body,
html {
    font-family: 'Arimo', sans-serif;
    font-size: 14px;
    line-height: 16px;
    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;
    background-image: url(../images/header.jpg);
}

h1 {
    font-size: 38px;
    line-height: 38px;
    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: 40px;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    padding-bottom: 10px;
}

h4 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 900;
    font-style: italic;
    color: #fff;
    padding: 10px;
}

h5 {
    font-size: 40px;
    font-weight: 900;
    font-style: italic;
    color: #e58e1a;
    padding-bottom: 10px;
    margin-bottom: -10px;
    text-align: center;
    text-transform: uppercase;
}

.top-20 {
    padding-top: 20px;
}

.top-40 {
    padding-top: 40px;
}

.top-wrapping {
    margin-top: -10px;
}

.size-10 {
    font-size: 10px;
    line-height: 12px;
}

.size-12 {
    font-size: 12px;
    line-height: 14px;
}

.tab {
    background-color: #e58e1a;
    padding: 10px 10px 40px 20px;
}

.tab ul {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    font-style: italic;
    padding: 0 0 0 20px;
    margin-bottom: 0;
}

.tab h3 {
    font-weight: bold;
}

.tab li {
    padding-bottom: 5px;
    list-style-position: outside;
    margin-left: 5px;
}

.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: #fff;
}

.form select {
    background-color: #ebebeb;
    width: 100%;
    margin-top: 10px;
    padding: 15px;
    border: 0;
}

.form .btn-dealer {
    width: 100%;
    height: 70px;
    background-color: #ecedee;
    margin-top: 20px;
}

.form .btn-dealer p {
    font-size: 18px;
    line-height: 20px;
    font-style: italic;
    font-weight: 900;
    text-transform: uppercase;
    text-align: right;
    padding: 10px;
    float: right;
}

.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 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    color: #ae0000;
    letter-spacing: 2px;
}

.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;
}

.alert a {
    color: #fff !important;
    font-weight: bold;
    text-decoration: underline;
}

.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-top: 50px;
    margin-bottom: 154px;
}

.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;
}


.ae-table td {
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 18px;
    vertical-align: top;
    width: 50%;

}

.ae-table th {
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 5px;
    font-weight: bold;
}



@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%;
    }

    .form {
        background-color: #fff;
    }
}


@media (max-width: 991.98px) {
    .footer .service_menu {
        float: none;
    }

    .navbar-nav {
        padding: 0 15px;
    }

    .focus {
        background-image: url(../images/header-mobile.jpg);
        background-position: center center;
        height: 45vw;
    }

    .form {
        margin-top: 20px;
    }

    .form .btn-dealer p {
        width: 30%;
    }

    .logos img {
        height: 30px;
        width: auto;
    }

    .tabs.thanks {
        display: none;
    }

    .tab h3 {
        font-size: 32px;
    }

}

@media (max-width: 768px) {
    .claim {
        padding: 0;
    }


    h1 {
        margin-left: -0px;
        font-size: 30px;
        line-height: 30px;
    }

    .tabs .col-sm-6 {
        margin-top: 20px;
    }

    .tabs .col-sm-6::first-child {
        margin-top: 0px;
    }

    .form .btn-dealer p {
        width: 70%;
    }

    .logos img {
        max-width: 100%;
        width: auto;
        height: auto;
    }

    .logos .col-sm-4 {
        text-align: center;
        padding-bottom: 20px;
    }

    .logos .col-sm-8 {
        text-align: center;
        padding-bottom: 20px;
    }

    .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;
    }
}




@media (max-width: 576px) {

    .focus {
        height: 300px;
    }

    .container-fluid.focus h1 {
        margin-left: 0px;
        font-size: 24px;
        line-height: 24px;
    }
}

@media (max-width: 420px) {
    .container-fluid.focus h1 {
        margin-left: 0px;
        font-size: 20px;
        line-height: 20px;
    }
}

@media (max-width: 380px) {
    .container-fluid.focus h1 {
        margin-left: 0px;
        font-size: 18px;
        line-height: 18px;
    }
}

@media (max-width:576px) {
    .focus {
        background-image: url(../images/header-mobile-small.jpg) !important;
        background-position: center center !important;
        height: 100vw !important;
    }
}

@media (max-width: 1200px) {
    .navbar-collapse.collapse,
    #custom-bootstrap-menu.navbar-default .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;
}


.ae-logo-capital {
    width: 202px !important;
    height: 51px !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media (max-width: 1199.98px) {
    .row.logos {
        img {
            max-width: 100% !important;
            height: auto !important;
            max-height: 38px !important;
            width: auto !important;
        }
    }
}

.grecaptcha-badge {
	display: none;
}