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

* {
	padding:0; 
	margin:0;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 50px;
	font-weight:lighter;
	margin:20px 0px 20px 0px;
	color:rgba(0,81,137,1.0);
	width:100%;
}

h3 {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 35px;
	font-weight:lighter;
	margin: 15px 0px 0px 0px;
	color:rgba(0,81,137,.50);
	width:100%;
}

h4 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 22px;
	font-weight:300;
	margin: 5px 0px 5px 0px;
	color: rgba(0,81,137,1.00);
}

p {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	font-weight:300;
	margin:0px 0px 20px 0px;
	line-height:1.5em;
}

hr {
	color:rgba(0,81,137,1.00);
}

.serviceshr {
	width: 70%;
	color:rgba(0,81,137,1.00);
	margin: 0px auto 0px auto;
	display:none;
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 9999; /* Make sure it does not overlap. Fixed z-indexes on all cycle page functions. */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: rgba(0,0,0,0.40); /* Set a background color */
    color: white; /* Text color */
	font-size: 14px;
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 10px 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
}

#myBtn:hover {
    background-color: rgba(0,0,0,0.80); /* Add a dark-grey background on hover */
}

.logo {
	margin:0px;
	width: 100%;
	padding-top:20px;
	padding-bottom: 20px;
	background-color:rgba(0,81,137,1.00);
}

.logo img {
	width: 60%;
	margin: 0px auto 0px auto;
	display: block;
}

.menu {
	width: 100%;
	background-color:rgba(0,81,137,1.00);
	margin:0px;
}

.menu ul {
	margin:0px auto 0px auto;
	display:block;
	width: 532px;
	padding: 5px 0px 15px 0px;
}

.menu li {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 20px;
	font-weight:lighter;
	color: #ffffff;
	display:inline;
	padding-right:5%;	
}

.menu a {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 20px;
	font-weight:lighter;
	color: #ffffff;
	text-decoration:none;
}

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

/* Hamburger Menu */

.hamburgermenu {
	position: absolute;
	top: 50px;
	right: 50px;
	display:none;
}

.hamburgermenu a
{
  text-decoration: none;
  color: rgba(0,81,137,1.0);
  transition: color 0.3s ease;
}

.hamburgermenu a:hover
{
  color:rgba(125,202,255,1.00)
}


#menuToggle
{
  display: block;
  position: relative;
	margin: 0 auto 0 0;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 20px;
  height: 16px;
  position: absolute;
  margin: 0;
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  
  background: #cdcdcd;
  border-radius: 1px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(1px, 3px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  transform: rotate(-45deg) translate(0px, -1px);
}

#menu
{
  position: absolute;
  width: 120px;
  right: -50px;
	top:-20px;
  margin: 0px 0px 0px 0px;
  padding: 40px 5px 5px 5px;
  text-align: center;
  background:rgba(229,244,255,.90);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
	opacity: 0;
  /* to stop flickering of text in safari */
 }

#menu li
{
  padding: 10px 0;
  font-size: 14px;
}

/*
 * Make expanded hamburger menu appear
 */
#menuToggle input:checked ~ ul
{
opacity: 1;
}

/* End Hamburger Menu css */

.contentarea {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	clear:both;
}

.contentarea img {
	width: 100%;
	display:block;
	margin: 0px auto 20px auto;
}

.contentarea .halfcolumn {
	width: 45%;
	padding-right: 10%;
	float: left;
	margin-top: 20px;
}

.contentarea .halfcolumn:nth-child(2n) {
	padding-right: 0;
	float: left;
}

.contentarea .halfcolumn img {
	display:block;
	width:70%;
	margin: 0px auto 20px auto;
}

.contentarea .halfcolumn a {
	display:block;
	text-decoration: none;
	color: white;
	padding: 5px;
	width: 50%;
	margin: 15px auto 0px auto;
	background-color: rgba(0,81,137,1.00);
	text-align: center;
	border-radius: 3px;
	font-size: 20px;
	box-shadow: 3px 3px 3px rgba(206,206,206,1.00);
	-webkit-box-shadow: 3px 3px 3px rgba(206,206,206,1.00);
	-moz-box-shadow: 3px 3px 3px rgba(206,206,206,1.00);
}

.contentarea .halfcolumn a:hover {
	color: rgba(206,206,206,1.00);
	box-shadow: 1px 1px 3px rgba(206,206,206,1.00);
	-webkit-box-shadow: 1px 1px 3px rgba(206,206,206,1.00);
	-moz-box-shadow: 1px 1px 3px rgba(206,206,206,1.00);
}

/* Slide Show Styles */

.cycle-slideshow {
	width: 100%;
	display: block;
	position: relative;
	margin: 0px auto;
	overflow: hidden;
	height: auto;
}

.slide {
	width: 100%; 
	display: block; 
	position: relative;
}

.caption {
	width: 100%;
	display: block;
	position: relative;
	margin-top: 10px;
	padding: 0px;
	z-index: 9998;
	box-sizing: border-box;
	height:100%;
}

.caption h3 {
	text-transform: uppercase; 
	color:rgba(0,81,137,1.00); 
	font-size: .9em;
	font-weight: bold;
	letter-spacing: .1em; 
	padding:0px;
	margin:0px;
}

.caption p {
	color:rgba(0,81,137,1.00); 
	font-size: .9em; 
	letter-spacing: .1em; 
	padding:0px;
	margin:0px;
}

/* control style */

.cycle-next {
	width:0; 
	height:0;
	display: block;
	position: absolute;
	top: 20px; right: 20px;
	border-left: 25px solid rgba(0,81,137,0.5);
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	z-index: 9998;
	cursor: pointer;
}

.cycle-next:hover {
	border-left: 25px solid rgba(0,81,137,0.8); 
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

.cycle-prev {
	width:0; 
	height:0;
	display: block;
	position: absolute;
	top: 185px; right: 18px;
	border-right: 25px solid rgba(0,81,137,0.5);
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	z-index: 9998;
	cursor: pointer;
}

.cycle-prev:hover {
	border-right: 25px solid rgba(0,81,137,0.8);
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

.cycle-pager {
	text-indent: -9999999px;
	white-space: nowrap;
	width: 30px;
	text-align: center;
	position: absolute;
	display: block;
	top: 50px;
	right: 17px;
	z-index: 9998;
	color: #fff;
}

.cycle-pager span {
	width: 31px;
	height: 5px;
	border-radius:3px;
	display: block;
	background: rgba(0,81,137,0.5);
	transform: rotate(-39deg);
	-webkit-transform: rotate(-39deg);
	margin: 10px 0;
	cursor: pointer;
}
.cycle-pager .cycle-pager-active {
	background: rgba(0,81,137,0.8);
}

/* footer */

.footer {
	background-color:rgba(0,81,137,1.00);
	padding:0px;
	margin-top: 20px;
}

.footermenu {
	width: 100%;
	padding:10px 0px 10px 0px;
}

.footermenu ul {
	margin:0 auto 0 auto;
	display:block;
	width: 380px;
	padding: 5px 0px 0px 0px;
}

.footermenu li {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	display:inline;
	padding-right:5%;	
}

.footermenu a {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;
	font-weight:lighter;
	color: #ffffff;
	text-decoration:none;
}

.footermenu li:last-child {
	padding-right: 0;
}

.socialfooter {
	width: 72px;
	height: auto;
	margin: 0px auto 0px auto;
}

.socialfooter a {
	width: 30px;
	display:block;
	float: left;
	padding-right:15%;
}

.socialfooter a:last-child {
	padding-right: 0px;
}

.socialfooter img {
	width:100%;
}

.footer p {
	clear: both;
	text-align: center;
	color: #fff;
	font-size: .8em;
	padding: 10px 0 10px 0;
}

@media screen and (max-width: 1280px){
	
	.contentarea {
		width: 90%;
		padding: 0px;
	}
}

@media screen and (max-width: 858px){
	
	h1 {
		font-size:30px;
		margin: 10px 0px;
		padding: 0px;
	}
	
	h3 {
		font-size: 20px;
		margin: 0px 0px 0px 0px;
	}
	
	.contentarea {
		display: block;
		width: 80%;
		margin: 10px auto 10px auto;
		padding: 0px 10px;
		overflow: hidden;
	}
	
	.contentarea .halfcolumn {
		width: 100%;
		padding: 0px;
		margin: 10px 0px;
	}
	
	.contentarea .halfcolumn:last-child {
		margin-bottom: 0px;
	}
	
	.contentarea .halfcolumn img {
		float: left;
		display:block;
		margin:0px 0px 15px 0px;
		width: 40%;
	}
	
	.contentarea h4 {
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-size: 16px;
		font-weight:400;
		margin: 0px 0px 5px 10px;
		color: rgba(0,81,137,1.00);
		width: 55%;
		float: left;
	}

	.contentarea p {
		margin-left: 10px;
		width: 55%;
		float: left;
	}
	
	.serviceshr {
	width: 80%;
	color:rgba(0,81,137,1.00);
	margin: 0px auto 0px auto;
	display: block;
}
	
	.menu ul {
		width: 376px;
	}
	
	.menu li {
		font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-size: 14px;
		font-weight:lighter;
		color: #ffffff;
		display:inline;
		padding-right:5%;	
	}

	.menu a {
		font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-size: 14px;
		font-weight:lighter;
		color: #ffffff;
		text-decoration:none;
	}

	.cycle-slideshow img {
		margin: 20px auto 0px auto;
	}
	
	.cycle-next {
		width:0; 
		height:0;
		display: block;
		position: absolute;
		top: 20px; right: 5px;
		border-left: 25px solid rgba(0,81,137,0.5);
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
		z-index: 9998;
		cursor: pointer;
	}
	
	.cycle-next:hover {
		border-left: 25px solid rgba(0,81,137,0.8);
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
	}
	
	.cycle-prev {
		width:0; 
		height:0;
		display: block;
		position: absolute;
		top: 60px; right: 5px;
		border-right: 25px solid rgba(0,81,137,0.5);
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
		z-index: 9998;
		cursor: pointer;
	}
	
	.cycle-prev:hover {
		border-right: 25px solid rgba(0,81,137,0.8);
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
	}

	.cycle-pager {
		text-indent: -9999999px;
		white-space: nowrap;
		width: 30px;
		text-align: center;
		position: absolute;
		display: none;
		top: 50px;
		right: 17px;
		z-index: 99998;
		color: rgba(0,81,137,0.8);
	}

	.cycle-pager span {
		width: 31px;
		height: 5px;
		display: none;
		background: rgba(0,81,137,0.8);
		transform: rotate(-39deg);
		-webkit-transform: rotate(-39deg);
		margin: 10px 0;
		cursor: pointer;
	}
	
	.cycle-pager .cycle-pager-active {
		background: #000;
		display:none;
	}
	
	.caption {
		width: 100%;
		display: block;
		position: relative;
		margin: 10px 0 0 0;
		padding:0px 0 3px 0;
		background-color:#fff;
	}

	.caption h3 {
		text-transform: uppercase; 
		color: rgba(0,81,137,1.0); 
		font-size: .8em;
		margin:0;
		padding:0;
	}

	.caption p {
		color: rgba(0,81,137,1.0); 
		font-size: .8em;
		margin: 5px 0 10px 0;
		padding:0;
		width: 100%;
		line-height: 1.2em;
	}
}

@media screen and (max-width: 660px){
	
	h1 {
		margin: 10px 0px 0px 0px;
	}

	.contentarea img {
		display: block;
		margin: 20px auto 10px auto;
		width: 100%;
	}
	
	.contentarea {
		margin: 0px auto 0px auto;
		padding: 0px 10px;
		display: block;
		width: 90%;
	}
	
	.contentarea .halfcolumn {
		width: 90%;
		margin: 0px auto 0px auto;
		padding: 0px;
		clear: both;
	}
	
	.contentarea .halfcolumn:last-child {
		width: 90%;
		margin: 0px auto 0px auto;
		padding: 0px;
		clear:both;
	}

	.contentarea .halfcolumn img {
		display: block;
		width: 40%;
		margin: 10px 30% 10px 30%;
		clear: both;
	}
	
	.contentarea .halfcolumn h4 {
		clear:both;
		margin:0px 0px 0px 0px;
		width: 100%;
		clear: both;
	}
	
	.contentarea .halfcolumn p {
		margin:0px 0px 20px 0px;
		clear:both;
		width: 100%;
	}
	
		hr {
		width: 100%;
		margin:0px 0px 10px 0px;
	}
}

.cycle-slideshow {
	margin: 0px auto 0 auto;
	overflow: hidden;
}

@media screen and (max-width: 521px){
	
	h1 {
		font-size: 22px;
		margin:10px 0px;
		width: 100%;
	}
	
	h3 {
		font-size: 20px;
		width: 100%;
	}
	
	hr {
		width: 100%;
		margin:0px 0px 20px 0px;
	}
	
	.contentarea {
		width: 90%;
		padding:0px 10px;
		margin: 0px auto 15px auto;
	}
	
	.contentarea img {
		width: 100%;
		margin: 0px;
	}
	
	.contentarea .halfcolumn {
		width: 100%;
		margin: 0px;
		clear:both;
	}

	.contentarea .halfcolumn:last-child {
		width: 100%;
		margin: 0px;
		padding: 0px;
		clear: both;
	}

	.contentarea .halfcolumn img {
		display:block;
		width:60%;
		margin: 15px 20% 20px 20%;
		clear:both;
	}
	
	.contentarea .halfcolumn a {
		margin-bottom: 15px;
	}

	.contentarea .halfcolumn h4 {
		clear:both;
	}
	
	.contentarea .halfcolumn p {
		margin:0px;
		clear:both;
	}
	
	.menu {
		display:none;
	}
	
	.hamburgermenu {
	position: absolute;
	top: 20px;
	right: 50px;
	display:block;
}
	
	.cycle-slideshow {
		width: 90%;
		margin: 0 auto 0 auto;
		height: 100%;
	}
	
	.cycle-next {
	width:0; 
	height:0;
	display: block;
	position: absolute;
	top: 20px; right: 5px;
	border-left: 15px solid rgba(0,81,137,0.5);
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	z-index: 9998;
	cursor: pointer;
	}
	
	.cycle-next:hover {
		border-left: 15px solid rgba(0,81,137,0.8);
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
	}
	
	.cycle-prev {
		width:0; 
		height:0;
		display: block;
		position: absolute;
		top: 155px; right: 5px;
		border-right: 15px solid rgba(0,81,137,0.5);
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		z-index: 9998;
		cursor: pointer;
	}
	
	.cycle-prev:hover {
		border-right: 15px solid rgba(0,81,137,0.8);
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
	}

	.cycle-pager {

		text-indent: -9999999px;
		white-space: nowrap;
		width: 30px;
		text-align: center;
		position: absolute;
		display: none;
		top: 50px;
		right: 0px;
		z-index: 9998;
		color: #000;
	}

	.cycle-pager span {
		width: 31px;
		height: 5px;
		display: none;
		background: rgba(0,0,0,0.30);
		transform: rotate(-39deg);
		-webkit-transform: rotate(-39deg);
		margin: 10px 0;
		cursor: pointer;
	}
	.cycle-pager .cycle-pager-active {
		background: #000;
		display:none;
	}
	
	.caption {
	width: 100%;
	display: block;
	position: relative;
	margin: 10px 0 0 0;
	padding:0px 0 3px 0;
	background-color:#fff;
	height: auto;
}

	.caption h3 {
		text-transform: uppercase; 
		color: rgba(0,81,137,1.0); 
		font-size: .8em;
		margin:0;
		padding:0;
	}

	.caption p {
		color: rgba(0,81,137,1.0); 
		font-size: .6em;
		margin: 5px 0px 0px 0px;
		padding:0;
		line-height:1.5em;
		height: 75px;	}

	.footer {
		background-color:rgba(0,81,137,1.00);
	}

	.footermenu {
		width: 100%;
		padding:5px 0px 10px 0px;
	}

	.footermenu ul {
		margin:0 auto 0 auto;
		display:block;
		width: 250px;
		padding: 5px 0px 5px 0px;
	}

	.footermenu li {
		font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		display:inline;
		padding-right:2%;	
	}

	.footermenu a {
		font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-size: 10px;
		font-weight:lighter;
		color: #ffffff;
		text-decoration:none;
	}

	.footermenu li:last-child {
		padding-right: 0;
	}

	.socialfooter {
		width: 65px;
		height: auto;
		margin: 0px auto 0px auto;
	}

	.socialfooter a {
		width: 25px;
		display:block;
		float: left;
		padding-right:20%;
	}

	.socialfooter a:last-child {
		padding-right: 0px;
	}
	
	.socialfooter img {
		width: 100%;
	}

	.footer p {
		clear: both;
		text-align: center;
		color: #fff;
		font-size: 14px;
		padding-top: 10px;
		padding-bottom: 20px;
	}

}

