body
{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Muli', sans-serif;
	color: #333;
	font-weight: 400;
}

a
{
	text-decoration:none;
	color:#00BDFF;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    cursor: pointer;
}

.bordertop
{
	border-top:5px solid #00BDFF;
	padding-top: 30px;
}

h1, h2, h3, p, ul, table, .loginForm
{
	margin-bottom:20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
}

h1
{
	color:#00BDFF;
	font-size:64px;
	line-height:40px;
	font-weight: 800;
}

h2
{
	color:#000;
	font-size:32px;
	line-height:40px;
	font-weight: 800;
}

h3
{
	color:#000;
	font-size:32px;
	line-height:40px;
	font-weight: 300;
}

.underline
{
	border-bottom:solid 3px #00BDFF;
	padding-bottom:10px;
	margin-bottom:20px;
	display:inline-block;
	font-weight:bold;
	width: 120px;
}

.block1
{
	background-color:#00BDFF;
	color:#fff;
}

.block2
{
	background-color:#eee;
}

.block3
{
	background-color:#333;
	color:#fff;
}

.parallax
{
	background-size: cover;
	background-position: center center;
	background-attachment:fixed;
	padding-top:150px;
	padding-bottom:150px;
}

.parallax h2
{
	color:#fff;
}

.parallax h3
{
	color:#fff;
}

.bigfeature h2
{
	font-size:42px;
	letter-spacing:0px;
}

.bigfeature h3
{
	max-width:800px;
	margin:auto;
	color:#333;
}

.block1 h1, .block1 h2, .block1 h3, .block1 a,
.block3 h1, .block3 h2, .block3 h3, .block3 a
{
	color:#fff;
}


.preheader
{
	background-color:rgba(230,230,230,0.9);
	padding-bottom:5px;
	padding-top:5px;
	z-index:999;
	border-bottom:solid 1px #ddd;
	font-size:13px;
}

.preheader p
{
	margin-bottom: 0px;
}

.preheader .ecomlinks a
{
	margin-right:20px;
	font-weight:bold;
	color:#666;
}

.header
{
	background-color:rgba(255,255,255,1);
	padding-top:10px;
	padding-bottom: 10px;
	z-index:999;
}

.header .right h2
{
	margin-bottom: 0px;
	font-weight: 300;
}

.header .right p
{
	margin-bottom: 0px;
}

.header .center 
{
	padding-top: 20px;
}

.headerontop
{
	height:100px;
	z-index:999;
	margin-top:20px;
	position:absolute;
}

.topcontact h2
{
	margin-bottom:0px;
}

.logo
{
	height:80px;
}

.hero
{
	height:700px;
	position:relative;
	background-size: cover;
	background-position: center center;
	background-attachment:fixed;
}

.hero100
{
	height:100vh;
}

.hero h1
{
	color:#fff;
	margin-bottom:40px;
	letter-spacing:0px;
  line-height:70px;
}

.hero h3
{
	color:#fff;
	margin:auto;
	margin-bottom:40px;
}

.fixedheight
{
	height: 500px;
	background-size: cover;
	background-position: center center;
}


.backgroundholder
{
	
}

.alignmiddle
{
	position:absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-khtml-transform: translateY(-50%);
	transform: translateY(-50%);
	margin:0;
	width:100%;
}

.hero-gallery
{
	
}

.hero-gallery .gallery-cell
{
	width:100%;
	height:100%;
	background-size: cover;
	background-position: center center;
}

.simple-gallery .gallery-cell
{
  width: 33%;
}

.testimonials-gallery .gallery-cell
{
  width: 100%;
  padding-left:10%;
  padding-right:10%;
}

.testimonials-gallery h2
{
  line-height:32px;
	font-size: 24px;
	font-weight: 400;
	font-style: italic;
}

.testimonials-gallery p
{
	font-weight: 700;
}

.linkblack
{
	display:inline-block;
	background-color:#00BDFF;
	padding:15px 40px;
	font-size:18px;
	font-weight:800;
	color:#fff;
	transition: all .0.5s ease-in-out;
	border:solid 2px #00BDFF;
	letter-spacing: 1px;
	text-align: center;
	
}

.linkblack:hover
{
	background-color:#fff;
	color:#00BDFF;
	border-bottom:solid 1px #00BDFF;
}


.linkblack2
{
	display:inline-block;
	padding:15px 40px;
	font-size:18px;
	font-weight:800;
	color:#fff;
	transition: all .0.5s ease-in-out;
	border:solid 2px #fff;
	letter-spacing: 1px;
	text-align: center;
	margin-right: 10px;
	
}

.linkblack2:hover
{
	background-color:#fff;
	color:#00BDFF;
	border-bottom:solid 1px #00BDFF;
}




.linkwhite
{
	display:inline-block;
	background-color:#00BDFF;
	padding:15px 40px;
	font-size:16px;
	font-weight:800;
	color:#fff;
	transition: all .2s ease-in-out;
}

.linkwhite:hover
{
	background-color:#111;
	color:#fff;
}

a img { transition: all .4s ease-in-out; }
a img:hover { transform: scale(1.05); }

.herosml
{
	height: 450px;
}

.herosml h1
{
	color:#fff;
}

.break
{
	margin-top:2%;
	margin-bottom:2%;
	height:1px;
	background-color:#eee;
	clear:both;
}

.breakclean
{
	height:1px;
	clear:both;
}

#map
{
	width:100%;
	height:500px;
	margin:auto;
	position:relative;
	
}

.mapwrap
{
	position:relative;
}

.footer
{
	background-color:#244F7C;
	color:#fff;
	margin-top:-1px;
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
}

.footer p
{
	
	line-height: 22px;
	margin-bottom: 5px;
}

.footer a
{
	color:#fff;
	font-weight: 800;
}

.footer a:hover, .footer2 a:hover
{
	text-decoration: underline;
}


.footer2
{
	background-color:#111;
	color:#fff;
	margin-top:-1px;
	font-size: 14px;
	font-weight: 600;
}

.featuretext
{
	background-color:#eee;
	padding:15px;
	margin-top:-35px;
	-moz-border-radius:0px 0px 10px 10px; 
	-webkit-border-radius: 0px 0px 10px 10px;  
	border-radius: 0px 0px 10px 10px; 
}

.imgfloatleft
{
	float:left;
	margin-right:2%;
}

.imgfloatright
{
	float:right;
	margin-left:2%;
}

/*NAVIGATION*/



.nav
{
	text-transform:uppercase;
	font-size:16px;
	font-weight: 600;
}

#wrapper
{
	position:relative;
}

#nav-trigger
{
	display:none;
	position:absolute;
	top:60px;
	right:20px;
	z-index: 9997;
}

#nav-trigger span img
{
	max-width:40px;
}

#nav-trigger span
{
	color:#fff;
	cursor:pointer;
	display:inline-block;
	-webkit-transition: -webkit-transform .4s ease-in-out;
    transition:         transform .4s ease-in-out;
}

/*#nav-trigger span:hover
{
	-webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
*/
nav#nav-main
{
	padding:0px 0;
}

nav#nav-main ul
{
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:right;
}

nav#nav-main li
{
	border-right:solid 0px #00BDFF;
	display:inline-block;
	padding:0 0px;
	position:relative;
}

nav#nav-main li:last-child
{
	border-right:none;
}

nav#nav-main a
{
	margin-top:15px;
	color:#fff;
	display:block;
	padding:10px 15px;
	transition: all .2s ease-in-out;
}


nav#nav-main a:hover
{
}

nav#nav-main a:after {
  display:block;
  content: '';
  border-bottom:solid 2px #00BDFF; 
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}

nav#nav-main a:hover:after { transform: scaleX(1); }

nav#nav-main .selected
{
  background-color:#00BDFF;
}

nav#nav-main ul li ul
{
  position:absolute;
  top:50px;
  left:0px;
  width:200px;
  z-index:9999;
  margin:auto;
  left:0px;
  text-align:left;
  padding:0px;
  display:none;
}

nav#nav-main ul li ul li a
{
  text-align:left;
  padding:5px 15px;
  background-color:#333;
  color:#fff;
  min-width:200px;
  margin-top:0px;
  font-size:13px;
  text-transform:none;
}

nav#nav-mobile
{
	display:none;
	position:absolute;
	z-index:9999;
	font-size:16px;
	text-transform:uppercase;
	width:100%;
	font-weight:bold;
	background-color:#333;
}

nav#nav-mobile .closemobilenav
{
	text-align:center;
	margin:auto;
	padding:20px 0px;
	cursor:pointer;
	-webkit-transition: -webkit-transform .4s ease-in-out;
    transition:         transform .4s ease-in-out;
}


nav#nav-mobile .closemobilenav:hover
{
	-webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

nav#nav-mobile ul
{
	
	display:none;
	list-style-type:none;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

nav#nav-mobile ul li ul
{
	margin-bottom:0px;
}

nav#nav-mobile ul li ul li a
{
	color:#00BDFF;
}


nav#nav-mobile li
{
	display:block;
	margin:0 0px;
	padding:0px 0;
}

nav#nav-mobile li:last-child
{
	border-bottom:none;
}

nav#nav-mobile a
{
	color:#fff;
	display:block;
	padding:10px 0px;
}

nav#nav-mobile a:hover
{
	color:#00BDFF;
}

/*fixed nav bar*/

.navbar
{
	background-color:#eee;
	text-transform:uppercase;
}

.navbar nav#nav-main ul
{
	text-align:left;
}

.navbar nav#nav-main a
{
	margin-top:0px;
}

.imgoverlay
{
	position:relative;
	height:280px;
	overflow:hidden;
	text-align:center;
	color:#fff;
}

.imgoverlay h3
{
	color:#fff;
	padding-top:40px;
}

.imgoverlaytxt
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	display:none;
	transition: all .2s ease-in-out;
}

.imgoverlay:hover .imgoverlaytxt
{
	display:block;
	transition: all .2s ease-in-out;
}

.hidden{
     opacity:0;
}
.visible{
     opacity:1;
}

.nomargbot h1, .nomargbot h2
{
	margin-bottom:0px;
}


.galleryThumb
{
    width:32%;
	float:left;
	margin-right:2%;
	margin-bottom:2%;
    overflow:hidden;
  max-height:220px;
}

.galleryThumb img
{
	width:130%;
    min-height:220px;
}

.galleryThumb:nth-child(3n+1)
{
  float:right;
  margin-right:0px;
}


.jobdatedate 
{
display:none;
}

.jobCategory a
{
  padding:15px;
  background-color:#eee;
  border-bottom:solid 2px #ccc;
  display:block;
}

.selectedjob a
{
  padding:15px;
  background-color:#00BDFF;
  border-bottom:solid 2px #ccc;
  display:block;
  color:#fff;
}

.jobCategory a:hover
{
  padding:15px;
  background-color:#00BDFF;
  border-bottom:solid 2px #ccc;
  display:block;
  color:#fff;
}

.jobApply
{
  padding:40px;
  background-color:#333;
  color:#fff;
  margin-bottom:20px;
}

.jobApply .linkwhite
{
  
  color:#fff;
}

.jobApply h3
{
  color:#fff;
}

.jobwrap 
{

  padding:0px;
  margin-bottom:2%;
}

.jobPost
{
  border:solid 1px #ccc;
  padding:0px;
  margin-bottom:2%;
}

.jobTitle h2
{
  font-size:24px;
  padding:15px;
  color:#fff;
  background-color:#00BDFF;
}

.jobDate 
{
  padding:20px;
  background-color:#eee;
  margin:20px;
  border-bottom:solid 3px #ccc;
}

.jobDate ul {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
  list-style:none;
  margin-left:0px;
  margin-bottom:0px;
}

.jobContent 
{
  margin:20px;
}

.jobLatest
{
  width:31%;
  background-color:#fff;
  padding:30px;
  float:left;
  margin-right:2%;
}

.jobLatest:last-child
{
  margin-right:0%;
  background-color:#000;
}

.jobLatest h3
{
  font-size:20px;
  color:#222;
}

.jobLatest ul
{
  list-style:none;
}

.jobwrap .blogMore
{
  margin:20px;
}




@media only screen and (max-width: 1152px) {
	#nav-trigger
	{
		display:block;
	}
	
	nav#nav-main
	{
		display:none;
	}
	
	nav#nav-mobile
	{
		display:block;
	}
	
	h1
{
	color:#00BDFF;
	font-size:48px;
	line-height:40px;
	font-weight: 800;
}

h2
{
	color:#000;
	font-size:24px;
	line-height:40px;
	font-weight: 800;
}

h3
{
	color:#000;
	font-size:20px;
	line-height:40px;
	font-weight: 300;
}

}

@media only screen and (max-width: 1000px) {
	
	
	
}

@media only screen and (max-width: 800px) {
	
  
  .jobLatest
{
  width:100%;
  border:solid 1px #ccc;
  padding:15px;
  float:none;
  margin-right:0%;
  margin-bottom:2%;
}
  
  
	
	.galleryThumb
{
    width:100%;
	float:none;
	margin-right:0%;
	margin-bottom:2%;
    overflow:hidden;
  max-height:100%;
}

.galleryThumb img
{
	width:100%;
    min-height:auto;
}

.galleryThumb:nth-child(3n+1)
{
  float:none;
  margin-right:0px;
}
	
	
	.footer
	{
		text-align: center;
	}
	
	
	.hero h1
	{
		font-size:26px;
		margin-bottom:20px;
		letter-spacing:0px;
      line-height:40px;
	}
	
	.hero h3
	{
		font-size:20px;
		max-width:100%;
		margin-bottom:20px;
		line-height:24px;
		display: none;
	}
	
	.hero-gallery .alignmiddle
	{
	  padding-left:10%;
	  padding-right:10%;
	}
	
	.right, .left
	{
		text-align:center;
	}
	
	.linkblack2
{
	display:block;
	margin-right: 0px;
	margin-bottom: 10px;
	
}



.linkblack
{
	display:block;
	
}
	
	
		
}

@media only screen and (max-width: 600px) {
	
	
	.imgfloatright
	{
		float:none;
		margin-right:0px;
	}
	
	.imgfloatleft
	{
		float:none;
		margin-left:0px;
	}
	
	.preheader .left
	{
		text-align: center;
	}
	
	.fixedheight
{
	height: 100%;
	background-size: cover;
	background-position: center center;
}
}


