/* CSS Document */

html{
	
}

body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #696269;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

p{
	font-size:15px;
	line-height:20px;
}

.content-frame img{
	max-width:100%;
}

.wrapper{
	width:100%;
	padding:0px;
	margin:0px auto;
}

.content-frame{
	max-width:924px;
	margin:0px auto;
}

#header{
	background-color: #fff;
    height: 120px;
}

.head-link a{
	display:block;
	padding:40px 20px;
	text-align:right;
	font-size:20px;
	font-weight:bold;
	color:#14274A;
}

.main-logo img{
	margin:20px 0px 0px 10px;
}

#footer{
	background: #14274a;
}

#footer p{
	    color: #ffffff;
    font-weight: bold;
    padding: 30px 50px 20px;
    margin: 0;
}

#footer img{
	margin:20px auto;
}

#maincontent{
	padding:40px 30px;
	min-height: 600px;
	background-color:#FFF;
}

.pdf-link,
.local-link{
	border: 1px solid #000;
    width: 100%;
    float: left;
    color: #000;
    display: block;
    padding: 10px 20px;
    margin-bottom: 15px;
    line-height: 1.5;
    font-weight: bold;
    font-size: 14px;
}

.pdf-link::before{
	    content: '';
    background: url(images/CommunityOutreach_icon-PDF@2x.png);
    width: 34px;
    height: 42px;
    background-size: 34px 42px;
    display: block;
    float: left;
    margin-right: 10px;
}

.local-link::before{
	    content: '';
    background: url(images/chevron-double-down.svg);
    width: 34px;
    height: 42px;
    background-size: 34px 42px;
    display: block;
    float: left;
    margin-right: 10px;
}

.proxy-cover{
	padding:0px 20px 20px 20px;
}

.sub-footer{
    font-size: 16px;
    color: #FFF;
    background-color: #000a1e;
	text-align: left;
	margin:0px auto;
	padding:10px;
}

.sub-footer .menu{
	display:inline-block;
	text-align: right;
	margin:0px 0px 0px auto;
}

.sub-footer #footernav{
	text-align: right;
}

.sub-footer .menu li{
	    border-right: 1px solid #3a3a3b;
    float: left;
    padding: 0 5px;
	list-style-type:none;
}

#footernav a {
    font-size: 13px;
    color: #FFF;
    display: inline;
    height: 19px;
    padding: 0 5px 5px;
    margin: -5px 0;
}

#footernav ul li:last-child {
	border-right:0px;
}

.logos-top{
	display:block;
	margin:0px auto;
	text-align: center;
	padding-bottom:30px;
}

.footer_logos a {
    float: none;
    height: 34px;
    display: inline-block;
    margin: 5px 12px 12px;
}

.footer_logos a img {
    height: 100%;
    width: auto;
}

.instructions{
	padding:20px;
	margin:20px;
	border:1px solid #666666;
}

.instructions p{
	}

@media screen and (max-width: 1000px) {
	.sub-footer,
	.sub-footer #footernav,
	.sub-footer #footernav ul{
		text-align: center;
		padding:10px;
	}
}

@media screen and (max-width: 768px) {
	.main-logo{
		text-align: center;
	}
	
	.head-link a{
		text-align: center;
		padding:10px;
	}
}

