
@charset "utf-8";
/*! CSS Document */

/* Fonts */
body {
    background-color: #282828;
}
strong,
h2,
h3,
h4,
h5 {
    font-weight: bold;
}

/*! /*============================================================== SITE COLORS ============================================================== */
a {
    color: #00205B;
}
a:hover {
    color: #a5a5a5;
}
.btn {
    background-color: #00205B;
    color: #fff;
}
.arrowBtn {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 93% 50%;
    text-align: center;
    background-size: 12px;
    border: 1px solid #00205B;
    display: inline-block;
    padding: 8px 35px 9px 20px;
    font-size: 14px;
    font-weight: bold;
    line-height: 120%;
    transition: background 0.25s;
}
.arrowBtn:not(:disabled):hover {
    background-color: #00205B;
    color: #fff;
}
a.arrowBtn {
    text-decoration: none;
}
.btn:active {
    position: relative;
    top: 2px;
}
.btn.second {
    background-color: #00205B;
    color: #000;
}
.btn.second:not(:disabled):hover {
    background-color:#00205B;
    box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.5);
}
.borderBtn {
    border: 1px solid #00205B;
    padding: 4px 10px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    color: #000;
}
.borderBtn:hover {
    border: 1px solid #a5a5a5;
    cursor: pointer;
    opacity: 0.75;
}
.borderBtn:after,
.iconLink:after {
    content: "";
    display: block;
    clear: both;
}
.borderBtn .material-icons,
.iconLink .material-icons {
    font-size: 16px;
    color: #ccc;
    float: right;
    position: relative;
    top: 3px;
}
.borderBtn .material-icons {
    margin: 0 0 0 10px;
}
.borderBtn:active {
    border: 1px solid #333;
    color: #333;
}
.iconLink:hover {
    cursor: pointer;
    opacity: 0.5;
}
.btn,
.borderBtn,
.btn.second {
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.brandOutput {
    color: #00205B;
}
.brandBorder {
    border: 1px solid #00205B;
}
.material-icons.unqImg {
    color: #00205B;
}
.subContent img {
    max-width: 100%;
}

/* ******************************************************** 'STRIP' CUSTOMIZABLE STYLES START HERE ******************************************************** */

/*============================================================== GLOBAL - NO MEDIA QUERY ===========================================================*/

/*============================= UTILITY NAV ============================== */
#utilityNavHold {
    background-color: #00205B;
    padding: 2px 0 2px 0;
}
#siteHeader .utilityNav {
    color: #fff;
    margin: 0;
    padding: 0;
}
#siteHeader .utilityNav li {
    display: inline;
}
#siteHeader .utilityNav li:first-child {
    padding-right: 15px;
}
#siteHeader .utilityNav li+li {
    padding: 0 15px 0 15px;
}
#siteHeader .utilityNav li#registerLink {
    padding: 0 15px 0 10px;
}
#siteHeader .utilityNav #logout {
    position: relative;
    z-index: 99;
}
#siteHeader .utilityNav #logoutDrop { 
    display: none; 
    position: absolute; 
    background-color: #FFF; 
    border: 1px solid #e0e0e0; 
    padding: 15px 20px 15px 20px; 
    position: absolute; 
    top: 28px; 
    right: 0px;      
}
#siteHeader li#login,
#siteHeader li#logout {
    display: none;
}
#siteHeader #greeting {
    padding-bottom: 10px;
}
#siteHeader .utilityNav #logoutDrop a {
    color: #1a1a1a;
}
#siteHeader .utilityNav #logout:hover #logoutDrop { 
    display: block; 
} 
#siteHeader .utilityNav a {
    line-height: 100%;
    text-decoration: none;
    white-space: nowrap;
}
#siteHeader .utilityNav a,
#siteHeader .utilityNav span {
    font-size: 13px;
    color: #fff;
}
#siteHeader .utilityNav .icon {
    color: #00205B;
}
.fontIcon {
    font-size: 16px;
    vertical-align: middle;
}
#login .material-icons,
#contactLink .material-icons,
#siteHeader .utilityNav .fontIcon.iconGlobe {
    position: relative;
    top: -2px;
}
#siteHeader .utilityNav #langArrow {
    margin-right: -6px;
    padding: 0 0 10px 0;
}
#siteHeader .utilityNav .fontIcon.iconGlobe {
    margin: 0 3px 0 0;
}
#siteHeader .utilityNav .fontIcon.iconMobile {
    font-size: 22px;
    top: 6px;
}
#siteHeader .utilityNav a .utilText,
#siteHeader .utilityNav .utilText,
#siteHeader .utilityNav #logoutLink {
    text-decoration:none;
}
#siteHeader .utilityNav a:hover .utilText {
    text-decoration:underline;
}
#siteHeader .utilityNav a .utilText:hover,
#siteHeader .utilityNav .utilText:hover,
#siteHeader .utilityNav #logoutDrop a:hover,
#siteHeader .utilityNav .mobText:hover {
    text-decoration:underline;
}
#siteHeader .utilityNav #logoutDrop a {
    display: block;
    text-align: left;
}
#siteHeader .utilityNav #logoutDrop #headerProfile {
    margin: 0 0 10px 0;
}
#siteHeader .utilityNav .utilLangDrop {
    display: none;
}
#siteHeader .utilityNav .utilLangDrop a {
    color: #0f0f0f;
    display: block;
    margin: 10px 0 0 0;
    text-align: left;
}
#siteHeader .utilityNav .utilLangDrop a:first-child {
    margin: 0;
}
#siteHeader .utilityNav .utilLangDrop a:hover {
    text-decoration: underline;
}
#siteHeader .utilityNav .utilLang {
    cursor: pointer;
    position: relative;
    z-index: 10;
    font-size: 14px;
    line-height: 100%;
    color: #7d7d7d;
    white-space: nowrap;
    display: inline-block;
    padding: 0 0 1px 0;
}
#siteHeader .utilityNav .utilLang .utilText {
    color: #fff;
}
#siteHeader .utilityNav .utilLang:hover .utilLangDrop {
    display: block;
    background-color: #FFF;
    border: 1px solid #e0e0e0;
    padding: 15px 20px 15px 20px;
    position: absolute;
    top: 18px;
    left: 0px;
}

/* ------------------------------------- GLOBAL HEADER ---------------------------------- */
#siteHeader {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
body#homePage #siteHeader {
    border-bottom: none;
}
#siteHeader #siteLogo {
    width: 220px;
    max-width: 100%;
    display: inline-block;
}
#logoSection {
    position: relative;
    text-align: left;
    padding: 20px 0 20px 0;
}
#siteHeader #siteLogo img {
    max-width: 100%;
    height: auto;
    display: block;
    padding: 10px 0 10px 0;
}
#siteHeader .mainHeader {
    text-align: right;
    position: relative;
    box-sizing: border-box;
    border-bottom: 1px dotted #ccc;
}

/* ============================= MAIN NAV ============================= */
#manNavHold {
    width: 100%;
    margin: 0 auto 0 auto;
    position: relative;
    text-align: center;
}
#siteHeader #mainNav {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}
#siteHeader ul.topNav {
    list-style: none;
    padding: 0;
    margin: 0;
}
#siteHeader .topNav li.level1 {
    position: relative;
    float: left;
    padding: 22px 0 17px 0;
    line-height: 100%;
}
#siteHeader .topNav li.level1 + li.level1 {
    margin-left: 45px;
}
#siteHeader #mainNav .level1 .secondaryNav {
    display: none;
    position: absolute;
    text-align: left;
    min-width: 230px;
    background-color: #FFF;
    padding: 20px 20px 10px 20px;
    z-index: 100;
    left: -1px;
    list-style: none;
    box-shadow: 0px 1px 3px #a5a5a5;
}
#siteHeader .topNav .level1:hover .secondaryNav, 
#siteHeader .topNav .level1 > a:focus ~ .secondaryNav {
    display: block !important;
}
#siteHeader #mainNav li a {
    text-decoration: none;
    color: #0f0f0f;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    padding: 0 0 3px 0;
    border-bottom: 2px solid transparent;
}
#siteHeader #mainNav .level1:first-child a.level1-a {
    margin: 0;
    padding-left: 0;
}
#siteHeader #mainNav .secondaryNav a {
    margin: 0 0 10px 0;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
    display: block;
    border: none;
}
#siteHeader #mainNav .secondaryNav a:hover {
    text-decoration: underline;
}
#siteHeader #mainNav .secondaryNav li {
    margin: 0;
}
#siteHeader #mainNav li.level1 a.level1-a {
    border-bottom: 2px solid transparent;
    line-height: 100%;
}
#siteHeader #mainNav li.level1:hover a.level1-a,
#siteHeader #mainNav li.level1.active a.level1-a {
    border-bottom: 2px solid #00205B;
}
#siteHeader .topNav .level1:hover .secondaryNav a {
    border-bottom:none;
}
#siteHeader .mobileNav,
#siteHeader .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); }
}
#siteHeader .arrowDown {
    -webkit-animation: spinArrow 210ms linear both;
    -moz-animation: spinArrow 210ms linear both;
    animation: spinArrow 210ms linear both;
}
#siteHeader .arrowBack {
    -webkit-animation: spinArrow2 210ms linear both;
    -moz-animation: spinArrow2 210ms linear both;
    animation: spinArrow2 210ms linear both;
}
#siteHeader .utilityNav a.mobilePayHdr {
    text-decoration:underline;
}
#siteHeader .utilityNav a.mobilePayHdr:hover {
    text-decoration:none;
}

/* ------------------------------------- SHOPPING CART ---------------------------------- */
#siteHeader #navGiftCart,
#siteHeader #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;
}
#navCart a:hover .utilText {
    text-decoration: underline;
}
#navCart a:first-child {
    margin: 0 0 8px 0;
}
#navCart a {
    display: block;
    color: #0f0f0f;
    font-size: 14px;
    line-height: 100%;
    text-decoration: none;
}
#shopCartHold .cartText {
    color: #00205B;
}
/* END Double Shopping Cart Gift Cards & E-gifts */

#navCart .iconCart {
    color: #00205B;
    font-size: 20px;
    background-color: #efefef;
    padding: 6px;
    border-radius: 100%;
    display: inline-block;
    margin: 0 8px 0 0;
}
#navCart {
    margin: 0 0 10px 0;
}
#navCart img {
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
}
#shopCartHolder a:hover {
    color: #a5a5a5;
}

/* ------------------------------------- HOMEPAGE BANNER ---------------------------------- */
#homeBanner {
    margin: 0 0 10px 0;
    position: relative;
    height: 525px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#homeBanner.overlayYes:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.15);
}
#customForeground {
    z-index: 100;
    height: 100%;
    display: none;
    max-width: 100%;
    margin: 0 auto;
}
#customForeground img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: scale-down;
}
img#customForeground {
    height: auto;
    max-height: 100%;
}
#overlayHold {
    height: 100%;
    width: 100%;
    display: none;
    margin: 0 auto;
    align-items: center;
}
#homeBanner.right #overlayHold {
    justify-content: flex-end;
    -ms-flex-pack: end;
}
#homeBanner.left #overlayHold {
    justify-content: flex-start;
    -ms-flex-pack: start;
}
#homeBanner.centre #overlayHold {
    justify-content: center;
    -ms-flex-pack: center;
}
#bannerOverlay {
    height: 100%;
    height: 100%;
    max-width: 530px;
    text-align: center;
    z-index: 5;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -ms-flex-pack: center;
}
#homeBanner.buttons #overlayHold {
    display: flex;
    display: -ms-flexbox;
}
#homeBanner.custom #customForeground {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -ms-flex-pack: center;
}
#bannerOverlay.dark {
    background-color: rgba(0,0,0,0.6);
    color: #fff;
}
#bannerOverlay.transparent {
    color: #fff;
}
#bannerOverlay.light {
    background-color: rgba(255,255,255,0.75);
    color: #000;
}
#homeBannerText {
    padding: 40px 4%;
}
#homeBannerText h1 {
    font-size: 32px;
    line-height: 130%;
}
#homeBannerText p,
#homeBannerText div {
    font-size: 22px;
    line-height: 140%;
    margin: 0 0 30px 0;
}
#homeBannerText .btn {
    background-size: 12px;
    background-position: 96% 50%;
    text-align: center;
    color: #FFF;
    font-weight: 600;
    text-decoration: none;
    font-size: 20px;
    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: 12px 20px 17px 20px;
    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%);
    background-color: #00205B;
}
#homeBannerText .btn: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%);
    background-color: #00205B;
}
#homeBannerText a.btn:after {
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(/cws4.0/global-unix/images/homepage/arrowIcon.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 20;
    top: 5px;
    display: inline-block;
}
#homeBannerText .btn .material-icons {
    font-size: 16px;
}
#homeBannerText .btn ~ .btn {
    margin: 0 0 0 25px;
}
html[lang='fr'] #homeBannerText .btn ~ .btn {
    margin: 15px 0 0 0;
}
#homeBannerImage {
    width: 100%;
    display: block;
}

/* ------------------------------------- HOMEPAGE FEATURES ---------------------------------- */
#featureHold {
    background-color: #00205B;
    color: #fff;
    margin: 0 0 1px 0;
}
#featureHoldInner {
    position: relative;
}
#featureHoldInner:before,
#featureHoldInner:after {
    content: "";
    display: block;
    height: 60%;
    border-right: 1px dotted #fff;
    width: 1px;
    position: absolute;
    top: 20%;
}
#featureHoldInner.threeFeatures:before {
    left: 33.33%;
}
#featureHoldInner.threeFeatures:after {
    left: 66.66%;
}
#featureHoldInner.twoFeatures:before {
    left: 50%;
}
#featureHoldInner.twoFeatures:after {
    display: none;
}
#featureHoldInner.twoFeatures #cta3 {
    display: none;
}
.centerText {
    text-align: center;
}
.btnHold {
    position: relative;
    float: right;
    width: 100%;
    text-align: right;
}
.featureCTA {
    float: left;
    box-sizing: border-box;
    min-height: 265px;
    font-size: 16px;
    position: relative;
    font-size: 15px;
    line-height: 150%;
}
.threeFeatures .featureCTA {
    width: 33.33%;
    padding: 50px 2% 20px 2%;
}
.twoFeatures .featureCTA {
    width: 50%;
    padding: 50px 4% 20px 4%;
}
.featureCTA h2 {
    text-align: center;
    font-size: 16px;
}
#cta1 {
    padding: 50px 2% 20px 2%;
}
#cta1 #cws_val_activOrder {
    top: 100%;
    white-space: nowrap;
}
#feature1cta,
#feature1form {
    display: none;
}
#feature1content.formYes #feature1form {
    display: block;
}
#feature1content.formNo #feature1cta {
    display: block;
}
#feature1form .btn,
#featureHold .arrowBtn {
    text-transform: none;
    color: #fff;
    border: 1px solid #fff;
}
#cws_val_activCode,
#cws_val_shippingOrderID {
    white-space: nowrap;
}
#featureHold .arrowBtn,
#feature1form .btn {
    padding: 8px 5% 9px 5%;
}
#feature1form .btn {
    width: 100%;
}
#activateOrderForm {
    max-width: 380px;
}
#feature1form #idField,
#activateOrderForm .question {
    width: 57%;
    margin: 0 6% 20px 0;
    float: left;
    position: relative;
    clear: none;
}
#feature1form #activCodeField,
#activateOrderForm .btnField {
    width: 34%;
    float: right;
    margin: 0 0 20px 0;
    position: relative;
    clear: none;
}
#activateOrderForm .btnField .btn {
    float: right;
}
#activateOrderForm .btnField .val {
    white-space: nowrap;
    clear: right;
    position: absolute;
}
#feature1form .btn:hover,
#featureHold .arrowBtn:hover {
background-color: #fff;
    color: #000;
}
#activateOrderForm label {
    text-transform: none;
}
#activateOrderForm .questionTxt {
    margin: 0;
    font-size: 13px;
    font-style: italic;
    text-align: left;
    display: block;
}
.questionTxt {
    text-decoration: underline;
}
.questionTxt:hover {
    text-decoration: none;
    cursor: pointer;
}
.ctaArrow {
    display: block;
    text-align: center;
}
.ctaContent {
    margin: 0 0 10px 0;
    height: 70px;
}
.ctaContent ul {
    margin: 0;
}
#featureHoldInner .val {
    color: #a5a5a5;
}

/* ------------------------------------- GLOBAL FOOTER ------------------------------------- */
#siteFooter {
    font-size: 14px;
    background-color: #1a1a1a;
    color: #797979;
    line-height: 120%;
    padding: 25px 0 10px 0;
    min-height: 80px;
}
#siteFooter .disclaimLeft { 
    width: 70%;
    float: left;
    position: relative;
    top: 2px;
    z-index: 100;
    font-size: 13px;
}
#siteFooter .disclaimLeft a:hover {
    text-decoration: underline;
}
#siteFooter .disclaimLeft a, #siteFooter .copyright { 
    font-size: 13px;
    white-space: nowrap;
    color: #fff;
}
#siteFooter .disclaimRight {
    width: 20%;
    float: right;
    text-align: right;
}
#siteFooter ul {
    padding: 0;
    margin: 0;
}
#siteFooter ul li {
    display: inline;
    margin: 0 5px 0 5px;
    padding: 0 0 0 3%;
}
#siteFooter ul li:first-child {
    border: none;
    padding-left: 0;
    margin-left: 0;
}
#siteFooter ul li a {
    text-decoration: none;
}
#siteFooter .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 HEADING ---------------------------------- */
#subpageContent h1 {
    margin: 0 0 40px 0;
    font-weight: bold;
}

/* ------------------------------------- TWO COLUMN TEMPLATE ---------------------------------- */
#twoClmHold {
    position: relative;
}
.halfColumn {
    width: 50%;
    float: left;
}
.halfColumn:first-child {
    padding: 0 5% 0 0;
}
.halfColumn ~ .halfColumn {
    padding: 0 0 0 5%;
}
.halfColumn:first-child:after {
    content: "";
    border-right: 1px solid #ccc;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
}
#contactBox {
    background: #e6e6e6;
    padding: 20px 25px;
    margin: 50px 0 0 0;
}


/*****NOTE: ALL MEDIA QUERIES MUST BE IN ORDER FROM LARGEST TO SMALLEST*****/

/*================================================================ MEDIA QUERIES =================================================================*/
@media (max-width:1280px) {
    /* ------------------------------------- GLOBAL HEADER ---------------------------------- */
    html[lang='fr'] #siteHeader .topNav li.level1 + li.level1 {
        margin-left: 35px;
    }
    html[lang='fr'] #siteHeader #mainNav li a {
        font-size: 14px;
    }
    /* ------------------------------------- HOMEPAGE BANNER ---------------------------------- */

    /* ------------------------------------- HOMEPAGE RTB ---------------------------------- */
    
    /* ------------------------------------- HOMEPAGE IMAGE STRIP ---------------------------------- */

    /* ------------------------------------- HOMEPAGE FEATURES ---------------------------------- */
    .featureCTA {
        padding: 50px 1% 20px 1%;
    }
    #activateOrderForm .arrowBtn {
        padding: 8px 15px 9px 15px;
    }
    #cta1 {
        padding: 50px 3% 20px 3%;
    }
    #cta1 #idField {
        width: 49%;
        margin: 0 2% 20px 0;
    }
    #cta1 #activCodeField {
        width: 49%;
    }
    html[lang='fr'] #cta1 #idField {
        width: 53%;
    }
    html[lang='fr'] #cta1 #activCodeField {
        width: 45%;
    }
    #cta1 label {
        font-size: 12px;
    }

    /* ------------------------------------- HOMEPAGE SECONDARY ---------------------------------- */

    /* ------------------------------------- GLOBAL FOOTER ------------------------------------- */

    /* ------------------------------------- SUBPAGE BANNER ---------------------------------- */
}

@media (min-width: 1025) {
    /*Button hover only on desktop*/
    .btn:not(:disabled):hover {
        background-color:#00205B;
        box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.5) !important;
    }
}

@media (max-width:1130px) {
    html[lang='fr'] #siteHeader .topNav li.level1 + li.level1 {
        margin-left: 15px;
    }
}

@media (max-width:1024px) {
    /* ------------------------------------- GLOBAL HEADER ---------------------------------- */
    #manNavHold {
        margin: 0;
    }
    #siteHeader #mainNav {
        display: none;
    }
    #siteHeader #siteLogo {
        position: static;
        width: 160px;
        margin: 0 auto;
        float: none;
    }
    #siteHeader #siteLogo img {
        padding: 20px 0 20px 0;
    }
    #siteHeader #mobTopNav {
        display: none;
    }
    #siteHeader .mobileNav {
        display: block;
        background-color: #fff;
    }
    #siteHeader .mobileNav .arrowHold {
        position: absolute;
        z-index: 9999;
        right: 0;
        top: 0;
        width: 65px;
        height: 100%;
        background-color: #222222;
    }
    #siteHeader .mobileNav .mobArrow {
        background-image: url(/cws4.0/global-unix/images/structure/arrow-right-white.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 14px;
        width: 100%;
        height: 100%;
        display: block;
    }
    #siteHeader .mobileNav ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        line-height: 167%;
    }
    #siteHeader .mobileNav a {
        color: #4f4f4f;
        text-decoration: none;
    }
    #siteHeader .mobileNav ul .mobSecondaryNav {
        display: none;
        list-style: none;
        padding: 20px 0 20px 0;
        border-bottom: 1px solid #ddd;
        line-height: 240%;
        background-color: #f1f1f1;
    }
    #siteHeader #hamburgerBar {
        padding: 10px 3%;
        background-color: #2f2f2f;
        cursor: pointer;
        border-bottom: 1px solid #555555;
        color: #fff;
        text-align: right;
    }
    #siteHeader #hamburgerBar .material-icons {
        font-size: 30px;
    }
    #siteHeader .mobLevel1-a {
        display: block;
        padding: 15px 30px 14px 30px;
        font-size: 16px;
        border-bottom: 1px solid #ddd;
        position: relative;
        z-index: 90;
    }
    #siteHeader .mobLevel2-a {
        padding: 15px 30px 14px 50px;
        font-size: 14px;
        font-weight: 600;
    }
    #siteHeader .mainHeader {
        text-align: center;
    }
    li#logout:before, li#login a:before,
    li#contactLink a:before {
        display: none !important;
    }
    #siteHeader .utilityNav #logoutDrop {
        display: inline-block;
        border: none;
        background: none;
        position: static;
        padding: 0;
    }
    #siteHeader .utilityNav #logoutDrop a {
        display: inline;
        color: #fff;
    }
    #siteHeader .utilityNav #logoutDrop a:first-child:after {
        color: #00205B;
        content: "|";
        font-size: 14px;
        line-height: 100%;
        padding: 0 10px 0 10px;
    }
    #siteHeader .utilityNav #logout:hover #logoutDrop {
        display: inline-block;
    }
    #siteHeader .utilityNav #logout #langArrow {
        display: none;
    }
    #siteHeader .utilityNav .mobIcon {
        width: 20px;
        height: 20px;
        background-size: 20px;
    }
    #siteHeader .utilityNav li#logout {
        border: none;
    }
    #shopCartHolder {
        position: absolute;
        right: 15px;
        top: -95px;
    }
    #cartIconHolder {
        margin: 0 0 10px 0;
    }
    #cartIcon {
        width: 28px;
        height: 28px;
        line-height: 18px;
    }
    #shopCartHolder .iconCart {
        position: absolute;
        left: -40px;
        top: 5px;
    }
    #utilityNavHold {
        margin: 0 0 10px 0;
    }
    #manNavHold {
        border: none;
    }

    /* ------------------------------------- HOMEPAGE BANNER ---------------------------------- */
    #homeBanner.custom {
        height: 420px;
    }
    #homeBanner.buttons {
        height: 420px;
    }
    #homeBannerText h1 {
        font-size: 28px;
    }
    #homeBannerText p {
        font-size: 20px;
    }
    #homeBannerText .btn {
        font-size: 16px;
        padding: 7px 20px 17px 20px;
    }
    #homeBannerText a.btn:after {
        width: 22px;
        height: 22px;
    }
    /* ------------------------------------- HOMEPAGE RTB ---------------------------------- */
    
    /* ------------------------------------- HOMEPAGE IMAGE STRIP ---------------------------------- */
    
    /* ------------------------------------- HOMEPAGE FEATURES ---------------------------------- */
    .featureCTA, #cta1 {
        font-size: 14px;
        padding: 50px 2% 20px 2%;
    }
    .featureCTA h3 {
        font-size: 14px;
    }
    .ctaContent {
        height: 80px;
    }
    #featureHold .field80,
    #featureHold .field20 {
        margin-bottom: 30px;
    }

    /* ------------------------------------- HOMEPAGE SECONDARY ---------------------------------- */
    #secondary_1-newsletter .secondaryHold h2 {
        font-size:33px;
    }
    /* ------------------------------------- GLOBAL FOOTER ------------------------------------- */ 
    #siteFooter .footerNav {         
        width: 68%;        
    }
    #siteFooter {
        padding: 10px 0 5px 0;
    }
    #siteFooter .disclaimRight {
        margin: 6px 0 0 0;
    }
    #siteFooter ul li {
        padding: 0 0 0 2%;
    }
    /* ------------------------------------- SUBPAGE BANNER ---------------------------------- */
}

/*================================================= MOBILE MEDIA QUERIES =========================================*/

@media (max-width: 925px) {
    /* ------------------------------------- GLOBAL HEADER ---------------------------------- */
    #featureHoldInner:after,
    #featureHoldInner:before {
        display: none;
    }
    .threeFeatures .featureCTA,
    .twoFeatures .featureCTA {
        width: 100%;
        float: none;
        padding: 30px 20% 30px 20%;
        min-height: 0;
    }
    .featureCTA ~ .featureCTA {
        border-top: 1px solid #ccc;
    }
    .ctaContent {
        height: auto;
        margin-bottom: 15px;
    }
    #featureHold .field80,
    #featureHold .field20 {
        margin-bottom: 15px;
    }
    #cta1 {
        padding: 50px 20% 20px 20%;
    }
    #featureHold #activateOrderForm {
        max-width: 100%;
    }
}

@media (max-width:768px) {
    /* ------------------------------------- GLOBAL HEADER ---------------------------------- */
    #siteHeader .wrapper1240 {
        padding: 0;
    }
    #siteHeader #siteLogo {
        text-align: center;
        width: 130px;
    }
    #logoSection {
        margin: 10px auto 10px auto;
    }

    /* ------------------------------------- HOMEPAGE BANNER ---------------------------------- */
    #homeBanner.custom {
        height: 320px;
    }
    /* ------------------------------------- HOMEPAGE RTB ---------------------------------- */
    
    /* ------------------------------------- HOMEPAGE IMAGE STRIP ---------------------------------- */
    
    /* ------------------------------------- HOMEPAGE FEATURES ---------------------------------- */

    /* ------------------------------------- HOMEPAGE SECONDARY ---------------------------------- */

    /* ------------------------------------- GLOBAL FOOTER ------------------------------------- */
    #siteFooter .footerNav {
        text-align: center;    
        width: 100%;
    }    
    #siteFooter .footerNav ul li a {
        margin: 0 5px 0 5px;
        padding: 0 3px 0 3px;
    }
    #siteFooter {
        padding: 20px 0 10px 0;
    }    
    #siteFooter .disclaimLeft {
        width: 100%;
        float: none;
        text-align: center;
        position: static;
    }    
    #siteFooter .disclaimRight {
        float: none;
        text-align: center;
        margin: 20px auto 0 auto;
    }    
    /* ------------------------------------- SUBPAGE BANNER ---------------------------------- */

    /* ------------------------------------- TWO COLUMN TEMPLATE ---------------------------------- */
    #twoClmHold .halfColumn,
    #twoClmHold .halfColumn ~ .halfColumn  {
        width: 100%;
        float: none;
    }
    #twoClmHold .halfColumn ~ .halfColumn {
        padding: 0;
        margin: 0;
        border: none;
    }
    #twoClmHold .halfColumn:first-child:after {
        display: none;
    }
    #twoClmHold .halfColumn:first-child {
        margin: 0 0 30px 0;
        padding: 0 0 30px 0;
        border-bottom: 1px solid #ccc;
    }
}

@media (max-width:600px) {
    /* ------------------------------------- GLOBAL HEADER ---------------------------------- */
    #headerProfile :before,
    li#contactLink a:before {
        display: none;
    }

    /* ------------------------------------- HOMEPAGE BANNER ---------------------------------- */
    #homeBanner.buttons {
        height: 350px;
    }
    #homeBannerText h1 {
        font-size: 24px;
    }
    #homeBannerText p,
    #homeBannerText div {
        font-size: 18px;
    }
    /* ------------------------------------- HOMEPAGE RTB ---------------------------------- */

    /* ------------------------------------- HOMEPAGE IMAGE STRIP ---------------------------------- */
    
    /* ------------------------------------- HOMEPAGE FEATURES ---------------------------------- */
    #cta1 {
        padding: 50px 15% 20px 15%;
    }
    /* ------------------------------------- HOMEPAGE SECONDARY ---------------------------------- */

    /* ------------------------------------- GLOBAL FOOTER ------------------------------------- */
    
    /* ------------------------------------- SUBPAGE BANNER ---------------------------------- */
}

@media (max-width:500px) {
    /* ------------------------------------- GLOBAL HEADER ---------------------------------- */
    #header_1-solid-bg #logoHold {
        text-align: left;
    }
    /* ------------------------------------- HOMEPAGE BANNER ---------------------------------- */
    #homeBannerText .btn {
        display: block;
        width: 250px;
        margin: 0 auto;
    }
    #homeBannerText .btn ~ .btn,
    html[lang='fr'] #homeBannerText .btn ~ .btn {
        margin: 20px auto 0 auto;
    }
    #homeBanner.custom {
        height: 250px;
    }
    #homeBanner.buttons {
        height: 400px;
    }
    #homeBannerText h1 {
        font-size: 20px;
    }
    #homeBannerText p,
    #homeBannerText div {
        font-size: 16px;
    }

    /* ------------------------------------- HOMEPAGE RTB ---------------------------------- */
    
    /* ------------------------------------- HOMEPAGE IMAGE STRIP ---------------------------------- */
    
    /* ------------------------------------- HOMEPAGE FEATURES ---------------------------------- */
    .featureCTA {
        padding: 30px 10% 30px 10%;
    }
    /* ------------------------------------- HOMEPAGE SECONDARY ---------------------------------- */

    /* ------------------------------------- GLOBAL FOOTER ------------------------------------- */
    #siteFooter .footerNav {
        width: 100%;
        float: none;
    }
    #siteFooter .footerNav ul li {
        border: none;
        display: block;
        margin: 0 0 10px 0;
    }    
    #siteFooter .footerNav ul li a {        
        margin: 0;            
        padding: 0;
    }
    #siteFooter .contact {
        display: block;
        margin: 0 0 20px 0;
    }    
    #siteFooter .disclaimLeft .copyright {
        display: block;
        padding: 0 0 15px 0;
    }    
    #siteFooter .div {
        display: none;
    }    
    #siteFooter .disclaimRight {
        width: 100%;
    }
    /* ------------------------------------- SUBPAGE BANNER ---------------------------------- */
    #subpage-banner_1-img-overlay h1 {
        font-size: 24px;
    }
}

@media (max-width:400px) {
    /* ------------------------------------- GLOBAL HEADER ---------------------------------- */
    #siteHeader .utilityNav li:first-child {
        padding-right: 10px;
    }
    #siteHeader .utilityNav li+li {
        padding: 0 10px 0 10px;
    }
    /* ------------------------------------- HOMEPAGE BANNER ---------------------------------- */

    /* ------------------------------------- HOMEPAGE RTB ---------------------------------- */
    
    /* ------------------------------------- HOMEPAGE IMAGE STRIP ---------------------------------- */
    
    /* ------------------------------------- HOMEPAGE FEATURES ---------------------------------- */
    #cta1 {
        padding: 50px 5% 20px 5%;
    }
    /* ------------------------------------- HOMEPAGE SECONDARY ---------------------------------- */

    /* ------------------------------------- GLOBAL FOOTER ------------------------------------- */
    
    /* ------------------------------------- SUBPAGE BANNER ---------------------------------- */
}

@media (max-width:339px) {
    #shopCartHolder {
        top: -90px;
    }
}

/* ------------------------------------- CUSTOM CSS ---------------------------------- */
/*JJ#520165*/

.btn.second {
    color: #fff !important
}
#button--show-cookie-details{
   color: #000 !important;
}


