﻿
/* ************************
// BJ Ball Base stylesheet
// Author: NV Interactive
// Author Website: http://www.nvinteractive.co.nz
************************ */


/* *******************************
// COLORS
// BJ Dark Blue #00467d;
// BJ Dark Grey #4b4b50; rgba(8,8,13,.73);
// BJ Light Grey #9D9FA2; rgba(75,75,80,.54);
// BJ Orange #f7911d;
****************************** */

@import url(fonts/stylesheet.css);

/* *******************************
// FONTS
// font-family: 'ZurichRoman', Verdana, Arial, Helvetica, Sans-Serif; font-style: normal; font-weight: normal;
// font-family: 'ZurichRegular', Verdana, Arial, Helvetica, Sans-Serif; font-style: normal; font-weight: normal;
// font-family: 'ZurichBold', Verdana, Arial, Helvetica, Sans-Serif; font-style: normal; font-weight: normal;
****************************** */

/**********************************
// fonts from fonts.com
// font-family:'Zurich W01 Light';
// font-family:'Zurich W01 Roman';
// font-family:'Zurich W01 Bold';
/**********************************

/* *******************************
// GENRIC DECLARATIONS
****************************** */

.container{
    min-height: 1px;
    /*position: relative;*/
    margin: 0 auto;
} * html .container{ height: 1px; } .container:after { content: "."; height: 0; visibility: hidden; clear: both; display: block; }

#masthead .container{
    position:relative;
}

.clear{
    min-height: 1px;
    position: relative;
} * html .clear{ height: 1px; } .clear:after { content: "."; height: 0; visibility: hidden; clear: both; display: block; }

.cheatclear{
    clear: both;
    float: none;
}

[class*="sprite"]{
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    display: inline-block;
    border: none;
    background-image: url(sprites.png);
    background-repeat: no-repeat;
    background-color: transparent;
} 

.hide, .access{
    display: none;
}

a{
    color: #f7911d;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

ul{
    margin: 0 0 1.5em;
    padding: 0;
    list-style: none;
}

ul li{
    min-height: 1px;
    list-style: none;
    margin: 0;
    padding: 0 0 0 15px;
    background: url(ul.li.gif) no-repeat 0 .5em;
}

h1, h2, h3, h4, h5, h6, h7{
    font-family: 'ZurichBold', Verdana, Arial, Helvetica, Sans-Serif; 
    font-style: normal; 
    font-weight: normal;
    margin: 1.5em 0 .25em;
    line-height: 1.2;
}

h1{
    text-transform: uppercase;
    margin: 0 0 20px;
    font-size: 20px;
    min-height: 1px;
    font-family: 'ZurichRegular', Verdana, Arial, Helvetica, Sans-Serif; font-style: normal; font-weight: normal;
}

#main h1{
    border-bottom: solid 1px #4b4b50;
    line-height: 30px;
    min-height: 1px;
    position: relative;
    -webkit-box-shadow: inset 6px -5px 5px rgba(0,0,0,.30);
    -moz-box-shadow: inset 6px -5px 5px rgba(0,0,0,.30);
    box-shadow: inset 6px -5px 5px rgba(0,0,0,.30);
} * html h1{ height: 1px; } h1:after { content: "."; height: 0; visibility: hidden; clear: both; display: block; }

#main h1 span.block{
    background-color: #4b4b50;
    background-color: rgba(8,8,13,.73);
    display: block;
    float: left;
    padding: 5px 40px 0px 20px;
    color: #fff;
}

h2{
    text-transform: uppercase;
    margin: 1.5em 0 .25em;
    font-size: 20px;
    min-height: 1px;
    font-family: 'ZurichRegular', Verdana, Arial, Helvetica, Sans-Serif; font-style: normal; font-weight: normal;
} * html h2{ height: 1px; } h2:after { content: "."; height: 0; visibility: hidden; clear: both; display: block; }

h2.line-bottom{ margin: 1.5em 0 20px; border-bottom: solid 1px #4b4b50; }
h2.line-top{ margin: 1.5em 0 20px; border-top: solid 1px #4b4b50; }

h2 span.block{
    background-color: #4b4b50;
    background-color: rgba(8,8,13,.73);
    display: block;
    float: left;
    padding: 5px 40px 5px 20px;
    color: #fff;
    font-size: 20px;
}

h3{
    
}

h3 span.block{
    background-color: #4b4b50;
    background-color: rgba(8,8,13,.73);
    display: block;
    float: left;
    padding: 5px 40px 5px 20px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'ZurichRegular', Verdana, Arial, Helvetica, Sans-Serif; font-style: normal; font-weight: normal;
}

h3.line-bottom{ margin: 1.5em 0 1em; border-bottom: solid 1px #4b4b50; }
h3.line-top{ margin: 1.5em 0 1em; border-top: solid 1px #4b4b50; }

h4{
    font-size: 12px;
    text-transform: uppercase;
}

h4.line-bottom{ margin: 1.5em 0 1em; padding: 0 0 5px; border-bottom: solid 1px #4b4b50; }
h4.line-top{ margin: 1.5em 0 1em; border-top: solid 1px #4b4b50; }

.glyph {
    -moz-user-select: none;
    font: 1em/1 WebSymbolsRegular;
    position: relative;
    text-transform: none;
    font-weight: normal;
}

p{
    margin: 0 0 1.25em;
}


.go-bjball{
    position:absolute;
    top:0;
    left:0;
    right:0;
    z-index:500;
    height:31px;
    border-top:5px solid #000000;
    display:none;
}

.go-bjball a{
    position:absolute;
}


/* ************************
// col grid
************************ */

[data-colgroup]{
    margin-right: -20px;
    min-height: 1px;
    position: relative;
} * html [data-colgroup]{ height: 1px; } [data-colgroup]:after { content: "."; height: 0; visibility: hidden; clear: both; display: block; }
[data-colgroup] [data-colspan]{ float: left; }
[data-colspan]{ margin-right: 20px; }
[data-colspan="1"]{ width: 60px; }
[data-colspan="1.5"]{ width: 100px; }
[data-colspan="2"]{ width: 140px; }
[data-colspan="3"]{ width: 220px; }
[data-colspan="4"]{ width: 300px; }
[data-colspan="5"]{ width: 380px; }
[data-colspan="6"]{ width: 460px; }
[data-colspan="7"]{ width: 540px; }
[data-colspan="8"]{ width: 620px; }
[data-colspan="9"]{ width: 700px; }
[data-colspan="10"]{ width: 780px; }
[data-colspan="11"]{ width: 860px; }
[data-colspan="12"]{ width: 940px; }

/* ************************
// body
************************ */

body{
    margin: 0;
    padding: 0;
    font-size: 11px;
    line-height: 1.5;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    color: #4b4b50;
    -webkit-box-shadow: inset 0 0 25px rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 0 25px rgba(0,0,0,.2);
    -o-box-shadow: inset 0 0 25px rgba(0,0,0,.2);
    box-shadow: inset 0 0 25px rgba(0,0,0,.2);
}

@media (min-width: 1000px) {
    body {
        -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.3);
        -moz-box-shadow: inset 0 0 100px rgba(0,0,0,.3);
        -o-box-shadow: inset 0 0 100px rgba(0,0,0,.3);
        box-shadow: inset 0 0 100px rgba(0,0,0,.3);
    }
}

@media (max-width: 600px) {
    body {
        padding-top: 87px;
    }
}

/* ************************
// headercart
************************ */

#headercart{
    background: #0c0e27 url(headercart.jpg) repeat-y center 0; 
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    color: #8593a1;
    box-shadow: 0 1px 0 rgba(255,255,255,.15);
    font-size: 12px;
    text-shadow: 0 1px 0 rgba(0,0,0,.3);
}

#headercart .container{
    max-width: 940px;
    min-height: 5px;
    position:relative;
}

#headercart h3{
    margin: 0 0 .25em;
    font-size: 18px;
    color: #9da8b3;
}

#headercart-words{
    padding: 0 30px 0 0;
}

@media (max-width: 600px) {
    #headercart {
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 9999;
    }

    #headercart-words {
        display: none;
    }
}

#carttray{
    padding: 0;
    height: 0;
    overflow: hidden;
}

@media (max-width: 1000px) {
    #carttray {
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 600px) and (max-width: 1000px) {
    #carttray [data-colspan="4"] {
        box-sizing: border-box;
        margin: 0;
        padding-right: 30px;
        width: 50%;
    }

    #carttray [data-colspan="8"] {
        margin: 0;
        width: 50%;
    }
}

#headersamples{
    color: #fff;
    min-height: 200px;
}

#headersamples ul{
    margin: 0 0 10px;
    padding: 0;
}

#headersamples li{
    margin: 0 0 2px;
    padding: 0;
    background: #0c0e27;
    padding: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#headersamples .btn-lightblue{
    margin-left: 0;
}

#headersamples h3{
    color: #fff;
}

#headercart .summary{
    position: absolute;
    display:block;
    text-decoration:none;
    right: 0;
    bottom: -26px;
    background: #0a2642;
    padding: 3px 20px;
    line-height: 26px;
    font-size: 10px;
    text-transform: uppercase;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    color: #b6bfc7;
    cursor: pointer;
    box-shadow: 0 1px 0 rgba(255,255,255,.15);
}

@media (min-width: 600px) {
    #headercart .summary {
        bottom: -36px;
        padding: 5px 20px;
    }
}


#masthead .gsm-tag{
    position:absolute;
    top:5px;
    right:160px;
    display:block;
}

#gsmHomepageLogo {
    height: 20px;
}

@media (min-width: 600px) {
    #masthead .gsm-tag {
        right: 170px;
    }

    #gsmHomepageLogo {
        height: auto;
    }
}

#headercart .summary .text { font-family:'ZurichBold',Verdana,Arial,Helvetica,Sans-Serif; font-size:12px; color:#fff; }
#headercart .summary .items{ color: #6c7c8e; }
#headercart .summary .items strong{ color: #fff; }
#headercart .summary .glyph{ margin: 0 0 0 1em; }

/* ************************
// masthead
************************ */

#masthead{
    position: relative;
    z-index: 5;
    background: #151a48 url(masthead.jpg) repeat-y center 0;
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.75);
    -moz-box-shadow: 0 0 7px rgba(0,0,0,.75);
    box-shadow: 0 0 7px rgba(0,0,0,.75);
    padding: 0 20px;
}

#masthead .container{
    max-width: 940px;
    height: 130px;
}

#masthead .logo{
    position: absolute;
    top: 60px;
    right: 0;
    margin: 0;
    z-index: 2;
}

.sprite-logo{
    width: 191px;
    height: 57px;
    background-position: -133px -6px;
    display: block;
}

#masthead .sprite-tagline{
    height: 60px;
    background-position: -5px -150px;
    position: absolute;
    top: 60px;
    left: 0;
    right: 214px;
    margin: 0;
}

@media (max-width: 600px) {
    #masthead .sprite-tagline {
        display: none;
    }

    #masthead {
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 999;
    }

    #masthead .container {
        height: 87px;
    }

    #masthead .logo {
        transform: scale(.5);
        transform-origin: 100% 0;
        top: 45px;
    }
}

/* ************************
// mainnav
************************ */

#mainnav{
    z-index: 4;
    position: relative; 
    line-height: 25px;
    overflow: hidden;
    font-size: 11px;
    font-family: 'ZurichBold', Verdana, Arial, Helvetica, Sans-Serif; font-style: normal; font-weight: normal;
    text-transform: uppercase;
}

#mainnav .container{
    max-width: 940px;
}

#mainnav li{
    border-bottom: 1px solid #fff;
    float: left;
    display: block;
    background: none;
    margin: 0;
    padding: 0;
    width: 33.333%;
}

/*#mainnav .nav-0{ width: 60px; }
#mainnav .nav-1{ width: 123px; }
#mainnav .nav-2{ width: 103px; }
#mainnav .nav-3{ width: 151px; }
#mainnav .nav-4{ width: 117px; }
#mainnav .nav-5{ width: 81px; }
#mainnav .nav-6{ width: 95px; }
#mainnav .nav-7{ width: 111px; }*/
    

#mainnav a{
    display: block;
    background-color: #4b4b50; /* url(mainnav.a.gif) no-repeat 13px 10px; */
    /*background-color: rgba(8,8,13,.73); */
    /*background-image: url(arrow.png);*/
    background-repeat: no-repeat;
    background-position: 10px 10px;
    padding: 5px 0;
    color: #fff;
    text-shadow: 0 0 1px rgba(0,0,0,.3);
    white-space: nowrap;
    text-align: center;
    border-right: solid 1px #fff;
}

#mainnav a:hover{
    background-color: #9D9FA2;
    /*background-color: rgba(75,75,80,.54); */
    text-decoration: none;
}

#mainnav .selected a{
    background-color: #9D9FA2;
    /*background-color: rgba(75,75,80,.54); */
    text-decoration: none;
}

#mainnav li.portal { 
    width: 33.333%;
    margin: 0; 
}

@media (min-width: 600px) {
    #mainnav li.portal { 
        width:33.333%;
    }

    #mainnav li.portal:nth-child(9) {
        width: 100%;
    }
}

#mainnav li.portal a{
    background-color: #ff9000;
    border: none;
}

#mainnav li.gsm a{
    background: #000;
}

#mainnav li img{
    max-height: 20px;
}

#mainnav li.portal a:hover{ background-color: #ff9e21; }

@media (min-width: 1000px) {

    #mainnav {
        margin: 0 0 20px 0;
        overflow: visible;
    }

    #mainnav ul{
        display: table;
        margin: 0 -10px 0 0;
        width: 100%;
    }

    #mainnav li{
        border-bottom: 0;
        float: none;
        display: table-cell;
        width: auto;
    }

    #mainnav li.portal {
        width: 100px !important;
    }

    #mainnav a {
        padding: 5px 10px;
    }

}

@media (max-width: 600px) {

    #mainnav {
        background: #0a2642;
        border-radius: 3px;
        box-shadow: 0 1px 0 rgba(255,255,255,.15);
        color: #fff;
        cursor: pointer;
        height: 2em;
        left: 1em;
        overflow: visible;
        padding: .75em 1.25em;
        position: fixed;
        top: 3.5em;
        z-index: 999;
    }

    #mainnav:before {
        content: "\f0c9";
        display: inline-block;
        font-family: 'FontAwesome';
        font-size: 2em;
        line-height: 1;
        position: relative;
        top: -1px;
        vertical-align: middle;
    }

    #mainnav:after {
        content: 'Menu';
        display: inline-block;
        line-height: 1;
        margin-left: .5em;
        position: relative;
        text-transform: uppercase;
        top: -2px;
        vertical-align: middle;
    }

    #mainnav .container {
        background: #0a2642;
        bottom: 0;
        box-shadow: 7px 0 7px -7px rgba(0,0,0,.75);
        left: 0;
        position: fixed;
        top: 87px;
        transform: translateX(-110%);
        transition: .2s;
    }

    #mainnav.open .container {
        transform: translateX(0);
    }

    #mainnav ul {
        padding: 10px 0;
    }

    #mainnav li {
        border: 0;
        float: none;
        width: auto;
    }

    #mainnav li.portal {
        width: auto;
    }

    #mainnav a {
        background: transparent;
        border: 0;
        font-size: 14px;
        padding: 10px 32px 10px 20px;
        text-align: left;
    }

    #mainnav a:focus,
    #mainnav a:hover {
        background: #13487c;
    }

}

/* ************************
// promo
************************ */

#promo{
    
}

#promo .container{
    max-width: 940px;
    min-height: 0;
    background: #9D9FA2;
    margin: 0 auto 20px;
}

@media (min-width: 1000px) {
    #promo .container {
        min-height: 120px;
    }
}

/* ************************
// main
************************ */

#main{
    /*position: relative;
    z-index: 1;*/
}

/* ************************
// submenu
************************ */

#submenu{
    z-index: 4;
    position: relative; 
    line-height: 25px;
    font-size: 12px;
    font-family: 'ZurichBold', Verdana, Arial, Helvetica, Sans-Serif; font-style: normal; font-weight: normal;
    text-transform: uppercase;
    margin: 0;
    z-index: 1;
}

#submenu h2 {
    font-size: 12px;
}

#submenu ul{
    max-width: 940px;
    margin: 0;
    margin: 0 auto;
}

#submenu li{
    float: left;
    display: block;
    background: none;
    margin: 0 1px 0 0;
    padding: 0;
}

#submenu a{
    float: left;
    display: block;
    background-color: #9D9FA2;
    /*background-color: rgba(75,75,80,.54);  */
    background-image: url(arrow.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    padding: 8px 20px 8px 30px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0,0,0,.3);
}

#submenu .selected a{
    background-color: #4b4b50;
    /* background-color: rgba(8,8,13,.73); */
}

#submenu a:hover{
    background-color: #4b4b50;
    /* background-color: rgba(8,8,13,.73); */
    text-decoration: none;
}

#submenu ul ul{ display: none; }

@media (max-width: 1000px) {
    #main > #submenu {
        padding: 0 20px;
    }

    #submenu li {
        margin-bottom: 1px;
    }

    #submenu a {
        line-height: 18px;
    }
}

@media (min-width: 600px) {

    #submenu h2 {
        font-size: 14px;
    }

    #submenu a {
        padding: 7px 20px 7px 30px;
    }
}

@media (min-width: 700px) {
    #submenu h2 {
        font-size: 16px;
    }
    #submenu a {
        padding: 6px 20px 6px 30px;
    }
}

@media (min-width: 800px) {
    #submenu h2 {
        font-size: 18px;
    }
}

@media (min-width: 1000px) {
    #submenu h2 {
        font-size: 20px;
    }

    #submenu a {
        padding: 5px 20px 5px 30px;
    }
}

@media (max-width: 550px) {
    #homepage h2.line-bottom {
        border-bottom: 0;
    }

    #submenu li {
        border-radius: 3px;
        float: none;
        margin-bottom: 2px;
        overflow: hidden;
    }

    #submenu a {
        float: none;
        padding: 8px 8px 8px 30px;
    }
}

/* ************************
// content
************************ */


#content{
    border-top: solid 1px #4b4b50;
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.6);
    -moz-box-shadow: 0 0 7px rgba(0,0,0,.6);
    box-shadow: 0 0 7px rgba(0,0,0,.6);
    /*position: relative;*/
    z-index: 2;
    padding: 0 0 30px;
}

@media (max-width: 1000px) {
    #content {
        border: 0;
        box-shadow: none;
        padding: 0 20px 20px 20px;
    }

    #content [data-colgroup] {
        margin-right: 0;
    }

    #content [data-colspan="6"] {
        margin: 0;
        width: 50%;
    }

    #content [data-colspan="8"] {
        margin: 0;
        width: 66.666%;
    }

    #content [data-colspan="4"] {
        margin: 0;
        width: 33.333%;
    }

    #content [data-colspan="3"] {
        margin: 0;
        width: 33.333%;
    }

    #content [data-colspan] img {
        height: auto;
        max-width: 100%;
        width: auto;
    }
}

@media (max-width: 700px) {
    #content [data-colgroup] {
        margin-bottom: 30px;
    }
    #content [data-colspan] {
        width: 100%;
    }
}

#content .container{
    max-width: 940px;
    padding: 20px 0 40px;
}

/*
// Breadcrumb
*/

#breadcrumb{
    font-size: 9px;
    text-transform: uppercase;
    margin: 0 0 30px;
}

#breadcrumb ul{
    margin: 0;
}

#breadcrumb li{
    float: left;
    background: none;
    padding: 0 5px 0 0;
    margin: 0;
}

#breadcrumb a{
    color: #4b4b50;
    font-weight: bold;
}

/* ************************
// assistance-cta
************************ */

#assistance-cta{
    max-width: 940px;
    margin: 0 auto;
    padding: 15px 0;
    min-height: 1px;
    position: relative;
    font-family: 'ZurichRoman', Verdana, Arial, Helvetica, Sans-Serif; font-style: normal; font-weight: normal;

    font-size: 16px;
    line-height: 20px;
    border-top: solid 1px #4b4b50;
}

* html #assistance-cta{ height: 1px; }

#assistance-cta:after { content: "."; height: 0; visibility: hidden; clear: both; display: block; }

#assistance-cta .cssicon-assistancemark{ 
    background-position: -5px -255px; 
    float: left;
    margin: -5px 5px 0 0;
    height: 25px;
    width: 25px;
    background-color: #13487c;
}

#assistance-cta h3{
    font-family: 'ZurichRoman', Verdana, Arial, Helvetica, Sans-Serif; font-style: normal; font-weight: normal;
    line-height: 20px;
    font-size: 16px;
    float: left;
    margin: 0 5px 0 0;
}

@media (max-width: 1000px) {
    #assistance-cta {
        font-size: 14px;
        padding-bottom: 0;
    }

    #assistance-cta h3 {
        font-size: 14px;
    }
}

#assistance-cta p{    
    margin: 0;
    float: left;
    color: #13487C;
}

#assistance-cta a{
    color: #13487C;
}

#assistance-cta .btn{ color: #fff; position: absolute; top: 10px; right: 0; margin: 0; }

@media (max-width: 800px) {
    .backtotop,
    #assistance-cta .btn {
        display: none !important;
    }
}

/* ************************
// footer
************************ */

#footer{
    background: #4b4b50;
    position: relative;
    /*z-index: 2;*/
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.6);
    -moz-box-shadow: 0 0 7px rgba(0,0,0,.6);
    box-shadow: 0 0 7px rgba(0,0,0,.6);    
}

#footer .container{
    max-width: 940px;
    margin: 0 auto; 
    padding: 30px 20px;
    position:relative;
}

@media (min-width: 1000px) {
    #footer .container {
        height: 290px;
    }
}

#footer h3{
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 1.5em;
    font-size: 14px;
    font-family: 'ZurichBold', Verdana, Arial, Helvetica, Sans-Serif; font-style: normal; font-weight: normal;
}

@media (max-width: 600px) {
    #footer h3 {
        margin: 0 0 10px 0;
    }
}

/*
// footerlinks
*/

#footerlinks{
    max-width: 400px;
    float: left;
}

@media (max-width: 1000px) {
    #footerlinks {
        margin-bottom: 30px;
    }
}

#footerlinks ul{
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 11px;
}

#footerlinks li{
    padding: 0 0 0 20px;
    margin: 0 0 .5em;
    background: url(arrow.white.png) no-repeat 0 3px;
    width: 170px;
    float: left;
}

#footerlinks a{
    color: #fff;
}

/*
// footersearch
*/

#footersearch{
    clear: both;
    margin-bottom: 30px;
}

@media (min-width: 750px) {
    #footersearch{
        clear: none;
        float: right;
        margin-bottom: 0;
    }
}

#footersearch h3{
    margin-bottom: 0;
}

#footersearch .field-group{
    margin-right: 0;
    margin-top: 10px;
}

@media (min-width: 800px) {
    #footersearch .field-group {
        margin-top: 37px;
    }
}

#footersearch label{
    display: none;
}

#footersearch .sprite-searchbtn, #searchpageform .btn{
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    background-position: -5px -280px;
    font-size:0;
    line-height:0;
    overflow:hidden;
    background-color:transparent;
    border:none;
}

#footersearch .sprite-searchbtn:hover, #searchpageform .btn:hover{ background-position: -40px -280px; }

@media (max-width: 600px) {
    #footersearch .field {
        float: left;
        width: 80%;
    }

    #footersearchfield {
        font-size: 16px;
        width: 100%;
    }

    #footersearchgo {
        margin-left: 10px;
    }
}

.site-credit {
    padding-top:30px;
    padding-right: 80px;
    display:block;
    clear:both;
    color:#ccc;
}

.site-credit a {
    color:#fff;
    display: inline-block;
}



.social__icons {
    position: absolute;
    right: 20px;
    bottom: 50px;
}

@media (min-width: 1000px) {
    .social__icons {
        right: 0;
    }
}

.social__icons li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: inline-block;
    float: left;
    list-style: outside none none;
}

/*footer sign up*/

#footersignup{width:260px;float:left; color: #fff; }

@media (max-width: 1000px) {
    #footersignup {
        clear: both;
    }
}

@media (max-width: 600px) {
    #footersignup {
        width: 100%;
    }
}

#footersignup h3{margin-bottom:0;}
#footersignup p.intro{ height: 17px; margin: 0; padding: 10px 0 0; line-height: 17px; color: #ddd; text-transform: uppercase; font-size: 11px; }

@media (min-width: 600px) {
    #footersignup p.intro {
        padding: 20px 0 0;
    }
}

#footersignup label{color:#FFF;}
#footersignup .nolabel label{ display: none; }
#footersignup .field-group{ margin-bottom: 5px; }
#footersignup .field{ margin-right: 5px; }
#footersignup .medium input{ width: 110px; }
    
#footersignup .email input{width:210px;}

@media (max-width: 550px) {
    #footersignup .medium input,
    #footersignup .email input {
        width: 100%;
    }

    #footersignup .field-group .field:nth-last-child(n+2) {
        margin-bottom: 5px;
    }
}

#footersignup input[type="submit"]
{
    margin:5px 0 0 0;
    height:30px;
    padding:5px 10px;
    background-color: #00b3ff;
    border-color: #00b3ff;
    }
    
#footersignup input[type="submit"]:hover
{
    color: #00b3ff;
    background-color: #fff;
    border-color: #fff;
    }
    
#footersignup .field ul{
    margin-top:5px;
    } 
    
#footersignup .field ul li{
    float:left;
    list-style-type:none;
    background:none;
    width:100px;
    padding:0;
}

#footersignup .field ul li label, #footersignup .field ul li input{
    display:inline;
    margin-right:3px;
    }



#footersignup .customertype{
    margin: 10px 0 5px;
    font-weight: bold;
}


/* ************************
// generic declarations
************************ */

.toolstrip{
    min-height: 1px;
    position: relative;
    margin: 0 0 30px;
    padding: 0;
    font-family: 'ZurichBold', Verdana, Arial, Helvetica, Sans-Serif; font-style: normal; font-weight: normal;
    line-height: 25px;
    font-size: 12px;
    overflow: hidden;
    border-bottom: 1px solid #4B4B50;
} 

.toolstrip h2{
    margin: 0 .5em 0 0;
    float: left;
}

.toolstrip h1{
    margin: 0 .5em 0 0;
    float: left;
}

.toolstrip ul{
    text-transform: uppercase;   
    margin: 0 0 0 -20px;
    padding: 0 0 0 20px;
    min-height: 14px;
    position: relative; 
    -webkit-box-shadow: inset 6px -5px 5px rgba(0,0,0,.30);
    -moz-box-shadow: inset 6px -5px 5px rgba(0,0,0,.30);
    box-shadow: inset 6px -5px 5px rgba(0,0,0,.30);
} * html .toolstrip ul{ height: 1px; } .toolstrip ul:after { content: "."; height: 0; visibility: hidden; clear: both; display: block; }

.toolstrip li{
    float: left;
    display: block;
    background: none;
    margin: 0 1px 0 0;
    padding: 0;
}

.toolstrip ul a{
    float: left;
    display: block;
    background-color: #9D9FA2;
    background-color: rgba(75,75,80,.54); /* url(mainnav.a.gif) no-repeat 13px 10px; */
    background-image: url(arrow.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    padding: 5px 20px 5px 30px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0,0,0,.3);
}

.toolstrip .selected a{
    background-color: #4b4b50;
    background-color: rgba(8,8,13,.73);
}

.toolstrip ul a:hover{
    background-color: #4b4b50;
    background-color: rgba(8,8,13,.73);
    text-decoration: none;
}

/*
// pagenav
*/

.pagenav{
    margin: 1.5em 0;
}

.pagenav h2{
    margin: 1.5em 0 10px; 
    border-bottom: solid 1px #4b4b50;
}

.pagenav ul{
    text-transform: uppercase;   
    margin: 0 0 0 -20px;
    padding: 0 0 0 20px;
    min-height: 14px;
    position: relative;
    line-height: 25px; 
} * html .pagenav ul{ height: 1px; } .pagenav ul:after { content: "."; height: 0; visibility: hidden; clear: both; display: block; }

.pagenav li{
    float: left;
    display: block;
    background: none;
    margin: 0 1px 0 0;
    padding: 0;
}

.pagenav ul a{
    float: left;
    display: block;
    background-color: transparent;
    background-image: url(arrow.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    padding: 5px 20px 5px 30px;
    color: #4b4b50;
    line-height: 25px; 
    text-shadow: 0 0 1px rgba(255,255,255,.3);
}

.pagenav ul a:hover{
    background-color: #e9e9e9;
    text-decoration: none;
}

/* ************************
// icons
************************ */

ul.icons{ margin: 0; padding: 0; position: relative; }
* html ul.icons{ height: 1px; }
ul.icons:after { content: "."; height: 0; visibility: hidden; clear: both; display: block; }

ul.icons li{ margin: 0; padding: 0; background: none; float: left; }

[class*="cssicon"]{
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    display: inline-block;
    border: none;
    background-image: url(icons-4.png);
    background-repeat: no-repeat;
    background-color: transparent;
    height: 20px;
    width: 20px;
    background-position: -475px -5px;
} 

ul.icons li [class*="cssicon"]{ display: block; float: left; }

.cssicon-dollar{ background-position: -5px -5px; }
.cssicon-leaf{ background-position: -30px -5px; }
.cssicon-portrait{ height: 25px; width: 25px; background-position: -50px -255px; }
.cssicon-landscape{ height: 25px; width: 25px; background-position: -80px -255px; }
.cssicon-img{ background-position: -110px -255px; }

.cssicon-arrow-right{ width: 10px; height: 10px; background-position: -190px -260px; }
.cssicon-arrow-down{ width: 10px; height: 10px; background-position: -210px -260px; }
.cssicon-arrow-left{ width: 10px; height: 10px; background-position: -230px -260px; }
.cssicon-arrow-up{ width: 10px; height: 10px; background-position: -250px -260px; }

.cssicon-ISO{ background-position: -335px -300px; width: 25px; height: 25px; }
.cssicon-EMAs{ background-position: -125px -300px; width: 25px; height: 25px; }
.cssicon-WMF{ background-position: -95px -330px; width: 25px; height: 25px; }
.cssicon-Nordic{ background-position: -395px -300px; width: 25px; height: 25px; }
.cssicon-BlueAngel{ background-position: -5px -300px; width: 25px; height: 25px; }
.cssicon-GreenSeal{ background-position: -305px -300px; width: 25px; height: 25px; }
.cssicon-PEFC{ background-position: -455px -300px; width: 25px; height: 25px; }
.cssicon-FSCLongMixed{ background-position: -215px -300px; width: 25px; height: 25px; }
.cssicon-FSCLongMixedBoard{ background-position: -245px -300px; width: 25px; height: 25px; }
.cssicon-FSCLongRecycled{ background-position: -275px -300px; width: 25px; height: 25px; }
.cssicon-TCF{ background-position: -35px -330px; width: 25px; height: 25px; }
.cssicon-EFC{ background-position: -95px -300px; width: 25px; height: 25px; }
.cssicon-PCF{ background-position: -425px -300px; width: 25px; height: 25px; }
.cssicon-FarmedTrees{ background-position: -185px -300px; width: 25px; height: 25px; }
.cssicon-CarbonNeutral{ background-position: -65px -300px; width: 25px; height: 25px; }
.cssicon-Wind{ background-position: -65px -330px; width: 25px; height: 25px; }
.cssicon-Recycled{ background-position: -5px -330px; width: 25px; height: 25px; }
.cssicon-EUEcoLabel{ background-position: -155px -300px; width: 25px; height: 25px; }
.cssicon-PhNeutral{ background-position: -125px -330px; width: 25px; height: 25px; }
.cssicon-AcidFree{ background-position: -155px -330px; width: 25px; height: 25px; }
.cssicon-Envelopes{ background-position: -5px -360px; width: 25px; height: 25px; }
.cssicon-FDAApproved{ background-position: -35px -360px; width: 25px; height: 25px; }
.cssicon-Flagged{ background-position: -65px -360px; width: 25px; height: 25px; }
.cssicon-HPIndigo{ background-position: -95px -360px; width: 25px; height: 25px; }
.cssicon-ColorLok{ background-position: -125px -360px; width: 25px; height: 25px; }
.cssicon-Laser{ background-position: -155px -360px; width: 25px; height: 25px; }
.cssicon-MadeNZ{ background-position: -185px -360px; width: 25px; height: 25px; }
.cssicon-Reel{ background-position: -245px -360px; width: 25px; height: 25px; }
.cssicon-MillSpecific{ background-position: -365px -300px; width: 25px; height: 25px; }
.cssicon-BusinessSpecific{background-position: -185px -330px; width: 25px; height: 25px;}
.cssicon-Archival{background-position: -215px -330px; width: 25px; height: 25px;}
.cssicon-GreenE{background-position: -245px -330px; width: 25px; height: 25px;}

.cssicon-AntiBleed{background-position:-5px -385px;width:25px;height:25px;}
.cssicon-LowTemp{background-position:-35px -385px;width:25px;height:25px;}
.cssicon-ChemicalResistant{background-position:-65px -385px;width:25px;height:25px;}
.cssicon-FoodSafe{background-position:-95px -385px;width:25px;height:25px;}
.cssicon-Offset{background-position:-125px -385px;width:25px;height:25px;}
.cssicon-TearResistant{background-position:-155px -385px;width:25px;height:25px;}

.cssicon-NoBleed{background-position:-5px -410px;width:25px;height:25px;}
.cssicon-EasyCut{background-position:-185px -385px;width:25px;height:25px;}
.cssicon-FrozenSubstrate{background-position:-215px -385px;width:25px;height:25px;}
.cssicon-PlasticSubstrate{background-position:-65px -410px;width:25px;height:25px;}
.cssicon-WaterResistance{background-position:-95px -410px;width:25px;height:25px;}
.cssicon-Outdoor{background-position:-35px -410px;width:25px;height:25px;}
.cssicon-HeatResistance{background-position:-245px -385px;width:25px;height:25px;}

/*
// range icons
*/

[class*="cssicon-pricerating"]{ width: 100px; height: 20px; }
.cssicon-pricerating-0{ background-position: -5px -30px; }
.cssicon-pricerating-1{ background-position: -5px -50px; }
.cssicon-pricerating-2{ background-position: -5px -70px; }
.cssicon-pricerating-3{ background-position: -5px -90px; }
.cssicon-pricerating-4{ background-position: -5px -110px; }
.cssicon-pricerating-5{ background-position: -5px -130px; }
.cssicon-pricerating-6{ background-position: -5px -150px; }
.cssicon-pricerating-7{ background-position: -5px -170px; }
.cssicon-pricerating-8{ background-position: -5px -190px; }
.cssicon-pricerating-9{ background-position: -5px -210px; }
.cssicon-pricerating-10{ background-position: -5px -230px; }

[class*="cssicon-ecorating"]{ width: 100px; height: 20px; }
.cssicon-ecorating-0{ background-position: -110px -30px; }
.cssicon-ecorating-1{ background-position: -110px -50px; }
.cssicon-ecorating-2{ background-position: -110px -70px; }
.cssicon-ecorating-3{ background-position: -110px -90px; }
.cssicon-ecorating-4{ background-position: -110px -110px; }
.cssicon-ecorating-5{ background-position: -110px -130px; }
.cssicon-ecorating-6{ background-position: -110px -150px; }
.cssicon-ecorating-7{ background-position: -110px -170px; }
.cssicon-ecorating-8{ background-position: -110px -190px; }
.cssicon-ecorating-9{ background-position: -110px -210px; }
.cssicon-ecorating-10{ background-position: -110px -230px; }

[class*="cssicon-starrating"]{ width: 100px; height: 20px; }
.cssicon-starrating-0{ background-position: -215px -30px; }
.cssicon-starrating-1{ background-position: -215px -50px; }
.cssicon-starrating-2{ background-position: -215px -70px; }
.cssicon-starrating-3{ background-position: -215px -90px; }
.cssicon-starrating-4{ background-position: -215px -110px; }
.cssicon-starrating-5{ background-position: -215px -130px; }
.cssicon-starrating-6{ background-position: -215px -150px; }
.cssicon-starrating-7{ background-position: -215px -170px; }
.cssicon-starrating-8{ background-position: -215px -190px; }
.cssicon-starrating-9{ background-position: -215px -210px; }
.cssicon-starrating-10{ background-position: -215px -230px; }

.cssicon-yep{ background-position: -135px -255px; }
.cssicon-nope{ background-position: -160px -255px; }


/* ************************
// buttons
************************ */

.btngroup{
    min-height: 1px;
    position:relative;
    margin: 1em -0.5em 1em;
} * html .btngroup{ height: 1px; } .btngroup:after { content: "."; height: 0; visibility: hidden; clear: both; display: block; }

.btngroup .btn{
    float: right;
}

.btn{
    padding: 10px 20px;
    background-color: #13487c;
    border: solid 1px #13487c;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    text-shadow: 0 1px 0 rgba(0,0,0,.3);
    margin: 0 .5em;
    font-size: 14px;
    font-weight: bold;
    font-family: Verdana, Arial, Sans-Serif;
}

.btn .glyph{ margin: 0 3px; }

.btn:hover{
    text-decoration: none;
    background-color: #00AFFF;
}

.btn-lightblue{ background-color: #009de5; border-color: #009de5; } 
.btn-lightblue:hover{ background-color: #00AFFF; border-color: #13487c; }

.btn-pink{ background-color: #ed008e; border-color: #ed008e; } 
.btn-pink:hover{ background-color: #ff0099; }

.btn-grey{ background-color: #bbb; border-color: #bbb; } 
.btn-grey:hover{ background-color: #00AFFF; border-color: #13487c; }

.btn-white{ background-color: #fff; color: #00AFFF; text-shadow: none; border-color: #ccebfa; } 
.btn-white:hover{ background-color: #00AFFF; color: #fff; border-color: #00AFFF;  }

.btn-sml{ padding: 5px 10px; font-size: 13px; font-weight: normal; }
.btn-tiny{ padding: 3px 5px; font-size: 11px; font-weight: normal; }


/* ************************
// slideshow
************************ */

ul.slideshow{
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}

#promo ul.slideshow {
    height: auto !important;
    width: auto !important;
}

#promo ul.slideshow:before {
    content: '';
    display: block;
    padding-top: 31.914%;
}

#promo ul.slideshow[data-height="188"]:before {
    padding-top: 20%;
}

#promo ul.slideshow[data-height="190"]:before {
    padding-top: 20.21%;
}

ul.slideshow li{
    height: 100% !important;
    width: 100% !important;
    margin: 0;
    padding: 0;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
}

#promo ul.slideshow li img {
    display: block;
    height: 100%;
    width: 100%;
}

/* ************************
// intro
************************ */

.intro{
    padding: 0 0 1.5em 0;
    border-bottom: solid 1px #4b4b50;
    margin: 1em 0 30px;
    font-size: 12px;
}

.intro p{
    margin: 0 0 10px;
}

@media (min-width: 600px) {
    .intro {
        padding: 0 130px 1.5em 0;
    }
}

/* ************************
// icon popup
************************ */

[data-iconpopup-name]{
    cursor: pointer;
}

.iconpopup{
    position: absolute;
    top: 50px;
    right: 50px;
    padding:20px;
    width :250px;
    background: #fff;
    z-index: 999;
    border: solid 2px #4B4B50;
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.3);
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0,.3);
    box-shadow: 5px 5px 5px rgba(0,0,0,.3);
    font-size: 11px;
    display: none;
}

.iconpopup .tail{ 
    width: 15px; 
    height: 25px; 
    background: url(iconpopup.tail.png) no-repeat 0 0; 
    position: absolute;
    right: -15px;
    top: 5px;
}

.iconpopup h4{
    margin: 0 0 10px;
    padding: 0 0 5px;
    border-bottom: solid 2px #4B4B50;
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    text-transform: uppercase;
}

.iconpopup .img{
    display: block;
    margin: 0 0 5px;
    padding: 0 0 15px;
    border-bottom: solid 2px #4B4B50;
    position: relative;
    text-align:center;
}

.iconpopup .img img{
    width: auto;
}

@media (max-width: 600px) {
    .iconpopup {
        display: block !important;
        left: 30px !important;
        opacity: 1 !important;
        position: fixed;
        right: 30px;
        top: 50% !important;
        transform: translateY(-50%) translateX(-200%);
        width: auto;
    }

    .iconpopup:before {
        background: #4B4B50;
        border-radius: 100%;
        color: #fff;
        content: "\f00d";
        display: block;
        font-family: 'FontAwesome';
        font-size: 1.5em;
        line-height: 2;
        position: absolute;
        right: 10px;
        text-align: center;
        top: 10px;
        width: 2em;
        z-index: 998;
    }

    .iconpopup.open--mobile {
        transform: translateY(-50%) translateX(0);
    }

    .iconpopup .tail {
        display: none;
    }

    .iconpopup .img img {
        max-width: 100%;
    }
}

/* ************************
// paging
************************ */

.paging{
    z-index: 4;
    position: relative; 
    line-height: 25px;
    font-size: 12px;
    font-family: 'ZurichBold', Verdana, Arial, Helvetica, Sans-Serif; font-style: normal; font-weight: normal;
    text-transform: uppercase;
    margin: 0;
    z-index: 1;
    border-top: solid 1px #4B4B50; 
}

.paging ul{
    width: 940px;
    margin: 0;
    margin: 0 auto;
} * html .paging ul{ height: 1px; } .paging ul:after { content: "."; height: 0; visibility: hidden; clear: both; display: block; }

.paging li{
    float: left;
    display: block;
    background: none;
    margin: 0 1px 0 0;
    padding: 0;
}

.paging ul a{
    float: left;
    display: block;
    background-color: #9D9FA2;
    /*background-color: rgba(75,75,80,.54);  */
    background-repeat: no-repeat;
    padding: 5px 15px 5px 15px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0,0,0,.3);
}

.paging .prev a{
    padding-left: 30px;
    background-position: 10px 11px;
    background-image: url(arrow.left.png);
}

.paging .next a{
    padding-right: 30px;
    background-position: right 11px;
    background-image: url(arrow.paging.png);
}

.paging .selected a{
    background-color: #4b4b50;
    /* background-color: rgba(8,8,13,.73); */
}

.paging ul a:hover{
    background-color: #4b4b50;
    /* background-color: rgba(8,8,13,.73); */
    text-decoration: none;
}

.paging ul ul{ display: none; }

.contact-cta{
    display: block;
    background: url(arrow.png) no-repeat 0 4px;
    padding: 0 0 0 17px;
    color: #00adef;
}

/* ************************
// tabs
************************ */

.tabs{
    z-index: 4;
    position: relative; 
    line-height: 25px;
    font-size: 12px;
    font-family: 'ZurichBold', Verdana, Arial, Helvetica, Sans-Serif; font-style: normal; font-weight: normal;
    text-transform: uppercase;
    margin: 0;
    z-index: 1;
    border-bottom: solid 1px #4B4B50; 
}

.tabs ul{
    max-width: 940px;
    margin: 0;
    margin: 0 auto;
} * html .tabs ul{ height: 1px; } .tabs ul:after { content: "."; height: 0; visibility: hidden; clear: both; display: block; }

.tabs li{
    float: left;
    display: block;
    background: none;
    margin: 0 1px 0 0;
    padding: 0;
}

.tabs a{
    float: left;
    display: block;
    background-color: #9D9FA2;
    background-repeat: no-repeat;
    padding: 5px 15px 5px 15px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0,0,0,.3);
}

.tabs .selected a,
.tabs a.current_tab{
    background-color: #4b4b50;
}

.tabs a:hover{
    background-color: #4b4b50;
    text-decoration: none;
}

.tabs ul ul{ display: none; }


.patent-table {
    border:none;
    width:100%;
    border-top:1px solid #4B4B50;
}

.patent-table th{
    text-align:left;
    height:30px;
    padding:0px 0 0 10px;
    color:#4B4B50;
}




.patent-table td {
    height:30px;
    padding:10px 0 0 10px;
}

.patent-table tr {
    border-bottom:1px solid #DDDDDD;
}


.patent-table tr td:first-child{
    font-weight:bold;
    color:#00AFFF;
}

.patent-table tr:nth-of-type(odd){
    background:#F0F0F0;
}

.patent-table tr:nth-of-type(even){
    background:#F6F6F6;
}


/*toolbox news styles */

.tollbox__news{
    width:100%;
    border-top:solid 1px #4b4b50;
}

.tollbox__news tr{
    border-bottom:solid 1px #ddd;
}

.tollbox__news tr:nth-child(odd){
    background:#f0f0f0;
}

.tollbox__news tr:nth-child(even) {
    background: #f6f6f6;
}

.tollbox__news td{
  padding: 7px 0;
  vertical-align: middle;
  padding-left: 10px;
}

.tollbox__news td .name {
  color: #00AFFF;
  font-weight: bold;
}

.tollbox__news td:last-child{
    text-align:right;
    padding-right:10px;
}


.c-toolbar {
    display: flex;
    justify-content: flex-end;
    margin-bottom: .5em;
}

.c-toolbar__button {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #13487c;
    border: 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font: inherit;
    font-family: 'ZurichBold', Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    line-height: 1.25;
    outline: 0;
    padding: .8125em 1.25em .625em 1.25em;
    text-align: center;
    text-transform: uppercase;
}

.c-toolbar__button:focus {
    box-shadow: inset 0 0 0 2px rgba(0,0,0,.25);
}

.c-toolbar__button:hover {
    box-shadow: inset 0 0 0 10em rgba(0,0,0,.2);
    text-decoration: none;
}


@keyframes bubbleIn {
    0% {
        opacity: 0;
        transform: translateX(-50%) translateY(-50%) scale(.5) ;
    }
    100% {
        opacity: 1;
        transform: translateX(-50%) translateY(-50%) scale(1);
    }
}

@keyframes fadeOut {
    0% {
        left: 50%;
        opacity: 1;
    }
    99.9% {
        left: 50%;
    }
    100% {
        left: -200%;
        opacity: 0;
    }
}

.c-notification {
    animation: bubbleIn .5s .25s forwards;
    background: #fff;
    border-radius: 100em;
    box-shadow: .5em .5em 3em .5em rgba(0,0,0,.3);
    box-sizing: border-box;
    color: #000;
    line-height: 1.4;
    left: 50%;
    max-width: 50em;
    opacity: 0;
    padding: 3em 5em;
    position: fixed;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center;
    top: 50%;
    width: 90vw;
    z-index: 999;
}

.c-notification[hidden] {
    animation: fadeOut .25s forwards;
    display: block !important;
}

.c-notification p {
    font-size: 16px;
    margin: 0;
}

.c-notification a {
    color: #0badeb;
    text-decoration: none;
    white-space: nowrap;
}

#ranges .c-notification a {
    color: #0badeb;
    background: transparent;
    display: inline;
    padding: 0;
}

.c-notification a:hover {
    text-decoration: underline !important;
}


.c-popup {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 1;
    pointer-events: none;
    position: fixed;
    top: 0;
    transform: scale(1);
    transition: left 0s, opacity .2s, transform .2s;
    width: 100%;
    z-index: 999;
}

.c-popup[hidden] {
    display: flex !important;
    left: -200%;
    opacity: 0;
    transform: scale(.95);
    transition: left 0s .2s, opacity .2s, transform .2s;
}

.c-popup__content {
    background: #fff;
    box-shadow: .5em .5em 3em .5em rgba(0,0,0,.2);
    display: flex;
    flex-direction: row;
    overflow: hidden;
    padding: 2em;
    pointer-events: all;
    position: relative;
}

.c-popup__image-wrap {
    background: #eee;
    box-shadow: .125em .125em .375em .125em rgba(0,0,0,.1);
    max-width: 40em;
    position: relative;
    width: 50vw;
    z-index: 2;
}

.c-popup__image-wrap::before {
    content: '';
    display: block;
    pointer-events: none;
    padding-top: 141%;
    position: relative;
    z-index: 2;
}

.c-popup__image-wrap img {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    transition: opacity .4s;
    width: 100%;
}

.c-popup__image-wrap img[data-loaded] {
    opacity: 1;
}

.c-popup__details {
    align-items: flex-start;
    background: #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    max-width: 30em;
    padding: 3em 2em;
    position: relative;
    width: 44vw;
}

@media (min-width: 600px) {
    .c-popup__image-wrap {
        width: 35vw;
    }

    .c-popup__details {
        padding: 4em 3em;
        width: 30vw;
    }
}

@media (min-width: 1000px) {
    .c-popup__image-wrap {
        width: 30vw;
    }

    .c-popup__details {
        padding: 5em 4em;
        width: 28vw;
    }
}

@media (min-width: 1300px) {
    .c-popup__image-wrap {
        width: 26vw;
    }

    .c-popup__details {
        padding: 5em 4em;
        width: 24vw;
    }
}

.c-popup__subheading {
    font-family: 'ZurichBold', Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 .5em 0;
    text-transform: uppercase;
}

.c-popup__subheading[data-colour="kraft"] {
    color: #ab33a6;
}
.c-popup__subheading[data-colour="coated"] {
    color: #0078BE;
}
.c-popup__subheading[data-colour="uncoated"] {
    color: #640064;
}
.c-popup__subheading[data-colour="corporate"] {
    color: #FF0000;
}
.c-popup__subheading[data-colour="digital"] {
    color: #143C8C;
}
.c-popup__subheading[data-colour="range-boards"] {
    color: #000;
}
.c-popup__subheading[data-colour="range-adhesive"] {
    color: #FF9100;
}
.c-popup__subheading[data-colour="range-specialties"] {
    color: #008741;
}
.c-popup__subheading[data-colour="range-carbonless"] {
    color: #8cc800;
}
.c-popup__subheading[data-colour="api-metallics"] {
    color: #8cc800;
}
.c-popup__subheading[data-colour="metallics"] {
    color: #008741;
}
.c-popup__subheading[data-colour="pigments"] {
    color: #FF9100;
}
.c-popup__subheading[data-colour="specialties"] {
    color: #008741;
}
.c-popup__subheading[data-colour="holographic-spec"] {
    color: #143C8C;
}
.c-popup__subheading[data-colour="dry-toner-process"] {
    color: #df34b1;
}
.c-popup__subheading[data-colour="hp-indigo"] {
    color: #2d47aa;
}

.c-popup__heading {
    font-size: 1.5em;
    margin: 0 0 1em 0;
}

@media (min-width: 600px) {
    .c-popup__heading {
        font-size: 2.5em;
    }
}

.c-popup__button {
    background: #13487c;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font: inherit;
    font-family: 'ZurichBold', Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    line-height: 1.25;
    padding: .8125em 1.25em .625em 1.25em;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 600px) {
    .c-popup__button {
        font-size: 14px;
    }
}

.c-popup__button:focus {
    box-shadow: inset 0 0 0 2px rgba(0,0,0,.25);
}

.c-popup__button .fa {
    margin-right: .25em;
}

.c-popup__button:hover {
    box-shadow: inset 0 0 0 10em rgba(0,0,0,.2);
    text-decoration: none;
}

.c-popup__close {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #eee;
    border: 0;
    color: #4b4b50;
    border-radius: 2em;
    font: inherit;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.5;
    outline: 0;
    padding: 0;
    position: absolute;
    right: -1.5em;
    text-align: center;
    top: -1.5em;
    transition: .2s;
    width: 1.5em;
}

@media (min-width: 600px) {
    .c-popup__close {
        right: -.25em;
        top: -.25em;
    }
}

.c-popup__close:hover {
    background: #ddd;
}

.c-popup__close:focus {
    box-shadow: inset 0 0 0 2px rgba(0,0,0,.15);
}

.c-popup__close::before {
    content: '\00D7';
}
