
.header .main-menu {
    background-color: #20324e;
    color: #fff;
}
    .header .main-menu .links li a {
        color: #fff;
    }
    .header .main-menu .links li span {
        color: #fff;
    }
    .header .main-menu .links li.blue {
        background-color: initial;
        padding: initial;
        cursor: initial;
    }
    .header .main-menu .links li.blue:hover {
        background-color: initial;
        padding: initial;
        cursor: initial;
    }
        .header .main-menu .links li.blue a:hover {
            color: #e6c727;
        }
    .header .main-menu .links li a:hover {
        color: #e6c727;
    }
    .header .main-menu .links li.has-submenu ul.sub-menu {
        background-color: #20324e;
        border: none;
        border-top: 1px solid #aaa;
        box-shadow: none;
    }
        .header .main-menu .links li.has-submenu ul.sub-menu li:hover {
            background-color: #e6c727;
        }
        .header .main-menu .links li.has-submenu ul.sub-menu li:hover a {
            color: #000;
        }

.header .header-grid div:nth-child(2) h2 {
    border-bottom: 2px solid #0F4B8F;
}

.two-col-image-section .two-col-grid .text h5 {
    font-family: "Gotham Bold";
    font-size: 1.4rem;
    font-weight: 400;
}

.hero-slide .captions {
    background-color: #e6c727;
}
.hero-slide .captions h1 p {
    
}
    .hero-slide .captions h2 p {
        
    }

.data-section .data-flex {
    flex-wrap: wrap;
}
    .data-section .data-flex .data-block {
        width: 28rem;
        margin-bottom: 5rem;
    }

.contact-hero {
    height: 44rem;
}
.contact-container {
    width: calc(70% + 8rem);
}
    .contact-container hr {
        margin: 2.4rem 0 3.5rem 0;
        width: 55%;
        border-color: #fff;
        display: none;
    }
    .contact-container .contact {
        margin-top: 2.4rem;
        border-top: 1px solid rgb(255 255 255 / 50%);
        padding-top: 3.5rem;
        width: 65%;
    }
    .contact-container .contact a:not(.blue-button) {
        color: #fff;
        font-weight: 600;
        text-decoration: underline;
    }

@media (max-width: 1024px) {
    .contact-hero {
        height: 38rem;
    }
    .contact-container {
        width: 100%;
    }
        .contact-container .contact {
            width: 100%;
        }
}
@media (max-width: 768px) {
    .contact-hero {
        height: 30rem;
    }
}
@media (max-width: 550px) {
    .contact-hero {
        height: 44rem;
    }
    .hero-slide .captions h1 p {
        font-size: 2.8rem;
    }
    .hero-slide .captions h2 p {
        font-size: 2.2rem;
    }
}

@media (max-width: 1023px) {


    .logo {
        width: 10rem;
        margin-right: 6rem;
    }


    .header .header-grid div:nth-child(2) {
        justify-content: center;
        padding-top: 0;
        flex-direction: column;
        align-items: center;
        margin-bottom: 1rem;
    }

        .header .header-grid div:nth-child(2) h2 {
            margin: 0;
            font-size: 2rem;
            text-align: center;
            line-height: 2.2rem;
            margin-right: 6rem;
        }

        .header .header-grid div:nth-child(2) img {
            margin: 1rem 6rem 0 0;
        }
}

.slider-container .slick-dots {
    bottom: 0;
}