body{
    font-family:"Source Sans Pro","reg",sans-serif;
    font-size:16pt;
    

}
h1{
	 font-family:"Source Sans Pro","light",sans-serif;
    font-size:35pt;
	line-height:inherit;
	color:#03527f;
	font-weight: 400;
}
h2{
	font-family:"Source Sans Pro","bold",sans-serif;
	font-size: 16pt;
	font-weight: bold;

}
ul{
	font-family:"Source Sans Pro","bold",sans-serif;
	font-size: 18pt;
	font-weight: 400;

}
.container, .col-sm-12{
	padding-left:0%;
	padding-right:0%;
	min-width: 80%;
	padding-top: 2%;
}
.row{
	margin-left:-20px;
	margin-right:-20px;
}
header div.container{
	padding-bottom:20px;
	padding-top:20px
	width:100%;
}
header .site-logo{
	width:auto;
}
header .site-logo img{
	height:10%;
	width:16%;
}
#remote-access{
	padding:35px 245px;
}

hr.bottom{
	height: 1px;
	width:100%;
	background-color:#02669f;
	position: relative;
    bottom: 0;
    margin-top: 5%;
    margin-bottom: 5%;

}
hr.top{
	background-color:#02669f;
	height:50px;
	width: 100%;
	padding:0px;
	margin: 0px;

}
.logout{
	background-color: #0078c6;
	color: #FFFFFF;
	border: medium none;
	cursor:pointer;
 	font-weight: bold;
 	float: right;
 	padding-right: 5px;
 	padding-left: 8px;
 	margin-top: .75%;
 	margin-bottom: 1%
 	width:10%;
 	height: 5%;
}
.box{
	border-width: 1px;
	border-style: solid;
	border-color: black;
	float: right;
	padding-left: : 20px;
	padding-right: 40px;
	padding-top: 10px;
	align-content: left;
	margin-left: 1%;
}
ol.box{

	border: 1px;
	border-color: #000000;
	padding: 5px;

}
#remote-access h1{
	color:#0068A3;
	font-size:36px;
	letter-spacing:1.44px;
}
#remote-access p{
	color:#323641;
}

.site-icons{
	background-color:#004E7D;
	padding-top:42px;
}
.site-icons:nth-child(2){
	padding-bottom:100px;
}
.site-icons p, footer p{
	margin-bottom:0;
}

footer{
	margin-bottom:50px;
}
footer .container{
	background:#CAD8F7 url("../img/globe.png") no-repeat scroll 0 0 / 100% 100%;
}
footer #footer-image{
	padding:157px 0 20px 0;
}
footer img{
	height:27px;
	width:105px;
}
footer p:nth-child(2){
	color:#AFAFAF;
	font-size:12px;
	line-height:1;
	padding-left:35px;
}
/*Helper Classes*/
.bold{
	font-weight:600;
}
.m-b-0{
	margin-bottom:0;
}s
/* CSS Links */
a{

	color:#03527f;
	background-color: transparent;
	text-decoration: none;
}
a:link {
    color: #03527f; 
    background-color: transparent; 
    text-decoration: none;
}

a:visited {
    color: #03527f;
    background-color: transparent;
    text-decoration: none;
    
}

a:hover {
    color: grey;
    background-color: transparent;
    text-decoration: underline;
}

a:active {
    color: #03527f;
    background-color: transparent;
    text-decoration: none;
}
