@charset "utf-8";

html {
background: #ffffff;
}

.main { 
    width: 100%;
	  display: inline-block;
	  margin-left:auto;
	  margin-right:auto;
    border: 0;
    }
 
.header {
    clear: both;
    margin: auto;
    min-width: 100%;
    height: auto;
    font-family: Arial, Tahoma, Verdana;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;         /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 1200px;
	  color:#05194e;
    width: 100%;
}

    
/* For Centering such as li or headers 
html code example
<div class="float_center">
        <ul class="child">
          <li><a href="#">link 1</a></li>
          <li><a href="#">link 2</a></li>
          <li><a href="#">link 3</a></li>
        </ul>
        <div class="clear"></div>
    </div>
*/
.float_center {
  float: right;
  position: relative;
  left: -50%; /* or right 50% */
  text-align: left;
}
.float_center > .child {
  position: relative;
  left: 50%;
}


/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

.ie6 img {
	width:100%;
}

.fluid {
	clear: both;
	margin-left: auto;
	width: 100%;
    max-width: 1140px;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

.mid {
max-width: 1140px;
}

.sidebar{
	background-color: rgba(103,198,82, .45);
	border:1px dotted #010066;
}

p 
	{
	font-family: Arial, Sans-Serif; 
	color: ##05194e; 
	font-size: 14pt; 
	font-weight: bold;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px; 
	} 
    
h1{
	font-family: "comic sans ms", Arial, "Trebuchet MS", sans-serif, Serif; 
	color: #05194e; 
	font-size:14pt;
    text-align: center;
}

h2{
	font-family: Comic Sans MS, Arial, Sans-Serif; 
	color: #05194e; 
	font-size: 15pt; 
	font-weight: bold; 
    font-style: italic;
    text-align: center;
}

ul,ol,li 
	{
	font-family: Arial, Sans-Serif; 
	color: #05194e; 
	font-size: 12pt;
    text-align: left; 
	font-weight: bold; 
	} 
    
.img{
	border:1px solid #583520;
    box-shadow: 1px 1px #5F3015, 2px 2px 8px #2C1304;
}

.footer{
	font-family:Comic Sans Ms, "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif;
	color: #05194e;
    font-weigth: bold;
    font-size: 9pt;
}

table,tr,th,td{
font-size: 11pt;
font-weight: bold;
font-family: arial, sans-serif;
text-align: left;
}

a:link { font-weight: bold; font-size: 13pt; color: #000080; text-decoration: none; }
a:visited { font-weight: bold; font-size: 13pt; color: #A40094; text-decoration: none; }
a:active { font-weight: bold; font-size: 13pt; color: #970000; text-decoration: none; }
a:hover { font-weight: bold; font-size: 13pt; background-color: #1E3098; color: #ffffff; text-decoration: none; }


a:link.menu { font-weight: bold; color: #8A3E30; text-decoration: underline; text-transform:uppercase; font-size:12pt; font-family: "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif; }
a:visited.menu { font-weight: bold; color: #D56F5D; text-decoration: underline; text-transform:uppercase; font-size:12pt; font-family: "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif; }
a:active.menu { font-weight: bold; color: #970000; text-decoration: underline; text-transform:uppercase; font-size:12pt; font-family: "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif; }
a:hover.menu { font-weight: bold; color: #ffffff; text-decoration: underline; text-transform:uppercase; font-size:12pt; font-family: "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif; }


a:link.footer { font-size: 9pt; color: #000080; text-decoration: none; font-family: "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif; }
a:visited.footer { font-size: 9pt; color: #A40094; text-decoration: none; font-family: "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif; }
a:active.footer { font-size: 9pt; color: #970000; text-decoration: none; font-family: "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif; }
a:hover.footer { font-size: 9pt; background-color: #1E3098; color: #ffffff; text-decoration: none; font-family: "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif; }

 /* Create three equal columns that floats next to each other */
.column {
    width: 50%;
    padding: 4px;
    margin: 20px;
    position: relative;
    display: inline-block;
    background-color: transparent;
    font-size: 12pt;
    
} 
/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	max-width:600px;
	margin-left:auto;
	margin-right:auto;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Mobile Layout: 599px and below. */

#header{
    margin-left: auto;
    margin-right: auto;
    display: block;
	text-align: center;
    width: 100%;
    max-width: 1140px;
	} 
     
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
    max-width: 1140px;
	clear: none;
	float: none;
}
#div1 {
    margin-left: auto;
    margin-right: auto;
    background: #bba183;
}

/* Create three equal columns that floats next to each other */
.column {
    width: 25%;
    padding: 4px;
    margin: 0px;
    position: relative;
    display: inline-block;
    background-color: transparent;
    
} 
/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
 
#socialHeader {
	text-align: center;
	vertical-align: middle;
	width: 100%;
	clear: both;
	margin-left: 0;
}

.gridContainer.clearfix #div1 #socialHeader {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 22pt;
	font-weight: bold;
	font-family: "Franklin Gothic Medium";
	color: #01006C;
}
#headerSlides {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
#headerNav {
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
    width: 100%;
    max-width: 1140px;
	border-bottom: none;
}
.gridContainer.clearfix {
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
    width: 100%;
    max-width: 1140px;
	border-bottom: none;
} 

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* Tablet Layout: 600px to 900px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 600px) {

.gridContainer {
	width: 100%;
	clear: none;
	float: none;
	margin: none;
}
#div1 {
}
#logoHeader {
width: 61.8784%;
}
#socialHeader {
padding-top:10px;
font-size: 20pt;
width: 36.464%;
margin-left: 1.6574%;
clear: none;
}
#headerSlides {
}
#headerNav {

}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 800px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 900px) {

.gridContainer {
	width: 100%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#logoHeader {
width: 66.3003%;
}
#socialHeader {
width: 32.6007%;
padding-top:20px;
font-size: 24pt;
clear: none;
margin-left: 1.0989%;
}
#headerSlides {
}
#headerNav {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}

/* -----------------------------------
Form - narrow
----------------------------------- */

.row-form {
	clear: left;
	overflow: hidden;
	zoom: 1;
	margin: 0 0 1em;
}

.label {
	display: block;
	margin: 0 0 .1em;
}

.input, .select, .textarea {
	width: 100%;
 *width: 90%;
	box-sizing: border-box;
	border: 1px solid #999;
	border-radius: .3em;
}

.input, .textarea {
	padding: 5px;
}

.textarea {
	height: 150px;
}

.radio {
	margin-left: 1px;
	margin-right: .5em;
}

.form-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.btn {
	display: inline-block;
	margin: 0;
	padding: .7em 1.2em;
	border: 0;
	border-radius: .3em;
	color: #fff;
	background-color: #010066;
	line-height: 1;
	font-family:Arial, Helvetica, sans-serif
}

.btn:focus {
	background-color: #67C652;
}

.btn:hover {
	background-color: #67C652;
}

.btn:active {
	background-color: #010066;
}

/* -----------------------------------
Form - wide
----------------------------------- */

@media (min-width:33em) {

.submission-form {
	max-width: 40em;
}

.label {
	float: left;
	width: 25%;
	margin: 0 2% 0 0;
	text-align: right;
}

.input, .select, .textarea {
	float: left;
	width: 70%;
}

.form-indent {
	margin-left: 27%;
	width: 70%;
}
}

