/* STYLES FOR NEXT GEN FRONT LOADER */

/* ===========================
  SCROLL TO TOP
  =========================== */
  .scrollToTop {
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 9999;
    background: transparent;
    opacity: 0;
    backface-visibility: hidden;
}
.scrollToTop img {
    width: 100%;
}

/* ===========================
  TYPOGRAPHY/COLORS
  =========================== */
.nextgen-frontloaders {
    font-family: effra, 'Arial', 'Helvetica', sans-serif;
}
.nextgen-frontloaders a {
    font-family: effra, 'Arial', 'Helvetica', sans-serif;
}
.nextgen-frontloaders .h1,
.nextgen-frontloaders h2,
.nextgen-frontloaders h3,
.nextgen-frontloaders h4,
.nextgen-frontloaders h5,
.nextgen-frontloaders h6 {
    font-family: effra, 'Arial', 'Helvetica', sans-serif;
    color: #fff;
    font-weight: 400;
}
.nextgen-frontloaders p {
    font-family: effra, 'Arial', 'Helvetica', sans-serif;
    color: #fff;
    font-weight: 400;
}
/* ===========================
  VIDEO PLAY ICON
  =========================== */
.video-play-anchor {
    position: relative;
}
.play-video-icon-div {
    position: absolute;
    background-image: url(/content/migrated-ge/washer/images/icon-play-video.png);
    background-repeat: none;
    background-size: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
}
.play-video-icon-div:hover {
    background-image: url(/content/migrated-ge/washer/images/icon-play-video-darken.png);
}

/* ===========================
  SECTION Good Housekeeping
  =========================== */
  #goodHousekeeping {
      margin-bottom: 2em;
      text-align: center;
  }
  #goodHousekeeping .row > .columns:last-child {
      float: left !important
  }
  #goodHousekeeping .gh-seal-img {
      margin-bottom: 2em;
      width: 45%;
      margin: 1em auto;
  }
  #goodHousekeeping h4 {
      color: #092c74;
      text-transform: none;
      margin-bottom: .75em;
      font-size: 1.2rem;
      font-weight: 500;
  }
  #goodHousekeeping p {
      color: #333;
      margin-bottom: 1em;
  }

  @media only print, only screen and (min-width: 600px) {
    #goodHousekeeping {
        text-align: left;
    }
    #goodHousekeeping .gh-seal-img {
        width: auto;
        margin: 0 0 2em;
    }
    #goodHousekeeping h4 {
        font-size: 1.2rem;
    }
}
/* ===========================
  SECTION Hero
  =========================== */
#hero-banner {
    position: relative;
    padding-bottom: 75%;
    background-color: #298dcc;
}
#hero-banner .hero-banner-text-wrapper {
    background-color: transparent;
    position: absolute;
    bottom: .5em;
    left: 50%; 
    transform: translateX(-50%);
    text-align: center;
    width: 90%;
}
#hero-banner .hero-banner-text-wrapper p {
    font-size: .9rem;
    font-weight: 300;
}
#hero-banner .hero-banner-text-wrapper h4 {
    font-size: 1.1rem;
    font-weight: 500;
}
#hero-banner .img-wrapper {
    padding: 0 1em 1.5em;
    width: 55%;
    max-width: 200px;
    margin: 0 auto;
}
#hero-banner .img-wrapper img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

#hero-banner .btn-cta-hero {
    font-size: .9rem;
    font-weight: 500;
    padding: .8em 1.6em;
}

@media only print, only screen and (min-width: 375px) {
    #hero-banner {
        padding-bottom: 55%;
    }

}
@media only print, only screen and (min-width: 414px) {
    #hero-banner {
        padding-bottom: 50%;
    }

}
@media only print, only screen and (min-width: 525px) {
    #hero-banner {
        padding-bottom: 30%;
    }

}
@media only print, only screen and (min-width: 600px) {
    #hero-banner {
        padding-bottom: 20%;
    }
    
    #hero-banner .btn-cta-hero {
        font-size: 1rem;
    }
}
@media only print, only screen and (min-width: 667px) {
    #hero-banner {
        padding-bottom: 18%;
    }

}
@media only print, only screen and (min-width: 736px) {
    #hero-banner {
        padding-bottom: 17%;
    }

}
@media only print, only screen and (min-width: 768px) {
    #hero-banner {
        padding-bottom: 15%;
    }
    #hero-banner .hero-banner-text-wrapper p {
        font-size: 1.2rem;
    }
    #hero-banner .hero-banner-text-wrapper h4 {
        font-size: 1.4rem;
    }

}
@media only print, only screen and (min-width: 960px) {
    #hero-banner {
        padding-bottom: 10%;
    }
    #hero-banner .img-wrapper {
        width: 50%;
        max-width: 275px;
    }

}
@media only print, only screen and (min-width: 1024px) {
    #hero-banner {
        padding-bottom: 9%;
    }
    #hero-banner .hero-banner-text-wrapper {
        bottom: 2em;
    }

}
@media only print, only screen and (min-width: 1366px) {
    #hero-banner {
        padding-bottom: 0;
    }
    #hero-banner .img-wrapper {
        width: 50%;
    }
}

/* end hero-banner  */

/* ===========================
  SECTION - drainDry
  =========================== */
#drainDry {
    position: relative;
    padding: 2em 1em 1em;
}
#drainDry p {
    color: #333;
}
#drainDry h3 {
    color: #298dcc;
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: .5em;
}
#drainDry h5 {
    color: #298dcc;
    font-weight: 500;
    margin-bottom: 1em;
    text-transform: none;
}

@media only print, only screen and (min-width: 600px) {
    #drainDry .columns {
        padding: 1em;
    }
    #drainDry h5 {
        margin-bottom: 2em;
    }
}
/* ===========================
  SECTION - defend
  =========================== */

#defend {
    padding: 0;
    margin: 0;
}
#defend .microban-comparison {
    display: flex;
    flex-wrap: wrap;
}
#defend .row {
    padding: 2em 1em 1em;
}
#defend p {
    color: #333;
}
#defend h3 {
    color: #298dcc;
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: .5em;
}
#defend h5 {
    color: #298dcc;
    font-weight: 500;
    text-transform: none;
    margin-bottom: 1em;
}

@media only print, only screen and (min-width: 600px) {
    #defend .microban-comparison {
        flex-wrap: wrap;
    }
    #defend .microban-comparison-item {
        width: 50%;
    }
    #defend .columns {
        padding: 0 4em;
    }
    #defend h5 {
        margin-bottom: 2em;
    }
}

/* ================================
  SECTION - freshstart
  ================================ */

#freshstart {
    position: relative;
    background-image: url("/content/migrated-ge/washer/images/nextgen/hero-desktop-bg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 2em;
    padding-bottom: 2em;
    z-index: 2;
    background-color: #fff;
}

@media (max-width: 1334px) {
    #freshstart {
        background-size: cover;
    }
}

#freshstart .blue-rect-bg {
    position: absolute;
    top: 52%;
    right: 0;
    bottom: 0;
    left: 0;
    background: #298dcc;
    z-index: 1;
}

#freshstart .content-wrap {
    position: relative;
    text-align: center;
    z-index: 10;
}

#freshstart .content-wrap .intro {
    margin: 7em auto 0;
    text-align: center;
}

/* text in intro above washers */
#freshstart .content-wrap .intro h2.text-above-washer {
    margin-bottom: 1.25em;
    font-size: 1rem;
}

#freshstart .content-wrap .intro p {
    margin-bottom: .5em;
    font-weight: 200;
    font-size: .8rem;
}

/* text below the washers */
#freshstart .content-wrap h2.text-below-washer {
    font-size: 1.2rem;
    font-weight: 100;
}

#freshstart .image-swap-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: .75em;
}

.image-large-container {
    position: relative;
    width: 80%;
    align-self: flex-end;
    justify-content: flex-end;
}

.image-large-container .washer-large-img-div {
    width: 80%;
    margin: 0 auto;
}
.image-large-container .washer-large-img-div img {
    width: 100%;
}

.btn-close-door {
    position: absolute;
    top: 44%;
    left: 50.5%;
    width: 105px;
    transform: translate(-50%, -50%);
    font-weight: 200;
    font-size: .6rem;
    padding: .4em;
    background-color: rgba(41, 142, 204, 0.3);
    border: 1px solid #fff;
}

.image-thumb-container {
    width: 20%;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-bottom: 1.5em;
}

.image-thumb-container .washer-thumb-div {
    width: 90%;
    margin: 0;
    align-self: center;
    cursor: pointer;
}

.image-thumb-container .washer-thumb-div:active,
.image-thumb-container .washer-thumb-div:focus,
.image-thumb-container .washer-thumb-div:hover {
    outline: none;
    border: none;
    inset: none;
}

.image-thumb-container .washer-thumb-div img {
    width: 57%;
    float: left;
}

.selected-washer {
    position: relative;
    -webkit-filter: drop-shadow(1px 1px 3px #555);
    filter: drop-shadow(1px 1px 3px #555);
}

.selected-washer:before {
    position: absolute;
    font-family: 'FontAwesome';
    font-weight: 900;
    content: "\f0d9";
    color: #fff;
    bottom: 45%;
    left: -10px;
    font-size: .9rem;
    transition: all 0.2s ease-out;
}

.image-thumb-container .washer-thumb-div.selected-washer img {
    -webkit-filter: drop-shadow(1px 1px 2px rgba(51, 51, 51, 0.5));
    filter: drop-shadow(1px 1px 2px rgba(51, 51, 51, 0.5));
}

.large-caption-center {
    margin-top: .75em;
    margin-bottom: .5em;
    font-size: .85rem;
}
.large-caption-center > a {
    text-decoration: underline;
    font-size: inherit;
    color: #fff;
}

@media only print, only screen and (min-width: 600px) {

    /* text in intro above washers */
    #freshstart .content-wrap .intro h2.text-above-washer {
        font-size: 1.4rem;
    }

    #freshstart .content-wrap .intro p {
        font-size: .9rem;
    }

    /* text below the washers */
    #freshstart .content-wrap h2.text-below-washer {
        font-size: 1.6rem;
    }

    .image-large-container {
        width: 100%;
    }

    .image-large-container .washer-large-img-div {
        width: 25%;
        margin: 0 auto;
    }

    .image-thumb-container {
        justify-content: center;
        width: 100%;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .image-thumb-container .washer-thumb-div {
        width: 7%;
        margin: 1em .5em;
    }

    .image-thumb-container .washer-thumb-div img {
        width: 70%;
        margin: 0 auto;
        float: none;
    }

    .selected-washer:before {
        content: "\f0d8";
        bottom: -12px;
        left: 50%;
        transform: translateX(-50%);
        transition: all 0.2s ease-out;
    }

}

@media only print, only screen and (min-width: 960px) {

    .image-large-container .washer-large-img-div {
        width: 30%;
    }

}

@media only print, only screen and (min-width: 1100px) {

}

@media screen and (orientation:landscape) {
    .image-large-container .washer-large-img-div {
        width: 20%;
    }
    .image-thumb-container .washer-thumb-div {
        width: 5%;
        margin: 1em .5em;
    }

}

.border-blue-bottom-1 {
    border-bottom: 10px solid #298dcc;
}
.border-blue-bottom-2 {
    border-bottom: 20px solid #298dcc;
}

.font-curious-blue {
    color: #298dcc;
}

.margin-h-auto {
    margin: 0 auto;
}
.pad-t-half-rem {
    padding-top: .5rem;
}


/* ===========================
  ULTRAFRESH
  =========================== */
#ultrafreshVent {
    position: relative;
    z-index: 2;
    background-color: #fff;
}

#ultrafreshVent .ultrafresh-content {
    position: absolute;
    width: 80%;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media only print, only screen and (min-width: 600px) {
    #ultrafreshVent .ultrafresh-content {
        width: auto;
    }
}

/* ===========================
  FEATURES
  =========================== */
#features {
    position: relative;
    z-index: 2;
    background-color: #fff;
}

#features .feature-content {
    padding: 2em .75em .5em;
}

#features .feature-content .columns {
    padding: 0 .25em 1em;
}

#features h3 {
    color: #298dcc;
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: .5em;
    text-align: center;
}

#features p {
    color: #333;
    font-size: .9rem;
}

#features p:nth-child(2) {
    color: #298dcc;
    font-weight: 700;
    text-align: center;
}
#features > div:nth-of-type(1) > a > img {
    width: 100%;
}
#features > div:nth-of-type(1) > a > img:nth-of-type(1) {
    display: inline;
}
#features > div:nth-of-type(1) > a > img:nth-of-type(2) {
    display: none;
}
#features > div:nth-of-type(1) > a > img:nth-of-type(3) {
    display: none;
}
@media only screen and (min-width: 600px) {
    #features > div:nth-of-type(1) > a > img:nth-of-type(1) {
        display: none;
    }
    #features > div:nth-of-type(1) > a > img:nth-of-type(2) {
        display: inline;
    }
    #features > div:nth-of-type(1) > a > img:nth-of-type(3) {
        display: none;
    }
}
@media only screen and (min-width: 1024px) {
    #features > div:nth-of-type(1) > a > img:nth-of-type(1) {
        display: none;
    }
    #features > div:nth-of-type(1) > a > img:nth-of-type(2) {
        display: none;
    }
    #features > div:nth-of-type(1) > a > img:nth-of-type(3) {
        display: inline;
    }
}

#features #container--features-stack {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 5rem;
    border-bottom: 5px solid #298dcc;
}
#features #container--features-stack > div {
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    text-align: center;
}
#features #container--features-stack > div:nth-child(1) {
    padding-bottom: 0;
}
#features #container--features-stack h3 {
    color: #298dcc;
    font-size: 1.3rem;
    font-weight: 500;
    margin: .5em 0;
    text-transform: none;
}
#features #container--features-stack .icon-washer-link-wrapper {
    margin-top: 2em;
}
#features #container--features-stack .icon-1step-wrapper {
    margin-top: 2em;
}
@media only print, only screen and (min-width: 600px) {

    #features .feature-content {
        padding: 2em;
    }

    #features .feature-content .columns {
        padding: 0 1em 1em;
    }
}

@media (max-width: 767px) {
    #features #container--features-stack {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #features #container--features-stack > div {
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
    }
    #features #container--features-stack > div:nth-child(1) {
        padding-bottom: 5rem;
    }
}

/* ================================
  SECTION - youtube-shut-the-door
  ================================ */
#youtube-shut-the-door {
    background-color: #298dcc;
    padding-bottom: 2em;
}
#youtube-shut-the-door .btn-cta-yt-section {
    font-size: .9rem;
    font-weight: 500;
    padding: .8em 1.6em;
}

@media only print, only screen and (min-width: 600px) {
    
    #youtube-shut-the-door .btn-cta-yt-section {
        font-size: 1rem;
    }
}
 
/* ================================
  SECTION - SMART DISPENSE
  ================================ */
#smartDispense {
    border-bottom: 15px solid #298dcc;
}

#smartDispense h3 {
    color: #298dcc;
    font-size: 1.3rem;
    font-weight: 500;
    margin: .5em 0;
    text-transform: none;
}

#smartDispense .video-play-anchor {
    position: relative;
}
#smartDispense .play-video-icon-div {
    top: 50%;
    z-index: 4;
}

/* MATCHING PEDESTALS - BEGIN */
#container--matching-pedestals {
    position: relative;
    background-color: #298dcc;
}
#container--matching-pedestals .matching-pedestals-text {
    background-color: rgba(41, 141, 204, 1);
    padding: 2em 1em;
    color: #fff;
    text-align: center;
    width: 100%;
}
#container--matching-pedestals .matching-pedestals-text h2 {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 1.5rem;
    margin: 0 0 1rem;
    padding: 0;
}
#container--matching-pedestals .matching-pedestals-text p {
    padding-bottom: 0;
    font-weight: 300;
    line-height: 1.25;
    font-size: .9rem;
}
#container--matching-pedestals .matching-pedestals-text p > br {
    display: none;
}
#container--matching-pedestals .matching-pedestals-text ul {
    margin: 0;
}
#container--matching-pedestals .matching-pedestals-text ul > li {
    display: block;
    margin-right: 0;
}
#container--matching-pedestals .matching-pedestals-text ul > li:not(:last-child) {
    padding-right: 0;
}
#container--matching-pedestals .matching-pedestals-text ul > li > a {
    font-size: .75rem;
    font-weight: 500;
    text-decoration: underline;
    color: #fff;
}
@media only screen and (min-width: 600px) {

    #container--matching-pedestals .matching-pedestals-text p {
        font-size: 1rem;
    }
}
@media only screen and (min-width: 768px) {
    #container--matching-pedestals .matching-pedestals-text ul > li {
        display: inline;
    }
    #container--matching-pedestals .matching-pedestals-text ul > li:not(:last-child) {
        padding-right: 2rem;
    }
    #container--matching-pedestals .matching-pedestals-text p > br {
        display: block;
    }
}
@media only screen and (min-width: 960px) {
    #container--matching-pedestals {
        padding-bottom: 0;
    }
    #container--matching-pedestals .matching-pedestals-text {
        background-color: rgba(41, 141, 204, .7);
        position: absolute;
        bottom: 0;
        padding: 1.5em 1em;
    }
    #container--matching-pedestals .matching-pedestals-text h2 {
        font-size: 1.2rem;
        margin-bottom: .5em;
    }
    #container--matching-pedestals .matching-pedestals-text p {
        font-size: .9rem;
        margin-bottom: 1em;
    }
}
@media only screen and (min-width: 1024px) {
    #container--matching-pedestals {
        padding-bottom: 0;
    }
    #container--matching-pedestals .matching-pedestals-text {
        padding: 1em 1em;
    }
    #container--matching-pedestals .matching-pedestals-text h2 {
        font-size: 1.4rem;
    }
    #container--matching-pedestals .matching-pedestals-text p {
        font-size: 1rem;
    }
    #container--matching-pedestals .matching-pedestals-text ul {
        margin: 0 0 1rem;
    }
}

@media only print, only screen and (min-width: 1300px) {
    #container--matching-pedestals .matching-pedestals-text {
        padding: 1.75em 1em;
    }
    #container--matching-pedestals .matching-pedestals-text h2 {
        font-size: 1.6rem;
    }
    #container--matching-pedestals .matching-pedestals-text p {
        font-size: 1.2rem;
        margin-bottom: 1.5em;
    }
    #container--matching-pedestals .matching-pedestals-text ul li a {
        font-size: 1rem;
    }
}
@media only print, only screen and (min-width: 1366px) {
    #container--matching-pedestals .matching-pedestals-text {
        padding: 2em 1em;
    }
}
/* MATCHING PEDESTALS - END */

/* ===========================
  ENGINEERED
  =========================== */
  #engineered {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #298dcc;
}

.bcg-parallax {
    position: relative;
    overflow: hidden;
    padding: 200px 0;
}

.bcg {
    background: url("/content/migrated-ge/washer/images/nextgen/1000x1703-washer-drum.jpg") no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 150%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

#engineered .engineered-content {
    position: relative;
    width: 100%;
    text-align: center;
    padding: .25em;
    z-index: 2;
    overflow: hidden;
}

#engineered .blue-band-bg-img {
    position: absolute;
    background-image: url("/content/migrated-ge/washer/images/nextgen/blue-overlay-band.png");
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 4;
}

#engineered .engineered-content h2 {
    position: relative;
    padding-top: 1em;
    z-index: 5;
    font-size: 1.3rem;
}

@media only print, only screen and (min-width: 600px) {

    .bcg-parallax {
        padding: 250px 0;
    }

    .bcg {
        background: url("/content/migrated-ge/washer/images/nextgen/engineered-desktop@2x.jpg") no-repeat;
    }

    #engineered .engineered-content h2 {
        font-size: 1.5rem;
    }
}

/* ===========================
  CTA BUTTON
  =========================== */
#bottom-blue-cta-button {
    z-index: 4;
    background-color: #298dcc;
    padding: 5% 0;
    text-align: center;
}

#bottom-blue-cta-button .btn-cta {
    font-weight: 200;
    font-size: .7rem;
    padding: .8em 2.4em;
}

@media only print, only screen and (min-width: 414px) {
    #bottom-blue-cta-button .btn-cta {
        font-size: .8rem;
    }
}

/* ===========================
  FOOTER SPECIAL
  =========================== */
#document.document-frontloaders #footer {
    position: relative;
    margin-top: 0;
    z-index: 5;
}