.adu-asked-question.icon-forward {
    background-repeat: no-repeat;
    background-position: right;
    background-size: 14px;
    flex-grow: unset;
    flex-basis: unset;
    padding-right: 20px;
}

video {
    width: 100%;
}

.build-nav.full-screen {
    padding: 0;
    width: 100%;
}

body#index-page {
    width: 100%;
    margin: 0;
    min-height: 100vh;
}

#index-page .build-nav .autocomplete-container {
    margin: 0;
}

#index-page .build-nav .autocomplete-container input {
    width: 316px;
    border: none !important;
    background-image: url(../img/search/search_sm_light.png);
    color: #21275B;
    text-align: left;
}

#index-page .build-nav .autocomplete-container input:focus,
#index-page .build-nav .autocomplete-container input:hover {
    background-color: inherit;
}

#index-page .build-nav .autocomplete-options {
    top: 64px;
}

#index-page .autocomplete-option {
    background-color: white;
    line-height: 64px !important;
    color: #21275B;
    border-top: 1px solid #DCDFFB;
    text-align: left;
    padding-left: calc(50% - 108px);
}

video {
    border-radius: 0 0 8px 8px;

    box-shadow: 0 3px 3px rgba(169, 85, 151, 0.3);
    -webkit-box-shadow: 0 3px 3px rgba(169, 85, 151, 0.3);
    -moz-box-shadow: 0 3px 3px rgba(169, 85, 151, 0.3);
}

#index-page .autocomplete-container .icon-close {
    height: 24px;
    width: 24px;
    position: absolute;
    border-radius: 50%;
    background-size: 12px;
    left: calc(50% + 164px);
    top: 12px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

#index-page .user {
    background: #FFFFFF;
    color: #A95597;
}

.left-footer .link:first-child {
    margin-right: 24px;
}

.right-footer .link:last-child {
    margin-left: 24px;
}

.build-page, .build-nav {
    transition: all 0.3s;
}

@media only screen and (min-width: 1248px) {
    .account-menu {
        right: calc(50% - 600px) !important;
    }
}

.landing-page-card-section {
    border-right: 1px solid #DCDFFB;
}

.learn-more-adu-section .link-section {
    height: 73px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

li {
    margin-bottom: 8px;
}

@media screen and (max-width: 960px) {
    .landing-page-card-section {
        border-bottom: 1px solid #DCDFFB;
    }

    .landing-page-card-section.last {
        border-bottom: none;
    }
}

@media screen and (max-width: 768px) {
    .landing-page-card-section.last {
        border-bottom: 1px solid #DCDFFB;
    }
}

@media screen and (max-width: 768px) {
    .learn-more-adu-section .link-section {
        position: inherit;
        height: auto;
    }

    .gap-9x {
        height: 48px;
    }

    .autocomplete-options-2 {
        width: 100% !important;
    }

    #buildPage {
        padding-bottom: 48px;
    }

}

@media screen and (width: 768px) {
    .learn-more-adu-section .link-section {
        height: 73px;
        position: absolute;
    }

}

@media screen and (max-width: 540px) {
    .mobile-lg-text {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -0.405px;
    }

    .mobile-med-text {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -0.18px;
    }

    .mobile-small-text {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.045px;
    }

    .mobile-body-text {
        font-size: 15px;
        line-height: 24px;
        letter-spacing: -0.08px;
    }

    .build-page.landing-page {
        padding-bottom: 96px;
    }
}
