<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

    h1{display: none;}
    .no-lhn #productlist-rhs {
        margin: 0px;
        padding: 0 !important;
    }



    #productlist-row.row {
        padding: 10px !important;
    }

    .module-discover-anchorlink {
        padding: 10px;
        margin: 0px 20px 50px 20px;
    }


/* Anchors */

    section.anchors {
        text-align: center;
        margin: 0px;
        background: #d2dfff;
        padding: 10px;
        float: left;
        width: 100%;

    }

    section.anchors ul li{
        margin: 10px;
        list-style: none;
        color: #044044;
    }

    @media only screen and (min-width:480px) {
    section.anchors ul li {
        margin: 5px;
        text-decoration: none;
        list-style: none;
        display: inline-block;
        color: #044044;
    }
}

@media only screen and (max-width:768px) {
section.anchors ul li {
    margin: 10px 0;
    width: 50%;
    float:left;
    }
}


/* Anchors */




/* Home Experiences */

    #family-banner{
        background-image: url('https://sbukprodcdnsa.blob.core.windows.net/content/HtmlTemplates/MainContent/ManualListingPages/HomeExperiences/family-cutout.jpg');
        width: 100%;
        height: 200px;
        background-repeat: no-repeat;
        background-position: -80px -40px;
        background-size: 190%;
    }

    #home-experiences-title {
        background: #d2dfff;
        float: left;
    }

    #home-experiences-title h1 {
        background: #d2dfff;
        display: block;
        vertical-align: top;
        color: #044044;
        color: 4px 4px 0px rgba(0,0,0,0.18);
        font-family: 'DroidSans', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 32px;
        line-height: 31px;
        margin-top: 1em;
        text-align: center;
        max-width: 100% !important;
    }

    #home-experiences-title .seocopy {
        margin-top: 2em;
        text-align: center;
        padding: 10px 27px;
        color: #044044;
    }

    div#home-experiences {
        background: #d2dfff;
        float: left;
        padding-bottom: 1em;
/*        margin-bottom: 1em;  &lt;-----  add back in when we have different sections */
    }

    .home-title {
        padding-left: 0;
        padding-right: 0;
        background: #d2dfff;
    }
    #home-experiences{
        padding: 1em 0 0 0;
    }

    #home-experiences h3{
        font-size: 16px;
    }

    #home-experiences .col-xs-12.col-sm-6.col-md-3.item_2 {
        width: 100% !important;
    }

    .home-title .sb_subbnr {
        height: 40px;
        width: 100%;
        text-align: center;
        text-transform: none;
        font-family: 'DroidSans Bold', sans-serif;
        font-weight: normal;
        font-size: 28px;
        line-height: 40px;
        font-family: 'DroidSans', sans-serif;
        font-weight: 700;
    }


    .home-title #bnr_everyone {
        display: inline-block;
        margin: 20px 0;
        border: none !important;
        color: #1A202F;
    }

    #home-experiences .no_underline {
        text-decoration: none !important;
    }

    #home-experiences .content {
        text-align: center;
        padding: 20px;
    }

    #home-experiences .generic-cta {
        text-transform: none;
        border-radius: 50px;
        padding: 13px 10px;
        font-family: 'DroidSans Bold', sans-serif;
        font-weight: normal;
        font-size: 15px;
        display: block;
        clear: both;
        text-decoration: none!important;
        text-align: center;
        background-color: #4caaa0;
        color: #ffffff;;
        bottom: 0;
    }

    #home-experiences .info_copy {
        font-family: 'DroidSans Bold', sans-serif;
        margin-top: 0px;
        max-width: 86%;
        margin: 0 auto;
    }

    #home-experiences .offer_cta {
        font-size: 13px !important;
        margin-top: 5px!important;
        background: #00aaa0 !important;

     }

     #home-experiences .thumbnail {
        border-radius: 0;
        padding: 0px;
    }

    #home-experiences .from_price2 {
        position:absolute;
        left:0
        top:0;
        color:#ffffff;
        background:#b90037;
        padding:4px 10px 0 10px;
        font-family: 'DroidSans Bold', sans-serif;
        font-weight:normal;
        text-transform:uppercase;
        z-index:2;
        line-height:33px;
    }

    #home-experiences .from_price3 {
        text-decoration: line-through;
        font-size: 11px;
    }

    #home-experiences .quote{
        font-size: 13px;
        font-style: italic;
    }

    #home-experiences .productreviews-stars i {
        color: #f5a500;
        font-size: 18px;
        letter-spacing: -.1em;
        }

    #home-experiences .productreviews-stars {
        margin: 20px 0;
    }


    .row.equal-cols {
      display: inline-flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }

    .row.equal-cols:before,
    .row.equal-cols:after {
      display: block;
    }

    .row.equal-cols &gt; [class*='col-'] {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }

    .row.equal-cols &gt; [class*='col-'] &gt; * {
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
    }

    #home-experiences ul {
        padding-left:0;
        margin: 20px 0px;
        height: 130px;
    }

    #home-experiences li {
        list-style-type: none;
        display: inline-block;
        padding: 5px;
        line-height: 1.2em;
    }

    #home-experiences li::before {
        content: none !important;
    }

    #home-experiences li::before { /* add the new bullet point */
      display: inline-block;
        -webkit-border-radius: 0.5rem;
        border-radius: 0.5rem;
        height: 0.65rem;
        width: 0.65rem;
        margin-right: 0.5rem;
        background-color: #bdbdbd;
    }

    #home-experiences i.fa.fa-check {
        color: #00aaa0 !important;
    }

    #home-experiences i.fa.fa-heart {
        color: #00aaa0 !important;
    }

    #home-experiences .thumbnail a&gt;img, #home-experiences .thumbnail&gt;img {
        display: block;
        max-width: 100%;
        /* height: 139px !important; */
    }

    #home-experiences .top-picks-cont .content {
        padding: 30px 15px 15px 15px;
    }

    #home-experiences #price-drop .wasprice {

        font-size: 11px;
        margin: 0 1.5px 0 1.5px;
        width: 50%;
        display: inline;
        text-decoration: line-through;
        color: #a7a5a2;
        content: none;
    }

    #home-experiences #price-drop .currentprice {
        padding-top: 0;
        width: 50%;
        display: inline;
        font-family: 'DroidSans Bold', sans-serif;
        color: #b90037;
        font-size: 20px;
    }

    #home-experiences .quote {
        color: #a7a5a2;
        font-style: normal;
        max-width: 85%;
        margin: 5px auto;
    }

    #home-experiences i.fa.fa-map-marker {
        color: #00aaa0;
    }

    #home-experiences .free-sash {
        display: inline-block;
        background-color: #1A202F;
        color: #fff;
        font-family: 'DroidSans Bold', sans-serif;
        padding: 8px;
        line-height: 14px;
        max-width: 80%;
        margin-top: -10px;
        position: absolute;
        text-transform: uppercase;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        font-size: 13px;
    }

    #home-experiences .free-sash span span{
        font-family: 'DroidSans', sans-serif;
        text-decoration:line-through;
        font-size:12px;
        padding-right:5px;
        }

        #home-experiences .new {
            font-family: 'DroidSans Bold', sans-serif;
            position: absolute;
            top: 9px;
            left: 17px;
            background-color: #F5A502;
text-transform: uppercase;
            color: #fff;
            padding: 4px 7px;
            font-size: 14px;
            margin: 0 auto;
        }


    #home-experiences .info_copy_sash{
        padding-top: 1em;
        height: 45px;
    }

        #home-experiences .item_1, #home-experiences .item_2, #home-experiences .item_3, #home-experiences .item_4 {
        padding-left: 15px;
        padding-right: 15px;
    }


    @media only screen and (min-width:410px) {
    #home-experiences .info_copy_sash{
        height: 55px;
        line-height: 16px;
        font-size: 14px;
    }

    #home-experiences ul {
        margin: 20px 0px 20px;
        height: 200px;
    }

    #home-experiences a.col-xs-12.col-sm-6.col-md-3.col-lg-3.pod.img {
        width: 50% !important;
    }

    #home-experiences .top-picks-cont .content {
        padding: 30px 5px 0px 5px;
    }


    #home-experiences a.col-xs-12.col-sm-6.col-md-3.col-lg-3.pod.img {
        width: 50% !important;
    }
    #home-experiences .col-xs-12.col-sm-6.col-md-3.item_1 {
        width: 50% !important;
        padding: 0 7px 0 15px;
    }
    #home-experiences .col-xs-12.col-sm-6.col-md-3.item_2 {
        width: 50% !important;
        padding: 0px 15px 0 7px;
    }
    #home-experiences .col-xs-12.col-sm-6.col-md-3.item_3 {
        width: 50% !important;
        padding: 0 7px 0 15px;
    }
    #home-experiences .col-xs-12.col-sm-6.col-md-3.item_4 {
        width: 50% !important;
        padding: 0px 15px 0 7px;
    }

    }

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

    #home-experiences .info_copy_sash{
        height: 55px;
        font-size: 15px;
        line-height: 18px;
    }

    #home-experiences ul {
        margin: 20px 0px;
        height: 160px;
    }

    #home-experiences .col-xs-12.col-sm-6.col-md-3.item_1 {
        width: 50% !important;
        padding: 0 7px 0 15px;
    }
    #home-experiences .col-xs-12.col-sm-6.col-md-3.item_2 {
        width: 50% !important;
        padding: 0px 15px 0 7px;
    }
    #home-experiences .col-xs-12.col-sm-6.col-md-3.item_3 {
        width: 50% !important;
        padding: 0 7px 0 15px;
    }
    #home-experiences .col-xs-12.col-sm-6.col-md-3.item_4 {
        width: 50% !important;
        padding: 0px 15px 0 7px;
    }

    }

    @media only screen and (min-width:620px) {
    #family-banner{
        background-position: -220px -150px;
        background-size: 190%;
    }

    #home-experiences ul {
        height: 130px;
    }

    #home-experiences .col-xs-12.col-sm-6.col-md-3.item_2 {
    width: 50% !important;
    }


    }

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

    #home-experiences .info_copy_sash{
        height: 55px;
        line-height: 20px;
        font-size: 17px;
    }

    #home-experiences ul {
        margin: 20px 0px;
        height: 120px;
    }

    #home-experiences .generic-cta {
        padding: 13px 47px;
    }

    #home-experiences .module-moreexperiences ul li {
        padding: 0;
        margin: 0 0 15px 0;
        border: none;
        margin: 0px 2px 4px 2px;
        width: 49%;
    }
    }

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

    #family-banner{
        background-position: -100px -140px;
        background-size: 140%;
    }

    #home-experiences-title .seocopy {
        padding: 10px 87px;
    }

    #home-experiences .info_copy_sash{
        height: 55px;
    }

    #home-experiences ul {
        height: 160px;
        margin: 30px 0;
    }
    #home-experiences .generic-cta {
        padding: 13px 25px;
    }

    #home-experiences .col-xs-12.col-sm-6.col-md-3.item_1 {
    width: 25% !important;
    padding: 0 5px !important;
    }
    #home-experiences .col-xs-12.col-sm-6.col-md-3.item_2 {
    width: 25% !important;
    padding: 0 5px !important;
    }
    #home-experiences .col-xs-12.col-sm-6.col-md-3.item_3 {
    width: 25% !important;
    padding: 0 5px !important;
    }
    #home-experiences .col-xs-12.col-sm-6.col-md-3.item_4 {
    width: 25% !important;
    padding: 0 5px !important;
    }
    #home-experiences .row.equal-cols {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #home-experiences .new {

        top: 10px;
        left: 6px;

    }
    }

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

    #family-banner {
        background-position: 0px -120px;
        background-size: 100%;
    }

    #home-experiences .info_copy_sash{
        height: 55px;
    }

    #home-experiences ul {
        height: 130px;
    }

    }

/* Home Experiences */





/* SHOW MORE LESS */

.read-more-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s ease;
}

.read-more-toggle {
  display: none;
}

.read-more-toggle-label {
display:inline;
}

.read-more-toggle-label:after {
  content: "More \203A\203A";
  display: inline-block;
}

.read-more-toggle:checked + .read-more-content {
  display: block;
  max-height: 100%;
}

.read-more-toggle:checked + .read-more-content + .read-more-toggle-label:after {
  content: "Less \203A\203A";
}

/* SHOW MORE LESS */








 /* Sign Up banner */

.nopadding{
    padding: 0;
}



#home-signup  .main-copy .title{
    display: block;
    vertical-align: top;
    color: #ffffff;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 27px;
    margin-top: 1em;
    padding: 10px;
    width: 98%;
  }


#home-signup  .main-copy p {
    text-align: center;
    display: inline-block;
    width: auto;
    float: none;
    color: #ffffff;
    font-family: 'DroidSans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    line-height: 22px;
  }


#home-signup a {
  text-decoration: none!important;
}


#home-signup {
    background: rgb(4,64,68);
    background: linear-gradient(349deg, rgba(4,64,68,1) 0%, rgba(6,122,130,1) 100%);
    font-family: 'DroidSans', sans-serif;
    text-align: center;
    padding: 0!important;
    margin-left: 0;
    margin-bottom: 30px;
    padding-bottom:25px!important;
    float: left;
    margin-top: 1em !important;
    width: 100%;
}

#home-signup  .home-signup-container {
    width: 100%;
    float: none;
    margin: auto;
    padding: 0;
}

#home-signup  .sub-copy {
  font-size: 14px;
    margin: 15px;
    display: block;
    color: #194044;
    font-family: 'DroidSans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;

}



#home-signup .lm-cta {
    text-transform: none;
    border-radius: 50px;
    padding: 13px 47px;
    font-family: 'DroidSans Bold', sans-serif;
    font-weight: bold;
    font-size: 18px;
    display: block;
    clear: both;
    text-decoration: none !important;
    color: #49acb1;
    background-color: #ffffff;
    width: 290px;
    margin: 0 auto;
}



#home-signup .link {
  font-size: 14px;
  padding: 0;
  margin-top: 4px;
}


#home-signup .fa-chevron-right:before {
    content: "\f054";
    font-size: 12px;
}


#home-signup  .md-md-still-time-container .cta {
   background-color: #FFF;
    color: #134c4f;
    border-radius: 50px;
    text-decoration: none;
    text-transform: none;
    border-radius: 50px;
    padding: 13px 47px;
    font-family: 'DroidSans Bold', sans-serif;
    font-weight: normal;
    font-size: 18px;
    clear: both;
    text-decoration: none;
    text-align: center;
}

#home-signup  .home-signup-container .cta:hover {
  opacity:0.8;
}


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



  #home-signup .link {
    font-size: 16px;
    padding: 0;
    margin-top: 10px;
  }



  #home-signup .fa-chevron-right:before {
      content: "\f054";
      font-size: 12px;
  }


}


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

#home-signup  .main-copy .title{
    font-size: 20px;
}

}

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

#home-signup .lm-cta {
    padding: 13px 37px;
    width: 190px;
}

#home-signup  .main-copy .title{
    font-size: 19px;
    line-height: 20px;
    margin-top: 0px;
}

#home-signup {
    padding-bottom:0px!important;
  }

 #home-signup .main-copy {
    vertical-align:middle;
    display: table-cell;
    font-size: 16px;
    font-family: 'DroidSans Bold', sans-serif;
    margin: 0;
    padding: 0;

  }


  #home-signup  .home-signup-container {
      width: 100%;
      float: none;
      margin: auto;
      display: flex;
      align-items:center;
      padding: 20px 10px 20px;
  }


#home-signup  .home-signup-container .cta {
  margin: 0;
}

  }

@media only screen and (min-width : 992px) {
#home-signup .md-still-time-container {
    padding: 10px 170px 10px 80px;
}
}

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

  #home-signup  .home-signup-container {
      width: 100%;
      float: none;
      margin: auto;
  }

  .main-copy {
    font-size: 18px;
    font-family: 'DroidSans Bold', sans-serif;
  }


  #home-signup .link {
    font-size: 16px;
    padding: 0;
    margin-top: 15px;
  }

}

/* Sign Up banner */






.cta-main .generic-cta {
    display: inline-block!important;
}


.cta-main {
    text-align: center;
    width:100%;
}
</pre></body></html>