@charset "utf-8";
/* CSS Document */

h2 { font-size: 2em; font-size:2rem; }


#main .container {
    padding: 0 0px;
  z-index:20;
}
#main .hpTop { 
	background: none; 
	background-color: #002245; 
	padding-top: 10px;
}

#main .container .hpBottom.row { 
	width: 98%;
}

.flexslider { border: 0; border-radius: 0px; }
.flexslider, .panel, div.panel {
	background:none;
	/*background-color: #002245;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 4px solid #06F;*/
}


.flex-control-nav li a { background-image: url('../images/bg_control_nav.png'); }

.flexslider .slides { margin-top: 8px; }

.flex-control-nav { position: inherit; }

.flexslider .slides img { margin: 0 auto; }


#hpSlideshow, #hpRight {

	margin: 0px 10px;
	padding: 0px;
	border: 2px solid #000;


	background: transparent url('../images/bkg-fade-white.png');


	-webkit-box-shadow: 3px 3px 3px rgba(50, 50, 50, 1);
	-moz-box-shadow:    3px 3px 3px rgba(50, 50, 50, 1);
	box-shadow:         3px 3px 3px rgba(50, 50, 50, 1);
}


#CtaBtnColumn { margin: 0 5px; }

#hpRight h2 {
background: -moz-linear-gradient(top,  rgba(40,52,59,1) 0%, rgba(130,140,149,0.36) 64%, rgba(181,189,200,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(40,52,59,1)), color-stop(64%,rgba(130,140,149,0.36)), color-stop(100%,rgba(181,189,200,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(40,52,59,1) 0%,rgba(130,140,149,0.36) 64%,rgba(181,189,200,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(40,52,59,1) 0%,rgba(130,140,149,0.36) 64%,rgba(181,189,200,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(40,52,59,1) 0%,rgba(130,140,149,0.36) 64%,rgba(181,189,200,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(40,52,59,1) 0%,rgba(130,140,149,0.36) 64%,rgba(181,189,200,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28343b', endColorstr='#00b5bdc8',GradientType=0 ); /* IE6-9 */

	font-size: 2em;
	padding: 10px 0 5px;
	border-bottom: 2px solid #fbff54;
	color: #fff;
	text-align:center;
	letter-spacing:.13em;

}
#CtaBtnColumn li {
	text-align:left;
	background-color:#002254;
	line-height: 1.90em;
	font-size: 1.55em;
	font-weight:bold;
	margin-bottom: 6px;
	
	background: -moz-linear-gradient(left,  rgba(0,34,84,1) 1%, rgba(43,136,217,1) 50%, rgba(32,124,202,1) 51%, rgba(0,102,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(1%,rgba(0,34,84,1)), color-stop(50%,rgba(43,136,217,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(0,102,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,34,84,1) 1%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(0,102,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,34,84,1) 1%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(0,102,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,34,84,1) 1%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(0,102,255,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,34,84,1) 1%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(0,102,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002254', endColorstr='#0066ff',GradientType=1 ); /* IE6-9 */

	-webkit-box-shadow: 3px 3px 3px rgba(50, 50, 50, 1);
	-moz-box-shadow:    3px 3px 3px rgba(50, 50, 50, 1);
	box-shadow:         3px 3px 3px rgba(50, 50, 50, 1);
}

#CtaBtnColumn li a {
	display: block;
	margin: 0 5px 0 30px;
	background-color: transparent;
	background-image: url('../images/arrow-bkg-off.png');
	background-position: center right;
	background-repeat: no-repeat;
}
#CtaBtnColumn li a, #CtaBtnColumn li a:visited {
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
}
#CtaBtnColumn li a:hover {
	color: #fbff54;
	background-image: url('../images/arrow-bkg-on.png');
}

#AwardsColumn ul {
	margin-bottom: 0;  text-align:center;
}

.awardsLink { padding: 4px inherit; margin: 2px 5px; text-align:center;}
.awardsLink a, .awardsLink a:visited { color:#333333; }
.awardsLink a:hover { color: #0066ff; }

#AwardsColumn .bbb { display: none; }

#SocialIcons {
	border-top: 1px dotted #FFF;
	border-bottom: 6px solid #06F;
	margin: 8px 0px 0px; 
	padding: 5px 0;
}

#SocialIcons h3 {
	color: #FFF;
	padding-left: 5px;
	font-size: .95em;
	font-size: .95rem;
}
#SocialIcons ul { margin-bottom: 0; }
	
#SocialIcons li {
	text-align: center;
	margin-bottom: 0;
}

#SocialIcons img { max-height: 30px; }
.twitterLink span { color: #FFFFFF; font-weight:bold; display:block; margin-top:-20px; text-shadow:1px 1px 1px #000; font-size:75%;}

 #hpPhone li { color:#FFF; font-size: 1.35em; }
#hpPhone strong { display: block; }

	#HdrMobileMenu { margin: 8px 0 0px; }
	#HdrMobileMenu ul, #HdrMobileMenu li { margin-bottom: 0; }

#CtaBtnRow li {
	xborder: 1px solid #000;
}

#CtaBtnRow li div { 
	text-align:center;  
	margin: 10px 5px;
}
#CtaBtnRow li:hover, #CtaBtnRow li.hover { cursor: pointer; }

#CtaBtnRow a, #CtaBtnRow a:visited {
	font-size: 1.2em;
	font-weight:bold;
	color: #f0f0f0;
	display:block;
    text-shadow: 1px 1px 0.05em #303030;
}

#CtaBtnRow a:hover {
	color: #FFF;
    text-shadow: 1px 1px 0.05em #000; 
}

#CtaBtnRow span { display: block; }

#CtaBtnRow img.icon {
	xdisplay: block;
	max-height: 80px;
}

.hpBottom { margin-top: 8px; }

#hpNewsFeed {
	height: 100px;
	overflow:scroll;
}
#hpNewsFeed span { display: none; }

.seocontent {padding:10px;}

@media only screen and (max-width: 1024px) {		
	/* anything below 1024px */
	.twitterLink span { font-size: 60%; }
}
@media only screen and (max-width: 900px) {		
	/* anything below 1024px */
	#CtaBtnColumn li { font-size: 1.45em; line-height: 1.6em; }
}
@media only screen and (max-width: 766px) {		
	/* anything below 767px */
	
	#hpRight { background: #171305; }
	
	#CtaBtnColumn li { text-align:center; font-size: 1.5em; line-height: 1.7em; }

	
	#CtaBtnColumn li a, #CtaBtnColumn li a:visited {
		color: #fbff54;
		background-image: url('../images/arrow-bkg-on.png');
		margin-left: 0;
	}
	
	#AwardsColumn ul { display: none; }
	#AwardsColumn .bbb { display: block; text-align:center; }
	.twitterLink span { font-size:95%;}
		.flex-direction-nav li a {width: 40px; height: 16px; margin: -26px 0 0; display: block; position: absolute; top: 100%; cursor: pointer; text-indent: -999em;overflow: hidden;}
	.flex-direction-nav li .next {background: transparent url('https://s3.amazonaws.com/dom-cms/Site/265226ce-ed25-4b90-bffd-673883bc02de/images/slideshow-custom-next.png') top left no-repeat; right: 3px;}
	.flex-direction-nav li .prev {left: 3px;background: transparent url('https://s3.amazonaws.com/dom-cms/Site/265226ce-ed25-4b90-bffd-673883bc02de/images/slideshow-custom-prev.png') top left no-repeat;}

	
}
@media only screen and (max-width: 480px) {    
	/* anything below 480px */
  
	
}