.gc_footer-footer-footer {
    background-color: #002850;
    margin-top: 3.5rem;
}

.gc_footer-footer-footer-top {
    display: flex;
    justify-content: space-between;
    max-width: 82.25rem;
    margin-left: auto;
    margin-right: auto;
}

.gc_footer-footer-footer-logo {
    font-family: inherit;
    /* width: 25%; */
    color: #ffffff;
    padding-top: 4%;
    /* padding-bottom: 5%; */
    /* padding-left: 5%; */
}

.footer-top__logo-image svg {
    width: 300px;
    display: block;
}

.footer-top__tagline {
    font-size: 16px;
}

.gc_footer-footer-footer-main-nav {
    font-family: inherit;
    /* width: 25%; */
    color: #ffffff;
    padding-top: 4%;
    /* padding-bottom: 5%; */
    /* padding-left: 2%; */
    line-height: 2em;
}

.gc_footer-footer-array_main_navigation_link {
    font-family: inherit;
    color: #ffffff;
    font-size: 1.25rem;
    margin-bottom: 1em;
    text-decoration: none;
    border-bottom: transparent 1px white;
}

.gc_footer-footer-array_main_navigation_link:hover {
    border-bottom: solid 1px white;
    color: white;
}

.gc_footer-footer-array_main_navigation_link-nav ul {
    list-style: none;
}

.gc_footer-footer-footer-more-nav {
    font-family: inherit;
    /* width: 25%; */
    color: #ffffff;
    padding-top: 4%;
    /* padding-bottom: 5%; */
    /* padding-left: 2%; */
}

.gc_footer-footer-footer-more-nav ul {
    list-style: none;
    padding-left: 0px;
}

.gc_footer-footer-footer-more-nav-title {
    font-family: inherit;
}

.gc_footer-footer-array_more_information_links_title {
    font-family: inherit;
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
    line-height: 2em;
}

.gc_footer-footer-footer-more-links {
    font-family: inherit;
}

.gc_footer-footer-field_more_information_links_title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.gc_footer-footer-array_more_information_link {
    font-family: inherit;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    line-height: 2em;
    border-bottom: solid 1px transparent;
}

.gc_footer-footer-array_more_information_link ul {
    list-style: none;
}

.gc_footer-footer-array_more_information_link:hover {
    border-bottom: solid 1px white;
    color: white;
}

.gc_footer-footer-footer-contact-social {
    font-family: inherit;
    /* width: 25%; */
    color: #ffffff;
    padding-top: 4%;
    padding-bottom: 2%;
    /* padding-left: 2%; */
    line-height: 2em;
}

.gc_footer-footer-footer-contact-social ul {
    list-style: none;
    padding-left: 0px;
    margin: 0;
}



.gc_footer-footer-array_social_link-nav ul li {
    margin-right: 1.25rem;
}

li a.gc_footer-footer-array_contact_link {
    font-family: inherit;
    color: #ffffff;
    text-decoration: none;
    border: 2px solid white;
    padding: 20px 35px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    transition: background-color 0.5s ease;
    display: block;
    margin-bottom: 1rem;
}

li a.gc_footer-footer-array_contact_link:hover {
    color: #003366;
    background-color: #ffffff;
    border: solid 2px white;
}

.gc_footer-footer-footer-social-title {
    font-family: inherit;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
}

.gc_footer-footer-array_social_links_title {
    font-family: inherit;
    font-size: 40px;
}

.gc_footer-footer-array_social_link {
    font-family: inherit;
    color: #ffffff;
    text-decoration: none;
}

.gc_footer-footer-array_social_link:hover {
    color: #BEA96F;
}

.gc_footer-footer-footer-bottom {
    font-size: 0.75rem;
    background-color: #002041;
    color: white;
    display: flex;
    justify-content: space-between;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.gc_footer-footer-footer-bottom-left {
    width: 75%;
}

.gc_footer-footer-array_bottom_left_link {
    font-family: inherit;
}

.gc_footer-footer-footer-bottom-right {
    font-family: inherit;
}

.gc_footer-footer-array_bottom_right_link {
    font-family: inherit;
}

.gc_footer-footer-array_bottom_right_link-nav ul,
.gc_footer-footer-array_bottom_left_link-nav ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
}

.gc_footer-footer-array_bottom_left_link-nav ul li a,
.gc_footer-footer-array_bottom_right_link-nav ul li a {
    text-decoration: none;
    color: white;
    border-bottom: solid 1px transparent;
    cursor: pointer;
}

.gc_footer-footer-array_bottom_left_link-nav ul li a:hover,
.gc_footer-footer-array_bottom_right_link-nav ul li a:hover {
    text-decoration: none;
    color: white;
    border-bottom: solid 1px white;
}

.gc_footer-footer-array_bottom_left_link-nav li span.gc_footer-footer-link-label {
    margin-left: 0.25rem;
}

.gc_footer-footer-array_social_link-nav .gc_footer-footer-link-label {
    display: none;
}

.gc_footer-footer-array_social_link-nav {
    font-size: 2rem;
}

.gc_footer-footer-array_social_link svg {
    transition: transform 0.5s ease;
}

.gc_footer-footer-array_social_link svg:hover {
    transform: translateY(-10px);
}

.gc_footer-footer-array_social_link-nav ul {
    display: flex;
    justify-content: space-between;
}

.gc_footer-footer-array_main_navigation_link-nav ul {
    margin: 0 0 0 0;
}

@media only screen and (max-width: 1050px) {
    .gc_footer-footer-footer {
        text-align: center;
        background-color: #002850;
        margin-top: 1rem;
    }
    .gc_footer-footer-footer-top {
        display: block;
        justify-content: unset;
        max-width: 100%;
        margin-left: unset;
        margin-right: unset;
    }


    .gc_footer-footer-footer-bottom {
        font-size: 0.75rem;
        background-color: #002041;
        color: white;
        display: flex;
        justify-content: space-between;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        flex-direction: column-reverse;
    }


    .gc_footer-footer-array_social_link-nav ul {
        display: flex;
        justify-content: center
    }

    .gc_footer-footer-array_bottom_right_link-nav ul, .gc_footer-footer-array_bottom_left_link-nav ul {
        list-style: none;
        padding-left: 0;
        display: flex;
        justify-content: space-between;        
        flex-flow: column-reverse;
    }


    .gc_footer-footer-footer-bottom-left {
        width: 100%;
    }
    .gc_footer-footer-array_bottom_right_link-nav ul li,
    .gc_footer-footer-array_bottom_left_link-nav ul li {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .gc_footer-footer-array_main_navigation_link-nav ul {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .footer-top__logo-image svg {
        width: 300px;
        display: inline-block;
    }
}

nav.gc_footer-footer-array_bottom_right_link-nav li {
    margin-left: 2.5rem;
}

.gc_footer-footer-link-label {
    text-transform: none;
}





@media (max-width: 1024px) {
    #block-gcfooterfooter .content {
        margin-left: 0%;
        margin-right: 0%;
        

    }
}


@media (max-width: 1300px) {
    #block-gcfooterfooter .content {
        margin-left: 0%;
        margin-right: 0%;
       
    }
}
