/* 
Naming convention for classes to keep in mind for this project.
.stick-man //Block
.stick-man__arm //element stated with __
.stick-man__arm--blue //modifier has --
*/

.btn.para {
    display: block;
    margin: auto;
    width: 260px;
}

.bg-light-blue {
    background-color: rgba(0, 170, 212, .1);
}

.title-lg--dark-gray, .maincontent .title-lg--dark-gray {
    font-size: 32px;
    color: #414141;
    font-weight: bold;
}

.title-md--dark-gray, .maincontent .title-md--dark-gray {
    font-size: 23px;
    color: #414141;
    font-weight: 500;
}

.bluetitlesm {
    font-weight: bold;
}

.display-flex{
    display: flex;
}


@media only screen and (min-width: 300px) {}

@media only screen and (min-width: 480px) {}

@media only screen and (min-width: 768px) {}

@media only screen and (min-width: 992px) {}

#extendedHero {
    position: relative;
}

.maincontent #extendedHero #heroImgWrapper h1 {
    width: 95%;
    max-width: 400px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-align: center;
    font-size: 32px;
}

#extendedHero #heroImgWrapper{
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(56,167,210,1) 5%, rgba(56,167,210,1) 90%, rgba(255,255,255,1) 100%);
}

@media only screen and (min-width: 1800px) {
    #extendedHero #heroImgWrapper{
        background: rgb(56,167,210);
        background: radial-gradient(circle, rgba(56,167,210,1) 78%, rgba(255,255,255,1) 100%);
    }
}

#extendedHeroInfo {
    background-color: rgba(0, 170, 212, .1);
    padding-bottom: 30px;
}
#extendedHero h2{font-weight: bold; color: #414141; width: 100%; max-width: 340px; margin:0px auto; padding: 25px 0 0;}
#extendedHeroInfo .ext-checkmark-list {
    list-style: none;
    width: 100%;
    max-width: 340px;
    margin: auto;
    padding: 15px 0 25px;
}
#extendedHeroInfo .ext-checkmark-list li{
    font-size: 22px;

}

#extendedHeroInfo .ext-checkmark-list li::before {
    width: 25px;
    height: 25px;
    display: inline-block;
    content: '';
    -webkit-mask: url('/img/extended-landing/checkmark.svg') no-repeat 50% 50%;
    mask: url('/img/extended-landing/checkmark.svg') no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #00aad4;
    position: relative;
    top:5px;
    margin-right: 10px;
}
#extendedHeroInfo .btn.para {
    width: 80%;
    min-width: 270px;
    max-width: 280px;
}
#extendedHeroInfo .btn.para a {
    font-weight: bold;
    font-size: 18px;
}

#extendedHeroInfo #extendedIconsRow{
    display: flex;
    flex-wrap: nowrap;
    align-content: space-evenly;
    justify-content: center;
    margin: 20px auto;
}

#extendedHeroInfo #extendedIconsRow figure{
    color: #414141;
    max-width: 86px;
    margin: 10px;
    text-align: center;
    line-height: 18px;
    font-size: 16px;
}
#extendedHeroInfo #extendedIconsRow figure img{width:100%; max-width: 45px; margin-left: auto; margin-right: auto;}

.phelps-blockout-quote {
    background-color: #fff;
    border-radius: 20px;
    background-image: url(../img/extended-landing/mp-portrait-300.png);
    background-repeat: no-repeat;
    width: 95%;
    max-width: 550px;
    padding: 10px 0;
    background-position: bottom right;
    background-size: contain;
    margin: auto;
}

.phelps-blockout-quote blockquote {
    margin-bottom: 0px;
    border-left: none;
    padding: 0px 20px;
}

.phelps-blockout-quote p:first-of-type {
    font-style: italic;
    max-width: 70%;
    font-size: 14px;
}

.phelps-blockout-quote p.by-line {
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 16px;
}
.phelps-blockout-quote p.credibility-line{
    font-size: 14px;
    margin-bottom: 0px;
}


.maincontent #extendedHero #heroImgWrapper{position: relative;}
.maincontent #extendedHero #heroImgWrapper img.saveDot{position: absolute; top:auto; bottom: 20px; right: 20px; left: auto;max-width: 100px; min-width: 100px; width: 100%;
}
@media only screen and (min-width: 768px) {
    .maincontent #extendedHero #heroImgWrapper img.saveDot{max-width: 145px;}
}


@media only screen and (min-width: 200px) {
}
@media only screen and (min-width: 480px) {
    .maincontent #extendedHero #heroImgWrapper h1 {top:0px; font-size: 42px;}
}
@media only screen and (min-width: 992px) {
    .maincontent #extendedHero #heroImgWrapper h1 {
        left: 0;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        font-weight: 500;
        right: 0;
        max-width: 1400px;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .maincontent #extendedHero #heroImgWrapper img{
        min-width: 1250px;
        max-width: 1400px;
    }


    #extendedHeroInfo {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        display: block;
        margin: auto;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        max-width: 1400px;
        height: 100%;
        background-color: transparent;
    }
    
    #extendedHero h2{position: absolute;font-weight: bold;top: 268px;color: #fff;}

    #extendedHeroInfo .btn.para {
        background-color: #fff;
        max-width: 350px;
        position: absolute;
        top: 565px;
        left: 35px;
    }

    #extendedHeroInfo .btn.para a {
        color: #0a95b8;
    }

    #extendedHeroInfo #extendedIconsRow{
        display: flex;
        flex-wrap: wrap;
        position: absolute;
        top: 605px;
        align-content: space-evenly;
        margin: 0px auto;
        width: 400px;
    }
    
    #extendedHeroInfo #extendedIconsRow figure{
        color: #fff;
        max-width: 86px;
        margin: 10px;
        text-align: center;
        line-height: 18px;
        font-size: 16px;
    }
    #extendedHeroInfo #extendedIconsRow figure img{width:100%; max-width: 45px;}

    .phelps-blockout-quote{
        width: 550px;
        position:absolute;
        top: 130px;
        line-height: 19px;
        background-position: right -11% bottom 110%;
        background-size: 31%;
    }
    .phelps-blockout-quote blockquote {
        padding: 10px 20px;
    }
    .phelps-blockout-quote p:first-of-type{
        max-width: 315px;
        font-size: 16px;
    }

    .phelps-blockout-quote p.by-line {
        display: inline-block;
        width: 108px;
    }

    .phelps-blockout-quote p.by-line::after {
        content: " | ";
    }

    .phelps-blockout-quote p.credibility-line {
        display: inline-block;
    }
    #extendedHeroInfo ul.ext-checkmark-list{
        position: absolute;
        padding: 0 0 0 0;
        top: 314px;
    }
    #extendedHeroInfo ul.ext-checkmark-list li{
        color: #fff;
        font-size: 20px;
        line-height: 22px;
        font-weight: 300;
    }
    
    #extendedHeroInfo ul.ext-checkmark-list li::before {
        width: 25px;
        height: 25px;
        display: inline-block;
        content: '';
        -webkit-mask: url('/img/extended-landing/checkmark.svg') no-repeat 50% 50%;
        mask: url('/img/extended-landing/checkmark.svg') no-repeat 50% 50%;
        -webkit-mask-size: cover;
        mask-size: cover;
        background-color: #fff;
        position: relative;
        top:5px;
        margin-right: 10px;
    }
}

#iconsAsSeenOnTv {
    background-color: rgba(0, 170, 212, .1); display: flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-evenly;
    width: 100%;
}
#iconsAsSeenOnTv p{display:block; text-align: center; order: -1; flex: 1 0 100%;}
#iconsAsSeenOnTv img{width:33%; max-width:150px;}


@media only screen and (min-width: 1500px) {
    .maincontent #extendedHero #heroImgWrapper img.saveDot{position: absolute; top:auto; bottom: 20px; right: auto; left: 1350px;
    }
}
@media only screen and (min-width: 992px) {
    #iconsAsSeenOnTv{      
        background-color:none;
        justify-content: center;}
    #iconsAsSeenOnTv p{   
        flex: 0 1 auto;
        order: 0;
        width: 180px;     
        border-right: solid 1px #414141;
        height: 75px;
        line-height: 75px;
        margin-right: 3%;
        padding-right: 3%;}
    #iconsAsSeenOnTv img{    
        width: 100%;
        max-width: 150px;
        margin-right: 3%; }
}



.maincontent .video-preamble{background-color: #fff; padding: 40px 0 20px;}
.maincontent .video-preamble .bluetitlelg{font-size: 25px; margin-bottom: 5px;}
.maincontent .video-preamble .title-lg--dark-gray{font-size:30px; margin-top: 5px;}
.maincontent .video-preamble p{font-size: 22px;}
@media only screen and (min-width: 992px) {
    .maincontent .video-preamble{background-color: #e5e5e5;}
    .maincontent .video-preamble .title-lg--dark-gray{font-size: 40px; }
}


#soakStack{
    display: flex; 
    background-image: url('/img/extended-landing/three-quarter-challenger-18-d-pro.png'); 
    background-repeat: no-repeat;
    background-size: 68%; 
    background-position: right -64px top 106%;
    width: 107%;
    max-width: 490px;
    position: relative;
    margin: auto;
}
#soakStack > div{flex: 1;}
#soakStack div:last-of-type{width: 100%; max-width: 350px;}

.lists--split{    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    justify-content:flex-start;}

.lists--split ul{margin-bottom: 0px; padding-left: 15px;}
@media only screen and (min-width: 430px) {
#soakStack{
    background-position:140% center;
    background-size: contain; 
}
}
@media only screen and (min-width: 534px) {
    #soakStack{
        background-position:90% center;
        left: 10%;
        width: 100%;
    }
}
@media only screen and (min-width: 992px) {
    #soakStack{
        background-position: top -24px right 17%;
        left: 0;
        max-width: 800px;
        height: 292px;
    }
    .lists--split {
        flex-direction: row;
        justify-content: space-between;
    }
    .lists--split ul{padding-left: 25px;}
}

.convenience ul{width: 100%; max-width: 450px; margin: 15px auto 25px;}


.alternating-steps-numbered figure{display: flex; flex-wrap: wrap;position: relative;
    margin: auto;
    width: 95%;
    max-width: 500px;}
    .alternating-steps-numbered figure > div{position: relative;}
.alternating-steps-numbered figure img,
.alternating-steps-numbered figure figcaption{flex: 1 0 49%; max-width: 500px; width: 100%; margin-bottom: 25px;}
.alternating-steps-numbered figure img{border-radius: 15px;}
.alternating-steps-numbered h4{position: absolute;
    bottom: 0%;
    background-color: #00aad4;
    width: 100%;
    padding: 15px 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-left: 5%;
    color: #fff !important;
    max-width: 500px;}
.alternating-steps-numbered figure figcaption span{display: none;}

@media only screen and (min-width: 992px) {
    .alternating-steps-numbered figure{max-width: 100%; justify-content: space-between; align-items: center;}
    .alternating-steps-numbered figure:nth-last-of-type(even){flex-direction: row-reverse;}
    .alternating-steps-numbered figure > img{max-width: 450px;}
    .alternating-steps-numbered figure > img,
    .alternating-steps-numbered figure > figcaption{flex: 1 0 45%;}
    .alternating-steps-numbered figure figcaption {position: relative; max-width: 350px; margin-left: 47px;}
    .alternating-steps-numbered h4{position: relative;
        top:0px;
        bottom: 0;
        background-color: transparent;
        padding: 15px 0;
        padding-left: 0px;
        color: #414141 !important;
        max-width: 100%; font-weight: bold; margin-bottom: 0px; max-width: 200px; font-size: 26px;}
    .alternating-steps-numbered figure figcaption span{display: block;
        width: 36px;
        height: 36px;
        border-radius: 18px;
        background-color: #00aad4;
        color: #fff; 
        font-size: 28px; 
        font-weight: bold;
        position: absolute;
        top: 28px;
        left: -46px;
        text-align: center;
        line-height: 36px;}
}
@media only screen and (min-width: 1200px) {
    .alternating-steps-numbered figure{justify-content: space-around;}
}


.exclusiveCallout div:first-of-type{background-color: #00aad4;}
.exclusiveCallout div:first-of-type h3{ color: #fff; font-weight: bold; font-size: 34px; padding: 25px 0; text-shadow:2px 2px 2px #414141; margin: 0;}
.exclusiveCallout div:last-of-type{background-color: #414141;}
.exclusiveCallout div:last-of-type p{color: #fff; padding: 5px 0px; margin: 0px;}


#coupLocator h2{padding:20px 0 25px;}
#coupLocator .formLead{color: #414141;}
#coupLocator .display-flex{align-items: center; justify-content: space-evenly;}
#coupLocator #coupLineLogos >div:last-of-type{border-left: solid 2px #00aad4;}
#coupLocator #coupLineLogos .flex-item{
    flex: 1 0 49%;
    max-width: 500px;
    width: 100%;
}
#coupLocator #coupLineLogos .flex-item img{padding:10px 20px;}
#coupLocator #coupLineLogos .flex-item:nth-of-type(2) img{width: 90%;}

#coupLocator form ::placeholder{color: #414141;}

@media only screen and (min-width: 992px) {
    #coupLocator #coupLineLogos >div:last-of-type{border-left: none;}
    #coupLocator #coupLineLogos .flex-item:first-of-type img{width: 90%;}
    #coupLocator #coupLineLogos .flex-item:nth-of-type(2) img{width: 70%;}
}

#coupLocator ul{width: 100%; max-width: 385px; margin: 30px auto;padding-left: 0px; line-height: 37px;}
#coupLocator ul li{font-size: 26px; color: #414141; font-weight: bold; list-style: none; position: relative;}
#coupLocator ul li span{font-size: 18px; color: #414141; font-weight: 400; font-style: italic;position:relative; bottom: 0px; display: block; line-height: 18px;}

#coupLocator ul li::before{        
    width: 25px;
    height: 25px;
    display: inline-block;
    content: '';
    -webkit-mask: url('/img/extended-landing/checkmark.svg') no-repeat 50% 50%;
    mask: url('/img/extended-landing/checkmark.svg') no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #414141;
    position: relative;
    margin-right: 10px;}
#coupLocator form .form-control{height: 44px;}
@media only screen and (min-width: 300px) {
    #coupLocator ul li span{font-size: 15px;}
}
@media only screen and (min-width: 480px) {
    #coupLocator ul li span{font-size: 18px;}
}
@media only screen and (min-width: 992px) {
    #coupLocator #coupLineLogos{margin-bottom: 40px;}
    #coupLocator ul{margin-top: 40px; padding-left: 35px; max-width: 500px;}
    #coupLocator ul li{font-size: 32px;}
    #coupLocator form .form-control{height: 34px;}
}


.americanFlagBG{
    background-image: url('/img/extended-landing/flag.png');
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: contain;
}
.americanFlagBG .addition{
    display: flex;
    justify-content: space-between;
    align-content: start;
    flex-wrap: nowrap;
    align-items: baseline;
    margin-bottom: 50px;
    width: 100%;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}
.americanFlagBG .addition > figure{
    display: block;
    width: 100%;
    max-width: 40%;
    text-align: center;
}
.americanFlagBG .addition > figure:first-of-type::after{
    content: "";
    position: absolute;
    top: 13%;
    right: 0px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
    background: url('/img/extended-landing/plus-icon.png') no-repeat;
    width: 30px;
    height: 30px;
    background-size: 30px;
}
.americanFlagBG .addition > figure figcaption h4{font-weight: bold;}

.americanFlagBG .bluetitlemd{font-weight: bold; margin-bottom: 120px;}

@media only screen and (min-width: 320px) {
    .americanFlagBG .addition > figure:first-of-type::after{top: 13%;}
}
@media only screen and (min-width: 480px) {
    .americanFlagBG .addition > figure{max-width: 175px;}
    .americanFlagBG .addition > figure:first-of-type::after{top: 25%;}
}
@media only screen and (min-width: 992px) {
    .americanFlagBG .addition > figure{    max-width: 175px;}
    .americanFlagBG .addition > figure:nth-last-of-type(odd) figcaption{display:block;}
    .americanFlagBG{background-position: 0 115%;}
}
@media only screen and (min-width: 1200px) {
    .americanFlagBG{background-position: 0 110%;}
}


.awards--dark{display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;}
.awards--dark a{display: flex; flex: 1 1 33%; justify-content: center;}
.awards--dark img{width: 100%; max-width: 115px;}
.awards--dark img.award__spa-certified{max-width: 90px;}
.awards--dark img.award__ernst{max-width: 150px;}
.awards--dark img.award__inspire{max-width: 86px;}
@media only screen and (min-width: 992px) {
    .awards--dark a{display: block; flex:1 1 auto;}
}

.grid-divide {
    display: flex;
    flex-wrap: wrap;
}

.grid-divide__item {
    background-color: #fff;
    border: solid thin #00aad4;
    padding: 15px;
    flex: 1 0 100%;
    border-radius: 5px;
    position: relative;
    max-width: 525px;
    margin: 10px auto;
}

.grid-divide__item h5 {
    width: 60%;
    border-bottom: solid thin #00aad4;
    padding-bottom: 15px;
    color: #414141;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 5px;
}

.grid-divide__item p {
    margin-top: 15px;
}

.grid-divide__item img {
    position: absolute;
    top: 22px;
    right: 15px;
    max-width: 80px;
}

@media only screen and (min-width: 992px) {
    .grid-divide__item {
        flex: 1 0 32%;
        padding: 20px 50px 40px 80px;
        border: solid thin #414141;
        border-radius: 0;
        background-color: transparent;
        margin: 0px auto;
    }

    .grid-divide__item h5 {
        width: 100%;
        border-bottom: none;
    }

    .grid-divide__item:nth-child(-n+3) {
        border-top: none;
    }

    .grid-divide__item:nth-child(n+4) {
        border-bottom: none;
    }

    .grid-divide__item:nth-child(3n+1) {
        border-left: none;
    }

    .grid-divide__item:nth-child(3n+3) {
        border-right: none;
    }

    .grid-divide__item img {
        position: absolute;
        top: 35px;
        right: 0;
        left: 15px;
        max-width: 50px;
    }
}
#vsPool table{width: 95%; max-width: 450px; margin: 40px auto 60px; text-align: center; font-size:18px; font-weight: bold; position: relative;}

#vsPool table td, #vsPool table th{vertical-align: middle; line-height: 20px; padding: 15px 0;}
#vsPool table thead th{text-align: center; font-size: 18px;}
#vsPool table .table-column-outline{      content: " ";
    border: solid 2px #00aad4;
    border-radius: 10px;
    height: 105%;
    display: block;
    position: absolute;
    width: 143px;
    top: 0px;
    right: 22%;}
#vsPool table thead th:nth-of-type(2) img{width: 155px;display: block; margin: auto;}
#vsPool table thead th:nth-of-type(3){vertical-align: bottom;}
#vsPool table tbody tr th:nth-of-type(1){text-align:left; font-weight: 500;}
#vsPool table tbody tr td:nth-child(2){color: #00aad4;}
#vsPool table tbody tr td:nth-child(3){color: #414141; font-weight: 500;}
#vsPool table tbody tr td:nth-child(2) span{font-weight: 500; font-size: 16px;}
#vsPool table tbody tr:last-of-type td,
#vsPool table tbody tr:last-of-type th{border-bottom: solid thin #ddd;}

.extended-landing__testimonials .testimonial{border: solid 2px #e5e5e5; border-radius: 10px; padding: 20px 15px; position: relative; min-height: 330px; margin: 10px;}
.extended-landing__testimonials .testimonial .stars{color:#ffde52;}
.extended-landing__testimonials .testimonial p{font-size: 16px;}
.extended-landing__testimonials .testimonial p.author{position: absolute; bottom: 10px; left: 0; right: 0; font-weight: bold;}
.extended-landing__testimonials  button.glider-dot.active {background: #00aad4;}
@media only screen and (min-width: 552px) {
    .extended-landing__testimonials .testimonial{min-height: 350px;}
}

@media only screen and (min-width: 992px) {
    .extended-landing__testimonials .testimonial{min-height: 315px;}
}


.caring-beyond {display:flex; flex-wrap: wrap; justify-content: center; row-gap: 20px; margin: 30px auto 0; padding-top: 20px; background-color: none;}
.caring-beyond h3{margin-top: 0px;}
.caring-beyond .support-logos__wrap{max-width: 600px; margin:0 auto; width: 100%; padding: 0 15px;}
.caring-beyond ul.support-logos{display:flex; flex-wrap: wrap; justify-content: center; row-gap: 20px; margin: 30px auto 0; column-gap: 17px; padding-left: 0px;}
.caring-beyond ul.support-logos li{width: 47%; border-radius: 5px; padding: 20px 10px; box-shadow:0 0 8px 4px #0000001a; list-style: none; background-color: #fff;}
.caring-beyond ul.support-logos li img{margin: 0 auto; display: block; width: 143px; max-width: 100%;}
@media only screen and (min-width: 767px) {
    .caring-beyond ul.support-logos li{width: 20%;}
    .caring-beyond .support-logos__wrap{max-width: 100%;}
}
@media only screen and (min-width: 992px) {
    .caring-beyond{background-color: rgba(0, 170, 212, .1);}
}
@media only screen and (min-width: 1021px) {
    .caring-beyond ul.support-logos li{width: 14%;}
}


.extended-landing__accordion {margin-bottom: 50px;}
.extended-landing__accordion .extended-landing__accordion__spa{display: none;}
.extended-landing__accordion .extended-landing__accordion__title{font-weight:bold; position: relative; top: 0; left: 0; right: 0; text-align: center; max-width: 100%; margin-bottom: 20px;}
.extended-landing__accordion .panel-default{border-radius: 7px; margin-bottom:10px;}
.extended-landing__accordion .panel-default .panel-heading{background-color: #fff; border-radius: inherit; position: relative;}
.extended-landing__accordion .panel-default .panel-heading .panel-title{max-width: 90%;}
.extended-landing__accordion .panel-default .panel-heading a{color: #000;}
.extended-landing__accordion .panel-default .panel-heading a:before{font-family: "Font Awesome 5 Free"; font-weight: 900; content: '\f077'; position: absolute;
    top: 1.0rem;
    right: 1.0rem;
    columns: #414141;
    }
.extended-landing__accordion .panel-default .panel-heading a[aria-expanded="false"]:before{transform: rotate(0deg); transition: 0.25s transform;}
.extended-landing__accordion .panel-default .panel-heading a[aria-expanded="true"]:before{transform: rotate(180deg); transition: 0.25s transform;}
.extended-landing__accordion .panel-group .panel-heading+.panel-collapse>.panel-body {border-top: none; padding-top: 0px;}
.extended-landing__accordion .panel-default .panel-body p:first-of-type{border-top: solid thin #414141; padding-top: 15px;}
.extended-landing__accordion .panel-default .panel-body p {font-size: 16px;}

@media only screen and (min-width: 992px) {
    .extended-landing__accordion .extended-landing__accordion__spa{display: block;}
    .extended-landing__accordion .extended-landing__accordion__title{position: relative;max-width: 211px;top: 50px;left: 50px; text-align: left; margin-bottom: 5px;} }