@charset "UTF-8";
/* CSS Document */

img, video {
    height: auto;
    max-width: 100%;
}


.site-header {
	background-color: #ffffff;
    position: relative;
    background: url(images/neric-header-bg.svg) no-repeat;
    background-size: 600px 612px;
    background-position: right 20% top -120px;
    font: "merriweather";
}

.title {
    background: #102c52;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #f6b331;
    font-size: 36px;
    font-size: 2rem;
	color: #fff;
    position: relative;
	text-align:center;
    text-transform: uppercase;
}

.footer {
    background: #102c52;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #f6b331;
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0;
	color: #fff;
    position: relative;
	font-family: "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
	font-weight: 400;
	padding: 1em;    
}

.footer a {
	color: #fff;
	text-decoration: underline;
}

.footer a:hover {
	text-decoration: none;
	color: #f6b331;
}

.footer a:focus {
	border: 1px dotted #fff;
}



a {
	color: #333;
	text-decoration: underline;
}


a:hover,
a:active {
	color: #0000FF;
	outline: 0;
}



a:focus {
    color: #0000FF;
	outline: 1px solid;
}





a[rel="nofollow"]:after,
a[rel="nofollow noreferrer"]:after,
a[rel="nofollow noreferrer noopener"]:after {
    font-family: FontAwesome;
    font-size: 12px;
    font-size: 0.75rem;
    content:' \f08e';
    margin: 0;
}

a[rel="nofollow noopener"]:after {
    font-family: FontAwesome;
    font-size: 12px;
    font-size: 0.75rem;
    content:' \f08e';
    margin: 0;
}

