body {
    margin: 0;
    min-width: 230px;
    background-color: #f4f3f3; 
    color: #434343;
    font-size: 16px;
    font-family: 'PT Sans Narrow', sans-serif;
    line-height: 20px;
} 
::selection {
    background: #0d4379;
    color: #fff;
    -webkit-text-shadow: none;
    text-shadow: none;
}
img { 
    height: auto;
}
a {  
     -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; 
    outline: none !important;
    color: #006f4c;
    text-decoration: underline;
}
a:hover {
    color: #0d4379;
    text-decoration: underline;
} 
button:focus{ outline:none;}
ul, li{
   padding: 0px;
   margin: 0px;
   list-style: inside;
} 
h1 {
    margin: 0;
    padding: 0;
    font-size: 170%;
}
h3 {
    margin: 0;
    padding: 0;
    font-size: 130%;
    line-height: 130%;
}
h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
}
h1, h2, h3 {
    line-height: 40px;
}
h3 {
    margin: 0;
    padding: 0;
    font-size: 130%;
    line-height: 130%;
}
p {
    color: #787878;
    font-size: 100%;
    line-height: 140%;
}
img {
    max-width: 100%;
    border: none;
}
textarea, input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
} 
select, textarea, input[type="text"], input[type="password"], input[type="datetime"],
input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"],
input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"],
input[type="tel"], input[type="color"], .uneditable-input {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle; 
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    outline: 0;
    outline: thin dotted \9;
    border-color: rgba(0,143,97, 0.8);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,143,97,.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,143,97,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,143,97,.6);
}
.container {
    padding-right: 0;
    padding-left: 0; 
}
header {
    padding-top: 10px;
    background-color: #ffffff; 
}
.navbar-static-top { 
    border-width: 0px;
    margin-bottom: 0;
    background: transparent;
}
.navbar-brand { 
    height: auto; 
    padding: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #565656;
    font-size: 16px;
    line-height: 23px; 
        padding-top: 13px;
    padding-bottom: 13px;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #4389ff;
    background-color: transparent;
}
.navbar .navbar-collapse.collapse {
    text-align: right;
}
.navbar .navbar-nav {
    float: none;
    display: inline-block;
    vertical-align: top;
}
.navbar-header {
    float: none;
}
#header .navbar .nav > li {
    border-right: 1px solid #CCCCCC;
}
#header .navbar .nav > li:first-child {
    border-left: 1px solid #CCCCCC;
}
#header .navbar .nav > li a {
    margin-bottom: 5px;
    border-bottom: 2px #fff solid;
    color: #434343;
    font-size: 108%;
    text-decoration: none;
}
#header .navbar .nav li.active > a, #header .navbar .nav li a:hover, #header .navbar .nav > li a:focus {
    border-bottom: 2px #0d4379 solid;
    background: transparent;
}
#header #navbar {
    margin: 20px auto 0 auto;
    width: 100%;
    position: relative;
}
.navbar-brand img {
    max-width: 380px;
}
#header .container {
    padding-right: 0;
    padding-left: 0;
}
.navbar-default .navbar-brand {
    color: #777;
    margin-bottom: 20px;
}
.navbar-nav > li > .sub-menu { 
    border: 1px solid #c6c6c6;
    border-radius: 0;
    box-shadow: none; 
    padding: 20%;
}
.navbar-nav > li > .sub-menu > li {
    float: left;
    margin: 0 0 20px 0;
    width: 50%;
    list-style: none;
}
#header .navbar-nav > li > .sub-menu > li a {
    padding: 0;
    display: initial;
    font-size: 16px;
}
.search-area {
    width: 40.17094017094017%;
    float: right;
    position: relative;
    margin-top: 22px;
    border: 1px solid #CCCCCC;
}
.search-area .search-input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 4px 95px 4px 6px;
    width: 100%;
    height: 30px;
    border: none;
    background: none;
}
.search-area .search-btn {
    position: absolute;
    top: 6px;
    right: 1px;
    display: block;
    padding: 0;
    width: 86px;
    border: 0;
    background: url(../images/search-btn.png) no-repeat right;
    text-indent: -2000em;
}
.whoAreYou {
    padding: 0px 20px 10px 20px;
    border: 1px solid #d8d8d8;
    background-color: #fff; 
}
.whoAreYou ul li {
    float: left;
    margin: 10px 12px 0 0;
    list-style: none;
}
.whoAreYou h3 {
    margin-top: 0px;
}
.whoAreYou ul li a {
    display: block;
    padding: 5px 0 0 40px;
    min-height: 30px;
    color: #434343;
    text-decoration: none;
}
.whoAreYou .stationers, .stationers .sector-icon {
    background: url(../images/stationers.png) no-repeat left top;
}
.whoAreYou .education, .education .sector-icon {
    background: url(../images/education.png) no-repeat left top;
}
.whoAreYou .government, .government .sector-icon {
    background: url(../images/government.png) no-repeat left top;
}
.whoAreYou .corporate, .corporate .sector-icon {
    background: url(../images/corporate.png) no-repeat left top;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    display: block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    outline: 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #b6b6b6;
    text-indent: -9999px;
    border: 1px solid #ccc;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fefefe;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.bx-wrapper .bx-pager {
    padding-top: 20px;
    height: 20px;
    color: #666;
    text-align: center;
    font-weight: bold;
    font-size: .85em;
    font-family: Arial;
    z-index: 99;
    display: table;
}
.bx-wrapper { 
    -moz-box-shadow: 0 0 0px #ccc;
    -webkit-box-shadow: 0 0 0px #ccc;
    box-shadow: 0 0 0px #ccc;
    border: 0px solid #fff; 
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item, .bx-wrapper .bx-pager-item { 
    vertical-align: top;
}
.FormButton {
    margin-bottom: 10px;
    padding: 7px 45px 7px 18px;
    border: 1px solid #d8d8d8;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    -moz-box-shadow: 0 4px 2px -2px #d7d7d7;
    -webkit-box-shadow: 0 4px 2px -2px #d7d7d7;
    box-shadow: 0 4px 2px -2px #d7d7d7;
    color: #434343;
    text-decoration: none;
    font-weight: bold;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#d7d7d7')";
    filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#d7d7d7')";
    -moz-transition: background-color ease 0.3s;
    -o-transition: background-color ease 0.3s;
    -webkit-transition: background-color ease 0.3s;
    transition: background-color ease 0.3s;
}
.greenArrow {
    background: url("../images/greenArrow.png") no-repeat scroll right center #FFFFFF;
}
.galleryBox a {
    color: #434343;
}
.galleryBox .readMore {
    position: absolute;
    bottom: 30px;
    left: 20px;
}
.FormButton:hover, .FormButton:focus {
    background-color: #006f4c;
    color: #fff;
    text-decoration: none;
}
.greenArrow:hover, .greenArrow:focus {
    background: url("../images/greenArrowHover.png") no-repeat scroll right center #006f4c;
}
.galleryBox a:hover {
    color: #fff;
}
.bx-wrapper { 
    margin-bottom: 0; 
}
.content-main {
    padding-top: 30px;
    background: url(../images/contentBg.png) repeat-x top;
}
.social-media img {
    width: 50px;
    height: 50px;
    display: inline-block;
}
.social-media {
    text-align: center;
    margin: 0 0 10px;
}
.welcome {
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 70px 25px 20px;
    min-height: 200px;
    border: 1px solid #d8d8d8;
    background-color: #fff;
}
.clipped {
    position: relative;
}
.clipped .clip-left {
    position: absolute;
    top: -9px;
    left: 7%;
    display: block;
    width: 89px;
    height: 18px;
    /*background: url(../images/prem_sprite.png) -135px 0 no-repeat;*/
}
.clipped .clip-right {
    position: absolute;
    top: -9px;
    right: 7%;
    display: block;
    width: 89px;
    height: 18px;
     /*background: url(../images/prem_sprite.png) -135px 0 no-repeat;*/
}
.widget {
    margin-bottom: 25px;
    display: inline-block; 
    width: 100%;
}
.promoArea img {
    margin-bottom: 15px;
    width: 100%;
    border: 1px solid #e0e0e0;
}
.promoArea h3 {
    padding-bottom: 5px;
}
.promoArea p {
    width: 90%;
}
.generic-widget a {
    display: block;
}
.whatsNew {
    position: relative;
    padding-bottom: 15px;
    border: 1px solid #d8d8d8;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #fff;
}
.whatsNew .paperclip {
    position: absolute;
    top: -14px;
    right: 5%;
    display: block;
    width: 15px;
    height: 57px;
    background: url(../images/prem_sprite.png) 0 -20px no-repeat;
}
.whatsNew h2 {
    display: inline-block;
    margin: 3% 0 0 0;
    padding: 0px 17px;
    background-color: #0d4379;
    color: #fff;
    font-size: 130%;
    line-height: 40px;
}
.whatsNew .newsItem {
    margin: 10px auto;
    padding-bottom: 10px;
    width: 90%;
    border-bottom: 1px solid #d8d8d8;
}
.whatsNew .newsItem h3 {
    margin: 0;
    padding: 0;
}
.whatsNew a {
    margin: 0 5%;
    font-size: 100%;
}
.whatsNew .newsItem h3 a {
    margin: 0;
    padding: 0;
    color: #434343;
    text-decoration: none;
}
.whatsNew .newsItem p {
    margin: 0;
    padding: 0;
}
.whatsNew a {
    margin: 0 5%;
    font-size: 100%;
}
.buyBox {
    background-color: #fff;
}
.buy .buyBox {
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    position: relative;
    margin: 0 0 15px 0;
    padding: 3% 5%;
    border: 1px solid #CCCCCC;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-box-shadow: 3px 3px 4px #d7d7d7;
    -webkit-box-shadow: 3px 3px 4px #d7d7d7;
    box-shadow: 3px 3px 4px #d7d7d7;
    display: table; 
    width: 100%;
}
.left {
    float: left;
}
.right {
    float: right;
}
.sampleRequest {
    width: 45%;
}
.sampleRequest h3 {
    margin: 0;
}
.generic-widget h3 a {
    color: #434343;
    text-decoration: none;
}
.sampleRequestImg {
    width: 55%;
}
.generic-widget a {
    display: block;
}
#footer {
    margin: 30px 0 0 0;
    width: 100%;
    background-color: #0d4379;
}
#footer .footBar {
    padding: 10px 0;
    color: #fff;
}
#footer .footBar ul li {
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #fff;
    list-style: none;
    font-size: 80%;
}
#footer .footBar ul li a {
    color: #fff;
    text-decoration: none;
}
#footer .footBar p {
    clear: both;
    margin: 28px 0 0 0;
    padding: 0;
    color: #fff;
    font-size: 80%;
}
#footer .footBar ul li a:hover, #footer .footBar ul li a:focus {
    border-bottom: 2px solid #fff;
}
.maps {
    position: relative;
    padding: 10px 10px 5px 10px;
    border: 1px solid #d8d8d8;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #fff;
}
.maps .banner {
    display: inline-block;
    margin: 0px 0 0 -10px;
    padding: 3px 17px;
    background-color: #0d4379;
    color: #fff;
}
.maps .mapLeft {
    display: block;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px;
    min-height: 203px;
    width: 65%;
}
.maps .mapLeft ul {
    margin-top: 20px;
    margin-bottom: 30px;
}
.maps .mapLeft ul li {
    margin-bottom: 10px;
    list-style: none;
    line-height: 140%;
}
.maps .mapRight {
    display: block;
    float: left;
    width: 35%;
}
.productFinder {
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5% 6% 5% 6%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: url(../images/paperback.png) repeat-y left;
    display: inline-block;
}
.productFinder .blackClip {
    position: absolute;
    top: 0;
    right: 10px;
    display: block;
    width: 50px;
    height: 79px;
    background: url(../images/prem_sprite.png) -18px 0 no-repeat;
}
.productFinder h3 {
    margin: 0 0 10px 0;
    padding: 0;
}
.productFinder p {
    margin: 0 0 10px 0;
    padding: 0;
    width: 75%;
}
.productFinder .FormButton {
    padding-left: 13px;
    padding-right: 38px;
}
.searchImg {
    background: url(../images/searchImg.png) no-repeat right #fff;
}
 
 
.nav>li {
    position: static; 
}
#header .nav .sub-menu {
    position: absolute;
    z-index: 999;
    display: block;
    display: none;
    margin: 0 auto;
    padding: 2% 2% 0% 2%;
    width: 53%;
    left: auto;
    border: 1px solid #c6c6c6;
    background-color: #fff;
    text-align: left;
}
.navbar-nav > li > .sub-menu > li.menu-item-close {
    position: absolute;
    margin: 0;
    right: 3px;
    top: 3px;
    width: 31px;
    height: 31px;
}
#header .nav .sub-menu .close, #header .nav .sub-menu .close:focus { 
    display: block;
    width: 31px;
    height: 31px;
    border: none;
    background: url(../images/prem_sprite.png) -77px -73px no-repeat;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-indent: -2000em;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 999;
}
#header .nav .sub-menu .close:hover {
    border: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background: url(../images/prem_sprite.png) -77px -73px no-repeat !important;
}
#header .navbar .nav > li:nth-child(5) .sub-menu,
#header .navbar .nav > li:nth-child(6) .sub-menu,
#header .navbar .nav > li:nth-child(7) .sub-menu,
#header .navbar .nav > li:nth-child(8) .sub-menu {
    right: 0;
}
#header .nav .sub-menu .blueDropArrow::before,
#header .nav .sub-menu .greenDropArrow::before,
#header .nav .sub-menu .redDropArrow::before,
#header .nav .sub-menu .yellowDropArrow::before,
#header .nav .sub-menu .purpleDropArrow::before {
    float: left;
    margin: 5px 20px 0 0;
    content: "";
}
.blueDropArrow::before{
    display: block;
    width: 8px;
    height: 12px;
    background: url(../images/prem_sprite.png) 0 -127px no-repeat;
}
.greenDropArrow::before{
    display: block;
    width: 8px;
    height: 12px;
    background: url(../images/prem_sprite.png) 0 -142px no-repeat;
}

.redDropArrow::before{
    display: block;
    width: 8px;
    height: 12px;
    background: url(../images/prem_sprite.png) 0 -156px no-repeat;
}

.yellowDropArrow::before{
    display: block;
    width: 8px;
    height: 12px;
    background: url(../images/prem_sprite.png) 0 -171px no-repeat;
} 
.purpleDropArrow::before{
    display: block;
    width: 8px;
    height: 12px;
    background: url(../images/prem_sprite.png) 0 -187px no-repeat;
}
.breadcrumbs {
    margin: -10px 0 20px 0;
    padding: 0;
    font-size: 0px;
} 
.breadcrumbs ul li {
    float: left;
    margin-right: 8px;
    list-style: none;
    font-size: 88%;
} 
.breadcrumbs .arrow {
    display: block;
    margin-top: 8px;
    width: 4px;
    height: 6px;
    background: url(../images/prem_sprite.png) no-repeat -93px -13px;
} 
.breadcrumbs a {
    color: #434343;
    text-decoration: none;
} 
.breadcrumbs a:hover, .breadcrumbs a:focus {
    color: #028C62;
} 
.content .breadcrumbs a,
.content .breadcrumbs span {
    float: left; 
    list-style: none;
    font-size: 14px;
    background: transparent;
    color: #434343;
}
.content .breadcrumbs a { 
    margin-right: 8px; 
} 
.content .breadcrumbs a:hover span { 
    color: #028C62;
} 
.breadcrumbs a::after {
    display: block; 
    width: 4px;
    height: 6px;
    background: url(../images/prem_sprite.png) no-repeat -93px -13px;
    content: "";
    float: right;
    margin-left: 8px;
    margin-top: 8px;
}
.pad {
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 45px;
    min-height: 200px;
    border: 1px solid #d8d8d8;
    background: url(../images/bigpaperback.png) repeat-y;
}
.clipped {
    position: relative;
}
.pad h1 {
    margin: 30px 0;
    text-align: center;
    font-size: 220%;
}
.pad .knowledgeArea .knowledgeItem {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #d9d9db;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
}
.pad .knowledgeArea .knowledgeItem .paperclip {
    position: absolute;
    top: -14px;
    right: 5%;
    display: block;
    width: 15px;
    height: 57px;
    background: url(../images/prem_sprite.png) 0 -20px no-repeat;
}
.pad .knowledgeArea .knowledgeItem .knowledgeTitle {
    padding: 5px 20px;
    color: #000;
}
.pad .knowledgeArea .knowledgeItem.box1 .knowledgeTitle {
    background-color: #0d4379;
    color: #fff;
}
.pad .knowledgeArea .knowledgeItem .knowledgeBtm {
    padding: 10px 20px;
}
.pad .knowledgeArea .knowledgeItem.box1 .knowledgeBtm a {
    color: #0d4379;
}
.pad .knowledgeArea .knowledgeItem.box2 .knowledgeTitle {
    background-color: #007650;
    color: #fff;
}
.pad .knowledgeArea .knowledgeItem.box2 .knowledgeBtm a {
    color: #007650;
}
.pad .knowledgeArea .knowledgeItem.box3 .knowledgeTitle {
    background-color: #dc2a2a;
    color: #fff;
}
.pad .knowledgeArea .knowledgeItem.box3 .knowledgeBtm a {
    color: #dc2a2a;
}
.pad .knowledgeArea .knowledgeItem.box4 .knowledgeTitle {
    background-color: #f0a30e;
    color: #fff;
}
.pad .knowledgeArea .knowledgeItem.box4 .knowledgeBtm a {
    color: #f0a30e;
}
.pad .knowledgeArea .knowledgeItem.box5 .knowledgeTitle {
    background-color: #6e047b;
    color: #fff;
}
.pad .knowledgeArea .knowledgeItem.box5 .knowledgeBtm a {
    color: #6e047b;
}
.pad .knowledgeArea .knowledgeItem.box6 .knowledgeTitle {
    background-color: #25abc3;
    color: #fff;
}
.pad .knowledgeArea .knowledgeItem.box6 .knowledgeBtm a {
    color: #25abc3;
}
.main {
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 20px;
    border: 1px solid #d8d8d8;
    background-color: #fff;
} 
.main h1 {
    line-height: 28px; 
    margin: 6px 0 24px 0;
} 
.partners {
    margin: 0;
    padding: 0;
    list-style: none;
} 
.partners h1 {
    float: left;
} 
.partners h3 {
    float: right;
    margin-top: 9px;
    font-size: 120%;
} 
.partners li {
    display: block;
    float: left;
    margin: 1%;
    list-style: none;
} 
.partners .boxcont .back h3 {
    float: none;
    margin: 0;
    padding: 0;
} 
.partners .boxcont .back {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    background-color: #0d4379; /* Firefox, other Gecko */ /* Opera/IE 8+ */ /* Safari/Chrome, other WebKit */
} 
.ie7 .partners .boxcont .back {
    padding: 0;
} 
.partners .box1 .back {
    background-color: #0d4379 !important;
} 
.partners .box1 .boxcont:hover, .partners .box1 .boxcont:focus {
    border: 2px solid #0d4379;
} 
.partners .box2 .back {
    background-color: #007650 !important;
} 
.partners .box2 .boxcont:hover, .partners .box2 .boxcont:focus {
    border: 2px solid #007650;
} 
.partners .box3 .back {
    background-color: #dc2a2a !important;
} 
.partners .box3 .boxcont:hover, .partners .box3 .boxcont:focus {
    border: 2px solid #dc2a2a;
} 
.partners .box4 .back {
    background-color: #f0a30e !important;
} 
.partners .box4 .boxcont:hover, .partners .box4 .boxcont:focus {
    border: 2px solid #f0a30e;
} 
.partners .box5 .back {
    background-color: #6e047b !important;
} 
.partners .box5 .boxcont:hover, .partners .box5 .boxcont:focus {
    border: 2px solid #6e047b;
} 
.partners .box6 .back {
    background-color: #25abc3 !important;
} 
.partners .box6 .boxcont:hover, .partners .box6 .boxcont:focus {
    border: 2px solid #25abc3;
} 
.partners .boxcont .back a {
    color: #fff;
    text-decoration: none;
} 
.partners .boxcont .back a:hover, .partners .boxcont .back a:focus {
    color: #0d4379;
    text-decoration: none;
} 
.partners li ul li {
    display: block;
    float: none;
} 
.partners .box {
    float: left;
    width: 100%;
    height: 100%;
} 
.partners .description {
    display: none;
    width: 100%;
    height: 100%;
} 
.partners .back {
    color: #fff;
} 
.partners .closeBox {
    float: right;
} 
.ie7 .partners .closeBox {
    margin-right: 10px;
} 
.partners ul .box1, .partners ul .box2, .partners ul .box3, .partners ul .box4, .partners ul .box5, .partners ul .box6 {
    width: 33.33%;
    float: left;
    margin: 0;
    padding: 2%;
    box-sizing: border-box;
}
.partners .boxcont {
    overflow: hidden;
    width: auto;
    height: 120px;
    border: 2px solid #fff;
} 
.partners .boxcont img {
    width: 100%;
}
.newsArchive {
    position: relative;
    padding-bottom: 15px;
    border: 1px solid #d8d8d8;
    background-color: #fff;
}
.newsArchive h2 {
    display: inline-block;
    margin: 3% 5% 0 5%;
    padding: 0;
    color: #434343;
    font-size: 130%;
        line-height: 40px;
}
.newsArchive ul li {
    padding: 3px 5% 3px 5%;
    list-style: none;
}
.newsArchive a {
    display: block;
    color: #434343;
    text-decoration: none;
}
.newsArchive .active {
    background-color: #0d4379;
    color: #fff;
    text-decoration: none;
}
.newsArchive .active a {
    color: #fff;
}
.news .newsImg {
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
    max-width: 230px;
    max-height: 154px;
}
.bold {
    font-weight: bold;
}
.news .news-detail p {
    display: inline;
}
.news .news-detail p + p {
    display: block; 
}
.news .news-detail p,
.news .news-detail a {
    color: #000;
}
.whatsNew .newsItem h3 a:hover {
    color: #0d4379;
}
.productFinder {
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5% 6% 5% 6%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: url(../images/paperback.png) repeat-y left;
}
.productFinder .blackClip {
    position: absolute;
    top: 0;
    right: 10px;
    display: block;
    width: 50px;
    height: 79px;
    background: url(../images/prem_sprite.png) -18px 0 no-repeat;
}
.productFinder h3 {
    margin: 0 0 10px 0;
    padding: 0;
}
.productFinder p {
    margin: 0 0 10px 0;
    padding: 0;
    width: 75%;
}
.target { 
    color: #434343; 
    text-decoration: none !important;
}
.form-widget .openQuestion {
    margin: 0;
    padding: 0;
    color: #0d4379;
    text-decoration: none;
    font-size: 124%;
    margin-left: 1px;
    float: left;
    clear: both;
}
.form-widget .openQuestion {
    color: #0d4379;
    font-size: 124%;
}
.openQuestion .textChange {
    float: left;
}
.form-widget .arrowBtn {
    display: inline-block;
    margin: 8px 0 0 10px;
    width: 7px;
    height: 12px;
    background: url(../images/prem_sprite.png) -77px 0 no-repeat;
}
.EditingFormLabel {
    display: block;
    margin-bottom: 5px;
    color: #5a5a5a;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}
.LabelField {
    display: block;
    margin-bottom: 10px;
}
 
.EditingFormControlNestedControl {
    float: left;
    width: 100%;
}
.standardForm input[type="text"], .standardForm textarea {
    padding: 5px 35px 5px 5px !important;
    width: 100%;
    border: 1px solid #CCCCCC;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
}
.form-row {
    width: 100%;
    float: left;
}
.enquiry::after,
.email::after,
.name::after,
.company::after,
.phone::after,
.job::after,
.post::after {
    content: "" !important;
    width: 25px;
    height: 24px;
    float: left;
    position: absolute;
    z-index: 99999999;
    left: auto;
    top: 26px;
    right: 0;
}
.post::after {
    background: url(../images/post.png) no-repeat right top; 
    top: 28px;
}
.name::after {
    background: url(../images/name.png) no-repeat right;
}
.company::after {
    background: url(../images/company.png) no-repeat right;
    top: 29px;
}
.phone::after {
    background: url(../images/phone.png) no-repeat right;
    top: 29px;
}
.job::after {
    background: url(../images/job.png) no-repeat right;
} 
.enquiry::after {
    background: url(../images/enquiry.png) no-repeat right top;
}
.email::after {
    background: url(../images/email.png) no-repeat right;
    top: 30px; 
    right: 6px;
}


.standardForm .checkLbl input {
    float: left;
}
.EditingFormControlNestedControl td input {
    float: left;
}
.EditingFormControlNestedControl td label {
    padding-left: 10px;
}
.standardForm .checkLbl label {
    padding-left: 30px;
}
.submit-row .FormButton:hover, .submit-row .FormButton:focus {
    background: url("../images/greenArrowHover.png") no-repeat scroll right center #006f4c;
}
.gloss-accordion-contant {
    float: left;
    width: 100%;
    display: none;
}
.searchImg:hover, .searchImg:focus {
    background: url(../images/searchImgHover.png) no-repeat right #006f4c;
}
table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}
table td, table th {
    padding: 0;
    height: 40px;
    text-align: left;
}
.main .galleryBox, .galleryBox.our-brands {
    border: 1px solid #e0e0e0;
    margin-top: 20px;
}
.image_carousel {
    padding: 15px 0 0 0;
}
.image_carousel ul li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0; 
    height: auto;
    list-style: none;
}
.image_carousel img {
    display: block;
    margin: 7px;
    padding: 9px 9px 30px 9px;
    max-width: 189px;
}
.prod-detail .blueHeader {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 7px;
    width: 100%;
    background-color: #0d4379;
    color: #fff;
    font-size: 110%;
}
.prod-detail table {
    width: 100%;
    table-layout: fixed;
}
table td, table th {
    padding: 0;
    height: 40px;
    text-align: left;
}
.prod-detail table th, .prod-detail table td {
    width: 120px;
    border: 1px solid #e0e0e0;
    color: #787878;
    text-align: center;
}
.prod-detail table th {
    font-weight: normal;
}
.prod-detail table th + th, .prod-detail table th + td, .prod-detail table td + th, .prod-detail table td + td {
    width: auto;
}
.prod-detail .greenCircle {
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url(../images/prem_sprite.png) no-repeat 0 -204px;
    vertical-align: middle;
}
.visible-phone {
    display: none !important;
}
.greenHeader {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -15px;
    padding: 3px 7px;
    width: 100%;
    background-color: #006f4c;
    color: #fff;
    font-size: 110%;
}
ul.eco-eatures-icon {
    text-align: center;
}
ul.eco-eatures-icon li {
    display: inline-block;
    margin: 10px;
}
.pad .letters ul li {
    display: inline-block;
    float: left;
    margin: 0 5px 15px;
    list-style: none;
    text-align: center;
    font-weight: bold;
    font-size: 130%;
}
.pad .letters ul li a {
    padding: 0px 9px;
    color: #434343;
    text-decoration: none;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}
.pad .letters ul li a.openLetter {
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    background-color: #0d4379;
    color: #fff;
}
.pad .letters ul li a:hover, .pad .letters ul li a:focus {
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    background-color: #0d4379;
    color: #fff;
}
.glossary {
    position: relative;
    padding: 40px 30px 20px 30px;
    min-height: 30px;
    border: 1px solid #d9d9db;
    background-color: #fff;
    text-align: center;
}
.glossary .blackClip, 
.glossary .blackClip1 {
    position: absolute;
    top: 0;
    left: 5%;
    display: block;
    width: 50px;
    height: 79px;
    background: url(../images/prem_sprite.png) -18px 0 no-repeat;
}
.glossary .blackClip { 
    left: auto;
    right: 5%; 
}
.glossary h2 {
    display: inline-block;
    font-size: 230%;
    line-height: 137%;
}
.glossary h2 .openLetter{
    border-radius: 25px;
    background-color: #0d4379;
    color: #fff;
    padding-left:13px;
}
.glossary h3 {
    display: inline-block;
    font-size: 125%;
}
.glossary:last-child {
    margin-bottom: 32px;
    padding: 40px 30px 30px 30px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}
.pad .letters {
    margin: 0px 0 20px 0;
    text-align: center;
}
.letterBoxBtm {
    text-align: left;
}
.glossLetterBox .letterBoxBtm {
    display: none;
    padding: 0 25px 16px;
}
.glossary .glossLetterBox {
    border: 1px solid #d9d9db;
    background-color: #434343;
    color: #fff;
}
.glossary .glossLetterBox.box1 {
    background-color: #0d4379;
}
.glossary .glossLetterBox .letterBoxTop {
    padding: 16px 25px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 120%;
    cursor: pointer;
}
.glossary .glossLetterBox .letterBoxTop .openChange2{
    display:none;
}
.glossary .glossLetterBox .letterBoxTop:hover,
.glossary .glossLetterBox .letterBoxTop:focus {
    color: #f0a30e;
}
.glossary .glossLetterBox.box1 .letterBoxTop:hover,
.glossary .glossLetterBox.box1 .letterBoxTop:focus {
    color: #f0a30e;
}
.glossLetterBox .letterBoxTop h3 {
    float: left;
    font-size: 150%;
}
.glossary .glossLetterBox .letterBoxTop .right {
    margin-top: 12px;
}
.glossLetterBox .letterBoxTop .openArrow {
    display: block;
    float: right;
    margin-top: 5px;
    margin-left: 5px;
    width: 7px;
    height: 12px;
    background: url(../images/prem_sprite.png) no-repeat -83px -179px;
}
.glossary .glossLetterBox p {
    color: #fff;
    text-align: left;
}

.glossary .glossLetterBox.box1 {
    background-color: #0d4379;
}

.glossary .glossLetterBox.box2 {
    background-color: #007650;
}

.glossary .glossLetterBox.box3 {
    background-color: #dc2a2a;
}

.glossary .glossLetterBox.box4 {
    background-color: #f0a30e;
}

.glossary .glossLetterBox.box5 {
    background-color: #6e047b;
}

.glossary .glossLetterBox.box6 {
    background-color: #25abc3;
}
.glossary .glossLetterBox .letterBoxTop:hover, .glossary .glossLetterBox .letterBoxTop:focus {
        color: #f0a30e;
    }

.glossary .glossLetterBox.box1 .letterBoxTop:hover, .glossary .glossLetterBox.box1 .letterBoxTop:focus {
    color: #f0a30e;
}

.glossary .glossLetterBox.box2 .letterBoxTop:hover, .glossary .glossLetterBox.box2 .letterBoxTop:focus {
    color: #0d4379;
}

.glossary .glossLetterBox.box3 .letterBoxTop:hover, .glossary .glossLetterBox.box3 .letterBoxTop:focus {
    color: #f0a30e;
}

.glossary .glossLetterBox.box4 .letterBoxTop:hover, .glossary .glossLetterBox.box4 .letterBoxTop:focus {
    color: #dc2a2a;
}

.glossary .glossLetterBox.box5 .letterBoxTop:hover, .glossary .glossLetterBox.box5 .letterBoxTop:focus {
    color: #25abc3;
}

.glossary .glossLetterBox.box6 .letterBoxTop:hover, .glossary .glossLetterBox.box6 .letterBoxTop:focus {
    color: #0d4379;
}

.glossLetterBox .letterBoxTop .openChange {
    float: left;
}
.glossLetterBox.active .letterBoxTop .openArrow {
    display: block;
    float: right;
    margin-top: 6px;
    margin-left: 5px;
    width: 12px;
    height: 7px;
    background: url(../images/prem_sprite.png) no-repeat -80px -198px;
}
.news .newsArticle {
    padding: 25px 20px 25px 20px;
    border-top: 1px solid #d8d8d8;
    display: table;
    width: 100%;
}
.news .newsArticle h3 a {
    display: inline-block;
    margin-left: -20px;
    padding: 0px 28px 5px 20px;
    background-color: #0d4379;
    color: #fff;
    text-decoration: none;
}
.main h3 {
    margin-bottom: 15px;
}
.news .newsArticle img {
    float: left;
    margin-right: 10px;
    margin-bottom: 4px;
    border: 1px solid #ddd;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.news .newsArticle h3 a:hover, .news .newsArticle h3 a:focus {
    color: #00895F;
    text-decoration: none;
}
.news {
    margin: 0 -20px;
}
.sideNav {
    border: 1px solid #d8d8d8;
    background-color: #fff;
    max-height: 600px;
    overflow-y: auto;
    display: block;
}
.sideNav h3 {
    margin: 0;
    padding: 2% 9%;
    border-bottom: 1px solid #d8d8d8;
    text-transform: capitalize;
}
.sideNav ul {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4% 9% 4%;
    width: 100%;
}
.sideNav ul li {
    margin-bottom: 10px;
    list-style: none;
}
.sideNav a {
    position: relative;
    display: block;
    padding-left: 15px;
    color: #434343;
    text-decoration: none;
    font-size: 100%;
}
.sideNav .navArrow {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    margin: -10px 0 0;
    width: 5px;
    height: 15px;
    background: url(../images/prem_sprite.png) 0 0 no-repeat;
}
.main-top {
    border-bottom: 0;
}
.main-bot {
    border-top: 0;
}
.main.main-bot {
    padding-top: 0;
}
.divisions-content p {
    font-size: 12px;
    color: #000000;
}
.office-logo {
    margin-bottom: 20px;
    display: table;
}
.divisions-item {
    display: table;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 16px;
    padding-bottom: 8px;
}
.office-logo img {
    width: 260px;
    max-width: 100%;
}
.divisions-item:last-child {
    border-bottom: 0px;
    margin-bottom: 0;
    padding-bottom: 0;
}

/*custom new select start*/
.custom-select {
  position: relative;
  width: 100%;  
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
      padding: 0 0 0 2%;
    height: 29px;
    border: 1px solid #aaaaaa;
    background-color: #ffffff;
    background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
    background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-image: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
    color: #444444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
}
.custom-select.custom-select-open {
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0; 
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #eee;
    background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
    background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
    background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
    background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
    -moz-box-shadow: 0 1px 0 #fff inset;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
}
.custom-select a {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 0;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    line-height: 24px;
    vertical-align: top;
}
.custom-select a span {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.custom-select select {
  display: none !important;
}
.custom-select > div {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0px 0 0 -1px;
  width: 100%;
  border: 1px solid #aaaaaa;
  border-top: 0;
  background: #FFFFFF;
  z-index: 10;
  overflow: hidden;
  padding-top: 3px;
}
.custom-select input {
    width: 96%;
    font-size: 14px;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,143,97,.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,143,97,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,143,97,.6);
    margin: 1px 2%;
    padding: 4px 20px 4px 5px;
    outline: 0;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 30px;
}
.custom-select > div > div {
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
  margin: 5px;
  max-height: 120px;
}
.custom-select div ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.custom-select div ul li {
    display: none;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    font-size: 14px;
    color: #434343;
}
.custom-select div ul li.active {
  display: block;
  cursor: pointer;
}
.custom-select div ul li:hover {
  background: #66bbff;
  color: #fff;
}
.custom-select div ul li.option-hover {
  background: #3399ff;
  color: #fff;
}
.custom-select div ul li.option-disabled {
  color: #999;
}
.custom-select div ul li.option-disabled:hover {
  background: #ff9999;
  color: #fff;
}
.custom-select div ul li.option-hover.option-disabled {
  background: #ff6666;
  color: #fff;
}
.custom-select div ul li.no-results {
  display: none;
  background: #f2f2f2;
  color: #000;
} 
.custom-select-open {
  border-bottom: 1px solid #fff;
}
.custom-select-open div {
  display: block;
} 
.custom-select input.custom-select-hidden-input {
  position: absolute !important;
  top: 0 !important;
  left: -1000px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  z-index: -1 !important;
} 
.custom-select-mobile select {
  display: inline !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} 
.select-box {
    margin-left: 2.564102564102564%;
    margin-bottom: 15px;
}
div.custom-select a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 20px;
    height: 100%;
    background-image: url(../images/chosen-sprite.png);
    background-color: #0d4379;
    z-index: 9;
    background-repeat: no-repeat;
    background-position: 5px 5px;
}
div.custom-select-open.custom-select a:before {
    background-position: -13px 5px;
}
.blue-select div.custom-select a:before,
.blue-select .custom-select div ul li:hover,
.blue-select .custom-select div ul li.option-hover {
    background-color: #0d4379;
} 
.green-select div.custom-select a:before,
.green-select .custom-select div ul li:hover,
.green-select .custom-select div ul li.option-hover {
    background-color: #007650;
}
.red-select div.custom-select a:before,
.red-select .custom-select div ul li:hover,
.red-select .custom-select div ul li.option-hover {
    background-color: #dc2a2a;
}
.yellow-select div.custom-select a:before,
.yellow-select .custom-select div ul li:hover,
.yellow-select .custom-select div ul li.option-hover {
    background-color: #f0a30e;
}
.purple-select div.custom-select a:before,
.purple-select .custom-select div ul li:hover,
.purple-select .custom-select div ul li.option-hover {
    background-color: #6e047b;
}
/*custom select end*/
.slick-slide {
    padding: 50px 30px 30px 30px;
}
.galleryBox .paperclip {
    position: absolute;
    top: -14px;
    right: 5%;
    display: block;
    width: 15px;
    height: 57px;
    background: url(../images/prem_sprite.png) 0 -20px no-repeat;
}
.galleryBox.our-brands .paperclip {
    display: block;
}
.galleryBox .banner {
    display: inline-block;
    margin-top: 10px;
    padding: 3px 7px;
    background-color: #0d4379;
    color: #fff;
}
.galleryBox.our-brands h3 {
    display: inline-block;
}
.widget.our-brands {
    display: block;
    margin-top: 0;
}
.slick-dots li button {
    display: inline-block;
    margin: 5px 8px 5px 8px;
    width: 10px;
    height: 11px;
    background: url(../images/prem_sprite.png) -108px 0 no-repeat transparent;
}
.slick-dots li.slick-active button::before,
.slick-dots li button::before { 
    opacity: 0;
    display: none;
}
.slick-dots { 
    margin: 20px 0;
}
.slick-dots li { 
    margin: 0 2px; 
}
.slick-dots li.slick-active button { 
    background-position: -120px 0;
    cursor: default;
}
.slick-initialized .slick-slide a {
    margin: 0 auto;
   /* display: ;*/
}
.coates-text {
    padding-bottom: 15px; 
}
.coates-text p {
    margin-bottom: 15px;
    color: #000;
}
.page-load-popup  {
    background: #fff;
    max-width: 500px;
    padding: 24px;
    margin: 44px auto 24px auto;
    text-align: center;
    max-height: 530px;
}
.page-load-popup .modal-header {
    padding: 0;
    border-bottom: 0px solid #e5e5e5;
}
.page-load-popup .warning {
    color: black;
    text-decoration: underline;
    font-weight: 700;
}
.page-load-popup p {
    margin-bottom: 15px;
}
.page-load-popup img {
    width: 200px;
    margin-bottom: 25px;
}
.page-load-popup .btn {
    margin-top: 30px;
    background-color: #148B63;
    color: white;
    border: #148B63;
    width: 450px;
    height: 50px;
    font-size: 16px;
    border-radius: 0px;
}
.page-load-popup .modal-body {
    position: relative;
    padding: 0px 20px;
}
.page-load-popup .modal-footer {
    padding: 0 0 20px 0;
    text-align: center;
    border-top: 0px solid #e5e5e5;
}
.single-your-business .alignleft
{
    float: left;
    margin-right:20px;
}
.single-your-business .alignright
{
    float: right;
    
}
.your-business p
{
     color: #787878;
}
.gform_body .custom_hide_class{
    display:none;   
}
.term-knowledge-centre .col-sm-4:nth-child(4)
{
    clear:both;
}
.term-did-you-know .col-sm-4:nth-child(4)
{
    clear:both;
}
body .bx-wrapper .bx-controls-direction a {
    z-index: 9;
}
#myModal{
    display:none;
}
.search strong.search-excerpt {
    background: #0d4379;
    color: #fff;
}
.search .entry-title a{
    color:#333333;
    text-decoration:none;
    text-transform: capitalize;
}
.search .entry-title h3{
    margin: 0;
    padding: 0;
    font-size: 130%;
    line-height: 130%;
}
.galleryBox.widget {
    display: inline-block;
}
.galleryBox.widget .image_carousel .slick-slider ul li { 
    float: none;
} 
.galleryBox.widget .image_carousel .slick-slider img { 
    margin: 7px auto; 
    padding: 0; 
    max-width: 100%;
}
.galleryBox.widget .slick-slide {
    padding: 15px;
}
.standardForm .gform_wrapper .top_label input.medium,
.standardForm .gform_wrapper .top_label select.medium {
    width: 100%;
}
.standardForm .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
    margin: 0;
    position: relative;
}
.standardForm .gform_wrapper .top_label .gfield_label { 
    display: block;
    margin-bottom: 5px;
    color: #5a5a5a;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}
body .standardForm .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px;
}
body .gform_wrapper ul.gfield_checkbox li label,
body .gform_wrapper ul.gfield_radio li label { 
    margin-bottom: 5px;
    color: #5a5a5a;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    vertical-align: middle;
    padding-left: 20px;
    display: inherit;
} 
body .gform_wrapper .gfield_checkbox li input[type="checkbox"],
body .gform_wrapper .gfield_radio li input[type="radio"] {
    display: inline-block;
    vertical-align: top;  
    float: left;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type="submit"] {
    font-size: 1em;
    width: auto;
    margin: 0 16px 0 0;
    margin-bottom: 10px;
    padding: 7px 45px 7px 18px;
    padding-right: 45px;
    padding-left: 18px;
    border: 1px solid #d8d8d8;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    -moz-box-shadow: 0 4px 2px -2px #d7d7d7;
    -webkit-box-shadow: 0 4px 2px -2px #d7d7d7;
    box-shadow: 0 4px 2px -2px #d7d7d7;
    color: #434343;
    text-decoration: none;
    font-weight: bold;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#d7d7d7')";
    filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#d7d7d7')";
    -moz-transition: background-color ease 0.3s;
    -o-transition: background-color ease 0.3s;
    -webkit-transition: background-color ease 0.3s;
    transition: background-color ease 0.3s;
     padding-left: 13px;
    padding-right: 38px;
    display: inline-block;
}
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type="submit"]:hover,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type="submit"]:hover { 
    background: url("../images/greenArrowHover.png") no-repeat scroll right center #006f4c;
    color: #fff;
}
body .gform_wrapper textarea.medium {
    height: 74px; 
}
body .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0; 
}
body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 3px;
}
.coates-text table {
    margin-bottom: 10px;
}
.coates-text table th, .coates-text table td {
    padding: 10px;
}
.main.main-bot ul {
    padding-left: 16px;
}
.main.main-bot p img {
    margin-bottom: 10px;
}
.coates-text ul {
    margin-bottom: 20px;
}
.coates-text p img {
    margin-top: 20px;
}
.single-your-business .alignright { 
    margin-left: 20px;
    margin-bottom: 20px; 
}
.ajaxLoader {
    position: fixed;
    z-index: 999;
    text-align: center;
    width: 270px;
    height: 398px;
    background: url(../images/loading.gif) center no-repeat #0D4379;
    opacity: 0.9;
    filter: alpha(opacity=90);
    padding: 1em 0;
    display:none;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
    padding: 5px 35px 5px 5px;
    width: 100%;
    border: 1px solid #CCCCCC;
}
select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border: 1px solid #CCCCCC;
}
.custom-address {
    border: 1px solid #d8d8d8;
    background-color: #fff;
    padding: 0 9% 4% 9%;
}
.custom-address p {
    color: #434343;
    line-height: 24px;
}
body .gform_wrapper .validation_message {
    color: red;
    font-weight: 400;
    letter-spacing: normal;
    letter-spacing: 0.5px;
}
body .gform_wrapper .field_description_below .gfield_description {
    padding-top: 4px;
}
body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    margin-bottom: 0;
    border-top: 0px solid #C89797;
    border-bottom: 0px solid #C89797;
    padding-bottom: 0;
    padding-top: 0;
    box-sizing: border-box;
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 4px;
}
body .gform_wrapper .gfield_error .gfield_label {
    color: #434343;
}
body .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body .gform_wrapper li.gfield_error textarea {
    border: 1px solid #CCCCCC;
}
body .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
    margin-top: 0 !important;
}
body .gform_wrapper.gform_validation_error .top_label input.medium,
body .gform_wrapper.gform_validation_error .top_label select.medium {
    width: 340px;
    max-width: 100%;
}
body .call-form .gform_wrapper .gform_footer {
    padding: 0;
    margin: 20px 0 0px 0;
} 
.gform_wrapper #gform_4 ul.gform_fields li.gfield {
    padding-right: 0 !important;
}
body .gform_wrapper #gform_4 textarea.medium,
.gform_wrapper #gform_4 .top_label input.medium,
.gform_wrapper #gform_4 .top_label select.medium {
    width: 430px;
    max-width: 100%;
}
.standardForm .gform_wrapper div.validation_error {
    color: red;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    border-top: 0px solid #790000;
    border-bottom: 0px solid #790000;
    padding: 5px 0;
    clear: both;
    max-width: 230px;
    text-align: center;
    margin: 0 auto;
    width: auto;
    line-height: 20px;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}
.openQuestion .textChange.open-hide {
    display: none;
}
.textChange2.close-show {
    display: inline-block !important;
    float: left;
    min-width: 40px;
}
.form-widget .arrowBtn.active {
    background-position: -88px 2px;
    width: 12px;
    height: 12px;
    margin-left: 7px;
}
body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}
.pagination { 
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.page-numbers {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 1px;
    border-left-width: 1px;
    border-left-width: 0;
    color: #006f4c;
    text-decoration: none !important;
}
.page-numbers:first-child {
    border-left-width: 1px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}
.page-numbers:last-child {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}
.page-numbers.current {
    color: #999999;
    cursor: default;
    background-color: #f5f5f5;
}
.page-numbers:not(.current):hover {
    background-color: #f5f5f5;
    color: #0d4379;
    text-decoration: none;
}
.greenArrowback {
    background: url(http://premierwebtest1.com/wp-content/uploads/2019/02/greenArrowback.png) no-repeat scroll right center #FFFFFF;
}
.greenArrowback:hover, .greenArrowback:focus {
    background: url(http://premierwebtest1.com/wp-content/uploads/2019/02/greenArrowbackHover.png) no-repeat scroll right center #006f4c;
}
.error404 .plane {
    background: url(http://premierwebtest1.com/wp-content/uploads/2019/02/plane.png) no-repeat right top;
    min-height: 378px;
}
.error404 .content-main > .container {
    margin: 0;
    padding: 0;
    width: 100%;
}
.error404 .content-main { 
    background: url(http://premierwebtest1.com/wp-content/uploads/2019/02/contentBgError.png) repeat-x top;
        background-color: #fff; 
}
.error404 footer#footer {
    margin: 0;
}
.error404 .breadcrumbs {
    margin: 0 0 10px 0; 
}


/*new d r*/
@media (min-width: 1200px){
    .navbar .nav > li > a {
        padding: 10px 25px;
    }
}

@media (min-width: 768px){
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
    }
}

@media (max-width: 1023px){
    .navbar-default .navbar-nav > li > a { 
        padding-top: 8px;
        padding-bottom: 8px;
    }
}
/*1023 e*/
@media (max-width: 1100px){
    .error404 .plane { 
        background-position: 310px bottom;
    }
}

@media (max-width: 991px){
.container {
    width: 100%;
}
.container,
#header .container,
#footer .footBar { 
    padding-right: 15px;
    padding-left: 15px;
}
.error404 .plane { 
    background-position: 270px bottom;
}
}
/*991 e*/

@media (min-width: 768px) and (max-width: 991px) {
    .productFinder p { 
        line-height: 18px;
        font-size: 14px;
    }
}

@media (min-width: 767px) and (max-width: 979px) {
.productFinder h3 { 
    font-size: 14px;
}  

.home .content-main > .container > .row:first-child > .col-sm-9 { 
    padding-right: 7px;
}
.home .content-main > .container > .row:first-child > .col-sm-3 { 
    padding-left: 7px;
}

.home .content-main > .container > .row:nth-child(2) > .col-sm-3 {
    padding-right: 7px;
    padding-left: 7px;
}
.home .content-main > .container > .row:nth-child(2) > .col-sm-3:first-child {
    padding-left: 15px;
}
.home .content-main > .container > .row:nth-child(2) > .col-sm-3:last-child {
    padding-right: 15px;
}
.sampleRequest h3 { 
    font-size: 16px;
}
}

@media (max-width: 979px){
.navbar-default .navbar-nav > li > a { 
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-header { 
  float: none; 
}
.navbar-left,
.navbar-right { 
  float: none !important;
}
.navbar-toggle { 
  display: block; 
  margin: 21px 0px 0 30px;
  background-color: #0d4379;
  border: 0px solid transparent;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #000;
}
.navbar-fixed-top { 
  top: 0; 
  border-width: 0 0 1px; 
}
.navbar-collapse.collapse { 
  display: none!important; 
}
.navbar-nav { 
    float: none!important; 
    width: 100%; 
    text-align: left;
    margin: 7.5px 0px;
}
.navbar-nav > li { 
  float: none;
}
.collapse.in { 
  display:block !important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.search-area {
    width: 36%; 
}
#header .navbar .nav > li {
    border-right: 0px solid #CCCCCC;
    position: relative;
}
#header .navbar .nav > li:first-child {
    border-left: 0px solid #CCCCCC;
}
.navbar-default .navbar-nav > li > a {
    border-radius: 4px; 
    padding: 10px 12px;
}
.sub-plus-icon {
    position: absolute;
    right: 10px;
    top: 0; 
    padding: 10px;
    z-index: 1;
    cursor: pointer;
}
.sub-plus-icon::after {
    content: "\f067";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
}
.sub-plus-icon.open::after { 
    content: "\f068"; 
    color: #0d4379;
}
.sub-plus-icon:hover::after {
    color: #0d4379;
}
.maps .mapRight {
    display: none;
}
.maps .mapLeft { 
    padding: 0 8px;
    min-height: 0;
    width: 100%;
}
.maps .mapLeft ul {
    margin-top: 15px;
    margin-bottom: 15px;
}
#header #navbar { 
    padding: 0;
    margin: 0px auto 0 auto;
    border-top: 1px solid #e7e7e7;
}
.navbar-default .navbar-brand {
    margin-left: -15px;
}
.whatsNew .newsItem h3 { 
    font-size: 18px;
}
#footer .footBar p { 
    margin: 12px 0 0 0; 
    float: left;
}
#header .nav .sub-menu {
    width: auto;
    position: relative;
    float: left;
    margin: 0 10px 20px 10px;
    padding: 15px 15px 0px 15px;
}
.navbar-nav > li > .sub-menu > li.menu-item-close { 
    display: none;
}
.form-widget .openQuestion { 
    font-size: 16px; 
}
}
/*979 e*/

@media (max-width: 828px){
    .error404 .plane { 
        background-position: 250px bottom;
    }
}

@media (max-width: 767px){
.container > .navbar-header {
    margin: 0;
} 
.navbar-brand img {
    max-width: 310px;
}
.search-area { 
    margin-top: 15px; 
}
.navbar-default .navbar-toggle { 
    margin: 14px 0px 0 20px;
}
.whoAreYou ul li { 
    width: 22%;
}
.whoAreYou ul li:first-child {
    width: auto;
    margin-bottom: 40px;
}
.welcome { 
    padding: 20px 20px 15px 20px; 
}
.social-media { 
    margin: 20px 0 4px 0;
}
.welcome .hl-first-word {
    line-height: 28px;
    font-size: 25px;
}
.select-box {
    margin-left: 0; 
}
.productFinder { 
    padding: 20px 20px 10px 20px; 
}
.content-main {
    padding-top: 20px; 
}
.whatsNew { 
    margin-bottom: 0;
}
.buy .buyBox { 
    margin: 0 0 0px 0; 
}
.home #footer {
    margin: 5px 0 0 0; 
}
.navbar-nav > li > .sub-menu > li { 
    width: 100%; 
}
.standardForm input[type="text"] { 
    height: 35px;
}
.main h1 {
    margin: 6px 0 0px 0; 
    font-size: 20px;
} 
.stock.prod-detail.widget {
    margin-bottom: 0;
}
.form-widget .openQuestion { 
    font-size: 16px;
}  
.form-widget .arrowBtn { 
    margin: 7px 0 0 10px; 
}
.productFinder h3 {
    margin: 0 0 5px 0; 
}
body .gform_wrapper.gform_validation_error .top_label input.medium,
body .gform_wrapper.gform_validation_error .top_label select.medium {
    width: 100%;
    max-width: 100%;
}
body .gform_wrapper #gform_4 textarea.medium { 
    width: 100%;
}
.gform_wrapper #gform_4 .top_label input.medium, .gform_wrapper #gform_4 .top_label select.medium {
    width: 100%;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}
.sideNav ul { 
    padding: 14px 20px 10px 20px; 
}
.sideNav h3 { 
    padding: 10px 20px; 
}
.custom-address {
    border: 1px solid #d8d8d8;
    background-color: #fff;
    padding: 0px 20px 10px 20px;
}
.table-main-wrapper {
    position: relative;
}
.table-inner {
    margin-left: 131px; 
    max-width:100%; 
    overflow: auto;
    border-right: 1px solid #ddd;
}
.table-inner .responsive {
    table-layout: auto;
    border: 0;
    width: 594px;
    white-space: nowrap;
    max-width: 700px;
}
.table-inner .headcol {
    position: absolute;
    width: 134px;
    left: 0;
    line-height: 37px;
    border-top: 0px;
    background: #fff;
}
.error404 .plane {
    background-position: bottom right;
    background-position: bottom right;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
    min-height: 438px;
}
}
/*767 e*/

@media (max-width: 639px){
header {
    padding-top: 0px; 
}
.navbar-default .navbar-toggle { 
    margin: 23px 0px 0 0px;
}
.navbar-brand img {
    max-width: 370px;
}
.navbar-default .navbar-brand { 
    margin-bottom: 14px; 
}
.search-area { 
    margin: 0 0 16px 0;
    width: 100%;
}
.single-your-business .alignright { 
    margin: 20px 0px;
    width: 100%;
}
.single-your-business .alignleft {
    float: left;
    margin-right: 0;
    width: 100%;
}
.partners ul .box1, .partners ul .box2, .partners ul .box3, .partners ul .box4, .partners ul .box5, .partners ul .box6 {
    width: 50%;
}
}
/*639 e*/

@media (max-width: 580px){
.whoAreYou ul li { 
    width: 30%;
}
.whoAreYou ul li:first-child {
    width: 100%;
    margin-bottom: 0;
}
}
@media (max-width: 479px){
.whoAreYou ul li { 
    width: 44%;
}
.navbar-brand img {
    max-width: 300px;
}
.navbar-default .navbar-toggle {
    margin: 14px 0px 0 0px;
}
.search-area {
    margin: 2px 0 16px 0; 
}
.main.main-bot p img {
    margin-bottom: 20px;
    width: 100%;
}
.partners ul .box1, .partners ul .box2, .partners ul .box3, .partners ul .box4, .partners ul .box5, .partners ul .box6 {
    width: 100%;
}
.table-inner .responsive { 
        table-layout: auto;
        border: 0;
        width: 480px;
        white-space: nowrap;
        max-width: 700px; 
    }
}
/*479 e*/


@media (max-width: 359px){
.whoAreYou ul li { 
    width: 100%;
}
.navbar-brand img {
    max-width: 250px;
}
.navbar-default .navbar-toggle {
    margin: 12px 0px 0 0px;
    padding: 7px 8px;
}
.news .newsArticle img { 
    margin-right: 0px;
    margin-bottom: 10px;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}
}
/*359 e*/

