/* CSS Document */

body {
	background: #fff;
  	color: #666;
  	padding: 0;
  	margin: 0;
  	font-family: "Helvetica",sans-serif, "Arial";
  	font-weight: normal;
  	font-style: normal;
  	line-height: 1;
  	position: relative;
  	cursor: default;
}

*, *:before, *:after {
  	box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  	display: block;
}

div {
	display: block;
}

li {
  	display: list-item;
  	text-align: -webkit-match-parent;
}

a {
  	color: #4671D5;
  	text-decoration: none;
  	line-height: inherit;
  	transition: color 0.3s ease 0s;
  	cursor: pointer;
}

a img {
  	border: none;
}

img {
  	display: inline-block;
  	vertical-align: middle;
}

ul, ol, dl {
  	font-size: 1em;
  	line-height: 1.6;
  	margin-bottom: 1.25em;
  	list-style-position: outside;
  	font-family: inherit;
}

ul, menu, dir {
  	display: block;
  	list-style-type: disc;
  	-webkit-margin-before: 1em;
  	-webkit-margin-after: 1em;
  	-webkit-margin-start: 0px;
  	-webkit-margin-end: 0px;
  	-webkit-padding-start: 40px;
}

div.preheader {
	background: url(../images/header/hr_down.png) center bottom no-repeat;
	background-color: #4671D5;
	width: 100%;
	height: 34px;/*not the greatest fix in the world*/
	z-index:1000;

	-moz-transition: all 2.0s ease;
  	-webkit-transition: all 2.0s ease;
  	transition: all 2.0s ease;
}

.row {
	width: 100%;
  	margin-left: auto;
  	margin-right: auto;
  	margin-top: 0;
  	margin-bottom: 0;
  	max-width: 62.5em;
}

div.preheader .row .links {
  	float: right;
    font-size: 0.8125em;
  	list-style: none;
  	margin: 0;
  	padding-left: 0;
}

div.preheader .row .logo {
  	float: left;
    font-size: 0.8125em;
  	list-style: none;
  	margin: 0;
  	padding: 0;
}

div.preheader .row ul li {
  	display: block;
  	float: left;
}

div.preheader .row .logo li:first-child {
	width: 40px;
	right: 0;
	border-right: none;
}

div.preheader .row .logo li:first-child a {
	width: 100%;
    height: 34px;
    background-size: 40px;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center center;
    border-right: none;
}

div.preheader .row .logo li:nth-child(2) {
	float: left;
}

div.preheader .row .logo li:nth-child(2) a {
	border-right: none;
	padding-left: 8px;
	padding-right: 0;
}

div.preheader .row ul li a {
  	transition: background .3s ease;
  	background-color: transparent;
  	border-right: 1px solid rgba(255,255,255,0.3);
 	color: #fff;
  	display: block;
  	float: left;
  	font-weight: normal;
  	line-height: 1.6;
  	padding: 7px 15px;
  	position: relative;
}

div.preheader .row ul.social-links {
  	border-left: 1px solid rgba(255,255,255,0.3);
}

div.preheader .row ul.social-links li a {
  	text-indent: -9999em;
  	position: relative;
  	line-height: 0.8;
}

#preheader-logo {
	display: none;
}

#preheader-menu-tab {
	display: none;
	padding: 7px 25px;
}

#preheader-about {
	display: none;
}

#preheader-testing {
	display: none;
}

#preheader-services {
	display: none;
}

#preheader-maintenance {
	display: none;
}

#preheader-gallery {
	display: none;
}

.row:before, .row:after {
	content: " ";
	display: table;
}

.column {
  	position: relative;
  	padding-left: 0.9375em;
  	padding-right: 0.9375em;
  	float: left;
}

.header-column {
	position: relative;
  	width: 100%;
}

#main-menu-bar {
	background-color: white;
    height: 122px;

  	background-size: 100% 6px;
  	margin-bottom: -6px;
  	position: relative;
}

#main-menu-bar .row {
  	background: none;
  	padding-bottom: 6px;
  	
  	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

nav.primary-nav a.logo {
  	background: url(../images/header/ANTLogo.png) 0 0 no-repeat;
  	background-size: cover;
  	height: 80px;
  	display: block;
  	float: left;
  	margin: 25px 0 15px 20px;
  	text-indent: -9999em;
  	width: 160px;
  	-ms-interpolation-mode: bicubic;
}

nav.primary-nav img.print-logo {
  	display: none;
  	width: 2cm;
  	height: auto;
  	margin: 0.5cm;
}

nav.primary-nav>ul {
  	border-radius: 0;
  	box-shadow: none;
  	display: none;
  	overflow: hidden;
  	top: 0;
  	left: 0;
  	margin: 0;
  	position: relative;
  	clear: both;
  	margin-left: -0.9375em;
  	margin-right: -0.9375em;
}

nav.primary-nav>ul>li {
  	border: none;
  	border-top: 1px solid #ccc;
  	display: block;
  	padding: 0;
}

nav.primary-nav>ul>li>a {
  	transition: all .5s ease;
  	border-radius: 15px;
  	clear: both;
  	color: #4671D5;
  	display: block;
  	float: none;
  	font-family: "DINWebPro-Light", Arial, sans-serif;
  	font-size: 1.2em;
  	font-weight: normal;
  	padding: 15px;
  	position: relative;
}

nav.primary-nav>ul>li>a:hover {
	border-radius: 10px;
    background: #e5ebf3;
}

nav.primary-nav>ul>li:first-child {
  border: none;
}

nav.primary-nav>ul {
  	display: block;
  	float: right;
  	margin: 3.9em 0 0 0;
  	clear: none;
  	padding-left: 0;
}

nav.primary-nav>ul>li {
  	border-top: 0px;
  	float: left;
}

nav.primary-nav>ul>li>a {
  	transition: all .3s ease;
  	background-color: transparent;
  	border-bottom: 2px solid #FFFFFF;
  	float: left;
  	letter-spacing: 0.02em;
  	padding: 10px 20px 10px 0.9em;
}

.arrow-icon {
	background: url(../images/header/ArrowDown.png) 0 0 no-repeat;
	background-size: cover;
	height: 8px;
  	display: block;
  	float: right;
  	width: 15px;
  	margin: 10px 0 0 10px;
}

hr {
  	display: block;
  	-webkit-margin-before: 0.5em;
  	-webkit-margin-after: 0.5em;
  	-webkit-margin-start: auto;
  	-webkit-margin-end: auto;
  	border-style: inset;
  	border-width: 1px;
}

hr {
  	box-sizing: content-box;
  	height: 0;
}

hr {
  	clear: both;
  	margin: 1.25em 0 1.1875em;
  	height: 3px;
}

hr {
  	border: none;
  	border-width: 0;
  	clear: both;
  	margin: 0 0 4px 0;
  	background: url(../images/header/hr.png) center 0 no-repeat;
  	background-size: 100% 5px;
}

.drop-down-menu {
	background: #fff;
	opacity: 0.9;
	border: none;
	border-bottom-style: solid;
	border-width: 4px;
	border-color: #c4c8d8; 
	width: 100%;
	float: left;
	margin: -5px 0 0 0;
	padding: 10px 0 0 20px;
	position: absolute;
	overflow: hidden;
	
	z-index: 50;
	
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transition: height 2s;
	transition: height 2s;
	
	display: none;
}

.drop-down-menu>section {
	padding-left: 0;
  	border-left: none;
	display: table-cell;
	padding: 10px 20px 0 20px;
  	border-right: 1px solid #ddd;
  	vertical-align: top;
  	font-size: 75%;
  	max-width: 25rem;
}

.drop-down-menu>section>p {
	line-height: 120%;
	color: grey;
}

.drop-down-menu>section>a>h2 {
	color:#4065a2;
}

.drop-down-menu>section>a>h1 {
	font-size: 200%;
	color:#4065a2;
}

.drop-down-menu>section>ul {
	list-style: none;
	display: block;
	padding: 0;
}

.drop-down-menu>section>ul>li {
	padding-top: 5px;
}

.drop-down-menu>section>ul>li>a {
	color:#5f677e;
}

.separator-bar {
	width: 100%;

	background-color: white;
}

.separator-bar .bar {
	width: 75px;
	margin: auto;
	border-style: solid;

	border-width: 3px;
}