#product_slideshow .slick-list {
	height: 135px;
}
#product_slideshow .slick-track {
	margin-left: 0;
}
.sliderNav .slick-track {
	margin-left: auto;
    margin-right: auto;
}

@media print, screen and (min-width: 40em) {
	#product_slideshow {
		margin: 0px 75px;
	}
	#product_slideshow .slick-list {
		height: 155px;
	}
}
@media print, screen and (min-width: 40em) {
	#product_slideshow .slick-list {
		height: 175px;
	}
}
.slick-slider {
    margin-bottom: 0px;
}

.product_data h2 {
	color: #435b69;
	margin-bottom: 20px;
	font-size: 1.6rem;
	font-weight: 300;
}
.part_info p,
.part_info ul li {
	color: #000000;
	font-size: .8rem;
}
.product_downloads {
	margin-top: 20px;
	margin-bottom: 20px;
}
.product_navcarousel {
	margin-top: 20px;
	margin-bottom: 20px;
}
.download_image {
	background-color: #435b69;
}
.download_image,
.download_specs {
	display: block;
    margin: 0 auto 20px;
	padding: 14px 22px;
	max-width: 300px;
}

.download_specs {
    background-color: transparent;
    border: 1px solid #445b6a;
	color: #445b6a;
}
.download_image a,
.download_specs a {
	letter-spacing: 2px;
	line-height: 1;
}
.download_specs a {
	color: #445b6a;
	font-weight: 700;
    font-size: .5rem;
    line-height: 1;
}

.prodImgCarousel {
	display: block;
	margin: 0 auto;
	width: 70%;
}
.sliderNav .slick-slide {
	margin: 0px 5px 0px 0px;
	width: 60px;
	height: 60px;
}
/*
.sliderNav .slick-track { 
    display: flex !important;
}
*/
.sliderNav .slick-slide { 
    /*
    height: inherit !important; 
	display: flex !important;
	justify-content: center;
	align-items: center;
	*/
	padding: 0px;
    margin: 0px 10px;
}
.sliderNav .slick-slide > div { 
   /*
   height: 100%; 
   justify-content: center;
   */
   padding: 0px;
   margin: 0px;
}
.slider:not(.slick-initialized) .slide:not(:first-of-type) { display: none; }

.sliderNav .slick-slide {
	margin: 0px 10px 0px 10px;
	width: 60px !important;
	height: 60px !important;
	border: 1px solid #d4d4d4;
}
.prodimg_nav {
	display: block;
	width: 100%;
	height: 100%;
}

.page-template-template-page-products-alt .product-table table tbody th {
    text-align: left;
    font-weight: 400;
	color: #445b6a;
}
.page-template-template-page-products-alt .product-table table {
    width: auto;
    color: #000000;
    font-size: .75rem;
    font-weight: 200;
    margin-bottom: 40px;
}
.page-template-template-page-products-alt .product-table table tbody th:first-child {
    padding: 0;
}
.page-template-template-page-products-alt .signature .accordion-title,
.page-template-template-page-products-alt .signature .product-table h3,
.page-template-template-page-products-alt .signature .product-table th {
    color: #445b6a;
}

.product-table h3,
.sizes_finishes h3,
.product_attribute h3,
.specifications h3,
.order_online h3,
.codes_standards h3,
.pro_orders h3 {
    font-size: .75rem;
    font-weight: 700;
	color: #445b6a;
    text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 5px;
}
.pro_orders h3,
.order_online h3 {
	margin-bottom: 30px;
}
.where_to_buy img {
	margin: 0px auto 20px;
}
.sizes_finishes ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sizes_finishes ul li, .sizes_finishes p,
.codes_standards ul li, .codes_standards p,
.product_attribute ul li, .product_attribute p {
	color: #000000;
	font-family: Gotham SSm A,Gotham SSm B,Helvetica,Roboto,Arial,sans-serif;
	font-weight: 300;
	font-size: .75em;
}
.diameters,
.lengths,
.standard_finishes {
	margin-bottom: 30px;
}
ul.twocolumn {
	columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
	max-width: 80%;
}
.lengths ul {
	columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
	max-width: 100%;
}
ul.threecolumn {
	columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
	max-width: 100%;
}
.pro_orders a {
	font-weight: bold;
    background: #707070;
    color: #ffffff;
    padding: 8px 20px;
    font-size: .9em;
}

.footnote {
	text-transform: uppercase;
    font-size: .75rem;
	font-weight: 700;
	margin-bottom: 30px;
}

.codes_standards ul li {
	margin: 0px 0px 15px 0px;
}
.pro_orders {
	margin-bottom: 30px;
}

/* KEY FEATURES */
.key_features {
    background-color: #445b6a;
}
.key_features {
    color: #fff;
    padding: 36px;
    min-height: 256px;
}
.key_features h4 {
    display: inline-block;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: .7rem;
    margin: 0 0 20px;
    padding: 0 0 10px;
}
.key_features h4:after {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    height: 1em;
    width: 100%;
    border-bottom: 2px solid #fff;
    margin-top: 12px;
}
.key_features .feature {
    font-size: .7rem;
	padding: 0 2.5% 5%;
	text-transform: uppercase;
}
.key_features .feature.medium-4 {
    padding: 0 7%;
}
.key_features .featureicon {
    width: 93px;
    height: 93px;
    margin: 32px auto 15px;
}
.product_attribute .cell {
	margin: 0 0 10px 0px;
}
.product_attribute img {
	max-width: 70px;
}
.product_attribute span {
	display: block;
	color: #000000;
	font-family: Gotham SSm A,Gotham SSm B,Helvetica,Roboto,Arial,sans-serif;
	font-weight: 300;
	font-size: .75em;
	line-height: 1.2em;
    width: 85px;
    margin: 10px auto;
}
.where_to_buy img {
	max-width: 100px;
}
.order_online {
	margin-top: 30px;
}

/* TABS */
.tabcontent {
	border-top: 1px solid #2b2b2b;
}
.tabList {
    position: relative;
    list-style-type: none;
    margin: 0px auto 0px 0px;
    display: flex;
	justify-content: start;
    width: 100%;
    text-align: left;
	z-index: 5;
}
ul.tabList li {
	position: relative;
	list-style: none;
    text-align: center;
    flex: 1 0 21%;
    margin: 25px 0px 0px 0px;
    padding: 0px 13px 10px;
    border: none;
}
ul.tabList li::before {
	content: '';
	display: none;
}
ul.tabList li a {
	position: relative;
    display: inline;
    margin: 0px 0 0px 0px;
    background: #ffffff;
    color: #435b69;
    font-weight: 700;
    border: none;
    -webkit-transition: background 200ms, border-color 200ms linear;
    -moz-transition: background 200ms, border-color 200ms linear;
    -o-transition: background 200ms, border-color 200ms linear;
    transition: background 200ms, border-color 200ms linear;
}
.r-tabs-accordion-title a {
    background: #ffffff;
    color: #435b69;
    font-weight: 700;
    border-bottom: none;
}

.tabList a {
	position: relative;
    display: block;
    border-top: none;
    width: 100%;
	height: 100%;
    background: #ffffff;
	color: #435b69;
    overflow: auto;
    margin: 20px 0 20px 0;
    padding: 0px 13px 10px;
    border: 1px solid #595959;
}
.tabList a:hover, .tabList a:focus {
    border-bottom: 1px solid #435b69;
}
.tabList a:link, .tabList a:visited {
    text-decoration: none;
    color: #435b69;
	border-bottom: none;
}
.tabList a:hover, .tabList a:active {
	border-bottom: 1px solid #435b69;
}
.tabList li.selected a {
    color: #435b69;
	border-bottom: 1px solid #435b69;
}
.tabPanel {
    clear: left;
    margin: 0 auto;
    padding: 0;
    border-radius: 0;
    background-color: #ffffff;
}
[role="tabpanel"][aria-hidden="true"] {
    display: none;
}
.tabPanel .container {
	padding: .75rem 0;
}
.tabList a.focus-visible,
.tabList a.focus-visible:focus {
    border: 2px dashed #d74b0e;
}

@media (max-width: 1296px) {
	.tabList {
        display: block;
		margin: 30px 0 0 0;
		padding: 30px 0 0 0;
	}
	ul.tabList li {
		flex: unset;
		text-align: left;
        padding: 0 0px 20px;
        border-bottom: 1px solid #cccccc;
	}
	ul.tabList li a,
	ul.tabList li.selected a {
		border-bottom: none;
		display: block;
        padding: 20px 0 0px 0px;
	}
	ul.tabList li:first-child {
		padding-top: 0px;
	}
	.product-table .download_specs {
		margin: 0 0 20px;
	}
}
.r-tabs-accordion-title {
	display: none;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 1296px) { /* Set to desired media size for accordion layout */
    .tabcontent {
		border-top: none;
		padding: 0px 30px;
	}
	.r-tabs {
		border-radius: 0;
	}
	
	.r-tabs .r-tabs-nav {
		display: none;
	}
	
	.r-tabs .r-tabs-panel {
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}

	.r-tabs .r-tabs-accordion-title {
		display: block;
		margin: 30px 0px 30px;
		padding: 30px 0px 0px 0px;
		border-top: 1px solid #ccc;
	}
	.r-tabs .r-tabs-accordion-title:first-child {
		border-top: none;
	}

	.r-tabs-accordion-title  .r-tabs-anchor:after {
		content: "\f078";
		font: var(--fa-font-light);
		float: right;
	}

	.r-tabs-state-active .r-tabs-anchor:after {
		content: "\f077";
		font: var(--fa-font-light);
		float: right;
	}

	.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
		border-top-right-radius: 0;
		border-top-left-radius: 0;
	}

	.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
		border: none;
	}
	
	.r-tabs .r-tabs-panel.r-tabs-state-active {
		display: block;
		opacity: 0.9;
	}
}

@media print, screen and (min-width: 40em) {
	.product_data h2 {
		margin-bottom: 20px;
		font-size: 1.6rem;
	}
	.part_info p, .part_info ul li {
		font-size: .8rem;
	}
	.product_data,
    .product_downloads {
		padding: 0px 20px;
	}
	.download_image a {
		font-size: .6rem;
	}
	.product-table h3,
	.sizes_finishes h3,
	.product_attribute h3,
	.specifications h3,
	.order_online h3,
	.codes_standards h3,
	.pro_orders h3 {
		margin-bottom: 15px;
	}
	.key_features h4 {
		font-size: .8rem;
	}
	.key_features .feature {
		font-size: .9rem;
	}
	ul.twocolumn {
		max-width: 60%;
	}
	.lengths ul {
		width: 50%;
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
		max-width: 100%;
	}
	.prodimg_nav {
		display: block;
		width: 100%;
		height: 100%;
	}
	.sliderNav .slick-slide {
		margin: 0px 10px 0px 10px;
		width: 80px !important;
		height: 80px !important;
	}
	
	.download_image,
	.download_specs {
		max-width: 360px;
	}
	.where_to_buy img {
		max-width: 100px;
		margin: 0px 0px 20px;
	}
	.footnote {
		font-size: .75rem;
	}
	
	.pro_orders {
		margin-bottom: 0px;
	}
	.order_online {
		margin-top: 0px;
	}
	
	.prodImgCarousel {
		width: 100%;
	}
	
}
@media print, screen and (min-width: 64em) {
	.product_data h2 {
		font-size: 2.0rem;
		margin-bottom: 30px;
	}
	.part_info p, .part_info ul li {
		font-size: 1.0rem;
	}
	.product_data {
		padding: 0px 20px;
	}
	.download_image,
    .download_specs	{
		padding: 14px 40px;
		margin: 0 0px 25px;
	}
	.download_image a,
    .download_specs a {
		font-size: .8rem;
	}
	.key_features {
		padding: 35px 48px 35px;
        min-height: 375px;
	}
	.key_features h4 {
		margin: 0 0 30px;
		font-size: .9rem;
	}
	.key_features .feature {
		font-size: 1.15rem;
	}
	.key_features .featureicon {
		margin: 48px auto;
	}
	.lengths ul {
		width: 40%;
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
		max-width: 100%;
	}

	.prodimg_nav {
		display: block;
		width: 100%;
		height: 100%;
	}
	.sliderNav .slick-slide {
		margin: 0px 10px 0px 10px;
		width: 100px !important;
		height: 100px !important;
	}
	
	.download_image,
	.download_specs {
		max-width: 400px;
	}
	.tabPanel .container {
		padding: 2.5rem 1.0rem;
	}
	.where_to_buy img {
		max-width: 110px;
	}
}
@media screen and (min-width: 101.25em) {
	.innerproduct-grid {
		padding: 0 5%;
	}
	.product_data {
		margin-top: 0px !important;
	}
	.product_data h2 {
		margin-bottom: 35px;
		font-size: 2.1rem;
	}
	.main_image,
    .product_navcarousel	{
		padding: 0 0px 0px 80px;
	}
	.part_info p, .part_info ul li {
		font-size: 1.0rem;
	}
	.product_data {
		padding: 0px 0px 0px 80px;
	}
	.product_downloads {
		padding: 0px 0px 0px 80px;
	}
	.download_image a,
    .download_specs a {
		font-size: .75rem;
	}
	.lengths ul {
		width: 50%;
	}
	.prodimg_nav {
		display: block;
		width: 100%;
		height: 100%;
	}
	.sliderNav .slick-slide {
		margin: 0px 10px 0px 10px;
		width: 120px !important;
		height: 120px !important;
	}
	.where_to_buy img {
		max-width: 120px;
	}
}

/*Top Carousel nav */
.slick-next .slick-next-icon,
.slick-next .slick-prev-icon,
.slick-prev .slick-next-icon,
.slick-prev .slick-prev-icon {
    display: none;
}

/* HELPER */
.col-mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}