
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Playfair Display Regular'), local('PlayfairDisplay-Regular'), url(/media/fonts/moneymag/PlayfairDisplay400.woff2) format('woff2'), url(/media/fonts/moneymag/PlayfairDisplay400.woff) format('woff');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Playfair Display Bold'), local('PlayfairDisplay-Bold'), url(/media/fonts/moneymag/PlayfairDisplay700.woff2) format('woff2'), url(/media/fonts/moneymag/PlayfairDisplay700.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
	font-weight: 300;
  font-display: swap;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(/media/fonts/moneymag/SourceSansPro300.woff2) format('woff2'), url(/media/fonts/moneymag/SourceSansPro300.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
	font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(/media/fonts/moneymag/SourceSansPro400.woff2) format('woff2'), url(/media/fonts/moneymag/SourceSansPro400.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
	font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(/media/fonts/moneymag/SourceSansPro600.woff2) format('woff2'), url(/media/fonts/moneymag/SourceSansPro600.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
	font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(/media/fonts/moneymag/SourceSansPro700.woff2) format('woff2'), url(/media/fonts/moneymag/SourceSansPro700.woff) format('woff');
}

.FontPlayfairDisplayRegular,
.FontPlayfairDisplayRegular * {
	font-family: "Playfair Display", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.FontPlayfairDisplayBold,
.FontPlayfairDisplayBold * {
	font-family: "Playfair Display", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.FontSourceSansProLight,
.FontSourceSansProLight * {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.FontSourceSansProRegular,
.FontSourceSansProRegular * {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.FontSourceSansProSemiBold,
.FontSourceSansProSemiBold * {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	font-style: normal;
}

.FontSourceSansProBold,
.FontSourceSansProBold * {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 700;
	font-style: normal;
}

* {
	font-size: 16px;
	color: #333333;
	font-family: "Source Sans Pro", sans-serif;
}

a,
a:link,
a:visited,
a:active {
	color: #2A86B9;
}

a:hover {
	color: #2A86B9;
	opacity: 0.75;
}

.FontWhite,
.FontWhite *,
.FontWhite a:link,
.FontWhite a:visited,
.FontWhite a:active {
	color: #FFFFFF;
}

.FontGold,
.FontGold *,
.FontGold a:link,
.FontGold a:visited,
.FontGold a:active {
	color: #84754E;
}

.FontGrey,
.FontGrey *,
.FontGrey a:link,
.FontGrey a:visited,
.FontGrey a:active {
	color: #4E4E4E;
}
.FontGrey a:hover {
	opacity: 0.75;
}

.FontBlue,
.FontBlue *,
.FontBlue a:link,
.FontBlue a:visited,
.FontBlue a:active {
	color: #2A86B9;
}
.FontBlue a:hover {
	opacity: 0.75;
}

.more_link:link,
.more_link:visited,
.more_link:active {
	color: #333333;
  text-decoration: none;
}
.more_link:hover {
	color: #333333;
	text-decoration: underline;
	opacity: 0.75;
}

.keyword_link:link,
.keyword_link:visited,
.keyword_link:active{
	color: #2A86B9;
	text-decoration: none;
}
.keyword_link:hover {
	color: #2A86B9;
	text-decoration: underline;
	opacity: 0.75;
}

.title_text {
	color: #000000;
}

.title_link:link,
.title_link:visited,
.title_link:active {
	color: #000000;
	text-decoration: none;
}
.title_link:hover {
	color: #000000;
	text-decoration: underline;
	opacity: 0.75;
}

.publisher_link_grey:link,
.publisher_link_grey:visited,
.publisher_link_grey:active{
	color: #4E4E4E;
}
.publisher_link_grey:hover {
	color: #4E4E4E;
	opacity: 0.75;
}

.publisher_text,
.publisher_text * {
	color: #4E4E4E;
}

.button_link {
	text-decoration: none;
}

/* Disable the outline on input box when in focus */

*:focus {
	outline: none;
}
textarea:focus,
input:focus {
	outline: none;
}

/* Heading/Menu */
@media (max-width: 1150px){
	.desktop_menu_container_inner {
		width: 100%;
	}
}
@media (min-width: 1150px){
	.desktop_menu_container_inner {
		width: 1150px;
		margin: auto;
	}
}

@media (max-width: 1150px) {
	.desktop_menu_container {
		display: none;
	}
	.mobile_menu_container {
		display: block;
		border-bottom: 1px solid #DDDDDD;
	}
}
@media (min-width: 1150px) {
	.desktop_menu_container {
		display: block;
		border-bottom: 1px solid #DDDDDD;
	}
	.mobile_menu_container {
		display: none;
	}
}

@media (max-width: 700px) {	
	.show_ads {
		display: none;
	}
	.news_story_mrec_ad_div {
		display: block;
	}
	.featured_news_item_abstract_div {
		display: none;
	}
}
@media (min-width: 700px) {
	.show_ads {
		display: block;
	}
	.news_story_mrec_ad_div {
		display: none;
	}
	.featured_news_item_abstract_div {
		display: block;
	}
}

.black_background {
	background-color: #000000;
}

.grey_background {
	background-color: #A0A0A0;
}

.white_background {
	background-color: #FFFFFF;
}

.blue_background {
	background-color: #2A86B9;
}

.grey_divider {
	border-top: solid 2px #979797;
}

.menu_bar_background {
	background-color: #FFFFFF;
	transition: 0.7s;
}

.menu_bar_scroll {
	background-color: #e4eff5;
	transition: 0.7s;
	box-shadow: 0px 0 5px 0 rgba(0, 0, 0, 0.3);
}

.menu_link {
	color: #FFFFFF;
	text-decoration: none;
}

.menu_item_divider {
	background-color: #240131;
}

.menu_active {
	background-color: rgba(70, 2, 95, .1);
}

.menu_over {
	background-color: rgba(70, 2, 95, .3);
}

.menu_special_gold {
	background-color: #84754E;
}

.menu_special_gold a,
.menu_special_gold a:link,
.menu_special_gold a:visited,
.menu_special_gold a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.mobile_top_menu {
	min-width: 300px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #191919;
	box-shadow: -2px 0 4px 0 rgba(0, 0, 0, 0.5);
}

.mobile_top_menu_hover {
	background-color: #46025f;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.32);
}

.mobile_top_menu_sub_shadow {
	box-shadow: inset 0px 15px 8px -10px rgba(0, 0, 0, 0.32);
}
.mobile_top_menu_sub {
	background-color: #f6f7f8;
	font-size: 16px;
	color: #211e24 !important;
}
.mobile_top_menu_sub_hover {
	background-color: rgba(196, 190, 202, 0.3);
	font-size: 16px;
	color: #211e24 !important;
}

.mobile_menu_orange_divider_short {
	width: 60px;
	height: 1px;
	border-top: solid 2px #ef7e1c;
	margin-bottom: 10px;
}

.mobile_menu_grey_divider {
	width: 240px;
	height: 0px;
	opacity: 0.3;
	border-top: solid 1px #A0A0A0;
}

.mobile_menu_search_container {
	background-color: #FFFFFF;
	border: 1px solid #4E4E4E;
	padding: 5px;
}

/* Overlay box */

.overlay_box {
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}

.overlay_text {
	color: #333333;
}
.overlay_text a,
.overlay_text a:link,
.overlay_text a:visited,
.overlay_text a:active {
	color: #333333;
	text-decoration: underline;
}
.overlay_text a:hover {
	color: #333333;
	opacity: 0.75;
	text-decoration: underline;
}

.overlay_box_close {
	color: #FFFFFF;
	background-color: #2A86B9;
	padding: 3px;
	margin: 2px !important;
}

.overlay_box_close * {
	color: #FFFFFF;
}

.overlay_button {
	color: #2A86B9;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}

.overlay_box_shadow {
	-moz-box-shadow: 5px 5px 5px -1px rgba(0, 0, 0, .5);;
	-webkit-box-shadow: 5px 5px 5px -1px rgba(0, 0, 0, .5);;
	box-shadow: 5px 5px 5px -1px rgba(0, 0, 0, .5);;
}

.overlay_border_left{border-left:1px solid #FFFFFF;}
.overlay_border_right{border-right:1px solid #FFFFFF;}
.overlay_border_top{border-top:1px solid #FFFFFF;}
.overlay_border_bottom{border-bottom:1px solid #FFFFFF;}
.overlay_border{border:1px solid #FFFFFF;}

.overlay_box_divider_bottom{border-bottom:1px solid #8B8B8B;}
.overlay_box_divider_left{border-left:1px solid #8B8B8B;}


/* Transparency */

.transparent_50{background-color: rgba(0, 0, 0, .5);}
.transparent_75{background-color: rgba(0, 0, 0, .75);}
.transparent_90{background-color: rgba(0, 0, 0, .9);}
.transparent_100{background-color: rgba(0, 0, 0, 1);}


/* Input box */

input[type="text"],input[type="password"],textarea,select {
	color: #000000;
	border: 1px solid #979797;
	margin: 0px;
	padding-left: 2px;
	padding-right: 2px;
	width: 100%;
}

input[type="button"],input[type="submit"] {
	background-color: #2A86B9;
	color: #FFFFFF;
	border: 1px solid #2A86B9;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
}

/* Search box */

.search_background {
	background-color: #84754E;
}

.search_box {
	height: 50px;
	border-radius: 2px;
	box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.23);
	border: solid 0.5px #979797;
	background-color: #FFFFFF;
	text-indent: 8px;
	color: #333333;
}

/* RateCity */

.rate_city_container {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.rate_city_heading {
	display: inline-block;
	color: #FFFFFF;
}
.rate_city_list {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 0px;
}
.rate_city_list_subpage {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 0px;
}
.rate_city_list_row {
	display: inline-block;
	font-size: 0px;
}
.rate_city_item {
	display: inline-block;
  width: 125px;
  height: 80px;
	margin: 8px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  transition: transform .2s;
}
.rate_city_item:hover {
	transform: scale(1.07);
}
.rate_city_item_highlight {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.rate_city_item_inner {
	display: table-cell;
	height: inherit;
	vertical-align: middle;
}
.rate_city_item_inner_top {
	margin-bottom: 5px;
	color: #FFFFFF;
	flex-basis: 100%;
}
.rate_city_item_inner_bottom {
	font-size: 12.6px;
	color: #FFFFFF;
	flex-basis: 100%;
}
.rate_city_item_inner_bottom_highlight {
	color: #2A86B9;
}

/* News */

.news_item_image_wrapper {
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
	background-color: rgba(42, 134, 185, .1);
	padding-bottom: 56.3186813187%;
}

@media (max-width: 700px) {
	.news_container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.news_item {
		flex-basis:100%;
		max-width: 350px;
		padding-bottom:10px;
	}
}
@media (min-width: 700px) and (max-width:1000px) {
	.news_container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.news_item {
		flex-basis: 45%;
		max-width: 350px;
		padding-bottom: 10px;
	}
}
@media (min-width: 1000px) {
	.news_container {
		display: flex;
		flex-wrap: wrap;
	}
	.news_item {
		flex-basis: 45%;
		max-width: 350px;
		padding-bottom: 20px;
	}
}


@media (min-width: 700px) {
	.news_item_separator {
		width: 40px;
	}
}

@media (min-width: 1000px) {
	.news_item_align {
		justify-content: flex-end;
	}
}

@media (max-width: 700px) {
	.news_item_spacing {
		height: 20px;
		width: 100%;
	}
}

@media (max-width: 1000px) and (min-width:700px) {
	.news_item_spacing {
		height: 30px;
		width: 100%;
	}
}

@media (min-width: 1000px) {
	.news_item_spacing {
		height: 40px;
		width: 100%;
	}
}

.news_tile_grey_divider {
	width: 100%;
	border-top: solid 1px #D7DBE3;
}

.news_category_tag {
	position: relative;
	top: -20px;
	width: 80%;
	margin: auto;
	background-color: #FFFFFF;
}


@media (max-width: 700px) {
	.news_category_container {
		display: flex;
		flex-wrap: wrap;
	}
	.news_category_item_left {
		flex-basis: 100%;
		max-width: 380px;
		margin: auto;
	}
	.news_category_item_right {
		flex-basis: 100%;
	}
	.featured_news_category {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		max-width: 350px;
		margin: auto;
	}
}

@media (min-width: 700px) {
	.news_category_container {
		display: flex;
		flex-wrap: nowrap;		
	}
	.news_category_item_left {
		/*flex-basis:50%;*/
		flex-basis: 380px;
		max-width: 380px;
	}
	.news_category_item_right {
		flex-basis: 60%;
	}
	.featured_news_category {
		padding-left: 20px;
		padding-right: 20px;
	}
}


/* Column */


@media (max-width: 700px) {
	.column_container {
		display: block;
		padding-left: 15px;
		padding-right: 15px;
	}
	.column_item_left {
		width: 100%;
	}
	.column_item_right {
		width: 100%;
	}
}
@media (min-width:700px) and (max-width: 1000px) {
	.column_container {
		display: block;
		padding-left: 20px;
		padding-right: 20px;
	}
	.column_item_left {
		width: 100%;
		max-width: 670px;
	}
	.column_item_right {
		width: 100%;
	}
}
@media (min-width: 1000px) {
	.column_container {
		display: flex;
		flex-wrap: nowrap;
		padding-left: 60px;
		padding-right: 60px;
		max-width: 1030px;
		margin: auto;
	}
	.column_item_left {
		max-width: 670px;
		flex-basis: 100%;
		overflow: visible;
		min-width: 0;
	}
	.column_item_right {
		width: 300px;
		min-width: 300px;
		max-width: 300px;
	}
}


@media (min-width: 1000px) {
	.column_container_separator {
		min-width: 60px;
	}
}

@media (max-width: 330px) {
	.sign_up_item {
		width: 100%;
		border: solid 1px #4e4e4e;
		padding: 10px;
		position: relative;
	}
}
@media (max-width: 1000px) and (min-width: 330px) {
	.sign_up_item {
		width: 300px;
		border: solid 1px #4e4e4e;
		padding: 10px;
		position: relative;
	}
}
@media (min-width: 1000px) {
	.sign_up_item {
		width: 300px;
		border: solid 1px #4e4e4e;
		padding: 10px;
		float: right;
	}
}


/* Related Stories */

@media (max-width: 450px){
	.related_stories_container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.related_stories_item {
		padding: 10px;
	}
	.related_stories_image {
		max-width: 250px;
	}
}
@media (min-width: 450px) and (max-width: 600px) {
	.related_stories_container {
		display: flex;
		flex-wrap: wrap;
	}
	.related_stories_item {
		flex-basis: 45%;
		padding-right: 20px;
	}
	.related_stories_image {
		max-width: 188px;
	}
}
@media (min-width: 600px) {
	.related_stories_container {
		display: flex;
		flex-wrap: nowrap;
	}
	.related_stories_item {
		flex-basis: 30%;
		padding-right: 20px;
	}
	.related_stories_image {
		max-width: 188px;
	}
}


@media (max-width: 700px){
	.win_container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.win_item_left {
		flex-basis: 100%;
		max-width: 380px;
	}
	.win_item_right {
		flex-basis: 100%;
		margin: auto;
	}
	.win_item_right_content {
		max-width: 380px;
		margin: auto;
		padding-top: 10px;
	}
}

@media (min-width: 700px){
	.win_container {
		display: flex;
		flex-wrap: nowrap;		
	}
	.win_item_left {
		flex-basis: 380px;
		max-width: 380px;
	}
	.win_item_right {
		flex-basis: 60%;
	}
	.win_item_right_content {
		padding-left: 20px;
	}
}


.button_gold {
	width: 250px;
	height: 25px;
	margin: auto;
	padding: 5px;
	border:	2px solid #84754E;
	cursor: pointer;
	line-height: 25px;
}


@media (max-width: 700px){
	.news_tile_grey_divider_all{
		width: 100%;
		border-top: solid 1px #D7DBE3;
		margin-top: 10px;
		margin-bottom: 20px;
	}
}

@media (min-width: 1000px){	
	.news_tile_grey_divider_even{
		width: 100%;
		border-top: solid 1px #D7DBE3;
		margin-top: 20px;
		margin-bottom: 40px;
	}
}
@media (max-width:1000px) and (min-width: 700px){	
	.news_tile_grey_divider_even{
		width: 100%;
		border-top: solid 1px #D7DBE3;
		margin-top: 20px;
		margin-bottom: 30px;
	}
}


.search_column_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.search_column_item {
	flex-basis: 100% !important;
}

@media (max-width: 700px){
	.search_container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.search_item_left {
		position: relative;
		flex-basis: 100%;
		max-width: 350px;
	}
	.search_item_right {
		flex-basis: 100%;
		padding-top: 10px;
		max-width: 350px;
	}
}

@media (min-width: 700px) {
	.search_container {
		display: flex;
		flex-wrap: nowrap;
	}
	.search_item_left {
		position: relative;
		flex-basis: 350px;
		max-width: 350px;
	}
	.search_item_right {
		flex-basis: 60%;
		padding-left: 20px;
	}
}



/* Footer */

.footer_container {
	background-color: #191919;
}
.footer_container * {
	color: rgba(255, 255, 255, .6) !important;
	text-decoration: none;
}

.footer_container a:hover {
	color: rgba(255, 255, 255, .8);
	text-decoration: underline;
}

@media (max-width: 900px) {
	.footer_menu_container {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
		padding-bottom: 30px;
		text-align: center;
	}
	.footer_menu_item {
		display: inline-block;
		padding-top: 30px;
		vertical-align: top;
	}
	.footer_menu_image {
		margin-left: auto;
		margin-right: auto;
	}
	.footer_menu_social {
		text-align: center;
		padding-right: 0px;
	}
	.footer_menu_column_mobile {
		padding-left: 50px;
		display: table-cell;
	}
	.footer_copyright_break {
		display: block;
		margin-top: 5px;
	}
	.footer_social_icon {
		display:inline-block;
		padding-left:10px;
		padding-right:10px;
		vertical-align:top;
	}
}
@media (min-width: 900px) {
	.footer_menu_container {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 75px;
		padding-bottom: 50px;
	}
	.footer_menu_item {
		display: inline-block;
		vertical-align: top;
		text-align: left;
	}
	.footer_menu_image {
		text-align:left;
	}
	.footer_copyright_break {
		display: inline-block;
		margin-left: 5px;
	}
	.footer_separator {
		display: inline-block;
		width: 80px;
	}
	.footer_social_icon {
		display:inline-block;
		padding-right:20px;
		vertical-align:top;
		text-align:left;
	}
}


.footer_disclaimer_container {
	background-color: #000000;
	color: rgba(255, 255, 255, .6);
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.footer_disclaimer_container * {
	color: rgba(255, 255, 255, .6) !important;
	text-decoration: none;
}

.footer_disclaimer_container a:hover {
	color: rgba(255, 255, 255, .8);
	text-decoration: underline;
}

.footer_search_table {
    height: 40px;
    opacity: 0.6;
    background-color: #ffffff;
}

.footer_search_box {
    height: 40px;
    border: none !important;
    background-color: #ffffff;
    color: #000000 !important;
    text-indent: 8px;
}

@media (max-width: 350px) {
	.footer_cover_sample {
		width: 100%;
	}
}

.footer_money_team {
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 900px) {
	.footer_money_team {
		justify-content: center;
	}
}

.mobile_menu_close {
	position: absolute;
	left: 20px;
	top: 15px;
	width: 20px;
	height: 20px;
}
.mobile_menu_close:before, .mobile_menu_close:after {
	position: absolute;
	left: 0px;
	content: "";
	height: 20px;
	width: 2px;
	background-color: #FFFFFF;
}
.mobile_menu_close:before {
	transform: rotate(45deg);
}
.mobile_menu_close:after {
	transform: rotate(-45deg);
}

.font_xs    { font-size: 10px; }
.font_xs *  { font-size: 10px; }
.font_s     { font-size: 12px; }
.font_s *   { font-size: 12px; }
.font_m     { font-size: 14px; }
.font_m *   { font-size: 14px; }
.font_menu  { font-size: 15px; }
.font_menu * { font-size: 15px; }
.font_l     { font-size: 16px; }
.font_l *   { font-size: 16px; }
.font_xl    { font-size: 18px; }
.font_xl *  { font-size: 18px; }
.font_xxl   { font-size: 20px; }
.font_xxl * { font-size: 20px; }

@media (min-width: 700px){
	.font_small_title,
	.font_small_title * {		
		font-size: 24px;
	}
}
@media (max-width: 700px){
	.font_small_title,
	.font_small_title * {		
		font-size: 20px;
		line-height: 100%;
	}
}

@media (min-width: 700px){
	.font_title,
	.font_title * {		
		font-size: 30px;
	}
}
@media (max-width: 700px){
	.font_title,
	.font_title * {		
		font-size: 24px;
		line-height: 100%;
	}
}

@media (min-width: 700px){
	.font_large_title,
	.font_large_title * {		
		font-size: 40px;
	}
}
@media (max-width: 700px){
	.font_large_title,
	.font_large_title * {		
		font-size: 32px;
		line-height: 100%;
	}
}

	.publisher_container {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
	}

@media (min-width: 400px) {
	.publisher_div {
		flex-basis: 90%;
	}
}

@media (max-width: 400px){
	.publisher_div {
		flex-basis: 85%;
	}
	.content_social_icon {
		flex-basis: 15%;
		justify-content: flex-end;
		min-width: 65px;
	}
	}

@media (min-width: 400px) {
	.content_social_icon {
		display:flex;
		flex-wrap:nowrap;
}
	.content_social_icon_nowrap {
		display: flex;
		flex-wrap: nowrap;
	}
	}

@media (max-width: 400px) {
	.content_social_icon {
		display:flex;
		flex-wrap:wrap;	
}
	.content_social_icon_nowrap {
		display: flex;
		flex-wrap: nowrap;
	}
}

.publisher_image_div_single {
	display: table-cell;
}

@media (min-width: 700px) {
	.publisher_image_div_multiple {
		display: table-cell;		
	}
}

@media (max-width: 700px) {
	.publisher_image_div_multiple {
		display: none;		
	}
}

@media (max-width: 1000px) {
	.comment_area {
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
	}
}
@media (min-width: 1000px) {
	.comment_area {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 700px) {
	.comment_container {
		display: flex;
		flex-wrap: wrap;
	}
	.comment_item {
		flex-basis: 100%;
		padding-bottom: 10px;
	}
}
@media (min-width: 700px) {
	.comment_container {
		display: flex;
		flex-wrap: wrap;
	}
	.comment_item {
		flex-basis: 50%;
		padding-bottom: 10px;
	}
}


.comment_paragraph p {
	margin-top: 10px;
}

.comment_highlight {
	background-color: #e4eff5;
}

.comment_icon_text {
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	background-color: #2A86B9;
	border-radius: 2.2px;
	min-width: 20px;
	min-height: 20px;
	line-height: 150%;
	padding-left: 5px;
	padding-right: 5px;
}

.comment_input_box {
	font-size: 14px;
	border: solid 1px #979797 !important;
	background-color: #ffffff;
	padding: 10px !important;
}


.pull_quote_link {
	font-family: "Source Sans Pro", sans-serif !important;
	font-weight: 700;
	color: #84754E !important;
	font-size: 24px !important;
	text-decoration: none;
}

.pull_quote_twitter {
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	background-color: #84754E;
	border-radius: 2.2px;
}

.arrow-down {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #2A86B9;
}

.arrow-up {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #84754E;
}


::placeholder {
	color: #979797;
	opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #979797;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #979797;
}

.button_on {
	color: #FFFFFF;
	background-color: #2A86B9;
	cursor: pointer;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	font-size: 16px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.button_on_grey {
	color: #FFFFFF;
	background-color: #A0A0A0;
	cursor: pointer;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	font-size: 16px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 14px;
	padding-bottom: 14px;
}

.highlight_search{
	font-family: inherit;
	font-size: inherit;
	color: #FFFFFF !important;
	background-color: #666666;
	text-decoration:none;
}

.search_link {
    text-decoration: none;
}

.search_link {
    text-decoration: underline;
}

.image_cropper {
    overflow: hidden;
    border-radius: 50%;
}

.image_cropper_with_border {
    overflow: hidden;
    border-radius: 50%;
    border:solid 1px black;
}

/* Figure / Caption */

figure {
	display: table;
	position: relative;
	margin: 0px auto;
	background-color: #000000;
}
figure div {
	display: block !important;
}

figure img {
	display: block !important;
}

figcaption {
	/*display: table-caption;
	caption-side: bottom;*/
	width: 100%;
	color: rgba(255, 255, 255, .75);
	font-size: 80%;
	padding: 6px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	line-height: normal;
}


/* Ads */

@media (max-width: 700px) {
	.billboard_ad_container {
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
}
@media (min-width:700px) and (max-width: 1000px) {
	.billboard_ad_container {
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
@media (min-width: 1000px) {
	.billboard_ad_container {
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

.right_column_ad_sticky {
	position: fixed;	
	width: 300px;
}

.right_column_ad_normal {
	position: relative;
	/*margin-bottom: 15px;*/
}


/* Paragraphs */

@media (max-width: 700px) {
	.news_paragraph {
		margin-left: 20px;
		margin-right: 20px;		
	}
}

@media (min-width: 700px) {
	.news_paragraph {
		margin-left: 60px;
		margin-right: 60px;
	}
}

@media (max-width: 1000px) {
	.news_paragraph * {
		font-size: 18px;
	}
}


/* CMS styles */

.cms_content_font_small,
.cms_content_font_small * {
	font-size: 12px;
}

.cms_content_font_medium,
.cms_content_font_medium * {
	font-size: 16px;
}
.cms_content_font_large,
.cms_content_font_large * {
	font-size: 20px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

.cms_content {
	line-height: 160%;
}

.cms_content h1,
.cms_content h2,
.cms_content h3,
.cms_content h4,
.cms_content h5,
.cms_content h6 {
	/* Setting the line-height to a % in the "news_paragraph" class causes line spacing to stuff up for headings */
	line-height: normal;
	margin-top: 15px;
}

h1,
h1 *,
.cms_content_font_h1,
.cms_content_font_h1 * {
	font-family: "Playfair Display", sans-serif;
	font-weight: 700;
}
@media (min-width: 700px){
	h1,
	h1 *,
	.cms_content_font_h1,
	.cms_content_font_h1 * {
	font-size: 40px;
}
}
@media (max-width: 700px){
	h1,
	h1 *,
	.cms_content_font_h1,
	.cms_content_font_h1 * {		
		font-size: 32px;
		line-height: 120%;
	}
}

h2,
h2 *,
.cms_content_font_h2,
.cms_content_font_h2 * {
	font-family: "Playfair Display", sans-serif;
	font-weight: 700;
}
@media (min-width: 700px){
	h2,
	h2 *,
	.cms_content_font_h2,
	.cms_content_font_h2 * {
	font-size: 28px;
}
}
@media (max-width: 700px){
	h2,
	h2 *,
	.cms_content_font_h2,
	.cms_content_font_h2 * {		
		font-size: 22px;
		line-height: 100%;
	}
}

h3,
h3 *,
.cms_content_font_h3,
.cms_content_font_h3 * {
	font-family: "Playfair Display", sans-serif;
	font-weight: 700;
	font-size: 20px;
}
h4,
h4 *,
.cms_content_font_h4,
.cms_content_font_h4 * {
	font-family: "Playfair Display", sans-serif;
	font-weight: 700;
	font-size: 18px;
}
h5,
h5 *,
.cms_content_font_h5,
.cms_content_font_h5 * {
	font-size: 16px;
}
h6,
h6 *,
.cms_content_font_h6,
.cms_content_font_h6 * {
	font-size: 14px;
}

@media (min-width: 1000px){
	.tile_heading_padding_top { height:30px; }
	.tile_heading_padding_bottom { height:30px; }
	.news_story_padding_m { height: 15px; }
	.news_story_padding_l { height: 20px; }
	/*.news_tile_padding_m { height: 10px; }*/
	.news_tile_padding_l { height: 40px; }
	.footer_container_padding {margin-top: 15px;}
	.comment_button_padding { height: 20px; }
	.related_stories_padding { margin-top:40px; margin-bottom:20px; }
}
@media (max-width: 1000px) and (min-width: 700px){
	.tile_heading_padding_top { height:10px; }
	.tile_heading_padding_bottom { height:20px; }
	.news_story_padding_m { height: 0px; }
	.news_story_padding_l { height: 0px; }
	/*.news_tile_padding_m { height: 10px; }*/
	.news_tile_padding_l { height: 30px; }
	.footer_container_padding {margin-top: 15px;}
	.comment_button_padding { height: 30px; }
	.related_stories_padding { margin-top:30px; margin-bottom:20px; }
}
@media (max-width: 700px){
	.tile_heading_padding_top { height:10px; }
	.tile_heading_padding_bottom { height:20px; }
	.news_story_padding_m { height: 0px; }
	.news_story_padding_l { height: 0px; }
	/*.news_tile_padding_m { height: 0px; }*/
	.news_tile_padding_l { height: 20px; }
	.footer_container_padding {margin-top: 5px;}
	.comment_button_padding { height: 20px; }
	.related_stories_padding { margin-top:20px; margin-bottom:20px; }
}

@media (min-width: 1000px) {
	.row_separator {
		height:40px;
		width:100%;
	}
}

@media (max-width: 1000px) and (min-width: 700px) {
	.row_separator {
		height:30px;
		width:100%;
	}
}

@media (max-width: 700px) {
	.row_separator {
		height:20px;
		width:100%;
	}
}

@media (min-width: 700px) {
	.row_separator_small {
		height:30px;
		width:100%;
	}
}

@media (max-width: 700px) {
	.row_separator_small {
		height:20px;
		width:100%;
	}
}

@media only screen and (min-width: 1000px) {
	.newsletter_signup_bottom_story {
		display: none;
	}
}
