
@font-face {
    font-family: 'Anton';
    src: url('fonts/Anton-Regular.eot');
    src: url('fonts/Anton-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Anton-Regular.woff2') format('woff2'),
        url('fonts/Anton-Regular.woff') format('woff'),
        url('fonts/Anton-Regular.ttf') format('truetype'),
        url('fonts/Anton-Regular.svg#Anton-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('fonts/Metropolis-Bold.woff2') format('woff2'),
        url('fonts/Metropolis-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis Extra';
    src: url('fonts/Metropolis-ExtraBoldItalic.woff2') format('woff2'),
        url('fonts/Metropolis-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('fonts/Metropolis-BoldItalic.woff2') format('woff2'),
        url('fonts/Metropolis-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('fonts/Metropolis-Black.woff2') format('woff2'),
        url('fonts/Metropolis-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis Extra';
    src: url('fonts/Metropolis-ExtraLight.woff2') format('woff2'),
        url('fonts/Metropolis-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis Extra';
    src: url('fonts/Metropolis-ExtraBold.woff2') format('woff2'),
        url('fonts/Metropolis-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('fonts/Metropolis-BlackItalic.woff2') format('woff2'),
        url('fonts/Metropolis-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('fonts/Metropolis-RegularItalic.woff2') format('woff2'),
        url('fonts/Metropolis-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis Extra';
    src: url('fonts/Metropolis-ExtraLightItalic.woff2') format('woff2'),
        url('fonts/Metropolis-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('fonts/Metropolis-MediumItalic.woff2') format('woff2'),
        url('fonts/Metropolis-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('fonts/Metropolis-LightItalic.woff2') format('woff2'),
        url('fonts/Metropolis-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis Semi';
    src: url('fonts/Metropolis-SemiBold.woff2') format('woff2'),
        url('fonts/Metropolis-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('fonts/Metropolis-Medium.woff2') format('woff2'),
        url('fonts/Metropolis-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('fonts/Metropolis-Regular.woff2') format('woff2'),
        url('fonts/Metropolis-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('fonts/Metropolis-Thin.woff2') format('woff2'),
        url('fonts/Metropolis-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('fonts/Metropolis-ThinItalic.woff2') format('woff2'),
        url('fonts/Metropolis-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('fonts/Metropolis-Light.woff2') format('woff2'),
        url('fonts/Metropolis-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis Semi';
    src: url('fonts/Metropolis-SemiBoldItalic.woff2') format('woff2'),
        url('fonts/Metropolis-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

* 		{outline: none;}
.clear 	{clear: both;}
a img 	{border: none;}
p 		{padding: 9px 0px; margin: 0px;}
hr 		{
	border: none; 
	border-bottom: 1px solid #E8E8E8;
	-webkit-box-shadow: 0px 1px 0px 0px white;
	box-shadow: 0px 1px 0px 0px white;		
	color: transparent; 
	background-color: transparent; 
	height: 1px; 
	margin: 15px 0px;
}

a 		{color: #000FA0; text-decoration: none; border-bottom: 1px solid #000FA0; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; }
a:hover	{color: black; text-decoration: none; border-bottom: 1px solid black; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; -webkit-transition: all 0.4s ease; transition: all 0.4s ease;}

html {
	overflow-y: scroll; 
	overflow-x: hidden;
	background: #333333;
}

body {
	margin: 0px;
	padding: 0px;
	background: white;
	font: 16px/25px 'Metropolis', Arial, sans-serif;
	color: #333333;
}

.divDrillDown, .catalogbar-div {
	font: 16px/25px 'Anton', Arial, sans-serif;
}

body.body-portfolio .outer-slideshow-div {
	padding-top: 20px;
}

::selection {
	background: #777777; 
	color: white;
	text-shadow: none;
}

::-moz-selection {
	background: #777777; 
	color: white;
	text-shadow: none;	
}

h1, h2, h3, h4, h5, h6 {
	display: block;
	margin: 0px;
	padding: 9px 0px;
	font: 34px/36px 'Anton', Arial, sans-serif;
	color: #000FA0;
	font-weight: 300;
	text-shadow: 0px 1px 0px white;
}

h3, h4, h5, h6 {
	font: 20px/24px 'Anton', Arial, sans-serif;
	color: #000FA0;
}

.pagelabel	{
	border-bottom: 1px solid #E8E8E8;
	-webkit-box-shadow: 0px 1px 0px 0px white;
	box-shadow: 0px 1px 0px 0px white;	
	margin-bottom: 10px;
}

.textholder h3 {
	padding-top: 0px;
}

.banner-logo a {
	display: block;
}

a.logolink {
	padding-right: 15px;
}

.outer-div 	{
	width: 100%;
}
.inner-div 	{
	width: 980px; margin: 0px auto;
}

.admin-div {
	margin-top: 0px;
}

.admin-div a {
	border: none;
}

.outer-admin-div {
	background: #F5F5F5;
	padding-bottom: 10px;
}


.outer-banner-div {
	background: #fff;
	position: fixed;
	top: 0px;
	height:90px;
	z-index: 13;
	border-bottom: 1px solid #efefef;
}

.banner-div {
	width:980px;
	height: 90px;
	background: transparent;
	position: relative;
}
h1.banner-logo a {
	border: none;
}
	.banner-logo {
		position: absolute;
		top: 5px;
		left: 0px;
	} 
		.banner-logo img{
			max-height:80px;
		} 
		.banner-logo-sitename {
			position: absolute;
			top: 0px;
			left: 120px;
			width: 250px;
		}
	.banner-side-div {
		width: 70%;
		position: relative;
		padding-top: 0px;
		top: auto;
		padding-right: 0px;
		right: auto;
		float: right;
		color: white;
		text-shadow: 0px 0px 0px black;
	}
		.banner-supernav-div {
			text-align: right;
		}
		.banner-socialmedia-div {
			float: left;
			margin-right: 5px;
			margin-left: 0px;
		}
		.banner-contact-div {
			text-align: right;
			display: flex;
    		justify-content: end;
		}
		
		.banner-contact-div p {
			padding: 15px 0px; 
			margin-right: 15px;
			display: flex;
			align-items: center;
			justify-content: center;
		}
		
		.banner-contact-div span {
			text-shadow: none;
			color: #999999;
			padding: 0px 3px;
		}
		
		.banner-tagline-div {
			text-align: left;
			float: left;
		}
		
		
.catalogbar-div {
	background: transparent;
	width: 100%;
	padding: 10px 0px;
}

a.anchCart {
	border: none;
	border-color: #000FA0;
}

.divCartSearch input[type=text], .divCartSearch select, .divCartSearch input {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;	
	height: 30px;
	line-height: 30px;
}

.divCartSearch input[type=text], .divCartSearch select {
	border: 1px solid white;
	color: #999999;
}

.divCartSearch input[type=text]:focus, .divCartSearch select:focus {
	border: 1px solid white;
	color: #000FA0;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.25);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.25);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.25);	
}

input[type=submit].divCartSearch-button {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;	
	height: 30px;
	line-height: 30px;	
	font: 16px/30px 'Metropolis';
	font-weight: 700;
}

.divCartBar a.anchCart {
	color: #F5F5F5;
}

.divCartBar .fa-usd {
	color: #73b744;
	z-index: 2;
	position: absolute;
	margin-left: -17px;
	top: 3px;
	text-shadow: 0px -1px 0px white, 0px 1px 0px white;
}

a.anchCart span, a.anchCart:hover span {
	-moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; -webkit-transition: all 0.4s ease; transition: all 0.4s ease;
}



.divCartBar a.anchCart:hover .fa-usd {
	color: #2fa1d1;
	z-index: 2;
	position: absolute;
	margin-left: -19px;
	top: 0px;
	text-shadow: 0px -1px 0px white, 0px 1px 0px white;
	font-size: 20px;
}


.cartamount {
	font-size: 30px;
}

.divCartBar a.anchCart:hover {
	border-bottom: 1px solid #2fa1d1;
	color: white;
}


.navbar-div {
	width: auto;
	height: 68px;
	line-height: 68px;
	background: transparent;
	float: right;
}
.navbar-div a {
	display: block;
	float: left;
	padding: 0px 10px;
	color: white;
	text-decoration: none;
	border: none;
	font: 20px/68px "Anton" ;
	font-weight: 300;
	text-shadow: 0px 1px 0px black;
}
.navbar-div a:hover {
	background: #000FA0;
}

.navbar-div a.current {
	background: black;
	color: white;
	border: none;
}

.navbar-div a.current:hover {
	background: #2fa1d1;
}

.navbar-div a.navicon {
	font: normal normal normal 20px/68px FontAwesome;
}

.navicon-menu {
	display: none;
	position: absolute;
	top: 62px;
	background: url(../images/transblack75.png) transparent repeat;
	padding: 10px;
	min-width: 200px;
}

.navicon-menu.menu-supernav {
	right: 0px;
}

.navicon-menu a {
	clear: both;
	background: url(../images/transwhiteline25.png) transparent bottom center repeat-x;
	display: block;
	padding: 0px;
	width: 100%;
	padding: 0px 0px 0px 10px;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;		
}

.navicon-menu a:hover {
	background: url(../images/transwhiteline25.png) #000FA0 bottom center repeat-x;
}

.navicon-menu a.current {
	background: url(../images/transwhiteline25.png) black bottom center repeat-x;
	background-image: url(../images/transwhiteline25.png);
	background-repeat: repeat-x;
	background-position: bottom center; 
	border-left: 1px solid #2fa1d1;
}

.navicon-menu a.current:hover {
	background: url(../images/transwhiteline25.png) #2fa1d1 bottom center repeat-x;
	background-image: url(../images/transwhiteline25.png);
	background-repeat: repeat-x;
	background-position: bottom center; 
}


.outer-content-div {
	background: white;
	min-width:980px;
	padding-top: 23px;
}

.content-div {
	background: transparent;
	width:980px;
	padding: 20px 0px 20px 0px;
	min-height: 600px;
}
.content-div img {
	padding: 3px;
	background: white;
	border: 1px solid #cccccc;
	max-width: 100%;
	vertical-align: middle;
}
.divDrillDown {
	background: white;
	margin-top: 0px;
	padding: 10px 0px 10px 10px;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;	
	border-bottom: none;
	-webkit-box-shadow: none;
	box-shadow: none;	
	border-left: 2px solid #000FA0;
}

.textholder.divDrillDown {
	border-bottom: none;
	-webkit-box-shadow: none;
	box-shadow: none;		
	display: none;
}



.divDrillDown:after {
	content: "";
	position: absolute;
	background: white;  
	top: 0;
	bottom: 0;
	width: 9999px;
	border-bottom: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;		

}


.divDrillDown a {

}

input, select, textarea {
	font: 16px/30px 'Metropolis', Arial, sans-serif;
	color: #333333;
	border: 1px solid #cccccc;
	background: white;	
	color: #333333;
	padding: 0px 5px;	
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;	
}

input {
	height: 30px;
}

input[type=text]:focus, select:focus, textarea:focus {
    color: #000FA0;
	border: 1px solid #999;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.25);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.25);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.25);	
}

label {
	font: 16px/30px 'Metropolis', Arial, sans-serif;
	display: block;
}

select {
	height: 30px;
	padding: 0px 0px 0px 5px;
	vertical-align: middle;
}

textarea {
	overflow: hidden;
	resize: none; 
}

input[type=submit], .button {
    border: none;
    background-color: #D64000;
    background: #D64000;
    filter: none;
    font: 18px/25px 'Anton', Arial, sans-serif;
    color: white;
	border-radius: 32px;
    padding: 9px 15px;
    overflow: hidden;     
	text-transform: capitalize;
}

input[type=submit]:hover, .button:hover {
    border: none;
    background-color: #C9E8FF;
    background: #C9E8FF;
    filter: none;
    color: #000FA0;
}	

input[type=submit]:active, .button:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow:	none;
	margin-bottom: -1px;
	margin-top: 1px;
}

#gmap img {
	background: inherit;
	padding: 0px;
	border: none;
	max-width: inherit;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pp_pic_holder.pp_default a {
	border: none;
}
	

.fullwidth .textholder {
	width: 100%;
}
.textholder {
	float: right;
	margin: 10px auto;
	width: 720px;
	border-bottom: 1px solid #E8E8E8;
	-webkit-box-shadow: 0px 1px 0px 0px white;
	box-shadow: 0px 1px 0px 0px white;	
}
.textholder:last-of-type {

}
.textholder .fullimg img {
    width: 692px;
}
.fullimg img {
	width: 100%;
}
.fullwidth .textholder .fullimg img {
    width: 934px;
}
.alertblock {
	background: #e44646;
	border: 2px solid #d81f1f;
	color: #F5F5F5;
	padding: 20px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 auto 15px auto;
	text-align: center;
}
.successblock {
	background: #31c657;
	border: 2px solid #279d45;
	color: #F5F5F5;
	padding: 20px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 auto 15px auto;
	text-align: center;
}

.pagetextholder {
	clear: both;
}
.textholder-image {
	margin-bottom: 20px;
}
.textholder-image p, .videoholder p {
	text-align: center;
	font: italic 16px/25px 'Anton', Arial, sans-serif;
	color: #999999;
	border: 1px solid #cccccc;
	border-top: none;
	display: block;
	background: white;
	margin-top: -1px;
	position: relative;
}
.videoholder {
    float: right;
}
.videoholder iframe {
	padding: 3px;
	margin: 0 0 3px 20px;
	background: #F5F5F5;
	border: 1px solid #cccccc;
}
.videoholder p {
    padding: 0px 20px;
}
.sidemenu {
	width: 250px;
	float: left;
	padding: 0px;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	-webkit-box-shadow: 1px 0px 0px 0px #FFF;
	box-shadow: 1px 0px 0px 0px #FFF;	
	margin-top: 0px;	
}
a.sidemenu-category  {
	display: block;
	color: #000FA0;
	cursor: pointer;
	padding: 8px 0px 8px 8px;
	font: 18px/30px 'Anton', Arial, sans-serif;
    border-bottom: 1px solid #cccccc;
	border-left: 2px solid #cccccc;
	-webkit-box-shadow: 0px 1px 0px 0px #FFF;
	box-shadow: 0px 1px 0px 0px #FFF;	
	text-shadow: 0px 1px 0px white;
}
a.sidemenu-category.next-category {
	border-top: 1px solid #cccccc;
}
a.sidemenu-category:hover {
    color: #000FA0;
	text-decoration: none;
	background: transparent;
	border-left: 2px solid #000FA0;
	background: rgb(255,255,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%); 
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(245,245,245,1))); 
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%); 
	background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%);
	background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%); 
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=1 ); 
}
a.sidemenu-category.current-category {
    color: #000FA0;
    font-weight: bold;
	border-bottom: none;
	border-left: 2px solid #000FA0;
	background: white;
}

a.sidemenu-category.current-category:hover {
	background: white;
	color: black;
	border-bottom: none;
	border-left: 2px solid black;	
}

a.sidemenu-subcategory {
	display: block;
	cursor: pointer;		 
	margin: 0px;
	font: 16px/25px 'Anton', Arial, sans-serif;  
	padding: 6px 0px 6px 25px;
	text-shadow: 0px 1px 0px white;
	border-bottom: none;
	background: white;
	color: #333333;
	border-left: 2px solid #cccccc;
}
a.sidemenu-subcategory:hover {
	text-decoration: none;
	color: #000FA0;
	border-left: 2px solid #000FA0;
}
a.sidemenu-subcategory.current-subcategory {
    color: #000FA0;
	font-weight: bold;
	border-bottom: none;
	border-left: 2px solid #000FA0;
}

a.sidemenu-subcategory.current-subcategory:hover {
	color: black;
	border-bottom: none;
	border-left: 2px solid black;	
}

		#divForgotPassword {
			
		-moz-box-shadow: 0px 2px 10px #333333;
  		-webkit-box-shadow: 0px 2px 10px #333333; 
  		box-shadow: 0px 2px 10px #333333;
  		behavior: url(layout/components/ie-css3.htc);
		}
#divForgotPassword {
	position: absolute;
	border: 1px solid #333333;
	background: #F5F5F5;
	left: 200px;
	padding: 20px;
	z-index: 1;
	display: none;
}
#ancCloseForgotPW {
	position: absolute;
	right: -5px;
	top: -5px;
	cursor: pointer;
}
#ancSendForgotPassword, #ancLogout {
	border: 1px solid ;
	background: #cccccc;	
	color: #333333;
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	width: 140px;
}
#ancSendForgotPassword:hover, #ancLogout:hover {text-decoration: none;}
#divForgotPassword #txtUserEmail {width: 200px;}


.outer-footer-div {
	background: #002755;
}

.LWW {
	font-family: 'Anton', Arial, sans-serif;
}

.footer-div {
	background: none;
	color: #b4b4b4;
	width:980px;
	padding: 20px 0px 30px 0px;
	font: 16px/25px 'Anton', Arial, sans-serif;
	text-shadow: 0px 1px 0px black;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;		
}

.footer-div:hover, .footer-div:hover a {
	color: #F5F5F5;
}

.footer-div:hover a.current {
	color: #2fa1d1;
	border-bottom: 1px solid #2fa1d1;
}

.footer-div h2 {
	color: #b4b4b4;
	text-shadow: 0px 1px 0px black;
}

.footer-div a {
	color: #b4b4b4;
	text-decoration: none;
	border-bottom: 1px solid #333333;
}

.footer-div a:hover {
	color: #2fa1d1;
	border-bottom: 1px solid #2fa1d1;
}

.footer-div a.current {
	color: white;
	border-bottom: 1px solid white;
}

.footer-div a.current:hover {
	color: white;
	border-bottom: 1px solid #2fa1d1;
}

.footer-div .pipe {
	text-shadow: none;
	color: black;
	padding: 0px 3px;
}

.LWW {
	float: right;
}

.footer-div:hover a.footer-button {
	color: #333333;
}

 a.footer-button {
	display: inline-block;
	background: white;
	padding: 2px 10px;
	color: #333333;
	border: 1px solid white;
	text-shadow: none;
	text-transform: capitalize;
}

.footer-div:hover a.footer-button:hover {
	background: #333333;
	border: 1px solid white;
	color: white;
}

.column {
	width: 300px;
	min-height: 100px;
	float: left;
	margin-right: 15px;
}

.column.col3 {
	margin-right: 0px;
}

.footer-bottom {
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #474747;
	-webkit-box-shadow: 0px 1px 0px 0px #222 inset;
	box-shadow: 0px 1px 0px 0px #222 inset;
}

.footer-div {
	
}

 #social-networking,  #social-networking-small {
	margin: 0px 0px 0px 0px;
	text-align: center;
	display: block;
	float: left;
	padding: 0px 0px 0px 0px;
}
 #social-networking li:hover,  #social-networking-small li:hover {
	cursor: pointer;	
	opacity: 0.80; 
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#social-networking a {
    margin: 0px;
    padding: 0px;

}
#social-networking a.socialicon {
    width: 31px;
    height: 31px;
	line-height: 31px;
	float: left;
	margin-right: 8px;
	margin-left: 0px;
	display: inline-block;
	background: white;
	color: #333333;
	text-shadow: none;
	border: none;
}

#social-networking a.socialicon:hover {
	text-shadow: 0px 1px 0px black;
	border: none;
	color: white;
}

 #social-networking a.facebook:hover {background-color: #4c70ab; background-position: -0px -0px;}
 #social-networking a.twitter:hover {background-color: #00adff; background-position: -32px -0px;}
 #social-networking a.linkedin:hover {background-color: #0073b2; background-position: -62px -0px;}
 #social-networking a.googleplus:hover {background-color: #dd4b39; background-position: -94px -0px;}
 #social-networking a.instagram:hover {background-color: #98634c; background-position: -124px -0px;}
 #social-networking a.pinterest:hover {background-color: #d73532; background-position: -155px -0px;}
 #social-networking a.yelp:hover {background-color: #c31202; background-position: -186px -0px;}
 #social-networking a.youtube:hover {background-color: #ef2b2c; background-position: -218px -0px;}
 #social-networking a.vimeo:hover {background-color: #17b3e8; background-position: -248px -0px;}
 #social-networking a.feed:hover {background-color: #f7991c; background-position: -279px -0px;}		
	
#social-networking-small li {
    margin: 0;
    padding: 0;
    list-style: none;
    background: url(../images/social/social-sprite-26.png) no-repeat;
}
#social-networking-small li, #social-networking a {
    width: 26px;
    height: 26px;
	float: left;
	margin-left: 4px;
	display: inline-block;
}
 #social-networking-small li.facebook {background-color: #4c70ab; background-position: -0px -0px;}
 #social-networking-small li.twitter {background-color: #00adff; background-position: -26px -0px;}
 #social-networking-small li.linkedin {background-color: #0073b2; background-position: -51px -0px;}
 #social-networking-small li.googleplus {background-color: #dd4b39; background-position: -78px -0px;}
 #social-networking-small li.instagram {background-color: #98634c; background-position: -103px -0px;}
 #social-networking-small li.pinterest {background-color: #d73532; background-position: -129px -0px;}
 #social-networking-small li.yelp {background-color: #c31202; background-position: -155px -0px;}
 #social-networking-small li.youtube {background-color: #ef2b2c; background-position: -181px -0px;}
 #social-networking-small li.vimeo {background-color: #17b3e8; background-position: -207px -0px;}
 #social-networking-small li.feed {background-color: #f7991c; background-position: -232px -0px;}		

.bottom-col {
	clear: both;
	margin-top: 10px;
}

.bottom-col a {
	color: #2fa1d1;
	border-bottom: 1px solid #2fa1d1;
}

.footer-div:hover .bottom-col a {
	color: #2fa1d1;
	border-bottom: 1px solid #2fa1d1;
}

.footer-div:hover .bottom-col a:hover {
	color: white;
	border-bottom: 1px solid #2fa1d1;
}

.footer-div .bottom-col .pipe {
	padding: 0px 5px;
}

.divCheckoutCheckbox {
	line-height: 32px;
	margin-top: 10px;
}

.divCheckoutCheckbox .chkAgree {
	margin-top: 0px;
	vertical-align: middle;
}




.divLoginButton a {
	color: #000FA0;
	background:#eeeeee;
	line-height:90px;
	padding: 33px 60px;
	font-size:18px;
	font-weight: 300;
	border-bottom: none;
	font-family: 'Anton', Arial, sans-serif;
}

.divLoginButton a:hover {
	color:#000FA0;
	background:#C9E8FF;
}

.divLoginButton {
	height:90px;
	width:auto;
}

.divTitleBar {
	background: #000FA0;
}

.divTitleBar h3 {
	color:#fff;
	font-size: 48px;
	text-shadow: 0px 0px 0px white;
	text-align:center;
	line-height:105px;
	font-weight: 400;
}

.content-div.inner-div.content-helpdesk h2 {
	display:none;
}

.divFooterContactLinks,
.banner-socialmedia-div {
	padding-left:55px;
}

.column.col2 h3,
.column.col3 h3 {
	color:white;
	text-shadow: 0px 0px 0px white;
}

.anchFooterCTA {
	display:inline-block;
	padding:8px 20px;
	font-family:'Anton';
	font-weight:normal;
	font-size:16px;
	margin:7px 0;
	margin-right:7px;
	background:rgba(48,146,208,0.6);
	color:#ffffff !important;
	border:2px solid #2fa1d1;
	border-radius:8px;
	border-bottom:2px solid #2fa1d1 !important;
}


.anchFooterCTA:hover {
	background:rgba(48,146,208,0.8);	
	border:2px solid #2fa1d1;
	border-bottom:2px solid #2fa1d1 !important;
	color:white !important;
}

.linkGetDirections {
	color:#000FA0 !important;
	border-bottom:none !important;
}

.linkGetDirections:hover {
	color:white !important;
	border-bottom:none !important;
}

.footer-bottom {
	//display:none;
}

.bottomFooterCopyrightLWW {
	background:white;
	text-align:center;
	line-height:90px;
	height:90px;
}

.bottomFooterCopyrightLWW a {
	color:#333 !important;
	border-bottom:none !important;
}

.bottomFooterCopyrightLWW a:hover {
	color:#000FA0 !important;
	border-bottom:none !important;
}

.bottomFooterCopyrightLWW span {
	width:100%;
}

.domOptions span.extraInputs {
	margin-left: 0px;
	margin-right: 30px;
	display: inline-block;
    width: 120px;
}

.outer-footer-div .col3,
.outer-footer-div .col2,
.divFooterContactLinks,
.footer-bottom {
	display: none;
}




.fullwidth .divContactSectionLeft {
	width: 49%;
	border: none;
}

.termsbox {
	background: white;
	height: 400px; 
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-sizing: border-box;
	overflow-y: scroll;
	padding: 5px 10px;
	border: 1px solid <?php echo $lightgrey; ?>;	
}


#frmContactForm table td {
	width: 50%;
}

.fullwidth label {
	width: 160px;
}

.divContactSectionLeft input {
	width: 52%;
}

.divCheckoutCheckbox {
	background: #fdf9e0;
	width: auto;
	display: inline-block;
	padding-right: 10px;
}

.divContactSectionLeft input.FormCheckbox, .divContactSectionLeft input.FormRadio {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    width: 20px;
    margin-right: 10px; 
    vertical-align: middle;
    float: left;
    margin-top: 3px;
}

.fullwidth label.FullWidthLabel {
    display: block;
    width: 100%;
    clear: both;
}

.IndentedNotes {
    float: left;
}

p.LessPadding {
    padding-bottom: 4px;
}

.fullwidth .divContactSectionLeft {
    width: 100%;
}
.divContactSectionLeft input {
    width: 25%;
}
.fullwidth label {
}

.DollarAmount {
    width: 34px;
    display: inline-block;
    text-align: right;
}

input[type="submit"]:disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

input[type="submit"]:disabled:hover {
    cursor: not-allowed;
}

input[type="submit"] {
    opacity: 1.0;
    filter: alpha(opacity=100); 
    cursor: pointer;
}
.ServicesColumn {
    width: 23%; 
    float: left;
    margin-right: 2%;
}

.domOption {
    overflow: hidden;
}

.domOptions label {
    width: auto;
}

.domOptions label,
.domOptions input {
    float: unset;
}   

.domOptions {
    display: none;
}

.domOptions span {
    margin-left: 45px;
    font-size: 16px;
}

.domOptions label span {
    font-size: 14px;
}

.domOptions > p {
    font-weight: bold;
}



.emailOption {
    overflow: hidden;
}

.emailOptions label {
    width: auto;
}

.emailOptions label,
.emailOptions input {
    float: unset;
}   

.emailOptions {
    display: none;
}

.emailOptions span {
    margin-left: 45px;
    font-size: 16px;
}

.emailOptions label span {
    font-size: 14px;
}

.emailOptions > p {
    font-weight: bold;
}

.txtGoDaddyNumber {
    margin-bottom: 10px;
}

.districtOptions {
    overflow: hidden;
    width: 100%;
    display: none;
}   

.schoolOptions {
    margin-left:30px;
    width: 100%;
    flex: 0 0 100%;
    display: none;
}

.schoolOptionsDiv {
    overflow: hidden;
    width: 100%;
}

.district_option {
    display: block !important;
}

.districtOptionDiv {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
}

.domNameOptions {
    display: none;
}

.IndentedNotes {
    font-size: 13px;
}

.banner-contact-div > p > a {
    border: none;
    text-decoration: underline;
}



.outer-banner-div {
    left: 50%;
    transform: translateX(-50%);
}

.outer-content-div {
    min-width: 0px;
}

.outer-content-div {
    margin-top: 30px !important;
}

.content-div,
.outer-content-div,
.banner-div,
.footer-div
{
    width: 100%;
    max-width: 980px;
    min-width: 0px;
    margin: auto;
}

.outer-content-div {
    padding: 0px 15px;
}

body,
.outer-footer-div,
.outer-banner-div,
.wrapper-div
{
    width: 100%;
    max-width: 100%;
    min-width: 0px;
}

html {
    overflow: auto;
    background: white;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    }

body,
.content-div {
    padding: 0px;
}

.services {
	display: flex;
    flex-wrap: wrap;
}

.content-div {
    padding: 0px 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


@media (max-width: 1023px) {
    .ServicesColumn {
        flex: 0 0 45%;
        max-width: 45%;
    }
}

@media (max-width: 768px) {
    .ServicesColumn {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .divLoginButton a {
        padding: 34px 15px;
    }

    .banner-logo img {
        max-height: 50px;
    }

    .banner-logo {
        top: 21px;
    }

    .outer-content-div {
        padding: 0px;
    }

    .banner-contact-div p {
        font-size: 12px;
    }

    .IndentedNotes {
        font-size: 16px;
    }

    .divContactSectionLeft input {
        width: 200px;
    }

    .termsbox > div {
        width: 100% !important;
    }

    .footer-div .col1 {
        width: 100%;
        margin-right: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bottom-col {
        display: none;
    }

    .g-recaptcha {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    #ReadTheTerms + p{
        display: flex;
        justify-content: center;
        margin-top: 15px;
    }

    .banner-logo img {
        margin-left: 10px;
    }


}

@media (max-width: 374px) {
    .banner-contact-div p {
        font-size: 10px;
    }
}
