.mlp-header {
    width: 100%;
    background: white;
    box-sizing: border-box !important;
}

.mlp-header-wrap {
    max-width: 1536px;
    padding: 20px 20px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;

    @media all and (max-width: 767px) {
        flex-direction: column;
    }

    a.mobile-navigation__apply-button {
        border-radius: 0.7rem;
        width: auto; 

        @media all and (max-width: 767px) {
            width: 100%;
            display: block;
            margin: 16px auto 0;
        }
    }
}

.mlp-sections .interior-hero {
    background: #f5f5f5;
}

.mlp-sections .interior-hero__text p {
    margin-bottom: 20px;
}

.mlp-sections .interior-hero .interior-hero__heading {
    font-size: 2.625rem;
    line-height: 2.8rem;
}

.mlp-sections .interior-hero .interior-hero__text.js-interior-hero-text {
    padding: 60px 60px 60px 120px;
}

.mlp-sections .interior-hero-image {
    width: 55%;
    position: relative;
}

.background-video {
    position: absolute;     
    top: 0;
    left: 0;
    width: 100%;          
    height: 100%;         
    object-fit: cover;      
    z-index: 1;             
    pointer-events: none;    
}


.mlp-sections .interior-hero img {
    min-width: 100%;
    width: 100%;
}

.visually-hidden {
    display: none;
}

.mlp-sections .typography__eyebrow.intro-feature__eyebrow {
    display: inline-block;
    background-color: #25A4C5;
    color: white;
    padding: 7px 14px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    background: url('/themes/tupss/images/lp/eyebrow.svg') no-repeat;
    background-size: 100% 100%;
}

.mlp-sections .typography__eyebrow.intro-feature__eyebrow {
    order: 1;
}

.mlp-sections .intro-feature__line {
    order: 3;
}

.mlp-sections .intro-feature__title {
    order: 2;
}

.mlp-sections .intro-feature__content .wysiwyg {
    order: 4;
}

.mlp-sections .intro-feature {
    padding: 80px 0;
}

.mlp-sections .intro-feature .intro-feature__image {
    max-width: 100%;
    aspect-ratio: initial;
}

.mlp-form {
    max-width: 1536px;
    background-image: url('/themes/tupss/images/lp/form-bg.png');
    background-size: cover;
    background-position: center center;
    margin: 0 auto;
    padding: 100px 0;
    font-family: "UPS Sans";
    color: black;
}

.mlp-form__wrapper {
    border-radius: 10px;
    max-width: 886px;
    position: relative;
    outline: 1px solid white; /* Stroke color and thickness */
    outline-offset: 20px; /* Offset distance from the div edge */
    padding: 20px; /* Optional: inner spacing */
    background: white;
    margin: 0 auto;
}

.mlp-form .wFormContainer .wForm form {
    padding: 0;
}

.mlp-form .wFormContainer .wForm form label {
    font-weight: bold;
    display: block;
    font-family: "UPS Sans";
    color: black;
}

.mlp-form .wForm .inputWrapper {
    display: block !important;
}

.mlp-form .wForm .inputWrapper input, .mlp-form .wForm .inputWrapper select {
    height: 40px;
    border-radius: 5px;
    border: 1px solid #8C8585;
}

.mlp-form .wFormContainer .wForm form #tfa_3-D, .mlp-form .wFormContainer .wForm form #tfa_1-D, .mlp-form .wFormContainer .wForm form #tfa_5-D, .mlp-form .wFormContainer .wForm form #tfa_7-D, .mlp-form .wFormContainer .wForm form #tfa_8-D, .mlp-form .wFormContainer .wForm form #tfa_66-D, .mlp-form .wFormContainer .mlp-form .wFormContainer .wForm form #tfa_139-D {
    width: 50% !important;
    float: left;
}     

.mlp-form #tfa_1, .mlp-form #tfa_3, .mlp-form #tfa_5, .mlp-form #tfa_7, .mlp-form #tfa_8, .mlp-form #tfa_66, .mlp-form #tfa_139 {
    width: 100% !important;
    height: 40px !important;
    border-radius: 5px !important;
    border: 1px solid #8C8585 !important;
}

.mlp-form .wFormContainer .actions .primaryAction {
    align-items: center;
    border-radius: 0.7rem;
    border: none;
    font-family: "UPS Sans";
    font-size: 1rem;
    font-weight: bold;
    gap: 0.5rem;
    justify-content: center;
    line-height: 1.125rem;
    outline: none !important;
    padding: 0.875rem 2.5rem 0.75rem;
    text-align: center;
    text-decoration: none !important;
    transition: all ease-in-out 250ms;
    background-color: #ffd100;
    color: #231f20;
    display: inline-flex;
}

.mlp-form .wFormContainer .actions .primaryAction:hover {
    background-color: #231f20;
    color: #ffd100;
}

.mlp-form .twitter-typeahead {
    width: 100%;
}

.typography__eyebrow.intro-feature__eyebrow.centered {
    width: 100%;
    display: block;
    text-align: center;
}

.button--secondary {
    background-color: white;
    color: #00819D;
    align-items: center;
    border-radius: 0.7rem;
    border: 1px solid #231F20;
    font-family: "UPS Sans";
    font-size: 1rem;
    font-weight: bold;
    gap: 0.5rem;
    justify-content: center;
    line-height: 1.125rem;
    outline: none !important;
    padding: 0.875rem 2.5rem 0.75rem;
    text-align: center;
    text-decoration: none !important;
    transition: all ease-in-out 250ms;
    display: inline-flex;
    margin-left: 20px;
}

.button--secondary:hover {
    background-color: #00819D;
    color: white;
    border: 1px solid #00819D;  
}

sup {
    font-size: 0.5em !important;
}

.intro-feature__title sup {
    font-size: .75em !important;
  }

a.button--primary {
    align-items: center;
    border-radius: 0.7rem;
    border: none;
    font-family: "UPS Sans";
    font-size: 1rem;
    font-weight: bold;
    gap: 0.5rem;
    justify-content: center;
    line-height: 1.125rem;
    outline: none !important;
    padding: 0.875rem 2.5rem 0.75rem;
    text-align: center;
    text-decoration: none !important;
    transition: all ease-in-out 250ms;
    background-color: #ffd100;
    color: #231f20;
    display: inline-flex;
}

a.button--primary:hover {
    background-color: #231f20;
    color: #ffd100;
}

.oneChoice {
    display: inline-block !important;
}

.oneChoice label {
    display: inline-block !important;
}

.full-width-intro {
    text-align:center;
    min-height: auto !important;
    margin: 80px auto;
}

.full-width-intro h2 {
    width: 100%;
    display: block;
}

.full-width-intro hr {
    margin: 0 auto;
}

.intro-feature__content {
    padding: 0 20px 0 0;
}

.intro-feature__content--full {
    margin: 0 auto;
}

.three-column-landing-page {
    text-align: center;
}

.three-column-landing-page .three-column-text__image {
    border-radius: 0;
    width: auto;
    height: auto;
    margin: 0 auto 20px;
    object-fit: unset;
    display: block;
}

.three-column-text {
    display: flex;
}

.three-column-text .three-column-text__card {
    width: 33.33% !important;
    padding: 0 20px;
}

.two-column-landing-page {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    max-width: 1040px;
    margin: 0 auto 60px;
}

.two-column-landing-page-item {
    width: 50%;
    box-sizing: border-box;
    padding: 0 30px;
}

.two-column-landing-page img {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.two-column-landing-page h4 {
    margin-bottom: 20px;
}

@media (min-width: 1025px) {
    .two-column-landing-page {
      gap: 5rem;
    }
}

.questions-landing-page {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1040px;
    margin: 140px auto 40px;
    border-radius: 10px;
    background: url('/themes/tupss/images/lp/questions-bg.png') no-repeat;
    background-size: cover;
    background-position: center center;
    color: white !important;
    padding-left: 400px;
    position: relative;
    min-height: 270px;
}

.questions-landing-page__image {
    position:absolute;
    bottom: 10px;
    left: 80px;
    width: 236px;
    height: auto;
}

.questions-landing-page h2 {
    color: white;
}

.questions-landing-page p {
    color: white;
}

.yellow-eyebrow {
    display: inline-block;
    background-color: #25A4C5;
    color: black !important;
    padding: 7px 14px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    background: url('/themes/tupss/images/lp/yellow-eyebrow.svg') no-repeat;
    background-size: 100% 100%;
}

.show-on-mobile {
    display: none;
}

.awards-carousel__carousel-controls {
    padding: 0 20px;
}

.paragraph.paragraph--type--awards-carousel.paragraph--view-mode--default {
    padding: 0 20px;
}

.questions-landing-page a {
    display: none;
}

@media all and (max-width: 1500px) {
    .mlp-sections .interior-hero .interior-hero__text.js-interior-hero-text {
        padding: 30px 20px;
    }
}

@media all and (max-width: 1026px) {
    .mlp-sections .interior-hero-image {
        width: 100%;
        order: 0;
    }

    .background-video {
        position: relative;
    }

    .mlp-sections .interior-hero__text {
        order: 1;
    }

    .mlp-sections .intro-feature .intro-feature__image {
        max-width: 100%;
        max-height: 100%;
        padding: 0 20px 0 20px;
        aspect-ratio: auto;
        align-self: normal;
    }

    .mlp-form {
        padding: 100px 50px;
    }

    .questions-landing-page {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media all and (min-width: 768px) {
    .questions-landing-page__content {
        text-align: left;
    }
}

@media all and (max-width: 767px) {
    .mlp-form .wFormContainer .wForm form #tfa_3-D, .mlp-form .wFormContainer .wForm form #tfa_1-D, .mlp-form .wFormContainer .wForm form #tfa_5-D, .mlp-form .wFormContainer .wForm form #tfa_7-D, .mlp-form .wFormContainer .wForm form #tfa_8-D, .mlp-form .wFormContainer .wForm form #tfa_66-D {
        width: 100% !important;
        float: none;
    } 

    .button--primary, .button--secondary, .primaryAction {
        width: 100%;
        display: block;
        margin: 10px auto;
    }

    .show-on-mobile {
        display: block;
    }

    .mlp-sections .intro-feature {
        padding: 80px 0 20px;
    }

    .intro-feature__content {
        padding: 0 20px;
    }

    .mlp-sections .typography__eyebrow.intro-feature__eyebrow {
        background-position: center left;
        background-size: auto;
        text-align:left;
    }

    .two-column-landing-page {
        flex-direction: column;
    }

    .two-column-landing-page-item {
        width: 100%;
        padding: 0 20px 40px;
    }

    .three-column-text{
        flex-direction: column;
        padding: 0 20px;
    }

    .three-column-text .three-column-text__card {
        width: 100% !important;
        padding: 0 20px 40px;
    }

    .mlp-form {
        padding: 0px; 
        background-image: none;
        width: 100%;
    }

    .mlp-form__wrapper {
        outline: 0;
        outline-offset: 0;  
        border-radius: 0;
        padding: 10px;
    }   

    .questions-landing-page {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 1040px;
        margin: 190px 20px 40px;
        border-radius: 10px;
        background: url('/themes/tupss/images/lp/questions-bg-mobile.png') no-repeat;
        background-size: cover;
        background-position: center center;
        color: white !important;
        padding-left: 400px;
        position: relative;
        min-height: 270px;
        padding: 220px 0px 45px 0px;
    }

    .questions-landing-page__image {
        position: absolute;
        bottom: unset;
        left: 50%;
        width: 236px;
        height: auto;
        top: -130px;
        margin-left: -118px;
      }

      .questions-landing-page__content {
        width: 80%;
        margin: 0 auto;
      }

      .questions-landing-page p {
        display: none;
      }

      .questions-landing-page a {
        display: block;
        margin-top: 30px;
      }
}
