/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */
html{
overflow-x: hidden;
}

body{
overflow-x: hidden;
margin-top: 0 !important;
background-color: #fff;
color: #777777;
font: 16px/22px Helvetica, Arial, sans-serif;
margin: 20px auto 0;
-webkit-font-smoothing: antialiased;
	
}

.hidden {
margin-top: 0 !important;
}

.success {
	height:400px;
	margin:10px;
}

.logo {
	background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("../images/saWatermark.png");
	height: 80%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}

.Textwrap {
float: right;
margin: 5px 0px 5px 15px;
}

.Textwrapleft {
float: left;
margin: 5px 15px 5px 0px;
}

.linktext 
{ 
	color: #8BA9B9;
	cursor: pointer;
} 

.linktext a:hover
{ 
	color: #F4B88E;
	cursor: pointer;
	text-decoration: none;
} 

.headcontact
{
	height: 2em;
	padding: 5px;
	color: #8BA9B9;
}

.headcontact a:hover
{
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}

@media only screen and (max-width: 604px) {
	.Textwrap, .Textwrapleft  { width: 100%; }
}

header {
  margin: 0 -9999rem;
  padding: 0.5em 9999rem;
  background: #ffffff;
}

/* Full Width Divs */

.bar {
  margin: 0 -9999rem;
  padding: 0 9999rem;
  background: rgba(88,113,136,1);
}

.bar2 {
  margin: 0 -9999rem;
  padding: 0 9999rem;
  background: linear-gradient(#DAE3E8, #FFFFFF, #CCCCCC);
}

.bar3 {
	color: #ffffff;
	margin: 0 -9999rem;
	padding: 0 9999rem;
 	background: #354D5A;
}

.bar4 {
color: #ffffff;
  margin: 0 -9999rem;
  padding: 0 9999rem;
  background: #85a6b8;
}

.bar5 {
color: #000000;
  margin: 0 -9999rem;
  padding: 0 9999rem;
  background: #FFFFFF;
}

.bar6 {
color: #000000;
	margin: 0 -9999rem;
	padding: 0 9999rem;
	background: rgb(248, 248, 248);
}

.bar7 {
	margin: 0 -9999rem;
	padding: 0 9999rem;
	background: linear-gradient(rgba(255, 255, 255, 0), rgba(134, 166, 183  , 0.5))
  }

.bar8 {
	margin: 0 -9999rem;
	padding: 0 9999rem;
	background: #ffffff00
}

.bar a:hover, .bar2 a:hover, .bar3 a:hover, .bar4 a:hover, .bar5 a:hover, .bar6 a:hover, .bar7 a:hover, .bar8 a:hover {
	text-decoration: none;
}


.imgbkgd {
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(60, 110, 140, 0.3)), url("../images/focus2.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
  }

nav {
	height: 40px;
	width: 100%;
	background: #85a6b8;
	font-size: 11pt;
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight: bold;
	position: relative;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 600px;
	height: 40px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color: #fff;
	display: inline-block;
	width: 120px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
}
nav li a {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background-color: #BADBED;
	color: #FFFFFF;
	text-decoration: none;
}
nav a#pull {
	display: none;
}

/* Flexbox 

.container {
  display: flex;
  align-items: center;
}

.column-1,
.column-2 {
  float: left;
  width: 50%;
}
 */

.container {
  display: flex;
  align-items: center;
}

.containerPad {
	padding: 0px 10px;
}

.containerTitle {
	padding: 0em 0.5em;
}

.containerSectionTitle {
	padding: 0em 0.5em;
}

/*--------------------------------------*/

* 
{
	box-sizing: border-box;
	}

	/* Create three equal columns that floats next to each other */
	.column_A {
	float: left;
	width: 33.33%;
	padding: 10px;
	height: 50%; /* Should be removed. Only for demonstration */
	}

	/* Clear floats after the columns */
	.row:after {
	content: "";
	display: table;
	clear: both;
	}
/*--------------------------------------*/

.column-1 {
  float: left;
  width: 50%;
}

.column-2 {
  float: left;
	width: 50%;
} 
 
/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
	nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 0;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
	  }
	  
	.column_A {
		width: 100%;
	  }

	h1.pad {
		padding-top: 100px;
	}

}

/*Styles for screen 480px and lower*/
@media only screen and (max-width : 480px) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #85a6b8;
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 0;
	}
}

* {
  margin: 0;
  padding: 0;
}


#text1 {
  padding: 0px 10px;
	text-align: left;
}

a {
  color: #789AAB;
  text-decoration: none;
  }
  

a :active{
  color: #FFAC41;
  text-decoration: none;
  }  
  

h1 {
	font-family: "Segoe UI Light","Segoe UI","Segoe WP Light","Verdana","Arial","sans-serif";
	font-size: 32px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	color: #789AAB;
	text-align: center;
}

h1.pad{
	padding-top: 110px;
}

h3 {
	font-family: "Segoe UI Light","Segoe UI","Segoe WP Light","Verdana","Arial","sans-serif";
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 90%;
	color: #8BA9B9
}

h2 {
  font-family: "Segoe UI Light","Segoe UI","Segoe WP Light","Verdana","Arial","sans-serif";
  font-size: 28px;
	font-weight: 400;
	line-height: 1;
  color: #8BA9B9;
  margin-bottom: 5px;
}

h9 {
	font-family: "Segoe UI Light","Segoe UI","Segoe WP Light","Verdana","Arial","sans-serif";
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 90%;
	color: #325EA6
}
/*-------------

Quotes

---------------*/
q {
  quotes: "“" "”" "‘" "’";
}
q:before {
    content: open-quote;
}
q:after {
    content: close-quote;
}
  
blockquote{
    display: block;
    max-width: 80%;
    position: relative;
    padding: 0 5px;
    margin: 0 auto;
	color: #FFFFFF;
}
blockquote:before, blockquote:after {
    content:'"';
    font-size: 90px;
    font-family:Georgia,Times New Roman,Times,Serif;
    color: #badbed;
    position: absolute;
    left: -40px;
    top: 5px;
}
blockquote:after {
    content:'"';
    right: -40px;
    left: auto;
}

cite {
    float: right;
    color: #badbed;
    font-size: 18px;
    margin: 0;
    padding: 0;
}

/*  SECTIONS  */
.section {
	max-width: 1200px
	padding: 0px;
	margin: 0 5px 0 0;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 0 5px 0 0;
	
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWO  */
.span_2_of_2 {
	width: 50%;
}
.span_1_of_2 {
	width: 50%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.container{display: block; float:left; margin: 1% 0 1% 0%; }
	h1.pad {
		padding-top: 100px;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2, .column-1, .column-2{ width: 100%; }
}

footer {
  text-align: center;
  margin: 0 -500%;
  margin-bottom: 0;
  padding: 0.5em 500%;
  background: #000000;
  }
  
#wrapper {
max-width: 1200px;
margin: 0 auto;
  padding: 0px;
  }

p.main {
  text-align: justify;
  max-width: 960px;
  margin: 0 auto 20px;
  } 
  
h3,pre {
  text-align: left;
  max-width: 960px;
  margin: 0 auto 20px;
  }
  
h4{
  text-align: left;
  max-width: 960px;
  color: #85A6B8;
  }

  ul.share-buttons{
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display: inline;
}
  
.rslides {
  margin: 0 auto 40px;
  }

#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
  }

.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
  }

#download {
  background: #333;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 60px auto;
  max-width: 500px;
  padding: 20px;
  }

#download:hover {
  background: rgba(255,255,255,.15);
  }

.footer {
	postion: absolute;
	bottom: 0;
	font: 5px/8px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Callback example */


.events {
  list-style: none;
  }

.callbacks_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

#slider3-pager a {
  display: inline-block;
}

#slider3-pager img {
  float: left;
}

#slider3-pager .rslides_here a {
  background: transparent;
  box-shadow: 0 0 0 2px #666;
}

#slider3-pager a {
  padding: 0;
}

.myButton {
	background-color:#789AAB;
	margin: 10px 10px 10px 10px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:15px;
	padding:6px 15px;
	text-decoration:none;
	position:float-right;
}
.myButton:hover {
	background-color:#BADBED;
	color:#ffffff;
	text-decoration: none;
}
.myButton:active {
	position:float-right;
	top:1px;
}

@media screen and (max-width: 600px) {
  h1 {
	font-family: "Segoe UI Light","Segoe UI","Segoe WP Light","Verdana","Arial","sans-serif";
	font-size: 24px/28px;
	line-height: 1;
    }
  .callbacks_nav {
    top: 47%;
    }
  }
  
/* Contact stylie */
.wrapperz {
	margin: 10px auto;
	max-width:580px;
}

#contact_form { 
	text-shadow:0 1px 0 #FFF;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	background:#ffffff;
	padding:25px;
	
}


#ff label { 
	cursor:pointer;
	margin:4px 0;
	color:#789AAB;
	display:block;
	font-weight:800;
	
}

input { 
	display:block;
	width:90%;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	background-color:#f4f4f4;
	color:#000;
	border:1px solid #5f5f5f;
	padding:10px;
	margin-bottom:25px;
}

textarea { 
	display:block;
	width:90%;
	height:100px;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	background-color:#f4f4f4;
	color:#000;
	border:1px solid #5f5f5f;
	padding:10px;
	margin-bottom:25px;
}

.sendButton {
	-webkit-appearance: none;
	width:40%;
	background-color:#789AAB;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:14px;
	padding:6px 15px;
	text-decoration:none;
	position:float-right;
}
.sendButton:hover {
	background-color:#BADBED;
}

/* Explore Icons */
.explore {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
#images{
   text-align:center;
}

/* 3 Columns */


/* STRUCTURE */

#pagewrap {
	padding: 5px;
	width: 960px;
	margin: 20px auto;
}

#content {
	width: 290px;
	float: left;
	padding: 5px 15px;
}

#middle {
	width: 294px; /* Account for margins + border values */
	float: left;
	padding: 5px 15px;
	margin: 0px 5px 5px 5px;
}

#sidebar {
	width: 270px;
	padding: 5px 15px;
	float: left;
}
#spacer {
	clear: both;
	padding: 0 15px;
}

/*  Youtube Container  */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 980px or less */
@media screen and (max-width: 980px) {
	
	#pagewrap {
		width: 94%;
	}
	#content {
		width: 41%;
		padding: 1% 4%;
	}
	#middle {
		width: 41%;
		padding: 1% 4%;
		margin: 0px 0px 5px 5px;
		float: right;
	}
	
	#sidebar {
		clear: both;
		padding: 1% 4%;
		width: auto;
		float: none;
	}
	#spacer {
		padding: 1% 4%;
	}
}
}

/* for 700px or less */
@media screen and (max-width: 600px) {

	#content {
		width: auto;
		float: none;
	}
	
	#middle {
		width: auto;
		float: none;
		margin-left: 0px;
	}
	
	#sidebar {
		width: auto;
		float: none;
	}

}

/* for 480px or less */
@media screen and (max-width: 480px) {

	h1, h2 {
		font-size: 1.6em;
		line-height: 1;
	}

	h1.pad {
		padding-top: 100px;
	}

	#content {
		background: #f8f8f8;
	}
	#sidebar {
		background: #f0efef;
	}
	#content, #middle, #sidebar {
		margin-bottom: 5px;
	}

	#pagewrap, #content, #middle, #sidebar {
		border: solid 1px #ccc;
	}
}
  
  
