

@font-face {
	font-family: "Fira Sans Extra Condensed";
	src: url("/fonts/Fira Sans Extra Condensed/400_normal.woff2") format("woff2");
}

@font-face {
	font-family: "Nunito";
	src: url("/fonts/Nunito/400_normal.woff2") format("woff2");
}


/* default 0 paddings */
html,
body,
form {
	padding: 0px ;
	margin: 0px ;
}

/* general font sizing */
body,
input,
select,
textarea,
button,
h1,
h2,
h3
h4,
h5,
h6 {
	font-family: 'Nunito', georgia, times, serif ;
	font-size: 15px ;
	line-height: 1.25; /* should never change */
}

/* general font color */
body {
	color: #221f1f;
}

p {
	margin: 15px 0px; /* top and bottom padding should match font-size */
}

p:first-child {
	/*margin-top: 0px; */
}

p,
blockquote,
ul,
ol,
menu,
.lh {
	line-height: 1.75; /* set general line height if different than standard (no units is multiplied by font size) */
}

/* set heading styles - always set top and bottom margins */

h1,
h2,
h3,
h4,
h5,
h6,
.inline_h {
	
	font-family: 'Fira Sans Extra Condensed' ;
	font-weight: normal ;
	text-transform: uppercase ;
 ;
	color: #E02022 ;
}

h1 {
	font-size: 3.25em ;
	margin-top: 0px ;
	margin-bottom: 15px;
	font-weight: bold;
}

h2 {
	font-size: 2em ;
	margin-top: 15px;
	margin-bottom: 15px;
}

h3 {
	margin-top: 15px;
	margin-bottom: 15px;
}

h3,
.inline_h {
	font-size: 1.25em ;
}

h4 {
	font-size: 1.15em;
	margin-top: 11px;
	margin-bottom: 0px;
}

h5 {
	font-size: 1.25em;
	margin-top: 11px;
	margin-bottom: 0px;
}

h6 {
	margin-top: 11px;
	margin-bottom: 0px;
}

/* set anchor styles */
a,
a:link {
	color: #168bcb;
}

a:active,
a:visited {
	color: #838583;
}

a:hover {
	color: #e02022;
}

/* default table properties */
table {
	border-collapse: collapse ;
}

/* default image properties */
img {
	;
}

/* hr styles */
hr {
	margin: 6px 0px;
	padding: 0px;
	border: none;
	border-top: solid 1px #000;
	border-bottom: solid 1px #fff;
	opacity: 0.4;
}

/*	template styles	*/

body {
	}

.body {
	margin: 0px; /* never change cos of ie6 */
	padding: 0px;
}

.page_top {
	background-color: #168bcb;
	border-bottom: solid 1px #168bcb;
}

.page_top a img {
	border: 0px !important;
}

.info_bar {
	background-color: #711028;
	padding: 15px;
	text-align: center;

	font-weight: bold;
	color: #fff;
}

.navigation_bar {
	background-color: #711028;
	border: solid 0px #168bcb;
}

.page_body_div {
	border-top: solid 1px #168bcb;
}

.page_body_table {
	width: 100%;
}

.nav_cell {
	background-color: #168bcb;
	width: 250px;
	border: solid 0px #168bcb;
	vertical-align: top;
}

.content_cell {
	background-color: #ffffff;
	border: solid 0px #168bcb;
	vertical-align: top;
}

.content {
	padding: 20px ;
}

.trade-show-container {
	display: flex ;
	flex-wrap: wrap ;
}

.trade-show-container .show {
	width: 43% ;
	margin: 1% ;
	padding: 20px ;
	text-align: center ;
	border: 1px solid #168BCB ;
	border-radius: 10px ;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2) ;
}

.trade-show-container .show h2 {
	color: #168BCB ;
	text-transform: none ;
}

.trade-show-container .show p {
	font-style: italic ;
	font-size: 1.2em ;
}

@media (max-width: 880px) {
	.trade-show-container .show {
		width: 98% ;
		margin: 1% auto ;
	}
}

.walleye-container {
	text-align: center ;
	margin: 10px 0 ;
	border: 1px solid #eee ;
	padding: 10px ;
	box-shadow: 2px 2px 7px rgba(0,0,0,0.1) ;
}
.walleye-container img {
	max-width: 100% ;
	width: 200px ;
}
.walleye-container p {
}
.walleye-container a {
	display: inline-block ;
	padding: 15px 30px ;
	color: #fff ;
	background: #168BCB ;
	font-weight: 700 ;
	text-decoration: none ;
	border-radius: 10px ;
	transition: all 0.4s ease ;
}
.walleye-container a:hover {
	background: #E02022 ;
}

/* nav button styles */

a.button,
a.button:link,
a.button:active,
a.button:visited {
	display: block ;
	color: #fff ;
	padding: 8px 12px ;
	text-align: center ;
	
	font-family: 'Fira Sans Extra Condensed' ;
	font-weight: normal ;
	text-transform: uppercase ;
 ;
	font-size: 24px ;
	text-decoration: none ;
}

a.button:hover {
	background-color: #168BCB ;
}

/* nav sub */

.nav li ul li a {
	width: 250px;
}

a.button_sub,
a.button_sub:link,
a.button_sub:active,
a.button_sub:visited {
	display: block ;
	background: #168BCB ;
	color: #fff ;
	
	font-family: 'Fira Sans Extra Condensed' ;
	font-weight: normal ;
	text-transform: uppercase ;
 ;
	font-size: 16px ;
	line-height: 1.25 ;
	text-decoration: none ;
	padding: 8px 12px ;
}

a.button_sub:hover {
	background: #0B4666 ;
}

/* share this */

.shareThis, .addThis {
	float: right ;
	margin-left: 20px ;
	margin-bottom: 10px;
}

.shareThis a,
.shareThis a:link,
.shareThis a:active,
.shareThis a:visited,
.addThis a,
.addThis a:link,
.addThis a:active,
.addThis a:visited {
	text-decoration: none ;
	color: #1C6E35 ;
	font-size: 12px ;
}

.addThis a:hover,
.shareThis a:hover {
	text-decoration: underline ;
}

.addThis a,
.addThis a:link,
.addThis a:active,
.addThis a:hover,
.addThis a:visited {
	color: #FE6D4C ;
}

/* footer styles */

.foot,
.foot a:link,
.foot a:active,
.foot a:visited {
	color: #333 ;
	text-decoration: none ;
}
.foot a:hover {
	text-decoration: underline ;
}

/* link_white */

a.link_white,
a.link_white:link,
a.link_white:active,
a.link_white:visited {
	color: #ffffff ;
	text-decoration: none ;
}

a.link_white:hover {
	text-decoration: underline ;
}

/* misc standard styles */

img.img_float {
	clear: right;
	float: right;
	border: solid 1px #168bcb;
	margin: 0px 0px 10px 10px;
}

.box_h {
	border: solid 1px #ffffff;
	background-color: #168bcb;
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
}

.box_c {
	padding: 5px;
}

.action_end {
	text-align: center;
	border: solid 1px #168bcb;
	background-color: #fafafa;
	padding: 10px;
	color: #711028;
	margin: 10px 0px;
}

.gb {
	font-weight: bold;
	color: #168bcb;
}

.google_info_win {
	font-size: 12px ;
	margin-top: 10px ;
	line-height: 1.5 ;
}

div.overlay {
	margin: 10px;
	border: solid 10px ;
	background-color: #ffffff;
	padding: 10px 40px 30px 40px;
}


/* _table default styles */

table.list_cont {
	width: 100%;
}

table.list_cont td {
	padding: 5px;
	vertical-align: top;
}

table.list_cont tr:first-child td {
	border-top: 0px;
}

td.img_cont {
	text-align: center;
}

div.list_item {
	padding: 10px 0px;
	clear: both;
}

div.list_item:first-child {
	border-top: 0px;
}

tr.list_item td {
	padding-top: 10px;
	padding-bottom: 10px;
}

table.hor_list_cont {
	width: 100%;
}

td.hor_list_item {
	text-align: center;
	vertical-align: top;
	padding: 0px 10px 20px 10px ;
}

table.hor_list_item {
	margin: auto;
}

table.hor_list_item td {
	text-align: center;
}

.view_all {
	margin-top: 6px;
	border-top: solid 1px #168bcb;
}

.name {
	
	font-family: 'Fira Sans Extra Condensed' ;
	font-weight: normal ;
	text-transform: uppercase ;
 ;
	font-size: 1.25em ;
	margin-top: 10px ;
}

.date {
	font-style: italic;
	margin: 5px 0px ;
}

div.img_cont {
	clear: right;
	float: right;
	margin: 0px 0px 10px 10px;
}

.link {
	text-align: right;
	clear: right;
}

.teaser {
	font-size: .9em ;
	margin-top: 10px ;
}

/* paging links */

div.paging {
	margin: 15px 0px;
}

div.paging_np {

}

div.paging_pages {
	margin-top: 7.5px;
}

a.paging,
a.paging:link,
a.paging:active,
a.paging:visited,
a.paging:hover {
	display: inline-block;
	border: solid 1px #168bcb;
	background-color: #2190cd;
	padding: 7.5px 15px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
}

a.paging:hover {
	background-color: #379bd2;
}

a.paging[disabled] {
	cursor: default;
	border: solid 1px #4c9ecb;
	background-color: #54a2cd;
	background-image: none;
	color: #99c6df;
}

a.paging.paging_cur {
	border-width: 2px !important;
	padding: 4px 6.5px !important;
	font-weight: bold;
	text-decoration: underline;
}

/* nav */

.nav {
	margin: 0px;
	padding: 0px;
	overflow: visible;
	list-style: none;
	list-style-image: none;
	clear: both;
}

.nav li {
	display: inline-block;
}


.nav li a {
	display: block ;
}

.nav li {
	width: 100%; 
	margin: 0px;
	padding: 0px;
	position: relative;
}

/* sub nav */
.nav li ul {
	display: none;
	margin: 0px ;
	padding: 0px ;
	position: absolute;
	list-style: none;
	list-style-image: none;
}
.nav_hor li ul {
	left: 0;
	top: 100%;
}
.nav_ver li ul {
	left: 100%;
	top: 0;
}

.nav li:hover > ul {
	display: block;
	z-index: 2;
}
.nav li ul li a {
	display: block;
}

/* sub-sub nav */
.nav li ul li ul {
	display: none;
}
.nav li ul li:hover ul {
	left: 100%;
	top: 0;
}

/*	COMMON STYLES	*/

a img, 
a:link img, 
a:active img, 
a:visited img {
	border-style: solid;
	border-width: 1px; 
	border-color: #168bcb;
}
a:hover img {
	border-color: #e02022;
}

textarea {
	resize: vertical;
}

input {
	margin: 2px; 
	margin-left: 0px; 
}

label, 
input[type="radio"], 
input[type="checkbox"] {
	vertical-align: middle; 
}

/* TinyMCE specific rules */


body.mceContentBody {
   background: #ffffff;
}

.mceContentBody a {
	color: #168bcb !important; /* Should match standard anchors; FF requires a important here for mceContentBody */
}

/*Misc Standard Styles*/

.w100 {
	width: 100%; 
}

.vat,
table.vat td,
tr.vat td {
	vertical-align: top; 
}

.vabl,
table.vabl td,
tr.vabl td {
	vertical-align: baseline; 
}

.vam,
table.vam td,
tr.vam td {
	vertical-align: middle; 
}

.tar {
	text-align: right; 
}

.important {
	color: #711028;
}

.required {
	text-align: center;
	color: #711028;
}


.done {
	margin-bottom: 15px; 
	background-color: #e7edef; 
	text-align: center; 
	color: #145163; 
	border: solid 1px #145163; 
}

.done_standard, 
.done_message {
	margin: 7.5px; 
}

.done_message p {
	margin: 7.5px 0px; 
}

.done_message > *:first-child {
	margin-top: 0px; 
}
.done_message > *:last-child {
	margin-bottom: 0px; 
}

.done_1 {
	
}
.done_0 {
	font-style: italic; 
}

.done_1 .done_standard {
	font-weight: bold; 
}

.done_0 .done_standard {
	font-weight: bold; 
}

.done_message {
	
}

.missing {
	margin-bottom: 15px;
	background-color: #e7edef; 
	padding: 7.5px;
	text-align: center; 
	color: #145163; 
	font-size: 1.6em; 
	border: solid 1px #145163; 
}

.even_row, 
.row_0 {
	background-color: #eeeeee;
}

.odd_row, 
.row_1 {
	background-color: #ffffff;
}

.good, 
.status1 {
	color: #456314;
}

.bad, 
.status0 {
	color: #711028;
}

table.form td {
	vertical-align: baseline; 
	text-align: left; 
}

table.form td.label {
	text-align: right; 
}

div.label {
	margin-top: 15px; 
}

div.field {
	margin-bottom: 15px; 
}

/* Edit Me */

div.edit_me {
	float: right; 
	margin: 0px 0px 10px 10px; ; 
	border-radius: 5px; 
	border: solid 1px #b9dcef; 
	/*linear gradient not supported*/; 
	padding: 8px; 
	font-family: arial,sans-serif; 
	font-size: 15px; 
}

div.edit_me img {
	border: 0px; 
	vertical-align: middle; 
}

/* jquery */

.ui-datepicker {
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 12px !important; 
	font-weight: normal; 
}

img.ui-datepicker-trigger {
	cursor: pointer;
	position: relative;
	left: 0px; 
	top: 3px;
}


/* BLOGS STYLES */

/* generic */

.blg_id.aut_id {
	font-weight: bold;
}

/* list */


/* detail */


/* module */


/* comments */

table.bc_id.list_cont {
	width: 100%; 
}

table.bc_id.list_cont td {
	vertical-align: top;
}

td.bc_id.comment_form {
	text-align: right;
	width: 300px; 
}

div.bc_id.comment_box {
	margin-left: 10px; 
	background-color: #168bcb;
	padding: 0px 10px; 
	border: solid 1px #168bcb;
}

.bc_id.comments_result {
	text-align: center;
	font-weight: bold;
	color: #711028 ;
}

textarea.bc_id.icontent {
	width: 98%; 
	height: 6em; 
}

div.bc_id.comment {
	border: solid 1px #168bcb;
	border-width: 1px 0px 0px 0px;
	padding: 10px; 
}

div.bc_id.comment.row0 {
	background-color: #eeeeee;
}

div.bc_id.comment.row1 {
	background-color: #ffffff;
}

div.bc_id.comment_date {
	font-size: .8em; 
}

div.bc_id.comment_name {
	font-size: .8em;
}

div.bc_id.comment_content {
	margin-top: 10px; 
}


/* PRODUCTS STYLES */

/* bread crumb */

.bcrumb a:link,
.bcrumb a:active,
.bcrumb a:visited {
	font-size: 12px; 
	text-decoration: none; 
}

.bcrumb a:hover {
	text-decoration: underline; 
}

/* generic */

.price {
	font-size: .9em; 
	font-style: italic; 
}

/* list */

/* category list */

div.cat.hor_list_cont {
	/*border: solid 1px #168bcb;
	background-color: #fafafa;*/
}

div.cat.hor_list_cont {
	width: 100%; 
}

.cat .cat.hor_img_cont {
	/*background-color: #168bcb;
	border-radius: 5px;*/
	vertical-align: top ;
}

/* product list */


/* product detail */

div.prd_float_spaced {
	/*margin: -1px 0px;*/
	margin: 10px 0px; 
}

div.prd_img_cont {
	/*border: solid 1px #168bcb;
	background-color: #eeeeee;
	/*linear gradient not supported*/; 
	border-radius: 10px;*/
}

/*
div.prd_float_spaced:first-child div.prd_img_cont {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

div.prd_float_spaced:last-child div.prd_img_cont {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
*/

table.prd_img_main_cont td {
	text-align: center; 
	padding: 0px; 
}

table.prd_img_add_cont {
	width: 100%; 
	border-collapse: separate; 
}

table.prd_img_add_cont td {
	text-align: center; 
	padding: 0px; 
	/*
	border: solid 1px #168bcb;
	background-color: #eeeeee;
	border-radius: 3px;
	*/
}

table.prd_pdfs_cont {
	width: 100%; 
}

table.prd_pdfs_cont td {
	text-align: center; 
	vertical-align: top; 
	padding: 3px; 
}

.prd_pdfs_name {
	font-size: 10px; 
}

/* module */


/* CART STYLES */

table.cart_id.list.list_cont {
	border: solid 1px #168bcb;
}

table.cart_id.list.list_cont td {
	vertical-align: middle; 
	padding: 5px; 
}

tr.cart_id.list.list_item td {
	border-color: #168bcb;
}

tr.cart_id.list.list_head {
	background-color: #168bcb;
	background-image: url(/images/slogan_bg.png);
	background-position: center center;
	color: #fff;
	font-weight: bold;
}

tr.cart_id.list.list_head td {
	vertical-align: bottom; 
	border-bottom: solid 1px #168bcb; 
}

.cart_id.list.cart_id_id {
	font-size: .8em;
}

.cart_id.list.quantity {
	width: 25px ; 
	font-size: .8em; 
	text-align: right; 
}

tr.cart_id.list.list_item td {
	background: #fff;
}

.cart_id.list.img_cont {
	padding: 2px !important; 
}

.cart_id.list.name_cont {
	font-size: 1.1em;
}

.cart_id.list.opt_cont {
	/*font-size: .8em; */
}

.cart_id.list.quantity_cont {
	text-align: center; 
	width: 1% ; 
	white-space: nowrap; 
}

.cart_id.list.remove_cont {
	text-align: center; 
	width: 1% ; 
	white-space: nowrap; 
}

.cart_id.list.amount_cont {
	text-align: right; 
}

.cart_id.list.item_total_cont {
	text-align: right; 
}

table.cart_id.list.subtotal {
	width: 100%; 
	margin-top: 9px;
}

table.cart_id.list.subtotal td {
	vertical-align: top; 
	padding: 0px; 
}

.cart_id.list.subtotal_cont {
	text-align: right;
}

.cart_id.list.tax_cont {
	text-align: right;
}

.cart_id.list.promo_cont {
	text-align: right; 
}

.cart_id.list.handling_cont {
	text-align: right;
}

.cart_id.list.shipping_cont {
	text-align: right;
}

.cart_id.list.total_cont {
	text-align: right;
	font-size: 16px; 
}

div.cart_id.list.checkout {
	text-align: right; 
	margin-top: 9px; 
}

a:link.checkout_button,
a:active.checkout_button,
a:visited.checkout_button {
	display: inline-block;
	border: outset 2px #168bcb;
	padding: 9px 15px; 
	/*background-color: #168bcb;*/
	font-size: 16px; 
	font-weight: bold; 
	color: #ffffff; 
	text-decoration: none; 
	background: #168bcb ;
}

a:hover.checkout_button {
		background: #0B4666;
}

/* Checkout Styles (NEEDS UPDATED) */

h3.checkout {
	text-align: center; 
	background-color: #168bcb;
	padding: 6px 0px; 
	border: solid 1px #168bcb;
	color: #ffffff;
}

table.totaler {
	width: 100%; 
	margin: 10px 0px; 
}

table.totaler td {
	padding: 1px 3px; 
	vertical-align: baseline; 
}

table.totaler tr.head td {
	color: #168bcb; 
	font-weight: bold ; 
	border-bottom: solid 1px #168bcb ;
}

table.totaler tr.body td {
	border-bottom: solid 1px #168bcb ;
}

table.totaler_totals {
	margin: 15px 0px 15px auto;
}

table.totaler_totals td {
	text-align: right;
}

table.totaler_totals td.label {
	color: #168bcb ;
	text-align: left;
	padding-right: 10px;
	font-weight: bold;
	white-space: nowrap;
}

table.totaler_totals td.total {
	color: #168bcb;
	border-top: solid 1px #168bcb;
	font-size: 14px;
	font-weight: bold;
}

table.checkout {
	margin: auto;
	width: 100% ;
}

table.checkout td {
	padding: 3px;
	vertical-align: top;
	padding: 3px; 
}

table.checkout td.label {
	padding-right: 10px;
	text-align: right;
	font-weight: normal;
}

table.checkout td input[type="text"] {
	width: 180px;
}

/* USERS STYLES */

/* generic */

a.button_user:link, 
a.button_user:active, 
a.button_user:visited, 
a.button_user:hover {
	display: inline-block; 
	color: #ffffff ;
	padding: 5px 10px ;
	text-decoration: none ;
	font-size: 1.2em ;
	font-weight: bold ;
	text-align: center ;
	letter-spacing: -1px ;
	border: outset 1px #168bcb;
	/*linear gradient not supported*/; 
	
}

a.button_user:hover {
	/*linear gradient not supported*/; 
}


/* list */


/* detail */


/* module */


/* orders */

table.ord {
	border: solid 1px #168bcb;
	width: 100%; 
}

table.ord td {
	border-bottom: dotted 1px #168bcb;
	padding: 3px 5px; 
}

tr.ord_h td {
	background-color: #168bcb;
	color: white; 
	font-weight: bold; 
	vertical-align: bottom;
}

tr.ord_b td {
	vertical-align: baseline;
	
}

.ord_totals {
	margin: 15px 0px 0px auto; 
	text-align: right; 
}

.ord_tight {
	width: 1%; 
	white-space: nowrap; 
}

/* VIDEOS STYLES */

/* generic */

.video {
	text-align: center; 
	margin: 10px 0px; 
}

/* list */


/* detail */


/* module */



/* print styles */

.print_only {
	display: none !important; 
}

@media print {
	
	.print_only {
		display: block !important;
	}
	
	.no_print {
		display: none !important; 
	}
	
	.container {
		width: 100% !important;
		margin: 0px !important;
		padding: 0px !important;
	}
	
	.content {
		margin: 0px !important;
		padding: 0px !important; 
		float: none !important;
	}
	
}

.top_holder {
	display: block ;
	width: auto ;
	margin: 10px ;
	padding-top: 90% ;
	border: 10px solid rgba(255,255,255,.5) ;
	box-shadow: 0 0 10px rgba(0,0,0,.5) ;
	position: relative ;
}

.top_holder img {
	width: 100% ;
	padding-top: 100% ;
}

.table_top_holder {
	padding: 10px 0 ;
}

.top_holder_inner {
	position: absolute ;
	top: 0 ;
	left: 0 ;
	right: 0 ;
	bottom: 0 ;
	background-position: center center ;
	background-size: cover ;
}

.preloader {
	height: 1px ;
	width: 1px ;
}

.side_holder {
	margin: 15px ;
}
.side_heading {
	
	font-family: 'Fira Sans Extra Condensed' ;
	font-weight: normal ;
	text-transform: uppercase ;
 ;
	background: #0B4666 ;
	padding: 8px 12px ;
}
.side_heading-featured {
	
	font-family: 'Fira Sans Extra Condensed' ;
	font-weight: normal ;
	text-transform: uppercase ;
 ;
	background: #168BCB ;
	padding: 8px 12px ;
}
.side_heading,
.side_heading-featured,
.side_heading a:link,
.side_heading a:active,
.side_heading a:visited,
.side_heading-featured a:link,
.side_heading-featured a:active,
.side_heading-featured a:visited {
	color: #fff ;
	text-decoration: none ;
	font-size: 1.25em ;
}
.side_heading a:hover {
	text-decoration: underline ;
}
.side_content {
	padding: 15px ;
	background: #fff ;
}

.caption {
	width: 300px ;
	text-align: center ;
	font-size: 12px ;
	padding: 10px ;
}
.caption img {
	width: 300px ;
	margin-bottom: 5px ;
	display: block ;
}
.float {
	float: right ;
	clear: right ;
	margin: 0px 0px 15px 20px ;
}

a.link_blue:link,
a.link_blue:active,
a.link_blue:visited {
	color: #168BCB ;
	text-decoration: none ;
}
a.link_blue:hover {
	text-decoration: underline ;
}
a.link_blueDk:link,
a.link_blueDk:active,
a.link_blueDk:visited {
	color: #0B4666 ;
	text-decoration: none ;
}
a.link_blueDk:hover {
	text-decoration: underline ;
}
a.link_red:link,
a.link_red:active,
a.link_red:visited {
	color: #E02022 ;
	text-decoration: none ;
}
a.link_red:hover {
	text-decoration: underline ;
}
a.link_grayLt:link,
a.link_grayLt:active,
a.link_grayLt:visited {
	color: #B5B7B5 ;
	text-decoration: none ;
}
a.link_grayLt:hover {
	text-decoration: underline ;
}
a.link_gray:link,
a.link_gray:active,
a.link_gray:visited {
	color: #838583 ;
	text-decoration: none ;
}
a.link_gray:hover {
	text-decoration: underline ;
}
a.link_grayBd:link,
a.link_grayBd:active,
a.link_grayBd:visited {
	color: #E8EBE8 ;
	text-decoration: none ;
}
a.link_grayBd:hover {
	text-decoration: underline ;
}
a.link_sky:link,
a.link_sky:active,
a.link_sky:visited {
	color: #D4F2FE ;
	text-decoration: none ;
}
a.link_sky:hover {
	text-decoration: underline ;
}
a.link_1:link,
a.link_1:active,
a.link_1:visited {
	color: #145163 ;
	text-decoration: none ;
}
a.link_1:hover {
	text-decoration: underline ;
}
a.link_2:link,
a.link_2:active,
a.link_2:visited {
	color: #456314 ;
	text-decoration: none ;
}
a.link_2:hover {
	text-decoration: underline ;
}
a.link_3:link,
a.link_3:active,
a.link_3:visited {
	color: #711028 ;
	text-decoration: none ;
}
a.link_3:hover {
	text-decoration: underline ;
}
a.link_4:link,
a.link_4:active,
a.link_4:visited {
	color: #cccccc ;
	text-decoration: none ;
}
a.link_4:hover {
	text-decoration: underline ;
}
a.link_5:link,
a.link_5:active,
a.link_5:visited {
	color: #999999 ;
	text-decoration: none ;
}
a.link_5:hover {
	text-decoration: underline ;
}
a.link_6:link,
a.link_6:active,
a.link_6:visited {
	color: #666666 ;
	text-decoration: none ;
}
a.link_6:hover {
	text-decoration: underline ;
}
a.link_main_1:link,
a.link_main_1:active,
a.link_main_1:visited {
	color: #168bcb ;
	text-decoration: none ;
}
a.link_main_1:hover {
	text-decoration: underline ;
}
a.link_main_2:link,
a.link_main_2:active,
a.link_main_2:visited {
	color: #168bcb ;
	text-decoration: none ;
}
a.link_main_2:hover {
	text-decoration: underline ;
}
a.link_main_3:link,
a.link_main_3:active,
a.link_main_3:visited {
	color: #711028 ;
	text-decoration: none ;
}
a.link_main_3:hover {
	text-decoration: underline ;
}
a.link_main_4:link,
a.link_main_4:active,
a.link_main_4:visited {
	color: #cccccc ;
	text-decoration: none ;
}
a.link_main_4:hover {
	text-decoration: underline ;
}
a.link_main_5:link,
a.link_main_5:active,
a.link_main_5:visited {
	color: #999999 ;
	text-decoration: none ;
}
a.link_main_5:hover {
	text-decoration: underline ;
}
a.link_main_6:link,
a.link_main_6:active,
a.link_main_6:visited {
	color: #666666 ;
	text-decoration: none ;
}
a.link_main_6:hover {
	text-decoration: underline ;
}
a.link_trim_1:link,
a.link_trim_1:active,
a.link_trim_1:visited {
	color: #168bcb ;
	text-decoration: none ;
}
a.link_trim_1:hover {
	text-decoration: underline ;
}
a.link_trim_2:link,
a.link_trim_2:active,
a.link_trim_2:visited {
	color: #168bcb ;
	text-decoration: none ;
}
a.link_trim_2:hover {
	text-decoration: underline ;
}
a.link_trim_3:link,
a.link_trim_3:active,
a.link_trim_3:visited {
	color: #168bcb ;
	text-decoration: none ;
}
a.link_trim_3:hover {
	text-decoration: underline ;
}
a.link_bg:link,
a.link_bg:active,
a.link_bg:visited {
	color: #456314 ;
	text-decoration: none ;
}
a.link_bg:hover {
	text-decoration: underline ;
}
a.link_font:link,
a.link_font:active,
a.link_font:visited {
	color: #221f1f ;
	text-decoration: none ;
}
a.link_font:hover {
	text-decoration: underline ;
}
a.link_heading:link,
a.link_heading:active,
a.link_heading:visited {
	color: #711028 ;
	text-decoration: none ;
}
a.link_heading:hover {
	text-decoration: underline ;
}
a.link_anchor_1:link,
a.link_anchor_1:active,
a.link_anchor_1:visited {
	color: #168bcb ;
	text-decoration: none ;
}
a.link_anchor_1:hover {
	text-decoration: underline ;
}
a.link_anchor_2:link,
a.link_anchor_2:active,
a.link_anchor_2:visited {
	color: #838583 ;
	text-decoration: none ;
}
a.link_anchor_2:hover {
	text-decoration: underline ;
}
a.link_anchor_3:link,
a.link_anchor_3:active,
a.link_anchor_3:visited {
	color: #e02022 ;
	text-decoration: none ;
}
a.link_anchor_3:hover {
	text-decoration: underline ;
}
a.link_nav_1:link,
a.link_nav_1:active,
a.link_nav_1:visited {
	color: #cccccc ;
	text-decoration: none ;
}
a.link_nav_1:hover {
	text-decoration: underline ;
}
a.link_nav_2:link,
a.link_nav_2:active,
a.link_nav_2:visited {
	color: #cccccc ;
	text-decoration: none ;
}
a.link_nav_2:hover {
	text-decoration: underline ;
}
a.link_content:link,
a.link_content:active,
a.link_content:visited {
	color: #ffffff ;
	text-decoration: none ;
}
a.link_content:hover {
	text-decoration: underline ;
}
a.link_light:link,
a.link_light:active,
a.link_light:visited {
	color: #ffffff ;
	text-decoration: none ;
}
a.link_light:hover {
	text-decoration: underline ;
}
a.link_foot:link,
a.link_foot:active,
a.link_foot:visited {
	color: #ffffff ;
	text-decoration: none ;
}
a.link_foot:hover {
	text-decoration: underline ;
}
a.link_even:link,
a.link_even:active,
a.link_even:visited {
	color: #eeeeee ;
	text-decoration: none ;
}
a.link_even:hover {
	text-decoration: underline ;
}
a.link_odd:link,
a.link_odd:active,
a.link_odd:visited {
	color: #ffffff ;
	text-decoration: none ;
}
a.link_odd:hover {
	text-decoration: underline ;
}
a.link_good:link,
a.link_good:active,
a.link_good:visited {
	color: #456314 ;
	text-decoration: none ;
}
a.link_good:hover {
	text-decoration: underline ;
}
a.link_bad:link,
a.link_bad:active,
a.link_bad:visited {
	color: #711028 ;
	text-decoration: none ;
}
a.link_bad:hover {
	text-decoration: underline ;
}
a.link_important:link,
a.link_important:active,
a.link_important:visited {
	color: #711028 ;
	text-decoration: none ;
}
a.link_important:hover {
	text-decoration: underline ;
}

.pdf_list p {
	background: url(/images/pdf.png) left center no-repeat ;
	padding-left: 25px ;
}

.closeButton {
	border: 1px solid #ccc ;
}
.closeButton,
.closeButton a:link,
.closeButton a:active,
.closeButton a:visited,
.closeButton a:hover {
	font-size: 16px ;
	text-decoration: none ;
	font-weight: bold ;
	color: #999 ;
	font-family: verdana ;
	display: block ;
	padding: 5px ;
	line-height: 16px ;
	background: #f0f0f0 ;
}

.float {
	float: right ;
	margin: 0px 0px 15px 20px ;
	clear: right ;
}

div.blg_id.mod.link {
	display: none ;
}
div.blg_id.mod.view_all {
	display: none ;
}

.top_blurb {
	text-align: center ;
	color: #0B4666 ;
	text-shadow: 0 0 5px #fff ;
	line-height: 1 ;
	padding: 10px ;
	border-bottom: 1px solid rgba(0,0,0,.15) ;
	font-size: .75em ;
	letter-spacing: .35em ; ;
	margin-bottom: 10px ;
}
.top_blurb p {
	margin: 0px ;
	padding: 0px ;
}
.top_blurb a {
	color: #666 ;
	text-decoration: none ;
}
.top_blurb a:hover {
	text-decoration: none ;
}

img {
	max-width: 100% ;
}

a img {
	border: 0 !important ;
}

.container_shadow {
	background: url(/images/holder_shadow.png) top center no-repeat ;
}

.container {
	width: 100% ;
	max-width: 1180px ;
	margin: auto ;
}

.top_outer {
}

.top_container {
	box-shadow: inset 0px 10px 10px -10px rgba(0,0,0,.5) ;
	/*background: rgba(255,255,255,.15) ;*/
}

.content_container {
	background: white ;
	box-shadow: inset 0px 10px 10px -10px rgba(0,0,0,.5) ;
}

.table {
	display: table ;
	width: 100% ;
}

.table_sized {
	width: auto ;
}

.td {
	display: table-cell ;
	vertical-align: middle ;
}

.td_side {
	width: 30% ;
	background: #E8EBE8 ;
	padding: 1px 0 ;
}

.top_tag a {
	display: block ;
	text-align: center ;
	font-size: 36px ;
	letter-spacing: -.03em ;
	font-style: italic ;
}

.top_info_container {
	float: right ;
	text-align: center ;
	margin: 0 10px ;
}

.top_container_resp {
	display: none ;
}

.cols_3,
.cols_6 {
	font-size: 0 ;
	text-align: center ;
}

.box {
	vertical-align: top ;
	display: inline-block ;
	font-size: 15px ;
}

.cols_3 .box {
	width: 31% ;
	margin: 15px 1% ;
}

.cols_6 .box {
	width: 14% ;
	margin: 15px 1% ;
}

.box_photo {
	background-position: center center ;
	background-size: contain ;
	background-repeat: no-repeat ;
}

.box_photo img {
	width: 100% ;
	height: 150px ;
	margin-bottom: 5px ;
}

/*	Responsive video container */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 500px) {
	.table_wide {
		overflow-x: auto ;
	}
}

.shipping_delay_popup-wrapper {
	position: fixed ;
	top: 0 ;
	bottom: 0 ;
	right: 0 ;
	left: 0 ;
	backdrop-filter: saturate(180%) blur(20px) ;
	-webkit-backdrop-filter: saturate(180%) blur(20px) ;
	display: flex ;
}
.shipping_delay_popup-wrapper .shipping_delay_popup-container {
	position: relative ;
	max-width: 60vw ;
	margin: auto ;
	height: 50vh ;
	padding: 20px ;
}
.shipping_delay_popup-wrapper .shipping_delay_popup-container .shipping_delay_popup-content {
	z-index: 20 ;
}
.shipping_delay_popup-wrapper .shipping_delay_popup-container .shipping_delay_popup-close_btn {
	position: absolute ;
	top: 0 ;
	right: 0 ;
}
.shipping_delay_popup-wrapper .shipping_delay_popup-container .shipping_delay_popup-close_btn img {
	max-width: 50px ;
}
.shipping_delay_popup-wrapper .shipping_delay_popup-container .shipping_delay_popup-close_outer {
	position: fixed ;
	top: 0 ;
	right: 0 ;
	bottom: 0 ;
	left: 0 ;
	z-index: -5 ;
}
@media (max-width: 640px) {
	.shipping_delay_popup-wrapper .shipping_delay_popup-container {
		max-width: 80vw ;
		height: 70vh ;
	}
}

.menu_container {
	display: table ;
	width: 100% ;
	}

.menu_menu,
.menu_search,
.menu_cart {
	display: none ;
}

.menu_info {
		flex: 1;
}

.menu_logo {
		text-align: center;
	flex: 1;
}

.menu_logo img {
	max-width: 220px ;
}

.menu_info_outer {
	}

.nav_container {
	background: #0B4666 ;
}

.bottom_container {
	padding: 20px ;
	background: #e0e0e0 ;
	text-align: center;
}

.search_outer {
		border: 2px solid #cccccc ;
	margin-bottom: 10px;
}

.search_outer input {
	border: 0 ;
	padding: 5px ;
	margin: 0 ;
	background: none ;
	color: #333 ;
}

.cols_2,
.cols_3,
.cols_4,
.cols_5 {
	text-align: center ;
	font-size: 0 ;
}

.col {
	display: inline-block ;
	vertical-align: top ;
	font-size: 15px ;
	text-align: left ;
}

.cols_2 .col {
	width: 48% ;
	margin: 15px 1% ;
}

.cols_3 .col {
	width: 31% ;
	margin: 15px 1% ;
}

.cols_4 .col {
	width: 23% ;
	margin: 15px 1% ;
}

.cols_5 .col {
	width: 18% ;
	margin: 15px 1% ;
}

.social_outer {
	margin-bottom: 20px ;
}

.social_outer img {
	height: 50px ;
	margin-right: 5px ;
}


.links_bottom {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media (max-width: 800px) {
	.box {
		width: auto !important ;
		display: block !important ;
		margin: 15px 0 !important ;
	}
	.nav_container {
		display: none ;
		position: fixed ;
		top: 80px ;
		left: 0 ;
		right: 0 ;
		bottom: 0 ;
		overflow-y: auto ;
		z-index: 1000 ;
		background: #168BCB	}
	.nav_container ul,
	.nav_container li {
		display: block !important ;
	}
	.button {
		background: #168BCB !important;
	}
	.nav_container .td li ul * {
		display: none ;
	}
	.body {
		padding-top: 80px ;
	}
	.table_sized,
	.table,
	.td {
		display: block ;
		width: auto ;
	}
	.table_sized {
		text-align: center ;
	}
	.td_side {
		width: auto ;
	}
	.top_info_container {
		float: none ;
		margin: 0 ;
	}
	.top_holder {
		margin: auto ;
	}
	.top_tag a {
		font-size: 24px ;
		margin-bottom: 20px ;
	}
	.top_resp .table {
		display: table ;
		width: 100% ;
	}
	.top_resp .td {
		display: table-cell ;
		vertical-align: middle ;
		height: 80px ;
	}
	.top_resp .td {
		font-size: 36px ;
		text-align: center ;
	}
	.top_resp .td img {
		height: 90% ;
	}
	.td_ham {
		width: 15% ;
	}
	.td_ham a {
		display: block ;
		color: white ;
		text-decoration: none ;
	}
	.col {
		display: block !important ;
		width: auto !important ;
		margin: 15px auto !important ;
	}
	.social_outer {
		text-align: center ;
		margin: 20px ;
	}
	.social_outer img {
		height: 30px ;
	}
	.menu_container {
		position: fixed ;
		top: 0 ;
		left: 0 ;
		right: 0 ;
		box-shadow: 0 0 10px rgba(0,0,0,.5) ;
		z-index: 1000 ;
		padding: 0 ;
		background: #D4F2FE ;
	}
	.menu_info {
		display: none ;
	}
	.menu_menu,
	.menu_cart,
	.menu_search,
	.menu_logo {
		display: table-cell ;
		vertical-align: middle ;
		height: 80px ;
		text-align: center ;
	}
	.menu_menu,
	.menu_cart,
	.menu_search {
		width: 15% ;
	}
	.menu_menu img,
	.menu_cart img,
	.menu_search img {
		width: 50% ;
	}
	.menu_logo img {
		width: auto ;
		max-width: none ;
		height: 90% ;
	}
	.table_top_holder {
		padding: 20px ;
	}
	#top_holder2,
	#top_holder3 {
		display: none ;
	}
	h1 {
		font-size: 2em ;
	}
	h2 {
		font-size: 1.75em ;
	}
	.top_blurb {
		margin-bottom: 0 ;
	}
	.shop_but-outer {
		display: none;
	}
	.flex_header {
		display: block;
	}
}

.flex_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 800px) {
	.flex_header.flex_header {
		display: block;
	}
}

.shop_but-outer {
	flex: 1;
}

.shop_but-inner {
	max-width: 300px;
	margin-right: auto;
}

.shop_but {
	display: inline-block;
	border: 2px solid #168BCB ;
	padding: 20px 30px;
	text-align: center;
	color: #168BCB ;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	transition: .3s all;
}

.shop_but:visited {
	color: #168BCB ;
}

.shop_but:hover {
	background-color: #168BCB ;
	color: white;
}

.table_updated {
	display: table;
	margin-left: auto;
}

.hp_sliders {
	background-image: url("/content/slider-1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 12em 0;
}

.slider_cont {
	display: inline-block;
	margin-left: 60%;
	padding: 10px;
}

.slider_text {
	font-weight: bold !important;
	font-size: 3.75em;
	color: white;
	
	font-family: 'Fira Sans Extra Condensed' ;
	font-weight: normal ;
	text-transform: uppercase ;
 ;
	text-shadow: 0 0 15px black;
	text-transform: capitalize;
	line-height: inherit;
}

@media (max-width: 640px) {
	.slider_cont {
		display: block;
		margin: auto;
	}

	.slider_text {
		font-size: 2.5em;
	}
}

.a_but {
	display: inline-block;
	margin: 1px 0;
	background-color: #168BCB ;
	padding: 10px 40px;
	color: white !important;
	text-decoration: none;
	cursor: pointer;
	transition: .3s all;
}

.a_but:hover {
	background-color: #0B4666 ;
}

.resources_pg {
	border: 2px solid #168BCB ;
	box-sizing: border-box;
	text-align: center;
	transition: .3s all;
}

.resources_pg a {
	text-decoration: none;
	padding: 30px 0 ;
	white-space: nowrap;
	font-weight: bold;
	transition: .3s all;
	display: inline-block ;
	width: 100% ;
}

.resources_pg:hover {
	background-color: #168BCB ;
}

.resources_pg:hover a {
	color: white;
}

.contact_float-left {
	float: left;
	width: 48%
}

.contact_float-right {
	float: right ;
	width: 50%;
}

@media (max-width: 870px) {
	.contact_float-left, .contact_float-right {
		display: block;
		text-align: center;
		width: 100%;
	}
}

.contact_float-left input, .contact_float-left textarea {
	padding: 5px;
	border: 2px solid #cccccc ;
	box-sizing: border-box;
}

.col-photo {
	background-position: center center ;
	background-size: cover ;
	padding-top: 100% ;
	position: relative ;
}
.col-photo a,
.col-photo img {
	position: absolute ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 100% ;
}
