/**
 *Amended font weight for featured economists title
 */
.team li span,
.team li strong,
.team-staff-item span,
.team-staff-item strong,
aside.featured-economists .team li span,
aside.featured-economists .team li span strong {
	font-weight: 400;
}


footer#footer .footer-nav-title {
	display: none;
}

footer#footer .brand-name {
	display: block;
}

footer#footer .social-text {
	margin-right: 0.75em;
}

.cmsg__wrap .cmsg__action .btn {
	background-color: #096FA2 !important;
	color: #fff !important;
	letter-spacing: 2px;
	border: none !important;
	padding: 10px 13px;
	-webkit-appearance: none;
	-moz-appearance: none;
}

@media only screen and (max-width: 767px) {
	footer#footer {
		padding-top: 28px;
		padding-bottom: 12px;
		position: relative;
	}

	footer#footer .container .inner {
		margin: 0;
	}

	footer#footer .nav ul {
		text-align: left;
		margin-bottom: 24px;
	}

	footer#footer .nav li {
		display: block;
		padding: 18px 0;
		border-bottom: 1px solid rgba(9, 111, 162, 0.8);
	}

	footer#footer .nav ul a {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-transform: inherit;
		letter-spacing: normal;
		font-size: 14px;
		font-family: "Futura LT W01 Medium", "Trebuchet MS", Arial, sans-serif;
	}

	footer#footer .footer-nav-title {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		color: #fff;
		text-align: left;
		margin: 0;
		padding-bottom: 28px;
		border-bottom: 1px solid rgba(9, 111, 162, 0.8);
		font-size: 12px;
		letter-spacing: 2.1px;
		font-weight: 600;
		line-height: 15px;
		font-family: "Futura LT W01 Bold", "Trebuchet MS", Arial, sans-serif;
	}

	footer#footer .footer-nav-title::after {
		content: '';
		display: block;
		height: 6px;
		width: 12px;
		background-image: url(../img/icon-arrow-down.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}

	footer#footer .closed {
		margin-bottom: 37px;
	}

	footer#footer .closed .footer-nav-title::after {
		transform: rotate(180deg);
	}

	footer#footer .closed .menu-footer-container {
		display: none;
	}

	footer#footer .open .menu-footer-container {
		display: block;
	}

	footer#footer .closed + .social {
		display: none;
	}

	footer#footer .map {
		position: absolute;
		bottom: 0;
		left: 0;
		height: 125px;
		width: 100%;
		background-image: url(../img/footer-map-mobile.png);
		background-size: 100% auto;
		background-repeat: no-repeat;
	}

	footer#footer .map ul {
		display: none;
	}

	footer#footer .map a {
		padding: 0;
		background-image: none;
	}

	footer#footer .logo {
		z-index: 10;
		position: relative;
		margin-bottom: 0;
		margin-top: 0;
		padding-bottom: 0;
	}

	footer#footer .logo img {
		margin-bottom: 0;
	}

	footer#footer .logo a {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	footer#footer .brand-name {
		line-height: 15px;
		font-size: 12px;
		letter-spacing: 4px;
		margin-left: 22px;
	}

	footer#footer .social-text {
		position: absolute !important;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
		width: 1px;
		height: 1px;
		word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
	}

	footer#footer .social-text:focus {
		top: 5px;
		left: 5px;
		z-index: 100000; /* Above WP toolbar. */
		display: block;
		clip: auto !important;
		padding: 15px 23px 14px;
		width: auto;
		height: auto;
		border-radius: 3px;
		background-color: transparent;
		box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
		color: #000;
		text-decoration: none;
		font-weight: bold;
		font-size: 14px;
		line-height: normal;
	}

	footer#footer .social .social__item {
		padding: 0;
	}

	footer#footer .social .social__item + .social__item {
		margin-left: 20px;
	}

	footer#footer .social__link {
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
		background-color: rgba(9, 111, 162, 0.6);
		height: 46px;
		width: 46px;
	}

	footer#footer .social__link::before {
		content: '';
		display: block;
		background-repeat: no-repeat;
		background-position: center;
	}

	footer#footer .social__link--twitter::before {
		background-image: url(../img/icon-twitter.svg);
		background-size: 20px 17px;
		width: 20px;
		height: 17px;
		margin-left: 2px;
		margin-top: 1px;
	}

	footer#footer .social__link--rss::before {
		background-image: url(../img/icon-rss.svg);
		background-size: 18px 18px;
		width: 18px;
		height: 18px;
		margin-left: 2px;
		margin-bottom: 1px;
	}

	footer#footer .social li a i.fa {
		display: none;
	}

	footer#footer .copyright {
		margin-top: 18px;
		z-index: 10;
		position: relative;
	}

	footer#footer .strapline,
	footer#footer .nav ul a:empty {
		display: none;
	}
}

@media only screen and (min-width: 768px) {
	/* Remove padding added to compensate for the button (which is now removed) */
	.publications-list .publication-item {
		padding-right: 0;
	}
}


/* Landing pages */
body.page-template-template-landing-page .main-header {
	display: none; /* don't show menu on landing pages*/
}

body.page-template-template-landing-page .main-footer {
	display: none; /* don't show footer on landing pages*/
}

body.page-template-template-landing-page #content.site-content  { /* specificity wars */
	margin-bottom: 0 !important;
	padding-top: 0 !important;
}

body.page-template-template-landing-page .site-content::after {
	content: '';
	display: block;
	height: 70px;
	width: 100%;
	background-color: #0d2864;
}

#intro.intro--landing-page {
	padding-left: 15px;
	padding-right: 15px;
	min-height: 560px;
}

#intro.intro--landing-page .inner {
	padding-top: 80px;
}

.public-area #intro.intro--landing-page h3 {
	font-family: "Futura LT W01 Medium","Trebuchet MS",Arial,sans-serif !important;
	letter-spacing: 0.31px;
	line-height: normal;
}

#intro.intro--landing-page h1.logo {
	padding-bottom: 0;
}

#intro.intro--landing-page h1.logo a {
	color: #fff;
}

#intro.intro--landing-page h2.strapline {
	margin-top: 40px;
	padding-bottom: 0;
}

/* Overwrite previous styles for mobile */
@media only screen and (max-width: 759px) {
	#intro.intro--landing-page {
		min-height: 0;
	}

	#intro.intro--landing-page .inner {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	#intro.intro--landing-page h1.logo {
		padding: 0 !important;
		margin-bottom: 30px !important;
		margin-top: 0 !important;
	}

	#intro.intro--landing-page h1.logo img {
		max-width: 65px;
	}

	#intro.intro--landing-page h2.strapline {
		font-size: 20px !important;
		padding-bottom: 0 !important;
		margin-bottom: 20px !important;
		letter-spacing: 7.14px;
		margin-top: 30px;
	}

	#intro.intro--landing-page h3 {
		padding-bottom: 0 !important;
		margin-bottom: 40px !important;
		font-size: 16px;
	}
}

.landing-page__main {
	max-width: 800px;
	margin: 36px auto 20px;
	text-align: center;
}

h2.landing-page__cta { /* specifity war */
	font-family: "Futura LT W01 Bold","Trebuchet MS",Arial,sans-serif;
	font-size: 24px;
	line-height: normal;
	font-weight: bold;
	letter-spacing: 5.54px;
	color: #040443;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 20px;
}

.landing-page__intro-content {
	font-family: "OptimaLTStd", "Arsenal", sans-serif;
	font-size: 16px;
	line-height: 1.4;
	color: #040443;
	font-weight: normal;
}

.landing-page__pre-footer {
	margin: 0 0 30px;
}

.landing-page__pre-footer-content {
	max-width: 800px;
	text-align: center;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.44;
	letter-spacing: normal;
	color: #040443;
	font-family: "OptimaLTStd", "Arsenal", sans-serif;
}

.landing-page__pre-footer-content a {
	color: #040443;
	font-weight: bold;
	text-decoration: underline;
}

.landing-page__pre-footer-content a:hover,
.landing-page__pre-footer-content a:focus {
	text-decoration: none;
}

.landing-page__form {
	margin-bottom: 30px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
	background-color: #ffffff;
	padding: 20px 15px;
	margin: 0 auto 20px;
	max-width: 525px;

}

.landing-page__form h2,
.landing-page__form h3 {
	color: #040443;
	font-size: 16px;
	font-family: "Futura LT W01 Bold","Trebuchet MS",Arial,sans-serif;
	font-weight: bold;
	letter-spacing: 3px;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 16px;
	margin-top: 0;
	border-bottom: solid 1px rgba(13, 40, 100, 0.3);;
}

.landing-page__form label {
	display: block;
	font-size: 16px;
	font-family: "OptimaLTStd", "Arsenal", sans-serif;
	line-height: 1.4;
	color: #040443;
	margin-bottom: 9px;
}

.landing-page__form input:not([type="checkbox"]):not([type="radio"]) {
	display: block;
	border: solid 1px #d9d9d9;
	background-color: rgba(205, 205, 217, 0.2);
	height: 46px;
	width: 100%;
	margin-bottom: 20px;
}

.landing-page__form select {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	height: 46px;
	border: solid 1px #d9d9d9;
}

.landing-page__form button {
	display: block;
	margin: 9px auto;
	width: 100%;
	max-width: 250px;
	background-color: #fff;
	padding: 8px 60px 12px;
	font-size: 15px;
	letter-spacing: 2.05px;
	text-align: center;
	color: #040443;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Futura LT W01 Bold","Trebuchet MS",Arial,sans-serif;
	border: solid 2px #040443;
}

@media only screen and (min-width: 760px) {
	.landing-page__form {
		padding: 40px 40px 35px;
		margin: 0 0 30px;
		max-width: 100%;
		height: 100%;
	}

	.landing-page__form h2,
	.landing-page__form h3 {
		font-size: 22px;
		padding-bottom: 30px;
		margin-bottom: 30px;
		letter-spacing: 3px;
	}
}

.landing-page__scroll-to {
	width: 100%;
	max-width: 250px;
	background-color: #fff;
	padding: 8px 60px 12px;
	font-size: 15px;
	letter-spacing: 2.05px;
	text-align: center;
	color: #040443;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Futura LT W01 Bold","Trebuchet MS",Arial,sans-serif;
	border: none;
}

@media only screen and (min-width: 760px) {
	.landing-page__main {
		margin: 60px auto;
	}

	.landing-page__intro-content {
		font-size: 18px;
	}

	.landing-page__scroll-to {
		display: none;
	}

	.landing-page__pre-footer {
		margin: 30px 0 90px;
	}

	.landing-page__pre-footer-content {
		font-size: 18px;
	}
}


.content-box {
	max-width: 525px;
	padding: 20px 15px;
	margin: 0 auto 20px;
	background-color: #0d2864;
	color: #fff;
}

.content-box h3,
.content-box h2,
.content-box h4 {
	color: #ffffff;
	font-size: 16px;
	font-family: "Futura LT W01 Bold","Trebuchet MS",Arial,sans-serif;
	font-weight: bold;
	letter-spacing: 2.18px;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 16px;
	margin-top: 0;
	border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

.content-box li {
	font-family: "Futura LT W01 Medium","Trebuchet MS",Arial,sans-serif;
	padding-left: 33px;
	position: relative;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}

.content-box li:last-child {
	margin-bottom: 0;
}

.content-box li::before {
	position: absolute;
	content: '';
	left: 0;
	top: 10px;
	display: block;
	background-image: url(../img/tick.png);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: contain;
	background-size: contain;
	height: 14px;
	width: 18px;
}

@media only screen and (min-width: 760px) {
	.content-box {
		padding: 40px 40px 90px;
		margin: 0 auto 30px;
		height: 100%;
	}

	.content-box h3,
	.content-box h2,
	.content-box h4 {
		font-size: 22px;
		padding-bottom: 30px;
		margin-bottom: 30px;
		letter-spacing: 3px;
	}

	.content-box li {
		font-size: 20px;
		padding-left: 43px;
		margin-bottom: 24px;
	}

	.content-box li::before {
		height: 40px;
		width: 23px;
	}
}

.cap-pagination .select2-selection__rendered {
	display: inline-block !important; /* fixes ellipsis showing on text overruns */
}

@media only screen and (min-width: 760px) {
    .row--landing_page {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

    .col--landing_page {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        max-width: 50%;
    }
}

article.publication .publication-download .form-horizontal .form-group label,
article.publication .publication-download .form-horizontal .form-group div.col-sm-9 {
    width: 100%;
}
@media only screen and (min-width: 760px) {
    article.publication .publication-download .form-horizontal .form-group label {
        width: 8.33333333%;
    }
    article.publication .publication-download .form-horizontal .form-group div.col-sm-9 {
        width: 91.66666667%;
    }
}
article.publication .publication-download .inline-login-form .login-help-block.alert-success {
    margin-bottom: 30px;
}
article.publication .publication-download .form-group--submit .col-sm-push-3.col-sm-9 {
    float: none;
    width: 100% !important;
    left: 0;
}

/* Download Dropwdown */
.single-publication .publication {
	overflow: visible;
}
.publication-download-dropdown {
	display: inline-block;
	position: relative;
	margin-right: 10px;
}
.publication-download-dropdown .dropdown-toggle {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
	border: solid 1px #d8d8d8;
	background-color: #ffffff;
	padding: 9px 15px;

	font-family: "Futura LT W01 Medium","Trebuchet MS",Arial,sans-serif;
	font-size: 12px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 2.14px;
	color: #000246;
}
.publication-download-dropdown .dropdown-toggle:hover,
.publication-download-dropdown .dropdown-toggle:focus {
	background-color: #f4f4f4;
}
.publication-download-dropdown .dropdown-toggle:after {
	content: '\f107';
	display: inline-block;
	color: #000246;
    font-size: 16px;
    line-height: 1;
    font-family: ce-icons;
    -webkit-font-smoothing: antialiased;
}
.publication-download-dropdown.open .dropdown-toggle:after {
	content: '\e876';
}
.publication-download-dropdown .dropdown-toggle svg {
    top: 2px;
    position: relative;
}
.publication-download-dropdown .dropdown-menu {
	padding: 0;
	margin: -2px 0 0;
	width: 100%;
	min-width: auto;
	border-radius: 0;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
.publication-download-dropdown .dropdown-item {
	display: block;
	padding: 10px 15px;
	border-bottom: 1px solid #d8d8d8;

	font-family: "Futura LT W01 Medium","Trebuchet MS",Arial,sans-serif;
	font-size: 12px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 2.14px;
	color: #333;
	text-transform: uppercase;
}
.publication-download-dropdown .dropdown-item:last-of-type {
	border-bottom: none;
}
.publication-download-dropdown .dropdown-item:hover,
.publication-download-dropdown .dropdown-item:focus,
.publication-download-dropdown .dropdown-item:active{
	background-color: #f4f4f4;
	color: #096fa2;
	text-decoration: none;
}

/* Authors box */
.publication-author.main-author .author__name a {
	color: #000246;
	text-decoration: underline;
}
.publication-author.main-author .author__name a:hover,
.publication-author.main-author .author__name a:focus,
.publication-author.main-author .author__name a:active {
	text-decoration: none;
}
.publication-author.additional-authors {
	border-top: 1px solid #d8d8d8;
	padding-top: 25px;
}
@media screen and (min-width:768px) {
	.publication-author.additional-authors {
		padding-top: 30px;
	}
}
.publication-author.additional-authors .row {
	display: flex;
	flex-wrap: wrap;
}
.publication-author.additional-authors .author-box {
	padding-bottom: 25px;
}
@media screen and (min-width:768px) {
	.publication-author.additional-authors .author-box {
		padding-bottom: 40px;
	}
}
@media screen and (min-width:768px) and (max-width:1199px) {
	.publication-author.additional-authors .author-box {
		float: none;
		width: 49%;
	}
}
@media screen and (max-width:767px) {
	.publication-author.additional-authors .author-box:last-of-type {
		padding-bottom: 0;
	}
}
.publication-author.additional-authors span {
	display: block;

	font-family: Arial;
	font-size: 16px;
	font-family: Arial;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.63;
	letter-spacing: normal;
	text-transform: capitalize;
	color: #666;
}
.publication-author.additional-authors .authors-pre-text {
	text-align: center;
	margin-bottom: 25px;

	font-family: "Futura LT W01 Bold","Trebuchet MS",Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 2.14px;
	color: #000246;
	text-transform: uppercase;
}
@media screen and (min-width:768px) {
	.publication-author.additional-authors .authors-pre-text {
		margin-bottom: 30px;
	}
}
.publication-author.additional-authors .author-name {
	color: #333;
}
@media screen and (min-width:768px) {
	.publication-author.additional-authors .author-position {
		min-height: 26px;
	}
}
.publication-author.additional-authors .author-email {
	margin-bottom: 8px;
}
.publication-author.additional-authors .author-email a {
	display: block;

	font-size: 14px;
	line-height: 1.29;
	text-transform: lowercase;
	text-decoration: none;
	color: #666;
}
.publication-author.additional-authors .author-email a:hover,
.publication-author.additional-authors .author-email a:focus,
.publication-author.additional-authors .author-email a:active {
	text-decoration: underline;
}
.publication-author.additional-authors .author-phone {
	font-size: 14px;
	line-height: 1.29;
	text-transform: lowercase;
}
.publication-author.additional-authors hr {
	border-color: #d8d8d8;
	margin: 10px 0;
}
