body,
html {
    font-family: 'Arimo', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #333333;
}

::-webkit-input-placeholder {
    color: #999 !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #999 !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #999 !important;
}

:-ms-input-placeholder {
    color: #999 !important;
}

.placeholder {
    color: #999 !important;
}

a,
a:hover {
    text-decoration: none;
    color: #333333;
}

.black {
    color: #000;
}

.header {
    padding-top: 20px;
}

.header .navbar-brand {
    padding: 0;
    height: 55px;
    background-color: #fff;
}

.header .navbar-brand img {
    float: left;
}

.header .navbar-nav>li>a {
    height: 55px;
    margin: 0;
    padding: 0 20px;
    line-height: 55px;
    font-size: 18px;
    color: #acacac;
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
}

.header .navbar-nav>li>a.selected {
    color: #e58e1a !important;
}

.header .navbar-nav li.divider {
    padding-top: 9.5px;
}

#custom-bootstrap-menu.navbar-default .navbar-brand {
    color: #777777;
}

#custom-bootstrap-menu.navbar-default {
    border-width: 0px;
    border-radius: 0px;
    background-image: url(../images/bg-navbar.gif);
    background-position: top right;
}

#custom-bootstrap-menu.navbar-default:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
    width: 15px;
    height: 55px;
    background-image: url(../images/diagolan-grey-white.gif);
}

#custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
    color: #acacac;
}

#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:focus {
    color: #e58e1a;
}

#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus {
    color: #e58e1a;
}

#custom-bootstrap-menu.navbar-default .navbar-toggle {
    border-color: #e6e6e6;
}

#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
    background-color: #e6e6e6;
}

#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #e6e6e6;
}

#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #e6e6e6;
}

#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #000 !important;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}

.navbar-toggle {
    border-radius: 0;
    padding: 10px 10px;
}

.focus {
    background-position: center center;
    background-size: cover;
    height: 522px;
}

.compact .focus {
    background-image: url(../images/header.jpg);
}

.heavy .focus {
    background-image: url(../images/header.jpg);
}

h1 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    color: #fff;
}

h2 {
    font-size: 29px;
    line-height: 29px;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    color: #e58e1a;
}

h3 {
    font-size: 60px;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    padding-bottom: 10px;
}

h4 {
    background-color: #e58e1a;
    font-size: 30px;
    line-height: 30px;
    font-weight: 900;
    font-style: italic;
    color: #fff;
    padding: 10px 0;
}

h5 {
    font-size: 30px;
    font-weight: 900;
    font-style: italic;
    color: #e58e1a;
    padding-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
}

.top-20 {
    padding-top: 20px;
}

.size-10 {
    font-size: 10px;
    line-height: 12px;
}

.size-12 {
    font-size: 12px;
    line-height: 14px;
}

.tab {
    background-color: #ebebeb;
    padding: 30px 0 40px 0;
    text-align: center;
}

.form {
    margin-top: -522px;
    background-color: #fff;
}

.form:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 1px;
    height: 468px;
    background-image: url(../images/border-form.gif);
}

.form:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
    width: 1px;
    height: 468px;
    background-image: url(../images/border-form.gif);
}

.form input[type="text"],
.form input[type="email"] {
    background-color: #ebebeb;
    width: 100%;
    margin-top: 10px;
    padding: 15px;
    border: 0;
}

.form textarea {
    background-color: #ebebeb;
    width: 100%;
    height: 110px;
    margin-top: 10px;
    padding: 15px;
    border: 0;
}

.form .policy-link {
    color: #e58e1a;
    text-decoration: underline;
}

.form .policy-link:hover {
    text-decoration: none;
}

.form input[type="checkbox"] {
    margin-left: 0;
}

.form .checkbox {
    padding-bottom: 5px;
}

.form .checkbox p {
    padding-left: 20px;
}

.form input[type="submit"] {
    width: 100%;
    padding: 10px;
    font-size: 30px;
    line-height: 30px;
    font-style: italic;
    font-weight: 900;
    text-transform: uppercase;
    border: 1px solid #e58e1a;
    background-color: #e58e1a;
    color: #FFF;
    font-size: 18px !important;
    margin-top: 16px;
}

.form input[type="submit"]:hover {
    color: #000;
}

.form .btn-dealer {
    width: 100%;
    height: 70px;
    background-color: #ecedee;
    margin-top: 20px;
}

.form .btn-dealer p {
    font-size: 24px;
    line-height: 24px;
    font-style: italic;
    font-weight: 900;
    text-transform: uppercase;
    text-align: right;
    padding: 10px;
    float: right;
    width: 70%;
}

.form .btn-dealer .icon {
    width: 70px;
    height: 70px;
    float: right;
    background-color: #e58e1a;
    background-image: url(../images/icn-dealer-locator.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.form-control {
    border: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
}

.btn {
    border-radius: 0 !important;
}

input.error {
    border: 1px solid #ae0000 !important;
}

span.error {
    /*margin-bottom: 10px;*/
    /*float: left;*/
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    color: #ae0000;
    letter-spacing: 2px;
    /*margin-top: -5px;*/
}

.gdpr-policy-label a {
    color: #e58e1a;
    text-decoration: underline;
}

.gdpr-policy-label a:hover {
    text-decoration: none;
}

input[type=checkbox].error~label,
input[type=radio].error~span {
    border: 1px solid #ae0000;
}

input[type=radio].error~span.error {
    display: none !important;
}

input[type=checkbox].error~span.error {
    display: none !important;
}

.error-div {
    padding: 0;
}

.alert {
    border-radius: 0 !important;
    border: 0 !important;
    background-color: #ae0000 !important;
    color: #fff !important;
    font-weight: 900;
}

.logos {
    margin-top: 70px;
    border-top: 1px solid #acacac;
    padding-top: 20px;
    max-width: 100%;
}

.footer {
    margin: 20px 0;
}

.footer .social {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer .social li {
    float: left;
    margin-right: 10px;
}

.modal-content {
    border-radius: 0;
    padding: 20px;
}

.modal-content h2 {
    margin-top: 0;
}

.modal-content p {
    padding-top: 20px;
}

.modal-content p strong {
    font-size: 14px;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
}

.modal-content p a {
    color: #e58e1a;
    text-decoration: underline;
}

.modal-content p a:hover {
    text-decoration: none;
}

.modal-content .modal-header {
    padding: 0;
}

.form.thanks {
    text-align: center;
}

.form.thanks img {
    width: 70%;
    height: auto;
    display: inline-block;
}

.form.thanks h5 {
    font-size: 30px;
    margin-top: -30px;
}

.form.thanks .txt {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 100px;
    text-align: left;
}

.footer .service_menu {
    float: right;
    list-style: none;
    margin-top: 10px;
    padding: 0;
}

.footer .service_menu li {
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 7px;
}

.footer .service_menu li a {
    color: #757575;
}

.footer .service_menu li a:hover {
    color: #000;
}

.footer .service_menu li::after {
    content: "";
    display: block;
    width: 6px;
    height: 16px;
    float: right;
    margin: -4px -7px 0 7px;
}

.footer .service_menu li.last::after {
    display: none;
}

/*  RESPONSIVE  */

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .header .navbar-nav>li>a {
        text-align: right;
        padding: 10px 20px;
        height: auto;
        line-height: 100%;
    }
}

@media (max-width: 1430.99px) { 
    .compact .focus { 
        background-position-x: -255px;
    }
}

@media (max-width: 1199.98px) {
    .compact .focus {
        height: 350px;
        background-position-x: -27px;
    }

    .form {
        margin-top: -350px;
    }
}

@media (max-width: 1024px) {
    .compact .focus { 
        background-position-x: -105px;
    }

    .form .btn-dealer p {
        font-size: 20px;
        line-height: 20px;
    }

    h1 {
        font-size: 35px;
        line-height: 35px;
    }
}

@media (max-width: 992px) {
    .footer .service_menu {
        float: none;
    }

    .navbar-nav {
        padding: 0 15px;
    }

    .compact .focus {
        height: 430px;
    }

    .form {
        margin-top: -430px;
    }

    /* .form .btn-dealer p {
        width: 30%;
    } */

    .logos img {
        height: 30px;
        width: auto;
    }

    .tabs.thanks {
        display: none;
    }
}

@media (max-width: 991.98px) {

    .form {
        margin-top: 20px;
    }

    .claim {
        padding: 0;
    }

    .focus {
        height: 170px;
    }

    h1 {
        font-size: 24px;
        line-height: 24px;
    }

    .tabs .col-sm-6 {
        margin-top: 20px;
    }

    .tabs .col-sm-6::first-child {
        margin-top: 0px;
    }

    .form .btn-dealer p {
        width: 70%;
        font-size: 24px;
        line-height: 24px;
    }

    .logos img {
        max-width: 100%;
        width: auto;
        height: auto;
    }

    .logos .col-sm-4 {
        text-align: center;
        padding-bottom: 30px;
    }

    .footer {
        text-align: center;
    }

    .footer>* {
        display: inline-block;
    }

    .footer p {
        width: 100%;
    }

    .footer .social {
        margin-bottom: 20px;
    }

    .footer .social li {
        float: none;
        display: inline-block;
    }

    .compact .focus {
        background-image: url(../images/header-mobile.jpg);
        background-position: right center;
    }
}

@media (max-width: 800px) {
    .compact .focus {
        background-position: right center;
    }
}

@media (max-width: 576px) {
    .compact .focus {
        background-image: url(../images/header-mobile-small.jpg);
        background-position: center top;
        height: 71.50vw;
    }
}

@media (max-width: 320px) {
    .form .btn-dealer p {
        font-size: 20px;
        line-height: 20px;
    }
}

h1.ae-promo-title {
    font-size: 18px;
    font-style: normal;
    color: #000;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 10px;
}

h2.ae-promo-subtitle {
    font-size: 16px;
    font-style: normal;
    color: #000;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 10px;
}

.ae-promo-image {
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.ae-promo-list {
    margin-left: -24px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.ae-mandatory-fields {
    font-size: 12px;
    margin-top: 16px;
}

.btn-primary {
    padding: 10px;
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
    font-weight: 900;
    text-transform: uppercase;
    border: 1px solid #e58e1a !important;
    background-color: #e58e1a !important;
    color: #FFF !important;
    box-shadow: none !important;
    outline: none !important;
}

.ae-btn-cta {
    margin-top: 20px;
}

.ae-mobile-bottom-bar {
    display: none;
}

.navbar-toggle {
    display: none !important;
}

select {
    background-color: #ebebeb;
    width: 100%;
    margin-top: 10px;
    padding: 15px;
    border: 0;
    appearance: none;
    color: #999;
    background-image: url(../images/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px 12px; 
}

select.error {
    border: 1px solid #ae0000 !important;
}

@media (min-width: 992px) {
    #ae-form h5 {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    h5 {
        font-size: 24px;
    }

    h5 br {
        display: none !important;
    }

    .form:after,
    .form:before {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .form.thanks {
        min-height: 700px;
    }
}

@media (max-width: 992px) {
    .ae-btn-cta {
        display: none;
    }
}

@media (max-width: 576px) {
    body {
       /*padding-bottom: 92px;*/
        font-size: 16px;
        line-height: 18px;
    }

    .ae-promo-list {
        margin-left: -21px;
    }

    .ae-mobile-bottom-bar {
        display: block;
        background-color: #FFF;
        position: fixed;
        left: 0;
        right:0;
        bottom:0;
        padding: 20px;
        height: 92px;
        border-top: 1px solid #e6e6e6;
    }

    .ae-mobile-bottom-bar .ae-btn-cta {
        margin-top: 0;
        display: block;
    }
}

.ae-promo-link {
    color: #333333 !important;
    text-decoration: none !important;
}

.ae-promo-link:hover {
    text-decoration: underline !important;
}

#ae-form h1 {
    color: #e58e1a;
    font-size: 24px !important;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 16px;
}

#ae-form p {
    font-size: 16px !important;
    margin-bottom: 16px;
}

@media (max-width: 991.98px) {
    .ae-main-row {
        display: flex;
        flex-direction: column-reverse;
    }
}

.gdpr-policy-label,
.form-group.radioButtons {
    font-size: 14px;
}

.ae-logo-capital {
    width: 202px !important;
    height: 51px !important;
}

.ae-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

@media (max-width: 991.98px) {
    .ae-footer {
        flex-direction: column;
        justify-content: flex-start;
    }

    .ae-footer-dx {
        margin-top: 20px;
    }
}

.ae-footer .service_menu li:first-of-type {
    padding-left: 0;
}

.ae-promo-text {
    font-size: 16px;
    margin-bottom: 24px;
}

.ae-promo-text small,
.ae-promo-list-small {
    font-size: 12px;
}

.ae-promo-text-mobile {
    display: none !important;
}

@media (max-width: 991.98px) { 
    .ae-promo-text-desktop {
        display: none !important;
    }

    .ae-promo-text-mobile {
        display: block !important;
        margin-bottom: 28px !important;
    }
}

@media (min-width: 992px) {
    input,
    select {
        font-size: 14px !important;
    }
}

@media (max-width: 1199.98px) {
    .row.logos {
        img {
            max-width: 100% !important;
            height: auto !important;
            max-height: 38px !important;
            width: auto !important;
        }
    }
    
}

#custom-bootstrap-menu.navbar-default .navbar-brand:hover {
    background-color: #FFF !important;
}

.grecaptcha-badge {
    display: none !important;
}