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

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	background-color: rgb(0, 0, 0);
}
/* Mobile default styling /*
/* header styling - fixed menu position*/
header {
	padding: 1em;
	width: 100%;
	top: 0px;
	position: fixed;

}

.style-txt h3 {
	
	font-size: 1em;
	color:whitesmoke;
	text-transform: uppercase;
	font-weight: 0.313em;
	text-align: left;
}

/* Header menu logo style*/
.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-left: 70px;
	width: 20em;
}
/* list style type indicating text only */
.style-nav ul {
	list-style-type: none;
}
/* Menu Items font and layout */
.style-nav ul li a {
	text-decoration: none;
	text-align: center;
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	padding: 8px;
}

/* Navigation Menu Roll over effects when visiting links */
/* unvisited link */
.style-nav a:link {
	color: whitesmoke;
  }

  /* visited link */
  .style-nav a:visited {
	color: whitesmoke;
  }

   /* mouse over link */
   .style-nav a:hover {
	color: rgb(138, 236, 249);
  }
  
  
  /* selected link */
  .style-nav a:active {
	color:  rgb(138, 236, 249);
  }

/* Set navigationb menu active page color style. 
	To be applied in html <li> element to set this color*/
#active {
	color:  rgb(138, 236, 249);
}

/* Main Section Styles */




/* Hero Section Graphic area */
.hero {
	width: 100%;
	height: 25em;
	background-image: url(images/mainhero.png);
	background-size: 100% 100%;
	color:whitesmoke;
	text-align:left;
}

.hero p {
	font-size: 2em;
	/*border-left-style: solid;*/
	border-left-color: #92a8d1;
	color: whitesmoke;
	margin: 3em;
	padding: 5em;
	background-color: transparent;
	
}
/* Sets the hero content area backgound to transparent*/
.hero-content {
	background-color: transparent;
}

.hero h1 {
	font-size: 2.5em;
	text-transform: uppercase;
	font-weight: 200;
	padding: 3em;
	margin-top: 3em;
	margin-bottom: 3em;
	/*text-align: center;*/
	background-color: transparent;
	/*border-left-style: solid;
	border-left-color: #92a8d1;*/

}

/* Section Intro Stylimg After Hero */

/* Intro area and paragraph styling to introdocue a multi column section*/

.intro {
	padding:  1em .5em .5em .5em;
	Margin:  1em .5em .5em .5em;
}

.intro p {
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	color:whitesmoke;
	text-align: center;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 1.8em;
	letter-spacing: 0.325em;
	padding:  0em 0em 0em 0em;
	

}
/* Quote area and paragraph styling to introdocue a multi column section*/

.quote {
	padding:  1em .5em .5em .5em;
}

.quote p {
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	color:rgb(138, 236, 249);
	text-align: center;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 1.8em;
	letter-spacing: 0.325em;
}



/* Center continer for single rows used to center a button*/

.container { 
	height: 2em;
	padding: 1em 2em 5em 0em;
	text-align: center;
  }

  /* After quote  white call to action buttom*/
.white-botton{
	border: 2px whitesmoke solid;
	padding: 8px 30px;
	border-radius: 30px;
	color:whitesmoke;
	text-decoration: none;
	background-color: transparent;
	
}


/* site wide grey botton styles*/
.button {
	border: 2px whitesmoke solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: rgb(148, 144, 144);
	text-decoration: none;
	background-color: transparent;
}


/* Content paragraph box for columns styles */
  .info-box-darkgrey{
	padding: 30px 20px 20px;
	text-align: left;
}

/* Global site paragraph styles used in the info box */

.mobile-p p {
	color: rgb(138, 236, 249);
	font-size: 1.2em;
	font-weight: 400;
	padding: 2em;
	margin-bottom: 1em;
	margin-top: 2 em;
	background-color: transparent;
}



p{
	color: rgb(148, 144, 144);
	font-size: 1.2em;
	font-weight: 400;
	margin-bottom: 1em;
	background-color: transparent;
}

/* This is the title for for the lead to the subequent paragrph used in the three
columns text block areas  */
.title-p {
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	color:rgb(88, 127, 165);
	text-align: left;
	margin-bottom: 0.5em;
	font-size: 1.2em;
	font-weight: bold;

}

/* Image styling seting for global. Images used in Three columns with a title */
img {
	/*display: block;*/
   width:100%;
   max-width:100%;
   height: auto;
   vertical-align: middle;

}

/* Image settings used for left column about page  */
.img-float-left{
	float: left;
	width:250px;
	height: 250px;
	color: whitesmoke;
	padding:  1em;
}

/* Bullet styling used in about page */
ul.bullet {
	list-style-type: disc;
	color: rgb(148, 144, 144);
	position: center;
	margin: 10px;
	padding: .1em 1em 1em 3em;
	background-color: transparent;
	font-size: 1.2em;
  }

/*	Story syles for the article pages */


/* Bordered left paragraphs used in stories */
.border-left p {
	
	border-left-style: solid;
	border-left-color: #92a8d1;
	color: whitesmoke;
	margin: 2em;
	padding: 1em;
	background-color: transparent;
	
}

/* set a no boarder left on story paragraph */
.no-border-left p {
	border-left-style: none;
	color: whitesmoke;
	margin: 10px;
	padding: 1em;
	background-color: transparent;
	
}


.info-box-darkgrey h1 {
	color:whitesmoke;
	font-size: 2em;
	font-weight: 200;
	padding: 3em;
	margin-top: 3em;
	margin-bottom: 3em;
	text-align: center;
	background-color: transparent;
}

/*Se the link navigation effects for links external to the story */
.story a {
	
	text-decoration: none;
	}

.story a:visited {
	color: #92a8d1;

}

 /* mouse over link */
 .story a:hover {
	color: rgb(88, 127, 165);
  }

  .story a:link {
	color: #92a8d1;
  }

  .story a:hover {
	color: rgb(88, 127, 165);
  }




body {
	margin-left: auto;
	margin-right: auto;
}

footer{
	padding: 20px 30px;
}

/* The styles below this line are for reference only. Styles above this 
line have been traced to the oigo cx pages  */


/* Global site heading styles */
h1 {
	font-size: 3.6em;
	text-transform: uppercase;
	font-weight: 200;
	padding: 3em;
	margin-top: 3em;
	margin-bottom: 3em;
	/*text-align: center;*/
	background-color: transparent;
	/*border-left-style: solid;
	border-left-color: #92a8d1;*/

}

h2 {
	font-size: 1.875em;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 1.5em;
	/*text-align: center;*/
	background-color: transparent;
}
h3 {
	
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 0.313em;
	margin-top: 10em;
	margin-bottom: 2em;
	/*text-align: center;*/
	background-color: transparent;
}
h4 {
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	color:rgb(88, 127, 165);
	text-align: left;
	margin-bottom: 0.5em;
	font-size: 1.2em;
	font-weight: bold;
}



/* Global site paragraph styles */




.border-left h1 {
	font-size: 1.5em;
	color: whitesmoke;
	margin: 10px;
	padding: 1em;
	background-color: transparent;
	
}




.center {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
  }


.info-box-right-darkgrey{
	
	color: whitesmoke;
	padding: 30px 20px 20px;
	text-align: right;
}

.info-box-dark{
	background-color:rgb(190, 188, 188);
	color: whitesmoke;
	padding: 30px 20px 10px;
	text-align: center;
}


.content-p {
	color: rgb(148, 144, 144);
	text-align: left;
	text-transform: none;
	font-size: 1em;
	font-weight: 400;
	margin-bottom: 2.2em;
	background-color: transparent;
}

/*Footer area text settings left and right*/
.footer-text {
	color:whitesmoke;
	font-size: 13px;
	margin-bottom: 2px;

}

.footer-text-right {
	color:whitesmoke;
	font-size: 13px;
	margin-bottom: 2px;
	text-align: right;

}


/* column sizing settings are used througout the site*/

/* column styles settings area */
.col {
	width: 100%;
}

/* column setting for mobile break points */
.column {
	
	width: 33.33%;
  }

/*ckear the reactive row settings after the row*/
.row:before, .row:after {
	content:"";
	display:table;
}
.row:after {
	clear: both;

}

/*Mobile View - Hide hero on mobile */

/*Tablet View*/

@media (min-width: 768px){

	div.mobile-p {display:none;}

	body {
		max-width: 778px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	.style-nav ul {
		text-align: center;

	}

	.intro p {
		font-size: 1.4em;
	}

	.info-box-darkgrey h1 {
		font-size: 1.3em;
		font-weight: 200;
		padding: 3em;
		margin-top: 3em;
		margin-bottom: 3em;
		text-align: center;
		background-color: transparent;
		/*border-left-style: solid;
		border-left-color: #92a8d1;*/
	
	}
/*	.intro {
		padding:  0em .5em 1em .5em;
		
	} */
	
	.style-nav ul li a {
		font-size: 14px;
		padding: 8px;
	}

	.col-md-one-half {
		width: 50%;
	}
	.col-md-two-thirds {
		width: 66%;
	}

	.col {
		float: left;
		padding: 0px 7px 14px;
	}

	.col-one-third {
		width: 33.3%;
	}
	.row:before, .row:after {
		content:"";
		display:table;
	}
	.row:after {
		clear: both;
	
	}
}
	
@media (Max-width: 414px){

	div.hero {
		display: none;
	  }

	.intro p{
		margin: 4em; 
	}

	

}


/*Desktop View*/

@media (min-width: 1024px){

	div.mobile-p {display:none;}

	body {
		max-width: 1200px;
	}

	.col {
		max-width: 1200px;
	}

	.hero {
		
		height: 30em;
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	
	/*.intro {
		padding:  18em 4em 12em 4em;
		
	}*/
	.style-nav ul li a {
		font-size: 16px;
		padding: 10px;
	}

	.info-box-darkgrey h1 {
		font-size: 2em;
		font-weight: 200;
		padding: 3em;
		margin-top: 3em;
		margin-bottom: 3em;
		text-align: center;
		background-color: transparent;
		/*border-left-style: solid;
		border-left-color: #92a8d1;*/
	
	}

	.col-lg-one-fourth {
		width: 35%;
	}
	.col-one-third {
		width: 33.3%;
	}

	.col-md-two-thirds {
		width: 66%;
	}

.col-lg-offset-left{
	width: 28%;
}

.col-lg-offset-tight{
	width: 72%;
}
.col-lg-offset-half{
	width: 0%;
}



	.row:before, .row:after {
		content:"";
		display:table;
	}
	.row:after {
		clear: both;
	
	}
	
}

