.custom-content-block p strong{
    margin-bottom: 0;
    font-family: Latinotype Texta Black, sans-serif;
    line-height: 1.1em;
}
.custom-content-block p{
     
    margin-bottom: 0px;
}

.custom-content-block a{
    color: var(--orange);
    align-items: center;
    margin-bottom: 20px;
    font-family: Latinotype Texta Black, sans-serif;
    display: flex;
}
.custom-content-block a:before{
    content: url(/themes/custom/mojoturnpike/images/nav-phone-icon.svg);
    height: 20px;
    margin-right: 8px;

}

.helpcenter-form select{
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #f3f3f3;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    height: 50px;
    color: var(--dark-gray);
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    margin-bottom: 10px;
    font-size: 19px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
}


.helpcenter-form input[type="text"],
.helpcenter-form input[type="email"],
.user-login-form .form-text{
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    height: 50px;
    color: var(--dark-gray);
    border: 1px solid #fff;
    border-radius: 8px;
    margin-bottom: 10px;
    font-size: 19px;
    transition: border-color .2s;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
}

.helpcenter-form textarea{
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    min-height: 150px;
    color: var(--dark-gray);
    border: 1px solid #fff;
    border-radius: 8px;
    margin-bottom: 10px;
    font-size: 19px;
    transition: border-color .2s;
    box-shadow: 1px 1px 13px rgba(0, 0, 0, .2);
    height: auto;

}
.helpcenter-form .button--primary.js-form-submit{
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    height: 50px;
    min-width: 200px;
    background-color: var(--cornflower-blue);
    color: #fff;
    text-align: center;
    border-radius: 8px;
    margin-top: 5px;
    padding: 11px 25px;
    font-family: Latinotype Texta Bold, sans-serif;
    font-size: 18px;
    transition: all .2s;
}

.helpcenter-form #edit-field-file-upload-0--description{
    display: none;
}
.helpcenter-form .js-form-item-field-file-upload-0 .description{
    display: none;
}
.helpcenter-form input[name="field_file_upload_0_remove_button"]{
    display: inline-block;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    height: 50px;
    background-color: var(--cornflower-blue);
    color: #fff;
    text-align: center;
    border-radius: 8px;
    margin-top: 5px;
    padding: 11px 25px;
    font-family: Latinotype Texta Bold, sans-serif;
    font-size: 18px;
    transition: all .2s;
    margin-left: 5px;
}
.helpcenter-form .file a{
    color: #FF9800;
    font-weight: 800;
    font-family: Latinotype Texta Bold, sans-serif;
}
.custom-file-input{
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    opacity: 0;
}

#contact-success{
    display: block;
    background: #69b0f4;
    border-radius: 5px;
    padding: 10px;
    color: white;
    font-family: Latinotype Texta Bold, sans-serif;
}

.user-login-form{
    margin-top: 10%;
    margin-bottom: 10%;
    text-align: center;
    padding: 20px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.user-login-form .form-submit{
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    height: 50px;
    min-width: 200px;
    background-color: var(--cornflower-blue);
    color: #fff;
    text-align: center;
    border-radius: 8px;
    margin-top: 5px;
    padding: 11px 25px;
    font-family: Latinotype Texta Bold, sans-serif;
    font-size: 18px;
    transition: all .2s;
    margin-top: 20px;
}

.language-switcher-language-url{
    list-style: none;
    display: flex;
    align-items: end;
    gap: 20px;
}

.language-link{
    font-weight: 400;
    font-family: Latinotype Texta Bold, sans-serif;
    color: var(--orange);
}

.language-link.is-active{
    text-decoration: underline;
    font-weight: 600;
}

.alert-bar p{
    margin-bottom: 0px;
}

.alert-bar a{
    font-weight: 600;
    text-decoration: underline;
    color: white;
}