@charset "utf-8";

body {
	background-color: #F5F5F5;
	position: relative;
}

/* TOP NAV */
#cdn-menu {
	width: 100%;
	height: 40px;
	background-color: #004985;
	position: fixed;
	top: 0;
	overflow: hidden;
	z-index: 9999;
}

#cdn-menu-wrap {
	width: 1170px;
	height: 40px;
	margin: 0 auto;
	overflow: hidden;
}

#cdn-logo-menu {
	width: 70px;
	height: auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	float: left;
}

#cdn-logo-menu img {
	width: 100%;
}

#cdn-top-menu {
	width: 84%;
	height: auto;
	float: left;
	overflow: hidden;
	padding-top: 10px;
	margin-left: 40px;
}

#cdn-top-menu ul {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: justify;
}

#cdn-top-menu li {
	display: inline-block;
	font: 14px 'Source Sans Pro',sans-serif;
	text-transform: uppercase;
    position: relative;
    vertical-align: top;
    display: inline-block;
    text-align: center;
    zoom: 1;
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    height: 0px;
}

#cdn-top-menu a, #cdn-top-menu a:visited {
	color: #ffffff;
	text-decoration: none;
	transition: .5s;
}

#cdn-top-menu a:hover {
	color: #ffffff;
	font-size: 16px;
}

#cdn-logo-menu img {
	width: 100%;
}

#cdn-logo {
	color: #004b88;
}

/* MOBILE MENU */
#mobile-menu {
	width: 100%;
	height: 40px;
	background-color: #004985;
	position: fixed;
	top: 0;
	z-index: 9999;
	display: none;
}

.menutoggle {
	float: left;
	width: 40px;
	height: 40px;
	text-align: center;
	cursor: pointer;
}

.menutoggle img {
	width: 60%;
	padding-top: 7px;
}

#cdn-logo-mobile {
	width: 75px;
	height: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
	left: 0;
	right: 0;
}

#cdn-logo-mobile img {
	width: 100%;
}

#searchtoggle {
	float: right;
	width: 18px;
	height: 18px;
	margin: 9px 10px 0 0;
}

#searchtoggle img {
	width: 100%;
}

.mobile-search {
	width: 100%;
	height: 50px;
	position:fixed;
	z-index:10000;
	left:0;top:40px;bottom:0;
	width:100%;
	height:0;
	background-color: #f5f5f5;
	overflow-x:hidden;
	font-family: 'Arial', sans-serif;
	text-transform: uppercase;
	transition: .3s;
}

.search-open {
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #f5f5f5;
}

.mobile-search input {
	width: 80%;
	height: 15px;
	margin: 4px auto 0;
	display: block;
}

/* LANDING */
#landing-main-default {
	width: 430px;
	height: auto;
	background-color: #EAEAEA;
	overflow: hidden;
}

#landing-main-archive{
	width: 800px;
	height: auto;
	background-color: #EAEAEA;
	overflow: hidden;
}

#landing-lbl {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #333333;
	width: 93%;
	margin: 10px auto 10px;
}

#lmd-box {
	width: 93%;
	height: 130px;
	margin: 0 auto 20px;
	overflow: hidden;
}

#landing-read-more {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #333333;
	width: 93%;
	text-align: center;
	margin: 0 auto 20px;
}

#landing-read-more a, #landing-read-more a:visited {
	color: #004b88;;
	text-decoration: none;
	transition: .5s;
}

#landing-read-more a:hover {
	color: #333333;
}

#lmd-img {
	width: 33%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	float: left;
}

#lmd-headline {
	width: 67%;
	height: 100%;
	background-color: #ffffff;
	float: right;
}

#lmd-headline h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	padding: 10px 10px 5px 10px;
}

#lmd-headline p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding: 0 10px;
	overflow: hidden;
	position: relative; 
	line-height: 1.2em;
	max-height: 2.4em; 
	text-align: left;  
}

#lmd-headline a, #lmd-headline a:visited {
	color: #333333;
	text-decoration: none;
	transition: .5s;
}

#lmd-headline a:hover {
	color: #004b88;;
}

#landing-picks {
	width: 370px;
	height: auto;
	background-color: #EFEFEF;
}

#lp-box {
	width: 92%;
	height: auto;
	background-color: #ffffff;
	margin: 0 auto 20px;
	overflow: hidden;
}

#lp-img {
	width: 100%;
	height: 210px;
	background-size: cover;
	background-position: 50% 50%;
}

#lp-headline {
	width: 100%;
	height: auto;
}

#lp-headline h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	padding: 5px 10px 10px 10px;
}

#landing-side {
	width: 370px;
	height: auto;
	background-color: #FAFAFA;
}

.landing-align	{
	display: table-cell;
	vertical-align: top;
}

#lp-headline a, #lp-headline a:visited {
	color: #333333;
	text-decoration: none;
	transition: .5s;
}

#lp-headline a:hover {
	color: #004b88;;
	text-decoration: none;
	transition: .5s;
}

#trending-box {
	width: 93%;
	height: 90px;
	margin: 0 auto 20px;
	overflow: hidden;
}

#trending-img {
	width: 26%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	float: left;
}

#trending-headline {
	width: 74%;
	height: 100%;
	background-color: #ffffff;
	float: right;
}

#trending-headline h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	padding: 10px 10px 5px 10px;
}

#trending-headline a, #trending-headline a:visited {
	color: #333333;
	text-decoration: none;
	transition: .5s;
}

#trending-headline a:hover {
	color: #004b88;;
	text-decoration: none;
	transition: .5s;
}

#trending-box-wrap {
	width: 93%;
	height: auto;
	margin: 0 auto;
}

/* FOOTER */
#cdn-footer {
	width: 100%;
	height: auto;
	padding: 20px 0;
	background-color: #333333;
	margin: 20px 0 0 0;
}

#cdn-f	{
	width: 1170px;
	height: auto;
	margin: 0 auto;
}

#cdn-f-logo {
	width: 90px;
	height: 80px;
	margin: 0 auto;
}

#cdn-f-logo img {
	width: 100%;
}

#cdn-f-menu {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 30px auto 0;
}

#cdn-f-menu ul {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: justify;
}

#cdn-f-menu li {
	display: inline-block;
	font: 14px 'Source Sans Pro',sans-serif;
	text-transform: uppercase;
    position: relative;
    vertical-align: top;
    display: inline-block;
    text-align: center;
    zoom: 1;
}

#cdn-f-menu a, #cdn-f-menu a:visited, #cdn-f-menu a:hover {
	color: #ffffff;
	text-decoration: none;
	transition: .5s;
}

#cdn-f-menu h3 {
	font: 14px 'Source Sans Pro',sans-serif;
	color: #ffffff;
	text-align: center;
}

/* ARTICLE LEVEL */
#article-content-wrap {
	width: 1170px;
	height: auto;
	margin: 20px auto 0;
	overflow: hidden;
}

#headline-mobile {
	width: 1170px;
	height: 500px;
	background-size: cover;
	background-position: 50% 50%;
	margin: 20px auto 0;
	display: none;
    position: relative;
}

#m-web-gmap {
    width: 100%;
    height: auto;
    position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px 0;
	background-color: rgba(0,0,0,0.6);
}

#headline-mobile-info {
	width: 90%;
	height: auto;
	margin: 0 auto;
}

#m-bread {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
	font-weight: 700;
}

#m-bread a, #m-bread a:visited, #m-bread a:hover {
	color: #cecece;
	text-decoration: none;
}

#headline-mobile-info h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 5px;
}

#m-pd {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #cecece;
}

#m-pd span {
	float: left;
	margin-right: 20px;
}

#landing-main-article {
	width: 800px;
	height: auto;
	background-color: #ffffff;
	overflow: hidden;
}

#landing-headline {
	width: 95%;
	height: auto;
	margin: 20px auto 0;
}

#landing-headline h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 36px;
	line-height: 42px;
	color: #333333;
	font-weight: 700;
	margin-bottom: 15px;
}

#m-pd2 {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #666666;
}

#m-pd2 span {
	float: left;
	margin-right: 20px;
}

#m-bread2 {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #666666;
	font-weight: 700;
}

#m-bread2 a, #m-bread2 a:visited, #m-bread2 a:hover {
	color: #666666;
	text-decoration: none;
}

#headline-share {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}

#headline-share span {
	float: left;
	margin-right: 10px;
}

#headline-share span img {
	width: 100%:;
}

.fb-share {
	width: 75px;
	height: 25px;
}

.twitter-share {
	width: 79px;
	height: 25px;
}

.mobile-sel {
	display: block;
}

#article-content {
	width: 95%;
	height: auto;
	overflow: hidden;
	margin: 30px auto 0;
}

#article-content p {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 20px;
}

#article-content h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	margin-bottom: 20px;
	font-weight: 700;
}

#article-content ul {
	list-style-type: disc;
	padding: 0 0 0 20px;
}

#article-content ol {
	list-style-type: decimal;
	padding: 0 0 0 20px;
}

#article-content li {
	font-size: 18px;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 24px;
	color: #333333;
}

#article-content strong {
	font-weight: 700;
}

#article-content i {
	font-style: italic;
}

#article-content a, #article-content a:visited, #article-content a:hover {
	color: #004b88;;
	text-decoration: none;
}

.simplePullQuote {
	font: 24px 'Noto Serif',serif!important;
	line-height: 32px!important;
	color: #004985!important;
	padding: 15px 0px 15px 0px!important;
	float: none!important;
	margin-right: 0px!important;
	margin-bottom: 20px!important;
	margin-top: 0px!important;
	margin-left: 0px!important;
	width: 100%!important;
	height: auto!important;
	border-left: none!important;
	border-right: none!important;
	border-top: 1px solid #dddddd!important;
	border-bottom: 1px solid #dddddd!important;
	background: none!important;
	box-shadow: none!important;
	/* text-align: center!important; */
	font-weight: 700!important;
	letter-spacing: -0.010em;
}

.simplePullQuote p {
	font: 24px 'Noto Serif',serif!important;
    line-height: 32px!important;
    color: #004985!important;
    font-weight: 700!important;
    margin: 0px!important;
}

/* WP CORE */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 40px auto;
    width: 100%;
    height: auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
	width: 300px!important;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
	width: 300px!important;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
	width: 300px!important;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
	width: 300px!important;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    max-width: 100%; /* Image does not overflow the content area */

}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 10px 0;
}

.wp-caption.alignright {
    margin: 5px 0 10px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: 100%;
}

.wp-caption p.wp-caption-text {
	font-family: 'Open Sans'!important;
	font-size: 16px!important;
	line-height: 20px!important;
	color: #686868!important;
	font-weight: 400!important;
}
/* WP CORE END */

/* SHARE */
#headline-share {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 10px 0 20px 0;
}

#share-big {
	width: 120px;
	height: 35px;
	text-align: center;
	margin-right: 10px;
}

.fb-share-big {
	background-color: #3b5998;
	float: left;
}

.twitter-share-big {
	background-color: #00aced;
	float: left;
}

#headline-share img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	height: 55%;
}

/* AD SLOTS */
#bb {
	width: 300px;
	height: 250px;
	margin: 20px auto 20px;
}

#bb-mobile {
	width: 300px;
	height: 250px;
	margin: 20px auto 20px;
	display: none;
}

#lb-bb {
	width: 970px;
	height: 90px;
	margin: 20px auto 0;
	overflow: hidden;
	text-align: center;
 
}

#widesky-bb {
	width: 300px;
	height: 600px;
	margin: 0 auto;
 
}

#lb-bb-article {
	width: 970px;
	height: 90px;
	margin: 25px auto 0;
	overflow: hidden;
	text-align: center;
}

#article-bb {
	float: right;
	width: 300px;
	height: 250px;
	padding: 0 0 20px 20px;
}

#pp_disclaimeretc {
	width: 100%;
	margin: 20px 0 auto;
}

#pp_disclaimeretc p {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px!important;
	line-height: 16px!important;
}

#todays-bandera {
	width: 300px;
	height: auto;
	margin: 20px auto 20px;
}

#tb-lbl {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #333333;
	margin: 0 auto 10px;
}

/* MOST READ */
#article-tab-wrap2 {
	width: 93%;
	margin: 20px auto 30px;
}

/* Style the tab */
div.tab2 {
    overflow: hidden;
    background-color: #ffffff;
}

/* Style the buttons inside the tab */
div.tab2 button {
    background-color: #EDEDED;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 16px;
    transition: 0.3s;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0 5px 0 0;
	font-weight: 700;
	line-height: 1.1em;
	border-radius: 10px 10px 0 0;
}

/* Change background color of buttons on hover */
div.tab2 button:hover {
    background-color: #004985;;
    color: #ffffff;
}

/* Create an active/current tablink class */
div.tab2 button.active {
    background-color: #004985;;
    color: #ffffff;
}

/* MOST READ LATEST TAB */
.tabcontent2 {
    display: none;
    padding: 6px 5px;
    border: 1px solid #EDEDED;
    text-align: center;
}

#tab_list2 {
	width: 93%;
	height: auto;
	overflow: hidden;
	margin: 5px auto 10px;
}

#tab_thumb2 {
	width: 100px;
	float: left;
	height: 75px;
	overflow: hidden;
	background-size: cover;
	background-position: 50% 50%;
}

#tab_title2 {
	float: left;
	margin-left: 10px;
	width: 54%;
	text-align: left;
}

#tab_title2 h2 {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: #000000;
	margin-top: -2px;
	margin-top: 5px;
	font-weight: 700;
}

#tab_title2 h6 {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 10px;
	color: #666666;
	text-transform: uppercase;
	font-weight: 700;
}

#article-tab-wrap2 a, #article-tab-wrap2 a:visited, #article-tab-wrap2 a:hover {
	color: #000000;
	text-decoration: none;
}

/* READ NEXT */
#read-next-2018 {
	width: 80%;
	height: auto;
	overflow: hidden;
	margin: 10px 0 20px 0;
}

#rn-img {
	width: 170px;
	height: 105px;
	float: left;
	background-position: 50% 50%;
	background-size: cover;
}

#rn-info {
	width: 410px;
	height: auto;
	float: right;
}

#rn-lbl {
	font-size: 18px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'mallory';
	width: 100%;
	height: 30px;
	background-color: #004985;
	letter-spacing: 0.05em;
	margin: 20px auto 0;
	overflow: hidden;
}

#rn-lbl span {
	display: block;
	margin: 7px 0 0 6px;
}

#rn-head {
	font-family: 'mallory';
	font-size: 28px;
	color: #333333;
	font-weight: 700;
	line-height: 1.2em;
	letter-spacing: 0.03em;
}

/* CDN NAV 2019 */
/* CDN NAV */
#cdn-mobile-nav {
	width: 100%;
	height: 50px;
	background-color: #004985;
	position: fixed;
	display: none;
	z-index: 9999;
	top: 0;
}

#cdn-menu-toggle {
	width: 24px;
	height: 24px;
	float: left;
	margin: 12px 0 0 10px;
}

#cdn-menu-toggle img {
	width: 100%;
}

#cdn-m-logo {
	width: 75px;
	position: absolute;
	top: 11px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#cdn-m-logo img {
	width: 100%;
}

#cdn-m-search {
	width: 16px;
	height: 17px;
	float: right;
	margin: 16px 10px 0 0;
}

#cdn-m-logo img {
	width: 100%;
}

/* EXPAND MENU */
.menulist{
	position:fixed;
	z-index:10000;
	left:0;top:50px;bottom:0;
	width:100%;
	height:0;
	background-color: #ffffff;
	overflow-x:hidden;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	transition: .3s;
}

.mnopen {
	width: 100%;
	height: 568px;
}

#nav-close {
	text-align: right;
	width: 93%;
	cursor: pointer;
	position: relative;
	margin: 15px auto 0;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.10em;
}

#nav-close span {
	background-color: #333333;
	padding: 5px;
	color: #ffffff;
}

#mlist {
	width: 93%;
	height: auto;
	margin: 10px auto 0;
}

#mlist ul {
	overflow: hidden;
}

.mlabel {
	font-size: 16px;
	font-weight: 700;
	color: #333333;
	padding: 0 0 5px 0;
}

.mlink {
	font-size: 22px;
	font-weight: 700;
	padding: 0 0 10px 0;
}

.mlother {
	font-size: 14px;
	font-weight: 400;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #95989A;
}

.mlink a, .mlink a:visited, .mlink a:hover {
	color: #0b72b5;
	text-decoration: none;
}

.mlother a, .mlother a:visited, .mlother a:hover {
	color: #333333;
	text-decoration: none;
}

#m-contact {
	width: 93%;
	height: auto;
	margin: 10px auto 0;
}

#mc-logo {
	width: 160px;
	height: auto;
	margin: 20px auto 0;
}

#mc-logo img {
	width: 100%;
}

#mc-social {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}

#mc-social ul {
	margin: 0 auto;
	width: 155px;
}

#mc-social li {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	padding: 0 3px;
}

#mc-social li img {
	width: 100%;
}

#mc-numbers {
	width: 100%;
}

#mc-numbers li {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	padding-bottom: 5px;
}

/* POP SEARCH BOX */
#pop-searchbox {
	width: 100%;
	height: 40px;
	position: fixed;
	right: 0;
	left: 0;
	margin: 50px 0 0 0;
	display: none;
	z-index: 9999;
}

#pop-searchbox input[type=text] {
	display: inline-block;
	color: black;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #DCDCDC;
	border-radius: 2px;
}


/* 1024px */
@media only screen and (min-width: 1024px) and (max-width: 1169px){
#cdn-menu-wrap {
	width: 1000px;
}

#cdn-top-menu li {
	font: 12px 'Source Sans Pro',sans-serif;
}

#landing-main-default {
    width: 374px;
    height: auto;
    background-color: #EAEAEA;
    overflow: hidden;
}

#landing-main-default {
    width: 668px;
}

#landing-picks {
    width: 290px;
    height: auto;
    background-color: #EFEFEF;
}

#lp-img {
    width: 100%;
    height: 180px;
    background-size: cover;
    background-position: 50% 50%;
}

#landing-side {
    width: 320px;
    height: auto;
    background-color: #FAFAFA;
}

/* FOOTER */
#cdn-footer {
	width: 100%;
	height: auto;
	padding: 20px 0;
	background-color: #004b88;
	margin: 20px 0 0 0;
}

#cdn-f	{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#cdn-f-logo {
	width: 90px;
	height: 80px;
	margin: 0 auto;
}

#cdn-f-logo img {
	width: 100%;
}

#cdn-f-menu {
	width: 100%;
}

#cdn-f-menu ul {
	display: none;
}

/* ARTICLE LEVEL */
#article-content-wrap {
	width: 984px;
}

#landing-main-article {
	width: 664px;
}

}

/* 768px */
@media only screen and (min-width: 768px) and (max-width: 1023px){
#cdn-menu {
	display: none;
}

#mobile-menu {
	display: block;
}

/* LANDING */
#landing-main-default {
	width: 100%;
}

#landing-main-archive{
	width: 100%;
}

#lmd-box {
	width: 93%;
	height: 110px;
}

#lmd-img {
	width: 21%;
}

#lmd-headline {
	width: 79%;
}

#lmd-headline h2 {
	font-size: 20px;
	line-height: 24px;
}

#landing-picks {
	width: 100%;
}

#lp-box {
	width: 93%;
}

#lp-img {
	height: 230px;
}

#lp-headline h2 {
    font-size: 22px;
    line-height: 26px;
}

#landing-side {
	width: 100%;
}

.landing-align	{
	display: block;
}

#trending-box {
	width: 93%;
	height: 90px;
}

#trending-img {
	width: 26%;
	height: 100%;
}

#trending-headline {
	width: 74%;
	height: 100%;
}

#trending-headline h2 {
    font-size: 20px;
    line-height: 24px;
}

/* FOOTER */
#cdn-footer {
	width: 100%;
	height: auto;
	padding: 20px 0;
	background-color: #004b88;
	margin: 20px 0 0 0;
}

#cdn-f	{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#cdn-f-logo {
	width: 90px;
	height: 80px;
	margin: 0 auto;
}

#cdn-f-logo img {
	width: 100%;
}

#cdn-f-menu {
	width: 100%;
}

#cdn-f-menu ul {
	display: none;
}

/* ARTICLE LEVEL */
#article-content-wrap {
	width: 100%;
}

#headline-mobile {
	width: 100%;
	height: 400px;
	display: block;
	margin: 50px auto 0;
}

#m-web-gmap {
	padding: 10px 0;
}

#headline-mobile-info {
	width: 93%;
	height: auto;
	margin: 0 auto;
}

#m-bread {
	display: none;
}

#headline-mobile-info h1 {
	font-size: 28px;
	line-height: 34px;
}

#m-pd {
	display: none;
}

#landing-main-article {
	width: 100%;
}

#landing-headline {
	width: 93%;
	height: auto;
	margin: 20px auto 0;
}

#landing-headline h1 {
	font-size: 28px;
	line-height: 34px;
}

#article-content {
	width: 93%;
	margin: 20px auto 0;
}

/* SHARE */

#share-big {
	width: 49%;
	margin: 0;
}

.fb-share-big {
	float: left;
}

.twitter-share-big {
	float: right;
}


/* ADS */

#bb-mobile {
	display: block;
}

#lb-bb {
	width: 300px;
	height: 250px;
	margin: 70px auto 0;
	overflow: hidden;
 
	display: none;
}

#widesky-bb {
	width: 300px;
	height: 250px;
	margin: 0 auto;
 
}

#lb-bb-article {
	width: 300px;
	height: 250px;
	margin: 60px auto 0;
	overflow: hidden;
 
}

#article-bb {
	float: none;
	width: 300px;
	height: 250px;
	padding: 0;
	margin: 0 auto 20px;
}

/* MOST READ */
#article-tab-wrap2 {
	width: 93%;
	margin: 0 auto 30px;
}

/* READ NEXT */
#read-next-2018 {
	width: 90%;
	margin: 10px auto 20px;
}

#rn-img {
	width: 100%;
	height: 50vw;
	float: none;
}

#rn-info {
	width: 100%;
	float: none;
}

#rn-lbl {
	width: 90%;
}

#rn-head {
	font-size: 18px;
	margin-top: 5px;
}

/* CDN MENU 2019 */
#cdn-mobile-nav {
	display: block;
}



}

/* 720px */
@media only screen and (min-width: 720px) and (max-width: 767px){
#cdn-menu {
	display: none;
}

#mobile-menu {
	display: block;
}

/* LANDING */
#landing-main-default {
	width: 100%;
}

#landing-main-archive{
	width: 100%;
}

#lmd-box {
	width: 93%;
	height: 90px;
}

#lmd-img {
	width: 26%;
}

#lmd-headline {
	width: 74%;
}

#lmd-headline h2 {
	font-size: 20px;
	line-height: 24px;
}

#lmd-headline p {
	display: none;
}

#landing-picks {
	width: 100%;
}

#lp-box {
	width: 93%;
}

#lp-img {
	height: 230px;
}

#lp-headline h2 {
    font-size: 22px;
    line-height: 26px;
}

#landing-side {
	width: 100%;
}

.landing-align	{
	display: block;
}

#trending-box {
	width: 93%;
	height: 90px;
}

#trending-img {
	width: 26%;
	height: 100%;
}

#trending-headline {
	width: 74%;
	height: 100%;
}

#trending-headline h2 {
    font-size: 20px;
    line-height: 24px;
}

/* FOOTER */
#cdn-footer {
	width: 100%;
	height: auto;
	padding: 20px 0;
	background-color: #004b88;
	margin: 20px 0 0 0;
}

#cdn-f	{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#cdn-f-logo {
	width: 90px;
	height: 80px;
	margin: 0 auto;
}

#cdn-f-logo img {
	width: 100%;
}

#cdn-f-menu {
	width: 100%;
}

#cdn-f-menu ul {
	display: none;
}

/* ARTICLE LEVEL */
#article-content-wrap {
	width: 100%;
}

#headline-mobile {
	width: 100%;
	height: 350px;
	display: block;
	margin: 50px auto 0;
}

#m-web-gmap {
	padding: 10px 0;
}

#headline-mobile-info {
	width: 93%;
	height: auto;
	margin: 0 auto;
}

#m-bread {
	display: none;
}

#headline-mobile-info h1 {
	font-size: 28px;
	line-height: 34px;
}

#m-pd {
	display: none;
}

#landing-main-article {
	width: 100%;
}

#landing-headline {
	width: 93%;
	height: auto;
	margin: 20px auto 0;
}

#landing-headline h1 {
	font-size: 28px;
	line-height: 34px;
}


#article-content {
	width: 93%;
	margin: 20px auto 0;
}

/* SHARE */

#share-big {
	width: 49%;
	margin: 0;
}

.fb-share-big {
	float: left;
}

.twitter-share-big {
	float: right;
}


/* ADS */

#bb-mobile {
	display: block;
}

#lb-bb {
	width: 300px;
	height: 250px;
	margin: 70px auto 0;
	overflow: hidden;
 
	display: none;
}

#widesky-bb {
	width: 300px;
	height: 250px;
	margin: 0 auto;
 
}

#lb-bb-article {
	width: 300px;
	height: 250px;
	margin: 60px auto 0;
	overflow: hidden;
 
}

#article-bb {
	float: none;
	width: 300px;
	height: 250px;
	padding: 0;
	margin: 0 auto 20px;
}

/* MOST READ */
#article-tab-wrap2 {
	width: 93%;
	margin: 0 auto 30px;
}

/* READ NEXT */
#read-next-2018 {
	width: 90%;
	margin: 10px auto 20px;
}

#rn-img {
	width: 100%;
	height: 50vw;
	float: none;
}

#rn-info {
	width: 100%;
	float: none;
}

#rn-lbl {
	width: 90%;
}

#rn-head {
	font-size: 18px;
	margin-top: 5px;
}

/* CDN MENU 2019 */
#cdn-mobile-nav {
	display: block;
}



}


/* 600px */
@media only screen and (min-width: 600px) and (max-width: 719px){
#cdn-menu {
	display: none;
}

#mobile-menu {
	display: block;
}

/* LANDING */
#landing-main-default {
	width: 100%;
}

#landing-main-archive{
	width: 100%;
}

#lmd-box {
	width: 93%;
	height: 90px;
}

#lmd-img {
	width: 26%;
}

#lmd-headline {
	width: 74%;
}

#lmd-headline h2 {
	font-size: 20px;
	line-height: 24px;
}

#lmd-headline p {
	display: none;
}

#landing-picks {
	width: 100%;
}

#lp-box {
	width: 93%;
}

#lp-img {
	height: 230px;
}

#lp-headline h2 {
    font-size: 22px;
    line-height: 26px;
}

#landing-side {
	width: 100%;
}

.landing-align	{
	display: block;
}

#trending-box {
	width: 93%;
	height: 90px;
}

#trending-img {
	width: 26%;
	height: 100%;
}

#trending-headline {
	width: 74%;
	height: 100%;
}

#trending-headline h2 {
    font-size: 20px;
    line-height: 24px;
}

/* FOOTER */
#cdn-footer {
	width: 100%;
	height: auto;
	padding: 20px 0;
	background-color: #004b88;
	margin: 20px 0 0 0;
}

#cdn-f	{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#cdn-f-logo {
	width: 90px;
	height: 80px;
	margin: 0 auto;
}

#cdn-f-logo img {
	width: 100%;
}

#cdn-f-menu {
	width: 100%;
}

#cdn-f-menu ul {
	display: none;
}

/* ARTICLE LEVEL */
#article-content-wrap {
	width: 100%;
}

#headline-mobile {
	width: 100%;
	height: 350px;
	display: block;
	margin: 50px auto 0;
}

#m-web-gmap {
	padding: 10px 0;
}

#headline-mobile-info {
	width: 93%;
	height: auto;
	margin: 0 auto;
}

#m-bread {
	display: none;
}

#headline-mobile-info h1 {
	font-size: 28px;
	line-height: 34px;
}

#m-pd {
	display: none;
}

#landing-main-article {
	width: 100%;
}

#landing-headline {
	width: 93%;
	height: auto;
	margin: 20px auto 0;
}

#landing-headline h1 {
	font-size: 24px;
	line-height: 28px;
}

#article-content {
	width: 93%;
	margin: 20px auto 0;
}

/* SHARE */

#share-big {
	width: 49%;
	margin: 0;
}

.fb-share-big {
	float: left;
}

.twitter-share-big {
	float: right;
}


/* ADS */

#bb-mobile {
	display: block;
}

#lb-bb {
	width: 300px;
	height: 250px;
	margin: 70px auto 0;
	overflow: hidden;
 
	display: none;
}

#widesky-bb {
	width: 300px;
	height: 250px;
	margin: 0 auto;
 
}

#lb-bb-article {
	width: 300px;
	height: 250px;
	margin: 60px auto 0;
	overflow: hidden;
 
}

#article-bb {
	float: none;
	width: 300px;
	height: 250px;
	padding: 0;
	margin: 0 auto 20px;
}

/* MOST READ */
#article-tab-wrap2 {
	width: 93%;
	margin: 0 auto 30px;
}

/* READ NEXT */
#read-next-2018 {
	width: 90%;
	margin: 10px auto 20px;
}

#rn-img {
	width: 100%;
	height: 50vw;
	float: none;
}

#rn-info {
	width: 100%;
	float: none;
}

#rn-lbl {
	width: 90%;
}

#rn-head {
	font-size: 18px;
	margin-top: 5px;
}

/* CDN MENU 2019 */
#cdn-mobile-nav {
	display: block;
}


}

/* 480px */
@media only screen and (min-width: 480px) and (max-width: 599px){
#cdn-menu {
	display: none;
}

#mobile-menu {
	display: block;
}

/* LANDING */
#landing-main-default {
	width: 100%;
}

#landing-main-archive{
	width: 100%;
}

#lmd-box {
	width: 93%;
	height: 90px;
}

#lmd-img {
	width: 26%;
}

#lmd-headline {
	width: 74%;
}

#lmd-headline h2 {
	font-size: 20px;
	line-height: 24px;
}

#lmd-headline p {
	display: none;
}

#landing-picks {
	width: 100%;
}

#lp-box {
	width: 93%;
}

#lp-img {
	height: 230px;
}

#lp-headline h2 {
    font-size: 22px;
    line-height: 26px;
}

#landing-side {
	width: 100%;
}

.landing-align	{
	display: block;
}

#trending-box {
	width: 93%;
	height: 90px;
}

#trending-img {
	width: 26%;
	height: 100%;
}

#trending-headline {
	width: 74%;
	height: 100%;
}

#trending-headline h2 {
    font-size: 20px;
    line-height: 24px;
}

/* FOOTER */
#cdn-footer {
	width: 100%;
	height: auto;
	padding: 20px 0;
	background-color: #004b88;
	margin: 20px 0 0 0;
}

#cdn-f	{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#cdn-f-logo {
	width: 90px;
	height: 80px;
	margin: 0 auto;
}

#cdn-f-logo img {
	width: 100%;
}

#cdn-f-menu {
	width: 100%;
}

#cdn-f-menu ul {
	display: none;
}

/* ARTICLE LEVEL */
#article-content-wrap {
	width: 100%;
}

#headline-mobile {
	width: 100%;
	height: 230px;
	display: block;
	margin: 50px auto 0;
}

#m-web-gmap {
	padding: 10px 0;
}

#headline-mobile-info {
	width: 93%;
	height: auto;
	margin: 0 auto;
}

#m-bread {
	display: none;
}

#headline-mobile-info h1 {
	font-size: 18px;
	line-height: 22px;
}

#m-pd {
	display: none;
}

#landing-main-article {
	width: 100%;
}

#landing-headline {
	width: 93%;
	height: auto;
	margin: 20px auto 0;
}

#landing-headline h1 {
	font-size: 24px;
	line-height: 28px;
}

#article-content {
	width: 93%;
	margin: 20px auto 0;
}

/* SHARE */

#share-big {
	width: 49%;
	margin: 0;
}

.fb-share-big {
	float: left;
}

.twitter-share-big {
	float: right;
}


/* ADS */

#bb-mobile {
	display: block;
}

#lb-bb {
	width: 300px;
	height: 250px;
	margin: 70px auto 0;
	overflow: hidden;
 
	display: none;
}

#widesky-bb {
	width: 300px;
	height: 250px;
	margin: 0 auto;
 
}

#lb-bb-article {
	width: 300px;
	height: 250px;
	margin: 60px auto 0;
	overflow: hidden;
	 
}

#article-bb {
	float: none;
	width: 300px;
	height: 250px;
	padding: 0;
	margin: 0 auto 20px;
}

/* MOST READ */
#article-tab-wrap2 {
	width: 93%;
	margin: 0 auto 30px;
}

/* READ NEXT */
#read-next-2018 {
	width: 90%;
	margin: 10px auto 20px;
}

#rn-img {
	width: 100%;
	height: 50vw;
	float: none;
}

#rn-info {
	width: 100%;
	float: none;
}

#rn-lbl {
	width: 90%;
}

#rn-head {
	font-size: 18px;
	margin-top: 5px;
}

/* CDN MENU 2019 */
#cdn-mobile-nav {
	display: block;
}



}

/* 375px */
@media only screen and (min-width: 375px) and (max-width: 479px){
#cdn-menu {
	display: none;
}

#mobile-menu {
	display: block;
}

/* LANDING */
#landing-main-default {
	width: 100%;
}

#landing-main-archive{
	width: 100%;
}

#lmd-box {
	width: 93%;
	height: 90px;
}

#lmd-img {
	width: 26%;
}

#lmd-headline {
	width: 74%;
}

#lmd-headline h2 {
	font-size: 18px;
	line-height: 22px;
}

#lmd-headline p {
	display: none;
}

#landing-picks {
	width: 100%;
}

#lp-box {
	width: 93%;
}

#lp-img {
	height: 200px;
}

#lp-headline h2 {
    font-size: 20px;
    line-height: 24px;
}

#landing-side {
	width: 100%;
}

.landing-align	{
	display: block;
}

#trending-box {
	width: 93%;
	height: 90px;
}

#trending-img {
	width: 26%;
	height: 100%;
}

#trending-headline {
	width: 74%;
	height: 100%;
}

#trending-headline h2 {
    font-size: 18px;
    line-height: 22px;
}

/* FOOTER */
#cdn-footer {
	width: 100%;
	height: auto;
	padding: 20px 0;
	background-color: #004b88;
	margin: 20px 0 0 0;
}

#cdn-f	{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#cdn-f-logo {
	width: 90px;
	height: 80px;
	margin: 0 auto;
}

#cdn-f-logo img {
	width: 100%;
}

#cdn-f-menu {
	width: 100%;
}

#cdn-f-menu ul {
	display: none;
}

/* ARTICLE LEVEL */
#article-content-wrap {
	width: 100%;
}

#headline-mobile {
	width: 100%;
	height: 230px;
	display: block;
	margin: 50px auto 0;
}

#m-web-gmap {
	padding: 10px 0;
}

#headline-mobile-info {
	width: 93%;
	height: auto;
	margin: 0 auto;
}

#m-bread {
	display: none;
}

#headline-mobile-info h1 {
	font-size: 18px;
	line-height: 22px;
}

#m-pd {
	display: none;
}

#landing-main-article {
	width: 100%;
}

#landing-headline {
	width: 93%;
	height: auto;
	margin: 20px auto 0;
}

#landing-headline h1 {
	font-size: 24px;
	line-height: 28px;
}

#article-content {
	width: 93%;
	margin: 20px auto 0;
}

/* SHARE */

#share-big {
	width: 49%;
	margin: 0;
}

.fb-share-big {
	float: left;
}

.twitter-share-big {
	float: right;
}


/* ADS */

#bb-mobile {
	display: block;
}

#lb-bb {
	width: 300px;
	height: 250px;
	margin: 70px auto 0;
	overflow: hidden;
 
	display: none;
}

#widesky-bb {
	width: 300px;
	height: 250px;
	margin: 0 auto;
 
}

#lb-bb-article {
	width: 300px;
	height: 250px;
	margin: 60px auto 0;
	overflow: hidden;
 
}

#article-bb {
	float: none;
	width: 300px;
	height: 250px;
	padding: 0;
	margin: 0 auto 20px;
}

/* MOST READ */
#article-tab-wrap2 {
	width: 93%;
	margin: 0 auto 30px;
}

/* READ NEXT */
#read-next-2018 {
	width: 90%;
	margin: 10px auto 20px;
}

#rn-img {
	width: 100%;
	height: 50vw;
	float: none;
}

#rn-info {
	width: 100%;
	float: none;
}

#rn-lbl {
	width: 90%;
}

#rn-head {
	font-size: 18px;
	margin-top: 5px;
}

/* CDN MENU 2019 */
#cdn-mobile-nav {
	display: block;
}



}

/* 360px */
@media only screen and (min-width: 360px) and (max-width: 374px){
#cdn-menu {
	display: none;
}

#mobile-menu {
	display: block;
}

/* LANDING */
#landing-main-default {
	width: 100%;
}

#landing-main-archive{
	width: 100%;
}

#lmd-box {
	width: 93%;
	height: 90px;
}

#lmd-img {
	width: 30%;
}

#lmd-headline {
	width: 70%;
}

#lmd-headline h2 {
	font-size: 16px;
	line-height: 20px;
}

#lmd-headline p {
	display: none;
}

#landing-picks {
	width: 100%;
}

#lp-box {
	width: 93%;
}

#lp-img {
	height: 200px;
}

#landing-side {
	width: 100%;
}

.landing-align	{
	display: block;
}

#trending-box {
	width: 93%;
	height: 90px;
}

#trending-img {
	width: 26%;
	height: 100%;
}

#trending-headline {
	width: 74%;
	height: 100%;
}

/* FOOTER */
#cdn-footer {
	width: 100%;
	height: auto;
	padding: 20px 0;
	background-color: #004b88;
	margin: 20px 0 0 0;
}

#cdn-f	{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#cdn-f-logo {
	width: 90px;
	height: 80px;
	margin: 0 auto;
}

#cdn-f-logo img {
	width: 100%;
}

#cdn-f-menu {
	width: 100%;
}

#cdn-f-menu ul {
	display: none;
}

/* ARTICLE LEVEL */
#article-content-wrap {
	width: 100%;
}

#headline-mobile {
	width: 100%;
	height: 230px;
	display: block;
	margin: 50px auto 0;
}

#m-web-gmap {
	padding: 10px 0;
}

#headline-mobile-info {
	width: 93%;
	height: auto;
	margin: 0 auto;
}

#m-bread {
	display: none;
}

#headline-mobile-info h1 {
	font-size: 18px;
	line-height: 22px;
}

#m-pd {
	display: none;
}

#landing-main-article {
	width: 100%;
}

#landing-headline {
	width: 93%;
	height: auto;
	margin: 20px auto 0;
}

#landing-headline h1 {
	font-size: 22px;
	line-height: 26px;
}

#article-content {
	width: 93%;
	margin: 20px auto 0;
}

/* SHARE */

#share-big {
	width: 49%;
	margin: 0;
}

.fb-share-big {
	float: left;
}

.twitter-share-big {
	float: right;
}

/* ADS */

#bb-mobile {
	display: block;
}

#lb-bb {
	width: 300px;
	height: 250px;
	margin: 70px auto 0;
	overflow: hidden;
	 
	display: none;
}

#widesky-bb {
	width: 300px;
	height: 250px;
	margin: 0 auto;
 
}

#lb-bb-article {
	width: 300px;
	height: 250px;
	margin: 60px auto 0;
	overflow: hidden;
 
}

#article-bb {
	float: none;
	width: 300px;
	height: 250px;
	padding: 0;
	margin: 0 auto 20px;
}

/* MOST READ */
#article-tab-wrap2 {
	width: 93%;
	margin: 0 auto 30px;
}

/* READ NEXT */
#read-next-2018 {
	width: 90%;
	margin: 10px auto 20px;
}

#rn-img {
	width: 100%;
	height: 50vw;
	float: none;
}

#rn-info {
	width: 100%;
	float: none;
}

#rn-lbl {
	width: 90%;
}

#rn-head {
	font-size: 18px;
	margin-top: 5px;
}

/* CDN MENU 2019 */
#cdn-mobile-nav {
	display: block;
}



}

/* 320px */
@media only screen and (min-width: 320px) and (max-width: 359px){
#cdn-menu {
	display: none;
}

#mobile-menu {
	display: block;
}

/* LANDING */
#landing-main-default {
	width: 100%;
}

#landing-main-archive{
	width: 100%;
}

#lmd-box {
	width: 93%;
	height: 90px;
}

#lmd-img {
	width: 30%;
}

#lmd-headline {
	width: 70%;
}

#lmd-headline h2 {
	font-size: 16px;
	line-height: 20px;
}

#lmd-headline p {
	display: none;
}

#landing-picks {
	width: 100%;
}

#lp-box {
	width: 93%;
}

#lp-img {
	height: 180px;
}

#landing-side {
	width: 100%;
}

.landing-align	{
	display: block;
}

#trending-box {
	width: 93%;
	height: 90px;
}

#trending-img {
	width: 26%;
	height: 100%;
}

#trending-headline {
	width: 74%;
	height: 100%;
}

/* FOOTER */
#cdn-footer {
	width: 100%;
	height: auto;
	padding: 20px 0;
	background-color: #004b88;
	margin: 20px 0 0 0;
}

#cdn-f	{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#cdn-f-logo {
	width: 90px;
	height: 80px;
	margin: 0 auto;
}

#cdn-f-logo img {
	width: 100%;
}

#cdn-f-menu {
	width: 100%;
}

#cdn-f-menu ul {
	display: none;
}

/* ARTICLE LEVEL */
#article-content-wrap {
	width: 100%;
}

#headline-mobile {
	width: 100%;
	height: 230px;
	display: block;
	margin: 50px auto 0;
}

#m-web-gmap {
	padding: 10px 0;
}

#headline-mobile-info {
	width: 93%;
	height: auto;
	margin: 0 auto;
}

#m-bread {
	display: none;
}

#headline-mobile-info h1 {
	font-size: 18px;
	line-height: 22px;
}

#m-pd {
	display: none;
}

#landing-main-article {
	width: 100%;
}

#landing-headline {
	width: 93%;
	height: auto;
	margin: 20px auto 0;
}

#landing-headline h1 {
	font-size: 22px;
	line-height: 26px;
}

#article-content {
	width: 94%;
	margin: 20px auto 0;
}

/* SHARE */

#share-big {
	width: 49%;
	margin: 0;
}

.fb-share-big {
	float: left;
}

.twitter-share-big {
	float: right;
}

/* ADS */

#bb-mobile {
	display: block;
}

#lb-bb {
	width: 300px;
	height: 250px;
	margin: 70px auto 0;
	overflow: hidden;
 
	display: none;
}

#widesky-bb {
	width: 300px;
	height: 250px;
	margin: 0 auto;
 
}

#lb-bb-article {
	width: 300px;
	height: 250px;
	margin: 60px auto 0;
	overflow: hidden;
}

#article-bb {
	float: none;
	width: 300px;
	height: 250px;
	padding: 0;
	margin: 0 auto 20px;
}

/* MOST READ */
#article-tab-wrap2 {
	width: 93%;
	margin: 0 auto 30px;
}

/* READ NEXT */
#read-next-2018 {
	width: 90%;
	margin: 10px auto 20px;
}

#rn-img {
	width: 100%;
	height: 50vw;
	float: none;
}

#rn-info {
	width: 100%;
	float: none;
}

#rn-lbl {
	width: 90%;
}

#rn-head {
	font-size: 18px;
	margin-top: 5px;
}

/* CDN MENU 2019 */
#cdn-mobile-nav {
	display: block;
}



}