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

html,
html *{
	font-family:Arial, Helvetica, sans-serif;
    margin: 0;
   
    font-size: 10px;
    line-height: 100%;
	color: #333333;   
    /* set background color of browser window here   */
    
}

	
#wrapper {
	position: relative;
	width: 90%;
	margin: 2em auto 2em auto;
    padding: .5em;
	max-width: 1200px;	/* set max page expansion */
    height: auto;
    box-sizing: border-box;
}

#wrapper-mod {
	position: relative;
	width: 90%;
	margin: 2em auto 2em auto;
    padding: .5em;
	max-width: 1200px;	/* set max page expansion */
    height: auto;
    box-sizing: border-box;
}

  /* use for small pages such as login screens   */
#wrapper-index {
	position: relative;
	width: 90%;
	margin: 2em auto 2em auto;
    padding: .5em;
	max-width: 1200px;	/* set max page expansion */
    height: auto;
    box-sizing: border-box;
}

.wrapper-frame {/* below for wrapper to have a curved frame with drop shadow */
	
    box-shadow:  0 0 .5em .5em rgba(0,0,0, .1);
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	-ms-border-radius: 2em;
	border-radius: 2em; 
}




a {
	color: #277ec2;  /*  set standard color for <a>color of links  */
	text-decoration: none;
}

a:hover,
a:focus {
	color: #005580;    /* set standard color of hover over   */
	text-decoration: underline;
}

image a{			/* removes box around image link   */
	border: none;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
	width: auto;
}

.imageshadow { /* add drop shadow to an image Change color as required default black */
	-webkit-box-shadow:.4em .6em .8em rgba(0,0,0,.75);
	box-shadow:.4em .6em .8em rgba(0,0,0,.75);
}

.textshadow { /* add drop shadow to text. Change color as required default black  */
	text-shadow: 2px 2px 2px rgba(0,0,0,.70);
}
.overflow {
	overflow: auto;
}

.divider { /* creates a divider line inlieu of a <hr/> tag. Can change size and color as required */
	margin: 0;
	padding: 0;
	height: .2em;
	background: #00448e; /* change color to match site color schema  */
}
.dividery { /* creates a divider line inlieu of a <hr/> tag with a box shadow. Can change size and color as required */
	
	padding: 0;
	height: .2em;
	background: #f3f400; /* change color to match site color schema  */
	box-shadow:  0 0 0 .2em rgba(0,0,0, .3);
}

.linespacer {
	margin: 1em 0 1em 0;
}

/* most of these tags are css3 new use instad of <div id>  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

hr {
    width: 80%;
}

dl {
	margin-top: 2em;
}

dt  /* used for drop down faqs and read more font-size can be changed as required */
 {
	font-size: 1.6em;
	font-weight: bold;
}

dd {
	padding-bottom: .5em;
}

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

.row:after {
    clear:both;
}

.rowbox {
   border: 4px solid #3f4865; 
    box-sizing: border-box;
}

.col {
    width: 100%;
}

.colhalf {
    width: 43%;
    float: left;  
}

.colhalf p{
    margin-bottom: 10px;
}

.colhalf a {
    font-size: 18px;
    font-weight: bold;
    
}

.colthird {
    width: 30%;
    float: left;  
}

.colthird a {
    font-size: 18px;
    font-weight: bold;
}


/*------------ margin-top values -------------------- */
.margin0 {
	margin-top: 0;
}

.margin3 {
	margin-top: .3em;
}

.margin5 {
	margin-top: .5em;
}

.margin10 {
	margin-top: 1em;
}

.margin20 {
	margin-top: 2em;
}

.margin25 {
	margin-top: 2.5em;
}

.margin30 {
	margin-top:3em;
}

.margin40 {
	margin-top:4em;
}

.sidespad5 {
    padding-left: 5px;
    padding-right: 5px;
}

/*------------ set standard colors -------------------- */
/* list as comments the site's main colors and then create a class for each*/


.gold {
	color: #f1c400;
}

.dkblue {
	color: #3f4865;
}

.blue {
	color: #2680ff;
}

.ltblue {
	color: #4dd9ff;
}

.yellow {
	color: #f3f400;
}

.dkyellow {
    color: #f1c400;
}

.textgrey {
	color: #333;
}

.white {
	color: white;
}

.black {
	color: black;
}

.red {
	color:#E1211E;
}

.orange {
	color: #f39005;
}

.teal {
	color: #62b2a5;
}

.grey {
	color: #9da6ae;
}

.green {
	color: #19a41b;
}

.bkgrey {
	color: #747474;
}


/*--------- header tags set standard font-size and padding -----------*/

h1 {
	margin: 0;
	font-size: 2.8em;
	padding: 0;
}

h2 {
	margin: 0;
	font-size: 2.4em;
	padding: 0;
}

h3 {
	margin: 0;
	font-size: 1.8em;
	padding: 0;
}

h4 {
	margin: 0;
	font-size: 1.6em;
	padding: .0;
}

h5 {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}


h6 {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

p {
	line-height: 120%;
	font-size: 1.6em;
	margin: 0;
	padding: 0;
}

/*------------ text standard font sizing ----------------*/
.small {
	font-size:1em;
}

.font12 {
	font-size:1.2em;
}

.font14 {
	font-size:1.4em;
}

.font16 {
	font-size:1.6em;
}

.font17 {
	font-size: 1.7em;
}
	

.font18 {
	font-size:1.8em;
}

.font20 {
	font-size:2.0em;
}

.large {
	font-size:2.4em;
}

.xlarge {
font-size:2.8em;
}	


.xxlarge {
	font-size:3em;
}


.font36 {
	font-size: 3.6em;
}


/*------------ text letter spacing sizing ----------------*/
.letterspace1 {
	letter-spacing: .1em;
}

.letterspace2 {
	letter-spacing: .2em;
}


/*------------ text line spacing sizing ----------------*/
.lineheight20 {
	line-height: 120%;
}

.lineheight30 {
	line-height: 130%;
}

.lineheight60 {
	line-height: 160%;
}


/*------------ text styling ----------------*/

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}


.alignleft {
	text-align: left;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

/* float related classes ---------*/

.rightfloat {
	float: right;
}

.leftfloat {
	float: left;
}

.clearfix {
	*zoom: 1;
	clear: both;
}

.clearfix:before,
.clearfix:after {
	display:table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}


/* ------- setting up column widths based on a 12 grid system -half equals value of a half of column. Thus .col-9-half equals 9 and half columns ----------*/

.col-half {
	width: 4.166%; /* 50px */
}

.col-1 {
	width: 8.333%; /* 100px */
}

.col-1-half {
	width: 12.5%; /* 150px */
}

.col-2 {
	width: 16.666%; /* 200px */
}

.col-20pct {
	width: 20%; /* 240px */
}

.col-2-half {
	width: 20.8333%; /* 250px */
}

.col-3 {
	width: 25%; /* 300px */
}

.col-3-half {
	width: 29.1666%; /* 350px */
}

.col-4 {
	width: 33.333%; /* 400px */
}

.col-4-half {
	width: 37.5%; /* 450px */
}

.col-5 {
	width: 41.666%; /* 500px */
}

.col-5-half {
	width: 45.8333%; /* 550px */
}

.col-6 {
	width: 50%; /* 600px */
}

.col-6-half {
	width: 54.16666%; /* 650px */
}

.col-7 {
	width: 58.333%; /* 700px */
}

.col-7-half {
	width: 62.5%; /* 750px */
}

.col-8 {
	width: 66.666%; /* 800px */
}

.col-8-half {
	width: 70.8333%; /* 850px */
}

.col-9 {
	width: 75%; /* 900px */
}

.col-9-half {
	width: 79.1666%; /* 950px */
}

.col-10 {
	width: 83.333%; /* 1000px */
}

.col-10-half {
	width: 87.5%; /* 1050px */
}

.col-11 {
	width: 91.666%; /* 1100px */
}

.col-11-half {
	width: 95.8333%; /* 1150px */
}

.col-12 {
	width: 100%; /* 1200px */
}

/*------------ setting up shift lefts -------------*/
.shift-qtr {
	margin-left: 2.083%;
}
.shift-half {
	margin-left: 4.166%;
}

.shift-1 {
	margin-left: 8.333%;
}

.shift-1-half {
	margin-left: 12.5%;
}

.shift-2 {
	margin-left: 16.666%;
}

.shift-2-half {
	margin-left: 20.8333%;
}

.shift-3 {
	margin-left: 25%;
}

.shift-3-half {
	margin-left: 29.1666%;
}

.shift-4 {
	margin-left: 33.333%;
}

.shift-4-half {
	margin-left: 37.5%;
}

.shift-5 {
	margin-left: 41.666%;
}

.shift-5-half {
	margin-left: 45.3333%;
}

.shift-6 {
	margin-left: 50%;
}

.shift-6-half {
	margin-left: 54.1666%;
}

.shift-7 {
	margin-left: 58.333%;
}

.shift-7-half {
	margin-left: 62.5%;
}

.shift-8 {
	margin-left: 66.666%;
}

.shift-8-half {
	margin-left: 70.8333%;
}

.shift-9 {
	margin-left: 75%;
}

.shift-9-half {
	margin-left: 79.1666%;
}

.shift-10 {
	margin-left: 83.333%;
}

.shift-10-half {
	margin-left: 87.5%;
}

.shift-11 {
	margin-left: 91.666%;
}

.shift-11-half {
	margin-left: 95.8333%;
}

.shift-12 {
	margin-left: 100%;
}

.padleft1 {
	padding-left: 1%;
}

.padleft2 {
	padding-left: 2%;
}

.padright1 {
	padding-right: 1%;
}

.padright2 {
	padding-right: 2%;
}

.pull-qtr {
	margin-right: 2.083%;
}


/*------------------- header area -----------------------*/
header {       /* header consists of logo and secondary nav bar */
	position: relative;
	margin-top: 0em;
	height: auto;
}



.logo {	/* use for main logo change margin, width depending on logo graphic size  */
margin-top: -16em;
height: auto;	
}


/************** the main nav can be part of the header if design calls for   *******************/	

/*-------------- main nav ----------*/

nav {
	position: relative;
	
	margin-top: 3em;
	height: auto;
background-color: white;
	
}

.mainnav {
	width: 83.3333%;
	margin-left: 12.5%
}





/***********************************footer section ******************/
.footer { 
	position: relative;
	height: auto;
	margin: 2.0em;

	
}


/* -------------------- styles for forms. The overall form tag is given the class = .subform ----------------*/

#contactform {
	width: 90%;
}


#contactform .label {

  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: left;
  
  font-weight: bold;
 font-size: 1.2em;
  color: black;
  
}
#contactform select {
	font-size: 1.2em;
}
#contactform input[type="text"], #contactform input[type="email"], #contactform input[type="tel"], #contactform textarea { /* add any other input types also */
	font-size: 1.6em;
	color: rgb(255,255,255,1);
	
	border: solid .1em black;
	background-color: rgba(255,255,255,.5);	
	box-shadow: inset 0 0 10px rgba(255,255,255,.75);
	width: 100%;
	
	padding: 4px; 	
}
#contactform input[type="text"]:focus, #contactform input[type="email"]:focus, #contactform input[type="phone"]:focus, #contactform textarea:focus {
  background-color: white;
  color: black;
}



.subform input[type="text"], .subform input[type="email"], .subform input[type="tel"], .subform textarea { /* add any other input types also */
	font-size: 1.8em;
	color: black;
	
	border: solid .1em black;
	background-color: rgba(255,255,255,.5);	
	box-shadow: inset 0 0 10px rgba(255,255,255,.75);
	width: 90%;
	margin-left: 2.5%;
    margin-right: 2.5%;
	padding: 4px; 	
}

.input-number input[type="text"], .subform input[type="email"], .subform input[type="tel"], .subform textarea { /* add any other input types also */
	font-size: 1.6em;
	color: black;
	
	border: solid .1em black;
	background-color: rgba(255,255,255,.5);	
	box-shadow: inset 0 0 10px rgba(255,255,255,.75);
	width: 15%;
	margin-left: 2.5%;
    margin-right: 2.5%;
	padding: 4px; 	
}

.subform input[type="radio"] {
	 height: 20px;
    width: 20px;
    vertical-align: middle;
	
}

.subform input[type="checkbox"] {
	 height: 20px;
    width: 20px;
    vertical-align: middle;
	
}
.subform input[type="submit"] {  
  	/*margin-left: 32%;*/
  	padding: .5em 1.0em;
  	font-size: 1.6em;
  	color: white;
  	background-color: #3f4865;
  	border: .2em solid white;
 	 -webkit-border-radius: 7px;
  	-moz-border-radius: 7px;
   	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
  	box-shadow: 0 0 4px grey;
}
.subform select {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	
}

.subform label {
   font-size: 1.8em;
	color: black;
    margin-left: 5%;
    weight: bold;
    padding-bottom: 1.0em;
}


.select-style {
	font-size: 2em;
}

.admin-icon-box {
	width: 18%;
	float: left;
	height: auto;
	border: 4px solid #3f4865;
	border-radius: 20%;
	margin-left: 1%;
    
}

.admin-icon-box-b {
	width: 95%;
	
	height: auto;
	border: 4px solid #3f4865;
	border-radius: 0;
	margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 1%;
}

.admin-tbl-box {
	
	height: auto;
	border: 4px solid;
	border-radius: 0%;
	margin-left: 1%;
    margin-bottom: 1%;
}

.admin-tbl-box p a{
    color: #ffffff;
}




/* css for large input forms */

.input-box-half {
	width: 50%;
	float: left;	
	height: auto;
}

.input-box-45 {
	width: 45%;
	float: left;	
	height: auto;
}


.input-box-half-l {
	width: 47.5%;
	float: left;	
	height: auto;
	margin-right: 2.5%;
}

.input-box-half-r {
	width: 47.5%;
	float: left;	
	height: auto;
	margin-left: 2.5%;
}

.input-box-third {
	width: 33.333333%;
	float: left;	
	height: auto;
}

::placeholder {
	font-size: 18px;
    color: #898686;
}

.input-box-qtr {
	width: 25%;
	float: left;	
	height: auto;
}	

.input-text {
	font-size: 1.8em;
	color: black;
	border: solid .1em black;
	background-color: rgba(255,255,255,.5);	
	padding: 2px; 	
}

.input-number {
	font-size: 1.6em;
	color: black;
	border: solid .1em black;
	background-color: rgba(255,255,255,.5);	
	padding: 2px; 
    width: 20%;
    text-align: center;
  
}

.input-textB {
	
	color: black;
	border: solid .1em black;
	background-color: rgba(255,255,255,.5);	
	padding: 2px; 	
}


.input-text-wide {
	font-size: 18px;
	color: black;
	border: solid .1em black;
	background-color: rgba(255,255,255,.5);	
	padding: 2px; 
	width: 100%;
}

.input-text-w {
	color: black;
	border: solid .1em black;
	background-color: rgba(255,255,255,.5);	
	padding: 2px; 
	width: 100%;
}


.input-select {
font-size: 18px;	
}

.input-option{
	font-size: 18px;	
}

.course-question-input {
	margin-top: 1em;
	line-height: 120%;
	font-size: 18px;
}

textarea{
	width: 90%;
	height: auto;
	font-size: 1.6em;
}

.reports-link {
	
	height: auto;
	background-color: teal;

	padding-top: 1%;
	padding-bottom: 1%;
	text-align: center;
	font-weight: bold;
	
}

.list-text {
    font-size: 1.4em;
}

.form2col {
    width: 40%;
    float: left;
}

.col label {
    font-size: 1.6em;
	color: black;
    margin-left: 2%;
    weight: bold;
    padding-bottom: 1.0em;
    
    }

.col input[type="text"], .col input[type="email"], .col input[type="tel"], .col textarea { /* add any other input types also */
	font-size: 1.8em;
	color: black;
	border: solid .1em black;
	background-color: rgba(255,255,255,.5);	
	box-shadow: inset 0 0 10px rgba(255,255,255,.75);
	width: 90%;
    margin-top: 5px;
	margin-left: 2.5%;
    margin-right: 2.5%;
	padding: 4px; 	
}

.col input[type="submit"] {  
  	/*margin-left: 32%;*/
  	padding: .5em 1.0em;
  	font-size: 1.6em;
  	color: white;
  	background-color: #3f4865;
  	border: .2em solid white;
 	 -webkit-border-radius: 7px;
  	-moz-border-radius: 7px;
   	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
  	box-shadow: 0 0 4px grey;
}

/*  media coding tablet */


@media only screen and (min-width: 768px)
{
    #wrapper-index {
        
        max-width: 600px;
        padding: 0;
    }  
    
    .col-med-one-half {
        width: 45%;
    }
    
    .col {
        float: left;
    }
    
    .colthird {
    width: 30%;
     
}
    
    .colhalf {
        
        width: 30%;
    }

.colhalf a {
    font-size: 18px;
   
}
    
    .colthird {
    width: 22%;
     
}

.colthird a {
    font-size: 16px;
   
}   

#wrapper-mod {     
    width: 80%;
    margin-left:10%;
    } 
    
 .list-text {
    font-size: 1.6em;
     
} 
    
.form2col {
    width: 37%;
    
}    
    
}



/*  media coding desk top */

@media only screen and (min-width: 1024px)
{
  #wrapper-index {
       
       max-width: 600px;
      padding: 0;
    } 
     
    .col-lg-one-fifth {
       width: 15%; 
    }
    
    .col {
        float: left;
    }
    
     .colthird {
    width: 14%;
        
     
}

.colthird a {
    font-size: 16px;
}
    
#wrapper-mod {     
    width: 60%;
    margin-left:15%;
    }

 .list-text {
    font-size: 1.8em;
} 
    
 .colhalf {
        
        width: 18%;
    }

.colhalf a {
    font-size: 18px;
   
}
    
.form2col {
    width: 30%;
   
} 

.form2col p {
    font-size: 18px;
   
} 
    

    
}

