/* Global */

body {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #403f3d;
	background-color:#ffffff;
}
img {
	max-width: 100%;
}
a {
	color:#3F9018;
	text-decoration: underline;
	transition: color 0.25s linear;
}
a:hover a:focus  {
	color: #a39161;
	text-decoration: none;
}
a:visited {
	color: #343535;
	text-decoration: none;
}

p {
	line-height:1.5em;
}
li{
	margin-bottom:1em;
	}

.small-text{ font-size:80%;}
.logo-hilite {text-decoration:none;}

.logo-hilite:hover {
	background-color: #00BBE3;
	display: block;
}

.largish{
	font-size: 125%;
	}

/* Navigation */

.menu {
	position: fixed;
	top: 0px;
	width: 100%;
	height: auto;
	background-color: #ffffff;
	
	z-index: 100;
/*	-webkit-box-shadow: 0.15em 0.15em 0.5em rgba(197,200,201,1.00);
	box-shadow: 0.15em 0.15em 0.5em rgba(197,200,201,1.00);*/
	/*text-transform: uppercase;*/
}
#logo {
	text-align: left;
	margin: 20px 0px 0px 0px;

	float:left;

}


#nav {
	text-align: left;
	float:left;
	margin: 30px 0 0 0;
	font-family: 'Roboto', Helvetica, sans-serif;
}
.navigation{
	float: right;
	list-style: none;
	margin: 0;
}
.navigation li{
	float: left;
	padding:0 0 0 20px;
	font-weight: 500;
	text-transform: uppercase;
	color: #242a37;
}
.navigation li:hover{
	cursor: pointer;
	color:#889C84;
}

.navigation .active{
	cursor: pointer;
	color:#889C84;
	font-weight: bold;
}



/* slide arrow button  */ 

.button{
	display:block;
	width:50px;
	height:50px;
	position:absolute;
	bottom:0px;
	left:50%;
	background-color:rgba(69,68,68,0.40);
	background-image:url(../images/icons/arrow-up.png);
}
.button:hover{
	background-color:rgba(217,116,2,0.86);
	cursor: pointer;
	-webkit-animation: bounce 1s;
    animation: bounce 1s;
}

/* Special color link/hover */ 

.white-txt {
	color:#fff;
	}	

a.white-txt{
	color:#fff;
	text-decoration:underline;
	}

a.white-txt:hover{
	color:#b1b3b3;
	text-decoration:underline;
	}
a.white-txt:active{
	color:#b1b3b3;
	text-decoration:underline;
	}
a.white-txt:visited{
	color:#fff;
	text-decoration:underline;
	}


a.bright-txt{
	color: #ABEFFB;
	text-decoration: underline;
	}

a.white-txt:hover{
	color:#FF0;
	text-decoration:underline;
	}
a.white-txt:active{
	color:#FF0;
	text-decoration:underline;
	}
a.white-txt:visited{
	color:#ffffff;
	text-decoration:underline;
	}


/* General Slide Styles */ 

.slide{
	background-attachment: fixed;
	width:96%;
	height: auto;
	position: relative;
	padding-top: 80px;
	padding-left:2%;
	padding-right:2%;
	padding-bottom: 80px;
}

.dark{
	background-color: #000;
	color: #ffffff;
	
}

.dark:hover{
	background-color: #709A0E;	
	transition: background-color 0.25s linear;
	cursor: pointer;
}

.ht-test{
	background-color: #a39161;
	color: #000;
	
}
/* Color blocks*/
.inner {padding:10px;}
.blue-block{
	background-color: #00a5f4;
	color: #ffffff;
}


.blue-block:hover{
	background-color:#242a37;
	color:#ffffff;
	-webkit-animation: pulse 1s;
    animation: pulse 1s;
}



.green-block{
	background-color: #82c341;
	color: #ffffff;
}


.green-block:hover{
	background-color:#259b3d;
	color:#ffffff;
	-webkit-animation: pulse 1s;
    animation: pulse 1s;	
}


.ltblue-block{
	background-color:#1F6FA3;
	color: #ffffff;
	
}


.ltblue-block:hover{
	background-color:#889C84;
	-webkit-animation: pulse 1s;
	
}


.dkblue-block{
	background-color: #242a37;
	color: #ffffff;
	
}


.dkblue-block:hover{
	background-color:#ffffff;
	-webkit-animation: pulse 1s;
	color:#003968;
}


.orange-block{
	background-color: #f58021;
	
}

.orange-block a:link{
	color: #403f3d;
	text-decoration:none;
}

.orange-block:hover{
	background-color:#ffffff;
	color:#f58021;
}


.block-heading  {
	font-size: 1.5em;
	text-align: center;
	background-color: #000;
	color: #fff;
	padding: 8px;
	margin: 0 0 0 0;
	font-weight: 300;
	text-decoration:none;
	}
	
.block-heading:hover{
	background-color:#A39161;
	text-decoration:none;	
	color:#000;
	}

.light{
	background-color: #a39161;
	color: #000;
	
}

.light:hover{
	background-color: #b1b3b3;
	color:#000;
	transition: background-color 0.25s linear;
	cursor: pointer;
}

.light-block {
	background-color: #c7ede2;
	margin-top: 0px;
	padding: 5px;
	}





.logo-hilite {text-decoration:none;}

.logo-hilite:hover {
	background-color: #6CADDE;
	display: block;
}

.spotlite{
	text-align:center; 
	background-color:#e37c00;
	color: #ffffff;
}

.spotlite:hover{
	background-color: #eba34c;
}

.title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.25em;
	font-weight: 700;
	text-transform: uppercase;	
	}

.cal-txt {font-size: 85%; padding-left:10px;}
.cal-hr{ height: 2px; background-color:#ffffff; border-top:0; border-left:0; border-right:0;}


/*reveal pc only */

.showme {
  position: relative;
  width: 100%;
  height: 160px; 
  padding-top:10px;
  /*border: 5px solid #000;*/
} 
.info {
	position: absolute;
	bottom: 1px;
}
h5{
  background: #36424A;
  color: #fff;
  padding: 8px;
  margin:0 0 0 0;
  font-weight:300;
}
h6{
	background-color: #44687D;
	color: #fff;
	padding: 8px;
	margin: 0 0 0 0;
	font-size: 1.25em;
	font-weight: 300;
}

.small-text{ font-size:80%;}

.reveal {
	overflow: hidden;
	max-height: 0;
	background-color: #D3E8C9;
	transition: all 0.7s linear;
}
.reveal p {
	font-size: .5em;
	color:#174A05;
	}

.showme a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
a:hover .reveal, a:focus .reveal {
  max-height: 160px; /*same as .showme max ht */
  background-color:#A41F21;
}

/* Slide 1a big top image */

#slide1a{
	width:100%;
	height:300px;
	background-image:url(../images/bigtile/bg8a.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-attachment: fixed;   
    background-size:cover;
}


#slide1a h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 4em;
	letter-spacing: -1px;
	line-height: normal;
	font-weight: 700;
	margin-top:4em;
	margin-bottom:0px;
	color:#fff;
}


/* Slide 1 */ 


#slide1{
	/*background-image:url(../images/bknd-1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;   
    background-size: cover;*/
	background-color:#212F10;
	color:#ffffff;
	padding-top:120px;
}


#slide1 h1 {
	font-family:'Roboto', Helvetica, sans-serif;
	font-size: 3.5em;
	letter-spacing: -.5px;
	line-height: normal;
	font-weight: 700;
	margin-top:0em;
	margin-bottom:0px;
}
#slide1 h2 {
	font-size: 2em;
	letter-spacing: -2px;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 500;
	
}

#slide1 h3 {
	font-family:'Roboto', Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1.5em;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top:0px;
	font-weight: 400;
	/*text-transform: uppercase;*/
}

/* Slide 2 */ 

#slide2{
	background-color:#ffffff;
	
	
	}
#slide2 h1 {
	font-family:'Roboto', Helvetica, sans-serif;
	letter-spacing: -2px;
	font-size: 3.8em;
	line-height: normal;
	font-weight: normal;
	margin-top:0px;
    
}
#slide2 h2 {
	font-family:'Roboto', Helvetica, sans-serif;
	font-size: 2em;
	letter-spacing: -2px;
	line-height: normal;
	padding-bottom: 20px;
	font-weight: normal;
	
}

#slide2 h3 {
	font-family:'Roboto', Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1.5em;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top:0px;
	font-weight: normal;
	
}

#slide2 h4 {
	font-size: 1.15em;
	line-height: 0em;
	padding-bottom: px;
	padding-top: 3px;
	margin-top:0px;
	font-weight: normal;	
}
/* Slide 3 */ 

#slide3{
	background-color:#ffffff;
	
}
#slide3 h1 {
	font-family:'Roboto', Helvetica, sans-serif;
	font-size: 3.8em;
	letter-spacing: -2px;
	line-height: normal;
	font-weight: normal;
	margin-top:0px;
    
}
#slide3 h2 {
	font-family:'Roboto', Helvetica, sans-serif;
	font-size: 2em;
	letter-spacing: -2px;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: normal;
	
}

#slide3 h3 {
	font-family:'Roboto', Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1.5em;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top:0px;
	font-weight: normal;
	
}
/* Slide 4 */

#slide4{
	background-color:#00a5f4;
	color: #ffffff;
}
#slide4 h1 {
	font-family:'Roboto', Helvetica, sans-serif;
	font-size: 3.8em;
	letter-spacing: -2px;
	line-height: 0px;
	font-weight: normal;
	margin-top:0px;
    
}
#slide4 h2 {
	font-family:'Roboto', Helvetica, sans-serif;
	font-size: 2em;
	letter-spacing: -2px;
	color: #403f3d;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: normal;
	
}
#slide4 h3 {
	font-family:'Roboto', Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1.5em;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top:0px;
	font-weight: normal;
	
}

/* Slide 5 */

#slide5{
	background-color: #70061F;
	color: #ffffff;
}
#slide5 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#ffffff;
	font-weight: 300;
	margin-top:0px;

}
#slide5 h2 {
	font-size: 2em;
	color: #ffffff;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 500;
}

/* Slide 6 - footer */

#slide6{
	background-color:rgba(57,57,59,1.00);
	color: #ffffff;
}
#slide6 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#ffffff;
	font-weight: 300;
	margin-top:0px;

}
#slide6 h2 {
	font-size: 2em;
	color: #ffffff;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 500;
}

/*Plain Page */
#page-content{
	background-color:#ffffff;
}
#page-content h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: normal;
	color:#4d4d4f;
	font-weight: 300;
}

.home-nav{
	margin-top:20px;
	text-align:right;
	}

/*** Fancy Lists ***/

.list-acrobat {
	list-style-image: url(../images/icons/acrobat.gif);
	margin-top:0px;
}
.list-check {
	list-style-image:url(../images/icons/tick-black.png);
	line-height:1.5em;
	margin-bottom: 5px;
}
.list-wht-check {
	list-style-image: url(../images/icons/tick-white.png);
	margin-bottom: 20px;
	line-height: 1.5em;
}

.list-wht-carret {
	list-style-image:url(../images/icons/white-carret.png);
	margin-bottom: 20px;
	line-height: 1.5em;
}

/* Tablet */
@media screen and (max-width: 780px) {
.menu {
	position: fixed;
	top: 0px;
	width: 100%;
	height: auto;
	background-color: #fff;
}
#logo {
	width: 100%;
	text-align: center;
	height:100px;
	margin-bottom:20px;
	
	
}
img.centered{
	/*display: block;*/
    margin-left: auto;
    margin-right: auto;
	width:90%;	
	}
#nav {
	width:100%;
	text-align:center;
	margin-top:40px;
	margin-bottom:10px;
	padding:10px 0px 0px 0px;
	background-color:rgba(180,180,180,.30)
	
}

.navigation{
	width: 100%;
	float: center;
	list-style: none;
	margin: 0;
	padding:0;
}

.navigation li{
	float: left;
	width:45%;
	padding:0;
}

.slide{
	background-attachment: fixed;
	width:100%;
	position: relative;
	padding:120px 0;
}
#page-content{
	padding-top:110px;
	}

.decorative {
	display:none;
}

#content {
	text-align:left;
	width:96%;
	padding-left:2%;
	padding-right:2%;
}

#slide1 h1 {
	margin-top:auto;
	line-height: 1em;
	margin-top: 2em;
}
#slide1 h2 {
	line-height: 1em;
}
#slide2 h1 {
	line-height: 1em;
}
#slide2 h2 {
	line-height: 1em;
}
#slide2 h3 {
	line-height: 1.25em;
}
#slide3 h1 {
	line-height: 1em;
}
#slide3 h2 {
	line-height: 1em;
}
#slide4 h1 {
	line-height: 1em;
}
#slide4 h2 {
	line-height: 1em;
}

#slide5 h1 {
	line-height: 1em;
}
#slide5 h2 {
	line-height: 1em;
}
#slide6 h1 {
	line-height: 1em;
}
#slide6 h2 {
	line-height: 1em;
}
#page-content h1 {
	line-height: normal;
	font-size:2.25em;
    letter-spacing:-2px;
}
.home-nav{
	margin-top:20px;
	text-align:center;
}
}

/* Mobile */
@media screen and (max-width: 480px) {

#logo {
	width: 100%;
}

#nav {
	width:100%;
	margin:5px 0;
}

.navigation{
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding:0;
}

.navigation li{
	float: left;
	width:45%;
	font-size:.9em;
}

.slide{
	background-attachment: fixed;
	width:96%;
	padding-left:2%;
	padding-right:2%;
	position: relative;
}


#slide1 h1 {
	
	line-height: 1em;
}

#slide1 h2 {
	line-height: 1em;
}
#slide2 h1 {
	line-height: 1em;
}
#slide2 h2 {
	line-height: 1.45em;
}
#slide2 h3 {
	line-height: 1.25em;
}
#slide3 h1 {
	line-height: 1em;
}
#slide3 h2 {
	line-height: 1em;
}
#slide4 h1 {
	line-height: 1em;
}
#slide4 h2 {
	line-height: 1em;
}
#slide5 h1 {
	line-height: 1em;
}
#slide5 h2 {
	line-height: 1em;
}
#slide6 h1 {
	line-height: 1em;
}
#slide6 h2 {
	line-height: 1em;
}
#page-content h1 {
	line-height: 1em;
}
.home-nav{
	margin-top:20px;
	text-align:center;
}
}

.white-popup {
position: relative;
background: #FFF;
padding: 20px;
width: auto;
max-width: 500px;
margin: 20px auto;
}
