@media only screen and (max-width: 1200px) {
    .navbar-footer-sublink-col-left-side span {
        text-align: left !important;
    }
    .navbar-report-information {
        width: inherit !important;
        height: 60px !important;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-footer {
        height: -moz-max-content !important;
        height: 100% !important;
    }
    .navbar-footer-sublink-col-left-side {
        margin-right: 1em !important;
        margin-bottom: 1em !important;
    }
    .navbar-footer-sublink {
        padding-left: 1.25em;
    }
    .navbar-footer-space {
        display: none !important
    }
    .navbar-footer-utility-links {
        display: inline-table;
        padding-left: 9rem !important;
    }
    .navbar-footer-utility .left {
        border-right: none !important;
    }
    .navbar-footer-utility .right {
        border-left: none !important;
    }
    .navbar-footer-social-label {
        margin-top: 1em;
    }
    .navbar-footer-space-categories {
        height: 60px !important;
    }
    .navbar-footer-col {
        margin-bottom: 45px !important;
        padding-left: 2em;
    }
    .navbar-footer-space-resources {
        height: 0px !important;
        content: '' !important;
    }
    .social-platform {
        padding-right: 5px !important;
        padding-left: 0px !important;
    }
    .navbar-report-information,
    .navbar-report-information-active {
        min-width: 155px !important;
    }
    .navbar-footer-social {
        float: left !important;
        min-width: 255px !important;
    }
}

@media only screen and (max-width: 767px) {
	.navbar-footer {
		padding-top: 3rem !important;
	}
	
    .navbar-footer-col {
        margin-bottom: 1em !important;
        min-width: 100% !important;
    }
    .navbar-contact-us,
    .navbar-footer,
    .navbar-footer-utility {
        width: 100% !important;
    }
    .navbar-contact-us-active {
        width: 105% !important;
    }
    .navbar-footer-utility-links {
        padding-left: 2rem !important;
    }
    .navbar-footer-sublink {
        margin-top: 0em !important;
    }
    .navbar-footer-sublink-col-left-side {
        min-width: 100% !important;
        margin-right: 1em !important;
        margin-bottom: 1em !important;
    }
    .navbar-report-information {
        width: inherit !important;
        height: 40px !important;
    }
}

@media only screen and (max-width: 670px) {}

@media only screen and (max-width: 575px) {
    .navbar-footer-col {
        padding-left: 1em !important;
    }
    .navbar-footer-sublink {
        padding-left: 0em !important;
    }
    .navbar-footer-utility-links {
        padding-left: 1rem !important;
    }
}

.h-3 {
    margin-bottom: 2rem;
    height: 32px;
    color: #FFFFFF;
    font-family: "Sectra";
    font-size: 30px;
    font-weight: bold;
    line-height: 32px;
}

.h-6-reverse {
    padding-bottom: .9375rem;
    margin-bottom: calc(1.45rem / 2);
    height: auto;
    width: auto;
    color: #FFFFFF;
    font-family: "GT America Extended Light";
    font-size: 16px;
    line-height: 24px;
}

.h-6-reverse-extended {
    margin-bottom: 1.5rem;
    height: auto;
    width: auto;
    color: #FFFFFF;
    font-family: "GT America Extended Light";
    font-size: 16px;
    line-height: 24px;
}

.navbar-footer-main-wrapper {
    max-width: var(--body-size);
}

.navbar-footer {
    width: var(--body-size);
    margin: auto auto;
    padding-top: 7.5rem;
    background-color: transparent;
}

.navbar-footer-col {
    min-width: 25%;
    min-height: fit-content;
}

.navbar-footer-col u {
    background: linear-gradient(to right, #e21a41 50%, transparent 50%);
    background-size: 205% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

.navbar-footer-col u:hover {
    background-position: left bottom;
    cursor: pointer;
    text-decoration: none;
}

.navbar-footer-space {
    line-height: 50px;
    display: block;
}

.navbar-footer-space-categories {
    height: 110px;
    display: block;
}

.navbar-footer-space-resources {
    height: 64px;
    display: block;
}

.navbar-footer-social {
    font-family: "GT America Mono", Arial;
    font-size: 12px;
    line-height: 16px;
    color: white;
    display: block;
    margin-bottom: 0em;
    margin-top: 0em;
    float: right;
    min-width: 297px;
}

.navbar-footer-social-label {
    margin-top: 1em;
}

.navbar-footer-social-platforms {
    margin-top: 2em;
}

.social-platform {
    padding-right: 12px;
    transition: 0.1s;
}

.social-platform:hover {
    transform: translate(0px, -6px);
    cursor: pointer;
}

.navbar-footer-social-platforms img:hover {
    filter: invert(50%) sepia(90%) saturate(5988%) hue-rotate(340deg) brightness(92%) contrast(93%);
}

.navbar-footer-utility {
    width: var(--body-size);
    height: 84px;
    margin-left: auto;
    margin-right: auto;
    border-left: var(--main-divider-style);
    border-right: var(--main-divider-style);
    background-color: var(--body-color);
}

.navbar-footer-utility .left {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.navbar-footer-utility .mid {
    display: flex;
}

.navbar-footer-utility .right {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.navbar-footer-utility .utility-item {
    margin-right: 1.875rem;
    color: white;
    font-family: "GT America Extended Light", Arial;
    font-size: 16px;
    line-height: 24px;
    background: linear-gradient(to right, #e21a41 50%, transparent 50%);
    background-size: 205% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

.navbar-footer-utility .utility-item:hover {
    background-position: left bottom;
    cursor: pointer;
}

.navbar-footer-utility-links {
    min-width: 217px;
    padding-left: 30px;
}

.navbar-footer-sublink {
    margin-top: 1em;
    margin-bottom: 2em;
}

.navbar-footer-sublink-col-left-side {
    margin-top: 1em;
}

.navbar-footer-sublink-col-right-side {
    margin-top: 0em;
}

.navbar-footer-sublink-col {
    width: 55.7%;
}

.navbar-report-information {
    border: 1px solid white;
    font-family: "GT America Expanded Black", Arial;
    font-size: 14px;
    display: flex;
    width: max-content;
    height: 40px;
    color: white;
    padding: .8125rem .9375rem;
    transition: 0.3s;
}

.navbar-contact-us {
    border: 1px solid white;
    font-family: "GT America Expanded Black", Arial;
    font-size: 14px;
    color: white;
    width: max-content;
    height: 40px;
    display: block;
    padding: .8125rem .9375rem;
    transition: 0.3s;
}

.contact-us-modal__tab-list li {
    font-family: "GT America Expanded";
    font-size: 0.875rem;
    line-height: 1.45rem;
}

.careers-filter-label {
    line-height: 24px;
}

.contact-us-modal__form {
    display: none;
}

.contact-us-modal__tab:hover {
    cursor: pointer;
}

.fade-in-section {
    opacity: 0;
    transform: translateY(20vh);
    visibility: hidden;
    transition: opacity 0.6s ease-out, transform 1.2s ease-out;
    will-change: opacity, visibility;
}

.fade-in-section.is-visible {
    opacity: 1;
    transform: none;
    visibility: visible;
}

.fade-in-hero {
    transition-delay: .05s;
}

.fade-in-tabs {
    transition-delay: 1.0s;
}

.fade-in-body {
    transition-delay: 1.25s;
}
