/*
 Theme Name:   Valco-v7
 Description:  Twenty Seventeen Child Theme for Dillon Manufacturing - this version adds js functionality that display a thumbnail of each product when their name is hovered over on table pages
 Author:       Luca Wistendahl & Dave Derecskey
 Author URI:   https://www.sixthcitymarketing.com/luca-wistendahl/
 Template:     twentyseventeen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  twenty-seventeen-child
*/

/* bootstrap overrides - since we are (not yet) using the SCSS version of bootstrap */
* {
    box-sizing: border-box;
}

.col-12{
}

.row{
    margin-left: 0;
    margin-right: 0;
}

ul {
    margin: 0 0 30px 20px;
}

a:hover {
    text-decoration: none;
}

.btn{
    -webkit-transition:all .15s ease-in-out;
    transition:all .15s ease-in-out;
    border-radius: .4rem;
    border: 0px;
    padding: 0;
}

.btn:hover {
    transform: translate(0,-2px);
    -webkit-transform:translate(0,-2px);
    -ms-transform:translate(0,-2px);
}


/* theme styles */

*{
    font-family: 'Open Sans', sans-serif;
}

header{
    position: relative;
    z-index: 1;
}

.wrap{
    padding-left: 30px;
    padding-right: 30px;
}

p a,
li a{
    color: #0c82e8;
    text-decoration: underline;
}

p a:hover,
li a:hover{
	color: #333;
}

.entry-content a, .entry-summary a, .comment-content a, .widget a, .site-footer .widget-area a, .posts-navigation a, .widget_authors a strong{
	box-shadow: none;
	transition: none;
}

.entry-content a:focus, .entry-content a:hover, .entry-summary a:focus, .entry-summary a:hover, .comment-content a:focus, .comment-content a:hover, .widget a:focus, .widget a:hover, .site-footer .widget-area a:focus, .site-footer .widget-area a:hover, .posts-navigation a:focus, .posts-navigation a:hover, .comment-metadata a:focus, .comment-metadata a:hover, .comment-metadata a.comment-edit-link:focus, .comment-metadata a.comment-edit-link:hover, .comment-reply-link:focus, .comment-reply-link:hover, .widget_authors a:focus strong, .widget_authors a:hover strong, .entry-title a:focus, .entry-title a:hover, .entry-meta a:focus, .entry-meta a:hover, .page-links a:focus .page-number, .page-links a:hover .page-number, .entry-footer a:focus, .entry-footer a:hover, .entry-footer .cat-links a:focus, .entry-footer .cat-links a:hover, .entry-footer .tags-links a:focus, .entry-footer .tags-links a:hover, .post-navigation a:focus, .post-navigation a:hover, .pagination a:not(.prev):not(.next):focus, .pagination a:not(.prev):not(.next):hover, .comments-pagination a:not(.prev):not(.next):focus, .comments-pagination a:not(.prev):not(.next):hover, .logged-in-as a:focus, .logged-in-as a:hover, a:focus .nav-title, a:hover .nav-title, .edit-link a:focus, .edit-link a:hover, .site-info a:focus, .site-info a:hover, .widget .widget-title a:focus, .widget .widget-title a:hover, .widget ul li a:focus, .widget ul li a:hover{
	box-shadow: none;
	color: #333;
}

.bold{
    font-weight: 600;
}

.extra-bold{
    font-weight: 800;
}

#main h1{
    margin-bottom: .5rem;
}

#micro-header{
    background-color: #ebedf0;
    padding: 9px 0;
    text-align: right;
}

#micro-header a{
    color: #4a4a4a;
}

#macro-header{
    height: 133px;
    border-bottom: 7px solid #ffffff;
    position: relative;
}

#logo-box{
    width: 100%;
    padding: 24px 24px 17px 24px;
}

.search-bar{
    float: right;
    width: 150px;
    margin-top: 40px;
}

.search-bar input[type="search"]{
    border-radius: 50px;
    border: 0;
    background: #e9e9e9;
    padding-left: 45px;
    color: #a3a3a3;
    font-family: 'Open Sans', sans-serif;
}

.search-form .search-submit{
    color: #a3a3a3;
    background: none!important;
    left: 0px;
    right: auto;
    padding-left: 12px;
}

.header-tagline{
    display: none;
    position: absolute;
    margin-left: 430px;
    margin-top: 60px;
    color: #a3a3a3;
}

.header-tagline img{
    width: 23px;
}

nav{
    background: rgb(12,69,155);
    background: linear-gradient(180deg, rgb(21,96,199) 0%, rgb(8, 58, 136) 100%);
    box-shadow: 0px 2px 9px rgba(0,0,0,.5);
}

.blog .navigation.pagination{
	width: 100%;
	margin-top: 30px;
}

.blog .navigation.pagination .nav-links{
	margin: 0 auto;
}

.blog .navigation.pagination a.page-numbers{
	color: #ffffff!important;
	box-shadow: none!important;
}

.blog .navigation.pagination .current{
	color: #ed9e00!important;
	box-shadow: inset 0 -1px 0 #ed9e00;
}

.blog .navigation.pagination .prev,
.blog .navigation.pagination .next{
	background-color: transparent;
	box-shadow: none!important;
}

#menu-main > li{
    list-style: none;
    float: left;
    width: calc(100%/9);
    position: relative;
}

#menu-main li a{
    text-decoration: none;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: center;
    padding: 22px 0 22px 0;
    color: #fff;
    font-size: 17px;
}

#menu-main li:hover{
}

#menu-main > li a:hover{
    border-bottom: 6px solid #ed9e00;
    padding: 22px 0 16px 0;
    color: #fff;
}

.menu .icon-angle-down{
    display: none;
}

.menu-main-container{
    height: auto;
    overflow: visible;
}

.sub-menu{
    display: none;
}

li:hover > .sub-menu{
    display: block;
}

#menu-main .sub-menu{
    position: absolute;
    margin-left: 0;
    width: 230px;
}

#menu-main .sub-menu li{
    list-style: none;
    position: relative;
}

#menu-main .sub-menu li a{
    background: #08368a;
    padding-left: 10px;
    padding-right: 10px;
}

#menu-main .sub-menu li a:hover{
    background: #115ccb;
    border-bottom: none;
    padding: 22px 0 22px 0!important;
}

#menu-main{
    margin: 0;
}

#menu-main .sub-menu .sub-menu{
    position: absolute;
    left: 100%;
    margin-top: -57px;
    margin-left: 0;
}

.menu-main-container li.menu-item-has-children > a::after{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.9rem;
    content: "";
    color: #fff;
    position: relative;
    /* margin-left: 5px; */
    left: 5px;
}

#home-banner{
    min-height: 50px;
    background-size: cover;
    background-position: center center;
    margin-bottom: 24px;
}

.banner-copy{
    width: 100%;
    border-top: 6px solid #ed9e00;
    background: rgba(255,255,255,.93);
    padding: 30px;
    color: #333;
    box-shadow: 0 0 10px rgba(30,30,30, .31);
}

.banner-tagline{
    color: #115ccb;
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 24px;
    display: inline;
}

#main h1,
#main h2{
    text-transform: uppercase;
    font-weight: 800;
    color: #115ccb;
    padding: 0;
}

#main h1{
    font-size: 32px;
}

#main h2{
    font-size: 26px;
}

#main h3{
    font-weight: 800;
    color: #115ccb;
    font-size: 20px;
    padding: 0;
}

.cta-block{
    border-top: 5px solid #115ccb;
    background-color: #ebf0f3;
    padding: 40px 30px 30px 30px;
    height: auto;
    overflow: auto;
    margin-top: 30px;
    width: 100%;
}

.cta-block-cta{
    font-size: 25px;
    text-align: center;
    padding-top: 11px;
}
.red-cta{
    display: inline-block;
    padding: 20px 40px;
    background: rgb(236,157,0);
    background: linear-gradient(180deg, rgba(236,157,0,1) 0%, rgba(207,118,0,1) 100%);
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
}

.red-cta:hover{
    color: #fff;
    background: rgb(236,157,0);
    background: linear-gradient(180deg, rgba(236,157,0,1) 0%, rgba(172,89,0,1) 100%);
}

.latest-videos{
    display: block;
    overflow: auto;
    padding-top: 30px;
}

.latest-videos .wrapper{
    display: flex;
}

.latest-video{
    width: 100%;
    float: left;
    background-color: #ebf0f3;
    border-top: 7px solid #115ccb;
    padding: 15px;
}

.latest-video:hover{
    border-top: 7px solid rgba(236,157,0,1);
}

.latest-video p{
    margin-bottom: 2px;
}

.latest-video-thumbnail{
    max-height: 175px;
    overflow: hidden;
    margin-bottom: 10px;
}

.latest-video-thumbnail img{
    box-shadow: 0 0 5px rgba(0,0,0,.18);
}

.video-title-span{
    text-decoration: underline;
}

.video-title-span a{
    color: #115ccb;
}

.latest-video .link-more{
    margin: 0;
    text-align: right;
}

.blog #primary,
.blog .page-header.inner,
.single article,
.single #comments{
	padding-left: 30px;
	padding-right: 30px;
	margin-left: auto;
	margin-right: auto;
}

.blog .form-column{
	display: none!important;
}

.single .valco-form-and-content-container,
.page-template-template-inner-form .valco-form-and-content-container{
	display: flex;
	flex-wrap: wrap;
}

.page-template-template-inner-form .valco-form-and-content-container{
	padding-top: 30px;
}

.single .valco-form-and-content-container .form-column,
.page-template-template-inner-form .valco-form-and-content-container .form-column{
	width: 360px;
	order: 2;
	box-sizing: border-box;
	padding-left: 20px;
}

.single .valco-form-and-content-container .entry-content figure{
	display: block;
}

.single .valco-form-and-content-container .entry-content,
.page-template-template-inner-form .valco-form-and-content-container .valco-page-content{
	width: calc(100% - 360px)!important;
	order: 1;
	padding-top: 0;
}

.single .valco-form-and-content-container .form,
.page-template-template-inner-form .valco-form-and-content-container .form{
	width: 340px;
}

.site-footer{
    margin-top:30px;
    background: rgb(12,69,155);
    background: linear-gradient(180deg, rgb(21,96,199) 0%, rgb(8, 58, 136) 100%);
}

#footer-logo{
    width: 125px;
    float: left;
    margin: 0 0 20px;
}

.footer-link-block{
   clear: both;
}

.footer-link-block{
    margin: 0 0 20px;
    color: #ffffff;
}

.footer-link-block h3,
.footer-link-block h4{
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.footer-link-block p{
    margin: 0;
    color: #ffffff;
}

.footer-link-block a{
    color: #ffffff;
}

.footer-link-block a:hover{
    color: rgba(236,157,0,1);
    text-decoration: underline;
}

.footer-link-block ul{
    list-style: none;
    margin-left: 0;
}

#footer-contact{
    text-align: center;
}

#footer-contact h3{
    margin-bottom: -3px;
}

.sm-icons{
    color: #fff;
    font-size: 32px;
}

.sm-icons div {
    display: inline-block;
    font-size: 2rem;
}

.sm-icons a{
    color: #fff;
}

.sm-icons a:hover{
    color: #0c82e8;
}

.sm-icons a:nth-child(2){
    margin: 0 10px;
}

#micro-footer{
    background-color: #152f56;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
}

#micro-footer .wrap{
    padding-top: 12px;
    padding-bottom: 12px;
}

.entry-content {
    padding-top: 1.5rem;
    width: 100% !important;
    float: none !important;
    padding-left: 0;
}

.entry-content ul {
    margin-left: 3rem;
	margin-bottom: 20px;
}

/* ----------------------------------------
Brought in from PCLE
------------------------------------------- */
.gel{
    height: 100%;
    width: 100%;
    position: absolute;
    display: block;
    top: 0;
}

#page-banner{
    width: 100%;
    height: 360px;
    position: relative;
    display: block;
    background-size: cover;
    background-position: center center;
    z-index: 0;
}

.blue-header {
    background-color: #ebf0f3;
    padding: 23px;
    margin-bottom: 30px;
}

.blue-header span {
    font-size: 40px;
    text-transform: uppercase;
    color: #115ccb;
    font-weight: 900;
    padding: 30px 0;
    line-height: 1;
}

.tab-title{
    box-sizing: border-box;
    padding: 20px 5px;
    background: #115ccb;
    background-image: linear-gradient(180deg, #0f2d5b 0%, #0f264a 100%);
    border-right: 1px solid #ffffff;
    color: #fff;
    float: left;
    text-align: center;
    font-weight: 900;
    font-size: 18px;
    cursor: pointer;
}

.tab-title span{
    padding-bottom: 3px;
}

.tab-title:last-child{
    border-right: 0;
}

.tab-content{
    display: none;
    margin-bottom: 30px;
}

.active-tab.tab-content{
    display: block;
}

.active-tab.products-tab{
	display: flex;
}

.tab-title:hover span{
    border-bottom: 4px solid rgba(236,157,0,1);
}

.active-tab.tab-title{
    background: rgb(12,69,155);
    background: linear-gradient(180deg, rgb(21,96,199) 0%, rgb(8, 58, 136) 100%);
}

.active-tab.tab-title span{
    border-bottom: 4px solid rgba(236,157,0,1);
}

.tab-thumbnail{
    margin-bottom: 25px;
	text-align: center;
}

.products {
    background-color: #ebf0f3;
    border-top: 6px solid rgb(8, 58, 136);
    padding: 30px 15px;
    clear: both;
}

.products:first-child{
    padding: 30px 0;
}

.products p:last-child{
    margin-bottom: 0;
}

.products h4 {
    text-align: center;
    font-weight: 600;
    margin: 10px 0 0 0;
    padding: 0;
}

.products h4 a {
    color: #115ccb;
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
}

.page:not(.home) #page-banner,
.blog #page-banner,
.single #page-banner{
    height: auto;
}

.page-template-default #page-banner{
    min-height: 140px;
    position: relative;
    margin-bottom: 30px;
}

#page-banner .gel{
    background: #333;
    opacity: .23;
}

#banner-header{
    position: relative;
    color: #fff;
    z-index: 1;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 50px;
    width: 1020px;
    margin: 0 auto;
    padding: 0;
    font-weight: 900;
}

.page-template-default #banner-header{
    color: #fff;
    position: absolute;
    bottom: 5px;
    font-size: 3.1rem;
    text-shadow: 2px 2px 3px rgba(0,0,0,.56);
}

#content{
    padding: 0!important;
}


#bottom-cta{
    width: 100%;
    height: auto;
    background: #ebf0f3;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 50px;
    margin-top: 20px;
    float: left;
    border-top: 6px solid #115ccb;
}

#bottom-cta a{
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 30px 40px;
}

.cta-copy{
    float: left;
    font-size: 1.1rem;
    font-weight: 400;
}

.cta-button{
    float: right;
    background-image: linear-gradient(#e31c39, #700e0f);
    margin-top: 25px;
    font-size: 24px;
    font-weight: 600;
    outline: 1px solid transparent;
    -webkit-transition:all .15s ease-in-out;
    transition:all .15s ease-in-out
}

.cta-button:hover{
    transform: translate(0,-2px);
    -webkit-transform:translate(0,-2px);
    -ms-transform:translate(0,-2px);
}

.responsive-tabs ul.responsive-tabs__list {
    margin-left: 0 !important;
    flex-flow: row;
}

.responsive-tabs .responsive-tabs__heading,
.responsive-tabs .responsive-tabs__list__item {
    background-color: #5f8abe !important;
    border-radius: 0 !important;
    color: #FFF !important;
    font-size: 22px !important;
}

.responsive-tabs .responsive-tabs__heading {
    padding: 10px 20px !important;
}

.responsive-tabs .responsive-tabs__list__item {
    margin-right: 3px !important;
    flex-grow: 1;
    text-align: center;
    padding: 30px 0 !important;
}

.responsive-tabs .responsive-tabs__panel {
    padding: 25px 20px !important;
}

.responsive-tabs .responsive-tabs__heading--active,
.responsive-tabs .responsive-tabs__heading--active:hover,
.responsive-tabs .responsive-tabs__list__item--active,
.responsive-tabs .responsive-tabs__list__item--active:hover {
    background-color: #3e6088 !important;
    text-decoration: underline;
}

.responsive-tabs .responsive-tabs__heading:after {
    border-top-color: #FFF !important;
}

.single-dillon_product .slider.slick-initialized.slick-slider{
	margin-top: 25px;
	margin-bottom: 30px;
}

.spec-container{
    height: auto;
    overflow: auto;
    margin-bottom: 20px;
}

.spec-container-header{
    display: inline-block;
    padding: 10px 20px 7px 20px;
    background: linear-gradient(180deg, rgb(21,96,199) 0%, rgb(8, 58, 136) 100%);
}

.spec-container-header h2{
    color: #fff!important;
    margin-bottom: 0;
}

.spec-pair {
    display: block;
    float: left;
    width: 100%;
    clear: both;
    background-color: #ebedf0;
}

.spec-container-header + .spec-pair{
    border-top: 6px solid rgb(8, 58, 136);
}

.spec-pair:nth-child(even){
    background-color: #cad2de;
}

.spec-pair:hover{
    background-color: #152f56;
    color: #fff;
}

.spec-label,
.spec-value{
    width: 50%;
    float: left;
    padding: 5px 20px;
}

.spec-label{
    text-align: left;
    font-weight: 700;
}

.spec-label::after{
    content: ":";
}

.table-page-tr-head{
    padding: 25px 20px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    background: #42658f;
    background: -moz-linear-gradient(top, #42658f 0%, #314e6f 100%);
    background: -webkit-linear-gradient(top, #42658f 0%,#314e6f 100%);
    background: linear-gradient(to bottom, #42658f 0%,#314e6f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42658f', endColorstr='#314e6f',GradientType=0 );
}

.table-wrapper{
	cursor: move;
}

.table-page-tr-head{
	padding: 0;
}

.table-page-tr-head th{
	padding: 20px 5px;
	border-right: 1px solid #ffffff;
}

.table-page-tr-head th:last-of-type{
	border-right: 0;
}

.spec-value {
    text-align: center;
    text-align: right;
}

.mobile-scroll{
	text-align:  center;
	font-weight: 600;
	margin-bottom: 5px;
	font-size:  16px;
	display: none;
}

.table {
    margin: 20px 0;
}

.table td,
.table .thead-dark th {
    text-align: center;
}

.table .thead-dark th {
    font-size: 16px;
    font-weight: 600;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#42658f+0,314e6f+100 */
    background: #42658f; /* Old browsers */
    background: -moz-linear-gradient(top, #42658f 0%, #314e6f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #42658f 0%,#314e6f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #42658f 0%,#314e6f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42658f', endColorstr='#314e6f',GradientType=0 ); /* IE6-9 */
    border: 0;
    border-right: 1px solid #FFF;
}

.table td:first-child {
    background-color: #ebf0f3;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #d4dfe5;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #ebf0f3;
}

.table td {
    font-size: 14px;
    border-right: 1px solid #FFF;
}

.form {
    width: 100%;
	background-color: #ebf0f3;
    border: 5px solid rgb(8, 58, 136);
}

.form-body{
    padding: 15px 15px 0 15px;
}

iframe.wufoo-form-container{
	width: 1px!important;
	min-width: 100%!important;
	*width: 100%!important;
}

.form-header{
    padding: 0px 0px 15px 0px;
    color: #0c469a;
    border-bottom: 1px solid #0c469a;
    width: 100%;
    font-size: 15px;
    margin-bottom: 15px;
}

.form iframe{
	margin-bottom: 0;
	width: 1px!important;
	min-width: 100%!important;
	*width: 100%!important;
}

.product .table td:first-child {
    background-color: inherit;
}

.single-valco_product .page-copy{
    margin: 30px 0 50px 0;
}

.table-block{
	margin-top: 50px;
}

.table-page-tr:nth-of-type(even){
	background-color: #d4dfe5;
}

.table-page-tr:nth-of-type(odd){
	background-color: #ebf0f3;
}

.table-page-tr td:nth-child(2){
	text-decoration: underline;
}

.table-page-tr:hover{
}

.table-page-td a{
	font-size: 14px;
}

.table-page-td,
.table-page-th{
	text-align: center;
}

.table-product-info{
	margin-bottom: 20px;
	height: auto;
	overflow: auto;
}

.table-product-copy{
	float: left;
}

.table-product-img{
	float: right;
}

.bottom-page-copy{
	margin-top: 20px;
}

/*tables redo*/
/*.table-page-table tr:first-child td,*/
.table-page-table th{
	font-size: 14px!important;
    font-weight: 600!important;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#42658f+0,314e6f+100 */
    background: #42658f!important; /* Old browsers */
    background: -moz-linear-gradient(top, #42658f 0%, #314e6f 100%)!important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #42658f 0%,#314e6f 100%)!important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #42658f 0%,#314e6f 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42658f', endColorstr='#314e6f',GradientType=0 )!important; /* IE6-9 */
    border: 0!important;
    border-right: 1px solid #fff!important;
	border-bottom: 1px solid #fff!important;
	color: #fff!important;
	text-align: center!important;
	padding: 15px 5px!important;
	vertical-align: middle!important;
}

.table-page-table th p{
	margin: 0;
	vertical-align: middle;
}

.table-page-table td{
	padding: 10px 0 10px 5px;
}

.table-page-table tr,
.table-page-table td{
	border-bottom: 0;
	font-size: 13px;
}

.table-page-table tr td:first-child{
	text-align: center;
}

.table-page-table tr td:nth-child(2){
	text-decoration: none;
}

.table-page-table tr:hover{
	background-color: #98cde8!important;
}

.table-page-table tr:nth-child(even){
	background-color: #d4dfe5;
}

.table-page-table tr:nth-child(odd){
	background-color: #ebf0f3;
}

.table-page-table tr td{
	text-decoration: none;
}
.table-page-table tr td:first-child{
	text-decoration: underline;
}
/**/

.img-tooltip{
	position: absolute;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,.3);
	width: 100px;
	color: #ebf0f3;
	/*min-height: 100px;*/
	background-color: #42658f;
	z-index: 9999;
	overflow: hidden;
}

.img-tooltip span{
	display: block;
	padding: 30px 0;
}

#main .form h3 {
    font-size: 28px;
    font-weight: 800;
    background: linear-gradient(180deg, rgb(21,96,199) 0%, rgb(8, 58, 136) 100%);
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
    padding: 20px 0;
	margin-bottom: 0;
}

.slick-arrow {
    position: absolute;
    background: none;
    text-indent: -9999px;
    width: 29px;
    height: 29px;
    top: 50%;
    padding: 0;
    z-index: 5000;
    margin: -15px 0 0 0;
}

.slick-prev {
    background: transparent url(assets/images/left-arrow.jpg) no-repeat;
    left: 0;
}

.slick-next {
    background: transparent url(assets/images/right-arrow.jpg) no-repeat;
    right: 0;
}

.slick-slide img {
    margin: 0 auto;
    max-width: 75%;
}

.slider {
    width: 75%;
    margin: 0 auto;
}

.blog:not(.has-sidebar) #primary article,
.error-404 {
    float: none;
    width: 100%;
    padding: 30px 0 0;
}

.single-post:not(.has-sidebar) #primary {
    max-width: none;
    padding: 30px 0 0;
}

.site-content-contain {
    z-index: 0;
}

.page-header.inner {
    padding: 30px 0 0;
}

.post-navigation {
    display: none;
}

.page-content .search-submit {
    right: 0;
    left: auto;
}

.menu_title a{
    color: #ffffff;
}

body:not(.twentyseventeen-front-page) .entry-header {
	clear: both;
}

.search-results .page-header{
	width: 100%!important;
	padding-top: 20px;
	padding-bottom: 10px;
}

.search-result{
	width: 100%;
	height: auto;
    overflow: auto;
    float: left;
    padding: 15px 15px 10px 15px;
    border: 1px solid #d4dfe5;
	border-radius: 5px;
	margin-bottom: 15px;
}

.search-result.product-result{
	min-height: 215px;
}

.search-result article{
	width: 100%!important;
}

.search-result h2{
	margin-bottom: 35px;
}

.search-results article .entry-title a{
	box-shadow: none;
}

.search-thumb{
	max-width: 160px;
	float: left;
}

.search-result-images{
	display: block;
	height: auto;
	overflow: auto;
	float: left;
	width: 50%;
	text-align: center;
}

.search-result-error{
	font-weight: 600;
    display: block;
    margin-top: 40px;
    color: #a3a3a3;
}

.search-result-specs{
	display: block;
	height: auto;
	overflow: auto;
	float: right;
	width: 50%;
	text-align: center;
}

.search-result-specs .spec-label{
    padding: 2px 5px;
    text-align: center;
    font-weight: 600;
	font-size: 12px;
}

.search-result-specs .spec-value {
    padding: 5px 15px;
    text-align: center;
	font-size: 12px;
}

.search-results .navigation.pagination{
	width: 100%;
}

.search-results .navigation.pagination .nav-links{
	width: 100%;
	padding: 0 20px;
}

.search-results a.page-numbers,
.search-results .page-numbers.dots{
	color: #fff;
}

.search-results .page-numbers.prev,
.search-results .page-numbers.next{
	color: #152f56;
}

.search-results .page-numbers.current{
	color: #ed9e00;
}

@media screen and (min-width: 48em){
    .wrap {
        max-width: 1200px;
    }
}

@media screen and (max-width: 1020px) {
	.page-template #banner-header{
		width: 100%;
	}
}

@media screen and (max-width: 900px) {
	.single .valco-form-and-content-container .form-column,
	.page-template-template-inner-form .valco-form-and-content-container .form-column{
		padding: 0;
		width: 100%;
		order: 1;
	}
	
	.single .valco-form-and-content-container .form,
	.page-template-template-inner-form .valco-form-and-content-container .form{
		width: 100%;
	}
	
	.single .valco-form-and-content-container .entry-content,
	.page-template-template-inner-form .valco-form-and-content-container .valco-page-content{
		width: 100%!important;
		order: 2;
    	margin-top: 25px;
	}
}

@media screen and (max-width: 768px) {
	.red-cta,
	.spec-container-header h2{
		font-size: 20px;
	}
	.wrap{
		padding-left: 15px;
		padding-right: 15px;
	}
    #macro-header{
        height: auto;
    }
	.banner-copy{
		padding: 15px;
	}
	.page-template #banner-header{
		font-size: 42px;
		word-break: break-word;
		padding: 25px 25px 25px 16px;
	}
    .page:not(.home) #page-banner{
        padding: 30px 0;
    }
    .page-template-default #banner-header{
        bottom: 0;
        position: relative;
    }
    .page-template-default #page-banner{
        min-height: 0;
    }
	.slider {
		width: 100%;
		margin: 0 auto;
	}
	.table-wrapper{
		overflow-x: scroll;
	}
	.mobile-scroll{
		display: block;
	}
    .tab-title{
        width: 100%!important;
        border-bottom: 2px solid #ffffff;
    }
    .tab-title:last-child{
        border-bottom: none;
    }
    .products{
        border-top: none;
    }
    .latest-videos .wrapper{
        display: block;
    }
    .latest-videos .latest-video{
        margin-bottom: 15px;
    }
    .latest-videos .latest-video:last-child{
        margin-bottom: 0;
    }
    #footer-logo{
        float: none;
        margin: 0 auto 25px auto;
    }
    .footer-link-block{
        text-align: center;
    }
	.search-results .page-header{
		padding-left: 15px;
	}
	
	.search-result{
		width: calc(100% - 30px);
		margin-bottom: 15px;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	
	.search-result h2{
		margin-bottom: 15px;
	}
	
	.search-result-images{
		display: block;
		height: auto;
		overflow: auto;
		float: left;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.search-thumb{
		max-width: 110px;
	}

	.search-result-specs{
		display: block;
		height: auto;
		overflow: auto;
		float: right;
		width: 100%;
		text-align: center;
	}
	
	.search-result-specs .spec-pair{
	}

	.img-tooltip{
		display: none;
	}
}

@media screen and (min-width: 768px) {
    .latest-video:nth-of-type(2){
        margin: 0 3%;
    }

    .footer-link-block{
        float: left;
        margin-left: 40px;
        clear: none;
    }

    .footer-link-block:first-of-type{
        margin-left: 50px;
    }

    #footer-contact{
        float: right;
    }

    .cta-block-copy{
        width: 60%;
        float: left;
    }

    .cta-block-cta{
        width: 40%;
        float: left;
    }

    #logo-box{
        width: 575px;
        position: absolute;
        bottom: 0;
    }

    #macro-header{
        height: 143px;
    }

    .header-tagline{
        display: block;
    }

    .banner-copy{
        width: 55%;
    }

    .responsive-tabs ul.responsive-tabs__list {
        display: flex;
    }

    .responsive-tabs .responsive-tabs__panel {
        border-top: 6px solid #3e6088 !important;
    }
}
