@charset "UTF-8";
/* CSS Document */

/*font-family: 'Fira Sans', sans-serif;
400,600,700*/


*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
}
body {
    font-size: 1em;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
}
header:after, nav:after, section:after, article:after, footer:after, .inner:after, .row:after {
    content: "";
    display: table;
    clear: both;
}
#wrapper {
    width: 100%;
    position: relative;
}
.inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}
h1 {
    font-size: 52px;
    font-weight: 200;
    line-height: 1.2;
    color: #4a5b6c;
}
h1.smaller {
    font-size: 40px;
}
h2 {
    font-size: 25px;
    font-weight: 500;
    color: #44a4b3;
    line-height: 1.2;
}
h3 {
    font-size: 23px;
    color: #4a5b6c;
    font-weight: 200;
    line-height: 1.2;
}
section {
    min-height: 300px;
}
a.tel-link {
    white-space: nowrap;
    text-decoration: none;
}
a[name=sidetop] {
    visibility: hidden;
    display: block;
    height: 90px; /* fixed header height*/
    margin: -90px 0 0; /* negative fixed header height */
}
/*MOBILE HEADER---------------------------------------------*/
.mobile-header {
    display: none;
    height: 70px;
    position: fixed;
    width: 100%;
    background-color: #0c1e56;
    border-bottom: 1px solid #CCC;
    z-index: 1000;
    top: 0;/* text-align: center; */
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.4);
}
.logowrap {
    max-width: 175px;
    margin: 8px auto 0;
    text-align: center;
}
.logowrap p {
    padding: 0;
    color: #EC1F26;
}
.ToggleMenu.Open {
    width: 50px;
    height: 50px;
    float: left;
    background-image: url(../images/responsive/open-menu-button.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #e08503;
    margin: 5px 0 0 5px;
    transition: all 0.5s ease;
}
.ToggleMenu.Open:hover {
    background-color: #666;
}
.ToggleSubMenu.Open {
}
.ToggleRight.Open {
    width: 50px;
    height: 50px;
    float: right;
    background-image: url(../images/responsive/open-search-button.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.ToggleMenu.Close, .ToggleSubMenu.Close, .ToggleRight.Close {
    width: 50px;
    height: 50px;
    padding: 10px;
    background-image: url(../images/responsive/close-menu-button.png);
    background-repeat: no-repeat;
}
.ToggleMenu.Close {
    background-position: right center;
    float: right;
}
.ToggleSubMenu.Close, .ToggleRight.Close {
    background-position: left center;
    float: left;
}
/*TopNav------------------------------*/


/*HEADER---------------------------------------------*/
#header {
    position: relative;
    min-height: 130px;
	
	/* changed by tg on 10/30/2017 */
    background: #0c1e56;
    background: -moz-linear-gradient(top, #06163a 0%, #0c1e56 48%, #0c1e56 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #06163a), color-stop(48%, #0c1e56), color-stop(100%, #0c1e56));
    background: -webkit-linear-gradient(top, #06163a 0%, #0c1e56 48%, #0c1e56 100%);
    background: -o-linear-gradient(top, #06163a 0%, #0c1e56 48%, #0c1e56 100%);
    background: -ms-linear-gradient(top, #06163a 0%, #0c1e56 48%, #0c1e56 100%);
    background: linear-gradient(to bottom, #06163a 0%, #0c1e56 48%, #0c1e56 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06163a', endColorstr='#0c1e56', GradientType=0 );
}
#header .inner {
    min-height: 150px;
}
.header-logo {
    position: absolute;
    left: 20px;
    top: 26px;
}
.header-cta {
    position: absolute;
    right: 20px;
    top: 48px;
}
.header-cta ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.header-cta ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}
.header-cta ul li:first-child {
    /*color:#db8102;*/
    color: #ffca05;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
.header-cta .btn {
    background-color: #2068d4;
    border: 1px solid #2068d4;
}
.header-cta .btn:hover {
    background: #e08503;
    border: 1px solid #e08503;
}
/*CONTENT---------------------------------------------*/
#content {
    position: relative;
    padding: 30px 0 0;
}
#content.homepage {
    position: relative;
    padding: 0px 0;
}
/*FOOTER---------------------------------------------*/
#footer {
    position: relative;
    padding: 20px 0 30px;
    background-color: #333;
    border-top: 10px solid #666;
    color: #969696;
    font-size: 15px;
}
#footer p {
    padding-bottom: 5px;
}
#footer .footer-title {
    color: #ccc;
    text-transform: uppercase;
}
.footer-title a, .footer-title a:visited {
    color: #ccc;
    text-decoration: none;
}
.footer-title a:hover {
    color: #e08503;
}
.footer-address {
    width: 20%;
    float: left;
}
.footer-links {
    width: 40%;
    float: left;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    padding: 0 10px 0;
}
.footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-links ul li {
    background-image: url(../images/footer-nav-arrow.png);
    background-repeat: no-repeat;
    background-position: left 3px;
    margin: 0px 0 8px;
    padding: 0 0 0 14px;
    list-style: none;
}
.footer-links ul li a, .footer-links ul li a:visited {
    color: #969696;
    text-decoration: none;
}
.footer-links ul li a:hover {
    color: #e08503;
}
.footer-right {
    width: 40%;
    float: left;
}
.footer-right:after {
    content: "";
    display: table;
    clear: both;
}
.footer-right .col1 {
    width: 48%;
    float: left;
}
.footer-right .col2 {
    width: 48%;
    float: right;
}
.search-wrap {
    background-color: #0d0d0d;
    border-radius: 4px;
    margin-bottom: 11px;
}
.search-wrap:after {
    content: "";
    display: table;
    clear: both;
}
.search-wrap input[type=text] {
    border: none;
    background-color: transparent;
    color: #CCC;
    padding: 5px;
    height: 35px;
    margin: 0;
    width: calc(100% - 35px);
    float: left;
}
.search-wrap input[type=image] {
    border: none;
    margin: 0;
    display: block;
    width: 35px;
    height: 35px;
    float: right;
}
#footer .copyright {
	font-size: 11px;
	padding-top: 30px;
}
#footer .copyright a {
	text-decoration: none;
	color: #969696;
}
#footer .copyright a:hover {
	text-decoration: underline;
}
/*TOP NAVIGATION---------------------------------------------*/

#TopMenu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 20px;
    top: 12px;
}
#TopMenu li {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0 0 0 10px;
}
#TopMenu li a {
    /*color: #0c1e56;*/
    color: #fff;
    display: block;
    padding: 0px 0px;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 3px;
}
#TopMenu li a:hover {
    /*color:#1b53a8;*/
    color: #e08503;
}
#TopMenu li a:before {
    content: "\00bb";
    display: inline-block;
    /*color:#1b53a8;*/
    color: #e08503;
    font-weight: normal;
    margin-right: 3px;
    font-size: 14px;
}
#TopMenu li.supplier-requirements a {
    color: #000;
    background-color: #e08503;
    display: block;
    padding: 1px 10px;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 3px;
}
#TopMenu li.supplier-requirements a:hover {
    background-color: #333;
    color: #fff;
}
#TopMenu li.supplier-requirements a:before {
    content: "";
    display: none;
}
/*MAIN NAVIGATION---------------------------------------------*/
#nav {
    /*position: relative;
	float:right;
	clear:right;*/
    position: absolute;
    right: 20px;
    clear: right;
    bottom: 22px;
}
#nav:after {
    content: "";
    display: table;
    clear: both;
}
#nav ul, #nav ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}
#nav > ul {
    overflow: hidden;
    padding: 0;
    margin: 0;
    list-style: none;
}
#nav > ul > li {
    float: left;
    list-style: none;
}
#nav ul > li > a {
    /*color: #0c1e56;*/
    color: #FFF;
    display: block;
    padding: 5px 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 3px;
}
#nav ul > li.menu-item-has-children > a {
    background-image: url(../images/nav-arrow-white.png);
    background-repeat: no-repeat;
    background-position: right 5px top 10px;
    padding: 5px 20px 5px 15px;
    border-radius: 0px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
#nav > ul > li:hover > a {
    color: #FFF;
    background-color: #e08503;
}
#nav ul > li.menu-item-has-children:hover > a {
    background-image: url(../images/nav-arrow-white.png);
}
/*Sub Menus------------------------------------------*/
#nav ul.sub-menu {
    display: none;
    position: absolute;
    z-index: 100;
    width: 200px;
    line-height: 1.2;
}
/*First Tier-------------*/


#nav > ul > li > ul.sub-menu {
    background-color: #e08503;
    border-radius: 3px;
    border-top-left-radius: 0;
}
#nav > ul > li:hover > ul.sub-menu {
    display: block;
}
#nav > ul > li > ul.sub-menu > li > a {
    color: #FFF;
    text-transform: none;
}
#nav > ul > li > ul.sub-menu > li:hover > a {
    color: #e08503;
    background-color: #333;
}
/*Second Tier-------------*/
#nav > ul > li > ul.sub-menu > li {
    position: relative;
}
#nav > ul > li > ul.sub-menu > li > ul.sub-menu {
    top: 0px;
    right: -200px;
    background: rgba(92,22,22,.75);
}
#nav > ul > li > ul.sub-menu > li:hover > ul.sub-menu {
    display: block;
}
#nav > ul > li > ul.sub-menu > li > ul.sub-menu > li > a {
    color: #f4d584;
}
#nav > ul > li > ul.sub-menu > li > ul.sub-menu > li:hover > a {
    background-color: #f4d584;
    color: #5c1616;
}
/*TOUCH STYLES----------------------------------*/
.touch-device #NavMenu > li.menu-item-has-children > a:hover { /*remove hover style for touch*/
    background-color: transparent;
    color: #FFF;
}
.touch-device #NavMenu > li.menu-item-has-children:hover { /*remove hover style for touch*/
    background-color: transparent;
    color: #FFF;
}
.touch-device #NavMenu > li.menu-item-has-children.active > a {/*in place of hover style*/
    color: #fff;
    background-color: #e08503;
}
.touch-device #NavMenu > li.menu-item-has-children:hover > ul.sub-menu {/*remove hover style for touch*/
    display: none;
}
.touch-device #NavMenu > li.menu-item-has-children.active > ul.sub-menu {
    display: block;
}
.touch-device #nav > ul > li > ul.sub-menu > li > ul.sub-menu {
    top: 0px;
    right: auto;
    position: relative;
    display: block !important;
    background: rgba(92,22,22,.75);
}
.touch-device #nav > ul > li > ul.sub-menu > li > ul.sub-menu > li> a:before {
    content: "- ";
}
#nav #menu-item-543, #nav #menu-item-544 {
    display: none;
}
.touch #nav #menu-item-543, .touch #nav #menu-item-544 {
    display: block;
}
/*WP Images---------------------------*/
img.alignleft {
    display: block;
    float: left;
    margin: 0 20px 20px 0;
}
img.alignright {
    display: block;
    float: right;
    margin: 0 0px 20px 20px;
}
img.aligncenter {
    display: block;
    margin: 0 auto 20px;
}
/*Side Menu WP---------------------------------------------------------*/


#sidemenu ul#SideMenu {
}
#sidemenu {
    clear: both;
    background-color: #1b53a8;
}
.sidr ul li ul li {
    line-height: 1.8 !important;
    font-size: 13px!important;
}
#sidemenu > ul {
    border: none !important;
    margin-top: 55px;
    margin-bottom: 0;
}
#sidemenu > ul > li {
    border-top: none !important;/*border-bottom:1px solid #7f442f;*/
}
#sidemenu .sub-menu {
    border: none !important;
}
#sidemenu ul > li > a {
    padding-left: 30px !important;
}
#sidemenu ul > li > a:hover {
    background-color: #e08503;
    color: #FFF;
}
#sidemenu .sub-menu li a {
    padding: 5px 15px;
}
/*menu-item-has-children*/
/*Firt tier with sub-menu---------------------*/
#sidemenu > ul > li.menu-item-has-children > a {
    background-image: url(../images/responsive/sidelinks-expand.png);
    background-repeat: no-repeat;
    background-position: left 6px;
}
#sidemenu > ul > li.menu-item-has-children.active > a {
    background-image: url(../images/responsive/sidelinks-close.png);
    background-color: #0c1e56 !important;
}
/*Second Tier-------------------------------*/

#sidemenu > ul > li > ul.sub-menu {
    display: none;
    background-color: #0c1e56;
    border-top: none;
}
#sidemenu > ul > li > ul.sub-menu > li {
    border-top: none;
}
#sidemenu > ul > li > ul.sub-menu > li > a {
}
#sidemenu > ul > li > .sub-menu > li:hover > a {
    background-color: #758391;
    color: #fff;
}
/*Third Tier-------------------------------*/
#sidemenu > ul > li > ul.sub-menu > li > ul.sub-menu {
    border-top: none;
    margin-bottom: 20px;
}
#sidemenu > ul > li > ul.sub-menu > li > ul.sub-menu > li {
    border-top: none;
}
#sidemenu > ul > li > ul.sub-menu > li > ul.sub-menu > li > a {
    padding-left: 45px !important;
    padding: 0px 10px 0px 45px !important;
}
#sidemenu > ul > li > ul.sub-menu > li > ul.sub-menu > li:hover > a {
    background-color: #EEE;
    color: #333;
}
#sidemenu > ul > li > ul.sub-menu > li > ul.sub-menu > li > a:before {
    content: "- ";
}
.sub-menu li:hover {
    border: none !important;/*background-color: #EEE !important;*/
}
/*Side Menu other links/small menu----------------*/
.smallmenu {
    text-align: left;
    font-size: 0.867em;
    border: none !important;
    margin-top: 0 !important;
}
.smallmenu li {
    padding: 0;
    line-height: 42px !important;
    border: none !important;
}
.smallmenu li a {
    padding: 0 0 0 35px !important;
}
/*HOMEPAGE-------------------------------------*/
.home-banner {
    min-height: 400px;
    background-color: #000;
    position: relative;
    overflow: hidden;
}
.home-banner-slide {
    min-height: 400px;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    overflow: hidden;
}
.royalSlider {
    width: 100%;
    height: 400px;
}
.rsDefault .rsBullets {
    height: 20px;
    display: none;
}
.rsLink {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 20;
    background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    -webkit-backface-visibility: hidden;
}
.home-banner-text-wrap {
}
.home-banner-text {
    position: absolute;
    /*width: 50%;
	right: 60px;*/
    width: 40%;
    right: 20px;
    top: 110px;
    background: rgba(0,0,0,.65);
    padding: 30px;
    color: #e08503;
    font-size: 36px;
    font-weight: 300;
}
.home-banner-slide a {
    color: #FFF;
    text-decoration: none;
}
.home-banner-text h1 {
    font-size: 50px;
    font-weight: 700;
    padding-bottom: 10px;
    line-height: 1.1;
    color: #FFF;
}
.home-banner-text h2 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #44a4b3;
    line-height: 1.1;
}
.home-banner-text p {
    color: #ffca05;
    font-size: 36px;
    font-weight: 600;
}
.home-banner-text p span {
    color: #fff;
}
.home-banner-text a.btn {
    font-size: 24px;
    font-weight: 700;
    padding: 8px 15px;
    text-transform: uppercase;
}
.need-quote {
    background-color: #e08503;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    padding: 8px 0;
}
.need-quote a.tel-link {
    color: #404040;
}
.need-quote p {
    padding: 0;
    margin: 0;
}
.midbar {
    /*background-color: #0c1542;*/
    color: #FFF;
    text-align: center;
    padding: 30px 0;
	/* changed by tg on 10/30/2017 */
    background: #0c1e56;
    background: -moz-linear-gradient(top, #06163a 0%, #0c1e56 48%, #0c1e56 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #06163a), color-stop(48%, #0c1e56), color-stop(100%, #0c1e56));
    background: -webkit-linear-gradient(top, #06163a 0%, #0c1e56 48%, #0c1e56 100%);
    background: -o-linear-gradient(top, #06163a 0%, #0c1e56 48%, #0c1e56 100%);
    background: -ms-linear-gradient(top, #06163a 0%, #0c1e56 48%, #0c1e56 100%);
    background: linear-gradient(to bottom, #06163a 0%, #0c1e56 48%, #0c1e56 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06163a', endColorstr='#0c1e56', GradientType=0 );
}
.midbar .title {
    color: #FFF;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.midbar .subtitle {
    color: #FFF;
    font-weight: 300;
    font-size: 26px;
    padding-bottom: 10px;
}
.home .hentry {
    margin-bottom: 0;
}
.home-content {
    padding: 20px 0;
    background-color: #EEE;
}
.home-content:after {
    content: "";
    display: table;
    clear: both;
}
.home-content .col1 {
    width: 37%;
    float: left;
}
.home-content .col2 {
    width: 26%;
    float: left;
    text-align: center;
}
.home-content .col2 img {
    display: block;
    margin: auto;
}
.home-content .col3 {
    width: 37%;
    float: left;
}
.home-content-cta {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #3e6aac;
    clear: both;
}
.home-content .gridcol {
    overflow: visible;
}
.home-content .cta-box {
    border: 1px solid #CCC;
    padding: 10px;
    border-radius: 5px;
    background-color: #FFF;
    -webkit-box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.2);
}
.home-content .cta-box:after {
    content: "";
    display: table;
    clear: both;
}
.home-content .cta-box .title {
    font-size: 22px;
    padding-bottom: 5px;
}
.home-content .cta-box {
    font-size: 14px;
}
.home-content .cta-image {
    width: 165px;
    float: left;
}
.home-content .cta-box-link {
    display: inline-block;
    padding: 5px 10px;
}
.home-content .cta-content {
    width: calc(100% - 175px);
    float: right;
    text-align: left;
}

@media (min-width:641px) and (max-width:1175px) {
.home-content .cta-image, .home-content .cta-content {
    width: auto;
    float: none;
    text-align: center;
}
}

@media (max-width:480px) {
.home-content .cta-image, .home-content .cta-content {
    width: auto;
    float: none;
    text-align: center;
}
}
.home-bottom {
    padding: 10px 0;
    background-color: #739d74;
    color: #FFF;
    font-weight: 300;
}
.home-bottom .title {
    color: #FFF;
    font-size: 26;
    font-weight: 300;
}
.home-bottom a:link, .home-bottom a:visited {
    color: #FFF;
}
.home-bottom a:hover {
    color: #333;
}
.flex-video {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.flex-video {
    position: relative;
    padding-top: 1.5625em;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 1em;
    overflow: hidden;
}
.flex-video.widescreen {
    padding-bottom: 57.25%;
}
.flex-video.vimeo {
    padding-top: 0;
}
.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.flex-video {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
ul.checklist {
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    margin: 5px 0 45px;
    list-style: none;
}
ul.checklist li {
    list-style: none;
    padding: 0 0 0 30px;
    margin: 0 0 10px;
    background-image: url(../images/checkmark.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: left 5px;
}
.download-cta {
    text-align: center;
    border-top: 2px dotted #ccc;
    border-bottom: 2px dotted #CCC;
    padding: 20px 0;
    margin: 0 0 30px;
}
.download-title {
    color: #1b53a8;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px !important;
}
.download-cta p {
    margin: 0;
    padding: 0;
}
.download-cta .btn {
    font-size: 24px;
}
/*section blocks------------*/
.section-block {
    min-height: 200px;
    margin: 0;
    padding: 30px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    overflow: hidden;
    background-color: #FFF;
}
.section-block:after {
    content: "";
    display: table;
    clear: both;
}
.section-block.tan {
    background-color: #EEE;
}
.section-block.light-blue {
    background-color: #e2e7ed;
}
.border-bottom {
    border-bottom: 1px solid #d6c4c4;
}
.border-top {
    border-top: 1px solid #d6c4c4;
}
.section-block-left {
    width: 48%;
    float: left;
    overflow: hidden;
}
.section-block-right {
    width: 48%;
    overflow: hidden;
    float: right;
}
.section-block-content {
    padding: 20px 0px;
}
/*INTERNAL BANNERS-------------------------------*/

h1.no-banner, h2.no-banner {
    margin-top: 20px;
}
h1.no-banner a, h2.no-banner a {
    color: #2e3e4f;
    text-decoration: none;
}
.internal-banner {
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 453px;
    background-color: #2e3e4f;
    top: 0;
}
.internal-banner-content {
    position: absolute;
    width: 55%;
    left: 60px;
    top: 40px;
    background: rgba(255,255,255,.85);
    padding: 30px;
}
.internal-banner-content h1 {
    font-size: 45px;
    font-weight: 700;
    padding-bottom: 10px;
    line-height: 1.1;
    color: #000;
}
.internal-banner-content h2 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #000;
    line-height: 1.1;
}
.internal-banner-content p {
    font-size: 16px;
    font-weight: 200;
    padding-bottom: 15px;
}
.internal-banner-content a.btn {
    font-size: 24px;
    font-weight: 700;
    padding: 8px 15px;
    text-transform: uppercase;
}
/*video list table-----------------------------------*/

table.video-list {
    border-collapse: collapse;
}
table.video-list > tbody > tr > td.thumb {
    padding-right: 30px;
}
table.video-list tbody > tr > td.thumb img {
    max-width: none;
}
table.video-list > tbody > tr > td {
    vertical-align: top;
    padding-top: 4px;
}
table.video-list h2 {
    font-size: 18px;
    padding-bottom: 5px;
    line-height: 1.3;
}

@media (min-width:768px) and (max-width:1000px) {
table.video-list > tbody > tr > td, table.video-list > tbody > tr > th {
    display: block !important;
    width: 100% !important;
}
table.video-list > tbody > tr > td:after {
    content: "";
    display: table;
    clear: both;
}
}

@media (max-width:580px) {
table.video-list > tbody > tr > td, table.video-list > tbody > tr > th {
    display: block !important;
    width: 100% !important;
}
table.video-list > tbody > tr > td:after {
    content: "";
    display: table;
    clear: both;
}
table.video-list tbody > tr > td.thumb img {
    max-width: 100%;
}
}
/*EVENTS-----------------------------------------*/

/*Paginate---------------------------*/

.paginate-links {
    margin-top: 20px;
}
.page-numbers {
    margin: 0 0 5px;
    padding: 0;
    list-style: none;
}
.page-numbers li {
    display: inline-block;
    margin: 0 2px;
}
span.page-numbers {
    border: 1px solid #CCC;
    display: block;
    background-color: #EEE;
    padding: 2px 7px;
}
a.page-numbers {
    border: 1px solid #CCC;
    display: block;
    padding: 2px 7px;
    text-decoration: none;
}
a.page-numbers:hover {
    background-color: #333;
    color: #FFF;
    border: 1px solid #333;
}
.eventwrap {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px
}
.eventwrap:after {
    content: '';
    display: table;
    clear: both;
}
.eventwrap .btn {
    display: inline-block;
}
.eventwrap .eventthumbnail {
    float: right;
    margin: 0 0 10px 10px;
    max-width: 250px;
}
.eventwrap .eventtitle {
    font-size: 24px;
}
.eventwrap .eventtitle a {
    text-decoration: none;
}
.posted-date {
    margin-bottom: 10px;
    font-size: 13px;
    color: #666;
}
.credit-byline {
    font-style: italic;
    font-size: 12px;
}
.news-bottom {
    font-style: italic;
    font-size: 12px;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px dotted #CCC;
}

@media (max-width:640px) {
.eventwrap .eventthumbnail {
    float: none;
    margin: 0 0 20px;
}
}
/* FAQ Page */

#accordion {
}
dt, dd {
    background-color: #fafafa;
    border: 1px solid #ddd;
}
dt {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.4;
    color: #333;
    padding: 20px 20px 18px 20px;
    border-radius: 3px;
    margin-top: 20px;
}
dt:first-child {
    margin-top: 0px;
}
dt:hover {
    color: #44a4b3;
    cursor: pointer;
}
dd {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #222;
    padding: 10px 20px 20px 20px;
    border-radius: 0 0 3px 3px;
    border-top-color: #EEE;
    margin-left: 0;
    margin-top: -2px;
    margin: -2px 0 0;
    box-shadow: inset 0 1px 0 0 #FFF;
}
.hide {
    display: none;
}
span.padded, div.padded, p.padded {
    padding: 10px 10px 0 0;
}
/** blog *******/

/*BLOG--------------------------*/
aside section {
    min-height: 0;
}
.blog-left {
    width: 69.25329%; /*946/1366*/
    float: left;
    padding-right: 4.39238%; /*60/1366*/
    border-right: 1px dotted #c3c9cf;
}
.blog-right {
    width: 26.35431%; /* 360/1366*/
    float: right;
    padding-top: 20px;
}
/*BLOG HOME------------------------------------------*/
#blog-list article {
    margin-bottom: 20px;
}
#blog-list article:nth-child(even) {
}
.blog-block {
    border: 1px solid #C3C9CC;
    margin: 20px auto;
    background-color: #EEE;
}
.blog-block:after {
    content: "";
    display: table;
    clear: both;
}
.blog-block img {
    display: block;
    float: left;
    margin: 10px 0 10px 10px;
    /*width: 34.56221%;*/ /*150/434*/
    width: 22.49718%;/*200/889*/
}
.blog-block a:hover img {
    opacity: 0.8;
}
.blog-block .article-content {
    padding: 10px 10px 10px 40px;
    float: left;
    /*width: 59.90783%;*/ /*260/434*/
    width: 71.142857%; /*635/889*/
    text-align: left;/*font-size: 0.895em;*/
}
.blog-block .article-content h2 {
    font-size: 1.526em;
    line-height: 1.2;
    color: #dc1309;
    margin: 5px 0 14px;
    word-spacing: normal;
    padding: 0 0 5px;
}
.blog-block .article-content h2 a {
    text-decoration: none;
    color: #1c90ab;
}
.blog-block .article-content h2 a:hover {
    color: #000;
}
.blog-block .article-content .date {
    padding: 0 0 14px;
    margin: 0;
    text-transform: uppercase;
    font-size: 0.895em;
    color: #888;
    letter-spacing: 1px;
}
/*category list page------------------------------------------*/
 
.entry-footer .cat-links, .entry-footer .tags-links, .entry-footer .comments-link {
    margin-right: 10px;
}
article.category-block {
    border: 1px solid #CCC;
    padding: 10px 10px 20px;
}
article.category-block:nth-child(even) {
    background-color: #EEE;
}
article.category-block:nth-child(even) .entry-footer {
    background-color: #FFF;
}
article.category-block .entry-title {
    color: #111;
    font-size: 34px;
}
article.category-block .entry-title a {
    text-decoration: none;
}
article.category-block .entry-content {
    margin-bottom: 10px;
}
.cat-introtext {
    margin-bottom: 10px;
}
article.category-block .more-link {
    display: inline-block;
    margin: 10px 0;
    color: #FFF;
    text-decoration: none;
    padding: 2px 10px;
    background-color: #CCC;
}
article.category-block .more-link:hover {
    background-color: #999;
}
/*ALL POSTS PAGE--------------------------------------------*/
.all-posts-block {
    border-top: 2px dashed #c9cdd2;
    padding: 20px 0 20px;
}
.all-posts-block:first-child {
    border-top: none;
    padding-top: 0;
}
.all-posts-block h2 {
    margin: 0px 0px 20px;
}
.all-posts-block ul {
    font-size: 16px;
}
.all-posts-block li {
    margin-bottom: 5px;
}
.widget-area {
    margin-bottom: 20px;
    color: #758391;
}
.widget {
    margin: 0;
    padding: 10px 16px;
}
.widget-title {
    padding: 0;
    margin: 0 0 10px;
    font-size: 18px;
}
.widget ul {
    margin: 0;
    padding: 0;
}
.widget ul li {
    list-style: none;
    padding: 2px 0 3px 30px;
    color: #758391;
    background-image: url(../images/arrow-wht.png);
    background-repeat: no-repeat;
    background-position: left top;
    line-height: 1.1;
}
.widget a {
    color: #758391;
    text-decoration: none;
}
.widget a:hover {
    color: #333;
}
input.search-field {
    width: 70%;
    min-width: 100px;
}
.entry-footer {
    display: none;
}
.widget_archive select {
    margin: 16px;
    padding: 5px;
    width: 88%;
    height: 34px;
    border: 1px solid #fff;
    font-size: 14px;
}
/*WP PREV and NEXT Posts Links---------------------------------------------*/

.posts-navigation {
    margin: 15px auto;
}
.posts-navigation:after {
    content: "";
    display: table;
    clear: both;
}
.nav-links {
    border-top: 1px dotted #C3C9D1;
    padding-top: 15px;
}
.nav-links a {
    text-decoration: none;
    display: inline-block;
    color: #333;
    font-size: 11px;
    line-height: 1.2;
    font-family: "Raleway", Arial, sans-serif;
    padding-top: 2px;
}
.nav-previous {
    background-image: url(../images/prev.png);
    background-repeat: no-repeat;
    background-position: left 4px;
    padding-left: 20px;
    float: left;
    width: 40%;
    text-align: left;
}
.nav-next {
    background-image: url(../images/next.png);
    background-repeat: no-repeat;
    background-position: right 4px;
    padding-right: 20px;
    float: right;
    width: 40%;
    text-align: right;
}
a.more-link {
    font-size: 1.429em;
}
.byline {
    display: none;
}
.list .entry-content, .list .entry-summary {
    margin-top: 0;
}
.entry-content {
    line-height: 1.7;
}
.entry-content h2, .entry-content h3 {
    word-spacing: normal;
}
h6 {
    color: #666;
    font-size: 1.429em;
    font-weight: 300;
    background-color: #FFF;
    padding: 20px;
    border: 1px solid #DDD;
    margin: 0 0 40px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(204,204,204,1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(204,204,204,1);
    box-shadow: 2px 2px 5px 0px rgba(204,204,204,1);
}
h6 strong, h6 em {
    font-weight: 300;
    color: #dc1309;
}
/*WP COMMENTS---------------------------------------------------*/
#comments {
    margin-top: 50px;
}
#comments strong, #comments b {
    font-weight: 400;
}
h2.comments-title {
    font-size: 20px;
    line-height: 1.4;
    color: #111;
}
.comments-title span {
    font-weight: 400;
}
ol.comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
ol.comment-list > li {
}
ol.children {
    margin: 10px 0 10px 30px;
    padding: 0;
    list-style: none;
}
ol.children li {
    padding: 0 0 0 30px;
    border-left: 1px dashed #CCC;
}
span.reply {
    float: right;
    margin-right: 10px;
}
a.comment-reply-link {
    padding: 4px 6px;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    border: 1px solid #CCC;
}
a.comment-reply-link:hover {
    background-color: #EEE;
}
.comment-content {
/*font-size: .8571428em; */
	
}
.comment-content p {
    margin-bottom: 10px;
}
.comment-metadata {
    font-size: 14px;
    margin: 20px 0 10px;
    color: #777;
}
.comment-metadata a, .comment-metadata a:hover {
    color: #777;
}
.comment-metadata a {
    text-decoration: none;
}
#respond.comment-respond {
    /*border-top: 1px solid #CCC;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;*/
    margin: 10px auto;
}
#comments > #respond {
    border-top: none;
    border-bottom: none;
    margin: 30px auto;
}
span.required {
    color: #cc0000;
}
.comment-awaiting-moderation {
    color: #cc0000;
    margin: 0 0 5px;
}
.comment-form p {
    margin: 0 0 8px;
    padding: 0;
}
.comment-form p.form-submit {
    margin-top: 15px;
    margin-left: 105px;
}
.comment-form input[type=text] {
    padding: 5px;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
}
.comment-form input[type=submit] {
}
.comment-form input[type=submit]:hover {
}
.comment-form textarea {
    padding: 5px;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    height: 100px;
    width: 70%;
}
.comment-form-comment label, .comment-form-author label, .comment-form-email label, .comment-form-url label {
    width: 100px;
    display: inline-block;
}
a.comment-edit-link, #cancel-comment-reply-link {
    font-size: 12px;
    display: inline-block;
    background-color: #ccc;
    padding: 0px 4px;
    margin-left: 5px;
    text-transform: uppercase;
    color: #333;
    text-decoration: none;
}
a.comment-edit-link:hover, #cancel-comment-reply-link:hover {
    background-color: #dddbdb;
    color: #FFF;
}
p.logged-in-as {
    padding: 5px 0;
    margin: 0 0 10px;
    font-size: 15px;
}
h3.comment-reply-title {
    margin-bottom: 20px;
    color: #111;
    font-weight: 300;
}
.g-recaptcha {
    margin-bottom: 20px !important;
}
.comment-author .avatar {
    float: left;
    margin-right: 12px;
}
.comment-metadata {
    clear: left;
}
.blog .blog-left h1 {
    font-size: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 1.2;
    color: #00A8BA;
    font-family: "Raleway", Arial, sans-serif;
    font-weight: 700;
}
.blog .blog-left h1.no-banner, .blog .blog-left h2.no-banner {
    font-size: 52px;
    font-weight: 200;
    line-height: 1.2;
    color: #4a5b6c;
    padding-top: 0;
}
.blog .blog-left h2 {
    font-size: 20px;
    line-height: 1.4;
    color: #2e3e4f;
    font-family: "Raleway", Arial, sans-serif;
    font-weight: bold;
    padding: 0;
    margin: 0px 0px 20px;
}
.blog .blog-left h3 {
    font-size: 20px;
    line-height: 1.4;
    font-family: "Raleway", Arial, sans-serif;
    font-weight: bold;
    color: #0099a8;
    padding: 0;
    margin: 0px 0px 20px;
}
.blog .blog-left h4 {
    font-size: 18px;
    font-family: "Raleway", Arial, sans-serif;
    font-weight: bold;
    line-height: 1.2;
    color: #2e3e4f;
    padding: 0;
    margin: 0px 0px 20px;
}
.blog .blog-left h5 {
    font-size: 18px;
    font-family: "Raleway", Arial, sans-serif;
    font-weight: bold;
    line-height: 1.2;
    color: #0099a8;
    padding: 0;
    margin: 0px 0px 20px;
}
.blog .blog-left ul, .blog .blog-left ol {
    margin: 0 0 30px;
    padding: 0
}
.blog .blog-left li {
    list-style-type: none;
    background-position: left 3px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    margin-bottom: 18px
}
.posted-on {
    text-transform: uppercase;
    color: #666;
}
.entry-meta {
    margin-bottom: 20px;
}
.entry-content img {
    margin: 20px;
}
.square {
    background-color: rgba(255, 255, 255, .6);
    padding: 10px;
}
.squaregrey {
    background-color: rgba(0, 0, 0, .2);
    padding: 30px;
}
/*Contact Form----------------------*/

.contact-form {
    border: 1px solid #CCC;
    padding: 15px;
    background-color: #EEE;
}
.nf-form-fields-required {
    margin: 0 0 10px;
    font-size: 13px;
    font-style: italic;
}
span.nf-form-title {
    display: none;
}
.contact-pref .list-radio-wrap .nf-field-element li, .contact-pref .list-checkbox-wrap .nf-field-element li {
    display: inline-block;
    margin-right: 20px !important;
}
.contact-form .field-wrap input[type="submit"], .contact-form .field-wrap input[type="button"], .contact-form .field-wrap button {
    width: auto;
    font-size: 20px;
    padding: 10px 15px;
    cursor: pointer;
    font-weight: 400;
    margin: 0px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    color: #FFF;
    background: #0c1e56 !important;
    border: 1px solid #0c1e56 !important;
    box-shadow: none !important;
    text-shadow: none !important;
}
.contact-form .field-wrap input[type="submit"]:hover, .contact-form .field-wrap input[type="button"]:hover, .contact-form .field-wrap button:hover {
    color: #FFF;
    background: #e08503 !important;
    border: 1px solid #e08503 !important;
    box-shadow: none !important;
    text-shadow: none !important;
}
.contact-form .nf-field-element textarea {
    height: 95px;
}
.label-hidden.required-field:after {
    content: "*";
    color: #E80000;
    position: absolute;
    right: 0;
    top: 0;
}
.label-hidden textarea, .label-hidden input {
    width: calc(100% - 10px) !important;
}
/*SIDE CONTENT---------------------------------*/

.sidebox {
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}
.sidebox .title {
    font-size: 22px;
    line-height: 1.2;
    text-transform: none;
}
.sidebox .title a {
    color: #1b53a8;
}
.sidebox.phonecta {
    background-color: #0c1e56;
    color: #FFF;
    font-size: 15px;
    text-align: center;
}
.sidebox.phonecta span {
    font-size: 28px;
    color: #e08503;
    display: block;
    font-weight: 600;
}

@media (max-width:790px) {
.sidebox.phonecta span {
    font-size: 22px;
}
}

/*Phone Cta at bottom */
@media (max-width:640px) {
.sidebox.phonecta.alt {
    display: none;
}
}
.sidebox.phonecta span a {
    color: #e08503;
    text-decoration: none;
}
.sidebox.phonecta span a:hover {
    color: #ffffff;
    text-decoration: none;
}
.sidebox.list {
    background-color: #cfd7e3;
}
.sidebox.sidecta {
    background-color: #0c1e56;
    font-weight: 400;
    color: #e08503;
    font-size: 20px;
}
.sidebox.sidecta a {
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(../images/yellow-circle-arrow.png);
    background-position: left 4px;
    padding-left: 31px;
    color: #FFF;
    text-transform: uppercase;
    background-size: 30px;
    text-decoration: none;
}
.sidebox.sidecta a:hover {
    color: #3e6aac;
}
.sidebox.sideform {
    background-color: #EEE;
    border: 1px solid #CCC;
}
.sideform-top {
}
.sideform-top .title {
    padding-bottom: 10px;
}
.sidebox.sideform .label-above .nf-field-label {
    margin-bottom: 3px;
}
.sidebox.sideform .nf-field-container {
    margin-bottom: 15px;
}
.sidebox.sideform .field-wrap input[type="submit"], .sidebox.sideform .field-wrap input[type="button"], .sidebox.sideform .field-wrap button {
    width: auto;
    font-size: 20px;
    padding: 10px 15px;
    cursor: pointer;
    font-weight: 400;
    margin: 0px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    color: #FFF;
    background: #0c1e56 !important;
    border: 1px solid #0c1e56 !important;
    box-shadow: none !important;
    text-shadow: none !important;
}
.sidebox.sideform .field-wrap input[type="submit"]:hover, .sidebox.sideform .field-wrap input[type="button"]:hover, .sidebox.sideform .field-wrap button:hover {
    color: #FFF;
    background: #e08503 !important;
    border: 1px solid #e08503 !important;
    box-shadow: none !important;
    text-shadow: none !important;
}
.sidebox.sideform .field-wrap button.nf-fu-fileinput-button, .contact-form .field-wrap button.nf-fu-fileinput-button {
    width: auto;
    font-size: 12px !important;
    padding: 5px 10px !important;
    cursor: pointer;
    font-weight: 400 !important;
    margin: 0px 0 0px 0 !important;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    color: #fff;
    background: #999 !important;
    border: 1px solid #999 !important;
    box-shadow: none !important;
    text-shadow: none !important;
}
.sidebox.sideform .field-wrap button.nf-fu-fileinput-button:hover, .contact-form .field-wrap button.nf-fu-fileinput-button:hover {
    color: #333;
    background: #ccc !important;
    border: 1px solid #ccc !important;
}
/*.file_upload-wrap .nf-field-label{
	width:85px !important;display:inline-block;
}
.file_upload-wrap .nf-field-element{
	width:calc(100% - 85px) !important;display:inline-block;
}
*/

.sidebox.sideform .nf-field-element textarea {
    height: 75px;
}
/*INDUSTRIES SERVED------------------------------------------*/
a.cta-link {
    color: #e08503;
    text-decoration: none;
    font-weight: 600;
    font-size: 28px;
}
a.cta-link span {
    color: #0c1e56;
    margin-right: 5px;
}
a.cta-link:hover {
    color: #999;
}
.testimonial-wrap {
    background-color: #EEE;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #CCC;
}
.testimonial {
    margin-bottom: 10px;
    font-style: italic;
    font-size: 17px;
}
.testimonial-wrap .author {
    font-style: italic;
    font-size: 13px;
}
/*Industries Main*/
.industries-ctas {
    text-align: center;
    padding: 20px;
    border: 1px solid #CCC;
    border-radius: 4px;
    background-color: #EEE;
}
.cta-box {
    text-align: center;
}
.cta-image img {
    display: block;
    margin: 0 auto;
}
.cta-image a:hover img {
    opacity: .75;
}
.cta-box-link a, .cta-box-link a:visited {
    display: block;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #0c1e56;
    padding: 5px;
    border-radius: 4px;
    color: #f2b764;
}
.cta-box-link a span {
    display: block;
    font-size: 14px;
    text-transform: none;
    color: #FFF;
}
.cta-box-link a:hover {
    background-color: #1b53a8;
    color: #FFF;
}
/*Quality Assurance---------------------------------*/

.quality-assurance {
    text-align: center;
    border: 1px solid #CCC;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 10px 15px;
}
.image-group {
    margin-bottom: 10px;
}
.image-group img {
    display: inline-block;
    margin: 0 5px 5px;
}
/*ABOUT--------------------------------*/

section.section-block {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
    background-repeat: no-repeat;
    background-position: center top;
}

@media (min-width:1600px) {
section.section-block {
    background-size: cover;
}
}
.content-bg {
    border-radius: 4px;
    background-color: rgba(255,255,255,.85);
    padding: 15px;
}
section.section-block.main {
    background-image: url(../images/backgrounds/background-main.jpg);
    background-position: center bottom;
}
section.section-block.eco-friendly {
    background-image: url(../images/backgrounds/background-eco.jpg);
}
section.section-block.quality-record {
    background-image: url(../images/backgrounds/background-quality.jpg);
}
section.section-block.quality-record .content-bg {
    background-color: transparent;
}
section.section-block.complete-print {
    background-image: url(../images/backgrounds/background-facility.jpg);
}
section.section-block.complete-print .content-bg {
    background-color: rgba(255,255,255,.85);
}
.customer-quote {
    margin-bottom: 30px;
    border-bottom: 2px dotted #CCC;
}
.customer-quote .quote {
    font-style: italic;
}
.customer-quote .quote-author {
    font-style: italic;
}
ul.nobullets {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}
ul.nobullets li {
    margin: 0 0 5px;
    padding: 0;
    list-style: none;
}
ul.naics {
    font-size: 14px;
}
a.supplier-cta {
    display: inline-block;
    border-radius: 4px;
    background-color: #0c1e56;
    font-size: 28px;
    color: #e08503;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    padding: 15px;
    text-decoration: none;
}
a.supplier-cta span {
    display: block;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
}
a.supplier-cta:hover {
    background-color: #e08503;
    color: #000;
}
a.supplier-cta:hover span {
    color: #000;
}
.sidebox.manufacturers {
    border: 1px solid #CCC;
}
.sidebox.manufacturers ul.checklist {
    font-size: 15px;
    margin: 0;
}
.sidebox.manufacturers ul.checklist li {
    list-style: none;
    padding: 0 0 0 23px;
    margin: 0 0 10px;
    background-size: 18px;
    background-position: left 4px;
}
ul.manufacturer-list {
    padding: 0;
    margin: 0 0 15px;
    list-style: none;
}
ul.manufacturer-list li img {
    display: block;
    margin-bottom: 5px;
    max-width: 125px;
    margin: 0 0 10px;
}
ul.manufacturer-list li {
    padding: 0;
    margin: 0 0 15px;
    list-style: none;
}
.manufacturer-wrap {
    margin-bottom: 20px;
}
.manufacturer-wrap:after {
    content: "";
    clear: both;
    display: table;
}
.manufacturer {
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
}
.manufacturer:after {
    content: "";
    clear: both;
    display: table;
}
.manufacturer-logo {
    width: 125px;
    float: left;
}
.manufacturer-content {
    width: calc(100% - 135px);
    float: right;
    padding: 18px 0;
    min-height: 55px;
}

@media (max-width:1100px) {
.manufacturer-logo {
    width: 125px;
    float: none;
}
.manufacturer-content {
    width: auto;
    float: none;
    padding: 5px 0;
    min-height: 0;
}
}


/******************************************/
/******************************************/
/**styles**/
/******************************************/
/******************************************/

a {
    outline: none;
    cursor: pointer;
    color: #2d5ead;
}
a:hover {
    color: #666;
}
a:visited {
    color: #2d5ead;
}
a:focus {
    outline: 0;
}
p {
    margin: 0px;
    padding: 0px 0px 22px;
}
img {
    max-width: 100%;
    border: none;
}
form {
    margin: 0px;
    padding: 0px;
}
input, textarea, select, option {
    font-size: 1em;
    resize: none;
    font-weight: 300;
}
input, textarea, select {
    border: 1px solid #CCC;
    padding: 5px;
    margin: 2px;
}
input.formBoxWide, textarea.formBoxWide {
    width: 98%;
}
h1, h2, h3 {
    font-size: 1em;
    font-weight: 400;
    margin: 0px;
    padding: 0px 0px 22px;
}
sup {
    font-size: 0.571em; /* 8/14 */
}
ul, ol {
    margin: 0px 0px 24px 12px;
    padding: 0px 0px 0px 10px;
}
ul li {
    list-style: square;
    margin: 0px 0px 0px 2px;
    padding: 0px 0px 3px 2px;
}
ul.arrowList {
    margin: 0px 0px 10px 12px;
    padding: 0px 0px 0px 10px;
}
ul.arrowList li {
    list-style: url(../images/arrow.gif);
    margin: 0px 0px 0px 2px;
    padding: 0px 0px 10px 2px;
}
ol.spaced {
    margin: 0px 0px 24px 14px;
    padding: 0px 0px 0px 14px;
}
ol.spaced li {
	 margin: 14px 0 0 14px;
    padding: 0 0 0 14px;
}
iframe {
    border: none;
}
img.imgBlock {
    display: block;
    margin: 0 auto;
}
.p-L {
    margin-left: 30px;
}
.p-R {
    margin-right: 30px;
}
.p-B {
    margin-bottom: 30px;
}
.p-T {
    margin-top: 30px;
}
.p-TB {
    margin-top: 30px;
    margin-bottom: 30px;
}
.p-LB {
    margin-left: 30px;
    margin-bottom: 30px;
}
.p-LTB {
    margin-top: 30px;
    margin-left: 30px;
    margin-bottom: 30px;
}
.p-RB {
    margin-right: 30px;
    margin-bottom: 30px;
}
.p-RTB {
    margin-top: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
}
.circled {
    border-radius: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-shape-outside: circle(50%);
    shape-outside: circle(50%);
    shape-margin: 20px;
}
.shape {
    -webkit-shape-outside: circle(50%);
    shape-outside: circle(50%);
    shape-margin: 20px;
}
.hoverImg:hover, a.hoverImg:hover, a.hoverImg img:hover, input.hoverImg:hover {
    -moz-opacity: 0.65;
    -khtml-opacity: 0.65;
    opacity: 0.65;

}
a.btn, input.btn {
    cursor: pointer;
    font-weight: 400;
    padding: 4px 10px;
    margin: 0px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    color: #FFF;
    background: #002255;
    border: 1px solid #002255;
}
a.btn:hover, input.btn:hover {
    color: #FFF;
    background: #e08503;
    border: 1px solid #e08503;
}
a.btn.dark, input.btn.dark {
    color: #FFF;
    background: #2e3e4f;
    border: 1px solid #2e3e4f;
}
a.btn.dark:hover, input.btn.dark:hover {
    color: #FFF;
    background: #415060;
    border: 1px solid #415060;
}
a.btn.large, input.btn.large {
    font-weight: 700;
    font-size: 24px;
}
a.blk {
    color: #000;
}
a.blk:hover {
    color: #F60;
}
/* classes */
.pageTitle {
    font: 400 24px/30px 'Lato', Arial, Helvetica, sans-serif;
    padding: 0px 0px 0px;
    border-bottom: 1px solid #CCC;
    margin: 0px 0px 28px;
    color: #7A8AA1;
    text-transform: uppercase;
}
.pageTitle.sml {
    font-size: 21px;
}
.pageTitle2 {
    font: 400 30px/34px 'Lato', Arial, Helvetica, sans-serif;
    padding: 0px 0px 0px;
    border-bottom: 1px solid #CCC;
    margin: 0px 0px 28px;
}
.title {
    color: #1b53a8;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}
.title.nopad {
    padding-bottom: 0px;
}
.title2 {
    color: #000;
    font-size: 26px;
}
.title3 {
    color: #000;
    font-size: 30px;
}
.title3 sup {
    font: normal 18px/34px 'Lato', Arial, Helvetica, sans-serif;
}
.title4 {
    color: #2f679b;/*004688*/
    font: 400 36px/40px 'Lato', Arial, Helvetica, sans-serif;
}
.subtitle {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #002255;/*004688*/
}
.subtitle2 {
    font: 400 20px/24px 'Lato', Arial, Helvetica, sans-serif;
    color: #7A8AA1;
    text-transform: uppercase;
}
.title a:link, .title a:visited {
    color: #000;
    text-decoration: none;
}
.subtitle a:link, .subtitle a:visited {
    color: #2f679b;/*004688*/
    text-decoration: none;
}
.title a:hover, .subtitle a:hover {
    text-decoration: underline;
    color: #28D;
}
.boldblue {
    color: #2d5ead;
    font-weight: 700;
}
.underline {
    padding-bottom: 1px solid #CCC;
}
.alertText {
    color: #F00;
}
.bodyCopy {
    font-size: 1em;
}
.largeCopy {
    font-size: 1.143em; /* 16/14 */
}
.smallCopy {
    font-size: 0.857em; /* 12/14 */
}
.caption {
    font-size: 0.857em; /* 12/14 */
    font-style: italic;
}
.horizontal, .horizontalClear {
    margin: 0px;
    padding: 0px 0px 5px;
    width: auto;
    border-top: 1px dotted #999;
}
.horizontalClear {
    clear: both;
}
.horizontal-Top {
    border-top: 1px dotted #999;
    padding-top: 20px;
}
.colorTxt, .txt-color {
    color: #7A8AA1;
}
.nowrap, .tel {
    white-space: nowrap;
}
.floatRight, .right {
    float: right;
}
.floatLeft, .left {
    float: left;
}
.right.half, .left.half {
    width: 48.04687%; /* 492/1024 */
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-top {
    vertical-align: top;
}
/************ allow video & maps to resize  **************/
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* tables */
#content table, #content table.tablePad {
    width: 100%;
    margin: 0px 0px 16px;
}
table td {
    padding: 0px 8px 8px 0px;
}
table.tablePad td {
    padding: 5px;
}
/* TO CLEAR FLOATS */
.brclear {
    clear: both;
    height: 0;
    margin: 0;
    font-size: 5px;
    line-height: 0px;

}
/******************************************/
/******************************************/
/**grid**/
/******************************************/
/******************************************/
 .gridrow{ margin-left:-2.03252%; margin-right:-2.03252%; /*background-color:#333;*/ } .gridrow.padded{/*for outside margins*/ margin-left:0; margin-right:0; } /*Grid after only works with IE8+ */ .gridrow:after { content: ""; display: table; clear: both; } /**/ .lt-ie8 .gridrow{ overflow : hidden; _height : 1%; } /*.lt-ie8 .gridrow {  overflow: auto;  zoom: 1;  }*/ .gridcol{ margin: 0 2.03252% 10px; /*20*/ float:left; overflow:hidden; box-sizing:border-box; } .gridrow .gridrow .gridcol{ /*background-color:#fff;*/ } .one.gridcol{ width:4.26829%; /*42*/ } .two.gridcol{ width:12.60162%; /*124*/ } .three.gridcol{ width:20.93495%; /*206*/ } .four.gridcol{ width:29.26829%; /*288*/ } .five.gridcol{ width:37.60162%; /*370*/ } .six.gridcol{ width:45.93495%; /*452*/ } .seven.gridcol{ width:54.26825%; /*534*/ } .eight.gridcol{ width:62.60162%; /*616*/ } .nine.gridcol{ width:70.93495%; /*698*/ } .ten.gridcol{ width:79.26829%; /*780*/ } .eleven.gridcol{ width:87.60162%; /*862/984*/ } .twelve.gridcol{ width:95.93495%; /*944/984*/ } .gridrow.two-up .gridcol{ width:45.93495%; /*452*/ } .gridrow.three-up .gridcol{ width:29.26829%; /*288*/ } .gridrow.four-up .gridcol{ width:20.93495%; /*206*/ } /*20px (10,10) Margin-------------------------------------------------------------*/ .gridrow.smallmargin{ margin-left:-1.01626%; margin-right:-1.01626%; } .gridrow.smallmargin .gridcol{ margin: 0 1.01626% 10px; } .gridrow.smallmargin .one.gridcol{ width:6.30081%; } .gridrow.smallmargin .two.gridcol{ width:14.63414%; } .gridrow.smallmargin .three.gridcol{ width:22.96747%; } .gridrow.smallmargin .four.gridcol{ width:31.30081%; } .gridrow.smallmargin .five.gridcol{ width:39.63414%; } .gridrow.smallmargin .six.gridcol{ width:47.96747%; } .gridrow.smallmargin .seven.gridcol{ width:56.30081%; } .gridrow.smallmargin .eight.gridcol{ width:64.63414%; } .gridrow.smallmargin .nine.gridcol{ width:72.96747%; } .gridrow.smallmargin .ten.gridcol{ width:81.30081%; } .gridrow.smallmargin .eleven.gridcol{ width:89.63414%; } .gridrow.smallmargin .twelve.gridcol{ width:97.96747%; } .gridrow.smallmargin.two-up .gridcol{ width:47.96747%; } .gridrow.smallmargin.three-up .gridcol{ width:31.30081%; } .gridrow.smallmargin.four-up .gridcol{ width:22.96747%; } /*END Margin-------------------------------------------------------------*/ .gridcol.right{ float:right; } .gridcol img{ max-width:100%; } .gridcol.center{ text-align:center; } .gridcol.imagefull img{ width:100%; } .push-six.gridcol{margin-left:48.98373% !important; /*six plu the margin ercent*/ } @media (max-width : 800px) { .tabletview.gridrow .gridcol{ width:100% !important; float:none; } } @media (max-width : 640px) { .gridcol{ width:100% !important; float:none; } .gridrow{ width: 100%;  } .gridrow.padded .gridcol{ margin:0 0 10px; } .gridcol.Box{ min-height:0;} }
