/* raleway-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/raleway-v28-latin-regular.woff2') format('woff2');
}
/* raleway-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/raleway-v28-latin-600.woff2') format('woff2');
}

body {
    font-family: 'Raleway', sans-serif;
}

h1, h2, h3, h4, h5, h6, .heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
    text-transform: none;
    letter-spacing: normal;
    line-height: 104%;
}

body p, body .list, body .contact-info {
    font-weight: normal;
}

.mt-1 {
    margin-top: 1em;
}

.mt-2 {
    margin-top: 2em;
}

.page-header .text-lg-left {
    font-size: 4em;
    font-weight: 700;
    position: relative;
    z-index: 5;
    line-height: 104%;
    margin: 40px 0;
}

.page-header * + .btn {
    margin: 0;
}

@media (max-width: 479px) {
    .brand__logo img {
        max-width: 200px;
    }

    .page-header .text-lg-left {
        margin: 210px 0 40px;
        font-size: 3em;
    }
}

@media (max-width: 400px) {
    .brand__logo img {
        max-width: 160px;
    }
}

@media (min-width: 992px) {
    body {
        line-height: 140%;
    }
}


@media (min-width: 768px) {
    h4, .heading-4 {
        font-size: 44px;
        letter-spacing: normal;
        padding-bottom: 10px;
    }
}

.owl-nav {
    display: none;
}

.owl-carousel {
    max-width: 830px;
    margin: 50px auto 0;
}

.owl-stage {
    width: 100% !important;
    pointer-events: none;
}

.owl-carousel .owl-item {
    width: 50% !important;
    width: 50% !important;
    margin: 0 !important;
}

@media (max-width: 767px) {
    .owl-carousel .owl-item {
        width: 100% !important;
    }
}

.owl-item ul li {
    font-size: 1.5em;
    margin: 24px 0;
}

.well-md {
    padding-top: 0.7rem;
    padding-bottom: 7em;
}

.divider {
    background: #fff !important;
    margin-top: 22px;
    width: 215px;
    height: 9px;
}

.btn-primary {
    color: #fff !important;
    background: #E1251B !important;
    border-color: #E1251B !important;
    padding: 13px 33px 13px 22px;
    line-height: 100%;
    border-radius: 6px;
    text-transform: none;
    font-size: 1.1em;
    max-width: none;
    position: relative;
    z-index: 10;
}

.btn-primary:hover {
    background: #b41c14 !important;
    border-color: #b41c14 !important;
}

.bg-secondary { background: #E1251B !important; }
.ms-image-1 { background-image: url(../images/banner-1.jpg); }
.ms-image-2 { background-image: url(../images/banner-2.jpg); }

.ms-image-1::after, .rd-parallax-inner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 25%, rgb(0 0 0) 100%);
}

.rd-parallax-inner::after {
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) -10%, rgb(0 0 0) 120%);
}

.rd-parallax-layer.well-xl {
    z-index: 1;
}

.text-red {
    color: #E1251B;
    font-weight: 600;
}

.banner-stripe {
    background-image: url(../images/banner-stripe.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 102px;
    position: absolute;
    z-index: 1;
    background-size: cover;
    top: 78%;
    left: 0;
}

@media (min-width: 992px) {
    .banner-stripe {
        background-size: contain;
    }
}

#btn-join {
    margin-top: 60px;;
}

#join-text {
    margin: 40px 0;
}

@media (max-width: 1199px) {
    #contact-form {
        margin-top: 40px;
    }
}

#contact-form {
    background-color: #181E20 !important;
}

#contact-form .rd-form {
    margin-top: 30px;
}

.rd-contact-form .form-input {
    border-color: #fff;
}

.rd-contact-form .form-input, .rd-contact-form .form-label {
    color: #fff;
    padding: 11px 11px;
}

input:-webkit-autofill ~ label, input:-webkit-autofill ~ .form-validation {
    color: #f5543f !important;
}

#contact-form textarea.form-input {
    min-height: 120px;
    max-height: none;
    resize: vertical;
    border: 1px solid;
    padding: 15px !important;
}

#contact-form .rd-contact-form .button-wrap {
    margin-top: 20px;
}

#container-your-message {
    margin-top: 50px;
}

#label-your-message {
    top: -20px;
    opacity: 1;
}

.inline-list {
    font-size: 1.5em;
}

.inline-list li {
    margin-left: 27px;
}

.inline-list a {
    opacity: 0.5;
    transition: 0.25s all;
}

.inline-list a:hover {
    opacity: 1;
}

#social-links-1 .inline-list {
    background: #231F20;
    padding-top: 0;
    padding-bottom: 26px;
    margin-bottom: -31px;
}

#social-links-2 .inline-list {
    padding-top: 0;
    padding-bottom: 26px;
    margin: 0px 0 30px;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    background: #231F20;
}

#accreditations {
    background-color: #fff;
}

#accreditations .container {
    position: relative;
}

#accreditations .divider {
    background: #e1251b !important;
}

#accreditations li {
    font-size: 0.7em;
    border-bottom: 1px solid #000;
    color: #000;
    padding: 1px 10px;
}

#accreditations li:last-of-type {
    border-bottom: none;
}

#accreditations img {
    margin-top: 20px;
}

@media (min-width: 1800px) {
    #licenses {
        position: absolute;
        left: 85%;
        width: 400px;
        max-width: none;
        font-size: 1.25em;
    }

    #accreditations img {
        width: 115%;
        max-width: none;
        margin-left: -40px;
    }
}

.page-footer.ms {
    background: #e1251b;
    margin-bottom: 80px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.page-footer .copyright {
    font-size: 0.8em;
    text-transform: none;
}

.page-footer address {
    font-size: 0.9em;
}