/* ================================================================ *\
#Reset
\* ================================================================ */

* {
    margin: 0;
    padding: 0;
    outline: 0;
}

/* ================================================================ *\
#Base
\* ================================================================ */

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

html,
body {
    overflow-y: hidden;
    height: 100%;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.3;
    color: #000;
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    color: #050890;
}
a:hover {
    text-decoration: underline;
}

img {
    padding: 2px;
    vertical-align: middle;
    border: 0;
}
strong {
    font-weight: bold;
}
small {
    font-size: 80%;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    -webkit-font-smoothing: antialiased;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
    cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button {
    overflow: visible;
}
textarea {
    overflow: auto;
    resize: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}
th,
td {
    padding: 0;
}

@viewport {
    zoom: 1;
    width: device-width;
    initial-scale: 1;
    max-zoom: 3;
    min-zoom: 1;
    user-zoom: fixed;
}

/* ================================================================ *\
#Helpers
\* ================================================================ */

.alignleft {
    float: left;
}
.alignright {
    float: right;
    border: 1px solid lightgray;
}
.gen {
    height: 15px !important;
}
.hidden {
    display: none;
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: ' ';
}
.clearfix:after {
    clear: both;
}

.wrapper {
    height: 100%;
}

.btn-home {
    position: fixed;
    z-index: 5;
    top: 26px;
    left: 26px;
    width: 36px;
    height: 30px;
    background: url(https://consumer.dow.com/content/dam/dcc/images/icity/ico-home.png) 50% no-repeat;
}

.btn-menu {
    position: fixed;
    z-index: 5;
    top: 26px;
    right: 26px;
    width: 30px;
    height: 30px;
    background: #000 url(https://consumer.dow.com/content/dam/dcc/images/icity/ico-menu.png) 50% no-repeat;
}
.show-nav .btn-menu {
    visibility: hidden;
}

.btn-close {
    position: fixed;
    z-index: 7;
    top: 26px;
    right: 26px;
    visibility: hidden;
    width: 30px;
    height: 30px;
    background: #000 url(https://consumer.dow.com/content/dam/dcc/images/icity/ico-close.png) 50% no-repeat;
}
.show-nav .btn-close {
    visibility: visible;
}

.btn-help {
    position: fixed;
    z-index: 5;
    right: 26px;
    bottom: 26px;
    width: 30px;
    height: 30px;
    background: #000 url(https://consumer.dow.com/content/dam/dcc/images/icity/ico-help.png) 50% no-repeat;
}

.points {
    height: 100%;
    padding-top: 0;
}

div {
    min-width: 15px !important;
}

.points img {
    display: block;
    height: 100%;
    margin: 0 auto
    width: auto;
}

.points .background-image {
    min-width: 480px !important;
    min-height: 480px !important;
    background-size: contain;
}

.nav {
    background: rgba(33,105,148,.69);
    bottom: 0;
    font-family: 'Open Sans', Arial, sans-serif;
    padding: 92px 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 48%;
    z-index: 6;
}
.nav {
    -webkit-transition: -webkit-transform .5s ease;
    -moz-transition: -moz-transform .5s ease;
    -ms-transition: -ms-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    transition: transform .5s ease;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
}
.nav ul {
    font-size: 3vh;
    font-weight: 600;
    line-height: 5vh;
    list-style: none;
    color: #fff;
}
.nav li + li {
    border-top: 1px solid #fff;
    border-top: 1px solid rgba(255,255,255,.4);
}
.nav li a {
    display: block;
    padding: 2vh;
    cursor: pointer;
    color: #fff;
}
.nav li a {
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
}
.nav li a:hover {
    text-decoration: none;
}
.nav li.current a,
.nav li a:hover {
    background: #215d81;
}

.no-rgba .nav {
    background: url(https://consumer.dow.com/content/dam/dcc/images/icity/bg-menu.png);
}

.show-nav .nav {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.blank-page-container {
    max-width:none;
}

.container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    visibility: hidden;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    opacity: 0;
}
.container {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
}
.container,
.popup,
.tooltip,
.show-nav .container-home .tooltip {
    -webkit-transition: opacity .8s ease, visibility 0s linear .8s, -webkit-transform .8s ease;
    -moz-transition: opacity .8s ease, visibility 0s linear .8s,    -moz-transform .8s ease;
    -ms-transition: opacity .8s ease, visibility 0s linear .8s,     -ms-transform .8s ease;
    -o-transition: opacity .8s ease, visibility 0s linear .8s,   -o-transform .8s ease;
    transition: opacity .8s ease, visibility 0s linear .8s,         transform .8s ease;
}

.container-visible {
    position: relative;
    visibility: visible;
    opacity: 1;
}
.container-visible {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.container-visible,
.popup-visible,
.tooltip-visible,
.container-home .tooltip {
    -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
    -moz-transition: opacity .8s ease,    -moz-transform .8s ease;
    -ms-transition: opacity .8s ease,     -ms-transform .8s ease;
    -o-transition: opacity .8s ease,       -o-transform .8s ease;
    transition: opacity .8s ease,         transform .8s ease;
}

.container-exiting {
    position: absolute;
    visibility: visible;
    opacity: 0;
}
.container-exiting {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
}

.tooltip {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    position: absolute;
    visibility: hidden;
    width: 24px;
    height: 24px;
    margin: -12px 0 0 -12px;
    opacity: 0;
    color: #fff;
    z-index:0;
}

a.tooltip:link,
a.tooltip:visited,
a.tooltip:hover {
    color: #fff;
    font-weight:normal;
}

.tooltip-visible {
    visibility: visible;
    opacity: 1;
}
.tooltip .ico-plus {
    display: block;
    width: 24px;
    height: 24px;
    background: url(https://consumer.dow.com/content/dam/dcc/images/icity/ico-plus.png) 50% no-repeat;
}
.tooltip-body {
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -21px 0 0 12px;
    padding: 10px 12px;
    white-space: nowrap;
    border: 3px solid rgb(241, 93, 34);
    border-radius: 4px;
    background: #4c85ca;
}
.tooltip-body:before,
.tooltip-body:after {
    position: absolute;
    width: 0;
    height: 0;
    content: '';
}
.tooltip-body:before {
    top: 50%;
    left: -17px;
    margin: -7px 0 0;
    border-width: 7px;
    border-style: solid;
    border-color: transparent rgb(241, 93, 34) transparent transparent;
}
.tooltip-body:after {
    top: 50%;
    left: -10px;
    margin: -5px 0 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #4c85ca transparent transparent;
}

.tooltip-left .tooltip-body {
    right: 100%;
    left: auto;
    margin: -21px 12px 0 0;
}
.tooltip-left .tooltip-body:before {
    right: -17px;
    left: auto;
    border-color: transparent transparent transparent rgb(241, 93, 34);
}
.tooltip-left .tooltip-body:after {
    right: -10px;
    left: auto;
    border-color: transparent transparent transparent #4c85ca;
}

.container-home .tooltip {
    visibility: visible;
    opacity: 1;
}
.show-nav .container-home .tooltip {
    visibility: hidden;
    opacity: 0;
}

.overlay {
    position: fixed;
    z-index: 9;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    background: #000;
}
.overlay {
    -webkit-transition: opacity .3s linear, visibility 0s linear .3s;
    -moz-transition: opacity .3s linear, visibility 0s linear .3s;
    -ms-transition: opacity .3s linear, visibility 0s linear .3s;
    -o-transition: opacity .3s linear, visibility 0s linear .3s;
    transition: opacity .3s linear, visibility 0s linear .3s;
}
.overlay-visible {
    visibility: visible;
    opacity: .7;
}
.overlay-visible {
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -ms-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
}

.popup {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    visibility: hidden;
    overflow: auto;
    min-width: 612px;
    max-width: 1024px;
    margin: -384px 0 0 -512px;
    transform: scale(.80,.80) translateY(-13%);
    opacity: 0;
    background: #fff;
}

#blanket {
    text-decoration: none;
    border-bottom-width: thin;
    border-bottom: 1px solid teal;

}

#blanket:hover {
    border-bottom: none;
}

@-moz-document url-prefix() { 
    #blanket {
        text-decoration: underline;
        border-bottom: none;
    } 
}

i i {
    font-style: normal !important;
}

.popup a {
    color: teal !important;
}

.popup-visible {
    visibility: visible;
    overflow: auto;
    opacity: 1;
}
.btn-close-popup {
    position: absolute;
    top: 26px;
    right: 26px;
    width: 30px;
    height: 30px;
    background: #000 url(https://consumer.dow.com/content/dam/dcc/images/icity/ico-close.png) 50% no-repeat;
}

.popup-welcome {
    z-index: 550;
    min-height: 768px;
    padding: 250px 0 62px;
}

.popup-welcome {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.popup-welcome {
    width: 1024px;
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,.81) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,.81)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,.81) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,.81) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,.81) 100%);
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,.81) 100%);
}

.popup-welcome h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 18px;
    text-transform: uppercase;
}
/* line-height: 18px; */
.popup-welcome p {
    font-size: 25px;
    line-height: 32px;
    margin: 0 20px 0 0;
}
/* line-height: 38px; */
.popup-welcome ul {
    font-size: 18px;
    line-height: 24px;
    list-style: none;
}
.popup-welcome li {
    margin: 0 0 24px;
}
.popup-welcome li:before {
    display: inline-block;
    width: 5px;
    height: 24px;
    margin: 0 6px 0 0;
    content: '';
    vertical-align: top;
    background: url(https://consumer.dow.com/content/dam/dcc/images/icity/li-s.png) 50% no-repeat;
}

.popup-welcome-heading {
    display: block;
    width: 410px;
    height: 81px;
    margin: 0 0 30px;
    background: url(https://consumer.dow.com/content/dam/dcc/images/icity/help-t-welcome.png) 50% no-repeat;
}

.popup-welcome .popup-body {
    padding: 0 70px 32px;
}
.popup-welcome .col-left {
    float: left;
    width: 444px;
}
.popup-welcome .col-right {
    float: right;
    width: 380px;
    padding: 0 0 30px 99px;
    border-left: 1px solid #000;
}

.popup-welcome .popup-foot {
    padding-top: 370px;
    padding-left: 70px;
}

.help-close {
    position: absolute;
    top: 22px;
    right: 74px;
    width: 195px;
    height: 40px;
    background: url(https://consumer.dow.com/content/dam/dcc/images/icity/help-close.png) 50% no-repeat;
}
.help-help {
    position: absolute;
    right: 26px;
    bottom: 20px;
    width: 218px;
    height: 67px;
    background: url(https://consumer.dow.com/content/dam/dcc/images/icity/help-help.png) 50% no-repeat;
}
.help-home {
    position: absolute;
    top: 26px;
    left: 26px;
    width: 217px;
    height: 89px;
    background: url(https://consumer.dow.com/content/dam/dcc/images/icity/help-home.png) 50% no-repeat;
}
.help-menu {
    position: absolute;
    top: 94px;
    right: 60px;
    width: 197px;
    height: 76px;
    background: url(https://consumer.dow.com/content/dam/dcc/images/icity/help-menu.png) 50% no-repeat;
}

.dow-corning {
    display: block;
    width: 384px;
    height: 51px;
    background: url(https://consumer.dow.com/content/dam/dcc/images/icity/dow-corning.png) 50% no-repeat;
}
.dow-corning2 {
    position: relative;
    display: block;
    width: 409px;
    height: 51px;
    margin: 0 0 15px auto;
    background: url(https://consumer.dow.com/content/dam/dcc/images/icity/dow-corning2.png) 50% no-repeat;
}

.dow-corning, .dow-corning2 {
    border: 1px solid transparent !important;
    margin-bottom: 15px !important;
}

#pp .dow-corning2 {
    -webkit-padding-after: 50px;
}

.popup-product {
    overflow: auto;
    padding: 38px 0 28px;
}
.popup-product h3 {
    font-size: 34px;
    line-height: 40px;
    margin: 30px 0 36px;
    color: #000;
}
.popup-product h5 {
    font-size: 18px;
    line-height: 24px;
}
.popup-product p {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 14px;
}
.popup-product ul {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 14px;
    list-style: none;
}
.popup-product ul li {
    padding-left: 26px;
    background: url(https://consumer.dow.com/content/dam/dcc/images/icity/li.png) 0 12px no-repeat;
}
.popup-product a span {
    display: inline-block;
    text-decoration: underline;
    color: teal;
}

.popup-product a {
    text-decoration: underline;
}
.popup-product a:hover {
    text-decoration: none;
}
.popup-product a:hover span {
    text-decoration: none;
}
.popup-product b {
    font-size: 18px;
    line-height: 24px;
}

.popup-product .popup-body {
    padding: 0 26px 12px;
}
.popup-product img.alignright {
    margin-left: 10px;
}
.popup-product img.alignleft {
    margin-right: 100px;
}

.popup-product .popup-foot {
    margin: 0 26px;
    padding: 26px 0 0;
    border-top: 2px solid #b0b0b0;
}


.col {
    float: left;
}
.col-1of3 {
    width: 33%;
}

.dow-corning,
.dow-corning2,
.popup-welcome-heading {
    font-size: 0;
    line-height: 0;
    text-indent: -100%;
}

#arrow {
    max-width: 85px !important;
    max-height: 85px !important;
}

.arrow-right {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: top;
    background: url(https://consumer.dow.com/content/dam/dcc/images/icity/arrow-right1.png) 50% no-repeat;
}
.arrow-right2 {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 25px;
    height: 24px;
    vertical-align: top;
    background: url(https://consumer.dow.com/content/dam/dcc/images/icity/arrow-right2.png) 50% no-repeat;
}
.ico-pdf {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 24px;
    height: 25px;
    vertical-align: top;
    background: url(https://consumer.dow.com/content/dam/dcc/images/icity/ico-pdf.png) 50% no-repeat;
}

@media screen and (max-height: 768px) {
    .wrapper {
        position: relative;
    }

    .nav {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .popup {
        top: 0;
        margin-top: 0;
    }

}

@media screen and (max-width: 1024px) {
    .popup {
        left: 0;
        margin-left: 0;
    }
}

.popup-welcome ul li {
    padding: 0 0 0 15px;
    list-style-position: inside;
    text-indent: -.7em;
}

.nowrap {
    white-space: nowrap !important;
}
#box-link {
    position: relative;
    top: 56%;
    left: 51%;
    width: 7%;
    height: 5%;
    background-color: transparent;
}