/* input(1153,1): run-time error CSS1019: Unexpected token, found '}' */
/* 
    -------------------------------------------------- 
    site.css Overrides:
    -------------------------------------------------- 
*/

div.top-search-container {
    display: none !important;
}

header {
    border-bottom: none !important;
}

main h2:not(.page-title-center), main h1.page-title {
    text-align: unset !important;
}

/* 
    -------------------------------------------------- 
    Header Section:
    -------------------------------------------------- 
*/

div.top-background {
    display: none;
}

div.header-container {
    max-width: 90% !important;
    height: 700px;
    border-radius: 20px;
    margin: 0px auto 40px auto;
    background: linear-gradient(to right, #5fa0b8, #467a8b);
    overflow: hidden;
    position: relative;
}

img.header-image {
    position: absolute;
    max-width: 100%;
    height: 90%;
    z-index: 0;
    left: 0;
    bottom: 0;
}

div.cta-holder {
    position: absolute;
    float: right;
    z-index: 3;
    right: 5%;
    bottom: -50%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    min-width: 800px;
}

div.cta-outer {
    height: 640px;
    width: 220px;
    border-radius: 200px;
    background: linear-gradient(to top, #3D798B00, #3D798B);
    position: relative;
    margin: 6px;
}

button.cta {
    height: 140px;
    width: 140px;
    border: none;
    color: #3D798B;
    font-size: 25px;
    line-height: 25px;
    font-weight: 800;
    border-radius: 100%;
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    right: 45px;
    top: 5%;
}

button.cta:hover {
    background-color: #60A1BA;
    color: #fff;
}

div.header-text-holder {
    max-height: 100%;
    max-width: 40%;
    z-index: 0;
    position: absolute;
    right: 15%;
    top: 15%;
}

div.header-text-holder h1 {
    font-family: poppins;
    font-size: 72px;
    font-weight: 800;
    line-height: 66px;
    color: #fff;
    word-break: break-word;
    max-width: 450px;
}

div.header-text-holder h2 {
    font-size: 51px;
    font-weight: 700;
    line-height: 58px;
    color: #fff;
    max-width: 440px;
}

div.header-text-holder span {
    line-height: 50px;
    color: #c2dce8;
}

div.header-svg-left {
    height: 100%;
    width: 700px;
    background: url('/images/web_refresh/amazon_delivery_drivers/lozenge-header.svg?v=AbHoVPTToTjDHWf1MsLiAOA1gsA');
    background-size: cover;
    background-blend-mode: normal;
    float: left;
    position: relative;
    top: -60px;
    left: -120px;
}

div.header-svg-right {
    height: 100%;
    width: 700px;
    background: url('/images/web_refresh/amazon_delivery_drivers/lozenge-header-right.svg?v=AbHoVPTToTjDHWf1MsLiAOA1gsA');
    background-size: cover;
    background-blend-mode: normal;
    float: right;
    position: relative;
    top: -10px;
    right: -350px;
}

/* 
    -------------------------------------------------- 
    Driver Job Info Cards:
    -------------------------------------------------- 
*/

div.box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;    
    position: relative;
    width: auto;
    height: 500px;
    border: none;
    border-radius: 20px;
    background-image: linear-gradient(to right, #5fa0bb, #467a8b);
}

div.section {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1rem;
    box-sizing: border-box;
    height: 75%;
    color: #FFFFFF;
}

div.section__icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    background-color: #FFFFFF;
    margin-bottom: 1rem;
}

h2.section__title {
    margin: 1rem;
    font-size: 26px;
    font-weight: 600;
    line-height: 34px;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center !important;
    color: #FFFFFF;
}

p.section__description {
    margin: 1rem;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

div.divider {
    width: 1px;
    height: 75%;
    background-color: #fff;
    align-self: center;
}

div.section_one {
    height: 80px;
    width: 80px;
    background-image: url('/images/web_refresh/amazon_delivery_drivers/reliable-work.svg?v=AbHoVPTToTjDHWf1MsLiAOA1gsA');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}

div.section_two {
    height: 80px;
    width: 80px;
    background-image: url('/images/web_refresh/amazon_delivery_drivers/delivery-van.svg?v=AbHoVPTToTjDHWf1MsLiAOA1gsA');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}

div.section_three {
    height: 80px;
    width: 80px;
    background-image: url('/images/web_refresh/amazon_delivery_drivers/driver-experience.svg?v=AbHoVPTToTjDHWf1MsLiAOA1gsA');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}

div.section_four {
    height: 80px;
    width: 80px;
    background-image: url('/images/web_refresh/amazon_delivery_drivers/hand-earning.svg?v=AbHoVPTToTjDHWf1MsLiAOA1gsA');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}

/* 
    -------------------------------------------------- 
    Section Break Headers:
    -------------------------------------------------- 
*/

div.top-section-text {
    max-width: 1200px !important;
}

div.middle-section-text {
    max-width: 800px !important;
}

div.top-section-text,
div.middle-section-text {
    margin-top: 60px;
    margin-bottom: 60px;
}

div.top-section-text > h2 {
    font-family: poppins;
    font-size: 38px;
    font-weight: 700;
    line-height: 40px;
    color: #60A1BA;
    text-align: center !important;
}

div.top-section-text > h3,
div.middle-section-text > h3 {
    font-family: poppins;
    font-size: 26px;
    font-weight: 600;
    line-height: 40px;
    color: #57626B;
}

div.top-section-text > h3 > span,
div.middle-section-text > h3 > span {
    color: #60A1BA;
}

/* 
    -------------------------------------------------- 
    Second Driver Job Info Section:
    -------------------------------------------------- 
*/

div.driver-info-card-container {
    height: 840px;
    justify-content: space-between;
}

div.driver-info-card {
    padding: 50px 60px !important;
    text-align: left;
    border: none;
    border-radius: 0;
}

div.driver-info-card-container:first-child .driver-info-card {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

div.driver-info-card-container:last-child .driver-info-card {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

div.driver-info-card__title {
    font-size: 32px;
    font-weight: 600;
    color: #60A1BA;
    max-width: 260px;
    min-height: 140px;
}

div.driver-info-card__icon {
    width: 140px;
    height: 140px;
    background-color: none;
    border-radius: 50%;
    margin: 0 0 1rem;
}

div.driver-time-icon {
    margin-top: -15px;
    background-image: url('/images/web_refresh/amazon_delivery_drivers/driver-time.svg?v=AbHoVPTToTjDHWf1MsLiAOA1gsA');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

div.driver-perks-icon {
    margin-top: -15px;
    background-image: url('/images/web_refresh/amazon_delivery_drivers/driver-perks.svg?v=AbHoVPTToTjDHWf1MsLiAOA1gsA');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

div.driver-application-icon {
    margin-top: -15px;
    background-image: url('/images/web_refresh/amazon_delivery_drivers/driver-application.svg?v=AbHoVPTToTjDHWf1MsLiAOA1gsA');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

div.driver-info-card__details {
    min-height: 120px;
    margin-bottom: 20px;
}

div.driver-info-card__subtitle {
    font-size: 28px;
    font-weight: 600;
}

div.driver-info-card__description {
    font-size: 18px;
    font-weight: 500;
    max-width: 210px;
}

div.bg-lightgrey {
    background-color: #F8F8F8;
    border-radius: 30px;
}

div.bg-grey {
    background-color: #E3E3E3;
    color: #828D96;
}

div.bg-blue {
    background-color: #60A1BA;
}

div.bg-blue div.driver-info-card__title, 
div.bg-blue h3.driver-info-card__subtitle, 
div.bg-blue p.driver-info-card__description {
    color: #fff;
}

/* 
    -------------------------------------------------- 
    Footer/Testimonials Section:
    -------------------------------------------------- 
*/

div.testimonials-container {
    width: 100%;
    margin: 0px;
    padding: 0px;
    height: 1000px;
}

img.testimonial-header-image {
    max-width: 100%;
    height: 500px;
    margin-left: 100px;
    position: relative;
}

div.van-icon-svg {
    height: 125px;
    width: 200px;
    background: url('/images/web_refresh/amazon_delivery_drivers/van-icon.svg?v=AbHoVPTToTjDHWf1MsLiAOA1gsA');
    background-size: cover;
    background-blend-mode: overlay;
}

div.lozenge-icon-svg {
    height: 450px;
    width: 700px;
    background: url('/images/web_refresh/amazon_delivery_drivers/lozenge-case-studies.svg?v=AbHoVPTToTjDHWf1MsLiAOA1gsA');
    background-size: cover;
    background-blend-mode: normal;
}

button.circle-btn {
    height: 140px;
    width: 140px;
    border-radius: 70px;
    background-color: #fff;
    color: #518A9E;
    font-size: 24px;
    font-family: poppins;
    font-weight: 600;
    line-height: 28px;
    border: none;
}

button.circle-btn:hover {
    background-color: #60a1ba;
    color: #fff;
}

h1.testimonial-header {
    font-size: 60px;
    font-weight: 800;
    font-family: poppins;
    color: #60a1ba;
    max-width: 50%;
    line-height: 60px;
    margin: 0px 12px 0px 0px;
}

div.main-container {
    border-radius: 30px;
    padding: 0px;
    background-color: #f8f9fa;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin: 0px auto;
    margin-bottom: 30px;
    max-width: 88.5% !important;
}

div.bottom-section {
    padding: 1rem;
}

div.top-section {
    background: linear-gradient(to right, #e3e3e3, #d8d8d8);
}

div.bottom-section {
    background: linear-gradient(to right, #5fa0b8, #467a8b);
    flex: 1;
}

div.top-inner {
    display: flex;
    flex-wrap: wrap;
}

div.image-svg-wrapper {
    flex: 1;
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 180px;
}

div.image-svg-wrapper div.svg-bg {
    background: url('/images/web_refresh/amazon_delivery_drivers/lozenge-case-studies.svg?v=AbHoVPTToTjDHWf1MsLiAOA1gsA') no-repeat center center;
    background-size: contain;
    width: 150px;
    height: 150px;
    position: relative;
    z-index: 0;
}

div.image-svg-wrapper img {
    position: relative;
    z-index: 1;
}

div.action-block {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

div.action-block div.action-content {
    display: flex;
    align-items: center;
    gap: 1rem;
}

div.action-block div.svg-bg.second {
    background: url('/images/web_refresh/amazon_delivery_drivers/van-icon.svg?v=AbHoVPTToTjDHWf1MsLiAOA1gsA') no-repeat center center;
    background-size: contain;
    background-blend-mode: overlay;
}    

div.action-block h1 {
    margin-top: 1rem;
}

h2.testimonial-subheader {
    font-size: 36px;
    font-weight: 700;
    font-family: poppins;
    color: #fff;
    line-height: 48px;
    text-align: center !important;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}

h2.testimonial-subheader span {
    color: #ccebf8;
}

div.video-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 2rem;
    padding: 30px !important;
}

div.video-col {
    flex: 1 1 calc(50% - 0.5rem);
    padding: 10px !important;
}

div.video-col div.video-placeholder {
    border-radius: 15px;    
}

div.video-placeholder iframe {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

div.carousel-container {
    text-align: center;    
    width: 100%;
    max-width: 800px;
    padding: 0 1rem;
    box-sizing: border-box;
}

div.carousel-container div.carousel-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    width: 100%;
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

div.carousel-item {
    min-height: 100px;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    float: none !important;
    margin-right: 0 !important;
}

div.carousel-item.active {
    display: flex;
}

div.carousel-container div.carousel-item p {
    font-family: poppins;
    font-weight: 300;
    color: #fff;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    text-align: center;
}

div.carousel-container small {
    font-family: poppins;
    font-weight: 600;
    color: #fff;
    display: block;
    text-align: center;
}

div.carousel div.carousel-indicators {
    position: relative !important;
}

div.carousel div.carousel-indicators button {
    border-radius: 50%;
    height: 15px;
    width: 15px;    
}

div.footer-button {
    text-align: center;
    padding: 10px 15px;
}

div.footer-button button {
    padding: 10px 15px;
    height: 60px;
    width: 230px;
    border-radius: 12px;
    color: #538da2;    
}

/* 
    -------------------------------------------------- 
    Media Queries:
    -------------------------------------------------- 
*/

@media (max-width: 767px) {
    div.container,
    div.main-container {
        max-width: 100% !important;
        padding: 0px;
    }
    
    div .top-inner {
        flex-direction: column;
    }

    div.video-col {
        flex: 1 1 100%;
    }

    div.action-block {
        align-items: center;
        text-align: center;
        margin-top: 12px;
    }

    div.action-block h1 {
        text-align: center;
    }

    div.box {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    div.section {
        flex: 1 1 calc(50% - 0.5rem);
    }

    p.section__description {
        width: 90%;
        height: auto;
        margin: 0px;
    }

    div.divider {
        display: none;
    }

    div.video-row {
        gap: 0rem;
        margin-bottom: 0rem;
        padding: 30px !important;
    }

    div.video-col {
        margin-bottom: 20px;
    }

    div.video-placeholder {
        width: 120%;
        height: 120%;
        margin-bottom: 0px;
        margin-left: -10%;
    }

    div.carousel-container {
        margin: auto;
        min-height: 260px;
    }

    div.carousel-item p {
        font-size: 16px;
    }

    div.carousel-item small {
        font-size: 14px;
    }

    div.carousel-indicators {
        margin-top: 0px;
    }

    h2.testimonial-subheader {
        font-size: 20px;
        line-height: 30px;
        margin-top: 0.5rem;
        margin-bottom: -1rem;
    }

    div.image-svg-wrapper {
        display: none !important;
    }

    div.middle-section-text h3 {
        font-size: 18px;
        line-height: 20px;
    }

    div.middle-section-text {
        margin: 0px 0px 20px 0px;
    }

    div.action-content {
        gap: 0.5rem !important;
    }

    h1.testimonial-header {
        font-size: 32px;
        max-width: 100%;
        line-height: 40px;
        margin-bottom: 20px;
    }

    button.circle-btn {
        height: 120px;
        width: 120px;
        border-radius: 50%;
        font-size: 18px;
        line-height: 24px;
    }

    div.svg-bg.second {
        height: 150px;
        width: 150px;
    }

    div.driver-info-card {
        padding: 20px 30px !important;
    }

    div.driver-info-card__title {
        text-align: center !important;
        font-size: 24px;
        max-width: 100%;
        min-height: 100px;
    }

    div.driver-info-card-container {
        min-height: 500px;
        max-height: 550px
    }

    div.driver-info-card__icon {
        height: 100px;
        width: 100px;
        margin: 0px auto;
        margin-bottom: 12px;
    }

    div.driver-time-icon,
    div.driver-application-icon {
        height: 100%;
        width: 100%;
        background-size: contain;
        margin-left: -20px;
    }

    div.driver-perks-icon {
        margin-left: 0px;
        height: 90px;
        width: 90px;
    }

    div.driver-info-card__details {
        min-height: 75px;
    }

    h3.driver-info-card__subtitle {
        font-size: 18px;
    }
   
    p.driver-info-card__description {
        font-size: 18px;
    }

    div.top-section-text {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    div.top-section-text > h2 {
        font-size: 22px;
        line-height: 30px;
    }

    div.top-section-text > h3{
        font-size: 16px;
        line-height: 22px;
    }

    div.header-text-holder {
        max-width: 100%;
        right: unset;
        top: unset;
        padding: 36px;
    }

    div.cta-holder {
        left: 4%;
        bottom: -90%;
        width: 100%;
    }

    div.cta-outer {
        height: 600px;
        width: 180px;
        background: none;
    }

    button.cta {
        height: 120px;
        width: 120px;
        font-size: 20px;
        line-height: 22px;
    }

    div.header-svg-left,
    div.header-svg-right,
    img.header-image {
        display: none;
    }

    div.header-container {
        min-height: 300px;
        max-height: 450px;
    }

    div.header-text-holder > h1 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 16px
    }

    div.header-text-holder h2,
    div.header-text-holder span {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 12px;
    }

}

@media (min-width:786px) and (max-width: 992px) {

    img.header-image {
        z-index: 0 !important;
        max-width: 75%;
        height: 80%;
    }

    div.header-container {
        height: 600px;
    }

    div.header-text-holder {
        max-width: 50%;
        right: 0%;
        top: 5%;
    }

    div.header-text-holder h1 {
        font-size: 48px;
        line-height: 52px;
    }

    div.header-text-holder h2 {
        font-size: 40px;
        line-height: 46px;
    }

    div.cta-holder {
        bottom: -60%;
        right: -20%;
        z-index: 0 !important;
    }

    h2.section__title {
        font-size: 20px;
        line-height: 24px;
    }

    p.section__description {
        width: 100% !important;
    }

    div.driver-info-card-container {
        height: auto !important;
    }

    div.driver-info-card {
        padding: 40px 15px !important;
    }

    div.driver-info-card__title {
        font-size: 24px;
        line-height: 28px;
        min-height: 120px;
    }

    h3.driver-info-card__subtitle {
        font-size: 24px;
    }

    p.driver-info-card__description {
        font-size: 18px;
    }

    div.lozenge-icon-svg {
        display: none;
    }

    div.top-section {
        height: 450px !important;
    }

    img.testimonial-header-image {
        height: 450px !important;
        width: 140% !important;
        max-width: 140%;
    }

    h1.testimonial-header {
        max-width: 80%;
        margin: 0px 12px 0px 18px;
    }

    div.video-placeholder {
        height: 210px !important;
        margin-bottom: 0px !important;
    }
}

@media (min-width: 768px) {

    div.container,
    div.main-container {
        max-width: 90% !important;
    }

    div.driver-info-card-container:nth-child(1) {
        padding-right: 16px !important;
    }

    div.driver-info-card-container:nth-child(3) {
        padding-left: 16px !important;
    }

    div.driver-info-card {
        border-radius: 0 !important;
    }

    div.driver-info-card-container:first-child .driver-info-card {
        border-top-left-radius: 20px !important;
        border-bottom-left-radius: 20px !important;
    }

    div.driver-info-card-container:last-child .driver-info-card {
        border-top-right-radius: 20px !important;
        border-bottom-right-radius: 20px !important;
    }

    p.section__description {
        height: 3.5rem;
        width: 60%;
    }

    div.svg-bg.second {
        height: 200px;
        width: 200px;
    }

    div.carousel-container {
        margin: 2rem auto;
        min-height: 300px;
    }

    div.carousel-container div.carousel-item p {
        font-size: 22px !important;
    }

    div.carousel-item small {
        font-size: 18px;
    }

    div.carousel-indicators {
        margin-top: 2rem;
    }

    div.video-col div.video-placeholder {
        width: 100%;
        height: 350px;
        margin-bottom: 1rem;
    }

    div.driver-time-icon {
        margin-top: -15px;
        margin-left: -30px;
        height: 140px;
        width: 150px;
        background-size: auto;
    }

    div.driver-perks-icon {
        margin-top: -15px;
        margin-left: -30px;
        height: 140px;
        width: 150px;
        background-size: auto;
    }

    div.driver-application-icon {
        margin-top: -15px;
        margin-left: -30px;
        height: 140px;
        width: 150px;
        background-size: auto;
    }

    div.cta-outer {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    button.cta {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    /* 
        -------------------------------------------------- 
        Animations:
        -------------------------------------------------- 
    */

    @keyframes slideIn {
        from {
            transform: translateX(-100%);
            opacity: 0;
        }

        to {
            transform: translateX(0);
            opacity: 1;
        }
    }

    div.slide-in {
        animation: slideIn 1s ease-out forwards;
    }

    @keyframes slideInRight {
        from {
            transform: translateX(-100%);
            opacity: 0;
        }

        to {
            transform: translateX(0);
            opacity: 1;
        }
    }

    div.slide-in-right,
    img.slide-in-right {
        animation: slideInRight 1s ease-in forwards;
    }

    @keyframes slideInLeft {
        from {
            transform: translateX(100%);
            opacity: 0;
        }

        to {
            transform: translateX(0);
            opacity: 1;
        }
    }

    div.slide-in-left,
    img.slide-in-left {
        animation: slideInLeft 1s ease-in forwards;
    }

}