/*
Theme Name: Population Reference Bureau
Theme URI: http://www.alleyinteractive.com/
Author: Alley Interactive
Author URI: http://www.alleyinteractive.com/
Description: esc_description( 'Get going' )
Version: 1.5
*/

/* This is a quick and dirty way to get some of the CSS changes requested by PRB onto the site.  A prefereable method would be to run the webpack compiler and add the changes there.
*/


.prb-contact-form {
	max-width: 500px;
	margin: 0 auto;
}

.section-content .button-dropdown-menu--download .button-dropdown-menu__toggle {
	background-color: #2375bb;
	color: #FFF;
	border: 1px  #2375bb solid;
}

.section-content .button-dropdown-menu--download .button-dropdown-menu__toggle:hover  {
	background-color: #218291;
	color: #FFF;
}
.section-content .button-dropdown-menu--download .icon-down svg path {
	fill: #FFF;
}

.section-content .button-dropdown-menu--download:hover .icon-down svg path {
	fill: #FFF;
}

.section-content table .small {
	font-size: .85em;
}

.section-content table .smaller {
	font-size: .75em;
}

.section-content table .smallest {
	font-size: .5em;
}
.footnotes em {
	font-style: italic !important;
}

body.author .section-content {
	margin-bottom: 4rem;
}

.landing-hero__title {
	width: 100%;
}

.article-media--outset-center {
	margin: 0;
}
.landing-hero .landing-hero__excerpt {
	font-weight: bold;
}

.fpadvocacy-banner {
	width: 100%;
	text-align: center;
	height: 48px;
	background-color: #218291;
	font-weight: bold;
}
.fpadvocacy-banner h2 {
	color: #FFF;
	vertical-align: middle;
	padding: 10px 0;
	font-size: 30px;
}

.aside-project__header {
	color: #2375BB;
	font-weight: bold;
	font-size: 1.25em;
	padding-bottom: 12px;
	text-transform: uppercase;
}
 
.aside-project ul {
	color: #4EB1D2;
}
.aside-project a {
	color: #717073;
	font-weight: bold;
	font-size: 1.0em;
}
.aside-project li {
	padding-bottom: 10px;
}
.aside-project li a:hover {
	text-decoration: underline;
}