/*------------------------------------*\
#NAVBAR LOGO
\*------------------------------------*/
.CollapsibleHeader-logo img {
	max-height: 48px;
	bottom: -65px;
}
.CollapsibleHeader .navbar-toggle {
	position: relative;
	top: 10px;
}
@media screen and (min-width: 760px) {
	.CollapsibleHeader .CollapsibleHeader-logo img {
		max-height: 100px;
		margin-top: 0px;
		height: 70px;
	}
	.CollapsibleHeader-logo img {
		position: relative;
		bottom: -49px;
	}
}
@media screen and (min-width: 992px){
	.CollapsibleHeader .CollapsibleHeader-logo img {
		height: 100px;
	}
	.CollapsibleHeader-logo img {
		bottom: -19px;
	}
}
/*------------------------------------*\
#SOCIAL ICONS ADJUSTMENTS
\*------------------------------------*/
.CollapsibleHeader-topHeader {
	white-space: inherit;
	width: 100%;
}
.Collapsible-HeaderMenu-SponsorArea {
	float: left;
	display: none;
}
@media screen and (min-width: 640px){
	.CollapsibleHeader-topHeader {
		white-space: nowrap;
		width: auto;
	}
}
@media screen and (min-width: 992px){
	.CollapsibleHeader-topHeader {
		width: 100%;
	}
}
/*------------------------------------*\
#GLOBAL TITLE SIZE
\*------------------------------------*/
h2.ComponentTitle-title {
	font-size: 24px !important;
	line-height: 25px !important;
}
.PageTitle-text {
	font-size: 24px !important;
}
.ComponentTitle {
	margin: 0 0 15px;
}
h2 {
	font-weight: bold;
	text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
}
/*------------------------------------*\
#GLOBAL FULL CARD
\*------------------------------------*/
.Card-full-description--lg, .Card-text-description--lg {
	height: calc(1.18em * 2);
}
/*------------------------------------*\
#GLOBAL CARD
\*------------------------------------*/
.Card-imageGradient--bottom .imageContainer:after {
	background-image: linear-gradient(0deg,rgba(0,0,0,1),transparent 100%);
}
/*------------------------------------*\
#SUBSCRIBE MODULE
\*------------------------------------*/
.SubscribeModule {
	text-align: center;
}
.SubscribeModule {
	margin-bottom: 5px;
}
/*------------------------------------*\
#PERSPECTIVE
\*------------------------------------*/
.perspective .ComponentTitle {
	text-align: center;
}
.perspective .ArticleList .List .Item-container .textContainer {
	margin-bottom: 5px;
}
.perspective .HeroLayout {
	min-height: 100%;
}
.perspective .Item .image-left {
	float: none;
	margin: 0 auto;
	display: block;
	margin-bottom: 5px;
}
.perspective .ArticleList .List .Item-imageContainer .img-responsive {
	height: auto;
	margin: 0 auto;
}
.perspective .Item-imageContainer {
	width: 100%;
	height: 100%;
}
.perspective .ItemTextArea-title {
	line-height: 1.3em;
	overflow: hidden;
	max-height: calc(1.3em * 3);
	width: 100%;
	text-align: center;
}
.perspective .ItemTextArea-abstract {
	overflow: hidden;
	line-height: 1.5em;
	height: calc(1.5em * 8);
	width: 100%;
	text-align: left;
}
.perspective .ReadMoreButton-style--basic {
	width: 130px;
	margin: 0 auto;
	display: block;
	color: #fff;
	background-color: #e03a3e;
}
.perspective .ReadMoreButton>a {
	padding: 0;
	min-width: 100%;
}
/*------------------------------------*\
#HIDE ARTICLE PILL
\*------------------------------------*/
.hide-article-pill .Article-pill {
	display: none;
}
/*------------------------------------*\
#ARTICLE LIST
\*------------------------------------*/
.most-pop .ArticleList {
	padding: 0;
}
/*------------------------------------*\
#GLOBAL ARTICLE LIST
\*------------------------------------*/
.ItemTextArea-abstract {
	line-height: 1.5em;
	max-height: calc(1.5em * 8);
	overflow: hidden;
}
.Item-imageContainer {
	border-radius: 0;
	border: 1px solid #e0e0e0;
}
/*------------------------------------*\
#GLOBAL CARD LIST
\*------------------------------------*/
.CardList-item {
	min-height: 100% !important;
}
.CardList--md .CardList-item-container {
	min-height: 100% !important;
}
.CardList-item-title {
	font-size: 18px;
}
.CardList-item-title.TilteVideoThumbnail-right:after {
	background: none;
	content: "\f008";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: .8em;
	margin-left: .4em;
	color: #e03a3e !important;
}
/*------------------------------------*\
#BULLET CARD LIST
\*------------------------------------*/
.bullets .CardList-item-content {
	position: relative;
	margin-bottom: 15px;
}
.bullets .CardList-item-textContainer {
	padding: 0;
}
.bullets .CardList-item-content a:before {
	color: red;
	position: absolute;
	content: "\00B7";
	font-size: 60px;
	top: -45px;
	left: 1px;
	max-height: 10px;
}
.bullets .CardList-item-title {
	padding-left: 27px;
}
/*------------------------------------*\
#SLIDER ARTICLE LIST
\*------------------------------------*/
.SliderArticleList-sliderItemHeadline {
	color: #fff;
}
.SliderArticleList-scrollButton--left:before {
	padding-right: 16px;
}
.SliderArticleList-scrollButton--right:before {
	padding-left: 16px;
}
.SliderArticleList-scrollButton:before {
	font-size: 35px;
	color: #fff;
}
@media (min-width: 992px){
	.SliderArticleList-sliderItemThumbnail {
		height: 200px;
	}
}
@media screen and (min-width: 1470px){
	.SliderArticleList-sliderItemThumbnail {
		height: 242px;
	}
}
/*------------------------------------*\
#CODE BLOCK
\*------------------------------------*/
.hide-title h1 {
	display: none;
}
.CodeBlock p {
	font-size: 16px;
	color: #000;
}
/*------------------------------------*\
#CATEGORY GRID GLOBAL
\*------------------------------------*/
.CategoryGrid {
	padding: 0 15px 15px;
}
.CategoryGrid-readMore a:after {
	content: "More";
	background-color: #e13a3e;
	padding: 7px 13px;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	left: 10px;
	top: -3px;
}
.CategoryGrid-readMore a:hover {
	text-decoration: none;
}
.CategoryGrid-readMore svg.ChevronRight {
	display: none;
}
/*------------------------------------*\
#CATEGORY GRID MOD
\*------------------------------------*/
.category-grid-mod .CategoryGrid-itemWraper {
	padding: 0 !important;
}
.category-grid-mod h2.ComponentTitle-title {
	font-size: 16px !important;
}
.category-grid-mod .CategoryGrid-readMore {
	position: relative;
	top: 4px;
}
.CategoryGrid-pictureText>:last-child {
	margin-bottom: 20px;
}
.CategoryGrid-thumbnail:hover {
	filter: brightness(110%);
}
.CategoryGrid-thumbnail .imageContainer:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.CategoryGrid-thumbnail .imageContainer:after {
	background-image: linear-gradient(0deg,rgba(0,0,0,1),transparent 100%);
}
/*------------------------------------*\
#STORY ARTICLE GLOBAL
\*------------------------------------*/
.Article-pill {
	display: none;
}
.Article .Hero-caption {
	text-align: center;
}
/*------------------------------------*\
#SPONSOR IMAGE
\*------------------------------------*/
.SponsorUnit-image {
	display: inline;
}
/*------------------------------------*\
#FOOTER
\*------------------------------------*/
.Footer-copyrightText {
	display: none;
}

.text {
    font-size: 18px!important;
    line-height: 30px;
}