@charset "UTF-8";

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'Crimson Text';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/crimson-text-v10-latin-600italic.eot'); /* IE9 Compat Modes */
  src: local('Crimson Text SemiBold Italic'), local('CrimsonText-SemiBoldItalic'),
       url('../fonts/crimson-text-v10-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/crimson-text-v10-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/crimson-text-v10-latin-600italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/crimson-text-v10-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/crimson-text-v10-latin-600italic.svg#CrimsonText') format('svg'); /* Legacy iOS */
}


.primary_header {
    background-color: #ffffff;
    border-bottom: none;
	padding-bottom: 30px;
    padding-top: 20px;
}

.primary_header #logo{
	text-align: center;
}

body{
	background-image: url(../images/body-bg.png);
	background-repeat:no-repeat;
	background-position: top;
	font-family: 'open_sansregular';
}

.container{
	margin-top: 12px;
}

.secondary_header {
    background-color: #ffffff;
	border-top: 1px solid #a5b0b5;
	border-bottom: 1px solid #a5b0b5;
	padding-bottom: 20px;
    padding-top: 20px;
}

.footer.secondary_header{
	border-top: 1px solid #a5b0b5;
	border-bottom: none;
}

.secondary_header ul li{
	font-family: 'open_sansregular';
}

.secondary_header ul li a{
	color: #464646;
	font-size: 1.2em;
	text-decoration: none;
	display: block;
}

.secondary_header ul li:hover {
	border-bottom: 8px solid #d8eb88;
}

.secondary_header ul li.active {
	border-bottom: 8px solid #b2d811;
}

.left_article{
	width: 75%;
}


.left_article h1{
	font-family: 'Crimson Text';
	font-size: 2.0em;
	font-weight: 600;
	font-style: italic;
	color: #0d476c;
}

.left_article h2{
	font-family: 'open_sansregular';
	font-size: 1.4em;
	font-weight: 600;
	color: #464646;
}

.left_article a{
	color:#01afeb;
}

.container .left_article p{
	color:#464646;
	font-family: 'open_sansregular';
	padding-left: 0;
	text-align: left;
	margin: 0.85em 0;
}

.container .left_article ul{
	color:#464646;
	font-family: 'open_sansregular';
	padding-left: 2em;
	margin: 0.85em 0;
}

.right_article{
	background-color: #d8eb88;
	width: 21%;
	padding: 0 2%;
	margin-bottom: 20px;
}


.right_article h3{
	color: #464646;
	font-family: 'open_sansregular';
}

.right_article p{
	color:#464646;
	font-family: 'open_sansregular';
}

.right_article a{
	color:#01afeb;
	text-decoration: none;
}

.right_article a:hover{
	text-decoration: underline;
}

.copyright{
	background-color: #ffffff;
	font-family: 'open_sansregular';
	letter-spacing: normal;
	font-weight: normal;
}

.copyright a{
	color: #464646;
	text-decoration: none;
	text-transform: none;
	font-size: 0.85em;
}

.copyright a:hover{
	text-decoration: underline;
}

.download-link::before{
	font-family: 'FontAwesome';
	content:'\f019 ';
	display: inline-block;
	margin: 0 0.5em 0 0em;
	position: relative;
}


@media (max-width: 320px) {
	
.left_article {
	width: 100%;
}
.right_article {
	width: 90%;
	padding: 0 5%;
}	

.secondary_header ul li{
	background-color: #f1f1f1;
}	
	
.secondary_header ul li a{
	padding: 5px 0;
}
	
}

@media (min-width: 321px) and (max-width: 768px) {

.left_article {
	width: 100%;
}
.right_article {
	width: 90%;
	padding: 0 5%;
}
	
.secondary_header ul li{
	background-color: #f1f1f1;
}	
	
.secondary_header ul li a{
	padding: 5px 0;
}

}

@media (min-width: 769px) and (max-width: 1000px) {

.right_article {
	margin-top: 40px;
}

}

@media (min-width: 1001px) {

.right_article {
	margin-top: 40px;
}
	
}