
@charset "utf-8";
/*! CSS Document */

/*! /*============================================================== SITE COLORS ============================================================== */

a {
    color: #f26531;
}
a:hover {
    color: #f5744a;
}
.btn {
    background-color: #f26531;
}
.btn:hover {
    background-color: #f26531;
    box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
}
.btn:active {
    position: relative;
    top: 2px;
}
.btn.second {
    background-color: #474747;
}
.btn.second:hover {
    background-color: #474747;
    box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
}
.borderBtn {
    border: 1px solid #f26531;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
}
.borderBtn:hover {
    border: 1px solid #f5744a;
}
.borderBtn:active {
    border: 1px solid #222222;
    color: #222222;
}
.brandOutput {
    color: #f26531;
}
.brandBorder {
    border: 1px solid #f26531;
}
.material-icons.unqImg {
    color: #f26531;
}
/* ******************************************************** 'STRIP' CUSTOMIZABLE STYLES START HERE ******************************************************** */

/*============================================================== GLOBAL - NO MEDIA QUERY ===========================================================*/

/* ------------------------------------- GLOBAL HEADER ---------------------------------- */

#header_1-solid-bg {
    background-color: #ffffff;
}
#header_1-solid-bg #logoHold {
    position: relative;
    text-align: center;
}
#header_1-solid-bg .logo {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 20px 0 20px 0;
}
#header_1-solid-bg .logo a {
    width: 220px;
    max-width: 100%;
    display: inline-block;
}
#header_1-solid-bg .logo img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    max-height: 170px;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
#header_1-solid-bg_2 {
    box-shadow: 0 4px 2px -2px(0, 0, 0, 0.12);
    border-top: 1px dotted #ccc;
}
#header_1-solid-bg .mainHeader {
    text-align: right;
    position: relative;
}
/*============================= UTILITY NAV ============================== */

#header_1-solid-bg #utilityNavHold {
    background-color: #ececec;
}
#header_1-solid-bg .utilityNav {
    color: #0F0F10;
    padding: 5px 0 5px 0;
    list-style: none;
}
.utilityNav li {
    display: inline;
}
#header_1-solid-bg .utilityNav li {
    white-space: nowrap;
}
#header_1-solid-bg .utilityNav li+li {
    padding: 0 0 0 15px;
}
#header_1-solid-bg .utilityNav #logout {
    cursor: pointer;
    display: none;
    padding: 0 15px 0 0;
}
#header_1-solid-bg .utilityNav li#login {
    padding: 0;
}
#header_1-solid-bg .utilityNav #login:after {
    content: "/";
    padding: 0 5px;
}
#header_1-solid-bg .utilityNav #registerLink {
    padding: 0;
}
#header_1-solid-bg .utilityNav #logout {
    position: relative;
    z-index: 99;
}
#header_1-solid-bg .utilityNav #logoutDrop {
    display: none;
    position: absolute;
    background-color: #FFF;
    border: 1px solid #e0e0e0;
    padding: 15px 20px 15px 20px;
    position: absolute;
    top: 28px;
    right: 0px;
}
#header_1-solid-bg #greeting {
    padding-bottom: 10px;
}
#header_1-solid-bg .utilityNav #logoutDrop a {
    color: #1a1a1a;
}
#header_1-solid-bg .utilityNav #logout:hover #logoutDrop {
    display: block;
}
#header_1-solid-bg .utilityNav a {
    color: #0F0F10;
    line-height: 100%;
    text-decoration: none;
    white-space: nowrap;
}
#header_1-solid-bg .utilityNav a, #header_1-solid-bg .utilityNav span {
    font-size: 14px;
}
#header_1-solid-bg .utilityNav .fontIcon {
    color: #f26531;
}
#header_1-solid-bg .utilityNav .currSymbol {
    color: #f26531;
    font-weight: bold;
}
#header_1-solid-bg .utilityNav .siteCurrency {
    color: #0F0F10;
}
.fontIcon {
    font-size: 18px;
    position: relative;
    top: 3px;
}
#header_1-solid-bg .utilityNav #langArrow {
    margin-right: -6px;
    padding: 0 0 10px 0;
}
#header_1-solid-bg .utilityNav .fontIcon.iconGlobe {
    margin: 0 3px 0 0;
}
#header_1-solid-bg .utilityNav .fontIcon.iconMobile {
    font-size: 22px;
    top: 6px;
    line-height: 0;
}
#header_1-solid-bg .utilityNav a .utilText, #header_1-solid-bg .utilityNav .utilText, #header_1-solid-bg .utilityNav #logoutLink {
    text-decoration: none;
}
#header_1-solid-bg .utilityNav a:hover .utilText {
    text-decoration: underline;
}
#header_1-solid-bg .utilityNav a .utilText:hover, #header_1-solid-bg .utilityNav .utilText:hover, #header_1-solid-bg .utilityNav #logoutDrop a:hover, #header_1-solid-bg .utilityNav .mobText:hover {
    text-decoration: underline;
}
#header_1-solid-bg .utilityNav #logoutDrop a {
    display: block;
    text-align: left;
}
#header_1-solid-bg .utilityNav #logoutDrop #headerProfile {
    margin: 0 0 10px 0;
}
#header_1-solid-bg .utilityNav .utilityPipe.mobPayDiv {
    padding: 0 7px 0 10px;
}
#header_1-solid-bg .utilityNav .utilLangDrop {
    display: none;
}
#header_1-solid-bg .utilityNav .utilLangDrop a {
    color: #0f0f0f;
    display: block;
    margin: 10px 0 0 0;
    text-align: left;
}
#header_1-solid-bg .utilityNav .utilLangDrop a:empty {
    display: none;
}
#header_1-solid-bg .utilityNav .utilLangDrop a:first-child {
    margin: 0;
}
#header_1-solid-bg .utilityNav .utilLangDrop a:hover {
    text-decoration: underline;
}
#header_1-solid-bg .utilityNav .utilLang {
    cursor: pointer;
    position: relative;
    z-index: 10;
    padding: 0 0 10px 0;
    font-size: 14px;
    line-height: 100%;
    color: #7d7d7d;
    white-space: nowrap;
    display: inline-block;
}
#header_1-solid-bg .utilityNav .utilLang .utilText {
    color: #0F0F10;
}
body.allowHover #header_1-solid-bg .utilityNav .utilLang:hover .utilLangDrop, #header_1-solid-bg .utilLangDrop.showLang {
    display: block;
    background-color: #FFF;
    border: 1px solid #e0e0e0;
    padding: 15px 20px 15px 20px;
    position: absolute;
    top: 28px;
    left: 0px;
}
/* ============================= MAIN NAV ============================= */

#header_1-solid-bg_2 .mainNav {
    box-sizing: border-box;
    height: 60px;
    padding: 18px 0 0 0;
    display: inline-block;
}
/* Double Shopping Cart Gift Cards & E-gifts */

#header_1-solid-bg #navGiftCart, #header_1-solid-bg #navEgiftCart {
    display: none;
}
#navCart {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#shopCartHold {
    text-align: right;
    vertical-align: middle;
    display: inline-block;
}
#shopCartHold .utilText {
    color: #f26531;
}
#navCart a:first-child {
    margin: 0 0 8px 0;
}
#navCart a {
    display: block;
    color: #0f0f0f;
    font-size: 14px;
    line-height: 100%;
    text-decoration: none;
}
#navCart a:hover .utilText {
    text-decoration: underline;
}
/* END Double Shopping Cart Gift Cards & E-gifts */

#navCart .iconCart {
    color: #f26531;
    font-size: 20px;
    background-color: #efefef;
    padding: 6px;
    border-radius: 100%;
    display: inline-block;
    margin: 0 8px 0 0;
}
#header_1-solid-bg .topNav {
    display: inline-block;
}
#header_1-solid-bg_2.navHold {
    text-align: center;
}
#header_1-solid-bg_2 .topNav span.level1 {
    position: relative;
}
#header_1-solid-bg_2 .mainNav .level1 span.secondaryNav {
    display: none;
    position: absolute;
    text-align: left;
    width: 115px;
    background-color: #FFF;
    padding: 20px 20px 10px 20px;
    z-index: 100;
    left: -1px;
}
html[lang='pt'] #header_1-solid-bg_2 .mainNav .level1 span.secondaryNav {
    width: 155px;
}
#header_1-solid-bg_2 .topNav .level1:hover .secondaryNav, #header_1-solid-bg_2 .topNav .level1>a:focus~.secondaryNav {
    display: block !important;
}
#header_1-solid-bg_2 .mainNav span a {
    text-decoration: none;
    color: #0f0f0f;
    font-size: 16px;
    line-height: 150%;
    font-weight: 600;
    display: inline-block;
    padding: 0 0 1px 0;
}
#header_1-solid-bg_2 .mainNav .level1:first-child a.level1-a {
    margin: 0;
}
#header_1-solid-bg_2 .mainNav .secondaryNav a {
    margin: 0 0 10px 0;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
    display: block;
}
#header_1-solid-bg_2 .mainNav .secondaryNav a:hover {
    text-decoration: underline;
}
#header_1-solid-bg_2 .mainNav .secondaryNav span {
    margin: 0;
}
#header_1-solid-bg_2 .mainNav div.topNav span.level1 {
    margin: 0 30px 0 30px;
}
#header_1-solid-bg_2 .topNav .level1:hover a.level1-a, #header_1-solid-bg_2 .topNav .level1.active a.level1-a {
    border-bottom: 2px solid #f26531;
}
#header_1-solid-bg_2 .topNav .level1:hover .secondaryNav a {
    border-bottom: none;
}
#header_1-solid-bg_2 .mobileNav {
    display: none;
}
#header_1-solid-bg_2 .arrowHold {
    display: none;
}
@-moz-keyframes spinArrow {
    100% {
        -moz-transform: rotate(90deg);
    }
}
@-webkit-keyframes spinArrow {
    100% {
        -webkit-transform: rotate(90deg);
    }
}
@keyframes spinArrow {
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@-moz-keyframes spinArrow2 {
    0% {
        -moz-transform: rotate(90deg);
    }
    100% {
        -moz-transform: rotate(0deg);
    }
}
@-webkit-keyframes spinArrow2 {
    0% {
        -webkit-transform: rotate(90deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}
@keyframes spinArrow2 {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
#header_1-solid-bg_2 .arrowDown {
    -webkit-animation: spinArrow 210ms linear both;
    -moz-animation: spinArrow 210ms linear both;
    animation: spinArrow 210ms linear both;
}
#header_1-solid-bg_2 .arrowBack {
    -webkit-animation: spinArrow2 210ms linear both;
    -moz-animation: spinArrow2 210ms linear both;
    animation: spinArrow2 210ms linear both;
}
#header_1-solid-bg_2 .utilityNav a.mobilePayHdr {
    text-decoration: underline;
}
#header_1-solid-bg_2 .utilityNav a.mobilePayHdr:hover {
    text-decoration: none;
}
/* FRENCH NAV */

html:lang(fr) #header_1-solid-bg_2 .mainNav .level1 .secondaryNav {
    width: 180px;
}
/* ------------------------------------- HOMEPAGE BANNER ---------------------------------- */

#cardBackground .wrapper1240 {
    position: relative;
    height: 100%;
}
#cardBackground {
    height: 425px;
    position: relative;
    z-index: 0;
}
#cardBackground, #customBackground {
    margin: 0 0 60px 0;
    -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.22);
    box-shadow: 0 4px 2px -2px(0, 0, 0, 0.22);
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
}
#cardBackground .cardForeground {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 425px;
}
#cardBackground .bannerCard {
    width: 33%;
    padding: 0 0 0 50px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#cardBackground .bannerCard img {
    width: 100%;
}
#cardBackground .bannerCard, #cardBackground .bannerButtons {
    z-index: 100;
}
#customForeground img {
    margin: 0 auto;
    display: block;
    max-width: 90%;
    max-height: 100%;
    position: relative;
    z-index: 100;
}
#cardBackground #cardForeground {
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
#cardBackground.custom, #cardForeground.custom, #customForeground.card, #customBackground.card {
    display: none !important;
}
#cardBackground .bannerButtons {
    float: right;
    width: 61%;
    position: relative;
}
#cardBackground .bannerButtons h1 {
    color: #FFF;
    font-weight: bold;
    font-size: 44px;
    line-height: 110%;
    padding: 100px 0 3% 0;
    text-shadow: -1px 2px 2px rgba(0, 0, 0, 0.3);
}
#cardBackground .bannerBtn {
    float: left;
    margin: 0 30px 15px 0;
}
#cardBackground .bannerBtn.btn2 {
    margin: 0;
}
#cardBackground .bannerBtn a {
    display: block;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-weight: 600;
    text-decoration: none;
    font-size: 22px;
    line-height: 120%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: -1px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    padding: 11px 30px 20px 35px;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
}
#cardBackground .bannerBtn a:hover {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(100, 100, 100, 0.25) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(100, 100, 100, 0.25) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(100, 100, 100, 0.25) 100%);
}
#cardBackground .bannerBtn.btn1 a {
    background-color: #f26531;
}
#cardBackground .bannerBtn.btn2 a {
    background-color: #222222;
}
#cardBackground .bannerBtn .btnArrow {
    display: inline-block;
    width: 27px;
    height: 27px;
    background-image: url(/cws4.0/global-unix/images/homepage/arrowIcon.png);
    background-size: 27px 27px;
    position: relative;
    z-index: 20;
    top: 5px;
}
/* ------------------------------------- HOMEPAGE FEATURES ---------------------------------- */

#feature_1-three-boxes .featureHold {
    -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 2px -2px(0, 0, 0, 0.12);
    background-color: #FFF;
    padding: 0 0 90px 0;
}
#feature_1-three-boxes .feature {
    position: relative;
    z-index: 100;
    float: left;
}
#feature_1-three-boxes .feature.twoCol {
    width: 49.25%;
    margin: 0 0 0 1.5%;
}
#feature_1-three-boxes .feature.threeCol {
    width: 32%;
    margin: 0 0 0 1%;
}
#feature_1-three-boxes .feature.twoCol.thirdFeature {
    display: none;
}
#feature_1-three-boxes .feature:first-child {
    margin: 0;
}
#feature_1-three-boxes .feature img {
    max-width: 100%;
    display: block;
}
#feature_1-three-boxes .featureOverlay {
    background-color: #000;
    opacity: 0.5;
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 200;
    top: 0;
    left: 0;
}
#feature_1-three-boxes .featureCTA {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 300;
    width: 100%;
    top: 50%;
    left: 0;
    box-sizing: border-box;
    text-align: right;
    -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
}
#feature_1-three-boxes .featureCTA a {
    color: #FFF;
    text-decoration: none;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 50px 0 50px;
    text-align: right;
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 120px;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
#feature_1-three-boxes .featureCTA:hover {
    background-color: rgba(0, 0, 0, 0.35);
}
#feature_1-three-boxes .featureArrow {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    background-image: url(/cws4.0/global-unix/images/homepage/featureArrow.png);
    background-repeat: no-repeat;
    margin: 0 0 0 11px;
    position: relative;
    z-index: 500;
    top: 2px;
    float: left;
}
#feature_1-three-boxes .featureText {
    float: left;
    display: block;
    width: 90%;
}
/* ------------------------------------- HOMEPAGE RTB ---------------------------------- */

#rtb_1-intro {
    padding: 0 0 40px 0;
}
#rtb_1-intro .wrapper1024 {
    text-align: center;
}
#rtb_1-intro h1, #rtb_1-intro h2, #rtb_1-intro h3, #rtb_1-intro h4, #rtb_1-intro h5 {
    font-size: 26px;
    line-height: 150%;
}
#rtb_1-intro img {
    margin: 0 5px 10px;
}
/* ------------------------------------- HOMEPAGE IMAGE STRIP ---------------------------------- */

#image-strip_1-102016 {
    text-align: center;
}
/* ------------------------------------- HOMEPAGE SECONDARY ---------------------------------- */

#secondary_1-newsletter .secondaryHold {
    height: 300px;
    background-repeat: no-repeat;
    text-align: center;
    box-sizing: border-box;
    padding: 60px 0 0 0;
}
#secondary_1-newsletter .secondaryHold h2 {
    color: #FFF;
    font-size: 42px;
    font-weight: bold;
    line-height: 150%;
    text-shadow: -1px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 0 0 25px 0;
}
#secondary_1-newsletter .secondaryForm iframe {
    width: 50%;
    margin: 0 auto;
}
#secondary_1-newsletter .unsubLink {
    display: inline-block;
    color: #cecece;
    font-style: italic;
    font-size: 14px;
    line-height: 120%;
    padding: 10px 0 0 0;
}
#secondary_1-newsletter .unsubLink:hover {
    text-decoration: none;
}
/* ------------------------------------- GLOBAL FOOTER ------------------------------------- */

#footer_1-grey-nav .footerHold {
    background-color: #2f2f2f;
    color: #FFF;
    padding: 60px 0 60px 0;
}
#footer_1-grey-nav .footerHold ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#footer_1-grey-nav .footerHold a {
    color: #cfcfcf;
    font-size: 16px;
    line-height: 120%;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
}
#footer_1-grey-nav .footerHold a:hover {
    text-decoration: underline;
}
#footer_1-grey-nav .footerNav {
    float: left;
    width: 59%;
    margin: 7px 0 0 0;
}
.footerNav ul li {
    display: inline;
    line-height: 100%;
}
.footerNav ul li+li {
    border-left: 2px solid #666;
}
.footerNav ul li.hideNav+li {
    border: 0;
}
#footer_1-grey-nav .footerNav ul li a {
    color: #FFF;
    font-weight: 600;
    text-decoration: none;
    margin: 0 5px 0 5px;
    padding: 0 5px 0 5px;
}
#footer_1-grey-nav .footerNav ul li:first-child a {
    padding-left: 0;
    margin-left: 0;
}
#footer_1-grey-nav .footerNav ul li:last-child, .footerSocial ul li:last-child {
    border-right: none;
}
#footer_1-grey-nav #socialLinks {
    padding: 10px 5px 0 5px;
    border: none;
}
#footer_1-grey-nav #socialLinks a {
    padding: 0;
}
#footer_1-grey-nav .footerContact {
    float: right;
    width: 41%;
    text-align: right;
    position: relative;
    top: -5px;
}
#footer_1-grey-nav .footerContact ul {
    list-style-type: none;
}
#footer_1-grey-nav .footerContact ul li {
    display: inline-block;
    color: #fff;
}
#footer_1-grey-nav .footerContact ul li a {
    color: #fff;
    text-decoration: none;
    margin: 0 5px 0 5px;
    padding: 0 5px 0 5px;
    font-size: 15px;
}
#footer_1-grey-nav .footerContact ul li a.iconPhone {
    padding: 0 0 0 5px;
    margin: 0;
    line-height: 0.75;
}
#footer_1-grey-nav .footerContact ul li#footerPhone .material-icons {
    font-size: 18px;
}
#footer_1-grey-nav .footerContact ul li a.footerPhone {
    margin: 0 5px 0 0;
}
#footer_1-grey-nav .footerContact li ul li {
    border-right: none;
}
#footer_1-grey-nav .footerContact .div {
    display: inline-block;
    font-size: 21px;
    vertical-align: middle;
    color: #666;
}
#footer_1-grey-nav .footerContact .smIcon {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0 5px 0 5px;
    vertical-align: middle;
    transition: opacity 0.75;
}
#footer_1-grey-nav .footerContact .smIcon:hover {
    opacity: 0.75;
}
#footer_1-grey-nav .footerContact .smIcon:first-child {
    margin-left: 0;
}
#footer_1-grey-nav .footerContact .smIcon.fb {
    background-image: url(/cws4.0/global-unix/files/Images/social/iconFacebook.png);
}
#footer_1-grey-nav .footerContact .smIcon.tw {
    background-image: url(/cws4.0/global-unix/files/Images/social/iconTwitter.png);
}
#footer_1-grey-nav .footerContact .smIcon.yt {
    background-image: url(/cws4.0/global-unix/files/Images/social/iconYoutube.png);
}
#footer_1-grey-nav .footerContact .smIcon.ig {
    background-image: url(/cws4.0/global-unix/files/Images/social/iconInstagram.png);
}
#footer_1-grey-nav .footerContact .smIcon.lk {
    background-image: url(/cws4.0/global-unix/files/Images/social/iconLinkedin.png);
}
#footer_1-grey-nav .footerContact .smIcon.gp {
    background-image: url(/cws4.0/global-unix/files/Images/social/iconGoogleplus.png);
}
#footer_1-grey-nav .footerContact .smIcon.pt {
    background-image: url(/cws4.0/global-unix/files/Images/social/iconPinterest.png);
}
#footer_1-grey-nav .disclaimerHold {
    font-size: 14px;
    background-color: #222;
    color: #FFF;
    line-height: 120%;
    padding: 10px 0 10px 0;
}
#footer_1-grey-nav .disclaimerHold a {
    color: #999;
}
#footer_1-grey-nav .disclaimerHold a:hover {
    text-decoration: none;
}
#footer_1-grey-nav .disclaimerHold .disclaimLeft {
    width: 70%;
    float: left;
    position: relative;
    top: 5px;
    z-index: 100;
    color: #999;
}
#footer_1-grey-nav .disclaimerHold .disclaimRight {
    width: 20%;
    float: right;
    text-align: right;
}
#footer_1-grey-nav .disclaimerHold ul {
    padding: 0;
    margin: 0;
}
#footer_1-grey-nav .disclaimerHold ul li {
    display: inline;
    margin: 0 5px 0 5px;
    padding: 0 0px 0 10px;
    font-size: 13px;
}
#footer_1-grey-nav .disclaimerHold ul li:first-child {
    border: none;
    padding-left: 0;
    margin-left: 0;
}
#footer_1-grey-nav .disclaimerHold ul li a {
    color: #999;
    text-decoration: none;
}
#footer_1-grey-nav .disclaimerHold ul li a:hover {
    text-decoration: underline;
}
#footer_1-grey-nav .disclaimRight .givexLogo {
    display: inline-block;
    width: 66px;
    height: 25px;
    background-size: 100%;
    background-image: url(/cws4.0/global-unix/files/footer/givexWhiteV2.png);
    background-repeat: no-repeat;
}
/* ------------------------------------- SUBPAGE BANNER ---------------------------------- */
#subpage-banner_1-img-overlay .subBannerHold {
    height: 100%;
    border-bottom: 6px solid #f26531;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
}
#subpage-banner_1-img-overlay h1 {
    color: #FFF;
    font-weight: 500;
    font-size: 33px;
    line-height: 150%;
    margin: 0;
    text-shadow: -1px 2px 2px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*****NOTE: ALL MEDIA QUERIES MUST BE IN ORDER FROM LARGEST TO SMALLEST*****/

/*================================================================ MEDIA QUERIES =================================================================*/

@media (max-width:1700px) {

    /* ------------------------------------- GLOBAL HEADER ---------------------------------- */
    /* ------------------------------------- HOMEPAGE BANNER ---------------------------------- */
    /* ------------------------------------- HOMEPAGE RTB ---------------------------------- */
    /* ------------------------------------- HOMEPAGE IMAGE STRIP ---------------------------------- */
    /* ------------------------------------- HOMEPAGE FEATURES ---------------------------------- */
    /* ------------------------------------- HOMEPAGE SECONDARY ---------------------------------- */
    /* ------------------------------------- GLOBAL FOOTER ------------------------------------- */
    /* ------------------------------------- SUBPAGE BANNER ---------------------------------- */
}
@media (max-width:1280px) {

    /* ------------------------------------- GLOBAL HEADER ---------------------------------- */
    #header_1-solid-bg .utilityNav a, #header_1-solid-bg .utilityNav span {
        font-size: 13px;
    }
    #header_1-solid-bg_2 #navCart .utilityPipe {
        padding: 0 13px 0 0px;
    }
    #header_1-solid-bg_2 .mainNav div.topNav span.level1 {
        margin: 0 15px 0 15px;
    }
    #header_1-solid-bg_2 .mainNav span a {
        font-size: 14px;
    }
    /* ------------------------------------- HOMEPAGE BANNER ---------------------------------- */
    #cardBackground {
        height: 390px;
    }
    #cardBackground .bannerButtons h1 {
        font-size: 42px;
    }
    #cardBackground .bannerBtn a {
        font-size: 22px;
        padding: 10px 30px 15px 30px;
    }
    #cardBackground .bannerBtn .btnArrow {
        width: 24px;
        height: 24px;
        background-size: 24px 24px;
    }
    /* ------------------------------------- HOMEPAGE RTB ---------------------------------- */
    /* ------------------------------------- HOMEPAGE IMAGE STRIP ---------------------------------- */
    #image-strip_1-102016 img {
        width: 100%;
    }
    /* ------------------------------------- HOMEPAGE FEATURES ---------------------------------- */
    #feature_1-three-boxes .featureHold {
        padding: 0 0 70px 0;
    }
    #feature_1-three-boxes .featureCTA a {
        font-size: 20px;
        padding: 0 40px 0 40px;
        height: 100px;
    }
    /* ------------------------------------- HOMEPAGE SECONDARY ---------------------------------- */
    #secondary_1-newsletter .secondaryHold {
        height: 290px;
        padding: 50px 0 0 0;
    }
    #secondary_1-newsletter .secondaryHold h2 {
        font-size: 38px;
    }
    /* ------------------------------------- GLOBAL FOOTER ------------------------------------- */
    #footer_1-grey-nav .footerHold {
        padding: 40px 0 40px 0;
    }
    #footer_1-grey-nav .footerHold a {
        font-size: 14px;
    }
    #footer_1-grey-nav .disclaimerHold {
        font-size: 11px;
        padding: 25px 0 25px 0;
    }
    html[lang='pt'] #footer_1-grey-nav .footerNav {
        text-align: center;
        width: 100%;
    }
    html[lang='pt'] #footer_1-grey-nav .footerContact {
        float: none;
        clear: both;
        width: 100%;
        text-align: center;
        padding: 30px 0 0 0;
    }
    /* ------------------------------------- SUBPAGE BANNER ---------------------------------- */
}
@media (max-width:1023px) {

    /* ------------------------------------- GLOBAL HEADER ---------------------------------- */
    #header_1-solid-bg_2 {
        padding: 0;
    }
    #header_1-solid-bg_2 .mainNav {
        display: none;
    }
    #header_1-solid-bg .logo {
        position: static;
        width: 160px;
        margin: 0 auto;
        padding: 10px 0 10px 0;
    }
    #header_1-solid-bg_2 #mobTopNav {
        display: none;
    }
    #header_1-solid-bg_2 .mobileNav {
        display: block;
        background-color: #DFDFDF;
    }
    #header_1-solid-bg_2 .mobileNav .arrowHold {
        position: absolute;
        z-index: 9999;
        right: 0;
        top: 0;
        width: 55px;
        height: 52px;
        background-color: #8A8D95;
        box-sizing: border-box;
        padding: 14px 0 0 19px;
    }
    #header_1-solid-bg_2 .mobileNav .mobArrow {
        background-repeat: no-repeat;
        background-image: url(/cws4.0/global-unix/images/structure/mobile-menu-arrow-white.png);
        width: 22px;
        height: 22px;
        background-size: 22px 22px;
        display: block;
    }
    #header_1-solid-bg_2 .mobileNav ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        line-height: 167%;
    }
    #header_1-solid-bg_2 .mobileNav a {
        color: #000;
        text-decoration: none;
    }
    #header_1-solid-bg_2 .mobileNav ul .mobSecondaryNav {
        display: none;
        padding: 20px 0 20px 0;
        line-height: 240%;
        font-size: 17px;
        background-color: #ffffff;
    }
    #header_1-solid-bg_2 #hamburgerBar {
        padding: 25px 0 25px 0;
        background-color: #27272C;
        cursor: pointer;
        background-image: url(/cws4.0/global-unix/images/structure/menu-mobile-white.png);
        background-size: 24px 24px;
        background-repeat: no-repeat;
        background-position: 98% center;
    }
    #header_1-solid-bg_2 .mobLevel1-a {
        display: block;
        padding: 15px 30px 14px 30px;
        font-size: 16px;
        font-weight: bold;
        border-bottom: 1px solid #ffffff;
        position: relative;
        z-index: 90;
    }
    #header_1-solid-bg_2 #navCart {
        padding: 10px 0 10px 0;
    }
    #header_1-solid-bg_2 #navCart a {
        padding: 0;
        border-left: none;
    }
    #header_1-solid-bg .mainHeader {
        text-align: center;
    }
    #header_1-solid-bg .utilityNav a, #header_1-solid-bg .utilityNav span {
        font-size: 12px;
    }
    #header_1-solid-bg .utilityNav {
        padding: 6px 0 9px 0;
        border-bottom: 1px solid #e0e0e0;
        margin: 0 auto;
        float: none;
        position: static;
    }
    #header_1-solid-bg .utilityNav #logoutDrop {
        display: inline-block;
        border: none;
        background: none;
        position: static;
        padding: 0;
    }
    #header_1-solid-bg .utilityNav #logoutDrop a {
        display: inline;
        color: #0F0F10;
    }
    #header_1-solid-bg .utilityNav #logoutDrop a:first-child:after {
        color: #f26531;
        content: "|";
        font-size: 14px;
        line-height: 100%;
        padding: 0 10px 0 10px;
    }
    #header_1-solid-bg .utilityNav #logout:hover #logoutDrop {
        display: inline-block;
    }
    #header_1-solid-bg .utilityNav #logout #langArrow {
        display: none;
    }
    #header_1-solid-bg .utilityNav .mobIcon {
        width: 20px;
        height: 20px;
        background-size: 20px;
    }
    #header_1-solid-bg .utilityNav li#logout {
        border: none;
    }
    /* ------------------------------------- HOMEPAGE BANNER ---------------------------------- */
    #cardBackground, #customBackground {
        margin: 0 0 40px 0;
    }
    #cardBackground {
        height: 350px;
    }
    #cardBackground .bannerButtons {
        width: 52%;
    }
    #cardBackground .bannerCard {
        width: 40%;
    }
    #cardBackground .bannerButtons h1 {
        font-size: 33px;
        padding: 90px 0 5% 0;
    }
    #cardBackground .bannerBtn .btnArrow {
        display: none;
    }
    #cardBackground .bannerBtn a {
        font-size: 18px;
        padding: 8px 25px 13px 25px;
    }
    /* ------------------------------------- HOMEPAGE RTB ---------------------------------- */
    /* ------------------------------------- HOMEPAGE IMAGE STRIP ---------------------------------- */
    /* ------------------------------------- HOMEPAGE FEATURES ---------------------------------- */
    #feature_1-three-boxes .featureCTA a {
        font-size: 17px;
        padding: 0 10px 0 10px;
        height: 69px;
    }
    #feature_1-three-boxes .featureArrow {
        width: 22px;
    }
    /* ------------------------------------- HOMEPAGE SECONDARY ---------------------------------- */
    #secondary_1-newsletter .secondaryHold h2 {
        font-size: 33px;
    }
    /* ------------------------------------- GLOBAL FOOTER ------------------------------------- */
    #footer_1-grey-nav .footerHold {
        padding: 30px 0 30px 0;
    }
    #footer_1-grey-nav .footerHold a {
        font-size: 12px;
    }
    #footer_1-grey-nav .footerNav {
        width: 68%;
    }
    #footer_1-grey-nav .footerContact {
        width: 32%;
    }
    #footer_1-grey-nav .footerContact>.div {
        display: block;
    }
    #footer_1-grey-nav .footerContact .contact {
        display: block;
        margin: 0 0 15px 0;
        white-space: nowrap;
    }
    #footer_1-grey-nav .footerContact .contact>.div~.div {
        display: none;
    }
    #footer_1-grey-nav .footerContact .socialIcons {
        display: block;
    }
    #footer_1-grey-nav .disclaimerHold {
        padding: 10px 0 5px 0;
    }
    #footer_1-grey-nav .disclaimerHold .disclaimRight {
        margin: 6px 0 0 0;
    }
    #footer_1-grey-nav .footerContact ul li a {
        font-size: 13px;
    }
    #footer_1-grey-nav .footerContact ul li#footerPhone {
        border: none;
    }
    /* ------------------------------------- SUBPAGE BANNER ---------------------------------- */
    #subpage-banner_1-img-overlay h1 {
        text-align: center;
        padding: 0;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
    }
}
/*================================================= MOBILE MEDIA QUERIES =========================================*/

@media (max-width:768px) {

    /* ------------------------------------- GLOBAL HEADER ---------------------------------- */
    #header_1-solid-bg .wrapper1240 {
        padding-left: 0;
        padding-right: 0;
    }
    #header_1-solid-bg .utilityNav .utilityPipe {
        padding: 0 4px 0 4px;
    }
    #header_1-solid-bg .logo {
        text-align: center;
        width: 130px;
    }
    #header_1-solid-bg .utilityNav li:first-child {
        padding-right: 10px;
    }
    /* ------------------------------------- HOMEPAGE BANNER ---------------------------------- */
    #cardBackground, #customBackground {
        margin: 0 0 30px 0;
    }
    #cardBackground {
        height: 330px;
    }
    #cardBackground .bannerButtons h1 {
        font-size: 26px;
        padding: 79px 0 5px 0;
    }
    #cardBackground .bannerBtn a {
        font-size: 15px;
        padding: 8px 15px 10px 15px;
    }
    #cardBackground .bannerBtn {
        margin: 0 20px 15px 0;
    }
    #cardBackground .bannerCard {
        padding: 0;
    }
    /* ------------------------------------- HOMEPAGE RTB ---------------------------------- */
    /* ------------------------------------- HOMEPAGE IMAGE STRIP ---------------------------------- */
    /* ------------------------------------- HOMEPAGE FEATURES ---------------------------------- */
    #feature_1-three-boxes .featureCTA a {
        font-size: 14px;
        height: 61px;
    }
    #feature_1-three-boxes .featureArrow {
        width: 18px;
        height: 18px;
        background-size: 16px 16px;
    }
    #feature_1-three-boxes .featureHold {
        padding: 0 0 60px 0;
    }
    /* ------------------------------------- HOMEPAGE SECONDARY ---------------------------------- */
    #secondary_1-newsletter .secondaryHold {
        height: 265px;
        padding: 46px 0 0 0;
    }
    #secondary_1-newsletter .secondaryHold h2 {
        font-size: 24px;
    }
    #secondary_1-newsletter .secondaryForm iframe {
        height: 99px;
    }
    /* ------------------------------------- GLOBAL FOOTER ------------------------------------- */
    #footer_1-grey-nav .footerHold {
        padding: 30px 0 30px 0;
    }
    #footer_1-grey-nav .footerNav {
        text-align: center;
        width: 100%;
    }
    #footer_1-grey-nav .footerNav ul li a {
        margin: 0 5px 0 5px;
        padding: 0 3px 0 3px;
    }
    #footer_1-grey-nav .footerContact {
        float: none;
        clear: both;
        width: 100%;
        text-align: center;
        padding: 30px 0 0 0;
    }
    #footer_1-grey-nav .footerContact .contact {
        margin: 0 0 20px 0;
    }
    #footer_1-grey-nav .disclaimerHold {
        padding: 20px 0 10px 0;
    }
    #footer_1-grey-nav .disclaimerHold .disclaimLeft {
        width: 100%;
        float: none;
        text-align: center;
        position: static;
    }
    #footer_1-grey-nav .disclaimerHold .disclaimRight {
        float: none;
        text-align: center;
        margin: 20px auto 0 auto;
    }
    #footer_1-grey-nav .footerHold a {
        line-height: 150%;
    }
    /* ------------------------------------- SUBPAGE BANNER ---------------------------------- */
    #subpage-banner_1-img-overlay {
        height: 100px;
    }
}
@media (max-width:600px) {

    /* ------------------------------------- GLOBAL HEADER ---------------------------------- */
    /* ------------------------------------- HOMEPAGE BANNER ---------------------------------- */
    /* ------------------------------------- HOMEPAGE RTB ---------------------------------- */
    #rtb_1-intro h1, #rtb_1-intro h2, #rtb_1-intro h3, #rtb_1-intro h4, #rtb_1-intro h5 {
        font-size: 18px;
    }
    /* ------------------------------------- HOMEPAGE IMAGE STRIP ---------------------------------- */
    /* ------------------------------------- HOMEPAGE FEATURES ---------------------------------- */
    #feature_1-three-boxes .feature.twoCol, #feature_1-three-boxes .feature.threeCol {
        width: 80%;
        margin: 0 auto 10px auto;
        float: none;
        height: auto;
        overflow: hidden;
    }
    #feature_1-three-boxes .feature:first-child {
        margin: 0 auto 10px auto;
    }
    #feature_1-three-boxes .feature img {
        width: 100%;
    }
    #feature_1-three-boxes .featureHold {
        padding: 0 0 50px 0;
    }
    /* ------------------------------------- HOMEPAGE SECONDARY ---------------------------------- */
    /* ------------------------------------- GLOBAL FOOTER ------------------------------------- */
    /* ------------------------------------- SUBPAGE BANNER ---------------------------------- */
}
@media (max-width:500px) {

    /* ------------------------------------- GLOBAL HEADER ---------------------------------- */
    #header_1-solid-bg #logoHold {
        text-align: left;
    }
    #header_1-solid-bg .utilityNav li+li {
        padding: 0 0 0 10px;
    }
    /* ------------------------------------- HOMEPAGE BANNER ---------------------------------- */
    #cardBackground .bannerCard {
        padding: 23px 0 0 0;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        margin: 0 auto;
        width: 50%;
    }
    #cardBackground .bannerButtons {
        width: 100%;
        float: none;
        text-align: center;
        transform: none;
    }
    #cardBackground .bannerButtons h1 {
        font-size: 24px;
        padding: 13px 0 5px 0;
        text-align: center;
    }
    #cardBackground .bannerBtn {
        display: inline-block;
        float: none;
        margin: 0 0px 8px 0;
    }
    /* ------------------------------------- HOMEPAGE RTB ---------------------------------- */
    /* ------------------------------------- HOMEPAGE IMAGE STRIP ---------------------------------- */
    /* ------------------------------------- HOMEPAGE FEATURES ---------------------------------- */
    /* ------------------------------------- HOMEPAGE SECONDARY ---------------------------------- */
    #secondary_1-newsletter .secondaryForm iframe {
        width: 75%;
    }
    #secondary_1-newsletter .secondaryHold h2 {
        font-size: 21px;
    }
    /* ------------------------------------- GLOBAL FOOTER ------------------------------------- */
    #footer_1-grey-nav .footerNav {
        width: 100%;
        float: none;
    }
    #footer_1-grey-nav .footerHold {
        padding: 30px 0 40px 0;
    }
    #footer_1-grey-nav .footerHold ul {
        padding: 10px 0 5px 0;
    }
    #footer_1-grey-nav .footerNav ul li {
        border: none;
        display: block;
        margin: 0 0 10px 0;
    }
    #footer_1-grey-nav .footerNav ul li a {
        margin: 0;
        padding: 0;
    }
    #footer_1-grey-nav .footerContact {
        float: none;
        clear: both;
        width: 100%;
    }
    #footer_1-grey-nav .footerContact .contact {
        margin: 0 0 25px 0;
    }
    #footer_1-grey-nav .contact {
        display: block;
        margin: 0 0 20px 0;
    }
    #footer_1-grey-nav .socialIcons {
        display: block;
    }
    #footer_1-grey-nav .disclaimerHold .disclaimLeft .copyright {
        display: block;
        padding: 0 0 15px 0;
    }
    #footer_1-grey-nav .disclaimerHold .div {
        display: none;
    }
    #footer_1-grey-nav .disclaimerHold .disclaimRight {
        width: 100%;
    }
    /* ------------------------------------- SUBPAGE BANNER ---------------------------------- */
    #subpage-banner_1-img-overlay h1 {
        font-size: 24px;
    }
}
@media (max-width:400px) {

    /* ------------------------------------- GLOBAL HEADER ---------------------------------- */
    /* ------------------------------------- HOMEPAGE BANNER ---------------------------------- */
    /* ------------------------------------- HOMEPAGE RTB ---------------------------------- */
    /* ------------------------------------- HOMEPAGE IMAGE STRIP ---------------------------------- */
    /* ------------------------------------- HOMEPAGE FEATURES ---------------------------------- */
    /* ------------------------------------- HOMEPAGE SECONDARY ---------------------------------- */
    #secondary_1-newsletter .secondaryHold h2 {
        font-size: 18px;
    }
    /* ------------------------------------- GLOBAL FOOTER ------------------------------------- */
    /* ------------------------------------- SUBPAGE BANNER ---------------------------------- */
}
/* ------------------------------------- CUSTOM CSS ---------------------------------- */

/* PT Template Exception */
.siteCurrency, .currency {
    display: none !important;
}

#footer_1-grey-nav .footerNav {
  width: 100%;
  text-align: center;
}
#footer_1-grey-nav .footerContact {
  float: none;
  clear: both;
  width: 100%;
  padding: 30px 0 0 0;
  text-align: center;
}

/*fix missing footer separation bars*/
#footer_1-grey-nav .footerNav ul li.level1:last-child {
  border-left: 2px solid #666;
}