#MainContent_Gutter {
	padding: 0;
}
#ContentPlaceHolderDefault_Breadcrumbs {
	display: none;
}
#fevsNav {
	background-color: #36559c;
	width: 100%;	
	position: relative;
}

.fevsNavContainer {
	width: 980px;
	margin: 0 auto;
    height: 136px;
}

#fevsNav .logo {
	width: 420px;
}

#fevsNav .logo img {
	width: 100%;
	margin-top: 35px;
	float: left;
	max-width: 420px;
}

.menu {
	float: right;
	font-family: "Source Sans Pro", sans-serif;
}

.menu ul {
	list-style: none;
    margin: 66px 0 0 0;
	position: relative;
}

.menu ul li {
	display: inline-block;
	margin-right: 15px;
	font-weight: bold;
	padding-bottom: 30px;
}

.menu ul li:last-of-type {
	margin-right: 0;
}

.menu ul li a {
	color: #bcd1ff;
	font-size: 15px;
	padding-bottom: 6px;
	text-decoration: none;
}

.menu ul li a span {
	font-size: 10px;
	margin-left: 2px;
}

.menu ul li:hover a,
.menu ul li.active a {
	border-bottom: 5px solid #fff;
	color: #fff;
	text-decoration: none;
}

.menu ul li .dropdownContent {
	display: none;
	position: absolute;
	z-index: 1000;
	top: 46px;
}

.menu ul li .dropdownContent ul {
	margin-top: 0;
	background-color: #324b81;
	padding: 30px 20px 14px 30px;
	left: -30px;
}

.menu ul li .dropdownContent li {
	display: block;
	padding-bottom: 22px;
}

.menu ul li .dropdownContent li a {
	font-weight: normal;
	color: #bbd0ff;
}

.menu ul li .dropdownContent li a:hover {
	color: #fff;
}

.menu ul li.dropdown:hover .dropdownContent {
	display: block;
}

.menu ul li.dropdown:hover .dropdownContent a {
	border: none;
}
.fevsBurger {
	display: none;
}

#pageBanner {
	background: url(/img/fevs/banner-sub.png) right 5px no-repeat #f2f2f2;
	height: 150px;
}

#pageBanner h1 {
	width: 980px;
	margin: 0 auto;
	padding-top: 72px;
	color: #38579a;
	font-size: 40px;
	font-family: "Merriweather", serif;
	font-weight: normal;
}

.Breadcrumbs {
	margin: 25px 0 50px;
	font-family: "Source Sans Pro", sans-serif;
}

.Breadcrumbs a {
	font-size: 14px;	
	color: #000000;
	text-decoration: none;
}

.Breadcrumbs a.parent {
    padding-right: 16px;
    margin-right: 9px;
    background-position: right 7px;
	background-image: url(/cdn/img/global/GreaterThan.gif);
	background-repeat: no-repeat;
}

.Breadcrumbs span.current {
	color: #7d7d7d;
	font-size: 14px;
	background-color: #ffffff;
}

.opm-breadcrumbs {
	display: none;
}


.MainContent {
	margin-left: 0;
	margin-right:  0px;
}

.MainContent p, .MainContent ul, .MainContent ol {
	font-size: 17px;
	line-height: 28px;
	color: #252525;
	font-family: "Source Sans Pro", sans-serif;
}

.body-content {
	margin-bottom: 4rem;
}

.usa-prose h1 {
	color: #38579a;
	margin-bottom: 25px;
}

.usa-prose h1:after {
    content: '';
    width: 60px;
    left: 0;
    height: 5px;
    background: #38579a;
    position: absolute;
    top: 80px;
}

p + h2 {
    margin-top: 2.0em;
	padding-top: 10px;
}



h3 {
	font-size: 26px;
	line-height: 36px;
	font-family: "Merriweather", serif;
	padding-bottom: 1em;
}

h3 + p.intro {
	margin-top: -12px;
}

section.reports h3 {
	font-size: 24px;
	padding-bottom: 1px;
	margin: 0;
}

section.reports h2 {
	margin-bottom: 2.5rem;
}

section.reports div.modal h3 {
	font-size: 17px;
	padding-bottom: 0px;
}

p + h3 {
    padding-top: 1.5em;
}

h4 {
    font-size: 17px;
    line-height: 28px;
    color: #000000;
    font-family: "Source Sans Pro", sans-serif;
	padding-bottom: 1.0em;
}

p + h4 {
    padding-top: 1.5em;
}

h5 {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 17px;
    line-height: 28px;
	font-weight: bold;
	font-style: normal;
	padding-bottom: 0px;
	color: #000000;
}
.hasSideBar {
	width: 700px;
}
.fevsSideBar {
    width: 210px;
    float: right;
    margin-left: 70px;
}
.fevsSideBar h2 {
	font-size: 17px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #898989;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: normal;
	margin: 0px 0px 30px 0px;
	padding-top:  0px;
}
.fevsSideBar h2:after {
	background: none;
}
.divider {
	width: 56px;
	border-bottom: 3px solid #38579a;
}

section.reports {
	margin: 25px 0 100px 0;
}

.reportCategory {
	border-top: 1px solid #e1e1e1;
    padding: 25px 0 25px 0;
	overflow: auto;
}

p + div.reportCategory {
	margin-top: 60px;
}

.reportCategory .col {
	float: left;
	padding-top: 9px;
}

.reportCategory .col:first-of-type {
	width: 600px;
	margin-right: 100px;
	padding-top: 0px;
}

.reportCategory .col {
	width: 250px;
}

section.reports .reportCategory:last-child {
	border-bottom: 1px solid #e1e1e1;
}

section.reports p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

section.reports p + p {
	margin-top: 30px;
}

.specialReportSection {
	border-top: 1px solid #e1e1e1;
    padding: 25px 0 10px 0;
	overflow: auto;
}

.specialReportSection p {
    padding-bottom: 0px;
}

.specialReportSection .col {
	float: left;
	width: 15%;
	margin-right: 5%;
	padding-bottom: 15px;
}

.specialReportSection .col:first-of-type {
	width: 30%;
	margin-right: 5%;
}

/* set margin to indent rows after the first */

.specialReportSection .col:nth-child(2n + 4) {
	margin-left: 35%;
}

/* file column */

.specialReportSection .col:nth-child(2n + 2) {	
	width: 45%;
}

/* year column */

.specialReportSection .col:nth-child(2n + 3) {	
	margin-right: 0;
}

.button {
	padding: 10px 22px 9px 22px;
	-webkit-border-radius: 18px;	
	-moz-border-radius: 18px;
	border-radius: 20px;
	width: 100%;
	border: 1px solid #38579a;
	box-sizing: border-box;
	color: #38579a;
	font-size: 17px;
	font-weight: bold;
	margin-top: 10px;
	font-family: "Source Sans Pro", sans-serif;
}

.reportContainer .current {
	margin-top: 0px;
}

.button:hover {
	cursor: pointer;
}

.current {
	
	color: #fff;
}

.current.button {
    background-color: #38579a;
}

.button span {
	float: right;
}

.modal {
	display:none;
	position: absolute;
	border: 1px solid #e1e1e1;
	box-shadow: 0 0 20px #888;
	padding: 16px 20px 16px 20px;
	z-index: 1000;
	background-color: #fff;
	max-width: 380px;
	min-width: 250px;
	margin-top: -2px;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	line-height: 26px;
}

.modal h3 {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 17px;
	font-weight: bold;
	line-height: 26px;
	padding-bottom: 10px;
}

.modal a {
	padding-bottom: 12px;
	line-height: 26px;
	display: block;
}

.modal br {
	display: none;
}

section.reports .over .modal,
section.reports .reportContainer:hover .modal {
	display: block;
}


#preFooter {
	background: #f2f2f2;
	height: 80px;
	width: 100%;
}

.footerMenu {
	width: 980px;
	margin: 0 auto;
	text-align: center;
	font-family: "Source Sans Pro", sans-serif;
	padding-top: 22px;
}

.footerMenu ul {
	list-style: none;
}

.footerMenu ul li {
	display: inline-block;
	margin-right: 50px;
	font-weight: bold;
}

.footerMenu ul li:last-of-type {
	margin-right: 0;
}

.footerMenu ul li a {
	color: #7d7d7d;
	font-size: 15px;
}
#banner h1 span.displace,
.displace {
	position: absolute;
	left: -999999px;
}

.formErrorLabel {
	color: red;
	padding-left: 5px;
}

.thankYouForm{
	background-color: #f2f2f2;
    text-align: center;
    margin-top: 50px;
}

/* landing page boxes */

ul.box-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 0px;
	padding: 20px 0px 50px 0px;
    width: 100%;
}

ul.box-container > li {	
	flex-basis: 30%;
	margin: 15px;
	border: 1px solid #e1e1e1;
	text-align: center;
	padding: 0;
	box-sizing: content-box;
}

ul.box-container > li > h3 {
	font-size: 18px;
	line-height: 26px;
	padding: 0px;
	margin:  0px;
}

ul.box-container > li > h3 > a {
	color: #38579a;
	padding: 130px 30px 15px 30px;
	display: block;
    height: 65px;
	background: url(/img/fevs/box-report.png);
	background-repeat:  no-repeat;
	background-position: center 55px;
	text-decoration: none;
}

ul.box-container > li > h3 > a.understanding {
	background-image: url(/img/fevs/box-understanding.png);
}

ul.box-container > li > h3 > a.memos {
	background-image: url(/img/fevs/box-memos.png);
}

ul.box-container > li > h3 > a.tools {
	background-image: url(/img/fevs/box-tools.png);
}

ul.box-container > li > h3 > a.privacy {
	background-image: url(/img/fevs/box-privacy.png);
}

ul.box-container > li > h3 > a:hover {	
	background-color: #f4f4f4;
}

/*  Public Data File Form */

table.data-form { 
	width: 86%;
    background-color: #f4f4f4;
    margin: 50px auto;
    padding: 45px;
}

table.data-form td {
	vertical-align: top;
}

table.data-form h3 {
	font-size: 22px;
	padding-bottom: 1.5em;
	line-height: 30px;
}

table.data-form label { 
	font-size: 15px;
	font-weight: bold;
    line-height: 24px;
    color: #000000;
    font-family: "Source Sans Pro", sans-serif;
	width: initial;
    float: right;
	margin: 0px;
    padding: 3px 0px 0px 0px;
}

table.data-form span { 
	font-size: 15px;
	font-weight: normal;
    line-height: 24px;
    color: #000000;
    font-family: "Source Sans Pro", sans-serif;
	width: initial;
    float: left;
	margin: 0px;
    padding: 3px 0px 0px 0px;
}

table.data-form label.formErrorLabel { 
    color: red;
    float: none;
    display: block;
    text-align: left;
	font-weight: normal;
	font-size: 14px;
	font-style: italic;
}

table.data-form input[type="text" i], table.data-form select, table.data-form textarea {
    padding: 3px 7px 4px 7px;
	font-size: 15px;
    color: #000000;
    font-family: "Source Sans Pro", sans-serif;
}

table.data-form p.notes {
	font-size: 14px;
	line-height: 20px;
	color: #7d7d7d;
	font-style: italic;
	margin-top: 5px;
}

#main-content #SideNav {
	display:none;
}

#GlobalBanner {
    margin: 0;
}

.usa-footer {
	margin-top: 0;
}

.body-content iframe {
    width: 100%;
    max-height: calc(61vw + 2rem);
}












