@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);
@import url(https://fonts.googleapis.com/css?family=Comfortaa:400,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Muli:400,300);


*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
 }

html, body, p, h1, h2, h3, h4, h5, ul, ol, li, form, input, img, a, hr, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, iframe

{
margin:0;
padding:0;
border:none;
outline:none;
vertical-align:baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
display: block;
}


body {

	font-size:15px;
	color:rgba(72,72,72,1);
	font-family:"Montserrat", Arial, Helvetica, sans-serif;
	font-weight:400;
}

img {	
max-width:100%;	
}

p {
	
margin-bottom:16px;
line-height:25px;
color:rgba(72,72,72,1);
}


h2 {
	font-size:24px;
	font-weight:400;
    letter-spacing:1px;
	margin-bottom:28px;
	color:#1B5D84;
}


h3 {
	font-size:21px;
	font-weight:400;
	margin-bottom:6px;
	color:#525252;
}


h4 {
	
 	font-size:16px;
	font-weight:400;
	margin-bottom:10px;
	line-height: 22px;
}



ul {

margin-left:12px;
margin-bottom: 20px;

}

li {

margin-bottom:8px;

}


a {
	
text-decoration: none;
color:#136A95;
border-bottom: 1px dotted #136A95;
	
}


a:hover {

color:#0F9027;
border-bottom:none;
}


#pathwaylinks a

{
	
border-bottom:none;
	
}


#pathwaylinks p

{
	
color:#136A95;
	
}

#pathwaylinks a:hover img {
	
max-width: 106%;
	
}



.animate {
	
-webkit-transition: all .2s ease-in-out;
 -moz-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;			
}



.nomb {
	
margin-bottom:0px;	
}


/* Movie Header */


#masthead {
	
box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.26);
border-top:10px solid rgba(18,89,124,1.00);
border-image-source: url(topcolorbar.gif);
border-image-slice: 10;
border-image-repeat:stretch;
position: relative;
z-index: 0;

}


#masthead video {			
position: relative;
/* position: absolute; */
top: 0;
left: 0;
width: 100%;
display: block;
z-index: 0;
			
		}


#masthead .overlay {
	
/* background-color:rgba(14,76,107,0.60); */
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
display:block;
z-index: 200;
}

		
#masthead h1 {

	position: absolute;
	bottom:27%;
	left:0;
	width:100%;
	z-index: 200;
	text-align: center;
	background: rgba(14,77,113,0.8);
	padding:0;
	
		}
		
#masthead h1 img {
margin-bottom: -6px;
}


#masthead h1 strong {
position:absolute;
	top:-999999px;
	left:-99999px;
	z-index: -9999;
	
		}



@media only screen
and (min-width:1400px)
 
 { 
	
	 
#masthead {
		
position: relative;
z-index: 0;
overflow: hidden;
height: 774px;
			
		}
		
		
#masthead video {			
position: absolute;
	z-index:0;
		}

 }



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

#masthead h1 img {
max-width: 50%;
	
	 }
	 
}


/* close video header */





section {
	
max-width:1320px;
margin:0 auto 0 auto;
padding:60px;
padding-bottom:20px;
}


section:after { 
 
 content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;	
  }
  
  
  
.section_wrap {

 /* if needed */	
}




table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 20px;
    width: 100%;
	font-size:15px;
}


table td {
	
padding:8px;	
	
}


.odd {
	
background:rgba(31,87,130,0.1);
}



/* COLUMNS */

.onehalf {
	 
	width:47%;
	float:left;
	margin-right:6%;
	margin-bottom:12px;
 }
 
 
 .twothird {
	 
	 width:65%;
	 float:left;
	 margin-right:5%;
	 margin-bottom:12px;
 }
 
 
 .onethird {
	 
	width:30%;
	float:left;
	margin-right:5%;
	margin-bottom:12px;
	
 }
 
  .lastcolumn {
	margin-right:0!important; 
 }



.ds {
	
   -webkit-box-shadow:  0px 4px 10px 0px rgba(0, 0, 0, 0.4);
   box-shadow:  0px 4px 10px 0px rgba(0, 0, 0, 0.4);	
}

.border_white {
    border: 8px solid #fff;
}


.right {

float:right;
margin:0 0 8px 20px;	
	
}

.left {

float:left;
margin:0 20px 0 0;

}


.tilt_right {
    margin: 12px 0 20px 30px;
    transform: rotate(3deg);
}


footer {
background:#0D4A6A;

}


.footer-inside {
    margin: 0 auto;
    max-width: 1320px;
	padding:30px;
}


footer p {	
margin-top:18px;
color:#fff;

}


footer img {
    float: left;
    margin-right: 36px;
}


footer a {
color:#cecece;

	
}

footer a:hover {
	color:#fff;
	
}


.button {
    background: #3e88af;
    border-radius: 18px;
    color: #fff;
    display:inline-block;
    margin-bottom: 12px;
    padding:8px 40px 8px 40px;
    position: relative;
    text-decoration: none;
	font-size:20px;
	cursor:pointer;
	border-bottom:none;
}


.button:hover {
	
	background:#1C9D39;
	color:#fff;
	border-bottom:none;
	
}

iframe {
margin:0 0 0 -28px;

}



/* Flex columns */



#pathwaylinks {

display:flex;
/* flex-flow: row wrap; */
flex-wrap:nowrap;
justify-content:space-between;
margin:30px 0 30px 0;
border-bottom: 6px solid #eaeaea;
}


#pathwaylinks a {

padding:10px;
text-align:center;
display: block;
/* flex:1; */
width:17%;
font-weight: bold;
font-size: 18px;
	
}



/* hacking ie10+ as needed
 @media screen
 and (-ms-high-contrast: active),
 (-ms-high-contrast: none) {  
 
 
 #masthead {
box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.6);
}
 
 #topnav {
box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.08);
	   }
 }

 */

 

@media only screen and (max-width: 930px) and (min-width: 580px) {
	
	#pathwaylinks a {
	font-size:15px;
		line-height: 17px;
	}
	
	
}
 
 
 
 
  @media only screen
and (max-width:800px)
 
 { 
 
 section {
padding:20px;
}


.onehalf {	 
	width:100%;
	float:none;
	margin-right:0%;
	margin-bottom:20px;
 }	 
	 
 
 }
 
 
 @media only screen
and (max-width:600px)
 
 { 
 
 footer img {
 
display:block;
float:none;
 
 }

.left {
 float:none;
 }



h2 {
	font-size:18px;
	font-weight:400;
	margin-bottom:22px;
	
} 
	 

h3 {
	font-size:18px;
	font-weight:700;

}

#pathwaylinks { 
border-bottom:none;
	 
	 }
	 
	 
 }

		
	
 

 @media only screen
and (max-width:580px)
 
 { 


#pathwaylinks {

display:block;


}


#pathwaylinks a {

padding:0px;
	padding-bottom: 12px;
text-align:left;
margin-bottom: 12px;
flex:none;
width:auto;
position: relative;
border-bottom:1px dotted #1983C1;
	

}
	 

#pathwaylinks a:after {

content:"";
display: block;
clear:both;
width:100%;

}
	 

#pathwaylinks img {

max-width: 26%;
float:left;
margin-right:16px;
}

	 
#pathwaylinks p {
  
    position: absolute;
    top: 23%;
	left:31%;
    height: 20%;
	line-height:19px;
	
}

#pathwaylinks a:hover img {

max-width: 24%;
	
}
	 
	 
}


 
 
 
 
 
 