﻿/*
Theme Name: Westinghouse
Theme URI:
Description: Since 1886, Westinghouse has brought the best to life.
Author: JUMBOshrimp
Author URI: http://jumboshrimp.com/
Version: 1.0.0
Tags:

License:
License URI:

General comments (optional).
*/

@font-face * {
    font-family: 'Gotham SSm 3r';
    src: url(fonts/Gotham-Light.otf) format("truetype");
}


/*
    Global
*/


html, body {
    font-family: Arial;
    height: 100%;
    margin: 0;

    -webkit-font-smoothing: antialiased;
}

a img {
    border: none;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.strong {
    font-weight: bold;
}

.background-none {
    background: none !important;
}

.display-block {
    display: block !important;
}

#content {
    padding-top: 97px;
}

.responsive-wrapper {
    margin: 0 auto;
    max-width: 1160px;
}

.transition {
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;

    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility:hidden; /* Chrome and Safari */
}

.mobile {
    display: none;
}

@media screen and (max-width: 700px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
}

@media screen and (max-width: 700px) {
    #content {
        padding-top: 0;
    }

    .responsive-wrapper {
        width: 460px;
    }
}

@media screen and (max-width: 460px) {
    .responsive-wrapper {
        width: 320px;
    }
}

.padding-sides-24px {
    padding-left: 24px;
    padding-right: 24px;
}


/*
    Header
*/
#header {
    background-color: #25346a;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    height: 97px;
    position: fixed;
    width: 100%;
    z-index: 99999;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}

#header .logo {
    position: absolute;
    margin-top: 26px;
}

#header .logo img {
    height: 46px;
    width: 214px;
}

#header .navigation {
    margin-top: 45px;
    margin-left: 266px;
    position: absolute;
    white-space: nowrap;
}

#header .navigation a {
    float: left;
    margin-left: 38px;
}

#header .responsive-wrapper {
    position: relative;
}

#header .responsive-wrapper .social-media-links.desktop {
    position: absolute;
    right: 12px;
    top: 40px;
}

.social-media-links.mobile {
    margin: 16px 0 0;
    padding: 6px 0px 6px 55px;
    text-align: left;
}

.social-media-links a {
    background-size: 28px 28px;
    height: 28px;
    padding: 0;
    width: 28px;

    -webkit-transform: translateZ(0);
            transform: translateZ(0);

    -webkit-transition: opacity 0.3s;
            transition: opacity 0.3s;
}

#header .responsive-wrapper .social-media-links.desktop a {
    float: left;
    margin: 0 0 0 12px;
}

.social-media-links.mobile a {
    display: inline-block;
    margin: 0 16px 0 0;
}

#header .navigation a.first {
    margin-left: 0;
}

#header .navigation a.active {
}

#header a {
    color: white;
    display: block;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

#header .holster {
    display: none;
    text-align: center;
}

#header .active .holster {
    display: block;
}

#header .arrow {
    display: inline-block;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    margin-top: 8px;
    /*margin-left: -30px;*/
    /*position: relative;*/
    /*border-color: rgba(136, 183, 213, 0);*/
    border-color: transparent;
    border-top-color: white;
    border-width: 10px;
}

#header a.contact {
    color: #40c1f1;
    float: right;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    margin-top: 12px;
    margin-right: 12px;

    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}

#header a.contact:hover {
    color: #5edfff;
}

#header a.regions {
    background-image: url(./images/globe.png);
    background-position: 0 5px;
    background-repeat: no-repeat;
    color: #40C1F1;
    float: right;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 3px;
    padding-left: 23px;

    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}

#header a.regions:hover {
    color: #5edfff;
}

#header .mobile {
    background-color: #40c1f1;
    cursor: pointer;
    display: none;
    float: right;
    height: 62px;
    width: 84px;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}

#header .mobile .menu-title {
    color: white;
    font-size: 12px;
    font-weight: bold;
    margin-top: 32px;
    position: absolute;
    text-align: center;
    width: 84px;
}

#header .mobile .menu-line-container {
    margin-top: 17px;
    position: absolute;
}

#header .mobile .menu-line {
    background-color: white;
    height: 2px;
    margin-bottom: 3px;
    margin-left: 28px;
    width: 29px;
}

@media screen and (max-width: 1199px) {
    #header .logo {
        left: 12px;
        position: absolute;
    }
}

@media screen and (max-width: 1150px) {
    #header .navigation {
        margin-left: 242px;
    }

    #header .navigation a {
        font-size: 12px;
        margin-left: 12px;
    }
}

@media screen and (max-width: 960px) {
    #header .responsive-wrapper .social-media-links.desktop {
        float: right;
        margin: 5px 28px 0 0;
        position: static;
    }
}

@media (max-width: 700px) {
    #header {
        border-bottom: none;
        height: 62px;
        position: static;
    }
    #header .mobile {
        display: block;
    }
    #header .logo {
        margin-left: 12px;
        margin-top: 12px;
    }
    #header .logo img {
        height: 38px;
        width: 177px;
    }
    #header .navigation {
        display: none;
    }
    #header a.contact {
        display: none;
    }
    #header a.regions {
        display: none;
    }
    #header a.heritage {
        display: none;
    }
    #header .responsive-wrapper .social-media-links.desktop {
        display: none;
    }
}

@media screen and (max-width: 460px) {
    #header {
        min-width: 320px;
    }
    #header .mobile {
        position: absolute;
        right: 0;
    }
}

@media screen and (max-width: 320px) {
    #header .mobile {
        position: static;
    }
}



/*
    Grandchild
*/
.grandchild {
}

.grandchild .paragraph {
    font-size: 18px;
    margin: 0 0 32px;
}

.grandchild .breadcrumbs {
    color: #999;
    font-size: 14px;
    padding-bottom: 16px;
    padding-top: 16px;
}

.grandchild .breadcrumbs a {
    color: #000;
    text-decoration: none;
}

.grandchild .breadcrumbs .current-page {
    color: #000;
    font-weight: bold;
}

.grandchild h1 {
    color: #19c5f0;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 40px;
    margin: 20px 0;
}

.grandchild .pair {
    float: left;
    margin: 0 8px 8px 0;
    width: 560px;
}

.grandchild .slide:first-child {
    margin: 0 8px 0 0;
}

.grandchild .slide {
    background-color: #f4f4f4;
    display: block;
    float: left;
    height: 475px;
    overflow: hidden;
    padding: 19px 21px;
    vertical-align: top;
    width: 276px;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.grandchild .slide .image {
    display: table-cell;
    height: 182px;
    text-align: center;
    vertical-align: middle;
    width: 230px;
}

.grandchild .slide .image img {
    max-width: 230px;
}

.grandchild .slide > ul {
    padding: 0 15px;
}

.grandchild .slide > ul li {
    font-size: 15px;
    margin: 0 0 2px;
}


.grandchild .slide h3 {
    color: #19c5f0;
    font-size: 20px;
    margin: 0;
}

.grandchild .slide h4 {
    color: black;
    font-size: 13px;
    font-weight: normal;
    margin: 2px 0 30px;
}

.grandchild .slide .subtitle {
    font-weight: bold;
    margin: 12px 0;
}

.grandchild .contact-us {
    clear: both;
    padding: 24px 0;
}

.grandchild .contact-us p {
    color: #25346a;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin: 0 22px 0 0;
}

.grandchild .contact-us .button {
    background-color: #f19d2d;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    display: none;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 12px;
    text-decoration: none;
}

.grandchild .features-header {
    background-color: #616568;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    padding: 12px 12px;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.grandchild .feature {
    clear: both;
    height: 220px;
    margin: 24px 0 24px;
    overflow: hidden;
}

.grandchild .feature h3 {
    float: left;
    font-size: 24px;
}

.grandchild .feature .image-wrapper {
    float: right;
    margin: 0 0 0 24px;
}

.grandchild .feature .image {
    display: table-cell;
    height: 200px;
    text-align: center;
    vertical-align: middle;
    width: 360px;
}

.grandchild .feature p {
    clear: left;
    font-size: 20px;
}

@media screen and (max-width: 1200px) {
    .grandchild .feature p br {
        display: none;
    }
}

@media screen and (max-width: 1140px) {
    .grandchild .pair {
        float: none;
        margin: 0px auto 8px;
        overflow: hidden;
    }
}

@media screen and (max-width: 920px) {
    .grandchild h1 {
        font-size: 38px;
    }
    .grandchild .paragraph {
        font-size: 14px;
    }
    .grandchild .contact-us p {
        display: block;
        font-size: 20px;
        margin: 0 15px 0 0;
    }
    .grandchild .feature .image {
        width: auto;
    }
    .grandchild .feature p {
        font-size: 18px;
    }
    .grandchild .contact-us .button {
        clear: both;
        margin: 20px 0 26px;
    }
}

@media screen and (max-width: 700px) {
    .grandchild h1 {
        font-size: 34px;
    }
    .grandchild .pair {
        width: 452px;
    }
    .grandchild .slide {
        height: 560px;
        width: 222px;
    }
    .grandchild .slide h3 {
        font-size: 18px;
        text-align: center;
    }
    .grandchild .slide h4 {
        text-align: center;
    }
    .grandchild .slide .image {
        text-align: center;
        width: 180px;
    }
    .grandchild .slide .image img {
        max-width: 180px;
    }
    .grandchild .slide > ul li {
        font-size: 15px;
        margin: 0 0 4px;
    }
    .grandchild .slide > ul li br {
        display: none;
    }
    .grandchild .feature img,
    .grandchild .feature p {
        clear: both;
        display: block;
        float: left;
    }
    .grandchild .feature {
        height: auto;
        margin: 24px 0 48px;
    }
    .grandchild .feature h3 {
        margin: 0 0 14px;
    }
    .grandchild .feature p br {
        display: none;
    }
    .grandchild .feature .image-wrapper {
        float: none;
        margin: 0;
    }

    .grandchild .feature .image {
        display: block;
        height: auto;
        vertical-align: top;
        width: auto;
    }
}

@media screen and (max-width: 460px) {
    .grandchild h1 {
        font-size: 24px;
        margin: 20px 0 12px;
    }
    .grandchild .paragraph {
        font-size: 11px;
        margin: 0 0 26px;
    }
    .grandchild .pair {
        width: 320px;
    }
    .grandchild .slide,
    .grandchild .slide:first-child {
        height: 350px;
        padding: 12px;
        width: 155px;
    }
    .grandchild .slide .title {
        display: block;
        /*height: 44px;
        margin: 0 0 4px;*/
        text-align: center;
        vertical-align: bottom;
        width: auto;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }
    .grandchild .slide h3 {
        font-size: 14px;
        margin: 0;
    }
    .grandchild .slide h4 {
        display: none;
    }
    .grandchild .slide .image {
        height: 110px;
        padding: 22px 0 0;
        width: 130px;
    }
    .grandchild .slide .image img {
        max-height: 105px;
        max-width: 130px;
    }
    .grandchild .slide .subtitle {
        font-size: 13px;
        text-align: left;
    }
    .grandchild .slide > ul {
        margin: 4px 0 0;
        padding: 0 0 0 7px;
    }
    .grandchild .slide > ul li {
        font-size: 10px;
        line-height: 1.2;
        list-style-type: none;
        margin: 0;
    }
    .grandchild .slide > ul br {
        display: none;
    }
    .grandchild .slide > ul li:before {
        content: '•';
        margin-left: -7px;
        position: absolute;
    }
}



/*
    Mobile
*/
.mobile-popover {
    background-color: #40c1f1;
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.4);
    display: none;
    left: 0;
    /*margin-top: 62px;*/
    padding: 20px 0;
    position: absolute;
    width: 100%;
    z-index: 99999;

    -webkit-transform: translateZ(100);
}

.mobile-popover, .mobile-popover * {
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}

.mobile-popover a {
    color: white;
    display: block;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 0 6px 55px;
    text-decoration: none;
}

.mobile-popover .first {
    border-top: none;
}

.mobile-popover .active {
    font-style: normal;
}



/*
    Home
*/
#homepage-slides {
    height: 2000px;
    visibility: hidden;
}

#homepage-slides .slide {
    position: absolute;
}

#homepage-slides .slide .title {
    position: absolute;
}

#homepage-slides .slide .body {
    color: #7e7e7e;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    position: absolute;
}

#homepage-slides .slide .button {
    background-color: #40c1f1;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    position: absolute;
    text-align: center;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;

    -webkit-transition: background-color .3s;
       -moz-transition: background-color .3s;
        -ms-transition: background-color .3s;
         -o-transition: background-color .3s;
            transition: background-color .3s;
}

#homepage-slides .slide .button:hover {
    background-color: #49cff0;
}

#homepage-slides .slide-2 .title {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -1px;
    position: absolute;
}

#homepage-slides .slide-2 .body {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    position: absolute;
}

#homepage-slides .slide-2.dark .title {
    color: black;
}

#homepage-slides .slide-2.dark .body {
    color: #7E7E7E;
}

#homepage-slides .slide-2 .button {
    background-color: #40c1f1;
    color: #FFFFFF;
    font-weight: bold;
    position: absolute;
    text-align: center;
    text-decoration: none;
}

#homepage-slides .additional-slide {
    display: none;
}

#homepage-slides .additional-slide > .background {
    position: absolute;
    z-index: 1;
}

#homepage-slides .additional-slide.style-blue > .background {
    background-color: #25346a;
}

#homepage-slides .additional-slide > .title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    margin: 42px 0 0 27px;
    position: absolute;
    /*text-transform: uppercase;*/
    z-index: 3;
}

#homepage-slides .additional-slide.style-blue > .title {
    color: white;
}

#homepage-slides .additional-slide > .body {
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    z-index: 3;
}

#homepage-slides .additional-slide.style-blue > .body {
    color: white;
}

#homepage-slides .additional-slide.style-gray > .background {
    background-color: #eee;
}

#homepage-slides .additional-slide.style-gray > .title {
    color: #000002;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

#homepage-slides .additional-slide.style-gray > .title > br {
    display: block;
}

#homepage-slides .additional-slide.style-gray > .body {
    color: #7a7a7c;
}

#homepage-slides .additional-slide.style-white > .title {
    display: none;
}

#homepage-slides .additional-slide.style-white2 > .title {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

#homepage-slides .additional-slide.style-white2 > .title > br {
    display: block;
}

#homepage-slides .additional-slide.style-white2 > .body {
    color: white;
}

#homepage-slides .additional-slide.style-rectangle > .button {
    background: transparent;
    height: 100%;
    position: absolute;
    width: 100%;
}

#homepage-slides .additional-slide > .button {
    z-index: 3;
}

#homepage-slides .additional-slide > img {
    position: absolute;
    width: 100%;
    z-index: 2;
}

#homepage-slides .additional-slide .slice > .background {
    position: absolute;
    width: 100%;
    z-index: 2;
}

#homepage-slides .additional-slide .slice > .body {
    position: absolute;
    z-index: 3;
}

#homepage-slides .additional-slide .slice > .button {
    position: absolute;
    z-index: 3;
}

#homepage-slides .additional-slide .slice > .title {
    position: absolute;
    z-index: 3;
}

#homepage-slides .additional-slide .slice .body {
    color: white;
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    /*font-weight: 400;*/
    /*font-style: normal;*/
    /*font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;*/
    letter-spacing: -2px;
}

#homepage-slides .additional-slide .slice .body sup {
    line-height: 0;
}

#homepage-slides .additional-slide .slice .button {
    background-color: #2171bd;
}

#homepage-slides .additional-slide .slice .button-copy {
    float: left;
}

#homepage-slides .additional-slide .slice .button:hover {
    background-color: #2f82c2;
}

#homepage-slides .additional-slide .slice .twitter-icon {
    position: absolute;
    display: none;
}

#homepage-slides .additional-slide .slice.style-twitter .twitter-icon {
    display: block;
    z-index: 9;
}

#homepage-slides .additional-slide .slice.style-twitter .body {
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
}

#homepage-slides .additional-slide .slice.style-twitter .body a {
    color: #fff;
    text-decoration: none;
}

#homepage-slides .additional-slide .slice.style-twitter .button {
    display: none;
}

#homepage-slides .additional-slide .slice.style-twitter .date {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    z-index: 9;
}

#homepage-slides .additional-slide .slice.style-twitter .background {
    background: #19c5f0;
}

#homepage-slides .additional-slide .slice .arrow {
    border-left: 2px solid #4f8bba;
    float: right;
}

#homepage-slides .responsive-wrapper .social-media-links {
    background-color: #40C1F1;
    overflow: hidden;
    padding: 14px;
    width: 100%;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

#homepage-slides .responsive-wrapper .social-media-links a {
    background-size: 28px 28px;
    float: left;
    height: 28px;
    margin: 0 0 0 8px;
    width: 28px;
}

#homepage-slides.is-mobile[data-scale="1"] .responsive-wrapper .social-media-links {
    padding: 20px;
}

#homepage-slides.is-mobile[data-scale="1"] .responsive-wrapper .social-media-links a {
    background-size: 40px 40px;
    height: 40px;
    margin: 0 0 0 12px;
    width: 40px;
}

#homepage-information {
    background-color: #f4f4f4;
    background-image: url(./images/homepage/information-background.png);
    background-repeat: repeat-x;
    color: #6d6e71;
    font-size: 14px;
    min-width: 320px;
}

#homepage-information h3 {
    background-color: #eaebeb;
    font-family: 'Montserrat', sans-serif;
    color: black;
    font-size: 18px;
    font-weight: 600;
    height: 53px;
    line-height: 53px;
    margin: 0 0 16px;
}

#homepage-information p {
   font-family: 'Montserrat', sans-serif;
}

#homepage-information h4 {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

#homepage-information .left {
    float: left;
    width: 50%;
}

#homepage-information .left .inner {
    padding-bottom: 30px;
    padding-left: 12px;
    padding-right: 113px;
}

#homepage-information .right {
    float: left;
    width: 50%;
}

#homepage-information .right .cover {
    background-color: #eaebeb;
    display: none;
    height: 53px;
    position: absolute;
}

#homepage-information .right .cover-left {
    left: 0;
    padding-right: 12px;
}

#homepage-information .right .cover-right {
    right: 0;
    padding-right: 20px;
}

#homepage-information .right .inner {
    padding-bottom: 30px;
    padding-right: 79px;
}

#homepage-information .news-icon {
    margin: -52px 115px 0;
    position: absolute;
}

#homepage-information .story {
    margin-bottom: 34px;
}

#homepage-information .month {
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    position: absolute;
    text-align: center;
    width: 70px;
}

#homepage-information .day {
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-top: 16px;
    position: absolute;
    text-align: center;
    width: 70px;
}

#homepage-information .title {
    color: #6D6E71;
    display: block;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding-left: 95px;
    text-decoration: none;

    -webkit-transition: color .3s;
       -moz-transition: color .3s;
        -ms-transition: color .3s;
         -o-transition: color .3s;
            transition: color .3s;
}

#homepage-information .title:hover {
    color: #555;
}

#homepage-information .description {
    font-size: 13px;
    padding-left: 95px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

#homepage-information .button {
    background-color: #40c1f1;
    border-radius: 5px;
    color: white;
    display: block;
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    height: 31px;
    line-height: 31px;
    margin-top: 40px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 147px;

    -webkit-transition: background-color .3s;
       -moz-transition: background-color .3s;
        -ms-transition: background-color .3s;
         -o-transition: background-color .3s;
            transition: background-color .3s;
}

#homepage-information .button:hover {
    background-color: #49cff0;
}

@media screen and (max-width: 900px) {
    #homepage-information h3 {
        font-size: 12px;
    }

    #homepage-information .news-icon {
        margin-left: 85px;
    }
}

@media screen and (max-width: 700px) {
    #homepage-information h3 {
        font-size: 18px;
    }

    #homepage-information .news-icon {
        margin-left: 115px;
    }

    #homepage-information .left {
        float: none;
        width: 100%;
    }

    #homepage-information .right {
        float: none;
        width: 100%;
    }

    #homepage-information .left .inner {
        padding-left: 12px;
        padding-right: 20px;
    }

    #homepage-information .right .inner {
        padding-left: 12px;
        padding-right: 20px;
    }

    #homepage-slides .slide-2 br {
        display: none;
    }

    #homepage-slides .additional-slide br {
        display: none;
    }

    #homepage-slides .additional-slide.style-quad br {
        display: block;
    }
}

@media screen and (max-width: 460px) {
    #homepage-information h3 {
        font-size: 16px;
    }

    #homepage-information .news-icon {
        margin-left: 105px;
    }
}



/*
    Home QA
*/
.layerslider-westinghouse-styled-button {
    background-color: #40c1f1;

    -webkit-transition: background-color .3s;
       -moz-transition: background-color .3s;
        -ms-transition: background-color .3s;
         -o-transition: background-color .3s;
            transition: background-color .3s;
}

.layerslider-westinghouse-styled-button:hover {
    background-color: #49cff0 !important;
}



/*
    Daughter
*/
#daughter-banner {
    position: relative;
}

#daughter-banner .anniversary-logo {
    background-image: url(./images/westinghouse-130-years.png);
    background-size: 100%;
    bottom: 24px;
    height: 44px;
    position: absolute;
    right: 16px;
    width: 44px;
    display: none;
}

@media screen and (max-width: 700px) {
    #daughter-banner .anniversary-logo {
        bottom: auto;
        top: 16px;
        display: none;
    }
}

#daughter-banner img {
    display: block;
    width: 100%;
}

#daughter-banner .mobile {
    display: none;
}

#daughter-banner .title {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    margin: 47px 54px;
    position: absolute;
}

#daughter-banner .body {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    letter-spacing: -2px;
    margin: 85px 54px;
    position: absolute;
    width: 570px;
}

#daughter-social {
    height: 19px;
    margin: 6px 0 -11px;
    position: relative;
    text-align: right;
    z-index: 9;
}

#daughter-social > * {
    margin: 0 0 0 10px !important;
    vertical-align: top;
}

#daughter-social > .fb-like > span {
    vertical-align: top !important;
}

#daughter-social > .g-plus {
    max-width: 57px;
}

#daughter-social > *:first-child {
    margin: 0;
}

#daughter-social > a,
#daughter-social > div,
#daughter-social > iframe {
    display: inline-block;
}

@media screen and (max-width: 700px) {
    #daughter-social {
        margin: 6px 0 9px;
    }
}

#daughter-images {
    padding-top: 20px;
    visibility: hidden;
}

#daughter-images .slide {
    float: left;
    margin: 0 0 20px 2%;
    width: 32%;
}

#daughter-images .slide .background {
    background-size: cover;
    position: absolute;
    z-index: 1;
}

#daughter-images .slide img {
    position: relative;
    z-index: 2;
}

#daughter-images .slide .title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    margin: 154px 0 0 27px;
    position: absolute;
    text-transform: uppercase;
    z-index: 3;
}

#daughter-images .slide .body {
    font-family: Helvetica, Arial;
    font-size: 12px;
    line-height: 20px;
    margin: 224px 0 0 28px;
    position: absolute;
    width: 282px;
    z-index: 3;
}

#daughter-images .slide .button {
    background-color: #40c1f1;
    border-radius: 6px;
    color: #FFFFFF;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 31px;
    margin-left: 193px;
    margin-top: 293px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 147px;

    -webkit-transition: background-color .3s;
       -moz-transition: background-color .3s;
        -ms-transition: background-color .3s;
         -o-transition: background-color .3s;
            transition: background-color .3s;

    z-index: 3;
}

#daughter-images .slide .button:hover {
    background-color: #49cff0;
}

#daughter-images .slide .social-container {
    margin-left: 20px;
    margin-top: 293px;
    position: absolute;
    z-index: 3;
}

#daughter-images .slide .region-social {
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    background-size: 28px 28px;
    display: inline-block;
    height: 28px;
    padding: 0;
    width: 28px;
}

#daughter-images .slide .region-social:hover {
}

#daughter-images .slide.style-white .background {
}

#daughter-images .slide.style-white .title {
    color: #134d7b;
}

#daughter-images .slide.style-white .body {
    color: #454545;
}

#daughter-images .slide.style-blue .background {
    background-color: #25346a;
}

#daughter-images .slide.style-blue .title {
    color: white;
}

#daughter-images .slide.style-blue .body {
    color: white;
}

#daughter-images .slide:nth-child(3n-2) {
    margin-left: 0;
}

#daughter-images .slide.no-margin {
    margin-left: 0;
}

#daughter-images img {
    display: block;
    width: 100%;
}

@media screen and (max-width: 700px) {
    #daughter-images {
        padding-top: 0;
    }
    #daughter-images .slide {
        float: left;
        height: 430px;
        margin: 0;
        width: 100%;
    }
    #daughter-banner .desktop {
        display: none;
    }
    #daughter-banner .mobile {
        display: block;
    }
}

@media screen and (max-width: 700px) {
    #daughter-images .slide {
        height: 430px;
    }
}

@media screen and (max-width: 460px) {
    #daughter-images .slide {
        height: 299px;
    }
}



/*
    All News
*/
#all-news {
    background-color: #ffffff;
    background-position: center top;
    background-repeat: repeat-x;
}

#all-news .padding{
    background-color: white;
    padding: 58px 31px 28px;
}

#all-news .button {
    background-color: #c7c7c7;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 10px;
    margin-right: 25px;
    text-align: center;
    text-decoration: none;
    width: 150px;

    -webkit-transition: background-color .3s;
       -moz-transition: background-color .3s;
        -ms-transition: background-color .3s;
         -o-transition: background-color .3s;
            transition: background-color .3s;
}

#all-news .button:hover {
    background-color: #d1d1d1;
}

#all-news .button.active {
    background-color: #40c1f1;
}

#all-news h1 {
    font-family: Arial;
    color: #40c1f1;
    font-size: 61px;
    font-weight: normal;
    margin-bottom: 12px;
    margin-top: 64px;
}

#all-news h1 a {
    color: #40c1f1;
    text-decoration: none;
}

#all-news h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #25346a;
    font-size: 39px;
    margin-bottom: 0;
    margin-top: 55px;
}

#all-news .date-large {
    color: #25346a;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 55px;
}

#all-news hr {
    border: 1px solid #a2a2a2;
}

#all-news h3 {
    font-family: Arial;
    color: #464646;
    font-size: 20px;
    font-weight: normal;
    margin-top: 40px;
    margin-bottom: 8px;
}

#all-news h3 a {
    color: #464646;
    text-decoration: none;
}

#all-news .date-small {
    color: #25346a;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    padding-top: 6px;
}

#all-news .story {
    border-bottom: 2px solid #a2a2a2;
    display: inline-block;
    margin-right: 50px;
    min-height: 195px;
    overflow: hidden;
    padding-bottom: 16px;
    width: 310px;
}

@media screen and (max-width: 700px) {
    #all-news h2 {
        font-size: 24px;
    }

    #all-news h1 {
        font-size: 32px;
        margin-top: 32px;
    }

    #all-news .story {
        width: 100%;
        margin: 0;
    }
}



/*
    Single News
*/
#single-news {
    background-color: #ffffff;
    background-position: center top;
    background-repeat: repeat-x;
}

#single-news .padding {
    background-color: white;
    padding: 58px 31px 28px;
}

#single-news .button {
    background-color: #c7c7c7;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 10px;
    margin-right: 25px;
    text-align: center;
    text-decoration: none;
    width: 150px;

    -webkit-transition: background-color .3s;
       -moz-transition: background-color .3s;
        -ms-transition: background-color .3s;
         -o-transition: background-color .3s;
            transition: background-color .3s;
}

#single-news .button:hover {
    background-color: #d1d1d1;
}

#single-news .button.active {
    background-color: #40c1f1;
}

#single-news h1 {
    font-family: Arial;
    color: #40c1f1;
    font-size: 61px;
    font-weight: normal;
    margin-bottom: 12px;
    margin-top: 64px;
}

#single-news h1 a {
    color: #40c1f1;
    text-decoration: none;
}

#single-news h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #25346a;
    font-size: 39px;
    margin-bottom: 0;
    margin-top: 55px;
}

#single-news.business h1 {
    margin-top: 50px;
}

#single-news.business h2 {
    margin-top: 20px;
}

#single-news.business .farewell {
    color: #7E7E7E;
    margin-top: 42px;
    padding-top: 24px;
    border-top: 1px dashed #ccc;
}

#single-news .date-large {
    color: #25346a;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 55px;
}

#single-news hr {
    border: 1px solid #a2a2a2;
    margin-bottom: 40px;
}

#single-news .story {
    font-size: 20px;
}

@media screen and (max-width: 700px) {
    #single-news h2 {
        font-size: 24px;
    }

    #single-news h1 {
        font-size: 32px;
        margin-top: 32px;
    }

    #single-news .story {
        width: 100%;
        margin: 0;
    }
}



/*
    Sitemap
*/
#sitemap {
    padding-top: 50px;
}

#sitemap .padding{
    background-color: white;
    padding: 0 31px 28px;
}

#sitemap .category {
    float: left;
    margin-bottom: 24px;
    width: 240px;
}

#sitemap .category h3 {
    margin-bottom: 8px;
}

#sitemap .category ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#sitemap .category ul li {
    line-height: 24px;
}

#sitemap .category ul li a {
    color: #454545;
    color: #25346a;
    color: #40c1f1;
    text-decoration: none;

    -webkit-transition: color .3s;
       -moz-transition: color .3s;
        -ms-transition: color .3s;
         -o-transition: color .3s;
            transition: color .3s;
}

#sitemap .category ul li a:hover {
    color: #40c1f1;
    color: #454545;
    color: #25346a;
}

#sitemap h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #25346a;
    clear: both;
    font-size: 39px;
    margin-bottom: 20px;
    margin-top: 0;
}

#sitemap h3 {
    color: #25346a;
    font-size: 19px;
}



@media screen and (max-width: 700px) {
    #sitemap h2 {
        font-size: 28px;
    }

    #sitemap .category {
        float: none;
        margin-bottom: 24px;
        text-align: center;
        width: 100%;
    }
}



/*
    Customer Care
*/
#customer-care {
    padding-top: 50px;
}

#customer-care .responsive-wrapper {
    position: relative;
}

#customer-care .anniversary-logo {
    background-image: url(./images/westinghouse-130-years.png);
    background-size: 100%;
    height: 44px;
    position: absolute;
    right: 32px;
    top: 0;
    width: 44px;
    display: none;
}

@media screen and (max-width: 700px) {
    #customer-care .anniversary-logo {
        height: 32px;
        width: 32px;
        display: none;
    }
}

#customer-care .padding{
    background-color: white;
    padding: 0 31px 28px;
}

#customer-care .button {
    background-color: #c7c7c7;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 10px;
    margin-right: 25px;
    text-align: center;
    text-decoration: none;
    width: 150px;

    -webkit-transition: background-color .3s;
       -moz-transition: background-color .3s;
        -ms-transition: background-color .3s;
         -o-transition: background-color .3s;
            transition: background-color .3s;
}

#customer-care .button:hover {
    background-color: #d1d1d1;
}

#customer-care .button.active {
    background-color: #40c1f1;
}

#customer-care h1 {
    color: #40c1f1;
    font-family: Arial;
    font-size: 48px;
    font-weight: normal;
    margin-bottom: 12px;
    margin-top: 42px;
}

#customer-care h1 a {
    color: #40c1f1;
    text-decoration: none;
}

#customer-care h2 {
    clear: both;
    color: #25346a;
    font-family: 'Montserrat', sans-serif;
    font-size: 39px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 20px;
}

#customer-care h3 {
    color: #25346a;
    font-size: 19px;
}

#customer-care strong {
    color: #25346a;
    font-size: 19px;
}

#customer-care .copy {
    color: #25346a;
}

#customer-care .copy a {
    color: #25346a;
}

#customer-care .columns {
    margin-top: 18px;
}

#customer-care .column {
    float: left;
    margin-bottom: 32px;
    width: 270px;
}

#customer-care .column .department {
    font-size: 16px;
    margin-bottom: 14px;
}

#customer-care .column a {
    color: #25346a;
    text-decoration: none;
}

#customer-care .column a:hover {
    text-decoration: underline;
}

#customer-care .column strong {
    font-size: 16px;
}

#customer-care #product-categories {
    color: white;
    background-color: #40c1f1;
    border: none;
    border-radius: 5px;
    display: block;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 40px;
    margin-top: 30px;
    padding: 4px 12px;
}

@media screen and (max-width: 700px) {
    #customer-care h1 {
        font-size: 36px;
    }

    #customer-care h2 {
        font-size: 28px;
    }

    #customer-care .column {
        height: auto !important;
    }
}

@media screen and (max-width: 460px) {
    #customer-care #product-categories {
        width: 250px;
    }
}




/*
    Regions
*/
#regions {
    padding-top: 0;
}

#regions .banner {
    width: 100%;
}

#regions .responsive-wrapper {
    position: relative;
}

#regions .anniversary-logo {
    background-image: url(./images/westinghouse-130-years.png);
    background-size: 100%;
    height: 44px;
    position: absolute;
    right: 32px;
    top: 50px;
    width: 44px;
    display: none;
}

.regions .intro-copy .title, .regions .intro-copy .body {
    color: #464646;
    position: static;
}

.regions .intro-copy .title {
    color: #25346a;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    margin-bottom: 10px;
    margin-top: 34px;
}

.regions .intro-copy .body {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.regions #daughter-images .slide {
    height: 372px;
}

@media screen and (max-width: 700px) {
    #regions .anniversary-logo {
        height: 32px;
        width: 32px;
        display: none;
    }
}

#regions .padding {
    background-color: white;
    padding: 0 31px 28px;
}

#regions .button {
    background-color: #c7c7c7;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 10px;
    margin-right: 25px;
    text-align: center;
    text-decoration: none;
    width: 150px;

    -webkit-transition: background-color .3s;
       -moz-transition: background-color .3s;
        -ms-transition: background-color .3s;
         -o-transition: background-color .3s;
            transition: background-color .3s;
}

#regions .button:hover {
    background-color: #d1d1d1;
}

#regions .button.active {
    background-color: #40c1f1;
}

#regions h1 {
    font-family: Arial;
    color: #40c1f1;
    font-size: 48px;
    font-weight: normal;
    margin-bottom: 12px;
    margin-top: 42px;
}

#regions h1 a {
    color: #40c1f1;
    text-decoration: none;
}

#regions h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #25346a;
    clear: both;
    font-size: 39px;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 20px;
}

#regions h3 {
    color: #25346a;
    font-size: 19px;
}

#regions strong {
    color: #25346a;
    font-size: 19px;
}

#regions .copy {
    color: #25346a;
}

#regions .copy a {
    color: #25346a;
}

#regions .columns {
    margin-top: 18px;
}

#regions .column {
    float: left;
    margin-bottom: 32px;
    width: 270px;
}

#regions .column .link {
    font-size: 16px;
    margin-bottom: 14px;
}

#regions .column a {
    color: #25346a;
    text-decoration: none;
}

#regions .column a:hover {
    text-decoration: underline;
}

#regions .column strong {
    font-size: 16px;
}

#regions #product-categories {
    color: white;
    background-color: #40c1f1;
    border: none;
    border-radius: 5px;
    display: block;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 40px;
    margin-top: 30px;
    padding: 4px 12px;
}

@media screen and (max-width: 700px) {
    #regions h1 {
        font-size: 36px;
        margin-top: 24px;
    }

    #regions h2 {
        font-size: 28px;
    }

    #regions .column {
        height: auto !important;
    }
}

@media screen and (max-width: 460px) {
    #regions #product-categories {
        width: 250px;
    }
}



/*
    Contact Us / Customer Care
*/
#contact-us {
    padding-top: 50px;
}

#contact-us .padding{
    background-color: white;
    padding: 0 31px 28px;
}

#contact-us .button {
    background-color: #c7c7c7;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 10px;
    margin-right: 25px;
    text-align: center;
    text-decoration: none;
    width: 150px;

    -webkit-transition: background-color .3s;
       -moz-transition: background-color .3s;
        -ms-transition: background-color .3s;
         -o-transition: background-color .3s;
            transition: background-color .3s;
}

#contact-us .button:hover {
    background-color: #d1d1d1;
}

#contact-us .button.active {
    background-color: #40c1f1;
}

#contact-us h1 {
    font-family: Arial;
    color: #40c1f1;
    font-size: 48px;
    font-weight: normal;
    margin-bottom: 12px;
    margin-top: 42px;
}

#contact-us h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #25346a;
    clear: both;
    font-size: 39px;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 20px;
}

#contact-us h3 {
    color: #25346a;
    font-size: 19px;
}

#customer-care .container-small {
    float: left;
    height: 110px;
    margin-right: 58px;
    width: 240px;
}

#customer-care .container-small input {
    display: block;
    font-size: 20px;
    margin-top: 12px;
    padding: 4px 6px;
    width: 224px;
}

#customer-care .container-large textarea {
    display: block;
    font-size: 20px;
    height: 120px;
    margin-bottom: 40px;
    margin-top: 12px;
    padding: 4px 6px;
    width: 520px;
}

#customer-care strong {
    color: #25346a;
    font-size: 20px;
}

#customer-care strong span {
    color: #40c1f1;
}

#contact-us .copy {
    color: #25346a;
    font-size: 19px;
    line-height: 28px;
}

#contact-us .copy-2 {
    color: #25346a;
    font-size: 19px;
    font-weight: bold;
    line-height: 28px;
}

#contact-us .copy a {
    color: #25346a;
}

#customer-care .submit {
    background-color: #40c1f1;
    border: none;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    display: block;
    font-size: 10px;
    font-weight: bold;
    height: 31px;
    line-height: 31px;
    margin: 30px 0 80px 388px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 147px;

    -webkit-transition: background-color .3s;
       -moz-transition: background-color .3s;
        -ms-transition: background-color .3s;
         -o-transition: background-color .3s;
            transition: background-color .3s;
}

#customer-care .submit:hover {
    background-color: #49cff0;
}

#contact-us .card-copy {
    background-color: #d1f3fc;
    color: #464646;
    font-size: 22px;
    line-height: 38px;
    margin: 30px 640px 0 0;
    padding: 40px;
}

#contact-us .card-copy h3 {
    color: #464646;
    font-size: 25px;
    margin: 0 0 32px;
    padding: 0;
}

#customer-care #product-categories {
    color: white;
    background-color: #40c1f1;
    border: none;
    border-radius: 5px;
    display: block;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 40px;
    margin-top: 30px;
    padding: 4px 12px;
}

#customer-care .step-2 {
    clear: both;
    display: none;
    color: #40c1f1;
    font-size: 42px;
    padding-bottom: 22px;
    padding-top: 32px;
}

#customer-care input.unhappy,
#customer-care textarea.unhappy {
    border-color: red;
}

#customer-care #product-categories.unhappy {
    background-color: #e42906;
}

#customer-care .subjects-star {
    color: #40c1f1;
    font-size: 20px;
    font-weight: bold;
    margin-left: 388px;
    margin-top: -80px;
    position: absolute;
}

#customer-care .products-star {
    color: #40c1f1;
    font-size: 20px;
    font-weight: bold;
    margin-left: 335px;
    margin-top: -80px;
    position: absolute;
}

#customer-care .country-star {
    color: #40c1f1;
    font-size: 20px;
    font-weight: bold;
    margin-left: 447px;
    margin-top: -80px;
    position: absolute;
}

#customer-care .error-message {
    color: #e42906;
    display: none;
    font-size: 17px;
    font-weight: bold;
    line-height: 28px;
    position: relative;
    top: 20px;
}

#customer-care .products {
  color: white;
  background-color: #40c1f1;
  border: none;
  border-radius: 5px;
  display: block;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 40px;
  margin-top: 30px;
  padding: 4px 12px;
}

#customer-care .country {
  color: white;
  background-color: #40c1f1;
  border: none;
  border-radius: 5px;
  display: block;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 40px;
  margin-top: 30px;
  padding: 4px 12px;
}


@media screen and (max-width: 1000px) {
    #contact-us .card-copy {
        margin: 24px 0;
        max-width: 460px;
        position: static;
    }
}

@media screen and (max-width: 700px) {
    #customer-care .subjects-star {
        margin-left: 250px;
    }

    #contact-us h1 {
        font-size: 36px;
    }

    #contact-us h2 {
        font-size: 28px;
    }

    #customer-care .submit {
        margin-left: 0;
    }

    #customer-care .container-large textarea {
        width: 223px;
    }

    #customer-care #product-categories {
        width: 243px;
    }

    #contact-us .card-copy {
        font-size: 18px;
        line-height: 34px;
    }

    #contact-us .card-copy h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 460px) {
    #contact-us .card-copy {
        font-size: 10px;
        line-height: 22px;
    }

    #contact-us .card-copy h3 {
        font-size: 18px;
        margin-bottom: 14px;
    }
}



/*
    Recycling
*/
#recycling {
    padding-top: 50px;
}

#recycling .padding{
    background-color: white;
    padding: 0 31px 28px;
}

#recycling h1 {
    font-family: Arial;
    color: #40c1f1;
    font-size: 48px;
    font-weight: normal;
    margin-bottom: 12px;
    margin-top: 42px;
}

#recycling h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #25346a;
    font-size: 39px;
    margin-bottom: 0;
    margin-top: 0;
}

#recycling h3, #recycling strong {
    color: #25346a;
    font-size: 19px;
}

#recycling .copy {
    color: black;
}

#recycling .copy a {
    color: #25346a;
}

@media screen and (max-width: 700px) {
    #recycling h1 {
        font-size: 36px;
    }

    #recycling h2 {
        font-size: 28px;
    }
}



/*
    Terms of Use
*/
#terms-of-use {
    padding-top: 50px;
}

#terms-of-use .padding{
    background-color: white;
    padding: 0 31px 28px;
}

#terms-of-use h1 {
    font-family: Arial;
    color: #40c1f1;
    font-size: 48px;
    font-weight: normal;
    margin-bottom: 12px;
    margin-top: 42px;
}

#terms-of-use h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #25346a;
    font-size: 39px;
    margin-bottom: 0;
    margin-top: 0;
}

#terms-of-use h3, #terms-of-use strong {
    color: #25346a;
    font-size: 19px;
}

#terms-of-use .copy {
    color: black;
}

#terms-of-use .copy a {
    color: #25346a;
}

#terms-of-use #privacy-policy {
    padding-top: 100px;
}

@media screen and (max-width: 700px) {
    #terms-of-use h1 {
        font-size: 36px;
    }

    #terms-of-use h2 {
        font-size: 28px;
    }
}



/*
    Story Page
*/
#story {
    text-align: center;
}

#story .banner {
    background-position: center top;
    height: 348px;
}

#story .banner .title {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 145px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    padding-top: 65px;
}

#story .banner.size-small .title {
    font-size: 65px;
    padding-top: 95px;
}

#story .banner .copy {
    color: white;
    font-family: Arial;
    font-size: 21px;
    font-weight: 400;
    margin: 0;
    padding: 10px 20px 0;
}

#story .title-1 {
    color: #25346a;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 34px;
}

#story .copy-1 {
    color: #464646;
    font-family: Arial;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 24px;
    padding: 0 12px;
}

#story .title-2 {
    color: #25346a;
    font-family: Arial;
    font-size: 23px;
    font-weight: normal;
    margin-bottom: 30px;
    padding: 0 12px;
}

#story .slide {
    display: inline-block;
    height: 346px;
    margin-right: 17px;
    margin-bottom: 20px;
    text-align: left;
    width: 372px;
}

#story .slide-2 {
}

#story .slide-3 {
    margin-right: 0;
}

#story .slide .background {
    background-color: #eee;
    height: 346px;
    position: absolute;
    width: 372px;
    z-index: 1;
}

#story .slide-2 .background {
    background-color: #25346a;
}

#story .slide img {
    position: absolute;
    z-index: 2;
}

#story .slide .copy {
    color: #25346a;
    font-size: 17px;
    font-weight: bold;
    line-height: 26px;
    margin-top: 218px;
    padding: 0 21px;
    position: absolute;
    text-align: center;
    width: 330px;
    z-index: 3;
}

#story .slide-2 .copy {
    color: white;
}

#story .copy-2 {
    color: #464646;
    font-family: Arial;
    font-size: 18px;
    line-height: 26px;
    margin: 50px auto 80px;
    max-width: 740px;
    padding: 0 20px;
}

#story .title-3 {
    clear: both;
    color: #464646;
    font-size: 52px;
    padding: 0 20px;
}

#story .title-3 strong {
    color: #40c1f1;
    font-weight: normal;
}

#story .copy-3 {
    color: #464646;
    font-size: 16px;
    font-weight: bold;
    padding: 50px 20px 0;
}

#story .button {
    background-color: #40c1f1;
    border-radius: 5px;
    color: white;
    display: block;
    font-size: 10px;
    font-weight: bold;
    height: 31px;
    line-height: 31px;
    margin: 30px auto 80px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 147px;

    -webkit-transition: background-color .3s;
       -moz-transition: background-color .3s;
        -ms-transition: background-color .3s;
         -o-transition: background-color .3s;
            transition: background-color .3s;
}

#story .button:hover {
    background-color: #49cff0;
}

@media screen and (max-width: 1001px) {
    #story .title-3 {
        font-size: 42px;
    }
}

@media screen and (max-width: 860px) {
    #story .slide-3 {
        margin-right: 20px;
    }
}

@media screen and (max-width: 700px) {
    #story .banner {
        height: 310px;
    }

    #story .banner .title {
        font-size: 115px;
        padding-top: 75px;
    }

    #story .banner.size-small .title {
        font-size: 50px;
    }

    #story .banner.size-small .copy {
        font-size: 19px;
    }

    #story .copy-2 {
        margin-bottom: 50px;
        margin-top: 30px;
    }

    #story .title-3 {
        font-size: 24px;
    }

    #story .slide {
        margin-right: 0;
    }
}

@media screen and (max-width: 460px) {
    #story .banner {
        height: 290px;
    }

    #story .banner .title {
        font-size: 75px;
        padding-top: 75px;
    }

    #story .banner.size-small .title {
        font-size: 35px;
    }

    #story .banner.size-small .copy {
        font-size: 16px;
    }

    #story .slide {
        width: 320px;
        height: 300px;
    }

    #story .slide .background {
        width: 320px;
        height: 300px;
    }

    #story .slide img {
        width: 320px;
    }

    #story .slide .copy {
        font-size: 13px;
        margin-top: 180px;
        width: 260px;
    }

    #story .product-image img {
        width: 320px;
    }

    #story .title-3 {
        font-size: 18px;
        padding: 0;
    }
}



/*
    Story Page
*/
#heritage {
    text-align: center;
}

#heritage hr {
    border: none;
    border-bottom: 1px solid #ccc;
}

#heritage .heritage-banner {
    position: relative;
}

#heritage .heritage-banner .anniversary-logo {
    background-image: url(./images/westinghouse-130-years.png);
    background-size: 100%;
    height: 44px;
    position: absolute;
    right: 32px;
    bottom: 46px;
    width: 44px;
    display: none;
}

@media screen and (max-width: 700px) {
    #heritage .heritage-banner .anniversary-logo {
        bottom: auto;
        height: 24px;
        left: auto;
        right: 16px;
        top: 16px;
        width: 24px;
        display: none;
    }
}

@media screen and (max-width: 460px) {
    #heritage .heritage-banner .anniversary-logo {
        bottom: auto;
        height: 18px;
        left: auto;
        right: 16px;
        top: 16px;
        width: 18px;
        display: none;
    }
}

#heritage .heritage-banner .desktop {
    width: 100%;
}

#heritage .heritage-banner .mobile {
    display: none;
}

#heritage .title-1 {
    color: #25346a;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 34px;
}

#heritage .copy-1 {
    color: #464646;
    font-family: Arial;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 24px;
    padding: 0 12px;
}

#heritage .title-2 {
    color: #25346a;
    font-family: Arial;
    font-size: 23px;
    font-weight: normal;
    margin-bottom: 30px;
}

#heritage .slide {
    display: inline-block;
    height: 346px;
    margin-right: 18px;
    margin-bottom: 20px;
    text-align: left;
    width: 372px;
}

#heritage .slide-2 {
}

#heritage .slide-3 {
    margin-right: 0;
}

#heritage .slide .background {
    background-color: #eee;
    height: 346px;
    position: absolute;
    width: 372px;
    z-index: 1;
}

#heritage .slide-2 .background {
    background-color: #25346a;
}

#heritage .slide img {
    position: absolute;
    z-index: 2;
}

#heritage .slide .copy {
    color: #25346a;
    font-size: 17px;
    font-weight: bold;
    line-height: 26px;
    margin-top: 218px;
    padding: 0 21px;
    position: absolute;
    text-align: center;
    width: 330px;
    z-index: 3;
}

#heritage .slide-2 .copy {
    color: white;
}

#heritage .copy-2 {
    color: #464646;
    font-family: Arial;
    font-size: 18px;
    margin: 50px auto 80px;
    max-width: 740px;
    padding: 0 20px;
}

#heritage .title-3 {
    clear: both;
    color: #464646;
    font-size: 52px;
    padding: 0 20px;
}

#heritage .title-3 strong {
    color: #40c1f1;
    font-weight: normal;
}

#heritage .copy-3 {
    color: #464646;
    font-size: 16px;
    font-weight: bold;
    padding: 50px 20px 0;
}

#heritage .button {
    background-color: #40c1f1;
    border-radius: 5px;
    color: white;
    display: block;
    font-size: 10px;
    font-weight: bold;
    height: 31px;
    line-height: 31px;
    margin: 30px auto 80px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 147px;

    -webkit-transition: background-color .3s;
       -moz-transition: background-color .3s;
        -ms-transition: background-color .3s;
         -o-transition: background-color .3s;
            transition: background-color .3s;
}

#heritage .responsive-wrapper > .years {
    padding-bottom: 24px;
}

#heritage .responsive-wrapper > .years > .year {
}

#heritage .responsive-wrapper > .years > .year > img {
    padding-top: 30px;
}

#heritage .responsive-wrapper > .years > .year > h2 {
    color: #25346a;
    font-size: 57px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 30px;
}

#heritage .responsive-wrapper > .years > .year > .title {
    color: #40c1f1;
    font-size: 57px;
    margin: 0 auto 40px;
    max-width: 900px;
    padding: 0 8px;
}

#heritage .responsive-wrapper > .years > .year > .years {
    border-top: solid 1px #ccc;
    padding-top: 32px;
}

#heritage .responsive-wrapper > .years > .year > .years > .year {
    border-bottom: solid 2px #a2a2a2;
    display: inline-block;
    height: 228px;
    margin: 24px 24px 24px;
    overflow: hidden;
    width: 325px;
    vertical-align: top;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

#heritage .responsive-wrapper > .years > .year > .years > .year img {
    height: 100px;
}

#heritage .responsive-wrapper > .years > .year > .years > .year .spacer {
    height: 99px;
}

#heritage .responsive-wrapper > .years > .year > .years > .year h3 {
    color: #25346a;
    font-size: 21px;
    margin-top: 24px;
    margin-bottom: 0;
}

#heritage .responsive-wrapper > .years > .year > .years > .year .title {
    color: #464646;
    font-size: 20px;
    line-height: 22px;
    height: 70px;
}

#heritage .button:hover {
    background-color: #49cff0;
}

@media screen and (max-width: 1001px) {
    #heritage .title-3 {
        font-size: 42px;
    }
}

@media screen and (max-width: 860px) {
    #heritage .slide-3 {
        margin-right: 20px;
    }
}

@media screen and (max-width: 700px) {
    #heritage {
        min-width: 0;
    }

    #heritage .heritage-banner .desktop {
        display: none;
    }

    #heritage .heritage-banner .mobile {
        display: block;
        width: 100%;
    }

    #heritage .copy-2 {
        margin-bottom: 50px;
        margin-top: 30px;
    }

    #heritage .title-3 {
        font-size: 24px;
    }

    #heritage .slide {
        margin-right: 0;
    }

    #heritage .responsive-wrapper > .years > .year > .years > .year {
        float: none;
        height: 228px;
        margin: 12px auto 24px;
        width: 325px;
    }

    #heritage .responsive-wrapper > .years > .year > h2 {
        font-size: 46px;
    }

    #heritage .responsive-wrapper > .years > .year > .title {
        font-size: 46px;
        padding: 0 20px;
    }
}

@media screen and (max-width: 460px) {
    #heritage .banner {
        height: 290px;
    }

    #heritage .banner .title {
        font-size: 36px;
        padding-top: 75px;
    }

    #heritage .banner .copy {
        padding: 10px 50px 0;
    }

    #heritage .slide img {
        width: 320px;
    }

    #heritage .slide .copy {
        font-size: 16px;
        margin-top: 180px;
        width: 260px;
    }

    #heritage .product-image img {
        width: 320px;
    }

    #heritage .title-3 {
        font-size: 18px;
        padding: 0;
    }

    #heritage .responsive-wrapper > .years > .year > .years > .year {
        height: 250px;
        margin: 12px auto 24px;
        width: 280px;
    }
}

#some_moments {
    padding: 50px 0;
}

#some_moments h1 {
    color: #25346a;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    margin-bottom: 10px;
    margin-top: 34px;
}

#some_moments p {
    font-family: Arial, sans-serif;
    line-height: 1.5em;
}

#some_moments .some-moments-audio {
    margin-top: 30px;
}

@media (max-width: 460px) {
    #some_moments {
        padding: 30px 0;
    }
}


/* Media Queries */
/* Card sizing */
/* Colors */
/* Calculations */
/* Placeholders */
@media (min-width: 1200px) {
  #timeline .demo-card:nth-child(odd) .head::after, #timeline .demo-card:nth-child(even) .head::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }

  #timeline .demo-card:nth-child(odd) .head::before, #timeline .demo-card:nth-child(even) .head::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #bdbdbd;
    border-radius: 9px;
    box-shadow: 0px 0px 2px 8px #f7f7f7;
  }
}
/* Some Cool Stuff */
.demo-card:nth-child(1) {
  order: 1;
}

.demo-card:nth-child(2) {
  order: 17;
}

.demo-card:nth-child(3) {
  order: 2;
}

.demo-card:nth-child(4) {
  order: 18;
}

.demo-card:nth-child(5) {
  order: 3;
}

.demo-card:nth-child(6) {
  order: 19;
}

.demo-card:nth-child(7) {
  order: 4;
}

.demo-card:nth-child(8) {
  order: 20;
}

.demo-card:nth-child(9) {
  order: 5;
}

.demo-card:nth-child(10) {
  order: 21;
}

.demo-card:nth-child(11) {
  order: 6;
}

.demo-card:nth-child(12) {
  order: 22;
}

.demo-card:nth-child(13) {
  order: 7;
}

.demo-card:nth-child(14) {
  order: 23;
}

.demo-card:nth-child(15) {
  order: 8;
}

.demo-card:nth-child(16) {
  order: 24;
}

.demo-card:nth-child(17) {
  order: 9;
}

.demo-card:nth-child(18) {
  order: 25;
}

.demo-card:nth-child(19) {
  order: 10;
}

.demo-card:nth-child(20) {
  order: 26;
}

.demo-card:nth-child(21) {
  order: 11;
}

.demo-card:nth-child(22) {
  order: 27;
}

.demo-card:nth-child(23) {
  order: 12;
}

.demo-card:nth-child(24) {
  order: 28;
}

.demo-card:nth-child(25) {
  order: 13;
}

.demo-card:nth-child(26) {
  order: 29;
}

.demo-card:nth-child(27) {
  order: 14;
}

.demo-card:nth-child(28) {
  order: 30;
}

.demo-card:nth-child(29) {
  order: 15;
}

.demo-card:nth-child(30) {
  order: 31;
}

.demo-card:nth-child(31) {
  order: 16;
}

.demo-card:nth-child(32) {
  order: 32;
}

/* Border Box */
* {
  box-sizing: border-box;
}

/* Fonts */
body {
  font-family: Roboto;
}

#timeline {
  padding: 0;
}
#timeline h1 {
  text-align: center;
  font-size: 3rem;
  font-weight: 200;
  margin-bottom: 20px;
}
#timeline p.leader {
  text-align: center;
  max-width: 90%;
  margin: auto;
  margin-bottom: 45px;
}
#timeline .demo-card-wrapper {
  position: relative;
  margin: auto;
}
@media (min-width: 1200px) {
  #timeline .demo-card-wrapper {
    display: flex;
    flex-flow: column wrap;
    width: 1170px;
    height: 8080px;
    margin: 0 auto;
  }
}
#timeline .demo-card-wrapper::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid rgba(191, 191, 191, 0.4);
}
@media (min-width: 1200px) {
  #timeline .demo-card-wrapper::after {
    border-left: 1px solid #bdbdbd;
  }
}
#timeline .demo-card {
  position: relative;
  display: block;
  margin: 10px auto 80px;
  max-width: 94%;
  z-index: 2;
}
@media (min-width: 768px) {
  #timeline .demo-card {
    max-width: 60%;
    box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
  }
}
@media (min-width: 992px) {
  #timeline .demo-card {
    max-width: 40%;
  }
}
@media (min-width: 1200px) {
  #timeline .demo-card {
    max-width: 450px;
    height: 400px;
    margin: 90px;
    margin-top: 45px;
    margin-bottom: 45px;
  }
  #timeline .demo-card:nth-child(odd) {
    margin-right: 45px;
  }
  #timeline .demo-card:nth-child(odd) .head::after {
    border-left-width: 15px;
    border-left-style: solid;
    left: 100%;
  }
  #timeline .demo-card:nth-child(odd) .head::before {
    left: 491.5px;
  }
  #timeline .demo-card:nth-child(even) {
    margin-left: 45px;
  }
  #timeline .demo-card:nth-child(even) .head::after {
    border-right-width: 15px;
    border-right-style: solid;
    right: 100%;
  }
  #timeline .demo-card:nth-child(even) .head::before {
    right: 489.5px;
  }
  #timeline .demo-card:nth-child(2) {
    margin-top: 180px;
  }
}
#timeline .demo-card .head {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 400;
}
#timeline .demo-card .head .number-box {
  display: inline;
  float: left;
  margin: 15px;
  padding: 10px;
  font-size: 35px;
  line-height: 35px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.17);
}
#timeline .demo-card .head h2 {
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: inherit;
  letter-spacing: 2px;
  margin: 0;
  padding-bottom: 6px;
  line-height: 1rem;
}
@media (min-width: 768px) {
  #timeline .demo-card .head h2 {
    font-size: 165%;
    line-height: 1.2rem;
  }
}
#timeline .demo-card .head h2 span {
  display: block;
  font-size: 0.6rem;
  margin: 0;
}
@media (min-width: 768px) {
  #timeline .demo-card .head h2 span {
    font-size: 0.8rem;
  }
}
#timeline .demo-card .body {
  background: #fff;
  border: 1px solid rgba(191, 191, 191, 0.4);
  border-top: 0;
  padding: 15px;
}
@media (min-width: 1200px) {
  #timeline .demo-card .body {

  }
}
#timeline .demo-card .body p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
}
#timeline .demo-card .body img {
  display: block;
  width: 100%;
}
#timeline .demo-card--step1 {
  background-color: #e2e2e2;
}
#timeline .demo-card--step1 .head::after {
  border-color: #e2e2e2;
}
#timeline .demo-card--step2 {
  background-color: #b2b2b2;
}
#timeline .demo-card--step2 .head::after {
  border-color: #b2b2b2;
}
#timeline .demo-card--step3 {
  background-color: #e2e2e2;
}
#timeline .demo-card--step3 .head::after {
  border-color: #e2e2e2;
}
#timeline .demo-card--step4 {
  background-color: #b2b2b2;
}
#timeline .demo-card--step4 .head::after {
  border-color: #b2b2b2;
}
#timeline .demo-card--step5 {
  background-color: #e2e2e2;
}
#timeline .demo-card--step5 .head::after {
  border-color: #e2e2e2;
}
#timeline .demo-card--step6 {
  background-color: #b2b2b2;
}
#timeline .demo-card--step6 .head::after {
  border-color: #b2b2b2;
}
#timeline .demo-card--step7 {
  background-color: #e2e2e2;
}
#timeline .demo-card--step7 .head::after {
  border-color: #e2e2e2;
}
#timeline .demo-card--step8 {
  background-color: #b2b2b2;
}
#timeline .demo-card--step8 .head::after {
  border-color: #b2b2b2;
}
#timeline .demo-card--step9 {
  background-color: #e2e2e2;
}
#timeline .demo-card--step9 .head::after {
  border-color: #e2e2e2;
}
#timeline .demo-card--step10 {
  background-color: #b2b2b2;
}
#timeline .demo-card--step10 .head::after {
  border-color: #b2b2b2;
}
#timeline .demo-card--step11 {
  background-color: #e2e2e2;
}
#timeline .demo-card--step11 .head::after {
  border-color: #e2e2e2;
}
#timeline .demo-card--step12 {
  background-color: #b2b2b2;
}
#timeline .demo-card--step12 .head::after {
  border-color: #b2b2b2;
}
#timeline .demo-card--step13 {
  background-color: #e2e2e2;
}
#timeline .demo-card--step13 .head::after {
  border-color: #e2e2e2;
}
#timeline .demo-card--step14 {
  background-color: #b2b2b2;
}
#timeline .demo-card--step14 .head::after {
  border-color: #b2b2b2;
}
#timeline .demo-card--step15 {
  background-color: #e2e2e2;
}
#timeline .demo-card--step15 .head::after {
  border-color: #e2e2e2;
}
#timeline .demo-card--step16 {
  background-color: #b2b2b2;
}
#timeline .demo-card--step16 .head::after {
  border-color: #b2b2b2;
}
#timeline .demo-card--step17 {
  background-color: #e2e2e2;
}
#timeline .demo-card--step17 .head::after {
  border-color: #e2e2e2;
}
#timeline .demo-card--step18 {
  background-color: #b2b2b2;
}
#timeline .demo-card--step18 .head::after {
  border-color: #b2b2b2;
}
#timeline .demo-card--step19 {
  background-color: #e2e2e2;
}
#timeline .demo-card--step19 .head::after {
  border-color: #e2e2e2;
}
#timeline .demo-card--step20 {
  background-color: #b2b2b2;
}
#timeline .demo-card--step20 .head::after {
  border-color: #b2b2b2;
}
#timeline .demo-card--step21 {
  background-color: #e2e2e2;
}
#timeline .demo-card--step21 .head::after {
  border-color: #e2e2e2;
}
#timeline .demo-card--step22 {
  background-color: #b2b2b2;
}
#timeline .demo-card--step22 .head::after {
  border-color: #b2b2b2;
}
#timeline .demo-card--step23 {
  background-color: #e2e2e2;
}
#timeline .demo-card--step23 .head::after {
  border-color: #e2e2e2;
}
#timeline .demo-card--step24 {
  background-color: #b2b2b2;
}
#timeline .demo-card--step24 .head::after {
  border-color: #b2b2b2;
}
#timeline .demo-card--step25 {
  background-color: #e2e2e2;
}
#timeline .demo-card--step25 .head::after {
  border-color: #e2e2e2;
}
#timeline .demo-card--step26 {
  background-color: #b2b2b2;
}
#timeline .demo-card--step26 .head::after {
  border-color: #b2b2b2;
}
#timeline .demo-card--step27 {
  background-color: #e2e2e2;
}
#timeline .demo-card--step27 .head::after {
  border-color: #e2e2e2;
}
#timeline .demo-card--step28 {
  background-color: #b2b2b2;
}
#timeline .demo-card--step28 .head::after {
  border-color: #b2b2b2;
}
#timeline .demo-card--step29 {
  background-color: #e2e2e2;
}
#timeline .demo-card--step29 .head::after {
  border-color: #e2e2e2;
}
#timeline .demo-card--step30 {
  background-color: #b2b2b2;
}
#timeline .demo-card--step30 .head::after {
  border-color: #b2b2b2;
}
#timeline .demo-card--step31 {
  background-color: #e2e2e2;
}
#timeline .demo-card--step31 .head::after {
  border-color: #e2e2e2;
}
#timeline .demo-card--step32 {
  background-color: #b2b2b2;
}
#timeline .demo-card--step32 .head::after {
  border-color: #b2b2b2;
}
#timeline .demo-card--step33 {
  background-color: #e2e2e2;
}
#timeline .demo-card--step33 .head::after {
  border-color: #e2e2e2;
}
#timeline .demo-card--step34 {
  background-color: #b2b2b2;
}
#timeline .demo-card--step34 .head::after {
  border-color: #b2b2b2;
}
#timeline .demo-card--step35 {
  background-color: #e2e2e2;
}
#timeline .demo-card--step35 .head::after {
  border-color: #e2e2e2;
}
#timeline .demo-card--step36 {
  background-color: #b2b2b2;
}
#timeline .demo-card--step36 .head::after {
  border-color: #b2b2b2;
}
#timeline .demo-card--step37 {
  background-color: #e2e2e2;
}
#timeline .demo-card--step37 .head::after {
  border-color: #e2e2e2;
}
#timeline .demo-card--step38 {
  background-color: #b2b2b2;
}
#timeline .demo-card--step38 .head::after {
  border-color: #b2b2b2;
}
#timeline .demo-card--step39 {
  background-color: #e2e2e2;
}
#timeline .demo-card--step39 .head::after {
  border-color: #e2e2e2;
}
#timeline .demo-card--step40 {
  background-color: #b2b2b2;
}
#timeline .demo-card--step40 .head::after {
  border-color: #b2b2b2;
}



/*
    Footer
*/
#footer {
    background: #40c1f1;
    clear: both;
    color: white;
    padding-bottom: 24px;
    padding-top: 24px;
    position: relative;
}

#footer .responsive-wrapper {
    position: relative;
}

#footer .anniversary-logo {
    background-image: url(./images/westinghouse-130-years.png);
    background-size: 100%;
    height: 81px;
    position: absolute;
    right: 60px;
    top: -4px;
    width: 81px;
    display: none;
}

@media screen and (max-width: 979px) {
    #footer .anniversary-logo {
        height: 46px;
        left: 420px;
        right: auto;
        top: 37px;
        width: 46px;
        display: none;
    }
}

@media screen and (max-width: 700px) {
    #footer .anniversary-logo {
        left: 234px;
        top: 82px;
        display: none;
    }
}

@media screen and (max-width: 460px) {
    #footer .anniversary-logo {
        left: 164px;
        top: 82px;
        display: none;
    }
}

#footer a {
    color: white;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

#footer .navigation {
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    margin-left: 8px;
    position: relative;
    white-space: nowrap;
}

#footer .navigation a {
    margin-left: 40px;
}

#footer .navigation a.link-regions {
    background-image: url(./images/globe-white.png);
    background-position: 0 3px;
    background-repeat: no-repeat;
    display: inline-block;
    line-height: 24px;
    padding-left: 23px;
}

#footer .navigation a.first {
    margin-left: 0;
}

#footer .privacy-legal {
    clear: both;
    font-size: 12px;
    line-height: 28px;
    margin-left: 8px;
    margin-top: 12px;
}

#footer .copyright {
    font-size: 12px;
    line-height: 18px;
    margin-left: 8px;
    font-family: 'Montserrat', sans-serif;
}

.youtube.modal {
    padding: 0;
    width: 560px;
}

.youtube.modal iframe {
    display: none;
}

.youtube.modal.current iframe {
    display: block;
}

#footer .share-this-container {
    min-height: 22px;
    padding: 16px 5px;
}

@media screen and (max-width: 860px) {
    #footer .navigation a {
        font-size: 11px;
        margin-left: 18px;
    }
}

@media screen and (max-width: 700px) {
    #footer {
        min-width: 460px;
    }

    #footer .navigation {
        white-space: normal;
        width: 452px;
    }

    #footer .navigation a {
        display: block;
        float: left;
        font-size: 12px;
        line-height: 24px;
        margin-left: 0;
        margin-top: 0;
        width: 226px;
    }

    #footer .privacy-legal {
        padding-top: 24px;
    }
}

@media screen and (max-width: 460px) {
    #footer {
        min-width: 320px;
    }
    #footer .privacy-legal {
        font-size: 9px;
    }
    #footer .copyright {
        font-size: 10px;
    }
    #footer .navigation {
        white-space: normal;
        width: 312px;
    }
    #footer .navigation a {
        display: block;
        float: left;
        margin-left: 0;
        width: 156px;
    }
}

/* Updating 1x1 tracking GIF to be layout friendly */
img[name=s_i_cbscbswestinghouse] {
    margin-top: -1px;
    position: absolute;
}

/* Sweepstakes Takeover Styles */

#content {
  /*
  background-image: url('images/Westinghouse Home Innovation Sweepstakes.jpg');
  background-image: url('images/takeover/Westinghouse_Takeover.jpg');
  */
  background-repeat: no-repeat;
  background-position: 50% 0px;
  background-color: #161324;
  background-color: #fff;
  background-origin: content-box;
  /*background-attachment: fixed;*/
}

#CBS {
   height: 247px;
}
#CBS .responsive-wrapper {
   text-align: center;
}

.cbs-content {
   position: relative;
   max-width: 960px;
   margin: 0 auto;
}

.hi-header {
   color: #ffffff;
   font-family: 'Montserrat', sans-serif;
   font-weight: 600;
   font-style: normal;
   text-align: center;
   font-size: 50px;
   width: 65%;
   margin: 0 auto;
   padding-top: 15px;
}

.hi-header span {
   font-family: 'Montserrat', sans-serif;
   font-weight: 400;
   font-style: normal;
   display: block;
   font-size: 28px;
   text-transform: uppercase;
}

.hi-button {
   display: inline-block;
   margin-top: 18px;
   color: #25346a;
   background: #ffffff;
   border-radius: 30px;
   padding: 8px 12px;
   text-decoration: none;
   text-transform: uppercase;
   font-family: 'Montserrat', sans-serif;
   font-weight: 600;
   font-style: normal;
   font-size: 20px;
   -webkit-transition: all 0.2s ease-in;
   -ms-transition: all 0.2s ease-in;
   transition: all 0.2s ease-in;
}

.hi-button:hover, .hi-button:active, .hi-button:focus {
   background: #e2e2e2;
}

.amazon-fire-logo, .westinghouse-w-logo {
   position: absolute;
   top: 10px;
}

/** Audiojs override styles **/
.audiojs .play-pause {
    width: 40px;
}

.audiojs .time {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

@media screen and (min-width: 320px) {
   .hi-header {
      font-size: 30px;
      width: 100%;
   }
   .hi-header span {
      font-size: 24px;
   }
   .amazon-fire-logo, .westinghouse-w-logo {
      display: none;
   }
}

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

}

@media screen and (min-width: 768px) {
   .hi-header {
      font-size: 35px;
   }
}

@media screen and (min-width: 860px) {
   .hi-header {
      font-size: 40px;
      width: 65%;
   }

   .amazon-fire-logo, .westinghouse-w-logo {
      display: block;
   }
   .amazon-fire-logo {
      left: 15px;
   }
   .westinghouse-w-logo {
      right: 15px;
   }


@media screen and (min-width: 1140px) {
   .hi-header {
      font-size: 48px;
      width: 70%;
   }
   .amazon-fire-logo {
      left: 0;
   }
   .westinghouse-w-logo {
      right: 0;
   }
}

#enter-sweepstakes {
   /*width: 100%;
   height: 243px;
   border: 0;*/
}
