@charset "UTF-8";

html {
	overflow-x: hidden;
	width: 100%;
	scroll-behavior: smooth;
}

pre {
	font-size: 1.4em !important;
}

body {
	height: 100%;
}

.edit-posttype-tools,
.edit-region-tools,
.edit-country-tools,
.edit-tag-tools {
	display: none;
}

.clear-posttype {
	display: none;
}

.loader {
	position: absolute;
	display: none;
	padding: 20px;
}

.search-all {
	margin-top: 20px;
}

iframe {
	max-width: 100%;
}

.single-pharma-white-page {
	background-color: #ffefe5;
}

.single-pharma-white-page .reading-article {
	background-color: #fff;
}

.single-pharma-white-page .reading-article h2 {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.single-pharma-white-page .reading-article h2 div {
	flex-shrink: 1;
	max-width: 150px;
}

.single-pharma-white-page .reading-article h2 div:first-child {
	margin-right: 15px;
}

.single-pharma-white-page .reading-article h2 div img {
	width: 100%;
	height: 100%;
}

.single-pharma-white-page .reading-article h2 p {
	flex: 1;
	font-size: 16px;
	color: gray;
	margin-bottom: 0;
	padding: 0 15px;
}

.single-pharma-white-page .search-form input {
	width: 100%;
}

.single-pharma-white-page .searchwp-live-search-results {
	position: relative !important;
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
}

nav > div.mobile-menu > div.burger {
	position: fixed;
	z-index: 20;
}

.mobile-menu .burger nav #menu {
	width: 101vw;
	margin-left: -88vw;
	max-height: calc(100vh - 64px);
}

.mobile-menu .burger nav #menu li {
	font-size: 16px;
	padding: 8px 0;
}

.mobile-menu .burger nav #menu li .far,
.mobile-menu .burger nav #menu li .fas {
	font-size: 20px !important;
}

header nav .navbar-top {
	z-index: 5;
}

.pf-content-new {
	font-size: 1.8rem;
}

@media only screen and (max-width: 768px) {

	.full-section {
		max-width: 100vw;
		width: 100vw;
	}

	.pf-content-new {
		font-size: 20px;
		line-height: 1.5em;
	}

	.directory-filters {
		display: flex !important;
		flex-direction: column !important;
	}

	.directory-filters .search-filters {
		width: 100% !important;
		text-align: center;
	}

	#Filter legend {
		padding-top: 10px;
		display: inline-block;
		border-bottom: 0;
		text-align: left;
	}

	.search-filters {
		font-size: 15px;
	}

	.site-content {
		margin-top: -8px;
	}

	.profile-section {
		padding: 20px 50px 10px;
	}

	.profile-info > p {
		font-size: 15px;
	}

	.btnc--pill.long,
	.mepr-price-menu .mepr-price-box-button a.long,
	button.btnc--pill.long {
		width: 80%;
		text-align: center;
		padding: 6px 0;
	}

	.report-page .report-section .reports__showcase .report {
		padding: 0 10px;
	}

	.search-articles {
		overflow-x: hidden;
	}

	.search-articles > .search-all > .page-body {
		display: block;
	}

	div.home .focus-article > .article-img {
		display: none;
	}

	div.home .focus-article:first-child > .article-img {
		display: block;
	}

	body.single-article .subfeatured-articles,
	body.single-interviews .subfeatured-articles {
		margin-top: 0 !important;
		margin-left: 0 !important;
		padding: 0 8px;
	}

	body.single-article .subfeatured-articles .article-img,
	body.single-interviews .subfeatured-articles .article-img {
		float: right;
		width: 24vw;
		margin-left: 10px;
		height: 24vw !important;
	}

	body.single div.reading-article {
		padding: 8px 8px 10px 10px;
	}

	.reading-article .article-content .leading img,
	.single-pharma-report .reading-article .article-full-width-content .leading img {
		margin: 0 auto;
		width: 75%;
		clear: both;
		height: auto;
		display: block;
		margin-bottom: 20px;
		float: none;
	}

	body.single-interviews .latest-reports,
	body.single-interviews .most-read,
	body.single-interviews .related-companies {
		display: none;
	}
}

@media only screen and (max-width: 600px) {

	.people-to-watch {
		max-width: 100vw;
		width: 100vw;
	}
}

@media only screen and (max-width: 500px) {

	.profile-section .profile-contents .profile-info .profile-info__blurb,
	.profile-section .profile-contents .profile-info .profile-info__blurb-edit {
		font-size: 2em;
		line-height: 1.5em;
		padding-top: 5px;
	}

	.profile-section .profile-contents .profile-info .bottom-row {
		margin-top: 25px;
	}

	div.search-articles div.article-info > div.article-info__blurb {
		font-size: 16px;
	}
}

@font-face {
	font-family: fontawesome;
	src: url(styles/fonts/fa-regular-400.ttf) format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: poynteragate-bold;
	src: url(styles/fonts/PoynterAgate-Bold.woff) format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
/*!Theme Name: Pharma Theme 3.0
Theme URI: #
Description: Pharma New Custom Theme
Version: 3.0
Author: Connor Stansfield
Author URI: www.connorstansfield.com
License: GPL
License URI: License.txt
Tags: responsive-layout, post-formats*//*!normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css*/html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: initial;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}
/*!=Helpers
--------------------------------------------------------------*/.trans,
.profile-section .profile-contents .profile-img i,
.profile-section .profile-contents .profile-img i:hover,
.profile-section .profile-contents .profile-stats .edit-btn a,
.profile-section .profile-contents .profile-stats .edit-btn a:hover,
.like-share-save span i,
.like-share-save-in-article span i,
.like-share-save a i,
.like-share-save-in-article a i,
.btnc,
.btn-signup,
.mepr-price-menu .mepr-price-box-button a,
.btnc:hover,
.btn-signup:hover {
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}

.bighair,
.quote,
.reading-article .article-content .quote,
.single-pharma-report .reading-article .article-full-width-content .quote,
.section-header,
.section-header-login {
	margin-top: 20px;
}

.cleanbum,
.profile-section .profile-contents .profile-stats .profile-stats__area,
.profile-section .profile-contents .profile-info .profile-info__blurb,
.profile-section .profile-contents .profile-info .profile-info__blurb-edit,
.section-header,
.section-header-login,
.section-subhead,
.focus-articles-section .focus-articles__header,
.focus-articles-half-section .focus-articles__header,
.focus-articles-section .focus-article,
.focus-articles-half-section .focus-article,
footer .foot-section-wrapper .navigation .nav-items > .nav-item,
footer .foot-section-wrapper .foot-section h1 {
	margin-bottom: 15px;
}

.cleansectionbum,
.quote,
.page-body .main-section,
.page-body .section-page .mid-section,
.section-page .page-body .mid-section,
.page-body .focus-page .lower-section,
.focus-page .page-body .lower-section,
.main-sidebar,
.article-widget,
.related-people,
.sidebar-widget,
.signup-newsletter,
.most-read,
.related-companies,
.reports-widget,
.related-reports,
.country-reports,
.latest-reports,
.featured-item,
.reading-article .article-content .quote,
.single-pharma-report .reading-article .article-full-width-content .quote,
.ad-space,
.focus-articles-section,
.focus-articles-half-section {
	margin-bottom: 20px;
}

.color-black {
	color: #000;
}

.color-black * {
	color: #000 !important;
}

.color-red {
	color: #bb4666 !important;
}

.color-red * {
	color: #bb4666 !important;
}

.salmon-bg,
.wallpaper-salmon,
.single,
.section-page,
.country-page,
.single-profile,
.single-company,
.single-account,
.login-register,
.search-all {
	background: #ffefe5;
}

.white-bg,
.wallpaper-white,
.report-page,
.info-pages,
.search-all,
.search-articles,
.search-profiles,
.widget-library {
	background: #fff;
}

.clickable:hover {
	cursor: pointer;
}

.padTop20 {
	padding-top: 20px;
}

.topBorder,
.border-section {
	border-top: 1px solid #766f6f;
}

.btmBorder {
	border-bottom: 1px solid #766f6f;
}

.rightBorder,
.country-page .main-section,
.country-page .section-page .mid-section,
.section-page .country-page .mid-section,
.country-page .focus-page .lower-section,
.focus-page .country-page .lower-section,
.featured-person,
.featured-person-medium,
.featured-person-small,
.three-featured-items .feature-one {
	border-right: 1px solid #766f6f;
}

.no-border {
	border: none !important;
}

.killhype,
.article .article-info a,
.featured-item .article-info a,
.focus-articles-section .focus-article .article-info a,
.focus-articles-half-section .focus-article .article-info a,
.profile-section .profile-contents .profile-stats .edit-btn a,
.not-found-page .not-found-links a,
.mybtn,
#login-section .login-form .submit-btn,
#register-section .login-form .submit-btn {
	text-decoration: none !important;
	color: unset;
}

.killhype:hover,
.article .article-info a:hover,
.featured-item .article-info a:hover,
.focus-articles-section .focus-article .article-info a:hover,
.focus-articles-half-section .focus-article .article-info a:hover,
.profile-section .profile-contents .profile-stats .edit-btn a:hover,
.not-found-page .not-found-links a:hover,
.mybtn:hover,
#login-section .login-form .submit-btn:hover,
#register-section .login-form .submit-btn:hover {
	cursor: pointer;
	color: #837aa4;
}

.grid,
.grid-1,
.grid-2,
.directory-filters,
footer .foot-section-wrapper .navigation .nav-items,
.grid-3,
.people-to-watch,
.like-share-save,
.like-share-save-in-article,
footer .foot-section-wrapper,
.grid-4,
.profile-section .profile-contents,
.country-reports .reports__showcase,
.grid-5,
.grid-6 {
	width: 100%;
	display: table;
}

.grid > div,
.grid-1 > div,
.grid-2 > div,
.directory-filters > div,
footer .foot-section-wrapper .navigation .nav-items > div,
.grid-3 > div,
.people-to-watch > div,
.like-share-save > div,
.like-share-save-in-article > div,
footer .foot-section-wrapper > div,
.grid-4 > div,
.profile-section .profile-contents > div,
.country-reports .reports__showcase > div,
.grid-5 > div,
.grid-6 > div {
	float: left;
	padding-right: 15px;
}

.grid-1 > .grid-width-1,
.grid-1 > .article,
.grid-1 > .featured-item,
.focus-articles-section .grid-1 > .focus-article,
.focus-articles-half-section .grid-1 > .focus-article,
.country-reports .reports__showcase .grid-1 > .report,
.directory-filters .grid-1 > .filter,
.directory-filters .grid-1 > .directory-search,
.like-share-save.grid-1 > span,
.like-share-save-in-article.grid-1 > span,
footer .foot-section-wrapper .navigation .nav-items.grid-1 > .nav-item,
footer .foot-section-wrapper .grid-1 > .foot-section {
	width: 100%;
}

.grid-2 > .grid-width-2,
.directory-filters > .grid-width-2,
footer .foot-section-wrapper .navigation .nav-items > .grid-width-2 {
	width: 100%;
}

.grid-2 > .grid-width-1,
.directory-filters > .grid-width-1,
footer .foot-section-wrapper .navigation .nav-items > .grid-width-1,
.grid-2 > .article,
.directory-filters > .article,
footer .foot-section-wrapper .navigation .nav-items > .article,
.grid-2 > .featured-item,
.directory-filters > .featured-item,
footer .foot-section-wrapper .navigation .nav-items > .featured-item,
.focus-articles-section .grid-2 > .focus-article,
.focus-articles-section .directory-filters > .focus-article,
footer .foot-section-wrapper .navigation .focus-articles-section .nav-items > .focus-article,
.focus-articles-section footer .foot-section-wrapper .navigation .nav-items > .focus-article,
.focus-articles-half-section .grid-2 > .focus-article,
.focus-articles-half-section .directory-filters > .focus-article,
footer .foot-section-wrapper .navigation .focus-articles-half-section .nav-items > .focus-article,
.focus-articles-half-section footer .foot-section-wrapper .navigation .nav-items > .focus-article,
.country-reports .reports__showcase .grid-2 > .report,
.country-reports .reports__showcase .directory-filters > .report,
footer .foot-section-wrapper .navigation .country-reports .reports__showcase .nav-items > .report,
.country-reports .reports__showcase footer .foot-section-wrapper .navigation .nav-items > .report,
.directory-filters .grid-2 > .filter,
.directory-filters > .filter,
footer .foot-section-wrapper .navigation .directory-filters .nav-items > .filter,
.directory-filters footer .foot-section-wrapper .navigation .nav-items > .filter,
.directory-filters .grid-2 > .directory-search,
.directory-filters > .directory-search,
footer .foot-section-wrapper .navigation .directory-filters .nav-items > .directory-search,
.directory-filters footer .foot-section-wrapper .navigation .nav-items > .directory-search,
.like-share-save.grid-2 > span,
.like-share-save.directory-filters > span,
footer .foot-section-wrapper .navigation .like-share-save.nav-items > span,
.like-share-save-in-article.grid-2 > span,
.like-share-save-in-article.directory-filters > span,
footer .foot-section-wrapper .navigation .like-share-save-in-article.nav-items > span,
footer .foot-section-wrapper .navigation .nav-items > .nav-item,
footer .foot-section-wrapper .grid-2 > .foot-section,
footer .foot-section-wrapper .directory-filters > .foot-section,
footer .foot-section-wrapper .navigation .nav-items > .foot-section {
	width: 50%;
}

.grid-3 > .grid-width-3,
.people-to-watch > .grid-width-3,
.like-share-save > .grid-width-3,
.like-share-save-in-article > .grid-width-3,
footer .foot-section-wrapper > .grid-width-3 {
	width: 100%;
}

.grid-3 > .grid-width-2,
.people-to-watch > .grid-width-2,
.like-share-save > .grid-width-2,
.like-share-save-in-article > .grid-width-2,
footer .foot-section-wrapper > .grid-width-2 {
	width: 66%;
}

.grid-3 > .grid-width-1,
.people-to-watch > .grid-width-1,
.like-share-save > .grid-width-1,
.like-share-save-in-article > .grid-width-1,
footer .foot-section-wrapper > .grid-width-1,
.grid-3 > .article,
.people-to-watch > .article,
.like-share-save > .article,
.like-share-save-in-article > .article,
footer .foot-section-wrapper > .article,
.grid-3 > .featured-item,
.people-to-watch > .featured-item,
.like-share-save > .featured-item,
.like-share-save-in-article > .featured-item,
footer .foot-section-wrapper > .featured-item,
.focus-articles-section .grid-3 > .focus-article,
.focus-articles-section .people-to-watch > .focus-article,
.focus-articles-section .like-share-save > .focus-article,
.focus-articles-section .like-share-save-in-article > .focus-article,
footer .focus-articles-section .foot-section-wrapper > .focus-article,
.focus-articles-section footer .foot-section-wrapper > .focus-article,
.focus-articles-half-section .grid-3 > .focus-article,
.focus-articles-half-section .people-to-watch > .focus-article,
.focus-articles-half-section .like-share-save > .focus-article,
.focus-articles-half-section .like-share-save-in-article > .focus-article,
footer .focus-articles-half-section .foot-section-wrapper > .focus-article,
.focus-articles-half-section footer .foot-section-wrapper > .focus-article,
.country-reports .reports__showcase .grid-3 > .report,
.country-reports .reports__showcase .people-to-watch > .report,
.country-reports .reports__showcase .like-share-save > .report,
.country-reports .reports__showcase .like-share-save-in-article > .report,
footer .country-reports .reports__showcase .foot-section-wrapper > .report,
.country-reports .reports__showcase footer .foot-section-wrapper > .report,
.directory-filters .grid-3 > .filter,
.directory-filters .people-to-watch > .filter,
.directory-filters .like-share-save > .filter,
.directory-filters .like-share-save-in-article > .filter,
footer .directory-filters .foot-section-wrapper > .filter,
.directory-filters footer .foot-section-wrapper > .filter,
.directory-filters .grid-3 > .directory-search,
.directory-filters .people-to-watch > .directory-search,
.directory-filters .like-share-save > .directory-search,
.directory-filters .like-share-save-in-article > .directory-search,
footer .directory-filters .foot-section-wrapper > .directory-search,
.directory-filters footer .foot-section-wrapper > .directory-search,
.like-share-save > span,
footer .like-share-save.foot-section-wrapper > span,
.like-share-save-in-article > span,
footer .like-share-save-in-article.foot-section-wrapper > span,
footer .foot-section-wrapper .navigation .nav-items.grid-3 > .nav-item,
footer .foot-section-wrapper .navigation .nav-items.people-to-watch > .nav-item,
footer .foot-section-wrapper .navigation .nav-items.like-share-save > .nav-item,
footer .foot-section-wrapper .navigation .nav-items.like-share-save-in-article > .nav-item,
footer .foot-section-wrapper .navigation .nav-items.foot-section-wrapper > .nav-item,
footer .foot-section-wrapper .grid-3 > .foot-section,
footer .foot-section-wrapper .people-to-watch > .foot-section,
footer .foot-section-wrapper .like-share-save > .foot-section,
footer .foot-section-wrapper .like-share-save-in-article > .foot-section,
footer .foot-section-wrapper > .foot-section {
	width: 33%;
}

.grid-4 > .grid-width-4,
.profile-section .profile-contents > .grid-width-4,
.country-reports .reports__showcase > .grid-width-4 {
	width: 100%;
}

.grid-4 > .grid-width-3,
.profile-section .profile-contents > .grid-width-3,
.country-reports .reports__showcase > .grid-width-3 {
	width: 75%;
}

.grid-4 > .grid-width-2,
.profile-section .profile-contents > .grid-width-2,
.country-reports .reports__showcase > .grid-width-2 {
	width: 50%;
}

.grid-4 > .grid-width-1,
.profile-section .profile-contents > .grid-width-1,
.country-reports .reports__showcase > .grid-width-1,
.grid-4 > .article,
.profile-section .profile-contents > .article,
.country-reports .reports__showcase > .article,
.grid-4 > .featured-item,
.profile-section .profile-contents > .featured-item,
.country-reports .reports__showcase > .featured-item,
.focus-articles-section .grid-4 > .focus-article,
.profile-section .focus-articles-section .profile-contents > .focus-article,
.focus-articles-section .profile-section .profile-contents > .focus-article,
.country-reports .focus-articles-section .reports__showcase > .focus-article,
.focus-articles-section .country-reports .reports__showcase > .focus-article,
.focus-articles-half-section .grid-4 > .focus-article,
.profile-section .focus-articles-half-section .profile-contents > .focus-article,
.focus-articles-half-section .profile-section .profile-contents > .focus-article,
.country-reports .focus-articles-half-section .reports__showcase > .focus-article,
.focus-articles-half-section .country-reports .reports__showcase > .focus-article,
.country-reports .reports__showcase .grid-4 > .report,
.profile-section .country-reports .reports__showcase .profile-contents > .report,
.country-reports .reports__showcase .profile-section .profile-contents > .report,
.country-reports .reports__showcase > .report,
.directory-filters .grid-4 > .filter,
.profile-section .directory-filters .profile-contents > .filter,
.directory-filters .profile-section .profile-contents > .filter,
.country-reports .directory-filters .reports__showcase > .filter,
.directory-filters .country-reports .reports__showcase > .filter,
.directory-filters .grid-4 > .directory-search,
.profile-section .directory-filters .profile-contents > .directory-search,
.directory-filters .profile-section .profile-contents > .directory-search,
.country-reports .directory-filters .reports__showcase > .directory-search,
.directory-filters .country-reports .reports__showcase > .directory-search,
.like-share-save.grid-4 > span,
.profile-section .like-share-save.profile-contents > span,
.country-reports .like-share-save.reports__showcase > span,
.like-share-save-in-article.grid-4 > span,
.profile-section .like-share-save-in-article.profile-contents > span,
.country-reports .like-share-save-in-article.reports__showcase > span,
footer .foot-section-wrapper .navigation .nav-items.grid-4 > .nav-item,
.profile-section footer .foot-section-wrapper .navigation .nav-items.profile-contents > .nav-item,
footer .foot-section-wrapper .navigation .profile-section .nav-items.profile-contents > .nav-item,
.country-reports footer .foot-section-wrapper .navigation .nav-items.reports__showcase > .nav-item,
footer .foot-section-wrapper .navigation .country-reports .nav-items.reports__showcase > .nav-item,
footer .foot-section-wrapper .grid-4 > .foot-section,
.profile-section footer .foot-section-wrapper .profile-contents > .foot-section,
footer .foot-section-wrapper .profile-section .profile-contents > .foot-section,
.country-reports footer .foot-section-wrapper .reports__showcase > .foot-section,
footer .foot-section-wrapper .country-reports .reports__showcase > .foot-section {
	width: 25%;
}

.grid-5 > .grid-width-5 {
	width: 100%;
}

.grid-5 > .grid-width-4 {
	width: 80%;
}

.grid-5 > .grid-width-3 {
	width: 60%;
}

.grid-5 > .grid-width-2 {
	width: 40%;
}

.grid-5 > .grid-width-1,
.grid-5 > .article,
.grid-5 > .featured-item,
.focus-articles-section .grid-5 > .focus-article,
.focus-articles-half-section .grid-5 > .focus-article,
.country-reports .reports__showcase .grid-5 > .report,
.directory-filters .grid-5 > .filter,
.directory-filters .grid-5 > .directory-search,
.like-share-save.grid-5 > span,
.like-share-save-in-article.grid-5 > span,
footer .foot-section-wrapper .navigation .nav-items.grid-5 > .nav-item,
footer .foot-section-wrapper .grid-5 > .foot-section {
	width: 20%;
}

.grid-6 > .grid-width-6 {
	width: 100%;
}

.grid-6 > .grid-width-5 {
	width: 83.3%;
}

.grid-6 > .grid-width-4 {
	width: 66.6%;
}

.grid-6 > .grid-width-3 {
	width: 50%;
}

.grid-6 > .grid-width-2 {
	width: 33.3%;
}

.grid-6 > .grid-width-1,
.grid-6 > .article,
.grid-6 > .featured-item,
.focus-articles-section .grid-6 > .focus-article,
.focus-articles-half-section .grid-6 > .focus-article,
.country-reports .reports__showcase .grid-6 > .report,
.directory-filters .grid-6 > .filter,
.directory-filters .grid-6 > .directory-search,
.like-share-save.grid-6 > span,
.like-share-save-in-article.grid-6 > span,
footer .foot-section-wrapper .navigation .nav-items.grid-6 > .nav-item,
footer .foot-section-wrapper .grid-6 > .foot-section {
	width: 16.6%;
}

#killGrid {
	display: block;
}

.t-area,
.featured-item .article-info,
.profile-section .profile-contents .profile-stats,
.profile-section .profile-contents .profile-info,
.featured-person .person-info,
.featured-person-medium .person-info,
.featured-person-small .person-info {
	padding: 0 20px 10px;
}

.image,
.logo,
.article .article-img,
.featured-item .article-img,
.focus-articles-section .focus-article .article-img,
.focus-articles-half-section .focus-article .article-img,
.most-read .featured-item-img {
	height: auto;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
}

.responsive-img,
.profile-section .profile-contents .profile-img img {
	max-width: 100%;
	height: auto;
}

.logo {
	min-height: unset;
	height: 25px;
	width: 100px;
	text-align: end;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

.hidden {
	opacity: 0;
	visibility: hidden;
}

.clearfix::after,
.mepr-price-menu .mepr-price-boxes::after,
.mepr-price-menu .mepr-price-box-select::after {
	clear: both;
}

.center-block {
	display: block;
	margin: 0 auto;
}

.bottom-space {
	height: 1px;
	margin-bottom: 199px;
}

.bottom-space-half {
	height: 1px;
	margin-bottom: 99px;
}

.bottom-space-qtr {
	height: 1px;
	margin-bottom: 49px;
}

.f-normal {
	font-weight: 400;
}

.text-muted,
.blurb,
.article .article-info .article-info__blurb,
.featured-item .article-info .article-info__blurb,
.focus-articles-section .focus-article .article-info .article-info__blurb,
.focus-articles-half-section .focus-article .article-info .article-info__blurb,
.profile-section .profile-contents .profile-stats .profile-stats__area,
.profile-section .profile-contents .profile-info .profile-info__blurb,
.profile-section .profile-contents .profile-info .profile-info__blurb-edit,
.featured-person .person-info .person-info__blurb,
.featured-person-medium .person-info .person-info__blurb,
.featured-person-small .person-info .person-info__blurb,
.like-share-save,
.like-share-save-in-article,
.quote,
.home .section-title,
.profile-section .profile-contents .profile-stats .edit-btn a,
.aToZ .page-numbers.current-page,
.section-header,
.section-header-login,
#login-section .welcome-message,
#register-section .welcome-message {
	color: #777;
}

.f-bold,
.directory-widget .section-title,
.legal-countries .section-title,
.legal-sections .section-title,
.legal-sections-wide .section-title,
.section-subhead {
	font-weight: 700 !important;
	font-family: dm serif text, serif !important;
	color: #2b2b2b;
}

.f-italic,
.quote,
.reading-article .article-content .quote,
.single-pharma-report .reading-article .article-full-width-content .quote {
	font-style: italic;
}

.t-strike {
	text-decoration: line-through;
}

.t-overline {
	text-decoration: overline;
}

.t-underline {
	text-decoration: underline;
}

#no-underline {
	text-decoration: none !important;
}

.t-salmon {
	color: #ffefe5 !important;
}

.t-left {
	text-align: left;
}

.t-right {
	text-align: right;
}

.t-center {
	text-align: center;
}

.t-white {
	color: #fff;
}

.text {
	padding: 10px;
}

.margin-top-btm-20 {
	margin: 20px 0;
}

.pad-top-20 {
	padding-top: 20px;
}

#no-padding {
	padding: 0;
}

#pull-left {
	margin: 0 0 0 -4em;
}

#no-margin {
	margin: 0;
}

#auto-margin {
	margin: auto !important;
}

.t-upper,
.directory-widget .section-title,
.legal-countries .section-title,
.legal-sections .section-title,
.legal-sections-wide .section-title {
	text-transform: uppercase;
}

.t-regular {
	font-family: inter, sans-serif !important;
}

.mobile-tags {
	display: none;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
/*!* Bootstrap v3.4.1 (https://getbootstrap.com/)
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)*//*!normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css*/html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: initial;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}/*!Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css*/

@media print {

	*,
	*::before,
	*::after {
		color: #000 !important;
		text-shadow: none !important;
		background: 0 0 !important;
		box-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="#"]::after,
	a[href^="javascript:"]::after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	.navbar {
		display: none;
	}

	.btn > .caret,
	.btn-signup > .caret,
	.btn-signup > .caret,
	.dropup > .btn > .caret,
	.dropup > .btn-signup > .caret,
	.dropup > .btn-signup > .caret {
		border-top-color: #000 !important;
	}

	.label {
		border: 1px solid #000;
	}

	.table {
		border-collapse: collapse !important;
	}

	.table td,
	.table th {
		background-color: #fff !important;
	}

	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important;
	}
}

@font-face {
	font-family: glyphicons halflings;
	src: url(styles/fonts/bootstrap/glyphicons-halflings-regular.eot?1561222285);
	src: url(styles/fonts/bootstrap/glyphicons-halflings-regular.eot?&1561222285#iefix) format("embedded-opentype"), url(styles/fonts/bootstrap/glyphicons-halflings-regular.woff2?1561222285) format("woff2"), url(styles/fonts/bootstrap/glyphicons-halflings-regular.woff?1561222285) format("woff"), url(styles/fonts/bootstrap/glyphicons-halflings-regular.ttf?1561222285) format("truetype"), url(styles/fonts/bootstrap/glyphicons-halflings-regular.svg?1561222285#glyphicons_halflingsregular) format("svg");
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: glyphicons halflings;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk::before {
	content: "\002a";
}

.glyphicon-plus::before {
	content: "\002b";
}

.glyphicon-euro::before,
.glyphicon-eur::before {
	content: "\20ac";
}

.glyphicon-minus::before {
	content: "\2212";
}

.glyphicon-cloud::before {
	content: "\2601";
}

.glyphicon-envelope::before {
	content: "\2709";
}

.glyphicon-pencil::before {
	content: "\270f";
}

.glyphicon-glass::before {
	content: "\e001";
}

.glyphicon-music::before {
	content: "\e002";
}

.glyphicon-search::before {
	content: "\e003";
}

.glyphicon-heart::before {
	content: "\e005";
}

.glyphicon-star::before {
	content: "\e006";
}

.glyphicon-star-empty::before {
	content: "\e007";
}

.glyphicon-user::before {
	content: "\e008";
}

.glyphicon-film::before {
	content: "\e009";
}

.glyphicon-th-large::before {
	content: "\e010";
}

.glyphicon-th::before {
	content: "\e011";
}

.glyphicon-th-list::before {
	content: "\e012";
}

.glyphicon-ok::before {
	content: "\e013";
}

.glyphicon-remove::before {
	content: "\e014";
}

.glyphicon-zoom-in::before {
	content: "\e015";
}

.glyphicon-zoom-out::before {
	content: "\e016";
}

.glyphicon-off::before {
	content: "\e017";
}

.glyphicon-signal::before {
	content: "\e018";
}

.glyphicon-cog::before {
	content: "\e019";
}

.glyphicon-trash::before {
	content: "\e020";
}

.glyphicon-home::before {
	content: "\e021";
}

.glyphicon-file::before {
	content: "\e022";
}

.glyphicon-time::before {
	content: "\e023";
}

.glyphicon-road::before {
	content: "\e024";
}

.glyphicon-download-alt::before {
	content: "\e025";
}

.glyphicon-download::before {
	content: "\e026";
}

.glyphicon-upload::before {
	content: "\e027";
}

.glyphicon-inbox::before {
	content: "\e028";
}

.glyphicon-play-circle::before {
	content: "\e029";
}

.glyphicon-repeat::before {
	content: "\e030";
}

.glyphicon-refresh::before {
	content: "\e031";
}

.glyphicon-list-alt::before {
	content: "\e032";
}

.glyphicon-lock::before {
	content: "\e033";
}

.glyphicon-flag::before {
	content: "\e034";
}

.glyphicon-headphones::before {
	content: "\e035";
}

.glyphicon-volume-off::before {
	content: "\e036";
}

.glyphicon-volume-down::before {
	content: "\e037";
}

.glyphicon-volume-up::before {
	content: "\e038";
}

.glyphicon-qrcode::before {
	content: "\e039";
}

.glyphicon-barcode::before {
	content: "\e040";
}

.glyphicon-tag::before {
	content: "\e041";
}

.glyphicon-tags::before {
	content: "\e042";
}

.glyphicon-book::before {
	content: "\e043";
}

.glyphicon-bookmark::before {
	content: "\e044";
}

.glyphicon-print::before {
	content: "\e045";
}

.glyphicon-camera::before {
	content: "\e046";
}

.glyphicon-font::before {
	content: "\e047";
}

.glyphicon-bold::before {
	content: "\e048";
}

.glyphicon-italic::before {
	content: "\e049";
}

.glyphicon-text-height::before {
	content: "\e050";
}

.glyphicon-text-width::before {
	content: "\e051";
}

.glyphicon-align-left::before {
	content: "\e052";
}

.glyphicon-align-center::before {
	content: "\e053";
}

.glyphicon-align-right::before {
	content: "\e054";
}

.glyphicon-align-justify::before {
	content: "\e055";
}

.glyphicon-list::before {
	content: "\e056";
}

.glyphicon-indent-left::before {
	content: "\e057";
}

.glyphicon-indent-right::before {
	content: "\e058";
}

.glyphicon-facetime-video::before {
	content: "\e059";
}

.glyphicon-picture::before {
	content: "\e060";
}

.glyphicon-map-marker::before {
	content: "\e062";
}

.glyphicon-adjust::before {
	content: "\e063";
}

.glyphicon-tint::before {
	content: "\e064";
}

.glyphicon-edit::before {
	content: "\e065";
}

.glyphicon-share::before {
	content: "\e066";
}

.glyphicon-check::before {
	content: "\e067";
}

.glyphicon-move::before {
	content: "\e068";
}

.glyphicon-step-backward::before {
	content: "\e069";
}

.glyphicon-fast-backward::before {
	content: "\e070";
}

.glyphicon-backward::before {
	content: "\e071";
}

.glyphicon-play::before {
	content: "\e072";
}

.glyphicon-pause::before {
	content: "\e073";
}

.glyphicon-stop::before {
	content: "\e074";
}

.glyphicon-forward::before {
	content: "\e075";
}

.glyphicon-fast-forward::before {
	content: "\e076";
}

.glyphicon-step-forward::before {
	content: "\e077";
}

.glyphicon-eject::before {
	content: "\e078";
}

.glyphicon-chevron-left::before {
	content: "\e079";
}

.glyphicon-chevron-right::before {
	content: "\e080";
}

.glyphicon-plus-sign::before {
	content: "\e081";
}

.glyphicon-minus-sign::before {
	content: "\e082";
}

.glyphicon-remove-sign::before {
	content: "\e083";
}

.glyphicon-ok-sign::before {
	content: "\e084";
}

.glyphicon-question-sign::before {
	content: "\e085";
}

.glyphicon-info-sign::before {
	content: "\e086";
}

.glyphicon-screenshot::before {
	content: "\e087";
}

.glyphicon-remove-circle::before {
	content: "\e088";
}

.glyphicon-ok-circle::before {
	content: "\e089";
}

.glyphicon-ban-circle::before {
	content: "\e090";
}

.glyphicon-arrow-left::before {
	content: "\e091";
}

.glyphicon-arrow-right::before {
	content: "\e092";
}

.glyphicon-arrow-up::before {
	content: "\e093";
}

.glyphicon-arrow-down::before {
	content: "\e094";
}

.glyphicon-share-alt::before {
	content: "\e095";
}

.glyphicon-resize-full::before {
	content: "\e096";
}

.glyphicon-resize-small::before {
	content: "\e097";
}

.glyphicon-exclamation-sign::before {
	content: "\e101";
}

.glyphicon-gift::before {
	content: "\e102";
}

.glyphicon-leaf::before {
	content: "\e103";
}

.glyphicon-fire::before {
	content: "\e104";
}

.glyphicon-eye-open::before {
	content: "\e105";
}

.glyphicon-eye-close::before {
	content: "\e106";
}

.glyphicon-warning-sign::before {
	content: "\e107";
}

.glyphicon-plane::before {
	content: "\e108";
}

.glyphicon-calendar::before {
	content: "\e109";
}

.glyphicon-random::before {
	content: "\e110";
}

.glyphicon-comment::before {
	content: "\e111";
}

.glyphicon-magnet::before {
	content: "\e112";
}

.glyphicon-chevron-up::before {
	content: "\e113";
}

.glyphicon-chevron-down::before {
	content: "\e114";
}

.glyphicon-retweet::before {
	content: "\e115";
}

.glyphicon-shopping-cart::before {
	content: "\e116";
}

.glyphicon-folder-close::before {
	content: "\e117";
}

.glyphicon-folder-open::before {
	content: "\e118";
}

.glyphicon-resize-vertical::before {
	content: "\e119";
}

.glyphicon-resize-horizontal::before {
	content: "\e120";
}

.glyphicon-hdd::before {
	content: "\e121";
}

.glyphicon-bullhorn::before {
	content: "\e122";
}

.glyphicon-bell::before {
	content: "\e123";
}

.glyphicon-certificate::before {
	content: "\e124";
}

.glyphicon-thumbs-up::before {
	content: "\e125";
}

.glyphicon-thumbs-down::before {
	content: "\e126";
}

.glyphicon-hand-right::before {
	content: "\e127";
}

.glyphicon-hand-left::before {
	content: "\e128";
}

.glyphicon-hand-up::before {
	content: "\e129";
}

.glyphicon-hand-down::before {
	content: "\e130";
}

.glyphicon-circle-arrow-right::before {
	content: "\e131";
}

.glyphicon-circle-arrow-left::before {
	content: "\e132";
}

.glyphicon-circle-arrow-up::before {
	content: "\e133";
}

.glyphicon-circle-arrow-down::before {
	content: "\e134";
}

.glyphicon-globe::before {
	content: "\e135";
}

.glyphicon-wrench::before {
	content: "\e136";
}

.glyphicon-tasks::before {
	content: "\e137";
}

.glyphicon-filter::before {
	content: "\e138";
}

.glyphicon-briefcase::before {
	content: "\e139";
}

.glyphicon-fullscreen::before {
	content: "\e140";
}

.glyphicon-dashboard::before {
	content: "\e141";
}

.glyphicon-paperclip::before {
	content: "\e142";
}

.glyphicon-heart-empty::before {
	content: "\e143";
}

.glyphicon-link::before {
	content: "\e144";
}

.glyphicon-phone::before {
	content: "\e145";
}

.glyphicon-pushpin::before {
	content: "\e146";
}

.glyphicon-usd::before {
	content: "\e148";
}

.glyphicon-gbp::before {
	content: "\e149";
}

.glyphicon-sort::before {
	content: "\e150";
}

.glyphicon-sort-by-alphabet::before {
	content: "\e151";
}

.glyphicon-sort-by-alphabet-alt::before {
	content: "\e152";
}

.glyphicon-sort-by-order::before {
	content: "\e153";
}

.glyphicon-sort-by-order-alt::before {
	content: "\e154";
}

.glyphicon-sort-by-attributes::before {
	content: "\e155";
}

.glyphicon-sort-by-attributes-alt::before {
	content: "\e156";
}

.glyphicon-unchecked::before {
	content: "\e157";
}

.glyphicon-expand::before {
	content: "\e158";
}

.glyphicon-collapse-down::before {
	content: "\e159";
}

.glyphicon-collapse-up::before {
	content: "\e160";
}

.glyphicon-log-in::before {
	content: "\e161";
}

.glyphicon-flash::before {
	content: "\e162";
}

.glyphicon-log-out::before {
	content: "\e163";
}

.glyphicon-new-window::before {
	content: "\e164";
}

.glyphicon-record::before {
	content: "\e165";
}

.glyphicon-save::before {
	content: "\e166";
}

.glyphicon-open::before {
	content: "\e167";
}

.glyphicon-saved::before {
	content: "\e168";
}

.glyphicon-import::before {
	content: "\e169";
}

.glyphicon-export::before {
	content: "\e170";
}

.glyphicon-send::before {
	content: "\e171";
}

.glyphicon-floppy-disk::before {
	content: "\e172";
}

.glyphicon-floppy-saved::before {
	content: "\e173";
}

.glyphicon-floppy-remove::before {
	content: "\e174";
}

.glyphicon-floppy-save::before {
	content: "\e175";
}

.glyphicon-floppy-open::before {
	content: "\e176";
}

.glyphicon-credit-card::before {
	content: "\e177";
}

.glyphicon-transfer::before {
	content: "\e178";
}

.glyphicon-cutlery::before {
	content: "\e179";
}

.glyphicon-header::before {
	content: "\e180";
}

.glyphicon-compressed::before {
	content: "\e181";
}

.glyphicon-earphone::before {
	content: "\e182";
}

.glyphicon-phone-alt::before {
	content: "\e183";
}

.glyphicon-tower::before {
	content: "\e184";
}

.glyphicon-stats::before {
	content: "\e185";
}

.glyphicon-sd-video::before {
	content: "\e186";
}

.glyphicon-hd-video::before {
	content: "\e187";
}

.glyphicon-subtitles::before {
	content: "\e188";
}

.glyphicon-sound-stereo::before {
	content: "\e189";
}

.glyphicon-sound-dolby::before {
	content: "\e190";
}

.glyphicon-sound-5-1::before {
	content: "\e191";
}

.glyphicon-sound-6-1::before {
	content: "\e192";
}

.glyphicon-sound-7-1::before {
	content: "\e193";
}

.glyphicon-copyright-mark::before {
	content: "\e194";
}

.glyphicon-registration-mark::before {
	content: "\e195";
}

.glyphicon-cloud-download::before {
	content: "\e197";
}

.glyphicon-cloud-upload::before {
	content: "\e198";
}

.glyphicon-tree-conifer::before {
	content: "\e199";
}

.glyphicon-tree-deciduous::before {
	content: "\e200";
}

.glyphicon-cd::before {
	content: "\e201";
}

.glyphicon-save-file::before {
	content: "\e202";
}

.glyphicon-open-file::before {
	content: "\e203";
}

.glyphicon-level-up::before {
	content: "\e204";
}

.glyphicon-copy::before {
	content: "\e205";
}

.glyphicon-paste::before {
	content: "\e206";
}

.glyphicon-alert::before {
	content: "\e209";
}

.glyphicon-equalizer::before {
	content: "\e210";
}

.glyphicon-king::before {
	content: "\e211";
}

.glyphicon-queen::before {
	content: "\e212";
}

.glyphicon-pawn::before {
	content: "\e213";
}

.glyphicon-bishop::before {
	content: "\e214";
}

.glyphicon-knight::before {
	content: "\e215";
}

.glyphicon-baby-formula::before {
	content: "\e216";
}

.glyphicon-tent::before {
	content: "\26fa";
}

.glyphicon-blackboard::before {
	content: "\e218";
}

.glyphicon-bed::before {
	content: "\e219";
}

.glyphicon-apple::before {
	content: "\f8ff";
}

.glyphicon-erase::before {
	content: "\e221";
}

.glyphicon-hourglass::before {
	content: "\231b";
}

.glyphicon-lamp::before {
	content: "\e223";
}

.glyphicon-duplicate::before {
	content: "\e224";
}

.glyphicon-piggy-bank::before {
	content: "\e225";
}

.glyphicon-scissors::before {
	content: "\e226";
}

.glyphicon-bitcoin::before {
	content: "\e227";
}

.glyphicon-btc::before {
	content: "\e227";
}

.glyphicon-xbt::before {
	content: "\e227";
}

.glyphicon-yen::before {
	content: "\00a5";
}

.glyphicon-jpy::before {
	content: "\00a5";
}

.glyphicon-ruble::before {
	content: "\20bd";
}

.glyphicon-rub::before {
	content: "\20bd";
}

.glyphicon-scale::before {
	content: "\e230";
}

.glyphicon-ice-lolly::before {
	content: "\e231";
}

.glyphicon-ice-lolly-tasted::before {
	content: "\e232";
}

.glyphicon-education::before {
	content: "\e233";
}

.glyphicon-option-horizontal::before {
	content: "\e234";
}

.glyphicon-option-vertical::before {
	content: "\e235";
}

.glyphicon-menu-hamburger::before {
	content: "\e236";
}

.glyphicon-modal-window::before {
	content: "\e237";
}

.glyphicon-oil::before {
	content: "\e238";
}

.glyphicon-grain::before {
	content: "\e239";
}

.glyphicon-sunglasses::before {
	content: "\e240";
}

.glyphicon-text-size::before {
	content: "\e241";
}

.glyphicon-text-color::before {
	content: "\e242";
}

.glyphicon-text-background::before {
	content: "\e243";
}

.glyphicon-object-align-top::before {
	content: "\e244";
}

.glyphicon-object-align-bottom::before {
	content: "\e245";
}

.glyphicon-object-align-horizontal::before {
	content: "\e246";
}

.glyphicon-object-align-left::before {
	content: "\e247";
}

.glyphicon-object-align-vertical::before {
	content: "\e248";
}

.glyphicon-object-align-right::before {
	content: "\e249";
}

.glyphicon-triangle-right::before {
	content: "\e250";
}

.glyphicon-triangle-left::before {
	content: "\e251";
}

.glyphicon-triangle-bottom::before {
	content: "\e252";
}

.glyphicon-triangle-top::before {
	content: "\e253";
}

.glyphicon-console::before {
	content: "\e254";
}

.glyphicon-superscript::before {
	content: "\e255";
}

.glyphicon-subscript::before {
	content: "\e256";
}

.glyphicon-menu-left::before {
	content: "\e257";
}

.glyphicon-menu-right::before {
	content: "\e258";
}

.glyphicon-menu-down::before {
	content: "\e259";
}

.glyphicon-menu-up::before {
	content: "\e260";
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*::before,
*::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: inter, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #337ab7;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #23527c;
	text-decoration: underline;
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 6px;
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

[role="button"] {
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
	font-weight: 400;
	line-height: 1;
	color: #777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
	font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
	font-size: 75%;
}

h1,
.h1 {
	font-size: 36px;
}

h2,
.h2 {
	font-size: 30px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 14px;
}

h6,
.h6 {
	font-size: 12px;
}

p {
	margin: 0 0 10px;
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}

@media (min-width: 768px) {

	.lead {
		font-size: 21px;
	}
}

small,
.small {
	font-size: 85%;
}

mark,
.mark {
	padding: 0.2em;
	background-color: #fcf8e3;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.text-nowrap {
	white-space: nowrap;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase,
.initialism {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-muted,
.blurb,
.article .article-info .article-info__blurb,
.featured-item .article-info .article-info__blurb,
.focus-articles-section .focus-article .article-info .article-info__blurb,
.focus-articles-half-section .focus-article .article-info .article-info__blurb,
.profile-section .profile-contents .profile-stats .profile-stats__area,
.profile-section .profile-contents .profile-info .profile-info__blurb,
.profile-section .profile-contents .profile-info .profile-info__blurb-edit,
.featured-person .person-info .person-info__blurb,
.featured-person-medium .person-info .person-info__blurb,
.featured-person-small .person-info .person-info__blurb,
.like-share-save,
.like-share-save-in-article,
.quote,
.home .section-title,
.profile-section .profile-contents .profile-stats .edit-btn a,
.aToZ .page-numbers.current-page,
.section-header,
.section-header-login,
#login-section .welcome-message,
#register-section .welcome-message,
.blurb,
.article .article-info .article-info__blurb,
.featured-item .article-info .article-info__blurb,
.focus-articles-section .focus-article .article-info .article-info__blurb,
.focus-articles-half-section .focus-article .article-info .article-info__blurb,
.profile-section .profile-contents .profile-stats .profile-stats__area,
.profile-section .profile-contents .profile-info .profile-info__blurb,
.profile-section .profile-contents .profile-info .profile-info__blurb-edit,
.featured-person .person-info .person-info__blurb,
.featured-person-medium .person-info .person-info__blurb,
.featured-person-small .person-info .person-info__blurb,
.like-share-save,
.like-share-save-in-article,
.article .article-info .article-info__blurb,
.featured-item .article-info .article-info__blurb,
.focus-articles-section .focus-article .article-info .article-info__blurb,
.focus-articles-half-section .focus-article .article-info .article-info__blurb,
.featured-item .article-info .article-info__blurb,
.focus-articles-section .focus-article .article-info .article-info__blurb,
.focus-articles-half-section .focus-article .article-info .article-info__blurb,
.focus-articles-half-section .focus-article .article-info .article-info__blurb,
.profile-section .profile-contents .profile-stats .profile-stats__area,
.profile-section .profile-contents .profile-info .profile-info__blurb,
.profile-section .profile-contents .profile-info .profile-info__blurb-edit,
.profile-section .profile-contents .profile-info .profile-info__blurb-edit,
.featured-person .person-info .person-info__blurb,
.featured-person-medium .person-info .person-info__blurb,
.featured-person-small .person-info .person-info__blurb,
.featured-person-medium .person-info .person-info__blurb,
.featured-person-small .person-info .person-info__blurb,
.like-share-save,
.like-share-save-in-article,
.like-share-save-in-article,
.quote,
.home .section-title,
.profile-section .profile-contents .profile-stats .edit-btn a,
.aToZ .page-numbers.current-page,
.section-header,
.section-header-login,
#login-section .welcome-message,
#register-section .welcome-message {
	color: #777;
}

.text-primary {
	color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
	color: #286090;
}

.text-success {
	color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
	color: #2b542c;
}

.text-info {
	color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
	color: #245269;
}

.text-warning {
	color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
	color: #66512c;
}

.text-danger {
	color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
	color: #843534;
}

.bg-primary {
	color: #fff;
}

.bg-primary {
	background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
	background-color: #286090;
}

.bg-success {
	background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
	background-color: #c1e2b3;
}

.bg-info {
	background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
	background-color: #afd9ee;
}

.bg-warning {
	background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
	background-color: #f7ecb5;
}

.bg-danger {
	background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
	background-color: #e4b9b9;
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee;
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
	margin-bottom: 0;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}

.list-inline > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

dl {
	margin-top: 0;
	margin-bottom: 20px;
}

dt,
dd {
	line-height: 1.42857143;
}

dt {
	font-weight: 700;
}

dd {
	margin-left: 0;
}

.dl-horizontal dd::before,
.dl-horizontal dd::after {
	display: table;
	content: " ";
}

.dl-horizontal dd::after {
	clear: both;
}

@media (min-width: 768px) {

	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.dl-horizontal dd {
		margin-left: 180px;
	}
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
}

.initialism {
	font-size: 90%;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
	margin-bottom: 0;
	font-family: dm serif text, serif;
}

blockquote footer,
blockquote small,
blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777;
}

blockquote footer::before,
blockquote small::before,
blockquote .small::before {
	content: "\2014 \00A0";
}

.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	text-align: right;
	border-right: 5px solid #eee;
	border-left: 0;
}

.blockquote-reverse footer::before,
.blockquote-reverse small::before,
.blockquote-reverse .small::before,
blockquote.pull-right footer::before,
blockquote.pull-right small::before,
blockquote.pull-right .small::before {
	content: "";
}

.blockquote-reverse footer::after,
.blockquote-reverse small::after,
.blockquote-reverse .small::after,
blockquote.pull-right footer::after,
blockquote.pull-right small::after,
blockquote.pull-right .small::after {
	content: "\00A0 \2014";
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, courier new, monospace;
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px rgba(0, 0, 0, 0.25);
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
	box-shadow: none;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: initial;
	border-radius: 0;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container::before,
.container::after {
	display: table;
	content: " ";
}

.container::after {
	clear: both;
}

@media (min-width: 768px) {

	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {

	.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {

	.container {
		width: 1170px;
	}
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container-fluid::before,
.container-fluid::after {
	display: table;
	content: " ";
}

.container-fluid::after {
	clear: both;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}

.row::before,
.row::after {
	display: table;
	content: " ";
}

.row::after {
	clear: both;
}

.row-no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.row-no-gutters [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left;
}

.col-xs-1 {
	width: 8.33333333%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-pull-1 {
	right: 8.33333333%;
}

.col-xs-pull-2 {
	right: 16.66666667%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-4 {
	right: 33.33333333%;
}

.col-xs-pull-5 {
	right: 41.66666667%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-7 {
	right: 58.33333333%;
}

.col-xs-pull-8 {
	right: 66.66666667%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-10 {
	right: 83.33333333%;
}

.col-xs-pull-11 {
	right: 91.66666667%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-push-1 {
	left: 8.33333333%;
}

.col-xs-push-2 {
	left: 16.66666667%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-4 {
	left: 33.33333333%;
}

.col-xs-push-5 {
	left: 41.66666667%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-7 {
	left: 58.33333333%;
}

.col-xs-push-8 {
	left: 66.66666667%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-10 {
	left: 83.33333333%;
}

.col-xs-push-11 {
	left: 91.66666667%;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

.col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

@media (min-width: 768px) {

	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left;
	}

	.col-sm-1 {
		width: 8.33333333%;
	}

	.col-sm-2 {
		width: 16.66666667%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-4 {
		width: 33.33333333%;
	}

	.col-sm-5 {
		width: 41.66666667%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-7 {
		width: 58.33333333%;
	}

	.col-sm-8 {
		width: 66.66666667%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-10 {
		width: 83.33333333%;
	}

	.col-sm-11 {
		width: 91.66666667%;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-pull-0 {
		right: auto;
	}

	.col-sm-pull-1 {
		right: 8.33333333%;
	}

	.col-sm-pull-2 {
		right: 16.66666667%;
	}

	.col-sm-pull-3 {
		right: 25%;
	}

	.col-sm-pull-4 {
		right: 33.33333333%;
	}

	.col-sm-pull-5 {
		right: 41.66666667%;
	}

	.col-sm-pull-6 {
		right: 50%;
	}

	.col-sm-pull-7 {
		right: 58.33333333%;
	}

	.col-sm-pull-8 {
		right: 66.66666667%;
	}

	.col-sm-pull-9 {
		right: 75%;
	}

	.col-sm-pull-10 {
		right: 83.33333333%;
	}

	.col-sm-pull-11 {
		right: 91.66666667%;
	}

	.col-sm-pull-12 {
		right: 100%;
	}

	.col-sm-push-0 {
		left: auto;
	}

	.col-sm-push-1 {
		left: 8.33333333%;
	}

	.col-sm-push-2 {
		left: 16.66666667%;
	}

	.col-sm-push-3 {
		left: 25%;
	}

	.col-sm-push-4 {
		left: 33.33333333%;
	}

	.col-sm-push-5 {
		left: 41.66666667%;
	}

	.col-sm-push-6 {
		left: 50%;
	}

	.col-sm-push-7 {
		left: 58.33333333%;
	}

	.col-sm-push-8 {
		left: 66.66666667%;
	}

	.col-sm-push-9 {
		left: 75%;
	}

	.col-sm-push-10 {
		left: 83.33333333%;
	}

	.col-sm-push-11 {
		left: 91.66666667%;
	}

	.col-sm-push-12 {
		left: 100%;
	}

	.col-sm-offset-0 {
		margin-left: 0%;
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-sm-offset-12 {
		margin-left: 100%;
	}
}

@media (min-width: 992px) {

	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left;
	}

	.col-md-1 {
		width: 8.33333333%;
	}

	.col-md-2 {
		width: 16.66666667%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-4 {
		width: 33.33333333%;
	}

	.col-md-5 {
		width: 41.66666667%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-7 {
		width: 58.33333333%;
	}

	.col-md-8 {
		width: 66.66666667%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-10 {
		width: 83.33333333%;
	}

	.col-md-11 {
		width: 91.66666667%;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-pull-0 {
		right: auto;
	}

	.col-md-pull-1 {
		right: 8.33333333%;
	}

	.col-md-pull-2 {
		right: 16.66666667%;
	}

	.col-md-pull-3 {
		right: 25%;
	}

	.col-md-pull-4 {
		right: 33.33333333%;
	}

	.col-md-pull-5 {
		right: 41.66666667%;
	}

	.col-md-pull-6 {
		right: 50%;
	}

	.col-md-pull-7 {
		right: 58.33333333%;
	}

	.col-md-pull-8 {
		right: 66.66666667%;
	}

	.col-md-pull-9 {
		right: 75%;
	}

	.col-md-pull-10 {
		right: 83.33333333%;
	}

	.col-md-pull-11 {
		right: 91.66666667%;
	}

	.col-md-pull-12 {
		right: 100%;
	}

	.col-md-push-0 {
		left: auto;
	}

	.col-md-push-1 {
		left: 8.33333333%;
	}

	.col-md-push-2 {
		left: 16.66666667%;
	}

	.col-md-push-3 {
		left: 25%;
	}

	.col-md-push-4 {
		left: 33.33333333%;
	}

	.col-md-push-5 {
		left: 41.66666667%;
	}

	.col-md-push-6 {
		left: 50%;
	}

	.col-md-push-7 {
		left: 58.33333333%;
	}

	.col-md-push-8 {
		left: 66.66666667%;
	}

	.col-md-push-9 {
		left: 75%;
	}

	.col-md-push-10 {
		left: 83.33333333%;
	}

	.col-md-push-11 {
		left: 91.66666667%;
	}

	.col-md-push-12 {
		left: 100%;
	}

	.col-md-offset-0 {
		margin-left: 0%;
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-md-offset-12 {
		margin-left: 100%;
	}
}

@media (min-width: 1200px) {

	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left;
	}

	.col-lg-1 {
		width: 8.33333333%;
	}

	.col-lg-2 {
		width: 16.66666667%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-4 {
		width: 33.33333333%;
	}

	.col-lg-5 {
		width: 41.66666667%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-7 {
		width: 58.33333333%;
	}

	.col-lg-8 {
		width: 66.66666667%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-10 {
		width: 83.33333333%;
	}

	.col-lg-11 {
		width: 91.66666667%;
	}

	.col-lg-12 {
		width: 100%;
	}

	.col-lg-pull-0 {
		right: auto;
	}

	.col-lg-pull-1 {
		right: 8.33333333%;
	}

	.col-lg-pull-2 {
		right: 16.66666667%;
	}

	.col-lg-pull-3 {
		right: 25%;
	}

	.col-lg-pull-4 {
		right: 33.33333333%;
	}

	.col-lg-pull-5 {
		right: 41.66666667%;
	}

	.col-lg-pull-6 {
		right: 50%;
	}

	.col-lg-pull-7 {
		right: 58.33333333%;
	}

	.col-lg-pull-8 {
		right: 66.66666667%;
	}

	.col-lg-pull-9 {
		right: 75%;
	}

	.col-lg-pull-10 {
		right: 83.33333333%;
	}

	.col-lg-pull-11 {
		right: 91.66666667%;
	}

	.col-lg-pull-12 {
		right: 100%;
	}

	.col-lg-push-0 {
		left: auto;
	}

	.col-lg-push-1 {
		left: 8.33333333%;
	}

	.col-lg-push-2 {
		left: 16.66666667%;
	}

	.col-lg-push-3 {
		left: 25%;
	}

	.col-lg-push-4 {
		left: 33.33333333%;
	}

	.col-lg-push-5 {
		left: 41.66666667%;
	}

	.col-lg-push-6 {
		left: 50%;
	}

	.col-lg-push-7 {
		left: 58.33333333%;
	}

	.col-lg-push-8 {
		left: 66.66666667%;
	}

	.col-lg-push-9 {
		left: 75%;
	}

	.col-lg-push-10 {
		left: 83.33333333%;
	}

	.col-lg-push-11 {
		left: 91.66666667%;
	}

	.col-lg-push-12 {
		left: 100%;
	}

	.col-lg-offset-0 {
		margin-left: 0%;
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-lg-offset-12 {
		margin-left: 100%;
	}
}

table {
	background-color: initial;
}

table col[class*="col-"] {
	position: static;
	display: table-column;
	float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
	position: static;
	display: table-cell;
	float: none;
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left;
}

th {
	text-align: left;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
	border-top: 0;
}

.table > tbody + tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
	padding: 5px;
}

.table-bordered {
	border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
	border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
	background-color: #f5f5f5;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
	background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
	background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
	background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
	background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
	background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
	background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
	background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
	background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
	background-color: #ebcccc;
}

.table-responsive {
	min-height: 0.01%;
	overflow-x: auto;
}

@media screen and (max-width: 767px) {

	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
	}

	.table-responsive > .table {
		margin-bottom: 0;
	}

	.table-responsive > .table > thead > tr > th,
	.table-responsive > .table > thead > tr > td,
	.table-responsive > .table > tbody > tr > th,
	.table-responsive > .table > tbody > tr > td,
	.table-responsive > .table > tfoot > tr > th,
	.table-responsive > .table > tfoot > tr > td {
		white-space: nowrap;
	}

	.table-responsive > .table-bordered {
		border: 0;
	}

	.table-responsive > .table-bordered > thead > tr > th:first-child,
	.table-responsive > .table-bordered > thead > tr > td:first-child,
	.table-responsive > .table-bordered > tbody > tr > th:first-child,
	.table-responsive > .table-bordered > tbody > tr > td:first-child,
	.table-responsive > .table-bordered > tfoot > tr > th:first-child,
	.table-responsive > .table-bordered > tfoot > tr > td:first-child {
		border-left: 0;
	}

	.table-responsive > .table-bordered > thead > tr > th:last-child,
	.table-responsive > .table-bordered > thead > tr > td:last-child,
	.table-responsive > .table-bordered > tbody > tr > th:last-child,
	.table-responsive > .table-bordered > tbody > tr > td:last-child,
	.table-responsive > .table-bordered > tfoot > tr > th:last-child,
	.table-responsive > .table-bordered > tfoot > tr > td:last-child {
		border-right: 0;
	}

	.table-responsive > .table-bordered > tbody > tr:last-child > th,
	.table-responsive > .table-bordered > tbody > tr:last-child > td,
	.table-responsive > .table-bordered > tfoot > tr:last-child > th,
	.table-responsive > .table-bordered > tfoot > tr:last-child > td {
		border-bottom: 0;
	}
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed;
}

input[type="file"] {
	display: block;
}

input[type="range"] {
	display: block;
	width: 100%;
}

select[multiple],
select[size] {
	height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #999;
}

.form-control::-webkit-input-placeholder {
	color: #999;
}

.form-control::-ms-expand {
	background-color: initial;
	border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed;
}

textarea.form-control {
	height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

	input[type="date"].form-control,
	input[type="time"].form-control,
	input[type="datetime-local"].form-control,
	input[type="month"].form-control {
		line-height: 34px;
	}

	input[type="date"].input-sm,
	.input-group-sm > input[type="date"].form-control,
	.input-group-sm > input[type="date"].input-group-addon,
	.input-group-sm > .input-group-btn > input[type="date"].btn,
	.input-group-sm > .input-group-btn > input.btn-signup[type="date"],
	.input-group-sm > .input-group-btn > input[type="date"].btn-signup,
	.input-group-sm input[type="date"],
	input[type="time"].input-sm,
	.input-group-sm > input[type="time"].form-control,
	.input-group-sm > input[type="time"].input-group-addon,
	.input-group-sm > .input-group-btn > input[type="time"].btn,
	.input-group-sm > .input-group-btn > input.btn-signup[type="time"],
	.input-group-sm > .input-group-btn > input[type="time"].btn-signup,
	.input-group-sm input[type="time"],
	input[type="datetime-local"].input-sm,
	.input-group-sm > input[type="datetime-local"].form-control,
	.input-group-sm > input[type="datetime-local"].input-group-addon,
	.input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
	.input-group-sm > .input-group-btn > input.btn-signup[type="datetime-local"],
	.input-group-sm > .input-group-btn > input[type="datetime-local"].btn-signup,
	.input-group-sm input[type="datetime-local"],
	input[type="month"].input-sm,
	.input-group-sm > input[type="month"].form-control,
	.input-group-sm > input[type="month"].input-group-addon,
	.input-group-sm > .input-group-btn > input[type="month"].btn,
	.input-group-sm > .input-group-btn > input.btn-signup[type="month"],
	.input-group-sm > .input-group-btn > input[type="month"].btn-signup,
	.input-group-sm input[type="month"] {
		line-height: 30px;
	}

	input[type="date"].input-lg,
	.input-group-lg > input[type="date"].form-control,
	.input-group-lg > input[type="date"].input-group-addon,
	.input-group-lg > .input-group-btn > input[type="date"].btn,
	.input-group-lg > .input-group-btn > input.btn-signup[type="date"],
	.input-group-lg > .input-group-btn > input[type="date"].btn-signup,
	.input-group-lg input[type="date"],
	input[type="time"].input-lg,
	.input-group-lg > input[type="time"].form-control,
	.input-group-lg > input[type="time"].input-group-addon,
	.input-group-lg > .input-group-btn > input[type="time"].btn,
	.input-group-lg > .input-group-btn > input.btn-signup[type="time"],
	.input-group-lg > .input-group-btn > input[type="time"].btn-signup,
	.input-group-lg input[type="time"],
	input[type="datetime-local"].input-lg,
	.input-group-lg > input[type="datetime-local"].form-control,
	.input-group-lg > input[type="datetime-local"].input-group-addon,
	.input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
	.input-group-lg > .input-group-btn > input.btn-signup[type="datetime-local"],
	.input-group-lg > .input-group-btn > input[type="datetime-local"].btn-signup,
	.input-group-lg input[type="datetime-local"],
	input[type="month"].input-lg,
	.input-group-lg > input[type="month"].form-control,
	.input-group-lg > input[type="month"].input-group-addon,
	.input-group-lg > .input-group-btn > input[type="month"].btn,
	.input-group-lg > .input-group-btn > input.btn-signup[type="month"],
	.input-group-lg > .input-group-btn > input[type="month"].btn-signup,
	.input-group-lg input[type="month"] {
		line-height: 46px;
	}
}

.form-group {
	margin-bottom: 15px;
}

.radio,
.checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
	cursor: not-allowed;
}

.radio label,
.checkbox label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-top: 4px \9;
	margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
	margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}

.form-control-static {
	min-height: 34px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
}

.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.input-group-lg > .input-group-btn > .form-control-static.btn-signup,
.input-group-lg > .input-group-btn > .form-control-static.btn-signup,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.input-group-sm > .input-group-btn > .form-control-static.btn-signup,
.input-group-sm > .input-group-btn > .form-control-static.btn-signup {
	padding-right: 0;
	padding-left: 0;
}

.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > .btn-signup,
.input-group-sm > .input-group-btn > .btn-signup {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > .input-group-btn > select.btn-signup,
.input-group-sm > .input-group-btn > select.btn-signup {
	height: 30px;
	line-height: 30px;
}

textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > .input-group-btn > textarea.btn-signup,
.input-group-sm > .input-group-btn > textarea.btn-signup,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
.input-group-sm > .input-group-btn > select.btn-signup[multiple],
.input-group-sm > .input-group-btn > select[multiple].btn-signup {
	height: auto;
}

.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
	height: auto;
}

.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > .btn-signup,
.input-group-lg > .input-group-btn > .btn-signup {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > .input-group-btn > select.btn-signup,
.input-group-lg > .input-group-btn > select.btn-signup {
	height: 46px;
	line-height: 46px;
}

textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > .input-group-btn > textarea.btn-signup,
.input-group-lg > .input-group-btn > textarea.btn-signup,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
.input-group-lg > .input-group-btn > select.btn-signup[multiple],
.input-group-lg > .input-group-btn > select[multiple].btn-signup {
	height: auto;
}

.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
	height: auto;
}

.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}

.has-feedback {
	position: relative;
}

.has-feedback .form-control {
	padding-right: 42.5px;
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn-signup + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn-signup + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn-signup + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn-signup + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
	color: #3c763d;
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #3c763d;
}

.has-success .form-control-feedback {
	color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
	color: #8a6d3b;
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
	color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
	color: #a94442;
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
	color: #a94442;
	background-color: #f2dede;
	border-color: #a94442;
}

.has-error .form-control-feedback {
	color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
	top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}

@media (min-width: 768px) {

	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}

	.form-inline .form-control-static {
		display: inline-block;
	}

	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle;
	}

	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn,
	.form-inline .input-group .form-control {
		width: auto;
	}

	.form-inline .input-group > .form-control {
		width: 100%;
	}

	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .radio,
	.form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .radio label,
	.form-inline .checkbox label {
		padding-left: 0;
	}

	.form-inline .radio input[type="radio"],
	.form-inline .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0;
	}

	.form-inline .has-feedback .form-control-feedback {
		top: 0;
	}
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
	min-height: 27px;
}

.form-horizontal .form-group {
	margin-right: -15px;
	margin-left: -15px;
}

.form-horizontal .form-group::before,
.form-horizontal .form-group::after {
	display: table;
	content: " ";
}

.form-horizontal .form-group::after {
	clear: both;
}

@media (min-width: 768px) {

	.form-horizontal .control-label {
		padding-top: 7px;
		margin-bottom: 0;
		text-align: right;
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 15px;
}

@media (min-width: 768px) {

	.form-horizontal .form-group-lg .control-label {
		padding-top: 11px;
		font-size: 18px;
	}
}

@media (min-width: 768px) {

	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px;
	}
}

.btn,
.btn-signup,
.btn-signup {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn:focus,
.btn-signup:focus,
.btn-signup:focus,
.btn.focus,
.focus.btn-signup,
.focus.btn-signup,
.btn:active:focus,
.btn-signup:active:focus,
.btn-signup:active:focus,
.btn:active.focus,
.btn-signup:active.focus,
.btn-signup:active.focus,
.btn.active:focus,
.active.btn-signup:focus,
.active.btn-signup:focus,
.btn.active.focus,
.active.focus.btn-signup,
.active.focus.btn-signup {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn:hover,
.btn-signup:hover,
.btn-signup:hover,
.btn:focus,
.btn-signup:focus,
.btn-signup:focus,
.btn.focus,
.focus.btn-signup,
.focus.btn-signup {
	color: #333;
	text-decoration: none;
}

.btn:active,
.btn-signup:active,
.btn-signup:active,
.btn.active,
.active.btn-signup,
.active.btn-signup {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.disabled.btn-signup,
.disabled.btn-signup,
.btn[disabled],
.btn-signup[disabled],
[disabled].btn-signup,
fieldset[disabled] .btn,
fieldset[disabled] .btn-signup,
fieldset[disabled] .btn-signup {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	opacity: 0.65;
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.btn.disabled,
a.disabled.btn-signup,
a.disabled.btn-signup,
fieldset[disabled] a.btn,
fieldset[disabled] a.btn-signup,
fieldset[disabled] a.btn-signup {
	pointer-events: none;
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}

.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
	color: #333;
	background-color: #e6e6e6;
	background-image: none;
	border-color: #adadad;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
	background-color: #fff;
	border-color: #ccc;
}

.btn-default .badge {
	color: #fff;
	background-color: #333;
}

.btn-primary,
form#login-popup input.submit_button {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}

.btn-primary:focus,
form#login-popup input.submit_button:focus,
.btn-primary.focus,
form#login-popup input.focus.submit_button {
	color: #fff;
	background-color: #286090;
	border-color: #122b40;
}

.btn-primary:hover,
form#login-popup input.submit_button:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}

.btn-primary:active,
form#login-popup input.submit_button:active,
.btn-primary.active,
form#login-popup input.active.submit_button,
.open > .btn-primary.dropdown-toggle,
form#login-popup .open > input.dropdown-toggle.submit_button {
	color: #fff;
	background-color: #286090;
	background-image: none;
	border-color: #204d74;
}

.btn-primary:active:hover,
form#login-popup input.submit_button:active:hover,
.btn-primary:active:focus,
form#login-popup input.submit_button:active:focus,
.btn-primary:active.focus,
form#login-popup input.submit_button:active.focus,
.btn-primary.active:hover,
form#login-popup input.active.submit_button:hover,
.btn-primary.active:focus,
form#login-popup input.active.submit_button:focus,
.btn-primary.active.focus,
form#login-popup input.active.focus.submit_button,
.open > .btn-primary.dropdown-toggle:hover,
form#login-popup .open > input.dropdown-toggle.submit_button:hover,
.open > .btn-primary.dropdown-toggle:focus,
form#login-popup .open > input.dropdown-toggle.submit_button:focus,
.open > .btn-primary.dropdown-toggle.focus,
form#login-popup .open > input.dropdown-toggle.focus.submit_button {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40;
}

.btn-primary.disabled:hover,
form#login-popup input.disabled.submit_button:hover,
.btn-primary.disabled:focus,
form#login-popup input.disabled.submit_button:focus,
.btn-primary.disabled.focus,
form#login-popup input.disabled.focus.submit_button,
.btn-primary[disabled]:hover,
form#login-popup input[disabled].submit_button:hover,
.btn-primary[disabled]:focus,
form#login-popup input[disabled].submit_button:focus,
.btn-primary[disabled].focus,
form#login-popup input[disabled].focus.submit_button,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] form#login-popup input.submit_button:hover,
form#login-popup fieldset[disabled] input.submit_button:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] form#login-popup input.submit_button:focus,
form#login-popup fieldset[disabled] input.submit_button:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] form#login-popup input.focus.submit_button,
form#login-popup fieldset[disabled] input.focus.submit_button {
	background-color: #337ab7;
	border-color: #2e6da4;
}

.btn-primary .badge,
form#login-popup input.submit_button .badge {
	color: #337ab7;
	background-color: #fff;
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625;
}

.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #449d44;
	background-image: none;
	border-color: #398439;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
	color: #fff;
	background-color: #398439;
	border-color: #255625;
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff;
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85;
}

.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #31b0d5;
	background-image: none;
	border-color: #269abc;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85;
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
	background-color: #5bc0de;
	border-color: #46b8da;
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff;
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d;
}

.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #ec971f;
	background-image: none;
	border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d;
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
	background-color: #f0ad4e;
	border-color: #eea236;
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff;
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19;
}

.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #c9302c;
	background-image: none;
	border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19;
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff;
}

.btn-link {
	font-weight: 400;
	color: #337ab7;
	border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: initial;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
	color: #23527c;
	text-decoration: underline;
	background-color: initial;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
	color: #777;
	text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn,
.btn-group-lg > .btn-signup,
.btn-group-lg > .btn-signup {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn,
.btn-group-sm > .btn-signup,
.btn-group-sm > .btn-signup {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn,
.btn-group-xs > .btn-signup,
.btn-group-xs > .btn-signup {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block + .btn-block {
	margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

.fade.in {
	opacity: 1;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

tr.collapse.in {
	display: table-row;
}

tbody.collapse.in {
	display: table-row-group;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.dropup,
.dropdown {
	position: relative;
}

.dropdown-toggle:focus {
	outline: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #337ab7;
	outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	color: #777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	cursor: not-allowed;
	background-color: initial;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
	display: block;
}

.open > a {
	outline: 0;
}

.dropdown-menu-right {
	right: 0;
	left: auto;
}

.dropdown-menu-left {
	right: auto;
	left: 0;
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap;
}

.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990;
}

.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}

@media (min-width: 768px) {

	.navbar-right .dropdown-menu {
		right: 0;
		left: auto;
	}

	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto;
	}
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.btn-group > .btn,
.btn-group > .btn-signup,
.btn-group > .btn-signup,
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-signup,
.btn-group-vertical > .btn-signup {
	position: relative;
	float: left;
}

.btn-group > .btn:hover,
.btn-group > .btn-signup:hover,
.btn-group > .btn-signup:hover,
.btn-group > .btn:focus,
.btn-group > .btn-signup:focus,
.btn-group > .btn-signup:focus,
.btn-group > .btn:active,
.btn-group > .btn-signup:active,
.btn-group > .btn-signup:active,
.btn-group > .btn.active,
.btn-group > .active.btn-signup,
.btn-group > .active.btn-signup,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn-signup:hover,
.btn-group-vertical > .btn-signup:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn-signup:focus,
.btn-group-vertical > .btn-signup:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn-signup:active,
.btn-group-vertical > .btn-signup:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active.btn-signup,
.btn-group-vertical > .active.btn-signup {
	z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn-signup + .btn,
.btn-group .btn + .btn-signup,
.btn-group .btn-signup + .btn-signup,
.btn-group .btn-signup + .btn,
.btn-group .btn-signup + .btn-signup,
.btn-group .btn + .btn-signup,
.btn-group .btn-signup + .btn-signup,
.btn-group .btn-signup + .btn-signup,
.btn-group .btn + .btn-group,
.btn-group .btn-signup + .btn-group,
.btn-group .btn-signup + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-signup,
.btn-group .btn-group + .btn-signup,
.btn-group .btn-group + .btn-group {
	margin-left: -1px;
}

.btn-toolbar {
	margin-left: -5px;
}

.btn-toolbar::before,
.btn-toolbar::after {
	display: table;
	content: " ";
}

.btn-toolbar::after {
	clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-signup,
.btn-toolbar .btn-signup,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
	float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-signup,
.btn-toolbar > .btn-signup,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
	margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-signup:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-signup:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}

.btn-group > .btn:first-child,
.btn-group > .btn-signup:first-child,
.btn-group > .btn-signup:first-child {
	margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-signup:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-signup:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .btn-signup:last-child:not(:first-child),
.btn-group > .btn-signup:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
	float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn-signup,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn-signup {
	border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .btn-signup:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .btn-signup:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-group > .btn-group:last-child:not(:first-child) > .btn-signup:first-child,
.btn-group > .btn-group:last-child:not(:first-child) > .btn-signup:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0;
}

.btn-group > .btn + .dropdown-toggle,
.btn-group > .btn-signup + .dropdown-toggle,
.btn-group > .btn-signup + .dropdown-toggle {
	padding-right: 8px;
	padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle,
.btn-group-lg.btn-group > .btn-signup + .dropdown-toggle,
.btn-group-lg.btn-group > .btn-signup + .dropdown-toggle {
	padding-right: 12px;
	padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn .caret,
.btn-signup .caret,
.btn-signup .caret {
	margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg > .btn .caret,
.btn-group-lg > .btn-signup .caret,
.btn-group-lg > .btn-signup .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret,
.dropup .btn-group-lg > .btn-signup .caret,
.dropup .btn-group-lg > .btn-signup .caret {
	border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-signup,
.btn-group-vertical > .btn-signup,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .btn-signup,
.btn-group-vertical > .btn-group > .btn-signup {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
}

.btn-group-vertical > .btn-group::before,
.btn-group-vertical > .btn-group::after {
	display: table;
	content: " ";
}

.btn-group-vertical > .btn-group::after {
	clear: both;
}

.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .btn-signup,
.btn-group-vertical > .btn-group > .btn-signup {
	float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn-signup + .btn,
.btn-group-vertical > .btn + .btn-signup,
.btn-group-vertical > .btn-signup + .btn-signup,
.btn-group-vertical > .btn-signup + .btn,
.btn-group-vertical > .btn-signup + .btn-signup,
.btn-group-vertical > .btn + .btn-signup,
.btn-group-vertical > .btn-signup + .btn-signup,
.btn-group-vertical > .btn-signup + .btn-signup,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-signup + .btn-group,
.btn-group-vertical > .btn-signup + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-signup,
.btn-group-vertical > .btn-group + .btn-signup,
.btn-group-vertical > .btn-group + .btn-group {
	margin-top: -1px;
	margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child),
.btn-group-vertical > .btn-signup:not(:first-child):not(:last-child),
.btn-group-vertical > .btn-signup:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child),
.btn-group-vertical > .btn-signup:first-child:not(:last-child),
.btn-group-vertical > .btn-signup:first-child:not(:last-child) {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child),
.btn-group-vertical > .btn-signup:last-child:not(:first-child),
.btn-group-vertical > .btn-signup:last-child:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn-signup,
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn-signup {
	border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn-signup:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn-signup:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn-signup:first-child,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn-signup:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-signup,
.btn-group-justified > .btn-signup,
.btn-group-justified > .btn-group {
	display: table-cell;
	float: none;
	width: 1%;
}

.btn-group-justified > .btn-group .btn,
.btn-group-justified > .btn-group .btn-signup,
.btn-group-justified > .btn-group .btn-signup {
	width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
	left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-signup input[type="radio"],
[data-toggle="buttons"] > .btn-signup input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-signup input[type="checkbox"],
[data-toggle="buttons"] > .btn-signup input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn-signup input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn-signup input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn-signup input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn-signup input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}

.input-group[class*="col-"] {
	float: none;
	padding-right: 0;
	padding-left: 0;
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}

.input-group .form-control:focus {
	z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
	display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.input-group-sm > .input-group-btn > .input-group-addon.btn-signup,
.input-group-sm > .input-group-btn > .input-group-addon.btn-signup {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.input-group-lg > .input-group-btn > .input-group-addon.btn-signup,
.input-group-lg > .input-group-btn > .input-group-addon.btn-signup {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
	margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-signup,
.input-group-btn:first-child > .btn-signup,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .btn-group > .btn-signup,
.input-group-btn:first-child > .btn-group > .btn-signup,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-signup:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-signup:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn-signup,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn-signup {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
	border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-signup,
.input-group-btn:last-child > .btn-signup,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group > .btn-signup,
.input-group-btn:last-child > .btn-group > .btn-signup,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-signup:not(:first-child),
.input-group-btn:first-child > .btn-signup:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn-signup,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn-signup {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
	border-left: 0;
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}

.input-group-btn > .btn,
.input-group-btn > .btn-signup,
.input-group-btn > .btn-signup {
	position: relative;
}

.input-group-btn > .btn + .btn,
.input-group-btn > .btn-signup + .btn,
.input-group-btn > .btn + .btn-signup,
.input-group-btn > .btn-signup + .btn-signup,
.input-group-btn > .btn-signup + .btn,
.input-group-btn > .btn-signup + .btn-signup,
.input-group-btn > .btn + .btn-signup,
.input-group-btn > .btn-signup + .btn-signup,
.input-group-btn > .btn-signup + .btn-signup {
	margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn-signup:hover,
.input-group-btn > .btn-signup:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn-signup:focus,
.input-group-btn > .btn-signup:focus,
.input-group-btn > .btn:active,
.input-group-btn > .btn-signup:active,
.input-group-btn > .btn-signup:active {
	z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-signup,
.input-group-btn:first-child > .btn-signup,
.input-group-btn:first-child > .btn-group {
	margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-signup,
.input-group-btn:last-child > .btn-signup,
.input-group-btn:last-child > .btn-group {
	z-index: 2;
	margin-left: -1px;
}

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav::before,
.nav::after {
	display: table;
	content: " ";
}

.nav::after {
	clear: both;
}

.nav > li {
	position: relative;
	display: block;
}

.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	background-color: #eee;
}

.nav > li.disabled > a {
	color: #777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: initial;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: #eee;
	border-color: #337ab7;
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.nav > li > a > img {
	max-width: none;
}

.nav-tabs {
	border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}

.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
	border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}

.nav-pills > li {
	float: left;
}

.nav-pills > li > a {
	border-radius: 4px;
}

.nav-pills > li + li {
	margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	color: #fff;
	background-color: #337ab7;
}

.nav-stacked > li {
	float: none;
}

.nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
	width: 100%;
}

.nav-justified > li,
.nav-tabs.nav-justified > li {
	float: none;
}

.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
	margin-bottom: 5px;
	text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

@media (min-width: 768px) {

	.nav-justified > li,
	.nav-tabs.nav-justified > li {
		display: table-cell;
		width: 1%;
	}

	.nav-justified > li > a,
	.nav-tabs.nav-justified > li > a {
		margin-bottom: 0;
	}
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
	border-bottom: 0;
}

.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
	border: 1px solid #ddd;
}

@media (min-width: 768px) {

	.nav-tabs-justified > li > a,
	.nav-tabs.nav-justified > li > a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0;
	}

	.nav-tabs-justified > .active > a,
	.nav-tabs.nav-justified > .active > a,
	.nav-tabs-justified > .active > a:hover,
	.nav-tabs.nav-justified > .active > a:hover,
	.nav-tabs-justified > .active > a:focus,
	.nav-tabs.nav-justified > .active > a:focus {
		border-bottom-color: #fff;
	}
}

.tab-content > .tab-pane {
	display: none;
}

.tab-content > .active {
	display: block;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}

.navbar::before,
.navbar::after {
	display: table;
	content: " ";
}

.navbar::after {
	clear: both;
}

@media (min-width: 768px) {

	.navbar {
		border-radius: 4px;
	}
}

.navbar-header::before,
.navbar-header::after {
	display: table;
	content: " ";
}

.navbar-header::after {
	clear: both;
}

@media (min-width: 768px) {

	.navbar-header {
		float: left;
	}
}

.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch;
}

.navbar-collapse::before,
.navbar-collapse::after {
	display: table;
	content: " ";
}

.navbar-collapse::after {
	clear: both;
}

.navbar-collapse.in {
	overflow-y: auto;
}

@media (min-width: 768px) {

	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none;
	}

	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}

	.navbar-collapse.in {
		overflow-y: visible;
	}

	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
}

.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
	max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {

	.navbar-fixed-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		max-height: 200px;
	}
}

@media (min-width: 768px) {

	.navbar-fixed-top,
	.navbar-fixed-bottom {
		border-radius: 0;
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
}

@media (min-width: 768px) {

	.container > .navbar-header,
	.container > .navbar-collapse,
	.container-fluid > .navbar-header,
	.container-fluid > .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}

@media (min-width: 768px) {

	.navbar-static-top {
		border-radius: 0;
	}
}

.navbar-brand {
	float: left;
	height: 50px;
	padding: 15px;
	font-size: 18px;
	line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none;
}

.navbar-brand > img {
	display: block;
}

@media (min-width: 768px) {

	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		margin-left: -15px;
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-right: 15px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: initial;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.navbar-toggle:focus {
	outline: 0;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}

@media (min-width: 768px) {

	.navbar-toggle {
		display: none;
	}
}

.navbar-nav {
	margin: 7.5px -15px;
}

.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}

@media (max-width: 767px) {

	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: initial;
		border: 0;
		box-shadow: none;
	}

	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}

	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}

	.navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-nav .open .dropdown-menu > li > a:focus {
		background-image: none;
	}
}

@media (min-width: 768px) {

	.navbar-nav {
		float: left;
		margin: 0;
	}

	.navbar-nav > li {
		float: left;
	}

	.navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

.navbar-form {
	padding: 10px 15px;
	margin-right: -15px;
	margin-left: -15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(255, 255, 255, 0.1);
	margin-top: 8px;
	margin-bottom: 8px;
}

@media (min-width: 768px) {

	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}

	.navbar-form .form-control-static {
		display: inline-block;
	}

	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle;
	}

	.navbar-form .input-group .input-group-addon,
	.navbar-form .input-group .input-group-btn,
	.navbar-form .input-group .form-control {
		width: auto;
	}

	.navbar-form .input-group > .form-control {
		width: 100%;
	}

	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}

	.navbar-form .radio,
	.navbar-form .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.navbar-form .radio label,
	.navbar-form .checkbox label {
		padding-left: 0;
	}

	.navbar-form .radio input[type="radio"],
	.navbar-form .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0;
	}

	.navbar-form .has-feedback .form-control-feedback {
		top: 0;
	}
}

@media (max-width: 767px) {

	.navbar-form .form-group {
		margin-bottom: 5px;
	}

	.navbar-form .form-group:last-child {
		margin-bottom: 0;
	}
}

@media (min-width: 768px) {

	.navbar-form {
		width: auto;
		padding-top: 0;
		padding-bottom: 0;
		margin-right: 0;
		margin-left: 0;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	margin-bottom: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px;
}

.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn,
.btn-group-sm > .navbar-btn.btn-signup,
.btn-group-sm > .navbar-btn.btn-signup {
	margin-top: 10px;
	margin-bottom: 10px;
}

.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn,
.btn-group-xs > .navbar-btn.btn-signup,
.btn-group-xs > .navbar-btn.btn-signup {
	margin-top: 14px;
	margin-bottom: 14px;
}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px;
}

@media (min-width: 768px) {

	.navbar-text {
		float: left;
		margin-right: 15px;
		margin-left: 15px;
	}
}

@media (min-width: 768px) {

	.navbar-left {
		float: left !important;
	}

	.navbar-right {
		float: right !important;
		margin-right: -15px;
	}

	.navbar-right ~ .navbar-right {
		margin-right: 0;
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
	color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: initial;
}

.navbar-default .navbar-text {
	color: #777;
}

.navbar-default .navbar-nav > li > a {
	color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #333;
	background-color: initial;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #555;
	background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
	color: #ccc;
	background-color: initial;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: #555;
	background-color: #e7e7e7;
}

@media (max-width: 767px) {

	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #777;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #333;
		background-color: initial;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #555;
		background-color: #e7e7e7;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #ccc;
		background-color: initial;
	}
}

.navbar-default .navbar-toggle {
	border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7;
}

.navbar-default .navbar-link {
	color: #777;
}

.navbar-default .navbar-link:hover {
	color: #333;
}

.navbar-default .btn-link {
	color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
	color: #333;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
	color: #ccc;
}

.navbar-inverse {
	background-color: #222;
	border-color: #090909;
}

.navbar-inverse .navbar-brand {
	color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: initial;
}

.navbar-inverse .navbar-text {
	color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
	color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	color: #fff;
	background-color: initial;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
	color: #444;
	background-color: initial;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
	color: #fff;
	background-color: #090909;
}

@media (max-width: 767px) {

	.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #090909;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #090909;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #9d9d9d;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #fff;
		background-color: initial;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #fff;
		background-color: #090909;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #444;
		background-color: initial;
	}
}

.navbar-inverse .navbar-toggle {
	border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010;
}

.navbar-inverse .navbar-link {
	color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
	color: #fff;
}

.navbar-inverse .btn-link {
	color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
	color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: #444;
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
}

.breadcrumb > li {
	display: inline-block;
}

.breadcrumb > li + li::before {
	padding: 0 5px;
	color: #ccc;
	content: "/ ";
}

.breadcrumb > .active {
	color: #777;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

.pagination > li {
	display: inline;
}

.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none;
}

.pager::before,
.pager::after {
	display: table;
	content: " ";
}

.pager::after {
	clear: both;
}

.pager li {
	display: inline;
}

.pager li > a,
.pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
	text-decoration: none;
	background-color: #eee;
}

.pager .next > a,
.pager .next > span {
	float: right;
}

.pager .previous > a,
.pager .previous > span {
	float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
}

.label {
	display: inline;
	padding: 0.2em 0.6em 0.3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25em;
}

.label:empty {
	display: none;
}

.btn .label,
.btn-signup .label,
.btn-signup .label {
	position: relative;
	top: -1px;
}

a.label:hover,
a.label:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.label-default {
	background-color: #777;
}

.label-default[href]:hover,
.label-default[href]:focus {
	background-color: #5e5e5e;
}

.label-primary {
	background-color: #337ab7;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #286090;
}

.label-success {
	background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #449d44;
}

.label-info {
	background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #31b0d5;
}

.label-warning {
	background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: #ec971f;
}

.label-danger {
	background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #c9302c;
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #777;
	border-radius: 10px;
}

.badge:empty {
	display: none;
}

.btn .badge,
.btn-signup .badge,
.btn-signup .badge {
	position: relative;
	top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge,
.btn-group-xs > .btn-signup .badge,
.btn-group-xs > .btn-signup .badge,
.btn-group-xs > .btn .badge,
.btn-group-xs > .btn-signup .badge,
.btn-group-xs > .btn-signup .badge {
	top: 0;
	padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
	color: #337ab7;
	background-color: #fff;
}

.list-group-item > .badge {
	float: right;
}

.list-group-item > .badge + .badge {
	margin-right: 5px;
}

.nav-pills > li > a > .badge {
	margin-left: 3px;
}

a.badge:hover,
a.badge:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee;
}

.jumbotron h1,
.jumbotron .h1 {
	color: inherit;
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200;
}

.jumbotron > hr {
	border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 6px;
}

.jumbotron .container {
	max-width: 100%;
}

@media screen and (min-width: 768px) {

	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px;
	}

	.container .jumbotron,
	.container-fluid .jumbotron {
		padding-right: 60px;
		padding-left: 60px;
	}

	.jumbotron h1,
	.jumbotron .h1 {
		font-size: 63px;
	}
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border 0.2s ease-in-out;
	-o-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

.thumbnail .caption {
	padding: 9px;
	color: #333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #337ab7;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.alert h4 {
	margin-top: 0;
	color: inherit;
}

.alert .alert-link {
	font-weight: 700;
}

.alert > p,
.alert > ul {
	margin-bottom: 0;
}

.alert > p + p {
	margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
	padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.alert-success hr {
	border-top-color: #c9e2b3;
}

.alert-success .alert-link {
	color: #2b542c;
}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.alert-info hr {
	border-top-color: #a6e1ec;
}

.alert-info .alert-link {
	color: #245269;
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.alert-warning hr {
	border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
	color: #66512c;
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.alert-danger hr {
	border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
	color: #843534;
}

@-webkit-keyframes progress-bar-stripes {

	from {
		background-position: 40px 0;
	}

	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {

	from {
		background-position: 40px 0;
	}

	to {
		background-position: 0 0;
	}
}

.progress {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15);
	-webkit-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
	background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
	background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
	background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
	background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
	margin-top: 15px;
}

.media:first-child {
	margin-top: 0;
}

.media,
.media-body {
	overflow: hidden;
}

.media-body {
	width: 1e4px;
}

.media-object {
	display: block;
}

.media-object.img-thumbnail {
	max-width: none;
}

.media-right,
.media > .pull-right {
	padding-left: 10px;
}

.media-left,
.media > .pull-left {
	padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
	display: table-cell;
	vertical-align: top;
}

.media-middle {
	vertical-align: middle;
}

.media-bottom {
	vertical-align: bottom;
}

.media-heading {
	margin-top: 0;
	margin-bottom: 5px;
}

.media-list {
	padding-left: 0;
	list-style: none;
}

.list-group {
	padding-left: 0;
	margin-bottom: 20px;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
}

.list-group-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
	color: #777;
	cursor: not-allowed;
	background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
	color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
	color: #777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
	color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
	color: #c7ddef;
}

a.list-group-item,
button.list-group-item {
	color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
	color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5;
}

button.list-group-item {
	width: 100%;
	text-align: left;
}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
	color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
	color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
	color: #3c763d;
	background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d;
}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
	color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
	color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
	color: #31708f;
	background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f;
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
	color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
	color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
	color: #8a6d3b;
	background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b;
}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
	color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
	color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
	color: #a94442;
	background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442;
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px;
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3;
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 5%);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 5%);
}

.panel-body {
	padding: 15px;
}

.panel-body::before,
.panel-body::after {
	display: table;
	content: " ";
}

.panel-body::after {
	clear: both;
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
	color: inherit;
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
	color: inherit;
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
	margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
	border-top-width: 0;
}

.list-group + .panel-footer {
	border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
	margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
	padding-right: 15px;
	padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
	border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
	border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
	border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
	border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
	border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
	border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
	border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
	border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
	border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
	border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
	border-bottom: 0;
}

.panel > .table-responsive {
	margin-bottom: 0;
	border: 0;
}

.panel-group {
	margin-bottom: 20px;
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
}

.panel-group .panel + .panel {
	margin-top: 5px;
}

.panel-group .panel-heading {
	border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
	border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
	border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
	border-bottom: 1px solid #ddd;
}

.panel-default {
	border-color: #ddd;
}

.panel-default > .panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
	color: #f5f5f5;
	background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ddd;
}

.panel-primary {
	border-color: #337ab7;
}

.panel-primary > .panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
	color: #337ab7;
	background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #337ab7;
}

.panel-success {
	border-color: #d6e9c6;
}

.panel-success > .panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #d6e9c6;
}

.panel-info {
	border-color: #bce8f1;
}

.panel-info > .panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #bce8f1;
}

.panel-warning {
	border-color: #faebcc;
}

.panel-warning > .panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #faebcc;
}

.panel-danger {
	border-color: #ebccd1;
}

.panel-danger > .panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
	color: #f2dede;
	background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ebccd1;
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
	padding-bottom: 75%;
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 5%);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 5%);
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
	padding: 24px;
	border-radius: 6px;
}

.well-sm {
	padding: 9px;
	border-radius: 3px;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: 0.2;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

button.close {
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	appearance: none;
}

.modal-open {
	overflow: hidden;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

.modal-content {
	position: relative;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
}

.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.modal-header::before,
.modal-header::after {
	display: table;
	content: " ";
}

.modal-header::after {
	clear: both;
}

.modal-header .close {
	margin-top: -2px;
}

.modal-title {
	margin: 0;
	line-height: 1.42857143;
}

.modal-body {
	position: relative;
	padding: 15px;
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.modal-footer::before,
.modal-footer::after {
	display: table;
	content: " ";
}

.modal-footer::after {
	clear: both;
}

.modal-footer .btn + .btn,
.modal-footer .btn-signup + .btn,
.modal-footer .btn + .btn-signup,
.modal-footer .btn-signup + .btn-signup,
.modal-footer .btn-signup + .btn,
.modal-footer .btn-signup + .btn-signup,
.modal-footer .btn + .btn-signup,
.modal-footer .btn-signup + .btn-signup,
.modal-footer .btn-signup + .btn-signup {
	margin-bottom: 0;
	margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn,
.modal-footer .btn-group .btn-signup + .btn,
.modal-footer .btn-group .btn + .btn-signup,
.modal-footer .btn-group .btn-signup + .btn-signup,
.modal-footer .btn-group .btn-signup + .btn,
.modal-footer .btn-group .btn-signup + .btn-signup,
.modal-footer .btn-group .btn + .btn-signup,
.modal-footer .btn-group .btn-signup + .btn-signup,
.modal-footer .btn-group .btn-signup + .btn-signup {
	margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 768px) {

	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}

	.modal-sm {
		width: 300px;
	}
}

@media (min-width: 992px) {

	.modal-lg {
		width: 900px;
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: helvetica neue, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	line-break: auto;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	font-size: 12px;
	filter: alpha(opacity=0);
	opacity: 0;
}

.tooltip.in {
	filter: alpha(opacity=90);
	opacity: 0.9;
}

.tooltip.top {
	padding: 5px 0;
	margin-top: -3px;
}

.tooltip.right {
	padding: 0 5px;
	margin-left: 3px;
}

.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px;
}

.tooltip.left {
	padding: 0 5px;
	margin-left: -3px;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
	right: 5px;
	bottom: 0;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: helvetica neue, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	line-break: auto;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	font-size: 14px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
	margin-top: -10px;
}

.popover.right {
	margin-left: 10px;
}

.popover.bottom {
	margin-top: 10px;
}

.popover.left {
	margin-left: -10px;
}

.popover > .arrow {
	border-width: 11px;
}

.popover > .arrow,
.popover > .arrow::after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.popover > .arrow::after {
	content: "";
	border-width: 10px;
}

.popover.top > .arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, 0.25);
	border-bottom-width: 0;
}

.popover.top > .arrow::after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0;
}

.popover.right > .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, 0.25);
	border-left-width: 0;
}

.popover.right > .arrow::after {
	bottom: -10px;
	left: 1px;
	content: " ";
	border-right-color: #fff;
	border-left-width: 0;
}

.popover.bottom > .arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow::after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff;
}

.popover.left > .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow::after {
	right: 1px;
	bottom: -10px;
	content: " ";
	border-right-width: 0;
	border-left-color: #fff;
}

.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
}

.popover-content {
	padding: 9px 14px;
}

.carousel {
	position: relative;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-inner > .item {
	position: relative;
	display: none;
	-webkit-transition: 0.6s ease-in-out left;
	-o-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
	line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {

	.carousel-inner > .item {
		-webkit-transition: -webkit-transform 0.6s ease-in-out;
		-moz-transition: -moz-transform 0.6s ease-in-out;
		-o-transition: -o-transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1e3px;
		-moz-perspective: 1e3px;
		perspective: 1e3px;
	}

	.carousel-inner > .item.next,
	.carousel-inner > .item.active.right {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		left: 0;
	}

	.carousel-inner > .item.prev,
	.carousel-inner > .item.active.left {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		left: 0;
	}

	.carousel-inner > .item.next.left,
	.carousel-inner > .item.prev.right,
	.carousel-inner > .item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
	display: block;
}

.carousel-inner > .active {
	left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.carousel-inner > .next {
	left: 100%;
}

.carousel-inner > .prev {
	left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
	left: 0;
}

.carousel-inner > .active.left {
	left: -100%;
}

.carousel-inner > .active.right {
	left: 100%;
}

.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	background-color: initial;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 1e-4) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 1e-4) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 1e-4) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
	background-repeat: repeat-x;
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 1e-4) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 1e-4) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 1e-4) 0%, rgba(0, 0, 0, 0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
	background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	filter: alpha(opacity=90);
	opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
	width: 20px;
	height: 20px;
	font-family: serif;
	line-height: 1;
}

.carousel-control .icon-prev::before {
	content: "\2039";
}

.carousel-control .icon-next::before {
	content: "\203a";
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: initial;
	border: 1px solid #fff;
	border-radius: 10px;
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn,
.carousel-caption .btn-signup,
.carousel-caption .btn-signup {
	text-shadow: none;
}

@media screen and (min-width: 768px) {

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px;
	}

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -10px;
	}

	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -10px;
	}

	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 30px;
	}

	.carousel-indicators {
		bottom: 20px;
	}
}

.clearfix::before,
.mepr-price-menu .mepr-price-boxes::before,
.mepr-price-menu .mepr-price-box-select::before,
.clearfix::after,
.mepr-price-menu .mepr-price-boxes::after,
.mepr-price-menu .mepr-price-box-select::after {
	display: table;
	content: " ";
}

.clearfix::after,
.mepr-price-menu .mepr-price-boxes::after,
.mepr-price-menu .mepr-price-box-select::after {
	clear: both;
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: initial;
	border: 0;
}

.hidden {
	display: none !important;
}

.affix {
	position: fixed;
}

@-ms-viewport {
	width: device-width;
}

.visible-xs {
	display: none !important;
}

.visible-sm {
	display: none !important;
}

.visible-md {
	display: none !important;
}

.visible-lg {
	display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}

@media (max-width: 767px) {

	.visible-xs {
		display: block !important;
	}

	table.visible-xs {
		display: table !important;
	}

	tr.visible-xs {
		display: table-row !important;
	}

	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
}

@media (max-width: 767px) {

	.visible-xs-block {
		display: block !important;
	}
}

@media (max-width: 767px) {

	.visible-xs-inline {
		display: inline !important;
	}
}

@media (max-width: 767px) {

	.visible-xs-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	.visible-sm {
		display: block !important;
	}

	table.visible-sm {
		display: table !important;
	}

	tr.visible-sm {
		display: table-row !important;
	}

	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	.visible-sm-block {
		display: block !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	.visible-sm-inline {
		display: inline !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	.visible-sm-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	.visible-md {
		display: block !important;
	}

	table.visible-md {
		display: table !important;
	}

	tr.visible-md {
		display: table-row !important;
	}

	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	.visible-md-block {
		display: block !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	.visible-md-inline {
		display: inline !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	.visible-md-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 1200px) {

	.visible-lg {
		display: block !important;
	}

	table.visible-lg {
		display: table !important;
	}

	tr.visible-lg {
		display: table-row !important;
	}

	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
}

@media (min-width: 1200px) {

	.visible-lg-block {
		display: block !important;
	}
}

@media (min-width: 1200px) {

	.visible-lg-inline {
		display: inline !important;
	}
}

@media (min-width: 1200px) {

	.visible-lg-inline-block {
		display: inline-block !important;
	}
}

@media (max-width: 767px) {

	.hidden-xs {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	.hidden-md {
		display: none !important;
	}
}

@media (min-width: 1200px) {

	.hidden-lg {
		display: none !important;
	}
}

.visible-print {
	display: none !important;
}

@media print {

	.visible-print {
		display: block !important;
	}

	table.visible-print {
		display: table !important;
	}

	tr.visible-print {
		display: table-row !important;
	}

	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}
}

.visible-print-block {
	display: none !important;
}

@media print {

	.visible-print-block {
		display: block !important;
	}
}

.visible-print-inline {
	display: none !important;
}

@media print {

	.visible-print-inline {
		display: inline !important;
	}
}

.visible-print-inline-block {
	display: none !important;
}

@media print {

	.visible-print-inline-block {
		display: inline-block !important;
	}
}

@media print {

	.hidden-print {
		display: none !important;
	}
}

html body {
	line-height: 1.3;
	font-weight: 400;
	margin: 0;
	padding: 0;
	color: #383c3f;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

html body * {
	font-family: inter, sans-serif;
}

h1 {
	font-family: dm serif text, serif !important;
	font-size: 3.1rem !important;
}

h2 {
	font-family: dm serif text, serif !important;
	font-size: 2.3rem !important;
}

h3 {
	font-family: inter, sans-serif !important;
	font-size: 2rem !important;
}

h4 {
	font-family: dm serif text, serif !important;
	font-size: 1.85rem !important;
}

h5 {
	font-family: inter, sans-serif !important;
	font-size: 3.1rem !important;
}

.reading-text {
	font-family: inter, sans-serif;
	font-size: 1.7rem;
}

.blurb,
.article .article-info .article-info__blurb,
.featured-item .article-info .article-info__blurb,
.focus-articles-section .focus-article .article-info .article-info__blurb,
.focus-articles-half-section .focus-article .article-info .article-info__blurb,
.profile-section .profile-contents .profile-stats .profile-stats__area,
.profile-section .profile-contents .profile-info .profile-info__blurb,
.profile-section .profile-contents .profile-info .profile-info__blurb-edit,
.featured-person .person-info .person-info__blurb,
.featured-person-medium .person-info .person-info__blurb,
.featured-person-small .person-info .person-info__blurb,
.like-share-save,
.like-share-save-in-article {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 17px;
}

.quote {
	font-family: dm serif text, serif;
	font-size: 2rem;
}

.wallpaper {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.site-content {
	max-width: 1220px;
	margin: auto;
	min-height: 600px;
}

.page-body {
	width: calc(100% - 70px);
	max-width: 1220px;
	margin: 0 35px;
	padding-bottom: 25px;
	padding-top: 12px;
	display: flex;
	flex-flow: row wrap;
}

.page-body .page-filters {
	padding-top: 15px;
	margin-bottom: 20px;
}

.page-body .main-section,
.page-body .section-page .mid-section,
.section-page .page-body .mid-section,
.page-body .focus-page .lower-section,
.focus-page .page-body .lower-section {
	flex-basis: 66%;
	float: left;
}

.page-body .full-width-section {
	width: 100%;
}

.page-body .mid-section {
	flex-basis: 100%;
}

.section-title {
	margin-bottom: 10px;
	margin-top: 10px;
}

.main-sidebar {
	float: left;
	min-width: 330px;
	width: 30%;
	border-left: 1px solid #766f6f;
	height: 100%;
	padding-left: 20px;
}

.main-sidebar .game-changers .game-changer {
	display: flex;
	height: 120px;
}

.main-sidebar .game-changers .game-changer .changer-face {
	margin-right: 10px;
	border-radius: 25px;
	width: 100px;
	height: 100px;
}

.main-sidebar .game-changers .game-changer .changer-face:hover {
	cursor: pointer;
}

.main-sidebar .game-changers .game-changer .changer-face img {
	height: 100px;
	width: auto;
}

.main-sidebar .game-changers .game-changer .changer-intro {
	align-self: center;
	font-size: 13px;
}

.main-sidebar .main-sidebar__widget {
	min-width: 330px;
	margin-bottom: 15px;
	width: 100%;
	float: left;
}

.main-sidebar .main-sidebar__widget:last-of-type {
	border-bottom: none;
}

.no-sidebar .main-section,
.login-register .main-section,
.report-page .main-section,
.info-pages .main-section,
.search-all .main-section,
.search-articles .main-section,
.search-profiles .main-section,
.widget-library .main-section,
.single-profile .main-section,
.single-editor .main-section,
.single-company .main-section,
.single-account .main-section,
.no-sidebar .section-page .mid-section,
.section-page .no-sidebar .mid-section,
.login-register .section-page .mid-section,
.section-page .login-register .mid-section,
.report-page .section-page .mid-section,
.section-page .report-page .mid-section,
.info-pages .section-page .mid-section,
.section-page .info-pages .mid-section,
.search-all .section-page .mid-section,
.section-page .search-all .mid-section,
.search-articles .section-page .mid-section,
.section-page .search-articles .mid-section,
.search-profiles .section-page .mid-section,
.section-page .search-profiles .mid-section,
.widget-library .section-page .mid-section,
.section-page .widget-library .mid-section,
.single-profile .section-page .mid-section,
.section-page .single-profile .mid-section,
.single-editor .section-page .mid-section,
.section-page .single-editor .mid-section,
.single-company .section-page .mid-section,
.section-page .single-company .mid-section,
.single-account .section-page .mid-section,
.section-page .single-account .mid-section,
.no-sidebar .focus-page .lower-section,
.focus-page .no-sidebar .lower-section,
.login-register .focus-page .lower-section,
.focus-page .login-register .lower-section,
.report-page .focus-page .lower-section,
.focus-page .report-page .lower-section,
.info-pages .focus-page .lower-section,
.focus-page .info-pages .lower-section,
.search-all .focus-page .lower-section,
.focus-page .search-all .lower-section,
.search-articles .focus-page .lower-section,
.focus-page .search-articles .lower-section,
.search-profiles .focus-page .lower-section,
.focus-page .search-profiles .lower-section,
.widget-library .focus-page .lower-section,
.focus-page .widget-library .lower-section,
.single-profile .focus-page .lower-section,
.focus-page .single-profile .lower-section,
.single-editor .focus-page .lower-section,
.focus-page .single-editor .lower-section,
.single-company .focus-page .lower-section,
.focus-page .single-company .lower-section,
.single-account .focus-page .lower-section,
.focus-page .single-account .lower-section {
	width: 100%;
}

.home .page-body {
	flex-flow: row wrap;
}

.elements-page .btnc,
.elements-page .btn-signup,
.elements-page .mepr-price-menu .mepr-price-box-button a,
.mepr-price-menu .mepr-price-box-button .elements-page a {
	margin: 50px;
}

.login-register .page-body {
	margin-top: 0;
}

.section-page .page-body {
	flex-flow: row wrap;
}

.section-page .main-section,
.section-page .mid-section,
.section-page .focus-page .lower-section,
.focus-page .section-page .lower-section {
	border-bottom: 1px solid #766f6f;
	padding-bottom: 30px;
}

.section-page .mid-section {
	width: 100%;
	border-bottom: none;
}

.library-page .page-body {
	display: flex;
	flex-flow: wrap;
}

.library-page .page-body .page-title {
	width: 100%;
	flex-basis: 100%;
	margin: 10px 0;
}

.library-page .page-body .page-title h1 button.exit-archive {
	float: right;
}

.library-page .main-section,
.library-page .section-page .mid-section,
.section-page .library-page .mid-section,
.library-page .focus-page .lower-section,
.focus-page .library-page .lower-section {
	flex: 3;
	order: 1;
	border-bottom: none;
	float: left;
}

.library-page .main-sidebar {
	flex: 1;
	order: 2;
	border-left: none;
	padding: 0 0 0 30px;
	margin-top: 0;
	float: right;
}

.library-page .main-sidebar .library-filters {
	padding-top: 0;
}

.library-page .main-sidebar .library-filters .filter-item {
	margin-bottom: 15px;
}

.library-page .main-sidebar .library-filters .filter-by-search .search-form__input {
	font-size: 18px;
	display: inline;
	width: unset;
}

.library-page .main-sidebar .library-filters .filter-by-search .search-form__submit {
	display: inline;
}

.library-page .main-sidebar .library-filters .clear-filters button.remove-filters {
	margin: 0;
}

.focus-page .page-body {
	flex-flow: row wrap;
}

.focus-page .featured-item .article-img {
	width: 50%;
	flex: initial;
	height: 100%;
}

.focus-page .featured-item .article-info {
	align-self: center;
}

.focus-page .featured-item .article-info .page-title {
	font-weight: 600;
	color: #bb4666;
}

.focus-page .main-section,
.focus-page .section-page .mid-section,
.section-page .focus-page .mid-section,
.focus-page .lower-section {
	flex-basis: 100%;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.focus-page .mid-section {
	flex-basis: 67%;
	border-bottom: none;
	float: left;
	padding-right: 20px;
}

.focus-page .mid-section .focus-subfeatured .focus-article .article-img {
	margin: auto auto -100px;
	min-height: 180px;
	position: relative;
	width: 70%;
}

.focus-page .mid-section .focus-subfeatured .focus-article .article-info {
	margin-bottom: 20px;
	min-height: 245px;
	text-align: center !important;
	background: #f1e0d0;
	padding-top: 100px;
}

.focus-page .mid-section .focus-subfeatured .focus-article .article-info .article-info__header h2 {
	width: 70%;
	margin: 10px auto;
}

.focus-page .mid-section .focus-subfeatured .focus-article .article-info .article-info__blurb {
	width: 70%;
	padding: 0 0 10px;
	min-height: 65px;
	margin: auto;
}

.focus-page .main-sidebar {
	flex-basis: 25%;
	border-left: none;
	padding-left: 0;
}

.focus-page .lower-section .focus-articles-section,
.focus-page .lower-section .focus-articles-half-section {
	margin: 0 -35px 20px;
	padding: 20px 50px;
	width: calc(100% + 70px);
}

.focus-page .preview-boxes .preview-box {
	float: left;
	margin-bottom: 20px;
}

.focus-page .preview-boxes .preview-box .black-box {
	background: #2b2b2b;
	text-align: center;
}

.focus-page .preview-boxes .preview-box .black-box a > img {
	height: auto;
	width: 100%;
}

.focus-page .preview-boxes .preview-box .black-box a > img:hover {
	cursor: pointer;
}

.focus-page .preview-boxes .preview-box .black-box h2 {
	color: #fff;
}

.report-page .page-body,
.info-pages .page-body,
.search-all .page-body,
.search-articles .page-body,
.search-profiles .page-body,
.widget-library .page-body {
	margin-top: 5px;
	margin-bottom: 0;
}

.info-pages .page-body .main-section,
.info-pages .page-body .section-page .mid-section,
.section-page .info-pages .page-body .mid-section,
.info-pages .page-body .focus-page .lower-section,
.focus-page .info-pages .page-body .lower-section {
	flex-basis: 100%;
}

.widget-library .widget-grid {
	height: 100%;
}

.widget-library .widget-grid > div {
	border: 1px solid #000;
	height: 100%;
}

.country-page .main-section,
.country-page .section-page .mid-section,
.section-page .country-page .mid-section,
.country-page .focus-page .lower-section,
.focus-page .country-page .lower-section {
	width: 75%;
}

.country-page .main-sidebar {
	width: 25%;
	border-left: none;
	padding-left: 0;
}

.page-template-single-account {
	font-size: 16px;
	text-align: center;
}

.single-post .page-body,
.single-pharma-report .page-body {
	flex-flow: unset;
}

.single-post .main-left,
.single-pharma-report .main-left {
	width: 12%;
	float: left;
	padding-right: 10px;
}

.single-post .main-left .like-share-save-in-article .add_article_to_saved,
.single-pharma-report .main-left .like-share-save-in-article .add_article_to_saved {
	display: none;
}

.single-post .main-section,
.single-pharma-report .main-section,
.single-post .section-page .mid-section,
.section-page .single-post .mid-section,
.single-pharma-report .section-page .mid-section,
.section-page .single-pharma-report .mid-section,
.single-post .focus-page .lower-section,
.focus-page .single-post .lower-section,
.single-pharma-report .focus-page .lower-section,
.focus-page .single-pharma-report .lower-section {
	width: 64%;
	background: #fff;
	margin-right: 15px;
}

.single-post .main-sidebar,
.single-pharma-report .main-sidebar {
	width: 22%;
	border-left: none;
	padding-left: 0;
}

.single-profile,
.single-editor,
.single-company,
.single-account {
	padding-top: 42px;
}

.single-profile .page-body,
.single-editor .page-body,
.single-company .page-body,
.single-account .page-body {
	margin-top: 0;
	padding-top: 0;
}

.single-pharma-report .reading-article .article-image {
	width: 30%;
	float: left;
}

.single-pharma-report .reading-article .article-image .download-report {
	text-align: center;
	margin-top: 15px;
}

.single-pharma-report .reading-article .article-content,
.single-pharma-report .reading-article .article-full-width-content {
	width: 70%;
	float: left;
	margin-top: 20px;
	padding-left: 30px;
}

.single-pharma-report .reading-article .article-full-width-content {
	width: 100%;
}

.search-profiles .main-section,
.search-profiles .section-page .mid-section,
.section-page .search-profiles .mid-section,
.search-profiles .focus-page .lower-section,
.focus-page .search-profiles .lower-section {
	padding-bottom: 0;
	border-bottom: 0;
}

.search-profiles .mid-section.btmBorder {
	border-bottom: 1px solid #766f6f;
	margin-bottom: 30px;
}

.legal-page .page-body,
.legal-country-page .page-body {
	flex-flow: row wrap;
}

.legal-page .main-section,
.legal-country-page .main-section,
.legal-page .section-page .mid-section,
.section-page .legal-page .mid-section,
.legal-country-page .section-page .mid-section,
.section-page .legal-country-page .mid-section,
.legal-page .focus-page .lower-section,
.focus-page .legal-page .lower-section,
.legal-country-page .focus-page .lower-section,
.focus-page .legal-country-page .lower-section {
	padding: 0 20px;
}

.legal-page .main-sidebar,
.legal-country-page .main-sidebar {
	width: 30%;
	padding: 0 0 0 15px;
}

.legal-page .main-sidebar #legalScrollCountries,
.legal-country-page .main-sidebar #legalScrollCountries {
	max-height: 600px;
	overflow-y: scroll;
}

.legal-page .main-sidebar #legalScrollCountries::-webkit-scrollbar-track,
.legal-country-page .main-sidebar #legalScrollCountries::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #f5f5f5;
}

.legal-page .main-sidebar #legalScrollCountries::-webkit-scrollbar-thumb,
.legal-country-page .main-sidebar #legalScrollCountries::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.legal-country-page .page-body {
	padding-top: 0;
}

.legal-country-page .page-body .full-width-page-banner img {
	width: 100%;
}

.legal-country-page .page-body .main-section,
.legal-country-page .page-body .section-page .mid-section,
.section-page .legal-country-page .page-body .mid-section,
.legal-country-page .page-body .focus-page .lower-section,
.focus-page .legal-country-page .page-body .lower-section {
	margin-top: 15px;
	padding: 0 20px 0 0;
}

.legal-country-page .page-body .main-sidebar {
	padding: 8px 0 0 15px;
}

.items-pagination .nav-links {
	margin: auto;
	font-size: 22px;
}

.items-pagination .nav-links .page-numbers {
	padding-left: 10px;
}

.pharm-long-banners-970-x-90,
.pharm-standard-mpus-300-x-250 {
	margin-bottom: 25px;
	width: 100%;
}

.article-widget .article-widget__header,
.related-people .article-widget__header {
	margin-top: 10px;
	font-family: dm serif text, serif;
	margin-bottom: 20px;
}

.standard-select {
	padding: 6px 24px;
	font-size: 18px;
	border-radius: 12px;
}

#geographyid {
	font-size: 20px;
}

.game-changers,
.pharma-rankings {
	margin-bottom: 15px;
}

.game-changers img,
.pharma-rankings img {
	cursor: pointer;
}

.game-changers .more-btn,
.pharma-rankings .more-btn {
	float: right;
	padding-top: 10px;
}

.sidebar-widget,
.signup-newsletter,
.most-read,
.related-companies,
.reports-widget,
.related-reports,
.country-reports,
.latest-reports {
	background-color: #fff;
	float: left;
	padding: 15px;
}

.sidebar-widget .sidebar-widget__header,
.signup-newsletter .sidebar-widget__header,
.most-read .sidebar-widget__header,
.related-companies .sidebar-widget__header,
.reports-widget .sidebar-widget__header,
.related-reports .sidebar-widget__header,
.country-reports .sidebar-widget__header,
.latest-reports .sidebar-widget__header {
	color: #2b2b2b;
	text-align: center;
	margin-bottom: 15px;
}

.sidebar-widget.featured-items .subfeatured-articles .article,
.featured-items.signup-newsletter .subfeatured-articles .article,
.featured-items.most-read .subfeatured-articles .article,
.featured-items.related-companies .subfeatured-articles .article,
.featured-items.reports-widget .subfeatured-articles .article,
.featured-items.related-reports .subfeatured-articles .article,
.featured-items.country-reports .subfeatured-articles .article,
.featured-items.latest-reports .subfeatured-articles .article,
.sidebar-widget.featured-items .subfeatured-articles .featured-item,
.featured-items.signup-newsletter .subfeatured-articles .featured-item,
.featured-items.most-read .subfeatured-articles .featured-item,
.featured-items.related-companies .subfeatured-articles .featured-item,
.featured-items.reports-widget .subfeatured-articles .featured-item,
.featured-items.related-reports .subfeatured-articles .featured-item,
.featured-items.country-reports .subfeatured-articles .featured-item,
.featured-items.latest-reports .subfeatured-articles .featured-item,
.sidebar-widget.featured-items .subfeatured-articles .focus-articles-section .focus-article,
.focus-articles-section .sidebar-widget.featured-items .subfeatured-articles .focus-article,
.featured-items.signup-newsletter .subfeatured-articles .focus-articles-section .focus-article,
.focus-articles-section .featured-items.signup-newsletter .subfeatured-articles .focus-article,
.featured-items.most-read .subfeatured-articles .focus-articles-section .focus-article,
.focus-articles-section .featured-items.most-read .subfeatured-articles .focus-article,
.featured-items.related-companies .subfeatured-articles .focus-articles-section .focus-article,
.focus-articles-section .featured-items.related-companies .subfeatured-articles .focus-article,
.featured-items.reports-widget .subfeatured-articles .focus-articles-section .focus-article,
.focus-articles-section .featured-items.reports-widget .subfeatured-articles .focus-article,
.featured-items.related-reports .subfeatured-articles .focus-articles-section .focus-article,
.focus-articles-section .featured-items.related-reports .subfeatured-articles .focus-article,
.featured-items.country-reports .subfeatured-articles .focus-articles-section .focus-article,
.focus-articles-section .featured-items.country-reports .subfeatured-articles .focus-article,
.featured-items.latest-reports .subfeatured-articles .focus-articles-section .focus-article,
.focus-articles-section .featured-items.latest-reports .subfeatured-articles .focus-article,
.sidebar-widget.featured-items .subfeatured-articles .focus-articles-half-section .focus-article,
.focus-articles-half-section .sidebar-widget.featured-items .subfeatured-articles .focus-article,
.featured-items.signup-newsletter .subfeatured-articles .focus-articles-half-section .focus-article,
.focus-articles-half-section .featured-items.signup-newsletter .subfeatured-articles .focus-article,
.featured-items.most-read .subfeatured-articles .focus-articles-half-section .focus-article,
.focus-articles-half-section .featured-items.most-read .subfeatured-articles .focus-article,
.featured-items.related-companies .subfeatured-articles .focus-articles-half-section .focus-article,
.focus-articles-half-section .featured-items.related-companies .subfeatured-articles .focus-article,
.featured-items.reports-widget .subfeatured-articles .focus-articles-half-section .focus-article,
.focus-articles-half-section .featured-items.reports-widget .subfeatured-articles .focus-article,
.featured-items.related-reports .subfeatured-articles .focus-articles-half-section .focus-article,
.focus-articles-half-section .featured-items.related-reports .subfeatured-articles .focus-article,
.featured-items.country-reports .subfeatured-articles .focus-articles-half-section .focus-article,
.focus-articles-half-section .featured-items.country-reports .subfeatured-articles .focus-article,
.featured-items.latest-reports .subfeatured-articles .focus-articles-half-section .focus-article,
.focus-articles-half-section .featured-items.latest-reports .subfeatured-articles .focus-article {
	width: 100%;
}

[class*="div-gpt-ad"] {
	margin-bottom: 20px;
}

[class*="div-gpt-ad"] img {
	width: 100% !important;
	height: auto !important;
}

.article,
.featured-item,
.focus-articles-section .focus-article,
.focus-articles-half-section .focus-article {
	margin-bottom: 10px;
}

.article .article-img,
.featured-item .article-img,
.focus-articles-section .focus-article .article-img,
.focus-articles-half-section .focus-article .article-img {
	min-height: unset;
	height: 132px;
	margin-bottom: 5px;
}

.article .article-img:hover,
.featured-item .article-img:hover,
.focus-articles-section .focus-article .article-img:hover,
.focus-articles-half-section .focus-article .article-img:hover {
	cursor: pointer;
}

.article .article-info,
.featured-item .article-info,
.focus-articles-section .focus-article .article-info,
.focus-articles-half-section .focus-article .article-info {
	padding: 5px 0 15px;
}

.article .article-info__header,
.featured-item .article-info__header,
.focus-articles-section .focus-article .article-info__header,
.focus-articles-half-section .focus-article .article-info__header,
.article .article-info__blurb,
.featured-item .article-info__blurb,
.focus-articles-section .focus-article .article-info__blurb,
.focus-articles-half-section .focus-article .article-info__blurb,
.article .article-info .like-share-save,
.featured-item .article-info .like-share-save,
.focus-articles-section .focus-article .article-info .like-share-save,
.focus-articles-half-section .focus-article .article-info .like-share-save,
.article .article-info .like-share-save-in-article,
.featured-item .article-info .like-share-save-in-article,
.focus-articles-section .focus-article .article-info .like-share-save-in-article,
.focus-articles-half-section .focus-article .article-info .like-share-save-in-article {
	text-align: left !important;
}

.article .article-info .article-info__header,
.featured-item .article-info .article-info__header,
.focus-articles-section .focus-article .article-info .article-info__header,
.focus-articles-half-section .focus-article .article-info .article-info__header {
	margin-bottom: 10px;
}

.article .article-info .article-info__header h1,
.featured-item .article-info .article-info__header h1,
.focus-articles-section .focus-article .article-info .article-info__header h1,
.focus-articles-half-section .focus-article .article-info .article-info__header h1,
.article .article-info .article-info__header h2,
.featured-item .article-info .article-info__header h2,
.focus-articles-section .focus-article .article-info .article-info__header h2,
.focus-articles-half-section .focus-article .article-info .article-info__header h2 {
	min-height: 54px;
}

.article .article-info .article-info__header h4,
.featured-item .article-info .article-info__header h4,
.focus-articles-section .focus-article .article-info .article-info__header h4,
.focus-articles-half-section .focus-article .article-info .article-info__header h4 {
	min-height: 45px;
}

.article .article-info .article-info__header span,
.featured-item .article-info .article-info__header span,
.focus-articles-section .focus-article .article-info .article-info__header span,
.focus-articles-half-section .focus-article .article-info .article-info__header span {
	font-weight: 600;
}

.article.featured .article-info__header h4,
.featured.featured-item .article-info__header h4,
.focus-articles-section .featured.focus-article .article-info__header h4,
.focus-articles-half-section .featured.focus-article .article-info__header h4 {
	font-size: 2.3rem !important;
}

.article.featured .article-img,
.featured.featured-item .article-img,
.focus-articles-section .featured.focus-article .article-img,
.focus-articles-half-section .featured.focus-article .article-img {
	height: 220px;
}

.article.no-img .article-img,
.no-img.featured-item .article-img,
.focus-articles-section .no-img.focus-article .article-img,
.focus-articles-half-section .no-img.focus-article .article-img {
	display: none;
}

.article.interview,
.interview.featured-item,
.focus-articles-section .interview.focus-article,
.focus-articles-half-section .interview.focus-article {
	margin-bottom: 18px;
}

.article.interview .article-info__header h4,
.interview.featured-item .article-info__header h4,
.focus-articles-section .interview.focus-article .article-info__header h4,
.focus-articles-half-section .interview.focus-article .article-info__header h4 {
	font-size: 2.3rem !important;
}

.article.interview .article-img,
.interview.featured-item .article-img,
.focus-articles-section .interview.focus-article .article-img,
.focus-articles-half-section .interview.focus-article .article-img {
	height: 190px;
}

.article.article-img-lg .article-img,
.article-img-lg.featured-item .article-img,
.focus-articles-section .article-img-lg.focus-article .article-img,
.focus-articles-half-section .article-img-lg.focus-article .article-img {
	height: 220px !important;
}

.article.contributor-img-lg .article-img,
.contributor-img-lg.featured-item .article-img,
.focus-articles-section .contributor-img-lg.focus-article .article-img,
.focus-articles-half-section .contributor-img-lg.focus-article .article-img {
	height: 300px !important;
}

.mobile-article-controls {
	display: none;
}

.mobile-article-controls .article-credits {
	width: 100%;
}

.mobile-article-controls .like-share-save-in-article {
	min-width: unset;
	width: unset;
}

.mobile-article-controls .like-share-save-in-article .share-buttons {
	text-align: center;
}

.article-credits {
	padding-bottom: 6px;
	font-size: 11px;
	display: flex;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 26px;
	border-bottom: 1px solid #6c757d;
}

.article-credits .writer-face {
	margin-right: 10px;
}

.article-credits .writer-blurb {
	font-size: 1.5rem;
}

.searchwp-live-search-results-showing {
	width: 40% !important;
	min-width: 250px !important;
	font-size: 16px;
}

.searchwp-live-search-results-showing .searchwp-live-search-result p a {
	color: #766f6f;
}

.searchwp-live-search-results-showing .searchwp-live-search-result p a:visited {
	color: #837aa4;
}

.searchwp-live-search-results-showing::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #f5f5f5;
}

.searchwp-live-search-results-showing::-webkit-scrollbar {
	width: 12px;
	background-color: #f5f5f5;
}

.searchwp-live-search-results-showing::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #555;
}

.legal-article-credits {
	border-bottom: 1px solid #6c757d;
	margin-bottom: 10px;
}

.legal-article-credits .article-credits {
	border-bottom: none;
}

.tags {
	font-family: inter, sans-serif;
	font-size: 1.5rem;
	margin-bottom: 15px;
}

.tags .tag-list {
	width: 90%;
	font-style: italic;
	margin: auto;
	text-align: center;
	margin-right: 15px;
}

.featured-item {
	height: 100%;
	display: flex;
}

.featured-item .article-img {
	height: 240px;
	flex: 4;
}

.featured-item .article-info {
	padding: 0 20px;
	flex: 3;
}

.featured-item .article-info .article-info__credits {
	font-size: 11px;
	display: flex;
	height: 26px;
	margin-top: 10px;
	line-height: 26px;
}

.featured-item .article-info .article-info__credits .writer-face {
	margin-right: 10px;
}

.partners-section {
	margin-left: 20px;
}

.subfeatured-articles .article,
.subfeatured-articles .featured-item,
.subfeatured-articles .focus-articles-section .focus-article,
.focus-articles-section .subfeatured-articles .focus-article,
.subfeatured-articles .focus-articles-half-section .focus-article,
.focus-articles-half-section .subfeatured-articles .focus-article {
	width: calc(33% - 15px);
	margin-right: 15px;
}

.single-account .profile-section .profile-contents .profile-info .bottom-row .like-share-save.footer-share,
.single-account .profile-section .profile-contents .profile-info .bottom-row .footer-share.like-share-save-in-article {
	float: right;
}

.profile-section {
	background-color: #fff;
	padding: 20px 50px 10px;
	border-bottom: 1px solid #766f6f;
}

.profile-section .profile-header {
	margin-bottom: 15px;
}

.profile-section .profile-header h1,
.profile-section .profile-header h5 {
	display: inline;
}

.profile-section .profile-contents {
	margin-top: 10px;
}

.profile-section .profile-contents .profile-img {
	width: 20%;
	margin-bottom: 20px;
}

.profile-section .profile-contents .profile-img img {
	border-radius: 7px;
}

.profile-section .profile-contents .profile-img i {
	position: absolute;
	font-size: 28px;
	color: rgba(255, 255, 255, 0.73);
	padding: 7px 0 0 7px;
}

.profile-section .profile-contents .profile-img i:hover {
	color: #fff;
	cursor: pointer;
}

.profile-section .profile-contents .profile-stats {
	display: table;
	width: 80%;
	padding: 0 5px 0 8px;
}

.profile-section .profile-contents .profile-stats .profile-stats__area {
	color: #2b2b2b;
	line-height: 20px;
	width: 50%;
	float: left;
}

.profile-section .profile-contents .profile-stats .profile-stats__area .stat-item {
	width: 100%;
	padding: 7px 5px;
}

.profile-section .profile-contents .profile-stats .profile-stats__area .stat-item:first-of-type {
	padding: 0 5px 7px;
}

.profile-section .profile-contents .profile-stats .edit-btn {
	font-size: 22px;
	text-align: right;
	width: 100%;
}

.profile-section .profile-contents .profile-stats .edit-btn a:hover {
	color: #2b2b2b;
	cursor: pointer;
}

.profile-section .profile-contents .profile-info {
	width: 80%;
	float: right;
	padding: 0 20px 10px 10px;
}

.profile-section .profile-contents .profile-info .profile-info__blurb,
.profile-section .profile-contents .profile-info .profile-info__blurb-edit {
	line-height: 20px;
}

.profile-section .profile-contents .profile-info .profile-info__blurb img,
.profile-section .profile-contents .profile-info .profile-info__blurb-edit img {
	float: left;
	margin: 0 10px 10px 0;
}

.profile-section .profile-contents .profile-info .profile-info__blurb.black,
.profile-section .profile-contents .profile-info .black.profile-info__blurb-edit {
	color: #2b2b2b;
}

.profile-section .profile-contents .profile-info .profile-info__blurb-edit {
	width: 100%;
	margin-bottom: 15px;
}

.profile-section .profile-contents .profile-info .bottom-row {
	display: inline-flex;
	width: 100%;
}

.profile-section .profile-contents .profile-info .bottom-row .follow-btn {
	flex: 1;
	margin: auto;
}

.profile-section .profile-contents .profile-info .bottom-row .like-share-save,
.profile-section .profile-contents .profile-info .bottom-row .like-share-save-in-article {
	flex: 3;
	display: flex;
	justify-content: flex-end;
	margin: auto;
	font-size: 20px;
}

.profile-section .profile-contents .profile-info .bottom-row .like-share-save i,
.profile-section .profile-contents .profile-info .bottom-row .like-share-save-in-article i {
	font-size: 26px;
}

.profile-section .profile-contents .profile-info .bottom-row .like-share-save.footer-share,
.profile-section .profile-contents .profile-info .bottom-row .footer-share.like-share-save-in-article {
	color: #2b2b2b;
}

.profile-section .profile-contents .profile-info .bottom-row .like-share-save.footer-share i,
.profile-section .profile-contents .profile-info .bottom-row .footer-share.like-share-save-in-article i {
	font-size: 44px;
}

.profile-articles {
	width: 80%;
	margin: 10px auto;
}

.report-page .report-header,
.search-companies-page .report-header {
	margin-bottom: 10px;
	padding: 20px;
	display: flex;
	justify-content: space-between;
}

.report-page .report-header .btnc--pill,
.report-page .report-header .mepr-price-menu .mepr-price-box-button a,
.mepr-price-menu .mepr-price-box-button .report-page .report-header a,
.search-companies-page .report-header .btnc--pill,
.search-companies-page .report-header .mepr-price-menu .mepr-price-box-button a,
.mepr-price-menu .mepr-price-box-button .search-companies-page .report-header a {
	margin: auto;
}

.report-page .report-section-header h5,
.search-companies-page .report-section-header h5 {
	width: fit-content;
	background-color: #fff;
	margin: -22px 0 25px;
	padding-right: 20px;
}

.report-page .report-section-header .morebtn,
.search-companies-page .report-section-header .morebtn {
	background-color: #fff;
	float: right;
}

.report-page .report-section .country-reports,
.search-companies-page .report-section .country-reports {
	padding: 20px;
}

.report-page .report-section .report-section-ender,
.search-companies-page .report-section .report-section-ender {
	width: 100%;
	margin-bottom: 30px;
	text-align: right;
}

.featured-person,
.featured-person-medium,
.featured-person-small {
	display: flex;
}

.featured-person .person-img,
.featured-person-medium .person-img,
.featured-person-small .person-img {
	height: 265px;
	width: 100%;
	flex: 1;
	cursor: pointer;
}

.featured-person .person-info,
.featured-person-medium .person-info,
.featured-person-small .person-info {
	flex: 2;
}

.featured-person .person-info .person-info__header,
.featured-person-medium .person-info .person-info__header,
.featured-person-small .person-info .person-info__header {
	margin-bottom: 10px;
	font-size: 2.3rem !important;
}

.featured-person .person-info .follow-btn,
.featured-person-medium .person-info .follow-btn,
.featured-person-small .person-info .follow-btn {
	margin: 10px 0 10px -5px;
}

.featured-person-medium {
	flex-direction: column;
	border-right: none;
}

.featured-person-medium .person-img {
	height: 220px;
	width: 100%;
}

.featured-person-medium .person-info {
	padding: 5px 20px 10px 0;
}

.featured-person-small {
	border-right: none;
	margin-top: 20px;
}

.featured-person-small .person-img {
	height: 120px;
	width: 30%;
}

.related-people .related-people__header {
	margin-bottom: 40px;
}

.related-people .related-people__showcase {
	width: 100%;
}

.related-people .related-people__showcase .related-person {
	padding-right: 0;
	margin: 5px 20px;
}

.related-people .related-people__showcase .related-person .circle-img {
	width: 160px;
	height: 160px;
	margin: auto;
	border-radius: 160px;
	overflow: hidden;
}

.related-people .related-people__showcase .related-person .circle-img img {
	width: 100%;
}

.related-people .related-people__showcase .related-person .key-info {
	height: 60px;
	text-align: center;
	margin-top: 10px;
	font-size: 1.9rem;
	overflow: hidden;
}

.related-people .related-people__showcase .related-person .key-info span {
	width: 100%;
	text-align: center;
	padding-right: 0;
}

.related-people .related-people__showcase .related-person .follow-btn {
	text-align: center;
}

.related-people .related-people__showcase .related-person:first-of-type {
	margin: 5px 20px 5px 0;
}

.related-people .related-people__showcase.centered {
	width: unset;
	margin: auto;
}

.signup-newsletter {
	background: 0 0;
	padding: 0;
}

.most-read {
	min-width: 248px;
	max-width: 330px;
	background-color: #e3e3e3;
}

.most-read .sidebar-widget__subheader {
	font-family: dm serif text, serif;
	text-align: center;
}

.most-read .featured-item-img {
	height: 120px;
	width: calc(100% - 10px);
	margin: 20px 5px;
}

.most-read .featured-item-img:hover {
	cursor: pointer;
}

.related-companies .related-companies-list {
	margin-top: 20px;
}

.related-companies .related-companies-list .related-company {
	padding-bottom: 6px;
	line-height: 25px;
	display: flex;
	justify-content: space-between;
	text-align: left;
	font-size: 16px;
}

.reports-widget,
.related-reports,
.country-reports,
.latest-reports {
	background-color: #eedac9;
	padding: 25px 25px 40px;
	width: 100%;
}

.reports-widget .reports__header,
.related-reports .reports__header,
.country-reports .reports__header,
.latest-reports .reports__header {
	padding: 10px;
	display: flex;
	justify-content: space-between;
}

.reports-widget .reports__header h1,
.related-reports .reports__header h1,
.country-reports .reports__header h1,
.latest-reports .reports__header h1,
.reports-widget .reports__header a,
.related-reports .reports__header a,
.country-reports .reports__header a,
.latest-reports .reports__header a {
	color: #fff;
	font-size: 2.3rem !important;
}

.reports-widget .reports__header .link-text,
.related-reports .reports__header .link-text,
.country-reports .reports__header .link-text,
.latest-reports .reports__header .link-text {
	justify-self: end;
}

.reports-widget .reports__showcase .report-info,
.related-reports .reports__showcase .report-info,
.country-reports .reports__showcase .report-info,
.latest-reports .reports__showcase .report-info {
	color: #fff;
	font-size: 18px;
	text-align: left;
}

.reports-widget .reports__showcase .report,
.related-reports .reports__showcase .report,
.country-reports .reports__showcase .report,
.latest-reports .reports__showcase .report {
	float: left;
	text-align: center;
	margin-bottom: 25px;
}

.reports-widget .reports__showcase .report .report-image,
.related-reports .reports__showcase .report .report-image,
.country-reports .reports__showcase .report .report-image,
.latest-reports .reports__showcase .report .report-image {
	width: 100%;
	margin-bottom: 20px;
}

.reports-widget .reports__showcase .report .report-image img,
.related-reports .reports__showcase .report .report-image img,
.country-reports .reports__showcase .report .report-image img,
.latest-reports .reports__showcase .report .report-image img {
	max-width: 200px;
}

.reports-widget .reports__showcase .report .report-image:hover,
.related-reports .reports__showcase .report .report-image:hover,
.country-reports .reports__showcase .report .report-image:hover,
.latest-reports .reports__showcase .report .report-image:hover {
	cursor: pointer;
}

.related-reports .reports__header {
	display: block;
	text-align: center;
	color: #fff;
}

.country-reports {
	padding: 10px 10px 40px 45px;
}

.country-reports .reports__header {
	padding: 20px 20px 20px 0;
	justify-content: unset;
}

.country-reports .reports__header button {
	margin-left: 30px;
}

.country-reports .reports__showcase .report {
	margin-bottom: 40px;
}

.country-reports .reports__showcase .report .report-image {
	cursor: pointer;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
	padding: 0 35px;
}

.white-paper-archive .white-paper {
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.white-paper-archive .white-paper .body {
	padding-left: 20px;
	display: flex;
	flex-direction: row;
}

.white-paper-archive .white-paper .body img {
	box-shadow: 1px 1px 1px 1px #d3d3d3;
	padding: 5px 0 0;
	align-self: start;
}

.white-paper-archive .white-paper .body img:hover {
	cursor: pointer;
}

.white-paper-archive .white-paper .body .preview {
	font-size: 17px;
	padding: 10px 0 0 30px;
}

.white-paper-archive .white-paper .body .preview .see-more {
	margin-top: 15px;
	font-size: 16px;
	background: #fff;
	border-color: #6c757d;
	border-radius: 7px;
	padding: 0 14px;
}

.white-paper-archive .white-paper .body .preview .see-more:hover {
	background-color: lightgrey;
}

.directory-filters .filter {
	text-align: right;
}

.directory-filters .directory-search .search-form__input {
	max-width: 300px;
	height: 40px;
	font-family: dm serif text, serif;
	border-radius: 15px;
	border: 1px solid #837aa4;
	padding: 8px;
	font-size: 20px !important;
}

.directory-widget,
.legal-countries,
.legal-sections,
.legal-sections-wide {
	background: #fff;
	padding: 15px;
	margin: 0 0 20px;
}

.directory-widget .section-title,
.legal-countries .section-title,
.legal-sections .section-title,
.legal-sections-wide .section-title {
	margin-bottom: 15px;
}

.directory-widget .list-item,
.legal-countries .list-item,
.legal-sections .list-item,
.legal-sections-wide .list-item {
	margin-bottom: 17px;
	font-size: 1.8rem;
}

.directory-widget .list-item .list-item-icon,
.legal-countries .list-item .list-item-icon,
.legal-sections .list-item .list-item-icon,
.legal-sections-wide .list-item .list-item-icon {
	margin-right: 5px;
}

.legal-sections-wide .legal-sections-list {
	display: table;
	width: 100%;
}

.legal-sections-wide .legal-sections-list .list-item {
	width: 50%;
	float: left;
}

.people-to-watch .fLarge {
	width: 60%;
}

.people-to-watch .fSmall {
	width: 40%;
	margin-top: -20px;
}

.three-featured-items {
	padding-top: 20px;
}

.three-featured-items.type1 .feature-one {
	width: calc(33.3% - 15px);
	padding-right: 15px;
	margin-right: 15px;
}

.three-featured-items.type1 .feature-two {
	width: calc(33.3% - 15px);
	padding-right: 15px;
	margin-right: 15px;
}

.three-featured-items.type1 .feature-three {
	width: 33.3%;
}

.three-featured-items.type2 .feature-one {
	width: calc(30% - 15px);
	padding-right: 15px;
	margin-right: 15px;
}

.three-featured-items.type2 .feature-two {
	width: calc(40% - 15px);
	padding-right: 15px;
	margin-right: 15px;
}

.three-featured-items.type2 .feature-three {
	width: 30%;
}

.aToZ {
	width: 100%;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.aToZ span {
	float: unset;
}

.aToZ .page-numbers {
	font-size: 2.5rem;
	padding-right: 10px;
	color: #2b2b2b;
}

.aToZ .page-numbers:disabled {
	cursor: unset;
}

.aToZ .current {
	color: #837aa4;
}

.aToZ ul li.letter {
	display: inline;
	font-size: 2.5rem;
	padding-right: 10px;
}

.like-share-save,
.like-share-save-in-article {
	min-width: 220px;
}

.like-share-save > span,
.like-share-save-in-article > span {
	width: unset;
}

.like-share-save span i,
.like-share-save-in-article span i,
.like-share-save a i,
.like-share-save-in-article a i {
	font-size: 22px;
}

.like-share-save span:hover,
.like-share-save-in-article span:hover {
	cursor: pointer;
}

.like-share-save a:hover,
.like-share-save-in-article a:hover {
	cursor: pointer;
	text-decoration: none;
}

.like-share-save .btnc--icon,
.like-share-save-in-article .btnc--icon {
	padding-top: 5px;
}

.like-share-save .like i,
.like-share-save-in-article .like i {
	color: #b10200;
}

.like-share-save .save i,
.like-share-save-in-article .save i {
	color: #ae9f5c;
}

.like-share-save .share i,
.like-share-save-in-article .share i {
	color: #1fa2ce;
}

.like-share-save .facebook:hover i,
.like-share-save-in-article .facebook:hover i {
	color: #3b5998;
}

.like-share-save .twitter:hover i,
.like-share-save-in-article .twitter:hover i {
	color: #1da1f2;
}

.like-share-save .linkedin:hover i,
.like-share-save-in-article .linkedin:hover i {
	color: #e68523;
}

.like-share-save .share-buttons,
.like-share-save-in-article .share-buttons {
	float: right;
}

.like-share-save.footer-share .share-item,
.footer-share.like-share-save-in-article .share-item {
	text-align: left;
}

.like-share-save-in-article {
	width: 60px;
	min-width: unset;
	margin: auto;
}

.like-share-save-in-article .share-buttons a img {
	margin: 8px;
	width: 50px;
}

header nav .navbar {
	margin-bottom: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-radius: 0;
}

header nav .navbar .nav-item.left-side {
	width: unset;
}

header nav .navbar .nav-item.left-side .nav-burger-btn {
	display: none;
}

header nav .navbar .nav-item.middle {
	flex: 2;
	text-align: center;
}

header nav .navbar .nav-item.right-side {
	text-align: end;
}

header nav .navbar-top .nav-item .search-form {
	display: inline-block;
	margin-left: 20px;
}

header nav .navbar-top .nav-item .search-form .search-form__input {
	border-radius: 10px;
	font-size: 18px;
	width: 140px;
}

header nav .navbar-top .nav-item .search-form .search-form__input:hover {
	cursor: pointer;
}

header nav .navbar-top .nav-item .search-form .search-form__submit {
	background: 0 0;
	font-size: 20px;
}

header nav .navbar-top .nav-item .search-form .search-form__submit:hover i {
	color: #837aa4;
}

header nav .navbar-top .nav-item.middle {
	position: absolute;
	left: calc(50% - 100px);
	width: 200px;
}

header nav .navbar-top .nav-item.right-side {
	flex: 2;
}

header nav .navbar .nav-item {
	margin: 0 auto;
	list-style: none;
	text-align: left;
	width: 100%;
}

header nav .navbar .nav-item a,
header nav .navbar .nav-item button {
	font-family: inter, sans-serif;
	font-size: 18px;
}

header nav .navbar .nav-item li {
	float: left;
	padding: 0 16px;
	position: relative;
}

header nav .navbar .nav-item li a,
header nav .navbar .nav-item li button {
	font-family: inter, sans-serif;
	font-size: 18px;
	color: #2b2b2b;
}

header nav .navbar .nav-item li a:hover,
header nav .navbar .nav-item li button:hover {
	color: #837aa4;
	text-decoration: none;
}

header nav .navbar .nav-item .subscribe {
	font-size: 16px;
	padding-left: 14px;
	padding-right: 14px;
	text-transform: uppercase;
	border-width: 1.5px;
}

header nav .navbar .nav-item .form-inline #search-bar {
	overflow: hidden;
	transition: max-width 0.2s ease-out;
}

header nav .navbar .toggle-nav {
	max-width: 9%;
	margin-right: 7px;
	float: right;
	display: none;
}

header nav .navbar .toggle-nav .nav-btn {
	font-size: 18px;
}

header nav .navbar-top {
	height: 64px;
	background: #2b2b2b;
}

header nav .navbar-top .nav-item a,
header nav .navbar-top .nav-item button {
	color: #fff;
}

header nav .navbar-top .middle {
	width: 180px;
}

header nav .navbar-top .logo {
	display: none;
}

header nav .navbar-mid {
	background: #ffefe5;
	float: left;
}

header nav .navbar-mid .nav-item li a {
	font-weight: 600;
}

header nav .navbar-mid #midNavExtra {
	width: 89%;
	text-align: center;
	display: none;
	position: absolute;
	background: #2b2b2b;
}

header nav .navbar-btm {
	background: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 0;
}

header nav .navbar-btm #btmNavExtra {
	width: 89%;
	text-align: center;
	display: none;
	position: absolute;
	background: #fff;
}

.mobile-menu .burger {
	display: none;
	position: absolute;
	top: 20px;
	left: 87vw;
}

.mobile-menu .burger nav a {
	text-decoration: none;
	color: #232323;
	transition: color 0.3s ease;
}

.mobile-menu .burger nav a:hover {
	color: #fff;
}

.mobile-menu .burger nav #menuToggle {
	display: block;
	position: fixed;
	z-index: 1;
	-webkit-user-select: none;
	user-select: none;
	margin-top: 2px;
}

.mobile-menu .burger nav #menuToggle input {
	display: block;
	width: 40px;
	height: 32px;
	position: absolute;
	top: -7px;
	left: -5px;
	cursor: pointer;
	opacity: 0;
	z-index: 2;
	-webkit-touch-callout: none;
}

.mobile-menu .burger nav #menuToggle input.search-text {
	width: 75%;
	top: unset;
	left: unset;
	opacity: unset;
	position: unset;
}

.mobile-menu .burger nav #menuToggle span {
	display: block;
	width: 33px;
	height: 4px;
	margin-bottom: 5px;
	position: relative;
	background: #cdcdcd;
	border-radius: 3px;
	z-index: 1;
	transform-origin: 4px 0;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

.mobile-menu .burger nav #menuToggle span:first-child {
	transform-origin: 0% 0%;
}

.mobile-menu .burger nav #menuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
}

.mobile-menu .burger nav #menuToggle input:checked ~ span {
	opacity: 1;
	transform: rotate(-45deg) translate(-7px, -7px);
	background: #fff;
	transform-origin: 40% 40%;
}

.mobile-menu .burger nav #menuToggle input:checked ~ span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0) scale(0.2, 0.2);
}

.mobile-menu .burger nav #menuToggle input:checked ~ span:nth-last-child(2) {
	transform: rotate(45deg) translate(-7px, 7px);
	transform-origin: 40% 40%;
}

.mobile-menu .burger nav #menu {
	position: absolute;
	border-bottom-right-radius: 10px;
	text-align: left;
	top: 42px;
	width: 100vw;
	margin-left: -87vw;
	padding-bottom: 15px;
	overflow: hidden;
	overflow-y: scroll;
	background: #766f6f;
	list-style-type: none;
	-webkit-font-smoothing: antialiased;
	padding-top: 10px;
	transform-origin: 0% 0%;
	transform: translate(-100%, 0);
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.mobile-menu .burger nav #menu .nav-item {
	font-size: 22px;
	color: #fff;
}

.mobile-menu .burger nav #menu li {
	padding: 10px 0;
	padding-left: 12px;
	font-size: 22px;
	color: #fff;
	margin-left: -5vw;
}

.mobile-menu .burger nav #menu li .far,
.mobile-menu .burger nav #menu li .fas {
	font-size: 30px;
	padding-left: 10px;
	padding-right: 20px;
	float: right;
}

.mobile-menu .burger nav #menu li#first {
	padding-top: 10vh;
}

.mobile-menu .burger nav #menu .current-menu-item li {
	color: #837aa4;
}

.mobile-menu .burger nav #menu-logo {
	margin-top: 8vh;
	height: 90px;
	max-width: 45px;
}

.mobile-menu .burger nav #menuToggle input:checked ~ ul {
	transform: none;
}

.mobile-menu #menuToggle input:checked ~ .burger {
	left: 5vw;
	top: 50vh;
}

.mobile-menu .u-icons {
	font: 30px/1 FontAwesome;
	top: 4px;
	position: relative;
	right: 10px;
}

.mobile-menu .search {
	float: left;
}

.mobile-menu .search i {
	font-size: 36px;
}

.mobile-menu .login {
	float: right;
}

.mobile-menu .login i {
	font-size: 36px;
}

@media (max-width: 400px) {

	header nav .flex-grid-thirds {
		display: block;
	}

	header nav .flex-grid-thirds .col {
		width: 100%;
		margin: 0 0 10px;
	}
}

.reading-article {
	padding: 10px 15px 15px;
}

.reading-article .article-header .article-title {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.reading-article .article-header .article-title span {
	font-family: dm serif text, serif !important;
	font-size: 3.1rem !important;
}

.reading-article .article-header .article-controls {
	float: right;
	padding: 10px;
}

.reading-article .article-subheader {
	display: flex;
	justify-content: space-between;
	margin-right: 15px;
}

.reading-article .article-subheader .like-share-save,
.reading-article .article-subheader .like-share-save-in-article {
	width: unset;
	margin-top: 10px;
}

.reading-article .article-image {
	margin: 15px 0;
	padding-right: 0;
}

.reading-article .article-content,
.single-pharma-report .reading-article .article-full-width-content {
	font-size: 1.8rem;
	padding: 0 10px 10px 0;
	color: #2b2b2b;
}

.reading-article .article-content blockquote,
.single-pharma-report .reading-article .article-full-width-content blockquote {
	font-family: dm serif text, serif;
	font-size: 2.1rem;
	background: #ffd7be;
	margin-left: -40px;
	border-radius: 30px;
	border-top-left-radius: 0;
	width: calc(100% + 40px);
}

.reading-article .article-content blockquote p:last-of-type,
.single-pharma-report .reading-article .article-full-width-content blockquote p:last-of-type {
	text-align: right;
}

.reading-article .article-content a,
.single-pharma-report .reading-article .article-full-width-content a {
	color: #837aa4;
}

.reading-article .article-content > div,
.single-pharma-report .reading-article .article-full-width-content > div {
	padding-bottom: 20px;
}

.reading-article .article-content .leading,
.single-pharma-report .reading-article .article-full-width-content .leading {
	font-size: 1.8rem;
}

.reading-article .article-content .leading img,
.single-pharma-report .reading-article .article-full-width-content .leading img {
	float: left;
	margin: 0 20px 10px 0;
	max-width: 100%;
}

.reading-article .article-content .leading .wp-caption-text,
.single-pharma-report .reading-article .article-full-width-content .leading .wp-caption-text {
	float: left;
	margin: 5px 5px 5px 0;
	width: 100%;
}

.reading-article .article-content .leading strong,
.single-pharma-report .reading-article .article-full-width-content .leading strong {
	font-weight: 700;
}

.reading-article .article-content .tags,
.single-pharma-report .reading-article .article-full-width-content .tags {
	font-size: 1.8rem;
}

.reading-article .article-content .quote,
.single-pharma-report .reading-article .article-full-width-content .quote {
	font-weight: 600;
	color: #766f6f;
	font-size: 1.8rem;
}

.important-header {
	font-size: 32px;
	margin: 15px;
}

.not-found-page {
	text-align: center;
	margin-top: 25px;
}

.not-found-page .not-found-links a {
	padding-bottom: 20px;
}

.not-found-page .not-found-links a:hover {
	transform: scale(1.2);
}

.articleListing .filter {
	margin-bottom: 30px;
}

.hide-mobile {
	display: block;
}

.show-mobile {
	display: none;
}

a.active-link {
	color: #837aa4 !important;
}

.border-section {
	padding-top: 20px;
}

.page-head {
	text-transform: uppercase;
	font-family: dm serif text, serif;
	font-size: 20px;
	margin-bottom: 15px;
	color: #2b2b2b;
}

.section-header {
	color: #2b2b2b;
	font-weight: 600;
}

.section-header-login {
	color: #2b2b2b;
	font-weight: 600;
}

.section-subhead {
	font-family: dm serif text, serif;
}

.face-sm img {
	border-radius: 20px;
	height: 25px;
	width: 25px;
}

.face-med img {
	border-radius: 25px;
	height: 50px;
	width: 50px;
}

.ad-space {
	text-align: center;
	width: 100%;
}

.mybtn,
#login-section .login-form .submit-btn,
#register-section .login-form .submit-btn {
	color: #fff;
	border-radius: 15px;
	padding: 5px 20px;
	font-size: 16px;
}

.mybtn:hover,
#login-section .login-form .submit-btn:hover,
#register-section .login-form .submit-btn:hover {
	color: unset;
}

.link-btn,
#login-section .login-form-btns a,
#register-section .login-form-btns a {
	color: #837aa4;
	text-decoration: underline;
	font-size: 16px;
	margin-left: 20px;
}

#login-section .section-header,
#register-section .section-header {
	margin-bottom: 10px;
}

#login-section .welcome-message,
#register-section .welcome-message {
	margin-bottom: 20px;
	font-family: inter, sans-serif;
}

#login-section .social-logins,
#register-section .social-logins {
	margin: 15px 0;
}

#login-section .social-logins .wow-fb-login,
#login-section .social-logins .wow-google-login,
#register-section .social-logins .wow-fb-login,
#register-section .social-logins .wow-google-login {
	margin-top: 3px;
}

#login-section .social-logins .login-pills.facebook,
#register-section .social-logins .login-pills.facebook {
	margin-left: 0;
}

#login-section .social-logins .wow-fb-login,
#login-section .social-logins .wow-google-login,
#register-section .social-logins .wow-fb-login,
#register-section .social-logins .wow-google-login {
	border: 0 !important;
	border-radius: 25px !important;
	font-size: 17px !important;
	margin-bottom: 10px;
	outline: 0 !important;
	max-height: 50px !important;
	font-family: inter, sans-serif !important;
	color: #fff !important;
	padding: 6px 33px 3px !important;
	text-decoration: none !important;
}

#login-section .btn-forgotpw,
#register-section .btn-forgotpw {
	line-height: 35px;
}

#login-section .login-form-btns,
#register-section .login-form-btns {
	font-size: 16px;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
}

#login-section .login-form-btns input[type="checkbox"],
#register-section .login-form-btns input[type="checkbox"] {
	min-width: 30px !important;
	width: 5%;
	margin: 5px 15px;
	min-height: 30px !important;
}

#login-section .login-form-btns .register-btn,
#register-section .login-form-btns .register-btn {
	margin-left: 20px;
}

#login-section .login-form,
#register-section .login-form {
	width: 50%;
}

#login-section .login-form input,
#register-section .login-form input {
	width: 100%;
	margin-bottom: 10px;
	background-color: #fff;
	color: #766f6f;
	padding-left: 10px;
	font-size: 16px;
	border: 1px solid #766f6f;
}

#login-section .login-form .rememberme input#rememberme,
#register-section .login-form .rememberme input#rememberme {
	width: 20px;
	margin: 5px 10px;
	height: 20px;
}

#login-section .login-form .submit-btn,
#register-section .login-form .submit-btn {
	background-color: #2b2b2b;
	padding: 5px 40px;
	width: unset;
}

#register-section .text-muted,
#register-section .blurb,
#register-section .article .article-info .article-info__blurb,
.article .article-info #register-section .article-info__blurb,
#register-section .featured-item .article-info .article-info__blurb,
.featured-item .article-info #register-section .article-info__blurb,
#register-section .focus-articles-section .focus-article .article-info .article-info__blurb,
.focus-articles-section .focus-article .article-info #register-section .article-info__blurb,
#register-section .focus-articles-half-section .focus-article .article-info .article-info__blurb,
.focus-articles-half-section .focus-article .article-info #register-section .article-info__blurb,
#register-section .profile-section .profile-contents .profile-stats .profile-stats__area,
.profile-section .profile-contents .profile-stats #register-section .profile-stats__area,
#register-section .profile-section .profile-contents .profile-info .profile-info__blurb,
.profile-section .profile-contents .profile-info #register-section .profile-info__blurb,
#register-section .profile-section .profile-contents .profile-info .profile-info__blurb-edit,
.profile-section .profile-contents .profile-info #register-section .profile-info__blurb-edit,
#register-section .featured-person .person-info .person-info__blurb,
.featured-person .person-info #register-section .person-info__blurb,
#register-section .featured-person-medium .person-info .person-info__blurb,
.featured-person-medium .person-info #register-section .person-info__blurb,
#register-section .featured-person-small .person-info .person-info__blurb,
.featured-person-small .person-info #register-section .person-info__blurb,
#register-section .like-share-save,
#register-section .like-share-save-in-article,
#register-section .quote,
#register-section .home .section-title,
.home #register-section .section-title,
#register-section .profile-section .profile-contents .profile-stats .edit-btn a,
.profile-section .profile-contents .profile-stats .edit-btn #register-section a,
#register-section .aToZ .page-numbers.current-page,
.aToZ #register-section .page-numbers.current-page,
#register-section .section-header,
#register-section .section-header-login,
#register-section .welcome-message {
	font-size: 16px;
	width: 100%;
}

#register-section .login-form-btns {
	width: 100%;
}

.focus-articles-section,
.focus-articles-half-section {
	background: #fff;
	width: 100%;
	float: left;
	padding: 20px;
}

.focus-articles-section .clear,
.focus-articles-half-section .clear {
	display: none;
}

.focus-articles-half-section {
	width: calc(50% - 7.5px);
}

.focus-articles-half-section .focus-article .article-info .article-info__header h1,
.focus-articles-half-section .focus-article .article-info .article-info__header h2 {
	min-height: 80px;
}

.focus-articles-half-section .focus-article .article-info .article-info__blurb {
	min-height: 50px;
}

footer {
	background: #2b2b2b;
	color: #fff;
}

footer .foot-section-wrapper {
	width: 80%;
	margin: auto;
	padding: 30px;
}

footer .foot-section-wrapper .clear {
	display: none;
}

footer .foot-section-wrapper .navigation .nav-items > .nav-item {
	font-size: 14px;
}

footer .foot-section-wrapper .subscribe .subscribe-form {
	max-width: 250px;
}

footer .foot-section-wrapper .subscribe .subscribe-form input {
	width: 100%;
	margin-bottom: 10px;
	padding-left: 5px;
	text-align: left;
}

footer .foot-section-wrapper .subscribe .subscribe-form input[type="text"] {
	background-color: initial;
	color: #fff;
}

footer .foot-section-wrapper .subscribe .subscribe-form input[type="submit"] {
	color: #2b2b2b;
	text-transform: uppercase;
}

footer .foot-section-wrapper .footer-share .share-item {
	margin-bottom: 10px;
	width: 100%;
}

footer .foot-section-wrapper .footer-share .share-item a i {
	font-size: 36px;
}

footer .foot-section-wrapper .footer-share .share-item a:not(:hover) i {
	color: #fff;
}

footer .foot-section-wrapper .foot-section {
	padding: 15px;
}

footer .foot-section-wrapper .foot-section p {
	font-size: 14px;
}

footer .foot-section-wrapper .foot-section.address {
	width: 100%;
	text-align: center;
	margin-top: 23px;
}

section-title.demo-headings * {
	margin-bottom: 20px;
}

.filter .form,
.filter form#Filter {
	width: 100%;
	display: block !important;
}

.filter .dropdown.bootstrap-select {
	display: inline-block !important;
}

.filter .dropdown.bootstrap-select:first-of-type {
	margin-right: 15px;
}

.filter .formCell .inputCell:focus {
	outline: none !important;
}

.filter .formCell .inputCell #geographyid {
	font-family: dm serif text, serif;
	border-radius: 15px;
	border: 1px solid #837aa4;
	padding: 8px;
}

.filter .formCell .inputCell #geographyid:focus {
	outline: none !important;
}

.filter .formCell .inputCell select {
	font-family: dm serif text, serif;
	border-radius: 15px;
	border: 1px solid #837aa4;
	padding: 8px;
	font-size: 20px;
}

.filter .formCell .inputCell select:focus {
	outline: none !important;
}

.filter .formCell .inputCell:focus {
	outline: none !important;
}

.btnc,
.btn-signup,
.mepr-price-menu .mepr-price-box-button a {
	font-family: inter, sans-serif;
	text-align: center;
}

.btnc:hover,
.btn-signup:hover,
.mepr-price-menu .mepr-price-box-button a:hover {
	cursor: pointer;
}

.btnc--outline {
	border: 2px solid #2b2b2b;
	border-radius: 1px;
	background-color: initial;
	text-transform: uppercase;
	font-size: 20px;
	padding: 2px 16px;
	color: #777;
	min-width: 100px;
}

.btnc--outline.subscribe {
	border-color: #ffc107;
}

.btnc--outline.subscribe:hover,
.btnc--outline.subscribe:focus {
	box-shadow: 0 0 0 0.2rem #ffc107;
	background-color: unset;
	color: unset;
	outline-color: transparent;
}

.btnc--outline.signup {
	border: 1px solid #766f6f;
}

.btnc--outline.signup:hover,
.btnc--outline.signup:focus {
	box-shadow: 0 0 0 0.2rem #848484;
	background-color: #848484;
	color: #fff;
	outline: none;
	border: none;
}

.btnc--outline.loadmore {
	text-transform: none;
	border-radius: 4px;
}

.btnc--outline.nav-burger {
	border: 1px solid #766f6f;
	border-radius: 5px;
	background-color: initial;
	font-size: 28px;
	padding: 4px 10px;
	color: #766f6f;
	min-width: 40px;
}

.btnc--outline:hover,
.btnc--outline:focus {
	background-color: #2b2b2b;
	color: #fff;
	outline: none;
}

.btnc--pill,
.mepr-price-menu .mepr-price-box-button a {
	border: none;
	border-radius: 25px;
	font-size: 17px;
	outline: none;
	padding: 6px 18px 3px;
	max-height: 50px;
}

.btnc--pill.submit,
.mepr-price-menu .mepr-price-box-button a.submit {
	padding: 6px 33px 3px;
	max-height: 36px;
	background-color: #2b2b2b;
	color: #fff;
	border: 1px solid #848484;
}

.btnc--pill.submit:hover,
.mepr-price-menu .mepr-price-box-button a.submit:hover,
.btnc--pill.submit:focus,
.mepr-price-menu .mepr-price-box-button a.submit:focus {
	background-color: #fff;
	color: #2b2b2b;
	border-color: grey;
}

.btnc--pill.salmon,
.mepr-price-menu .mepr-price-box-button a {
	background-color: #ffefe5;
	color: #2b2b2b;
	border: 1px solid #989898;
}

.btnc--pill.salmon:hover,
.mepr-price-menu .mepr-price-box-button a:hover,
.btnc--pill.salmon:focus,
.mepr-price-menu .mepr-price-box-button a:focus {
	padding: 6px 33px 3px;
	background-color: #fff;
}

.btnc--pill.white,
.mepr-price-menu .mepr-price-box-button a.white {
	background-color: #fff;
	color: #2b2b2b;
}

.btnc--pill.white:hover,
.mepr-price-menu .mepr-price-box-button a.white:hover,
.btnc--pill.white:focus,
.mepr-price-menu .mepr-price-box-button a.white:focus {
	padding: 6px 33px 3px;
	background-color: #2b2b2b;
	color: #fff;
}

.btnc--pill.login-pills,
.mepr-price-menu .mepr-price-box-button a.login-pills {
	font-family: inter, sans-serif;
	color: #fff;
	padding: 6px 33px 3px;
}

.btnc--pill.login-pills.facebook,
.mepr-price-menu .mepr-price-box-button a.login-pills.facebook {
	background-color: #3b5998;
}

.btnc--pill.login-pills.facebook:hover,
.mepr-price-menu .mepr-price-box-button a.login-pills.facebook:hover,
.btnc--pill.login-pills.facebook:focus,
.mepr-price-menu .mepr-price-box-button a.login-pills.facebook:focus {
	box-shadow: 0 0 0 0.25rem #3b5998;
}

.btnc--pill.login-pills.google,
.mepr-price-menu .mepr-price-box-button a.login-pills.google {
	background-color: #db3236;
}

.btnc--pill.login-pills.google:hover,
.mepr-price-menu .mepr-price-box-button a.login-pills.google:hover,
.btnc--pill.login-pills.google:focus,
.mepr-price-menu .mepr-price-box-button a.login-pills.google:focus {
	box-shadow: 0 0 0 0.25rem #db3236;
}

.btnc--pill.login-pills.linkedin,
.mepr-price-menu .mepr-price-box-button a.login-pills.linkedin {
	background-color: #e68523;
}

.btnc--pill.login-pills.linkedin:hover,
.mepr-price-menu .mepr-price-box-button a.login-pills.linkedin:hover,
.btnc--pill.login-pills.linkedin:focus,
.mepr-price-menu .mepr-price-box-button a.login-pills.linkedin:focus{}

.btnc--pill:hover,
.mepr-price-menu .mepr-price-box-button a:hover,
.btnc--pill:focus,
.mepr-price-menu .mepr-price-box-button a:focus {
	outline: none;
}

.btnc--pill.long,
.mepr-price-menu .mepr-price-box-button a.long {
	padding: 6px 36px 3px;
}

.btnc--pill.large,
.mepr-price-menu .mepr-price-box-button a {
	padding: 20px 30px 18px;
	min-width: 200px;
	display: inline-block;
	max-height: none;
	border-radius: 30px;
	line-height: 1;
}

.btnc--pill.large:hover,
.mepr-price-menu .mepr-price-box-button a:hover,
.btnc--pill.large:focus,
.mepr-price-menu .mepr-price-box-button a:focus {
	padding: 20px 30px 18px;
	text-decoration: none;
	color: #2b2b2b;
}

.btnc--block {
	background: buttonface;
	color: #2b2b2b;
	font-size: 18px;
	border: none;
}

.btnc--block:hover,
.btnc--block:focus {
	background-color: #2b2b2b;
	color: #fff;
}

.btnc--block.subscribe {
	text-transform: uppercase;
	padding: 4px 110px 2px 14px;
	text-align: left;
}

.btnc--text {
	background-color: initial;
	border: none;
	text-align: center;
	font-family: dm serif text, serif;
	font-size: 20px;
}

.btnc--text:hover,
.btnc--text:focus {
	outline: none;
}

.btnc--text.link-text {
	font-family: inter, sans-serif;
	color: #fff;
}

.btnc--text.link-text:hover,
.btnc--text.link-text:focus {
	color: #837aa4;
}

.btnc--text.follow-off {
	text-transform: uppercase;
	color: #837aa4;
}

.btnc--text.follow-off:hover,
.btnc--text.follow-off:focus {
	color: #6c757d;
}

.btnc--text.follow-on {
	text-transform: uppercase;
	color: #6c757d;
}

.btnc--text.follow-on:hover,
.btnc--text.follow-on:focus {
	color: #837aa4;
}

.btnc--box {
	background-color: #777;
	padding: 3px 35px;
	border: none;
	border-radius: 5px;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
}

.btnc--box:hover,
.btnc--box:focus {
	background-color: #837aa4;
}

.btnc--icon {
	background-color: initial;
	border: none;
	outline: none;
}

.btnc--icon.camera i {
	font-size: 60px;
	color: rgba(255, 255, 255, 0.71);
}

.btnc--icon.camera:hover i,
.btnc--icon.camera:focus i {
	color: rgba(255, 255, 255, 0.95);
}

.btnc--icon.edit {
	color: #6c757d;
	font-size: 20px;
}

.btnc--icon.edit i {
	font-size: 36px;
	padding-left: 4px;
}

.btnc--icon.edit:hover,
.btnc--icon.edit:focus {
	color: #2b2b2b;
}

.btnc--icon.filter {
	color: #2b2b2b;
	font-size: 20px;
}

.btnc--icon.filter i {
	font-size: 38px;
	padding-left: 4px;
}

.btnc--icon.filter:hover,
.btnc--icon.filter:focus {
	color: #837aa4;
}

.btnc--icon.like,
.btnc--icon.share,
.btnc--icon.save {
	text-transform: uppercase;
	color: #6c757d;
	font-size: 12px;
	margin-right: 8px;
}

.btnc--icon.like i,
.btnc--icon.share i,
.btnc--icon.save i {
	color: #b10200;
	font-size: 22px;
	padding-right: 7px;
}

.btnc--icon.like.save-lg,
.btnc--icon.share.save-lg,
.btnc--icon.save.save-lg {
	font-size: 20px;
	margin-right: -12px;
}

.btnc--icon.like:focus,
.btnc--icon.share:focus,
.btnc--icon.save:focus {
	outline: none;
}

.btnc--icon.like i {
	color: #b10200;
}

.btnc--icon.like .fas,
.btnc--icon.like:hover .far {
	display: none;
}

.btnc--icon.like:hover .fas {
	display: inline;
	color: #777;
}

.btnc--icon.save i {
	color: #ae9f5c;
}

.btnc--icon.share i {
	color: #1fa2ce;
}

.btnc--icon.remove-filters {
	font-size: 20px;
	margin-left: 20px;
}

.btnc--icon.remove-filters i {
	color: #1fa2ce;
}

.btnc--icon.remove-filters .fas,
.btnc--icon.remove-filters:hover .far {
	display: none;
}

.btnc--icon.remove-filters:hover .fas {
	display: inline;
	color: #777;
}

.btn-signup {
	background-color: initial;
	color: #2b2b2b;
	font-size: 22px;
	border-width: 3px;
	border-color: #2b2b2b;
	width: 100%;
	padding: 7px 10px 6px;
	text-transform: uppercase;
	line-height: 24px;
}

.btn-signup:hover {
	background-color: #6c757d;
	border-color: #6c757d;
}

.show-more-btn {
	color: #837aa4 !important;
}

.show-more-btn a {
	color: #837aa4 !important;
}

.filter-selector {
	width: 100%;
}

::-webkit-input-placeholder {
	color: #989898;
}

::-moz-placeholder {
	color: #989898;
}

:-ms-input-placeholder {
	color: #989898;
}

:-moz-placeholder {
	color: #989898;
}

.mp-heading,
.mepr-price-menu .mepr-price-box-title {
	font-size: 32px !important;
	font-family: dm serif text, serif;
	color: #2b2b2b;
	text-align: center;
	margin-bottom: 1em;
	line-height: 1;
}

.single-memberpressproduct .mp-heading,
.single-memberpressproduct .mepr-price-menu .mepr-price-box-title,
.mepr-price-menu .single-memberpressproduct .mepr-price-box-title {
	margin-bottom: 12px;
}

.mp-text-link,
.mepr-unauthorized-message a:not(.btnc):not(.btn-signup),
.mepr-account-change-password a,
.have-coupon-link {
	color: #837aa4;
	font-size: 1.4rem;
	text-decoration: underline;
}

.mp-text-link--large {
	font-size: 2rem;
}

.mp-text-link:hover,
.mepr-unauthorized-message a:hover:not(.btnc):not(.btn-signup),
.mepr-account-change-password a:hover,
.have-coupon-link:hover {
	color: #2b2b2b;
}

.mepr-unauthorized-excerpt {
	font-style: italic;
	font-size: 1.5rem;
}

.mepr-unauthorized-message {
	margin-top: 6rem;
	background: #383c3f;
	color: #fff;
	text-align: center;
	padding: 5rem 9rem 3rem;
	font-size: 1.8rem;
}

.mepr-unauthorized-message h2,
.mepr-unauthorized-message h3 {
	font-family: dm serif text, serif;
	font-size: 3.2rem !important;
	margin-bottom: 0.5em;
}

.mepr-unauthorized-message p:last-child {
	margin-bottom: 0;
}

.mepr-unauthorized-message + .mepr-login-form-wrap {
	display: none;
}

.mepr-nav-item {
	display: inline-block;
	padding-right: 0;
	margin: 0 10px;
	flex: 0 1 190px;
	white-space: nowrap;
	color: #6c757d;
}

@media screen and (max-width: 790px) {

	.mepr-nav-item {
		flex: 0;
		margin-bottom: 5px;
	}
}

.mepr-nav-item a {
	display: block;
	width: 100%;
	height: 80px;
	padding: 30px 20px;
	text-align: center;
	background-color: #fff;
	font-size: 18px;
	color: inherit;
	text-decoration: none;
}

@media screen and (max-width: 790px) {

	.mepr-nav-item a {
		padding: 10px;
		height: auto;
	}
}

.mepr-nav-item.mepr-active-nav-tab a {
	font-family: dm serif text, serif;
}

.mepr-nav-item:last-child {
	color: #bb4666;
}

.mepr-form .mp-form-label {
	margin-bottom: 5px;
	text-align: center;
}

.mepr-form .mp-form-label .cc-error {
	display: none !important;
}

.mepr-form .mp-form-row-split {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.mepr-form .mp-form-row-split > .mp-form-row {
	width: 47.5% !important;
}

.mepr-form .mp-form-row {
	margin-bottom: 2rem;
	position: relative;
}

.mepr-account-form .mepr-form .mp-form-row::before {
	font-family: "font awesome 5 free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	color: rgba(0, 0, 0, 0.2);
	content: "\f044";
	position: absolute;
	font-size: 26px;
	right: 21px;
	top: 2px;
}

.mepr-form .mp-form-row.mepr_price {
	opacity: 0;
	visibility: hidden;
}

.mepr-form .mp-form-row.mp-password-strength-area {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.mepr-form .mp-form-row.mp-password-strength-area .mp-password-strength-display {
	margin-bottom: 15px;
}

.mepr-form .mepr_custom_field--dropdown,
.mepr-form .mepr_custom_field--countries,
.mepr-form .mepr_custom_field--states,
.mepr-form .mepr_custom_field--multiselect {
	border-bottom: 1px solid #989898;
	padding: 8px 0;
}

.mepr-form .mepr_custom_field--states input[type="text"] {
	border-bottom: none;
}

.mepr-form textarea,
.mepr-form select,
.mepr-form input[type="text"],
.mepr-form input[type="url"],
.mepr-form input[type="email"],
.mepr-form input[type="tel"],
.mepr-form input[type="number"],
.mepr-form input[type="password"] {
	padding: 7px 21px 8px;
	font-size: 18px;
	background: 0 0;
	border: none;
	border-bottom: 1px solid #989898;
}

.mepr-form select {
	border-bottom: 0;
}

.mepr-form input[type="submit"] {
	background-color: #2b2b2b;
	border: none;
	display: block;
	min-width: 200px;
	appearance: none;
	-webkit-appearance: none;
	color: #fff;
	font-size: 18px;
	padding: 18px 40px 15px;
	border-radius: 30px;
}

.mepr-form input.invalid,
.mepr-form label.mepr-checkbox-field.invalid {
	border: none !important;
	border-bottom: 1px solid red !important;
	background: 0 0 !important;
	color: red !important;
}

.mepr-form label.mepr-checkbox-field {
	margin: 3rem 0;
	font-size: 1.4rem;
	line-height: 22px;
	color: #989898;
	position: relative;
	padding-right: 6rem;
	display: block !important;
	text-align: left;
}

.mepr-form label.mepr-checkbox-field input[type="checkbox"] {
	position: absolute;
	right: 0;
	top: 0;
}

.mepr-form label.mepr-checkbox-field a {
	color: #989898;
}

.mepr-form label.mepr-checkbox-field.invalid {
	border: none !important;
}

.mepr-form__footer {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
	margin-bottom: 2rem;
}

.mepr-signup-form {
	max-width: 540px;
	margin: 3rem auto;
}

.modal .mepr-signup-form {
	margin: 0 auto;
}

.mepr-signup-form textarea,
.mepr-signup-form select,
.mepr-signup-form input[type="text"],
.mepr-signup-form input[type="url"],
.mepr-signup-form input[type="email"],
.mepr-signup-form input[type="tel"],
.mepr-signup-form input[type="number"],
.mepr-signup-form input[type="password"] {
	text-align: center;
}

.mepr-signup-form .bootstrap-select {
	width: 100% !important;
}

.mepr-signup-form .bootstrap-select .dropdown-toggle {
	border: none;
	border-radius: 0;
	background: 0 0 !important;
	padding: 7px 21px 18px;
	border-bottom: 1px solid #989898 !important;
}

.mepr-signup-form .bootstrap-select .dropdown-toggle .filter-option {
	text-align: center;
	font-size: 18px;
}

.mepr-signup-form .bootstrap-select .dropdown-toggle::after {
	font-family: "font awesome 5 free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 900;
	content: "\f078";
	border: none;
	width: auto;
	height: auto;
	font-size: 22px;
	position: absolute;
	right: 10%;
}

.mepr-signup-form .bootstrap-select .dropdown-menu {
	padding: 20px 0;
	font-size: 1.8rem;
	border: none;
	border-radius: 0;
	background-color: #fff;
	color: #989898;
	box-shadow: none;
}

.mepr-signup-form .bootstrap-select .dropdown-menu > li > a {
	background: 0 0 !important;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	color: #989898;
}

.mepr-signup-form .bootstrap-select .dropdown-menu > li > a span.text {
	padding: 0;
}

.mepr-signup-form .bootstrap-select .dropdown-menu > li > a:hover {
	color: #2b2b2b;
	background: 0 0;
}

.mepr-signup-form .bootstrap-select .dropdown-menu > .active > a {
	background: 0 0;
	color: #2b2b2b;
}

.mepr-signup-form .bootstrap-select.show .dropdown-toggle::after {
	content: "\f077";
}

.mepr-signup-form input[type="submit"] {
	background-color: #ffefe5;
	border: 1px solid #989898;
	color: #989898;
	margin: 3rem auto 2rem;
	min-width: 265px;
}

.mepr-signup-form .mepr-form-has-errors {
	text-align: center;
	font-size: 1.4rem;
}

.mepr_spacer {
	font-size: 0;
}

.mepr_updated,
.mepr_error {
	color: #2b2b2b;
	font-size: 16px;
	padding: 14px 21px !important;
}

.mepr_updated ul,
.mepr_error ul {
	padding-bottom: 0 !important;
}

.mepr-price-menu__header {
	margin-bottom: 40px;
}

.mepr-price-menu__heading,
.mepr-price-menu__intro {
	color: #989898;
}

.mepr-price-menu__heading {
	font-family: inter, sans-serif !important;
}

.mepr-price-menu__intro a {
	color: #837aa4;
	text-decoration: underline;
}

.mepr-price-menu .mepr-price-boxes {
	margin-bottom: 8rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

@media screen and (max-width: 900px) {

	.mepr-price-menu .mepr-price-boxes {
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 750px) {

	.mepr-price-menu .mepr-price-boxes {
		flex-direction: column;
		align-items: center;
	}
}

.mepr-price-menu .mepr-price-boxes.mepr-3-col .mepr-price-box {
	width: 31.33333%;
}

.mepr-price-menu .mepr-price-boxes.mepr-4-col .mepr-price-box {
	width: 23%;
}

@media screen and (max-width: 900px) {

	.mepr-price-menu .mepr-price-boxes.mepr-3-col .mepr-price-box,
	.mepr-price-menu .mepr-price-boxes.mepr-4-col .mepr-price-box {
		width: 48%;
		margin-bottom: 30px;
	}

	.mepr-price-menu .mepr-price-boxes.mepr-3-col .mepr-price-box:last-child,
	.mepr-price-menu .mepr-price-boxes.mepr-4-col .mepr-price-box:last-child {
		width: 100%;
		max-width: 450px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 750px) {

	.mepr-price-menu .mepr-price-boxes.mepr-3-col .mepr-price-box,
	.mepr-price-menu .mepr-price-boxes.mepr-4-col .mepr-price-box {
		width: 100%;
		max-width: 450px;
	}
}

.mepr-price-menu .mepr-price-boxes::before,
.mepr-price-menu .mepr-price-boxes::after {
	display: none;
}

.mepr-price-menu .mepr-price-boxes .already-has-subscription {
	opacity: 0.65;
	pointer-events: none;
}

.mepr-price-menu .mepr-custom-radio {
	width: 30%;
}

.mepr-price-menu .mepr-custom-radio:hover {
	cursor: pointer;
}

.mepr-price-menu .mepr-custom-radio--active .mepr-custom-radio__radio-ui::after {
	background-color: #989898;
}

.mepr-price-menu .mepr-custom-radio__radio-ui {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-right: 5px;
	border-radius: 50%;
	border: 1px solid #989898;
	position: relative;
}

.mepr-price-menu .mepr-custom-radio__radio-ui::after {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: initial;
	transition: all 0.4s ease;
}

.mepr-price-menu .mepr-custom-radio__radio {
	display: none;
}

.mepr-price-menu .mepr-custom-radio__price {
	font-family: dm serif text, serif;
	color: #000;
	font-size: 2.4rem;
	color: #3f403f;
}

.mepr-price-menu .mepr-custom-radio__meta p {
	color: #cbcccb;
	font-size: 1.4rem;
	line-height: 2rem;
}

.mepr-price-menu .mepr-price-box {
	background: #fff !important;
	text-align: center;
	padding: 30px 30px 110px;
	position: relative;
}

.mepr-price-menu .mepr-price-box-bundle {
	padding-bottom: 0;
}

.mepr-price-menu .mepr-price-box-bundle.already-has-paid-membership {
	opacity: 0.65;
	pointer-events: none;
}

.mepr-price-menu .mepr-price-box-bundle .mepr-price-box-foot {
	position: relative;
	padding-left: 0;
	padding-right: 0;
	padding-top: 1rem;
}

.mepr-price-menu .mepr-price-box-bundle .mepr-price-box-meta {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 15px;
}

.mepr-price-menu .mepr-price-box-bundle .mepr-price-box-meta p {
	font-size: 1.3rem;
	line-height: 1.8rem;
	color: #989898;
}

.mepr-price-menu .mepr-price-box .mepr-most-popular {
	display: none;
}

.mepr-price-menu .mepr-price-box-title {
	margin-bottom: 20px;
	hyphens: auto;
}

.mepr-price-menu .mepr-price-box-foot {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding-top: 0;
	padding-left: inherit;
	padding-right: inherit;
	padding-bottom: 3rem;
}

.mepr-price-menu .mepr-price-box-button a {
	width: 100%;
}

.mepr-price-menu .mepr-price-box-price {
	display: none;
}

.mepr-price-menu .mepr-price-box-heading {
	margin-bottom: 1rem;
}

.mepr-price-menu .mepr-price-box-benefits-item {
	text-align: left;
	font-size: 1.6rem;
	color: #404448;
	margin-bottom: 20px;
	position: relative;
	padding-left: 46px;
}

.mepr-price-menu .mepr-price-box-benefits-item::before {
	font-family: "font awesome 5 free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	content: "\f058";
	color: #837aa4;
	font-size: 25px;
	position: absolute;
	left: 0;
	top: -4px;
}

.mepr-price-menu .mepr-price-box-select {
	margin-top: 4rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.mepr-price-menu .mepr-price-box-bottom {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	float: none;
}

.mepr-price-menu .mepr-price-box-bottom .mepr-price-box-benefits {
	max-width: 800px;
	margin: 0 auto;
	color: #989898;
}

.mepr-price-menu .mepr-price-box-bottom .mepr-price-box-button a {
	width: auto;
	padding: 10px 18px;
	min-width: 150px;
}

.mepr-price-menu .mepr-price-box-footnote {
	font-size: 1.4rem;
	line-height: 1.1;
	padding: 0 3rem;
	margin-bottom: 0;
	color: #989898;
}

.mepr-account-heading {
	margin-bottom: 5rem;
}

.mepr-account-home .mp_wrapper {
	padding: 0 3rem;
}

.mepr-account-home-price-box {
	background: #fff;
	padding: 6rem 7rem 2rem;
	text-align: center;
	margin-bottom: 3rem;
}

.mepr-account-home-price-box-title {
	margin-bottom: 3rem;
}

.mepr-account-home-price-box-benefits-item {
	font-size: 1.8rem;
	color: #dcdddc;
	margin-bottom: 1rem;
	line-height: 1;
	text-align: center;
	padding-left: 0;
}

.mepr-account-home-price-box-benefits-item::before {
	display: none;
}

.mepr-account-home-price-box .mepr-account-upgrade {
	margin-top: 2rem !important;
	margin-bottom: 1rem !important;
}

.mepr-account-home .mepr-account-logout {
	margin-top: 2rem !important;
}

.mepr-account-nav-mobile {
	display: none;
}

.mp_wrapper {
	font-size: 1.8rem;
}

.mp_wrapper table.mepr-account-table {
	border: none;
	font-size: 1.8rem;
}

.mp_wrapper table.mepr-account-table td,
.mp_wrapper table.mepr-account-table th {
	padding: 6px;
	text-align: left;
}

.mp_wrapper table.mepr-account-table th {
	text-transform: none;
	color: #2b2b2b;
	font-size: 1.8rem;
	padding-bottom: 20px;
	letter-spacing: 0;
}

.mp_wrapper table.mepr-account-table tr {
	border: none;
}

.mp_wrapper table.mepr-account-table tr.mepr-alt-row {
	background: 0 0;
}

.mp_wrapper table.mepr-account-table td {
	color: #989898;
	border: none;
}

div#mepr-account-nav {
	margin-bottom: 40px;
	text-align: center;
	display: flex;
	justify-content: center;
}

@media print {

	div#mepr-account-nav {
		display: none;
	}
}

@media screen and (max-width: 790px) {

	div#mepr-account-nav {
		flex-direction: column;
	}
}

.single-page .page-body,
.single-memberpressgroup .page-body {
	padding-top: 40px;
	padding-bottom: 40px;
}

.single-memberpressproduct .single-page {
	background-color: #fff;
}

.fx-user-downloads {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
}

.fx-user-download {
	width: 20%;
	padding: 20px;
	display: flex;
	flex-direction: column;
	text-align: left;
}

@media screen and (max-width: 1280px) {

	.fx-user-download {
		width: 25%;
	}
}

@media screen and (max-width: 1024px) {

	.fx-user-download {
		width: 33%;
	}
}

@media screen and (max-width: 700px) {

	.fx-user-download {
		width: 50%;
	}
}

@media screen and (max-width: 500px) {

	.fx-user-download {
		width: 100%;
	}
}

.fx-user-download__filename {
	font-size: 12px !important;
	font-weight: 600;
	color: #000;
	margin: 15px 0 8px;
}

.fx-user-download__date {
	font-size: 11px;
	color: #898989;
}

.fx-user-download__link {
	color: #000;
	font-size: 11px;
	text-align: left;
	background: 0 0;
	border: none;
	padding-left: 20px;
	position: relative;
}

.fx-user-download__link i {
	left: 0;
	position: absolute;
	top: 5px;
}

.fx-user-download__link i::before {
	color: #0060ff;
}

.notification {
	padding: 15px 10px;
	background-color: rgba(204, 255, 204, 0.5);
	border-radius: 2px;
	margin-bottom: 20px;
	border: 1px solid #0c0;
}

.notification p {
	margin-bottom: 0;
}

.mepr-account-table .mepr-subscription-row .action-col {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.mepr-invoice {
	background-color: #fff;
}

.mepr-invoice table {
	width: 100%;
	text-align: left;
}

.mepr-invoice tr {
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.mepr-invoice td {
	padding: 1rem 0;
	width: 65%;
}

.mepr-invoice td:first-of-type {
	width: 35%;
	text-transform: uppercase;
	font-size: 80%;
	text-align: right;
	padding-right: 1.5rem;
	padding-top: 1.25rem;
}

.mp_wrapper .mepr-newpassword-form .mp-form-row label {
	display: flex !important;
	text-align: center;
	justify-content: center;
}

.mp_wrapper .mepr-newpassword-form .mepr-form-has-errors {
	text-align: center;
}

#mepr-account-welcome-message {
	font-size: 1.5rem;
}

.page-template-page-thank-you .page-body {
	text-align: center;
}

.checkout__header {
	margin-bottom: 30px;
}

.checkout__heading {
	text-align: center;
}

.checkout__heading--sub {
	text-align: left;
	font-family: dm serif text, serif !important;
	font-size: 2.8rem !important;
}

.checkout__halves {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

@media screen and (max-width: 750px) {

	.checkout__halves {
		flex-direction: column-reverse;
		align-items: center;
	}
}

.checkout__half--left {
	width: 50%;
}

@media screen and (max-width: 750px) {

	.checkout__half--left {
		width: 100%;
		max-width: 400px;
	}
}

.checkout__half--right {
	width: 35%;
}

@media screen and (max-width: 1000px) {

	.checkout__half--right {
		width: 48%;
	}
}

@media screen and (max-width: 750px) {

	.checkout__half--right {
		width: 100%;
		max-width: 400px;
		margin-bottom: 30px;
	}
}

.checkout__form .mepr_price {
	display: none;
}

.checkout__form .mepr-form-input {
	text-align: left !important;
}

.checkout__form .mepr-submit {
	background-color: #2b2b2b !important;
	color: #fff !important;
}

.checkout__meta p {
	text-align: center;
	color: #848484;
	font-size: 1.3rem !important;
}

.checkout-package {
	padding: 50px;
	background-color: #fff;
	text-align: center;
	margin-bottom: 15px;
}

.checkout-package__header {
	margin-bottom: 15px;
}

.checkout-package__heading {
	font-size: 3rem !important;
	margin-bottom: 15px;
}

.checkout-package__price {
	font-size: 5rem !important;
	font-family: dm serif text, serif !important;
}

.checkout-package__meta p {
	font-size: 1.3rem;
	color: #989898;
}

.checkout-package__content p {
	color: #848484;
	margin-bottom: 15px;
}

.checkout-package__content p:last-child {
	margin-bottom: 0;
}

body.mepr-checkout-payment-page .pf-content-new {
	max-width: 700px;
	margin: 0 auto;
	background-color: #fff;
	padding: 40px 120px;
}

@media screen and (max-width: 730px) {

	body.mepr-checkout-payment-page .pf-content-new {
		max-width: 500px;
		padding: 30px;
	}
}

body.mepr-checkout-payment-page .mp-table {
	border: 0;
	margin-bottom: 60px;
}

body.mepr-checkout-payment-page .mp-table th,
body.mepr-checkout-payment-page .mp-table td {
	border: 0;
	border-bottom: 1px solid #989898;
	padding: 8px 0;
}

body.mepr-checkout-payment-page .mp-table th:last-child {
	text-align: right;
}

body.mepr-checkout-payment-page .mepr-form input[type="submit"] {
	margin: 40px auto 2rem;
}

body.mepr-checkout-payment-page .mepr-form .mp-form-label {
	display: block;
}

body.mepr-checkout-payment-page .mepr-form .mp-form-row {
	margin-bottom: 3rem;
}

body.mepr-checkout-payment-page .mepr-form .mepr_custom_field--countries {
	padding: 30px 8px 8px;
	border-bottom: 1px solid #989898;
}

body.mepr-checkout-payment-page .mepr-form .mepr_custom_field--countries .mp-form-label {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

body.mepr-checkout-payment-page .mepr-form .mepr-form-input {
	padding: 8px;
}

body.mepr-checkout-payment-page .mp_wrapper .mepr-cards {
	background-size: 150px !important;
}

.modal {
	text-align: center;
	font-size: 1.8rem;
}

.modal--delete .modal-content {
	padding: 6rem 14rem;
}

.modal--delete .btnc--pill.large,
.modal--delete .mepr-price-menu .mepr-price-box-button a,
.mepr-price-menu .mepr-price-box-button .modal--delete a {
	margin: 20px auto;
}

.modal--cancel .modal-content {
	padding: 6rem 13rem;
}

.modal--cancel .mepr-checkbox-field {
	padding-left: 4rem;
}

.modal--cancel .mepr-checkbox-field:hover {
	cursor: pointer;
}

.modal--cancel button.btnc--pill.large {
	display: block;
	margin: 0 auto 30px;
}

@media (min-width: 768px) {

	.modal-dialog {
		max-width: 734px !important;
	}
}

.modal-content {
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	padding: 6rem 3rem;
	color: #989898;
}

.modal-header,
.modal-body,
.modal-footer {
	padding: 0 !important;
}

.modal-header {
	border-bottom: none !important;
	display: block !important;
}

.modal-header .close {
	margin: 0 auto 2rem !important;
	padding: 0 !important;
	float: none !important;
	font-size: 34px;
	line-height: 20px;
}

.modal-footer {
	border-top: none !important;
	text-align: center !important;
	justify-content: center !important;
}

.modal-backdrop.show {
	opacity: 0.8 !important;
	background: #2a2a2a;
}

.modal#cancel-modal form {
	max-width: 410px;
	margin: 0 auto;
}

.modal#cancel-modal form button {
	margin-bottom: 26px;
}

.modal#login-modal form fieldset {
	padding: 0 6rem;
}

.modal#login-modal form input#username,
.modal#login-modal form input#password {
	border: none;
	border-bottom: 1px solid #989898;
	color: #333;
	font-size: 18px;
	padding: 18px 10px;
	width: 100%;
	text-align: center;
}

.modal#login-modal form button[name="submit"] {
	margin-top: 46px;
	margin-bottom: 15px;
	width: 265px;
	max-width: 100%;
}

.modal#login-modal .status {
	display: none;
}

.modal#login-modal .social-logins {
	margin-top: 36px;
	text-align: center;
}

.modal#login-modal .social-logins a {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	margin: 0 2px 10px;
}

.modal#login-modal .social-logins .wow-fb-login,
.modal#login-modal .social-logins .wow-google-login {
	background-color: initial !important;
	text-indent: -999em;
}

.modal#login-modal .social-logins .wow-fb-login {
	background-image: url(img/facebook-login.png);
	width: 241px;
	height: 39px;
}

.modal#login-modal .social-logins .wow-google-login {
	background-image: url(img/btn_google_signin_light_normal_web.png);
	width: 191px;
	height: 46px;
}

.contact-page {
	background-color: #ffefe5;
	padding: 50px 0;
}

.contact-page__intro {
	margin: 20px 0 40px;
}

.contact-page__intro p {
	color: #989898;
	font-size: 20px;
	line-height: 28px;
}

.contact-meta {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 10px;
}

.contact-meta__icon {
	width: 12%;
	color: #837aa4;
}

.contact-meta__content {
	width: 88%;
}

.contact-meta__content p {
	color: #989898;
	font-size: 18px;
	line-height: 26px;
	margin: 0;
}

.contact-meta__content a {
	color: inherit;
}

.contact-share {
	margin-top: 40px;
}

.contact-share .like-share-save-in-article {
	width: unset;
	margin: 0;
}

.contact-share .like-share-save-in-article .share-buttons {
	display: flex !important;
	flex-direction: row;
	justify-content: space-around;
	float: none;
}

.contact-share .like-share-save-in-article .share-buttons a img {
	width: 40px;
}

.contact-form {
	margin-top: 50px;
}

.contact-form__row {
	border-bottom: 1px solid #989898;
	margin-bottom: 10px;
}

.contact-form__row--submit {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin-top: 40px;
	border-bottom: 0;
}

.contact-form__field {
	padding: 15px;
	font-size: 18px;
	color: #989898;
	width: 100%;
	background-color: initial;
	border-radius: 0;
	box-shadow: none;
	border: 0;
}

.contact-form input[type="submit"] {
	background-color: #2b2b2b;
	color: #fff;
	font-size: 16px;
	border-radius: 50px;
	box-shadow: none;
	border: 1px solid #2b2b2b;
	padding: 20px 80px;
	transition: all 0.2s ease;
}

.contact-form input[type="submit"]:hover {
	background-color: #fff;
	color: #2b2b2b;
}

@media only screen and (max-width: 1200px) {

	.single .main-left .article-credits {
		margin-left: -20px;
	}

	.single .main-left .tags .title {
		margin-left: -15px;
	}

	.focus-page .lower-section .focus-articles-section,
	.focus-page .lower-section .focus-articles-half-section {
		margin-left: 0;
		margin-right: 0;
		padding: 20px;
		position: relative;
		width: 100%;
	}

	.focus-page .lower-section .focus-articles-section .focus-articles,
	.focus-page .lower-section .focus-articles-half-section .focus-articles {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap-reverse;
	}

	.focus-page .lower-section .focus-articles-section .focus-articles .focus-article,
	.focus-page .lower-section .focus-articles-half-section .focus-articles .focus-article {
		width: 33%;
	}

	.mepr-price-box {
		padding: 4rem 2rem 10rem;
	}

	.mepr-account-home-price-box {
		padding-left: 5rem;
		padding-right: 5rem;
	}
}

@media only screen and (max-width: 1080px) {

	.single-post .page-body .main-sidebar .main-sidebar__widget.featured-items,
	.single-pharma-report .page-body .main-sidebar .main-sidebar__widget.featured-items {
		flex-basis: 100%;
	}

	.single-post .page-body .main-sidebar .main-sidebar__widget.featured-items .subfeatured-articles,
	.single-pharma-report .page-body .main-sidebar .main-sidebar__widget.featured-items .subfeatured-articles {
		display: flex;
	}

	.page-body {
		width: calc(100% - 40px);
		margin: 15px 20px 20px;
		display: table;
	}

	footer {
		margin-top: -20px;
	}

	.main-section,
	.section-page .mid-section,
	.focus-page .lower-section {
		width: 100% !important;
	}

	.single-company .main-section,
	.single-company .section-page .mid-section,
	.section-page .single-company .mid-section,
	.single-company .focus-page .lower-section,
	.focus-page .single-company .lower-section {
		width: calc(100% - 13px) !important;
	}

	.white-papers-page .main-section,
	.white-papers-page .section-page .mid-section,
	.section-page .white-papers-page .mid-section,
	.white-papers-page .focus-page .lower-section,
	.focus-page .white-papers-page .lower-section {
		width: 90% !important;
	}

	.white-papers-page .main-sidebar {
		padding-left: 0;
	}

	.white-papers-page .main-sidebar .search-filters .search-form__input {
		max-width: 75%;
	}

	* .main-sidebar {
		display: flex;
		width: 100% !important;
		justify-content: center;
		flex-flow: row wrap;
		border-left: none;
		padding-left: 15px;
	}

	* .main-sidebar .main-sidebar__widget {
		width: 0;
		flex-grow: 1;
		margin-right: 15px;
		border-bottom: none;
	}

	* .main-sidebar .main-sidebar__widget:last-of-type {
		margin-right: 0;
	}

	.mobile-article-controls {
		display: block;
	}

	.mobile-tags {
		display: block;
	}

	.single .main-left {
		display: none;
	}

	.focus-page .mid-section {
		width: 100%;
		padding-right: 0;
	}

	.focus-page .lower-section .focus-articles-section .focus-articles .focus-article,
	.focus-page .lower-section .focus-articles-half-section .focus-articles .focus-article {
		width: 50%;
	}

	.focus-articles-half-section {
		width: 100%;
	}

	.sidebar-widget.featured-items .subfeatured-articles .article,
	.featured-items.signup-newsletter .subfeatured-articles .article,
	.featured-items.most-read .subfeatured-articles .article,
	.featured-items.related-companies .subfeatured-articles .article,
	.featured-items.reports-widget .subfeatured-articles .article,
	.featured-items.related-reports .subfeatured-articles .article,
	.featured-items.country-reports .subfeatured-articles .article,
	.featured-items.latest-reports .subfeatured-articles .article,
	.sidebar-widget.featured-items .subfeatured-articles .featured-item,
	.featured-items.signup-newsletter .subfeatured-articles .featured-item,
	.featured-items.most-read .subfeatured-articles .featured-item,
	.featured-items.related-companies .subfeatured-articles .featured-item,
	.featured-items.reports-widget .subfeatured-articles .featured-item,
	.featured-items.related-reports .subfeatured-articles .featured-item,
	.featured-items.country-reports .subfeatured-articles .featured-item,
	.featured-items.latest-reports .subfeatured-articles .featured-item,
	.sidebar-widget.featured-items .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .sidebar-widget.featured-items .subfeatured-articles .focus-article,
	.featured-items.signup-newsletter .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .featured-items.signup-newsletter .subfeatured-articles .focus-article,
	.featured-items.most-read .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .featured-items.most-read .subfeatured-articles .focus-article,
	.featured-items.related-companies .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .featured-items.related-companies .subfeatured-articles .focus-article,
	.featured-items.reports-widget .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .featured-items.reports-widget .subfeatured-articles .focus-article,
	.featured-items.related-reports .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .featured-items.related-reports .subfeatured-articles .focus-article,
	.featured-items.country-reports .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .featured-items.country-reports .subfeatured-articles .focus-article,
	.featured-items.latest-reports .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .featured-items.latest-reports .subfeatured-articles .focus-article,
	.sidebar-widget.featured-items .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .sidebar-widget.featured-items .subfeatured-articles .focus-article,
	.featured-items.signup-newsletter .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .featured-items.signup-newsletter .subfeatured-articles .focus-article,
	.featured-items.most-read .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .featured-items.most-read .subfeatured-articles .focus-article,
	.featured-items.related-companies .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .featured-items.related-companies .subfeatured-articles .focus-article,
	.featured-items.reports-widget .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .featured-items.reports-widget .subfeatured-articles .focus-article,
	.featured-items.related-reports .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .featured-items.related-reports .subfeatured-articles .focus-article,
	.featured-items.country-reports .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .featured-items.country-reports .subfeatured-articles .focus-article,
	.featured-items.latest-reports .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .featured-items.latest-reports .subfeatured-articles .focus-article {
		float: left;
		width: 100%;
	}

	.sidebar-widget.featured-items .subfeatured-articles .article:last-of-type,
	.featured-items.signup-newsletter .subfeatured-articles .article:last-of-type,
	.featured-items.most-read .subfeatured-articles .article:last-of-type,
	.featured-items.related-companies .subfeatured-articles .article:last-of-type,
	.featured-items.reports-widget .subfeatured-articles .article:last-of-type,
	.featured-items.related-reports .subfeatured-articles .article:last-of-type,
	.featured-items.country-reports .subfeatured-articles .article:last-of-type,
	.featured-items.latest-reports .subfeatured-articles .article:last-of-type,
	.sidebar-widget.featured-items .subfeatured-articles .featured-item:last-of-type,
	.featured-items.signup-newsletter .subfeatured-articles .featured-item:last-of-type,
	.featured-items.most-read .subfeatured-articles .featured-item:last-of-type,
	.featured-items.related-companies .subfeatured-articles .featured-item:last-of-type,
	.featured-items.reports-widget .subfeatured-articles .featured-item:last-of-type,
	.featured-items.related-reports .subfeatured-articles .featured-item:last-of-type,
	.featured-items.country-reports .subfeatured-articles .featured-item:last-of-type,
	.featured-items.latest-reports .subfeatured-articles .featured-item:last-of-type,
	.sidebar-widget.featured-items .subfeatured-articles .focus-articles-section .focus-article:last-of-type,
	.focus-articles-section .sidebar-widget.featured-items .subfeatured-articles .focus-article:last-of-type,
	.featured-items.signup-newsletter .subfeatured-articles .focus-articles-section .focus-article:last-of-type,
	.focus-articles-section .featured-items.signup-newsletter .subfeatured-articles .focus-article:last-of-type,
	.featured-items.most-read .subfeatured-articles .focus-articles-section .focus-article:last-of-type,
	.focus-articles-section .featured-items.most-read .subfeatured-articles .focus-article:last-of-type,
	.featured-items.related-companies .subfeatured-articles .focus-articles-section .focus-article:last-of-type,
	.focus-articles-section .featured-items.related-companies .subfeatured-articles .focus-article:last-of-type,
	.featured-items.reports-widget .subfeatured-articles .focus-articles-section .focus-article:last-of-type,
	.focus-articles-section .featured-items.reports-widget .subfeatured-articles .focus-article:last-of-type,
	.featured-items.related-reports .subfeatured-articles .focus-articles-section .focus-article:last-of-type,
	.focus-articles-section .featured-items.related-reports .subfeatured-articles .focus-article:last-of-type,
	.featured-items.country-reports .subfeatured-articles .focus-articles-section .focus-article:last-of-type,
	.focus-articles-section .featured-items.country-reports .subfeatured-articles .focus-article:last-of-type,
	.featured-items.latest-reports .subfeatured-articles .focus-articles-section .focus-article:last-of-type,
	.focus-articles-section .featured-items.latest-reports .subfeatured-articles .focus-article:last-of-type,
	.sidebar-widget.featured-items .subfeatured-articles .focus-articles-half-section .focus-article:last-of-type,
	.focus-articles-half-section .sidebar-widget.featured-items .subfeatured-articles .focus-article:last-of-type,
	.featured-items.signup-newsletter .subfeatured-articles .focus-articles-half-section .focus-article:last-of-type,
	.focus-articles-half-section .featured-items.signup-newsletter .subfeatured-articles .focus-article:last-of-type,
	.featured-items.most-read .subfeatured-articles .focus-articles-half-section .focus-article:last-of-type,
	.focus-articles-half-section .featured-items.most-read .subfeatured-articles .focus-article:last-of-type,
	.featured-items.related-companies .subfeatured-articles .focus-articles-half-section .focus-article:last-of-type,
	.focus-articles-half-section .featured-items.related-companies .subfeatured-articles .focus-article:last-of-type,
	.featured-items.reports-widget .subfeatured-articles .focus-articles-half-section .focus-article:last-of-type,
	.focus-articles-half-section .featured-items.reports-widget .subfeatured-articles .focus-article:last-of-type,
	.featured-items.related-reports .subfeatured-articles .focus-articles-half-section .focus-article:last-of-type,
	.focus-articles-half-section .featured-items.related-reports .subfeatured-articles .focus-article:last-of-type,
	.featured-items.country-reports .subfeatured-articles .focus-articles-half-section .focus-article:last-of-type,
	.focus-articles-half-section .featured-items.country-reports .subfeatured-articles .focus-article:last-of-type,
	.featured-items.latest-reports .subfeatured-articles .focus-articles-half-section .focus-article:last-of-type,
	.focus-articles-half-section .featured-items.latest-reports .subfeatured-articles .focus-article:last-of-type {
		margin-right: 0;
	}

	header nav .navbar-top .nav-item.middle {
		position: unset;
		left: unset;
	}

	footer .foot-section-wrapper .clear {
		display: unset;
	}

	.single-profile,
	.single-company,
	.single-account,
	.single-editor {
		overflow: hidden;
	}

	.single .main-section,
	.single .section-page .mid-section,
	.section-page .single .mid-section,
	.single .focus-page .lower-section,
	.focus-page .single .lower-section,
	.country-page .main-section,
	.country-page .section-page .mid-section,
	.section-page .country-page .mid-section,
	.country-page .focus-page .lower-section,
	.focus-page .country-page .lower-section {
		width: 100%;
	}

	.grid-4 > .grid-width-3,
	.profile-section .profile-contents > .grid-width-3,
	.country-reports .reports__showcase > .grid-width-3 {
		width: 100%;
	}

	.grid-4 > .grid-width-2,
	.profile-section .profile-contents > .grid-width-2,
	.country-reports .reports__showcase > .grid-width-2 {
		width: 50%;
	}

	.grid-4 > .grid-width-1,
	.profile-section .profile-contents > .grid-width-1,
	.country-reports .reports__showcase > .grid-width-1,
	.grid-4 > .article,
	.profile-section .profile-contents > .article,
	.country-reports .reports__showcase > .article,
	.grid-4 > .featured-item,
	.profile-section .profile-contents > .featured-item,
	.country-reports .reports__showcase > .featured-item,
	.focus-articles-section .grid-4 > .focus-article,
	.profile-section .focus-articles-section .profile-contents > .focus-article,
	.focus-articles-section .profile-section .profile-contents > .focus-article,
	.country-reports .focus-articles-section .reports__showcase > .focus-article,
	.focus-articles-section .country-reports .reports__showcase > .focus-article,
	.focus-articles-half-section .grid-4 > .focus-article,
	.profile-section .focus-articles-half-section .profile-contents > .focus-article,
	.focus-articles-half-section .profile-section .profile-contents > .focus-article,
	.country-reports .focus-articles-half-section .reports__showcase > .focus-article,
	.focus-articles-half-section .country-reports .reports__showcase > .focus-article,
	.country-reports .reports__showcase .grid-4 > .report,
	.profile-section .country-reports .reports__showcase .profile-contents > .report,
	.country-reports .reports__showcase .profile-section .profile-contents > .report,
	.country-reports .reports__showcase > .report,
	.directory-filters .grid-4 > .filter,
	.profile-section .directory-filters .profile-contents > .filter,
	.directory-filters .profile-section .profile-contents > .filter,
	.country-reports .directory-filters .reports__showcase > .filter,
	.directory-filters .country-reports .reports__showcase > .filter,
	.directory-filters .grid-4 > .directory-search,
	.profile-section .directory-filters .profile-contents > .directory-search,
	.directory-filters .profile-section .profile-contents > .directory-search,
	.country-reports .directory-filters .reports__showcase > .directory-search,
	.directory-filters .country-reports .reports__showcase > .directory-search,
	.like-share-save.grid-4 > span,
	.profile-section .like-share-save.profile-contents > span,
	.country-reports .like-share-save.reports__showcase > span,
	.like-share-save-in-article.grid-4 > span,
	.profile-section .like-share-save-in-article.profile-contents > span,
	.country-reports .like-share-save-in-article.reports__showcase > span,
	footer .foot-section-wrapper .navigation .nav-items.grid-4 > .nav-item,
	.profile-section footer .foot-section-wrapper .navigation .nav-items.profile-contents > .nav-item,
	footer .foot-section-wrapper .navigation .profile-section .nav-items.profile-contents > .nav-item,
	.country-reports footer .foot-section-wrapper .navigation .nav-items.reports__showcase > .nav-item,
	footer .foot-section-wrapper .navigation .country-reports .nav-items.reports__showcase > .nav-item,
	footer .foot-section-wrapper .grid-4 > .foot-section,
	.profile-section footer .foot-section-wrapper .profile-contents > .foot-section,
	footer .foot-section-wrapper .profile-section .profile-contents > .foot-section,
	.country-reports footer .foot-section-wrapper .reports__showcase > .foot-section,
	footer .foot-section-wrapper .country-reports .reports__showcase > .foot-section {
		width: 50%;
	}

	.grid-4 .clear,
	.profile-section .profile-contents .clear,
	.country-reports .reports__showcase .clear {
		display: unset;
	}

	.people-to-watch .fLarge {
		width: 100%;
	}

	.people-to-watch .fLarge .featured-person .person-img,
	.people-to-watch .fLarge .featured-person-medium .person-img,
	.people-to-watch .fLarge .featured-person-small .person-img {
		width: 60%;
	}

	.people-to-watch .fSmall {
		width: 100% !important;
		margin-top: 20px;
	}

	.people-to-watch .fSmall .featured-person-small {
		width: 50%;
		float: left;
	}

	.people-to-watch .fSmall .featured-person-small:last-child {
		padding-left: 20px;
		border-left: 1px solid #2b2b2b;
	}
}

@media only screen and (max-width: 991px) {

	.page-body > .container {
		max-width: none;
		padding-left: 0;
		padding-right: 0;
	}

	.mepr-account-home .mp_wrapper {
		padding: 0;
	}
}

@media only screen and (max-width: 768px) {

	header nav .navbar-top {
		position: fixed;
		top: 0;
		background: #2b2b2b;
	}

	header nav .navbar-top .logo {
		display: none;
	}

	header nav .navbar-top .logo-white {
		display: block;
	}

	header nav .navbar-top .nav-item.right-side {
		display: none;
	}

	header nav .navbar-top .nav-item form {
		display: none;
	}

	header nav .navbar-top .nav-item.left-side {
		margin-left: 20px;
	}

	header nav .navbar-top .nav-item.middle {
		position: absolute;
	}

	header nav .navbar-top .nav-item .search-form {
		display: none;
	}

	header nav .navbar-mid {
		display: none;
	}

	header nav .navbar-btm {
		display: none;
	}

	header nav .mobile-menu {
		justify-self: end;
	}

	header nav .mobile-menu .search-form {
		display: none;
	}

	header nav .mobile-menu .login {
		display: none;
	}

	header nav .mobile-menu .burger {
		display: block;
	}

	.home .people-to-watch.show-mobile,
	.page-template-continent-page .people-to-watch.show-mobile {
		display: inline-block;
	}

	.single-post .page-body .main-sidebar .sidebar-widget.featured-items .subfeatured-articles,
	.single-pharma-report .page-body .main-sidebar .sidebar-widget.featured-items .subfeatured-articles,
	.single-post .page-body .main-sidebar .featured-items.signup-newsletter .subfeatured-articles,
	.single-pharma-report .page-body .main-sidebar .featured-items.signup-newsletter .subfeatured-articles,
	.single-post .page-body .main-sidebar .featured-items.most-read .subfeatured-articles,
	.single-pharma-report .page-body .main-sidebar .featured-items.most-read .subfeatured-articles,
	.single-post .page-body .main-sidebar .featured-items.related-companies .subfeatured-articles,
	.single-pharma-report .page-body .main-sidebar .featured-items.related-companies .subfeatured-articles,
	.single-post .page-body .main-sidebar .featured-items.reports-widget .subfeatured-articles,
	.single-pharma-report .page-body .main-sidebar .featured-items.reports-widget .subfeatured-articles,
	.single-post .page-body .main-sidebar .featured-items.related-reports .subfeatured-articles,
	.single-pharma-report .page-body .main-sidebar .featured-items.related-reports .subfeatured-articles,
	.single-post .page-body .main-sidebar .featured-items.country-reports .subfeatured-articles,
	.single-pharma-report .page-body .main-sidebar .featured-items.country-reports .subfeatured-articles,
	.single-post .page-body .main-sidebar .featured-items.latest-reports .subfeatured-articles,
	.single-pharma-report .page-body .main-sidebar .featured-items.latest-reports .subfeatured-articles {
		display: block;
	}

	.focus-page .featured-item .article-img {
		width: 100%;
	}

	.focus-page .main-section .article .article-info .article-info__header h2,
	.focus-page .section-page .mid-section .article .article-info .article-info__header h2,
	.section-page .focus-page .mid-section .article .article-info .article-info__header h2,
	.focus-page .lower-section .article .article-info .article-info__header h2,
	.focus-page .main-section .featured-item .article-info .article-info__header h2,
	.focus-page .section-page .mid-section .featured-item .article-info .article-info__header h2,
	.section-page .focus-page .mid-section .featured-item .article-info .article-info__header h2,
	.focus-page .lower-section .featured-item .article-info .article-info__header h2,
	.focus-page .main-section .focus-articles-section .focus-article .article-info .article-info__header h2,
	.focus-articles-section .focus-page .main-section .focus-article .article-info .article-info__header h2,
	.focus-page .section-page .mid-section .focus-articles-section .focus-article .article-info .article-info__header h2,
	.focus-articles-section .focus-page .section-page .mid-section .focus-article .article-info .article-info__header h2,
	.section-page .focus-page .mid-section .focus-articles-section .focus-article .article-info .article-info__header h2,
	.focus-articles-section .section-page .focus-page .mid-section .focus-article .article-info .article-info__header h2,
	.focus-page .lower-section .focus-articles-section .focus-article .article-info .article-info__header h2,
	.focus-articles-section .focus-page .lower-section .focus-article .article-info .article-info__header h2,
	.focus-page .main-section .focus-articles-half-section .focus-article .article-info .article-info__header h2,
	.focus-articles-half-section .focus-page .main-section .focus-article .article-info .article-info__header h2,
	.focus-page .section-page .mid-section .focus-articles-half-section .focus-article .article-info .article-info__header h2,
	.focus-articles-half-section .focus-page .section-page .mid-section .focus-article .article-info .article-info__header h2,
	.section-page .focus-page .mid-section .focus-articles-half-section .focus-article .article-info .article-info__header h2,
	.focus-articles-half-section .section-page .focus-page .mid-section .focus-article .article-info .article-info__header h2,
	.focus-page .lower-section .focus-articles-half-section .focus-article .article-info .article-info__header h2,
	.focus-articles-half-section .focus-page .lower-section .focus-article .article-info .article-info__header h2 {
		width: 100%;
	}

	.focus-page .lower-section .focus-articles-section .focus-articles .focus-article,
	.focus-page .lower-section .focus-articles-half-section .focus-articles .focus-article {
		width: 100%;
	}

	.btnc--pill.long,
	.mepr-price-menu .mepr-price-box-button a.long {
		padding: 6px 0;
	}

	.btnc--pill.show-mobile,
	.mepr-price-menu .mepr-price-box-button a.show-mobile {
		display: inline-block;
	}

	.section-title {
		margin: 10px;
		margin-bottom: 20px;
	}

	.takeupspace {
		height: 48px;
		position: relative;
	}

	.site-content .page-body {
		padding-top: 15px;
	}

	.page-body {
		width: calc(100% - 30px);
		margin: 15px 15px 20px;
	}

	.pf-content-new {
		font-size: 16px;
	}

	.aToZ {
		width: 100vw;
	}

	.subfeatured-articles .article:not(:last-of-type),
	.subfeatured-articles .featured-item:not(:last-of-type),
	.subfeatured-articles .focus-articles-section .focus-article:not(:last-of-type),
	.focus-articles-section .subfeatured-articles .focus-article:not(:last-of-type),
	.subfeatured-articles .focus-articles-half-section .focus-article:not(:last-of-type),
	.focus-articles-half-section .subfeatured-articles .focus-article:not(:last-of-type) {
		padding: 0;
		margin: 0 15px 0 0;
		width: calc(50% - 15px);
	}

	.focus-articles-section .article-info,
	.focus-articles-half-section .article-info {
		padding-bottom: 0 !important;
	}

	.focus-articles-section .article-info h2,
	.focus-articles-half-section .article-info h2 {
		min-height: auto !important;
	}

	.focus-articles-section .like-share-save,
	.focus-articles-half-section .like-share-save,
	.focus-articles-section .like-share-save-in-article,
	.focus-articles-half-section .like-share-save-in-article {
		display: none;
	}

	.main-sidebar {
		border-left: none;
		padding-left: 15px;
	}

	.single .article-content .grid-2 .grid-width-1,
	.single .single-pharma-report .reading-article .article-full-width-content .grid-2 .grid-width-1,
	.single-pharma-report .reading-article .single .article-full-width-content .grid-2 .grid-width-1,
	.single .article-content .directory-filters .grid-width-1,
	.single .single-pharma-report .reading-article .article-full-width-content .directory-filters .grid-width-1,
	.single-pharma-report .reading-article .single .article-full-width-content .directory-filters .grid-width-1,
	.single .article-content footer .foot-section-wrapper .navigation .nav-items .grid-width-1,
	footer .foot-section-wrapper .navigation .single .article-content .nav-items .grid-width-1,
	.single .single-pharma-report .reading-article .article-full-width-content footer .foot-section-wrapper .navigation .nav-items .grid-width-1,
	footer .foot-section-wrapper .navigation .single .single-pharma-report .reading-article .article-full-width-content .nav-items .grid-width-1,
	.single-pharma-report .reading-article .single .article-full-width-content footer .foot-section-wrapper .navigation .nav-items .grid-width-1,
	footer .foot-section-wrapper .navigation .single-pharma-report .reading-article .single .article-full-width-content .nav-items .grid-width-1,
	.single .article-content .grid-2 .article,
	.single .single-pharma-report .reading-article .article-full-width-content .grid-2 .article,
	.single-pharma-report .reading-article .single .article-full-width-content .grid-2 .article,
	.single .article-content .directory-filters .article,
	.single .single-pharma-report .reading-article .article-full-width-content .directory-filters .article,
	.single-pharma-report .reading-article .single .article-full-width-content .directory-filters .article,
	.single .article-content footer .foot-section-wrapper .navigation .nav-items .article,
	footer .foot-section-wrapper .navigation .single .article-content .nav-items .article,
	.single .single-pharma-report .reading-article .article-full-width-content footer .foot-section-wrapper .navigation .nav-items .article,
	footer .foot-section-wrapper .navigation .single .single-pharma-report .reading-article .article-full-width-content .nav-items .article,
	.single-pharma-report .reading-article .single .article-full-width-content footer .foot-section-wrapper .navigation .nav-items .article,
	footer .foot-section-wrapper .navigation .single-pharma-report .reading-article .single .article-full-width-content .nav-items .article,
	.single .article-content .grid-2 .featured-item,
	.single .single-pharma-report .reading-article .article-full-width-content .grid-2 .featured-item,
	.single-pharma-report .reading-article .single .article-full-width-content .grid-2 .featured-item,
	.single .article-content .directory-filters .featured-item,
	.single .single-pharma-report .reading-article .article-full-width-content .directory-filters .featured-item,
	.single-pharma-report .reading-article .single .article-full-width-content .directory-filters .featured-item,
	.single .article-content footer .foot-section-wrapper .navigation .nav-items .featured-item,
	footer .foot-section-wrapper .navigation .single .article-content .nav-items .featured-item,
	.single .single-pharma-report .reading-article .article-full-width-content footer .foot-section-wrapper .navigation .nav-items .featured-item,
	footer .foot-section-wrapper .navigation .single .single-pharma-report .reading-article .article-full-width-content .nav-items .featured-item,
	.single-pharma-report .reading-article .single .article-full-width-content footer .foot-section-wrapper .navigation .nav-items .featured-item,
	footer .foot-section-wrapper .navigation .single-pharma-report .reading-article .single .article-full-width-content .nav-items .featured-item,
	.single .article-content .grid-2 .focus-articles-section .focus-article,
	.focus-articles-section .single .article-content .grid-2 .focus-article,
	.single .single-pharma-report .reading-article .article-full-width-content .grid-2 .focus-articles-section .focus-article,
	.focus-articles-section .single .single-pharma-report .reading-article .article-full-width-content .grid-2 .focus-article,
	.single-pharma-report .reading-article .single .article-full-width-content .grid-2 .focus-articles-section .focus-article,
	.focus-articles-section .single-pharma-report .reading-article .single .article-full-width-content .grid-2 .focus-article,
	.single .article-content .directory-filters .focus-articles-section .focus-article,
	.focus-articles-section .single .article-content .directory-filters .focus-article,
	.single .single-pharma-report .reading-article .article-full-width-content .directory-filters .focus-articles-section .focus-article,
	.focus-articles-section .single .single-pharma-report .reading-article .article-full-width-content .directory-filters .focus-article,
	.single-pharma-report .reading-article .single .article-full-width-content .directory-filters .focus-articles-section .focus-article,
	.focus-articles-section .single-pharma-report .reading-article .single .article-full-width-content .directory-filters .focus-article,
	.single .article-content footer .foot-section-wrapper .navigation .nav-items .focus-articles-section .focus-article,
	.focus-articles-section .single .article-content footer .foot-section-wrapper .navigation .nav-items .focus-article,
	footer .foot-section-wrapper .navigation .single .article-content .nav-items .focus-articles-section .focus-article,
	.focus-articles-section footer .foot-section-wrapper .navigation .single .article-content .nav-items .focus-article,
	.single .single-pharma-report .reading-article .article-full-width-content footer .foot-section-wrapper .navigation .nav-items .focus-articles-section .focus-article,
	.focus-articles-section .single .single-pharma-report .reading-article .article-full-width-content footer .foot-section-wrapper .navigation .nav-items .focus-article,
	footer .foot-section-wrapper .navigation .single .single-pharma-report .reading-article .article-full-width-content .nav-items .focus-articles-section .focus-article,
	.focus-articles-section footer .foot-section-wrapper .navigation .single .single-pharma-report .reading-article .article-full-width-content .nav-items .focus-article,
	.single-pharma-report .reading-article .single .article-full-width-content footer .foot-section-wrapper .navigation .nav-items .focus-articles-section .focus-article,
	.focus-articles-section .single-pharma-report .reading-article .single .article-full-width-content footer .foot-section-wrapper .navigation .nav-items .focus-article,
	footer .foot-section-wrapper .navigation .single-pharma-report .reading-article .single .article-full-width-content .nav-items .focus-articles-section .focus-article,
	.focus-articles-section footer .foot-section-wrapper .navigation .single-pharma-report .reading-article .single .article-full-width-content .nav-items .focus-article,
	.single .article-content .grid-2 .focus-articles-half-section .focus-article,
	.focus-articles-half-section .single .article-content .grid-2 .focus-article,
	.single .single-pharma-report .reading-article .article-full-width-content .grid-2 .focus-articles-half-section .focus-article,
	.focus-articles-half-section .single .single-pharma-report .reading-article .article-full-width-content .grid-2 .focus-article,
	.single-pharma-report .reading-article .single .article-full-width-content .grid-2 .focus-articles-half-section .focus-article,
	.focus-articles-half-section .single-pharma-report .reading-article .single .article-full-width-content .grid-2 .focus-article,
	.single .article-content .directory-filters .focus-articles-half-section .focus-article,
	.focus-articles-half-section .single .article-content .directory-filters .focus-article,
	.single .single-pharma-report .reading-article .article-full-width-content .directory-filters .focus-articles-half-section .focus-article,
	.focus-articles-half-section .single .single-pharma-report .reading-article .article-full-width-content .directory-filters .focus-article,
	.single-pharma-report .reading-article .single .article-full-width-content .directory-filters .focus-articles-half-section .focus-article,
	.focus-articles-half-section .single-pharma-report .reading-article .single .article-full-width-content .directory-filters .focus-article,
	.single .article-content footer .foot-section-wrapper .navigation .nav-items .focus-articles-half-section .focus-article,
	.focus-articles-half-section .single .article-content footer .foot-section-wrapper .navigation .nav-items .focus-article,
	footer .foot-section-wrapper .navigation .single .article-content .nav-items .focus-articles-half-section .focus-article,
	.focus-articles-half-section footer .foot-section-wrapper .navigation .single .article-content .nav-items .focus-article,
	.single .single-pharma-report .reading-article .article-full-width-content footer .foot-section-wrapper .navigation .nav-items .focus-articles-half-section .focus-article,
	.focus-articles-half-section .single .single-pharma-report .reading-article .article-full-width-content footer .foot-section-wrapper .navigation .nav-items .focus-article,
	footer .foot-section-wrapper .navigation .single .single-pharma-report .reading-article .article-full-width-content .nav-items .focus-articles-half-section .focus-article,
	.focus-articles-half-section footer .foot-section-wrapper .navigation .single .single-pharma-report .reading-article .article-full-width-content .nav-items .focus-article,
	.single-pharma-report .reading-article .single .article-full-width-content footer .foot-section-wrapper .navigation .nav-items .focus-articles-half-section .focus-article,
	.focus-articles-half-section .single-pharma-report .reading-article .single .article-full-width-content footer .foot-section-wrapper .navigation .nav-items .focus-article,
	footer .foot-section-wrapper .navigation .single-pharma-report .reading-article .single .article-full-width-content .nav-items .focus-articles-half-section .focus-article,
	.focus-articles-half-section footer .foot-section-wrapper .navigation .single-pharma-report .reading-article .single .article-full-width-content .nav-items .focus-article,
	.single .article-content .grid-2 .country-reports .reports__showcase .report,
	.country-reports .reports__showcase .single .article-content .grid-2 .report,
	.single .single-pharma-report .reading-article .article-full-width-content .grid-2 .country-reports .reports__showcase .report,
	.country-reports .reports__showcase .single .single-pharma-report .reading-article .article-full-width-content .grid-2 .report,
	.single-pharma-report .reading-article .single .article-full-width-content .grid-2 .country-reports .reports__showcase .report,
	.country-reports .reports__showcase .single-pharma-report .reading-article .single .article-full-width-content .grid-2 .report,
	.single .article-content .directory-filters .country-reports .reports__showcase .report,
	.country-reports .reports__showcase .single .article-content .directory-filters .report,
	.single .single-pharma-report .reading-article .article-full-width-content .directory-filters .country-reports .reports__showcase .report,
	.country-reports .reports__showcase .single .single-pharma-report .reading-article .article-full-width-content .directory-filters .report,
	.single-pharma-report .reading-article .single .article-full-width-content .directory-filters .country-reports .reports__showcase .report,
	.country-reports .reports__showcase .single-pharma-report .reading-article .single .article-full-width-content .directory-filters .report,
	.single .article-content footer .foot-section-wrapper .navigation .nav-items .country-reports .reports__showcase .report,
	.country-reports .reports__showcase .single .article-content footer .foot-section-wrapper .navigation .nav-items .report,
	footer .foot-section-wrapper .navigation .single .article-content .nav-items .country-reports .reports__showcase .report,
	.country-reports .reports__showcase footer .foot-section-wrapper .navigation .single .article-content .nav-items .report,
	.single .single-pharma-report .reading-article .article-full-width-content footer .foot-section-wrapper .navigation .nav-items .country-reports .reports__showcase .report,
	.country-reports .reports__showcase .single .single-pharma-report .reading-article .article-full-width-content footer .foot-section-wrapper .navigation .nav-items .report,
	footer .foot-section-wrapper .navigation .single .single-pharma-report .reading-article .article-full-width-content .nav-items .country-reports .reports__showcase .report,
	.country-reports .reports__showcase footer .foot-section-wrapper .navigation .single .single-pharma-report .reading-article .article-full-width-content .nav-items .report,
	.single-pharma-report .reading-article .single .article-full-width-content footer .foot-section-wrapper .navigation .nav-items .country-reports .reports__showcase .report,
	.country-reports .reports__showcase .single-pharma-report .reading-article .single .article-full-width-content footer .foot-section-wrapper .navigation .nav-items .report,
	footer .foot-section-wrapper .navigation .single-pharma-report .reading-article .single .article-full-width-content .nav-items .country-reports .reports__showcase .report,
	.country-reports .reports__showcase footer .foot-section-wrapper .navigation .single-pharma-report .reading-article .single .article-full-width-content .nav-items .report,
	.directory-filters .single .article-content .grid-2 .filter,
	.directory-filters .single .single-pharma-report .reading-article .article-full-width-content .grid-2 .filter,
	.directory-filters .single-pharma-report .reading-article .single .article-full-width-content .grid-2 .filter,
	.single .article-content .directory-filters .filter,
	.single .single-pharma-report .reading-article .article-full-width-content .directory-filters .filter,
	.single-pharma-report .reading-article .single .article-full-width-content .directory-filters .filter,
	.directory-filters .single .article-content footer .foot-section-wrapper .navigation .nav-items .filter,
	.directory-filters footer .foot-section-wrapper .navigation .single .article-content .nav-items .filter,
	.directory-filters .single .single-pharma-report .reading-article .article-full-width-content footer .foot-section-wrapper .navigation .nav-items .filter,
	.directory-filters footer .foot-section-wrapper .navigation .single .single-pharma-report .reading-article .article-full-width-content .nav-items .filter,
	.directory-filters .single-pharma-report .reading-article .single .article-full-width-content footer .foot-section-wrapper .navigation .nav-items .filter,
	.directory-filters footer .foot-section-wrapper .navigation .single-pharma-report .reading-article .single .article-full-width-content .nav-items .filter,
	.directory-filters .single .article-content .grid-2 .directory-search,
	.directory-filters .single .single-pharma-report .reading-article .article-full-width-content .grid-2 .directory-search,
	.directory-filters .single-pharma-report .reading-article .single .article-full-width-content .grid-2 .directory-search,
	.single .article-content .directory-filters .directory-search,
	.single .single-pharma-report .reading-article .article-full-width-content .directory-filters .directory-search,
	.single-pharma-report .reading-article .single .article-full-width-content .directory-filters .directory-search,
	.directory-filters .single .article-content footer .foot-section-wrapper .navigation .nav-items .directory-search,
	.directory-filters footer .foot-section-wrapper .navigation .single .article-content .nav-items .directory-search,
	.directory-filters .single .single-pharma-report .reading-article .article-full-width-content footer .foot-section-wrapper .navigation .nav-items .directory-search,
	.directory-filters footer .foot-section-wrapper .navigation .single .single-pharma-report .reading-article .article-full-width-content .nav-items .directory-search,
	.directory-filters .single-pharma-report .reading-article .single .article-full-width-content footer .foot-section-wrapper .navigation .nav-items .directory-search,
	.directory-filters footer .foot-section-wrapper .navigation .single-pharma-report .reading-article .single .article-full-width-content .nav-items .directory-search,
	.single .article-content .grid-2 .like-share-save > span,
	.single .single-pharma-report .reading-article .article-full-width-content .grid-2 .like-share-save > span,
	.single-pharma-report .reading-article .single .article-full-width-content .grid-2 .like-share-save > span,
	.single .article-content .directory-filters .like-share-save > span,
	.single .single-pharma-report .reading-article .article-full-width-content .directory-filters .like-share-save > span,
	.single-pharma-report .reading-article .single .article-full-width-content .directory-filters .like-share-save > span,
	.single .article-content footer .foot-section-wrapper .navigation .nav-items .like-share-save > span,
	footer .foot-section-wrapper .navigation .single .article-content .nav-items .like-share-save > span,
	.single .single-pharma-report .reading-article .article-full-width-content footer .foot-section-wrapper .navigation .nav-items .like-share-save > span,
	footer .foot-section-wrapper .navigation .single .single-pharma-report .reading-article .article-full-width-content .nav-items .like-share-save > span,
	.single-pharma-report .reading-article .single .article-full-width-content footer .foot-section-wrapper .navigation .nav-items .like-share-save > span,
	footer .foot-section-wrapper .navigation .single-pharma-report .reading-article .single .article-full-width-content .nav-items .like-share-save > span,
	.single .article-content .grid-2 .like-share-save-in-article > span,
	.single .single-pharma-report .reading-article .article-full-width-content .grid-2 .like-share-save-in-article > span,
	.single-pharma-report .reading-article .single .article-full-width-content .grid-2 .like-share-save-in-article > span,
	.single .article-content .directory-filters .like-share-save-in-article > span,
	.single .single-pharma-report .reading-article .article-full-width-content .directory-filters .like-share-save-in-article > span,
	.single-pharma-report .reading-article .single .article-full-width-content .directory-filters .like-share-save-in-article > span,
	.single .article-content footer .foot-section-wrapper .navigation .nav-items .like-share-save-in-article > span,
	footer .foot-section-wrapper .navigation .single .article-content .nav-items .like-share-save-in-article > span,
	.single .single-pharma-report .reading-article .article-full-width-content footer .foot-section-wrapper .navigation .nav-items .like-share-save-in-article > span,
	footer .foot-section-wrapper .navigation .single .single-pharma-report .reading-article .article-full-width-content .nav-items .like-share-save-in-article > span,
	.single-pharma-report .reading-article .single .article-full-width-content footer .foot-section-wrapper .navigation .nav-items .like-share-save-in-article > span,
	footer .foot-section-wrapper .navigation .single-pharma-report .reading-article .single .article-full-width-content .nav-items .like-share-save-in-article > span,
	footer .foot-section-wrapper .navigation .single .article-content .grid-2 .nav-items > .nav-item,
	footer .foot-section-wrapper .navigation .single .single-pharma-report .reading-article .article-full-width-content .grid-2 .nav-items > .nav-item,
	footer .foot-section-wrapper .navigation .single-pharma-report .reading-article .single .article-full-width-content .grid-2 .nav-items > .nav-item,
	footer .foot-section-wrapper .navigation .single .article-content .directory-filters .nav-items > .nav-item,
	footer .foot-section-wrapper .navigation .single .single-pharma-report .reading-article .article-full-width-content .directory-filters .nav-items > .nav-item,
	footer .foot-section-wrapper .navigation .single-pharma-report .reading-article .single .article-full-width-content .directory-filters .nav-items > .nav-item,
	.single .article-content footer .foot-section-wrapper .navigation .nav-items > .nav-item,
	footer .foot-section-wrapper .navigation .single .article-content .nav-items > .nav-item,
	.single .single-pharma-report .reading-article .article-full-width-content footer .foot-section-wrapper .navigation .nav-items > .nav-item,
	footer .foot-section-wrapper .navigation .single .single-pharma-report .reading-article .article-full-width-content .nav-items > .nav-item,
	.single-pharma-report .reading-article .single .article-full-width-content footer .foot-section-wrapper .navigation .nav-items > .nav-item,
	footer .foot-section-wrapper .navigation .single-pharma-report .reading-article .single .article-full-width-content .nav-items > .nav-item,
	.single .article-content .grid-2 footer .foot-section-wrapper .foot-section,
	footer .foot-section-wrapper .single .article-content .grid-2 .foot-section,
	.single .single-pharma-report .reading-article .article-full-width-content .grid-2 footer .foot-section-wrapper .foot-section,
	footer .foot-section-wrapper .single .single-pharma-report .reading-article .article-full-width-content .grid-2 .foot-section,
	.single-pharma-report .reading-article .single .article-full-width-content .grid-2 footer .foot-section-wrapper .foot-section,
	footer .foot-section-wrapper .single-pharma-report .reading-article .single .article-full-width-content .grid-2 .foot-section,
	.single .article-content .directory-filters footer .foot-section-wrapper .foot-section,
	footer .foot-section-wrapper .single .article-content .directory-filters .foot-section,
	.single .single-pharma-report .reading-article .article-full-width-content .directory-filters footer .foot-section-wrapper .foot-section,
	footer .foot-section-wrapper .single .single-pharma-report .reading-article .article-full-width-content .directory-filters .foot-section,
	.single-pharma-report .reading-article .single .article-full-width-content .directory-filters footer .foot-section-wrapper .foot-section,
	footer .foot-section-wrapper .single-pharma-report .reading-article .single .article-full-width-content .directory-filters .foot-section,
	.single .article-content footer .foot-section-wrapper .navigation .nav-items .foot-section,
	footer .foot-section-wrapper .navigation .single .article-content .nav-items .foot-section,
	.single .single-pharma-report .reading-article .article-full-width-content footer .foot-section-wrapper .navigation .nav-items .foot-section,
	footer .foot-section-wrapper .navigation .single .single-pharma-report .reading-article .article-full-width-content .nav-items .foot-section,
	.single-pharma-report .reading-article .single .article-full-width-content footer .foot-section-wrapper .navigation .nav-items .foot-section,
	footer .foot-section-wrapper .navigation .single-pharma-report .reading-article .single .article-full-width-content .nav-items .foot-section {
		width: 100%;
	}

	.single .article-content .leading .pf-content-new img,
	.single .single-pharma-report .reading-article .article-full-width-content .leading .pf-content-new img,
	.single-pharma-report .reading-article .single .article-full-width-content .leading .pf-content-new img {
		max-width: 100%;
		margin: 0 auto 20px;
		float: none;
	}

	.people-to-watch {
		padding: 5px;
	}

	.people-to-watch .fLarge .featured-person .person-img,
	.people-to-watch .fLarge .featured-person-medium .person-img,
	.people-to-watch .fLarge .featured-person-small .person-img {
		width: 100%;
		min-height: 200px;
	}

	.people-to-watch .fSmall .featured-person-small {
		width: 100% !important;
	}

	.like-share-save,
	.like-share-save-in-article {
		min-width: unset;
	}

	.profile-section .profile-contents .profile-img {
		padding: 5px 5px 10px;
		margin-bottom: 0;
	}

	.profile-section .profile-contents .profile-stats {
		margin-top: 25px;
	}

	.profile-section .profile-contents .profile-info {
		width: 100%;
	}

	.profile-section .profile-contents .profile-info .bottom-row {
		display: table;
		width: 100%;
	}

	.profile-section .profile-contents .profile-info .bottom-row .follow-btn,
	.profile-section .profile-contents .profile-info .bottom-row .like-share-save,
	.profile-section .profile-contents .profile-info .bottom-row .like-share-save-in-article {
		width: 33%;
		float: left;
	}

	.related-people .related-people__showcase .related-person .circle-img {
		width: 120px;
		height: 120px;
	}

	.related-people .related-people__showcase .related-person .key-info {
		height: unset;
		padding-top: 10px;
		width: 80%;
		text-align: center;
		word-break: break-word;
		margin: auto;
	}

	.featured-item {
		display: block;
	}

	.featured-item .article-info {
		padding: 5px 0 15px;
	}

	.featured-item .article-info h1 {
		min-height: 45px !important;
	}

	.featured-item .article-img {
		margin-bottom: 0;
	}

	.featured-item .article-info .article-info__blurb .like-share-save,
	.featured-item .article-info .article-info__blurb .like-share-save-in-article {
		text-align: center;
	}

	.reading-article .article-image img {
		width: 100%;
		height: auto;
	}

	.reading-article .article-subheader {
		display: table;
		width: 100%;
	}

	.reading-article .article-subheader .article-credits {
		width: 100%;
		float: left;
	}

	.reading-article .article-subheader .like-share-save,
	.reading-article .article-subheader .like-share-save-in-article {
		width: 100%;
		min-width: unset;
	}

	.image,
	.logo,
	.article .article-img,
	.featured-item .article-img,
	.focus-articles-section .focus-article .article-img,
	.focus-articles-half-section .focus-article .article-img,
	.most-read .featured-item-img {
		max-width: unset;
		padding: 15px;
	}

	.rightBorder,
	.country-page .main-section,
	.country-page .section-page .mid-section,
	.section-page .country-page .mid-section,
	.country-page .focus-page .lower-section,
	.focus-page .country-page .lower-section,
	.featured-person,
	.featured-person-medium,
	.featured-person-small,
	.three-featured-items .feature-one {
		border-right: none;
	}

	.three-featured-items.type1 .feature-one,
	.three-featured-items.type2 .feature-one {
		width: 50%;
		margin-right: 0;
	}

	.three-featured-items.type1 .feature-two,
	.three-featured-items.type2 .feature-two {
		width: 50%;
		margin-right: 0;
	}

	.three-featured-items.type1 .feature-three,
	.three-featured-items.type2 .feature-three {
		width: 100%;
		margin-right: 0;
		padding-right: 0;
		display: none;
	}

	.grid-3 > .grid-width-2,
	.people-to-watch > .grid-width-2,
	.like-share-save > .grid-width-2,
	.like-share-save-in-article > .grid-width-2,
	footer .foot-section-wrapper > .grid-width-2 {
		width: 100%;
	}

	.grid-3 > .grid-width-1,
	.people-to-watch > .grid-width-1,
	.like-share-save > .grid-width-1,
	.like-share-save-in-article > .grid-width-1,
	footer .foot-section-wrapper > .grid-width-1,
	.grid-3 > .article,
	.people-to-watch > .article,
	.like-share-save > .article,
	.like-share-save-in-article > .article,
	footer .foot-section-wrapper > .article,
	.grid-3 > .featured-item,
	.people-to-watch > .featured-item,
	.like-share-save > .featured-item,
	.like-share-save-in-article > .featured-item,
	footer .foot-section-wrapper > .featured-item,
	.focus-articles-section .grid-3 > .focus-article,
	.focus-articles-section .people-to-watch > .focus-article,
	.focus-articles-section .like-share-save > .focus-article,
	.focus-articles-section .like-share-save-in-article > .focus-article,
	footer .focus-articles-section .foot-section-wrapper > .focus-article,
	.focus-articles-section footer .foot-section-wrapper > .focus-article,
	.focus-articles-half-section .grid-3 > .focus-article,
	.focus-articles-half-section .people-to-watch > .focus-article,
	.focus-articles-half-section .like-share-save > .focus-article,
	.focus-articles-half-section .like-share-save-in-article > .focus-article,
	footer .focus-articles-half-section .foot-section-wrapper > .focus-article,
	.focus-articles-half-section footer .foot-section-wrapper > .focus-article,
	.country-reports .reports__showcase .grid-3 > .report,
	.country-reports .reports__showcase .people-to-watch > .report,
	.country-reports .reports__showcase .like-share-save > .report,
	.country-reports .reports__showcase .like-share-save-in-article > .report,
	footer .country-reports .reports__showcase .foot-section-wrapper > .report,
	.country-reports .reports__showcase footer .foot-section-wrapper > .report,
	.directory-filters .grid-3 > .filter,
	.directory-filters .people-to-watch > .filter,
	.directory-filters .like-share-save > .filter,
	.directory-filters .like-share-save-in-article > .filter,
	footer .directory-filters .foot-section-wrapper > .filter,
	.directory-filters footer .foot-section-wrapper > .filter,
	.directory-filters .grid-3 > .directory-search,
	.directory-filters .people-to-watch > .directory-search,
	.directory-filters .like-share-save > .directory-search,
	.directory-filters .like-share-save-in-article > .directory-search,
	footer .directory-filters .foot-section-wrapper > .directory-search,
	.directory-filters footer .foot-section-wrapper > .directory-search,
	.like-share-save > span,
	footer .like-share-save.foot-section-wrapper > span,
	.like-share-save-in-article > span,
	footer .like-share-save-in-article.foot-section-wrapper > span,
	footer .foot-section-wrapper .navigation .nav-items.grid-3 > .nav-item,
	footer .foot-section-wrapper .navigation .nav-items.people-to-watch > .nav-item,
	footer .foot-section-wrapper .navigation .nav-items.like-share-save > .nav-item,
	footer .foot-section-wrapper .navigation .nav-items.like-share-save-in-article > .nav-item,
	footer .foot-section-wrapper .navigation .nav-items.foot-section-wrapper > .nav-item,
	footer .foot-section-wrapper .grid-3 > .foot-section,
	footer .foot-section-wrapper .people-to-watch > .foot-section,
	footer .foot-section-wrapper .like-share-save > .foot-section,
	footer .foot-section-wrapper .like-share-save-in-article > .foot-section,
	footer .foot-section-wrapper > .foot-section {
		width: 50%;
	}

	.like-share-save .like,
	.like-share-save-in-article .like {
		width: 24% !important;
	}

	.like-share-save .share,
	.like-share-save-in-article .share {
		width: 30% !important;
	}

	.like-share-save .save,
	.like-share-save-in-article .save {
		width: 24% !important;
	}

	.searchwp-live-search-results-showing {
		width: 80% !important;
	}

	.mepr-unauthorized-message {
		padding: 4rem 3rem;
	}

	.mepr-price-boxes {
		margin: 0;
		display: block;
	}

	.mepr-price-box {
		margin: 0 0 4rem;
		padding: 4rem 16px 10rem;
	}

	.mepr-3-col .mepr-price-box {
		width: 100%;
	}

	.mepr-price-box-benefits {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.mepr-price-box-button a {
		max-width: 300px;
	}

	.single-page .page-body,
	.single-memberpressgroup .page-body {
		padding-top: 4rem;
		padding-bottom: 6rem;
	}

	.mepr-account-home-profile {
		margin-bottom: 4rem;
	}

	.modal-content {
		padding: 5rem 2rem 6rem;
	}

	.modal-header .close {
		font-size: 54px;
		line-height: 32px;
		margin-bottom: 3rem !important;
	}
}

@media only screen and (max-width: 650px) {

	.single-pharma-report .reading-article .article-image {
		width: 100%;
	}

	.single-pharma-report .reading-article .article-image .download-report {
		text-align: center;
		margin-top: 15px;
	}

	.single-pharma-report .reading-article .article-content,
	.single-pharma-report .reading-article .article-full-width-content {
		width: 100%;
		margin-top: 20px;
	}

	.sidebar-widget.featured-items .subfeatured-articles,
	.featured-items.signup-newsletter .subfeatured-articles,
	.featured-items.most-read .subfeatured-articles,
	.featured-items.related-companies .subfeatured-articles,
	.featured-items.reports-widget .subfeatured-articles,
	.featured-items.related-reports .subfeatured-articles,
	.featured-items.country-reports .subfeatured-articles,
	.featured-items.latest-reports .subfeatured-articles {
		width: 100%;
	}

	.sidebar-widget.featured-items .subfeatured-articles .article,
	.featured-items.signup-newsletter .subfeatured-articles .article,
	.featured-items.most-read .subfeatured-articles .article,
	.featured-items.related-companies .subfeatured-articles .article,
	.featured-items.reports-widget .subfeatured-articles .article,
	.featured-items.related-reports .subfeatured-articles .article,
	.featured-items.country-reports .subfeatured-articles .article,
	.featured-items.latest-reports .subfeatured-articles .article,
	.sidebar-widget.featured-items .subfeatured-articles .featured-item,
	.featured-items.signup-newsletter .subfeatured-articles .featured-item,
	.featured-items.most-read .subfeatured-articles .featured-item,
	.featured-items.related-companies .subfeatured-articles .featured-item,
	.featured-items.reports-widget .subfeatured-articles .featured-item,
	.featured-items.related-reports .subfeatured-articles .featured-item,
	.featured-items.country-reports .subfeatured-articles .featured-item,
	.featured-items.latest-reports .subfeatured-articles .featured-item,
	.sidebar-widget.featured-items .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .sidebar-widget.featured-items .subfeatured-articles .focus-article,
	.featured-items.signup-newsletter .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .featured-items.signup-newsletter .subfeatured-articles .focus-article,
	.featured-items.most-read .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .featured-items.most-read .subfeatured-articles .focus-article,
	.featured-items.related-companies .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .featured-items.related-companies .subfeatured-articles .focus-article,
	.featured-items.reports-widget .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .featured-items.reports-widget .subfeatured-articles .focus-article,
	.featured-items.related-reports .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .featured-items.related-reports .subfeatured-articles .focus-article,
	.featured-items.country-reports .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .featured-items.country-reports .subfeatured-articles .focus-article,
	.featured-items.latest-reports .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .featured-items.latest-reports .subfeatured-articles .focus-article,
	.sidebar-widget.featured-items .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .sidebar-widget.featured-items .subfeatured-articles .focus-article,
	.featured-items.signup-newsletter .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .featured-items.signup-newsletter .subfeatured-articles .focus-article,
	.featured-items.most-read .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .featured-items.most-read .subfeatured-articles .focus-article,
	.featured-items.related-companies .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .featured-items.related-companies .subfeatured-articles .focus-article,
	.featured-items.reports-widget .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .featured-items.reports-widget .subfeatured-articles .focus-article,
	.featured-items.related-reports .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .featured-items.related-reports .subfeatured-articles .focus-article,
	.featured-items.country-reports .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .featured-items.country-reports .subfeatured-articles .focus-article,
	.featured-items.latest-reports .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .featured-items.latest-reports .subfeatured-articles .focus-article {
		width: 100%;
	}

	.mepr-account-nav-mobile {
		display: block;
		cursor: pointer;
		color: #837aa4;
		text-align: left;
		position: relative;
		padding-right: 54px;
		margin-bottom: 2rem;
	}

	.mepr-account-nav-mobile::after {
		font-family: "font awesome 5 free";
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
		font-weight: 900;
		content: "\f078";
		position: absolute;
		right: 1rem;
		font-size: 34px;
	}

	.mepr-account-nav-mobile.open + div#mepr-account-nav {
		max-height: 99rem;
	}

	.mepr-account-nav-mobile.open::after {
		content: "\f077";
	}

	div#mepr-account-nav {
		width: 100%;
		transition: max-height 0.3s;
		margin-bottom: 4rem;
	}

	div#mepr-account-nav .mepr-nav-item {
		margin-bottom: 5px;
	}

	div#mepr-account-nav .mepr-nav-item #mepr-account-logout {
		display: none;
	}

	div#mepr-account-nav .mepr-nav-item a {
		height: auto;
		padding: 10px 20px;
	}
}

@media only screen and (max-width: 600px) {

	.main-sidebar .main-sidebar__widget {
		flex-basis: 100%;
	}

	.main-sidebar {
		padding-left: 0;
	}

	footer .foot-section-wrapper {
		width: 100%;
	}

	.grid-4 > .grid-width-2,
	.profile-section .profile-contents > .grid-width-2,
	.country-reports .reports__showcase > .grid-width-2 {
		width: 100%;
	}

	.grid-4 > .grid-width-1,
	.profile-section .profile-contents > .grid-width-1,
	.country-reports .reports__showcase > .grid-width-1,
	.grid-4 > .article,
	.profile-section .profile-contents > .article,
	.country-reports .reports__showcase > .article,
	.grid-4 > .featured-item,
	.profile-section .profile-contents > .featured-item,
	.country-reports .reports__showcase > .featured-item,
	.focus-articles-section .grid-4 > .focus-article,
	.profile-section .focus-articles-section .profile-contents > .focus-article,
	.focus-articles-section .profile-section .profile-contents > .focus-article,
	.country-reports .focus-articles-section .reports__showcase > .focus-article,
	.focus-articles-section .country-reports .reports__showcase > .focus-article,
	.focus-articles-half-section .grid-4 > .focus-article,
	.profile-section .focus-articles-half-section .profile-contents > .focus-article,
	.focus-articles-half-section .profile-section .profile-contents > .focus-article,
	.country-reports .focus-articles-half-section .reports__showcase > .focus-article,
	.focus-articles-half-section .country-reports .reports__showcase > .focus-article,
	.country-reports .reports__showcase .grid-4 > .report,
	.profile-section .country-reports .reports__showcase .profile-contents > .report,
	.country-reports .reports__showcase .profile-section .profile-contents > .report,
	.country-reports .reports__showcase > .report,
	.directory-filters .grid-4 > .filter,
	.profile-section .directory-filters .profile-contents > .filter,
	.directory-filters .profile-section .profile-contents > .filter,
	.country-reports .directory-filters .reports__showcase > .filter,
	.directory-filters .country-reports .reports__showcase > .filter,
	.directory-filters .grid-4 > .directory-search,
	.profile-section .directory-filters .profile-contents > .directory-search,
	.directory-filters .profile-section .profile-contents > .directory-search,
	.country-reports .directory-filters .reports__showcase > .directory-search,
	.directory-filters .country-reports .reports__showcase > .directory-search,
	.like-share-save.grid-4 > span,
	.profile-section .like-share-save.profile-contents > span,
	.country-reports .like-share-save.reports__showcase > span,
	.like-share-save-in-article.grid-4 > span,
	.profile-section .like-share-save-in-article.profile-contents > span,
	.country-reports .like-share-save-in-article.reports__showcase > span,
	footer .foot-section-wrapper .navigation .nav-items.grid-4 > .nav-item,
	.profile-section footer .foot-section-wrapper .navigation .nav-items.profile-contents > .nav-item,
	footer .foot-section-wrapper .navigation .profile-section .nav-items.profile-contents > .nav-item,
	.country-reports footer .foot-section-wrapper .navigation .nav-items.reports__showcase > .nav-item,
	footer .foot-section-wrapper .navigation .country-reports .nav-items.reports__showcase > .nav-item,
	footer .foot-section-wrapper .grid-4 > .foot-section,
	.profile-section footer .foot-section-wrapper .profile-contents > .foot-section,
	footer .foot-section-wrapper .profile-section .profile-contents > .foot-section,
	.country-reports footer .foot-section-wrapper .reports__showcase > .foot-section,
	footer .foot-section-wrapper .country-reports .reports__showcase > .foot-section {
		width: 50%;
	}

	.hide-mobile {
		display: none;
	}

	.show-mobile {
		display: block;
	}

	.single .reading-article {
		padding: 0 8px 10px 10px;
	}

	.single .reading-article .article-image {
		padding-right: 0;
	}

	.single .reading-article .article-image img {
		padding: 5px;
	}

	.single .reading-article .article-content .grid-width-1,
	.single .single-pharma-report .reading-article .article-full-width-content .grid-width-1,
	.single-pharma-report .single .reading-article .article-full-width-content .grid-width-1,
	.single .reading-article .article-content .article,
	.single .single-pharma-report .reading-article .article-full-width-content .article,
	.single-pharma-report .single .reading-article .article-full-width-content .article,
	.single .reading-article .article-content .featured-item,
	.single .single-pharma-report .reading-article .article-full-width-content .featured-item,
	.single-pharma-report .single .reading-article .article-full-width-content .featured-item,
	.single .reading-article .article-content .focus-articles-section .focus-article,
	.focus-articles-section .single .reading-article .article-content .focus-article,
	.single .single-pharma-report .reading-article .article-full-width-content .focus-articles-section .focus-article,
	.focus-articles-section .single .single-pharma-report .reading-article .article-full-width-content .focus-article,
	.single-pharma-report .single .reading-article .article-full-width-content .focus-articles-section .focus-article,
	.focus-articles-section .single-pharma-report .single .reading-article .article-full-width-content .focus-article,
	.single .reading-article .article-content .focus-articles-half-section .focus-article,
	.focus-articles-half-section .single .reading-article .article-content .focus-article,
	.single .single-pharma-report .reading-article .article-full-width-content .focus-articles-half-section .focus-article,
	.focus-articles-half-section .single .single-pharma-report .reading-article .article-full-width-content .focus-article,
	.single-pharma-report .single .reading-article .article-full-width-content .focus-articles-half-section .focus-article,
	.focus-articles-half-section .single-pharma-report .single .reading-article .article-full-width-content .focus-article,
	.single .reading-article .article-content .country-reports .reports__showcase .report,
	.country-reports .reports__showcase .single .reading-article .article-content .report,
	.single .single-pharma-report .reading-article .article-full-width-content .country-reports .reports__showcase .report,
	.country-reports .reports__showcase .single .single-pharma-report .reading-article .article-full-width-content .report,
	.single-pharma-report .single .reading-article .article-full-width-content .country-reports .reports__showcase .report,
	.country-reports .reports__showcase .single-pharma-report .single .reading-article .article-full-width-content .report,
	.single .reading-article .article-content .directory-filters .filter,
	.directory-filters .single .reading-article .article-content .filter,
	.single .single-pharma-report .reading-article .article-full-width-content .directory-filters .filter,
	.directory-filters .single .single-pharma-report .reading-article .article-full-width-content .filter,
	.single-pharma-report .single .reading-article .article-full-width-content .directory-filters .filter,
	.directory-filters .single-pharma-report .single .reading-article .article-full-width-content .filter,
	.single .reading-article .article-content .directory-filters .directory-search,
	.directory-filters .single .reading-article .article-content .directory-search,
	.single .single-pharma-report .reading-article .article-full-width-content .directory-filters .directory-search,
	.directory-filters .single .single-pharma-report .reading-article .article-full-width-content .directory-search,
	.single-pharma-report .single .reading-article .article-full-width-content .directory-filters .directory-search,
	.directory-filters .single-pharma-report .single .reading-article .article-full-width-content .directory-search,
	.single .reading-article .article-content .like-share-save > span,
	.single .single-pharma-report .reading-article .article-full-width-content .like-share-save > span,
	.single-pharma-report .single .reading-article .article-full-width-content .like-share-save > span,
	.single .reading-article .article-content .like-share-save-in-article > span,
	.single .single-pharma-report .reading-article .article-full-width-content .like-share-save-in-article > span,
	.single-pharma-report .single .reading-article .article-full-width-content .like-share-save-in-article > span,
	.single .reading-article .article-content footer .foot-section-wrapper .navigation .nav-items > .nav-item,
	footer .foot-section-wrapper .navigation .single .reading-article .article-content .nav-items > .nav-item,
	.single .single-pharma-report .reading-article .article-full-width-content footer .foot-section-wrapper .navigation .nav-items > .nav-item,
	footer .foot-section-wrapper .navigation .single .single-pharma-report .reading-article .article-full-width-content .nav-items > .nav-item,
	.single-pharma-report .single .reading-article .article-full-width-content footer .foot-section-wrapper .navigation .nav-items > .nav-item,
	footer .foot-section-wrapper .navigation .single-pharma-report .single .reading-article .article-full-width-content .nav-items > .nav-item,
	.single .reading-article .article-content footer .foot-section-wrapper .foot-section,
	footer .foot-section-wrapper .single .reading-article .article-content .foot-section,
	.single .single-pharma-report .reading-article .article-full-width-content footer .foot-section-wrapper .foot-section,
	footer .foot-section-wrapper .single .single-pharma-report .reading-article .article-full-width-content .foot-section,
	.single-pharma-report .single .reading-article .article-full-width-content footer .foot-section-wrapper .foot-section,
	footer .foot-section-wrapper .single-pharma-report .single .reading-article .article-full-width-content .foot-section {
		margin-bottom: 10px;
	}

	.report-page .report-header {
		width: fit-content;
		background-color: #fff;
		margin: -22px 0 25px;
		padding-right: 20px;
	}

	.report-page .report-header .btnc--pill,
	.report-page .report-header .mepr-price-menu .mepr-price-box-button a,
	.mepr-price-menu .mepr-price-box-button .report-page .report-header a {
		margin: auto;
	}

	.report-page .report-section-header {
		width: 115px;
		margin-top: -22px;
		background-color: #fff;
		margin-bottom: 25px;
	}

	.report-page .report-section .country-reports {
		padding: 0;
	}

	.report-page .report-section .reports__showcase {
		display: flex;
		flex-direction: column;
	}

	.btnc--icon.filter i {
		font-size: 24px;
	}

	.related-people {
		margin-bottom: 40px;
	}

	.related-people .related-people__showcase .related-person,
	.related-people .related-people__showcase .related-person:first-of-type {
		padding-right: 0;
		width: 50%;
		margin: 0 0 20px 0;
	}

	#login-section .login-form,
	#register-section .login-form {
		width: 100%;
	}

	.main-sidebar .game-changers .game-changer .changer-intro {
		line-height: 18px;
		padding-top: 5px;
	}

	.pharma-rankings .image,
	.pharma-rankings .logo,
	.pharma-rankings .article .article-img,
	.article .pharma-rankings .article-img,
	.pharma-rankings .featured-item .article-img,
	.featured-item .pharma-rankings .article-img,
	.pharma-rankings .focus-articles-section .focus-article .article-img,
	.focus-articles-section .focus-article .pharma-rankings .article-img,
	.pharma-rankings .focus-articles-half-section .focus-article .article-img,
	.focus-articles-half-section .focus-article .pharma-rankings .article-img,
	.pharma-rankings .most-read .featured-item-img,
	.most-read .pharma-rankings .featured-item-img {
		padding: 0;
	}

	.modal#login-modal form fieldset {
		padding: 0;
	}

	.mepr-account-home-price-box {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

@media only screen and (max-width: 500px) {

	h1 {
		font-size: 1.65rem !important;
	}

	h2 {
		font-size: 2rem !important;
	}

	h3 {
		font-size: 1.8rem !important;
	}

	h4 {
		font-size: 1.65rem !important;
	}

	h5 {
		font-size: 1.65rem !important;
	}

	.reading-text {
		font-size: 1.3rem;
	}

	.blurb,
	.article .article-info .article-info__blurb,
	.featured-item .article-info .article-info__blurb,
	.focus-articles-section .focus-article .article-info .article-info__blurb,
	.focus-articles-half-section .focus-article .article-info .article-info__blurb,
	.profile-section .profile-contents .profile-stats .profile-stats__area,
	.profile-section .profile-contents .profile-info .profile-info__blurb,
	.profile-section .profile-contents .profile-info .profile-info__blurb-edit,
	.featured-person .person-info .person-info__blurb,
	.featured-person-medium .person-info .person-info__blurb,
	.featured-person-small .person-info .person-info__blurb,
	.like-share-save,
	.like-share-save-in-article {
		font-size: 1.3rem;
		line-height: 17px;
	}

	.quote {
		font-size: 1.8rem !important;
	}

	.article-credits .writer-blurb {
		font-size: 1.3rem;
	}

	.featured-person .person-img,
	.featured-person-medium .person-img,
	.featured-person-small .person-img {
		height: 165px;
	}

	.featured-person .person-info,
	.featured-person-medium .person-info,
	.featured-person-small .person-info {
		margin-top: 10px;
	}

	.featured-person .person-info .person-info__header,
	.featured-person-medium .person-info .person-info__header,
	.featured-person-small .person-info .person-info__header {
		font-size: 2rem !important;
	}

	.reading-article .article-header .article-controls {
		padding: 3px 10px;
	}

	.reading-article .article-header .article-controls .btnc--icon.save.save-lg {
		font-size: 16px;
	}

	.reading-article .article-header .article-title {
		margin-bottom: 0;
		margin-top: 10px;
	}

	.reading-article .mobile-article-controls .article-credits {
		margin: 0;
	}

	.like-share-save-in-article .share-buttons a img {
		margin: 5px;
		width: 25px;
	}

	footer .foot-section-wrapper .foot-section h2 {
		font-size: 1.4rem !important;
	}

	footer .foot-section-wrapper .foot-section h3 {
		font-size: 1.2rem !important;
	}

	.focus-page .mid-section .focus-subfeatured .focus-article {
		width: 100%;
		padding-right: 0;
	}

	.profile-section .profile-header {
		text-align: center;
	}

	.profile-section .profile-header .right {
		float: none;
	}

	.profile-section .profile-contents .profile-stats {
		display: block;
		width: 100%;
		margin-top: 5px;
		text-align: center;
	}

	.profile-section .profile-contents .profile-img {
		width: 100%;
		text-align: center;
	}

	.profile-section .profile-contents .profile-info {
		width: 100%;
	}

	.profile-section .profile-contents .profile-info .profile-info__blurb,
	.profile-section .profile-contents .profile-info .profile-info__blurb-edit {
		margin-bottom: 30px;
	}

	.profile-section .profile-contents .profile-info .bottom-row {
		display: table;
		width: 100%;
	}

	.profile-section .profile-contents .profile-info .bottom-row .follow-btn,
	.profile-section .profile-contents .profile-info .bottom-row .like-share-save,
	.profile-section .profile-contents .profile-info .bottom-row .like-share-save-in-article {
		width: 100%;
		justify-content: center;
		margin-bottom: 15px;
		text-align: center;
	}

	.full-section {
		padding: 0 8px 10px 10px;
	}

	header nav .navbar .nav-item .subscribe {
		display: none;
	}

	.grid-4 > .grid-width-1,
	.profile-section .profile-contents > .grid-width-1,
	.country-reports .reports__showcase > .grid-width-1,
	.grid-4 > .article,
	.profile-section .profile-contents > .article,
	.country-reports .reports__showcase > .article,
	.grid-4 > .featured-item,
	.profile-section .profile-contents > .featured-item,
	.country-reports .reports__showcase > .featured-item,
	.focus-articles-section .grid-4 > .focus-article,
	.profile-section .focus-articles-section .profile-contents > .focus-article,
	.focus-articles-section .profile-section .profile-contents > .focus-article,
	.country-reports .focus-articles-section .reports__showcase > .focus-article,
	.focus-articles-section .country-reports .reports__showcase > .focus-article,
	.focus-articles-half-section .grid-4 > .focus-article,
	.profile-section .focus-articles-half-section .profile-contents > .focus-article,
	.focus-articles-half-section .profile-section .profile-contents > .focus-article,
	.country-reports .focus-articles-half-section .reports__showcase > .focus-article,
	.focus-articles-half-section .country-reports .reports__showcase > .focus-article,
	.country-reports .reports__showcase .grid-4 > .report,
	.profile-section .country-reports .reports__showcase .profile-contents > .report,
	.country-reports .reports__showcase .profile-section .profile-contents > .report,
	.country-reports .reports__showcase > .report,
	.directory-filters .grid-4 > .filter,
	.profile-section .directory-filters .profile-contents > .filter,
	.directory-filters .profile-section .profile-contents > .filter,
	.country-reports .directory-filters .reports__showcase > .filter,
	.directory-filters .country-reports .reports__showcase > .filter,
	.directory-filters .grid-4 > .directory-search,
	.profile-section .directory-filters .profile-contents > .directory-search,
	.directory-filters .profile-section .profile-contents > .directory-search,
	.country-reports .directory-filters .reports__showcase > .directory-search,
	.directory-filters .country-reports .reports__showcase > .directory-search,
	.like-share-save.grid-4 > span,
	.profile-section .like-share-save.profile-contents > span,
	.country-reports .like-share-save.reports__showcase > span,
	.like-share-save-in-article.grid-4 > span,
	.profile-section .like-share-save-in-article.profile-contents > span,
	.country-reports .like-share-save-in-article.reports__showcase > span,
	footer .foot-section-wrapper .navigation .nav-items.grid-4 > .nav-item,
	.profile-section footer .foot-section-wrapper .navigation .nav-items.profile-contents > .nav-item,
	footer .foot-section-wrapper .navigation .profile-section .nav-items.profile-contents > .nav-item,
	.country-reports footer .foot-section-wrapper .navigation .nav-items.reports__showcase > .nav-item,
	footer .foot-section-wrapper .navigation .country-reports .nav-items.reports__showcase > .nav-item,
	footer .foot-section-wrapper .grid-4 > .foot-section,
	.profile-section footer .foot-section-wrapper .profile-contents > .foot-section,
	footer .foot-section-wrapper .profile-section .profile-contents > .foot-section,
	.country-reports footer .foot-section-wrapper .reports__showcase > .foot-section,
	footer .foot-section-wrapper .country-reports .reports__showcase > .foot-section {
		width: 100%;
		padding-right: 0;
	}

	.grid-3 > .grid-width-1,
	.people-to-watch > .grid-width-1,
	.like-share-save > .grid-width-1,
	.like-share-save-in-article > .grid-width-1,
	footer .foot-section-wrapper > .grid-width-1,
	.grid-3 > .article,
	.people-to-watch > .article,
	.like-share-save > .article,
	.like-share-save-in-article > .article,
	footer .foot-section-wrapper > .article,
	.grid-3 > .featured-item,
	.people-to-watch > .featured-item,
	.like-share-save > .featured-item,
	.like-share-save-in-article > .featured-item,
	footer .foot-section-wrapper > .featured-item,
	.focus-articles-section .grid-3 > .focus-article,
	.focus-articles-section .people-to-watch > .focus-article,
	.focus-articles-section .like-share-save > .focus-article,
	.focus-articles-section .like-share-save-in-article > .focus-article,
	footer .focus-articles-section .foot-section-wrapper > .focus-article,
	.focus-articles-section footer .foot-section-wrapper > .focus-article,
	.focus-articles-half-section .grid-3 > .focus-article,
	.focus-articles-half-section .people-to-watch > .focus-article,
	.focus-articles-half-section .like-share-save > .focus-article,
	.focus-articles-half-section .like-share-save-in-article > .focus-article,
	footer .focus-articles-half-section .foot-section-wrapper > .focus-article,
	.focus-articles-half-section footer .foot-section-wrapper > .focus-article,
	.country-reports .reports__showcase .grid-3 > .report,
	.country-reports .reports__showcase .people-to-watch > .report,
	.country-reports .reports__showcase .like-share-save > .report,
	.country-reports .reports__showcase .like-share-save-in-article > .report,
	footer .country-reports .reports__showcase .foot-section-wrapper > .report,
	.country-reports .reports__showcase footer .foot-section-wrapper > .report,
	.directory-filters .grid-3 > .filter,
	.directory-filters .people-to-watch > .filter,
	.directory-filters .like-share-save > .filter,
	.directory-filters .like-share-save-in-article > .filter,
	footer .directory-filters .foot-section-wrapper > .filter,
	.directory-filters footer .foot-section-wrapper > .filter,
	.directory-filters .grid-3 > .directory-search,
	.directory-filters .people-to-watch > .directory-search,
	.directory-filters .like-share-save > .directory-search,
	.directory-filters .like-share-save-in-article > .directory-search,
	footer .directory-filters .foot-section-wrapper > .directory-search,
	.directory-filters footer .foot-section-wrapper > .directory-search,
	.like-share-save > span,
	footer .like-share-save.foot-section-wrapper > span,
	.like-share-save-in-article > span,
	footer .like-share-save-in-article.foot-section-wrapper > span,
	footer .foot-section-wrapper .navigation .nav-items.grid-3 > .nav-item,
	footer .foot-section-wrapper .navigation .nav-items.people-to-watch > .nav-item,
	footer .foot-section-wrapper .navigation .nav-items.like-share-save > .nav-item,
	footer .foot-section-wrapper .navigation .nav-items.like-share-save-in-article > .nav-item,
	footer .foot-section-wrapper .navigation .nav-items.foot-section-wrapper > .nav-item,
	footer .foot-section-wrapper .grid-3 > .foot-section,
	footer .foot-section-wrapper .people-to-watch > .foot-section,
	footer .foot-section-wrapper .like-share-save > .foot-section,
	footer .foot-section-wrapper .like-share-save-in-article > .foot-section,
	footer .foot-section-wrapper > .foot-section {
		width: 100%;
		padding-right: 0;
	}

	.grid-3 > .grid-width-1.article:last-child,
	.people-to-watch > .grid-width-1.article:last-child,
	.like-share-save > .grid-width-1.article:last-child,
	.like-share-save-in-article > .grid-width-1.article:last-child,
	footer .foot-section-wrapper > .grid-width-1.article:last-child,
	.grid-3 > .article:last-child,
	.people-to-watch > .article:last-child,
	.like-share-save > .article:last-child,
	.like-share-save-in-article > .article:last-child,
	footer .foot-section-wrapper > .article:last-child,
	.grid-3 > .featured-item:last-child,
	.people-to-watch > .featured-item:last-child,
	.like-share-save > .featured-item:last-child,
	.like-share-save-in-article > .featured-item:last-child,
	footer .foot-section-wrapper > .featured-item:last-child,
	.focus-articles-section .grid-3 > .focus-article:last-child,
	.focus-articles-section .people-to-watch > .focus-article:last-child,
	.focus-articles-section .like-share-save > .focus-article:last-child,
	.focus-articles-section .like-share-save-in-article > .focus-article:last-child,
	footer .focus-articles-section .foot-section-wrapper > .focus-article:last-child,
	.focus-articles-section footer .foot-section-wrapper > .focus-article:last-child,
	.focus-articles-half-section .grid-3 > .focus-article:last-child,
	.focus-articles-half-section .people-to-watch > .focus-article:last-child,
	.focus-articles-half-section .like-share-save > .focus-article:last-child,
	.focus-articles-half-section .like-share-save-in-article > .focus-article:last-child,
	footer .focus-articles-half-section .foot-section-wrapper > .focus-article:last-child,
	.focus-articles-half-section footer .foot-section-wrapper > .focus-article:last-child,
	.grid-3 > .grid-width-1.featured-item:last-child,
	.people-to-watch > .grid-width-1.featured-item:last-child,
	.like-share-save > .grid-width-1.featured-item:last-child,
	.like-share-save-in-article > .grid-width-1.featured-item:last-child,
	footer .foot-section-wrapper > .grid-width-1.featured-item:last-child,
	.grid-3 > .featured-item.article:last-child,
	.people-to-watch > .featured-item.article:last-child,
	.like-share-save > .featured-item.article:last-child,
	.like-share-save-in-article > .featured-item.article:last-child,
	footer .foot-section-wrapper > .featured-item.article:last-child,
	.country-reports .reports__showcase .grid-3 > .featured-item.report:last-child,
	.country-reports .reports__showcase .people-to-watch > .featured-item.report:last-child,
	.country-reports .reports__showcase .like-share-save > .featured-item.report:last-child,
	.country-reports .reports__showcase .like-share-save-in-article > .featured-item.report:last-child,
	footer .country-reports .reports__showcase .foot-section-wrapper > .featured-item.report:last-child,
	.country-reports .reports__showcase footer .foot-section-wrapper > .featured-item.report:last-child,
	.directory-filters .grid-3 > .featured-item.filter:last-child,
	.directory-filters .people-to-watch > .featured-item.filter:last-child,
	.directory-filters .like-share-save > .featured-item.filter:last-child,
	.directory-filters .like-share-save-in-article > .featured-item.filter:last-child,
	footer .directory-filters .foot-section-wrapper > .featured-item.filter:last-child,
	.directory-filters footer .foot-section-wrapper > .featured-item.filter:last-child,
	.directory-filters .grid-3 > .featured-item.directory-search:last-child,
	.directory-filters .people-to-watch > .featured-item.directory-search:last-child,
	.directory-filters .like-share-save > .featured-item.directory-search:last-child,
	.directory-filters .like-share-save-in-article > .featured-item.directory-search:last-child,
	footer .directory-filters .foot-section-wrapper > .featured-item.directory-search:last-child,
	.directory-filters footer .foot-section-wrapper > .featured-item.directory-search:last-child,
	.like-share-save.grid-3 > span.featured-item:last-child,
	.like-share-save.people-to-watch > span.featured-item:last-child,
	.like-share-save > span.featured-item:last-child,
	.like-share-save.like-share-save-in-article > span.featured-item:last-child,
	footer .like-share-save.foot-section-wrapper > span.featured-item:last-child,
	.like-share-save-in-article.grid-3 > span.featured-item:last-child,
	.like-share-save-in-article.people-to-watch > span.featured-item:last-child,
	.like-share-save-in-article.like-share-save > span.featured-item:last-child,
	.like-share-save-in-article > span.featured-item:last-child,
	footer .like-share-save-in-article.foot-section-wrapper > span.featured-item:last-child,
	footer .foot-section-wrapper .navigation .nav-items.grid-3 > .featured-item.nav-item:last-child,
	footer .foot-section-wrapper .navigation .nav-items.people-to-watch > .featured-item.nav-item:last-child,
	footer .foot-section-wrapper .navigation .nav-items.like-share-save > .featured-item.nav-item:last-child,
	footer .foot-section-wrapper .navigation .nav-items.like-share-save-in-article > .featured-item.nav-item:last-child,
	footer .foot-section-wrapper .navigation .nav-items.foot-section-wrapper > .featured-item.nav-item:last-child,
	footer .foot-section-wrapper .grid-3 > .featured-item.foot-section:last-child,
	footer .foot-section-wrapper .people-to-watch > .featured-item.foot-section:last-child,
	footer .foot-section-wrapper .like-share-save > .featured-item.foot-section:last-child,
	footer .foot-section-wrapper .like-share-save-in-article > .featured-item.foot-section:last-child,
	footer .foot-section-wrapper > .featured-item.foot-section:last-child,
	.country-reports .reports__showcase .grid-3 > .article.report:last-child,
	.country-reports .reports__showcase .people-to-watch > .article.report:last-child,
	.country-reports .reports__showcase .like-share-save > .article.report:last-child,
	.country-reports .reports__showcase .like-share-save-in-article > .article.report:last-child,
	footer .country-reports .reports__showcase .foot-section-wrapper > .article.report:last-child,
	.country-reports .reports__showcase footer .foot-section-wrapper > .article.report:last-child,
	.country-reports .reports__showcase .focus-articles-section .grid-3 > .report.focus-article:last-child,
	.country-reports .reports__showcase .focus-articles-section .people-to-watch > .report.focus-article:last-child,
	.country-reports .reports__showcase .focus-articles-section .like-share-save > .report.focus-article:last-child,
	.country-reports .reports__showcase .focus-articles-section .like-share-save-in-article > .report.focus-article:last-child,
	footer .country-reports .reports__showcase .focus-articles-section .foot-section-wrapper > .report.focus-article:last-child,
	.country-reports .reports__showcase .focus-articles-section footer .foot-section-wrapper > .report.focus-article:last-child,
	.focus-articles-section .country-reports .reports__showcase .grid-3 > .report.focus-article:last-child,
	.focus-articles-section .country-reports .reports__showcase .people-to-watch > .report.focus-article:last-child,
	.focus-articles-section .country-reports .reports__showcase .like-share-save > .report.focus-article:last-child,
	.focus-articles-section .country-reports .reports__showcase .like-share-save-in-article > .report.focus-article:last-child,
	footer .focus-articles-section .country-reports .reports__showcase .foot-section-wrapper > .report.focus-article:last-child,
	.focus-articles-section .country-reports .reports__showcase footer .foot-section-wrapper > .report.focus-article:last-child,
	.country-reports .reports__showcase .focus-articles-half-section .grid-3 > .report.focus-article:last-child,
	.country-reports .reports__showcase .focus-articles-half-section .people-to-watch > .report.focus-article:last-child,
	.country-reports .reports__showcase .focus-articles-half-section .like-share-save > .report.focus-article:last-child,
	.country-reports .reports__showcase .focus-articles-half-section .like-share-save-in-article > .report.focus-article:last-child,
	footer .country-reports .reports__showcase .focus-articles-half-section .foot-section-wrapper > .report.focus-article:last-child,
	.country-reports .reports__showcase .focus-articles-half-section footer .foot-section-wrapper > .report.focus-article:last-child,
	.focus-articles-half-section .country-reports .reports__showcase .grid-3 > .report.focus-article:last-child,
	.focus-articles-half-section .country-reports .reports__showcase .people-to-watch > .report.focus-article:last-child,
	.focus-articles-half-section .country-reports .reports__showcase .like-share-save > .report.focus-article:last-child,
	.focus-articles-half-section .country-reports .reports__showcase .like-share-save-in-article > .report.focus-article:last-child,
	footer .focus-articles-half-section .country-reports .reports__showcase .foot-section-wrapper > .report.focus-article:last-child,
	.focus-articles-half-section .country-reports .reports__showcase footer .foot-section-wrapper > .report.focus-article:last-child,
	.directory-filters .grid-3 > .article.filter:last-child,
	.directory-filters .people-to-watch > .article.filter:last-child,
	.directory-filters .like-share-save > .article.filter:last-child,
	.directory-filters .like-share-save-in-article > .article.filter:last-child,
	footer .directory-filters .foot-section-wrapper > .article.filter:last-child,
	.directory-filters footer .foot-section-wrapper > .article.filter:last-child,
	.directory-filters .focus-articles-section .grid-3 > .filter.focus-article:last-child,
	.directory-filters .focus-articles-section .people-to-watch > .filter.focus-article:last-child,
	.directory-filters .focus-articles-section .like-share-save > .filter.focus-article:last-child,
	.directory-filters .focus-articles-section .like-share-save-in-article > .filter.focus-article:last-child,
	footer .directory-filters .focus-articles-section .foot-section-wrapper > .filter.focus-article:last-child,
	.directory-filters .focus-articles-section footer .foot-section-wrapper > .filter.focus-article:last-child,
	.focus-articles-section .directory-filters .grid-3 > .filter.focus-article:last-child,
	.focus-articles-section .directory-filters .people-to-watch > .filter.focus-article:last-child,
	.focus-articles-section .directory-filters .like-share-save > .filter.focus-article:last-child,
	.focus-articles-section .directory-filters .like-share-save-in-article > .filter.focus-article:last-child,
	footer .focus-articles-section .directory-filters .foot-section-wrapper > .filter.focus-article:last-child,
	.focus-articles-section .directory-filters footer .foot-section-wrapper > .filter.focus-article:last-child,
	.directory-filters .focus-articles-half-section .grid-3 > .filter.focus-article:last-child,
	.directory-filters .focus-articles-half-section .people-to-watch > .filter.focus-article:last-child,
	.directory-filters .focus-articles-half-section .like-share-save > .filter.focus-article:last-child,
	.directory-filters .focus-articles-half-section .like-share-save-in-article > .filter.focus-article:last-child,
	footer .directory-filters .focus-articles-half-section .foot-section-wrapper > .filter.focus-article:last-child,
	.directory-filters .focus-articles-half-section footer .foot-section-wrapper > .filter.focus-article:last-child,
	.focus-articles-half-section .directory-filters .grid-3 > .filter.focus-article:last-child,
	.focus-articles-half-section .directory-filters .people-to-watch > .filter.focus-article:last-child,
	.focus-articles-half-section .directory-filters .like-share-save > .filter.focus-article:last-child,
	.focus-articles-half-section .directory-filters .like-share-save-in-article > .filter.focus-article:last-child,
	footer .focus-articles-half-section .directory-filters .foot-section-wrapper > .filter.focus-article:last-child,
	.focus-articles-half-section .directory-filters footer .foot-section-wrapper > .filter.focus-article:last-child,
	.directory-filters .grid-3 > .article.directory-search:last-child,
	.directory-filters .people-to-watch > .article.directory-search:last-child,
	.directory-filters .like-share-save > .article.directory-search:last-child,
	.directory-filters .like-share-save-in-article > .article.directory-search:last-child,
	footer .directory-filters .foot-section-wrapper > .article.directory-search:last-child,
	.directory-filters footer .foot-section-wrapper > .article.directory-search:last-child,
	.directory-filters .focus-articles-section .grid-3 > .directory-search.focus-article:last-child,
	.directory-filters .focus-articles-section .people-to-watch > .directory-search.focus-article:last-child,
	.directory-filters .focus-articles-section .like-share-save > .directory-search.focus-article:last-child,
	.directory-filters .focus-articles-section .like-share-save-in-article > .directory-search.focus-article:last-child,
	footer .directory-filters .focus-articles-section .foot-section-wrapper > .directory-search.focus-article:last-child,
	.directory-filters .focus-articles-section footer .foot-section-wrapper > .directory-search.focus-article:last-child,
	.focus-articles-section .directory-filters .grid-3 > .directory-search.focus-article:last-child,
	.focus-articles-section .directory-filters .people-to-watch > .directory-search.focus-article:last-child,
	.focus-articles-section .directory-filters .like-share-save > .directory-search.focus-article:last-child,
	.focus-articles-section .directory-filters .like-share-save-in-article > .directory-search.focus-article:last-child,
	footer .focus-articles-section .directory-filters .foot-section-wrapper > .directory-search.focus-article:last-child,
	.focus-articles-section .directory-filters footer .foot-section-wrapper > .directory-search.focus-article:last-child,
	.directory-filters .focus-articles-half-section .grid-3 > .directory-search.focus-article:last-child,
	.directory-filters .focus-articles-half-section .people-to-watch > .directory-search.focus-article:last-child,
	.directory-filters .focus-articles-half-section .like-share-save > .directory-search.focus-article:last-child,
	.directory-filters .focus-articles-half-section .like-share-save-in-article > .directory-search.focus-article:last-child,
	footer .directory-filters .focus-articles-half-section .foot-section-wrapper > .directory-search.focus-article:last-child,
	.directory-filters .focus-articles-half-section footer .foot-section-wrapper > .directory-search.focus-article:last-child,
	.focus-articles-half-section .directory-filters .grid-3 > .directory-search.focus-article:last-child,
	.focus-articles-half-section .directory-filters .people-to-watch > .directory-search.focus-article:last-child,
	.focus-articles-half-section .directory-filters .like-share-save > .directory-search.focus-article:last-child,
	.focus-articles-half-section .directory-filters .like-share-save-in-article > .directory-search.focus-article:last-child,
	footer .focus-articles-half-section .directory-filters .foot-section-wrapper > .directory-search.focus-article:last-child,
	.focus-articles-half-section .directory-filters footer .foot-section-wrapper > .directory-search.focus-article:last-child,
	.like-share-save.grid-3 > span.article:last-child,
	.like-share-save.people-to-watch > span.article:last-child,
	.like-share-save > span.article:last-child,
	.like-share-save.like-share-save-in-article > span.article:last-child,
	footer .like-share-save.foot-section-wrapper > span.article:last-child,
	.like-share-save-in-article.grid-3 > span.article:last-child,
	.like-share-save-in-article.people-to-watch > span.article:last-child,
	.like-share-save-in-article.like-share-save > span.article:last-child,
	.like-share-save-in-article > span.article:last-child,
	footer .like-share-save-in-article.foot-section-wrapper > span.article:last-child,
	.focus-articles-section .like-share-save.grid-3 > span.focus-article:last-child,
	.focus-articles-section .like-share-save.people-to-watch > span.focus-article:last-child,
	.focus-articles-section .like-share-save > span.focus-article:last-child,
	.focus-articles-section .like-share-save.like-share-save-in-article > span.focus-article:last-child,
	footer .focus-articles-section .like-share-save.foot-section-wrapper > span.focus-article:last-child,
	.focus-articles-section footer .like-share-save.foot-section-wrapper > span.focus-article:last-child,
	.focus-articles-section .like-share-save-in-article.grid-3 > span.focus-article:last-child,
	.focus-articles-section .like-share-save-in-article.people-to-watch > span.focus-article:last-child,
	.focus-articles-section .like-share-save-in-article.like-share-save > span.focus-article:last-child,
	.focus-articles-section .like-share-save-in-article > span.focus-article:last-child,
	footer .focus-articles-section .like-share-save-in-article.foot-section-wrapper > span.focus-article:last-child,
	.focus-articles-section footer .like-share-save-in-article.foot-section-wrapper > span.focus-article:last-child,
	.focus-articles-half-section .like-share-save.grid-3 > span.focus-article:last-child,
	.focus-articles-half-section .like-share-save.people-to-watch > span.focus-article:last-child,
	.focus-articles-half-section .like-share-save > span.focus-article:last-child,
	.focus-articles-half-section .like-share-save.like-share-save-in-article > span.focus-article:last-child,
	footer .focus-articles-half-section .like-share-save.foot-section-wrapper > span.focus-article:last-child,
	.focus-articles-half-section footer .like-share-save.foot-section-wrapper > span.focus-article:last-child,
	.focus-articles-half-section .like-share-save-in-article.grid-3 > span.focus-article:last-child,
	.focus-articles-half-section .like-share-save-in-article.people-to-watch > span.focus-article:last-child,
	.focus-articles-half-section .like-share-save-in-article.like-share-save > span.focus-article:last-child,
	.focus-articles-half-section .like-share-save-in-article > span.focus-article:last-child,
	footer .focus-articles-half-section .like-share-save-in-article.foot-section-wrapper > span.focus-article:last-child,
	.focus-articles-half-section footer .like-share-save-in-article.foot-section-wrapper > span.focus-article:last-child,
	.focus-articles-section .grid-3 > .grid-width-1.focus-article:last-child,
	.focus-articles-section .people-to-watch > .grid-width-1.focus-article:last-child,
	.focus-articles-section .like-share-save > .grid-width-1.focus-article:last-child,
	.focus-articles-section .like-share-save-in-article > .grid-width-1.focus-article:last-child,
	footer .focus-articles-section .foot-section-wrapper > .grid-width-1.focus-article:last-child,
	.focus-articles-section footer .foot-section-wrapper > .grid-width-1.focus-article:last-child,
	.focus-articles-half-section .grid-3 > .grid-width-1.focus-article:last-child,
	.focus-articles-half-section .people-to-watch > .grid-width-1.focus-article:last-child,
	.focus-articles-half-section .like-share-save > .grid-width-1.focus-article:last-child,
	.focus-articles-half-section .like-share-save-in-article > .grid-width-1.focus-article:last-child,
	footer .focus-articles-half-section .foot-section-wrapper > .grid-width-1.focus-article:last-child,
	.focus-articles-half-section footer .foot-section-wrapper > .grid-width-1.focus-article:last-child,
	.focus-articles-section .grid-3 > .focus-article.article:last-child,
	.focus-articles-section .people-to-watch > .focus-article.article:last-child,
	.focus-articles-section .like-share-save > .focus-article.article:last-child,
	.focus-articles-section .like-share-save-in-article > .focus-article.article:last-child,
	footer .focus-articles-section .foot-section-wrapper > .focus-article.article:last-child,
	.focus-articles-section footer .foot-section-wrapper > .focus-article.article:last-child,
	.focus-articles-half-section .grid-3 > .focus-article.article:last-child,
	.focus-articles-half-section .people-to-watch > .focus-article.article:last-child,
	.focus-articles-half-section .like-share-save > .focus-article.article:last-child,
	.focus-articles-half-section .like-share-save-in-article > .focus-article.article:last-child,
	footer .focus-articles-half-section .foot-section-wrapper > .focus-article.article:last-child,
	.focus-articles-half-section footer .foot-section-wrapper > .focus-article.article:last-child,
	.focus-articles-section footer .foot-section-wrapper .navigation .nav-items.grid-3 > .focus-article.nav-item:last-child,
	.focus-articles-section footer .foot-section-wrapper .navigation .nav-items.people-to-watch > .focus-article.nav-item:last-child,
	.focus-articles-section footer .foot-section-wrapper .navigation .nav-items.like-share-save > .focus-article.nav-item:last-child,
	.focus-articles-section footer .foot-section-wrapper .navigation .nav-items.like-share-save-in-article > .focus-article.nav-item:last-child,
	.focus-articles-section footer .foot-section-wrapper .navigation .nav-items.foot-section-wrapper > .focus-article.nav-item:last-child,
	footer .foot-section-wrapper .navigation .focus-articles-section .nav-items.grid-3 > .focus-article.nav-item:last-child,
	footer .foot-section-wrapper .navigation .focus-articles-section .nav-items.people-to-watch > .focus-article.nav-item:last-child,
	footer .foot-section-wrapper .navigation .focus-articles-section .nav-items.like-share-save > .focus-article.nav-item:last-child,
	footer .foot-section-wrapper .navigation .focus-articles-section .nav-items.like-share-save-in-article > .focus-article.nav-item:last-child,
	footer .foot-section-wrapper .navigation .focus-articles-section .nav-items.foot-section-wrapper > .focus-article.nav-item:last-child,
	.focus-articles-half-section footer .foot-section-wrapper .navigation .nav-items.grid-3 > .focus-article.nav-item:last-child,
	.focus-articles-half-section footer .foot-section-wrapper .navigation .nav-items.people-to-watch > .focus-article.nav-item:last-child,
	.focus-articles-half-section footer .foot-section-wrapper .navigation .nav-items.like-share-save > .focus-article.nav-item:last-child,
	.focus-articles-half-section footer .foot-section-wrapper .navigation .nav-items.like-share-save-in-article > .focus-article.nav-item:last-child,
	.focus-articles-half-section footer .foot-section-wrapper .navigation .nav-items.foot-section-wrapper > .focus-article.nav-item:last-child,
	footer .foot-section-wrapper .navigation .focus-articles-half-section .nav-items.grid-3 > .focus-article.nav-item:last-child,
	footer .foot-section-wrapper .navigation .focus-articles-half-section .nav-items.people-to-watch > .focus-article.nav-item:last-child,
	footer .foot-section-wrapper .navigation .focus-articles-half-section .nav-items.like-share-save > .focus-article.nav-item:last-child,
	footer .foot-section-wrapper .navigation .focus-articles-half-section .nav-items.like-share-save-in-article > .focus-article.nav-item:last-child,
	footer .foot-section-wrapper .navigation .focus-articles-half-section .nav-items.foot-section-wrapper > .focus-article.nav-item:last-child,
	.focus-articles-section footer .foot-section-wrapper .grid-3 > .focus-article.foot-section:last-child,
	.focus-articles-section footer .foot-section-wrapper .people-to-watch > .focus-article.foot-section:last-child,
	.focus-articles-section footer .foot-section-wrapper .like-share-save > .focus-article.foot-section:last-child,
	.focus-articles-section footer .foot-section-wrapper .like-share-save-in-article > .focus-article.foot-section:last-child,
	.focus-articles-section footer .foot-section-wrapper > .focus-article.foot-section:last-child,
	footer .foot-section-wrapper .focus-articles-section .grid-3 > .focus-article.foot-section:last-child,
	footer .foot-section-wrapper .focus-articles-section .people-to-watch > .focus-article.foot-section:last-child,
	footer .foot-section-wrapper .focus-articles-section .like-share-save > .focus-article.foot-section:last-child,
	footer .foot-section-wrapper .focus-articles-section .like-share-save-in-article > .focus-article.foot-section:last-child,
	footer .foot-section-wrapper .focus-articles-section .foot-section-wrapper > .focus-article.foot-section:last-child,
	.focus-articles-half-section footer .foot-section-wrapper .grid-3 > .focus-article.foot-section:last-child,
	.focus-articles-half-section footer .foot-section-wrapper .people-to-watch > .focus-article.foot-section:last-child,
	.focus-articles-half-section footer .foot-section-wrapper .like-share-save > .focus-article.foot-section:last-child,
	.focus-articles-half-section footer .foot-section-wrapper .like-share-save-in-article > .focus-article.foot-section:last-child,
	.focus-articles-half-section footer .foot-section-wrapper > .focus-article.foot-section:last-child,
	footer .foot-section-wrapper .focus-articles-half-section .grid-3 > .focus-article.foot-section:last-child,
	footer .foot-section-wrapper .focus-articles-half-section .people-to-watch > .focus-article.foot-section:last-child,
	footer .foot-section-wrapper .focus-articles-half-section .like-share-save > .focus-article.foot-section:last-child,
	footer .foot-section-wrapper .focus-articles-half-section .like-share-save-in-article > .focus-article.foot-section:last-child,
	footer .foot-section-wrapper .focus-articles-half-section .foot-section-wrapper > .focus-article.foot-section:last-child,
	footer .foot-section-wrapper .navigation .nav-items.grid-3 > .article.nav-item:last-child,
	footer .foot-section-wrapper .navigation .nav-items.people-to-watch > .article.nav-item:last-child,
	footer .foot-section-wrapper .navigation .nav-items.like-share-save > .article.nav-item:last-child,
	footer .foot-section-wrapper .navigation .nav-items.like-share-save-in-article > .article.nav-item:last-child,
	footer .foot-section-wrapper .navigation .nav-items.foot-section-wrapper > .article.nav-item:last-child,
	footer .foot-section-wrapper .grid-3 > .article.foot-section:last-child,
	footer .foot-section-wrapper .people-to-watch > .article.foot-section:last-child,
	footer .foot-section-wrapper .like-share-save > .article.foot-section:last-child,
	footer .foot-section-wrapper .like-share-save-in-article > .article.foot-section:last-child,
	footer .foot-section-wrapper > .article.foot-section:last-child {
		display: block;
	}

	.focus-articles-half-section {
		width: calc(100% - 0px);
	}

	.focus-articles-half-section .focus-articles .focus-article {
		width: 100%;
		padding-right: 0;
	}

	.reading-article .article-image {
		margin: 5px 0 15px;
	}

	.subfeatured-articles .article,
	.subfeatured-articles .featured-item,
	.subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .subfeatured-articles .focus-article,
	.subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .subfeatured-articles .focus-article,
	.subfeatured-articles .article:not(:last-of-type),
	.subfeatured-articles .featured-item:not(:last-of-type),
	.subfeatured-articles .focus-articles-section .focus-article:not(:last-of-type),
	.focus-articles-section .subfeatured-articles .focus-article:not(:last-of-type),
	.subfeatured-articles .focus-articles-half-section .focus-article:not(:last-of-type),
	.focus-articles-half-section .subfeatured-articles .focus-article:not(:last-of-type) {
		margin: 0;
		width: 100%;
	}

	.country-reports {
		padding: 0 4px 40px 20px;
	}

	.country-reports .reports__header {
		display: block;
		text-align: center;
	}

	.country-reports .reports__header button {
		margin: 10px 0 0;
	}

	.report-page .report-header {
		display: block;
	}

	.three-featured-items.type1 .feature-one,
	.three-featured-items.type1 .feature-two,
	.three-featured-items.type1 .feature-thee,
	.three-featured-items.type2 .feature-one,
	.three-featured-items.type2 .feature-two,
	.three-featured-items.type2 .feature-thee {
		width: 100%;
		padding-right: 0;
		display: block;
	}

	.people-to-watch .fLarge {
		padding-right: 0;
	}

	.people-to-watch .fLarge .featured-person,
	.people-to-watch .fLarge .featured-person-medium,
	.people-to-watch .fLarge .featured-person-small {
		flex-direction: column;
	}

	.people-to-watch .fSmall .featured-person-small:last-child {
		padding-left: 0;
		border: none;
	}

	.country-reports .reports__showcase {
		display: block;
	}

	.country-reports .reports__showcase .report-info {
		padding-right: 15px;
	}
}

@media only screen and (max-width: 400px) {

	.white-paper-archive .white-paper {
		border-bottom: 1px solid #d3d3d3;
	}

	.white-paper-archive .white-paper .top {
		padding: 0 15px;
	}

	.white-paper-archive .white-paper .body {
		flex-direction: column;
	}

	.white-paper-archive .white-paper .body img {
		align-self: center;
		padding: 10px 0 0;
	}

	.white-paper-archive .white-paper .body .preview {
		padding: 10px 0 0;
	}

	.white-paper-archive .white-paper .body .preview .see-more {
		margin-top: 0;
	}

	.profile-section {
		padding: 10px 15px;
	}

	.profile-section .profile-contents .profile-info .profile-info__blurb,
	.profile-section .profile-contents .profile-info .profile-info__blurb-edit {
		margin-bottom: 10px;
	}

	.profile-section .profile-header {
		margin-bottom: 5px;
	}

	.article-widget,
	.related-people {
		padding: 0 8px 10px 10px;
	}

	.page-body {
		width: calc(100% - 0px);
		margin: 10px 0 20px;
		padding: 0 6px 10px;
		margin-top: 10px !important;
	}

	.single-page .page-body,
	.single-memberpressgroup .page-body {
		padding: 4rem 2rem 6rem;
	}

	.main-sidebar .game-changers,
	.main-sidebar .pharma-rankings {
		width: 100%;
		padding-left: 5px;
		border-left: none;
	}

	.reading-article .article-subheader {
		display: table;
		width: 100%;
	}

	.reading-article .article-subheader .article-credits {
		float: left;
	}

	.reading-article .article-subheader .like-share-save,
	.reading-article .article-subheader .like-share-save-in-article {
		min-width: unset;
	}

	.reading-article .article-content,
	.single-pharma-report .reading-article .article-full-width-content {
		padding: 0 10px 10px 0;
	}

	.featured-item .article-img {
		height: 180px;
	}

	.subfeatured-articles {
		padding-left: 0;
		margin-left: 0 !important;
	}

	body.single-interviews .subfeatured-articles {
		margin: 10px !important;
		padding: 10px;
	}

	body.single-interviews .sidebar-widget .subfeatured-articles,
	body.single-interviews .signup-newsletter .subfeatured-articles,
	body.single-interviews .most-read .subfeatured-articles,
	body.single-interviews .related-companies .subfeatured-articles,
	body.single-interviews .reports-widget .subfeatured-articles,
	body.single-interviews .related-reports .subfeatured-articles,
	body.single-interviews .country-reports .subfeatured-articles,
	body.single-interviews .latest-reports .subfeatured-articles {
		margin: 0 !important;
		padding: 0;
	}

	.single .related-people {
		margin-bottom: 20px;
		padding: 0 8px 10px 10px;
	}

	.single .related-people .related-people__showcase .related-person {
		transform: scale(0.8);
		width: 30%;
		margin-right: 10px;
	}

	.single .related-people .related-people__showcase .related-person .key-info {
		word-break: unset;
		width: 100%;
	}

	.single .related-people .related-person:first-of-type {
		margin-left: -5px;
	}

	.mepr-account-home-price-box {
		padding-top: 4rem;
		padding-bottom: 14px;
	}

	.mepr-price-box-benefits {
		padding: 0;
	}
}

@media only screen and (max-width: 360px) {

	.mobile-menu .burger nav #menuToggle span {
		width: 28px;
	}
}

@media only screen and (max-width: 340px) {

	.profile-section .profile-contents .profile-stats .profile-stats__area {
		width: 100%;
	}

	* .page-body .main-sidebar {
		min-width: 0;
	}

	* .page-body .main-sidebar .main-sidebar__widget {
		min-width: 0;
	}
}

body.page-template-in-focus-page-v2 .wallpaper-salmon {
	background-color: #fff;
}

header {
	background: #fff;
}

.infocus-header {
	padding: 20px 0 15px;
	background-color: #942a52;
}

.infocus-header__container {
	max-width: 1650px;
	margin: 0 auto;
}

.infocus-header__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-moz-box-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-ms-flex-align: end;
	width: -webkit-calc(100% - 70px);
	width: -moz-calc(100% - 70px);
	width: calc(100% - 70px);
	margin: 0 35px;
}

.infocus-header__title {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin: 0 100px 50px 0;
	color: #fff;
	font-size: 80px !important;
	line-height: 1;
}

.infocus-header__subtitle {
	margin: 0 0 15px;
	color: #ff679a;
	font-family: dm serif text, serif !important;
	font-size: 56px !important;
	line-height: 1;
}

.infocus-header__logo-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: start;
	justify-content: flex-start;
}

.infocus-header__logo-wrapper span {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	text-align: right;
	padding-right: 10px;
}

.infocus-header__logo {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 44px;
	width: auto;
	vertical-align: top;
	font-size: 0;
}

.infocus-header__logo > img {
	max-height: 100%;
	max-width: 100%;
}

.infocus-header__actions {
	margin-left: auto;
}

.infocus-header__button {
	position: relative;
	display: inline-block;
	padding: 0 30px 0 10px;
	text-align: center;
	white-space: nowrap;
	color: #fff;
	border: 2px solid #fff;
	font-size: 16px;
	line-height: 26px;
}

.infocus-header__button:hover,
.infocus-header__button:active,
.infocus-header__button:focus {
	text-decoration: none;
	color: #ff679a;
	border-color: #ff679a;
}

.infocus-header__button::after {
	position: absolute;
	top: 8px;
	right: 10px;
	width: 0;
	height: 0;
	content: "";
	border-width: 5px 0 5px 7px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
}

.infocus-header__button:hover::after,
.infocus-header__button:active::after,
.infocus-header__button:focus::after {
	border-color: transparent transparent transparent #ff679a;
}

@media only screen and (max-width: 1260px) {

	.infocus-header__inner {
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.infocus-header__title {
		margin-right: 0;
	}

	.infocus-header__actions {
		margin-left: 0;
	}
}

@media only screen and (max-width: 1085px) {

	.infocus-header__inner {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: -webkit-calc(100% - 40px);
		width: -moz-calc(100% - 40px);
		width: calc(100% - 40px);
		margin: 0 20px;
	}

	.infocus-header__title {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
		width: 50%;
		margin: 0 0 15px;
	}

	.infocus-header__subtitle-wrapper {
		position: relative;
		top: 25px;
		width: 50%;
		margin-right: 0;
	}

	.infocus-header__subtitle {
		font-size: 40px !important;
	}

	.infocus-header__actions {
		width: 50%;
	}
}

@media only screen and (max-width: 768px) {

	.infocus-header__inner {
		width: -webkit-calc(100% - 40px);
		width: -moz-calc(100% - 40px);
		width: calc(100% - 40px);
		margin: 0 20px;
	}
}

@media only screen and (max-width: 650px) {

	.infocus-header__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.infocus-header__title {
		width: 100%;
		text-align: center;
		font-size: 36px !important;
	}

	.infocus-header__subtitle-wrapper {
		top: 0;
		width: 100%;
		text-align: center;
	}

	.infocus-header__subtitle {
		font-size: 32px !important;
	}

	.infocus-header__logo-wrapper {
		justify-content: center;
		margin-bottom: 15px;
	}

	.infocus-header__actions {
		width: 100%;
		text-align: center;
	}
}

@media only screen and (max-width: 400px) {

	.infocus-header__inner {
		width: -webkit-calc(100% - 0);
		width: -moz-calc(100% - 0);
		width: calc(100% - 0px);
		margin: 0;
	}
}

body.post-type-archive-companies .directory-filters {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

body.post-type-archive-companies .directory-filters .directory-search {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

body.post-type-archive-companies .directory-filters .select2-container .select2-selection--single {
	height: 30px;
}

body.post-type-archive-companies .directory-filters .btnc--box {
	margin-left: 20px;
}

body.post-type-archive-companies .directory-filters .bootstrap-select > .dropdown-toggle,
body.post-type-archive-companies .directory-filters .filter .formCell .inputCell #geographyid {
	padding: 0 8px !important;
	border-radius: 5px;
	border: 1px solid #000;
	font-weight: 400;
	min-width: 300px;
}

.bootstrap-select > .dropdown-toggle::after {
	border-right: 0.2em solid transparent;
	border-left: 0.2em solid transparent;
	color: #ccc;
}

body.post-type-archive-companies .posts-pagination .page-numbers {
	font-size: 2.5rem;
	padding-right: 10px;
	color: #2b2b2b;
}

body.post-type-archive-companies .posts-pagination .page-numbers:disabled {
	cursor: unset;
}

body.post-type-archive-companies .posts-pagination .current {
	color: #837aa4;
}

body.post-type-archive-companies .posts-pagination ul li.letter {
	display: inline;
	font-size: 2.5rem;
	padding-right: 10px;
}

@media (max-width: 578px) {

	body.post-type-archive-companies .directory-filters .select2-container {
		max-width: 260px;
	}

	body.post-type-archive-companies .directory-filters .btnc--icon.remove-filters {
		margin-left: 5px;
	}

	body.post-type-archive-companies .directory-filters .btnc--box {
		margin-left: 5px;
		padding: 3px 15px;
	}

	body.post-type-archive-companies .directory-filters .bootstrap-select > .dropdown-toggle,
	body.post-type-archive-companies .directory-filters .filter .formCell .inputCell #geographyid {
		min-width: 260px;
	}
}

body.home .subfeatured-articles {
	margin-bottom: 20px;
}

body.home .article.article--special .like-share-save,
body.home .article--special.featured-item .like-share-save,
body.home .focus-articles-section .article--special.focus-article .like-share-save,
.focus-articles-section body.home .article--special.focus-article .like-share-save,
body.home .focus-articles-half-section .article--special.focus-article .like-share-save,
.focus-articles-half-section body.home .article--special.focus-article .like-share-save,
body.home .article.article--special .like-share-save-in-article,
body.home .article--special.featured-item .like-share-save-in-article,
body.home .focus-articles-section .article--special.focus-article .like-share-save-in-article,
.focus-articles-section body.home .article--special.focus-article .like-share-save-in-article,
body.home .focus-articles-half-section .article--special.focus-article .like-share-save-in-article,
.focus-articles-half-section body.home .article--special.focus-article .like-share-save-in-article {
	display: none;
}

body.home .article.article--special .article__inner,
body.home .article--special.featured-item .article__inner,
body.home .focus-articles-section .article--special.focus-article .article__inner,
.focus-articles-section body.home .article--special.focus-article .article__inner,
body.home .focus-articles-half-section .article--special.focus-article .article__inner,
.focus-articles-half-section body.home .article--special.focus-article .article__inner {
	display: flex;
	flex-flow: column nowrap;
	padding: 7px;
	border: 1px solid #2b2b2b;
}

body.home .article.article--special .article-info,
body.home .article--special.featured-item .article-info,
body.home .focus-articles-section .article--special.focus-article .article-info,
.focus-articles-section body.home .article--special.focus-article .article-info,
body.home .focus-articles-half-section .article--special.focus-article .article-info,
.focus-articles-half-section body.home .article--special.focus-article .article-info {
	order: 1;
}

body.home .article.article--special .article-img,
body.home .article--special.featured-item .article-img,
body.home .focus-articles-section .article--special.focus-article .article-img,
.focus-articles-section body.home .article--special.focus-article .article-img,
body.home .focus-articles-half-section .article--special.focus-article .article-img,
.focus-articles-half-section body.home .article--special.focus-article .article-img {
	order: 2;
	margin-bottom: 0;
}

body.home .article.article--special .article-info .article-info__header h4,
body.home .article--special.featured-item .article-info .article-info__header h4,
body.home .focus-articles-section .article--special.focus-article .article-info .article-info__header h4,
.focus-articles-section body.home .article--special.focus-article .article-info .article-info__header h4,
body.home .focus-articles-half-section .article--special.focus-article .article-info .article-info__header h4,
.focus-articles-half-section body.home .article--special.focus-article .article-info .article-info__header h4 {
	color: #f06b63;
}

body.home .article.article--special .article-info .article-info__header h4 > div,
body.home .article--special.featured-item .article-info .article-info__header h4 > div,
body.home .focus-articles-section .article--special.focus-article .article-info .article-info__header h4 > div,
.focus-articles-section body.home .article--special.focus-article .article-info .article-info__header h4 > div,
body.home .focus-articles-half-section .article--special.focus-article .article-info .article-info__header h4 > div,
.focus-articles-half-section body.home .article--special.focus-article .article-info .article-info__header h4 > div {
	margin-bottom: 14px;
}

body.home .article.article--special .article-info__blurb,
body.home .article--special.featured-item .article-info__blurb,
body.home .focus-articles-section .article--special.focus-article .article-info__blurb,
.focus-articles-section body.home .article--special.focus-article .article-info__blurb,
body.home .focus-articles-half-section .article--special.focus-article .article-info__blurb,
.focus-articles-half-section body.home .article--special.focus-article .article-info__blurb {
	display: none;
	margin-bottom: 0;
}

body.home .article.article--special .article-img,
body.home .article--special.featured-item .article-img,
body.home .focus-articles-section .article--special.focus-article .article-img,
.focus-articles-section body.home .article--special.focus-article .article-img,
body.home .focus-articles-half-section .article--special.focus-article .article-img,
.focus-articles-half-section body.home .article--special.focus-article .article-img {
	height: 200px;
}

.library-page form {
	margin: 15px 0;
}

.library-page form .search-filters,
.library-page form .form-input {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.library-page form .form-input .select2 {
	margin-right: 15px;
}

.library-search-submit {
	padding: 2px 35px;
}

body #library-submit:hover,
body #library-submit:active {
	background-color: #837aa4 !important;
}

@media (max-width: 1080px) {

	.people-to-watch .cleanbum,
	.people-to-watch .profile-section .profile-contents .profile-stats .profile-stats__area,
	.profile-section .profile-contents .profile-stats .people-to-watch .profile-stats__area,
	.people-to-watch .profile-section .profile-contents .profile-info .profile-info__blurb,
	.profile-section .profile-contents .profile-info .people-to-watch .profile-info__blurb,
	.people-to-watch .profile-section .profile-contents .profile-info .profile-info__blurb-edit,
	.profile-section .profile-contents .profile-info .people-to-watch .profile-info__blurb-edit,
	.people-to-watch .section-header,
	.people-to-watch .section-header-login,
	.people-to-watch .section-subhead,
	.people-to-watch .focus-articles-section .focus-articles__header,
	.focus-articles-section .people-to-watch .focus-articles__header,
	.people-to-watch .focus-articles-half-section .focus-articles__header,
	.focus-articles-half-section .people-to-watch .focus-articles__header,
	.people-to-watch .focus-articles-section .focus-article,
	.focus-articles-section .people-to-watch .focus-article,
	.people-to-watch .focus-articles-half-section .focus-article,
	.focus-articles-half-section .people-to-watch .focus-article,
	.people-to-watch footer .foot-section-wrapper .navigation .nav-items > .nav-item,
	footer .foot-section-wrapper .navigation .people-to-watch .nav-items > .nav-item,
	.people-to-watch footer .foot-section-wrapper .foot-section h1,
	footer .foot-section-wrapper .foot-section .people-to-watch h1 {
		padding-top: 30px;
	}

	.people-to-watch .fSmall .featured-person-small:last-child {
		padding-left: 0;
		border-left: 0;
	}

	.people-to-watch {
		margin-bottom: 20px;
	}

	body.home .main-sidebar .main-sidebar__widget {
		display: none;
	}
}

@media (max-width: 600px) {

	.latest-reports .bx-wrapper {
		box-shadow: none;
		border: none;
		background: 0 0;
	}

	.library-page form .form-input .select2 {
		margin-right: 10px;
		margin-bottom: 10px;
	}
}

@media (max-width: 500px) {

	body,
	html,
	.wallpaper-salmon,
	.ad-space,
	.site-content,
	.home {
		width: 100% !important;
		max-width: 100% !important;
	}

	.page-body {
		display: block;
		float: none;
		width: 100% !important;
		max-width: 100%;
	}

	.page-body .main-section,
	.page-body .section-page .mid-section,
	.section-page .page-body .mid-section,
	.page-body .focus-page .lower-section,
	.focus-page .page-body .lower-section {
		display: block;
		max-width: 100%;
	}

	.subfeatured-articles .article.article--special,
	.subfeatured-articles .article--special.featured-item,
	.subfeatured-articles .focus-articles-section .article--special.focus-article,
	.focus-articles-section .subfeatured-articles .article--special.focus-article,
	.subfeatured-articles .focus-articles-half-section .article--special.focus-article,
	.focus-articles-half-section .subfeatured-articles .article--special.focus-article {
		margin-bottom: 15px;
	}

	.partners-section {
		margin-right: 20px;
		margin-bottom: 20px;
	}

	.legal-page .main-sidebar,
	.legal-country-page .main-sidebar {
		padding-right: 15px;
	}

	.grid-3,
	.people-to-watch,
	.like-share-save,
	.like-share-save-in-article,
	footer .foot-section-wrapper {
		display: block;
	}

	.articleListing {
		margin-bottom: 70px;
	}

	.single-post .main-section,
	.single-pharma-report .main-section,
	.single-post .section-page .mid-section,
	.section-page .single-post .mid-section,
	.single-pharma-report .section-page .mid-section,
	.section-page .single-pharma-report .mid-section,
	.single-post .focus-page .lower-section,
	.focus-page .single-post .lower-section,
	.single-pharma-report .focus-page .lower-section,
	.focus-page .single-pharma-report .lower-section {
		margin-right: 0;
	}

	* .main-sidebar .main-sidebar__widget {
		margin-right: 0;
	}

	.reading-article .article-content,
	.single-pharma-report .reading-article .article-full-width-content {
		padding-right: 0;
	}

	.full-section {
		padding-right: 16px;
	}

	.single-company {
		margin-bottom: 50px;
	}
}

.legal-filter {
	text-align: right;
	margin: 10px 0;
}

.legal-filter #geographyid {
	width: auto;
}

.legal-filter .jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
	min-width: 200px;
}

.legal-filter .jq-selectbox:first-child {
	margin-right: 15px;
}

.legal-filter .jq-selectbox__select {
	padding: 2px 45px 0 10px;
	border: 1px solid #000;
	border-radius: 20px;
	font-size: 15px;
	line-height: 2;
	font-weight: 600;
	text-align: left;
}

.legal-filter .jq-selectbox.disabled .jq-selectbox__select {
	border-color: #ccc;
	background: #f5f5f5;
	box-shadow: none;
	color: #888;
}

.legal-filter .jq-selectbox__select-text {
	display: block;
	width: 100%;
}

.legal-filter .jq-selectbox .placeholder {
	color: #888;
}

.legal-filter .jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
}

.legal-filter .jq-selectbox__trigger-arrow {
	position: absolute;
	top: 14px;
	right: 12px;
	width: 0;
	height: 0;
	border-top: 5px solid #000;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

.legal-filter .jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #999;
}

.legal-filter .jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #aaa;
}

.legal-filter .jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	top: -2px;
	margin: 2px 0 0;
	padding: 0;
	border: 1px solid #ccc;
	background: #fff;
	text-align: left;
	font-size: 14px;
	line-height: 1.5;
}

.legal-filter .jq-selectbox__search {
	margin: 0 0 2px;
}

.legal-filter .jq-selectbox__search input {
	box-sizing: border-box;
	min-width: 190px;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #80bdff;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	outline: none;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% #fff;
}

.legal-filter .jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #f0f0f0;
	font-size: 13px;
}

.legal-filter .jq-selectbox ul {
	margin: 0;
	padding: 0;
}

.legal-filter .jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	color: #231f20;
}

.legal-filter .jq-selectbox li.sel,
.legal-filter .jq-selectbox li.sel:hover {
	background-color: #337ab7;
	color: #fff;
}

.legal-filter .jq-selectbox li:hover {
	background-color: #ccc;
	color: #231f20;
}

.legal-filter .jq-selectbox li.disabled {
	color: #aaa;
}

.legal-filter .jq-selectbox li.disabled:hover {
	background: 0 0;
}

.legal-filter .jq-selectbox li.optgroup {
	font-weight: 700;
}

.legal-filter .jq-selectbox li.optgroup:hover {
	background: 0 0;
	color: #231f20;
	cursor: default;
}

.legal-filter .jq-selectbox li.option {
	padding-left: 25px;
}

.article-info__header * {
	font-family: dm serif text, serif;
}

header nav{}

header nav .navbar-top {
	padding: 0;
	color: #000;
	height: 100px;
	background: #fff;
	align-items: center;
}

header nav .navbar-top a,
header nav .navbar-top button {
	color: #000 !important;
	font-family: dm serif text, serif !important;
	font-size: 2rem !important;
	letter-spacing: -1px;
	line-height: 0.82;
}

header nav .navbar-top a:hover,
header nav .navbar-top button:hover {
	text-decoration: none;
}

header nav .navbar-top .middle {
	width: 263px !important;
	height: 49px;
}

@media (max-width: 768px) {

	header nav .navbar-top .middle {
		right: 5vw;
		top: 40px;
	}
}

header nav .navbar-top .middle .logo {
	width: 100%;
	display: block;
}

header nav .navbar-top .right-side .login-btn i,
header nav .navbar-top .right-side .account-btn i {
	margin: 0 11px 0 32px;
	font-weight: 700;
}

header nav .navbar-top .right-side .register-btn {
	padding: 9px 10px 9px 46px;
	background: #16949f;
	color: #fff !important;
	position: relative;
}

header nav .navbar-top .right-side .register-btn::before {
	position: absolute;
	content: "";
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAABtElEQVQ4y43Tv0vVURQA8M8r0kLTnpS2FdlPiaASqiEc6ik1hEtURESDNEaE+D9EtFRg0WCCWzQ0OFRkoURDkhAkDRJRvSEMLB9SNtwG37t9q3flne177v3cc+7hfslGnXaXPTKj6I0Naopuo74IgmDexpjPaU6jK2UQBDNaY77TpH6rqqNG41XQCncEwU0N1VmPn2U0G9srWCjnbqSqjQgWTblnHWjxMtP0pcq23bZm0H6DDmhSLwfOZkgwbTM0GfPe+eR8GvQrCYIfHupaOqrboiAYdUx9Ag4IJp2yspK4GkuXnEygtU7bkk2MRVR0UI1RjGg0NdD/Y1ZJyYJfbi+7r9l6eXl5jXQ5qqDHCR3LkDpDXpgwbtzdWvtp8zle41WtqNf3iIayCy12JUjOSOZVXPyzcMQTM/Yl0HGPy+SbHUvJnQZ9FQRTOhPV8vq8EwwvvYtDPmaKf6icJGe1PbozcJPrDlcmM5ZB98svcK9rHpgzZ3v10h2m469X2dIXjxlOjbTTW0EwEDPnIlpQSLF2z7zWVgUFE1pSrNW2zNeFSOY9Td3r3zjjk2nP3dJrzd9LvwH4S7wv1qolrAAAAABJRU5ErkJggg==);
	background-position: 50%;
	background-repeat: no-repeat;
	background-color: #fff;
	width: 54px;
	height: 55px;
	border-radius: 50%;
	left: -20px;
	top: -1px;
}

header nav .navbar-mid {
	background: #fbe4d7;
	padding: 16px 0;
}

@media (max-width: 1279px) {

	header nav .navbar-mid {
		display: none;
	}
}

header nav .navbar-mid .menu-midnav-container {
	max-width: 1580px;
	width: calc(100% - 70px);
}

header nav .navbar-mid .middle {
	display: flex;
	justify-content: space-between;
	padding-left: 0;
}

header nav .navbar-mid .nav-item li {
	padding: 0;
}

header nav .navbar-mid .nav-item li a {
	font-size: 1.6rem;
	text-transform: uppercase;
}

@media (min-width: 1280px) and (max-width: 1450px) {

	header nav .navbar-mid .nav-item li a {
		font-size: 1.2rem;
	}
}

@media (min-width: 1451px) and (max-width: 1650px) {

	header nav .navbar-mid .nav-item li a {
		font-size: 1.4rem;
	}
}

header nav .navbar-mid .nav-item li a:hover {
	color: #3c576a;
}

header nav .navbar-mid .nav-item li.color-red a {
	font-weight: 800 !important;
}

@media (max-width: 1279px) {

	.mobile-menu .burger {
		display: block;
	}
}

.mobile-menu .burger nav #menuToggle span {
	background: #000;
	transition: transform 0.5s cubic-bezier(0, 0, 0, 1), background 0.5s cubic-bezier(0, 0, 0, 1), opacity 0.55s ease;
}

.mobile-menu .burger nav #menuToggle input:checked ~ span {
	background: #000;
}

#header_search_form {
	display: none;
}

@media (max-width: 1279px) {

	#header_search_form {
		margin-left: 25px;
	}
}

#header_search_form.show {
	display: block;
}

#header_search_form input {
	border-color: #000;
	border-radius: 0;
}

#header_search_button {
	background: 0 0;
	display: none;
}

@media (max-width: 1279px) {

	#header_search_button {
		display: none !important;
	}
}

#header_search_button.show {
	display: block;
}

@media (max-width: 1279px) {

	#header_search_button.show {
		display: none !important;
	}
}

.mobile-menu .burger {
	top: 40px;
	left: 3vw;
}

@media (min-width: 769px) {

	.mobile-menu .burger {
		position: absolute !important;
	}
}

#menuToggle {
	position: absolute !important;
}

.mobile-menu .burger nav #menu {
	margin-left: -3vw;
}

.new-footer {
	width: 100%;
}

.new-footer .footer-inner {
	padding: 35px 0;
	max-width: 1580px;
	width: calc(100% - 70px);
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.new-footer .footer-inner .footer-section {
	margin-top: 40px;
	color: #fff;
}

.new-footer .footer-inner .footer-section h2 {
	font-family: inter, sans-serif !important;
	font-size: 1.6rem !important;
	margin-bottom: 20px;
}

.new-footer .footer-inner .footer-section p,
.new-footer .footer-inner .footer-section a {
	font-size: 1.4rem !important;
	color: #fff;
}

.new-footer .footer-inner .footer-section ul {
	list-style: none;
	padding: 0;
}

.new-footer .footer-inner .footer-section ul li {
	margin-bottom: 20px;
}

.new-footer .footer-inner .footer-section.footer-section-1 {
	position: relative;
}

.new-footer .footer-inner .footer-section.footer-section-1::before {
	position: absolute;
	content: "";
	top: -45px;
	left: 0;
	width: 25px;
	height: 25px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAQAAABu4E3oAAABYklEQVQ4y42TTShEURiGr5mRTNMkRHZTJqWQrQULa1lpdn6yEjZYTAkjS9Q0YYMyCzGlrGRhIcpCTcrPbBBZWWlK+VlIj9x75sxH93Df3fue77nf+fmuZf0QYQbZ5oo8Q5YXMccTBY2LvN6MbFDUiE59fJKl3AQ9amRUZ8u2v6bWHenSyJRKGnTyQMAdugcyxGmyXUicDs4pc4omiAskSqNw1VwKJEv4Owza5oR246WkVYfuQjCgv5EhYoCOmJd2RzSOenu+Gw1sWd4keiS8ImPEmWSaWVr/qOpllRWWSHmcPcviTO/lwhsQIK+RpFzwETQgCXHinmLcwS05A9LJoQI+CDlRhPXCRVNhwPrt6dt0TAtS+6Kshr7i9OJnhmZLTeupQGKqIMkxb8Cwe9NS7hRwoLN3lbzgd4eq1JDX6SSn+6ZMd1/CHovC58Rm27w936sqfybt/KH/I2vsskCMyt8rX4ilm2vvJdMdAAAAAElFTkSuQmCC) no-repeat;
}

.new-footer .footer-inner .footer-section.footer-section-4 {
	padding-top: 40px;
}

@media (min-width: 801px) and (max-width: 1280px) {

	.new-footer .footer-inner .footer-section.footer-section-4 {
		padding-top: 0;
	}
}

.new-footer .footer-inner .footer-section.footer-section-6 .like-share-save,
.new-footer .footer-inner .footer-section.footer-section-6 .like-share-save-in-article {
	min-width: 0 !important;
}

@media (max-width: 480px) {

	.new-footer .footer-inner .footer-section {
		flex-basis: 100%;
	}
}

@media (min-width: 481px) and (max-width: 800px) {

	.new-footer .footer-inner .footer-section {
		flex-basis: 49%;
	}
}

@media (min-width: 801px) and (max-width: 1280px) {

	.new-footer .footer-inner .footer-section {
		flex-basis: 32%;
	}
}

.page-legal {
	padding: 20px 0 50px;
}

.page-legal .legal-pagination {
	width: 100%;
	text-align: center;
	margin: 30px 0;
}

.page-legal .legal-pagination .page-numbers {
	font-size: 20px;
	padding-right: 10px;
	color: #2b2b2b;
}

.page-legal .legal-pagination .current {
	color: #980839;
}

.page-legal .see_more {
	margin: 0 auto;
	display: block;
	width: 120px;
	text-align: center;
	padding: 5px 10px;
	border-radius: 20px;
	font-size: 15px;
	color: #fff;
	background: #980839;
	border: 1px solid #980839;
}

.page-legal .see_more:hover {
	text-decoration: none;
	color: #980839;
	background: 0 0;
}

.page-legal .page-legal-body {
	display: flex;
	flex-flow: row wrap;
}

.page-legal .legal-main-section {
	position: relative;
	min-width: 320px;
	flex-basis: 320px;
}

.page-legal .legal-article {
	font-size: 15px;
	position: relative;
	margin: 20px 0 10px;
}

.page-legal .legal-article .article-info__date {
	position: absolute;
	right: 0;
	top: 5px;
}

.page-legal .legal-article.hide-date .article-info__date {
	display: none;
}

.page-legal .legal-article .article-info__header h3 {
	font-weight: 500;
	font-family: dm serif text, serif !important;
	margin-bottom: 15px;
	width: calc(100% - 80px);
	font-size: 2.5rem !important;
}

.page-legal .legal-article .article-info__blurb a {
	color: inherit;
	text-decoration: none;
}

.page-legal .legal-article .article-info__subheader {
	float: left;
	color: #25455c;
}

.page-legal .legal-article .article-info__subheader h4 {
	position: relative;
	margin: 0 7px 0 0;
	line-height: 1;
	font-family: inter, sans-serif !important;
	font-weight: 700;
	font-size: 1.7rem !important;
}

.page-legal .legal-article .article-info__subheader h4::after {
	position: relative;
	content: "/";
	right: -3px;
}

.page-legal .legal-article .read_more {
	position: absolute;
	right: 10px;
	bottom: 0;
	text-transform: uppercase;
	color: #980839;
	font-size: 12px;
	font-weight: 700;
}

.page-legal .legal-article.thumb .legal-article-img {
	float: left;
}

.page-legal .legal-article.thumb .legal-article-img img {
	width: 100%;
}

.page-legal .legal-article .like-share-save .share-buttons,
.page-legal .legal-article .like-share-save-in-article .share-buttons {
	margin-right: 75px;
}

.page-legal .legal-partners-articles {
	margin: 30px -5px 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-evenly;
}

.page-legal .legal-partners-articles .legal-partner-item {
	padding: 5px;
	display: flex;
}

.page-legal .legal-partners-articles .legal-partner-item .legal-partner-inner {
	width: 100%;
	padding: 20px 10px 10px;
	background: #fff;
	display: flex;
	flex-direction: column;
}

.page-legal .legal-partners-articles .legal-partner-item .legal-partner-header {
	position: relative;
	margin-bottom: 30px;
}

.page-legal .legal-partners-articles .legal-partner-item .legal-partner-header::after {
	position: absolute;
	left: 0;
	bottom: -10px;
	display: block;
	content: "";
	width: 50%;
	height: 1px;
	background: #000;
}

.page-legal .legal-partners-articles .legal-partner-item .legal-partner-name {
	text-transform: uppercase;
	font-weight: 700;
	font-family: inter, sans-serif !important;
	font-size: 32px !important;
	line-height: 0.95;
	margin-bottom: 15px;
}

.page-legal .legal-partners-articles .legal-partner-item .legal-partner-geo {
	min-height: 30px;
}

.page-legal .legal-partners-articles .legal-partner-item .legal-partner-geo a {
	color: #980839;
	font-weight: 700;
	font-size: 25px !important;
	width: calc(100% - 60px);
}

.page-legal .legal-partners-articles .legal-partner-item .legal-partner-pieces {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 20px;
	font-weight: 700;
}

.page-legal .legal-partners-articles .legal-partner-item .legal-partner-pieces i {
	font-size: 16px;
	margin-left: 5px;
}

.page-legal .legal-partners-articles .legal-partner-item .legal-partner-posts {
	margin-bottom: 10px;
}

.page-legal .legal-partners-articles .legal-partner-item .legal-partner-posts-title {
	font-weight: 700;
	color: #0096a1;
	font-family: inter, sans-serif !important;
}

.page-legal .legal-partners-articles .legal-partner-item .legal-partner-posts-item {
	border-bottom: 1px solid #aa9e90;
	padding: 10px 0 5px;
	position: relative;
}

.page-legal .legal-partners-articles .legal-partner-item .legal-partner-posts-excerpt {
	font-size: 13px;
}

.page-legal .legal-partners-articles .legal-partner-item .legal-partner-posts-date {
	font-size: 13px;
	color: #aa9e90;
}

.page-legal .legal-partners-articles .legal-partner-item .legal-partner-posts-more {
	position: absolute;
	right: 10px;
	bottom: 10px;
	text-transform: uppercase;
	color: #980839;
	font-size: 11px;
	font-weight: 700;
}

.page-legal .legal-partners-articles .legal-partner-item .legal-partner-content {
	flex-basis: 150px;
	flex-grow: 1;
}

.page-legal .legal-partners-articles .legal-partner-item .legal-partner-image {
	flex-basis: 150px;
	flex-grow: 0;
	text-align: center;
}

.page-legal .legal-partners-articles .legal-partner-item .legal-partner-image img {
	width: auto;
	height: 150px;
}

.page-legal .featured-articles {
	background: #fff;
	padding: 20px 15px;
	margin: 30px 0 20px;
}

.page-legal .featured-articles .featured-articles-title {
	color: #0096a1;
}

.page-legal .featured-articles.top {
	background: #3b576b;
	color: #fff;
	padding: 20px 0;
}

.page-legal .featured-articles.top .featured-articles__title {
	text-transform: uppercase;
	padding: 0 10px;
	font-weight: 400;
}

.page-legal .featured-articles.top .featured-articles__inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	justify-content: flex-start;
}

.page-legal .featured-articles.top .legal-article {
	padding: 10px;
}

.page-legal .featured-articles.top .legal-article .article-info__header h3 {
	position: relative;
	margin-bottom: 30px;
	margin-top: 0;
	font-family: dm serif text, serif !important;
	font-size: 30px !important;
	font-weight: 500;
}

.page-legal .featured-articles.top .legal-article .article-info__header h3::after {
	position: absolute;
	content: "";
	bottom: -10px;
	left: 0;
	width: 40%;
	height: 1px;
	background: #fff;
}

.page-legal .featured-articles.top .legal-article .article-info__header:hover {
	color: #bad1e1;
}

.page-legal .featured-articles.top .legal-article .article-info__subheader {
	float: none;
	color: #bad1e1;
}

.page-legal .featured-articles.top .legal-article .article-info__subheader:hover {
	color: #fff;
}

.page-legal .featured-articles.top .legal-article .article-info__subheader h4 {
	position: relative;
	font-family: inter, sans-serif !important;
	font-size: 25px !important;
	font-weight: 700;
	margin-bottom: 20px;
}

.page-legal .featured-articles.top .legal-article .article-info__subheader h4::after {
	display: none;
}

.page-legal .featured-articles.top .legal-article .article-info__blurb {
	margin-bottom: 2rem;
}

.page-legal .featured-articles.top .legal-article .article-info__blurb a {
	color: inherit;
	text-decoration: none;
}

.page-legal .featured-articles.top .legal-article .read_more {
	color: #bad1e1;
}

.page-legal .featured-articles.top .legal-article .read_more:hover {
	color: #fff;
}

.page-legal .continents-articles{}

.page-legal .continents-articles .continents-articles__item {
	background: #fff;
	padding: 20px 15px;
	margin: 30px 0 20px;
}

.page-legal .continents-articles .continents-articles__item .continents-articles__header {
	background: #bbccd6;
	padding: 5px 10px;
}

.page-legal.legal-single .legal-header-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.page-legal.legal-single .legal-header-wrapper .legal-header {
	flex-grow: 1;
	flex-basis: calc(100% - 220px);
}

.page-legal.legal-single .legal-header-wrapper .legal-header-actions {
	flex-grow: 0;
	flex-basis: 220px;
	text-align: right;
	width: 220px;
}

.page-legal.legal-single .legal-header,
.page-legal.legal-archive .legal-header,
.page-legal.legal-section .legal-header,
.page-legal.legal-partners .legal-header {
	margin-bottom: 30px !important;
	font-size: 26px !important;
	color: #000;
}

.page-legal.legal-single .legal-header a,
.page-legal.legal-archive .legal-header a,
.page-legal.legal-section .legal-header a,
.page-legal.legal-partners .legal-header a {
	color: inherit;
	font-family: inherit;
}

.page-legal.legal-single .legal-header a:hover,
.page-legal.legal-archive .legal-header a:hover,
.page-legal.legal-section .legal-header a:hover,
.page-legal.legal-partners .legal-header a:hover {
	text-decoration: none;
	color: #837aa4;
}

.page-legal.legal-single .see_more,
.page-legal.legal-archive .see_more,
.page-legal.legal-section .see_more,
.page-legal.legal-partners .see_more {
	width: 240px;
	margin: 20px auto;
}

.page-legal.single-editor .section-header {
	margin: 35px 0 20px;
}

.page-legal.single-company .section-header {
	margin: 35px 0 20px;
}

.page-legal .legal-single-article {
	margin: 30px 0 20px;
}

.page-legal .legal-single-article .legal-single-header {
	background: #3c576a;
	padding: 15px;
	margin-bottom: 20px;
	display: flex;
}

.page-legal .legal-single-article .legal-single-header img {
	width: auto;
	margin: 5px;
}

.page-legal .legal-single-article .legal-single-header .legal-single-partner {
	min-height: 75px;
	flex-basis: 150px;
	flex-grow: 1;
}

.page-legal .legal-single-article .legal-single-header .legal-single-contributors {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	flex-grow: 0;
}

.page-legal .legal-single-article .legal-single-content {
	padding: 20px;
	margin-bottom: 20px;
	background: #fff;
	position: relative;
}

.page-legal .legal-single-article .legal-single-content .pf-content-new > p:first-of-type,
.page-legal .legal-single-article .legal-single-content .pf-content-new .metas-line.d-print-none {
	color: #ababa9;
	border-bottom: 1px solid #ababa9;
	padding: 10px 0;
	margin: 20px 0;
	font-size: 15px;
}

.page-legal .legal-single-article .legal-single-content .pf-content-new > p:first-of-type em,
.page-legal .legal-single-article .legal-single-content .pf-content-new .metas-line.d-print-none em {
	font-style: normal;
	font-size: 15px;
}

.page-legal .legal-single-article .legal-single-content .date {
	position: absolute;
	top: 20px;
	right: 10px;
	font-size: 15px;
}

.page-legal .legal-single-article .legal-single-content li {
	font-size: 15px;
}

.page-legal .legal-single-article .legal-single-content p {
	font-size: 15px;
}

.page-legal .legal-single-article .legal-single-content .legal-single-title {
	padding-right: 70px;
}

.page-legal .legal-single-article .legal-single-content .legal-single-subtitle a {
	color: #25455c;
	font-weight: 700;
	text-decoration: none;
}

.page-legal .legal-other-articles {
	padding: 20px;
	margin-bottom: 20px;
	background: #fff;
}

.page-legal .legal-other-articles .legal-other-articles-title {
	color: #3c576a;
	margin-bottom: 25px !important;
}

.page-legal .legal-other-articles .hidden-article {
	display: none;
}

.page-legal .legal-other-articles .legal-article {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 10px;
}

.page-legal .legal-other-articles .legal-article .read_more {
	bottom: 10px;
}

.page-legal .legal-other-articles hr {
	display: none;
}

.page-legal .legal-sidebar {
	min-width: 280px;
	max-width: 396px;
	margin: 0 auto;
}

.page-legal .legal-sidebar .legal-widget {
	margin: 0 auto 20px;
	padding: 10px 20px;
}

.page-legal .legal-sidebar .legal-widget.legal-top-contributors {
	background: #e6d5c5;
}

.page-legal .legal-sidebar .legal-widget.legal-featured-contributor {
	background: #fff;
}

.page-legal .legal-sidebar .legal-widget.legal-top-partners {
	background: #e6d5c5;
}

.page-legal .legal-sidebar .legal-widget.legal-featured-partner {
	background: #fff;
}

.page-legal .legal-sidebar .legal-widget.legal-handbook {
	background: #252525;
}

.page-legal .legal-sidebar .legal-widget.legal-banner {
	padding: 0;
}

.page-legal .legal-sidebar .legal-widget.legal-related {
	padding: 0;
}

.page-legal .legal-sidebar .legal-widget.legal-whitepaper {
	background: #c1bfc0;
}

.page-legal .legal-sidebar .legal-widget.legal-related-stories {
	background: #fff;
}

.page-legal .legal-sidebar .legal-widget.legal-related-stories .legal-widget-item:first-of-type {
	border-bottom: 1px solid #aa9e90 !important;
	margin-bottom: 3px !important;
}

.page-legal .legal-sidebar .legal-widget.legal-related-stories .legal-article {
	margin: 10px 0 0;
}

.page-legal .legal-sidebar .legal-widget.legal-related-stories .article-info__header h3 {
	font-size: 16px !important;
	width: 100%;
}

.page-legal .legal-sidebar .legal-widget.legal-related-stories .article-info__date {
	bottom: -10px;
	top: unset;
	left: 0;
	font-size: 12px;
}

.page-legal .legal-sidebar .legal-widget.legal-related-stories .article-info__subheader h4 {
	font-size: 15px !important;
}

.page-legal .legal-sidebar .legal-widget.legal-related-stories .read_more {
	position: static;
	right: 0;
	width: 100%;
	display: block;
	text-align: right;
}

.page-legal .legal-sidebar .legal-widget.legal-reports-slider h2 {
	margin: 10px 0;
}

.page-legal .legal-sidebar .legal-widget.legal-reports-slider h2 a {
	color: #fff;
	font-weight: 700;
}

.page-legal .legal-sidebar .legal-widget.legal-reports-slider h2 a:hover {
	text-decoration: none;
}

.page-legal .legal-sidebar .legal-widget.legal-reports-slider .legal-report {
	padding-top: 20px !important;
}

.page-legal .legal-sidebar .legal-widget.legal-reports-slider .bx-wrapper {
	box-shadow: none;
	border: none;
	background: 0 0;
	margin-bottom: 0;
	max-height: 300px;
}

.page-legal .legal-sidebar .legal-widget.legal-reports-slider .bx-wrapper .bx-controls-direction a {
	z-index: 9 !important;
}

.page-legal .legal-sidebar .legal-widget.legal-reports-slider .bx-wrapper img {
	margin: 0 auto;
}

.page-legal .legal-sidebar .legal-widget-title {
	color: #0096a1;
	margin: 10px 0 !important;
}

.page-legal .legal-sidebar .legal-widget-image {
	float: left;
	margin: 0 10px 10px 0;
}

.page-legal .legal-sidebar .legal-widget-image img {
	height: 120px;
}

.page-legal .legal-sidebar .legal-widget-item {
	border-top: 1px solid #aa9e90;
	border-bottom: 1px solid #aa9e90;
	margin-bottom: 3px;
	padding: 10px 0;
}

.page-legal .legal-sidebar .legal-widget-item:first-of-type {
	border-top: none;
	border-bottom: none;
	padding: 3px 0;
	margin: 0;
}

.page-legal .legal-sidebar .legal-widget-item:last-of-type {
	border-bottom: none;
}

.page-legal .legal-sidebar .legal-widget-header {
	position: relative;
}

.page-legal .legal-sidebar .legal-widget-name {
	font-weight: 700;
	font-family: inter, sans-serif !important;
	margin: 10px 0;
}

.page-legal .legal-sidebar .legal-widget-name .number {
	color: #0096a1;
	margin-right: 5px;
}

.page-legal .legal-sidebar .legal-widget-role {
	font-size: 16px !important;
	font-family: inter, sans-serif !important;
}

.page-legal .legal-sidebar .legal-widget-pieces {
	font-size: 16px;
	font-weight: 700;
}

.page-legal .legal-sidebar .legal-widget-pieces i {
	margin-left: 5px;
	font-size: 14px;
}

.page-legal .legal-sidebar .legal-widget-geo {
	color: #980839;
	font-weight: 700;
	font-size: 20px !important;
}

.page-legal .legal-sidebar .legal-widget-posts-title {
	font-weight: 700;
	color: #0096a1;
	font-family: inter, sans-serif !important;
}

.page-legal .legal-sidebar .legal-widget-posts-item {
	border-bottom: 1px solid #aa9e90;
	padding: 10px 0 5px;
	position: relative;
}

.page-legal .legal-sidebar .legal-widget-posts-item-title {
	font-size: 16px !important;
}

.page-legal .legal-sidebar .legal-widget-posts-item-excerpt {
	font-size: 13px;
}

.page-legal .legal-sidebar .legal-widget-posts-item-date {
	font-size: 13px;
	color: #aa9e90;
}

.page-legal .legal-sidebar .legal-widget-posts-item-more {
	position: absolute;
	right: 10px;
	bottom: 10px;
	text-transform: uppercase;
	color: #980839;
	font-size: 11px;
	font-weight: 700;
}

.page-legal .legal-sidebar .legal-top-partners .legal-widget-image,
.page-legal .legal-sidebar .legal-featured-partner .legal-widget-image {
	width: 100%;
}

.page-legal .legal-sidebar .legal-top-partners .legal-widget-name,
.page-legal .legal-sidebar .legal-featured-partner .legal-widget-name {
	text-transform: uppercase;
	font-size: 30px !important;
	max-width: calc(100% - 50px);
}

.page-legal .legal-sidebar .legal-top-partners .legal-widget-geo,
.page-legal .legal-sidebar .legal-featured-partner .legal-widget-geo {
	width: calc(100% - 60px);
}

.page-legal .legal-sidebar .legal-top-partners .legal-widget-pieces,
.page-legal .legal-sidebar .legal-featured-partner .legal-widget-pieces {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 20px;
}

.page-legal .legal-sidebar .legal-top-partners .legal-widget-pieces i,
.page-legal .legal-sidebar .legal-featured-partner .legal-widget-pieces i {
	font-size: 16px;
}

.page-legal .legal-sidebar .legal-top-contributors .legal-widget-item:first-of-type .legal-widget-header,
.page-legal .legal-sidebar .legal-featured-contributor .legal-widget-item:first-of-type .legal-widget-header {
	margin-top: -10px;
}

.page-legal .legal-sidebar .legal-top-contributors .legal-widget-item:first-of-type .legal-widget-name,
.page-legal .legal-sidebar .legal-featured-contributor .legal-widget-item:first-of-type .legal-widget-name {
	margin-left: 130px;
}

.page-legal .legal-sidebar .legal-top-partners .legal-widget-item:nth-of-type(1) .legal-widget-header,
.page-legal .legal-sidebar .legal-featured-partner .legal-widget-header {
	margin-bottom: 40px;
}

.page-legal .legal-sidebar .legal-top-partners .legal-widget-item:nth-of-type(1) .legal-widget-header::after,
.page-legal .legal-sidebar .legal-featured-partner .legal-widget-header::after {
	position: absolute;
	left: 0;
	bottom: -20px;
	display: block;
	content: "";
	width: 50%;
	height: 1px;
	background: #000;
}

.page-legal .legal-sidebar .legal-related .legal-widget-title {
	color: #fff;
	background: #3b576c;
	padding: 10px;
	margin: 5px 0 !important;
}

.page-legal .legal-sidebar .legal-related .legal-widget-item {
	border: none;
	padding: 10px;
	margin: 5px 0;
	background: #baccd8;
	position: relative;
}

.page-legal .legal-sidebar .legal-related .legal-widget-item::after {
	position: absolute;
	content: "";
	border: 5px solid transparent;
	border-left: 5px solid #000;
	width: 0;
	height: 10px;
	right: 5px;
	top: 15px;
}

.page-legal .legal-sidebar .legal-related .legal-widget-item:first-of-type {
	margin: 5px 0;
}

.page-legal .legal-sidebar .legal-related .legal-widget-item a {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	display: block;
}

.page-legal .legal-sidebar .legal-widget-more {
	margin: 15px auto 5px;
	display: block;
	width: 150px;
	text-align: center;
	padding: 5px 10px;
	border-radius: 20px;
	font-size: 15px;
	border: 1px solid #000;
}

.page-legal .legal-sidebar .legal-report {
	text-align: center;
	padding: 50px 0;
}

.page-legal .legal-sidebar .legal-report-image {
	margin-bottom: 20px;
}

.page-legal .legal-sidebar .legal-banner-img {
	margin: 0 auto;
	max-width: 336px;
}

.page-legal .legal-sidebar .legal-banner-img img {
	width: 100%;
	height: auto;
}

@media (min-width: 768px) {

	.page-legal .legal-main-section {
		padding: 0 12px 0 0;
	}

	.page-legal .legal-sidebar {
		position: relative;
	}

	.page-legal .legal-sidebar::after {
		position: absolute;
		content: "";
		height: 25%;
		width: 1px;
		background: #000;
		left: 0;
		top: 45px;
	}
}

@media (max-width: 1023px) {

	.page-legal .featured-articles.top .featured-articles__inner {
		padding: 0 20px;
	}

	.page-legal .featured-articles.top .legal-article {
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		padding: 30px 0 15px;
		margin: 2px 0;
	}

	.page-legal .featured-articles.top .legal-article:first-child {
		border-top: none;
	}

	.page-legal .featured-articles.top .legal-article:last-child {
		border-bottom: none;
	}

	.page-legal .featured-articles.top .legal-article .read_more {
		bottom: 7px;
	}

	.page-legal .legal-single-article .legal-single-header img {
		height: 75px;
	}

	.page-legal .legal-article.thumb .legal-article-img {
		margin: 0 20px 20px 0;
		width: 100%;
	}
}

@media (min-width: 1024px) {

	.page-legal .page-legal-body {
		margin: 0 20px;
		width: calc(100% - 40px);
	}

	.page-legal .featured-articles.top.top-3 .legal-article {
		width: calc(33.333%);
		border-right: 2px solid #fff;
	}

	.page-legal .featured-articles.top.top-3 .legal-article:last-child {
		border: none;
	}

	.page-legal .legal-partners-articles .legal-partner-item {
		flex-basis: 33.333%;
	}

	.legal-single-article .legal-single-header img {
		height: 125px;
	}

	.legal-article.thumb .legal-article-img {
		margin: 0 20px 10px 0;
		width: 50%;
	}
}

@media (min-width: 320px) and (max-width: 479px) {

	.page-legal .legal-main-section {
		flex-grow: 1;
		margin: 0 10px;
	}

	.page-legal .legal-sidebar {
		margin: 0 auto;
		flex-basis: 320px;
		flex-grow: 1;
	}

	.page-legal .legal-partners-articles .legal-partner-item {
		flex-basis: 100%;
	}

	.page-legal .jq-selectbox {
		margin: 0 15px 10px 0;
	}
}

@media (min-width: 480px) and (max-width: 767px) {

	.page-legal .legal-main-section {
		flex-basis: 420px;
		flex-grow: 1;
		margin: 0 20px;
	}

	.page-legal .legal-sidebar {
		margin: 0 auto;
		flex-basis: 396px;
		flex-grow: 0;
	}

	.page-legal .legal-partners-articles .legal-partner-item {
		flex-basis: 50%;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {

	.page-legal .page-legal-body {
		margin: 0;
		width: 100%;
	}

	.page-legal .legal-main-section {
		flex-grow: 1;
		padding-left: 10px;
	}

	.page-legal .legal-sidebar {
		padding: 0 10px;
		flex-basis: 280px;
		flex-grow: 0;
	}

	.page-legal .legal-partners-articles .legal-partner-item {
		flex-basis: 50%;
	}
}

@media (min-width: 1024px) and (max-width: 1279px) {

	.page-legal .legal-main-section {
		flex-grow: 1;
	}

	.page-legal .legal-sidebar {
		padding: 0 0 0 20px;
		flex-basis: 290px;
		flex-grow: 0;
	}
}

@media (min-width: 1280px) {

	.page-legal .legal-main-section {
		flex-grow: 12;
	}

	.page-legal .legal-sidebar {
		padding: 0 30px;
		flex-basis: 320px;
		flex-grow: 1;
	}

	.page-legal .legal-article.thumb .legal-article-img {
		margin: 0 20px 20px 0;
		width: auto;
	}
}

.sponso_red-section {
	position: relative;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 11;
	width: 100%;
	overflow: hidden;
}

.sponso_red-section.fix {
	position: fixed;
	top: 0;
	left: 0;
}

.sponso_red-section .sponso_red-container {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	text-decoration: none;
}

.sponso_red-section .sponso_red-button {
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: inline-block;
	padding: 0 30px 0 10px;
	text-align: center;
	white-space: nowrap;
	color: #fff;
	border: 2px solid;
	font-size: 16px;
	line-height: 26px;
}

.sponso_red-section .sponso_red-button:hover {
	opacity: 0.5;
	text-decoration: none;
}

.sponso_red-section .sponso_red-button::after {
	position: absolute;
	top: 8px;
	right: 10px;
	width: 0;
	height: 0;
	content: "";
	border-width: 5px 0 5px 7px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
}

.sponso_red-section .sponso_red-section-logo {
	padding: 0 1%;
}

.sponso_red-section .sponso_red-section-logo img {
	width: 100%;
	height: auto;
}

.sponso_red-section .sponso_red-section-header {
	padding: 0 1%;
	flex-grow: 100;
	font-weight: 700;
}

.sponso_red-section .sponso_red-section-header span {
	color: #fff;
}

.sponso_red-section .section-header-top {
	font-size: 40px;
	text-transform: uppercase;
}

.sponso_red-section .section-header-bottom {
	font-size: 30px;
}

@media (max-width: 400px) {

	.sponso_red-container {
		padding: 20px 0;
	}
}

@media (min-width: 401px) and (max-width: 768px) {

	.sponso_red-container {
		padding: 20px 15px;
	}
}

@media (min-width: 769px) and (max-width: 1085px) {

	.sponso_red-container {
		padding: 20px;
	}
}

@media (min-width: 1086px) {

	.sponso_red-container {
		padding: 20px 35px;
	}
}

@media (min-width: 769px) {

	.section-header-top {
		line-height: 1;
	}

	.section-header-bottom {
		line-height: 1;
	}

	.sponso_red-button {
		align-self: flex-end;
		bottom: 0;
		right: 0;
	}
}

@media (max-width: 768px) {

	.page-legal {
		padding-top: 84px;
	}

	.single-article {
		margin-top: 64px;
	}

	.sponso_red-section {
		position: fixed;
	}

	.sponso_red-section.fix {
		margin-top: 64px;
	}

	.sponso_red-section .sponso_red-section-logo {
		margin: auto;
		text-align: center;
		flex-basis: 320px !important;
	}

	.sponso_red-section .sponso_red-section-header {
		text-align: center;
		flex-basis: 100%;
	}

	.sponso_red-section .section-header-top {
		font-size: 7vw !important;
		line-height: 1.1;
	}

	.sponso_red-section .section-header-bottom {
		font-size: 7vw !important;
		line-height: 1.1;
	}

	.sponso_red-section .sponso_red-button {
		flex-grow: 0;
		margin: 10px auto 0;
	}

	.takeupspace {
		height: 0;
	}
}

@media (max-width: 1279px) {

	.section-header-top {
		font-size: 4vw !important;
		line-height: 1.1;
	}

	.section-header-bottom {
		font-size: 4vw !important;
		line-height: 1.1;
	}
}

@media (min-width: 1650px) {

	.sponso_red-section .sponso_red-container {
		width: 1650px;
		margin: auto;
	}
}

@media (max-width: 1650px) {

	.sponso_red-section .sponso_red-container {
		width: 100%;
	}
}

.bread {
	color: #000;
}

.bread a {
	color: inherit;
	font-family: inherit;
}

.bread a:hover {
	text-decoration: none;
	color: #837aa4;
}

.single-infocus .infocus-header__actions a {
	background: #ff679a;
	border-color: #ff679a;
	color: #000;
}

.single-infocus .infocus-header__actions a::after {
	border-color: transparent transparent transparent #000;
}

.single-infocus .infocus-header__actions a:hover {
	filter: invert(1);
}

.focus-page .legal-sidebar .legal-widget.legal-related-stories {
	background: #e6d5c5;
}

.focus-page .legal-sidebar .legal-widget-title {
	color: #980839;
}

.focus-page .legal-sidebar .legal-widget-item {
	border-bottom: none;
}

.focus-page .legal-sidebar::after {
	height: 50%;
	top: 20px;
}

.focus-page .legal-main-section .legal-article.full .legal-article-img {
	float: left;
	margin-right: 30px;
}

@media (max-width: 1023px) {

	.focus-page .legal-main-section .legal-article.full .legal-article-img {
		width: 100%;
	}
}

@media (min-width: 1024px) {

	.focus-page .legal-main-section .legal-article.full .legal-article-img {
		width: 50%;
		max-width: 700px;
	}
}

.focus-page .legal-main-section .legal-article.full .like-share-save,
.focus-page .legal-main-section .legal-article.full .like-share-save-in-article {
	display: block;
	margin-bottom: 20px;
}

.focus-page .legal-main-section .legal-article.full .second-title {
	color: #980839;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.focus-page .legal-main-section .legal-article.full .title {
	margin-bottom: 20px;
	font-size: 3.1rem !important;
}

.focus-page .legal-main-section .legal-article.full .credits {
	font-weight: 700;
	margin: 50px 0 70px;
	position: relative;
}

.focus-page .legal-main-section .legal-article.full .credits::before {
	content: "";
	width: 150px;
	height: 1px;
	background: #000;
	position: absolute;
	left: 0;
	top: -20px;
}

.focus-page .legal-main-section .legal-article.full .pf-content-new{}

.focus-page .legal-main-section .legal-article.full .pf-content-new img {
	max-width: 100%;
}

.focus-page .legal-main-section .legal-article.full .pf-content-new blockquote {
	font-family: dm serif text, serif;
	font-size: 2.1rem;
	background: #ffd7be;
	margin-left: -20px;
	border-radius: 30px;
	border-top-left-radius: 0;
	width: calc(100% + 20px);
	position: relative;
	display: inline-block;
	padding: 22px 50px 10px;
}

.focus-page .legal-main-section .legal-article.full .pf-content-new blockquote .fas {
	display: block;
	width: 100%;
	position: relative;
}

.focus-page .legal-main-section .legal-article.full .pf-content-new blockquote .fas::before {
	position: relative;
}

.focus-page .legal-main-section .legal-article.full .pf-content-new blockquote .fas.fa-quote-left::before {
	left: -30px;
}

.focus-page .legal-main-section .legal-article.full .pf-content-new blockquote .fas.fa-quote-right::before {
	right: calc(-10px - 100%);
}

.focus-page .legal-main-section .legal-article.full .pf-content-new blockquote p {
	font-size: 21px;
	line-height: 27px;
	margin: 0;
	font-family: dm serif text, serif;
	text-align: left !important;
}

.focus-page .legal-main-section .legal-article.full .pf-content-new blockquote p::before {
	display: none;
}

.focus-page .comments {
	padding-bottom: 30px;
	margin-bottom: 75px;
	border-bottom: 1px solid #383c3f;
}

.focus-page .comments hr {
	display: none;
}

@media (max-width: 1085px) {

	.focus-page .mid-section {
		flex-basis: 100%;
	}
}

.focus-page .mid-section .see_more {
	width: 120px;
	background: #f1e0d0;
	border-color: #000;
	color: #000;
}

.focus-page .mid-section .see_more:hover {
	filter: invert(1);
}

.focus-page .focus-article.hidden-article {
	display: none;
}

.focus-page .focus-articles-section h3,
.focus-page .focus-articles-half-section h3 {
	color: grey;
}

.non-legal {
	float: left;
	width: 100%;
}

.non-legal .page-legal {
	padding: 0;
}

.non-legal .page-legal .legal-sidebar {
	max-width: 100%;
	padding: 0;
}

.non-legal .page-legal .legal-sidebar::after {
	display: none;
}

.non-legal .page-legal .legal-sidebar .legal-banner-img {
	max-width: 450px;
}

.non-legal .page-legal .legal-sidebar .legal-banner-img img {
	width: 100%;
}

.infocus-widget .infocus-widget-title-wrapper {
	margin: -20px -20px 20px;
	padding: 18px 20px 12px;
}

.infocus-widget h2 {
	margin: 0;
	line-height: 1;
}

.infocus-widget h2 a {
	color: #fff;
	font-weight: 700;
	font-size: 4rem;
	margin: 0;
}

.infocus-widget h2 a:hover {
	text-decoration: none;
}

.infocus-widget .infocus-widget-header h3 {
	border-bottom: 2px solid #000 !important;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.infocus-widget .infocus-widget-header h3 a {
	color: #ff679a !important;
	font-family: dm serif text, serif !important;
	font-size: 3rem;
	line-height: 1;
}

.infocus-widget .article-info__header {
	color: #000;
}

.infocus-widget .legal-widget-item {
	border-top: none !important;
	border-bottom: 2px solid #000 !important;
}

.infocus-widget .legal-widget-item .article-info__blurb {
	color: #909090;
	line-height: 1.1;
}

.infocus-widget .legal-widget-subtitle {
	font-size: 16px !important;
	font-weight: 700;
	margin: 20px 0 10px;
}

.infocus-widget .legal-widget-logo {
	width: 50%;
	margin-right: 50%;
}

.infocus-widget .legal-article__inner {
	padding-bottom: 10px;
}

.infocus-widget .read_more {
	display: none !important;
}

.infocus-widget .like-share-save,
.infocus-widget .like-share-save-in-article {
	margin: 6px 0 0 -6px;
}

@media (min-width: 501px) and (max-width: 768px) {

	.subfeatured-articles.grid-3,
	.subfeatured-articles.people-to-watch,
	.subfeatured-articles.like-share-save,
	.subfeatured-articles.like-share-save-in-article,
	footer .subfeatured-articles.foot-section-wrapper {
		display: flex;
		flex-wrap: wrap;
	}

	.subfeatured-articles.grid-3 .article,
	.subfeatured-articles.people-to-watch .article,
	.subfeatured-articles.like-share-save .article,
	.subfeatured-articles.like-share-save-in-article .article,
	footer .subfeatured-articles.foot-section-wrapper .article,
	.subfeatured-articles.grid-3 .featured-item,
	.subfeatured-articles.people-to-watch .featured-item,
	.subfeatured-articles.like-share-save .featured-item,
	.subfeatured-articles.like-share-save-in-article .featured-item,
	footer .subfeatured-articles.foot-section-wrapper .featured-item,
	.subfeatured-articles.grid-3 .focus-articles-section .focus-article,
	.focus-articles-section .subfeatured-articles.grid-3 .focus-article,
	.subfeatured-articles.people-to-watch .focus-articles-section .focus-article,
	.focus-articles-section .subfeatured-articles.people-to-watch .focus-article,
	.subfeatured-articles.like-share-save .focus-articles-section .focus-article,
	.focus-articles-section .subfeatured-articles.like-share-save .focus-article,
	.subfeatured-articles.like-share-save-in-article .focus-articles-section .focus-article,
	.focus-articles-section .subfeatured-articles.like-share-save-in-article .focus-article,
	footer .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
	.focus-articles-section footer .subfeatured-articles.foot-section-wrapper .focus-article,
	.subfeatured-articles.grid-3 .focus-articles-half-section .focus-article,
	.focus-articles-half-section .subfeatured-articles.grid-3 .focus-article,
	.subfeatured-articles.people-to-watch .focus-articles-half-section .focus-article,
	.focus-articles-half-section .subfeatured-articles.people-to-watch .focus-article,
	.subfeatured-articles.like-share-save .focus-articles-half-section .focus-article,
	.focus-articles-half-section .subfeatured-articles.like-share-save .focus-article,
	.subfeatured-articles.like-share-save-in-article .focus-articles-half-section .focus-article,
	.focus-articles-half-section .subfeatured-articles.like-share-save-in-article .focus-article,
	footer .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
	.focus-articles-half-section footer .subfeatured-articles.foot-section-wrapper .focus-article {
		display: flex;
		margin-bottom: 10px;
	}

	.subfeatured-articles.grid-3 div.clear,
	.subfeatured-articles.people-to-watch div.clear,
	.subfeatured-articles.like-share-save div.clear,
	.subfeatured-articles.like-share-save-in-article div.clear,
	footer .subfeatured-articles.foot-section-wrapper div.clear {
		display: none;
	}
}

.home .infocus-section {
	margin: 10px 0 30px;
	padding: 20px;
}

.home .infocus-section .infocus-section-header {
	color: #fff;
	margin-bottom: 15px;
}

.home .infocus-section .infocus-section-header .title {
	font-family: dm serif text, serif;
	font-size: 5rem;
}

.home .infocus-section .infocus-section-header .subtitle {
	font-family: dm serif text, serif !important;
	color: #ff679a;
	font-size: 5rem;
	margin-left: 10px;
}

.home .infocus-section .infocus-section-caption {
	display: flex;
	align-items: flex-start;
	width: 100%;
	flex-wrap: wrap;
	flex-direction: row;
	color: #fff;
	font-size: 1.6rem;
}

.home .infocus-section .infocus-section-caption .infocus-section-title {
	margin: 0 15px 10px 0;
}

.home .infocus-section .infocus-section-caption .infocus-section-img {
	flex-grow: 1;
	height: 50px;
}

.home .infocus-section .infocus-section-caption .infocus-section-img img {
	max-width: 100%;
	max-height: 100%;
}

.home .infocus-section .infocus-section-caption .infocus-section-readmore {
	align-self: flex-end;
	color: #fff;
	font-size: 1.6rem;
	margin: 10px 0 0 10px;
	text-transform: uppercase;
}

@media (max-width: 500px) {

	.home .infocus-section .infocus-section-caption .infocus-section-readmore {
		flex-basis: 100%;
		text-align: right;
	}
}

.home .infocus-section .infocus-section-caption .infocus-section-readmore strong {
	font-weight: 700;
}

.home .infocus-section .focus-subfeatured {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.home .infocus-section .focus-article {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	margin-bottom: 20px;
	background: #fff;
	padding: 15px;
	text-align: center;
}

.home .infocus-section .focus-article .article-img {
	display: block !important;
	height: 115px;
}

.home .infocus-section .focus-article .article-info {
	padding: 10px 0 0;
}

.home .infocus-section .focus-article .article-info h2 {
	font-size: 1.7rem !important;
	min-height: unset;
	margin-bottom: 20px;
}

.home .infocus-section .focus-article .article-info .article-info__blurb {
	font-size: 1.4rem;
}

@media (min-width: 1280px) {

	.home .infocus-section .focus-article {
		flex-basis: 24%;
	}
}

@media (max-width: 1279px) {

	.home .infocus-section .focus-article {
		flex-basis: 48%;
	}
}

@media (max-width: 500px) {

	.home .infocus-section .focus-article {
		flex-basis: 100%;
	}
}

.more_infocus-section {
	width: calc(100% - 40px);
}

.page-template-in-focus-page-v2 .more_infocus-section {
	width: 100%;
}

.more_infocus-section .bx-wrapper {
	box-shadow: none;
	border: none;
	background: #000;
	padding: 20px 50px;
}

.more_infocus-section .more_infocus-slide-inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}

.more_infocus-section .more_infocus-slide-inner:hover {
	text-decoration: none;
	color: inherit;
}

.more_infocus-section .img-wrap {
	display: flex;
	flex-basis: 250px;
	flex-grow: 0;
	height: 100%;
}

.more_infocus-section .img-wrap img {
	height: auto;
	width: 100%;
}

.more_infocus-section .txt-wrap {
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.more_infocus-section .txt-wrap .second-block img {
	height: 50px;
}

.more_infocus-section .txt-wrap h2 {
	font-size: 40px !important;
}

.more_infocus-section .txt-wrap h3 {
	color: #fff !important;
	font-weight: 900;
	font-size: 40px !important;
	font-family: dm serif text, serif !important;
	margin-top: -15px;
	line-height: 1;
}

.more_infocus-section .txt-wrap h4 {
	color: #fff !important;
	font-size: 18px !important;
	font-weight: 700;
	font-family: dm serif text, serif !important;
}

.more_infocus-section .links-wrap {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-between;
	flex-basis: 150px;
	flex-grow: 0;
}

.more_infocus-section .links-wrap button {
	font-size: 16px !important;
	font-weight: 700;
	background: 0 0;
	text-transform: uppercase;
	color: #fff;
	padding: 10px 25px;
}

.more_infocus-section .links-wrap button:hover {
	color: #000;
	background: #fff;
}

@media (min-width: 1280px) {

	.more_infocus-section .txt-wrap {
		flex-basis: calc(100% - 400px);
	}
}

@media (min-width: 1024px) and (max-width: 1279px) {

	.more_infocus-section .txt-wrap {
		flex-basis: calc(100% - 400px);
	}
}

@media (max-width: 1023px) {

	.more_infocus-section {
		width: 100%;
	}

	.more_infocus-section .txt-wrap {
		flex-basis: calc(100% - 200px);
	}

	.more_infocus-section .img-wrap {
		flex-basis: 200px;
	}

	.more_infocus-section .links-wrap {
		display: none;
	}
}

@media (max-width: 768px) {

	.more_infocus-section {
		width: 100%;
	}

	.more_infocus-section .txt-wrap {
		flex-basis: 100%;
		margin-top: 20px;
		text-align: center;
	}

	.more_infocus-section .txt-wrap img {
		margin: 0 auto;
	}

	.more_infocus-section .img-wrap {
		flex-basis: 100%;
	}

	.more_infocus-section .img-wrap img {
		margin: 0 auto;
	}

	.more_infocus-section .links-wrap {
		display: none;
	}
}

@media (max-width: 1085px) {

	.page-template-in-focus-page-v2 .more_infocus-section {
		width: calc(100% - 40px);
	}
}

.bx-wrapper .bx-controls-direction a {
	z-index: 1050 !important;
}

.widget-library-table {
	margin: 50px 0;
	border: 1px solid #a9a9a9;
}

.widget-library-table th,
.widget-library-table td {
	border: 1px solid #a9a9a9;
	padding: 10px;
}

.widget-library-table th {
	background: #a9a9a9;
	text-align: center;
	color: #fff;
}

.widget-library-table img {
	max-width: 300px;
	border: 10px solid #ffefe5;
}

.infocus-slider {
	padding: 10px 75px;
	margin: 40px 0;
}

.infocus-slider .title {
	color: #fff !important;
	font-size: 2.75rem !important;
	margin-right: -55px;
	margin-left: -55px;
}

.infocus-slider .subtitle {
	color: #ff679a;
	font-family: dm serif text, serif !important;
	font-size: 3rem !important;
	line-height: 1;
	margin-bottom: 20px;
	margin-right: -55px;
	margin-left: -55px;
}

.infocus-slider .bx-wrapper {
	box-shadow: none !important;
	border-width: 15px !important;
	margin-bottom: 20px;
	text-align: center;
	border: none;
	background: inherit;
}

.infocus-slider .bx-viewport{}

.infocus-slider .bx-prev {
	left: -65px !important;
	background-image: url(img/controls-transparent.png) !important;
	opacity: 0.15;
}

.infocus-slider .bx-next {
	right: -65px !important;
	background-image: url(img/controls-transparent.png) !important;
	opacity: 0.15;
}

.infocus-slider .focus-article {
	max-width: 400px;
	margin: 0 auto;
	padding: 15px;
	background: #fff;
}

.infocus-slider .caption {
	margin-right: -55px;
	margin-left: -55px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.infocus-slider .caption .caption-title {
	color: #fff;
	font-size: 1.4rem;
	margin-bottom: 10px;
}

.infocus-slider .caption .caption-img {
	height: 20px;
	flex-grow: 1;
	padding: 0 10px;
	margin-bottom: 10px;
}

.infocus-slider .caption .caption-img img {
	height: 100%;
}

.infocus-slider .caption .caption-readmore {
	color: #fff;
	font-size: 1.4rem;
	text-transform: uppercase;
	align-self: flex-end;
	margin-bottom: 10px;
	text-align: right;
	flex-grow: 1;
}

@media (min-width: 320px) and (max-width: 480px) {

	.infocus-slider .caption .caption-readmore {
		width: 100%;
	}
}

@media (min-width: 1086px) and (max-width: 1600px) {

	.infocus-slider .caption .caption-readmore {
		width: 100%;
	}
}

.infocus-slider .caption .caption-readmore strong {
	font-weight: 700;
}

.infocus-slider .article-info__header h2 {
	min-height: unset !important;
	text-align: center;
	font-size: 1.8rem !important;
}

.infocus-slider .article-info__blurb {
	font-size: 1.4rem !important;
	text-align: center !important;
	margin-bottom: 0 !important;
}

body:not(.home) .infocus-slider .article-info__blurb {
	display: none;
}

.common-legal-widget .featured-articles__title {
	font-family: inter, sans-serif !important;
	font-weight: 600;
	font-size: 3rem !important;
}

.common-legal-widget .featured-articles__inner {
	padding: 0 15px;
}

.common-legal-widget .featured-articles__inner .legal-article {
	padding: 0 0 2px !important;
	border-bottom: 1px solid #fff;
}

.common-legal-widget .featured-articles__inner .legal-article .read_more {
	display: none;
}

.common-legal-widget .featured-articles__inner .legal-article .legal-article__inner {
	border-bottom: 1px solid #fff;
}

.common-legal-widget .featured-articles__inner .legal-article:last-child {
	border: none;
}

.common-legal-widget .featured-articles__inner .legal-article:last-child .legal-article__inner {
	border: none;
}

.common-legal-widget .legal-article__info {
	display: flex;
	flex-direction: column;
}

.common-legal-widget .legal-article__info .article-info__subheader.sub2 {
	order: -1;
	text-transform: uppercase;
}

.common-legal-widget .legal-article__info .article-info__subheader.sub2 h4 {
	margin-bottom: 10px !important;
}

.common-legal-widget .readmore {
	width: 100%;
	text-align: right;
	display: block;
	padding: 0 15px;
	font-size: 1.5rem;
}

.common-legal-widget .readmore strong {
	font-weight: 700;
	text-transform: uppercase;
}

.wallpaper-grey {
	background: #f6f4f5;
}

.single-sponsored hr {
	margin: 1px 0;
	border-color: #000;
}

.single-sponsored .legal-full {
	width: 100%;
	margin-bottom: 20px;
}

.single-sponsored .legal-full .title {
	margin: 11px 0 10px 20px;
	color: #000;
	font-size: 2.25rem !important;
}

.single-sponsored .legal-full-content {
	background-position: 50% !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	padding: 57px 10px 40px;
	text-align: center;
}

.single-sponsored .legal-full-content .top-text {
	font-size: 2.25rem;
	margin: 50px 0 10px;
}

.single-sponsored .legal-full-content .bottom-text {
	font-size: 2.25rem;
	margin: 5px 0 50px;
}

.single-sponsored .legal-full-content .sponsor-logo {
	max-width: 100%;
}

.single-sponsored .legal-main-section {
	padding-left: 0;
	padding-right: 15px;
}

.single-sponsored .legal-sidebar {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 30px;
}

.single-sponsored .legal-sidebar .provided {
	padding: 15px 0 85px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 1.7rem;
	font-weight: 700;
}

.single-sponsored .legal-sidebar .provided strong {
	font-size: 2.2rem;
}

.single-sponsored .legal-sidebar .author {
	font-size: 1.6rem;
	margin: 15px 0;
}

.single-sponsored .legal-sidebar .tags {
	margin: 15px 0;
}

.single-sponsored .legal-single-content {
	background: 0 0 !important;
	padding: 0 !important;
}

.single-sponsored .legal-single-content .legal-header-actions {
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
}

.single-sponsored .legal-single-content .pf-content-new {
	margin-top: 20px;
}

.single-sponsored .legal-single-content .pf-content-new > p {
	color: #000;
}

.single-sponsored .legal-single-content .pf-content-new > p:first-of-type {
	color: #000 !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 0 1rem !important;
}

.single-sponsored .legal-single-content .pf-content-new blockquote {
	border: none;
	padding: 10px 30px !important;
	margin-left: 0 !important;
}

.single-sponsored .legal-single-content .pf-content-new blockquote .fas {
	display: block;
	width: 100%;
	position: relative;
}

.single-sponsored .legal-single-content .pf-content-new blockquote .fas::before {
	position: relative;
}

.single-sponsored .legal-single-content .pf-content-new blockquote .fas.fa-quote-left::before {
	left: -20px;
}

.single-sponsored .legal-single-content .pf-content-new blockquote .fas.fa-quote-right::before {
	right: -100%;
}

.single-sponsored .legal-single-content .pf-content-new blockquote p {
	font-size: 1.7rem;
	font-weight: 700;
	position: relative;
	margin: 0;
	font-family: dm serif text, serif;
}

.single-sponsored .legal-single-content hr:last-of-type {
	display: none;
}

.single-sponsored .legal-single-content > h2 {
	font-weight: 700 !important;
	font-family: inter, sans-serif !important;
	font-size: 20px !important;
	margin-top: 20px;
}

.single-sponsored .subfeatured-articles .subfeatured-articles-title {
	margin-bottom: 20px;
}

.single-sponsored .subfeatured-articles .subfeatured-articles-inner {
	display: flex;
	flex-wrap: wrap;
}

.single-sponsored .subfeatured-articles .article,
.single-sponsored .subfeatured-articles .featured-item,
.single-sponsored .subfeatured-articles .focus-articles-section .focus-article,
.focus-articles-section .single-sponsored .subfeatured-articles .focus-article,
.single-sponsored .subfeatured-articles .focus-articles-half-section .focus-article,
.focus-articles-half-section .single-sponsored .subfeatured-articles .focus-article {
	width: 100%;
	padding: 10px;
	background: #fff;
}

@media (min-width: 768px) and (max-width: 1023px) {

	.single-sponsored .legal-main-section {
		padding-left: 15px;
	}
}

@media (min-width: 1024px) {

	.single-sponsored .legal-main-section {
		padding-left: 150px;
		padding-right: 20px;
	}

	.single-sponsored .legal-sidebar {
		padding-right: 100px;
	}

	.single-sponsored .legal-single-content .pf-content-new blockquote {
		margin-left: -150px;
		padding-left: 150px;
	}

	.single-sponsored .legal-full .title {
		margin-left: 150px;
	}
}

@media (min-width: 1200px) {

	.single-sponsored .subfeatured-articles .article,
	.single-sponsored .subfeatured-articles .featured-item,
	.single-sponsored .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .single-sponsored .subfeatured-articles .focus-article,
	.single-sponsored .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .single-sponsored .subfeatured-articles .focus-article {
		width: calc(33% - 15px);
	}

	.single-sponsored .legal-full-content {
		padding: 57px 0 40px 150px;
		text-align: left;
	}
}

.mepr-unauthorized-message a {
	color: #837aa4 !important;
}

.mepr-form-input.mepr-select-field {
	position: relative;
}

.mepr-signup-form .bootstrap-select .dropdown-menu {
	overflow: auto !important;
	min-height: 250px !important;
	transform: none !important;
}

.mepr-signup-form .bootstrap-select .dropdown-toggle {
	border-bottom: none !important;
}

.main-sidebar {
	width: 34%;
}

.report-image {
	cursor: default !important;
	background-size: contain;
	height: 200px;
	background-repeat: no-repeat;
	background-position: 50%;
}

.mepr-form .select2 {
	border: none;
	width: 100% !important;
}

.mepr-form .select2-selection {
	border: none !important;
}

footer {
	display: table !important;
}

.profile-section {
	position: relative;
}

.profile-section .profile-contents {
	display: flex;
	flex-wrap: wrap;
}

.profile-section .profile-contents .profile-info {
	margin-bottom: 20px;
}

.profile-section .profile-contents .profile-img {
	margin-bottom: 30px;
}

.profile-section .profile-contents .bottom-row {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 0 0 0 20%;
	margin-bottom: 10px;
}

@media (max-width: 768px) {

	.profile-section .profile-contents .bottom-row {
		padding-left: 0;
	}
}

.profile-section .profile-contents .bottom-row .like-share-save,
.profile-section .profile-contents .bottom-row .like-share-save-in-article {
	display: flex;
	justify-content: flex-end;
	flex-basis: 220px;
	flex-grow: 1;
}

.profile-section .profile-contents .bottom-row .company {
	flex-grow: 1;
}

.profile-section .profile-contents .bottom-row .company .killhype,
.profile-section .profile-contents .bottom-row .company .article .article-info a,
.article .article-info .profile-section .profile-contents .bottom-row .company a,
.profile-section .profile-contents .bottom-row .company .featured-item .article-info a,
.featured-item .article-info .profile-section .profile-contents .bottom-row .company a,
.profile-section .profile-contents .bottom-row .company .focus-articles-section .focus-article .article-info a,
.focus-articles-section .focus-article .article-info .profile-section .profile-contents .bottom-row .company a,
.profile-section .profile-contents .bottom-row .company .focus-articles-half-section .focus-article .article-info a,
.focus-articles-half-section .focus-article .article-info .profile-section .profile-contents .bottom-row .company a,
.profile-section .profile-contents .bottom-row .company .profile-stats .edit-btn a,
.profile-section .profile-contents .profile-stats .edit-btn .bottom-row .company a,
.profile-section .profile-contents .bottom-row .company .not-found-page .not-found-links a,
.not-found-page .not-found-links .profile-section .profile-contents .bottom-row .company a,
.profile-section .profile-contents .bottom-row .company .mybtn,
.profile-section .profile-contents .bottom-row .company #login-section .login-form .submit-btn,
#login-section .login-form .profile-section .profile-contents .bottom-row .company .submit-btn,
.profile-section .profile-contents .bottom-row .company #register-section .login-form .submit-btn,
#register-section .login-form .profile-section .profile-contents .bottom-row .company .submit-btn {
	display: inline-block;
	text-align: center;
	padding: 10px 20px;
	border-radius: 20px;
	font-size: 15px;
	border: 1px solid #980839;
	color: #980839;
}

.profile-section .profile-contents .bottom-row .company .killhype:hover,
.profile-section .profile-contents .bottom-row .company .article .article-info a:hover,
.article .article-info .profile-section .profile-contents .bottom-row .company a:hover,
.profile-section .profile-contents .bottom-row .company .featured-item .article-info a:hover,
.featured-item .article-info .profile-section .profile-contents .bottom-row .company a:hover,
.profile-section .profile-contents .bottom-row .company .focus-articles-section .focus-article .article-info a:hover,
.focus-articles-section .focus-article .article-info .profile-section .profile-contents .bottom-row .company a:hover,
.profile-section .profile-contents .bottom-row .company .focus-articles-half-section .focus-article .article-info a:hover,
.focus-articles-half-section .focus-article .article-info .profile-section .profile-contents .bottom-row .company a:hover,
.profile-section .profile-contents .bottom-row .company .profile-stats .edit-btn a:hover,
.profile-section .profile-contents .profile-stats .edit-btn .bottom-row .company a:hover,
.profile-section .profile-contents .bottom-row .company .not-found-page .not-found-links a:hover,
.not-found-page .not-found-links .profile-section .profile-contents .bottom-row .company a:hover,
.profile-section .profile-contents .bottom-row .company .mybtn:hover,
.profile-section .profile-contents .bottom-row .company #login-section .login-form .submit-btn:hover,
#login-section .login-form .profile-section .profile-contents .bottom-row .company .submit-btn:hover,
.profile-section .profile-contents .bottom-row .company #register-section .login-form .submit-btn:hover,
#register-section .login-form .profile-section .profile-contents .bottom-row .company .submit-btn:hover {
	color: #fff;
	background: #980839;
}

.rel-lib-item .article-img {
	height: auto !important;
}

.rel-lib-item .article-img img {
	width: 100%;
	height: auto;
}

.page-legal .infocus-slider .subtitle,
.page-legal .infocus-slider .caption {
	margin-left: 0;
	margin-right: 0;
}

.page-legal .infocus-slider .bx-prev {
	left: -25px !important;
	opacity: 0.5;
}

.page-legal .infocus-slider .bx-next {
	right: -25px !important;
	opacity: 0.5;
}

.infocus-special-header {
	font-family: poynteragate-bold, sans-serif !important;
}

.home-new .btnc--pill,
.home-new .mepr-price-menu .mepr-price-box-button a,
.mepr-price-menu .mepr-price-box-button .home-new a {
	border-color: #000;
}

.home-new .like-share-save,
.home-new .like-share-save-in-article {
	display: none;
}

.home-new .main-section .featured-item,
.home-new .section-page .mid-section .featured-item,
.section-page .home-new .mid-section .featured-item,
.home-new .focus-page .lower-section .featured-item,
.focus-page .home-new .lower-section .featured-item {
	margin-bottom: 14px;
}

.home-new .main-section .featured-item h1,
.home-new .section-page .mid-section .featured-item h1,
.section-page .home-new .mid-section .featured-item h1,
.home-new .focus-page .lower-section .featured-item h1,
.focus-page .home-new .lower-section .featured-item h1 {
	font-size: 30px !important;
	line-height: 35px;
	margin-bottom: 22px;
}

.home-new .main-section .featured-item p,
.home-new .section-page .mid-section .featured-item p,
.section-page .home-new .mid-section .featured-item p,
.home-new .focus-page .lower-section .featured-item p,
.focus-page .home-new .lower-section .featured-item p {
	font-size: 13px;
	line-height: 18px;
}

.home-new .main-section .featured-section h3,
.home-new .section-page .mid-section .featured-section h3,
.section-page .home-new .mid-section .featured-section h3,
.home-new .focus-page .lower-section .featured-section h3,
.focus-page .home-new .lower-section .featured-section h3 {
	color: #1a4fa5;
}

.home-new .main-section .subfeatured-articles,
.home-new .section-page .mid-section .subfeatured-articles,
.section-page .home-new .mid-section .subfeatured-articles,
.home-new .focus-page .lower-section .subfeatured-articles,
.focus-page .home-new .lower-section .subfeatured-articles {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media (min-width: 769px) {

	.home-new .main-section .subfeatured-articles,
	.home-new .section-page .mid-section .subfeatured-articles,
	.section-page .home-new .mid-section .subfeatured-articles,
	.home-new .focus-page .lower-section .subfeatured-articles,
	.focus-page .home-new .lower-section .subfeatured-articles {
		padding-right: 19px;
	}
}

.home-new .main-section .subfeatured-articles .article,
.home-new .section-page .mid-section .subfeatured-articles .article,
.section-page .home-new .mid-section .subfeatured-articles .article,
.home-new .focus-page .lower-section .subfeatured-articles .article,
.focus-page .home-new .lower-section .subfeatured-articles .article,
.home-new .main-section .subfeatured-articles .featured-item,
.home-new .section-page .mid-section .subfeatured-articles .featured-item,
.section-page .home-new .mid-section .subfeatured-articles .featured-item,
.home-new .focus-page .lower-section .subfeatured-articles .featured-item,
.focus-page .home-new .lower-section .subfeatured-articles .featured-item,
.home-new .main-section .subfeatured-articles .focus-articles-section .focus-article,
.focus-articles-section .home-new .main-section .subfeatured-articles .focus-article,
.home-new .section-page .mid-section .subfeatured-articles .focus-articles-section .focus-article,
.focus-articles-section .home-new .section-page .mid-section .subfeatured-articles .focus-article,
.section-page .home-new .mid-section .subfeatured-articles .focus-articles-section .focus-article,
.focus-articles-section .section-page .home-new .mid-section .subfeatured-articles .focus-article,
.home-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .focus-article,
.focus-articles-section .home-new .focus-page .lower-section .subfeatured-articles .focus-article,
.focus-page .home-new .lower-section .subfeatured-articles .focus-articles-section .focus-article,
.focus-articles-section .focus-page .home-new .lower-section .subfeatured-articles .focus-article,
.home-new .main-section .subfeatured-articles .focus-articles-half-section .focus-article,
.focus-articles-half-section .home-new .main-section .subfeatured-articles .focus-article,
.home-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .focus-article,
.focus-articles-half-section .home-new .section-page .mid-section .subfeatured-articles .focus-article,
.section-page .home-new .mid-section .subfeatured-articles .focus-articles-half-section .focus-article,
.focus-articles-half-section .section-page .home-new .mid-section .subfeatured-articles .focus-article,
.home-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .focus-article,
.focus-articles-half-section .home-new .focus-page .lower-section .subfeatured-articles .focus-article,
.focus-page .home-new .lower-section .subfeatured-articles .focus-articles-half-section .focus-article,
.focus-articles-half-section .focus-page .home-new .lower-section .subfeatured-articles .focus-article {
	flex-basis: 31%;
	margin: 19px 0;
	padding: 0;
	display: flex;
	align-items: stretch;
}

.home-new .main-section .subfeatured-articles .article.article--special .article__inner,
.home-new .section-page .mid-section .subfeatured-articles .article.article--special .article__inner,
.section-page .home-new .mid-section .subfeatured-articles .article.article--special .article__inner,
.home-new .focus-page .lower-section .subfeatured-articles .article.article--special .article__inner,
.focus-page .home-new .lower-section .subfeatured-articles .article.article--special .article__inner,
.home-new .main-section .subfeatured-articles .article--special.featured-item .article__inner,
.home-new .section-page .mid-section .subfeatured-articles .article--special.featured-item .article__inner,
.section-page .home-new .mid-section .subfeatured-articles .article--special.featured-item .article__inner,
.home-new .focus-page .lower-section .subfeatured-articles .article--special.featured-item .article__inner,
.focus-page .home-new .lower-section .subfeatured-articles .article--special.featured-item .article__inner,
.home-new .main-section .subfeatured-articles .focus-articles-section .article--special.focus-article .article__inner,
.focus-articles-section .home-new .main-section .subfeatured-articles .article--special.focus-article .article__inner,
.home-new .section-page .mid-section .subfeatured-articles .focus-articles-section .article--special.focus-article .article__inner,
.focus-articles-section .home-new .section-page .mid-section .subfeatured-articles .article--special.focus-article .article__inner,
.section-page .home-new .mid-section .subfeatured-articles .focus-articles-section .article--special.focus-article .article__inner,
.focus-articles-section .section-page .home-new .mid-section .subfeatured-articles .article--special.focus-article .article__inner,
.home-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .article--special.focus-article .article__inner,
.focus-articles-section .home-new .focus-page .lower-section .subfeatured-articles .article--special.focus-article .article__inner,
.focus-page .home-new .lower-section .subfeatured-articles .focus-articles-section .article--special.focus-article .article__inner,
.focus-articles-section .focus-page .home-new .lower-section .subfeatured-articles .article--special.focus-article .article__inner,
.home-new .main-section .subfeatured-articles .focus-articles-half-section .article--special.focus-article .article__inner,
.focus-articles-half-section .home-new .main-section .subfeatured-articles .article--special.focus-article .article__inner,
.home-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .article--special.focus-article .article__inner,
.focus-articles-half-section .home-new .section-page .mid-section .subfeatured-articles .article--special.focus-article .article__inner,
.section-page .home-new .mid-section .subfeatured-articles .focus-articles-half-section .article--special.focus-article .article__inner,
.focus-articles-half-section .section-page .home-new .mid-section .subfeatured-articles .article--special.focus-article .article__inner,
.home-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .article--special.focus-article .article__inner,
.focus-articles-half-section .home-new .focus-page .lower-section .subfeatured-articles .article--special.focus-article .article__inner,
.focus-page .home-new .lower-section .subfeatured-articles .focus-articles-half-section .article--special.focus-article .article__inner,
.focus-articles-half-section .focus-page .home-new .lower-section .subfeatured-articles .article--special.focus-article .article__inner {
	flex-basis: 100%;
}

@media (max-width: 768px) {

	.home-new .main-section .subfeatured-articles .article,
	.home-new .section-page .mid-section .subfeatured-articles .article,
	.section-page .home-new .mid-section .subfeatured-articles .article,
	.home-new .focus-page .lower-section .subfeatured-articles .article,
	.focus-page .home-new .lower-section .subfeatured-articles .article,
	.home-new .main-section .subfeatured-articles .featured-item,
	.home-new .section-page .mid-section .subfeatured-articles .featured-item,
	.section-page .home-new .mid-section .subfeatured-articles .featured-item,
	.home-new .focus-page .lower-section .subfeatured-articles .featured-item,
	.focus-page .home-new .lower-section .subfeatured-articles .featured-item,
	.home-new .main-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .home-new .main-section .subfeatured-articles .focus-article,
	.home-new .section-page .mid-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .home-new .section-page .mid-section .subfeatured-articles .focus-article,
	.section-page .home-new .mid-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .section-page .home-new .mid-section .subfeatured-articles .focus-article,
	.home-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .home-new .focus-page .lower-section .subfeatured-articles .focus-article,
	.focus-page .home-new .lower-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .focus-page .home-new .lower-section .subfeatured-articles .focus-article,
	.home-new .main-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .home-new .main-section .subfeatured-articles .focus-article,
	.home-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .home-new .section-page .mid-section .subfeatured-articles .focus-article,
	.section-page .home-new .mid-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .section-page .home-new .mid-section .subfeatured-articles .focus-article,
	.home-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .home-new .focus-page .lower-section .subfeatured-articles .focus-article,
	.focus-page .home-new .lower-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .focus-page .home-new .lower-section .subfeatured-articles .focus-article {
		flex-basis: 49%;
	}
}

@media (max-width: 500px) {

	.home-new .main-section .subfeatured-articles .article,
	.home-new .section-page .mid-section .subfeatured-articles .article,
	.section-page .home-new .mid-section .subfeatured-articles .article,
	.home-new .focus-page .lower-section .subfeatured-articles .article,
	.focus-page .home-new .lower-section .subfeatured-articles .article,
	.home-new .main-section .subfeatured-articles .featured-item,
	.home-new .section-page .mid-section .subfeatured-articles .featured-item,
	.section-page .home-new .mid-section .subfeatured-articles .featured-item,
	.home-new .focus-page .lower-section .subfeatured-articles .featured-item,
	.focus-page .home-new .lower-section .subfeatured-articles .featured-item,
	.home-new .main-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .home-new .main-section .subfeatured-articles .focus-article,
	.home-new .section-page .mid-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .home-new .section-page .mid-section .subfeatured-articles .focus-article,
	.section-page .home-new .mid-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .section-page .home-new .mid-section .subfeatured-articles .focus-article,
	.home-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .home-new .focus-page .lower-section .subfeatured-articles .focus-article,
	.focus-page .home-new .lower-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .focus-page .home-new .lower-section .subfeatured-articles .focus-article,
	.home-new .main-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .home-new .main-section .subfeatured-articles .focus-article,
	.home-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .home-new .section-page .mid-section .subfeatured-articles .focus-article,
	.section-page .home-new .mid-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .section-page .home-new .mid-section .subfeatured-articles .focus-article,
	.home-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .home-new .focus-page .lower-section .subfeatured-articles .focus-article,
	.focus-page .home-new .lower-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .focus-page .home-new .lower-section .subfeatured-articles .focus-article {
		flex-basis: 100%;
	}
}

.home-new .main-section .subfeatured-articles .article .article-img,
.home-new .section-page .mid-section .subfeatured-articles .article .article-img,
.section-page .home-new .mid-section .subfeatured-articles .article .article-img,
.home-new .focus-page .lower-section .subfeatured-articles .article .article-img,
.focus-page .home-new .lower-section .subfeatured-articles .article .article-img,
.home-new .main-section .subfeatured-articles .featured-item .article-img,
.home-new .section-page .mid-section .subfeatured-articles .featured-item .article-img,
.section-page .home-new .mid-section .subfeatured-articles .featured-item .article-img,
.home-new .focus-page .lower-section .subfeatured-articles .featured-item .article-img,
.focus-page .home-new .lower-section .subfeatured-articles .featured-item .article-img,
.home-new .main-section .subfeatured-articles .focus-articles-section .focus-article .article-img,
.focus-articles-section .home-new .main-section .subfeatured-articles .focus-article .article-img,
.home-new .section-page .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-img,
.focus-articles-section .home-new .section-page .mid-section .subfeatured-articles .focus-article .article-img,
.section-page .home-new .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-img,
.focus-articles-section .section-page .home-new .mid-section .subfeatured-articles .focus-article .article-img,
.home-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-img,
.focus-articles-section .home-new .focus-page .lower-section .subfeatured-articles .focus-article .article-img,
.focus-page .home-new .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-img,
.focus-articles-section .focus-page .home-new .lower-section .subfeatured-articles .focus-article .article-img,
.home-new .main-section .subfeatured-articles .focus-articles-half-section .focus-article .article-img,
.focus-articles-half-section .home-new .main-section .subfeatured-articles .focus-article .article-img,
.home-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-img,
.focus-articles-half-section .home-new .section-page .mid-section .subfeatured-articles .focus-article .article-img,
.section-page .home-new .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-img,
.focus-articles-half-section .section-page .home-new .mid-section .subfeatured-articles .focus-article .article-img,
.home-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-img,
.focus-articles-half-section .home-new .focus-page .lower-section .subfeatured-articles .focus-article .article-img,
.focus-page .home-new .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-img,
.focus-articles-half-section .focus-page .home-new .lower-section .subfeatured-articles .focus-article .article-img {
	margin: 0;
}

.home-new .main-section .subfeatured-articles .article .article-info,
.home-new .section-page .mid-section .subfeatured-articles .article .article-info,
.section-page .home-new .mid-section .subfeatured-articles .article .article-info,
.home-new .focus-page .lower-section .subfeatured-articles .article .article-info,
.focus-page .home-new .lower-section .subfeatured-articles .article .article-info,
.home-new .main-section .subfeatured-articles .featured-item .article-info,
.home-new .section-page .mid-section .subfeatured-articles .featured-item .article-info,
.section-page .home-new .mid-section .subfeatured-articles .featured-item .article-info,
.home-new .focus-page .lower-section .subfeatured-articles .featured-item .article-info,
.focus-page .home-new .lower-section .subfeatured-articles .featured-item .article-info,
.home-new .main-section .subfeatured-articles .focus-articles-section .focus-article .article-info,
.focus-articles-section .home-new .main-section .subfeatured-articles .focus-article .article-info,
.home-new .section-page .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-info,
.focus-articles-section .home-new .section-page .mid-section .subfeatured-articles .focus-article .article-info,
.section-page .home-new .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-info,
.focus-articles-section .section-page .home-new .mid-section .subfeatured-articles .focus-article .article-info,
.home-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-info,
.focus-articles-section .home-new .focus-page .lower-section .subfeatured-articles .focus-article .article-info,
.focus-page .home-new .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-info,
.focus-articles-section .focus-page .home-new .lower-section .subfeatured-articles .focus-article .article-info,
.home-new .main-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info,
.focus-articles-half-section .home-new .main-section .subfeatured-articles .focus-article .article-info,
.home-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info,
.focus-articles-half-section .home-new .section-page .mid-section .subfeatured-articles .focus-article .article-info,
.section-page .home-new .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info,
.focus-articles-half-section .section-page .home-new .mid-section .subfeatured-articles .focus-article .article-info,
.home-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info,
.focus-articles-half-section .home-new .focus-page .lower-section .subfeatured-articles .focus-article .article-info,
.focus-page .home-new .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info,
.focus-articles-half-section .focus-page .home-new .lower-section .subfeatured-articles .focus-article .article-info {
	padding: 0;
}

.home-new .main-section .subfeatured-articles .article .article-info h4,
.home-new .section-page .mid-section .subfeatured-articles .article .article-info h4,
.section-page .home-new .mid-section .subfeatured-articles .article .article-info h4,
.home-new .focus-page .lower-section .subfeatured-articles .article .article-info h4,
.focus-page .home-new .lower-section .subfeatured-articles .article .article-info h4,
.home-new .main-section .subfeatured-articles .featured-item .article-info h4,
.home-new .section-page .mid-section .subfeatured-articles .featured-item .article-info h4,
.section-page .home-new .mid-section .subfeatured-articles .featured-item .article-info h4,
.home-new .focus-page .lower-section .subfeatured-articles .featured-item .article-info h4,
.focus-page .home-new .lower-section .subfeatured-articles .featured-item .article-info h4,
.home-new .main-section .subfeatured-articles .focus-articles-section .focus-article .article-info h4,
.focus-articles-section .home-new .main-section .subfeatured-articles .focus-article .article-info h4,
.home-new .section-page .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-info h4,
.focus-articles-section .home-new .section-page .mid-section .subfeatured-articles .focus-article .article-info h4,
.section-page .home-new .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-info h4,
.focus-articles-section .section-page .home-new .mid-section .subfeatured-articles .focus-article .article-info h4,
.home-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-info h4,
.focus-articles-section .home-new .focus-page .lower-section .subfeatured-articles .focus-article .article-info h4,
.focus-page .home-new .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-info h4,
.focus-articles-section .focus-page .home-new .lower-section .subfeatured-articles .focus-article .article-info h4,
.home-new .main-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info h4,
.focus-articles-half-section .home-new .main-section .subfeatured-articles .focus-article .article-info h4,
.home-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info h4,
.focus-articles-half-section .home-new .section-page .mid-section .subfeatured-articles .focus-article .article-info h4,
.section-page .home-new .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info h4,
.focus-articles-half-section .section-page .home-new .mid-section .subfeatured-articles .focus-article .article-info h4,
.home-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info h4,
.focus-articles-half-section .home-new .focus-page .lower-section .subfeatured-articles .focus-article .article-info h4,
.focus-page .home-new .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info h4,
.focus-articles-half-section .focus-page .home-new .lower-section .subfeatured-articles .focus-article .article-info h4 {
	margin: 16px 0;
	font-size: 19px;
	line-height: 21px;
}

.home-new .main-section .subfeatured-articles .article .article-info .article-info__blurb,
.home-new .section-page .mid-section .subfeatured-articles .article .article-info .article-info__blurb,
.section-page .home-new .mid-section .subfeatured-articles .article .article-info .article-info__blurb,
.home-new .focus-page .lower-section .subfeatured-articles .article .article-info .article-info__blurb,
.focus-page .home-new .lower-section .subfeatured-articles .article .article-info .article-info__blurb,
.home-new .main-section .subfeatured-articles .featured-item .article-info .article-info__blurb,
.home-new .section-page .mid-section .subfeatured-articles .featured-item .article-info .article-info__blurb,
.section-page .home-new .mid-section .subfeatured-articles .featured-item .article-info .article-info__blurb,
.home-new .focus-page .lower-section .subfeatured-articles .featured-item .article-info .article-info__blurb,
.focus-page .home-new .lower-section .subfeatured-articles .featured-item .article-info .article-info__blurb,
.home-new .main-section .subfeatured-articles .focus-articles-section .focus-article .article-info .article-info__blurb,
.focus-articles-section .home-new .main-section .subfeatured-articles .focus-article .article-info .article-info__blurb,
.home-new .section-page .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-info .article-info__blurb,
.focus-articles-section .home-new .section-page .mid-section .subfeatured-articles .focus-article .article-info .article-info__blurb,
.section-page .home-new .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-info .article-info__blurb,
.focus-articles-section .section-page .home-new .mid-section .subfeatured-articles .focus-article .article-info .article-info__blurb,
.home-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-info .article-info__blurb,
.focus-articles-section .home-new .focus-page .lower-section .subfeatured-articles .focus-article .article-info .article-info__blurb,
.focus-page .home-new .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-info .article-info__blurb,
.focus-articles-section .focus-page .home-new .lower-section .subfeatured-articles .focus-article .article-info .article-info__blurb,
.home-new .main-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info .article-info__blurb,
.focus-articles-half-section .home-new .main-section .subfeatured-articles .focus-article .article-info .article-info__blurb,
.home-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info .article-info__blurb,
.focus-articles-half-section .home-new .section-page .mid-section .subfeatured-articles .focus-article .article-info .article-info__blurb,
.section-page .home-new .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info .article-info__blurb,
.focus-articles-half-section .section-page .home-new .mid-section .subfeatured-articles .focus-article .article-info .article-info__blurb,
.home-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info .article-info__blurb,
.focus-articles-half-section .home-new .focus-page .lower-section .subfeatured-articles .focus-article .article-info .article-info__blurb,
.focus-page .home-new .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info .article-info__blurb,
.focus-articles-half-section .focus-page .home-new .lower-section .subfeatured-articles .focus-article .article-info .article-info__blurb {
	font-size: 13px;
	line-height: 18px;
	margin: 0;
}

.home-new .main-section .subfeatured-articles .clear,
.home-new .section-page .mid-section .subfeatured-articles .clear,
.section-page .home-new .mid-section .subfeatured-articles .clear,
.home-new .focus-page .lower-section .subfeatured-articles .clear,
.focus-page .home-new .lower-section .subfeatured-articles .clear {
	flex-basis: 100%;
	height: 1px;
	background: #000;
}

.home-new .main-section .subfeatured-articles .clear.last,
.home-new .section-page .mid-section .subfeatured-articles .clear.last,
.section-page .home-new .mid-section .subfeatured-articles .clear.last,
.home-new .focus-page .lower-section .subfeatured-articles .clear.last,
.focus-page .home-new .lower-section .subfeatured-articles .clear.last {
	display: none;
}

@media (max-width: 768px) {

	.home-new .main-section .subfeatured-articles .clear,
	.home-new .section-page .mid-section .subfeatured-articles .clear,
	.section-page .home-new .mid-section .subfeatured-articles .clear,
	.home-new .focus-page .lower-section .subfeatured-articles .clear,
	.focus-page .home-new .lower-section .subfeatured-articles .clear {
		display: none;
	}
}

.home-new .full-width-section .people-to-watch .section-subhead {
	font-family: inter, sans-serif !important;
	color: #1a4fa5;
	font-weight: 500 !important;
}

.home-new .full-width-section .cleanbum,
.home-new .full-width-section .profile-section .profile-contents .profile-stats .profile-stats__area,
.profile-section .profile-contents .profile-stats .home-new .full-width-section .profile-stats__area,
.home-new .full-width-section .profile-section .profile-contents .profile-info .profile-info__blurb,
.profile-section .profile-contents .profile-info .home-new .full-width-section .profile-info__blurb,
.home-new .full-width-section .profile-section .profile-contents .profile-info .profile-info__blurb-edit,
.profile-section .profile-contents .profile-info .home-new .full-width-section .profile-info__blurb-edit,
.home-new .full-width-section .section-header,
.home-new .full-width-section .section-header-login,
.home-new .full-width-section .section-subhead,
.home-new .full-width-section .focus-articles-section .focus-articles__header,
.focus-articles-section .home-new .full-width-section .focus-articles__header,
.home-new .full-width-section .focus-articles-half-section .focus-articles__header,
.focus-articles-half-section .home-new .full-width-section .focus-articles__header,
.home-new .full-width-section .focus-articles-section .focus-article,
.focus-articles-section .home-new .full-width-section .focus-article,
.home-new .full-width-section .focus-articles-half-section .focus-article,
.focus-articles-half-section .home-new .full-width-section .focus-article,
.home-new .full-width-section footer .foot-section-wrapper .navigation .nav-items > .nav-item,
footer .foot-section-wrapper .navigation .home-new .full-width-section .nav-items > .nav-item,
.home-new .full-width-section footer .foot-section-wrapper .foot-section h1,
footer .foot-section-wrapper .foot-section .home-new .full-width-section h1 {
	border-top: 1px solid #000;
	margin-top: 20px;
	padding-top: 20px;
}

.home-new .focus .focus-articles__header {
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.home-new .focus .focus-articles__header .f-bold,
.home-new .focus .focus-articles__header .directory-widget .section-title,
.directory-widget .home-new .focus .focus-articles__header .section-title,
.home-new .focus .focus-articles__header .legal-countries .section-title,
.legal-countries .home-new .focus .focus-articles__header .section-title,
.home-new .focus .focus-articles__header .legal-sections .section-title,
.legal-sections .home-new .focus .focus-articles__header .section-title,
.home-new .focus .focus-articles__header .legal-sections-wide .section-title,
.legal-sections-wide .home-new .focus .focus-articles__header .section-title,
.home-new .focus .focus-articles__header .section-subhead {
	font-family: inter, sans-serif !important;
}

.home-new .focus .focus-article {
	border: none !important;
}

.home-new .focus .focus-article .article-img {
	margin: 0;
	display: block;
}

.home-new .focus .focus-article .article-info {
	padding: 0;
}

.home-new .focus .focus-article .article-info h2 {
	font-size: 19px;
	line-height: 21px;
	margin: 16px 0;
}

.home-new .focus .focus-article .article-info p {
	font-size: 13px;
	line-height: 18px;
}

.like-share-save .share-buttons,
.like-share-save-in-article .share-buttons {
	display: none;
	margin-top: 5px;
}

.single-article-new .main-section,
.single-article-new .section-page .mid-section,
.section-page .single-article-new .mid-section,
.single-article-new .focus-page .lower-section,
.focus-page .single-article-new .lower-section {
	flex-basis: 78%;
}

.single-article-new .main-section .article-header .article-title,
.single-article-new .section-page .mid-section .article-header .article-title,
.section-page .single-article-new .mid-section .article-header .article-title,
.single-article-new .focus-page .lower-section .article-header .article-title,
.focus-page .single-article-new .lower-section .article-header .article-title {
	font-size: 37px;
	line-height: 45px;
	margin: 20px 0 33px;
}

.single-article-new .main-section .article-meta,
.single-article-new .section-page .mid-section .article-meta,
.section-page .single-article-new .mid-section .article-meta,
.single-article-new .focus-page .lower-section .article-meta,
.focus-page .single-article-new .lower-section .article-meta {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	padding-bottom: 16px;
	border-bottom: 1px solid #000;
	margin-bottom: 0;
	font-size: 16px;
}

.single-article-new .main-section .article-credits-wrap,
.single-article-new .section-page .mid-section .article-credits-wrap,
.section-page .single-article-new .mid-section .article-credits-wrap,
.single-article-new .focus-page .lower-section .article-credits-wrap,
.focus-page .single-article-new .lower-section .article-credits-wrap {
	display: flex;
	flex-direction: column;
	flex-basis: calc(100% - 260px);
	color: gray;
	font-weight: 500;
}

@media (max-width: 768px) {

	.single-article-new .main-section .article-credits-wrap,
	.single-article-new .section-page .mid-section .article-credits-wrap,
	.section-page .single-article-new .mid-section .article-credits-wrap,
	.single-article-new .focus-page .lower-section .article-credits-wrap,
	.focus-page .single-article-new .lower-section .article-credits-wrap {
		flex-basis: 100%;
	}
}

.single-article-new .main-section .like-share-save,
.single-article-new .section-page .mid-section .like-share-save,
.section-page .single-article-new .mid-section .like-share-save,
.single-article-new .focus-page .lower-section .like-share-save,
.focus-page .single-article-new .lower-section .like-share-save,
.single-article-new .main-section .like-share-save-in-article,
.single-article-new .section-page .mid-section .like-share-save-in-article,
.section-page .single-article-new .mid-section .like-share-save-in-article,
.single-article-new .focus-page .lower-section .like-share-save-in-article,
.focus-page .single-article-new .lower-section .like-share-save-in-article {
	flex-basis: 260px;
	text-align: right;
	display: flex;
}

.single-article-new .main-section .like-share-save button,
.single-article-new .section-page .mid-section .like-share-save button,
.section-page .single-article-new .mid-section .like-share-save button,
.single-article-new .focus-page .lower-section .like-share-save button,
.focus-page .single-article-new .lower-section .like-share-save button,
.single-article-new .main-section .like-share-save-in-article button,
.single-article-new .section-page .mid-section .like-share-save-in-article button,
.section-page .single-article-new .mid-section .like-share-save-in-article button,
.single-article-new .focus-page .lower-section .like-share-save-in-article button,
.focus-page .single-article-new .lower-section .like-share-save-in-article button {
	display: flex;
	justify-content: center;
	align-items: center;
	color: gray;
	font-weight: 500;
}

.single-article-new .main-section .like-share-save button.share,
.single-article-new .section-page .mid-section .like-share-save button.share,
.section-page .single-article-new .mid-section .like-share-save button.share,
.single-article-new .focus-page .lower-section .like-share-save button.share,
.focus-page .single-article-new .lower-section .like-share-save button.share,
.single-article-new .main-section .like-share-save-in-article button.share,
.single-article-new .section-page .mid-section .like-share-save-in-article button.share,
.section-page .single-article-new .mid-section .like-share-save-in-article button.share,
.single-article-new .focus-page .lower-section .like-share-save-in-article button.share,
.focus-page .single-article-new .lower-section .like-share-save-in-article button.share {
	order: 3;
}

.single-article-new .main-section .like-share-save button.share i,
.single-article-new .section-page .mid-section .like-share-save button.share i,
.section-page .single-article-new .mid-section .like-share-save button.share i,
.single-article-new .focus-page .lower-section .like-share-save button.share i,
.focus-page .single-article-new .lower-section .like-share-save button.share i,
.single-article-new .main-section .like-share-save-in-article button.share i,
.single-article-new .section-page .mid-section .like-share-save-in-article button.share i,
.section-page .single-article-new .mid-section .like-share-save-in-article button.share i,
.single-article-new .focus-page .lower-section .like-share-save-in-article button.share i,
.focus-page .single-article-new .lower-section .like-share-save-in-article button.share i {
	display: none;
}

.single-article-new .main-section .like-share-save .share-buttons,
.single-article-new .section-page .mid-section .like-share-save .share-buttons,
.section-page .single-article-new .mid-section .like-share-save .share-buttons,
.single-article-new .focus-page .lower-section .like-share-save .share-buttons,
.focus-page .single-article-new .lower-section .like-share-save .share-buttons,
.single-article-new .main-section .like-share-save-in-article .share-buttons,
.single-article-new .section-page .mid-section .like-share-save-in-article .share-buttons,
.section-page .single-article-new .mid-section .like-share-save-in-article .share-buttons,
.single-article-new .focus-page .lower-section .like-share-save-in-article .share-buttons,
.focus-page .single-article-new .lower-section .like-share-save-in-article .share-buttons {
	display: flex;
	align-items: center;
	padding-right: 0;
}

.single-article-new .main-section .like-share-save .share-buttons img,
.single-article-new .section-page .mid-section .like-share-save .share-buttons img,
.section-page .single-article-new .mid-section .like-share-save .share-buttons img,
.single-article-new .focus-page .lower-section .like-share-save .share-buttons img,
.focus-page .single-article-new .lower-section .like-share-save .share-buttons img,
.single-article-new .main-section .like-share-save-in-article .share-buttons img,
.single-article-new .section-page .mid-section .like-share-save-in-article .share-buttons img,
.section-page .single-article-new .mid-section .like-share-save-in-article .share-buttons img,
.single-article-new .focus-page .lower-section .like-share-save-in-article .share-buttons img,
.focus-page .single-article-new .lower-section .like-share-save-in-article .share-buttons img {
	max-width: 22px;
	margin: 0 2px;
}

.single-article-new .main-section .article-credits,
.single-article-new .section-page .mid-section .article-credits,
.section-page .single-article-new .mid-section .article-credits,
.single-article-new .focus-page .lower-section .article-credits,
.focus-page .single-article-new .lower-section .article-credits {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border: none;
	margin-bottom: 0;
	margin-top: 5px;
	padding-bottom: 0;
}

.single-article-new .main-section .article-credits p,
.single-article-new .section-page .mid-section .article-credits p,
.section-page .single-article-new .mid-section .article-credits p,
.single-article-new .focus-page .lower-section .article-credits p,
.focus-page .single-article-new .lower-section .article-credits p,
.single-article-new .main-section .article-credits .killhype,
.single-article-new .section-page .mid-section .article-credits .killhype,
.section-page .single-article-new .mid-section .article-credits .killhype,
.single-article-new .focus-page .lower-section .article-credits .killhype,
.focus-page .single-article-new .lower-section .article-credits .killhype,
.single-article-new .main-section .article-credits .article .article-info a,
.article .article-info .single-article-new .main-section .article-credits a,
.single-article-new .section-page .mid-section .article-credits .article .article-info a,
.article .article-info .single-article-new .section-page .mid-section .article-credits a,
.section-page .single-article-new .mid-section .article-credits .article .article-info a,
.article .article-info .section-page .single-article-new .mid-section .article-credits a,
.single-article-new .focus-page .lower-section .article-credits .article .article-info a,
.article .article-info .single-article-new .focus-page .lower-section .article-credits a,
.focus-page .single-article-new .lower-section .article-credits .article .article-info a,
.article .article-info .focus-page .single-article-new .lower-section .article-credits a,
.single-article-new .main-section .article-credits .featured-item .article-info a,
.featured-item .article-info .single-article-new .main-section .article-credits a,
.single-article-new .section-page .mid-section .article-credits .featured-item .article-info a,
.featured-item .article-info .single-article-new .section-page .mid-section .article-credits a,
.section-page .single-article-new .mid-section .article-credits .featured-item .article-info a,
.featured-item .article-info .section-page .single-article-new .mid-section .article-credits a,
.single-article-new .focus-page .lower-section .article-credits .featured-item .article-info a,
.featured-item .article-info .single-article-new .focus-page .lower-section .article-credits a,
.focus-page .single-article-new .lower-section .article-credits .featured-item .article-info a,
.featured-item .article-info .focus-page .single-article-new .lower-section .article-credits a,
.single-article-new .main-section .article-credits .focus-articles-section .focus-article .article-info a,
.focus-articles-section .focus-article .article-info .single-article-new .main-section .article-credits a,
.single-article-new .section-page .mid-section .article-credits .focus-articles-section .focus-article .article-info a,
.focus-articles-section .focus-article .article-info .single-article-new .section-page .mid-section .article-credits a,
.section-page .single-article-new .mid-section .article-credits .focus-articles-section .focus-article .article-info a,
.focus-articles-section .focus-article .article-info .section-page .single-article-new .mid-section .article-credits a,
.single-article-new .focus-page .lower-section .article-credits .focus-articles-section .focus-article .article-info a,
.focus-articles-section .focus-article .article-info .single-article-new .focus-page .lower-section .article-credits a,
.focus-page .single-article-new .lower-section .article-credits .focus-articles-section .focus-article .article-info a,
.focus-articles-section .focus-article .article-info .focus-page .single-article-new .lower-section .article-credits a,
.single-article-new .main-section .article-credits .focus-articles-half-section .focus-article .article-info a,
.focus-articles-half-section .focus-article .article-info .single-article-new .main-section .article-credits a,
.single-article-new .section-page .mid-section .article-credits .focus-articles-half-section .focus-article .article-info a,
.focus-articles-half-section .focus-article .article-info .single-article-new .section-page .mid-section .article-credits a,
.section-page .single-article-new .mid-section .article-credits .focus-articles-half-section .focus-article .article-info a,
.focus-articles-half-section .focus-article .article-info .section-page .single-article-new .mid-section .article-credits a,
.single-article-new .focus-page .lower-section .article-credits .focus-articles-half-section .focus-article .article-info a,
.focus-articles-half-section .focus-article .article-info .single-article-new .focus-page .lower-section .article-credits a,
.focus-page .single-article-new .lower-section .article-credits .focus-articles-half-section .focus-article .article-info a,
.focus-articles-half-section .focus-article .article-info .focus-page .single-article-new .lower-section .article-credits a,
.single-article-new .main-section .article-credits .profile-section .profile-contents .profile-stats .edit-btn a,
.profile-section .profile-contents .profile-stats .edit-btn .single-article-new .main-section .article-credits a,
.single-article-new .section-page .mid-section .article-credits .profile-section .profile-contents .profile-stats .edit-btn a,
.profile-section .profile-contents .profile-stats .edit-btn .single-article-new .section-page .mid-section .article-credits a,
.section-page .single-article-new .mid-section .article-credits .profile-section .profile-contents .profile-stats .edit-btn a,
.profile-section .profile-contents .profile-stats .edit-btn .section-page .single-article-new .mid-section .article-credits a,
.single-article-new .focus-page .lower-section .article-credits .profile-section .profile-contents .profile-stats .edit-btn a,
.profile-section .profile-contents .profile-stats .edit-btn .single-article-new .focus-page .lower-section .article-credits a,
.focus-page .single-article-new .lower-section .article-credits .profile-section .profile-contents .profile-stats .edit-btn a,
.profile-section .profile-contents .profile-stats .edit-btn .focus-page .single-article-new .lower-section .article-credits a,
.single-article-new .main-section .article-credits .not-found-page .not-found-links a,
.not-found-page .not-found-links .single-article-new .main-section .article-credits a,
.single-article-new .section-page .mid-section .article-credits .not-found-page .not-found-links a,
.not-found-page .not-found-links .single-article-new .section-page .mid-section .article-credits a,
.section-page .single-article-new .mid-section .article-credits .not-found-page .not-found-links a,
.not-found-page .not-found-links .section-page .single-article-new .mid-section .article-credits a,
.single-article-new .focus-page .lower-section .article-credits .not-found-page .not-found-links a,
.not-found-page .not-found-links .single-article-new .focus-page .lower-section .article-credits a,
.focus-page .single-article-new .lower-section .article-credits .not-found-page .not-found-links a,
.not-found-page .not-found-links .focus-page .single-article-new .lower-section .article-credits a,
.single-article-new .main-section .article-credits .mybtn,
.single-article-new .section-page .mid-section .article-credits .mybtn,
.section-page .single-article-new .mid-section .article-credits .mybtn,
.single-article-new .focus-page .lower-section .article-credits .mybtn,
.focus-page .single-article-new .lower-section .article-credits .mybtn,
.single-article-new .main-section .article-credits #login-section .login-form .submit-btn,
#login-section .login-form .single-article-new .main-section .article-credits .submit-btn,
.single-article-new .section-page .mid-section .article-credits #login-section .login-form .submit-btn,
#login-section .login-form .single-article-new .section-page .mid-section .article-credits .submit-btn,
.section-page .single-article-new .mid-section .article-credits #login-section .login-form .submit-btn,
#login-section .login-form .section-page .single-article-new .mid-section .article-credits .submit-btn,
.single-article-new .focus-page .lower-section .article-credits #login-section .login-form .submit-btn,
#login-section .login-form .single-article-new .focus-page .lower-section .article-credits .submit-btn,
.focus-page .single-article-new .lower-section .article-credits #login-section .login-form .submit-btn,
#login-section .login-form .focus-page .single-article-new .lower-section .article-credits .submit-btn,
.single-article-new .main-section .article-credits #register-section .login-form .submit-btn,
#register-section .login-form .single-article-new .main-section .article-credits .submit-btn,
.single-article-new .section-page .mid-section .article-credits #register-section .login-form .submit-btn,
#register-section .login-form .single-article-new .section-page .mid-section .article-credits .submit-btn,
.section-page .single-article-new .mid-section .article-credits #register-section .login-form .submit-btn,
#register-section .login-form .section-page .single-article-new .mid-section .article-credits .submit-btn,
.single-article-new .focus-page .lower-section .article-credits #register-section .login-form .submit-btn,
#register-section .login-form .single-article-new .focus-page .lower-section .article-credits .submit-btn,
.focus-page .single-article-new .lower-section .article-credits #register-section .login-form .submit-btn,
#register-section .login-form .focus-page .single-article-new .lower-section .article-credits .submit-btn {
	margin: 0;
	font-size: 16px;
}

.single-article-new .main-section .article-credit,
.single-article-new .section-page .mid-section .article-credit,
.section-page .single-article-new .mid-section .article-credit,
.single-article-new .focus-page .lower-section .article-credit,
.focus-page .single-article-new .lower-section .article-credit {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 10px 0 5px;
}

.single-article-new .main-section .article-credit.partner,
.single-article-new .section-page .mid-section .article-credit.partner,
.section-page .single-article-new .mid-section .article-credit.partner,
.single-article-new .focus-page .lower-section .article-credit.partner,
.focus-page .single-article-new .lower-section .article-credit.partner,
.single-article-new .main-section .article-credit.writer,
.single-article-new .section-page .mid-section .article-credit.writer,
.section-page .single-article-new .mid-section .article-credit.writer,
.single-article-new .focus-page .lower-section .article-credit.writer,
.focus-page .single-article-new .lower-section .article-credit.writer {
	margin-left: 0;
}

.single-article-new .main-section .tags,
.single-article-new .section-page .mid-section .tags,
.section-page .single-article-new .mid-section .tags,
.single-article-new .focus-page .lower-section .tags,
.focus-page .single-article-new .lower-section .tags {
	display: flex;
	color: gray;
	font-weight: 500;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 38px;
	border-bottom: 1px solid #000;
}

.single-article-new .main-section .tags .tag-list,
.single-article-new .section-page .mid-section .tags .tag-list,
.section-page .single-article-new .mid-section .tags .tag-list,
.single-article-new .focus-page .lower-section .tags .tag-list,
.focus-page .single-article-new .lower-section .tags .tag-list {
	text-align: left;
	flex-basis: auto;
	margin-left: 10px;
	font-style: normal;
}

.single-article-new .main-section blockquote .fas,
.single-article-new .section-page .mid-section blockquote .fas,
.section-page .single-article-new .mid-section blockquote .fas,
.single-article-new .focus-page .lower-section blockquote .fas,
.focus-page .single-article-new .lower-section blockquote .fas {
	font-size: 2rem;
}

.single-article-new .main-section blockquote .fas.fa-quote-left,
.single-article-new .section-page .mid-section blockquote .fas.fa-quote-left,
.section-page .single-article-new .mid-section blockquote .fas.fa-quote-left,
.single-article-new .focus-page .lower-section blockquote .fas.fa-quote-left,
.focus-page .single-article-new .lower-section blockquote .fas.fa-quote-left {
	margin-right: 10px;
}

.single-article-new .main-section blockquote .fas.fa-quote-right,
.single-article-new .section-page .mid-section blockquote .fas.fa-quote-right,
.section-page .single-article-new .mid-section blockquote .fas.fa-quote-right,
.single-article-new .focus-page .lower-section blockquote .fas.fa-quote-right,
.focus-page .single-article-new .lower-section blockquote .fas.fa-quote-right {
	margin-left: 10px;
}

.single-article-new .main-section .subfeatured-articles,
.single-article-new .section-page .mid-section .subfeatured-articles,
.section-page .single-article-new .mid-section .subfeatured-articles,
.single-article-new .focus-page .lower-section .subfeatured-articles,
.focus-page .single-article-new .lower-section .subfeatured-articles {
	margin-bottom: 19px;
	margin-left: 20px;
}

.single-article-new .main-section .subfeatured-articles .section-header,
.single-article-new .section-page .mid-section .subfeatured-articles .section-header,
.section-page .single-article-new .mid-section .subfeatured-articles .section-header,
.single-article-new .focus-page .lower-section .subfeatured-articles .section-header,
.focus-page .single-article-new .lower-section .subfeatured-articles .section-header {
	color: #1a4fa5;
	font-size: 22px !important;
	font-weight: 500;
}

.single-article-new .main-section .subfeatured-articles .article,
.single-article-new .section-page .mid-section .subfeatured-articles .article,
.section-page .single-article-new .mid-section .subfeatured-articles .article,
.single-article-new .focus-page .lower-section .subfeatured-articles .article,
.focus-page .single-article-new .lower-section .subfeatured-articles .article,
.single-article-new .main-section .subfeatured-articles .featured-item,
.single-article-new .section-page .mid-section .subfeatured-articles .featured-item,
.section-page .single-article-new .mid-section .subfeatured-articles .featured-item,
.single-article-new .focus-page .lower-section .subfeatured-articles .featured-item,
.focus-page .single-article-new .lower-section .subfeatured-articles .featured-item,
.single-article-new .main-section .subfeatured-articles .focus-articles-section .focus-article,
.focus-articles-section .single-article-new .main-section .subfeatured-articles .focus-article,
.single-article-new .section-page .mid-section .subfeatured-articles .focus-articles-section .focus-article,
.focus-articles-section .single-article-new .section-page .mid-section .subfeatured-articles .focus-article,
.section-page .single-article-new .mid-section .subfeatured-articles .focus-articles-section .focus-article,
.focus-articles-section .section-page .single-article-new .mid-section .subfeatured-articles .focus-article,
.single-article-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .focus-article,
.focus-articles-section .single-article-new .focus-page .lower-section .subfeatured-articles .focus-article,
.focus-page .single-article-new .lower-section .subfeatured-articles .focus-articles-section .focus-article,
.focus-articles-section .focus-page .single-article-new .lower-section .subfeatured-articles .focus-article,
.single-article-new .main-section .subfeatured-articles .focus-articles-half-section .focus-article,
.focus-articles-half-section .single-article-new .main-section .subfeatured-articles .focus-article,
.single-article-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .focus-article,
.focus-articles-half-section .single-article-new .section-page .mid-section .subfeatured-articles .focus-article,
.section-page .single-article-new .mid-section .subfeatured-articles .focus-articles-half-section .focus-article,
.focus-articles-half-section .section-page .single-article-new .mid-section .subfeatured-articles .focus-article,
.single-article-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .focus-article,
.focus-articles-half-section .single-article-new .focus-page .lower-section .subfeatured-articles .focus-article,
.focus-page .single-article-new .lower-section .subfeatured-articles .focus-articles-half-section .focus-article,
.focus-articles-half-section .focus-page .single-article-new .lower-section .subfeatured-articles .focus-article {
	margin-bottom: 19px;
}

.single-article-new .main-section .subfeatured-articles .article .article-img,
.single-article-new .section-page .mid-section .subfeatured-articles .article .article-img,
.section-page .single-article-new .mid-section .subfeatured-articles .article .article-img,
.single-article-new .focus-page .lower-section .subfeatured-articles .article .article-img,
.focus-page .single-article-new .lower-section .subfeatured-articles .article .article-img,
.single-article-new .main-section .subfeatured-articles .featured-item .article-img,
.single-article-new .section-page .mid-section .subfeatured-articles .featured-item .article-img,
.section-page .single-article-new .mid-section .subfeatured-articles .featured-item .article-img,
.single-article-new .focus-page .lower-section .subfeatured-articles .featured-item .article-img,
.focus-page .single-article-new .lower-section .subfeatured-articles .featured-item .article-img,
.single-article-new .main-section .subfeatured-articles .focus-articles-section .focus-article .article-img,
.focus-articles-section .single-article-new .main-section .subfeatured-articles .focus-article .article-img,
.single-article-new .section-page .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-img,
.focus-articles-section .single-article-new .section-page .mid-section .subfeatured-articles .focus-article .article-img,
.section-page .single-article-new .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-img,
.focus-articles-section .section-page .single-article-new .mid-section .subfeatured-articles .focus-article .article-img,
.single-article-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-img,
.focus-articles-section .single-article-new .focus-page .lower-section .subfeatured-articles .focus-article .article-img,
.focus-page .single-article-new .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-img,
.focus-articles-section .focus-page .single-article-new .lower-section .subfeatured-articles .focus-article .article-img,
.single-article-new .main-section .subfeatured-articles .focus-articles-half-section .focus-article .article-img,
.focus-articles-half-section .single-article-new .main-section .subfeatured-articles .focus-article .article-img,
.single-article-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-img,
.focus-articles-half-section .single-article-new .section-page .mid-section .subfeatured-articles .focus-article .article-img,
.section-page .single-article-new .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-img,
.focus-articles-half-section .section-page .single-article-new .mid-section .subfeatured-articles .focus-article .article-img,
.single-article-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-img,
.focus-articles-half-section .single-article-new .focus-page .lower-section .subfeatured-articles .focus-article .article-img,
.focus-page .single-article-new .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-img,
.focus-articles-half-section .focus-page .single-article-new .lower-section .subfeatured-articles .focus-article .article-img,
.single-article-new .main-section .subfeatured-articles .article p,
.single-article-new .section-page .mid-section .subfeatured-articles .article p,
.section-page .single-article-new .mid-section .subfeatured-articles .article p,
.single-article-new .focus-page .lower-section .subfeatured-articles .article p,
.focus-page .single-article-new .lower-section .subfeatured-articles .article p,
.single-article-new .main-section .subfeatured-articles .featured-item p,
.single-article-new .section-page .mid-section .subfeatured-articles .featured-item p,
.section-page .single-article-new .mid-section .subfeatured-articles .featured-item p,
.single-article-new .focus-page .lower-section .subfeatured-articles .featured-item p,
.focus-page .single-article-new .lower-section .subfeatured-articles .featured-item p,
.single-article-new .main-section .subfeatured-articles .focus-articles-section .focus-article p,
.focus-articles-section .single-article-new .main-section .subfeatured-articles .focus-article p,
.single-article-new .section-page .mid-section .subfeatured-articles .focus-articles-section .focus-article p,
.focus-articles-section .single-article-new .section-page .mid-section .subfeatured-articles .focus-article p,
.section-page .single-article-new .mid-section .subfeatured-articles .focus-articles-section .focus-article p,
.focus-articles-section .section-page .single-article-new .mid-section .subfeatured-articles .focus-article p,
.single-article-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .focus-article p,
.focus-articles-section .single-article-new .focus-page .lower-section .subfeatured-articles .focus-article p,
.focus-page .single-article-new .lower-section .subfeatured-articles .focus-articles-section .focus-article p,
.focus-articles-section .focus-page .single-article-new .lower-section .subfeatured-articles .focus-article p,
.single-article-new .main-section .subfeatured-articles .focus-articles-half-section .focus-article p,
.focus-articles-half-section .single-article-new .main-section .subfeatured-articles .focus-article p,
.single-article-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .focus-article p,
.focus-articles-half-section .single-article-new .section-page .mid-section .subfeatured-articles .focus-article p,
.section-page .single-article-new .mid-section .subfeatured-articles .focus-articles-half-section .focus-article p,
.focus-articles-half-section .section-page .single-article-new .mid-section .subfeatured-articles .focus-article p,
.single-article-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .focus-article p,
.focus-articles-half-section .single-article-new .focus-page .lower-section .subfeatured-articles .focus-article p,
.focus-page .single-article-new .lower-section .subfeatured-articles .focus-articles-half-section .focus-article p,
.focus-articles-half-section .focus-page .single-article-new .lower-section .subfeatured-articles .focus-article p {
	margin-bottom: 0;
}

.single-article-new .main-section .subfeatured-articles .article .article-info,
.single-article-new .section-page .mid-section .subfeatured-articles .article .article-info,
.section-page .single-article-new .mid-section .subfeatured-articles .article .article-info,
.single-article-new .focus-page .lower-section .subfeatured-articles .article .article-info,
.focus-page .single-article-new .lower-section .subfeatured-articles .article .article-info,
.single-article-new .main-section .subfeatured-articles .featured-item .article-info,
.single-article-new .section-page .mid-section .subfeatured-articles .featured-item .article-info,
.section-page .single-article-new .mid-section .subfeatured-articles .featured-item .article-info,
.single-article-new .focus-page .lower-section .subfeatured-articles .featured-item .article-info,
.focus-page .single-article-new .lower-section .subfeatured-articles .featured-item .article-info,
.single-article-new .main-section .subfeatured-articles .focus-articles-section .focus-article .article-info,
.focus-articles-section .single-article-new .main-section .subfeatured-articles .focus-article .article-info,
.single-article-new .section-page .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-info,
.focus-articles-section .single-article-new .section-page .mid-section .subfeatured-articles .focus-article .article-info,
.section-page .single-article-new .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-info,
.focus-articles-section .section-page .single-article-new .mid-section .subfeatured-articles .focus-article .article-info,
.single-article-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-info,
.focus-articles-section .single-article-new .focus-page .lower-section .subfeatured-articles .focus-article .article-info,
.focus-page .single-article-new .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-info,
.focus-articles-section .focus-page .single-article-new .lower-section .subfeatured-articles .focus-article .article-info,
.single-article-new .main-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info,
.focus-articles-half-section .single-article-new .main-section .subfeatured-articles .focus-article .article-info,
.single-article-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info,
.focus-articles-half-section .single-article-new .section-page .mid-section .subfeatured-articles .focus-article .article-info,
.section-page .single-article-new .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info,
.focus-articles-half-section .section-page .single-article-new .mid-section .subfeatured-articles .focus-article .article-info,
.single-article-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info,
.focus-articles-half-section .single-article-new .focus-page .lower-section .subfeatured-articles .focus-article .article-info,
.focus-page .single-article-new .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info,
.focus-articles-half-section .focus-page .single-article-new .lower-section .subfeatured-articles .focus-article .article-info {
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.single-article-new .main-section .subfeatured-articles .article .article-info .article-info__header,
.single-article-new .section-page .mid-section .subfeatured-articles .article .article-info .article-info__header,
.section-page .single-article-new .mid-section .subfeatured-articles .article .article-info .article-info__header,
.single-article-new .focus-page .lower-section .subfeatured-articles .article .article-info .article-info__header,
.focus-page .single-article-new .lower-section .subfeatured-articles .article .article-info .article-info__header,
.single-article-new .main-section .subfeatured-articles .featured-item .article-info .article-info__header,
.single-article-new .section-page .mid-section .subfeatured-articles .featured-item .article-info .article-info__header,
.section-page .single-article-new .mid-section .subfeatured-articles .featured-item .article-info .article-info__header,
.single-article-new .focus-page .lower-section .subfeatured-articles .featured-item .article-info .article-info__header,
.focus-page .single-article-new .lower-section .subfeatured-articles .featured-item .article-info .article-info__header,
.single-article-new .main-section .subfeatured-articles .focus-articles-section .focus-article .article-info .article-info__header,
.focus-articles-section .single-article-new .main-section .subfeatured-articles .focus-article .article-info .article-info__header,
.single-article-new .section-page .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-info .article-info__header,
.focus-articles-section .single-article-new .section-page .mid-section .subfeatured-articles .focus-article .article-info .article-info__header,
.section-page .single-article-new .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-info .article-info__header,
.focus-articles-section .section-page .single-article-new .mid-section .subfeatured-articles .focus-article .article-info .article-info__header,
.single-article-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-info .article-info__header,
.focus-articles-section .single-article-new .focus-page .lower-section .subfeatured-articles .focus-article .article-info .article-info__header,
.focus-page .single-article-new .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-info .article-info__header,
.focus-articles-section .focus-page .single-article-new .lower-section .subfeatured-articles .focus-article .article-info .article-info__header,
.single-article-new .main-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info .article-info__header,
.focus-articles-half-section .single-article-new .main-section .subfeatured-articles .focus-article .article-info .article-info__header,
.single-article-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info .article-info__header,
.focus-articles-half-section .single-article-new .section-page .mid-section .subfeatured-articles .focus-article .article-info .article-info__header,
.section-page .single-article-new .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info .article-info__header,
.focus-articles-half-section .section-page .single-article-new .mid-section .subfeatured-articles .focus-article .article-info .article-info__header,
.single-article-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info .article-info__header,
.focus-articles-half-section .single-article-new .focus-page .lower-section .subfeatured-articles .focus-article .article-info .article-info__header,
.focus-page .single-article-new .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info .article-info__header,
.focus-articles-half-section .focus-page .single-article-new .lower-section .subfeatured-articles .focus-article .article-info .article-info__header {
	margin-bottom: 0;
}

.single-article-new .main-section .subfeatured-articles .article .article-info h4,
.single-article-new .section-page .mid-section .subfeatured-articles .article .article-info h4,
.section-page .single-article-new .mid-section .subfeatured-articles .article .article-info h4,
.single-article-new .focus-page .lower-section .subfeatured-articles .article .article-info h4,
.focus-page .single-article-new .lower-section .subfeatured-articles .article .article-info h4,
.single-article-new .main-section .subfeatured-articles .featured-item .article-info h4,
.single-article-new .section-page .mid-section .subfeatured-articles .featured-item .article-info h4,
.section-page .single-article-new .mid-section .subfeatured-articles .featured-item .article-info h4,
.single-article-new .focus-page .lower-section .subfeatured-articles .featured-item .article-info h4,
.focus-page .single-article-new .lower-section .subfeatured-articles .featured-item .article-info h4,
.single-article-new .main-section .subfeatured-articles .focus-articles-section .focus-article .article-info h4,
.focus-articles-section .single-article-new .main-section .subfeatured-articles .focus-article .article-info h4,
.single-article-new .section-page .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-info h4,
.focus-articles-section .single-article-new .section-page .mid-section .subfeatured-articles .focus-article .article-info h4,
.section-page .single-article-new .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-info h4,
.focus-articles-section .section-page .single-article-new .mid-section .subfeatured-articles .focus-article .article-info h4,
.single-article-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-info h4,
.focus-articles-section .single-article-new .focus-page .lower-section .subfeatured-articles .focus-article .article-info h4,
.focus-page .single-article-new .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-info h4,
.focus-articles-section .focus-page .single-article-new .lower-section .subfeatured-articles .focus-article .article-info h4,
.single-article-new .main-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info h4,
.focus-articles-half-section .single-article-new .main-section .subfeatured-articles .focus-article .article-info h4,
.single-article-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info h4,
.focus-articles-half-section .single-article-new .section-page .mid-section .subfeatured-articles .focus-article .article-info h4,
.section-page .single-article-new .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info h4,
.focus-articles-half-section .section-page .single-article-new .mid-section .subfeatured-articles .focus-article .article-info h4,
.single-article-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info h4,
.focus-articles-half-section .single-article-new .focus-page .lower-section .subfeatured-articles .focus-article .article-info h4,
.focus-page .single-article-new .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info h4,
.focus-articles-half-section .focus-page .single-article-new .lower-section .subfeatured-articles .focus-article .article-info h4 {
	margin: 16px 0;
	font-size: 19px;
	line-height: 21px;
}

.single-article-new .main-section .subfeatured-articles .article .article-info p,
.single-article-new .section-page .mid-section .subfeatured-articles .article .article-info p,
.section-page .single-article-new .mid-section .subfeatured-articles .article .article-info p,
.single-article-new .focus-page .lower-section .subfeatured-articles .article .article-info p,
.focus-page .single-article-new .lower-section .subfeatured-articles .article .article-info p,
.single-article-new .main-section .subfeatured-articles .featured-item .article-info p,
.single-article-new .section-page .mid-section .subfeatured-articles .featured-item .article-info p,
.section-page .single-article-new .mid-section .subfeatured-articles .featured-item .article-info p,
.single-article-new .focus-page .lower-section .subfeatured-articles .featured-item .article-info p,
.focus-page .single-article-new .lower-section .subfeatured-articles .featured-item .article-info p,
.single-article-new .main-section .subfeatured-articles .focus-articles-section .focus-article .article-info p,
.focus-articles-section .single-article-new .main-section .subfeatured-articles .focus-article .article-info p,
.single-article-new .section-page .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-info p,
.focus-articles-section .single-article-new .section-page .mid-section .subfeatured-articles .focus-article .article-info p,
.section-page .single-article-new .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-info p,
.focus-articles-section .section-page .single-article-new .mid-section .subfeatured-articles .focus-article .article-info p,
.single-article-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-info p,
.focus-articles-section .single-article-new .focus-page .lower-section .subfeatured-articles .focus-article .article-info p,
.focus-page .single-article-new .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-info p,
.focus-articles-section .focus-page .single-article-new .lower-section .subfeatured-articles .focus-article .article-info p,
.single-article-new .main-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info p,
.focus-articles-half-section .single-article-new .main-section .subfeatured-articles .focus-article .article-info p,
.single-article-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info p,
.focus-articles-half-section .single-article-new .section-page .mid-section .subfeatured-articles .focus-article .article-info p,
.section-page .single-article-new .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info p,
.focus-articles-half-section .section-page .single-article-new .mid-section .subfeatured-articles .focus-article .article-info p,
.single-article-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info p,
.focus-articles-half-section .single-article-new .focus-page .lower-section .subfeatured-articles .focus-article .article-info p,
.focus-page .single-article-new .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info p,
.focus-articles-half-section .focus-page .single-article-new .lower-section .subfeatured-articles .focus-article .article-info p {
	font-size: 13px;
	line-height: 18px;
}

.single-article-new .main-section .subfeatured-articles .article .like-share-save,
.single-article-new .section-page .mid-section .subfeatured-articles .article .like-share-save,
.section-page .single-article-new .mid-section .subfeatured-articles .article .like-share-save,
.single-article-new .focus-page .lower-section .subfeatured-articles .article .like-share-save,
.focus-page .single-article-new .lower-section .subfeatured-articles .article .like-share-save,
.single-article-new .main-section .subfeatured-articles .featured-item .like-share-save,
.single-article-new .section-page .mid-section .subfeatured-articles .featured-item .like-share-save,
.section-page .single-article-new .mid-section .subfeatured-articles .featured-item .like-share-save,
.single-article-new .focus-page .lower-section .subfeatured-articles .featured-item .like-share-save,
.focus-page .single-article-new .lower-section .subfeatured-articles .featured-item .like-share-save,
.single-article-new .main-section .subfeatured-articles .focus-articles-section .focus-article .like-share-save,
.focus-articles-section .single-article-new .main-section .subfeatured-articles .focus-article .like-share-save,
.single-article-new .section-page .mid-section .subfeatured-articles .focus-articles-section .focus-article .like-share-save,
.focus-articles-section .single-article-new .section-page .mid-section .subfeatured-articles .focus-article .like-share-save,
.section-page .single-article-new .mid-section .subfeatured-articles .focus-articles-section .focus-article .like-share-save,
.focus-articles-section .section-page .single-article-new .mid-section .subfeatured-articles .focus-article .like-share-save,
.single-article-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .focus-article .like-share-save,
.focus-articles-section .single-article-new .focus-page .lower-section .subfeatured-articles .focus-article .like-share-save,
.focus-page .single-article-new .lower-section .subfeatured-articles .focus-articles-section .focus-article .like-share-save,
.focus-articles-section .focus-page .single-article-new .lower-section .subfeatured-articles .focus-article .like-share-save,
.single-article-new .main-section .subfeatured-articles .focus-articles-half-section .focus-article .like-share-save,
.focus-articles-half-section .single-article-new .main-section .subfeatured-articles .focus-article .like-share-save,
.single-article-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .like-share-save,
.focus-articles-half-section .single-article-new .section-page .mid-section .subfeatured-articles .focus-article .like-share-save,
.section-page .single-article-new .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .like-share-save,
.focus-articles-half-section .section-page .single-article-new .mid-section .subfeatured-articles .focus-article .like-share-save,
.single-article-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .like-share-save,
.focus-articles-half-section .single-article-new .focus-page .lower-section .subfeatured-articles .focus-article .like-share-save,
.focus-page .single-article-new .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .like-share-save,
.focus-articles-half-section .focus-page .single-article-new .lower-section .subfeatured-articles .focus-article .like-share-save,
.single-article-new .main-section .subfeatured-articles .article .like-share-save-in-article,
.single-article-new .section-page .mid-section .subfeatured-articles .article .like-share-save-in-article,
.section-page .single-article-new .mid-section .subfeatured-articles .article .like-share-save-in-article,
.single-article-new .focus-page .lower-section .subfeatured-articles .article .like-share-save-in-article,
.focus-page .single-article-new .lower-section .subfeatured-articles .article .like-share-save-in-article,
.single-article-new .main-section .subfeatured-articles .featured-item .like-share-save-in-article,
.single-article-new .section-page .mid-section .subfeatured-articles .featured-item .like-share-save-in-article,
.section-page .single-article-new .mid-section .subfeatured-articles .featured-item .like-share-save-in-article,
.single-article-new .focus-page .lower-section .subfeatured-articles .featured-item .like-share-save-in-article,
.focus-page .single-article-new .lower-section .subfeatured-articles .featured-item .like-share-save-in-article,
.single-article-new .main-section .subfeatured-articles .focus-articles-section .focus-article .like-share-save-in-article,
.focus-articles-section .single-article-new .main-section .subfeatured-articles .focus-article .like-share-save-in-article,
.single-article-new .section-page .mid-section .subfeatured-articles .focus-articles-section .focus-article .like-share-save-in-article,
.focus-articles-section .single-article-new .section-page .mid-section .subfeatured-articles .focus-article .like-share-save-in-article,
.section-page .single-article-new .mid-section .subfeatured-articles .focus-articles-section .focus-article .like-share-save-in-article,
.focus-articles-section .section-page .single-article-new .mid-section .subfeatured-articles .focus-article .like-share-save-in-article,
.single-article-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .focus-article .like-share-save-in-article,
.focus-articles-section .single-article-new .focus-page .lower-section .subfeatured-articles .focus-article .like-share-save-in-article,
.focus-page .single-article-new .lower-section .subfeatured-articles .focus-articles-section .focus-article .like-share-save-in-article,
.focus-articles-section .focus-page .single-article-new .lower-section .subfeatured-articles .focus-article .like-share-save-in-article,
.single-article-new .main-section .subfeatured-articles .focus-articles-half-section .focus-article .like-share-save-in-article,
.focus-articles-half-section .single-article-new .main-section .subfeatured-articles .focus-article .like-share-save-in-article,
.single-article-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .like-share-save-in-article,
.focus-articles-half-section .single-article-new .section-page .mid-section .subfeatured-articles .focus-article .like-share-save-in-article,
.section-page .single-article-new .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .like-share-save-in-article,
.focus-articles-half-section .section-page .single-article-new .mid-section .subfeatured-articles .focus-article .like-share-save-in-article,
.single-article-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .like-share-save-in-article,
.focus-articles-half-section .single-article-new .focus-page .lower-section .subfeatured-articles .focus-article .like-share-save-in-article,
.focus-page .single-article-new .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .like-share-save-in-article,
.focus-articles-half-section .focus-page .single-article-new .lower-section .subfeatured-articles .focus-article .like-share-save-in-article {
	display: none;
}

.single-article-new .main-section .btnc--pill,
.single-article-new .section-page .mid-section .btnc--pill,
.section-page .single-article-new .mid-section .btnc--pill,
.single-article-new .focus-page .lower-section .btnc--pill,
.focus-page .single-article-new .lower-section .btnc--pill,
.single-article-new .main-section .mepr-price-menu .mepr-price-box-button a,
.mepr-price-menu .mepr-price-box-button .single-article-new .main-section a,
.single-article-new .section-page .mid-section .mepr-price-menu .mepr-price-box-button a,
.mepr-price-menu .mepr-price-box-button .single-article-new .section-page .mid-section a,
.section-page .single-article-new .mid-section .mepr-price-menu .mepr-price-box-button a,
.mepr-price-menu .mepr-price-box-button .section-page .single-article-new .mid-section a,
.single-article-new .focus-page .lower-section .mepr-price-menu .mepr-price-box-button a,
.mepr-price-menu .mepr-price-box-button .single-article-new .focus-page .lower-section a,
.focus-page .single-article-new .lower-section .mepr-price-menu .mepr-price-box-button a,
.mepr-price-menu .mepr-price-box-button .focus-page .single-article-new .lower-section a {
	border: 1px solid #000;
}

.mepr-unauthorized-message {
	background-color: #ffefe7;
	background-image: url(img/bg-article-subscription.png);
	color: #000;
	background-repeat: no-repeat;
	background-position: 100%;
	background-size: 39%;
	padding: 25px 39% 25px 25px;
	text-align: left;
	max-width: 1600px;
	margin: 50px auto;
	min-height: 402px;
	font-size: 2.3rem;
	line-height: 2.9rem;
	font-weight: 500;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.mepr-unauthorized-message .h3 {
	font-size: 3.5rem;
	line-height: 1.14;
	font-family: dm serif text, serif;
}

.mepr-unauthorized-message .h3 u {
	font-family: dm serif text, serif;
}

@media (min-width: 1280px) {

	.mepr-unauthorized-message .h3 {
		font-size: 5rem;
		margin: 0 0 35px;
	}

	.single-facts .mepr-unauthorized-message .h3 {
		font-size: 3.5rem;
	}
}

.mepr-unauthorized-message .txt {
	font-size: 1.8rem;
	line-height: 1.26;
	font-weight: 500;
}

@media (min-width: 1280px) {

	.mepr-unauthorized-message .txt {
		font-size: 2.3rem;
	}

	.single-facts .mepr-unauthorized-message .txt {
		font-size: 2rem;
	}
}

.mepr-unauthorized-message .sm {
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.32;
	margin-top: 18px;
}

@media (min-width: 1280px) {

	.mepr-unauthorized-message .sm {
		font-size: 1.9rem;
		margin-top: 28px;
	}
}

.mepr-unauthorized-message .sm a {
	font-size: 1.4rem;
	line-height: 25px;
	font-weight: 500 !important;
}

@media (min-width: 1280px) {

	.mepr-unauthorized-message .sm a {
		font-size: 1.9rem !important;
	}
}

.mepr-unauthorized-message .btn,
.mepr-unauthorized-message .btn-signup {
	background: #ffcc9a;
	color: #000 !important;
	padding: 0;
	font-size: 2rem !important;
	line-height: 1;
	font-weight: 700;
	width: 210px;
	height: 57px;
	border-radius: 27px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none !important;
	transition: all 0.5s ease;
	margin-top: 27px;
}

@media (min-width: 1280px) {

	.mepr-unauthorized-message .btn,
	.mepr-unauthorized-message .btn-signup {
		margin-top: 47px;
		font-size: 2.7rem !important;
	}
}

.mepr-unauthorized-message .btn:hover,
.mepr-unauthorized-message .btn-signup:hover {
	background: #000;
	color: #fff !important;
}

@media (max-width: 767px) {

	.mepr-unauthorized-message {
		background-image: none;
		padding-right: 5%;
	}
}

.main-section .mepr-unauthorized-message .inner,
.section-page .mid-section .mepr-unauthorized-message .inner,
.focus-page .lower-section .mepr-unauthorized-message .inner {
	transform: scale(0.78);
	margin-left: -8%;
}

.archive-posts-new .article,
.archive-posts-new .featured-item,
.archive-posts-new .focus-articles-section .focus-article,
.focus-articles-section .archive-posts-new .focus-article,
.archive-posts-new .focus-articles-half-section .focus-article,
.focus-articles-half-section .archive-posts-new .focus-article {
	margin-bottom: 38px;
}

.archive-posts-new .article .article-img,
.archive-posts-new .featured-item .article-img,
.archive-posts-new .focus-articles-section .focus-article .article-img,
.focus-articles-section .archive-posts-new .focus-article .article-img,
.archive-posts-new .focus-articles-half-section .focus-article .article-img,
.focus-articles-half-section .archive-posts-new .focus-article .article-img,
.archive-posts-new .article p,
.archive-posts-new .featured-item p,
.archive-posts-new .focus-articles-section .focus-article p,
.focus-articles-section .archive-posts-new .focus-article p,
.archive-posts-new .focus-articles-half-section .focus-article p,
.focus-articles-half-section .archive-posts-new .focus-article p {
	margin-bottom: 0;
}

.archive-posts-new .article .article-info,
.archive-posts-new .featured-item .article-info,
.archive-posts-new .focus-articles-section .focus-article .article-info,
.focus-articles-section .archive-posts-new .focus-article .article-info,
.archive-posts-new .focus-articles-half-section .focus-article .article-info,
.focus-articles-half-section .archive-posts-new .focus-article .article-info {
	padding: 0;
}

.archive-posts-new .article .article-info .article-info__header,
.archive-posts-new .featured-item .article-info .article-info__header,
.archive-posts-new .focus-articles-section .focus-article .article-info .article-info__header,
.focus-articles-section .archive-posts-new .focus-article .article-info .article-info__header,
.archive-posts-new .focus-articles-half-section .focus-article .article-info .article-info__header,
.focus-articles-half-section .archive-posts-new .focus-article .article-info .article-info__header {
	margin-bottom: 0;
}

.archive-posts-new .article .article-info h4,
.archive-posts-new .featured-item .article-info h4,
.archive-posts-new .focus-articles-section .focus-article .article-info h4,
.focus-articles-section .archive-posts-new .focus-article .article-info h4,
.archive-posts-new .focus-articles-half-section .focus-article .article-info h4,
.focus-articles-half-section .archive-posts-new .focus-article .article-info h4 {
	margin: 16px 0 19px;
	font-size: 22px !important;
	line-height: 28px;
}

.archive-posts-new .article .article-info p,
.archive-posts-new .featured-item .article-info p,
.archive-posts-new .focus-articles-section .focus-article .article-info p,
.focus-articles-section .archive-posts-new .focus-article .article-info p,
.archive-posts-new .focus-articles-half-section .focus-article .article-info p,
.focus-articles-half-section .archive-posts-new .focus-article .article-info p {
	font-size: 13px;
	line-height: 18px;
}

.archive-posts-new .article .like-share-save,
.archive-posts-new .featured-item .like-share-save,
.archive-posts-new .focus-articles-section .focus-article .like-share-save,
.focus-articles-section .archive-posts-new .focus-article .like-share-save,
.archive-posts-new .focus-articles-half-section .focus-article .like-share-save,
.focus-articles-half-section .archive-posts-new .focus-article .like-share-save,
.archive-posts-new .article .like-share-save-in-article,
.archive-posts-new .featured-item .like-share-save-in-article,
.archive-posts-new .focus-articles-section .focus-article .like-share-save-in-article,
.focus-articles-section .archive-posts-new .focus-article .like-share-save-in-article,
.archive-posts-new .focus-articles-half-section .focus-article .like-share-save-in-article,
.focus-articles-half-section .archive-posts-new .focus-article .like-share-save-in-article {
	display: none;
}

.archive-posts-new .clear {
	margin: 0;
}

.single-interviews-new .main-left {
	display: none;
}

.single-interviews-new .main-section,
.single-interviews-new .section-page .mid-section,
.section-page .single-interviews-new .mid-section,
.single-interviews-new .focus-page .lower-section,
.focus-page .single-interviews-new .lower-section {
	flex-basis: 78%;
}

.single-interviews-new .main-section .article-header,
.single-interviews-new .section-page .mid-section .article-header,
.section-page .single-interviews-new .mid-section .article-header,
.single-interviews-new .focus-page .lower-section .article-header,
.focus-page .single-interviews-new .lower-section .article-header {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.single-interviews-new .main-section .article-header .article-title,
.single-interviews-new .section-page .mid-section .article-header .article-title,
.section-page .single-interviews-new .mid-section .article-header .article-title,
.single-interviews-new .focus-page .lower-section .article-header .article-title,
.focus-page .single-interviews-new .lower-section .article-header .article-title {
	flex-basis: 100%;
	margin: 0;
}

.single-interviews-new .main-section .article-header .article-title h1,
.single-interviews-new .section-page .mid-section .article-header .article-title h1,
.section-page .single-interviews-new .mid-section .article-header .article-title h1,
.single-interviews-new .focus-page .lower-section .article-header .article-title h1,
.focus-page .single-interviews-new .lower-section .article-header .article-title h1 {
	font-size: 37px !important;
	line-height: 45px;
	margin: 20px 0 38px;
}

.single-interviews-new .main-section .article-meta,
.single-interviews-new .section-page .mid-section .article-meta,
.section-page .single-interviews-new .mid-section .article-meta,
.single-interviews-new .focus-page .lower-section .article-meta,
.focus-page .single-interviews-new .lower-section .article-meta {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	padding-bottom: 16px;
	border-bottom: 1px solid #000;
	margin-bottom: 38px;
	font-size: 16px;
	flex-basis: 100%;
}

@media (min-width: 1080px) {

	.single-interviews-new .main-section .article-meta,
	.single-interviews-new .section-page .mid-section .article-meta,
	.section-page .single-interviews-new .mid-section .article-meta,
	.single-interviews-new .focus-page .lower-section .article-meta,
	.focus-page .single-interviews-new .lower-section .article-meta {
		flex-basis: calc(100% - 220px);
	}
}

.single-interviews-new .main-section .article-credits-wrap,
.single-interviews-new .section-page .mid-section .article-credits-wrap,
.section-page .single-interviews-new .mid-section .article-credits-wrap,
.single-interviews-new .focus-page .lower-section .article-credits-wrap,
.focus-page .single-interviews-new .lower-section .article-credits-wrap {
	display: flex;
	flex-direction: column;
	flex-basis: calc(100% - 260px);
	color: gray;
	font-weight: 500;
}

.single-interviews-new .main-section .like-share-save,
.single-interviews-new .section-page .mid-section .like-share-save,
.section-page .single-interviews-new .mid-section .like-share-save,
.single-interviews-new .focus-page .lower-section .like-share-save,
.focus-page .single-interviews-new .lower-section .like-share-save,
.single-interviews-new .main-section .like-share-save-in-article,
.single-interviews-new .section-page .mid-section .like-share-save-in-article,
.section-page .single-interviews-new .mid-section .like-share-save-in-article,
.single-interviews-new .focus-page .lower-section .like-share-save-in-article,
.focus-page .single-interviews-new .lower-section .like-share-save-in-article {
	flex-basis: 260px;
	text-align: right;
	display: flex;
}

.single-interviews-new .main-section .like-share-save button,
.single-interviews-new .section-page .mid-section .like-share-save button,
.section-page .single-interviews-new .mid-section .like-share-save button,
.single-interviews-new .focus-page .lower-section .like-share-save button,
.focus-page .single-interviews-new .lower-section .like-share-save button,
.single-interviews-new .main-section .like-share-save-in-article button,
.single-interviews-new .section-page .mid-section .like-share-save-in-article button,
.section-page .single-interviews-new .mid-section .like-share-save-in-article button,
.single-interviews-new .focus-page .lower-section .like-share-save-in-article button,
.focus-page .single-interviews-new .lower-section .like-share-save-in-article button {
	display: flex;
	justify-content: center;
	align-items: center;
	color: gray;
	font-weight: 500;
}

.single-interviews-new .main-section .like-share-save button.share,
.single-interviews-new .section-page .mid-section .like-share-save button.share,
.section-page .single-interviews-new .mid-section .like-share-save button.share,
.single-interviews-new .focus-page .lower-section .like-share-save button.share,
.focus-page .single-interviews-new .lower-section .like-share-save button.share,
.single-interviews-new .main-section .like-share-save-in-article button.share,
.single-interviews-new .section-page .mid-section .like-share-save-in-article button.share,
.section-page .single-interviews-new .mid-section .like-share-save-in-article button.share,
.single-interviews-new .focus-page .lower-section .like-share-save-in-article button.share,
.focus-page .single-interviews-new .lower-section .like-share-save-in-article button.share {
	order: 3;
}

.single-interviews-new .main-section .like-share-save button.share i,
.single-interviews-new .section-page .mid-section .like-share-save button.share i,
.section-page .single-interviews-new .mid-section .like-share-save button.share i,
.single-interviews-new .focus-page .lower-section .like-share-save button.share i,
.focus-page .single-interviews-new .lower-section .like-share-save button.share i,
.single-interviews-new .main-section .like-share-save-in-article button.share i,
.single-interviews-new .section-page .mid-section .like-share-save-in-article button.share i,
.section-page .single-interviews-new .mid-section .like-share-save-in-article button.share i,
.single-interviews-new .focus-page .lower-section .like-share-save-in-article button.share i,
.focus-page .single-interviews-new .lower-section .like-share-save-in-article button.share i {
	display: none;
}

.single-interviews-new .main-section .like-share-save .share-buttons,
.single-interviews-new .section-page .mid-section .like-share-save .share-buttons,
.section-page .single-interviews-new .mid-section .like-share-save .share-buttons,
.single-interviews-new .focus-page .lower-section .like-share-save .share-buttons,
.focus-page .single-interviews-new .lower-section .like-share-save .share-buttons,
.single-interviews-new .main-section .like-share-save-in-article .share-buttons,
.single-interviews-new .section-page .mid-section .like-share-save-in-article .share-buttons,
.section-page .single-interviews-new .mid-section .like-share-save-in-article .share-buttons,
.single-interviews-new .focus-page .lower-section .like-share-save-in-article .share-buttons,
.focus-page .single-interviews-new .lower-section .like-share-save-in-article .share-buttons {
	display: flex;
	align-items: center;
	padding-right: 0;
}

.single-interviews-new .main-section .like-share-save .share-buttons img,
.single-interviews-new .section-page .mid-section .like-share-save .share-buttons img,
.section-page .single-interviews-new .mid-section .like-share-save .share-buttons img,
.single-interviews-new .focus-page .lower-section .like-share-save .share-buttons img,
.focus-page .single-interviews-new .lower-section .like-share-save .share-buttons img,
.single-interviews-new .main-section .like-share-save-in-article .share-buttons img,
.single-interviews-new .section-page .mid-section .like-share-save-in-article .share-buttons img,
.section-page .single-interviews-new .mid-section .like-share-save-in-article .share-buttons img,
.single-interviews-new .focus-page .lower-section .like-share-save-in-article .share-buttons img,
.focus-page .single-interviews-new .lower-section .like-share-save-in-article .share-buttons img {
	max-width: 22px;
	margin: 0 2px;
}

.single-interviews-new .main-section .article-credits,
.single-interviews-new .section-page .mid-section .article-credits,
.section-page .single-interviews-new .mid-section .article-credits,
.single-interviews-new .focus-page .lower-section .article-credits,
.focus-page .single-interviews-new .lower-section .article-credits {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border: none;
	margin-bottom: 0;
	margin-top: 5px;
	padding-bottom: 0;
}

.single-interviews-new .main-section .article-credits p,
.single-interviews-new .section-page .mid-section .article-credits p,
.section-page .single-interviews-new .mid-section .article-credits p,
.single-interviews-new .focus-page .lower-section .article-credits p,
.focus-page .single-interviews-new .lower-section .article-credits p,
.single-interviews-new .main-section .article-credits .killhype,
.single-interviews-new .section-page .mid-section .article-credits .killhype,
.section-page .single-interviews-new .mid-section .article-credits .killhype,
.single-interviews-new .focus-page .lower-section .article-credits .killhype,
.focus-page .single-interviews-new .lower-section .article-credits .killhype,
.single-interviews-new .main-section .article-credits .article .article-info a,
.article .article-info .single-interviews-new .main-section .article-credits a,
.single-interviews-new .section-page .mid-section .article-credits .article .article-info a,
.article .article-info .single-interviews-new .section-page .mid-section .article-credits a,
.section-page .single-interviews-new .mid-section .article-credits .article .article-info a,
.article .article-info .section-page .single-interviews-new .mid-section .article-credits a,
.single-interviews-new .focus-page .lower-section .article-credits .article .article-info a,
.article .article-info .single-interviews-new .focus-page .lower-section .article-credits a,
.focus-page .single-interviews-new .lower-section .article-credits .article .article-info a,
.article .article-info .focus-page .single-interviews-new .lower-section .article-credits a,
.single-interviews-new .main-section .article-credits .featured-item .article-info a,
.featured-item .article-info .single-interviews-new .main-section .article-credits a,
.single-interviews-new .section-page .mid-section .article-credits .featured-item .article-info a,
.featured-item .article-info .single-interviews-new .section-page .mid-section .article-credits a,
.section-page .single-interviews-new .mid-section .article-credits .featured-item .article-info a,
.featured-item .article-info .section-page .single-interviews-new .mid-section .article-credits a,
.single-interviews-new .focus-page .lower-section .article-credits .featured-item .article-info a,
.featured-item .article-info .single-interviews-new .focus-page .lower-section .article-credits a,
.focus-page .single-interviews-new .lower-section .article-credits .featured-item .article-info a,
.featured-item .article-info .focus-page .single-interviews-new .lower-section .article-credits a,
.single-interviews-new .main-section .article-credits .focus-articles-section .focus-article .article-info a,
.focus-articles-section .focus-article .article-info .single-interviews-new .main-section .article-credits a,
.single-interviews-new .section-page .mid-section .article-credits .focus-articles-section .focus-article .article-info a,
.focus-articles-section .focus-article .article-info .single-interviews-new .section-page .mid-section .article-credits a,
.section-page .single-interviews-new .mid-section .article-credits .focus-articles-section .focus-article .article-info a,
.focus-articles-section .focus-article .article-info .section-page .single-interviews-new .mid-section .article-credits a,
.single-interviews-new .focus-page .lower-section .article-credits .focus-articles-section .focus-article .article-info a,
.focus-articles-section .focus-article .article-info .single-interviews-new .focus-page .lower-section .article-credits a,
.focus-page .single-interviews-new .lower-section .article-credits .focus-articles-section .focus-article .article-info a,
.focus-articles-section .focus-article .article-info .focus-page .single-interviews-new .lower-section .article-credits a,
.single-interviews-new .main-section .article-credits .focus-articles-half-section .focus-article .article-info a,
.focus-articles-half-section .focus-article .article-info .single-interviews-new .main-section .article-credits a,
.single-interviews-new .section-page .mid-section .article-credits .focus-articles-half-section .focus-article .article-info a,
.focus-articles-half-section .focus-article .article-info .single-interviews-new .section-page .mid-section .article-credits a,
.section-page .single-interviews-new .mid-section .article-credits .focus-articles-half-section .focus-article .article-info a,
.focus-articles-half-section .focus-article .article-info .section-page .single-interviews-new .mid-section .article-credits a,
.single-interviews-new .focus-page .lower-section .article-credits .focus-articles-half-section .focus-article .article-info a,
.focus-articles-half-section .focus-article .article-info .single-interviews-new .focus-page .lower-section .article-credits a,
.focus-page .single-interviews-new .lower-section .article-credits .focus-articles-half-section .focus-article .article-info a,
.focus-articles-half-section .focus-article .article-info .focus-page .single-interviews-new .lower-section .article-credits a,
.single-interviews-new .main-section .article-credits .profile-section .profile-contents .profile-stats .edit-btn a,
.profile-section .profile-contents .profile-stats .edit-btn .single-interviews-new .main-section .article-credits a,
.single-interviews-new .section-page .mid-section .article-credits .profile-section .profile-contents .profile-stats .edit-btn a,
.profile-section .profile-contents .profile-stats .edit-btn .single-interviews-new .section-page .mid-section .article-credits a,
.section-page .single-interviews-new .mid-section .article-credits .profile-section .profile-contents .profile-stats .edit-btn a,
.profile-section .profile-contents .profile-stats .edit-btn .section-page .single-interviews-new .mid-section .article-credits a,
.single-interviews-new .focus-page .lower-section .article-credits .profile-section .profile-contents .profile-stats .edit-btn a,
.profile-section .profile-contents .profile-stats .edit-btn .single-interviews-new .focus-page .lower-section .article-credits a,
.focus-page .single-interviews-new .lower-section .article-credits .profile-section .profile-contents .profile-stats .edit-btn a,
.profile-section .profile-contents .profile-stats .edit-btn .focus-page .single-interviews-new .lower-section .article-credits a,
.single-interviews-new .main-section .article-credits .not-found-page .not-found-links a,
.not-found-page .not-found-links .single-interviews-new .main-section .article-credits a,
.single-interviews-new .section-page .mid-section .article-credits .not-found-page .not-found-links a,
.not-found-page .not-found-links .single-interviews-new .section-page .mid-section .article-credits a,
.section-page .single-interviews-new .mid-section .article-credits .not-found-page .not-found-links a,
.not-found-page .not-found-links .section-page .single-interviews-new .mid-section .article-credits a,
.single-interviews-new .focus-page .lower-section .article-credits .not-found-page .not-found-links a,
.not-found-page .not-found-links .single-interviews-new .focus-page .lower-section .article-credits a,
.focus-page .single-interviews-new .lower-section .article-credits .not-found-page .not-found-links a,
.not-found-page .not-found-links .focus-page .single-interviews-new .lower-section .article-credits a,
.single-interviews-new .main-section .article-credits .mybtn,
.single-interviews-new .section-page .mid-section .article-credits .mybtn,
.section-page .single-interviews-new .mid-section .article-credits .mybtn,
.single-interviews-new .focus-page .lower-section .article-credits .mybtn,
.focus-page .single-interviews-new .lower-section .article-credits .mybtn,
.single-interviews-new .main-section .article-credits #login-section .login-form .submit-btn,
#login-section .login-form .single-interviews-new .main-section .article-credits .submit-btn,
.single-interviews-new .section-page .mid-section .article-credits #login-section .login-form .submit-btn,
#login-section .login-form .single-interviews-new .section-page .mid-section .article-credits .submit-btn,
.section-page .single-interviews-new .mid-section .article-credits #login-section .login-form .submit-btn,
#login-section .login-form .section-page .single-interviews-new .mid-section .article-credits .submit-btn,
.single-interviews-new .focus-page .lower-section .article-credits #login-section .login-form .submit-btn,
#login-section .login-form .single-interviews-new .focus-page .lower-section .article-credits .submit-btn,
.focus-page .single-interviews-new .lower-section .article-credits #login-section .login-form .submit-btn,
#login-section .login-form .focus-page .single-interviews-new .lower-section .article-credits .submit-btn,
.single-interviews-new .main-section .article-credits #register-section .login-form .submit-btn,
#register-section .login-form .single-interviews-new .main-section .article-credits .submit-btn,
.single-interviews-new .section-page .mid-section .article-credits #register-section .login-form .submit-btn,
#register-section .login-form .single-interviews-new .section-page .mid-section .article-credits .submit-btn,
.section-page .single-interviews-new .mid-section .article-credits #register-section .login-form .submit-btn,
#register-section .login-form .section-page .single-interviews-new .mid-section .article-credits .submit-btn,
.single-interviews-new .focus-page .lower-section .article-credits #register-section .login-form .submit-btn,
#register-section .login-form .single-interviews-new .focus-page .lower-section .article-credits .submit-btn,
.focus-page .single-interviews-new .lower-section .article-credits #register-section .login-form .submit-btn,
#register-section .login-form .focus-page .single-interviews-new .lower-section .article-credits .submit-btn {
	margin: 0;
	font-size: 16px;
}

.single-interviews-new .main-section .article-credit,
.single-interviews-new .section-page .mid-section .article-credit,
.section-page .single-interviews-new .mid-section .article-credit,
.single-interviews-new .focus-page .lower-section .article-credit,
.focus-page .single-interviews-new .lower-section .article-credit {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 10px 0 5px;
}

.single-interviews-new .main-section .article-credit.partner,
.single-interviews-new .section-page .mid-section .article-credit.partner,
.section-page .single-interviews-new .mid-section .article-credit.partner,
.single-interviews-new .focus-page .lower-section .article-credit.partner,
.focus-page .single-interviews-new .lower-section .article-credit.partner,
.single-interviews-new .main-section .article-credit.writer,
.single-interviews-new .section-page .mid-section .article-credit.writer,
.section-page .single-interviews-new .mid-section .article-credit.writer,
.single-interviews-new .focus-page .lower-section .article-credit.writer,
.focus-page .single-interviews-new .lower-section .article-credit.writer {
	margin-left: 0;
}

.single-interviews-new .main-section .article-credit .writer-blurb,
.single-interviews-new .section-page .mid-section .article-credit .writer-blurb,
.section-page .single-interviews-new .mid-section .article-credit .writer-blurb,
.single-interviews-new .focus-page .lower-section .article-credit .writer-blurb,
.focus-page .single-interviews-new .lower-section .article-credit .writer-blurb {
	font-size: 16px;
}

.single-interviews-new .main-section .tags,
.single-interviews-new .section-page .mid-section .tags,
.section-page .single-interviews-new .mid-section .tags,
.single-interviews-new .focus-page .lower-section .tags,
.focus-page .single-interviews-new .lower-section .tags {
	display: flex;
	color: gray;
	font-weight: 500;
	font-size: 13px;
	margin-bottom: 0;
	border-bottom: 1px solid #000;
}

.single-interviews-new .main-section .tags .tag-list,
.single-interviews-new .section-page .mid-section .tags .tag-list,
.section-page .single-interviews-new .mid-section .tags .tag-list,
.single-interviews-new .focus-page .lower-section .tags .tag-list,
.focus-page .single-interviews-new .lower-section .tags .tag-list {
	text-align: left;
	flex-basis: auto;
	margin-left: 10px;
	font-style: normal;
}

.single-interviews-new .leading .pf-content-new{}

@media (min-width: 1080px) {

	.single-interviews-new .leading .pf-content-new {
		margin-top: -95px;
		padding-top: 63px;
	}
}

.single-interviews-new .leading .pf-content-new p {
	font-size: 19px;
	line-height: 30px;
}

.single-interviews-new .leading .pf-content-new p em {
	font-size: 17px;
	line-height: 26px;
}

@media (min-width: 1080px) {

	.single-interviews-new .leading .pf-content-new p:first-child img {
		margin-top: -63px;
		max-width: 200px;
		height: auto;
	}
}

.single-interviews-new .leading .pf-content-new blockquote .fas {
	font-size: 2rem;
}

.single-interviews-new .leading .pf-content-new blockquote .fas.fa-quote-left {
	margin-right: 10px;
}

.single-interviews-new .leading .pf-content-new blockquote .fas.fa-quote-right {
	margin-left: 10px;
}

@media (min-width: 1080px) {

	.single-interviews-new .leading .pf-content-new.unauthorized img {
		margin-top: -63px;
		max-width: 200px;
		height: auto;
	}
}

.single-interviews-new .subfeatured-articles {
	margin-bottom: 19px;
}

.single-interviews-new .subfeatured-articles .section-header {
	color: #1a4fa5;
	font-size: 22px !important;
	font-weight: 500;
}

.single-interviews-new .subfeatured-articles .article,
.single-interviews-new .subfeatured-articles .featured-item,
.single-interviews-new .subfeatured-articles .focus-articles-section .focus-article,
.focus-articles-section .single-interviews-new .subfeatured-articles .focus-article,
.single-interviews-new .subfeatured-articles .focus-articles-half-section .focus-article,
.focus-articles-half-section .single-interviews-new .subfeatured-articles .focus-article {
	margin-bottom: 19px;
}

.single-interviews-new .subfeatured-articles .article .article-img,
.single-interviews-new .subfeatured-articles .featured-item .article-img,
.single-interviews-new .subfeatured-articles .focus-articles-section .focus-article .article-img,
.focus-articles-section .single-interviews-new .subfeatured-articles .focus-article .article-img,
.single-interviews-new .subfeatured-articles .focus-articles-half-section .focus-article .article-img,
.focus-articles-half-section .single-interviews-new .subfeatured-articles .focus-article .article-img,
.single-interviews-new .subfeatured-articles .article p,
.single-interviews-new .subfeatured-articles .featured-item p,
.single-interviews-new .subfeatured-articles .focus-articles-section .focus-article p,
.focus-articles-section .single-interviews-new .subfeatured-articles .focus-article p,
.single-interviews-new .subfeatured-articles .focus-articles-half-section .focus-article p,
.focus-articles-half-section .single-interviews-new .subfeatured-articles .focus-article p {
	margin-bottom: 0;
}

.single-interviews-new .subfeatured-articles .article .article-info,
.single-interviews-new .subfeatured-articles .featured-item .article-info,
.single-interviews-new .subfeatured-articles .focus-articles-section .focus-article .article-info,
.focus-articles-section .single-interviews-new .subfeatured-articles .focus-article .article-info,
.single-interviews-new .subfeatured-articles .focus-articles-half-section .focus-article .article-info,
.focus-articles-half-section .single-interviews-new .subfeatured-articles .focus-article .article-info {
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.single-interviews-new .subfeatured-articles .article .article-info .article-info__header,
.single-interviews-new .subfeatured-articles .featured-item .article-info .article-info__header,
.single-interviews-new .subfeatured-articles .focus-articles-section .focus-article .article-info .article-info__header,
.focus-articles-section .single-interviews-new .subfeatured-articles .focus-article .article-info .article-info__header,
.single-interviews-new .subfeatured-articles .focus-articles-half-section .focus-article .article-info .article-info__header,
.focus-articles-half-section .single-interviews-new .subfeatured-articles .focus-article .article-info .article-info__header {
	margin-bottom: 0;
}

.single-interviews-new .subfeatured-articles .article .article-info h4,
.single-interviews-new .subfeatured-articles .featured-item .article-info h4,
.single-interviews-new .subfeatured-articles .focus-articles-section .focus-article .article-info h4,
.focus-articles-section .single-interviews-new .subfeatured-articles .focus-article .article-info h4,
.single-interviews-new .subfeatured-articles .focus-articles-half-section .focus-article .article-info h4,
.focus-articles-half-section .single-interviews-new .subfeatured-articles .focus-article .article-info h4 {
	margin: 16px 0;
	font-size: 19px;
	line-height: 21px;
}

.single-interviews-new .subfeatured-articles .article .article-info p,
.single-interviews-new .subfeatured-articles .featured-item .article-info p,
.single-interviews-new .subfeatured-articles .focus-articles-section .focus-article .article-info p,
.focus-articles-section .single-interviews-new .subfeatured-articles .focus-article .article-info p,
.single-interviews-new .subfeatured-articles .focus-articles-half-section .focus-article .article-info p,
.focus-articles-half-section .single-interviews-new .subfeatured-articles .focus-article .article-info p {
	font-size: 13px;
	line-height: 18px;
}

.single-interviews-new .subfeatured-articles .article .like-share-save,
.single-interviews-new .subfeatured-articles .featured-item .like-share-save,
.single-interviews-new .subfeatured-articles .focus-articles-section .focus-article .like-share-save,
.focus-articles-section .single-interviews-new .subfeatured-articles .focus-article .like-share-save,
.single-interviews-new .subfeatured-articles .focus-articles-half-section .focus-article .like-share-save,
.focus-articles-half-section .single-interviews-new .subfeatured-articles .focus-article .like-share-save,
.single-interviews-new .subfeatured-articles .article .like-share-save-in-article,
.single-interviews-new .subfeatured-articles .featured-item .like-share-save-in-article,
.single-interviews-new .subfeatured-articles .focus-articles-section .focus-article .like-share-save-in-article,
.focus-articles-section .single-interviews-new .subfeatured-articles .focus-article .like-share-save-in-article,
.single-interviews-new .subfeatured-articles .focus-articles-half-section .focus-article .like-share-save-in-article,
.focus-articles-half-section .single-interviews-new .subfeatured-articles .focus-article .like-share-save-in-article {
	display: none;
}

.single-interviews-new .btnc--pill,
.single-interviews-new .mepr-price-menu .mepr-price-box-button a,
.mepr-price-menu .mepr-price-box-button .single-interviews-new a {
	border: 1px solid #000;
}

.section-page-new .like-share-save,
.section-page-new .like-share-save-in-article {
	display: none;
}

.section-page-new .all-topics {
	background: #ffc301;
	padding: 20px;
	margin: 38px 0;
}

.section-page-new .all-topics .topics-items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 20px -10px 0;
}

.section-page-new .all-topics .topics-items .topic-item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 5px 10px;
	border: 1px solid;
	margin: 5px 10px;
	border-radius: 25px;
	transition: all 0.5s ease;
}

.section-page-new .all-topics .topics-items .topic-item:hover {
	color: #ffc301;
	background: #000;
	padding: 5px 15px;
	margin: 5px;
}

.section-page-new .all-topics .topics-items .topic-item a {
	color: inherit;
	font-size: 16px;
	margin-right: 20px;
}

.section-page-new .all-topics .topics-items .topic-item a:hover {
	text-decoration: none;
}

.section-page-new .main-section,
.section-page-new .section-page .mid-section,
.section-page .section-page-new .mid-section,
.section-page-new .focus-page .lower-section,
.focus-page .section-page-new .lower-section {
	border: none;
	padding-bottom: 0;
	margin-bottom: 38px;
	padding-right: 20px;
}

.section-page-new .main-section .featured-items .section-title,
.section-page-new .section-page .mid-section .featured-items .section-title,
.section-page .section-page-new .mid-section .featured-items .section-title,
.section-page-new .focus-page .lower-section .featured-items .section-title,
.focus-page .section-page-new .lower-section .featured-items .section-title {
	text-transform: capitalize;
	font-size: 33px !important;
	font-family: dm serif text, serif !important;
	margin-bottom: 25px;
}

.section-page-new .main-section .featured-item,
.section-page-new .section-page .mid-section .featured-item,
.section-page .section-page-new .mid-section .featured-item,
.section-page-new .focus-page .lower-section .featured-item,
.focus-page .section-page-new .lower-section .featured-item {
	margin-bottom: 16px;
}

.section-page-new .main-section .featured-item .article-img,
.section-page-new .section-page .mid-section .featured-item .article-img,
.section-page .section-page-new .mid-section .featured-item .article-img,
.section-page-new .focus-page .lower-section .featured-item .article-img,
.focus-page .section-page-new .lower-section .featured-item .article-img {
	margin-bottom: 0;
}

.section-page-new .main-section .featured-item h1,
.section-page-new .section-page .mid-section .featured-item h1,
.section-page .section-page-new .mid-section .featured-item h1,
.section-page-new .focus-page .lower-section .featured-item h1,
.focus-page .section-page-new .lower-section .featured-item h1 {
	font-size: 30px !important;
	line-height: 35px;
	margin-bottom: 22px;
}

.section-page-new .main-section .featured-item p,
.section-page-new .section-page .mid-section .featured-item p,
.section-page .section-page-new .mid-section .featured-item p,
.section-page-new .focus-page .lower-section .featured-item p,
.focus-page .section-page-new .lower-section .featured-item p {
	font-size: 13px;
	line-height: 18px;
}

.section-page-new .main-section .featured-section h3,
.section-page-new .section-page .mid-section .featured-section h3,
.section-page .section-page-new .mid-section .featured-section h3,
.section-page-new .focus-page .lower-section .featured-section h3,
.focus-page .section-page-new .lower-section .featured-section h3 {
	color: #1a4fa5;
}

.section-page-new .main-section .subfeatured-articles,
.section-page-new .section-page .mid-section .subfeatured-articles,
.section-page .section-page-new .mid-section .subfeatured-articles,
.section-page-new .focus-page .lower-section .subfeatured-articles,
.focus-page .section-page-new .lower-section .subfeatured-articles {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 1px solid #000;
}

@media (min-width: 769px) {

	.section-page-new .main-section .subfeatured-articles,
	.section-page-new .section-page .mid-section .subfeatured-articles,
	.section-page .section-page-new .mid-section .subfeatured-articles,
	.section-page-new .focus-page .lower-section .subfeatured-articles,
	.focus-page .section-page-new .lower-section .subfeatured-articles {
		margin-right: 19px;
	}
}

.section-page-new .main-section .subfeatured-articles .clear,
.section-page-new .section-page .mid-section .subfeatured-articles .clear,
.section-page .section-page-new .mid-section .subfeatured-articles .clear,
.section-page-new .focus-page .lower-section .subfeatured-articles .clear,
.focus-page .section-page-new .lower-section .subfeatured-articles .clear {
	display: none;
}

.section-page-new .main-section .subfeatured-articles .article,
.section-page-new .section-page .mid-section .subfeatured-articles .article,
.section-page .section-page-new .mid-section .subfeatured-articles .article,
.section-page-new .focus-page .lower-section .subfeatured-articles .article,
.focus-page .section-page-new .lower-section .subfeatured-articles .article,
.section-page-new .main-section .subfeatured-articles .featured-item,
.section-page-new .section-page .mid-section .subfeatured-articles .featured-item,
.section-page .section-page-new .mid-section .subfeatured-articles .featured-item,
.section-page-new .focus-page .lower-section .subfeatured-articles .featured-item,
.focus-page .section-page-new .lower-section .subfeatured-articles .featured-item,
.section-page-new .main-section .subfeatured-articles .focus-articles-section .focus-article,
.focus-articles-section .section-page-new .main-section .subfeatured-articles .focus-article,
.section-page-new .section-page .mid-section .subfeatured-articles .focus-articles-section .focus-article,
.focus-articles-section .section-page-new .section-page .mid-section .subfeatured-articles .focus-article,
.section-page .section-page-new .mid-section .subfeatured-articles .focus-articles-section .focus-article,
.focus-articles-section .section-page .section-page-new .mid-section .subfeatured-articles .focus-article,
.section-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .focus-article,
.focus-articles-section .section-page-new .focus-page .lower-section .subfeatured-articles .focus-article,
.focus-page .section-page-new .lower-section .subfeatured-articles .focus-articles-section .focus-article,
.focus-articles-section .focus-page .section-page-new .lower-section .subfeatured-articles .focus-article,
.section-page-new .main-section .subfeatured-articles .focus-articles-half-section .focus-article,
.focus-articles-half-section .section-page-new .main-section .subfeatured-articles .focus-article,
.section-page-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .focus-article,
.focus-articles-half-section .section-page-new .section-page .mid-section .subfeatured-articles .focus-article,
.section-page .section-page-new .mid-section .subfeatured-articles .focus-articles-half-section .focus-article,
.focus-articles-half-section .section-page .section-page-new .mid-section .subfeatured-articles .focus-article,
.section-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .focus-article,
.focus-articles-half-section .section-page-new .focus-page .lower-section .subfeatured-articles .focus-article,
.focus-page .section-page-new .lower-section .subfeatured-articles .focus-articles-half-section .focus-article,
.focus-articles-half-section .focus-page .section-page-new .lower-section .subfeatured-articles .focus-article {
	flex-basis: 31%;
	margin: 19px 0;
	padding: 0;
	display: flex;
	align-items: stretch;
}

.section-page-new .main-section .subfeatured-articles .article.article--special .article__inner,
.section-page-new .section-page .mid-section .subfeatured-articles .article.article--special .article__inner,
.section-page .section-page-new .mid-section .subfeatured-articles .article.article--special .article__inner,
.section-page-new .focus-page .lower-section .subfeatured-articles .article.article--special .article__inner,
.focus-page .section-page-new .lower-section .subfeatured-articles .article.article--special .article__inner,
.section-page-new .main-section .subfeatured-articles .article--special.featured-item .article__inner,
.section-page-new .section-page .mid-section .subfeatured-articles .article--special.featured-item .article__inner,
.section-page .section-page-new .mid-section .subfeatured-articles .article--special.featured-item .article__inner,
.section-page-new .focus-page .lower-section .subfeatured-articles .article--special.featured-item .article__inner,
.focus-page .section-page-new .lower-section .subfeatured-articles .article--special.featured-item .article__inner,
.section-page-new .main-section .subfeatured-articles .focus-articles-section .article--special.focus-article .article__inner,
.focus-articles-section .section-page-new .main-section .subfeatured-articles .article--special.focus-article .article__inner,
.section-page-new .section-page .mid-section .subfeatured-articles .focus-articles-section .article--special.focus-article .article__inner,
.focus-articles-section .section-page-new .section-page .mid-section .subfeatured-articles .article--special.focus-article .article__inner,
.section-page .section-page-new .mid-section .subfeatured-articles .focus-articles-section .article--special.focus-article .article__inner,
.focus-articles-section .section-page .section-page-new .mid-section .subfeatured-articles .article--special.focus-article .article__inner,
.section-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .article--special.focus-article .article__inner,
.focus-articles-section .section-page-new .focus-page .lower-section .subfeatured-articles .article--special.focus-article .article__inner,
.focus-page .section-page-new .lower-section .subfeatured-articles .focus-articles-section .article--special.focus-article .article__inner,
.focus-articles-section .focus-page .section-page-new .lower-section .subfeatured-articles .article--special.focus-article .article__inner,
.section-page-new .main-section .subfeatured-articles .focus-articles-half-section .article--special.focus-article .article__inner,
.focus-articles-half-section .section-page-new .main-section .subfeatured-articles .article--special.focus-article .article__inner,
.section-page-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .article--special.focus-article .article__inner,
.focus-articles-half-section .section-page-new .section-page .mid-section .subfeatured-articles .article--special.focus-article .article__inner,
.section-page .section-page-new .mid-section .subfeatured-articles .focus-articles-half-section .article--special.focus-article .article__inner,
.focus-articles-half-section .section-page .section-page-new .mid-section .subfeatured-articles .article--special.focus-article .article__inner,
.section-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .article--special.focus-article .article__inner,
.focus-articles-half-section .section-page-new .focus-page .lower-section .subfeatured-articles .article--special.focus-article .article__inner,
.focus-page .section-page-new .lower-section .subfeatured-articles .focus-articles-half-section .article--special.focus-article .article__inner,
.focus-articles-half-section .focus-page .section-page-new .lower-section .subfeatured-articles .article--special.focus-article .article__inner {
	flex-basis: 100%;
}

@media (max-width: 768px) {

	.section-page-new .main-section .subfeatured-articles .article,
	.section-page-new .section-page .mid-section .subfeatured-articles .article,
	.section-page .section-page-new .mid-section .subfeatured-articles .article,
	.section-page-new .focus-page .lower-section .subfeatured-articles .article,
	.focus-page .section-page-new .lower-section .subfeatured-articles .article,
	.section-page-new .main-section .subfeatured-articles .featured-item,
	.section-page-new .section-page .mid-section .subfeatured-articles .featured-item,
	.section-page .section-page-new .mid-section .subfeatured-articles .featured-item,
	.section-page-new .focus-page .lower-section .subfeatured-articles .featured-item,
	.focus-page .section-page-new .lower-section .subfeatured-articles .featured-item,
	.section-page-new .main-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .section-page-new .main-section .subfeatured-articles .focus-article,
	.section-page-new .section-page .mid-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .section-page-new .section-page .mid-section .subfeatured-articles .focus-article,
	.section-page .section-page-new .mid-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .section-page .section-page-new .mid-section .subfeatured-articles .focus-article,
	.section-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .section-page-new .focus-page .lower-section .subfeatured-articles .focus-article,
	.focus-page .section-page-new .lower-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .focus-page .section-page-new .lower-section .subfeatured-articles .focus-article,
	.section-page-new .main-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .section-page-new .main-section .subfeatured-articles .focus-article,
	.section-page-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .section-page-new .section-page .mid-section .subfeatured-articles .focus-article,
	.section-page .section-page-new .mid-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .section-page .section-page-new .mid-section .subfeatured-articles .focus-article,
	.section-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .section-page-new .focus-page .lower-section .subfeatured-articles .focus-article,
	.focus-page .section-page-new .lower-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .focus-page .section-page-new .lower-section .subfeatured-articles .focus-article {
		flex-basis: 49%;
	}
}

@media (max-width: 500px) {

	.section-page-new .main-section .subfeatured-articles .article,
	.section-page-new .section-page .mid-section .subfeatured-articles .article,
	.section-page .section-page-new .mid-section .subfeatured-articles .article,
	.section-page-new .focus-page .lower-section .subfeatured-articles .article,
	.focus-page .section-page-new .lower-section .subfeatured-articles .article,
	.section-page-new .main-section .subfeatured-articles .featured-item,
	.section-page-new .section-page .mid-section .subfeatured-articles .featured-item,
	.section-page .section-page-new .mid-section .subfeatured-articles .featured-item,
	.section-page-new .focus-page .lower-section .subfeatured-articles .featured-item,
	.focus-page .section-page-new .lower-section .subfeatured-articles .featured-item,
	.section-page-new .main-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .section-page-new .main-section .subfeatured-articles .focus-article,
	.section-page-new .section-page .mid-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .section-page-new .section-page .mid-section .subfeatured-articles .focus-article,
	.section-page .section-page-new .mid-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .section-page .section-page-new .mid-section .subfeatured-articles .focus-article,
	.section-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .section-page-new .focus-page .lower-section .subfeatured-articles .focus-article,
	.focus-page .section-page-new .lower-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .focus-page .section-page-new .lower-section .subfeatured-articles .focus-article,
	.section-page-new .main-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .section-page-new .main-section .subfeatured-articles .focus-article,
	.section-page-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .section-page-new .section-page .mid-section .subfeatured-articles .focus-article,
	.section-page .section-page-new .mid-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .section-page .section-page-new .mid-section .subfeatured-articles .focus-article,
	.section-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .section-page-new .focus-page .lower-section .subfeatured-articles .focus-article,
	.focus-page .section-page-new .lower-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .focus-page .section-page-new .lower-section .subfeatured-articles .focus-article {
		flex-basis: 100%;
	}
}

.section-page-new .main-section .subfeatured-articles .article .article-img,
.section-page-new .section-page .mid-section .subfeatured-articles .article .article-img,
.section-page .section-page-new .mid-section .subfeatured-articles .article .article-img,
.section-page-new .focus-page .lower-section .subfeatured-articles .article .article-img,
.focus-page .section-page-new .lower-section .subfeatured-articles .article .article-img,
.section-page-new .main-section .subfeatured-articles .featured-item .article-img,
.section-page-new .section-page .mid-section .subfeatured-articles .featured-item .article-img,
.section-page .section-page-new .mid-section .subfeatured-articles .featured-item .article-img,
.section-page-new .focus-page .lower-section .subfeatured-articles .featured-item .article-img,
.focus-page .section-page-new .lower-section .subfeatured-articles .featured-item .article-img,
.section-page-new .main-section .subfeatured-articles .focus-articles-section .focus-article .article-img,
.focus-articles-section .section-page-new .main-section .subfeatured-articles .focus-article .article-img,
.section-page-new .section-page .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-img,
.focus-articles-section .section-page-new .section-page .mid-section .subfeatured-articles .focus-article .article-img,
.section-page .section-page-new .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-img,
.focus-articles-section .section-page .section-page-new .mid-section .subfeatured-articles .focus-article .article-img,
.section-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-img,
.focus-articles-section .section-page-new .focus-page .lower-section .subfeatured-articles .focus-article .article-img,
.focus-page .section-page-new .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-img,
.focus-articles-section .focus-page .section-page-new .lower-section .subfeatured-articles .focus-article .article-img,
.section-page-new .main-section .subfeatured-articles .focus-articles-half-section .focus-article .article-img,
.focus-articles-half-section .section-page-new .main-section .subfeatured-articles .focus-article .article-img,
.section-page-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-img,
.focus-articles-half-section .section-page-new .section-page .mid-section .subfeatured-articles .focus-article .article-img,
.section-page .section-page-new .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-img,
.focus-articles-half-section .section-page .section-page-new .mid-section .subfeatured-articles .focus-article .article-img,
.section-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-img,
.focus-articles-half-section .section-page-new .focus-page .lower-section .subfeatured-articles .focus-article .article-img,
.focus-page .section-page-new .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-img,
.focus-articles-half-section .focus-page .section-page-new .lower-section .subfeatured-articles .focus-article .article-img {
	margin: 0;
}

.section-page-new .main-section .subfeatured-articles .article .article-info,
.section-page-new .section-page .mid-section .subfeatured-articles .article .article-info,
.section-page .section-page-new .mid-section .subfeatured-articles .article .article-info,
.section-page-new .focus-page .lower-section .subfeatured-articles .article .article-info,
.focus-page .section-page-new .lower-section .subfeatured-articles .article .article-info,
.section-page-new .main-section .subfeatured-articles .featured-item .article-info,
.section-page-new .section-page .mid-section .subfeatured-articles .featured-item .article-info,
.section-page .section-page-new .mid-section .subfeatured-articles .featured-item .article-info,
.section-page-new .focus-page .lower-section .subfeatured-articles .featured-item .article-info,
.focus-page .section-page-new .lower-section .subfeatured-articles .featured-item .article-info,
.section-page-new .main-section .subfeatured-articles .focus-articles-section .focus-article .article-info,
.focus-articles-section .section-page-new .main-section .subfeatured-articles .focus-article .article-info,
.section-page-new .section-page .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-info,
.focus-articles-section .section-page-new .section-page .mid-section .subfeatured-articles .focus-article .article-info,
.section-page .section-page-new .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-info,
.focus-articles-section .section-page .section-page-new .mid-section .subfeatured-articles .focus-article .article-info,
.section-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-info,
.focus-articles-section .section-page-new .focus-page .lower-section .subfeatured-articles .focus-article .article-info,
.focus-page .section-page-new .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-info,
.focus-articles-section .focus-page .section-page-new .lower-section .subfeatured-articles .focus-article .article-info,
.section-page-new .main-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info,
.focus-articles-half-section .section-page-new .main-section .subfeatured-articles .focus-article .article-info,
.section-page-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info,
.focus-articles-half-section .section-page-new .section-page .mid-section .subfeatured-articles .focus-article .article-info,
.section-page .section-page-new .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info,
.focus-articles-half-section .section-page .section-page-new .mid-section .subfeatured-articles .focus-article .article-info,
.section-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info,
.focus-articles-half-section .section-page-new .focus-page .lower-section .subfeatured-articles .focus-article .article-info,
.focus-page .section-page-new .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info,
.focus-articles-half-section .focus-page .section-page-new .lower-section .subfeatured-articles .focus-article .article-info {
	padding: 0;
}

.section-page-new .main-section .subfeatured-articles .article .article-info h4,
.section-page-new .section-page .mid-section .subfeatured-articles .article .article-info h4,
.section-page .section-page-new .mid-section .subfeatured-articles .article .article-info h4,
.section-page-new .focus-page .lower-section .subfeatured-articles .article .article-info h4,
.focus-page .section-page-new .lower-section .subfeatured-articles .article .article-info h4,
.section-page-new .main-section .subfeatured-articles .featured-item .article-info h4,
.section-page-new .section-page .mid-section .subfeatured-articles .featured-item .article-info h4,
.section-page .section-page-new .mid-section .subfeatured-articles .featured-item .article-info h4,
.section-page-new .focus-page .lower-section .subfeatured-articles .featured-item .article-info h4,
.focus-page .section-page-new .lower-section .subfeatured-articles .featured-item .article-info h4,
.section-page-new .main-section .subfeatured-articles .focus-articles-section .focus-article .article-info h4,
.focus-articles-section .section-page-new .main-section .subfeatured-articles .focus-article .article-info h4,
.section-page-new .section-page .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-info h4,
.focus-articles-section .section-page-new .section-page .mid-section .subfeatured-articles .focus-article .article-info h4,
.section-page .section-page-new .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-info h4,
.focus-articles-section .section-page .section-page-new .mid-section .subfeatured-articles .focus-article .article-info h4,
.section-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-info h4,
.focus-articles-section .section-page-new .focus-page .lower-section .subfeatured-articles .focus-article .article-info h4,
.focus-page .section-page-new .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-info h4,
.focus-articles-section .focus-page .section-page-new .lower-section .subfeatured-articles .focus-article .article-info h4,
.section-page-new .main-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info h4,
.focus-articles-half-section .section-page-new .main-section .subfeatured-articles .focus-article .article-info h4,
.section-page-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info h4,
.focus-articles-half-section .section-page-new .section-page .mid-section .subfeatured-articles .focus-article .article-info h4,
.section-page .section-page-new .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info h4,
.focus-articles-half-section .section-page .section-page-new .mid-section .subfeatured-articles .focus-article .article-info h4,
.section-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info h4,
.focus-articles-half-section .section-page-new .focus-page .lower-section .subfeatured-articles .focus-article .article-info h4,
.focus-page .section-page-new .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info h4,
.focus-articles-half-section .focus-page .section-page-new .lower-section .subfeatured-articles .focus-article .article-info h4 {
	margin: 16px 0;
	font-size: 19px;
	line-height: 21px;
}

.section-page-new .main-section .subfeatured-articles .article .article-info .article-info__blurb,
.section-page-new .section-page .mid-section .subfeatured-articles .article .article-info .article-info__blurb,
.section-page .section-page-new .mid-section .subfeatured-articles .article .article-info .article-info__blurb,
.section-page-new .focus-page .lower-section .subfeatured-articles .article .article-info .article-info__blurb,
.focus-page .section-page-new .lower-section .subfeatured-articles .article .article-info .article-info__blurb,
.section-page-new .main-section .subfeatured-articles .featured-item .article-info .article-info__blurb,
.section-page-new .section-page .mid-section .subfeatured-articles .featured-item .article-info .article-info__blurb,
.section-page .section-page-new .mid-section .subfeatured-articles .featured-item .article-info .article-info__blurb,
.section-page-new .focus-page .lower-section .subfeatured-articles .featured-item .article-info .article-info__blurb,
.focus-page .section-page-new .lower-section .subfeatured-articles .featured-item .article-info .article-info__blurb,
.section-page-new .main-section .subfeatured-articles .focus-articles-section .focus-article .article-info .article-info__blurb,
.focus-articles-section .section-page-new .main-section .subfeatured-articles .focus-article .article-info .article-info__blurb,
.section-page-new .section-page .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-info .article-info__blurb,
.focus-articles-section .section-page-new .section-page .mid-section .subfeatured-articles .focus-article .article-info .article-info__blurb,
.section-page .section-page-new .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-info .article-info__blurb,
.focus-articles-section .section-page .section-page-new .mid-section .subfeatured-articles .focus-article .article-info .article-info__blurb,
.section-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-info .article-info__blurb,
.focus-articles-section .section-page-new .focus-page .lower-section .subfeatured-articles .focus-article .article-info .article-info__blurb,
.focus-page .section-page-new .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-info .article-info__blurb,
.focus-articles-section .focus-page .section-page-new .lower-section .subfeatured-articles .focus-article .article-info .article-info__blurb,
.section-page-new .main-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info .article-info__blurb,
.focus-articles-half-section .section-page-new .main-section .subfeatured-articles .focus-article .article-info .article-info__blurb,
.section-page-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info .article-info__blurb,
.focus-articles-half-section .section-page-new .section-page .mid-section .subfeatured-articles .focus-article .article-info .article-info__blurb,
.section-page .section-page-new .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info .article-info__blurb,
.focus-articles-half-section .section-page .section-page-new .mid-section .subfeatured-articles .focus-article .article-info .article-info__blurb,
.section-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info .article-info__blurb,
.focus-articles-half-section .section-page-new .focus-page .lower-section .subfeatured-articles .focus-article .article-info .article-info__blurb,
.focus-page .section-page-new .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info .article-info__blurb,
.focus-articles-half-section .focus-page .section-page-new .lower-section .subfeatured-articles .focus-article .article-info .article-info__blurb {
	font-size: 13px;
	line-height: 18px;
	margin: 0;
}

.section-page-new .main-section .subfeatured-articles .clear,
.section-page-new .section-page .mid-section .subfeatured-articles .clear,
.section-page .section-page-new .mid-section .subfeatured-articles .clear,
.section-page-new .focus-page .lower-section .subfeatured-articles .clear,
.focus-page .section-page-new .lower-section .subfeatured-articles .clear {
	flex-basis: 100%;
	height: 1px;
	background: #000;
}

.section-page-new .main-section .subfeatured-articles .clear.last,
.section-page-new .section-page .mid-section .subfeatured-articles .clear.last,
.section-page .section-page-new .mid-section .subfeatured-articles .clear.last,
.section-page-new .focus-page .lower-section .subfeatured-articles .clear.last,
.focus-page .section-page-new .lower-section .subfeatured-articles .clear.last {
	display: none;
}

@media (max-width: 768px) {

	.section-page-new .main-section .subfeatured-articles .clear,
	.section-page-new .section-page .mid-section .subfeatured-articles .clear,
	.section-page .section-page-new .mid-section .subfeatured-articles .clear,
	.section-page-new .focus-page .lower-section .subfeatured-articles .clear,
	.focus-page .section-page-new .lower-section .subfeatured-articles .clear {
		display: none;
	}
}

.section-page-new .full-width-section {
	border-top: 1px solid #000;
	padding-top: 20px;
}

.section-page-new .full-width-section .people-to-watch .section-subhead {
	border-top: none !important;
	margin-top: 0 !important;
	font-family: inter, sans-serif !important;
	color: #1a4fa5;
	font-weight: 400 !important;
}

.section-page-new .full-width-section .people-to-watch .cleanbum,
.section-page-new .full-width-section .people-to-watch .profile-section .profile-contents .profile-stats .profile-stats__area,
.profile-section .profile-contents .profile-stats .section-page-new .full-width-section .people-to-watch .profile-stats__area,
.section-page-new .full-width-section .people-to-watch .profile-section .profile-contents .profile-info .profile-info__blurb,
.profile-section .profile-contents .profile-info .section-page-new .full-width-section .people-to-watch .profile-info__blurb,
.section-page-new .full-width-section .people-to-watch .profile-section .profile-contents .profile-info .profile-info__blurb-edit,
.profile-section .profile-contents .profile-info .section-page-new .full-width-section .people-to-watch .profile-info__blurb-edit,
.section-page-new .full-width-section .people-to-watch .section-header,
.section-page-new .full-width-section .people-to-watch .section-header-login,
.section-page-new .full-width-section .people-to-watch .section-subhead,
.section-page-new .full-width-section .people-to-watch .focus-articles-section .focus-articles__header,
.focus-articles-section .section-page-new .full-width-section .people-to-watch .focus-articles__header,
.section-page-new .full-width-section .people-to-watch .focus-articles-half-section .focus-articles__header,
.focus-articles-half-section .section-page-new .full-width-section .people-to-watch .focus-articles__header,
.section-page-new .full-width-section .people-to-watch .focus-articles-section .focus-article,
.focus-articles-section .section-page-new .full-width-section .people-to-watch .focus-article,
.section-page-new .full-width-section .people-to-watch .focus-articles-half-section .focus-article,
.focus-articles-half-section .section-page-new .full-width-section .people-to-watch .focus-article,
.section-page-new .full-width-section .people-to-watch footer .foot-section-wrapper .navigation .nav-items > .nav-item,
footer .foot-section-wrapper .navigation .section-page-new .full-width-section .people-to-watch .nav-items > .nav-item,
.section-page-new .full-width-section .people-to-watch footer .foot-section-wrapper .foot-section h1,
footer .foot-section-wrapper .foot-section .section-page-new .full-width-section .people-to-watch h1 {
	border-top: 1px solid #000;
	padding-top: 18px;
	margin-top: 20px;
}

.section-page-new .full-width-section .people-to-watch .featured-person,
.section-page-new .full-width-section .people-to-watch .featured-person-medium,
.section-page-new .full-width-section .people-to-watch .featured-person-small {
	border: none;
}

.section-page-new .full-width-section .people-to-watch .featured-person .person-info__header,
.section-page-new .full-width-section .people-to-watch .featured-person-medium .person-info__header,
.section-page-new .full-width-section .people-to-watch .featured-person-small .person-info__header {
	font-size: 3rem !important;
}

.section-page-new .full-width-section .people-to-watch .featured-person-small .person-info__header {
	font-size: 2.5rem !important;
}

.section-page-new .full-width-section .people-to-watch .featured-person-small .person-info__blurb {
	font-size: 1.3rem;
}

.section-page-new .btnc.btnc--pill,
.section-page-new .btnc--pill.btn-signup,
.section-page-new .mepr-price-menu .mepr-price-box-button a,
.mepr-price-menu .mepr-price-box-button .section-page-new a {
	color: #12100c;
	padding: 9px 18px;
}

.section-page-new .btnc.btnc--pill.border--pill,
.section-page-new .btnc--pill.border--pill.btn-signup,
.section-page-new .mepr-price-menu .mepr-price-box-button a.border--pill,
.mepr-price-menu .mepr-price-box-button .section-page-new a.border--pill {
	border-color: #12100c;
}

.continent-page-new .cleanbum .btnc.btnc--border,
.continent-page-new .profile-section .profile-contents .profile-stats .profile-stats__area .btnc.btnc--border,
.profile-section .profile-contents .profile-stats .continent-page-new .profile-stats__area .btnc.btnc--border,
.continent-page-new .profile-section .profile-contents .profile-info .profile-info__blurb .btnc.btnc--border,
.profile-section .profile-contents .profile-info .continent-page-new .profile-info__blurb .btnc.btnc--border,
.continent-page-new .profile-section .profile-contents .profile-info .profile-info__blurb-edit .btnc.btnc--border,
.profile-section .profile-contents .profile-info .continent-page-new .profile-info__blurb-edit .btnc.btnc--border,
.continent-page-new .section-header .btnc.btnc--border,
.continent-page-new .section-header-login .btnc.btnc--border,
.continent-page-new .section-subhead .btnc.btnc--border,
.continent-page-new .focus-articles-section .focus-articles__header .btnc.btnc--border,
.focus-articles-section .continent-page-new .focus-articles__header .btnc.btnc--border,
.continent-page-new .focus-articles-half-section .focus-articles__header .btnc.btnc--border,
.focus-articles-half-section .continent-page-new .focus-articles__header .btnc.btnc--border,
.continent-page-new .focus-articles-section .focus-article .btnc.btnc--border,
.focus-articles-section .continent-page-new .focus-article .btnc.btnc--border,
.continent-page-new .focus-articles-half-section .focus-article .btnc.btnc--border,
.focus-articles-half-section .continent-page-new .focus-article .btnc.btnc--border,
.continent-page-new footer .foot-section-wrapper .navigation .nav-items > .nav-item .btnc.btnc--border,
footer .foot-section-wrapper .navigation .continent-page-new .nav-items > .nav-item .btnc.btnc--border,
.continent-page-new footer .foot-section-wrapper .foot-section h1 .btnc.btnc--border,
footer .foot-section-wrapper .foot-section .continent-page-new h1 .btnc.btnc--border,
.continent-page-new .cleanbum .btnc--border.btn-signup,
.continent-page-new .profile-section .profile-contents .profile-stats .profile-stats__area .btnc--border.btn-signup,
.profile-section .profile-contents .profile-stats .continent-page-new .profile-stats__area .btnc--border.btn-signup,
.continent-page-new .profile-section .profile-contents .profile-info .profile-info__blurb .btnc--border.btn-signup,
.profile-section .profile-contents .profile-info .continent-page-new .profile-info__blurb .btnc--border.btn-signup,
.continent-page-new .profile-section .profile-contents .profile-info .profile-info__blurb-edit .btnc--border.btn-signup,
.profile-section .profile-contents .profile-info .continent-page-new .profile-info__blurb-edit .btnc--border.btn-signup,
.continent-page-new .section-header .btnc--border.btn-signup,
.continent-page-new .section-header-login .btnc--border.btn-signup,
.continent-page-new .section-subhead .btnc--border.btn-signup,
.continent-page-new .focus-articles-section .focus-articles__header .btnc--border.btn-signup,
.focus-articles-section .continent-page-new .focus-articles__header .btnc--border.btn-signup,
.continent-page-new .focus-articles-half-section .focus-articles__header .btnc--border.btn-signup,
.focus-articles-half-section .continent-page-new .focus-articles__header .btnc--border.btn-signup,
.continent-page-new .focus-articles-section .focus-article .btnc--border.btn-signup,
.focus-articles-section .continent-page-new .focus-article .btnc--border.btn-signup,
.continent-page-new .focus-articles-half-section .focus-article .btnc--border.btn-signup,
.focus-articles-half-section .continent-page-new .focus-article .btnc--border.btn-signup,
.continent-page-new footer .foot-section-wrapper .navigation .nav-items > .nav-item .btnc--border.btn-signup,
footer .foot-section-wrapper .navigation .continent-page-new .nav-items > .nav-item .btnc--border.btn-signup,
.continent-page-new footer .foot-section-wrapper .foot-section h1 .btnc--border.btn-signup,
footer .foot-section-wrapper .foot-section .continent-page-new h1 .btnc--border.btn-signup,
.continent-page-new .cleanbum .mepr-price-menu .mepr-price-box-button a.btnc--border,
.mepr-price-menu .mepr-price-box-button .continent-page-new .cleanbum a.btnc--border,
.continent-page-new .profile-section .profile-contents .profile-stats .profile-stats__area .mepr-price-menu .mepr-price-box-button a.btnc--border,
.mepr-price-menu .mepr-price-box-button .continent-page-new .profile-section .profile-contents .profile-stats .profile-stats__area a.btnc--border,
.profile-section .profile-contents .profile-stats .continent-page-new .profile-stats__area .mepr-price-menu .mepr-price-box-button a.btnc--border,
.mepr-price-menu .mepr-price-box-button .profile-section .profile-contents .profile-stats .continent-page-new .profile-stats__area a.btnc--border,
.continent-page-new .profile-section .profile-contents .profile-info .profile-info__blurb .mepr-price-menu .mepr-price-box-button a.btnc--border,
.mepr-price-menu .mepr-price-box-button .continent-page-new .profile-section .profile-contents .profile-info .profile-info__blurb a.btnc--border,
.profile-section .profile-contents .profile-info .continent-page-new .profile-info__blurb .mepr-price-menu .mepr-price-box-button a.btnc--border,
.mepr-price-menu .mepr-price-box-button .profile-section .profile-contents .profile-info .continent-page-new .profile-info__blurb a.btnc--border,
.continent-page-new .profile-section .profile-contents .profile-info .profile-info__blurb-edit .mepr-price-menu .mepr-price-box-button a.btnc--border,
.mepr-price-menu .mepr-price-box-button .continent-page-new .profile-section .profile-contents .profile-info .profile-info__blurb-edit a.btnc--border,
.profile-section .profile-contents .profile-info .continent-page-new .profile-info__blurb-edit .mepr-price-menu .mepr-price-box-button a.btnc--border,
.mepr-price-menu .mepr-price-box-button .profile-section .profile-contents .profile-info .continent-page-new .profile-info__blurb-edit a.btnc--border,
.continent-page-new .section-header .mepr-price-menu .mepr-price-box-button a.btnc--border,
.mepr-price-menu .mepr-price-box-button .continent-page-new .section-header a.btnc--border,
.continent-page-new .section-header-login .mepr-price-menu .mepr-price-box-button a.btnc--border,
.mepr-price-menu .mepr-price-box-button .continent-page-new .section-header-login a.btnc--border,
.continent-page-new .section-subhead .mepr-price-menu .mepr-price-box-button a.btnc--border,
.mepr-price-menu .mepr-price-box-button .continent-page-new .section-subhead a.btnc--border,
.continent-page-new .focus-articles-section .focus-articles__header .mepr-price-menu .mepr-price-box-button a.btnc--border,
.mepr-price-menu .mepr-price-box-button .continent-page-new .focus-articles-section .focus-articles__header a.btnc--border,
.focus-articles-section .continent-page-new .focus-articles__header .mepr-price-menu .mepr-price-box-button a.btnc--border,
.mepr-price-menu .mepr-price-box-button .focus-articles-section .continent-page-new .focus-articles__header a.btnc--border,
.continent-page-new .focus-articles-half-section .focus-articles__header .mepr-price-menu .mepr-price-box-button a.btnc--border,
.mepr-price-menu .mepr-price-box-button .continent-page-new .focus-articles-half-section .focus-articles__header a.btnc--border,
.focus-articles-half-section .continent-page-new .focus-articles__header .mepr-price-menu .mepr-price-box-button a.btnc--border,
.mepr-price-menu .mepr-price-box-button .focus-articles-half-section .continent-page-new .focus-articles__header a.btnc--border,
.continent-page-new .focus-articles-section .focus-article .mepr-price-menu .mepr-price-box-button a.btnc--border,
.mepr-price-menu .mepr-price-box-button .continent-page-new .focus-articles-section .focus-article a.btnc--border,
.focus-articles-section .continent-page-new .focus-article .mepr-price-menu .mepr-price-box-button a.btnc--border,
.mepr-price-menu .mepr-price-box-button .focus-articles-section .continent-page-new .focus-article a.btnc--border,
.continent-page-new .focus-articles-half-section .focus-article .mepr-price-menu .mepr-price-box-button a.btnc--border,
.mepr-price-menu .mepr-price-box-button .continent-page-new .focus-articles-half-section .focus-article a.btnc--border,
.focus-articles-half-section .continent-page-new .focus-article .mepr-price-menu .mepr-price-box-button a.btnc--border,
.mepr-price-menu .mepr-price-box-button .focus-articles-half-section .continent-page-new .focus-article a.btnc--border,
.continent-page-new footer .foot-section-wrapper .navigation .nav-items > .nav-item .mepr-price-menu .mepr-price-box-button a.btnc--border,
.mepr-price-menu .mepr-price-box-button .continent-page-new footer .foot-section-wrapper .navigation .nav-items > .nav-item a.btnc--border,
footer .foot-section-wrapper .navigation .continent-page-new .nav-items > .nav-item .mepr-price-menu .mepr-price-box-button a.btnc--border,
.mepr-price-menu .mepr-price-box-button footer .foot-section-wrapper .navigation .continent-page-new .nav-items > .nav-item a.btnc--border,
.continent-page-new footer .foot-section-wrapper .foot-section h1 .mepr-price-menu .mepr-price-box-button a.btnc--border,
.mepr-price-menu .mepr-price-box-button .continent-page-new footer .foot-section-wrapper .foot-section h1 a.btnc--border,
footer .foot-section-wrapper .foot-section .continent-page-new h1 .mepr-price-menu .mepr-price-box-button a.btnc--border,
.mepr-price-menu .mepr-price-box-button footer .foot-section-wrapper .foot-section .continent-page-new h1 a.btnc--border {
	border: 1px solid #000 !important;
}

.continent-page-new .page-body {
	display: flex;
}

.continent-page-new .like-share-save,
.continent-page-new .like-share-save-in-article {
	display: none !important;
}

.continent-page-new .main-section,
.continent-page-new .section-page .mid-section,
.section-page .continent-page-new .mid-section,
.continent-page-new .focus-page .lower-section,
.focus-page .continent-page-new .lower-section {
	border-bottom: 0;
}

@media (max-width: 768px) {

	.continent-page-new .main-section,
	.continent-page-new .section-page .mid-section,
	.section-page .continent-page-new .mid-section,
	.continent-page-new .focus-page .lower-section,
	.focus-page .continent-page-new .lower-section {
		margin-top: 20px;
	}
}

@media (max-width: 1080px) {

	.continent-page-new .main-section,
	.continent-page-new .section-page .mid-section,
	.section-page .continent-page-new .mid-section,
	.continent-page-new .focus-page .lower-section,
	.focus-page .continent-page-new .lower-section {
		flex-basis: 100%;
		margin-bottom: 0;
	}
}

.continent-page-new .main-section .featured-items .section-title,
.continent-page-new .section-page .mid-section .featured-items .section-title,
.section-page .continent-page-new .mid-section .featured-items .section-title,
.continent-page-new .focus-page .lower-section .featured-items .section-title,
.focus-page .continent-page-new .lower-section .featured-items .section-title {
	margin: 19px 0 6px !important;
	text-transform: capitalize;
	font-size: 3.7rem !important;
	font-family: dm serif text, serif !important;
}

.continent-page-new .main-section .subfeatured-articles,
.continent-page-new .section-page .mid-section .subfeatured-articles,
.section-page .continent-page-new .mid-section .subfeatured-articles,
.continent-page-new .focus-page .lower-section .subfeatured-articles,
.focus-page .continent-page-new .lower-section .subfeatured-articles {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media (min-width: 769px) {

	.continent-page-new .main-section .subfeatured-articles,
	.continent-page-new .section-page .mid-section .subfeatured-articles,
	.section-page .continent-page-new .mid-section .subfeatured-articles,
	.continent-page-new .focus-page .lower-section .subfeatured-articles,
	.focus-page .continent-page-new .lower-section .subfeatured-articles {
		padding-right: 19px;
	}
}

.continent-page-new .main-section .subfeatured-articles .article,
.continent-page-new .section-page .mid-section .subfeatured-articles .article,
.section-page .continent-page-new .mid-section .subfeatured-articles .article,
.continent-page-new .focus-page .lower-section .subfeatured-articles .article,
.focus-page .continent-page-new .lower-section .subfeatured-articles .article,
.continent-page-new .main-section .subfeatured-articles .featured-item,
.continent-page-new .section-page .mid-section .subfeatured-articles .featured-item,
.section-page .continent-page-new .mid-section .subfeatured-articles .featured-item,
.continent-page-new .focus-page .lower-section .subfeatured-articles .featured-item,
.focus-page .continent-page-new .lower-section .subfeatured-articles .featured-item,
.continent-page-new .main-section .subfeatured-articles .focus-articles-section .focus-article,
.focus-articles-section .continent-page-new .main-section .subfeatured-articles .focus-article,
.continent-page-new .section-page .mid-section .subfeatured-articles .focus-articles-section .focus-article,
.focus-articles-section .continent-page-new .section-page .mid-section .subfeatured-articles .focus-article,
.section-page .continent-page-new .mid-section .subfeatured-articles .focus-articles-section .focus-article,
.focus-articles-section .section-page .continent-page-new .mid-section .subfeatured-articles .focus-article,
.continent-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .focus-article,
.focus-articles-section .continent-page-new .focus-page .lower-section .subfeatured-articles .focus-article,
.focus-page .continent-page-new .lower-section .subfeatured-articles .focus-articles-section .focus-article,
.focus-articles-section .focus-page .continent-page-new .lower-section .subfeatured-articles .focus-article,
.continent-page-new .main-section .subfeatured-articles .focus-articles-half-section .focus-article,
.focus-articles-half-section .continent-page-new .main-section .subfeatured-articles .focus-article,
.continent-page-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .focus-article,
.focus-articles-half-section .continent-page-new .section-page .mid-section .subfeatured-articles .focus-article,
.section-page .continent-page-new .mid-section .subfeatured-articles .focus-articles-half-section .focus-article,
.focus-articles-half-section .section-page .continent-page-new .mid-section .subfeatured-articles .focus-article,
.continent-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .focus-article,
.focus-articles-half-section .continent-page-new .focus-page .lower-section .subfeatured-articles .focus-article,
.focus-page .continent-page-new .lower-section .subfeatured-articles .focus-articles-half-section .focus-article,
.focus-articles-half-section .focus-page .continent-page-new .lower-section .subfeatured-articles .focus-article {
	flex-basis: 31%;
	margin: 19px 0;
	padding: 0;
	display: flex;
	align-items: stretch;
}

.continent-page-new .main-section .subfeatured-articles .article.article--special .article__inner,
.continent-page-new .section-page .mid-section .subfeatured-articles .article.article--special .article__inner,
.section-page .continent-page-new .mid-section .subfeatured-articles .article.article--special .article__inner,
.continent-page-new .focus-page .lower-section .subfeatured-articles .article.article--special .article__inner,
.focus-page .continent-page-new .lower-section .subfeatured-articles .article.article--special .article__inner,
.continent-page-new .main-section .subfeatured-articles .article--special.featured-item .article__inner,
.continent-page-new .section-page .mid-section .subfeatured-articles .article--special.featured-item .article__inner,
.section-page .continent-page-new .mid-section .subfeatured-articles .article--special.featured-item .article__inner,
.continent-page-new .focus-page .lower-section .subfeatured-articles .article--special.featured-item .article__inner,
.focus-page .continent-page-new .lower-section .subfeatured-articles .article--special.featured-item .article__inner,
.continent-page-new .main-section .subfeatured-articles .focus-articles-section .article--special.focus-article .article__inner,
.focus-articles-section .continent-page-new .main-section .subfeatured-articles .article--special.focus-article .article__inner,
.continent-page-new .section-page .mid-section .subfeatured-articles .focus-articles-section .article--special.focus-article .article__inner,
.focus-articles-section .continent-page-new .section-page .mid-section .subfeatured-articles .article--special.focus-article .article__inner,
.section-page .continent-page-new .mid-section .subfeatured-articles .focus-articles-section .article--special.focus-article .article__inner,
.focus-articles-section .section-page .continent-page-new .mid-section .subfeatured-articles .article--special.focus-article .article__inner,
.continent-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .article--special.focus-article .article__inner,
.focus-articles-section .continent-page-new .focus-page .lower-section .subfeatured-articles .article--special.focus-article .article__inner,
.focus-page .continent-page-new .lower-section .subfeatured-articles .focus-articles-section .article--special.focus-article .article__inner,
.focus-articles-section .focus-page .continent-page-new .lower-section .subfeatured-articles .article--special.focus-article .article__inner,
.continent-page-new .main-section .subfeatured-articles .focus-articles-half-section .article--special.focus-article .article__inner,
.focus-articles-half-section .continent-page-new .main-section .subfeatured-articles .article--special.focus-article .article__inner,
.continent-page-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .article--special.focus-article .article__inner,
.focus-articles-half-section .continent-page-new .section-page .mid-section .subfeatured-articles .article--special.focus-article .article__inner,
.section-page .continent-page-new .mid-section .subfeatured-articles .focus-articles-half-section .article--special.focus-article .article__inner,
.focus-articles-half-section .section-page .continent-page-new .mid-section .subfeatured-articles .article--special.focus-article .article__inner,
.continent-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .article--special.focus-article .article__inner,
.focus-articles-half-section .continent-page-new .focus-page .lower-section .subfeatured-articles .article--special.focus-article .article__inner,
.focus-page .continent-page-new .lower-section .subfeatured-articles .focus-articles-half-section .article--special.focus-article .article__inner,
.focus-articles-half-section .focus-page .continent-page-new .lower-section .subfeatured-articles .article--special.focus-article .article__inner {
	flex-basis: 100%;
}

@media (max-width: 768px) {

	.continent-page-new .main-section .subfeatured-articles .article,
	.continent-page-new .section-page .mid-section .subfeatured-articles .article,
	.section-page .continent-page-new .mid-section .subfeatured-articles .article,
	.continent-page-new .focus-page .lower-section .subfeatured-articles .article,
	.focus-page .continent-page-new .lower-section .subfeatured-articles .article,
	.continent-page-new .main-section .subfeatured-articles .featured-item,
	.continent-page-new .section-page .mid-section .subfeatured-articles .featured-item,
	.section-page .continent-page-new .mid-section .subfeatured-articles .featured-item,
	.continent-page-new .focus-page .lower-section .subfeatured-articles .featured-item,
	.focus-page .continent-page-new .lower-section .subfeatured-articles .featured-item,
	.continent-page-new .main-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .continent-page-new .main-section .subfeatured-articles .focus-article,
	.continent-page-new .section-page .mid-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .continent-page-new .section-page .mid-section .subfeatured-articles .focus-article,
	.section-page .continent-page-new .mid-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .section-page .continent-page-new .mid-section .subfeatured-articles .focus-article,
	.continent-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .continent-page-new .focus-page .lower-section .subfeatured-articles .focus-article,
	.focus-page .continent-page-new .lower-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .focus-page .continent-page-new .lower-section .subfeatured-articles .focus-article,
	.continent-page-new .main-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .continent-page-new .main-section .subfeatured-articles .focus-article,
	.continent-page-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .continent-page-new .section-page .mid-section .subfeatured-articles .focus-article,
	.section-page .continent-page-new .mid-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .section-page .continent-page-new .mid-section .subfeatured-articles .focus-article,
	.continent-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .continent-page-new .focus-page .lower-section .subfeatured-articles .focus-article,
	.focus-page .continent-page-new .lower-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .focus-page .continent-page-new .lower-section .subfeatured-articles .focus-article {
		flex-basis: 49%;
	}
}

@media (max-width: 500px) {

	.continent-page-new .main-section .subfeatured-articles .article,
	.continent-page-new .section-page .mid-section .subfeatured-articles .article,
	.section-page .continent-page-new .mid-section .subfeatured-articles .article,
	.continent-page-new .focus-page .lower-section .subfeatured-articles .article,
	.focus-page .continent-page-new .lower-section .subfeatured-articles .article,
	.continent-page-new .main-section .subfeatured-articles .featured-item,
	.continent-page-new .section-page .mid-section .subfeatured-articles .featured-item,
	.section-page .continent-page-new .mid-section .subfeatured-articles .featured-item,
	.continent-page-new .focus-page .lower-section .subfeatured-articles .featured-item,
	.focus-page .continent-page-new .lower-section .subfeatured-articles .featured-item,
	.continent-page-new .main-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .continent-page-new .main-section .subfeatured-articles .focus-article,
	.continent-page-new .section-page .mid-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .continent-page-new .section-page .mid-section .subfeatured-articles .focus-article,
	.section-page .continent-page-new .mid-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .section-page .continent-page-new .mid-section .subfeatured-articles .focus-article,
	.continent-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .continent-page-new .focus-page .lower-section .subfeatured-articles .focus-article,
	.focus-page .continent-page-new .lower-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .focus-page .continent-page-new .lower-section .subfeatured-articles .focus-article,
	.continent-page-new .main-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .continent-page-new .main-section .subfeatured-articles .focus-article,
	.continent-page-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .continent-page-new .section-page .mid-section .subfeatured-articles .focus-article,
	.section-page .continent-page-new .mid-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .section-page .continent-page-new .mid-section .subfeatured-articles .focus-article,
	.continent-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .continent-page-new .focus-page .lower-section .subfeatured-articles .focus-article,
	.focus-page .continent-page-new .lower-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .focus-page .continent-page-new .lower-section .subfeatured-articles .focus-article {
		flex-basis: 100%;
	}
}

.continent-page-new .main-section .subfeatured-articles .article .article-img,
.continent-page-new .section-page .mid-section .subfeatured-articles .article .article-img,
.section-page .continent-page-new .mid-section .subfeatured-articles .article .article-img,
.continent-page-new .focus-page .lower-section .subfeatured-articles .article .article-img,
.focus-page .continent-page-new .lower-section .subfeatured-articles .article .article-img,
.continent-page-new .main-section .subfeatured-articles .featured-item .article-img,
.continent-page-new .section-page .mid-section .subfeatured-articles .featured-item .article-img,
.section-page .continent-page-new .mid-section .subfeatured-articles .featured-item .article-img,
.continent-page-new .focus-page .lower-section .subfeatured-articles .featured-item .article-img,
.focus-page .continent-page-new .lower-section .subfeatured-articles .featured-item .article-img,
.continent-page-new .main-section .subfeatured-articles .focus-articles-section .focus-article .article-img,
.focus-articles-section .continent-page-new .main-section .subfeatured-articles .focus-article .article-img,
.continent-page-new .section-page .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-img,
.focus-articles-section .continent-page-new .section-page .mid-section .subfeatured-articles .focus-article .article-img,
.section-page .continent-page-new .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-img,
.focus-articles-section .section-page .continent-page-new .mid-section .subfeatured-articles .focus-article .article-img,
.continent-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-img,
.focus-articles-section .continent-page-new .focus-page .lower-section .subfeatured-articles .focus-article .article-img,
.focus-page .continent-page-new .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-img,
.focus-articles-section .focus-page .continent-page-new .lower-section .subfeatured-articles .focus-article .article-img,
.continent-page-new .main-section .subfeatured-articles .focus-articles-half-section .focus-article .article-img,
.focus-articles-half-section .continent-page-new .main-section .subfeatured-articles .focus-article .article-img,
.continent-page-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-img,
.focus-articles-half-section .continent-page-new .section-page .mid-section .subfeatured-articles .focus-article .article-img,
.section-page .continent-page-new .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-img,
.focus-articles-half-section .section-page .continent-page-new .mid-section .subfeatured-articles .focus-article .article-img,
.continent-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-img,
.focus-articles-half-section .continent-page-new .focus-page .lower-section .subfeatured-articles .focus-article .article-img,
.focus-page .continent-page-new .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-img,
.focus-articles-half-section .focus-page .continent-page-new .lower-section .subfeatured-articles .focus-article .article-img {
	margin: 0;
}

.continent-page-new .main-section .subfeatured-articles .article .article-info,
.continent-page-new .section-page .mid-section .subfeatured-articles .article .article-info,
.section-page .continent-page-new .mid-section .subfeatured-articles .article .article-info,
.continent-page-new .focus-page .lower-section .subfeatured-articles .article .article-info,
.focus-page .continent-page-new .lower-section .subfeatured-articles .article .article-info,
.continent-page-new .main-section .subfeatured-articles .featured-item .article-info,
.continent-page-new .section-page .mid-section .subfeatured-articles .featured-item .article-info,
.section-page .continent-page-new .mid-section .subfeatured-articles .featured-item .article-info,
.continent-page-new .focus-page .lower-section .subfeatured-articles .featured-item .article-info,
.focus-page .continent-page-new .lower-section .subfeatured-articles .featured-item .article-info,
.continent-page-new .main-section .subfeatured-articles .focus-articles-section .focus-article .article-info,
.focus-articles-section .continent-page-new .main-section .subfeatured-articles .focus-article .article-info,
.continent-page-new .section-page .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-info,
.focus-articles-section .continent-page-new .section-page .mid-section .subfeatured-articles .focus-article .article-info,
.section-page .continent-page-new .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-info,
.focus-articles-section .section-page .continent-page-new .mid-section .subfeatured-articles .focus-article .article-info,
.continent-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-info,
.focus-articles-section .continent-page-new .focus-page .lower-section .subfeatured-articles .focus-article .article-info,
.focus-page .continent-page-new .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-info,
.focus-articles-section .focus-page .continent-page-new .lower-section .subfeatured-articles .focus-article .article-info,
.continent-page-new .main-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info,
.focus-articles-half-section .continent-page-new .main-section .subfeatured-articles .focus-article .article-info,
.continent-page-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info,
.focus-articles-half-section .continent-page-new .section-page .mid-section .subfeatured-articles .focus-article .article-info,
.section-page .continent-page-new .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info,
.focus-articles-half-section .section-page .continent-page-new .mid-section .subfeatured-articles .focus-article .article-info,
.continent-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info,
.focus-articles-half-section .continent-page-new .focus-page .lower-section .subfeatured-articles .focus-article .article-info,
.focus-page .continent-page-new .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info,
.focus-articles-half-section .focus-page .continent-page-new .lower-section .subfeatured-articles .focus-article .article-info {
	padding: 0;
}

.continent-page-new .main-section .subfeatured-articles .article .article-info h4,
.continent-page-new .section-page .mid-section .subfeatured-articles .article .article-info h4,
.section-page .continent-page-new .mid-section .subfeatured-articles .article .article-info h4,
.continent-page-new .focus-page .lower-section .subfeatured-articles .article .article-info h4,
.focus-page .continent-page-new .lower-section .subfeatured-articles .article .article-info h4,
.continent-page-new .main-section .subfeatured-articles .featured-item .article-info h4,
.continent-page-new .section-page .mid-section .subfeatured-articles .featured-item .article-info h4,
.section-page .continent-page-new .mid-section .subfeatured-articles .featured-item .article-info h4,
.continent-page-new .focus-page .lower-section .subfeatured-articles .featured-item .article-info h4,
.focus-page .continent-page-new .lower-section .subfeatured-articles .featured-item .article-info h4,
.continent-page-new .main-section .subfeatured-articles .focus-articles-section .focus-article .article-info h4,
.focus-articles-section .continent-page-new .main-section .subfeatured-articles .focus-article .article-info h4,
.continent-page-new .section-page .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-info h4,
.focus-articles-section .continent-page-new .section-page .mid-section .subfeatured-articles .focus-article .article-info h4,
.section-page .continent-page-new .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-info h4,
.focus-articles-section .section-page .continent-page-new .mid-section .subfeatured-articles .focus-article .article-info h4,
.continent-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-info h4,
.focus-articles-section .continent-page-new .focus-page .lower-section .subfeatured-articles .focus-article .article-info h4,
.focus-page .continent-page-new .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-info h4,
.focus-articles-section .focus-page .continent-page-new .lower-section .subfeatured-articles .focus-article .article-info h4,
.continent-page-new .main-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info h4,
.focus-articles-half-section .continent-page-new .main-section .subfeatured-articles .focus-article .article-info h4,
.continent-page-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info h4,
.focus-articles-half-section .continent-page-new .section-page .mid-section .subfeatured-articles .focus-article .article-info h4,
.section-page .continent-page-new .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info h4,
.focus-articles-half-section .section-page .continent-page-new .mid-section .subfeatured-articles .focus-article .article-info h4,
.continent-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info h4,
.focus-articles-half-section .continent-page-new .focus-page .lower-section .subfeatured-articles .focus-article .article-info h4,
.focus-page .continent-page-new .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info h4,
.focus-articles-half-section .focus-page .continent-page-new .lower-section .subfeatured-articles .focus-article .article-info h4 {
	margin: 16px 0;
	font-size: 19px;
	line-height: 21px;
}

.continent-page-new .main-section .subfeatured-articles .article .article-info .article-info__blurb,
.continent-page-new .section-page .mid-section .subfeatured-articles .article .article-info .article-info__blurb,
.section-page .continent-page-new .mid-section .subfeatured-articles .article .article-info .article-info__blurb,
.continent-page-new .focus-page .lower-section .subfeatured-articles .article .article-info .article-info__blurb,
.focus-page .continent-page-new .lower-section .subfeatured-articles .article .article-info .article-info__blurb,
.continent-page-new .main-section .subfeatured-articles .featured-item .article-info .article-info__blurb,
.continent-page-new .section-page .mid-section .subfeatured-articles .featured-item .article-info .article-info__blurb,
.section-page .continent-page-new .mid-section .subfeatured-articles .featured-item .article-info .article-info__blurb,
.continent-page-new .focus-page .lower-section .subfeatured-articles .featured-item .article-info .article-info__blurb,
.focus-page .continent-page-new .lower-section .subfeatured-articles .featured-item .article-info .article-info__blurb,
.continent-page-new .main-section .subfeatured-articles .focus-articles-section .focus-article .article-info .article-info__blurb,
.focus-articles-section .continent-page-new .main-section .subfeatured-articles .focus-article .article-info .article-info__blurb,
.continent-page-new .section-page .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-info .article-info__blurb,
.focus-articles-section .continent-page-new .section-page .mid-section .subfeatured-articles .focus-article .article-info .article-info__blurb,
.section-page .continent-page-new .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-info .article-info__blurb,
.focus-articles-section .section-page .continent-page-new .mid-section .subfeatured-articles .focus-article .article-info .article-info__blurb,
.continent-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-info .article-info__blurb,
.focus-articles-section .continent-page-new .focus-page .lower-section .subfeatured-articles .focus-article .article-info .article-info__blurb,
.focus-page .continent-page-new .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-info .article-info__blurb,
.focus-articles-section .focus-page .continent-page-new .lower-section .subfeatured-articles .focus-article .article-info .article-info__blurb,
.continent-page-new .main-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info .article-info__blurb,
.focus-articles-half-section .continent-page-new .main-section .subfeatured-articles .focus-article .article-info .article-info__blurb,
.continent-page-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info .article-info__blurb,
.focus-articles-half-section .continent-page-new .section-page .mid-section .subfeatured-articles .focus-article .article-info .article-info__blurb,
.section-page .continent-page-new .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info .article-info__blurb,
.focus-articles-half-section .section-page .continent-page-new .mid-section .subfeatured-articles .focus-article .article-info .article-info__blurb,
.continent-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info .article-info__blurb,
.focus-articles-half-section .continent-page-new .focus-page .lower-section .subfeatured-articles .focus-article .article-info .article-info__blurb,
.focus-page .continent-page-new .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info .article-info__blurb,
.focus-articles-half-section .focus-page .continent-page-new .lower-section .subfeatured-articles .focus-article .article-info .article-info__blurb {
	font-size: 13px;
	line-height: 18px;
	margin: 0;
}

.continent-page-new .main-section .subfeatured-articles .clear,
.continent-page-new .section-page .mid-section .subfeatured-articles .clear,
.section-page .continent-page-new .mid-section .subfeatured-articles .clear,
.continent-page-new .focus-page .lower-section .subfeatured-articles .clear,
.focus-page .continent-page-new .lower-section .subfeatured-articles .clear {
	flex-basis: 100%;
	height: 1px;
	background: #000;
}

.continent-page-new .main-section .subfeatured-articles .clear.last,
.continent-page-new .section-page .mid-section .subfeatured-articles .clear.last,
.section-page .continent-page-new .mid-section .subfeatured-articles .clear.last,
.continent-page-new .focus-page .lower-section .subfeatured-articles .clear.last,
.focus-page .continent-page-new .lower-section .subfeatured-articles .clear.last {
	display: none;
}

@media (max-width: 768px) {

	.continent-page-new .main-section .subfeatured-articles .clear,
	.continent-page-new .section-page .mid-section .subfeatured-articles .clear,
	.section-page .continent-page-new .mid-section .subfeatured-articles .clear,
	.continent-page-new .focus-page .lower-section .subfeatured-articles .clear,
	.focus-page .continent-page-new .lower-section .subfeatured-articles .clear {
		display: none;
	}
}

@media (min-width: 1081px) {

	.continent-page-new .main-sidebar {
		margin-top: 85px;
	}
}

.continent-page-new .main-sidebar .people-to-watch .section-subhead {
	font-family: inter, sans-serif !important;
	font-weight: 500 !important;
	margin-bottom: 0;
	color: #1a4fa5;
}

.continent-page-new .main-sidebar .people-to-watch .person-info__header {
	font-size: 1.9rem !important;
}

.continent-page-new .main-sidebar .people-to-watch .person-info__blurb {
	font-size: 1.3rem;
}

.continent-page-new .full-width-section {
	display: flex;
	flex-direction: column;
	border-top: 1px solid #000;
	padding-top: 30px;
	margin: 0 auto;
}

@media (max-width: 1079px) {

	.continent-page-new .full-width-section {
		width: calc(100% - 30px);
	}
}

.continent-page-new .full-width-section .bx-wrapper {
	box-shadow: none !important;
	border: none !important;
	margin-bottom: 0;
	background: 0 0;
}

.continent-page-new .full-width-section .bx-wrapper .bx-viewport {
	height: 100% !important;
}

.continent-page-new .full-width-section .bx-wrapper .bx-prev {
	left: 30px;
}

.continent-page-new .full-width-section .bx-wrapper .bx-next {
	right: 30px;
}

.continent-page-new .full-width-section .full-width-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

.continent-page-new .full-width-section .full-width-row + .bx-wrapper {
	background: #eddac9 !important;
}

.continent-page-new .full-width-section .full-width-row .full-width-col {
	flex-basis: 100%;
	margin-bottom: 50px;
	display: flex;
}

@media (min-width: 1081px) {

	.continent-page-new .full-width-section .full-width-row .full-width-col {
		flex-basis: 49%;
	}
}

.continent-page-new .full-width-section .full-width-row .page-legal {
	padding: 0;
}

.continent-page-new .full-width-section .full-width-row .page-legal .featured-articles {
	margin: 0;
	padding: 30px 20px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #3c576a;
	color: #fff;
}

.continent-page-new .full-width-section .full-width-row .page-legal .featured-articles .featured-articles-title {
	font-family: inter, sans-serif !important;
	font-weight: 700;
	color: #fff;
}

.continent-page-new .full-width-section .full-width-row .page-legal .featured-articles .legal-article {
	margin: 10px 0 15px;
	border-bottom: 1px solid #fff;
}

.continent-page-new .full-width-section .full-width-row .page-legal .featured-articles .legal-article .read_more,
.continent-page-new .full-width-section .full-width-row .page-legal .featured-articles .legal-article .article-info__date {
	display: none;
}

.continent-page-new .full-width-section .full-width-row .page-legal .featured-articles .legal-article h3 {
	margin-right: 0;
	font-weight: 500;
}

.continent-page-new .full-width-section .full-width-row .page-legal .featured-articles .legal-article .article-info__subheader {
	color: #849fb2;
}

.continent-page-new .full-width-section .full-width-row .page-legal .featured-articles .legal-article .article-info__subheader h4 {
	font-family: inter, sans-serif !important;
	font-weight: 700;
	font-size: 1.3rem !important;
}

.continent-page-new .full-width-section .full-width-row .page-legal .featured-articles .legal-article .article-info__blurb {
	font-size: 1.3rem;
	line-height: 1.2;
}

.continent-page-new .full-width-section .full-width-row .page-legal .featured-articles hr {
	display: none;
}

.continent-page-new .full-width-section .full-width-row .page-legal .featured-articles .see_more {
	font-size: 15px;
	background: #ffefe5;
	border: none;
	color: #000;
	transition: all 0.5s ease;
}

.continent-page-new .full-width-section .full-width-row .page-legal .featured-articles .see_more:hover {
	background: #000;
	color: #fff;
	padding: 5px 10px;
}

.continent-page-new .full-width-section .reports-slider .report {
	padding: 35px 100px 25px;
}

@media (max-width: 480px) {

	.continent-page-new .full-width-section .reports-slider .report {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.continent-page-new .full-width-section .reports-slider .report-inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.continent-page-new .full-width-section .reports-slider .report-inner .report-img {
	flex-basis: 100%;
}

.continent-page-new .full-width-section .reports-slider .report-inner .report-img img {
	margin: 0 auto;
}

@media (min-width: 900px) {

	.continent-page-new .full-width-section .reports-slider .report-inner .report-img {
		flex-basis: 320px;
	}
}

.continent-page-new .full-width-section .reports-slider .report-inner .report-content {
	padding: 20px 0 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-basis: 100%;
}

@media (min-width: 900px) and (max-width: 1279px) {

	.continent-page-new .full-width-section .reports-slider .report-inner .report-content {
		order: -1;
	}
}

@media (min-width: 1280px) {

	.continent-page-new .full-width-section .reports-slider .report-inner .report-content {
		flex-basis: calc(100% - 700px);
	}
}

@media (max-width: 480px) {

	.continent-page-new .full-width-section .reports-slider .report-inner .report-content {
		display: none;
	}
}

.continent-page-new .full-width-section .reports-slider .report-inner .report-content .report-title {
	color: #fc6694;
	font-size: 2.2rem;
	font-weight: 500;
}

.continent-page-new .full-width-section .reports-slider .report-inner .report-content .report-subtitle {
	font-size: 4.8rem;
	font-weight: 400;
	font-family: dm serif text, serif;
}

.continent-page-new .full-width-section .reports-slider .report-inner .report-content .report-date {
	font-weight: 700;
	font-size: 18px;
	font-family: dm serif text, serif;
}

.continent-page-new .full-width-section .reports-slider .report-inner .report-content .report-text {
	font-size: 1.5rem;
	font-weight: 500;
}

.continent-page-new .full-width-section .reports-slider .report-inner .report-download {
	padding: 10px 0 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	flex-basis: 100%;
}

@media (min-width: 900px) {

	.continent-page-new .full-width-section .reports-slider .report-inner .report-download {
		flex-basis: 320px;
		align-items: flex-end;
	}
}

.continent-page-new .full-width-section .reports-slider .report-inner .report-download .report-decor {
	width: 100%;
	min-height: 130px;
	background-image: url(img/report-decor-img.jpg);
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
}

.continent-page-new .full-width-section .reports-slider .report-inner .report-download .report-button button {
	background: #fc6694;
	color: #000;
	border: none;
	transition: all 0.5s ease;
	padding: 6px 33px;
	width: unset;
}

.continent-page-new .full-width-section .reports-slider .report-inner .report-download .report-button button:hover {
	color: #fc6694;
	background: #000;
}

.continent-page-new .full-width-section .focus-articles-sss {
	margin: 50px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	background: 0 0 !important;
}

.continent-page-new .full-width-section .focus-articles-sss .focus-articles-half-section {
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	flex-basis: 100%;
	margin: 0 0 20px !important;
}

@media (min-width: 1081px) {

	.continent-page-new .full-width-section .focus-articles-sss .focus-articles-half-section {
		flex-basis: calc(50% - 10px);
	}
}

.continent-page-new .full-width-section .focus-articles-sss .focus-articles-half-section .right {
	align-self: flex-end;
}

.continent-page-new .full-width-section .focus-articles-sss .focus-article .article-info__header h2 {
	min-height: 60px;
}

.continent-page-new .full-width-section .subfeatured-articles .article-info__header h4 {
	font-size: 1.9rem !important;
}

.continent-page-new .full-width-section .subfeatured-articles .article-info__blurb {
	font-size: 1.3rem !important;
}

.country-page-new .cleanbum button,
.country-page-new .profile-section .profile-contents .profile-stats .profile-stats__area button,
.profile-section .profile-contents .profile-stats .country-page-new .profile-stats__area button,
.country-page-new .profile-section .profile-contents .profile-info .profile-info__blurb button,
.profile-section .profile-contents .profile-info .country-page-new .profile-info__blurb button,
.country-page-new .profile-section .profile-contents .profile-info .profile-info__blurb-edit button,
.profile-section .profile-contents .profile-info .country-page-new .profile-info__blurb-edit button,
.country-page-new .section-header button,
.country-page-new .section-header-login button,
.country-page-new .section-subhead button,
.country-page-new .focus-articles-section .focus-articles__header button,
.focus-articles-section .country-page-new .focus-articles__header button,
.country-page-new .focus-articles-half-section .focus-articles__header button,
.focus-articles-half-section .country-page-new .focus-articles__header button,
.country-page-new .focus-articles-section .focus-article button,
.focus-articles-section .country-page-new .focus-article button,
.country-page-new .focus-articles-half-section .focus-article button,
.focus-articles-half-section .country-page-new .focus-article button,
.country-page-new footer .foot-section-wrapper .navigation .nav-items > .nav-item button,
footer .foot-section-wrapper .navigation .country-page-new .nav-items > .nav-item button,
.country-page-new footer .foot-section-wrapper .foot-section h1 button,
footer .foot-section-wrapper .foot-section .country-page-new h1 button {
	border-color: #000;
}

.country-page-new .page-body {
	display: flex;
}

.country-page-new .like-share-save,
.country-page-new .like-share-save-in-article {
	display: none !important;
}

.country-page-new .main-section,
.country-page-new .section-page .mid-section,
.section-page .country-page-new .mid-section,
.country-page-new .focus-page .lower-section,
.focus-page .country-page-new .lower-section {
	border-bottom: 0;
}

@media (max-width: 768px) {

	.country-page-new .main-section,
	.country-page-new .section-page .mid-section,
	.section-page .country-page-new .mid-section,
	.country-page-new .focus-page .lower-section,
	.focus-page .country-page-new .lower-section {
		margin-top: 20px;
	}
}

@media (max-width: 1080px) {

	.country-page-new .main-section,
	.country-page-new .section-page .mid-section,
	.section-page .country-page-new .mid-section,
	.country-page-new .focus-page .lower-section,
	.focus-page .country-page-new .lower-section {
		flex-basis: 100%;
		margin-bottom: 0;
	}
}

.country-page-new .main-section .featured-items .featured-item,
.country-page-new .section-page .mid-section .featured-items .featured-item,
.section-page .country-page-new .mid-section .featured-items .featured-item,
.country-page-new .focus-page .lower-section .featured-items .featured-item,
.focus-page .country-page-new .lower-section .featured-items .featured-item {
	border-bottom: 1px solid #766f6f;
	margin-right: 20px;
	padding-bottom: 10px;
	margin-bottom: 0;
}

.country-page-new .main-section .featured-items .featured-item .article-info,
.country-page-new .section-page .mid-section .featured-items .featured-item .article-info,
.section-page .country-page-new .mid-section .featured-items .featured-item .article-info,
.country-page-new .focus-page .lower-section .featured-items .featured-item .article-info,
.focus-page .country-page-new .lower-section .featured-items .featured-item .article-info {
	padding-right: 0;
}

.country-page-new .main-section .featured-items .section-title,
.country-page-new .section-page .mid-section .featured-items .section-title,
.section-page .country-page-new .mid-section .featured-items .section-title,
.country-page-new .focus-page .lower-section .featured-items .section-title,
.focus-page .country-page-new .lower-section .featured-items .section-title {
	margin: 19px 0 25px !important;
	text-transform: capitalize;
	font-size: 3.7rem !important;
	font-family: dm serif text, serif !important;
	font-weight: 400 !important;
}

.country-page-new .main-section .subfeatured-articles,
.country-page-new .section-page .mid-section .subfeatured-articles,
.section-page .country-page-new .mid-section .subfeatured-articles,
.country-page-new .focus-page .lower-section .subfeatured-articles,
.focus-page .country-page-new .lower-section .subfeatured-articles {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media (min-width: 769px) {

	.country-page-new .main-section .subfeatured-articles,
	.country-page-new .section-page .mid-section .subfeatured-articles,
	.section-page .country-page-new .mid-section .subfeatured-articles,
	.country-page-new .focus-page .lower-section .subfeatured-articles,
	.focus-page .country-page-new .lower-section .subfeatured-articles {
		padding-right: 19px;
	}
}

.country-page-new .main-section .subfeatured-articles .article,
.country-page-new .section-page .mid-section .subfeatured-articles .article,
.section-page .country-page-new .mid-section .subfeatured-articles .article,
.country-page-new .focus-page .lower-section .subfeatured-articles .article,
.focus-page .country-page-new .lower-section .subfeatured-articles .article,
.country-page-new .main-section .subfeatured-articles .featured-item,
.country-page-new .section-page .mid-section .subfeatured-articles .featured-item,
.section-page .country-page-new .mid-section .subfeatured-articles .featured-item,
.country-page-new .focus-page .lower-section .subfeatured-articles .featured-item,
.focus-page .country-page-new .lower-section .subfeatured-articles .featured-item,
.country-page-new .main-section .subfeatured-articles .focus-articles-section .focus-article,
.focus-articles-section .country-page-new .main-section .subfeatured-articles .focus-article,
.country-page-new .section-page .mid-section .subfeatured-articles .focus-articles-section .focus-article,
.focus-articles-section .country-page-new .section-page .mid-section .subfeatured-articles .focus-article,
.section-page .country-page-new .mid-section .subfeatured-articles .focus-articles-section .focus-article,
.focus-articles-section .section-page .country-page-new .mid-section .subfeatured-articles .focus-article,
.country-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .focus-article,
.focus-articles-section .country-page-new .focus-page .lower-section .subfeatured-articles .focus-article,
.focus-page .country-page-new .lower-section .subfeatured-articles .focus-articles-section .focus-article,
.focus-articles-section .focus-page .country-page-new .lower-section .subfeatured-articles .focus-article,
.country-page-new .main-section .subfeatured-articles .focus-articles-half-section .focus-article,
.focus-articles-half-section .country-page-new .main-section .subfeatured-articles .focus-article,
.country-page-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .focus-article,
.focus-articles-half-section .country-page-new .section-page .mid-section .subfeatured-articles .focus-article,
.section-page .country-page-new .mid-section .subfeatured-articles .focus-articles-half-section .focus-article,
.focus-articles-half-section .section-page .country-page-new .mid-section .subfeatured-articles .focus-article,
.country-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .focus-article,
.focus-articles-half-section .country-page-new .focus-page .lower-section .subfeatured-articles .focus-article,
.focus-page .country-page-new .lower-section .subfeatured-articles .focus-articles-half-section .focus-article,
.focus-articles-half-section .focus-page .country-page-new .lower-section .subfeatured-articles .focus-article {
	flex-basis: 31%;
	margin: 19px 0;
	padding: 0;
	display: flex;
	align-items: stretch;
}

.country-page-new .main-section .subfeatured-articles .article.article--special .article__inner,
.country-page-new .section-page .mid-section .subfeatured-articles .article.article--special .article__inner,
.section-page .country-page-new .mid-section .subfeatured-articles .article.article--special .article__inner,
.country-page-new .focus-page .lower-section .subfeatured-articles .article.article--special .article__inner,
.focus-page .country-page-new .lower-section .subfeatured-articles .article.article--special .article__inner,
.country-page-new .main-section .subfeatured-articles .article--special.featured-item .article__inner,
.country-page-new .section-page .mid-section .subfeatured-articles .article--special.featured-item .article__inner,
.section-page .country-page-new .mid-section .subfeatured-articles .article--special.featured-item .article__inner,
.country-page-new .focus-page .lower-section .subfeatured-articles .article--special.featured-item .article__inner,
.focus-page .country-page-new .lower-section .subfeatured-articles .article--special.featured-item .article__inner,
.country-page-new .main-section .subfeatured-articles .focus-articles-section .article--special.focus-article .article__inner,
.focus-articles-section .country-page-new .main-section .subfeatured-articles .article--special.focus-article .article__inner,
.country-page-new .section-page .mid-section .subfeatured-articles .focus-articles-section .article--special.focus-article .article__inner,
.focus-articles-section .country-page-new .section-page .mid-section .subfeatured-articles .article--special.focus-article .article__inner,
.section-page .country-page-new .mid-section .subfeatured-articles .focus-articles-section .article--special.focus-article .article__inner,
.focus-articles-section .section-page .country-page-new .mid-section .subfeatured-articles .article--special.focus-article .article__inner,
.country-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .article--special.focus-article .article__inner,
.focus-articles-section .country-page-new .focus-page .lower-section .subfeatured-articles .article--special.focus-article .article__inner,
.focus-page .country-page-new .lower-section .subfeatured-articles .focus-articles-section .article--special.focus-article .article__inner,
.focus-articles-section .focus-page .country-page-new .lower-section .subfeatured-articles .article--special.focus-article .article__inner,
.country-page-new .main-section .subfeatured-articles .focus-articles-half-section .article--special.focus-article .article__inner,
.focus-articles-half-section .country-page-new .main-section .subfeatured-articles .article--special.focus-article .article__inner,
.country-page-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .article--special.focus-article .article__inner,
.focus-articles-half-section .country-page-new .section-page .mid-section .subfeatured-articles .article--special.focus-article .article__inner,
.section-page .country-page-new .mid-section .subfeatured-articles .focus-articles-half-section .article--special.focus-article .article__inner,
.focus-articles-half-section .section-page .country-page-new .mid-section .subfeatured-articles .article--special.focus-article .article__inner,
.country-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .article--special.focus-article .article__inner,
.focus-articles-half-section .country-page-new .focus-page .lower-section .subfeatured-articles .article--special.focus-article .article__inner,
.focus-page .country-page-new .lower-section .subfeatured-articles .focus-articles-half-section .article--special.focus-article .article__inner,
.focus-articles-half-section .focus-page .country-page-new .lower-section .subfeatured-articles .article--special.focus-article .article__inner {
	flex-basis: 100%;
}

@media (max-width: 768px) {

	.country-page-new .main-section .subfeatured-articles .article,
	.country-page-new .section-page .mid-section .subfeatured-articles .article,
	.section-page .country-page-new .mid-section .subfeatured-articles .article,
	.country-page-new .focus-page .lower-section .subfeatured-articles .article,
	.focus-page .country-page-new .lower-section .subfeatured-articles .article,
	.country-page-new .main-section .subfeatured-articles .featured-item,
	.country-page-new .section-page .mid-section .subfeatured-articles .featured-item,
	.section-page .country-page-new .mid-section .subfeatured-articles .featured-item,
	.country-page-new .focus-page .lower-section .subfeatured-articles .featured-item,
	.focus-page .country-page-new .lower-section .subfeatured-articles .featured-item,
	.country-page-new .main-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .country-page-new .main-section .subfeatured-articles .focus-article,
	.country-page-new .section-page .mid-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .country-page-new .section-page .mid-section .subfeatured-articles .focus-article,
	.section-page .country-page-new .mid-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .section-page .country-page-new .mid-section .subfeatured-articles .focus-article,
	.country-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .country-page-new .focus-page .lower-section .subfeatured-articles .focus-article,
	.focus-page .country-page-new .lower-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .focus-page .country-page-new .lower-section .subfeatured-articles .focus-article,
	.country-page-new .main-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .country-page-new .main-section .subfeatured-articles .focus-article,
	.country-page-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .country-page-new .section-page .mid-section .subfeatured-articles .focus-article,
	.section-page .country-page-new .mid-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .section-page .country-page-new .mid-section .subfeatured-articles .focus-article,
	.country-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .country-page-new .focus-page .lower-section .subfeatured-articles .focus-article,
	.focus-page .country-page-new .lower-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .focus-page .country-page-new .lower-section .subfeatured-articles .focus-article {
		flex-basis: 49%;
	}
}

@media (max-width: 500px) {

	.country-page-new .main-section .subfeatured-articles .article,
	.country-page-new .section-page .mid-section .subfeatured-articles .article,
	.section-page .country-page-new .mid-section .subfeatured-articles .article,
	.country-page-new .focus-page .lower-section .subfeatured-articles .article,
	.focus-page .country-page-new .lower-section .subfeatured-articles .article,
	.country-page-new .main-section .subfeatured-articles .featured-item,
	.country-page-new .section-page .mid-section .subfeatured-articles .featured-item,
	.section-page .country-page-new .mid-section .subfeatured-articles .featured-item,
	.country-page-new .focus-page .lower-section .subfeatured-articles .featured-item,
	.focus-page .country-page-new .lower-section .subfeatured-articles .featured-item,
	.country-page-new .main-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .country-page-new .main-section .subfeatured-articles .focus-article,
	.country-page-new .section-page .mid-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .country-page-new .section-page .mid-section .subfeatured-articles .focus-article,
	.section-page .country-page-new .mid-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .section-page .country-page-new .mid-section .subfeatured-articles .focus-article,
	.country-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .country-page-new .focus-page .lower-section .subfeatured-articles .focus-article,
	.focus-page .country-page-new .lower-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .focus-page .country-page-new .lower-section .subfeatured-articles .focus-article,
	.country-page-new .main-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .country-page-new .main-section .subfeatured-articles .focus-article,
	.country-page-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .country-page-new .section-page .mid-section .subfeatured-articles .focus-article,
	.section-page .country-page-new .mid-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .section-page .country-page-new .mid-section .subfeatured-articles .focus-article,
	.country-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .country-page-new .focus-page .lower-section .subfeatured-articles .focus-article,
	.focus-page .country-page-new .lower-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .focus-page .country-page-new .lower-section .subfeatured-articles .focus-article {
		flex-basis: 100%;
	}
}

.country-page-new .main-section .subfeatured-articles .article .article-img,
.country-page-new .section-page .mid-section .subfeatured-articles .article .article-img,
.section-page .country-page-new .mid-section .subfeatured-articles .article .article-img,
.country-page-new .focus-page .lower-section .subfeatured-articles .article .article-img,
.focus-page .country-page-new .lower-section .subfeatured-articles .article .article-img,
.country-page-new .main-section .subfeatured-articles .featured-item .article-img,
.country-page-new .section-page .mid-section .subfeatured-articles .featured-item .article-img,
.section-page .country-page-new .mid-section .subfeatured-articles .featured-item .article-img,
.country-page-new .focus-page .lower-section .subfeatured-articles .featured-item .article-img,
.focus-page .country-page-new .lower-section .subfeatured-articles .featured-item .article-img,
.country-page-new .main-section .subfeatured-articles .focus-articles-section .focus-article .article-img,
.focus-articles-section .country-page-new .main-section .subfeatured-articles .focus-article .article-img,
.country-page-new .section-page .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-img,
.focus-articles-section .country-page-new .section-page .mid-section .subfeatured-articles .focus-article .article-img,
.section-page .country-page-new .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-img,
.focus-articles-section .section-page .country-page-new .mid-section .subfeatured-articles .focus-article .article-img,
.country-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-img,
.focus-articles-section .country-page-new .focus-page .lower-section .subfeatured-articles .focus-article .article-img,
.focus-page .country-page-new .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-img,
.focus-articles-section .focus-page .country-page-new .lower-section .subfeatured-articles .focus-article .article-img,
.country-page-new .main-section .subfeatured-articles .focus-articles-half-section .focus-article .article-img,
.focus-articles-half-section .country-page-new .main-section .subfeatured-articles .focus-article .article-img,
.country-page-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-img,
.focus-articles-half-section .country-page-new .section-page .mid-section .subfeatured-articles .focus-article .article-img,
.section-page .country-page-new .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-img,
.focus-articles-half-section .section-page .country-page-new .mid-section .subfeatured-articles .focus-article .article-img,
.country-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-img,
.focus-articles-half-section .country-page-new .focus-page .lower-section .subfeatured-articles .focus-article .article-img,
.focus-page .country-page-new .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-img,
.focus-articles-half-section .focus-page .country-page-new .lower-section .subfeatured-articles .focus-article .article-img {
	margin: 0;
}

.country-page-new .main-section .subfeatured-articles .article .article-info,
.country-page-new .section-page .mid-section .subfeatured-articles .article .article-info,
.section-page .country-page-new .mid-section .subfeatured-articles .article .article-info,
.country-page-new .focus-page .lower-section .subfeatured-articles .article .article-info,
.focus-page .country-page-new .lower-section .subfeatured-articles .article .article-info,
.country-page-new .main-section .subfeatured-articles .featured-item .article-info,
.country-page-new .section-page .mid-section .subfeatured-articles .featured-item .article-info,
.section-page .country-page-new .mid-section .subfeatured-articles .featured-item .article-info,
.country-page-new .focus-page .lower-section .subfeatured-articles .featured-item .article-info,
.focus-page .country-page-new .lower-section .subfeatured-articles .featured-item .article-info,
.country-page-new .main-section .subfeatured-articles .focus-articles-section .focus-article .article-info,
.focus-articles-section .country-page-new .main-section .subfeatured-articles .focus-article .article-info,
.country-page-new .section-page .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-info,
.focus-articles-section .country-page-new .section-page .mid-section .subfeatured-articles .focus-article .article-info,
.section-page .country-page-new .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-info,
.focus-articles-section .section-page .country-page-new .mid-section .subfeatured-articles .focus-article .article-info,
.country-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-info,
.focus-articles-section .country-page-new .focus-page .lower-section .subfeatured-articles .focus-article .article-info,
.focus-page .country-page-new .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-info,
.focus-articles-section .focus-page .country-page-new .lower-section .subfeatured-articles .focus-article .article-info,
.country-page-new .main-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info,
.focus-articles-half-section .country-page-new .main-section .subfeatured-articles .focus-article .article-info,
.country-page-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info,
.focus-articles-half-section .country-page-new .section-page .mid-section .subfeatured-articles .focus-article .article-info,
.section-page .country-page-new .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info,
.focus-articles-half-section .section-page .country-page-new .mid-section .subfeatured-articles .focus-article .article-info,
.country-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info,
.focus-articles-half-section .country-page-new .focus-page .lower-section .subfeatured-articles .focus-article .article-info,
.focus-page .country-page-new .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info,
.focus-articles-half-section .focus-page .country-page-new .lower-section .subfeatured-articles .focus-article .article-info {
	padding: 0;
}

.country-page-new .main-section .subfeatured-articles .article .article-info h4,
.country-page-new .section-page .mid-section .subfeatured-articles .article .article-info h4,
.section-page .country-page-new .mid-section .subfeatured-articles .article .article-info h4,
.country-page-new .focus-page .lower-section .subfeatured-articles .article .article-info h4,
.focus-page .country-page-new .lower-section .subfeatured-articles .article .article-info h4,
.country-page-new .main-section .subfeatured-articles .featured-item .article-info h4,
.country-page-new .section-page .mid-section .subfeatured-articles .featured-item .article-info h4,
.section-page .country-page-new .mid-section .subfeatured-articles .featured-item .article-info h4,
.country-page-new .focus-page .lower-section .subfeatured-articles .featured-item .article-info h4,
.focus-page .country-page-new .lower-section .subfeatured-articles .featured-item .article-info h4,
.country-page-new .main-section .subfeatured-articles .focus-articles-section .focus-article .article-info h4,
.focus-articles-section .country-page-new .main-section .subfeatured-articles .focus-article .article-info h4,
.country-page-new .section-page .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-info h4,
.focus-articles-section .country-page-new .section-page .mid-section .subfeatured-articles .focus-article .article-info h4,
.section-page .country-page-new .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-info h4,
.focus-articles-section .section-page .country-page-new .mid-section .subfeatured-articles .focus-article .article-info h4,
.country-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-info h4,
.focus-articles-section .country-page-new .focus-page .lower-section .subfeatured-articles .focus-article .article-info h4,
.focus-page .country-page-new .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-info h4,
.focus-articles-section .focus-page .country-page-new .lower-section .subfeatured-articles .focus-article .article-info h4,
.country-page-new .main-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info h4,
.focus-articles-half-section .country-page-new .main-section .subfeatured-articles .focus-article .article-info h4,
.country-page-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info h4,
.focus-articles-half-section .country-page-new .section-page .mid-section .subfeatured-articles .focus-article .article-info h4,
.section-page .country-page-new .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info h4,
.focus-articles-half-section .section-page .country-page-new .mid-section .subfeatured-articles .focus-article .article-info h4,
.country-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info h4,
.focus-articles-half-section .country-page-new .focus-page .lower-section .subfeatured-articles .focus-article .article-info h4,
.focus-page .country-page-new .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info h4,
.focus-articles-half-section .focus-page .country-page-new .lower-section .subfeatured-articles .focus-article .article-info h4 {
	margin: 16px 0;
	font-size: 19px;
	line-height: 21px;
}

.country-page-new .main-section .subfeatured-articles .article .article-info .article-info__blurb,
.country-page-new .section-page .mid-section .subfeatured-articles .article .article-info .article-info__blurb,
.section-page .country-page-new .mid-section .subfeatured-articles .article .article-info .article-info__blurb,
.country-page-new .focus-page .lower-section .subfeatured-articles .article .article-info .article-info__blurb,
.focus-page .country-page-new .lower-section .subfeatured-articles .article .article-info .article-info__blurb,
.country-page-new .main-section .subfeatured-articles .featured-item .article-info .article-info__blurb,
.country-page-new .section-page .mid-section .subfeatured-articles .featured-item .article-info .article-info__blurb,
.section-page .country-page-new .mid-section .subfeatured-articles .featured-item .article-info .article-info__blurb,
.country-page-new .focus-page .lower-section .subfeatured-articles .featured-item .article-info .article-info__blurb,
.focus-page .country-page-new .lower-section .subfeatured-articles .featured-item .article-info .article-info__blurb,
.country-page-new .main-section .subfeatured-articles .focus-articles-section .focus-article .article-info .article-info__blurb,
.focus-articles-section .country-page-new .main-section .subfeatured-articles .focus-article .article-info .article-info__blurb,
.country-page-new .section-page .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-info .article-info__blurb,
.focus-articles-section .country-page-new .section-page .mid-section .subfeatured-articles .focus-article .article-info .article-info__blurb,
.section-page .country-page-new .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-info .article-info__blurb,
.focus-articles-section .section-page .country-page-new .mid-section .subfeatured-articles .focus-article .article-info .article-info__blurb,
.country-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-info .article-info__blurb,
.focus-articles-section .country-page-new .focus-page .lower-section .subfeatured-articles .focus-article .article-info .article-info__blurb,
.focus-page .country-page-new .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-info .article-info__blurb,
.focus-articles-section .focus-page .country-page-new .lower-section .subfeatured-articles .focus-article .article-info .article-info__blurb,
.country-page-new .main-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info .article-info__blurb,
.focus-articles-half-section .country-page-new .main-section .subfeatured-articles .focus-article .article-info .article-info__blurb,
.country-page-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info .article-info__blurb,
.focus-articles-half-section .country-page-new .section-page .mid-section .subfeatured-articles .focus-article .article-info .article-info__blurb,
.section-page .country-page-new .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info .article-info__blurb,
.focus-articles-half-section .section-page .country-page-new .mid-section .subfeatured-articles .focus-article .article-info .article-info__blurb,
.country-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info .article-info__blurb,
.focus-articles-half-section .country-page-new .focus-page .lower-section .subfeatured-articles .focus-article .article-info .article-info__blurb,
.focus-page .country-page-new .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info .article-info__blurb,
.focus-articles-half-section .focus-page .country-page-new .lower-section .subfeatured-articles .focus-article .article-info .article-info__blurb {
	font-size: 13px;
	line-height: 18px;
	margin: 0;
}

.country-page-new .main-section .subfeatured-articles .clear,
.country-page-new .section-page .mid-section .subfeatured-articles .clear,
.section-page .country-page-new .mid-section .subfeatured-articles .clear,
.country-page-new .focus-page .lower-section .subfeatured-articles .clear,
.focus-page .country-page-new .lower-section .subfeatured-articles .clear {
	display: none;
}

@media (min-width: 1081px) {

	.country-page-new .main-sidebar {
		margin-top: 85px;
	}
}

.country-page-new .main-sidebar .people-to-watch .section-subhead {
	font-family: inter, sans-serif !important;
	font-weight: 500 !important;
	margin-bottom: 0;
	color: #1a4fa5;
}

.country-page-new .main-sidebar .people-to-watch .person-info__header {
	font-size: 1.9rem !important;
}

.country-page-new .main-sidebar .people-to-watch .person-info__blurb {
	font-size: 1.3rem;
}

.country-page-new .full-width-section {
	display: flex;
	flex-direction: column;
	border-top: 1px solid #000;
	padding-top: 30px;
	margin: 0 auto;
}

@media (max-width: 1079px) {

	.country-page-new .full-width-section {
		width: calc(100% - 30px);
	}
}

.country-page-new .full-width-section .bx-wrapper {
	box-shadow: none !important;
	border: none !important;
	margin-bottom: 0;
	background: 0 0;
}

.country-page-new .full-width-section .bx-wrapper .bx-viewport {
	height: 100% !important;
}

.country-page-new .full-width-section .bx-wrapper .bx-prev {
	left: 30px;
}

.country-page-new .full-width-section .bx-wrapper .bx-next {
	right: 30px;
}

.country-page-new .full-width-section .full-width-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.country-page-new .full-width-section .full-width-row + .bx-wrapper {
	background: #eddac9 !important;
}

.country-page-new .full-width-section .full-width-row .full-width-col {
	flex-basis: 100%;
	margin-bottom: 50px;
	display: flex;
}

@media (min-width: 1081px) {

	.country-page-new .full-width-section .full-width-row .full-width-col {
		flex-basis: 49%;
	}
}

.country-page-new .full-width-section .full-width-row .page-legal {
	padding: 0;
}

.country-page-new .full-width-section .full-width-row .page-legal .featured-articles {
	margin: 0;
	padding: 30px 20px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #3c576a;
	color: #fff;
}

.country-page-new .full-width-section .full-width-row .page-legal .featured-articles .featured-articles-title {
	font-family: inter, sans-serif !important;
	font-weight: 700;
	color: #fff;
}

.country-page-new .full-width-section .full-width-row .page-legal .featured-articles .legal-article {
	margin: 10px 0 15px;
	border-bottom: 1px solid #fff;
}

.country-page-new .full-width-section .full-width-row .page-legal .featured-articles .legal-article .read_more,
.country-page-new .full-width-section .full-width-row .page-legal .featured-articles .legal-article .article-info__date {
	display: none;
}

.country-page-new .full-width-section .full-width-row .page-legal .featured-articles .legal-article h3 {
	margin-right: 0;
	font-weight: 500;
}

.country-page-new .full-width-section .full-width-row .page-legal .featured-articles .legal-article .article-info__subheader {
	color: #849fb2;
}

.country-page-new .full-width-section .full-width-row .page-legal .featured-articles .legal-article .article-info__subheader h4 {
	font-family: inter, sans-serif !important;
	font-weight: 700;
	font-size: 1.3rem !important;
}

.country-page-new .full-width-section .full-width-row .page-legal .featured-articles .legal-article .article-info__blurb {
	font-size: 1.3rem;
	line-height: 1.2;
}

.country-page-new .full-width-section .full-width-row .page-legal .featured-articles hr {
	display: none;
}

.country-page-new .full-width-section .full-width-row .page-legal .featured-articles .see_more {
	font-size: 15px;
	background: #ffefe5;
	border: none;
	color: #000;
	transition: all 0.5s ease;
	padding: 5px 10px;
}

.country-page-new .full-width-section .full-width-row .page-legal .featured-articles .see_more:hover {
	background: #000;
	color: #fff;
}

.country-page-new .full-width-section .reports-slider .report {
	padding: 35px 100px 25px;
}

@media (max-width: 480px) {

	.country-page-new .full-width-section .reports-slider .report {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.country-page-new .full-width-section .reports-slider .report-inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.country-page-new .full-width-section .reports-slider .report-inner .report-img {
	flex-basis: 100%;
}

.country-page-new .full-width-section .reports-slider .report-inner .report-img img {
	margin: 0 auto;
}

@media (min-width: 900px) {

	.country-page-new .full-width-section .reports-slider .report-inner .report-img {
		flex-basis: 320px;
	}
}

.country-page-new .full-width-section .reports-slider .report-inner .report-content {
	padding: 20px 0 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-basis: 100%;
}

@media (min-width: 900px) and (max-width: 1279px) {

	.country-page-new .full-width-section .reports-slider .report-inner .report-content {
		order: -1;
	}
}

@media (min-width: 1280px) {

	.country-page-new .full-width-section .reports-slider .report-inner .report-content {
		flex-basis: calc(100% - 700px);
	}
}

@media (max-width: 480px) {

	.country-page-new .full-width-section .reports-slider .report-inner .report-content {
		display: none;
	}
}

.country-page-new .full-width-section .reports-slider .report-inner .report-content .report-title {
	color: #fc6694;
	font-size: 2.2rem;
	font-weight: 500;
}

.country-page-new .full-width-section .reports-slider .report-inner .report-content .report-subtitle {
	font-size: 4.8rem;
	font-weight: 400;
	font-family: dm serif text, serif;
}

.country-page-new .full-width-section .reports-slider .report-inner .report-content .report-date {
	font-weight: 700;
	font-size: 18px;
	font-family: dm serif text, serif;
}

.country-page-new .full-width-section .reports-slider .report-inner .report-content .report-text {
	font-size: 1.5rem;
	font-weight: 500;
}

.country-page-new .full-width-section .reports-slider .report-inner .report-download {
	padding: 10px 0 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	flex-basis: 100%;
}

@media (min-width: 900px) {

	.country-page-new .full-width-section .reports-slider .report-inner .report-download {
		flex-basis: 320px;
		align-items: flex-end;
	}
}

.country-page-new .full-width-section .reports-slider .report-inner .report-download .report-decor {
	width: 100%;
	min-height: 130px;
	background-image: url(img/report-decor-img.jpg);
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
}

.country-page-new .full-width-section .reports-slider .report-inner .report-download .report-button button {
	background: #fc6694;
	color: #000;
	border: none;
	transition: all 0.5s ease;
	padding: 6px 33px;
	width: unset;
}

.country-page-new .full-width-section .reports-slider .report-inner .report-download .report-button button:hover {
	color: #fc6694;
	background: #000;
}

.country-page-new .full-width-section .focus-articles-sss {
	margin: 50px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	background: 0 0 !important;
}

.country-page-new .full-width-section .focus-articles-sss .focus-articles-half-section {
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	flex-basis: 100%;
	margin: 0 0 20px !important;
}

@media (min-width: 1081px) {

	.country-page-new .full-width-section .focus-articles-sss .focus-articles-half-section {
		flex-basis: calc(50% - 10px);
	}
}

.country-page-new .full-width-section .focus-articles-sss .focus-articles-half-section .right {
	align-self: flex-end;
}

.country-page-new .full-width-section .focus-articles-sss .focus-article .article-info__header h2 {
	min-height: 60px;
}

.country-page-new .full-width-section .subfeatured-articles .article-info__header h4 {
	font-size: 1.9rem !important;
}

.country-page-new .full-width-section .subfeatured-articles .article-info__blurb {
	font-size: 1.3rem !important;
}

.mepr-price-box {
	flex-basis: 47%;
	max-width: 265px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding: 18px 5px !important;
}

.mepr-price-box .mepr-most-popular {
	display: none;
}

.mepr-price-box .mepr-price-box-price {
	display: none;
}

.mepr-price-box .mepr-price-box-head .mepr-price-box-title {
	font-size: 2.75rem !important;
	line-height: 1.29;
}

.mepr-price-box .mepr-price-box-head .mepr-price-box-title .highlight {
	color: #9a0625;
}

.mepr-price-box .mepr-price-box-head .mepr-price-box-heading {
	font-size: 1.2rem;
	font-weight: 500;
	margin: 0;
	color: #000;
}

.mepr-price-box .mepr-price-box-benefits-item {
	font-size: 1.2rem;
	line-height: 1.25;
	font-weight: 500;
	padding: 0;
	margin: 5px 20px;
	text-align: center;
	color: #000;
}

.mepr-price-box .mepr-price-box-benefits-item::before {
	display: none !important;
}

.mepr-price-box .paragraph {
	font-size: 1.2rem;
	font-weight: 400;
	margin: 0;
	color: #000;
	border-top: 1px solid #d3d3d3;
	padding-top: 6px;
	padding-left: 6px;
	padding-right: 6px;
}

.mepr-price-box .mepr-price-box-button a {
	border-radius: 13.5px;
	border: solid 1px #12100c;
	font-size: 1.3rem;
	font-weight: 800;
	padding: 8px 36px;
	width: auto;
	min-width: 0;
	margin-top: 16px;
	text-decoration: none;
}

.mepr-price-box .mepr-price-box-button a:hover {
	padding: 8px 40px;
	background: #fff;
}

.mepr-price-box .mepr-custom-radio__radio-ui {
	display: none;
}

.mepr-price-box .mepr-price-box-select {
	flex-direction: column;
	margin: 5px 0 0;
	width: 100%;
	display: flex;
}

.mepr-price-box .mepr-price-box-select-inner {
	display: block;
	margin: auto;
}

.single-memberpressproduct .mepr-price-box{}

.single-memberpressproduct .mepr-price-box .mepr-price-box-select {
	background: #ffefe5;
}

.single-memberpressproduct .mepr-price-box .mepr-price-box-select-inner {
	width: 100%;
}

.single-memberpressproduct .mepr-price-box .mepr-custom-radio {
	background: #fff;
	margin: 10px 0;
	padding: 15px 15px 15px 30px;
	height: auto !important;
}

.single-memberpressproduct .mepr-price-box .mepr-custom-radio.mepr-custom-radio--active {
	background: #fc9 !important;
}

.single-memberpressproduct .mepr-price-box .mepr-custom-radio__input {
	flex-basis: 100%;
	display: flex;
}

.single-memberpressproduct .mepr-price-box .mepr-custom-radio__input h2 {
	font-family: inter, sans-serif !important;
	font-weight: 700;
}

.single-memberpressproduct .mepr-price-box .mepr-custom-radio__heading {
	text-align: left;
	font-size: 1.6rem;
}

.single-memberpressproduct .mepr-price-box .jq-radio {
	border: 2px solid #000;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin: 6px 10px 0 0;
}

.single-memberpressproduct .mepr-price-box .jq-radio.checked .jq-radio__div {
	width: 10px;
	height: 10px;
	background: #000;
	border-radius: 50%;
	margin: 3px;
}

.mepr-price-box .mepr-custom-radio {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	height: 16px;
}

.mepr-price-box .mepr-price-box-bundle .mepr-price-box-benefits-item {
	color: #9a0625;
}

.mepr-price-box .mepr-price-box-foot {
	position: relative;
	padding: 0;
}

.single-memberpressgroup .wallpaper {
	background: url(img/registration-home-bg.jpg) 50% no-repeat;
	background-size: cover;
}

.single-memberpressgroup .container {
	max-width: 1140px;
}

.single-memberpressgroup .pf-content-new h1 {
	font-size: 3.4rem;
	margin: 8px 0 34px;
}

.single-memberpressgroup .pf-content-new h2 {
	font-size: 2.6rem !important;
	margin: 20px 0;
}

.single-memberpressgroup .pf-content-new p {
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1.35;
}

.single-memberpressgroup .mepr-price-menu .mepr-price-menu__header h2 {
	font-size: 1.7rem !important;
	margin: 30px 0;
	font-weight: 700;
	text-align: left !important;
	color: #383c3f !important;
}

.single-memberpressgroup .mepr-price-menu .mepr-price-boxes {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 0;
}

@media (min-width: 1200px) {

	.single-memberpressgroup .pf-content-new {
		max-width: 560px;
		position: relative;
	}

	.single-memberpressgroup .pf-content-new::before {
		position: absolute;
		content: "";
		bottom: 30px;
		left: 390px;
		height: 325px;
		width: 862px;
		background: url(img/registration-home-decor.png) 50% no-repeat;
	}
}

.single-memberpressproduct .mepr_custom_field--countries .jq-selectbox__dropdown ul li:first-child,
.mepr-account-home .mepr_custom_field--countries .jq-selectbox__dropdown ul li:first-child {
	display: none;
}

.single-memberpressproduct.new-user .mepr_custom_field--dropdown .jq-selectbox__dropdown ul li:last-child,
.single-memberpressproduct.new-user .mepr_custom_field--states .jq-selectbox__dropdown ul li:last-child,
.mepr-account-home.new-user .mepr_custom_field--dropdown .jq-selectbox__dropdown ul li:last-child,
.mepr-account-home.new-user .mepr_custom_field--states .jq-selectbox__dropdown ul li:last-child {
	display: none;
}

.single-memberpressproduct .wrapper-member-free .mepr_mepr_phone_number > *,
.mepr-account-home .wrapper-member-free .mepr_mepr_phone_number > * {
	display: none;
}

.single-memberpressproduct .wrapper-member-free .mepr_mepr-address-one,
.single-memberpressproduct .wrapper-member-free .mepr_mepr-address-two,
.mepr-account-home .wrapper-member-free .mepr_mepr-address-one,
.mepr-account-home .wrapper-member-free .mepr_mepr-address-two {
	display: none;
}

.single-memberpressproduct .single-page,
.mepr-account-home .single-page {
	background: #ffefe5;
}

.single-memberpressproduct .container,
.mepr-account-home .container {
	padding: 30px 0 0;
}

.single-memberpressproduct .pf-content-new,
.mepr-account-home .pf-content-new {
	color: #000;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.single-memberpressproduct .pf-content-new .mp_wrapper,
.mepr-account-home .pf-content-new .mp_wrapper {
	flex-basis: 100%;
}

.single-memberpressproduct .pf-content-new .left,
.mepr-account-home .pf-content-new .left {
	flex-basis: 58.5%;
	margin-bottom: 50px;
}

@media (max-width: 1023px) {

	.single-memberpressproduct .pf-content-new .left,
	.mepr-account-home .pf-content-new .left {
		flex-basis: 100%;
	}
}

.single-memberpressproduct .pf-content-new .left h1,
.mepr-account-home .pf-content-new .left h1 {
	font-size: 2.4rem !important;
	color: #000;
	margin-bottom: 18px;
}

.single-memberpressproduct .pf-content-new .left h1 strong,
.mepr-account-home .pf-content-new .left h1 strong {
	font-family: dm serif text, serif;
	font-size: 3.4rem;
	font-weight: 400;
}

.single-memberpressproduct .pf-content-new .left .mepr-form-has-errors,
.mepr-account-home .pf-content-new .left .mepr-form-has-errors {
	display: none;
}

.single-memberpressproduct .pf-content-new .left .mepr-form__footer,
.mepr-account-home .pf-content-new .left .mepr-form__footer {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	width: 100%;
}

.single-memberpressproduct .pf-content-new .left .mepr-form__footer .mepr-submit,
.mepr-account-home .pf-content-new .left .mepr-form__footer .mepr-submit {
	float: left;
	border-color: transparent;
	background: #fc9;
	color: #000;
	font-size: 1.4rem;
	font-weight: 700;
	padding: 8px 24px 6px;
	min-width: 0;
	transition: all 0.5s ease;
	margin: 0;
}

.single-memberpressproduct .pf-content-new .left .mepr-form__footer .mepr-submit:hover,
.mepr-account-home .pf-content-new .left .mepr-form__footer .mepr-submit:hover {
	background: #000;
	color: #fc9;
}

.single-memberpressproduct .pf-content-new .left .mepr-form__footer .mepr-account-change-password a,
.mepr-account-home .pf-content-new .left .mepr-form__footer .mepr-account-change-password a {
	color: #000;
}

.single-memberpressproduct .pf-content-new .right,
.mepr-account-home .pf-content-new .right {
	flex-basis: 31.5%;
}

@media (max-width: 1023px) {

	.single-memberpressproduct .pf-content-new .right,
	.mepr-account-home .pf-content-new .right {
		flex-basis: 100%;
		order: -1;
	}
}

.single-memberpressproduct .pf-content-new .right h2,
.mepr-account-home .pf-content-new .right h2 {
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 15px;
}

.single-memberpressproduct .pf-content-new .right p,
.mepr-account-home .pf-content-new .right p {
	font-size: 1.4rem;
	line-height: 1.8rem;
	text-align: center;
}

.single-memberpressproduct .pf-content-new .right .mepr-price-box,
.mepr-account-home .pf-content-new .right .mepr-price-box {
	width: 100%;
	max-width: 100%;
	padding: 10px 0 0 !important;
	text-align: center;
}

.single-memberpressproduct .pf-content-new .right .mepr-price-box .mepr-price-box-benefits,
.mepr-account-home .pf-content-new .right .mepr-price-box .mepr-price-box-benefits {
	margin-bottom: 20px;
}

.single-memberpressproduct .pf-content-new .right .mepr-price-box .mepr-price-box-foot,
.mepr-account-home .pf-content-new .right .mepr-price-box .mepr-price-box-foot {
	display: none;
}

.single-memberpressproduct .pf-content-new .right .mepr-price-box .mepr-price-box-title,
.mepr-account-home .pf-content-new .right .mepr-price-box .mepr-price-box-title {
	font-size: 2.2rem !important;
	margin-bottom: 0;
	font-family: dm serif text, serif;
}

.single-memberpressproduct .pf-content-new .right .mepr-price-box .mepr-price-box-heading,
.mepr-account-home .pf-content-new .right .mepr-price-box .mepr-price-box-heading {
	font-size: 1.9rem !important;
	margin-bottom: 10px;
	font-family: dm serif text, serif;
}

.single-memberpressproduct .pf-content-new .right .mepr-price-box .mepr-price-box-heading img,
.mepr-account-home .pf-content-new .right .mepr-price-box .mepr-price-box-heading img {
	margin: 17px 0 31px;
}

.single-memberpressproduct .pf-content-new .right .mepr-price-box .mepr-price-box-benefits-item,
.mepr-account-home .pf-content-new .right .mepr-price-box .mepr-price-box-benefits-item {
	font-size: 1.9rem;
	line-height: 1.44;
	font-family: dm serif text, serif;
	margin: 0;
}

.single-memberpressproduct .pf-content-new .right .mepr-price-box.mepr-price-box-bundle .mepr-price-box-benefits-item,
.mepr-account-home .pf-content-new .right .mepr-price-box.mepr-price-box-bundle .mepr-price-box-benefits-item {
	color: #9a0625 !important;
}

.single-memberpressproduct .pf-content-new .right .mepr-price-box .mepr-price-box-select input,
.mepr-account-home .pf-content-new .right .mepr-price-box .mepr-price-box-select input {
	display: none;
}

.single-memberpressproduct .pf-content-new .right .mepr-price-box .mepr-custom-radio,
.mepr-account-home .pf-content-new .right .mepr-price-box .mepr-custom-radio {
	height: 22px;
}

.single-memberpressproduct .pf-content-new .right .mepr-price-box .mepr-custom-radio__price,
.single-memberpressproduct .pf-content-new .right .mepr-price-box .mepr-custom-radio__meta,
.mepr-account-home .pf-content-new .right .mepr-price-box .mepr-custom-radio__price,
.mepr-account-home .pf-content-new .right .mepr-price-box .mepr-custom-radio__meta {
	font-size: 1.5rem;
}

.single-memberpressproduct .pf-content-new .right .mepr-price-box-button,
.mepr-account-home .pf-content-new .right .mepr-price-box-button {
	text-align: center;
	margin: 28px 0 19px;
}

.single-memberpressproduct .pf-content-new .right .mepr-price-box-button a,
.mepr-account-home .pf-content-new .right .mepr-price-box-button a {
	color: #fff;
	background: #9a0625;
	font-size: 1.5rem;
	font-weight: 700;
	padding: 7px 17px;
	border-radius: 14px;
	border: 1px solid #9a0625;
}

.single-memberpressproduct .pf-content-new .right .mepr-price-box-button a:hover,
.mepr-account-home .pf-content-new .right .mepr-price-box-button a:hover {
	text-decoration: none;
	color: #9a0625;
	background: #fff;
}

.single-memberpressproduct .pf-content-new .mepr-form,
.mepr-account-home .pf-content-new .mepr-form {
	max-width: 100%;
	width: 100%;
	margin: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.single-memberpressproduct .pf-content-new .mepr-form .have-coupon-link,
.mepr-account-home .pf-content-new .mepr-form .have-coupon-link {
	margin: 5px 0 15px;
	color: #000;
}

.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row {
	margin-bottom: 15px;
}

.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row.mepr_agr a,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row.mepr_tos a,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row.mepr_mepr_mailchimp a,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row.mepr_agr a,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row.mepr_tos a,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row.mepr_mepr_mailchimp a {
	color: #000;
	text-decoration: underline;
}

.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row.mepr_agr label,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row.mepr_tos label,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row.mepr_mepr_mailchimp label,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row.mepr_agr label,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row.mepr_tos label,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row.mepr_mepr_mailchimp label {
	margin: 0;
	color: #000;
	font-size: 1rem !important;
	font-weight: 400;
	line-height: 1.3;
	padding: 0;
}

.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row.mepr_agr label .jq-checkbox,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row.mepr_tos label .jq-checkbox,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row.mepr_mepr_mailchimp label .jq-checkbox,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row.mepr_agr label .jq-checkbox,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row.mepr_tos label .jq-checkbox,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row.mepr_mepr_mailchimp label .jq-checkbox {
	width: 11px;
	height: 11px;
	border: 1px solid #000;
	margin-right: 11px;
	display: block;
	float: left;
	margin-bottom: 11px;
}

.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row.mepr_agr label .jq-checkbox.checked .jq-checkbox__div,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row.mepr_tos label .jq-checkbox.checked .jq-checkbox__div,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row.mepr_mepr_mailchimp label .jq-checkbox.checked .jq-checkbox__div,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row.mepr_agr label .jq-checkbox.checked .jq-checkbox__div,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row.mepr_tos label .jq-checkbox.checked .jq-checkbox__div,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row.mepr_mepr_mailchimp label .jq-checkbox.checked .jq-checkbox__div {
	background: #000;
	height: 100%;
	width: 100%;
	border: 1px solid #fff;
}

.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr),
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr) {
	flex-basis: 49%;
	max-width: 49%;
}

@media (max-width: 480px) {

	.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr),
	.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr) {
		flex-basis: 100%;
		max-width: 100%;
	}
}

.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_price,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_price {
	display: none !important;
}

.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_first_name,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_last_name,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_email,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_mepr-address-state,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_mepr-address-city,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_mepr-address-zip,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_first_name,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_last_name,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_email,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_mepr-address-state,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_mepr-address-city,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_mepr-address-zip {
	flex-basis: 32% !important;
}

@media (max-width: 480px) {

	.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_first_name,
	.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_last_name,
	.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_email,
	.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_mepr-address-state,
	.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_mepr-address-city,
	.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_mepr-address-zip,
	.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_first_name,
	.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_last_name,
	.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_email,
	.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_mepr-address-state,
	.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_mepr-address-city,
	.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_mepr-address-zip {
		flex-basis: 100% !important;
	}
}

.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_mepr_phone_number,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_mepr_phone_number {
	display: none;
}

.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_first_name,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_last_name,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_email,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_mepr_company,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_first_name,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_last_name,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_email,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_mepr_company {
	order: -10;
}

.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_mepr_organization_name,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_mepr_organization_type,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_mepr_area_of_expertise,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_mepr_job_role,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_mepr_job_title,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_mepr_organization_name,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_mepr_organization_type,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_mepr_area_of_expertise,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_mepr_job_role,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_mepr_job_title {
	order: -9;
}

.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_mepr_phone_number,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_mepr-address-country,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_mepr_phone_number,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_mepr-address-country {
	order: -8;
}

.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_mepr-address-one,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_mepr-address-two,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_mepr-address-one,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_mepr-address-two {
	order: -7;
	display: none;
}

.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_mepr-address-city,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_mepr-address-city {
	order: -6;
}

.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_mepr-address-state,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_mepr-address-state {
	order: -7;
}

.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_mepr-address-zip,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_mepr-address-zip {
	order: -4;
}

.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_mepr_mailchimp,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_mepr_mailchimp {
	max-width: 100%;
	width: 100%;
	flex-basis: 100%;
}

.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_password,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_password_confirm,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_password,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_password_confirm {
	order: -1;
}

.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--dropdown,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--states,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--countries,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--dropdown,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--states,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--countries {
	padding: 0;
	border-bottom: none;
}

.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--dropdown .jq-selectbox,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--states .jq-selectbox,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--countries .jq-selectbox,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--dropdown .jq-selectbox,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--states .jq-selectbox,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--countries .jq-selectbox {
	width: 100%;
}

.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--dropdown .jq-selectbox select,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--states .jq-selectbox select,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--countries .jq-selectbox select,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--dropdown .jq-selectbox select,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--states .jq-selectbox select,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--countries .jq-selectbox select {
	width: 0;
	height: 0;
	position: absolute;
}

.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--dropdown .jq-selectbox select.invalid + .jq-selectbox__select,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--states .jq-selectbox select.invalid + .jq-selectbox__select,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--countries .jq-selectbox select.invalid + .jq-selectbox__select,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--dropdown .jq-selectbox select.invalid + .jq-selectbox__select,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--states .jq-selectbox select.invalid + .jq-selectbox__select,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--countries .jq-selectbox select.invalid + .jq-selectbox__select {
	border-color: red;
	background: rgba(255, 0, 0, 0.5) !important;
	color: #fff;
}

.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--dropdown .jq-selectbox select.invalid + .jq-selectbox__select .jq-selectbox__trigger,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--states .jq-selectbox select.invalid + .jq-selectbox__select .jq-selectbox__trigger,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--countries .jq-selectbox select.invalid + .jq-selectbox__select .jq-selectbox__trigger,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--dropdown .jq-selectbox select.invalid + .jq-selectbox__select .jq-selectbox__trigger,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--states .jq-selectbox select.invalid + .jq-selectbox__select .jq-selectbox__trigger,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--countries .jq-selectbox select.invalid + .jq-selectbox__select .jq-selectbox__trigger {
	border-top-color: #fff;
}

.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--dropdown .jq-selectbox .jq-selectbox__select,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--states .jq-selectbox .jq-selectbox__select,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--countries .jq-selectbox .jq-selectbox__select,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--dropdown .jq-selectbox .jq-selectbox__select,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--states .jq-selectbox .jq-selectbox__select,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--countries .jq-selectbox .jq-selectbox__select {
	border-radius: 3px;
	border: solid 1px #000;
	background-color: #fff;
	text-align: left;
	font-weight: 800;
	padding: 8px 9px 6px;
	font-size: 1.4rem;
}

.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--dropdown .jq-selectbox .jq-selectbox__trigger,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--states .jq-selectbox .jq-selectbox__trigger,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--countries .jq-selectbox .jq-selectbox__trigger,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--dropdown .jq-selectbox .jq-selectbox__trigger,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--states .jq-selectbox .jq-selectbox__trigger,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--countries .jq-selectbox .jq-selectbox__trigger {
	position: absolute;
	right: 10px;
	top: 14px;
	border: 7px solid transparent;
	border-top-color: transparent;
	border-top-style: solid;
	border-top-width: 7px;
	border-top: 7px solid #000;
}

.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--dropdown .jq-selectbox .jq-selectbox__dropdown,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--states .jq-selectbox .jq-selectbox__dropdown,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--countries .jq-selectbox .jq-selectbox__dropdown,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--dropdown .jq-selectbox .jq-selectbox__dropdown,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--states .jq-selectbox .jq-selectbox__dropdown,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--countries .jq-selectbox .jq-selectbox__dropdown {
	width: calc(100% + 2px);
	background: #fff;
	left: -1px;
	top: 39px;
	border: 1px solid #000;
	border-radius: 3px;
	box-sizing: border-box;
}

.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--dropdown .jq-selectbox .jq-selectbox__dropdown ul,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--states .jq-selectbox .jq-selectbox__dropdown ul,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--countries .jq-selectbox .jq-selectbox__dropdown ul,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--dropdown .jq-selectbox .jq-selectbox__dropdown ul,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--states .jq-selectbox .jq-selectbox__dropdown ul,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--countries .jq-selectbox .jq-selectbox__dropdown ul {
	padding: 10px 5px;
	margin: 0;
	font-weight: 400;
	cursor: pointer;
}

.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--dropdown .jq-selectbox .jq-selectbox__dropdown ul li,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--states .jq-selectbox .jq-selectbox__dropdown ul li,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--countries .jq-selectbox .jq-selectbox__dropdown ul li,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--dropdown .jq-selectbox .jq-selectbox__dropdown ul li,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--states .jq-selectbox .jq-selectbox__dropdown ul li,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--countries .jq-selectbox .jq-selectbox__dropdown ul li {
	padding: 5px;
	font-size: 1.6rem;
}

.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--dropdown .jq-selectbox .jq-selectbox__dropdown ul li:hover,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--states .jq-selectbox .jq-selectbox__dropdown ul li:hover,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--countries .jq-selectbox .jq-selectbox__dropdown ul li:hover,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--dropdown .jq-selectbox .jq-selectbox__dropdown ul li:hover,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--states .jq-selectbox .jq-selectbox__dropdown ul li:hover,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--countries .jq-selectbox .jq-selectbox__dropdown ul li:hover {
	background: #ffefe5;
	color: #000;
}

.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--dropdown .jq-selectbox .jq-selectbox__dropdown ul li.sel,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--dropdown .jq-selectbox .jq-selectbox__dropdown ul li.selected,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--states .jq-selectbox .jq-selectbox__dropdown ul li.sel,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--states .jq-selectbox .jq-selectbox__dropdown ul li.selected,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--countries .jq-selectbox .jq-selectbox__dropdown ul li.sel,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--countries .jq-selectbox .jq-selectbox__dropdown ul li.selected,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--dropdown .jq-selectbox .jq-selectbox__dropdown ul li.sel,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--dropdown .jq-selectbox .jq-selectbox__dropdown ul li.selected,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--states .jq-selectbox .jq-selectbox__dropdown ul li.sel,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--states .jq-selectbox .jq-selectbox__dropdown ul li.selected,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--countries .jq-selectbox .jq-selectbox__dropdown ul li.sel,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--countries .jq-selectbox .jq-selectbox__dropdown ul li.selected {
	color: #fff;
	background: #9a0625;
}

.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--dropdown .jq-selectbox .jq-selectbox__dropdown ul li:last-child,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--states .jq-selectbox .jq-selectbox__dropdown ul li:last-child,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--countries .jq-selectbox .jq-selectbox__dropdown ul li:last-child,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--dropdown .jq-selectbox .jq-selectbox__dropdown ul li:last-child,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--states .jq-selectbox .jq-selectbox__dropdown ul li:last-child,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr).mepr_custom_field--countries .jq-selectbox .jq-selectbox__dropdown ul li:last-child{}

.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr) .mepr-form-input:not(.mepr-select-field):not(.mepr-checkbox-field),
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr) .mepr-form-input:not(.mepr-select-field):not(.mepr-checkbox-field) {
	border-radius: 3px;
	border: solid 1px #000;
	background-color: #fff;
	text-align: left;
	font-weight: 800;
	font-size: 1.4rem;
	padding: 8px 9px 6px;
	width: 100%;
}

.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr) .mepr-form-input:not(.mepr-select-field):not(.mepr-checkbox-field).invalid,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr) .mepr-form-input:not(.mepr-select-field):not(.mepr-checkbox-field).invalid {
	border: 1px solid red !important;
	color: #fff !important;
	background: rgba(255, 0, 0, 0.5) !important;
}

.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr) .mp-form-label,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr) .mp-form-label {
	text-align: left;
	margin-bottom: 0;
}

.single-memberpressproduct .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr) label,
.mepr-account-home .pf-content-new .mepr-form .mp-form-row:not(.mepr_tos):not(.mepr_agr) label {
	text-align: left;
	font-weight: 400;
	font-size: 1.4rem;
}

.single-memberpressproduct .pf-content-new .mepr-form .mp-form-submit,
.mepr-account-home .pf-content-new .mepr-form .mp-form-submit {
	width: 100%;
}

.single-memberpressproduct .pf-content-new .mepr-form .mp-form-submit .mepr-form-has-errors,
.mepr-account-home .pf-content-new .mepr-form .mp-form-submit .mepr-form-has-errors {
	display: none !important;
	color: red;
}

.single-memberpressproduct .pf-content-new .mepr-form .mp-form-submit .mepr-submit,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-submit .mepr-submit-reloaded,
.mepr-account-home .pf-content-new .mepr-form .mp-form-submit .mepr-submit,
.mepr-account-home .pf-content-new .mepr-form .mp-form-submit .mepr-submit-reloaded {
	border-color: transparent;
	background: #fc9;
	color: #000;
	font-size: 1.4rem;
	font-weight: 700;
	padding: 8px 24px 6px;
	min-width: 0;
	transition: all 0.5s ease;
	margin: 0;
}

.single-memberpressproduct .pf-content-new .mepr-form .mp-form-submit .mepr-submit:hover,
.single-memberpressproduct .pf-content-new .mepr-form .mp-form-submit .mepr-submit-reloaded:hover,
.mepr-account-home .pf-content-new .mepr-form .mp-form-submit .mepr-submit:hover,
.mepr-account-home .pf-content-new .mepr-form .mp-form-submit .mepr-submit-reloaded:hover {
	background: #000;
	color: #fc9;
}

.page-body {
	min-height: calc(100vh - 417px);
}

.mp_login_form {
	max-width: 400px;
	margin: 0 auto;
}

.mp_login_form h1 {
	margin: 25px 0 50px;
	text-align: center;
}

.mp_login_form .mp-form-row .mp-form-label {
	text-align: left;
}

.mp_login_form .mp-form-row .mp-form-label label {
	font-weight: 600 !important;
	font-size: 1.4rem;
}

.mp_login_form .mp-form-row input {
	border-radius: 3px;
	border: solid 1px #000;
	background-color: #fff;
	text-align: left;
	font-weight: 800;
	font-size: 1.4rem;
	padding: 8px 9px 6px;
	width: 100%;
}

.mp_login_form .jq-checkbox {
	width: 14px;
	height: 14px;
	border: 1px solid #000;
	margin: 1px 11px 6px 0;
	display: block;
	float: left;
}

.mp_login_form .jq-checkbox.checked .jq-checkbox__div {
	background: #000;
	height: 100%;
	width: 100%;
	border: 1px solid #fff;
}

.mp_login_form .left label {
	font-size: 1.25rem;
	font-weight: 400;
}

.mp_login_form .right a {
	font-size: 1.25rem;
	font-weight: 500;
	text-decoration: underline;
	color: #000;
}

.mp_login_form .submit {
	margin: 25px 0 50px;
}

.mp_login_form .submit input[type="submit"] {
	background: #ffcc9a;
	color: #000;
	font-weight: 700;
	padding: 15px 45px;
	margin: 0 auto;
	transition: all 0.5s ease;
}

.mp_login_form .submit input[type="submit"]:hover {
	color: #ffcc9a;
	background: #000;
}

.mp_login_form .register h3 {
	font-size: 1.4rem !important;
	float: left;
}

.mp_login_form .register a {
	color: #000;
	text-decoration: underline;
	float: right;
	font-size: 1.4rem !important;
	font-weight: 500;
}

.mepr-nav-item a {
	background: 0 0;
	font-family: dm serif text, serif;
	font-size: 1.6rem;
	color: #7d7d7d;
	padding: 0;
	font-weight: 400;
	height: auto;
}

.mepr-nav-item a:hover {
	color: #000;
}

.mepr-nav-item a#mepr-account-logout {
	color: #9a0625;
}

.mepr-nav-item.mepr-active-nav-tab a {
	color: #000;
}

.mepr-account-heading {
	text-align: left;
	font-size: 2.2rem !important;
	font-weight: 700;
	font-family: inter, sans-serif !important;
}

.last-line {
	margin: 30px 0;
	font-size: 14px;
	font-weight: 500;
}

.last-line a {
	text-decoration: underline;
}

.last-line .right a {
	color: #9c0121;
}

.mepr-account-table {
	border: 1px solid #000 !important;
	border-collapse: collapse !important;
}

.mepr-account-table tr {
	border: 1px solid #000 !important;
}

.mepr-account-table th {
	font-size: 1.4rem !important;
	text-transform: uppercase !important;
	padding: 11px !important;
}

.mepr-account-table td {
	font-size: 1.4rem !important;
	padding: 11px !important;
	color: #000 !important;
}

.mepr-account-table td.action-col a {
	color: #fff;
	background: #9a0625;
	font-size: 1.5rem;
	font-weight: 700;
	padding: 7px 17px;
	border-radius: 14px;
	border: 1px solid #9a0625;
	text-decoration: none;
}

.mepr-account-table td.action-col a:hover {
	text-decoration: none;
	color: #9a0625;
	background: #fff;
	padding: 7px 17px;
}

body.mepr-checkout-payment-page{}

body.mepr-checkout-payment-page .page-body {
	padding-top: 0;
}

body.mepr-checkout-payment-page .pf-content-new {
	background: 0 0;
	max-width: 500px;
	padding: 15px;
	border: 1px solid #000;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
}

body.mepr-checkout-payment-page .mepr-payment-page {
	position: relative;
}

body.mepr-checkout-payment-page .mepr-payment-page h1 {
	position: absolute;
	top: -70px;
	font-size: 2.4rem !important;
}

body.mepr-checkout-payment-page .mepr-product-select h2 {
	font-family: inter, sans-serif !important;
}

body.mepr-checkout-payment-page .mepr-product-select p {
	font-size: 1.5rem;
}

body.mepr-checkout-payment-page .mepr-product-select #mepr-product-select-form .jq-radio {
	border: 1px solid #000;
	width: 15px;
	height: 15px;
	border-radius: 50%;
}

body.mepr-checkout-payment-page .mepr-product-select #mepr-product-select-form .jq-radio.checked .jq-radio__div {
	width: 60%;
	height: 60%;
	background: #000;
	border-radius: 50%;
	margin: 20%;
}

body.mepr-checkout-payment-page .mepr-product-select #mepr-product-select-form label {
	font-size: 1.5rem;
	font-weight: 400;
	width: calc(100% - 25px);
}

body.mepr-checkout-payment-page .mepr-invoice {
	background: 0 0;
	font-family: inter, sans-serif !important;
}

body.mepr-checkout-payment-page .mp-form-label label {
	font-size: 1.5rem;
	font-weight: 400;
}

body.mepr-checkout-payment-page .mepr-submit {
	border-color: transparent;
	background: #fc9;
	color: #000;
	font-size: 1.4rem;
	font-weight: 700;
	padding: 8px 24px 6px;
	min-width: 0;
	transition: all 0.5s ease;
	margin: 10px 0 0;
	border-radius: 25px;
}

body.mepr-checkout-payment-page .mepr-submit:hover {
	background: #000;
	color: #fc9;
}

body.mepr-checkout-payment-page .aftercontent {
	max-width: 500px;
	font-size: 1rem;
	line-height: 1.1;
	margin: 0 auto;
	padding: 0 15px 15px;
	border: 1px solid #000;
	border-top: none;
	border-radius: 0 0 5px 5px;
	display: block;
}

.aftercontent {
	display: none;
}

.mailchimp-subscriptions {
	text-align: left;
}

.mailchimp-subscriptions h2 {
	margin: 60px 0 20px;
	font-size: 2rem !important;
	font-weight: 900;
	font-family: inter, sans-serif !important;
}

.mailchimp-subscriptions label {
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 0.85;
}

.mailchimp-subscriptions .jq-checkbox .jq-checkbox__div {
	width: 33px;
	height: 13px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAANCAMAAAAQVPcQAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAALlUExURQAAAOZLI+ZOJuZLIvOynuY/F+U/FuVCGOZOJ+dOJudMJOymk/C3puiEaehfO++yoeuYgPCpl+ymkfff2uqjjPGrk+2JaffOtuNJI+Q5D+VFHfbGr/nPt++1o++YevK0n+VHIfXQxu20neY3C+mhjvjNteVBF/C3pO+Rc/TTyO+yoe6tl/C9r+mpkvPGuvnr5eh+Y+iJa/rXwOpyU+t8YOyRfemHcfGcgPS2meU1C++pjfPPxOZVL/bEqORvTeh6WOtyUPGske15VelbNfnPuOdSK+ZkQfrQuOZdO+t5WudSLOyEauU/FOhLJehrS+mGZ+qQdvKeie+wn/bUyfPLv+20pPPPxPKqleaBY/SfjuqehuVGH+dLJOVBGeg+FP///+hBF/7//+hAFug+FOg9EeczBuhDGeg8Eeg/Fec5DedCGPz49fz//+g5DeY3C/z8+ucxA+lCF+g7D+hCGOheO+YzBuY4C+g+EuhCF+g2Cug6Duc3DOhBFuc0COgwA+g9EupnROk+E+UqAOpAFutvUeYnAOYuAOUpAOphP+U8Ee6Qd+Y4Df3//+6LcO2Ibex0Vvn08elSLOUwAutzVOk/FfCzpPr08ek6Dek9E/LBsOdgPPbXzelOKfGunfTa0P36+elcOec7EPG2pPnh2uZfPfHJvOQrAfTXz+lAFuc/Fv79/vvw7Pvt6fzy7/no4uUuAug1C+lOJ+dQKOc6Dfjp5fz6+v37+u6Kb+hbN+pXMudOJ+2JbvDAsuY1CeZIIOyWfec+Eu2SeuNBFetxUOY0CO+3pOt7YPC/r/G8q+ptS+k/GOYtAe6wnOt2WPPSx+lvTvLOwehaM/LKu+g4DOhCGvG+rvPMv+UsAOhlQulpRuo/F/PHu/TUy+k7EPPJveQvAuYxAvPIu+dMJe+yofLGufPZz/v//+x4W+hqSOdULuhXMOp3WulsSvLOw/K/suUoAOZdO/f59vLEuPPLwPG/rvC9rvTRxmsv9a8AAABfdFJOUwDz8/MJ7e3t8/Tz9PPz8+cve8T7y0qPGu3t6xwmsWgw6/ZF9bkD7beL6u0n5tLt/O2PHqgdll9rUflR98sTg4GvN7HJFtGNDryb4Gv73qpxezjZ6eLa5T6KCp3k8+72ZjqlGAAAAYtJREFUGNNjYGBgERAU4ufh5uVj5uLkAAImRkYmDg7OGC8/MxNVBhAQFZmXnxgfnz1zVu70KcnJyeWZmSnJjY1V1dU+xjIgBY7qwvPjQSB7dklZfUJG+qaDZ68n32o9ub+kUllMGmhHlPWqeAhInDoxNS2h/NCZO8/b39+8cGJXVamUuQtDeOiWeBiY0F+QlJBUduPr5zcfntxuyVxZsd7BiiEgbCtcRU9vd3pCQnPry8dP377raD+QUFxpY8cQEZwIV5HY1VmUkHDlbtuLj89e37+clpBQ5OrG4B+yDa4ipy+vPqHmVFPHl2+f7rWcLk9I2OBszxAYtA5mQvy0yZOSEmqOnL/28NWjq+eO7U0qXOZkwRBpqgg3Yu6c1OKk9H1HLzU8KLh4fM+OzXUKcrYMDPKyyyEuyV+6IHdG4Yr6jbsPt9U3NzVs31lgqSEOCjIlFU391WvXLF60JG8h0HFZGaW1GVlZFbWpcb6eRuBQZ9A21NXR0zKQkGRjBwE1NTUgGcsa7eHtDpQFADn9sHQ3tsfzAAAAAElFTkSuQmCC)50% no-repeat;
}

.mailchimp-subscriptions .jq-checkbox.checked .jq-checkbox__div {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAOCAMAAACWwIW+AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAMAUExURQAAANP6yl/VTWDVTk3SOF7UTUnSNUzSOF/VTr7ytLPrqLHoqMj1wJDlhJ/qk2TWU37eb0zROHzcbZ3pkWTVUljTRarsn7Xorcz4wmPXUtv61arnn5fni77ytJ/ok0fQM7nyr2jYV0fRMr7stl/VTsn4wJfhi8b2vXPaY5Hkg57llMrxw53jks/vyaXhmkvQNsDsuWHVULzqtK7opbnyrrbzrJPgha/qpLztspvikLTtqtbx0ljSRpvikMvvxoLbdYzkfqPsmcn3wHvXbMr5wpvmj1LSP3/acX/fcFzUSlLSP8f4v17WTaTjm0bOMWDUUF7RTEXNMa/mpqTlmYDacqfqm7jsrsjswk7POljURUvRNrfvq7/ztbzysp7lk73stb7ttrvstF3VS4fdepXiibTrqbnrsYTcd////0zROE3ROUzSOEfQMlXTQ0rRNkPOLkvRNkfQM07ROknQNEbPMT7NKkTPLzrMJEnRNP/+/0vQN0HNK0bRMlTTQWjXV0jQNEbQMETQMFrUR0bRMEHOLELOLT7MKELPLDfLIUrQNVfTRc/wylbTQ1DSPbfrr7brrarnoP3+/fr8+YrffEPPLaHll+j45T3NKE3ROkvRN73otUrRNVPSQUfRMzzKJv///rXqrU3SOTnKIvb79UfPMdby0aXmnGfXVvD67kXQL8Ltu9302E3QOknPNHfZacbvvtz21v7//uP439z02DnNJUTOMFnSRkfPM9HxzDjMIsvwxZLhhozff+j35bPoqZnijf39/E/SPZbiilzVSvn9+DvOJT3MJlPRQD3OKEvQNm/ZX07SOkvRNdfz0sXvv7Tqq2/YXm7ZXvD57kfQNT/PKszwxtDyzNby0l/VTDvMJE7QOnPZZGvYW3HZYcfvwU3QOM/wy83wyUvSNmzZXF3US0DPK0HPK7Dpp3rdbVbURHfbZ3PaY1LTP27XXb3ttsfwwEjPM3jaZ0rQN0bQMm/aX9PyzdDvymzZXdv018rvxGbYWNry1szvxmLVUcruxHzbbY1KpZEAAABodFJOUwAJ19ft1+3t1xl/2ghODNqf7aELyfVJ7BPXEnhZUGbtB8rtxdgiTQS/h0Lue/vR+9Ht75k9IO3G7Qdf/uGU9IV6RSd/EWDnc6Xe5QHVx/7M1/zX2NdAofvr2O5DKANm0dTF2Ix5jLuSVC2I3wAAAZBJREFUGNNjYGBgEBYTEmFV4QADJiZmDuakSNaQ4CBfWy1LBjDg4xXgF80Fg67eT709PbWZTXv27dphZ2CsxgNSoCAjOa+6Zm4OEBS3Fr9887nwxMFDezOAoHI1tywjA4O3ieKiqkwIuN/2//mLy40l+w9kQMAK89BYBhcP/SVrCjKzMrNuZe68e+3h4eIt65ZmzIeo2BieGsPg6NOaVdVSfbIoq/PmqbP36nIKpk+dlAEDl9LiGNy9Grdv233hQ0nDldvXz10sL5yd35+BAPHJDM5uzflN53++7mh59eDqnZ2FMyrK+pBUJKQzuHpurTjz/ce7v2+/dd9oW1uUmVc6YSJcwZHEFAYnDb+CzvZf3b///Osqq88C+qh88jS4CuuwaAZ1OZtjpx89+/j1/ZOSPLCfp8xZAJGuzMgQtwIGiJRm4NGa5qwvj/OLIaEys7RuFUTJ4llcEqBAVXXwP16U87Q9LysbDBY2rFy+bP2GTZt1laU5IRFjah8QEcXGxiLIDgEsSvKGZhbaRno6IAUAzBjF+fdaljIAAAAASUVORK5CYII=);
}

.user_downloads {
	font-size: 1.5rem;
}

.user_downloads span {
	color: #9a0625;
	font-weight: 700;
}

.fx-user-download__image img {
	max-height: 240px;
}

.user-slider-wrapper {
	padding: 40px 0 0 !important;
}

.user-slider-wrapper .bx-wrapper {
	max-width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

.user-slider-wrapper .bx-wrapper .bx-prev {
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 60px;
	margin-top: 0;
	background: 0 0;
}

.user-slider-wrapper .bx-wrapper .bx-next {
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 60px;
	margin-top: 0;
	background: 0 0;
}

.user-slider-wrapper .user-slider .user-slide img {
	max-width: 100%;
	width: 100%;
}

.site-content {
	min-height: 0;
}

.mepr-account-saved {
	margin-bottom: 0;
}

.mepr-account-saved .subfeatured-articles .article,
.mepr-account-saved .subfeatured-articles .featured-item,
.mepr-account-saved .subfeatured-articles .focus-articles-section .focus-article,
.focus-articles-section .mepr-account-saved .subfeatured-articles .focus-article,
.mepr-account-saved .subfeatured-articles .focus-articles-half-section .focus-article,
.focus-articles-half-section .mepr-account-saved .subfeatured-articles .focus-article {
	margin-bottom: 0;
	padding-bottom: 0 !important;
}

.mepr-account-saved .subfeatured-articles .article .article-info,
.mepr-account-saved .subfeatured-articles .featured-item .article-info,
.mepr-account-saved .subfeatured-articles .focus-articles-section .focus-article .article-info,
.focus-articles-section .mepr-account-saved .subfeatured-articles .focus-article .article-info,
.mepr-account-saved .subfeatured-articles .focus-articles-half-section .focus-article .article-info,
.focus-articles-half-section .mepr-account-saved .subfeatured-articles .focus-article .article-info {
	padding-bottom: 0;
}

.request-password-reset {
	background: #fff;
	padding: 30px 50px 40px;
}

.request-password-reset h3 {
	font-family: dm serif text, serif !important;
	font-weight: 600;
	font-size: 2.75rem !important;
}

.request-password-reset form label {
	line-height: 2;
}

.request-password-reset form input#mepr_user_or_email {
	margin: 15px 0 0;
	border-color: #000 !important;
	border-radius: 5px;
}

.request-password-reset form input#wp-submit {
	background: #fc9;
	color: #000;
	border-radius: 45px;
	padding: 10px 20px;
	border: none;
	font-weight: 600;
	transition: all 0.5s ease;
}

.request-password-reset form input#wp-submit:hover {
	color: #fc9;
	background: #000;
}

.mepr_password_reset_requested {
	background: #fff;
	padding: 30px 50px;
}

.mepr_password_reset_requested h3 {
	font-family: dm serif text, serif !important;
	font-weight: 600;
	font-size: 2.75rem !important;
}

.mepr_password_reset_requested p {
	font-weight: 700;
	font-size: 2rem;
	margin: 10px 0 0;
}

.welcome-on-board {
	font-weight: 700;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #50505094;
	z-index: 99999999;
}

.welcome-on-board .inner {
	padding: 35px 55px 105px;
	background: #fff;
	top: 50%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.welcome-on-board .close {
	position: absolute;
	right: 0;
	top: 0;
	background: #dc4b1e;
	padding: 10px 15px;
	color: #fff;
	display: none;
}

.welcome-on-board .status-title {
	font-size: 35px !important;
	padding: 20px 0 0;
}

.welcome-on-board .status {
	margin: 20px 0;
	font-size: 16px;
}

.welcome-on-board .status-icon {
	font-size: 35px;
	vertical-align: middle;
}

.welcome-on-board .status-icon .fa-check-circle {
	color: #01c30a;
}

.welcome-on-board .status-icon .fa-times-circle {
	color: red;
}

.welcome-on-board .redirect {
	margin: 30px 0 0;
}

.welcome-on-board .redirect a {
	font-size: 1.6rem;
	padding: 12px 0;
	transition: all 0.5s ease;
	border-radius: 30px;
	color: #000;
	margin-bottom: 10px;
	border: 1px solid;
	width: 250px;
	display: inline-block;
}

.welcome-on-board .redirect a#back-to-home {
	background: #fc9;
	border-color: #fc9;
}

.welcome-on-board .redirect a#back-to-home:hover {
	color: #fff;
	text-decoration: none;
}

.welcome-on-board .redirect a#back-to-article:hover {
	background: #000;
	border-color: #000;
	color: #fff;
	text-decoration: none;
}

.modal-content {
	background: #ffefe5 !important;
	max-width: 650px;
}

.modal-content .modal-header h2 {
	font-weight: 700 !important;
}

.modal-content .modal-body input {
	margin: 0 0 40px;
	border: 2px solid #000 !important;
	padding: 10px !important;
	border-radius: 5px;
	font-size: 20px !important;
}

.modal-content .modal-body input::placeholder {
	color: #000 !important;
	font-weight: 700;
	opacity: 1;
}

.modal-content .modal-body button {
	background: #fc9;
	border-color: #fc9;
	font-weight: 700;
	font-size: 2.5rem;
	margin-top: 0 !important;
	padding: 10px 15px;
	width: 250px !important;
}

.modal-content .modal-body button:hover {
	background: #000;
	border-color: #000;
	color: #fc9;
	padding: 10px 15px;
}

.modal-content .modal-body a {
	font-weight: 600;
}

@media (max-width: 768px) {

	header {
		min-height: 100px;
	}

	header nav .navbar-top {
		left: 0;
	}

	header nav .navbar-top .middle {
		top: 10px;
	}

	#menuToggle {
		top: 0;
	}
}

@media (min-width: 401px) and (max-width: 500px) {

	.page-body {
		width: calc(100% - 30px) !important;
	}
}

@media (max-width: 479px) {

	.mepr-price-menu .mepr-price-box {
		flex-basis: 100%;
	}
}

.single-memberpressproduct.free-user{}

.single-memberpressproduct.free-user.mepr-checkout-payment-page {
	visibility: visible;
}

.single-memberpressproduct.mepr-checkout-payment-page .container {
	padding-top: 100px;
}

.modal--cancel .modal-content {
	padding: 6rem 5rem;
	max-width: 750px;
	background: #fff !important;
}

.modal--cancel .modal-content h2 {
	line-height: 1.25;
	max-width: 540px;
	margin: 0 auto 30px;
}

.modal--cancel .modal-content .modal-body p {
	color: #000;
	font-size: 2rem;
	line-height: 1.25;
	font-weight: 500;
}

.modal--cancel .modal-content .close {
	opacity: 1;
}

.modal--cancel .modal-content .close span {
	color: #9a0625;
	border: 4px solid #9a0625;
	border-radius: 50%;
	line-height: 0.66;
	width: 35px;
	height: 35px;
	display: block;
}

.modal--cancel .modal-content form {
	max-width: 100% !important;
}

.modal--cancel .modal-content label {
	padding: 0 0 0 25px;
	margin: 3rem auto;
	font-weight: 600;
}

.modal--cancel .modal-content input[type="checkbox"] {
	left: 0;
	top: 3px !important;
	right: unset !important;
}

.modal--cancel .modal-content button {
	width: auto !important;
	padding: 10px 25px;
}

.modal--cancel .modal-content a {
	color: #9a0626;
	font-weight: 600;
}

.article-content a.banner img,
.single-pharma-report .reading-article .article-full-width-content a.banner img {
	width: 100% !important;
	margin: 2rem 0 !important;
	height: auto !important;
}

.single-memberpressproduct .ui-dialog {
	border: 2px solid rgba(255, 0, 0, 0.5);
	padding: 20px 10px;
	font-size: 1.6rem;
	font-weight: 700;
	width: 90vw !important;
	left: 5vw !important;
}

@media (min-width: 800px) {

	.single-memberpressproduct .ui-dialog {
		width: 50vw !important;
		left: 25vw !important;
	}
}

.single-memberpressproduct .ui-dialog .ui-dialog-titlebar {
	display: none;
}

.single-memberpressproduct .ui-dialog .ui-dialog-buttonpane {
	border: none;
}

.single-memberpressproduct .ui-dialog .ui-dialog-content a {
	color: #0056b3;
}

.single-memberpressproduct .ui-dialog button {
	padding: 7px 33px 5px;
	background-color: rgba(255, 0, 0, 0.5);
	color: #fff;
	border-radius: 20px;
	border: 1px solid rgba(255, 0, 0, 0.5);
	font-weight: 700;
	text-transform: uppercase;
}

.single-memberpressproduct .ui-dialog button:hover {
	border-color: red;
	color: red;
	background: #fff;
}

.btnc:hover,
.btn-signup:hover,
.mepr-price-menu .mepr-price-box-button a:hover {
	text-decoration: none;
}

.btnc--pill.pink,
.mepr-price-menu .mepr-price-box-button a.pink {
	color: #000;
	background: #ff6398;
	border-color: transparent;
}

.btnc--pill.pink:hover,
.mepr-price-menu .mepr-price-box-button a.pink:hover {
	color: #ff6398;
	background: #000;
	border-color: transparent;
}

.reports-widget,
.related-reports,
.country-reports,
.latest-reports,
.related-reports,
.country-reports,
.latest-reports {
	background-color: #eedac9 !important;
}

.reports-widget .reports__header h1,
.related-reports .reports__header h1,
.country-reports .reports__header h1,
.latest-reports .reports__header h1,
.related-reports .reports__header h1,
.country-reports .reports__header h1,
.latest-reports .reports__header h1,
.reports-widget .reports__header a,
.related-reports .reports__header a,
.country-reports .reports__header a,
.latest-reports .reports__header a,
.related-reports .reports__header a,
.country-reports .reports__header a,
.latest-reports .reports__header a,
.reports-widget .btnc--text.link-text,
.related-reports .btnc--text.link-text,
.country-reports .btnc--text.link-text,
.latest-reports .btnc--text.link-text,
.related-reports .btnc--text.link-text,
.country-reports .btnc--text.link-text,
.latest-reports .btnc--text.link-text {
	color: #ff6398;
	font-family: inter, sans-serif !important;
}

.continent-page-new .subfeatured-articles.grid-3,
.continent-page-new .subfeatured-articles.people-to-watch,
.continent-page-new .subfeatured-articles.like-share-save,
.continent-page-new .subfeatured-articles.like-share-save-in-article,
.continent-page-new footer .subfeatured-articles.foot-section-wrapper,
footer .continent-page-new .subfeatured-articles.foot-section-wrapper,
.country-page-new .subfeatured-articles.grid-3,
.country-page-new .subfeatured-articles.people-to-watch,
.country-page-new .subfeatured-articles.like-share-save,
.country-page-new .subfeatured-articles.like-share-save-in-article,
.country-page-new footer .subfeatured-articles.foot-section-wrapper,
footer .country-page-new .subfeatured-articles.foot-section-wrapper,
.section-page-new .subfeatured-articles.grid-3,
.section-page-new .subfeatured-articles.people-to-watch,
.section-page-new .subfeatured-articles.like-share-save,
.section-page-new .subfeatured-articles.like-share-save-in-article,
.section-page-new footer .subfeatured-articles.foot-section-wrapper,
footer .section-page-new .subfeatured-articles.foot-section-wrapper,
.archive-posts-new .subfeatured-articles.grid-3,
.archive-posts-new .subfeatured-articles.people-to-watch,
.archive-posts-new .subfeatured-articles.like-share-save,
.archive-posts-new .subfeatured-articles.like-share-save-in-article,
.archive-posts-new footer .subfeatured-articles.foot-section-wrapper,
footer .archive-posts-new .subfeatured-articles.foot-section-wrapper,
.directory-new .subfeatured-articles.grid-3,
.directory-new .subfeatured-articles.people-to-watch,
.directory-new .subfeatured-articles.like-share-save,
.directory-new .subfeatured-articles.like-share-save-in-article,
.directory-new footer .subfeatured-articles.foot-section-wrapper,
footer .directory-new .subfeatured-articles.foot-section-wrapper,
.facts-new .subfeatured-articles.grid-3,
.facts-new .subfeatured-articles.people-to-watch,
.facts-new .subfeatured-articles.like-share-save,
.facts-new .subfeatured-articles.like-share-save-in-article,
.facts-new footer .subfeatured-articles.foot-section-wrapper,
footer .facts-new .subfeatured-articles.foot-section-wrapper,
.infocus-new .subfeatured-articles.grid-3,
.infocus-new .subfeatured-articles.people-to-watch,
.infocus-new .subfeatured-articles.like-share-save,
.infocus-new .subfeatured-articles.like-share-save-in-article,
.infocus-new footer .subfeatured-articles.foot-section-wrapper,
footer .infocus-new .subfeatured-articles.foot-section-wrapper,
.conversation-page-new .subfeatured-articles.grid-3,
.conversation-page-new .subfeatured-articles.people-to-watch,
.conversation-page-new .subfeatured-articles.like-share-save,
.conversation-page-new .subfeatured-articles.like-share-save-in-article,
.conversation-page-new footer .subfeatured-articles.foot-section-wrapper,
footer .conversation-page-new .subfeatured-articles.foot-section-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.continent-page-new .subfeatured-articles.grid-3 .clear,
.continent-page-new .subfeatured-articles.people-to-watch .clear,
.continent-page-new .subfeatured-articles.like-share-save .clear,
.continent-page-new .subfeatured-articles.like-share-save-in-article .clear,
.continent-page-new footer .subfeatured-articles.foot-section-wrapper .clear,
footer .continent-page-new .subfeatured-articles.foot-section-wrapper .clear,
.country-page-new .subfeatured-articles.grid-3 .clear,
.country-page-new .subfeatured-articles.people-to-watch .clear,
.country-page-new .subfeatured-articles.like-share-save .clear,
.country-page-new .subfeatured-articles.like-share-save-in-article .clear,
.country-page-new footer .subfeatured-articles.foot-section-wrapper .clear,
footer .country-page-new .subfeatured-articles.foot-section-wrapper .clear,
.section-page-new .subfeatured-articles.grid-3 .clear,
.section-page-new .subfeatured-articles.people-to-watch .clear,
.section-page-new .subfeatured-articles.like-share-save .clear,
.section-page-new .subfeatured-articles.like-share-save-in-article .clear,
.section-page-new footer .subfeatured-articles.foot-section-wrapper .clear,
footer .section-page-new .subfeatured-articles.foot-section-wrapper .clear,
.archive-posts-new .subfeatured-articles.grid-3 .clear,
.archive-posts-new .subfeatured-articles.people-to-watch .clear,
.archive-posts-new .subfeatured-articles.like-share-save .clear,
.archive-posts-new .subfeatured-articles.like-share-save-in-article .clear,
.archive-posts-new footer .subfeatured-articles.foot-section-wrapper .clear,
footer .archive-posts-new .subfeatured-articles.foot-section-wrapper .clear,
.directory-new .subfeatured-articles.grid-3 .clear,
.directory-new .subfeatured-articles.people-to-watch .clear,
.directory-new .subfeatured-articles.like-share-save .clear,
.directory-new .subfeatured-articles.like-share-save-in-article .clear,
.directory-new footer .subfeatured-articles.foot-section-wrapper .clear,
footer .directory-new .subfeatured-articles.foot-section-wrapper .clear,
.facts-new .subfeatured-articles.grid-3 .clear,
.facts-new .subfeatured-articles.people-to-watch .clear,
.facts-new .subfeatured-articles.like-share-save .clear,
.facts-new .subfeatured-articles.like-share-save-in-article .clear,
.facts-new footer .subfeatured-articles.foot-section-wrapper .clear,
footer .facts-new .subfeatured-articles.foot-section-wrapper .clear,
.infocus-new .subfeatured-articles.grid-3 .clear,
.infocus-new .subfeatured-articles.people-to-watch .clear,
.infocus-new .subfeatured-articles.like-share-save .clear,
.infocus-new .subfeatured-articles.like-share-save-in-article .clear,
.infocus-new footer .subfeatured-articles.foot-section-wrapper .clear,
footer .infocus-new .subfeatured-articles.foot-section-wrapper .clear,
.conversation-page-new .subfeatured-articles.grid-3 .clear,
.conversation-page-new .subfeatured-articles.people-to-watch .clear,
.conversation-page-new .subfeatured-articles.like-share-save .clear,
.conversation-page-new .subfeatured-articles.like-share-save-in-article .clear,
.conversation-page-new footer .subfeatured-articles.foot-section-wrapper .clear,
footer .conversation-page-new .subfeatured-articles.foot-section-wrapper .clear {
	display: none;
}

.continent-page-new .subfeatured-articles.grid-3 .article,
.continent-page-new .subfeatured-articles.people-to-watch .article,
.continent-page-new .subfeatured-articles.like-share-save .article,
.continent-page-new .subfeatured-articles.like-share-save-in-article .article,
.continent-page-new footer .subfeatured-articles.foot-section-wrapper .article,
footer .continent-page-new .subfeatured-articles.foot-section-wrapper .article,
.continent-page-new .subfeatured-articles.grid-3 .featured-item,
.continent-page-new .subfeatured-articles.people-to-watch .featured-item,
.continent-page-new .subfeatured-articles.like-share-save .featured-item,
.continent-page-new .subfeatured-articles.like-share-save-in-article .featured-item,
.continent-page-new footer .subfeatured-articles.foot-section-wrapper .featured-item,
footer .continent-page-new .subfeatured-articles.foot-section-wrapper .featured-item,
.continent-page-new .subfeatured-articles.grid-3 .focus-articles-section .focus-article,
.focus-articles-section .continent-page-new .subfeatured-articles.grid-3 .focus-article,
.continent-page-new .subfeatured-articles.people-to-watch .focus-articles-section .focus-article,
.focus-articles-section .continent-page-new .subfeatured-articles.people-to-watch .focus-article,
.continent-page-new .subfeatured-articles.like-share-save .focus-articles-section .focus-article,
.focus-articles-section .continent-page-new .subfeatured-articles.like-share-save .focus-article,
.continent-page-new .subfeatured-articles.like-share-save-in-article .focus-articles-section .focus-article,
.focus-articles-section .continent-page-new .subfeatured-articles.like-share-save-in-article .focus-article,
.continent-page-new footer .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
.focus-articles-section .continent-page-new footer .subfeatured-articles.foot-section-wrapper .focus-article,
footer .continent-page-new .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
.focus-articles-section footer .continent-page-new .subfeatured-articles.foot-section-wrapper .focus-article,
.continent-page-new .subfeatured-articles.grid-3 .focus-articles-half-section .focus-article,
.focus-articles-half-section .continent-page-new .subfeatured-articles.grid-3 .focus-article,
.continent-page-new .subfeatured-articles.people-to-watch .focus-articles-half-section .focus-article,
.focus-articles-half-section .continent-page-new .subfeatured-articles.people-to-watch .focus-article,
.continent-page-new .subfeatured-articles.like-share-save .focus-articles-half-section .focus-article,
.focus-articles-half-section .continent-page-new .subfeatured-articles.like-share-save .focus-article,
.continent-page-new .subfeatured-articles.like-share-save-in-article .focus-articles-half-section .focus-article,
.focus-articles-half-section .continent-page-new .subfeatured-articles.like-share-save-in-article .focus-article,
.continent-page-new footer .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
.focus-articles-half-section .continent-page-new footer .subfeatured-articles.foot-section-wrapper .focus-article,
footer .continent-page-new .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
.focus-articles-half-section footer .continent-page-new .subfeatured-articles.foot-section-wrapper .focus-article,
.country-page-new .subfeatured-articles.grid-3 .article,
.country-page-new .subfeatured-articles.people-to-watch .article,
.country-page-new .subfeatured-articles.like-share-save .article,
.country-page-new .subfeatured-articles.like-share-save-in-article .article,
.country-page-new footer .subfeatured-articles.foot-section-wrapper .article,
footer .country-page-new .subfeatured-articles.foot-section-wrapper .article,
.country-page-new .subfeatured-articles.grid-3 .featured-item,
.country-page-new .subfeatured-articles.people-to-watch .featured-item,
.country-page-new .subfeatured-articles.like-share-save .featured-item,
.country-page-new .subfeatured-articles.like-share-save-in-article .featured-item,
.country-page-new footer .subfeatured-articles.foot-section-wrapper .featured-item,
footer .country-page-new .subfeatured-articles.foot-section-wrapper .featured-item,
.country-page-new .subfeatured-articles.grid-3 .focus-articles-section .focus-article,
.focus-articles-section .country-page-new .subfeatured-articles.grid-3 .focus-article,
.country-page-new .subfeatured-articles.people-to-watch .focus-articles-section .focus-article,
.focus-articles-section .country-page-new .subfeatured-articles.people-to-watch .focus-article,
.country-page-new .subfeatured-articles.like-share-save .focus-articles-section .focus-article,
.focus-articles-section .country-page-new .subfeatured-articles.like-share-save .focus-article,
.country-page-new .subfeatured-articles.like-share-save-in-article .focus-articles-section .focus-article,
.focus-articles-section .country-page-new .subfeatured-articles.like-share-save-in-article .focus-article,
.country-page-new footer .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
.focus-articles-section .country-page-new footer .subfeatured-articles.foot-section-wrapper .focus-article,
footer .country-page-new .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
.focus-articles-section footer .country-page-new .subfeatured-articles.foot-section-wrapper .focus-article,
.country-page-new .subfeatured-articles.grid-3 .focus-articles-half-section .focus-article,
.focus-articles-half-section .country-page-new .subfeatured-articles.grid-3 .focus-article,
.country-page-new .subfeatured-articles.people-to-watch .focus-articles-half-section .focus-article,
.focus-articles-half-section .country-page-new .subfeatured-articles.people-to-watch .focus-article,
.country-page-new .subfeatured-articles.like-share-save .focus-articles-half-section .focus-article,
.focus-articles-half-section .country-page-new .subfeatured-articles.like-share-save .focus-article,
.country-page-new .subfeatured-articles.like-share-save-in-article .focus-articles-half-section .focus-article,
.focus-articles-half-section .country-page-new .subfeatured-articles.like-share-save-in-article .focus-article,
.country-page-new footer .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
.focus-articles-half-section .country-page-new footer .subfeatured-articles.foot-section-wrapper .focus-article,
footer .country-page-new .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
.focus-articles-half-section footer .country-page-new .subfeatured-articles.foot-section-wrapper .focus-article,
.section-page-new .subfeatured-articles.grid-3 .article,
.section-page-new .subfeatured-articles.people-to-watch .article,
.section-page-new .subfeatured-articles.like-share-save .article,
.section-page-new .subfeatured-articles.like-share-save-in-article .article,
.section-page-new footer .subfeatured-articles.foot-section-wrapper .article,
footer .section-page-new .subfeatured-articles.foot-section-wrapper .article,
.section-page-new .subfeatured-articles.grid-3 .featured-item,
.section-page-new .subfeatured-articles.people-to-watch .featured-item,
.section-page-new .subfeatured-articles.like-share-save .featured-item,
.section-page-new .subfeatured-articles.like-share-save-in-article .featured-item,
.section-page-new footer .subfeatured-articles.foot-section-wrapper .featured-item,
footer .section-page-new .subfeatured-articles.foot-section-wrapper .featured-item,
.section-page-new .subfeatured-articles.grid-3 .focus-articles-section .focus-article,
.focus-articles-section .section-page-new .subfeatured-articles.grid-3 .focus-article,
.section-page-new .subfeatured-articles.people-to-watch .focus-articles-section .focus-article,
.focus-articles-section .section-page-new .subfeatured-articles.people-to-watch .focus-article,
.section-page-new .subfeatured-articles.like-share-save .focus-articles-section .focus-article,
.focus-articles-section .section-page-new .subfeatured-articles.like-share-save .focus-article,
.section-page-new .subfeatured-articles.like-share-save-in-article .focus-articles-section .focus-article,
.focus-articles-section .section-page-new .subfeatured-articles.like-share-save-in-article .focus-article,
.section-page-new footer .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
.focus-articles-section .section-page-new footer .subfeatured-articles.foot-section-wrapper .focus-article,
footer .section-page-new .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
.focus-articles-section footer .section-page-new .subfeatured-articles.foot-section-wrapper .focus-article,
.section-page-new .subfeatured-articles.grid-3 .focus-articles-half-section .focus-article,
.focus-articles-half-section .section-page-new .subfeatured-articles.grid-3 .focus-article,
.section-page-new .subfeatured-articles.people-to-watch .focus-articles-half-section .focus-article,
.focus-articles-half-section .section-page-new .subfeatured-articles.people-to-watch .focus-article,
.section-page-new .subfeatured-articles.like-share-save .focus-articles-half-section .focus-article,
.focus-articles-half-section .section-page-new .subfeatured-articles.like-share-save .focus-article,
.section-page-new .subfeatured-articles.like-share-save-in-article .focus-articles-half-section .focus-article,
.focus-articles-half-section .section-page-new .subfeatured-articles.like-share-save-in-article .focus-article,
.section-page-new footer .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
.focus-articles-half-section .section-page-new footer .subfeatured-articles.foot-section-wrapper .focus-article,
footer .section-page-new .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
.focus-articles-half-section footer .section-page-new .subfeatured-articles.foot-section-wrapper .focus-article,
.archive-posts-new .subfeatured-articles.grid-3 .article,
.archive-posts-new .subfeatured-articles.people-to-watch .article,
.archive-posts-new .subfeatured-articles.like-share-save .article,
.archive-posts-new .subfeatured-articles.like-share-save-in-article .article,
.archive-posts-new footer .subfeatured-articles.foot-section-wrapper .article,
footer .archive-posts-new .subfeatured-articles.foot-section-wrapper .article,
.archive-posts-new .subfeatured-articles.grid-3 .featured-item,
.archive-posts-new .subfeatured-articles.people-to-watch .featured-item,
.archive-posts-new .subfeatured-articles.like-share-save .featured-item,
.archive-posts-new .subfeatured-articles.like-share-save-in-article .featured-item,
.archive-posts-new footer .subfeatured-articles.foot-section-wrapper .featured-item,
footer .archive-posts-new .subfeatured-articles.foot-section-wrapper .featured-item,
.archive-posts-new .subfeatured-articles.grid-3 .focus-articles-section .focus-article,
.focus-articles-section .archive-posts-new .subfeatured-articles.grid-3 .focus-article,
.archive-posts-new .subfeatured-articles.people-to-watch .focus-articles-section .focus-article,
.focus-articles-section .archive-posts-new .subfeatured-articles.people-to-watch .focus-article,
.archive-posts-new .subfeatured-articles.like-share-save .focus-articles-section .focus-article,
.focus-articles-section .archive-posts-new .subfeatured-articles.like-share-save .focus-article,
.archive-posts-new .subfeatured-articles.like-share-save-in-article .focus-articles-section .focus-article,
.focus-articles-section .archive-posts-new .subfeatured-articles.like-share-save-in-article .focus-article,
.archive-posts-new footer .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
.focus-articles-section .archive-posts-new footer .subfeatured-articles.foot-section-wrapper .focus-article,
footer .archive-posts-new .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
.focus-articles-section footer .archive-posts-new .subfeatured-articles.foot-section-wrapper .focus-article,
.archive-posts-new .subfeatured-articles.grid-3 .focus-articles-half-section .focus-article,
.focus-articles-half-section .archive-posts-new .subfeatured-articles.grid-3 .focus-article,
.archive-posts-new .subfeatured-articles.people-to-watch .focus-articles-half-section .focus-article,
.focus-articles-half-section .archive-posts-new .subfeatured-articles.people-to-watch .focus-article,
.archive-posts-new .subfeatured-articles.like-share-save .focus-articles-half-section .focus-article,
.focus-articles-half-section .archive-posts-new .subfeatured-articles.like-share-save .focus-article,
.archive-posts-new .subfeatured-articles.like-share-save-in-article .focus-articles-half-section .focus-article,
.focus-articles-half-section .archive-posts-new .subfeatured-articles.like-share-save-in-article .focus-article,
.archive-posts-new footer .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
.focus-articles-half-section .archive-posts-new footer .subfeatured-articles.foot-section-wrapper .focus-article,
footer .archive-posts-new .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
.focus-articles-half-section footer .archive-posts-new .subfeatured-articles.foot-section-wrapper .focus-article,
.directory-new .subfeatured-articles.grid-3 .article,
.directory-new .subfeatured-articles.people-to-watch .article,
.directory-new .subfeatured-articles.like-share-save .article,
.directory-new .subfeatured-articles.like-share-save-in-article .article,
.directory-new footer .subfeatured-articles.foot-section-wrapper .article,
footer .directory-new .subfeatured-articles.foot-section-wrapper .article,
.directory-new .subfeatured-articles.grid-3 .featured-item,
.directory-new .subfeatured-articles.people-to-watch .featured-item,
.directory-new .subfeatured-articles.like-share-save .featured-item,
.directory-new .subfeatured-articles.like-share-save-in-article .featured-item,
.directory-new footer .subfeatured-articles.foot-section-wrapper .featured-item,
footer .directory-new .subfeatured-articles.foot-section-wrapper .featured-item,
.directory-new .subfeatured-articles.grid-3 .focus-articles-section .focus-article,
.focus-articles-section .directory-new .subfeatured-articles.grid-3 .focus-article,
.directory-new .subfeatured-articles.people-to-watch .focus-articles-section .focus-article,
.focus-articles-section .directory-new .subfeatured-articles.people-to-watch .focus-article,
.directory-new .subfeatured-articles.like-share-save .focus-articles-section .focus-article,
.focus-articles-section .directory-new .subfeatured-articles.like-share-save .focus-article,
.directory-new .subfeatured-articles.like-share-save-in-article .focus-articles-section .focus-article,
.focus-articles-section .directory-new .subfeatured-articles.like-share-save-in-article .focus-article,
.directory-new footer .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
.focus-articles-section .directory-new footer .subfeatured-articles.foot-section-wrapper .focus-article,
footer .directory-new .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
.focus-articles-section footer .directory-new .subfeatured-articles.foot-section-wrapper .focus-article,
.directory-new .subfeatured-articles.grid-3 .focus-articles-half-section .focus-article,
.focus-articles-half-section .directory-new .subfeatured-articles.grid-3 .focus-article,
.directory-new .subfeatured-articles.people-to-watch .focus-articles-half-section .focus-article,
.focus-articles-half-section .directory-new .subfeatured-articles.people-to-watch .focus-article,
.directory-new .subfeatured-articles.like-share-save .focus-articles-half-section .focus-article,
.focus-articles-half-section .directory-new .subfeatured-articles.like-share-save .focus-article,
.directory-new .subfeatured-articles.like-share-save-in-article .focus-articles-half-section .focus-article,
.focus-articles-half-section .directory-new .subfeatured-articles.like-share-save-in-article .focus-article,
.directory-new footer .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
.focus-articles-half-section .directory-new footer .subfeatured-articles.foot-section-wrapper .focus-article,
footer .directory-new .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
.focus-articles-half-section footer .directory-new .subfeatured-articles.foot-section-wrapper .focus-article,
.facts-new .subfeatured-articles.grid-3 .article,
.facts-new .subfeatured-articles.people-to-watch .article,
.facts-new .subfeatured-articles.like-share-save .article,
.facts-new .subfeatured-articles.like-share-save-in-article .article,
.facts-new footer .subfeatured-articles.foot-section-wrapper .article,
footer .facts-new .subfeatured-articles.foot-section-wrapper .article,
.facts-new .subfeatured-articles.grid-3 .featured-item,
.facts-new .subfeatured-articles.people-to-watch .featured-item,
.facts-new .subfeatured-articles.like-share-save .featured-item,
.facts-new .subfeatured-articles.like-share-save-in-article .featured-item,
.facts-new footer .subfeatured-articles.foot-section-wrapper .featured-item,
footer .facts-new .subfeatured-articles.foot-section-wrapper .featured-item,
.facts-new .subfeatured-articles.grid-3 .focus-articles-section .focus-article,
.focus-articles-section .facts-new .subfeatured-articles.grid-3 .focus-article,
.facts-new .subfeatured-articles.people-to-watch .focus-articles-section .focus-article,
.focus-articles-section .facts-new .subfeatured-articles.people-to-watch .focus-article,
.facts-new .subfeatured-articles.like-share-save .focus-articles-section .focus-article,
.focus-articles-section .facts-new .subfeatured-articles.like-share-save .focus-article,
.facts-new .subfeatured-articles.like-share-save-in-article .focus-articles-section .focus-article,
.focus-articles-section .facts-new .subfeatured-articles.like-share-save-in-article .focus-article,
.facts-new footer .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
.focus-articles-section .facts-new footer .subfeatured-articles.foot-section-wrapper .focus-article,
footer .facts-new .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
.focus-articles-section footer .facts-new .subfeatured-articles.foot-section-wrapper .focus-article,
.facts-new .subfeatured-articles.grid-3 .focus-articles-half-section .focus-article,
.focus-articles-half-section .facts-new .subfeatured-articles.grid-3 .focus-article,
.facts-new .subfeatured-articles.people-to-watch .focus-articles-half-section .focus-article,
.focus-articles-half-section .facts-new .subfeatured-articles.people-to-watch .focus-article,
.facts-new .subfeatured-articles.like-share-save .focus-articles-half-section .focus-article,
.focus-articles-half-section .facts-new .subfeatured-articles.like-share-save .focus-article,
.facts-new .subfeatured-articles.like-share-save-in-article .focus-articles-half-section .focus-article,
.focus-articles-half-section .facts-new .subfeatured-articles.like-share-save-in-article .focus-article,
.facts-new footer .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
.focus-articles-half-section .facts-new footer .subfeatured-articles.foot-section-wrapper .focus-article,
footer .facts-new .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
.focus-articles-half-section footer .facts-new .subfeatured-articles.foot-section-wrapper .focus-article,
.infocus-new .subfeatured-articles.grid-3 .article,
.infocus-new .subfeatured-articles.people-to-watch .article,
.infocus-new .subfeatured-articles.like-share-save .article,
.infocus-new .subfeatured-articles.like-share-save-in-article .article,
.infocus-new footer .subfeatured-articles.foot-section-wrapper .article,
footer .infocus-new .subfeatured-articles.foot-section-wrapper .article,
.infocus-new .subfeatured-articles.grid-3 .featured-item,
.infocus-new .subfeatured-articles.people-to-watch .featured-item,
.infocus-new .subfeatured-articles.like-share-save .featured-item,
.infocus-new .subfeatured-articles.like-share-save-in-article .featured-item,
.infocus-new footer .subfeatured-articles.foot-section-wrapper .featured-item,
footer .infocus-new .subfeatured-articles.foot-section-wrapper .featured-item,
.infocus-new .subfeatured-articles.grid-3 .focus-articles-section .focus-article,
.focus-articles-section .infocus-new .subfeatured-articles.grid-3 .focus-article,
.infocus-new .subfeatured-articles.people-to-watch .focus-articles-section .focus-article,
.focus-articles-section .infocus-new .subfeatured-articles.people-to-watch .focus-article,
.infocus-new .subfeatured-articles.like-share-save .focus-articles-section .focus-article,
.focus-articles-section .infocus-new .subfeatured-articles.like-share-save .focus-article,
.infocus-new .subfeatured-articles.like-share-save-in-article .focus-articles-section .focus-article,
.focus-articles-section .infocus-new .subfeatured-articles.like-share-save-in-article .focus-article,
.infocus-new footer .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
.focus-articles-section .infocus-new footer .subfeatured-articles.foot-section-wrapper .focus-article,
footer .infocus-new .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
.focus-articles-section footer .infocus-new .subfeatured-articles.foot-section-wrapper .focus-article,
.infocus-new .subfeatured-articles.grid-3 .focus-articles-half-section .focus-article,
.focus-articles-half-section .infocus-new .subfeatured-articles.grid-3 .focus-article,
.infocus-new .subfeatured-articles.people-to-watch .focus-articles-half-section .focus-article,
.focus-articles-half-section .infocus-new .subfeatured-articles.people-to-watch .focus-article,
.infocus-new .subfeatured-articles.like-share-save .focus-articles-half-section .focus-article,
.focus-articles-half-section .infocus-new .subfeatured-articles.like-share-save .focus-article,
.infocus-new .subfeatured-articles.like-share-save-in-article .focus-articles-half-section .focus-article,
.focus-articles-half-section .infocus-new .subfeatured-articles.like-share-save-in-article .focus-article,
.infocus-new footer .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
.focus-articles-half-section .infocus-new footer .subfeatured-articles.foot-section-wrapper .focus-article,
footer .infocus-new .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
.focus-articles-half-section footer .infocus-new .subfeatured-articles.foot-section-wrapper .focus-article,
.conversation-page-new .subfeatured-articles.grid-3 .article,
.conversation-page-new .subfeatured-articles.people-to-watch .article,
.conversation-page-new .subfeatured-articles.like-share-save .article,
.conversation-page-new .subfeatured-articles.like-share-save-in-article .article,
.conversation-page-new footer .subfeatured-articles.foot-section-wrapper .article,
footer .conversation-page-new .subfeatured-articles.foot-section-wrapper .article,
.conversation-page-new .subfeatured-articles.grid-3 .featured-item,
.conversation-page-new .subfeatured-articles.people-to-watch .featured-item,
.conversation-page-new .subfeatured-articles.like-share-save .featured-item,
.conversation-page-new .subfeatured-articles.like-share-save-in-article .featured-item,
.conversation-page-new footer .subfeatured-articles.foot-section-wrapper .featured-item,
footer .conversation-page-new .subfeatured-articles.foot-section-wrapper .featured-item,
.conversation-page-new .subfeatured-articles.grid-3 .focus-articles-section .focus-article,
.focus-articles-section .conversation-page-new .subfeatured-articles.grid-3 .focus-article,
.conversation-page-new .subfeatured-articles.people-to-watch .focus-articles-section .focus-article,
.focus-articles-section .conversation-page-new .subfeatured-articles.people-to-watch .focus-article,
.conversation-page-new .subfeatured-articles.like-share-save .focus-articles-section .focus-article,
.focus-articles-section .conversation-page-new .subfeatured-articles.like-share-save .focus-article,
.conversation-page-new .subfeatured-articles.like-share-save-in-article .focus-articles-section .focus-article,
.focus-articles-section .conversation-page-new .subfeatured-articles.like-share-save-in-article .focus-article,
.conversation-page-new footer .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
.focus-articles-section .conversation-page-new footer .subfeatured-articles.foot-section-wrapper .focus-article,
footer .conversation-page-new .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
.focus-articles-section footer .conversation-page-new .subfeatured-articles.foot-section-wrapper .focus-article,
.conversation-page-new .subfeatured-articles.grid-3 .focus-articles-half-section .focus-article,
.focus-articles-half-section .conversation-page-new .subfeatured-articles.grid-3 .focus-article,
.conversation-page-new .subfeatured-articles.people-to-watch .focus-articles-half-section .focus-article,
.focus-articles-half-section .conversation-page-new .subfeatured-articles.people-to-watch .focus-article,
.conversation-page-new .subfeatured-articles.like-share-save .focus-articles-half-section .focus-article,
.focus-articles-half-section .conversation-page-new .subfeatured-articles.like-share-save .focus-article,
.conversation-page-new .subfeatured-articles.like-share-save-in-article .focus-articles-half-section .focus-article,
.focus-articles-half-section .conversation-page-new .subfeatured-articles.like-share-save-in-article .focus-article,
.conversation-page-new footer .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
.focus-articles-half-section .conversation-page-new footer .subfeatured-articles.foot-section-wrapper .focus-article,
footer .conversation-page-new .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
.focus-articles-half-section footer .conversation-page-new .subfeatured-articles.foot-section-wrapper .focus-article {
	margin-right: 0;
	padding-right: 0;
	flex-basis: calc(33.333% - 15px);
	width: calc(33.333% - 15px);
}

@media (max-width: 768px) {

	.continent-page-new .subfeatured-articles.grid-3 .article,
	.continent-page-new .subfeatured-articles.people-to-watch .article,
	.continent-page-new .subfeatured-articles.like-share-save .article,
	.continent-page-new .subfeatured-articles.like-share-save-in-article .article,
	.continent-page-new footer .subfeatured-articles.foot-section-wrapper .article,
	footer .continent-page-new .subfeatured-articles.foot-section-wrapper .article,
	.continent-page-new .subfeatured-articles.grid-3 .featured-item,
	.continent-page-new .subfeatured-articles.people-to-watch .featured-item,
	.continent-page-new .subfeatured-articles.like-share-save .featured-item,
	.continent-page-new .subfeatured-articles.like-share-save-in-article .featured-item,
	.continent-page-new footer .subfeatured-articles.foot-section-wrapper .featured-item,
	footer .continent-page-new .subfeatured-articles.foot-section-wrapper .featured-item,
	.continent-page-new .subfeatured-articles.grid-3 .focus-articles-section .focus-article,
	.focus-articles-section .continent-page-new .subfeatured-articles.grid-3 .focus-article,
	.continent-page-new .subfeatured-articles.people-to-watch .focus-articles-section .focus-article,
	.focus-articles-section .continent-page-new .subfeatured-articles.people-to-watch .focus-article,
	.continent-page-new .subfeatured-articles.like-share-save .focus-articles-section .focus-article,
	.focus-articles-section .continent-page-new .subfeatured-articles.like-share-save .focus-article,
	.continent-page-new .subfeatured-articles.like-share-save-in-article .focus-articles-section .focus-article,
	.focus-articles-section .continent-page-new .subfeatured-articles.like-share-save-in-article .focus-article,
	.continent-page-new footer .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
	.focus-articles-section .continent-page-new footer .subfeatured-articles.foot-section-wrapper .focus-article,
	footer .continent-page-new .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
	.focus-articles-section footer .continent-page-new .subfeatured-articles.foot-section-wrapper .focus-article,
	.continent-page-new .subfeatured-articles.grid-3 .focus-articles-half-section .focus-article,
	.focus-articles-half-section .continent-page-new .subfeatured-articles.grid-3 .focus-article,
	.continent-page-new .subfeatured-articles.people-to-watch .focus-articles-half-section .focus-article,
	.focus-articles-half-section .continent-page-new .subfeatured-articles.people-to-watch .focus-article,
	.continent-page-new .subfeatured-articles.like-share-save .focus-articles-half-section .focus-article,
	.focus-articles-half-section .continent-page-new .subfeatured-articles.like-share-save .focus-article,
	.continent-page-new .subfeatured-articles.like-share-save-in-article .focus-articles-half-section .focus-article,
	.focus-articles-half-section .continent-page-new .subfeatured-articles.like-share-save-in-article .focus-article,
	.continent-page-new footer .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
	.focus-articles-half-section .continent-page-new footer .subfeatured-articles.foot-section-wrapper .focus-article,
	footer .continent-page-new .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
	.focus-articles-half-section footer .continent-page-new .subfeatured-articles.foot-section-wrapper .focus-article,
	.country-page-new .subfeatured-articles.grid-3 .article,
	.country-page-new .subfeatured-articles.people-to-watch .article,
	.country-page-new .subfeatured-articles.like-share-save .article,
	.country-page-new .subfeatured-articles.like-share-save-in-article .article,
	.country-page-new footer .subfeatured-articles.foot-section-wrapper .article,
	footer .country-page-new .subfeatured-articles.foot-section-wrapper .article,
	.country-page-new .subfeatured-articles.grid-3 .featured-item,
	.country-page-new .subfeatured-articles.people-to-watch .featured-item,
	.country-page-new .subfeatured-articles.like-share-save .featured-item,
	.country-page-new .subfeatured-articles.like-share-save-in-article .featured-item,
	.country-page-new footer .subfeatured-articles.foot-section-wrapper .featured-item,
	footer .country-page-new .subfeatured-articles.foot-section-wrapper .featured-item,
	.country-page-new .subfeatured-articles.grid-3 .focus-articles-section .focus-article,
	.focus-articles-section .country-page-new .subfeatured-articles.grid-3 .focus-article,
	.country-page-new .subfeatured-articles.people-to-watch .focus-articles-section .focus-article,
	.focus-articles-section .country-page-new .subfeatured-articles.people-to-watch .focus-article,
	.country-page-new .subfeatured-articles.like-share-save .focus-articles-section .focus-article,
	.focus-articles-section .country-page-new .subfeatured-articles.like-share-save .focus-article,
	.country-page-new .subfeatured-articles.like-share-save-in-article .focus-articles-section .focus-article,
	.focus-articles-section .country-page-new .subfeatured-articles.like-share-save-in-article .focus-article,
	.country-page-new footer .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
	.focus-articles-section .country-page-new footer .subfeatured-articles.foot-section-wrapper .focus-article,
	footer .country-page-new .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
	.focus-articles-section footer .country-page-new .subfeatured-articles.foot-section-wrapper .focus-article,
	.country-page-new .subfeatured-articles.grid-3 .focus-articles-half-section .focus-article,
	.focus-articles-half-section .country-page-new .subfeatured-articles.grid-3 .focus-article,
	.country-page-new .subfeatured-articles.people-to-watch .focus-articles-half-section .focus-article,
	.focus-articles-half-section .country-page-new .subfeatured-articles.people-to-watch .focus-article,
	.country-page-new .subfeatured-articles.like-share-save .focus-articles-half-section .focus-article,
	.focus-articles-half-section .country-page-new .subfeatured-articles.like-share-save .focus-article,
	.country-page-new .subfeatured-articles.like-share-save-in-article .focus-articles-half-section .focus-article,
	.focus-articles-half-section .country-page-new .subfeatured-articles.like-share-save-in-article .focus-article,
	.country-page-new footer .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
	.focus-articles-half-section .country-page-new footer .subfeatured-articles.foot-section-wrapper .focus-article,
	footer .country-page-new .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
	.focus-articles-half-section footer .country-page-new .subfeatured-articles.foot-section-wrapper .focus-article,
	.section-page-new .subfeatured-articles.grid-3 .article,
	.section-page-new .subfeatured-articles.people-to-watch .article,
	.section-page-new .subfeatured-articles.like-share-save .article,
	.section-page-new .subfeatured-articles.like-share-save-in-article .article,
	.section-page-new footer .subfeatured-articles.foot-section-wrapper .article,
	footer .section-page-new .subfeatured-articles.foot-section-wrapper .article,
	.section-page-new .subfeatured-articles.grid-3 .featured-item,
	.section-page-new .subfeatured-articles.people-to-watch .featured-item,
	.section-page-new .subfeatured-articles.like-share-save .featured-item,
	.section-page-new .subfeatured-articles.like-share-save-in-article .featured-item,
	.section-page-new footer .subfeatured-articles.foot-section-wrapper .featured-item,
	footer .section-page-new .subfeatured-articles.foot-section-wrapper .featured-item,
	.section-page-new .subfeatured-articles.grid-3 .focus-articles-section .focus-article,
	.focus-articles-section .section-page-new .subfeatured-articles.grid-3 .focus-article,
	.section-page-new .subfeatured-articles.people-to-watch .focus-articles-section .focus-article,
	.focus-articles-section .section-page-new .subfeatured-articles.people-to-watch .focus-article,
	.section-page-new .subfeatured-articles.like-share-save .focus-articles-section .focus-article,
	.focus-articles-section .section-page-new .subfeatured-articles.like-share-save .focus-article,
	.section-page-new .subfeatured-articles.like-share-save-in-article .focus-articles-section .focus-article,
	.focus-articles-section .section-page-new .subfeatured-articles.like-share-save-in-article .focus-article,
	.section-page-new footer .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
	.focus-articles-section .section-page-new footer .subfeatured-articles.foot-section-wrapper .focus-article,
	footer .section-page-new .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
	.focus-articles-section footer .section-page-new .subfeatured-articles.foot-section-wrapper .focus-article,
	.section-page-new .subfeatured-articles.grid-3 .focus-articles-half-section .focus-article,
	.focus-articles-half-section .section-page-new .subfeatured-articles.grid-3 .focus-article,
	.section-page-new .subfeatured-articles.people-to-watch .focus-articles-half-section .focus-article,
	.focus-articles-half-section .section-page-new .subfeatured-articles.people-to-watch .focus-article,
	.section-page-new .subfeatured-articles.like-share-save .focus-articles-half-section .focus-article,
	.focus-articles-half-section .section-page-new .subfeatured-articles.like-share-save .focus-article,
	.section-page-new .subfeatured-articles.like-share-save-in-article .focus-articles-half-section .focus-article,
	.focus-articles-half-section .section-page-new .subfeatured-articles.like-share-save-in-article .focus-article,
	.section-page-new footer .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
	.focus-articles-half-section .section-page-new footer .subfeatured-articles.foot-section-wrapper .focus-article,
	footer .section-page-new .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
	.focus-articles-half-section footer .section-page-new .subfeatured-articles.foot-section-wrapper .focus-article,
	.archive-posts-new .subfeatured-articles.grid-3 .article,
	.archive-posts-new .subfeatured-articles.people-to-watch .article,
	.archive-posts-new .subfeatured-articles.like-share-save .article,
	.archive-posts-new .subfeatured-articles.like-share-save-in-article .article,
	.archive-posts-new footer .subfeatured-articles.foot-section-wrapper .article,
	footer .archive-posts-new .subfeatured-articles.foot-section-wrapper .article,
	.archive-posts-new .subfeatured-articles.grid-3 .featured-item,
	.archive-posts-new .subfeatured-articles.people-to-watch .featured-item,
	.archive-posts-new .subfeatured-articles.like-share-save .featured-item,
	.archive-posts-new .subfeatured-articles.like-share-save-in-article .featured-item,
	.archive-posts-new footer .subfeatured-articles.foot-section-wrapper .featured-item,
	footer .archive-posts-new .subfeatured-articles.foot-section-wrapper .featured-item,
	.archive-posts-new .subfeatured-articles.grid-3 .focus-articles-section .focus-article,
	.focus-articles-section .archive-posts-new .subfeatured-articles.grid-3 .focus-article,
	.archive-posts-new .subfeatured-articles.people-to-watch .focus-articles-section .focus-article,
	.focus-articles-section .archive-posts-new .subfeatured-articles.people-to-watch .focus-article,
	.archive-posts-new .subfeatured-articles.like-share-save .focus-articles-section .focus-article,
	.focus-articles-section .archive-posts-new .subfeatured-articles.like-share-save .focus-article,
	.archive-posts-new .subfeatured-articles.like-share-save-in-article .focus-articles-section .focus-article,
	.focus-articles-section .archive-posts-new .subfeatured-articles.like-share-save-in-article .focus-article,
	.archive-posts-new footer .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
	.focus-articles-section .archive-posts-new footer .subfeatured-articles.foot-section-wrapper .focus-article,
	footer .archive-posts-new .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
	.focus-articles-section footer .archive-posts-new .subfeatured-articles.foot-section-wrapper .focus-article,
	.archive-posts-new .subfeatured-articles.grid-3 .focus-articles-half-section .focus-article,
	.focus-articles-half-section .archive-posts-new .subfeatured-articles.grid-3 .focus-article,
	.archive-posts-new .subfeatured-articles.people-to-watch .focus-articles-half-section .focus-article,
	.focus-articles-half-section .archive-posts-new .subfeatured-articles.people-to-watch .focus-article,
	.archive-posts-new .subfeatured-articles.like-share-save .focus-articles-half-section .focus-article,
	.focus-articles-half-section .archive-posts-new .subfeatured-articles.like-share-save .focus-article,
	.archive-posts-new .subfeatured-articles.like-share-save-in-article .focus-articles-half-section .focus-article,
	.focus-articles-half-section .archive-posts-new .subfeatured-articles.like-share-save-in-article .focus-article,
	.archive-posts-new footer .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
	.focus-articles-half-section .archive-posts-new footer .subfeatured-articles.foot-section-wrapper .focus-article,
	footer .archive-posts-new .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
	.focus-articles-half-section footer .archive-posts-new .subfeatured-articles.foot-section-wrapper .focus-article,
	.directory-new .subfeatured-articles.grid-3 .article,
	.directory-new .subfeatured-articles.people-to-watch .article,
	.directory-new .subfeatured-articles.like-share-save .article,
	.directory-new .subfeatured-articles.like-share-save-in-article .article,
	.directory-new footer .subfeatured-articles.foot-section-wrapper .article,
	footer .directory-new .subfeatured-articles.foot-section-wrapper .article,
	.directory-new .subfeatured-articles.grid-3 .featured-item,
	.directory-new .subfeatured-articles.people-to-watch .featured-item,
	.directory-new .subfeatured-articles.like-share-save .featured-item,
	.directory-new .subfeatured-articles.like-share-save-in-article .featured-item,
	.directory-new footer .subfeatured-articles.foot-section-wrapper .featured-item,
	footer .directory-new .subfeatured-articles.foot-section-wrapper .featured-item,
	.directory-new .subfeatured-articles.grid-3 .focus-articles-section .focus-article,
	.focus-articles-section .directory-new .subfeatured-articles.grid-3 .focus-article,
	.directory-new .subfeatured-articles.people-to-watch .focus-articles-section .focus-article,
	.focus-articles-section .directory-new .subfeatured-articles.people-to-watch .focus-article,
	.directory-new .subfeatured-articles.like-share-save .focus-articles-section .focus-article,
	.focus-articles-section .directory-new .subfeatured-articles.like-share-save .focus-article,
	.directory-new .subfeatured-articles.like-share-save-in-article .focus-articles-section .focus-article,
	.focus-articles-section .directory-new .subfeatured-articles.like-share-save-in-article .focus-article,
	.directory-new footer .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
	.focus-articles-section .directory-new footer .subfeatured-articles.foot-section-wrapper .focus-article,
	footer .directory-new .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
	.focus-articles-section footer .directory-new .subfeatured-articles.foot-section-wrapper .focus-article,
	.directory-new .subfeatured-articles.grid-3 .focus-articles-half-section .focus-article,
	.focus-articles-half-section .directory-new .subfeatured-articles.grid-3 .focus-article,
	.directory-new .subfeatured-articles.people-to-watch .focus-articles-half-section .focus-article,
	.focus-articles-half-section .directory-new .subfeatured-articles.people-to-watch .focus-article,
	.directory-new .subfeatured-articles.like-share-save .focus-articles-half-section .focus-article,
	.focus-articles-half-section .directory-new .subfeatured-articles.like-share-save .focus-article,
	.directory-new .subfeatured-articles.like-share-save-in-article .focus-articles-half-section .focus-article,
	.focus-articles-half-section .directory-new .subfeatured-articles.like-share-save-in-article .focus-article,
	.directory-new footer .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
	.focus-articles-half-section .directory-new footer .subfeatured-articles.foot-section-wrapper .focus-article,
	footer .directory-new .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
	.focus-articles-half-section footer .directory-new .subfeatured-articles.foot-section-wrapper .focus-article,
	.facts-new .subfeatured-articles.grid-3 .article,
	.facts-new .subfeatured-articles.people-to-watch .article,
	.facts-new .subfeatured-articles.like-share-save .article,
	.facts-new .subfeatured-articles.like-share-save-in-article .article,
	.facts-new footer .subfeatured-articles.foot-section-wrapper .article,
	footer .facts-new .subfeatured-articles.foot-section-wrapper .article,
	.facts-new .subfeatured-articles.grid-3 .featured-item,
	.facts-new .subfeatured-articles.people-to-watch .featured-item,
	.facts-new .subfeatured-articles.like-share-save .featured-item,
	.facts-new .subfeatured-articles.like-share-save-in-article .featured-item,
	.facts-new footer .subfeatured-articles.foot-section-wrapper .featured-item,
	footer .facts-new .subfeatured-articles.foot-section-wrapper .featured-item,
	.facts-new .subfeatured-articles.grid-3 .focus-articles-section .focus-article,
	.focus-articles-section .facts-new .subfeatured-articles.grid-3 .focus-article,
	.facts-new .subfeatured-articles.people-to-watch .focus-articles-section .focus-article,
	.focus-articles-section .facts-new .subfeatured-articles.people-to-watch .focus-article,
	.facts-new .subfeatured-articles.like-share-save .focus-articles-section .focus-article,
	.focus-articles-section .facts-new .subfeatured-articles.like-share-save .focus-article,
	.facts-new .subfeatured-articles.like-share-save-in-article .focus-articles-section .focus-article,
	.focus-articles-section .facts-new .subfeatured-articles.like-share-save-in-article .focus-article,
	.facts-new footer .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
	.focus-articles-section .facts-new footer .subfeatured-articles.foot-section-wrapper .focus-article,
	footer .facts-new .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
	.focus-articles-section footer .facts-new .subfeatured-articles.foot-section-wrapper .focus-article,
	.facts-new .subfeatured-articles.grid-3 .focus-articles-half-section .focus-article,
	.focus-articles-half-section .facts-new .subfeatured-articles.grid-3 .focus-article,
	.facts-new .subfeatured-articles.people-to-watch .focus-articles-half-section .focus-article,
	.focus-articles-half-section .facts-new .subfeatured-articles.people-to-watch .focus-article,
	.facts-new .subfeatured-articles.like-share-save .focus-articles-half-section .focus-article,
	.focus-articles-half-section .facts-new .subfeatured-articles.like-share-save .focus-article,
	.facts-new .subfeatured-articles.like-share-save-in-article .focus-articles-half-section .focus-article,
	.focus-articles-half-section .facts-new .subfeatured-articles.like-share-save-in-article .focus-article,
	.facts-new footer .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
	.focus-articles-half-section .facts-new footer .subfeatured-articles.foot-section-wrapper .focus-article,
	footer .facts-new .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
	.focus-articles-half-section footer .facts-new .subfeatured-articles.foot-section-wrapper .focus-article,
	.infocus-new .subfeatured-articles.grid-3 .article,
	.infocus-new .subfeatured-articles.people-to-watch .article,
	.infocus-new .subfeatured-articles.like-share-save .article,
	.infocus-new .subfeatured-articles.like-share-save-in-article .article,
	.infocus-new footer .subfeatured-articles.foot-section-wrapper .article,
	footer .infocus-new .subfeatured-articles.foot-section-wrapper .article,
	.infocus-new .subfeatured-articles.grid-3 .featured-item,
	.infocus-new .subfeatured-articles.people-to-watch .featured-item,
	.infocus-new .subfeatured-articles.like-share-save .featured-item,
	.infocus-new .subfeatured-articles.like-share-save-in-article .featured-item,
	.infocus-new footer .subfeatured-articles.foot-section-wrapper .featured-item,
	footer .infocus-new .subfeatured-articles.foot-section-wrapper .featured-item,
	.infocus-new .subfeatured-articles.grid-3 .focus-articles-section .focus-article,
	.focus-articles-section .infocus-new .subfeatured-articles.grid-3 .focus-article,
	.infocus-new .subfeatured-articles.people-to-watch .focus-articles-section .focus-article,
	.focus-articles-section .infocus-new .subfeatured-articles.people-to-watch .focus-article,
	.infocus-new .subfeatured-articles.like-share-save .focus-articles-section .focus-article,
	.focus-articles-section .infocus-new .subfeatured-articles.like-share-save .focus-article,
	.infocus-new .subfeatured-articles.like-share-save-in-article .focus-articles-section .focus-article,
	.focus-articles-section .infocus-new .subfeatured-articles.like-share-save-in-article .focus-article,
	.infocus-new footer .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
	.focus-articles-section .infocus-new footer .subfeatured-articles.foot-section-wrapper .focus-article,
	footer .infocus-new .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
	.focus-articles-section footer .infocus-new .subfeatured-articles.foot-section-wrapper .focus-article,
	.infocus-new .subfeatured-articles.grid-3 .focus-articles-half-section .focus-article,
	.focus-articles-half-section .infocus-new .subfeatured-articles.grid-3 .focus-article,
	.infocus-new .subfeatured-articles.people-to-watch .focus-articles-half-section .focus-article,
	.focus-articles-half-section .infocus-new .subfeatured-articles.people-to-watch .focus-article,
	.infocus-new .subfeatured-articles.like-share-save .focus-articles-half-section .focus-article,
	.focus-articles-half-section .infocus-new .subfeatured-articles.like-share-save .focus-article,
	.infocus-new .subfeatured-articles.like-share-save-in-article .focus-articles-half-section .focus-article,
	.focus-articles-half-section .infocus-new .subfeatured-articles.like-share-save-in-article .focus-article,
	.infocus-new footer .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
	.focus-articles-half-section .infocus-new footer .subfeatured-articles.foot-section-wrapper .focus-article,
	footer .infocus-new .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
	.focus-articles-half-section footer .infocus-new .subfeatured-articles.foot-section-wrapper .focus-article,
	.conversation-page-new .subfeatured-articles.grid-3 .article,
	.conversation-page-new .subfeatured-articles.people-to-watch .article,
	.conversation-page-new .subfeatured-articles.like-share-save .article,
	.conversation-page-new .subfeatured-articles.like-share-save-in-article .article,
	.conversation-page-new footer .subfeatured-articles.foot-section-wrapper .article,
	footer .conversation-page-new .subfeatured-articles.foot-section-wrapper .article,
	.conversation-page-new .subfeatured-articles.grid-3 .featured-item,
	.conversation-page-new .subfeatured-articles.people-to-watch .featured-item,
	.conversation-page-new .subfeatured-articles.like-share-save .featured-item,
	.conversation-page-new .subfeatured-articles.like-share-save-in-article .featured-item,
	.conversation-page-new footer .subfeatured-articles.foot-section-wrapper .featured-item,
	footer .conversation-page-new .subfeatured-articles.foot-section-wrapper .featured-item,
	.conversation-page-new .subfeatured-articles.grid-3 .focus-articles-section .focus-article,
	.focus-articles-section .conversation-page-new .subfeatured-articles.grid-3 .focus-article,
	.conversation-page-new .subfeatured-articles.people-to-watch .focus-articles-section .focus-article,
	.focus-articles-section .conversation-page-new .subfeatured-articles.people-to-watch .focus-article,
	.conversation-page-new .subfeatured-articles.like-share-save .focus-articles-section .focus-article,
	.focus-articles-section .conversation-page-new .subfeatured-articles.like-share-save .focus-article,
	.conversation-page-new .subfeatured-articles.like-share-save-in-article .focus-articles-section .focus-article,
	.focus-articles-section .conversation-page-new .subfeatured-articles.like-share-save-in-article .focus-article,
	.conversation-page-new footer .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
	.focus-articles-section .conversation-page-new footer .subfeatured-articles.foot-section-wrapper .focus-article,
	footer .conversation-page-new .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
	.focus-articles-section footer .conversation-page-new .subfeatured-articles.foot-section-wrapper .focus-article,
	.conversation-page-new .subfeatured-articles.grid-3 .focus-articles-half-section .focus-article,
	.focus-articles-half-section .conversation-page-new .subfeatured-articles.grid-3 .focus-article,
	.conversation-page-new .subfeatured-articles.people-to-watch .focus-articles-half-section .focus-article,
	.focus-articles-half-section .conversation-page-new .subfeatured-articles.people-to-watch .focus-article,
	.conversation-page-new .subfeatured-articles.like-share-save .focus-articles-half-section .focus-article,
	.focus-articles-half-section .conversation-page-new .subfeatured-articles.like-share-save .focus-article,
	.conversation-page-new .subfeatured-articles.like-share-save-in-article .focus-articles-half-section .focus-article,
	.focus-articles-half-section .conversation-page-new .subfeatured-articles.like-share-save-in-article .focus-article,
	.conversation-page-new footer .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
	.focus-articles-half-section .conversation-page-new footer .subfeatured-articles.foot-section-wrapper .focus-article,
	footer .conversation-page-new .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
	.focus-articles-half-section footer .conversation-page-new .subfeatured-articles.foot-section-wrapper .focus-article {
		flex-basis: calc(50% - 15px);
		width: calc(50% - 15px);
	}
}

@media (max-width: 500px) {

	.continent-page-new .subfeatured-articles.grid-3 .article,
	.continent-page-new .subfeatured-articles.people-to-watch .article,
	.continent-page-new .subfeatured-articles.like-share-save .article,
	.continent-page-new .subfeatured-articles.like-share-save-in-article .article,
	.continent-page-new footer .subfeatured-articles.foot-section-wrapper .article,
	footer .continent-page-new .subfeatured-articles.foot-section-wrapper .article,
	.continent-page-new .subfeatured-articles.grid-3 .featured-item,
	.continent-page-new .subfeatured-articles.people-to-watch .featured-item,
	.continent-page-new .subfeatured-articles.like-share-save .featured-item,
	.continent-page-new .subfeatured-articles.like-share-save-in-article .featured-item,
	.continent-page-new footer .subfeatured-articles.foot-section-wrapper .featured-item,
	footer .continent-page-new .subfeatured-articles.foot-section-wrapper .featured-item,
	.continent-page-new .subfeatured-articles.grid-3 .focus-articles-section .focus-article,
	.focus-articles-section .continent-page-new .subfeatured-articles.grid-3 .focus-article,
	.continent-page-new .subfeatured-articles.people-to-watch .focus-articles-section .focus-article,
	.focus-articles-section .continent-page-new .subfeatured-articles.people-to-watch .focus-article,
	.continent-page-new .subfeatured-articles.like-share-save .focus-articles-section .focus-article,
	.focus-articles-section .continent-page-new .subfeatured-articles.like-share-save .focus-article,
	.continent-page-new .subfeatured-articles.like-share-save-in-article .focus-articles-section .focus-article,
	.focus-articles-section .continent-page-new .subfeatured-articles.like-share-save-in-article .focus-article,
	.continent-page-new footer .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
	.focus-articles-section .continent-page-new footer .subfeatured-articles.foot-section-wrapper .focus-article,
	footer .continent-page-new .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
	.focus-articles-section footer .continent-page-new .subfeatured-articles.foot-section-wrapper .focus-article,
	.continent-page-new .subfeatured-articles.grid-3 .focus-articles-half-section .focus-article,
	.focus-articles-half-section .continent-page-new .subfeatured-articles.grid-3 .focus-article,
	.continent-page-new .subfeatured-articles.people-to-watch .focus-articles-half-section .focus-article,
	.focus-articles-half-section .continent-page-new .subfeatured-articles.people-to-watch .focus-article,
	.continent-page-new .subfeatured-articles.like-share-save .focus-articles-half-section .focus-article,
	.focus-articles-half-section .continent-page-new .subfeatured-articles.like-share-save .focus-article,
	.continent-page-new .subfeatured-articles.like-share-save-in-article .focus-articles-half-section .focus-article,
	.focus-articles-half-section .continent-page-new .subfeatured-articles.like-share-save-in-article .focus-article,
	.continent-page-new footer .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
	.focus-articles-half-section .continent-page-new footer .subfeatured-articles.foot-section-wrapper .focus-article,
	footer .continent-page-new .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
	.focus-articles-half-section footer .continent-page-new .subfeatured-articles.foot-section-wrapper .focus-article,
	.country-page-new .subfeatured-articles.grid-3 .article,
	.country-page-new .subfeatured-articles.people-to-watch .article,
	.country-page-new .subfeatured-articles.like-share-save .article,
	.country-page-new .subfeatured-articles.like-share-save-in-article .article,
	.country-page-new footer .subfeatured-articles.foot-section-wrapper .article,
	footer .country-page-new .subfeatured-articles.foot-section-wrapper .article,
	.country-page-new .subfeatured-articles.grid-3 .featured-item,
	.country-page-new .subfeatured-articles.people-to-watch .featured-item,
	.country-page-new .subfeatured-articles.like-share-save .featured-item,
	.country-page-new .subfeatured-articles.like-share-save-in-article .featured-item,
	.country-page-new footer .subfeatured-articles.foot-section-wrapper .featured-item,
	footer .country-page-new .subfeatured-articles.foot-section-wrapper .featured-item,
	.country-page-new .subfeatured-articles.grid-3 .focus-articles-section .focus-article,
	.focus-articles-section .country-page-new .subfeatured-articles.grid-3 .focus-article,
	.country-page-new .subfeatured-articles.people-to-watch .focus-articles-section .focus-article,
	.focus-articles-section .country-page-new .subfeatured-articles.people-to-watch .focus-article,
	.country-page-new .subfeatured-articles.like-share-save .focus-articles-section .focus-article,
	.focus-articles-section .country-page-new .subfeatured-articles.like-share-save .focus-article,
	.country-page-new .subfeatured-articles.like-share-save-in-article .focus-articles-section .focus-article,
	.focus-articles-section .country-page-new .subfeatured-articles.like-share-save-in-article .focus-article,
	.country-page-new footer .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
	.focus-articles-section .country-page-new footer .subfeatured-articles.foot-section-wrapper .focus-article,
	footer .country-page-new .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
	.focus-articles-section footer .country-page-new .subfeatured-articles.foot-section-wrapper .focus-article,
	.country-page-new .subfeatured-articles.grid-3 .focus-articles-half-section .focus-article,
	.focus-articles-half-section .country-page-new .subfeatured-articles.grid-3 .focus-article,
	.country-page-new .subfeatured-articles.people-to-watch .focus-articles-half-section .focus-article,
	.focus-articles-half-section .country-page-new .subfeatured-articles.people-to-watch .focus-article,
	.country-page-new .subfeatured-articles.like-share-save .focus-articles-half-section .focus-article,
	.focus-articles-half-section .country-page-new .subfeatured-articles.like-share-save .focus-article,
	.country-page-new .subfeatured-articles.like-share-save-in-article .focus-articles-half-section .focus-article,
	.focus-articles-half-section .country-page-new .subfeatured-articles.like-share-save-in-article .focus-article,
	.country-page-new footer .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
	.focus-articles-half-section .country-page-new footer .subfeatured-articles.foot-section-wrapper .focus-article,
	footer .country-page-new .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
	.focus-articles-half-section footer .country-page-new .subfeatured-articles.foot-section-wrapper .focus-article,
	.section-page-new .subfeatured-articles.grid-3 .article,
	.section-page-new .subfeatured-articles.people-to-watch .article,
	.section-page-new .subfeatured-articles.like-share-save .article,
	.section-page-new .subfeatured-articles.like-share-save-in-article .article,
	.section-page-new footer .subfeatured-articles.foot-section-wrapper .article,
	footer .section-page-new .subfeatured-articles.foot-section-wrapper .article,
	.section-page-new .subfeatured-articles.grid-3 .featured-item,
	.section-page-new .subfeatured-articles.people-to-watch .featured-item,
	.section-page-new .subfeatured-articles.like-share-save .featured-item,
	.section-page-new .subfeatured-articles.like-share-save-in-article .featured-item,
	.section-page-new footer .subfeatured-articles.foot-section-wrapper .featured-item,
	footer .section-page-new .subfeatured-articles.foot-section-wrapper .featured-item,
	.section-page-new .subfeatured-articles.grid-3 .focus-articles-section .focus-article,
	.focus-articles-section .section-page-new .subfeatured-articles.grid-3 .focus-article,
	.section-page-new .subfeatured-articles.people-to-watch .focus-articles-section .focus-article,
	.focus-articles-section .section-page-new .subfeatured-articles.people-to-watch .focus-article,
	.section-page-new .subfeatured-articles.like-share-save .focus-articles-section .focus-article,
	.focus-articles-section .section-page-new .subfeatured-articles.like-share-save .focus-article,
	.section-page-new .subfeatured-articles.like-share-save-in-article .focus-articles-section .focus-article,
	.focus-articles-section .section-page-new .subfeatured-articles.like-share-save-in-article .focus-article,
	.section-page-new footer .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
	.focus-articles-section .section-page-new footer .subfeatured-articles.foot-section-wrapper .focus-article,
	footer .section-page-new .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
	.focus-articles-section footer .section-page-new .subfeatured-articles.foot-section-wrapper .focus-article,
	.section-page-new .subfeatured-articles.grid-3 .focus-articles-half-section .focus-article,
	.focus-articles-half-section .section-page-new .subfeatured-articles.grid-3 .focus-article,
	.section-page-new .subfeatured-articles.people-to-watch .focus-articles-half-section .focus-article,
	.focus-articles-half-section .section-page-new .subfeatured-articles.people-to-watch .focus-article,
	.section-page-new .subfeatured-articles.like-share-save .focus-articles-half-section .focus-article,
	.focus-articles-half-section .section-page-new .subfeatured-articles.like-share-save .focus-article,
	.section-page-new .subfeatured-articles.like-share-save-in-article .focus-articles-half-section .focus-article,
	.focus-articles-half-section .section-page-new .subfeatured-articles.like-share-save-in-article .focus-article,
	.section-page-new footer .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
	.focus-articles-half-section .section-page-new footer .subfeatured-articles.foot-section-wrapper .focus-article,
	footer .section-page-new .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
	.focus-articles-half-section footer .section-page-new .subfeatured-articles.foot-section-wrapper .focus-article,
	.archive-posts-new .subfeatured-articles.grid-3 .article,
	.archive-posts-new .subfeatured-articles.people-to-watch .article,
	.archive-posts-new .subfeatured-articles.like-share-save .article,
	.archive-posts-new .subfeatured-articles.like-share-save-in-article .article,
	.archive-posts-new footer .subfeatured-articles.foot-section-wrapper .article,
	footer .archive-posts-new .subfeatured-articles.foot-section-wrapper .article,
	.archive-posts-new .subfeatured-articles.grid-3 .featured-item,
	.archive-posts-new .subfeatured-articles.people-to-watch .featured-item,
	.archive-posts-new .subfeatured-articles.like-share-save .featured-item,
	.archive-posts-new .subfeatured-articles.like-share-save-in-article .featured-item,
	.archive-posts-new footer .subfeatured-articles.foot-section-wrapper .featured-item,
	footer .archive-posts-new .subfeatured-articles.foot-section-wrapper .featured-item,
	.archive-posts-new .subfeatured-articles.grid-3 .focus-articles-section .focus-article,
	.focus-articles-section .archive-posts-new .subfeatured-articles.grid-3 .focus-article,
	.archive-posts-new .subfeatured-articles.people-to-watch .focus-articles-section .focus-article,
	.focus-articles-section .archive-posts-new .subfeatured-articles.people-to-watch .focus-article,
	.archive-posts-new .subfeatured-articles.like-share-save .focus-articles-section .focus-article,
	.focus-articles-section .archive-posts-new .subfeatured-articles.like-share-save .focus-article,
	.archive-posts-new .subfeatured-articles.like-share-save-in-article .focus-articles-section .focus-article,
	.focus-articles-section .archive-posts-new .subfeatured-articles.like-share-save-in-article .focus-article,
	.archive-posts-new footer .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
	.focus-articles-section .archive-posts-new footer .subfeatured-articles.foot-section-wrapper .focus-article,
	footer .archive-posts-new .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
	.focus-articles-section footer .archive-posts-new .subfeatured-articles.foot-section-wrapper .focus-article,
	.archive-posts-new .subfeatured-articles.grid-3 .focus-articles-half-section .focus-article,
	.focus-articles-half-section .archive-posts-new .subfeatured-articles.grid-3 .focus-article,
	.archive-posts-new .subfeatured-articles.people-to-watch .focus-articles-half-section .focus-article,
	.focus-articles-half-section .archive-posts-new .subfeatured-articles.people-to-watch .focus-article,
	.archive-posts-new .subfeatured-articles.like-share-save .focus-articles-half-section .focus-article,
	.focus-articles-half-section .archive-posts-new .subfeatured-articles.like-share-save .focus-article,
	.archive-posts-new .subfeatured-articles.like-share-save-in-article .focus-articles-half-section .focus-article,
	.focus-articles-half-section .archive-posts-new .subfeatured-articles.like-share-save-in-article .focus-article,
	.archive-posts-new footer .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
	.focus-articles-half-section .archive-posts-new footer .subfeatured-articles.foot-section-wrapper .focus-article,
	footer .archive-posts-new .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
	.focus-articles-half-section footer .archive-posts-new .subfeatured-articles.foot-section-wrapper .focus-article,
	.directory-new .subfeatured-articles.grid-3 .article,
	.directory-new .subfeatured-articles.people-to-watch .article,
	.directory-new .subfeatured-articles.like-share-save .article,
	.directory-new .subfeatured-articles.like-share-save-in-article .article,
	.directory-new footer .subfeatured-articles.foot-section-wrapper .article,
	footer .directory-new .subfeatured-articles.foot-section-wrapper .article,
	.directory-new .subfeatured-articles.grid-3 .featured-item,
	.directory-new .subfeatured-articles.people-to-watch .featured-item,
	.directory-new .subfeatured-articles.like-share-save .featured-item,
	.directory-new .subfeatured-articles.like-share-save-in-article .featured-item,
	.directory-new footer .subfeatured-articles.foot-section-wrapper .featured-item,
	footer .directory-new .subfeatured-articles.foot-section-wrapper .featured-item,
	.directory-new .subfeatured-articles.grid-3 .focus-articles-section .focus-article,
	.focus-articles-section .directory-new .subfeatured-articles.grid-3 .focus-article,
	.directory-new .subfeatured-articles.people-to-watch .focus-articles-section .focus-article,
	.focus-articles-section .directory-new .subfeatured-articles.people-to-watch .focus-article,
	.directory-new .subfeatured-articles.like-share-save .focus-articles-section .focus-article,
	.focus-articles-section .directory-new .subfeatured-articles.like-share-save .focus-article,
	.directory-new .subfeatured-articles.like-share-save-in-article .focus-articles-section .focus-article,
	.focus-articles-section .directory-new .subfeatured-articles.like-share-save-in-article .focus-article,
	.directory-new footer .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
	.focus-articles-section .directory-new footer .subfeatured-articles.foot-section-wrapper .focus-article,
	footer .directory-new .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
	.focus-articles-section footer .directory-new .subfeatured-articles.foot-section-wrapper .focus-article,
	.directory-new .subfeatured-articles.grid-3 .focus-articles-half-section .focus-article,
	.focus-articles-half-section .directory-new .subfeatured-articles.grid-3 .focus-article,
	.directory-new .subfeatured-articles.people-to-watch .focus-articles-half-section .focus-article,
	.focus-articles-half-section .directory-new .subfeatured-articles.people-to-watch .focus-article,
	.directory-new .subfeatured-articles.like-share-save .focus-articles-half-section .focus-article,
	.focus-articles-half-section .directory-new .subfeatured-articles.like-share-save .focus-article,
	.directory-new .subfeatured-articles.like-share-save-in-article .focus-articles-half-section .focus-article,
	.focus-articles-half-section .directory-new .subfeatured-articles.like-share-save-in-article .focus-article,
	.directory-new footer .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
	.focus-articles-half-section .directory-new footer .subfeatured-articles.foot-section-wrapper .focus-article,
	footer .directory-new .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
	.focus-articles-half-section footer .directory-new .subfeatured-articles.foot-section-wrapper .focus-article,
	.facts-new .subfeatured-articles.grid-3 .article,
	.facts-new .subfeatured-articles.people-to-watch .article,
	.facts-new .subfeatured-articles.like-share-save .article,
	.facts-new .subfeatured-articles.like-share-save-in-article .article,
	.facts-new footer .subfeatured-articles.foot-section-wrapper .article,
	footer .facts-new .subfeatured-articles.foot-section-wrapper .article,
	.facts-new .subfeatured-articles.grid-3 .featured-item,
	.facts-new .subfeatured-articles.people-to-watch .featured-item,
	.facts-new .subfeatured-articles.like-share-save .featured-item,
	.facts-new .subfeatured-articles.like-share-save-in-article .featured-item,
	.facts-new footer .subfeatured-articles.foot-section-wrapper .featured-item,
	footer .facts-new .subfeatured-articles.foot-section-wrapper .featured-item,
	.facts-new .subfeatured-articles.grid-3 .focus-articles-section .focus-article,
	.focus-articles-section .facts-new .subfeatured-articles.grid-3 .focus-article,
	.facts-new .subfeatured-articles.people-to-watch .focus-articles-section .focus-article,
	.focus-articles-section .facts-new .subfeatured-articles.people-to-watch .focus-article,
	.facts-new .subfeatured-articles.like-share-save .focus-articles-section .focus-article,
	.focus-articles-section .facts-new .subfeatured-articles.like-share-save .focus-article,
	.facts-new .subfeatured-articles.like-share-save-in-article .focus-articles-section .focus-article,
	.focus-articles-section .facts-new .subfeatured-articles.like-share-save-in-article .focus-article,
	.facts-new footer .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
	.focus-articles-section .facts-new footer .subfeatured-articles.foot-section-wrapper .focus-article,
	footer .facts-new .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
	.focus-articles-section footer .facts-new .subfeatured-articles.foot-section-wrapper .focus-article,
	.facts-new .subfeatured-articles.grid-3 .focus-articles-half-section .focus-article,
	.focus-articles-half-section .facts-new .subfeatured-articles.grid-3 .focus-article,
	.facts-new .subfeatured-articles.people-to-watch .focus-articles-half-section .focus-article,
	.focus-articles-half-section .facts-new .subfeatured-articles.people-to-watch .focus-article,
	.facts-new .subfeatured-articles.like-share-save .focus-articles-half-section .focus-article,
	.focus-articles-half-section .facts-new .subfeatured-articles.like-share-save .focus-article,
	.facts-new .subfeatured-articles.like-share-save-in-article .focus-articles-half-section .focus-article,
	.focus-articles-half-section .facts-new .subfeatured-articles.like-share-save-in-article .focus-article,
	.facts-new footer .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
	.focus-articles-half-section .facts-new footer .subfeatured-articles.foot-section-wrapper .focus-article,
	footer .facts-new .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
	.focus-articles-half-section footer .facts-new .subfeatured-articles.foot-section-wrapper .focus-article,
	.infocus-new .subfeatured-articles.grid-3 .article,
	.infocus-new .subfeatured-articles.people-to-watch .article,
	.infocus-new .subfeatured-articles.like-share-save .article,
	.infocus-new .subfeatured-articles.like-share-save-in-article .article,
	.infocus-new footer .subfeatured-articles.foot-section-wrapper .article,
	footer .infocus-new .subfeatured-articles.foot-section-wrapper .article,
	.infocus-new .subfeatured-articles.grid-3 .featured-item,
	.infocus-new .subfeatured-articles.people-to-watch .featured-item,
	.infocus-new .subfeatured-articles.like-share-save .featured-item,
	.infocus-new .subfeatured-articles.like-share-save-in-article .featured-item,
	.infocus-new footer .subfeatured-articles.foot-section-wrapper .featured-item,
	footer .infocus-new .subfeatured-articles.foot-section-wrapper .featured-item,
	.infocus-new .subfeatured-articles.grid-3 .focus-articles-section .focus-article,
	.focus-articles-section .infocus-new .subfeatured-articles.grid-3 .focus-article,
	.infocus-new .subfeatured-articles.people-to-watch .focus-articles-section .focus-article,
	.focus-articles-section .infocus-new .subfeatured-articles.people-to-watch .focus-article,
	.infocus-new .subfeatured-articles.like-share-save .focus-articles-section .focus-article,
	.focus-articles-section .infocus-new .subfeatured-articles.like-share-save .focus-article,
	.infocus-new .subfeatured-articles.like-share-save-in-article .focus-articles-section .focus-article,
	.focus-articles-section .infocus-new .subfeatured-articles.like-share-save-in-article .focus-article,
	.infocus-new footer .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
	.focus-articles-section .infocus-new footer .subfeatured-articles.foot-section-wrapper .focus-article,
	footer .infocus-new .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
	.focus-articles-section footer .infocus-new .subfeatured-articles.foot-section-wrapper .focus-article,
	.infocus-new .subfeatured-articles.grid-3 .focus-articles-half-section .focus-article,
	.focus-articles-half-section .infocus-new .subfeatured-articles.grid-3 .focus-article,
	.infocus-new .subfeatured-articles.people-to-watch .focus-articles-half-section .focus-article,
	.focus-articles-half-section .infocus-new .subfeatured-articles.people-to-watch .focus-article,
	.infocus-new .subfeatured-articles.like-share-save .focus-articles-half-section .focus-article,
	.focus-articles-half-section .infocus-new .subfeatured-articles.like-share-save .focus-article,
	.infocus-new .subfeatured-articles.like-share-save-in-article .focus-articles-half-section .focus-article,
	.focus-articles-half-section .infocus-new .subfeatured-articles.like-share-save-in-article .focus-article,
	.infocus-new footer .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
	.focus-articles-half-section .infocus-new footer .subfeatured-articles.foot-section-wrapper .focus-article,
	footer .infocus-new .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
	.focus-articles-half-section footer .infocus-new .subfeatured-articles.foot-section-wrapper .focus-article,
	.conversation-page-new .subfeatured-articles.grid-3 .article,
	.conversation-page-new .subfeatured-articles.people-to-watch .article,
	.conversation-page-new .subfeatured-articles.like-share-save .article,
	.conversation-page-new .subfeatured-articles.like-share-save-in-article .article,
	.conversation-page-new footer .subfeatured-articles.foot-section-wrapper .article,
	footer .conversation-page-new .subfeatured-articles.foot-section-wrapper .article,
	.conversation-page-new .subfeatured-articles.grid-3 .featured-item,
	.conversation-page-new .subfeatured-articles.people-to-watch .featured-item,
	.conversation-page-new .subfeatured-articles.like-share-save .featured-item,
	.conversation-page-new .subfeatured-articles.like-share-save-in-article .featured-item,
	.conversation-page-new footer .subfeatured-articles.foot-section-wrapper .featured-item,
	footer .conversation-page-new .subfeatured-articles.foot-section-wrapper .featured-item,
	.conversation-page-new .subfeatured-articles.grid-3 .focus-articles-section .focus-article,
	.focus-articles-section .conversation-page-new .subfeatured-articles.grid-3 .focus-article,
	.conversation-page-new .subfeatured-articles.people-to-watch .focus-articles-section .focus-article,
	.focus-articles-section .conversation-page-new .subfeatured-articles.people-to-watch .focus-article,
	.conversation-page-new .subfeatured-articles.like-share-save .focus-articles-section .focus-article,
	.focus-articles-section .conversation-page-new .subfeatured-articles.like-share-save .focus-article,
	.conversation-page-new .subfeatured-articles.like-share-save-in-article .focus-articles-section .focus-article,
	.focus-articles-section .conversation-page-new .subfeatured-articles.like-share-save-in-article .focus-article,
	.conversation-page-new footer .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
	.focus-articles-section .conversation-page-new footer .subfeatured-articles.foot-section-wrapper .focus-article,
	footer .conversation-page-new .subfeatured-articles.foot-section-wrapper .focus-articles-section .focus-article,
	.focus-articles-section footer .conversation-page-new .subfeatured-articles.foot-section-wrapper .focus-article,
	.conversation-page-new .subfeatured-articles.grid-3 .focus-articles-half-section .focus-article,
	.focus-articles-half-section .conversation-page-new .subfeatured-articles.grid-3 .focus-article,
	.conversation-page-new .subfeatured-articles.people-to-watch .focus-articles-half-section .focus-article,
	.focus-articles-half-section .conversation-page-new .subfeatured-articles.people-to-watch .focus-article,
	.conversation-page-new .subfeatured-articles.like-share-save .focus-articles-half-section .focus-article,
	.focus-articles-half-section .conversation-page-new .subfeatured-articles.like-share-save .focus-article,
	.conversation-page-new .subfeatured-articles.like-share-save-in-article .focus-articles-half-section .focus-article,
	.focus-articles-half-section .conversation-page-new .subfeatured-articles.like-share-save-in-article .focus-article,
	.conversation-page-new footer .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
	.focus-articles-half-section .conversation-page-new footer .subfeatured-articles.foot-section-wrapper .focus-article,
	footer .conversation-page-new .subfeatured-articles.foot-section-wrapper .focus-articles-half-section .focus-article,
	.focus-articles-half-section footer .conversation-page-new .subfeatured-articles.foot-section-wrapper .focus-article {
		flex-basis: 100%;
		width: 100%;
	}
}

.featured-person .person-img-inner,
.featured-person-medium .person-img-inner,
.featured-person-small .person-img-inner {
	height: 100% !important;
}

.featured-person-small .person-img-inner {
	width: 150px;
	height: 150px !important;
}

.home-new .people-to-watch .fLarge,
.section-page-new .people-to-watch .fLarge,
.conversation-page-new .people-to-watch .fLarge,
.contributions-page-new .people-to-watch .fLarge {
	width: 56.962%;
	padding: 0;
}

@media (max-width: 1080px) {

	.home-new .people-to-watch .fLarge,
	.section-page-new .people-to-watch .fLarge,
	.conversation-page-new .people-to-watch .fLarge,
	.contributions-page-new .people-to-watch .fLarge {
		width: 100%;
		margin-bottom: 30px;
	}
}

.home-new .people-to-watch .fSmall,
.section-page-new .people-to-watch .fSmall,
.conversation-page-new .people-to-watch .fSmall,
.contributions-page-new .people-to-watch .fSmall {
	width: 43.038%;
	padding: 0;
	margin-top: 0;
}

.home-new .people-to-watch .person-img,
.section-page-new .people-to-watch .person-img,
.conversation-page-new .people-to-watch .person-img,
.contributions-page-new .people-to-watch .person-img {
	position: relative;
}

.home-new .people-to-watch .person-img::after,
.section-page-new .people-to-watch .person-img::after,
.conversation-page-new .people-to-watch .person-img::after,
.contributions-page-new .people-to-watch .person-img::after {
	display: block;
	content: "";
}

.home-new .people-to-watch .person-img .person-img-inner,
.section-page-new .people-to-watch .person-img .person-img-inner,
.conversation-page-new .people-to-watch .person-img .person-img-inner,
.contributions-page-new .people-to-watch .person-img .person-img-inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.home-new .people-to-watch .featured-person,
.home-new .people-to-watch .featured-person-medium,
.home-new .people-to-watch .featured-person-small,
.section-page-new .people-to-watch .featured-person,
.section-page-new .people-to-watch .featured-person-medium,
.section-page-new .people-to-watch .featured-person-small,
.conversation-page-new .people-to-watch .featured-person,
.conversation-page-new .people-to-watch .featured-person-medium,
.conversation-page-new .people-to-watch .featured-person-small,
.contributions-page-new .people-to-watch .featured-person,
.contributions-page-new .people-to-watch .featured-person-medium,
.contributions-page-new .people-to-watch .featured-person-small {
	border-right: none;
}

.home-new .people-to-watch .featured-person .person-img,
.home-new .people-to-watch .featured-person-medium .person-img,
.home-new .people-to-watch .featured-person-small .person-img,
.section-page-new .people-to-watch .featured-person .person-img,
.section-page-new .people-to-watch .featured-person-medium .person-img,
.section-page-new .people-to-watch .featured-person-small .person-img,
.conversation-page-new .people-to-watch .featured-person .person-img,
.conversation-page-new .people-to-watch .featured-person-medium .person-img,
.conversation-page-new .people-to-watch .featured-person-small .person-img,
.contributions-page-new .people-to-watch .featured-person .person-img,
.contributions-page-new .people-to-watch .featured-person-medium .person-img,
.contributions-page-new .people-to-watch .featured-person-small .person-img {
	flex-basis: 286px;
	height: 286px;
}

.home-new .people-to-watch .featured-person .person-img::after,
.home-new .people-to-watch .featured-person-medium .person-img::after,
.home-new .people-to-watch .featured-person-small .person-img::after,
.section-page-new .people-to-watch .featured-person .person-img::after,
.section-page-new .people-to-watch .featured-person-medium .person-img::after,
.section-page-new .people-to-watch .featured-person-small .person-img::after,
.conversation-page-new .people-to-watch .featured-person .person-img::after,
.conversation-page-new .people-to-watch .featured-person-medium .person-img::after,
.conversation-page-new .people-to-watch .featured-person-small .person-img::after,
.contributions-page-new .people-to-watch .featured-person .person-img::after,
.contributions-page-new .people-to-watch .featured-person-medium .person-img::after,
.contributions-page-new .people-to-watch .featured-person-small .person-img::after {
	padding-bottom: 100%;
}

.home-new .people-to-watch .featured-person .person-info,
.home-new .people-to-watch .featured-person-medium .person-info,
.home-new .people-to-watch .featured-person-small .person-info,
.section-page-new .people-to-watch .featured-person .person-info,
.section-page-new .people-to-watch .featured-person-medium .person-info,
.section-page-new .people-to-watch .featured-person-small .person-info,
.conversation-page-new .people-to-watch .featured-person .person-info,
.conversation-page-new .people-to-watch .featured-person-medium .person-info,
.conversation-page-new .people-to-watch .featured-person-small .person-info,
.contributions-page-new .people-to-watch .featured-person .person-info,
.contributions-page-new .people-to-watch .featured-person-medium .person-info,
.contributions-page-new .people-to-watch .featured-person-small .person-info {
	padding: 0 5% 0 2.77%;
	flex-basis: 68.2222%;
}

.home-new .people-to-watch .featured-person .person-info .person-info__header,
.home-new .people-to-watch .featured-person-medium .person-info .person-info__header,
.home-new .people-to-watch .featured-person-small .person-info .person-info__header,
.section-page-new .people-to-watch .featured-person .person-info .person-info__header,
.section-page-new .people-to-watch .featured-person-medium .person-info .person-info__header,
.section-page-new .people-to-watch .featured-person-small .person-info .person-info__header,
.conversation-page-new .people-to-watch .featured-person .person-info .person-info__header,
.conversation-page-new .people-to-watch .featured-person-medium .person-info .person-info__header,
.conversation-page-new .people-to-watch .featured-person-small .person-info .person-info__header,
.contributions-page-new .people-to-watch .featured-person .person-info .person-info__header,
.contributions-page-new .people-to-watch .featured-person-medium .person-info .person-info__header,
.contributions-page-new .people-to-watch .featured-person-small .person-info .person-info__header {
	color: #383c3f !important;
}

.home-new .people-to-watch .featured-person .person-info:hover .person-info__header,
.home-new .people-to-watch .featured-person-medium .person-info:hover .person-info__header,
.home-new .people-to-watch .featured-person-small .person-info:hover .person-info__header,
.section-page-new .people-to-watch .featured-person .person-info:hover .person-info__header,
.section-page-new .people-to-watch .featured-person-medium .person-info:hover .person-info__header,
.section-page-new .people-to-watch .featured-person-small .person-info:hover .person-info__header,
.conversation-page-new .people-to-watch .featured-person .person-info:hover .person-info__header,
.conversation-page-new .people-to-watch .featured-person-medium .person-info:hover .person-info__header,
.conversation-page-new .people-to-watch .featured-person-small .person-info:hover .person-info__header,
.contributions-page-new .people-to-watch .featured-person .person-info:hover .person-info__header,
.contributions-page-new .people-to-watch .featured-person-medium .person-info:hover .person-info__header,
.contributions-page-new .people-to-watch .featured-person-small .person-info:hover .person-info__header {
	color: #837aa4 !important;
}

.home-new .people-to-watch .featured-person-small,
.section-page-new .people-to-watch .featured-person-small,
.conversation-page-new .people-to-watch .featured-person-small,
.contributions-page-new .people-to-watch .featured-person-small {
	margin-top: 0;
	margin-bottom: 15px;
}

.home-new .people-to-watch .featured-person-small .person-img,
.section-page-new .people-to-watch .featured-person-small .person-img,
.conversation-page-new .people-to-watch .featured-person-small .person-img,
.contributions-page-new .people-to-watch .featured-person-small .person-img {
	flex-basis: 135px;
	height: 135px;
}

.home-new .people-to-watch .featured-person-small .person-img::after,
.section-page-new .people-to-watch .featured-person-small .person-img::after,
.conversation-page-new .people-to-watch .featured-person-small .person-img::after,
.contributions-page-new .people-to-watch .featured-person-small .person-img::after {
	padding-bottom: 100%;
}

.home-new .people-to-watch .featured-person-small .person-info,
.section-page-new .people-to-watch .featured-person-small .person-info,
.conversation-page-new .people-to-watch .featured-person-small .person-info,
.contributions-page-new .people-to-watch .featured-person-small .person-info {
	padding: 0 0 0 2.3256%;
	flex-basis: calc(100% - 135px);
}

.continent-page-new .main-sidebar .people-to-watch .people-row,
.country-page-new .main-sidebar .people-to-watch .people-row {
	margin-top: 20px;
}

.continent-page-new .main-sidebar .people-to-watch .person-img,
.country-page-new .main-sidebar .people-to-watch .person-img {
	position: relative;
}

.continent-page-new .main-sidebar .people-to-watch .person-img::after,
.country-page-new .main-sidebar .people-to-watch .person-img::after {
	display: block;
	content: "";
}

.continent-page-new .main-sidebar .people-to-watch .person-img .person-img-inner,
.country-page-new .main-sidebar .people-to-watch .person-img .person-img-inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.continent-page-new .main-sidebar .people-to-watch .featured-person-small,
.country-page-new .main-sidebar .people-to-watch .featured-person-small {
	margin-top: 0;
	margin-bottom: 15px;
	display: block;
}

.continent-page-new .main-sidebar .people-to-watch .featured-person-small .person-img,
.country-page-new .main-sidebar .people-to-watch .featured-person-small .person-img {
	float: left;
	width: 135px;
	height: 135px;
	margin-right: 18px;
}

.continent-page-new .main-sidebar .people-to-watch .featured-person-small .person-img::after,
.country-page-new .main-sidebar .people-to-watch .featured-person-small .person-img::after {
	padding-bottom: 100%;
}

.continent-page-new .main-sidebar .people-to-watch .featured-person-small .person-info,
.country-page-new .main-sidebar .people-to-watch .featured-person-small .person-info {
	padding: 0 0 0 2.3256%;
}

.article .article-info .article-info__header h4,
.featured-item .article-info .article-info__header h4,
.focus-articles-section .focus-article .article-info .article-info__header h4,
.focus-articles-half-section .focus-article .article-info .article-info__header h4,
.featured-item .article-info .article-info__header h4,
.focus-articles-section .focus-article .article-info .article-info__header h4,
.focus-articles-half-section .focus-article .article-info .article-info__header h4,
.focus-articles-half-section .focus-article .article-info .article-info__header h4 {
	min-height: unset;
}

.contributions-page-new .three-featured-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

.contributions-page-new .like-share-save,
.contributions-page-new .like-share-save-in-article {
	display: none;
}

.contributions-page-new .all-topics {
	background: #ffc301;
	padding: 20px;
	margin: 38px 0;
}

.contributions-page-new .all-topics .topics-items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 20px -10px 0;
}

.contributions-page-new .all-topics .topics-items .topic-item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 5px 10px;
	border: 1px solid;
	margin: 5px 10px;
	border-radius: 25px;
	transition: all 0.5s ease;
}

.contributions-page-new .all-topics .topics-items .topic-item:hover {
	color: #ffc301;
	background: #000;
	padding: 5px 15px;
	margin: 5px;
}

.contributions-page-new .all-topics .topics-items .topic-item a {
	color: inherit;
	font-size: 16px;
	margin-right: 20px;
}

.contributions-page-new .all-topics .topics-items .topic-item a:hover {
	text-decoration: none;
}

.contributions-page-new .main-section,
.contributions-page-new .section-page .mid-section,
.section-page .contributions-page-new .mid-section,
.contributions-page-new .focus-page .lower-section,
.focus-page .contributions-page-new .lower-section {
	border: none;
	padding-bottom: 0;
	margin-bottom: 38px;
	padding-right: 20px;
}

.contributions-page-new .main-section .featured-items .section-title,
.contributions-page-new .section-page .mid-section .featured-items .section-title,
.section-page .contributions-page-new .mid-section .featured-items .section-title,
.contributions-page-new .focus-page .lower-section .featured-items .section-title,
.focus-page .contributions-page-new .lower-section .featured-items .section-title {
	text-transform: capitalize;
	font-size: 33px !important;
	font-family: dm serif text, serif !important;
	margin-bottom: 25px;
}

.contributions-page-new .main-section .featured-item,
.contributions-page-new .section-page .mid-section .featured-item,
.section-page .contributions-page-new .mid-section .featured-item,
.contributions-page-new .focus-page .lower-section .featured-item,
.focus-page .contributions-page-new .lower-section .featured-item {
	margin-bottom: 16px;
}

.contributions-page-new .main-section .featured-item .article-img,
.contributions-page-new .section-page .mid-section .featured-item .article-img,
.section-page .contributions-page-new .mid-section .featured-item .article-img,
.contributions-page-new .focus-page .lower-section .featured-item .article-img,
.focus-page .contributions-page-new .lower-section .featured-item .article-img {
	margin-bottom: 0;
}

.contributions-page-new .main-section .featured-item h1,
.contributions-page-new .section-page .mid-section .featured-item h1,
.section-page .contributions-page-new .mid-section .featured-item h1,
.contributions-page-new .focus-page .lower-section .featured-item h1,
.focus-page .contributions-page-new .lower-section .featured-item h1 {
	font-size: 30px !important;
	line-height: 35px;
	margin-bottom: 22px;
}

.contributions-page-new .main-section .featured-item p,
.contributions-page-new .section-page .mid-section .featured-item p,
.section-page .contributions-page-new .mid-section .featured-item p,
.contributions-page-new .focus-page .lower-section .featured-item p,
.focus-page .contributions-page-new .lower-section .featured-item p {
	font-size: 13px;
	line-height: 18px;
}

.contributions-page-new .main-section .featured-section h3,
.contributions-page-new .section-page .mid-section .featured-section h3,
.section-page .contributions-page-new .mid-section .featured-section h3,
.contributions-page-new .focus-page .lower-section .featured-section h3,
.focus-page .contributions-page-new .lower-section .featured-section h3 {
	color: #1a4fa5;
}

.contributions-page-new .main-section .subfeatured-articles,
.contributions-page-new .section-page .mid-section .subfeatured-articles,
.section-page .contributions-page-new .mid-section .subfeatured-articles,
.contributions-page-new .focus-page .lower-section .subfeatured-articles,
.focus-page .contributions-page-new .lower-section .subfeatured-articles {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 1px solid #000;
}

@media (min-width: 769px) {

	.contributions-page-new .main-section .subfeatured-articles,
	.contributions-page-new .section-page .mid-section .subfeatured-articles,
	.section-page .contributions-page-new .mid-section .subfeatured-articles,
	.contributions-page-new .focus-page .lower-section .subfeatured-articles,
	.focus-page .contributions-page-new .lower-section .subfeatured-articles {
		margin-right: 19px;
	}
}

.contributions-page-new .main-section .subfeatured-articles .clear,
.contributions-page-new .section-page .mid-section .subfeatured-articles .clear,
.section-page .contributions-page-new .mid-section .subfeatured-articles .clear,
.contributions-page-new .focus-page .lower-section .subfeatured-articles .clear,
.focus-page .contributions-page-new .lower-section .subfeatured-articles .clear {
	display: none;
}

.contributions-page-new .main-section .subfeatured-articles .article,
.contributions-page-new .section-page .mid-section .subfeatured-articles .article,
.section-page .contributions-page-new .mid-section .subfeatured-articles .article,
.contributions-page-new .focus-page .lower-section .subfeatured-articles .article,
.focus-page .contributions-page-new .lower-section .subfeatured-articles .article,
.contributions-page-new .main-section .subfeatured-articles .featured-item,
.contributions-page-new .section-page .mid-section .subfeatured-articles .featured-item,
.section-page .contributions-page-new .mid-section .subfeatured-articles .featured-item,
.contributions-page-new .focus-page .lower-section .subfeatured-articles .featured-item,
.focus-page .contributions-page-new .lower-section .subfeatured-articles .featured-item,
.contributions-page-new .main-section .subfeatured-articles .focus-articles-section .focus-article,
.focus-articles-section .contributions-page-new .main-section .subfeatured-articles .focus-article,
.contributions-page-new .section-page .mid-section .subfeatured-articles .focus-articles-section .focus-article,
.focus-articles-section .contributions-page-new .section-page .mid-section .subfeatured-articles .focus-article,
.section-page .contributions-page-new .mid-section .subfeatured-articles .focus-articles-section .focus-article,
.focus-articles-section .section-page .contributions-page-new .mid-section .subfeatured-articles .focus-article,
.contributions-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .focus-article,
.focus-articles-section .contributions-page-new .focus-page .lower-section .subfeatured-articles .focus-article,
.focus-page .contributions-page-new .lower-section .subfeatured-articles .focus-articles-section .focus-article,
.focus-articles-section .focus-page .contributions-page-new .lower-section .subfeatured-articles .focus-article,
.contributions-page-new .main-section .subfeatured-articles .focus-articles-half-section .focus-article,
.focus-articles-half-section .contributions-page-new .main-section .subfeatured-articles .focus-article,
.contributions-page-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .focus-article,
.focus-articles-half-section .contributions-page-new .section-page .mid-section .subfeatured-articles .focus-article,
.section-page .contributions-page-new .mid-section .subfeatured-articles .focus-articles-half-section .focus-article,
.focus-articles-half-section .section-page .contributions-page-new .mid-section .subfeatured-articles .focus-article,
.contributions-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .focus-article,
.focus-articles-half-section .contributions-page-new .focus-page .lower-section .subfeatured-articles .focus-article,
.focus-page .contributions-page-new .lower-section .subfeatured-articles .focus-articles-half-section .focus-article,
.focus-articles-half-section .focus-page .contributions-page-new .lower-section .subfeatured-articles .focus-article {
	flex-basis: 31%;
	margin: 19px 0;
	padding: 0;
	display: flex;
	align-items: stretch;
}

.contributions-page-new .main-section .subfeatured-articles .article.article--special .article__inner,
.contributions-page-new .section-page .mid-section .subfeatured-articles .article.article--special .article__inner,
.section-page .contributions-page-new .mid-section .subfeatured-articles .article.article--special .article__inner,
.contributions-page-new .focus-page .lower-section .subfeatured-articles .article.article--special .article__inner,
.focus-page .contributions-page-new .lower-section .subfeatured-articles .article.article--special .article__inner,
.contributions-page-new .main-section .subfeatured-articles .article--special.featured-item .article__inner,
.contributions-page-new .section-page .mid-section .subfeatured-articles .article--special.featured-item .article__inner,
.section-page .contributions-page-new .mid-section .subfeatured-articles .article--special.featured-item .article__inner,
.contributions-page-new .focus-page .lower-section .subfeatured-articles .article--special.featured-item .article__inner,
.focus-page .contributions-page-new .lower-section .subfeatured-articles .article--special.featured-item .article__inner,
.contributions-page-new .main-section .subfeatured-articles .focus-articles-section .article--special.focus-article .article__inner,
.focus-articles-section .contributions-page-new .main-section .subfeatured-articles .article--special.focus-article .article__inner,
.contributions-page-new .section-page .mid-section .subfeatured-articles .focus-articles-section .article--special.focus-article .article__inner,
.focus-articles-section .contributions-page-new .section-page .mid-section .subfeatured-articles .article--special.focus-article .article__inner,
.section-page .contributions-page-new .mid-section .subfeatured-articles .focus-articles-section .article--special.focus-article .article__inner,
.focus-articles-section .section-page .contributions-page-new .mid-section .subfeatured-articles .article--special.focus-article .article__inner,
.contributions-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .article--special.focus-article .article__inner,
.focus-articles-section .contributions-page-new .focus-page .lower-section .subfeatured-articles .article--special.focus-article .article__inner,
.focus-page .contributions-page-new .lower-section .subfeatured-articles .focus-articles-section .article--special.focus-article .article__inner,
.focus-articles-section .focus-page .contributions-page-new .lower-section .subfeatured-articles .article--special.focus-article .article__inner,
.contributions-page-new .main-section .subfeatured-articles .focus-articles-half-section .article--special.focus-article .article__inner,
.focus-articles-half-section .contributions-page-new .main-section .subfeatured-articles .article--special.focus-article .article__inner,
.contributions-page-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .article--special.focus-article .article__inner,
.focus-articles-half-section .contributions-page-new .section-page .mid-section .subfeatured-articles .article--special.focus-article .article__inner,
.section-page .contributions-page-new .mid-section .subfeatured-articles .focus-articles-half-section .article--special.focus-article .article__inner,
.focus-articles-half-section .section-page .contributions-page-new .mid-section .subfeatured-articles .article--special.focus-article .article__inner,
.contributions-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .article--special.focus-article .article__inner,
.focus-articles-half-section .contributions-page-new .focus-page .lower-section .subfeatured-articles .article--special.focus-article .article__inner,
.focus-page .contributions-page-new .lower-section .subfeatured-articles .focus-articles-half-section .article--special.focus-article .article__inner,
.focus-articles-half-section .focus-page .contributions-page-new .lower-section .subfeatured-articles .article--special.focus-article .article__inner {
	flex-basis: 100%;
}

@media (max-width: 768px) {

	.contributions-page-new .main-section .subfeatured-articles .article,
	.contributions-page-new .section-page .mid-section .subfeatured-articles .article,
	.section-page .contributions-page-new .mid-section .subfeatured-articles .article,
	.contributions-page-new .focus-page .lower-section .subfeatured-articles .article,
	.focus-page .contributions-page-new .lower-section .subfeatured-articles .article,
	.contributions-page-new .main-section .subfeatured-articles .featured-item,
	.contributions-page-new .section-page .mid-section .subfeatured-articles .featured-item,
	.section-page .contributions-page-new .mid-section .subfeatured-articles .featured-item,
	.contributions-page-new .focus-page .lower-section .subfeatured-articles .featured-item,
	.focus-page .contributions-page-new .lower-section .subfeatured-articles .featured-item,
	.contributions-page-new .main-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .contributions-page-new .main-section .subfeatured-articles .focus-article,
	.contributions-page-new .section-page .mid-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .contributions-page-new .section-page .mid-section .subfeatured-articles .focus-article,
	.section-page .contributions-page-new .mid-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .section-page .contributions-page-new .mid-section .subfeatured-articles .focus-article,
	.contributions-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .contributions-page-new .focus-page .lower-section .subfeatured-articles .focus-article,
	.focus-page .contributions-page-new .lower-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .focus-page .contributions-page-new .lower-section .subfeatured-articles .focus-article,
	.contributions-page-new .main-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .contributions-page-new .main-section .subfeatured-articles .focus-article,
	.contributions-page-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .contributions-page-new .section-page .mid-section .subfeatured-articles .focus-article,
	.section-page .contributions-page-new .mid-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .section-page .contributions-page-new .mid-section .subfeatured-articles .focus-article,
	.contributions-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .contributions-page-new .focus-page .lower-section .subfeatured-articles .focus-article,
	.focus-page .contributions-page-new .lower-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .focus-page .contributions-page-new .lower-section .subfeatured-articles .focus-article {
		flex-basis: 49%;
	}
}

@media (max-width: 500px) {

	.contributions-page-new .main-section .subfeatured-articles .article,
	.contributions-page-new .section-page .mid-section .subfeatured-articles .article,
	.section-page .contributions-page-new .mid-section .subfeatured-articles .article,
	.contributions-page-new .focus-page .lower-section .subfeatured-articles .article,
	.focus-page .contributions-page-new .lower-section .subfeatured-articles .article,
	.contributions-page-new .main-section .subfeatured-articles .featured-item,
	.contributions-page-new .section-page .mid-section .subfeatured-articles .featured-item,
	.section-page .contributions-page-new .mid-section .subfeatured-articles .featured-item,
	.contributions-page-new .focus-page .lower-section .subfeatured-articles .featured-item,
	.focus-page .contributions-page-new .lower-section .subfeatured-articles .featured-item,
	.contributions-page-new .main-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .contributions-page-new .main-section .subfeatured-articles .focus-article,
	.contributions-page-new .section-page .mid-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .contributions-page-new .section-page .mid-section .subfeatured-articles .focus-article,
	.section-page .contributions-page-new .mid-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .section-page .contributions-page-new .mid-section .subfeatured-articles .focus-article,
	.contributions-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .contributions-page-new .focus-page .lower-section .subfeatured-articles .focus-article,
	.focus-page .contributions-page-new .lower-section .subfeatured-articles .focus-articles-section .focus-article,
	.focus-articles-section .focus-page .contributions-page-new .lower-section .subfeatured-articles .focus-article,
	.contributions-page-new .main-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .contributions-page-new .main-section .subfeatured-articles .focus-article,
	.contributions-page-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .contributions-page-new .section-page .mid-section .subfeatured-articles .focus-article,
	.section-page .contributions-page-new .mid-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .section-page .contributions-page-new .mid-section .subfeatured-articles .focus-article,
	.contributions-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .contributions-page-new .focus-page .lower-section .subfeatured-articles .focus-article,
	.focus-page .contributions-page-new .lower-section .subfeatured-articles .focus-articles-half-section .focus-article,
	.focus-articles-half-section .focus-page .contributions-page-new .lower-section .subfeatured-articles .focus-article {
		flex-basis: 100%;
	}
}

.contributions-page-new .main-section .subfeatured-articles .article .article-img,
.contributions-page-new .section-page .mid-section .subfeatured-articles .article .article-img,
.section-page .contributions-page-new .mid-section .subfeatured-articles .article .article-img,
.contributions-page-new .focus-page .lower-section .subfeatured-articles .article .article-img,
.focus-page .contributions-page-new .lower-section .subfeatured-articles .article .article-img,
.contributions-page-new .main-section .subfeatured-articles .featured-item .article-img,
.contributions-page-new .section-page .mid-section .subfeatured-articles .featured-item .article-img,
.section-page .contributions-page-new .mid-section .subfeatured-articles .featured-item .article-img,
.contributions-page-new .focus-page .lower-section .subfeatured-articles .featured-item .article-img,
.focus-page .contributions-page-new .lower-section .subfeatured-articles .featured-item .article-img,
.contributions-page-new .main-section .subfeatured-articles .focus-articles-section .focus-article .article-img,
.focus-articles-section .contributions-page-new .main-section .subfeatured-articles .focus-article .article-img,
.contributions-page-new .section-page .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-img,
.focus-articles-section .contributions-page-new .section-page .mid-section .subfeatured-articles .focus-article .article-img,
.section-page .contributions-page-new .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-img,
.focus-articles-section .section-page .contributions-page-new .mid-section .subfeatured-articles .focus-article .article-img,
.contributions-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-img,
.focus-articles-section .contributions-page-new .focus-page .lower-section .subfeatured-articles .focus-article .article-img,
.focus-page .contributions-page-new .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-img,
.focus-articles-section .focus-page .contributions-page-new .lower-section .subfeatured-articles .focus-article .article-img,
.contributions-page-new .main-section .subfeatured-articles .focus-articles-half-section .focus-article .article-img,
.focus-articles-half-section .contributions-page-new .main-section .subfeatured-articles .focus-article .article-img,
.contributions-page-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-img,
.focus-articles-half-section .contributions-page-new .section-page .mid-section .subfeatured-articles .focus-article .article-img,
.section-page .contributions-page-new .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-img,
.focus-articles-half-section .section-page .contributions-page-new .mid-section .subfeatured-articles .focus-article .article-img,
.contributions-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-img,
.focus-articles-half-section .contributions-page-new .focus-page .lower-section .subfeatured-articles .focus-article .article-img,
.focus-page .contributions-page-new .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-img,
.focus-articles-half-section .focus-page .contributions-page-new .lower-section .subfeatured-articles .focus-article .article-img {
	margin: 0;
}

.contributions-page-new .main-section .subfeatured-articles .article .article-info,
.contributions-page-new .section-page .mid-section .subfeatured-articles .article .article-info,
.section-page .contributions-page-new .mid-section .subfeatured-articles .article .article-info,
.contributions-page-new .focus-page .lower-section .subfeatured-articles .article .article-info,
.focus-page .contributions-page-new .lower-section .subfeatured-articles .article .article-info,
.contributions-page-new .main-section .subfeatured-articles .featured-item .article-info,
.contributions-page-new .section-page .mid-section .subfeatured-articles .featured-item .article-info,
.section-page .contributions-page-new .mid-section .subfeatured-articles .featured-item .article-info,
.contributions-page-new .focus-page .lower-section .subfeatured-articles .featured-item .article-info,
.focus-page .contributions-page-new .lower-section .subfeatured-articles .featured-item .article-info,
.contributions-page-new .main-section .subfeatured-articles .focus-articles-section .focus-article .article-info,
.focus-articles-section .contributions-page-new .main-section .subfeatured-articles .focus-article .article-info,
.contributions-page-new .section-page .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-info,
.focus-articles-section .contributions-page-new .section-page .mid-section .subfeatured-articles .focus-article .article-info,
.section-page .contributions-page-new .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-info,
.focus-articles-section .section-page .contributions-page-new .mid-section .subfeatured-articles .focus-article .article-info,
.contributions-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-info,
.focus-articles-section .contributions-page-new .focus-page .lower-section .subfeatured-articles .focus-article .article-info,
.focus-page .contributions-page-new .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-info,
.focus-articles-section .focus-page .contributions-page-new .lower-section .subfeatured-articles .focus-article .article-info,
.contributions-page-new .main-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info,
.focus-articles-half-section .contributions-page-new .main-section .subfeatured-articles .focus-article .article-info,
.contributions-page-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info,
.focus-articles-half-section .contributions-page-new .section-page .mid-section .subfeatured-articles .focus-article .article-info,
.section-page .contributions-page-new .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info,
.focus-articles-half-section .section-page .contributions-page-new .mid-section .subfeatured-articles .focus-article .article-info,
.contributions-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info,
.focus-articles-half-section .contributions-page-new .focus-page .lower-section .subfeatured-articles .focus-article .article-info,
.focus-page .contributions-page-new .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info,
.focus-articles-half-section .focus-page .contributions-page-new .lower-section .subfeatured-articles .focus-article .article-info {
	padding: 0;
}

.contributions-page-new .main-section .subfeatured-articles .article .article-info h4,
.contributions-page-new .section-page .mid-section .subfeatured-articles .article .article-info h4,
.section-page .contributions-page-new .mid-section .subfeatured-articles .article .article-info h4,
.contributions-page-new .focus-page .lower-section .subfeatured-articles .article .article-info h4,
.focus-page .contributions-page-new .lower-section .subfeatured-articles .article .article-info h4,
.contributions-page-new .main-section .subfeatured-articles .featured-item .article-info h4,
.contributions-page-new .section-page .mid-section .subfeatured-articles .featured-item .article-info h4,
.section-page .contributions-page-new .mid-section .subfeatured-articles .featured-item .article-info h4,
.contributions-page-new .focus-page .lower-section .subfeatured-articles .featured-item .article-info h4,
.focus-page .contributions-page-new .lower-section .subfeatured-articles .featured-item .article-info h4,
.contributions-page-new .main-section .subfeatured-articles .focus-articles-section .focus-article .article-info h4,
.focus-articles-section .contributions-page-new .main-section .subfeatured-articles .focus-article .article-info h4,
.contributions-page-new .section-page .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-info h4,
.focus-articles-section .contributions-page-new .section-page .mid-section .subfeatured-articles .focus-article .article-info h4,
.section-page .contributions-page-new .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-info h4,
.focus-articles-section .section-page .contributions-page-new .mid-section .subfeatured-articles .focus-article .article-info h4,
.contributions-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-info h4,
.focus-articles-section .contributions-page-new .focus-page .lower-section .subfeatured-articles .focus-article .article-info h4,
.focus-page .contributions-page-new .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-info h4,
.focus-articles-section .focus-page .contributions-page-new .lower-section .subfeatured-articles .focus-article .article-info h4,
.contributions-page-new .main-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info h4,
.focus-articles-half-section .contributions-page-new .main-section .subfeatured-articles .focus-article .article-info h4,
.contributions-page-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info h4,
.focus-articles-half-section .contributions-page-new .section-page .mid-section .subfeatured-articles .focus-article .article-info h4,
.section-page .contributions-page-new .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info h4,
.focus-articles-half-section .section-page .contributions-page-new .mid-section .subfeatured-articles .focus-article .article-info h4,
.contributions-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info h4,
.focus-articles-half-section .contributions-page-new .focus-page .lower-section .subfeatured-articles .focus-article .article-info h4,
.focus-page .contributions-page-new .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info h4,
.focus-articles-half-section .focus-page .contributions-page-new .lower-section .subfeatured-articles .focus-article .article-info h4 {
	margin: 16px 0;
	font-size: 19px;
	line-height: 21px;
}

.contributions-page-new .main-section .subfeatured-articles .article .article-info .article-info__blurb,
.contributions-page-new .section-page .mid-section .subfeatured-articles .article .article-info .article-info__blurb,
.section-page .contributions-page-new .mid-section .subfeatured-articles .article .article-info .article-info__blurb,
.contributions-page-new .focus-page .lower-section .subfeatured-articles .article .article-info .article-info__blurb,
.focus-page .contributions-page-new .lower-section .subfeatured-articles .article .article-info .article-info__blurb,
.contributions-page-new .main-section .subfeatured-articles .featured-item .article-info .article-info__blurb,
.contributions-page-new .section-page .mid-section .subfeatured-articles .featured-item .article-info .article-info__blurb,
.section-page .contributions-page-new .mid-section .subfeatured-articles .featured-item .article-info .article-info__blurb,
.contributions-page-new .focus-page .lower-section .subfeatured-articles .featured-item .article-info .article-info__blurb,
.focus-page .contributions-page-new .lower-section .subfeatured-articles .featured-item .article-info .article-info__blurb,
.contributions-page-new .main-section .subfeatured-articles .focus-articles-section .focus-article .article-info .article-info__blurb,
.focus-articles-section .contributions-page-new .main-section .subfeatured-articles .focus-article .article-info .article-info__blurb,
.contributions-page-new .section-page .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-info .article-info__blurb,
.focus-articles-section .contributions-page-new .section-page .mid-section .subfeatured-articles .focus-article .article-info .article-info__blurb,
.section-page .contributions-page-new .mid-section .subfeatured-articles .focus-articles-section .focus-article .article-info .article-info__blurb,
.focus-articles-section .section-page .contributions-page-new .mid-section .subfeatured-articles .focus-article .article-info .article-info__blurb,
.contributions-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-info .article-info__blurb,
.focus-articles-section .contributions-page-new .focus-page .lower-section .subfeatured-articles .focus-article .article-info .article-info__blurb,
.focus-page .contributions-page-new .lower-section .subfeatured-articles .focus-articles-section .focus-article .article-info .article-info__blurb,
.focus-articles-section .focus-page .contributions-page-new .lower-section .subfeatured-articles .focus-article .article-info .article-info__blurb,
.contributions-page-new .main-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info .article-info__blurb,
.focus-articles-half-section .contributions-page-new .main-section .subfeatured-articles .focus-article .article-info .article-info__blurb,
.contributions-page-new .section-page .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info .article-info__blurb,
.focus-articles-half-section .contributions-page-new .section-page .mid-section .subfeatured-articles .focus-article .article-info .article-info__blurb,
.section-page .contributions-page-new .mid-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info .article-info__blurb,
.focus-articles-half-section .section-page .contributions-page-new .mid-section .subfeatured-articles .focus-article .article-info .article-info__blurb,
.contributions-page-new .focus-page .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info .article-info__blurb,
.focus-articles-half-section .contributions-page-new .focus-page .lower-section .subfeatured-articles .focus-article .article-info .article-info__blurb,
.focus-page .contributions-page-new .lower-section .subfeatured-articles .focus-articles-half-section .focus-article .article-info .article-info__blurb,
.focus-articles-half-section .focus-page .contributions-page-new .lower-section .subfeatured-articles .focus-article .article-info .article-info__blurb {
	font-size: 13px;
	line-height: 18px;
	margin: 0;
}

.contributions-page-new .main-section .subfeatured-articles .clear,
.contributions-page-new .section-page .mid-section .subfeatured-articles .clear,
.section-page .contributions-page-new .mid-section .subfeatured-articles .clear,
.contributions-page-new .focus-page .lower-section .subfeatured-articles .clear,
.focus-page .contributions-page-new .lower-section .subfeatured-articles .clear {
	flex-basis: 100%;
	height: 1px;
	background: #000;
}

.contributions-page-new .main-section .subfeatured-articles .clear.last,
.contributions-page-new .section-page .mid-section .subfeatured-articles .clear.last,
.section-page .contributions-page-new .mid-section .subfeatured-articles .clear.last,
.contributions-page-new .focus-page .lower-section .subfeatured-articles .clear.last,
.focus-page .contributions-page-new .lower-section .subfeatured-articles .clear.last {
	display: none;
}

@media (max-width: 768px) {

	.contributions-page-new .main-section .subfeatured-articles .clear,
	.contributions-page-new .section-page .mid-section .subfeatured-articles .clear,
	.section-page .contributions-page-new .mid-section .subfeatured-articles .clear,
	.contributions-page-new .focus-page .lower-section .subfeatured-articles .clear,
	.focus-page .contributions-page-new .lower-section .subfeatured-articles .clear {
		display: none;
	}
}

.contributions-page-new .full-width-section {
	border-top: 1px solid #000;
	padding-top: 20px;
}

.contributions-page-new .full-width-section .people-to-watch .section-subhead {
	border-top: none !important;
	margin-top: 0 !important;
	font-family: inter, sans-serif !important;
	color: #1a4fa5;
	font-weight: 400 !important;
}

.contributions-page-new .full-width-section .people-to-watch .cleanbum,
.contributions-page-new .full-width-section .people-to-watch .profile-section .profile-contents .profile-stats .profile-stats__area,
.profile-section .profile-contents .profile-stats .contributions-page-new .full-width-section .people-to-watch .profile-stats__area,
.contributions-page-new .full-width-section .people-to-watch .profile-section .profile-contents .profile-info .profile-info__blurb,
.profile-section .profile-contents .profile-info .contributions-page-new .full-width-section .people-to-watch .profile-info__blurb,
.contributions-page-new .full-width-section .people-to-watch .profile-section .profile-contents .profile-info .profile-info__blurb-edit,
.profile-section .profile-contents .profile-info .contributions-page-new .full-width-section .people-to-watch .profile-info__blurb-edit,
.contributions-page-new .full-width-section .people-to-watch .section-header,
.contributions-page-new .full-width-section .people-to-watch .section-header-login,
.contributions-page-new .full-width-section .people-to-watch .section-subhead,
.contributions-page-new .full-width-section .people-to-watch .focus-articles-section .focus-articles__header,
.focus-articles-section .contributions-page-new .full-width-section .people-to-watch .focus-articles__header,
.contributions-page-new .full-width-section .people-to-watch .focus-articles-half-section .focus-articles__header,
.focus-articles-half-section .contributions-page-new .full-width-section .people-to-watch .focus-articles__header,
.contributions-page-new .full-width-section .people-to-watch .focus-articles-section .focus-article,
.focus-articles-section .contributions-page-new .full-width-section .people-to-watch .focus-article,
.contributions-page-new .full-width-section .people-to-watch .focus-articles-half-section .focus-article,
.focus-articles-half-section .contributions-page-new .full-width-section .people-to-watch .focus-article,
.contributions-page-new .full-width-section .people-to-watch footer .foot-section-wrapper .navigation .nav-items > .nav-item,
footer .foot-section-wrapper .navigation .contributions-page-new .full-width-section .people-to-watch .nav-items > .nav-item,
.contributions-page-new .full-width-section .people-to-watch footer .foot-section-wrapper .foot-section h1,
footer .foot-section-wrapper .foot-section .contributions-page-new .full-width-section .people-to-watch h1 {
	border-top: 1px solid #000;
	padding-top: 18px;
	margin-top: 20px;
}

.contributions-page-new .full-width-section .people-to-watch .featured-person,
.contributions-page-new .full-width-section .people-to-watch .featured-person-medium,
.contributions-page-new .full-width-section .people-to-watch .featured-person-small {
	border: none;
}

.contributions-page-new .full-width-section .people-to-watch .featured-person .person-info__header,
.contributions-page-new .full-width-section .people-to-watch .featured-person-medium .person-info__header,
.contributions-page-new .full-width-section .people-to-watch .featured-person-small .person-info__header {
	font-size: 3rem !important;
}

.contributions-page-new .full-width-section .people-to-watch .featured-person-small .person-info__header {
	font-size: 2.5rem !important;
}

.contributions-page-new .full-width-section .people-to-watch .featured-person-small .person-info__blurb {
	font-size: 1.3rem;
}

.contributions-page-new .btnc.btnc--pill,
.contributions-page-new .btnc--pill.btn-signup,
.contributions-page-new .mepr-price-menu .mepr-price-box-button a,
.mepr-price-menu .mepr-price-box-button .contributions-page-new a {
	border-color: #12100c;
	color: #12100c;
	padding: 9px 18px;
}

#spu-96846 .popup-wrapper {
	max-width: 1580px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
}

#spu-96846 .popup-wrapper .popup-img {
	flex-basis: 182px;
}

#spu-96846 .popup-wrapper .popup-header h1 {
	font-family: dm serif text, serif;
	font-weight: 400;
	color: #000;
	line-height: 1.11;
}

#spu-96846 .popup-wrapper .popup-header h1 span {
	color: #9a0625;
	font-family: dm serif text, serif !important;
}

#spu-96846 .popup-wrapper .popup-button {
	flex-basis: 187px;
}

#spu-96846 .popup-wrapper .popup-button a {
	font-family: inter, sans-serif;
	font-size: 20px;
	line-height: 13px;
	font-weight: 800;
	text-transform: uppercase;
	color: #000;
	padding: 12px 45px;
	border: 1px solid #000;
	border-radius: 24px;
	background: #fff;
}

#spu-96846 .popup-wrapper .popup-button a:hover {
	filter: invert(1);
	text-decoration: none !important;
}

@media (max-width: 1023px) {

	#spu-96846 .popup-wrapper {
		justify-content: center;
	}

	#spu-96846 .popup-wrapper > div {
		margin-bottom: 20px;
	}

	#spu-96846 .popup-wrapper .popup-header h1 {
		font-size: 20px;
	}
}

@media (min-width: 1024px) {

	#spu-96846 .popup-wrapper {
		justify-content: space-between;
		padding: 0 20px;
	}

	#spu-96846 .popup-wrapper .popup-header {
		flex-basis: calc(90% - 369px);
	}

	#spu-96846 .popup-wrapper .popup-header h1 {
		font-size: 28.8px;
	}
}

.gdpr-popup {
	font-family: dm serif text, serif;
	position: fixed;
	z-index: 999999;
	font-size: 18.5px;
	padding: 35px 30px 30px;
	text-align: left;
	background: #fff;
	box-shadow: 0 -4px 12px 1px rgba(75, 75, 75, 0.43);
	display: none;
}

.gdpr-popup h1 {
	font-size: 31px;
	line-height: 33px;
	font-weight: 400;
	color: #000;
	margin-bottom: 25px;
}

.gdpr-popup p {
	margin-bottom: 25px;
	color: #000;
}

.gdpr-popup .privacy-link {
	collapse: #1e5eff;
	text-decoration: underline;
}

.gdpr-popup .accept-gdpr {
	width: 172px;
	height: 38px;
	background: #fc9;
	border-radius: 19px;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s ease;
	text-transform: none;
	color: #000;
	font-weight: 800;
	font-size: 17.7px;
}

.gdpr-popup .accept-gdpr:hover {
	filter: invert(1);
}

@media (max-width: 767px) {

	.gdpr-popup {
		width: 300px;
		bottom: 20px;
		right: 10px;
	}
}

@media (min-width: 768px) {

	.gdpr-popup {
		bottom: 100px;
		right: 100px;
		width: 480px;
	}
}

#delete-modal .modal-content {
	background: #fff !important;
	padding: 35px 50px 50px;
	max-width: 600px;
}

#delete-modal .modal-content .close {
	color: #9a0625;
	width: 30px;
	height: 30px;
	border: 2px solid #9a0625;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1;
	border-radius: 50%;
	margin: 0 auto;
}

#delete-modal .modal-content .close span {
	font-size: 2.6rem;
	height: 30px;
}

#delete-modal .modal-content h2 {
	margin: 30px 0 50px;
	color: #000;
	font-size: 3.6rem !important;
	font-weight: 400;
}

#delete-modal .modal-content p {
	margin-bottom: 40px;
	color: #000;
	font-weight: 500;
	font-size: 1.9rem;
}

#delete-modal .modal-content #delete_account {
	border: none;
	background: #fecb9c;
	color: #000;
	font-size: 1.9rem;
	font-weight: 700;
	border-radius: 20px;
	width: 295px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 40px;
}

#delete-modal .modal-content #dont {
	font-size: 15.9px;
	line-height: 27px;
	font-weight: 500;
	text-decoration: underline;
	color: #9a0625;
	border: none;
	background: 0 0;
}

.post-password-form {
	margin: 0 auto;
	height: calc(100vh - 470px);
	font-size: 1.8rem;
	padding: 50px 0;
	text-align: center;
}

.facts-slider {
	height: 100%;
}

.facts-slider .fact-item {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100% !important;
}

.facts-slider .fact-item .fact-item-inner {
	background: rgba(0, 0, 0, 0.75);
	padding: 30px 85px;
	min-height: 400px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media (max-width: 480px) {

	.facts-slider .fact-item .fact-item-inner {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.facts-slider .fact-item .fact-item-header a {
	color: #fff;
}

.facts-slider .fact-item .fact-item-header a:hover {
	text-decoration: none;
}

.facts-slider .fact-item .fact-item-header h2 {
	font-family: inter, sans-serif !important;
	font-weight: 700;
}

.facts-slider .fact-item .fact-item-header h3 {
	font-family: dm serif text, serif !important;
	font-weight: 500;
	font-size: 3.7rem !important;
	margin: 70px 0 40px;
}

.facts-slider .fact-item .fact-item-header p {
	font-family: dm serif text, serif;
	font-size: 1.8rem;
}

.facts-slider .fact-item .fact-item-footer {
	text-align: center;
}

.facts-slider .fact-item .fact-item-footer .see_more {
	margin: 0 auto;
	display: inline-block;
	text-align: center;
	padding: 5px 25px;
	border-radius: 20px;
	font-size: 15px;
	background: #ffefe5;
	border: none;
	color: #000;
	transition: all 0.5s ease;
}

.facts-slider .fact-item .fact-item-footer .see_more:hover {
	color: #fff;
	background: #000;
}
