@charset "utf-8";
/* CSS Document */


body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height:20px;
	color: #ffffff;
	background: #0da5df;
}

h1 {
	font-family: 'Roboto', sans-serif;
	font-size:30px;
	color:#005178;
	text-transform:uppercase;
	display:block;
	width: 200px;
    padding: 0px 0px 20px 0px;
    border-bottom: #ffffff solid 1px;
}

h2 {
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	color:#ffffff;
	font-weight:normal;
}


a, a:link, a:visited {
color: #ffffff;
text-decoration: none;
}

a:hover {
color: #ffffff;
text-decoration: underline;
}

hr {
	  border: 0;
    height: 1px;
    background: #42512b;
    background-image: -webkit-linear-gradient(left, #9eb322, #42512b, #9eb322); 
    background-image:    -moz-linear-gradient(left, #9eb322, #42512b, #9eb322); 
    background-image:     -ms-linear-gradient(left, #9eb322, #42512b, #9eb322); 
    background-image:      -o-linear-gradient(left, #9eb322, #42512b, #9eb322); 
}

.u-full-width {
  max-width: 100%;
  box-sizing: border-box; }

