﻿html {
    font-size: 16px;
}

#s4-bodyContainer {
    padding-bottom: 0 !important;
}

h1 {
    font-size: 2.25rem !important;
    margin-top: 0.625rem !important;
    color: #333333 !important;
    font-weight: 400 !important;
}

h2 {
    font-size: 1.5rem !important;
    margin: 0.625rem 0 !important;
    color: #333333 !important;
    font-weight: 400 !important;
}

h3 {
    font-size: 1.125rem !important;
    margin: 0.625rem 0 !important;
    color: #333333 !important;
    font-weight: 400 !important;
}

h4 {
    font-size: 1.125rem !important;
    margin-top: 0.625rem !important;
    color: #333333 !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto' !important;
    font-size: 1.5rem;
    font-weight: 400;
    background-color: #ffffff;
    color: #333333 !important;
    overflow-x: hidden;
    position: relative;
}

html {
    font-family: 'Roboto' !important;
}

main {
    margin-top:0;
}

.goog-te-gadget .goog-te-combo {
    font-family: 'Roboto' !important;
}

.navbar {
    border: none !important;
}

p {
    line-height: 1.5 !important;
}

.col-float-right {
    float: right !important;
}

.col-float-left {
    float: left !important;
}

.img-fluid {
    max-width: 100% !important;
    height: auto !important;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-left-desktop {
    padding-left: 0 !important;
}

.no-padding-right-desktop {
    padding-right: 0 !important;
}

.no-padding-desktop {
    padding: 0 !important;
}

#topnavigationlabel {
    display: none !important;
}

a {
    text-decoration: underline;
    color: inherit;
}

a:visited {
    color: inherit !important;
    text-decoration: underline;
}
a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
    color: inherit;
}

.btn-primary {
    background-color: #0F5897 !important;
}

.btn-primary.active {
    background-color: #000C4B !important;
}

@media print {
    #ada-desktop-nav,
    .content-background-img-container,
    .left-current-navigation,
    .breadcrumb,
    .navigation-drop-down-list-container,
    footer {
        display: none !important;
    }

    .content-container .col-md-9 {
        width: 100% !important;
    }
}

.promotion-custom-container-ord {
    background: rgba(22, 83, 148, 0.7);
}

.promotion-custom-container-mdw {
    background: rgba(135, 0, 0, 0.7);
}

.promotion-custom-container-business,
.promotion-custom-container-community {
    background: rgba(64, 64, 64, 0.7);
}

.promotion-custom-container {
    position: absolute;
    bottom: 0.3125rem;
    left: 0;
    padding: 0 0.625rem 0.3125rem 0.625rem;
    width: 100%;
}

.promotion-custom-header {
    color: red;
    font-size: 2.125rem;
    line-height: 1;
}

.promotion-custom-sub-header {
    color: rgb(255, 255, 255);
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1.4;
}

.promotion-custom-sub-sub-header {
    color: rgb(255, 255, 255);
    font-size: 1.125rem;
    line-height: 1;
}

.promotion-header-ats {
    color: #C80A1F;
}

.menu-item-text {
    position: relative;
    display: inline-block;
    width: 100%;
}

.left-current-navigation-right-arrow {
    position: absolute;
    right: 0.625rem;
}

.center-img {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#contentBox {
    margin-right: 0;
    min-width: 100%;
}

input[type=text] {
    background-color: #fff !important;
}

.header-image {
    width: 100%;
    height: 56.125rem;
    background-position: 20% center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f3f4f6;
    transition: opacity 0.3s ease-in-out;
}

.intro-content {
    background-color: white;
    display: flex;
    padding: 5rem;
    padding-bottom: 13rem;
    min-height: 54vh;
}

.intro-left {
    width: 50%;
    padding-right: 5rem;
    padding-left: 2rem;
}

.intro-right {
    width: 50%;
    padding: 0 2rem;
}

.title-large {
    font-size: 2.5rem;
    font-weight: 700;
	text-transform: uppercase;
}

.title-extra-large {
    font-size: clamp(3.5rem, 5.2vw, 5.3125rem);
    line-height: clamp(3.2rem, 4.6vw, 4.6875rem);
    line-height: 4.6875rem;
    text-transform: uppercase;
}

.intro-text {
    font-size: 1.5rem;
}

.features-section {
    background-color: black;
    color: white;
    padding: 5rem;
    position: relative;
}

.carousel-container {
    position: relative;
    width: 90%;
    margin: -11rem auto 0;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 1.25rem 1.5625rem -0.3125rem rgba(0, 0, 0, 0.1), 
                0 0.625rem 0.625rem -0.3125rem rgba(0, 0, 0, 0.04);
}

.carousel-image {
    width: 100%;
    display: block;
    height: 54.625rem;
    background-size: cover;
    background-position: center center;
    background-color: #f3f4f6;
    transition: opacity 0.3s ease-in-out;
}

.carousel-image.vertical-image {
    background-position: center top;
}

.carousel-nav {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    display: flex;
}

.carousel-btn {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    transition: background-color 300ms;
    margin-right: 0.75rem;
    background-color: #e53e3e;
    cursor: pointer;
	min-width: 0;
}

.carousel-btn:hover {
    background-color: #c53030;
}

.carousel-btn:disabled {
    background-color: #d1d1ce !important;
    opacity: 1 !important;
    cursor: not-allowed;
}

.carousel-btn svg {
    height: 3rem;
    width: 3rem;
    color: white;
}

.features-content {
    width: 90%;
    margin: 5rem auto 0;
}

.section-title {
    font-size: clamp(2.5rem, 5vw, 5.3125rem);
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 0;
	text-transform: uppercase;
}

.section-text {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.125rem;
}

.jobs-section {
    padding: 5rem;
    display: flex;
    min-height: 75vh;
    background: white;
    align-items: center;
    gap: 5%;
}

.jobs-image {
    width: 30%;
    min-width: 20rem;
    aspect-ratio: 577 / 768;
    background-position: center center;
    background-size: cover;
    flex-shrink: 0;
    background-color: #f3f4f6;
    transition: opacity 0.3s ease-in-out;
}

.jobs-content {
    flex: 1;
    padding-left: 5%;
}

.jobs-list-container {
    display: flex;
    margin-top: 2rem;
    gap: 10%;
}

.jobs-list {
    flex: 1;
    min-width: 0;
    list-style: none;
    padding-left: 0;
}

.jobs-list li {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jobs-list li::before {
    content: '';
    width: 12px;
    height: 14px;
    background-image: url('data:image/svg+xml;utf8,<svg width="12" height="14" viewBox="0 0 12 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.70419 0L4.46688 4.49415L0 3.32822L3.22958 6.65643L0 9.98465L4.46688 8.81871L5.70419 13.3129L6.93101 8.81871L11.3979 9.98465L8.16831 6.65643L11.3979 3.32822L6.93101 4.49415L5.70419 0Z" fill="%23E31937"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 0.75em;
    flex-shrink: 0;
}

.jobs-list-item {
    font-size: clamp(1.2rem, 2vw, 2rem);
    line-height: 1.5;
    font-weight: 400;
    white-space: nowrap;
}

@media (max-width: 1050px) {
    .intro-content {
        flex-direction: column;
        padding: 4rem;
        padding-bottom: 8rem;
    }

    .intro-left,
    .intro-right {
        width: 100%;
        padding: 1rem 0;
    }

    .intro-left {
        padding-right: 0;
        padding-left: 0;
    }

    .intro-right {
        padding: 0;
    }

    .features-section {
        padding: 3rem;
        padding-top: 5rem;
    }

    .carousel-container {
        width: 100%;
        margin-top: -6rem;
    }

    .jobs-section {
        flex-direction: column;
        padding: 0 3rem 3rem 3rem;
        gap: 2rem;
    }

    .jobs-image {
        width: 100vw;
        min-width: 100vw;
        max-height: 50vh;
    }

    .jobs-content {
        width: 100%;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    html {
        font-size: 12px;
    }

    .header-image {
        height: 100vh;
        background-position: 41% center;
    }

    .intro-content {
        padding: 5.5rem 3rem;
        padding-bottom: 10rem;
    }

    .title-large {
        font-size: 2rem;
    }

    .title-extra-large {
        font-size: 3.5rem;
        line-height: 3.2rem;
        margin-bottom: 2rem;
    }

    .intro-text {
        font-size: 1.4rem;
    }

    .features-section {
        padding: 5.5rem 2rem;
        padding-top: 2rem;
    }

    .carousel-container {
        margin-top: -8rem;
        overflow: visible;
        width: 100%;
    }

    .carousel-image {
        height: 50vh;
        margin-bottom: 3rem;
    }

    .features-content {
        width: 100%;
        margin: 2rem 0 0 0;
    }

    .section-title {
        font-size: 2.5rem;
        line-height: 2.8rem;
        margin-bottom: 2rem;
    }

    .section-text {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }

    .jobs-section {
        padding: 0 1.5rem 5.5rem 2rem;
        gap: 3rem;
    }

    .jobs-list-container {
        flex-direction: column;
        gap: 0;
    }

    .jobs-list li {
        white-space: normal;
        margin-bottom: 1rem;
    }

    .jobs-list-item {
        white-space: normal;
        font-size: 1.4rem;
        line-height: 1.6;
    }

    .carousel-btn {
        width: 4rem;
        height: 4rem;
    }

    .carousel-btn svg {
        height: 2.5rem;
        width: 2.5rem;
    }
}

@media (max-width: 480px) {
    html {
        font-size: 10px;
    }

    .intro-content {
        padding: 5.5rem 2rem;
        min-height: auto;
    }

    .features-section {
        padding: 5.5rem 1.5rem;
    }

    .jobs-section {
        padding: 0 1.5rem 5.5rem 1.5rem;
    }

    .carousel-btn {
        width: 3.5rem;
        height: 3.5rem;
    }

    .carousel-btn svg {
        height: 2rem;
        width: 2rem;
    }
}

@media (min-width: 993px) {
    .no-padding-desktop {
        padding: 0 !important;
    }

    .no-padding-left-desktop {
        padding-left: 0 !important;
    }

    .no-padding-right-desktop {
        padding-right: 0 !important;
    }
}