/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em, th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/*Page Structure*/

.body {
	text-align: center;
	margin: 0 auto;
	font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #3d3f40;
	max-width: 1024px;
}

.spacer {
	padding: 32px 0;
}

.small-spacer {
	padding: 18px 0 0 0;
}

.grey-bg {
	background-color: #f0f0f0;
}

.row {
	width: 100%;
	overflow: hidden;
}

.narrow {
	width: 226px;
	float: left;
	margin-right: 13px;
	margin-top: 12px;
	background-color: #dedede;
	border-radius: 6px;
}

.single {
	width: 25%;
	float: left;
}

.double {
	width: 50%;
	float: left;
}

.triple {
	width: 75%;
	float: left;
}

.top-nav {
	position: fixed;
	z-index: 900;
	top: 0;
	left: 0;
	width: 100%;
	height: 72px;
	background-color: #ffffff; /*lte IE 8 fix*/
	background-color: rgba(255, 255, 255, 0.85);
	border-bottom: 1px solid #dedede;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
}

.holder {
	width: 945px;
	margin: 0 auto;
	overflow: auto;
}

.left-align {
	float: left;
}

.right-align {
	float: right;
	text-align: right;
}

.header {
	background-color: #ffffff;
	width: 100%;
  height: auto;
  max-height: 616px;
  background-image: url(../images/head-bg-e2.jpg);
  background-position: center;
	background-repeat: no-repeat;
}

.header-1 {
	background-color: #ffffff;
	width: 100%;
  height: auto;
  max-height: 616px;
  background-image: url(../images/head-bg-e3.jpg);
  background-position: center;
	background-repeat: no-repeat;
}

.header-2 {
	background-color: #ffffff;
	width: 100%;
  height: auto;
  height: 616px;
  background-image: url(../images/head-bg-e4.jpg);
  background-position: center;
	background-repeat: no-repeat;
}

.footer {
	color: #ffffff;
	font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
	overflow: hidden;
}

.fill {
	width: 100%;
  height: auto;
  max-height: 100%;
  /*background-image: url(../images/who-pic.jpg);
  background-repeat: no-repeat;
  background-position: right;*/
}

.shift-up {
	margin-top: -83px;
	position: relative;
	z-index: 500;
}

.sites-info {
	width: 33%; /*300px*/
	float: left;
}

.sites-info p {
	margin-right: 24px;
}

.sites-info:last-child {
	margin-right: 0;
	float: right;
}

/*Link Styles*/

a:link, a:visited, a:active {
	color: #138ed7;
	text-decoration: none;
	font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
}

a:hover {
	color: #3b4350;
	font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
}

.sites-nav li a:link, .sites-nav li a:visited, .sites-nav li a:active {
	color: #a6a6a6;
	text-decoration: none;
	font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
}

.sites-nav li a:hover {
	color: #138ed7;
	font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
}

.sites-nav li.displayed a:link {
	color: #ffffff;
	cursor: pointer;
}

.footer li a:link, .footer li a:visited, .footer li a:active {
	color: #ffffff;
	font-size: 14px;
}

.footer li a:hover {
	color: #138ed7;
	font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
}

/*List styles*/

/*.top-nav ul {
	margin: 26px 0;
}

.top-nav li, .footer li {
	display: inline;
	padding-right: 24px;
	font-weight: 700;
	font-size: 14px;
}*/

.footer li {
	display: inline;
	padding-right: 24px;
	font-weight: 700;
	font-size: 14px;
}

.last-horz {
	padding-right: 0;
}

.sites-nav {
	margin: 24px auto;
	text-align: center;
	padding: 12px;
}

.sites-nav li {
	display: inline-block;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	background-color: #ffffff;
	border: 1px solid #a1a1a1;
	text-align: center;
	margin: 0 auto;
	padding: 14px;
	width: 166px;
}

.sites-nav li.center {
	margin: 0 0 0 56px; /* 0 56px */
}

.sites-nav .displayed {
	background-color: #138ed7;
	color: #ffffff;
	border: 1px solid #138ed7;
	position: relative;
	background: #138ed7;
	width: 166px;
}

.sites-nav .displayed:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(19, 142, 215, 0);
	border-top-color: #138ed7;
	border-width: 10px;
	margin-left: -10px;
}

/*Typography*/

h1 {
	font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 58px;
  line-height: 52px;
  text-align: center;
  font-weight: bold;
	color: #ffffff;
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.65);
	padding: 0 0 12px 0;
	letter-spacing: 1px;
}

h2 {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 30px;
  line-height: 42px;
  text-align: left;
  margin: 0 auto 12px auto;
	color: #3d3f40;
}

.alt-centered {
	text-align: center;
	margin-bottom: 24px;
	padding-bottom: 36px;
	border-bottom: 1px solid #a6a6a6;
}

h3 {
	font-size: 22px;
	text-transform: uppercase;
	font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
	text-align: center;
}

p {
	font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 24px;
}

.intro-txt {
	font-family: "Helvetica Neue", Arial, sans-serif;
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
	line-height: 34px;
	padding: 0 0 8px 0;
	text-align: center;
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.65);
}
.copy {
	font-size: 11px;
	text-align: center;
	color: #ffffff;
	margin: 9px auto 0 auto;
}

.site-cont p {
	padding-right: 30px;
}

/* Responsive Top Nav */

.menu, .menu-header {
    display: inline-block;
}

.menu-header {
	margin: 6px 0 46px 210px;
}

.menu li {
    display: block;
    float: left;
    line-height: 60px;
    padding: 0 24px 0 0;
		font-weight: 700;
		font-size: 14px;
}

.menu li.last-horz {
	padding-right: 0;
}

.mobile-nav {
    display: none;
}

@media (max-width: 780px) {
    .mobile-nav {
        display: block;
        z-index: 1000;
    }

    .menu-header {
        display: none;
    }
}

.menu-btn {
    position: absolute;
    display: inline-block;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.menu-btn div {
    position: absolute;
    left: 100%;
    top: 64%;
    padding-right: 8px;
    margin-top: -0.50em;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 200;
    vertical-align: middle;
    z-index: 99;
}

.menu-btn span {
    display: block;
    width: 24px;
    height: 3px;
    margin: 4px 0;
    background: #989da1;
    z-index: 99;
}

.responsive-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 71px;
    font-size: 18px;
    border-bottom: #EDEDED solid 1px;
    border-left: #EDEDED solid 1px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(245, 245, 245, 1);
    -moz-box-shadow: 0px 2px 2px 0px rgba(245, 245, 245, 1);
    box-shadow: 0px 2px 2px 0px rgba(245, 245, 245, 1);
    border-top: #EDEDED solid 1px;
    width: 320px;
    box-sizing: border-box;
    background: #fff;
}

.responsive-menu .menu-header {
    display: block;
		margin: 0;
}

.responsive-menu .menu-header ul {
    background: #fff;
    position: relative;
    display: block;
}

.responsive-menu .menu-header li {
    background: #fff;
    float: none;
    line-height: 45px;
    width: 100%;
    text-align: center;
    border-bottom: #EDEDED solid 1px;
    position: relative;
    padding: 0;
}

.responsive-menu .menu-header li:last-child {
    border-bottom: none;
}

.expand {
    display: block !important;
}

.open-menu-link {
    display: none;
    position: absolute;
    right: 15px;
    top: 0;
    line-height: 55px;
    color: #989DA1;
    font-size: 30px;
    cursor: pointer;
}

.responsive-menu .menu-header li .visible {
    display: block;
}

@media(max-width: 40em) {
    .responsive-menu, .responsive-menu .menu-header, .responsive-menu .menu-header .menu {
        width: 100%;
    }

    .responsive-menu .menu-header li {
        text-align: center;
    }
}

/* Responsive Updates */

@media screen and (min-width:480px) and (max-width:800px) {
  /* Target landscape smartphones, portrait tablets, narrow desktops*/
  
  html {
    -webkit-text-size-adjust: 100%;
  }
  
  .holder, .holder-1 { width: 94%; }

	.top-nav .single {
    width: 50%;
    /*text-align: center !important;*/
    margin: 0 auto;
    /*float: none;*/
  }

	.footer .single, .footer .triple {
    width: 50%;
  }
  
  .copy {
    -webkit-hyphens: none;
    hyphens: none;
    line-height: 18px;
  }
  
  .footer li {
    display: block;
  }
  
  .footer li {
    padding-bottom: 12px;
  }


	.shift-up {
    display: none;
  }
  
  #page1 .double, #page2 .double {
    width: 100%;
  }
  
  div#page2.content {
    display: block !important;
  }

  img { max-width: 100%; height: auto;
  		width: auto\9; /* ie8 */ }
}

@media screen and (max-width:479px) {
  /* Target portrait smartphones */
  
  html {
    -webkit-text-size-adjust: 100%;
  }
  
  p {
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  
  .holder, .holder-1 { width: 94%; }
  
  .top-nav .single {
    width: 50%;
    /*text-align: center !important;*/
    margin: 10px auto 0 auto;
    /*float: none;*/
  }
  
  .top-nav .triple {
    width: 100%;
  }
  
  .top-nav .triple ul {
    margin: 0;
  }
  
  .top-nav .triple li {
    /*padding-right: 18px;*/
  }
  
  .top-nav .right-align {
    text-align: center;
/*      float: none;*/
  }
  
  .header-2 {
    background-image: url('../images/head-bg-e4.jpg');
    background-repeat: no-repeat;
    background-size: 800px;
    background-position: center;
    max-height: 340px;
  }
  
  #navservices .triple, #navcompany .triple {
    width: 100%;
  }
  
  #navservices .single {
    display: none;
  }
  
  .shift-up {
    display: none;
  }
  
  #page1 .double, #page2 .double {
    width: 100%;
  }
  
  div#page2.content {
    display: block !important;
  }
  
  .fill {
    background-image: none;
  }
  
  .footer .single, .footer .triple {
    width: 50%;
  }
  
  .copy {
    -webkit-hyphens: none;
    hyphens: none;
    line-height: 18px;
  }
  
  .footer li {
    display: block;
  }
  
  .footer li {
    padding-bottom: 12px;
  }
  
  img { max-width: 100%; height: auto;
  		width: auto\9; /* ie8 */ }
  		
}


