﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #125488; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #125488;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- BANNER STYLES ---------------------*/

.promo-banner {
	width: 100%;
	padding: 10px 10px;
	background: #FF7E25;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Inter", sans-serif;
}

.promo-content {
	max-width: 800px;
}

.promo-content h1 {
	font-size: 30px;
}

.promo-banner a {
  color: #000 !important;
  text-decoration: underline;
}


/*--- HEADER STYLES ---------------------*/
header {}
.antietam-header{
	background: #000;
	color: #fff;
}
.logos-row{
	width: 33.333333%;
	display: flex;
	font-family: "Inter", sans-serif;
}
.logos-row > a, .logos-row > div{
	width: 100%;
}
.logos-row > div:nth-of-type(1){
	background: #125488;
}
.logos-row > a:nth-of-type(1){
	background: #00205b;
	
}
.logos-row > a:nth-of-type(2){
	background: #dc4405;
	
}
.logos-row  img{
	max-width: 90%;
	width: 150px;
	margin: 0 auto;
	display: block;
}
.logos-row > a > div, .logos-row > div > a:nth-of-type(1) {
	padding: 10px;
    min-height: 87px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
.logos-row > a p, .logos-row > div > a:nth-of-type(2){
	padding: 11px 10px;
	background: rgba(0,0,0,0.33);
}
.nav-row{
	width: 66.6666667%;
}


.mv-search{
	display: flex;
	position: absolute;
	z-index: 100;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.33);
	border-radius: 5px;
	overflow: hidden;
}
.mv-search > form{
	display: flex;
}
.mv-search input{
	-webkit-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
    width: calc(100% - 20px);
    height: 48px !important;
	font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 48px !important;
    color: #777778;
    text-transform: none;
    letter-spacing: 0em;
    padding-right: 10px;
    border: none;
    border-radius: 5px;
    padding-left: 10px;
}
.mv-search button{
	font-family: "Inter", sans-serif;
    position: absolute;
    width: 48px !important;
    height: 48px !important;
    text-align: center;
    border: none;
    padding: 0;
    font-size: 14px;
	appearance: none;
	outline: none;
	right: 0;
	top: 0;
	background: unset;
	cursor: pointer;
}

/*---BODY--------------------------------*/
.pad-sides{
	padding-left: 6vw;
	padding-right: 6vw;
}
.pad-top{
	padding-top: 120px;
}
.pad-bottom{
	padding-bottom: 120px;
}
.pad-top-half{
	padding-top: 60px;
}
.pad-bottom-half{
	padding-bottom: 60px;
}

.bg-white{
	background: #fff;
	font-family: "Inter", sans-serif;
}
.bg-offwhite{
	background: #fafafa;
	font-family: "Inter", sans-serif;
}
.bg-black{
	background: #000;
	color: #fff;
	font-family: "Inter", sans-serif;
}
.bg-blue{
	background: #125488;
	color: #fff;
	font-family: "Inter", sans-serif;
}
.bg-img{
	background-size: cover;
	background-position: center center;
	font-family: "Inter", sans-serif;
}

.heading-sm{
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.6em;
	line-height: 1.4;
	text-transform: uppercase;
	
}
.heading-md{
	font-family: "Inter", sans-serif;
	font-size: 32px;
	line-height: 1;
	font-weight: 300;
	letter-spacing: 0.2em;
}
.heading-md-bold{
	font-family: "Inter", sans-serif;
	font-size: 32px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: -0.025em;
}
.bold{
	font-weight: 700;
}
.heading-lg{
	font-family: "Inter", sans-serif;
	font-size: 64px;
	line-height: 1;
	font-weight: 900;
	letter-spacing: -0.025em;
	text-transform: uppercase;
	
}

.paragraph{
	font-family: "Inter", sans-serif;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: -0.025em;
	font-weight: 300;
}
.paragraph-lg{
	font-family: "Inter", sans-serif;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: -0.025em;
	font-weight: 300;
}
.paragraph-sm{
	font-family: "Inter", sans-serif;
	font-size: 18px;
	line-height: 36px;
	font-weight: 300;
}
.paragraph-xs{
	font-family: "Inter", sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
}
.paragraph strong{
	font-weight: 700;
}

.btn-outline{
	font-family: "Inter", sans-serif;
	font-size: 14px;
	display: inline-block;
	padding: 14px 25px;
	color: #fff;
	background: unset;
	border: solid 2px #d7d7d7;
	border-radius: 90px;
}
.bg-white .btn-outline{
	color: #000;
}
.btn-blue{
	font-family: "Inter", sans-serif;
	font-size: 14px;
	display: inline-block;
	padding: 14px 25px;
	color: #fff;
	background: #125488;
	border: solid 2px #125488;
	border-radius: 90px;
}
.btn-white{
	font-family: "Inter", sans-serif;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	display: inline-block;
	padding: 0 25px !important;
	color: #000 !important;
	background: #fff;
	border-radius: 90px;
	line-height: 48px !important;
	height: 48px !important;
}

/* TABBED CONTENT */

.tab-toggles a{
	display: flex;
	border-bottom: solid 1px #d7d7d7;
	color: #000;
	padding: 30px 4%;
	font-size: 18px;
	align-items: center;
	gap: 6%;
	text-transform: uppercase;
	font-weight: 700;
	transition: ease all 0.3s;
}
.tab-toggles a i{
	font-size: 30px;
}

.tab-toggles a.active{
	background: linear-gradient(to bottom,  #fbfbfb, #f8f8f8);
	color: #125488;
	border-radius: 5px;
	border-bottom: none;
	
}
.tab-toggles a:hover{
	color: #125488;
	
}
.tab-toggles a:last-of-type{
	border-bottom: none;
	
}


/* BRANDS */

#brands{
	padding: 0 6%;
}
#brands a{
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
    box-sizing: border-box;
    min-height: 150px;
}
#brands a img{
    max-width: 95%;
    max-height: 50px;
    width: auto;
    height: auto;
}

/* PRODUCT SLIDER */


.productslider a{
	display: flex !important;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	min-height: 250px;
}
.productslider a p{
	transition: ease all 0.3s;
}
.productslider a:hover p{
	color: #125488 !important;
}
.productslider a img{
	width: 200px;
}
/* Video Container */
.videoslider .slick-arrow{
	width: 48px !important;
    display: block !important;
    bottom: 0 !important;
	margin-top: 0 !important;
    height: 48px !important;
    background-color: unset !important;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    transition: all 0.3s ease;
	
	border-radius: 5px !important;
	opacity: 1 !important;
}
.videoslider .slick-next i{
	color: #fff !important;
}
.videoslider .slick-prev i{
	color: #fff !important;
}
.videoslider .slick-arrow:before{
	color: #fff;
	font-size: 18px;
	opacity: 0.77;
}
.videoslider .slick-prev{
    background-color: #000 !important;
	left: unset !important;
    right: calc(8.33333% + 58px) !important;
    top: -10px;
}
.videoslider .slick-next{
    background-color: #125488 !important;

    right: 8.33333% !important;
    top: -10px;
}

.videoslider{
	padding: 60px 0;
}
.vidtest {
	margin: 10px; border-radius: 5px; overflow: hidden; padding: 0;
	position: relative;
}
.vidtest i{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
	transform: translate(-50%, -50%);
	transition: ease all 0.2s;
	opacity: 0.75;
	color: #fff;
	text-align: center;
	
	font-size: 30px;
	width: 24px;
	height: 24px;
	background: #000;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.33);
}
.vidtest:hover i{
	transform: translate(-50%, -50%) scale(1.05);
	opacity: 1;
}
.vidtest video{
	z-index: 30;
	position: relative;
    border-radius: 5px;
}
img.floater { width: 100%; top: 15px; position: relative;}

.video-size {
	max-width: 100%;
	width:480px;
	height:100%;
}




/*--------FORM STYLES--------------------*/

.align-center{display: flex; flex-wrap: wrap; align-items: center; justify-content: space-around;}
.form-panel{
	padding: 30px;
	border: solid 2px #f9f9f9;
	border-radius: 10px;
	box-shadow: 5px 5px 12px 0 rgba(0,0,0,0.1);
}

.custom-form input{
	padding: 10px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #454a49;
	line-height: 24px;
	resize: none;
	outline: none;
	border: none;
	background: #f9f9f9;
	box-sizing: border-box;
	width: 100%;
}
.custom-form .flex{
	gap: 10px;
	display: flex;
}
.custom-form textarea{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #454a49;
	line-height: 24px;
	resize: none;
	margin-bottom: 10px;
	outline: none;
	border: none;
	background: #f9f9f9;
}

.CaptchaPanel{
	text-align: left !important;
}
.CaptchaPanel, .CaptchaAnswerPanel, .CaptchaImagePanel, .CaptchaMessagePanel{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.CaptchaWhatsThisPanel a{
	color: #454a49 !important;
}

/* SOCIAL TAB */

	.social-side-tab{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		z-index: 10;
		padding: 10px 20px;
		border-radius: 10px 0px 0px 10px;
		background: #000;
		position: fixed;
		right: 0;
		top: 30%;
		border: solid 1px #333;
		box-sizing: border-box;
	}
	.social-side-tab a{
		line-height: 60px;
		text-align: center;
		font-size: 24px;
		align-items: center;
		height: 70px;
		width: 48px;
		font-weight: 400;
		display: flex;
		justify-content: center;
		color: #fff !important;
		border-bottom: solid 1px #303030;
	}
	.social-side-tab a:last-of-type{
		border-bottom: none;
	}

/*-------- FORM STYLES ----------------*/



.custom-form input{
	padding: 10px;
	font-weight: 400;
	font-size: 14px;
	color: #454a49;
	line-height: 24px;
	resize: none;
	outline: none;
	border: none;
	background: #f9f9f9;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;font-family: "Inter", sans-serif !important;
}
.custom-form input[type="radio"], .custom-form input[type="checkbox"]{
	width: 24px;
}
.custom-form .flex{
	gap: 10px;
	display: flex;
}
.custom-form textarea{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	font-weight: 400;
	font-size: 14px;
	color: #454a49;
	line-height: 24px;
	resize: none;
	margin-bottom: 10px;
	outline: none;
	border: none;
	background: #f9f9f9;font-family: "Inter", sans-serif !important;
}

.CaptchaPanel{
	text-align: left !important;
}
.CaptchaPanel, .CaptchaAnswerPanel, .CaptchaImagePanel, .CaptchaMessagePanel{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.CaptchaWhatsThisPanel a{
	color: #454a49 !important;
}


/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 640px) {
	
	.video-size {
		width:400px;
		height:auto;
	}
}
@media only screen and (max-width: 450px) {
	
	.video-size {
		width:340px;
		height:auto;
	}
}
@media only screen and (max-width: 370px) {

	.video-size {
		width:280px;
		height:auto;
	}
}

@media only screen and (min-width: 992px) {

	.footer-logos {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}
}


@media only screen and (min-width: 1201px) {

	.mv-search{
		top: 120px;
		right: 30px;
	}
}
@media only screen and (max-width: 1200px) and (min-width: 575px)  {

	.mv-search{
        top: 121px;
        right: unset;
        left: 12%;
	}
}
@media only screen and (max-width: 574px) {

	.mv-search{
        top: 110px;
        right: unset;
        left: 8%;
        z-index: 400;
	}
}

@media only screen and (max-width: 991px) {

	.custom-form .flex{flex-wrap: wrap; gap: 0px;}

	.pad-top, .pad-top-half{
		padding-top: 40px;
	}
	.pad-bottom, .pad-bottom-half{
		padding-bottom: 40px;
	}
}



	@media screen and (max-width: 767px){
		.custom-form .flex{flex-wrap: wrap; gap: 0;}

	.heading-lg{
		font-size: 32px;

	}

		.social-side-tab:hover {
			transform: translateX(0);
		}
		.social-side-tab:before {
			content: "";
			font-family: "Font Awesome 5 Free";
			font-weight: 900;
			left: 10px;
			top: 50%;
			transform: translateY(-50%);
			font-size: 20px;
			color: #fff;
			opacity: 0.5;
			transition: ease all 0.2s;
			position: absolute;
		}
		.social-side-tab:hover:before {
			opacity: 0;
		}
		.social-side-tab {
			transition: 0.3s ease all;
    		transform: translateX(57px);
			padding: 10px y0px;
		}
		.social-side-tab a {
    		width: 48px;
		}
	}




