@charset "utf-8";
/* CSS Document */


h1 {font-family: 'Raleway', Arial, Helvetica, sans-serif;
font-weight:600;
font-size:3.5rem;
color:#014d98}

h2 {font-family: 'Raleway', Arial, Helvetica, sans-serif;
color:#eb8739;
font-size:1.8rem;
font-weight:600;
padding-top:2%}

h3 {font-family: 'Raleway', Arial, Helvetica, sans-serif;
color:#eb8739;
font-weight:600;}

h4 {font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size:2rem}

h5 {font-family: 'Raleway', Arial, Helvetica, sans-serif;
	margin-bottom:2%;
	font-size:2.2rem;
	font-weight:bold
	}
	
h6 {font-family: 'Raleway', Arial, Helvetica, sans-serif;;
font-size:2rem;
font-weight:700;
color:#014d98
}

p {margin:0;
font-size:1.7rem}



.box1 {/*background:red;
min-height:50px;*/
float:left}

.box1 img {width:80%;
height:auto;
display:block}

.box10 {float:left;
padding-top:3%;
text-align:center;
text-transform:uppercase}

.box2 {/*background:green;
min-height:50px;*/
float:left;
text-align:right;
padding-top:3%;
}

.box2 img {width:19%;
height:auto;
display:block;
float:right;
margin:1%;
opacity:0.6;
transition-duration:500ms}

.box2 img:hover {opacity:1}


.box3 {/*background:blue;
min-height:200px;*/
float:left;
margin-top:2%;}

.box4 {/*background:blue;
min-height:200px;*/
float:left;
margin-top:2%;}

.box5 {/*background:blue;
min-height:200px;*/
float:left;
margin-top:2%;
padding-top:1%;
border-top:1px solid black}


.box6 {/*background:yellow;
min-height:150px;*/
float:left;
margin-top:2%;
padding-top:1%;
border-top:1px solid black}

.box6 img {
height:auto;
float:left;
display:block}

.box7 {/*background:yellow;
min-height:150px;*/
float:left;
margin-top:2%;
padding-top:1%;
border-top:1px solid black;
margin-bottom:2%}


.box8 {/*background:brown;
min-height:150px;*/
float:left;
margin-top:2%;
padding-top:1%;
border-top:1px solid black;
margin-bottom:2%}

.box7 img {width:6%;
height:auto;
margin-right:2%}


.box9 {/*background:purple;
min-height:50px;*/
float:left;
margin-top:2%;
margin-bottom:2%;
text-align:center;
font-size:1.2rem;
color:white}

.rwd-video {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
	margin-bottom:2%;}
.rwd-video iframe,
.rwd-video object,
.rwd-video embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.button {color:white;
font-size:2rem;
width:100%;
background: -webkit-gradient(linear, left top, left bottom, from(#eb8739), to(#E76618));
background: -webkit-linear-gradient(top,  #eb8739,  #E76618);
background: -moz-linear-gradient(top,  #eb8739,  #E76618);
background: -ms-linear-gradient(top,  #eb8739,  #E76618);
background: -o-linear-gradient(top,  #eb8739,  #E76618);}

.button:hover {background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
background: -webkit-linear-gradient(top,  #00adee,  #0078a5);
background: -moz-linear-gradient(top,  #00adee,  #0078a5);
background: -ms-linear-gradient(top,  #00adee,  #0078a5);
background: -o-linear-gradient(top,  #00adee,  #0078a5);
color:white;
}

.button:visited {color:#fff}

.button:focus {color:#fff}

a {color:#eb8739;
text-decoration:none;
font-weight:600}