/* Page FAQ */

.page-about-outreach #main-content {
	margin: 0 5% 0 5%;
}

body.page-about-outreach #main-content #main-content-header h1#page-title {
	display: block;
 	text-align: center;
	text-transform: uppercase;
	font-family: "ralewayextrabold";
	font-size: 27px;
	letter-spacing: 4px;
	color: #041E3A;
	margin-top: 40px;
	margin-bottom: 40px;
}

.page-about-outreach section p {
	text-align: center;
	font-family: "merriweatherregular";
	font-size: 17px;
	color: #2A2828;
	margin: 0 10% 0 10%;
}

.page-about-outreach .view-about-page-files h3 {
	text-transform: uppercase;
	font-family: "ralewayextrabold";
	font-size: 15px;
	letter-spacing: 4px;
	color: #041E3A;
 	padding: 1em 0 0.5em 0;
	border-bottom: 1px solid #041E3A;
}

.page-about-outreach .view-about-page-files .views-row {
 	margin-bottom: 1em;
 	padding-bottom: 1em;
	border-bottom: 1px dashed #041E3A;
}

.page-about-outreach .view-about-page-files div.document-list-item {
	display: flex;
}

.page-about-outreach .view-about-page-files img {
	display: none;
}

.page-about-outreach .view-about-page-files a {
	font-family: "open_sanssemibold";
	font-size: 13px;
	font-weight: normal;
	color: #0277AE;
}

.page-about-outreach .view-about-page-files a:hover {
	color: #2A2828;
}

.page-about-outreach .view-about-page-files div.date {
	font-family: "open_sansitalic";
	font-size: 13px;
	color: #2A2828;
}

.page-about-outreach .view-about-page-files .document-icon {
  margin-right: 2em;
  flex: none;
}

.page-about-outreach .view-about-page-files .web-icon-Articles {
	background: transparent url(/sites/all/themes/adaptivetheme/iab/images/web_icon_Articles.png) no-repeat center left;
	background-size: cover;
	height: 101px;
	width: 83px;
}

.page-about-outreach .view-about-page-files .web-icon-Brochure {
	background: transparent url(/sites/all/themes/adaptivetheme/iab/images/web_icon_Brochure.png) no-repeat center left;
	background-size: cover;
	height: 101px;
	width: 83px;
}

.page-about-outreach .view-about-page-files .web-icon-Annualreports {
	background: transparent url(/sites/all/themes/adaptivetheme/iab/images/web_icon_Annualreports.png) no-repeat center left;
	background-size: cover;
	height: 101px;
	width: 83px;
}

.page-about-outreach .view-about-page-files .web-icon-FactSheets {
	background: transparent url(/sites/all/themes/adaptivetheme/iab/images/web_icon_Factsheets.png) no-repeat center left;
	background-size: cover;
	height: 101px;
	width: 83px;
}

.page-about-outreach .view-about-page-files .web-icon-PowerPoint {
	background: transparent url(/sites/all/themes/adaptivetheme/iab/images/web_icon_Powerpoint.png) no-repeat center left;
	background-size: cover;
	height: 83px;
	width: 101px;
}

.page-about-outreach .view-about-page-files .web-icon-WhitePapers {
	background: transparent url(/sites/all/themes/adaptivetheme/iab/images/web_icon_Whitepapers.png) no-repeat center left;
	background-size: cover;
	height: 101px;
	width: 83px;
}






/* Mobile styling */
@media screen and (max-width: 780px){ 

.page-about-outreach #main-content {
	margin: 0;
}

 
}

