/*
 * @file
 * global.styles
 *
 * Styles you add here will load for all device sizes, they are "global", as
 * opposed to "responsive" styles, which only load for a given breakpoint (media
 * query) that you set in theme settings. See the README for more details.
 *
 *
 * How to use this file:
 * --------------------
 *
 * There are many empty selectors and some basic styles to act as a guide.
 * Nothing is set in stone and you can change anything - even delete all of it
 * and start with your own clean slate.
 *
 * See global.base also which includes norblogmalize.css and some additional
 * helper classes and base styles.
 */

/* =============================================================================
 *   Base
 * ========================================================================== */

/*
 * To preserve theme settings never apply font properties to the HTML element.
 * This is critically important if you are using the Responsive JavaScript
 * feature as this relies on being able to set a pseudo font family on the HTML
 * element. If you need to set default font properties of any kind use the BODY
 * element as these can be overridden using font theme settings.
 */
 



@import url("fonts/ProximaNovaReg/stylesheet.css");
@import url("fonts/ProximaNovaSbold/stylesheet.css");
@import url("fonts/ProximaNovaBold/stylesheet.css");
@import url("fonts/ProximaNovaBoldItalic/stylesheet.css");
@import url("fonts/ProximaNovaLight/stylesheet.css");
@import url("fonts/ProximaNovaEBold/stylesheet.css");
@import url("fonts/ProximaNovaRgItalic/stylesheet.css");

 /* =============================================================================
 *   Remove Section text
 * ========================================================================== */

.col-md-section .two-33-66 .region-two-33-66-bottom {display:none}
.three-3x33 > .region, .two-33-66 > .region-two-33-66-first, .two-66-33 > .region-two-66-33-second, .three-inset-right > .inset-wrapper > div.region-three-inset-right-inset, .three-inset-left > .inset-wrapper > div.region-three-inset-left-inset, .five-5x20 > .panel-row > .region {
    width: 33.3333%;
}

html {
  background: #fff;
}


body {
  font-family: 'ProximaNovaReg', Arial, serif;
  font-size: 17px;
  color:#333;
  position:relative;
}
body p {
	font-family: 'Merriweather', Arial, serif;
}

/* =============================================================================
 *   HTML Elements
 * ========================================================================== */
a {color:#0ca3d4; cursor:pointer;}
h1 {}

h2 {margin:10px; text-transform:uppercase; font-size:17px}

h3 {}

h4 {}

h5 {}

h6 {}
h1,h2,h3,h4,h5,h6 {font-weight:normal; margin:0;}
p {margin-bottom:30px;}

b,
strong {}

i,
em {}

dfn {}

sup {}

sub {}

del {}

ins {}

blockquote {}

cite {}

q {}

address {}

ul {}

ol {}

li {}

dl {}

dd {}

dt {}

abbr {}

acronym {}

iframe {
	border: none !important;
}

#section-leaderboard iframe {display:block; margin-left:auto; margin-right:auto}

pre,
code,
tt,
samp,
kbd,
var {
  font-family: 'ProximaNovaReg', Arial, serif;
}
ul,ol {list-style:square;}
ul li {
	color:#0ca3d4;
}
ul li a{color:#333;}
.field-name-body ul li {
    color: #333;
}
img{border:none;}
.field-collection-item-field-multimedia img {display:block;}
.caption-title {
	font-size:15px;
	color: #444444;
	font-family: 'ProximaNovaReg', Arial, serif;
	text-align:center;
	margin-top:-20px;
}
object{display:block;}
/* =============================================================================
 *   Wrappers
 * ========================================================================== */

/*
 * Outer wrappers:
 * - #page-wrapper: body > #page-wrapper
 * - #page: body > #page-wrapper > #page
 * - .container: body > #page-wrapper > #page.container
 *
 * The .container class holds the page width value from theme settings.
 */
.menu-wrapper{margin:0; padding:0}
#page-wrapper {}
#page {}
#page .container {}

/*
 * Wraps all header elements - branding and .region-header
 */
#header {}

/*
 * Wraps the sidebars the content column
 */
#columns {width:100%;}

/*
 * Main content column wrapper
 */
#content-column {}
/*
 * Wraps the main-content-header, the content region and feed-icons. Use this
 * wrapper to style the entire main content column
 */
#main-content {margin:0;}

/*
 * Wraps the content region, avoid applying styles to this wrapper, its used
 * mainly for position and invisible gutters and can be problematic to style
 */
#content {}

/*
 * Footer wrapper
 */
#footer {float: left; width: 100%;}
.node-type-section-page #footer,
.node-type-cbn-news #footer{display:none;}
.node-type-blog #footer{display:none;}
/*
 * Panels may need additional margin wrangling when in the $content region
 */
#content .panel-display {
	margin:0 auto;
}


/*
 * Full Width Wrappers
 * These are used in the optional page--full-width-wrappers.tpl.php template.
 * All have internal .container classes. In the full width wrapper template the
 * .container classes set the width or max-width - you can style this but never
 * add any width/margin/padding/borders etc to .container
 */

/*
 * Wraps the leaderboard
 */
#leaderboard-wrapper {}
#leaderboard-wrapper .container {}

/*
 * Wraps the header
 */
#header-wrapper {
  /* Debug styles, is this working */
  background: rgba(255, 192, 203, 0.5);
}
#header-wrapper .container {}

/*
 * Wraps the nav elements
 */
#nav-wrapper {}
#nav-wrapper .container {}

/*
 * Wraps breadcrumb
 */
#breadcrumb-wrapper {}
#breadcrumb-wrapper .container {}

/*
 * Wraps messages and help
 */
#messages-help-wrapper {}
#messages-help-wrapper .container {}

/*
 * Wraps the secondary content/preface region
 */
#secondary-content-wrapper {}
#secondary-content-wrapper .container {}

/*
 * Wraps the main content column
 */
#content-wrapper {}
#content-wrapper .container {}

/*
 * Wraps the tertiary content/postfix region
 */
#tertiary-content-wrapper {}
#tertiary-content-wrapper .container {}

/*
 * Footer wrapper
 */
#footer-wrapper {
  /* Debug styles, is this working? */
  background: rgba(255, 192, 203, 0.5);
}
#footer-wrapper .container {}


/* =============================================================================
 *   Branding
 * ========================================================================== */

/*
 * Wraps all the branding elements, logo, name and slogan
 */


/*
 * Logo
 */
#logo {
  width:135px;
  position:absolute;
  z-index:10;
  vertical-align:bottom;
  background:#0b97c4;
}
#logo #desktop-logo img {
	border-bottom:1px solid #0b97c4;
	vertical-align:bottom;
	display:block;
}
@media screen and (min-width:0\0) {
    #logo #desktop-logo { height:120px; }
}
#logo a#desktop-logo {display:block;}
#logo img#low-res {display:block;}
#logo #mobile-logo {display:none;}
/* 1.25 dpr */
@media 
(-webkit-min-device-pixel-ratio: 1.25), 
(min-resolution: 120dpi){ 
    /* Retina-specific stuff here */
	#logo img#low-res,
	#logo img#high-res {
		display:none;
	}
	#logo img#med-res {
		display:block;
	}
}
@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    #logo img#low-res,
	#logo img#med-res {
		display:none;
	}
	#logo img#high-res {
		display:block;
	}

}

/*
 * Wrapper for the site name and slogan
 */
#name-and-slogan {}

/*
 * Site name (h1)
 */
#site-name {
  margin: 0;
}

#site-name a {}

#site-name a:link,
#site-name a:visited {
  text-decoration: none;
}

#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

/*
 * Site slogan (h2)
 */
#site-slogan {
  margin: 0;
}


/* =============================================================================
 *   Page content header
 * ========================================================================== */

/*
 * Main content header wraps the page title, tabs and actions links
 */
#main-content-header {}

/*
 * The main page title (h1)
 */
#page-title {
  margin: 0;
}
#main-content-header > #page-title{display:none;}

/* =============================================================================
 *   Misc Global Styles
 * ========================================================================== */

/*
 * Feed icons
 */
.feed-icon {}

/*
 * HTML5 player container styles
 */
 .html5video-container {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background: #000;
}
.html5video-container > iframe {
    position: absolute;
    border: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
 * Aggregator feed source
 */
#aggregator .feed-source .feed-icon {
  display: inline;
  float: none;
  margin-right: 10px;
}

.feed-details dt,
.feed-details dd {
  display: inline;
  margin: 0;
}

/*
 * Generic styles for the more link
 */
.more-link {
	text-align:left;
	font-family: "ProximaNovaRgBold",Arial,serif; 
	margin:15px 0;
	float:left;
}
/* Compass clearfix */
/*.more-link:after {
  content: "";
  display: table;
  clear: both;
}
.more-link::after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
.more-link {
  zoom: 1;
}*/

/*
 * Generic styles for links. See the ul.links declaration in node and comment
 * stylesheets
 */
ul.links {
  margin: 0;
  padding: 0;
}

ul.links.inline {
  display: block;
}

ul.links li {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}
#cbnnews-shows ul.menu {margin:0;}
#cbnnews-shows ul.menu li {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}
#cbnnews-shows ul.menu.inline {
	display:block;
}


#cbn-footer ul.links li {
  display: inline;
  padding: 0 10px 0 0;
  margin: 5px 0px 2px;
  clear: both;
}

/*
 * Search results are an ordered list so reset the margin
 */
.search-results {
  margin: 0;
  padding: 0;
}

/*
 * Attribution message and link
 */
.attribution {
  display: block;
  opacity: 0.65;
  padding: 1em 0;
  text-align: center;
}

.attribution a {
  text-decoration: none;
  color: inherit;
}

.attribution a:hover,
.attribution a:focus {
  text-decoration: underline;
}


/* =============================================================================
 *   Regions
 * ========================================================================== */

/*
 * Standard region wrapper, don't add width to any regions, you will bork the
 * layout - no margin, padding or borders etc
 */
.region {}

/*
 * Regions have an inner div - perfect for adding margin, padding or borders
 */
.rendered-by-ds .panel-display .region-inner {
	margin-left:0;
	margin-right:0;
}
.rendered-by-ds .panel-display .region-two-66-33-first .region-inner h2{margin-left:0;}
/*
 * Regions can be nested, such as when using Panels
 */
.region-inner .region-inner {}

/*
 * Header region, embedded in the #header
 */
.region-header {}

/*
 * Generally used to output Drupals help block, if the help module is enabled
 */
.region-help {}

/*
 * Secondary content
 */
.region-secondary-content {}

/*
 * Sits above the main content header, like a content-top region
 */
.region-highlighted {}

/*
 * Sits below the main content, like a content-bottom region
 */
.region-content-aside {}

/*
 * Sidebars - targets both
 */
.sidebar {}

/*
 * First sidebar
 */
.region-sidebar-first {}

/*
 * Second sidebar
 */
.region-sidebar-second {}

/*
 * Tertiary content
 */
.region-tertiary-content {}

/*
 * Footer region
 */
.region-footer {}


/* =============================================================================
 *   Links
 * ========================================================================== */

a {
  text-decoration: none;
}

a:link,
a:visited {}

a:active,
a.active {}

a:hover,
a:focus {
  text-decoration: underline;
}


/* =============================================================================
 *   Primary, Secondary and Menu Bar region menus
 * ========================================================================== */

.nav {
  /*clear: both;*/
  /*margin: 10px 0;*/
}

.nav ul,
.nav ul.menu {
  margin: 0;
  padding: 0;
}

.nav li,
.nav ul.menu li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav li a,
.nav ul.menu li a {
  display: block;
  white-space: nowrap;
  padding: 0 10px;
  color:#999;
}

.nav li a:visited,
.nav ul.menu li a:visited {}

.nav li a:hover,
.nav li a:focus,
.nav ul.menu li a:hover,
.nav ul.menu li a:focus {}

.nav .block {
  margin-bottom: 0;
}


/* =============================================================================
 *   Superfish
 * ========================================================================== */

ul.sf-menu {
  margin-bottom: 0;
}

ul.sf-menu a {
  border-left: 0;
  border-top: 0;
  padding: 0 10px;
  text-decoration: none;
  height: 2.5em;
  line-height: 2.5em;
}

ul.sf-menu a:link,
ul.sf-menu a:visited {}

ul.sf-menu li {}

ul.sf-menu li:hover,
ul.sf-menu li.sfHover {
  outline: 0;
}

ul.sf-menu a {}

ul.sf-menu a:focus,
ul.sf-menu a:hover,
ul.sf-menu a:active {
  outline: 0;
}

/*
 * Superfish blocks
 */
.block-superfish {}

.block-superfish .block-inner .content {}

.block-superfish ul {
  margin: 0 !important;
  padding: 0 !important;
}

.block-superfish ul ul {}

.block-superfish ul ul ul {}

.block-superfish ul ul ul ul {}

.block-superfish li {
  margin: 0 !important;
  padding: 0 !important;
}

/*
 * Vertical style
 */
.sf-vertical {
  width: 100%;
}

.sf-vertical li {
  width: 100%;
}

.sf-vertical li.last {}

.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
}

.sf-vertical li a {
  padding: 0 10px;
}

/*
 * Navbar style
 */
.sf-navbar {
  padding-bottom: 0 !important;
}

/*
 * Sensible padding for the default style
 */
.sf-menu.sf-style-default a {
  padding: 0 10px;
}




/* =============================================================================
 *   Menu Toggles
 * ========================================================================== */

.at-mt .at-menu-toggle,
.at-mt .at-menu-toggle ul,
.at-mt .at-menu-toggle ul.menu {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.at-mt .at-menu-toggle-button {
  margin: 0;
}

.at-mt .at-menu-toggle ul a {
  padding: 0 10px;
  white-space: nowrap;
}




/* =============================================================================
 *   Menus, usually blocks
 * ========================================================================== */

ul.menu {
  padding-left: 15px;
}

ul.menu ul {
  padding-left: 15px;
}

ul.menu ul ul {}

ul.menu ul ul ul {}

ul.menu li {
  margin: 0;
}

ul.menu li.collapsed,
ul.menu li.expanded,
ul.menu li.leaf {}

ul.menu li a {}

ul.menu li a:link,
ul.menu li a:visited {}

ul.menu li a:active,
ul.menu li a.active {}

ul.menu li a:hover,
ul.menu li a:focus {}

ul.menu li.active a,
ul.menu li.active-trail a {}

ul.menu li.first,
ul.menu li.last {}

/* If li.content exists it's a problem, so reset the padding */
.block .menu li.content {
  padding: 0;
}

/* =============================================================================
 *   Book navigation menu
 * ========================================================================== */

.book-navigation {}

.book-navigation .page-links {}

.book-navigation .page-previous {}

.book-navigation .page-next {}

.book-navigation .page-up {
  /* Prevent text wrapping to a new line, assumes the string is two chars */
  min-width: 2em;
  white-space: nowrap;
}

.book-navigation .menu {
  margin-left: 0;
}


/* =============================================================================
 *   Breadcrumbs
 * ========================================================================== */
.breadcrumb-wrapper{margin:0; padding:0}
#breadcrumb {
  /*margin: 10px 0;*/
  line-height:1em;
}

/* If the label is set to show in theme settings the label class is added */
#breadcrumb .breadcrumb-label {
  font-size: 1em;
  display: inline;
  padding-right: 10px;
}

#breadcrumb .breadcrumb-label:after {
  content: ":";
}

#breadcrumb ol {
  margin: 0;
  padding: 0;
}

#breadcrumb .with-breadcrumb-label ol {
  display: inline;
}

#breadcrumb li {
  list-style: none;
  display: inline;
}

#breadcrumb li.crumb-first {}

#breadcrumb li.crumb-last {}

#breadcrumb a {
	text-transform:uppercase;
	color:#0ca3d4;
	font-family: ProximaNovaRgBold,Arial,sans-serif;
	font-size:33px;
	line-height: 0;
	margin-bottom: 30px;
	display: block;
}

#breadcrumb a:link,
#breadcrumb a:visited {}

#breadcrumb a:active,
#breadcrumb a.active {}

#breadcrumb a:hover,
#breadcrumb a:focus {}

#breadcrumb .crumb-separator {}

/* =============================================================================
 *   Pagers
 * ========================================================================== */

ul.pager {
  clear: both;
  margin: 0;
  text-align: center;
}

.item-list ul.pager li {
  margin: 0;
}

ul.pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: .5em;
}

ul.pager li.pager-current {
  font-weight: 700;
}

.block ul.pager li {
  margin: 0;
}
.cbnnews-section-list ul,
.cbnnews-section-list ul li{
	margin:0;
}
.cbnnews-section-list ul li.views-row-1,
.cbnnews-section-list ul li.views-row-2 {
	list-style:none;
}
/*
 * Theme the various states of pager links
 */
ul.pager li {}

ul.pager li a {}

ul.pager li a:link,
ul.pager li a:visited {}

ul.pager li a:active,
ul.pager li a.active {}

ul.pager li a:hover,
ul.pager li a:focus {}

ul.pager li.pager-item {}
ul.pager li.first {}
ul.pager li.last {}
ul.pager li.pager-current {}
ul.pager li.pager-first {}
ul.pager li.pager-previous {}
ul.pager li.pager-next {}
ul.pager li.pager-last {}


/* =============================================================================
 *   Skip Navigation
 * ========================================================================== */

#skip-link {
  left: 50%;
  margin-left: -6.5em;
  margin-top: 0;
  padding: 0 0.5em;
  position: absolute;
  width: 12em;
  z-index: 50;
}

#skip-link a {
  background: #444;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:hover,
#skip-link a:focus,
#skip-link a:active {
  outline: 0;
}


/* =============================================================================
 *   Tabs (local tasks)
 * ========================================================================== */

#tasks {
  margin-bottom: 0;
}

ul.primary {
  border-bottom-color: #ccc;
  margin: 20px 0 0;
  padding: 0 0 0 5px;
}

ul.primary li {
  display: block;
  float: left;
  margin: 0 1px -1px;
}

ul.primary li a {
  background-color: #f5f5f5;
  border-color: #ccc;
  margin-right: 1px;
  padding: 0 10px;
  display: block;
  float: left;
  height: 1.5em;
  line-height: 1.5em;
}

ul.primary li a:hover,
ul.primary li a:focus {
  background-color: #eee;
  border-color: #ccc;
}

ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
  background-color: #fff;
  border-bottom-color: #fff;
}

ul.secondary {
  border-bottom: 1px solid #ccc;
  margin: 1em 0 0;
  padding: 0 .3em 1em;
}

ul.secondary li {
  border-right: 0;
  list-style: none;
  padding: 0 10px 0 0;
}

ul.secondary li a {}

ul.secondary li a:hover,
ul.secondary li a.active {
  border-bottom: none;
  text-decoration: underline;
}


/* =============================================================================
 *   Action links
 * ========================================================================== */

ul.action-links {
  margin: 20px 0 0;
  list-style: none;
}

ul.action-links li {}


/* =============================================================================
 *  Field Styling
 * ========================================================================== */

/*
 * Wrapper for any field
 */
.field {}

/*
 * Above and inline classes are on the field wrapper
 */
.field-label-above {}

/*
 * When labels are set to inline in field display settings the clearfix class is
 * automatically added
 */
.field-label-inline {}

.field-label-inline .field-label {
  margin: 0;
}

/*
 * Labels are h2 in Adaptivetheme. Use a strong selector to mitigate unwanted
 * ineritance issues
 */
.field-label {
  font-size: 1em;
  font-weight: 700;
  font-family: inherit;
  line-height: inherit;
  margin-bottom: 0;
}

.field-collection-container {border:none; display:none;}


/*
 * Field types (Core)
 */

/*
 * Image fields use the <figure> and <figcaption> elements from HTML5
 */
.field-type-image {}

.field-type-image .caption {}

.field-type-image .full-caption {}

.field-type-image .teaser-caption {}

/*
 * Taxonomy
 */
.field-type-taxonomy-term-reference {
  /* The same bottom margin as p, blockquote, ul, ol and dl */
  margin-bottom: 1.5em;
  background:#ccc;
}
/*.field-type-taxonomy-term-reference ul,
.field-type-taxonomy-term-reference li {
	list-style:none;
	margin:0;
	padding:0;
}
.field-type-taxonomy-term-reference li {
	padding-right:15px; 
	display:inline-block;
	background:#fff;
}*/
.field-type-taxonomy-term-reference.field-label-inline .field-items {
  margin: 0;
  padding: 0;
}

.field-type-taxonomy-term-reference.field-label-inline .field-item {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}
.field-type-taxonomy-term-reference a {
	
}
/*
 * Text
 */
.field-type-text {}


/*
 * Long text
 */
.field-type-text-long {}

/*
 * Text with summary
 */
.field-type-text-with-summary {}

/*
 * File
 */
.field-type-file {}

/*
 * Number/Integer
 */
.field-type-number-integer {}

/*
 * Decimal
 */
.field-type-number-decimal {}

/*
 * Number float
 */
.field-type-number-float {}

/*
 * List
 */
.field-type-list-text {}

/*
 * List boolean
 */
.field-type-list-boolean {}

/*
 * List integer
 */
.field-type-list-integer {}

/*
 * List float
 */
.field-type-list-float {}

/*
 * Field types (Contrib)
 */
.field-type-datetime {float:left}

.field-name-changed-date{float:left}

.field-type-node-reference {float:left}

.field-type-user-reference {}

.field-name-post-date {float:left}

/*
 * Named fields
 */

.field-name-body {
	clear:both;
	font-family: 'Merriweather', Arial, serif;
	line-height:28px;
	color:#282828;
	padding-top:30px;
}
.field-name-body .has-text {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}
.field-name-body .has-other {text-align: center;}
.field-name-field-image {}
.field-name-field-media-image {
	clear:both;
	width:100%;
	float:left;
	border-top:1px solid #eee;
	padding-top:30px;
}
.field-collection-item-field-multimedia,
.field-collection-item-field-multimedia img,
.field-name-field-multimedia img,
.field-name-field-media-image img {width:100%; height:auto;}
.field-name-field-tags {}
.field-name-separator {margin-bottom:30px;}
.field-name-field-news-externallinks {
	margin-bottom:30px;
}
.field-name-field-news-externallinks .field-item {
	float:left;
	width:50%;
	padding:0 15px;
	box-sizing:border-box;
}

.main-img.inline-img {
	max-width:300px;
	float:left;
	margin-right:10px;
	display:none;
}
/*.main-img.inline-img img {
	margin-bottom:0 !important;
}*/
.media-iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	border: none;
	width: 100%;
	height: 100%;
	background-color: transparent;
}
.responsive-live-player {
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
	margin-bottom:30px;
}
.responsive-live-player iframe {
	border:none;
	position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.brightcovestudio-player {
	width: 100%;
	height: 0px;
	position: relative;
	padding-bottom: 56.25%;
	background-color: #000;
}
.views-field-field-bright-cove-video-id {
	font-size:0px;
}
.brightcove-container,
body.node-type-blog .BrightcoveExperience,
body.node-type-cbn-news .BrightcoveExperience,
body.node-type-cbn-news .field-name-field-multimedia img {
	margin-bottom:30px;
}
.brightcove-container,
body.node-type-blog.download .BrightcoveExperience,
body.node-type-cbn-news.download .BrightcoveExperience,
body.node-type-cbn-news.download .field-name-field-multimedia img {
	margin-bottom:15px;
}
.node-cbn-news.node-teaser .field-name-field-multimedia img,
.node-cbn-news.node-section-teaser .field-name-field-multimedia img{padding-top:0px;}
.field-name-field-folder{display:none;}
.field-name-field-bright-cove-video-id .field-item{display:none}

/*
 * Underscores in field name are replaced with dashes
 */
.field-name-field-FIELDNAME {}

/*
 * Image Alignment Theme Settings - included here so you can easily override
 */
/*
 * Float none setting
 */
.ia-n .field-type-image,
.iat-n .field-type-image {}

/*
 * Float left setting
 */
.ia-l .field-type-image figure,
.iat-l .field-type-image figure {
 /* margin: 5px 20px 15px 0;*/
}

/*
 * Centered setting
 */
.ia-c .field-type-image figure,
.iat-c .field-type-image figure {
  margin: 5px auto 15px;
}

/*
 * Float right setting
 */
.ia-r .field-type-image figure,
.iat-r .field-type-image figure {
  margin: 5px 0 15px 20px;
}


/* =============================================================================
 *   Block Styling
 * ========================================================================== */

/*
 * Main wrapper for most blocks, block_system_main does not have it
 */
.block {
  margin-bottom: 30px;
}
.block-cbn-news-breaking-news.block{margin:0;}
/*
 * Inner wrapper for most blocks, good for margin, padding and borders,
 * block_system_main does not have it
 */
.block-inner {margin:0;}

/*
 * The first block in the region
 */
.block.first {}

/*
 * The last block in the region
 */
.block.last {}

/*
 * Zebra striping for each block in the region
 */
.block.odd {}

/*
 * Zebra striping for each block in the region
 */
.block.even {}

/*
 * Block title
 */
.block-title {
  margin: 0;
}
.block-title-container {
	background: url("../images/horizontal-diagbars.png") repeat scroll 0% 0% transparent;
	margin:15px 0;
}
.block-title-container .block-title {
	float:left;
	background:#0ca3d4;
	padding:0 10px;
	color:#fff;
	font-family: 'ProximaNovaThExtrabold', Arial, serif;
}
/*
 * Block content wrapper
 */
.block-content {}

/*
 * Match item list and block menu margin and padding
 */
.block-content {}

.block-content ul,
.block-content ol {
  /*padding: 0 0 0 15px;*/
}
.cbnnews-section-list ul {padding:0;}
.block-content li {
  margin: 0;
  padding: 0;
}

/*
 * Block for the latest news items in the first category
 */
#block-aggregator-category-1 {}

/*
 * Block for the latest news items in the first feed
 */
#block-aggregator-feed-1 {}

/*
 * First block created with "Add block" link
 */
#block-block-1 {}

/*
 * "Recent blog posts" block
 */
#block-blog-recent {}

/*
 * "Book navigation" block for the current book's table of contents
 */
#block-book-navigation {}

/*
 * "Recent comments" block
 */
#block-comment-recent {}

/*
 * "Active forum topics" block
 */
#block-forum-active {}

/*
 * "New forum topics" block
 */
#block-forum-new {}

/*
 * Language switcher block
 */
#block-locale-language {}

/*
 * Custom menu block
 */
#block-menu-menu-NAME {}

/*
 * "Recent content" block
 */
#block-node-recent {}

/*
 * "Syndicate" block for primary RSS feed; see also page.css's .feed-icon
 */
#block-node-syndicate {}

/*
 * "Most recent poll" block
 */
#block-poll-recent {}

/*
 * "Author information" block for the profile of the page's author
 */
#block-profile-author-information {}

/*
 * "Search form" block
 */
#block-search-form {}

/*
 * "Shortcuts" block
 */
#block-shortcut-shortcuts {}

/*
 * "Popular content" block
 */
#block-statistics-popular {}

/*
 * "Main menu" block
 */
#block-system-main-menu {}

/*
 * "Management" block for Drupal management menu
 */
#block-system-management {}

/*
 * "Navigation" block for Drupal navigation menu
 */
#block-system-navigation {}

/*
 * "User menu" block for Drupal user menu
 */
#block-system-user-menu {}

/*
 * "System help" block
 */
#block-system-help {}

/*
 * "Main page content" block
 */
#block-system-main {}

/*
 * "Powered by Drupal" block
 */
#block-system-powered-by {}

/*
 * "User login form" block
 */
#block-user-login {}

/*
 * "Who's new" block for a list of the newest users
 */
#block-user-new {}

/*
 * "Who's online" block for a list of the online users
 */
#block-user-online {}


/* =============================================================================
 *   Node Styling
 * ========================================================================== */

.node {
  margin: 30px auto 0;
}

.node.node-promoted {}

.node.node-sticky {}

.node.node-by-viewer {}

.node.node-teaser {}
.node.node-teaser.node-cbn-news {margin-top:15px}

.node.node-full {}

.node.odd {}

.node.even {}

.node .node-title {
  margin: 0;
}

.node .user-picture {}

.node .submitted {display:none;}

.node .submitted .username {}

.node .submitted time {}

.node .node-content {}

.node ul.links {}

.node ul.links li {}

.node ul.links li a {}

.node ul.links li.node-read-more a {}

.node ul.links li.comment-add a {}

.node ul.links li.comment-comments a {}

.node ul.links li.comment-new-comments a {}

.node ul.links li.blog-sernames-blog a {}

.node ul.links li.print-html a {}

.node ul.links li.print-email a {}

.node ul.links li.print-pdf a {}

.preview .node {}

/*
 * All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */
.node-page {}

.node-article {}

.node-book {}

.node-forum {}

.node-poll {}

.col-md-4 .no-image .two-50 > .region {
	width:auto;
}
.col-md-section .two-33-66.no-image .region-two-33-66-bottom {display:block}
.col-md-4.no-image div.two-50 > div {display:block; width:auto;}
/* =============================================================================
 *   Comment Styling - Comments, comment wrapper, comment form
 * ========================================================================== */

/*
 * Wrapper for the list of comments and its titles
 */
#comments {
  margin: 1.5em 0;
}

#comments h2 {}

#comments h2.comment-title {
  margin: 0;
}

#comments h2.comment-form {
  margin: 0;
}

/*
 * Wrapper for a single comment
 */
.comment {
  margin-bottom: 20px;
}

.comment.first {}

.comment.last {}

.comment.odd {}

.comment.even {}

.comment .user-picture {}

.comment .submitted {}

.comment .submitted p {}

.comment .submitted .username {}

.comment .submitted time {}

.comment .user-signature {}

.comment ul.links {}

/*
 * Comment title
 */
.comment-title {
  margin: 0;
}

/*
 * Comment states
 */
.comment-new {}

.comment-by-anonymous {}

.comment-by-node-author {}

.comment-by-viewer {}

.comment-title-hidden {}

.comment-with-picture {}

.comment-with-signature {}

/*
 * Preview of the comment before submitting new or updated comment
 */
.comment-preview {}

/*
 * "New" marker for comments that are new for the current user
 */
.new {
  color: #c00;
}

/*
 * Nested comments are indented
 */
.indented {
  margin-left: 40px;
}



/* =============================================================================
 *   Forms
 * ========================================================================== */

/*
 * Wrapper for a form element (or group of form elements) and its label
 */
.form-item {}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}

.form-item label {
  font-weight: 700;
}

.form-item label.option {}
.form-item.form-item-sort-by select,
.form-item-sort-order label {display:none;}
.form-item-sort-order select {
	background:none;
	outline:none;
	border:none;
	-moz-appearance:window;
	-webkit-appearance:none;
}
.form-item-sort-order select::-ms-expand {
    display: none;
}
.form-item-sort-order {
	/*width: 60px;
	overflow: hidden;*/
}
.form-item-sort-order option {
	/*padding-right:15px;*/
}
/*
 * Highlight marks and form required mark
 */
.marker,
.form-required {
  color: #c00;
}

.form-item .description {
  font-size: 0.85em;
}

.form-checkboxes .form-item,
.form-radios .form-item {}

/*
 * The submit button
 */
.form-submit {}

.container-inline div,
.container-inline label {
  display: inline;
}

/*
 * Define consistent borders
 */
fieldset {
  border: 1px solid #ccc;
}

/*
 * Tips for Drupal's input formats
 */
.tips {}

/*
 * Buttons used by contrib modules like Media
 */
a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/*
 * Password confirmation
 */
.password-parent,
.confirm-parent {
  margin: 0;
}

/*
 * Remove the way webkit will make buttons and fields look on iOS devices and Safari
 */

input[type="text"], input[type="tel"], input[type="email"], input[type="submit"], input[type="search"], textarea {
    border-radius: 0px;
    -webkit-appearance: none;
}


/* =============================================================================
 *   Tables
 * ========================================================================== */

table {
  margin: 0;
  padding: 0;
  width: 100%;
}

table.sticky-header {
  z-index: 10;
}

table,
thead,
tbody,
tr,
th,
td {
  border-color: #ccc;
}

table,
td,
th {
  vertical-align: middle;
}

caption,
th,
td {
  text-align: left;
}

thead tr {
  font-weight: 700;
  background-color: #e5e5e5;

}

td,
th {
  border-bottom: 0;
  margin: 0;
  padding: 8px 7px;
}

tbody {}

tbody tr {
  border-top: 1px solid #ccc;
}

tr.odd {
  background: #fff;
}

tr.info,
tr.even,
tr:nth-child(2n+2) {
  border-bottom: 0;
  background-color: #f5f5f5;
}

tr.drag {}

tr.drag-previous {}

tr.odd td.active {
  background-color: #eee;
}

tr.even td.active {
  background-color: #ebebeb;
}

.lt-ie8 tr {}

.lt-ie8 tr.even,
.lt-ie8 tr.odd {}

.lt-ie8 tr.even th,
.lt-ie8 tr.even td,
.lt-ie8 tr.odd th,
.lt-ie8 tr.odd td {
}

/*
 * Forum tables
 * Core sets white-space to nowrap, which makes no sense
 */
#forum td {}

#forum td.created,
#forum td.posts,
#forum td.topics,
#forum td.last-reply,
#forum td.replies,
#forum td.pager {
  white-space: normal;
}



/* =============================================================================
 *   Messages
 * ========================================================================== */

/* Left and right margin are set by the global gutter width */
div.messages {
  margin-bottom: 10px;
  margin-top: 10px;
}

div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

div.status {}

div.warning {}

tr.warning {}

div.error,
tr.error {}

.error {}

.warning {}

/*
 * Unpublished nodes
 */
.node-unpublished,
.comment-unpublished {}

.node-unpublished,
.comment-unpublished {}

.node-unpublished p.unpublished,
.comment-unpublished p.unpublished {
  color: pink;
  color: rgba(239, 170, 170, 0.4);
  font-family: Impact,"Arial Narrow",Helvetica,sans-serif;
  font-size: 75px;
  font-weight: bold;
  height: 0;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
}

/*
 * Otherwise these elements will appear below the "Unpublished" text
 */
.lt-ie8 {}

.lt-ie8 .node-unpublished > *,
.lt-ie8 .comment-unpublished > * {
  position: relative;
}


/* =============================================================================
 *    Maintenance pages
 * ========================================================================== */

.maintenance-page {}
.maintenance-page .container {
  padding: 40px 0;
}

.maintenance-page #site-name,
.maintenance-page #page-title {
  margin: 0;
}

.db-offline {}

.db-offline .container {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  max-width: 960px;
}

.db-offline div.messages {
  margin: 20px 0 0;
}

.db-offline #content {
  padding: 20px 0;
}


/* =============================================================================
 *   Misc overrides for contrib modules
 * ========================================================================== */
.region-inner,
.one-column {
	display:block;
}
/*
 * Admin menu overrides
 */
#admin-menu {
  margin: 0;
  padding: 0;
}

/*
 * Devel Module
 */
.dev-query {
  background: #eee;
  padding: 30px;
}

/*
 * Styleguide module tweaks
 */
#styleguide-header {
  padding: 0 10px;
}

#styleguide-header .item-list {
  font-family: inherit;
  margin: 0 20px 20px 0;
  min-height: 260px;
  width: auto;
}
/*#watch-now-header{margin-top:30px;}*/
#watch-now-header span{
	background:#fff;
	padding:10px;
	font-family: 'ProximaNovaRgBoldIt', Arial, serif;
	color:#181818;
	margin-left:-10px;
}
#watch-news-live {
	/*height:170px;*/
	margin:15px 0 30px;
	/*width:300px;
	height:200px;*/
	/*min-width:300px;*/
}
.page-node-254861 #watch-news-live {text-align:center}
.page-node-254861 #watch-news-live iframe {
	width:100% !important;
}
#watch-news-live span {max-width:100%; width:100%;}
/* =============================================================================
 *   Special/Exception Styles
 * ========================================================================== */
 
/****OVERWRITING THEME RESPONSIVE******/
.ias-trigger-prev {width:100%;max-width:960px; margin:30px auto 0;}

.panels-ipe-region {width:100%;}

.container,
.breaking-news {width:100%;max-width:960px;margin:0 auto;}
.breaking-news{margin:30px auto;}
.close-breaking-news {
	
}
body.node-type-section-landing-page .breaking-news {margin-top:0;}
#special-coverage {
	margin-left:20px;
	margin-bottom:-10px;
	margin-top:10px;
	color:#fff;
	text-transform:uppercase;
	font-size:20px;
}
.view-display-id-news_special_coverage {margin-bottom:30px;}
.view-display-id-news_special_coverage .views-row {
	position:relative;
	overflow:hidden;
}
.view-display-id-news_special_coverage .no-bid-image{display:none;}
.view-display-id-news_special_coverage .no-bid .no-bid-image {display:block;}

#special-coverage,
.view-display-id-news_special_coverage .no-bid-image,
.view-display-id-news_special_coverage .views-field {
	z-index:2;
	position:relative;
}
.view-display-id-news_special_coverage .views-field-title a {
	color:#fff;
	font-family: 'ProximaNovaThExtrabold', Arial, serif;
	font-size:31px;
	line-height:34px;
	padding:10px;
	display:block;
	margin-left: 10px;
	margin-bottom:10px;
}
.view-display-id-news_special_coverage .views-field-field-multimedia {
	position:absolute;
	width:100%;
	z-index:1;
	background:#000;
	height: 100%;
}
.view-display-id-news_special_coverage .views-field-field-multimedia img {
	opacity:0.2;
}
.view-display-id-news_special_coverage .no-bid-image,
.view-display-id-news_special_coverage .views-field-field-bright-cove-video-id {
	width:65%;
	float:left;
	font-size:0;
}

.view-display-id-news_special_coverage .no-bid-image > div > div,
.view-display-id-news_special_coverage .views-field-field-bright-cove-video-id > div {
	margin:0 30px 20px 20px;
}
.view-display-id-news_special_coverage .views-field-field-bright-cove-video-id .brightcove-container {margin-bottom:0;}
.view-display-id-news_special_coverage .views-field-body {
	width:35%;
	float:right;
	color:#fff;
}
.view-display-id-news_special_coverage .views-field-body > div {
	margin-right:30px;
}
.trending-stories .view-header p,
.view-display-id-latest_blog_posts .view-header p,
.view-display-id-latest_blog_posts_world .view-header p,
.view-display-id-news_blog_entries .view-header p,
.view-display-id-latest_news_blog_entry .view-header p {
	font-family: 'ProximaNovaRgBold', Arial, serif;
	margin:30px 0 15px;
	text-transform:uppercase;
}

.trending-stories .views-row,
.view-display-id-latest_blog_posts .views-row,
.view-display-id-latest_blog_posts_world .views-row,
.view-display-id-news_blog_entries .views-row,
.view-display-id-latest_news_blog_entry .views-row {
	margin-bottom:15px;
	margin-left:15px;
	line-height:20px;
	font-size:16px;
}
.views-field-field-top-category,
.views-field-field-cbnnews-category {
	display:none;
}
.video-page-btns {clear:both;}
.video-page-btns a {
	color:#E1E1E1;
	font-family: 'ProximaNovaRgBold', Arial, serif;
	display:block;
	float:left; 
	margin-right:10px;
	margin-bottom:30px;
	padding:3px 10px;
	text-transform:uppercase;
	font-size:17px;
}
.video-page-btns a.active {
	background:#777;
}
.at-panel .region {
    /*display: block !important;
    float: none !important;*/
	clear:none;
	vertical-align:top;
	display: inline;
	float: left;
}
.two-50 > .region {
	width:50%;
}
.region-two-66-33-bottom {
	padding-top:15px;
}
.bscontainer-fluid.container {
	
}
.at-panel .two-66-33 > .region-two-66-33-second {
	float:right;
	display: inline;
	width: 33.3333%;
	width:300px;
}
.at-panel .two-66-33 > .region-two-66-33-second > .region-inner > div {
	/*max-width:300px;
	float:right;*/
}
.top-content-wrapper{
	/*background:url("../images/header.jpg") no-repeat #dadbdd;
	background-position:center 0px;

	background: -moz-linear-gradient(top,  #dadbdd 0%, #c1c1c1 100%);
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dadbdd), color-stop(100%,#c1c1c1));
	
	background: -webkit-linear-gradient(top,  #dadbdd 0%,#c1c1c1 100%);
	
	background: -o-linear-gradient(top,  #dadbdd 0%,#c1c1c1 100%); 
	
	background: -ms-linear-gradient(top,  #dadbdd 0%,#c1c1c1 100%); 
	
	background: linear-gradient(to bottom,  #dadbdd 0%,#c1c1c1 100%); 
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadbdd', endColorstr='#c1c1c1',GradientType=0 );*/
	background:#dadbdd;
	
	width:100%;
	min-height:50px;
}
.ias-trigger-prev a {
	display:none;
	/*padding:15px;
	background:#f8f8f8;
	color:#777;
	border:1px solid #777;
	border-radius:7px;*/
}
.top-content-wrapper > div {position:relative;}
.top-content-wrapper,
.top-content-wrapper a {
	color:#fff;
}
.top-content-wrapper #extras {
	float:right; 
	color:#d5d5d5; 
	font-size:13px;
	padding-top:10px;
}
.top-content-wrapper #extras .link {
	float: left;
	margin-top: 4px;
}
.top-content-wrapper #extras .link a {
	color:#01a2d6; 
}
.top-content-wrapper #extras .link.subscribe > div{
	padding:0 5px 0px 15px;
}
.top-content-wrapper #extras .link.follow{margin-right:25px;}
.top-content-wrapper #extras .link.follow > div{
	padding:0 5px 0px 25px;
}
.mobile-search{display:none; cursor:pointer;}
#tab-search-icon {
	display:none;
}
#tab-search-icon-clicked{display:none;}
#login-link {
	position:absolute; 
	right:0; 
	top:4px;
	font-size: 14px; 
	color:#999;
	line-height: 22px;
	min-width:70px;
}
#login-link img {display:inline;}
#login-link a {
	color:#999;
}
#tag-line {
	text-align:center; 
	font-size:13px;
	line-height:14px;
	margin:3px 0 0;
	text-transform:uppercase;
	color:#e7ecee;
}
#tag-line span {
	font-size:12px;
}
.top-content-wrapper #extras img{vertical-align:middle;margin-top: -3px;}
.top-navigation-wrapper #header {background:#fff; }
span.section-title {
	font-family: 'ProximaNovaThExtrabold', Arial, serif;
	font-size:32px;
	margin:20px 0 0px;
	line-height:normal;
	color:#0ca3d4;
	display:block;
}

#cbnnews-shows {float:right; padding:5px 0;}
#cbnnews-shows a {
	font-size:13px;
	color:#181818; 
}
#cbnnews-shows li {margin-right:5px;}
#cbnnews-shows li.last {margin-right:0;}
#cbnnews-shows a.last{margin:0;}
#cbnnews-shows #emphasis {
	font-style:italic;
}

/* =============================================================================
 *   NAVIGATION
 * ========================================================================== */
#secondary-menu{display:none;}
.cbnnews-mobile-menu {
	float:right;
	clear:right;
	/*width:100%;*/
	margin: -5px 0px;
	border-top:1px solid #EAEAEA;
    -webkit-background-clip: padding-box; 
    background-clip: padding-box;
}
.cbnnews-mobile-menu ul.menu li a {
	font-family: 'ProximaNovaThExtrabold', Arial, serif;
	color:#181818;
	text-transform:uppercase;
	font-size:15px;
	text-decoration:none;
	line-height: initial;
}
.cbnnews-mobile-menu ul.menu li .active-trail > a.active
.cbnnews-mobile-menu ul.menu li a.active,
.cbnnews-mobile-menu ul.menu li a:hover {color:#0ca3d4;}
.cbnnews-mobile-menu ul.menu li .active-trail.active{color:#0ca3d4 !important;}
.cbnnews-mobile-menu ul.menu li.first a {
	padding-left:0;
}
.cbnnews-mobile-menu ul.menu li.last a{
	border:none;
}
.cbnnews-mobile-menu ul.menu li.last{padding-right:0;margin:0;}
#primary-menu-bar h2 {margin:2px 0px 3px;}
#primary-menu-bar h2 > a {
	padding-left:30px;
	padding-top:1px;
	color:#999;
	background:url("../images/grey3-bar.png") 0px center no-repeat;
	text-transform:none;
	cursor:pointer;
	font-size:14px;
}

.cbnnews-mobile-menu ul.menu {padding:0;margin:4px 0px 2px; display:block;}
.cbnnews-mobile-menu ul.menu li{
	display: inline;
	float: left;
	list-style: outside none none;
	margin: 0;
	position:relative;
	line-height: initial;
}
/*.cbnnews-mobile-menu > ul.menu > li{margin-bottom:5px}*/
.cbnnews-mobile-menu ul.menu li{padding:0; margin-right:8px;}
.cbnnews-mobile-menu.hasToggle ul.menu,.cbnnews-mobile-menu.hasToggle ul.menu li {
	display:block;
	float:none;
}
.cbnnews-mobile-menu li.expanded > ul,
.cbnnews-mobile-menu.hasToggle ul.menu{display:none}
.cbnnews-mobile-menu li > a{padding-right:12px !important;}
.cbnnews-mobile-menu li.expanded > a {
	background:url('../images/menu-expanded-black.png') no-repeat right 5px;
	padding-bottom:11px;
}
.cbnnews-mobile-menu li.expanded > ul {
	position:absolute;
	z-index:100;
	background:#eee;
	width:150px;
	right:0;
	border:1px solid #d2d2d2;
	border-top:none;
	top:20px
}
.cbnnews-mobile-menu li.expanded > ul li {width:100%; display:block;}
.cbnnews-mobile-menu li.expanded > ul li.menu-item-282521{display:none;}

.cbnnews-mobile-menu ul.menu li.expanded > ul.menu li a {
	margin:0px 10px !important;
	text-transform:none !important;
	color:#333 !important;
	font-size:17px !important;
	display:block;
	text-decoration:none; 
	border-top:1px solid #D2D2D2;
	padding:5px 0;
}
.cbnnews-mobile-menu ul.menu li.expanded > ul.menu li.first a {border-top:0;}
.cbnnews-mobile-menu ul.menu li.expanded > ul.menu li a:hover {
	color:#0ca3d4 !important;
}
#primary-menu-bar ul.menu li.first a {
	padding-left:0px;
}
#secondary-menu-bar > ul .link,
#secondary-menu-bar > ul #cbnhome,
.mobile-toggle-btn {
	display:none;
	float:left;
}

.mobile-toggle,
.cbnnews-mobile-menu ul.menu li.expanded > ul.menu li a.all-blogs,
.cbnnews-mobile-menu ul.menu li.expanded > ul.menu li a.all-shows,
.cbnnews-mobile-menu ul.menu .shows-dropdown,
.cbnnews-mobile-menu ul.menu .more-dropdown {display:none;}
/*#secondary-menu-bar.cbnnews-mobile-menu ul.menu li.expanded > ul.menu li a[href*=blog]*/
/* =============================================================================
 *   Primary Menu Styles
 * ========================================================================== */
#primary-menu-bar ul.menu li.active a, 
#primary-menu-bar ul.menu li.active-trail a {
	color:#ccc !important;
}
#primary-menu-bar ul.menu li a {
	padding:5px 10px;
	font-size:14px;
}
#primary-menu-bar ul.menu li.first a {
	padding-left:0;
}
/* =============================================================================
 *   Fixed Navbar Styles
 * ========================================================================== */
 #fixed-menu-bar {
	position:fixed;
	z-index:101;
	width:100%;
	background:#dadbdd;
	top:0;
	display:none;
 }
 .admin-menu #fixed-menu-bar {
	 top:30px;
 }
 .cbnnews-menu {
	/*width:100%;*/
	margin:0 auto;
}
.cbnnews-menu #float-logo {
	float:left;
	text-align:center;
}
.cbnnews-menu #float-logo img {
	width:80%;
	vertical-align:middle;
	padding:5px;
	min-width: 100px;
	max-width:100px;
}
.cbnnews-menu #top-arrow {
	float:left;
	margin:0 20px;
	cursor:pointer;
}
.cbnnews-menu #top-arrow img {
	width:35px;
	height:auto;
	padding:10px 6px;
	vertical-align:middle;
}
#fixed-menu-bar #fixed-search {
	float:left;
	margin-left: 17px;
}
#fixed-menu-bar #fixed-search #search-icon {
	top:3.2px;
}
#fixed-menu-bar #fixed-search input {
	outline: none;
    border: 1px solid #bbb;
    background: none;
    padding: 6px;
    height: 15px;
    width: 177px;
}
#fixed-menu-bar #search-container {
	position:relative;
	background:#fff;
	margin:11px 0 10px 1px;
}

.cbnnews-menu ul.menu {
	float:left;
	margin:15px 0 10px 11px;
	padding-left: 0;
}
.cbnnews-menu > ul > li > ul.menu  {
	margin-left:0;
}
.cbnnews-menu ul.menu li a {
	font-family: 'ProximaNovaThExtrabold', Arial, serif;
	color:#181818;
	text-transform:uppercase;
	font-size:18px;
	text-decoration:none;
	line-height: initial;
}
.cbnnews-menu ul.menu li.expanded .menu {
	position:absolute;
	background:#dadbdd;
	z-index:1;
}
.cbnnews-menu ul.menu li.expanded .menu li {
	padding:8px 0;
}
.cbnnews-menu ul.menu li .active-trail > a.active
.cbnnews-menu ul.menu li a.active,
.cbnnews-menu ul.menu li a:hover {color:#0ca3d4;}
.cbnnews-menu ul.menu li .active-trail.active{color:#0ca3d4 !important;}
.cbnnews-menu ul.menu li.first a {
	padding-left:0;
}
.cbnnews-menu ul.menu li.last a{
	border:none;
}
.cbnnews-menu ul.menu li{
	display: inline;
	float: left;
	list-style: outside none none;
	margin: 0;
	position:relative;
	line-height: initial;
}
.cbnnews-menu li > a{padding-right:17px !important;}
.cbnnews-menu li.expanded > a {
	background:url('../images/menu-expanded-black.png') no-repeat right 5px;
	padding-bottom:11px;
}
#fixed-menu-bar .politics-section,
#fixed-menu-bar .health-section,
#fixed-menu-bar .entertainment-section,
#fixed-menu-bar .shows-dropdown,
#fixed-menu-bar .blogs-dropdown,
#fixed-menu-bar ul.menu .expanded ul {
	display: none;
}
#fixed-menu-bar ul li.expanded,
#fixed-menu-bar ul li.leaf{padding: 0;}
#fixed-menu-bar ul li.expanded ul li {
	padding:10px 15px;
}
 
/* =============================================================================
 *   Headline
 * ========================================================================== */
.page-title {
	font-family: 'ProximaNovaThExtrabold', Arial, serif;
	font-size:56px;
	margin:10px 0;
	line-height:63px;
	color:#444;
	
}
.node-cbn-news .section-title a {
	display:none;
	text-transform: uppercase;
	font-size: 18px;
}

.node-cbn-news.first .page-title {
	margin-right:100px;
}
.page-title a {
	color:#444;
}
.field-name-field-author{float:left}
.field-name-field-author:before,
.field-name-field-author-name-ref:before {
	content:" - ";
	display:inline;
	padding-left:5px;
}
.field-name-field-author > .field-items,
.field-name-field-author-name-ref > .field-items {
	float:right;
	padding-left:5px;
	font-family: 'ProximaNovaRgBold', Arial, serif;
	font-size:16px;
}
.field-name-changed-date > .field-items,
.field-name-field-news-publish-date > .field-items {
	color:#6e6e6e;
}
.field-name-field-author > .field-items .field-item,
.field-name-field-author-name-ref > .field-items .field-item {
	float:left;
	margin-right:10px;
}
.field-name-social-media {position:relative}
.field-name-social-media .wrapper {
	width:auto !important;
	position:absolute;
	right:0;
	background:#fff;
	padding-left:15px;
	top:0px;
}
.field-name-field-around-the-web a {
	color:#444;
}
.field-name-field-keywords-tags,
.field-name-field-news-meta-keywords{display:none;}
.field-name-field-around-the-web .field{line-height:22px;}
.field-name-field-around-the-web > .field-items > .field-item {
	width:50%;
	float:left;
}
.field-name-field-around-the-web > .field-items > .field-item.odd {
	float:right;
}
.field-name-field-around-the-web > .field-items > .field-item.odd > div {
	margin-left:30px;
}
.field-name-field-story-author {margin-top:-5px;}
.field-name-field-related-news-heading {
	font-family: 'ProximaNovaRgBold', Arial, serif;
	text-transform:uppercase;
	margin:30px 0;
}
body .Focus,body .MustSee,body .WatchLive {
	background:#0CA3D4;
	color:#fff;
	/*font-family: "ProximaNovaRgBoldIt",Arial,serif;*/
	font-size:15px;
}
body .Opinion, body .Analysis, body .Update, body .Commentary
{
	background:#999; 
	color:#fff;
	/*font-family: "ProximaNovaRgItalic",Arial,Helvetica,sans-serif;*/
	font-size: 15px; 
}
.news-heading {margin-right:5px; display:none; font-size:18px !important; margin:3px 5px -2px 0px; padding:2px 5px; background:#999; color:#fff}
.field-name-field-news-heading{display:none}
.node-cbn-news.node-full .field-name-field-news-heading, .cbnnews-minor-heading {
	display:block;
	clear:both;
	font-family: 'ProximaNovaThExtrabold', Arial, serif;
	font-size:21px;
	text-align:left;
	margin:10px auto 0;
	text-transform:uppercase;
}
.node-cbn-news.node-full .field-name-field-news-heading {
	display: inline-block;
	color:#333;
	margin-left: 15px;
	font-size: 18px;
}

.field-name-field-news-heading.focus,
.field-name-field-news-heading.mustsee,
.field-name-field-news-heading.watchlive {
	color:#087294;
}
.field-name-field-news-heading.opinion,
.field-name-field-news-heading.analysis,
.field-name-field-news-heading.update {
	color:#444444;
}
.BreakingNews.news-heading,
.BreakingNews.news-heading a {
	background:#F14747;
	color:#fff;
}
.Developing.news-heading,
.Developing.news-heading a {
	background:#eec844;
	color:#181818;
}

.QuickHits.news-heading,
.QuickHits.news-heading a,
.Exclusive.news-heading,
.Exclusive.news-heading a {
	background:#0CA3D4;
	color:#fff;
}

.HappeningNow.news-heading,
.HappeningNow.news-heading a {
	background:#087294;
	color:#fff;
}
.AP.news-heading,
.AP.news-heading a,
.InsideIsrael.news-heading,
.InsideIsrael.news-heading a {
	background:#999;
	color:#fff;
}

.view-id-section_top_stories_list.view-display-id-panel_pane_1 .news-heading {display:inline-block;}
.featured-videos {position:relative; margin-bottom:10px; margin-top:-25px; overflow:hidden; min-height:200px;}
.featured-right-arrow,
.featured-left-arrow {
	background-repeat:no-repeat;
	background-position: center center;
	width:40px;
	height:143px;
	position:absolute;
	top:10px;
	z-index:10;
	background-color:rgba(0,0,0,0.30);
	cursor:pointer;
	transition:ease-out;
}
.nav-arrow.beginning,
.nav-arrow.end {
	opacity:0.5;
	background-color:rgba(0,0,0,0.50);
}
.featured-right-arrow:hover,
.featured-left-arrow:hover {
	background-color:rgba(0,0,0,0.60);
}
.no-arrows .nav-arrow{display:none;}
/*.no-arrows .featured-videos {display:none;}*/
.featured-left-arrow{left:0;background-image:url('../images/white_l-arrow-thick.png');}
.featured-right-arrow{right:0;background-image:url('../images/white_r-arrow-thick.png');}
.field-name-field-news-article-videos {
	position:relative;
	overflow:auto;
}
.no-arrows .field-name-field-news-article-videos {
	margin:0;
	background:none;
}
.no-arrows .featured-videos {
	height:auto !important;
}
.field-name-field-news-article-videos > .field-items > .field-item {
	float:left;
	width:223px;
}
.field-name-field-news-article-videos > .field-items > .field-item:first-child {
	margin-left:-10px;
}
.field-name-field-news-article-videos > .field-items > .field-item:last-child {
	margin-right:-10px;
}
.field-name-field-news-article-videos > .field-items > .field-item img {margin-bottom:5px; height:143px;}
/*.field-name-field-news-article-videos .container,
.field-name-field-news-article-videos .two-66-33 > .container.two-66-33 > .region-two-66-33-first { max-width:none; width:auto;}*/
.field-name-field-news-article-videos > .field-items > .field-item {
	padding:10px;
	box-sizing:border-box;
	position:relative;
	margin-right:-10px;
}
.field-name-field-news-article-videos > .field-items > .field-item img.play-btn {
	position:absolute;
	left:50%;
	top:50%;
	width:40px;
	height:40px;
	margin:-20px 0 0 -20px;
	cursor:pointer;
}
.active-video img.play-btn {
	display:none;
}
.field-name-field-news-article-videos > .field-items > .field-item .node {margin:0;}
.nowPlaying {
	background:#0CA3D4;
	color:#fff;
	font-family: 'ProximaNovaRgBold', Arial, serif;
	position:absolute;
	bottom:5px;
	right:0;
	font-size:14px;
	padding:0 5px;
}
.field-name-field-news-article-videos > .field-items > .field-item .field-name-field-multimedia img {
    vertical-align: middle;
}
.field-name-field-news-article-videos > .field-items > .field-item .field-name-field-multimedia{position:relative;}
.field-name-field-news-article-videos > .field-items > .field-item > div h2 {
	font-size:14px;
	line-height:18px;
	text-transform:none;
}
.field-name-field-news-article-videos > .field-items > .field-item > div h2 a {color:#444;}
.pane-node-field-around-the-web {
	margin:0 0 30px !important;
}
.pane-node-field-around-the-web .block-title {
	font-family: 'ProximaNovaRgBold', Arial, serif;
	font-size:22px;
}
.header-ad * {text-align:center}
.header-ad,
#section-leaderboard {
	min-height:90px;
}
.header-ad > div {display:block !important; margin: 30px 0px;}
#companion > div {margin:0 auto 30px;}
.separator{border-top:1px solid #ccc; clear:both;}
/* =============================================================================
 *   Taxonomy
 * ========================================================================== */
.node-blog .category-wrapper {margin-top:30px;}
.category-wrapper {
	background:url("../images/horizontal-diagbars.png");
}
.category-wrapper .container .field-item {
	background:#fff;
	padding-right: 10px;
	float:left;
}
.category-wrapper .container .field-item:first-child {
	padding-left:15px;
	margin-left:-15px;
}
.category-wrapper .container .field-item a {
	color:#fff;
	background:#0ca3d4;
	text-transform:uppercase;
	padding:0px 4px;
	font-family: 'ProximaNovaRgBold', Arial, serif;
	font-weight:bold;
	display: block;
	font-size:14px;
}
.view-comment > img {display:none;}
.view-comment.closed .closed {display:inline;}
.view-comment.open .open {display:inline;}

/* =============================================================================
 *   Views Related Styles
 * ========================================================================== */
.view-top-cbn-news-stories {
	border:1px solid #dadbdc;
	padding:5px 15px;
	font-family: 'ProximaNovaSbold', Arial, serif;
	color:#444;
	margin-bottom:30px;
}
.view-top-cbn-news-stories .title {
	margin-bottom:5px;
}
.view-top-cbn-news-stories ul,.view-top-cbn-news-stories li {
	list-style:none;
	margin:0;
}
.view-top-cbn-news-stories ul li {
	margin:0;
	font-family: "ProximaNovaRgBold",Arial,serif;
	font-size:17px;
}
.view-top-cbn-news-stories ul li a {
	color:#444;
}
.view-top-cbn-news-stories ul li h4 {line-height:21px;}
.view-top-cbn-news-stories ul li .views-field {
	float:left;
	margin-bottom:15px;
}
.view-top-cbn-news-stories ul li .views-field-field-multimedia {
	width:33.3333%;
}
.view-top-cbn-news-stories ul li .views-field-title {
	width:62.66667%;
	margin-left:4%;
	line-height: 21px;
}
.view-top-cbn-news-stories ul li .views-field-title a {display:block}
.view-top-cbn-news-stories ul li.no-image .views-field-title {
	width:auto;
	margin-left:0;
}
.view-top-cbn-news-stories .node-cbn-news.node-double-column-block img,
.view-top-cbn-news-stories .node-blog.node-double-column-block img {margin:0;}
.view-top-cbn-news-stories .node-cbn-news.node-double-column-block,
.view-top-cbn-news-stories .node-blog.node-double-column-block {
	margin:0 0 15px;
}
.view-top-cbn-news-stories h2 {
	color:#777;
	font-family: 'ProximaNovaRgbold', Arial, serif;
}
.view-display-id-related_news_articles .views-row {
	width:48%;
	float:left;
	margin-right:2%;
	margin-bottom:30px;
}
.field-name-body .related-articles {
	height:85px;
	overflow:hidden;
	margin-top:20px;
	position:relative;
}
.field-name-body .related-articles.hide-arrows,
.field-name-body .view-display-id-related_news_articles,
.field-name-body .related-articles.hide-arrows .view-display-id-related_news_articles > div {
	height:auto !important;
	width:auto !important;
}

.field-name-body .related-articles > .field-items {
	z-index:5;
	box-sizing:border-box;
	padding:0 30px;
}
.field-name-body .related-title {
	text-align:center;
	margin-bottom:-10px;
	color:#727272;
	font-family: 'ProximaNovaSBold', Arial, serif;
	font-style:italic;
	font-size:19px;
}
.related-left-arrow,
.related-right-arrow {
	left: 0;
    background: url(../images/white_l-arrow-thick.png) rgba(218,219,221,1) no-repeat center center;
	background-size:20px 20px;
    width: 20px;
    height: 85px;
    position: absolute;
    top: 0px;
    z-index: 10;
    cursor: pointer;
    transition: ease-out;
	
}

.related-left-arrow.beginning {
	background: url(../images/white_l-arrow-thick.png) rgba(218,219,221,0.5) no-repeat center center;
	background-size:20px 20px;
}
.related-right-arrow.end {
	background: url(../images/white_r-arrow-thick.png) rgba(218,219,221,0.5) no-repeat center center;
	background-size:20px 20px;
}
.hide-arrows .related-left-arrow,
.hide-arrows .related-right-arrow {
	display:none;
}
.field-name-body .related-articles.hide-arrows > .field-items {
	padding:0;
}
.related-right-arrow {
	right:0;
	left:auto;
	background-image: url(../images/white_r-arrow-thick.png);
}
.field-name-body .related-title span {
	display:inline-block;
}
hr.related-border {
	width:90px;
	border:0;
	height:1px;
	background:#727272;
	margin:10px auto;
}
hr.related-border {
	margin-bottom:30px;
}
.field-name-body .view-display-id-related_news_articles {
	height:120px;
	overflow-x:scroll;
	overflow-y:hidden;
}
.field-name-body .view-display-id-related_news_articles::-webkit-scrollbar {
 display: none;
}
.field-name-body .hide-arrows .view-display-id-related_news_articles {
	overflow:hidden;
}
.field-name-body .view-display-id-related_news_articles > div {
	height:120px;
}
.field-name-body .view-display-id-related_news_articles .views-row {
	width:300px !important;
}
.field-name-body .view-display-id-related_news_articles .region-two-33-66-first {
	width:33.3333% !important;
}
.field-name-body .view-display-id-related_news_articles .region-two-33-66-second {
	width:64% !important;
}
.field-name-body .view-display-id-related_news_articles .no-image .region-two-33-66-second {
	width:auto !important;
}
.field-name-body .view-display-id-related_news_articles .views-row-odd {
	clear:none;
}
.view-display-id-related_news_articles .views-row-odd {
	clear:left;
}
.view-display-id-related_news_articles .views-row .node {
	margin-top:0;
}
.view-display-id-related_news_articles .views-row .node .field-name-title {margin-left:0}
.view-display-id-related_news_articles .views-row .node .field-name-field-multimedia img { margin-bottom:0; }
.view-display-id-related_news_articles .views-row .field-name-title h4 {
	font-family: "ProximaNovaRgBold",Arial,serif;
	font-size: 17px;
	margin: 0px;
	line-height: 21px;
	color: #444;
	display: block;
	text-transform: none;
}
.view-display-id-related_news_articles .views-row .field-name-title h4 a {color:#444;}
.pane-cbn-news-around-the-web h2.block-title {
	font-family: 'ProximaNovaRgBold', Arial, serif;
}
.node.node-external-link a {
	font-family: "ProximaNovaRgBold",Arial,serif;
    font-size: 17px;
    margin: 0px;
    line-height: 21px;
    color: #444;
    display: block;
}
.pane-cbn-news-around-the-web ul {
	padding:0;
}
.pane-cbn-news-around-the-web ul .views-row {
	float:left;
	width:45%;
}
.pane-cbn-news-around-the-web ul .views-row .views-field {
	color:#444;
	font-size:15px;
	margin-bottom:-7px;
}
.pane-cbn-news-around-the-web ul .views-row-even {
	clear:right;
}
.view-display-id-section_page_more_content .views-row {
	width:50%;
	float:left;
}
.view-display-id-section_page_more_content a {
	color:#444;
	display:block;
	margin:2px 0;
	font-family: 'ProximaNovaReg', Arial, serif;
	font-size:16px;
	margin-right:15px;
}
.view-display-id-section_page_more_content .view-footer a {
	color:#01A2D6;
	font-family: 'ProximaNovaRgBold', Arial, serif;
	clear:both;
}
.view-display-id-section_page_more_content h3 {
	font-family: 'ProximaNovaThExtrabold', Arial, serif;
	text-transform:uppercase;
}
.breaking-news .field-content > a {
	background:#F14747;
	padding:8px 0px 8.5px 15px;
	display:block;
	box-sizing:border-box;
	position:relative;
	overflow:hidden;
}
.breaking-news table,
.breaking-news tbody,
.breaking-news tr {
	border:none;
}
.breaking-news a {color:#fff; display:block; text-decoration:none;}
.breaking-news a span {margin:0 5px 0 0; vertical-align:middle;}
.breaking-news #breaking {
	font-size:22px;
}
.breaking-news #breaking,
.breaking-news #read-now {
	font-family: 'ProximaNovaRgBold', Arial, serif;
}
.breaking-news #read-now {
	font-size:22px;
	display:block;
	font-family:"ProximaNovaThExtrabold",Arial,Helvetica,sans-serif;
}
#news-text,
.Watch.Live.alert {
	/*width:80%;*/
	background:#087294;
}
#read-more-container {
	background: #065E7A none repeat scroll 0% 0%;
	text-align:center;
}
#watch-now-container {
	background:#07617f;
	text-align:center;
}
.breaking-news #breaking {
	font-size:34px;
	line-height: 38px;
	text-decoration:none;
}
.breaking-news {
	color:#fff;
	font-family: "Merriweather",Arial,serif;
	text-decoration:none;
}
.node-type-section-landing-page .breaking-news {
	margin-bottom:30px;
}
.video-page-header-btns {
	font-family: 'ProximaNovaRgBold', Arial, serif;
	color:#D1D1D1;
	text-transform:uppercase;
	padding:5px 10px;
	margin-bottom:15px;
	display:block;
	float:left;
	margin-left:-10px;
}
.view-display-id-cbnnews_video_page > .attachment .view-content .views-row-1, .view-display-id-cbnnews_video_page > .attachment .view-content .views-row-1 div {
	clear:both;
}

.view-cbn-news-section-top-stories.view-id-cbn_news_section_top_stories {overflow:hidden;}

/*.view-display-id-news_show_clips > .view-content,
.view-display-id-news_show_clips_home > .view-content,*/
.black-gradient .view-content,
.view-display-id-news_video_keywords .view-content,
.view-display-id-shows_page_landing_player .view-content, 
.view-display-id-shows_page_player > .attachment .view-content, 
.view-display-id-shows_page > .attachment .view-content, 
.view-display-id-cbnnews_all_video > .attachment .view-content,
.view-display-id-show_only_video > .view-content,
.view-display-id-cbnnews_video_page > .attachment .view-content,
.view-display-id-news_landing_video > .view-content,
.view-id-news_christian_view.view-display-id-page_player > .view-content {
	background: #2a2a2a; /* Old browsers */

	background: -moz-linear-gradient(top,  #2a2a2a 0%, #575757 40%, #575757 62%, #2a2a2a 100%); /* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a2a2a), color-stop(40%,#575757), color-stop(62%,#575757), color-stop(100%,#2a2a2a)); /* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(top,  #2a2a2a 0%,#575757 40%,#575757 62%,#2a2a2a 100%); /* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(top,  #2a2a2a 0%,#575757 40%,#575757 62%,#2a2a2a 100%); /* Opera 11.10+ */
	
	background: -ms-linear-gradient(top,  #2a2a2a 0%,#575757 40%,#575757 62%,#2a2a2a 100%); /* IE10+ */
	
	background: linear-gradient(to bottom,  #2a2a2a 0%,#575757 40%,#575757 62%,#2a2a2a 100%); /* W3C */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#2a2a2a',GradientType=0 ); /* IE6-9 */
	
	color:#d1d1d1;
	padding:30px 15px 15px;
}
.view-empty .view {padding:0 !important;}
.black-gradient .view-content,
.view-id-news_christian_view.view-display-id-page_player > .view-content .views-field-title,
.view-display-id-news_video_keywords .view-content,
.view-display-id-news_landing_video > .view-content .views-field-title,
.view-display-id-shows_page_landing_player .view-content, 
.view-display-id-shows_page_player > .attachment .view-content, 
.view-display-id-shows_page > .attachment .view-content,
.view-display-id-cbnnews_all_video > .attachment .view-content .views-field-title,
.view-display-id-show_only_video > .view-content .views-field-title,
.view-display-id-cbnnews_video_page > .attachment .view-content .views-field-title {margin-bottom:16px}

.view-display-id-news_video_keywords .view-content .views-field-title a,
.view-display-id-shows_page > .attachment .view-content .views-field-title a,
.view-display-id-cbnnews_all_video > .attachment .view-content .views-field-title,
.view-display-id-show_only_video > .view-content .views-field-title,
.view-display-id-cbnnews_video_page > .attachment .view-content .views-field-title,
.view-display-id-news_landing_video > .view-content .views-field-title {
	margin-top:5px;
}

.black-gradient .view-content .views-field-title a,
.view-display-id-cbnnews_video_page > .attachment .view-content .views-field-title a,
.view-display-id-shows_page_landing_player .view-content .views-field-title a,
.view-display-id-shows_page > .attachment .view-content .views-field-title a {
	text-decoration:none;
}


.black-gradient .view-content .views-field-title a,
.view-id-news_christian_view.view-display-id-page_player .view-content .views-field-title a,
.view-display-id-news_video_keywords .view-content .views-field-title a,
.view-display-id-shows_page_landing_player .view-content .views-field-title a,
.view-display-id-shows_page > .attachment .view-content .views-field-title a,
.view-display-id-cbnnews_all_video > .attachment .view-content .views-field-title a,
.view-display-id-show_only_video > .view-content .views-field-title,
.view-display-id-show_only_video > .view-content .views-field-title a,
.view-display-id-cbnnews_video_page > .attachment .view-content .views-field-title a,
.view-display-id-news_landing_video > .view-content .views-field-title a {
	color:#d1d1d1;
	font-family: 'ProximaNovaThExtrabold', Arial, serif;
	font-size:32px;
	line-height:34px;
	display:block;
	margin-top:15px;
}
.view-display-id-news_landing_video > .view-content .views-field-body {
	font-size:14px;
}

.view-display-id-news_video_keywords .brightcove-container,
.view-display-id-shows_page > .attachment .brightcove-container,
.view-display-id-cbnnews_all_video > .attachment .brightcove-container,
.view-display-id-show_only_video > .view-content .brightcove-container,
.view-display-id-cbnnews_video_page > .attachment .brightcove-container,
.view-display-id-news_landing_video > .view-content .brightcove-container {
	margin:0;
}
.view-display-id-cbnnews_video_page > .attachment .brightcove-container {
}
.view-display-id-show_only_video .views-row{clear:both}
.view-display-id-show_only_video .views-row,
.view-display-id-news_landing_video .views-row {position:relative}

.view-display-id-show_only_video > .view-content .views-field-body,
.view-display-id-news_landing_video .views-field-body {margin-bottom:30px;}


.view-display-id-news_video_keywords .showpage-ad,
.view-display-id-show_only_video .showpage-ad,
.view-display-id-news_landing_video .showpage-ad {
	position:absolute;
	right:0;
	bottom:0;
}
.view-display-id-show_only_video .showpage-ad .container,
.view-display-id-news_landing_video .showpage-ad .container {
	width:320px;
	height:50px;
	min-width:0 !important;
}
.view-display-id-cbnnews_video_page ul.pager {margin-bottom:30px;}
.view-display-id-show_blog_page .views-field-title h1 {
	margin:0;
}
.view-display-id-show_blog_page .views-field-changed {
	font-family: 'ProximaNovaRgBold', Arial, serif;
	margin-bottom:-5px;
}
.view-display-id-show_blog_page .views-row {
	margin-bottom:30px;
}
.views-exposed-form .views-exposed-widget {
	padding-right:5px;
}
.views-exposed-widgets select {
	color:#5E5E5E;
}
.views-exposed-widgets label {
	color:#AAA;
}
.view-id-cbn_news_videos .views-widget-filter-field_top_category_tid select {
   border: 1px solid #111;
   background: transparent url(../images/dropdown-arrow.png) no-repeat right 10px center;
   width: 165px;
   padding: 5px;
   font-size: 16px;
   border: 1px solid #ccc;
   height: 34px;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   text-align:center;
   margin-right:10px;
} 
.view-id-cbn_news_videos .views-widget-filter-field_top_category_tid select option[value=All] {display:none;}
/*target Internet Explorer 9 and Internet Explorer 10:*/
@media screen and (min-width:0\0) { 
.view-id-cbn_news_videos .views-widget-filter-field_top_category_tid select {
        background:none;
        padding: 5px;
    }
}
#video-filters,#show-filters{clear:both; margin:15px auto;}
#video-filters a,#show-filters a {
	color:#444;
	padding:4px 12px;
	margin-right:15px;
	display:block;
	float:left;
	font-family: 'ProximaNovaRgBold', Arial, serif;
}
#video-filters a#all,#show-filters a#all{margin-left:-12px;}
#video-filters a#all.active,#show-filters a#all.active{margin-left:0;}

#video-filters a.active,#show-filters a.active {
	background:#DDD;
}
#bid{display:none}

.read-article {
	color:#bababa; 
	text-transform:uppercase; 
	font-size:15px;
	margin-left:5px;
	font-family:'ProximaNovaReg', Arial, serif;
	display:inline-block;
}
.more-archive a {
	width:75%;
	max-width:630px;
	margin:30px auto;
	display:block;
	text-align:center;
	text-decoration:none;
	color:#ccc;
	background:#eee;
	border:1px solid #ccc;
	font-family:"ProximaNovaThExtrabold",Arial,Helvetica,sans-serif;
	text-transform:uppercase;
	padding:10px 0;
}
div.view.view-cbn-news-videos.view-id-cbn_news_videos.view-display-id-featured_videos > div {
	background:none;
}
.section-tab {
	font-family:"ProximaNovaThExtrabold",Arial,Helvetica,sans-serif;
	text-transform:uppercase;
}
/*.view-display-id-cbnnews_video_page > .attachment .view-content .views-row .views-field {
	width:60%;
	float:left;
}*/
.next-video-element {
	width:40%;
	float:right;
}
.next-video-element img {
	width:150px;
}

.next-video-element a  {
	margin-left:30px;
	margin-bottom:15px;
	display:block;
	color: #bbb;
	font-family: "ProximaNovaRgBold",Arial,serif;
	font-size:21px;
	line-height:24px;
}
.upnext {
	font-family: "ProximaNovaRgBold",Arial,serif;
	font-size:15px;
	margin-left:30px;
	text-transform:uppercase;
	color: #bbb;
}
/* =============================================================================
 *   Comments
 * ========================================================================== */
div.gig-comments-headerLinks {display:none}
#commentsDiv,.gig-comments-container {
	width:100% !important;
	position:relative;
	margin-bottom:30px !important;
}
div.gig-comments-loginUI {
	width:auto !important;
}
#commentsDiv *{
	font-family: 'ProximaNovaReg', Arial, serif !important;
}
.comment-title {
	font-family: 'ProximaNovaRgBold', Arial, serif !important;
}
.comment-story {
	font-family: 'ProximaNovaRgBold', Arial, serif;
}
.gig-commentList,
.gig-comments-comments {
	display:none;
	max-height:300px;
	overflow:auto;
}
.node-type-section-landing-page .gig-commentList,
.node-type-section-landing-page .gig-comments-comments {
	display:block;
}
.ad-block > div {
	margin:0 auto;
	width:300px;
	height:250px;
	display:block !important;
}
.companion-ad {
	float:left;
	margin:15px 10px 15px 0;
}
.field-name-body .ad-block{display:none; clear:left;}
#top-mr{text-align:right; /*margin:0 -10px;*/}
.page-node-254861 #top-mr{text-align:center;}
#top-mr > div {display:block !important;}
#bottom-mr{margin-bottom:30px;}
.page-node-254861 #bottom-mr{margin-bottom:0;}
#bottom-mr > div {display:block !important;}

.node-type-cbn-news .ad-block.mr{margin-top:55px;}
.node-type-cbn-news .field-name-article-bottom-mr-ad .ad-block.mr{margin-top:30px;}
div.gig-comments-commentList-header-commentsCount {padding-top:0 !important;}

.comment-btn-text {
	width:100%;
	padding:15px 0;
	background:#F2F2F2;
	border:#bbb 1px solid;
	text-align:center;
	font-family: 'ProximaNovaRgBold', Arial, serif !important;
	text-transform:uppercase;
	color:#c4c4c4;
	cursor:pointer;
	margin:0px 0px 30px;
}
.comment-counter img,
.comment-btn-text img {
	vertical-align:middle;
	margin-top:-3px;
}
.comment-counter {
	position:absolute;
	top:15px;
	left:15px;
	color:#c4c4c4;
	min-width:70px;
}
.blue-comment {display:none;}
.hasComments {color:#0CA3D4;}
.hasComments img {display:none;}
.hasComments .blue-comment {display:inline;}
/* =============================================================================
 *   Form Items
 * ========================================================================== */
#email-signup,#mobile-search {
	background:#fff;
	float:left;
	position:relative;
	border:1px solid #bbb;
	padding-right:30px;
	outline:none;
}
#mobile-search {
	padding-right:0;
}
#email-signup input,#mobile-search input {
	border:none;
	outline:none;
	background:none;
	color:#444;
	padding:6px;
}
#search-icon {
	position:absolute;
	right:4px;
	top:3px;
	margin-top:0 !important;
}

/* =============================================================================
 *   Blockquote 
 * ========================================================================== */
 .block-quote {
	 font-family: 'ProximaNovaRgBoldIt', Arial, serif;
	 font-weight:bold;
	 text-align:center;
	 font-size:24px;
	 color:#888;	
	 margin-top:30px;
	 padding:0 20px;
	 line-height: 40px;
	 clear:both;
 }
 .block-line {
	 width:100px;
	 margin:15px auto;
	 height:1px;
	 background:#ccc;
 }
 
/* =============================================================================
 *   login 
 * ========================================================================== */
.login-wrapper {
    position: fixed;
	left: 50%;
	z-index: 2000001;
	height: 630px;
	width: 350px;
	margin-left: -175px;
	top: 46%;
	margin-top: -265px;
	background: #FFF none repeat scroll 0% 0%;
	display: none;
	border: 1px solid #CCC;
	box-shadow: 0px 0px 5px #CCC;
}
.login-wrapper .close-popup {
    cursor: pointer;
    padding: 5px;
    background: none repeat scroll 0% 0% #EEE;
}
/* =============================================================================
 *   Footer Styles 
 * ========================================================================== */
#cbn-footer {width:100%;}
#cbn-footer ul, #cbn-footer li {
	list-style:none;
	float:left;
}
#cbn-footer ul{padding:0; margin:0;}
#cbn-footer a {color:#333333 !important; text-decoration:none;}
.quarter.left, .third.left, .left.margin {
    margin-right: 30px;
}
.quarter {
    width: 217px;
}
.left {
    float: left;
}
.links li{
	margin:5px 0 2px;
	clear:both;
}
.quarter h2 {
	text-transform:uppercase;
	font-size:15px;
	margin:25px 0 2px;
	font-family: 'ProximaNovaRgBold', Arial, serif !important;
}
#cbn-footer {
	background:#dadbdc;
	padding:10px 0 30px;
	float:left;
	width:100%;
	clear:both;
	margin-bottom: 15px;
}

#cbn-footer,
#footer-support-menu a,
.social-connect-menu-wrapper a
{
	color:#333333;
}
.connect-menu a,
.social-connect-menu-wrapper a {
	display:block;
}
#footer-support-menu{padding-top:15px;}
#footer-support-menu a {
	width: 217px;
	height: 53px;
	line-height: 53px;
	color: #fff !important;
	font-size: 19px;
	margin: 0px 30px 0px 0px;
	padding: 0px;
	text-indent: 15px;
	display:block;
}
#footer-subscribe .connect-menu {
	font-size:13px;
	text-align:center;
	margin-top:15px;
}
#footer-subscribe .connect-menu a {
	color:#888888 !important;
}
ul.menu li.podcasts-footer {
	margin:0 52px;
}
#footer-support-menu li a .footer-image {
    background-image: url("../images/sprite-64x64-footerIcons.png");
    background-repeat: no-repeat;
	display: block;
	float: right;
	width: 64px;
	height: 53px;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	vertical-align: top;
}
#footer-support-menu li a.salvation-link span {
    background-position: 0px -4px;
}
#footer-support-menu li a.prayer-link span {
    background-position: -128px -4px;
}
#footer-support-menu li a.spiritual-link span {
    background-position: -64px -4px;
}
#footer-support-menu li a.support-link span {
    background-position: -192px -4px;
}
#footer-sup-links{margin-top:5px;}
#footer-sup-links a {margin-left:30px;}
#footer-top ul li {
	margin-left:20px;
}
#footer-top {border-bottom:1px solid #cbcbcb;padding-bottom: 12px; padding-top:12px;}
#footer-top ul li a{
	display: block;
	width: 30px;
	height: 30px;
	/*text-indent: -3000em;*/
	overflow: hidden;
    background-repeat: no-repeat;
	font-size:12px;
}
#footer-top .menu.connect-menu li a span {
    display: block;
    width: 52px;
    height: 27px;
	background-image: url("../images/sprite-64x64-footerIcons.png");
	text-align:center;
}
#footer-top .menu.connect-menu li a {text-align:center;}

#support-links {float:left;}
.inline-bottom, .inline-bottom div {
    vertical-align: top;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}
.inline-bottom a {
	color:#181818;
	margin-left:10px;
	text-decoration:none;
}
.prayer-link {
    background-color: #59C6F8;
}
.salvation-link {
    background-color: #F86C59;
}
.spiritual-link {
    background-color: #8AD262;
}
.social-connect-menu-wrapper {
	float:right;
}
#footer-sup-links {float:left;}
#footer-support-menu a.support-link {
    background-color: #FBA319;
	margin-right:0;
}
#footer-subscribe {
	margin-right:0;
	font-size:21px;
	padding-top:30px;
	float:right;	
}
#footer-subscribe > div img {
	margin-right:15px;
}

/* =============================================================================
 *   Section Page Styles
 * ========================================================================== */
.node-type-section-landing-page .block {
	margin:0;
}
#section-leaderboard > div{
	display:block !important;
	text-align:center;
}
#section-leaderboard > div > div {
	margin:30px 0;
}
.col-md-4.views-column-first {
	width:100%;
	padding:0;
}
.view-id-section_top_stories_list .col-md-4.views-column-first {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
}
.col-md-4.views-column-first h2{margin:0;}
.col-md-4.views-column-first h2 a {
	font-family: "ProximaNovaThExtrabold",Arial,serif;
	font-size: 34px;
	margin: 0px 0px 10px;
	line-height: 35px;
	color: #333;
	display:block;
	text-transform:none;
}
.col-md-4.views-column-first .field-collection-item-field-multimedia > div{
	margin-right:15px;
}
.view-id-section_top_stories_list .region-two-50-second p {margin-left:15px; font-size:16px;}
.view-id-section_top_stories_list .no-image .region-two-50-second p {margin-left:0; }
.col-md-4.active-video > div.views-field {
	background:#01A2D6;
	padding:10px;
	margin-top:0;
}
.col-md-4.active-video > div.views-field a {color:#fff;}
.col-md-4 .node {
	width:100%;
	margin-top:0;
}
.views-responsive-grid .row {clear:both;}
.views-responsive-grid .col-md-4 {
	width:23.875%;
	float:left;
	margin-bottom:30px;
	margin-right:1.5%;
}
.views-responsive-grid .col-md-4.views-md-last {
	margin-right:0;
}
.views-responsive-grid .col-md-4 a {
	font-family: "ProximaNovaThExtrabold",Arial,serif;
	color:#444;
}
.views-responsive-grid .col-md-4 a:first-child {
	font-size:0;
}
.views-responsive-grid .col-md-4 > div {
	/*margin-right:15px;*/
	line-height: 21px;
	margin-top:5px;
}
.views-responsive-grid .col-md-4.views-md-last > div {
	/*margin:0;*/
}
.view-id-related_cbn_news_stories {
	margin-bottom:30px;
}
.view-id-related_cbn_news_stories h2.title {
	font-family: "ProximaNovaRgBold",Arial,serif;
}
.view-id-related_cbn_news_stories .item-list ul li {
	margin-left:50px;
	margin-bottom:15px;
	font-family: "ProximaNovaRgBold",Arial,serif;
	font-size:18px;
}
.view-id-related_cbn_news_stories .item-list ul li a {
	color:#444;
}
.view-display-id-watch_now_israel,
.view-display-id-cwn_section_video {
	margin-top:30px;
}

.view-display-id-watch_now_israel  .brightcove-container, .view-display-id-cwn_section_video .brightcove-container {margin:0;}
.view-display-id-watch_now_israel .views-field-title a, .view-display-id-cwn_section_video .views-field-title a {
	font-family: "ProximaNovaThExtrabold",Arial,serif;
	font-size: 28px;
	margin: 5px 0px;
	line-height: 35px;
	color: #333;
	display: block;
	text-transform: none;
}
.blue-italic-bold {
	font-family: "ProximaNovaThExtrabold",Arial,serif;
	color:#333;
	font-style:italic;
}
.col-md-4  p{margin:0;}
.col-md-4 p {line-height:23px;}
.col-md-section {
	width:300px;
	float:left;
	clear:left;
	margin-right: 30px;
}
.col-md-section article {
	/*margin-right:15px;*/
}
.col-md-section .node h4 a {
	font-family: "ProximaNovaRgBold",Arial,serif;
	font-size: 18px;
	margin: 0px;
	line-height: 20px;
	color: #444;
	display:block;
	text-transform:none;
}
.col-md-section .node {
	margin-top:0;
	border-top:1px solid #ccc;
	padding:15px 0 10px;
}
.watch-now .views-row .region {
	width:auto;
}
.font-bold {
	font-family:"ProximaNovaThExtrabold",Arial,Helvetica,sans-serif;
}
#watch-now-ad {
	width:300px;
	height:250px;
	background:#ccc;
	float:left;
	display:block !important;
}
.watch-now .views-row,
.three-col-teaser .views-row {
	width:300px;
	float:left;
}
.watch-now .views-row-2,
.watch-now .views-row-4,
.three-col-teaser .views-row-2 {
	margin:0 30px;
}
.section-page-block,
.three-col-teaser .views-row{
	margin-bottom:30px;
}
.watch-now .views-row {
	margin-bottom:15px;
}
.section-page-block .views-row .two-33-66 > .region-two-33-66-second,
.watch-now .views-row .two-33-66 > .region-two-33-66-second {
	margin:0;
}
.section-page-block .views-row .two-33-66 > .region-two-33-66-second,
.section-page-block .views-row .two-33-66 > .region-two-33-66-second {
	width:auto ;
}
.watch-now .views-row-3{clear:left;}
.watch-now .views-row .node,
.three-col-teaser .views-row .node {
	margin:0;
}

.watch-now .views-row .node a,
.watch-now .views-row .node h4 {
	font-family: "ProximaNovaRgBold",Arial,serif;
	font-size: 20px;
	margin: 4px 0 0px;
	line-height: 21px;
	color: #444;
	display: block;
	text-transform: none;
}

.three-col-teaser .views-row .node a,
.three-col-teaser .views-row .node h4 {
	color:#444;
	line-height:21px;
	font-size:16px;
}
.watch-now .views-row p,
.three-col-teaser .views-row .node p {
	margin:0;
	display:none;
}
.col-md-section > .node > .two-33-66 > .region-two-33-66-first {width:28%;}
.col-md-section.views-column-2 .node > .two-33-66,
.col-md-section.views-column-4 .node > .two-33-66,
.col-md-section.views-column-6 .node > .two-33-66,
.col-md-section.views-column-8 .node > .two-33-66,
.col-md-section.views-column-10 .node > .two-33-66 {
	margin-right:0;
}
.col-md-section.views-column-2,
.col-md-section.views-column-4,
.col-md-section.views-column-6,
.col-md-section.views-column-8,
.col-md-section.views-column-10,
.col-md-section.views-column-12,
.col-md-section.views-column-14,
.col-md-section.views-column-16,
.col-md-section.views-column-18,
.col-md-section.views-column-20 {
	/*float:right;*/
	clear:none;
	margin-right: 0px;
}
.col-md-section.views-column-1 .node,
.col-md-section.views-column-2 .node {
	border:none;
}
.col-md-section p {
	margin-top:5px;
	margin-bottom:0px;
	font-size:14px;
	line-height:20px;
}


/*.col-md-section.views-column-1 .two-33-66 > .region-two-33-66-bottom,
.col-md-section.views-column-2 .two-33-66 > .region-two-33-66-bottom {
	display:block;
}*/

.block-views .col-md-section.views-column-1 .two-33-66 > .region-two-33-66-bottom,
.block-views .col-md-section.views-column-2 .two-33-66 > .region-two-33-66-bottom {
	display:none;
}

.node-cbn-news .field-name-field-news-heading,
.node-video.node-double-column-block .field-name-title,
.node-article.node-double-column-block .field-name-title,
.node-cbn-news.node-double-column-block .field-name-title,
.node-blog.node-double-column-block .field-name-title,
.node-cbn-news.node-teaser .field-name-title,
.col-md-section .field-name-title {
	margin:-3px 0px 0px 10px;
}
.row {
	margin:0;
}
.section-header-wrapper {
	background:url("../images/horizontal-diagbars.png");
	width:100%;
	margin-bottom:15px;
}
.section-header-wrapper div {
	float:left;
}
.section-header-wrapper span {
	color: #FFF;
	background: none repeat scroll 0% 0% #0ca3d4;
	text-transform: uppercase;
	padding: 0px 8px;
	font-family: "ProximaNovaThExtrabold",Arial,serif;
	font-weight:normal;
	display:block;
}
.section-page-block .item-list ul{padding:0; margin:0}
.section-page-block .item-list ul li {
	/*margin:0 0 15px 15px;*/
}
.section-page-block .views-row {
	float:left;
	width:292.5px;
	vertical-align:top;
	margin-right:0;
	margin-left:15px;
}

.section-page-list .views-row .node,
.section-page-block .views-row .node {
	vertical-align:top;
	display:inline-block;
	margin-top:3px;
}
.section-page-block .views-row p {
	font-size:15px;
	color:#444;
}
.section-page-block .views-row h4 {
	font-size:16px;
}
.section-page-block .views-row-1 a,
.section-page-block .views-row-2 a {
	font-family: "ProximaNovaRgBold",Arial,serif;
	font-size:21px;
	line-height:24px;
	margin-top:4px;
	display:block;
}
.section-page-block .views-row img,
.section-page-block .views-row p {display:none; margin:0}

.section-page-block .views-row {
	float:right;
	clear:right;
}
.section-page-block .views-row-1,
.section-page-block .views-row-2 {
	list-style:none;
	margin-left:0 !important;
	margin-right:30px;
	float:left;
	clear:none;
}
.section-page-block .views-row-1 .two-33-66 > .region-two-33-66-first,
.section-page-block .views-row-1 .two-33-66 > .region-two-33-66-second,
.section-page-block .views-row-2 .two-33-66 > .region-two-33-66-first,
.section-page-block .views-row-2 .two-33-66 > .region-two-33-66-second {
	width:auto;
}
.section-page-block .views-row-1 .node,
.section-page-block .views-row-2 .node {
	/*margin-right:30px;*/
}
.section-page-block .views-row-1 img,
.section-page-block .views-row-2 img{display:block}

.section-page-block .views-row-1 .no-image p,
.section-page-block .views-row-2 .no-image p {display:block;}

.section-page-list {
	width:300px;
	float:left;
}
/*.node-type-section-landing-page .pane-cbn-news-section-top-stories-health-block,
.node-type-section-landing-page .pane-cbn-news-section-top-stories-finance-block,
.node-type-section-landing-page .pane-cbn-news-section-top-stories-politics-block,
.node-type-section-landing-page .pane-cbn-news-section-top-stories-entertainment-block {
	float:left;
	margin-right:30px;
}
.pane-cbn-news-section-top-stories-politics-block,
.pane-cbn-news-section-top-stories-entertainment-block {
	clear:left;
}
.node-type-section-landing-page .pane-cbn-news-section-top-stories-health-block,
.node-type-section-landing-page .pane-cbn-news-section-top-stories-finance-block {
	clear:right;
}*/
.section-page-list h4 {
	font-size:15px;
}
.section-page-list .views-row p,
.section-page-list .views-row img {
	display:none;
}
.section-page-list ul {padding:0;}
.section-page-list .item-list ul li {
	margin-left:17px;
}
.section-page-list .view-header a {
	font-family: "ProximaNovaRgBold",Arial,serif;
}
.shows-block .views-row {
	width:300px;
	float:left;
	margin-right:30px;
	margin-bottom:30px;
}
.shows-block .views-row-odd {clear:left;}
#shows-ad{display:block !important}
/* =============================================================================
 *   Blog STyles
 * ========================================================================== */
.blog-bg{display:none;}

body.trumptransition .blog-bg.transition,
body.prayingformuslims .blog-bg.prayingformuslims,
body.money-wise .blog-bg.money-wise,
body.the-link-blog .blog-bg.the-link,
body.mommyhood-matters .blog-bg.mommyhood-matters,
body.mommyhood-matters-blog .blog-bg.mommyhood-matters,
body.the-link .blog-bg.the-link,
body.studio-5 .blog-bg.studio-5,
body.studio5 .blog-bg.studio-5,
body.newswatch .blog-bg.newswatch,
body.section-stakelbeckonterror .blog-bg.watchman,
body.section-healthyliving .blog-bg.healthy,
body.section-hurdontheweb .blog-bg.hurd,
body.section-globallane .blog-bg.global,
body.section-thebrodyfile .blog-bg.brodyfile,
body.brody-file .blog-bg.brodyfile,
body.watchman .blog-bg.watchman,
body.cwn.watch .blog-bg.cwn,
body.cwn.blog .blog-bg.cwn,
body.cwn.follow .blog-bg.cwn,
body.jerusalem-dateline .blog-bg.jerusalem,
body.jerusalemdateline .blog-bg.jerusalem,
body.jerusalemdateline.watch .blog-bg.jerusalem,
body.jerusalemdateline.blog .blog-bg.jerusalem,
body.jerusalemdateline.follow .blog-bg.jerusalem,
body.beltwaybuzz .blog-bg.beltway-buzz,
body.beltway-buzz .blog-bg.beltway-buzz,
body.newsroomtalk .blog-bg.newsroom-talk,
body.newsroom-talk .blog-bg.newsroom-talk,
body.hurdontheweb .blog-bg.hurd,
body.hurd-on-the-web .blog-bg.hurd,
body.globallane .blog-bg.global,
body.global-lane .blog-bg.global,
body.healthyliving .blog-bg.healthy,
body.healthy-living .blog-bg.healthy,
body.digitaldownload .blog-bg.digitaldl,
body.digital-download .blog-bg.digitaldl,
body.news-showcase.section-cbnnews .blog-bg.news-showcase,
body.news-sunday.section-cbnnews .blog-bg.news-sunday,
body.christianview .blog-bg.christianview,
body.faith-nation .blog-bg.faith-nation,
body.dailyrundown .blog-bg.dailyrundown
{display:block;}

.blog-links a {
	color:#444;
}

body.money-wise.page-node-314841 .podcast-link,
body.christianview.page-node-297631 .watch-link,
body.christianview.resources .resources-link,
body.christianview.related .related-link,
body.christianview.about .about-link,
body.christianview.testimonies .testimonies {
	color:#616161;
}
body.node-type-blog a.blog-link,
body.blog a.blog-link,
body.follow a.follow-link {
	color:#616161;
}

body.node-type-blog .watch-link,
body.blog .watch-link,
body.follow .watch-link {
	color:#444;
}
.christianview.blog-bg {
	background:url("../images/shows/christianview/bkg/background.png") no-repeat center 0px;
	padding:0;
}
.christianview.blog-bg .container {
	overflow:hidden;
}
.christianview .section-name {
    margin:0 -35px 0px 0px;
}

.dailyrundown.blog-bg {
	background:url("../images/shows/dailyrundown/bkg/background.jpg") no-repeat center 0px;
}
.christianview 
.watchman.blog-bg {
	background:url("../images/shows/watchman/bkg/background.jpg") no-repeat center 0px;
}
.studio-5.blog-bg {
	background:url("../images/shows/studio-5/bkg/background.jpg") no-repeat center 0px;
}
.brodyfile.blog-bg {
	background:url("../images/shows/brody-file/bkg/background.jpg") no-repeat center 0px;
}
.global.blog-bg {
	background:url("../images/shows/global-lane/bkg/background.jpg") no-repeat center 0px;
}
.healthy.blog-bg {
	background:url("../images/shows/healthy-living/bkg/background.jpg") no-repeat center 0px;
}
.hurd.blog-bg {
	background:url("../images/shows/hurd-on-the-web/bkg/background.jpg") no-repeat center 0px;
}
.jerusalem.blog-bg {
	background:url("../images/shows/jerusalem-dateline/bkg/background.jpg") no-repeat center 0px;
}
.cwn.blog-bg {
	background:url("../images/shows/cwn/bkg/background.jpg") no-repeat center 0px;
}
.digitaldl.blog-bg {
	background:url("../images/shows/digital-download/bkg/background.png") no-repeat center 0px;
}
.newswatch.blog-bg {
	background:url("../images/shows/newswatch/bkg/background.jpg") no-repeat center 0px;
}
.newsroom-talk.blog-bg {
	background:url("../images/shows/newsroom-talk/bkg/background.jpg") no-repeat center 0px;
}
.news-sunday.blog-bg {
	background:url("../images/shows/cbn-news-sunday/bkg/background.jpg") no-repeat center 0px;
}
.news-showcase.blog-bg {
	background:url("../images/shows/cbn-news-showcase/bkg/background.jpg") no-repeat center 0px;
}
.beltway-buzz.blog-bg {
	background:url("../images/shows/beltway-buzz/bkg/background.jpg") no-repeat center 0px;
}
.blog-bg.the-link {
	background:url("../images/shows/the-link/bkg/background.jpg") no-repeat center 0px;
}
.blog-bg.mommyhood-matters {
	background:url("../images/shows/mommyhood-matters/bkg/background.jpg") no-repeat center 0px;
}
.blog-bg.money-wise {
	background:url("../images/shows/money-wise/bkg/background.jpg") no-repeat center 0px;
}
.blog-bg.faith-nation {
	background:url("../images/shows/faith-nation/bkg/background.jpg") no-repeat center 0px;
}
.blog-bg.prayingformuslims {
	background:#000;
}


.line-bg {
	/*background:url("../images/shows/lines.png") repeat-x 0 bottom;*/
}
.blog-bg {
	padding-top:15px;
}
.blog-bg.mommyhood-matters .blog-name {
	padding:30px 0;
}
.blog-bg .container > div {
	float:left;
}
.blog-bg.prayingformuslims .container > div {
	float:none;
	text-align:center;
	margin:15px 0;
}
.blog-bg.prayingformuslims img {
	padding:15px 10%;
	box-sizing:border-box;
}
.blog-bg.faith-nation .blog-name img {
	margin-top: 17px;
}
.blog-bg.faith-nation .blog-profile img {
	margin-bottom: 0;
}
.blog-bg .blog-profile img {margin-bottom:-7px; max-height:145px}
.blog-bg.faith-nation .blog-profile img {
	margin-bottom: 0;
}
.all-shows .blog-bg .blog-profile img,
.blogs .blog-bg .blog-profile img {max-height:none;}
.blog-bg .blog-profile a {display:block;}
.blog-links {
	text-align:center;
	background:#ccc;
	padding:2px 0;
}

.dailyrundown.blog-bg .container div.blog-name {
	margin: 30px auto;
}
.blog-links a {
	color:#181818;
	font-family: "ProximaNovaThExtrabold",Arial,serif;
	text-transform:uppercase;
	margin-right:15px;
}
.blog-sidebar-links a {
	color:#444;
	font-family: "ProximaNovaThExtrabold",Arial,serif;
}
.blog-sidebar-links .views-row {
	margin-bottom:15px;
}
.blog-sidebar-links .views-field-field-published-date {
	font-size:16px;
}
.blog-sidebar-heading a {
	background:#4E4E4E;
	color:#eee;
	display:block;
	padding:3px 10px;
	font-family: "ProximaNovaThExtrabold",Arial,serif;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:15px;
}


.blog-bg.money-wise .blog-name,
.blog-bg.the-link .section-name,
.cwn .blog-name,
.digitaldl .blog-name,
.underradar .blog-name,
.newswatch .blog-name,
.watchman .blog-name {margin-top:20px;}

.news-showcase.blog-bg .blog-name{max-width:300px;}
.news-showcase.blog-bg .blog-name,
.studio-5 .blog-name{margin-top:45px;}

.newsroom-talk .blog-name,
.beltway-buzz .blog-name,
.brodyfile .blog-name{margin-top:35px;}

.jerusalem .blog-name,
.healthy .blog-name,
.hurd .blog-name {margin-top:50px;}
.global .blog-name {margin-top:10px;}

.blog-bg.money-wise .blog-name {
}

.blog-sidebar-header {
	font-family: "ProximaNovaRgBold",Arial,serif;
	color:#333;
	text-transform:uppercase;
	font-size:16px;
	margin-top:10px;
}
.view-display-id-news_blog_post ul {
	padding:0;
}
.view-display-id-news_blog_post ul li {
	margin-left:1em;
}
body.christianview.related .watch-link {
	color:#181818;
}
body.christianview .container.two-66-33,
body.blog .container.two-66-33 {
	margin-top:30px;
}
.node-blog .ds-2col > .group-left,
.node-blog .ds-2col > .group-right {
	width:auto;
}
body.section_blogs .view-display-id-list_of_content .views-field-field-featured-image,
body.section_blogs .view-display-id-list_of_content .views-field-field-multimedia,
body.section_blogs .view-display-id-list_of_content .views-field-created,
body.section_blogs .view-display-id-list_of_content .views-field-name {
	display:none;
}

.view-display-id-podcast_view .views-field-title a,
.view-display-id-podcast_view.view-display-id-list_of_content .views-field-title a,
body.the-link .view-display-id-list_of_content .views-field-title a,
body.mommyhood-matters .view-display-id-list_of_content .views-field-title a,
body.blog .view-display-id-list_of_content .views-field-title a,
body.christianview .view-display-id-christianview_testimonies .views-field-title a,
body.christianview .view-display-id-christianview_related_articles .views-field-title a,
body.olympic-profiles .view-display-id-list_of_content .views-field-title a,
.standard-list .views-field-title a {
	font-family: "ProximaNovaThExtrabold",Arial,serif;
	font-size: 41px;
	margin-bottom:10px;
	line-height: 48px;
	color: #444;
	display:block;
}

body.olympic-profiles .standard-list .views-field-title a,
body.olympic-profiles .view-display-id-list_of_content .views-field-title a {
	font-size:21px;
	line-height:26px;
}

.standard-list .views-field-created,
.standard-list .views-field-name,
body.olympic-profiles .view-display-id-list_of_content .views-field-created,
body.olympic-profiles .view-display-id-list_of_content .views-field-name {
	display:none;
}

.standard-list .views-field-body,
.view-display-id-podcast_view .views-field-body,
.view-display-id-podcast_view.view-display-id-list_of_content .views-field-body,
body.the-link .view-display-id-list_of_content .views-field-body,
body.mommyhood-matters .view-display-id-list_of_content .views-field-body,
body.blog .view-display-id-list_of_content .views-field-body,
body.christianview .view-display-id-christianview_related_articles .views-field-body,
body.christianview .view-display-id-christianview_testimonies .views-field-body,
body.olympic-profiles .view-display-id-list_of_content .views-field-body {
	font-family: 'Merriweather', Arial, serif;
	line-height:27px;
}

.view-display-id-podcast_view .views-field-changed,
.view-display-id-podcast_view.view-display-id-list_of_content .views-field-changed,
body.the-link .view-display-id-list_of_content .views-field-changed,
body.mommyhood-matters .view-display-id-list_of_content .views-field-changed,
body.blog .view-display-id-list_of_content .views-field-changed,
body.christianview .view-display-id-christianview_related_articles .views-field-created,
body.christianview .view-display-id-christianview_related_articles .views-field-changed,
body.christianview .view-display-id-christianview_testimonies .views-field-changed,
body.christianview .view-display-id-christianview_testimonies .views-field-created {
	font-family: "ProximaNovaRgBold",Arial,serif;
	margin-bottom: -5px;
}

.view-display-id-podcast_view .views-row,
.view-display-id-podcast_view.view-display-id-list_of_content .views-row,
body.the-link .view-display-id-list_of_content .views-row,
body.mommyhood-matters .view-display-id-list_of_content .views-row,
body.blog .view-display-id-list_of_content .views-row,
body.christianview .view-display-id-christianview_related_articles .views-row,
body.christianview .view-display-id-christianview_testimonies .views-row,
body.olympic-profiles .view-display-id-list_of_content .views-row,
.standard-list .views-row {
	padding-bottom:30px;
	border-bottom:1px solid #ccc;
	margin-bottom:15px;
}

.view-display-id-podcast_view .views-row-last,
.view-display-id-podcast_view.view-display-id-list_of_content .views-row-last,
body.the-link .view-display-id-list_of_content .views-row-last,
body.mommyhood-matters .view-display-id-list_of_content .views-row-last,
body.blog .view-display-id-list_of_content .views-row-last,
body.christianview .view-display-id-christianview_related_articles .views-row-last,
body.christianview .view-display-id-christianview_testimonies .views-row-last {
	border:none;
}

.standard-list .views-field-field-multimedia,
body.olympic-profiles .view-display-id-list_of_content .views-field-field-multimedia {
	float:left;
	padding-right:15px;
	width:25%;
	box-sizing:border-box;
}

.standard-list .views-field-title,
.standard-list .views-field-body,
body.olympic-profiles .view-display-id-list_of_content .views-field-title,
body.olympic-profiles .view-display-id-list_of_content .views-field-body {
	float:right;
	width:75%;
	box-sizing:border-box;
}

.standard-list .views-field-path,
body.olympic-profiles .view-display-id-list_of_content .views-field-path {
	float:left;
	width:100%;
	clear:both;
}

body.cbnnews.blogs #block-system-main,
body.cbnnews.all-shows #block-system-main {
	margin:0;
}

body.cbnnews.blogs #columns .blog-bg,
body.cbnnews.all-shows .blog-bg {
	display:block;
	height:160px;
	overflow:hidden;
	background-position:center center;
}

body.section_all-shows .blog-bg,
body.section_all-blogs .blog-bg {
	/*margin-bottom:30px;*/
	border:2.5px solid #333;
	cursor:pointer;
}
body.section_all-shows .blog-bg:first-child,
body.section_all-blogs .blog-bg:first-child {
	border-top:5px solid #333;
}
body.section_all-shows .blog-bg:last-child,
body.section_all-blogs .blog-bg:last-child {
	border-bottom:5px solid #333;
}
body.cbnnews.blogs #columns .blog-bg,
body.cbnnews.all-shows #columns .blog-bg {padding-top:0;}
body.cbnnews.blogs .region-two-66-33-bottom {display:none;}
body.cbnnews.all-shows .node {margin:-10px auto 0;}
body.cbnnews.all-shows .blog-bg .line-bg{overflow:hidden;}
body.cbnnews.all-shows .columns.clearfix:after {
	display:none !important;
}
body.cbnnews.all-shows .block {margin-bottom:0;}
.field-name-floating-social-media {
	position:fixed;
	width:100%;
	left:0;
	bottom:0;
	z-index:20;
}
.field-name-floating-social-media .gigya-block .social.button {
	margin: 0 !important;
	width: 33.333% !important;
	text-align: center !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.field-name-floating-social-media .gigya-block .social.button span {
	position: absolute;
	top: 5px;
}
@media screen and (min-width:661px) {
	.field-name-floating-social-media {
		display:none !important;
	}
}
@media screen and (max-width:660px) {
.field-name-floating-social-media {
		display:block;
	}
}
.node-cbn-news.article.node-full .region-two-66-33-first {position:relative;}
.mobile-version#gigya-fixed-sharebar {
	position:fixed;
	bottom:0px;
	left:0;
	width:100%;
	display:none;
}

#gigya-fixed-sharebar .gigya-block .social.button:first-child {
	margin-left:15px;
}

#gigya-fixed-sharebar .gigya-block .social.button:last-child {
	margin-right:0;
}

#gigya-fixed-sharebar .gigya-block .social.button {
	margin-bottom:0 !important;
}
.mobile-version#gigya-fixed-sharebar .gigya-block .social.button span {
	position: absolute;
    top: 5px;
}
.node-blog .region-two-66-33-first {position:relative;}
.desktop-version#gigya-fixed-sharebar .gigya-block .social.button {
	margin:0 0 10px !important;
	width:40px;
	display:block;
	text-align:center;
}
.desktop-version#gigya-fixed-sharebar .gigya-block .social.button span {display:none}
.desktop-version#gigya-fixed-sharebar {
	position: absolute;
	width: 40px;
	left:0;
	top:57px;
	margin-left:-60px;
	padding:10px 5px;
	background:#eee;
}
@media screen and (max-width:1070px) {
	.desktop-version#gigya-fixed-sharebar {
		display:none;
	}
	.mobile-version#gigya-fixed-sharebar {
		display:block;
	}
	.mobile-version#gigya-fixed-sharebar .gigya-block .social.button {
		margin:0;
		width:33.333%;
		text-align:center;
		padding-top:10px;
		padding-bottom:10px;
	}
	
}
.money-wise #gigya-fixed-sharebar,
.moneywise #gigya-fixed-sharebar {
	display:none;
}
/* =============================================================================
 *   About/Follow Pages
 * ========================================================================== */
.news-profile-name {
	font-family: "ProximaNovaThExtrabold",Arial,serif;
	font-size: 34px;
	margin-bottom:10px;
	line-height: 38px;
	color: #444;
	display:block;
}
.news-follow-header {
	text-align:center;
}
.news-follow-header{margin-bottom:15px;}

.news-facebook-follow{background:#6077b4}

.news-twitter-follow,
.news-facebook-follow {
	height:20px;
	text-align:center;
	padding:15px 0;
	max-width:200px;
	margin:0 auto 30px;
}
.field-inline-img {
	float: left;
    max-width: 40%;
    margin-right: 30px;
}

.view-display-id-profile_with_image .views-row {margin-bottom:30px;}
#panels-ipe-paneid-3241 .news-follow-header,
.pane-cbn-news-profile-with-image:nth-child(5) .news-follow-header,
.pane-cbn-news-profile-with-image:nth-child(6) .fb-page.fb_iframe_widget,
#panels-ipe-paneid-3246 .fb-page.fb_iframe_widget {
	display:none; margin:0;
	}
.view-display-id-follow_cbnnews {
}
.section_follow-cbn-news.cbnnews.follow .page-title {
	margin-top:50px;
}
.view-display-id-follow_cbnnews .views-field {
	width:20%;
	float:left;
	margin-right:15px;
	padding-bottom:30px;
}

.view-display-id-follow_cbnnews .views-field h2 {
	font-family: "ProximaNovaRgBold",Arial,serif;
	color:#01A2D6;
	font-family: "ProximaNovaThExtrabold",Arial,serif;
	font-size:24px;
	text-transform:none;
}
.view-display-id-follow_cbn_reporters .views-row {
	width:217.5px;
	float:left;
	margin-right:30px;
	margin-bottom:30px;
	background: #e2e2e2; /* Old browsers */

	background: -moz-linear-gradient(top,  #e2e2e2 75%, #c2c2c2 100%); /* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(75%,#e2e2e2), color-stop(100%,#c2c2c2)); /* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(top,  #e2e2e2 75%,#c2c2c2 100%); /* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(top,  #e2e2e2 75%,#c2c2c2 100%); /* Opera 11.10+ */
	
	background: -ms-linear-gradient(top,  #e2e2e2 75%,#c2c2c2 100%); /* IE10+ */
	
	background: linear-gradient(to bottom,  #e2e2e2 75%,#c2c2c2 100%); /* W3C */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#c2c2c2',GradientType=0 ); /* IE6-9 */
	

}
.view-display-id-follow_cbn_reporters .views-row .views-field {
	margin-bottom:10px;
	font-family: "ProximaNovaThExtrabold",Arial,serif;
	text-align:center;
	font-size:21px
}
.view-display-id-follow_cbn_reporters .views-row .views-field a {
	color:#444;
}
.view-display-id-follow_cbn_reporters .views-row-4,
.view-display-id-follow_cbn_reporters .views-row-8,
.view-display-id-follow_cbn_reporters .views-row-12,
.view-display-id-follow_cbn_reporters .views-row-16,
.view-display-id-follow_cbn_reporters .views-row-20 {margin-right:0;}

.view-display-id-follow_cbn_reporters .news-facebook-follow,
.view-display-id-follow_cbn_reporters .news-twitter-follow {
	margin-bottom:10px;
}
.view-display-id-follow_cbn_reporters .views-field-field-person-facebook * {height:20px;}
.view-display-id-follow_cbn_reporters .views-field-field-last-name {
	line-height:16px;
}
.view-display-id-show_blog_profile_follow,
.view-display-id-show_blog_profile {margin-top:30px;}

.view-display-id-news_blog_related a,
.view-display-id-news_blog_related_bottom a {
	color:#444;
	font-family: "ProximaNovaRgBold",Arial,serif;
}
.view-display-id-news_blog_related .views-row,
.view-display-id-news_blog_related_bottom .views-row  {
	margin-bottom:15px;
	line-height: 21px;
}
.view-display-id-news_blog_related .view-header p {margin-bottom:15px}
/**Instagram Specific Styles**/
.ig-b- { display: inline-block; }
.ig-b- img { visibility: hidden; }
.ig-b-:hover { background-position: 0 -60px; } .ig-b-:active { background-position: 0 -120px; }
.ig-b-v-24 { width: 137px; height: 24px; background: url(//badges.instagram.com/static/images/ig-badge-view-sprite-24.png) no-repeat 0 0; }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.ig-b-v-24 { background-image: url(//badges.instagram.com/static/images/ig-badge-view-sprite-24@2x.png); background-size: 160px 178px; } }

/*FACEBOOK specific styles*/
.fb_iframe_widget span {
	vertical-align:top !important;
}
.fb_iframe_widget {
	height:20px;
}
.node-cbn-news .fb_iframe_widget,
.fb-page.fb_iframe_widget {
	height:auto;
	margin-bottom:15px;
}
.fb-page.fb_iframe_widget {
  margin:0px auto 30px;
  display:block;
  text-align:center;
}
/*Pinterest Specific Styles*/
.cbnnews-pinterest > div > a {
	vertical-align:top !important;
}
.cbnnews-twitter * {vertical-align:top}
body.cbnnews.follow .field-name-field-quick-links-links a{
	text-transform:uppercase;
	font-family: "ProximaNovaRgBold",Arial,serif;
	margin-bottom:30px;
	display:block;
}
/* =============================================================================
 *   IE Fixes 
 * ========================================================================== */
 .lt-ie9 .container {min-width:960px}
 .lt-ie9 #mobile-search{overflow:hidden;border:none;}
 .lt-ie9 img {
	 max-width:100%;
 }
 .lt-ie9 #login-link img {display:inline; float:left;}
 @media screen and (min-width:0px) {
	 .cbnnews-mobile-menu > ul.menu > li {padding-bottom:8px;}
 }
 
 /* =============================================================================
 *   Show Page Styles
 * ========================================================================== */
 #button-wrapper {
	 background:#cbcbcb;
 }
 #button-wrapper a {
	 font-family: "ProximaNovaRgBold",Arial,serif;
	 text-transform:uppercase;
	 margin-right:15px;
	 color:#282828;
 }
 #button-wrapper a.active {
	 color:#646464;
 }
 
 /* =============================================================================
 *   archive Page Styles
 * ========================================================================== */
.cbnnews-archive-page .view-empty,
.cbnnews-archive-page .view-header {
	background:#F3F3F3;
	padding:30px 0 15px;
}
.cbnnews-archive-page ul.pager li {padding:0;}
.cbnnews-archive-page ul.pager li a {
	border:1px solid #444;
	padding:2px 8px;
	margin-right:5px;
}
.cbnnews-archive-page ul.pager li.pager-ellipsis{
	padding:0;
	border:0;
}
.cbnnews-archive-page ul.pager li.pager-current {
	border:1px solid #aaa;
	padding:2px 8px;
	margin-right:5px;
	color:#aaa;
}
.item-list .pager li.pager-first,
.item-list .pager li.pager-ellipsis,
.item-list .pager li.pager-last {
	display:none;
}
.cbnnews-archive-page .views-row,
.view-display-id-cbnnews_archive_category .views-row {
	clear:both;
	margin-bottom:30px;
}
.cbnnews-archive-page .views-field-field-multimedia,
.view-display-id-cbnnews_archive_category .views-field-field-multimedia {
	display:none;
}
.cbnnews-archive-page .views-row-1,
.view-display-id-cbnnews_archive_category .views-row-1{margin-top:30px;}

.cbnnews-archive-page .views-row .views-field-title,
.cbnnews-archive-page .views-row .views-field-changed,
.view-display-id-cbnnews_archive_category .views-row .views-field-title,
.view-display-id-cbnnews_archive_category .views-row .views-field-changed {
	font-family: "ProximaNovaThExtrabold",Arial,serif;
	color:#282828;
	line-height:28px;
}
.cbnnews-archive-page .views-row .views-field-title span,
.view-display-id-cbnnews_archive_category .views-row .views-field-title span {display:block;margin-top:-5px;}

.cbnnews-archive-page .views-row .views-field-title a,
.view-display-id-cbnnews_archive_category .views-row .views-field-title a {
	font-size:30px;
	color:#444444;
}
.cbnnews-archive-page .views-row .views-field-body,
.view-display-id-cbnnews_archive_category .views-row .views-field-body{
	margin-top:-5px;
	line-height:21px;
}
/*.cbnnews-archive-page .views-row-1 .views-field-body,
.cbnnews-archive-page .views-row-2 .views-field-body,
.cbnnews-archive-page .views-row-3 .views-field-body,
.cbnnews-archive-page .views-row-4 .views-field-body,
.cbnnews-archive-page .views-row-5 .views-field-body,
.cbnnews-archive-page .views-row-1 .views-field-title,
.cbnnews-archive-page .views-row-2 .views-field-title,
.cbnnews-archive-page .views-row-3 .views-field-title,
.cbnnews-archive-page .views-row-4 .views-field-title,
.cbnnews-archive-page .views-row-5 .views-field-title,
.cbnnews-archive-page .views-row-1 .views-field-changed,
.cbnnews-archive-page .views-row-2 .views-field-changed,
.cbnnews-archive-page .views-row-3 .views-field-changed,
.cbnnews-archive-page .views-row-4 .views-field-changed,
.cbnnews-archive-page .views-row-5 .views-field-changed {*/
.cbnnews-archive-page .views-row .views-field-title,
.cbnnews-archive-page .views-row .views-field-body,
.cbnnews-archive-page .views-row .views-field-changed,
.view-display-id-cbnnews_archive_category .views-row .views-field-title,
.view-display-id-cbnnews_archive_category .views-row .views-field-changed,
.view-display-id-cbnnews_archive_category .views-row .views-field-body {
	display:block;
	width:77.6667%;
	float:right;
	margin-left:2%;
}
.cbnnews-archive-page .views-row .views-field-field-multimedia,
.view-display-id-cbnnews_archive_category .views-row .views-field-field-multimedia {
	display:block;
	width:20.3333%;
	float:left;
}

.cbnnews-archive-page .no-image.views-row,
.view-display-id-cbnnews_archive_category .views-row.no-image{float:none}
.cbnnews-archive-page .no-image.views-row .views-field,
.view-display-id-cbnnews_archive_category .views-row.no-image .views-field {
	width:auto;
	margin-left:0;
	clear:both;
	float:left;
}
.view-display-id-news_top_stories {
	margin-top:30px;
	font-size:15px;
}
.view-display-id-news_top_stories ul,
.view-display-id-news_top_stories ul li {
	margin:0 0 5px;
	font-size:15px;
}
.view-image-text {
	font-size:0;
}
.cbnnews-mobile-menu ul.menu li.menu-item-54401 {display:none;}

/*.field-name-comments {
	display:none !important;
}*/

/***** WEBFORM *****/
.node-webform.node-promoted {
    background-color: #f1f1f1;
    border: solid 1px #ececec;
    margin-top: 8px;
	margin-bottom:30px;
	padding:15px;
}

.node-webform.node-promoted .field-name-field-webform-headline,
.node-webform.node-promoted .field-name-field-headline {
    font-family: ProximaNovaRgBold, sans-serif;
	text-transform:uppercase;
}

.node-webform.node-promoted .field-type-text-with-summary {
    font-size: 14px !important;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}

.node-webform.node-promoted div#webform-component-email {
    margin: 0;
    padding: 0;
}
.node-webform.node-promoted div#webform-component-email {
	width:100%;
}

.node-webform.node-promoted input.email.form-text {
    width: 60%;
    float: left;
    font-size: 12px;
    padding: 10px 0px 10px 5px;
    border: 1px solid #ececec;
    box-sizing: border-box;
    height: 37px;
}

.node-webform.node-promoted .form-submit {
    float: left;
    clear: none;
    width: 40%;
    margin: 0;
    box-sizing: border-box;
    font-size: 12px;
    padding: 10px;
    border: 1px solid #E0E0E0;
    border-left: none;
    height: 37px;
	background: #0CA3D4 none repeat scroll 0% 0%;
	color:#fff;
}
.node-webform .node-title {
	display:none;
}

.node-webform.node-promoted .ajax-progress .throbber{
    display: none !important;
}

.node-webform.node-promoted .webform-confirmation {
    font-size: 15px;
    font-family: ProximaNovaLight;
    color: #0CA3D4;
}
.after .node-webform.node-promoted .webform-header {
	display:none;
}
.webform-confirmation p {
	font-family: "ProximaNovaReg",Arial,Helvetica,sans-serif;
	font-size:13px;
}

/*** NEWS EMAIL PAGE ***/
.email-forms .node-webform.node-promoted input.email.form-text {
	display:none;
}
.view-display-id-cbnnews_email_list .views-row {
	width:40%;
	float:left;
	box-sizing:border-box;
	margin:0 30px 30px;
}
.view-display-id-cbnnews_email_list .views-row .node {margin-top:0;}
.email-forms #news-email {
	padding:3px 15px;
	background:#f5f5f5;
	border:1px solid #54c2e7;
	width:300px;
	font-size:40px;
	color:#444;
	height:44px;
	font-family: ProximaNovaRgBold, sans-serif;
}
.email-forms #news-email,#news-email-form div {float:left;}
#news-email-form div#label {margin-top:7px; margin-right:15px;}
#news-email-form {
	width: 333px;
	margin: 30px auto;
}
.email-forms .node-webform.node-promoted {
	padding:0;
	background:none;
	border:none;
	height:102.5px;
	position:relative;
	overflow:hidden;
	margin-bottom:0;
}
.email-forms .node-webform.node-promoted .node-content > div {
	width:50%;
	float:right;
	box-sizing:border-box;
	line-height:17px;
	text-transform:none;
}
.email-forms .node-webform.node-promoted .node-content > div > div {
	margin-right:10px;
}
.email-forms .node-webform.node-promoted .node-content > div.field {
	width:50%;
	float:left;
	box-sizing:border-box;
}
.email-forms .node-webform.node-promoted .form-submit {
	float: left;
	clear: none;
	width:auto;
	height:auto;
	margin: 0px;
	box-sizing: border-box;
	font-size: 17px;
	padding: 8px 13px;
	border:none;
	border-image: none;
	background: #0CA3D4 none repeat scroll 0% 0%;
	color: #FFF;
	font-family: "ProximaNovaThExtrabold",Arial,serif;
	position:absolute;
	bottom:0px;
	left: 192px;
}
.email-forms .field-name-body {
	clear:none;
}
.email-forms .email-bold {
	font-family: "ProximaNovaThExtrabold",Arial,serif;
	font-size:24px;
	text-align:center;
	margin:30px 0;
}
.email-forms .email-bold:last-child{margin-bottom:15px;}
.email-forms .field-items .container:first-child{margin-top:30px;}
.email-forms .container.top > div {text-align:center;}
.email-forms img.down-arrow {width:80px; height:auto; margin:0 auto; display:block;}
.email-forms .messages {
	background:none;
	color:#ED541D;
	padding:0;
	margin:0;
	border:none;
}

.view-display-id-cbnnews_email_list div.links,
.email-forms div[id*="webform-ajax"] > div.links {
	display:none;
	
}
/**** ARTICLE COUNTER ***/
.article-count {
	display:none;
	font-family: "ProximaNovaSBold",Arial,serif;
}
.total-count {
	font-family: "ProximaNovaThExtrabold",Arial,serif;
	font-size:32px;
}
.page-counter {
	position:absolute;
	right:0;
	top:50%;
	margin-top:-42.5px;
	padding:0 10px;
	background:#eee;
	color:#777;
	text-align:center;
	line-height:24px;
	font-size: 15px;
}
/**COOKIES**/
.cc_banner-wrapper {
	background:#fff;
	border-top:1px solid #000;
	width:100%;
	height:48px;
	position:fixed !important;
	bottom:0;
}
.cc_container {
	background:#ffffff !important;
	font-size: 17px !important;
	color:#181818 !important;
	text-align:center;
	padding:7px 30px !important;
	position:relative !important;
	max-width:960px;
	margin: 0 auto;
}
.cc_container .cc_btn, .cc_container .cc_btn:visited {
    background-color: #8ad262 !important;
    border-radius: 0 !important;
	color:#fff !important;
	width:auto !important;
	font-family: "ProximaNovaRgBold",Arial,Helvetica,sans-serif;
}
.cc_message {
	font-family:'ProximaNovaReg',Arial,Helvetica,sans-serif;
}
.cc_more_info {
	color:#909090 !important;
	font-family: "ProximaNovaRgItalic",Arial,Helvetica,sans-serif;
}
.field-name-field-video-reference-id {
    display: none;
}
.news_alert {
	color:#fff;
	background:#087294;
	margin-bottom:30px;
}
.news_alert.developing-story {
	background:#eec844;
}
.breaking-news,
.breaking-news #alert,
.view-display-id-breaking_news .Breaking.News.alert,
.view-display-id-breaking_news #news-text.Breaking.News.alert {
	background:#F14747;
}
.view-display-id-breaking_news .Breaking.News.alert {
	width:auto;
}
.view-display-id-breaking_news #news-text {
	width:1px;
}
.view-display-id-breaking_news #news-text {
	white-space:nowrap;
}
.breaking-news #alert { margin-left:0; }
.breaking-news #readmore {
	background:#2f2f2f;	
}
.breaking-news span {
	margin: 0px 5px 0px 0px;
	vertical-align: middle;
	line-height:24px;
}
.view-display-id-watch_live {
	margin-bottom:30px;
}

.Facebook.Live #news-text,
.Facebook.Live #news-title {
	display: none;
}
.facebook-title,
table.Facebook.Live {
	background: #3B5998;
}

.view-display-id-breaking_news table,
.view-display-id-breaking_news th,
.view-display-id-breaking_news tr,
.view-display-id-breaking_news thead,
.view-display-id-breaking_news td,
.view-display-id-watch_live table,
.view-display-id-watch_live th,
.view-display-id-watch_live thead,
.view-display-id-watch_live tr,
.view-display-id-watch_live td {
	border:none;
}
.view-display-id-breaking_news_new {
	margin:15px auto;
}
.view-display-id-watch_live a,
.view-display-id-breaking_news_new a,
.view-display-id-breaking_news a,
.Special.Coverage #heading,
.facebook-title #title{
	color:#fff;
	font-family: "ProximaNovaRgBold",Arial,Helvetica,sans-serif;
	font-size:22px;
	line-height:22px;
	padding:5px 0;
	display:block;
}
.Special.Coverage #heading,
.facebook-title #title {
	position:relative;
	z-index:1;
	padding:10px 15px 5px;
}
.view-display-id-breaking_news #special-related .node {
	margin-top:0;
}
.view-display-id-breaking_news #special-related .node a {
	font-size:17px;
	line-height:17px;
	padding:0;
}
.view-display-id-breaking_news {margin:0px auto 30px; background:#000;}
.view-display-id-breaking_news .field-content {display:block;}


.view-display-id-watch_live a span#watch-live,
.view-display-id-breaking_news_new a span#breaking-news,
.view-display-id-breaking_news a span#breaking-news,
.view-display-id-breaking_news #news-text a span:first-child  {
	font-size:28px;
}

.view-display-id-breaking_news_new #news-text {
	width:100%;
	padding:8px 5px;
	box-sizing:border-box;
}
table.news_alert, thead, tbody, tr, th, td, table.news_alert tbody tr {
	border:none;
}
.view-display-id-breaking_news #display > span {display:none;}
.view-display-id-breaking_news .Watch #display > span#watch-title,
.view-display-id-breaking_news .Breaking #display > span#breaking-title {
	display:inline
}
.view-display-id-breaking_news .box,
.view-display-id-breaking_news #read-more-container {
	display:none;
}

.view-display-id-breaking_news #read-more-container.Watch {display:table-cell;}
#alert,#readmore,#display {
	font-family: "ProximaNovaThExtrabold",Arial,Helvetica,sans-serif;
}
#alert {
	font-size:24px;
	color:#fff;
	background:#087294;
	margin-right:5px;
	text-transform:uppercase;
}
#alerttext {font-family:"Merriweather",Arial,serif;}
#heading a {
	color:#fff;
	font-size:18px;
	display:block;
}
#news-text.breaking-news-alert {
	background:#F14747;
}
.developing-story #heading a {color:#333;}
#heading a span {margin-left:5px}
#readmore {
	font-size: 22px;
	text-align: center;
	background:#07617f;
	line-height:24px;
}
#readmore a {color:#fff;display:block;}

.developing-story #alert {
	background:#eec844;
}
.developing-story #readmore {
	background:#e1bd41;
}
.developing-story #alert,
.developing-story #alert a,
.developing-story #readmore a {
	color:#333;
}
.view-display-id-breaking_news {position:relative; overflow:hidden;}
.Special.Coverage tr {background:none;}
.Special.Coverage td,
.Facebook.Live td{
	padding:15px;
	box-sizing:border-box;
}
.Special.Coverage #more-form-select{margin-right:10px;}
table.Special.Coverage {table-layout:fixed; z-index:1; position:relative;}
.Special.Coverage #brightcoveID,
.Facebook.Live #brightcoveID{
	width:630px;
	margin:0 auto;
	vertical-align:top;
}
.Special.Coverage #content {
	vertical-align:top;
}
.box.Special, .box.Facebook.Live.facebook-title {display:block;}
.box.Special.facebook-title {display: none;}

#special-section,
#special-title,
.Special.Coverage #banner {display:none;}


.Special.Coverage #special-title,
.Special.Coverage #special-section {display:table-cell;}
.Facebook.Live #special-section,
.Facebook.Live #special-title {display: table-cell; background:#3B5998}
#special-coverage-image {
	position:absolute;
	width:100%;
	z-index:0;
	background:#000;
}
#special-coverage-image img {
	width:100%;
	height:auto;
}
#special-title {
	color: #fff;
}
#special-title a {
	font-size:32px;
	line-height:36px;
	margin-bottom:-20px;
	font-family: "ProximaNovaThExtrabold",Arial,serif;
}
#special-body {
	color: #fff;
}

.Breaking.News #display {
	text-transform:uppercase;
	font-size:24px;
}
#display-title {
	font-family:"Merriweather",Arial,serif;
	font-size:18px;
	line-height:24px;
}
.text-inaugural {
	font-size: 21px !important;
	font-family: "ProximaNovaSbold",Arial,Helvetica,sans-serif;
	text-align: center;
	color:#fff;
	margin-top:15px;
}

#wm-btn,
#bf-btn,
#jd-btn {display:none;}

.brody-file #bf-btn,
.brodyfileepisodes #bf-btn,
.stakelbeckepisodes #wm-btn,
.watchman #wm-btn,
.jerusalemdatelineepisodes #jd-btn,
.jerusalem-dateline #jd-btn {
	display:inline;
}


/*** DOWNLOAD LINKS ***/
.download-links .download-button {
    color: #0ca3d4;
    cursor: pointer;
}

.download-links {
    text-align: right;
	margin-top:-15px;
	margin-bottom:-30px;
}

.download-links ul {
    padding: 0 !important;
    margin: 0 !important;
    height: 80px;
    max-height: 60px;
    transition: max-height .3s ease-in-out;
    margin-bottom: 10px !important;
    overflow: hidden;
}

.download-links ul.collapsed {
    max-height: 0px;
}

.download-links li {
    display: inline-block;
    background-color: #0CA3D4;
    transition: background-color .2s ease-in-out;
    margin-left: 10px !important;
    list-style: none;
    text-align: left;
}

.download-links li:hover {
    background-color: #30C2F3;
}

.download-links li a {
    color: #fff;
    display: block;
    padding: 8px 16px;
    width: 100%;
    height: 100%;
}

.download-links li a:hover {
    text-decoration: none;
}

/** POLITiCAL DISCLAIMER **/

.political-disclaimer {
    margin-bottom:30px;
    font-weight: bold;
}

.col-50,
.views-field-field-ad-image,
.views-field-field-ad-html-markup {
	width:50%;
	box-sizing:border-box;
	float:left;
}
.sidebar .col-50 {
	width:auto;
}
.col-50 .view-display-id-follow_cbnnews .views-field {
	width:40%;
}
.region-two-66-33-bottom .col-50#float-left {padding-left:30px;}
.region-two-66-33-second .sidebar {float:none !important; }
.views-field-field-ad-image {
	padding-right:10px;
}
.views-field-field-ad-image img {
	width:100%;
	height:auto;
}
.views-field-field-ad-html-markup {
	font-size: 14px;
    line-height: 16px;
}
.view-display-id-news_internal_ad .views-row {
	clear:both;
	max-width:300px;
	margin:0 auto 30px;
}

/***** AUDIO PODCASTS *****/
audio {display:none;}
.audio-wrapper {
	background-color: #f1f1f1; /* Old browsers */
	
	background-color: -moz-linear-gradient(top,  #f1f1f1 0%, #e1e1e1 100%); /* FF3.6-15 */
	
	background-color: -webkit-linear-gradient(top,  #f1f1f1 0%,#e1e1e1 100%); /* Chrome10-25,Safari5.1-6 */
	
	background-color: linear-gradient(to bottom,  #f1f1f1 0%,#e1e1e1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
	
	box-sizing:border-box;
	
	padding:10px;
	
	margin-bottom:30px;
	
	border-radius: 5px;
	
	background-image: url('../images/daily-rundown-bkg.jpg');
	
	background-repeat:no-repeat;
}
.progress-bar {
	width:100%;
	background:#e9f4f7;
	position:relative;
	clear:both;
	margin-top:10px;
}
.progress-bar,
.total-progress {
	height:70px;
	cursor:pointer;
}
.total-progress {
	background: #20a4d2;
	background: -moz-linear-gradient(top,  #20a4d2 0%, #54bae6 100%);
	background: -webkit-linear-gradient(top,  #20a4d2 0%,#54bae6 100%);
	background: linear-gradient(to bottom,  #20a4d2 0%,#54bae6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20a4d2', endColorstr='#54bae6',GradientType=0 );
	width:2px;
}
.play-audio-btn,
.pause-audio-btn {
	width: 110px;
    box-sizing: border-box;
    padding: 20px;
	height:110px;
	cursor:pointer;
	display:table-cell;
	margin-left:10px;
	vertical-align:middle;
}
.play-audio-btn img,
.pause-audio-btn img {
	width:100%;
}

.play-audio-btn > div,
.pause-audio-btn > div {
	
}

.pause-audio-btn {
	display:none;
}
.pause-btn .pause-audio-btn {
	display:table-cell;
	vertical-align:middle;
}
.pause-btn .play-audio-btn {
	display:none;
}
.podcast-image,
.podcast-image svg {
	width:40px;
	display:inline-block;
}
.podcast-image {
	margin-left:15px;
}
.field-name-field-podcasts {
	position:relative;
	margin:30px auto;
}
.field-name-field-podcast-title {
	width:calc(40% - 236px);
	display:table-cell;
	box-sizing:border-box;
	clear:right;
	font-family: "ProximaNovaThExtrabold",Arial,serif;
	vertical-align:middle;
	text-align:left;
	font-size:20px;
}
.now-playing-audio {
	font-family: "ProximaNovaReg", Arial, serif;
	margin-bottom: -5px;
	font-size:15px;
}
.field-name-field-podcast-file- {
	width:100%;
	clear:both;
	font-size:0;
	display:none;
}
.field-name-field-podcast-graphic {
	display:table-cell;
	vertical-align:middle;
	width:146px;
}
.field-name-field-podcast-graphic img {
	width:auto;
	height:110px;
}
.field-name-field-itunes-link img {
	width: 90.75px;
}
.field-name-field-rss-feed-field,
.field-name-field-itunes-link,
.field-name-field-google-play,
.field-name-field-stitcher,
.field-name-field-spreaker {
	display: inline-block;
	vertical-align: middle;
	height: 33px;
	margin-bottom: 9px;
}
.group-podcasts-container{
	margin-bottom:15px;
	position:absolute;
	margin: 20px auto;
	right: 0;
	text-align: center;
}
.group-podcasts-container a {
	display: block;
}
.group-podcasts-container span {
	display: block;
}
.field-name-field-rss-feed-field img,
.field-name-field-itunes-link img,
.field-name-field-google-play img,
.field-name-field-stitcher img,
.field-name-field-spreaker img {
	height:33px;
	margin-left:10px;
	display: block;
}

.field-name-field-rss-feed-field a {padding-right:0;}
.field-name-field-itunes-link a {
	clear:left;
	background-repeat:no-repeat;
	background-position:right center;
	display:block;
	font-size:0;
}
.field-name-field-rss-feed-field a {
	background-repeat:no-repeat;
	background-position:right center;
	display:block;
	font-size:0;
}
.field-name-field-itunes-link a span,
.field-name-field-rss-feed-field a span {
	display:inline-block;
	vertical-align:middle;
}
.field-name-field-itunes-link a span:first-child,
.field-name-field-rss-feed-field a span:first-child {
	
}
.time-clock {
	position:absolute;
	bottom:0;
	left:0;
	padding:3px;
	font-size:15px;
	line-height:17px;
	box-sizing:border-box;
	color:#136e8d;
}
.end-time-clock {
	position:absolute;
	bottom:0;
	right:0;
	padding:3px;
	font-size:15px;
	line-height:17px;
	box-sizing:border-box;
	color:#136e8d;
}
.field-name-field-podcasts .entity > .content {
	
	display:table;
	
	width:100%;

}

/***** SPECIAL STYLES ******/
.ramadan .heading-font {
	font-family: "ProximaNovaThExtrabold",Arial,serif;
    font-size: 34px;
    margin-bottom: 30px;
    line-height: 38px;
    color: #444;
    display: block;
	text-align:center;
}	
.ramadan .heading-font a {
	color:#01a2d6;
}
.ramadan .featured-text {
	font-family: "ProximaNovaThExtrabold",Arial,serif;
    font-size: 28px;
    margin-bottom:30px;
    line-height: 32px;
    color: #444;
    display: block;
}
.ramadan .featured-image {
	text-align:center;
}

/*** ELECTION 2016 ***/
#watch-election-live {
	margin-bottom:30px;
	font-size:0;
	display:block;
	width:100%;
}
.election-2016 {
	display:none;
}
body.page-node-254861 .at-panel .two-66-33 > .region-two-66-33-second .panels-ipe-portlet-wrapper, .four-4x25 > .panel-row > .region, .four-4x25 > .panel-row {
	width:100% !important;
}
body.section_trump-transition-of-power .view-display-id-follow_cbnnews .views-field,
body.page-node-337511 .view-display-id-follow_cbnnews .views-field,
body.page-node-332931 .view-display-id-follow_cbnnews .views-field {
	width:40%;
}


body.page-node-332931 iframe#twitter-widget-0,
body.page-node-254861 iframe#twitter-widget-0{
	display:block !important;
	width:100% !important;
}
body.politics .election-2016,
body.election .election-2016 {
	display:block;
}
.election-banner-2016 {
	background-color:#dde8ee;
	background-image:url('/sites/all/themes/cbnnewstheme/images/election/election-2016-bkg.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	margin-bottom:30px;
}
.ap-embed {
	width:960px;
	height:830px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.election-banner-2016 #header-logo {
	width:23%;
	box-sizing:border-box;
	padding:40px 0 10px;
}
.election-promo-text {
	background: #000;
    color: #fff;
    text-align: center;
    padding: 10px 30px;
    font-family: 'Merriweather', Arial, serif;
	box-sizing:border-box;
	max-width:300px;
	margin:0 auto 30px;
}
.node-type-section-landing-page.politics.election #special-coverage-image img {display:none;}
.node-type-section-landing-page.politics.election .view-display-id-breaking_news #special-coverage-image {
	background:url('/sites/all/themes/cbnnewstheme/images/election/debate-night-bkg.jpg') #193574 no-repeat center top;
	width:100%;
	height:100%;
}
.node-type-section-landing-page.politics.election .view-display-id-breaking_news #special-title a {
	margin-top:-20px;
}

.node-type-section-landing-page.politics.election .field-name-field-basic-text-text {
	position:relative;
}
.node-type-section-landing-page.politics.election .container-bottom .field-name-field-basic-text-text,
.node-type-section-landing-page.politics.election .container-bottom .field-name-field-basic-text-text svg {
	background:#ecf0f3;
	vertical-align: bottom;
}
.election-coverage-text {
	margin:30px auto 10px;
	text-align:center;
}
.node-type-section-landing-page.politics.election .view-display-id-follow_cbnnews {
	text-align:center;
}
.node-type-section-landing-page.politics.election .view-display-id-follow_cbnnews .views-field {
	display:inline-block;
	float:none;
	vertical-align: top;
}
.brody-logo,
.beltway-logo {
	width:55%;
	margin:15px auto 0;
}
.latest-news-story {
	margin-bottom:30px;
}
.latest-news-story,.latest-news-story a {
	font-family: 'ProximaNovaReg', Arial, serif;
	color:#181818;
	font-size: 16px;
    line-height: 20px;
}
.latest-news-story #show {
	font-family: 'ProximaNovaThExtrabold', Arial, serif;
}
.node-type-section-landing-page.politics.election #content.region {
	background:url('/sites/all/themes/cbnnewstheme/images/election/stars-horizontal-bkg.png') repeat-x center 145px;
}
.node-type-section-landing-page.trumptransition .view-id-section_top_stories_list .region-two-33-66-bottom,
.node-type-section-landing-page.politics.election .view-id-section_top_stories_list .region-two-33-66-bottom,
.node-type-section-landing-page.politics.election .view-display-id-latest_news_categorybased .region-two-33-66-bottom {
	display:none !important;
}
.node-type-section-landing-page.politics.election.debate .at-panel .two-66-33 > .region-two-66-33-second .panels-ipe-portlet-wrapper {
	width: auto !important;
	float:none !important;
}
.node-type-section-landing-page.politics.election .container-bottom {
	max-width:none;
}
.node-type-section-landing-page.politics.election .container-bottom .field-name-field-basic-text-text > div {
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
}
.map-header {text-align:center; padding:30px 0 10px;}
.map-header h2 {
	font-family: "ProximaNovaThExtrabold",Arial,serif;
	font-size:28px;
	text-transform:none;
}
.map-header h3 {
	font-family: "ProximaNovaThExtrabold",Arial,serif;
	font-size:18px;
	text-transform:none;
}

/* SVG styles */

.blue-map .state, .blue-map .state path {
	fill:#2666ad;
}
.state, .state path {
    fill:#a4b0c0;
    stroke:#ededed;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    transition: fill .15s ease-in-out;
}

.state.hover, .state.hover path{
    fill: crimson;
    stroke:#FFFFFF;

}

.label {
    cursor: pointer;
}

.label path {
    fill:#a4b0c0;
    transition: fill .15s ease-in-out;
}
.blue-map .label path {
	fill:#2666ad;
}

.label.hover path {
    fill: crimson;
}

.st2 {
    fill:#ededed;
    stroke: none;
}

.st3 {
	font-family: 'ProximaNovaReg', Arial, serif;
}

.st4 {
    font-size:20px;
}

.st5 {
    font-size:16px;
}
.lightbox {
   z-index:9;
   opacity:1;
   background: rgba(0, 0, 0, 0.6);
   width: 100%;
   height: 100%;
   position: fixed;
   top:0;
   left:0;
}

.lightbox.invisible {
    opacity: 0;
	
}

.lightbox.hidden {
    display: none;
}
.key-races {
	font-size:16px;
	margin-top:5px;
}
.key-races > div {
	margin:5px 0;
}
#num_votes {
	font-family: "ProximaNovaThExtrabold",Arial,serif;
}
.main-overlay-wrapper {
    padding: 10px 20px;
    border-radius: 8px;
    background-color: #fff;
	border:#ED1C24 1px solid;
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	width:400px;
	position: absolute;
	top: 50%; 
	left: 50%;
}
.blog-bg.transition {
	background: url("/sites/all/themes/cbnnewstheme/images/politics/transition/trump-transition-bkg.png") no-repeat center top;
	padding-top: 0;
	margin-bottom: 30px;
}
.blog-bg.transition img {display: block;}

.transition-positions .col-25 {
	width:25%;
	box-sizing: border-box;
	float: left;
	padding-right: 30px;
	margin-bottom: 30px;
	text-align: center;
	font-family: "ProximaNovaThExtrabold",Arial,serif;
	font-size: 16px;
}
.transition-positions .col-25:nth-child(4n+1),
.transition-positions .col-25.row-1,
.transition-positions .col-25.row-5,
.transition-positions .col-25.row-9,
.transition-positions .col-25.row-13 {
	clear: left;
}
.transition-positions .col-25 > div {
	padding:0 5px;
}
.transition-positions .font-bold {
	font-size: 21px;
	text-align: center;
	margin-bottom: 15px;
}
.view-display-id-trump_transition .views-field-title {
	margin-top: 3px;
}
.view-display-id-trump_transition .views-field-field-headline,
.view-display-id-trump_transition .views-field-field-headline a,
.view-display-id-trump_transition .views-field-title {
	line-height: 21px;
}
.overlay-container {
    width: 100%;
    height: 100%;
    position: relative;
	font-family: 'ProximaNovaReg', Arial, serif;
}

.overlay-container .close-btn {
    position: absolute;
    right: -17px;
    top: -25px;
    font-size: 40px;
    color: #ccc;
    transition: color .2s ease-in-out;
    cursor: pointer;
}

.overlay-container .close-btn:hover {
    color: #999;
}

.overlay-container h1 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px;
}

.overlay-container h4 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.overlay-container ul {
    margin: 0;
    padding: 0;
    padding-left: 15px;
    margin-bottom: 5px;
}

.overlay-container li {
    list-style: none;
    margin-bottom: 5px;
}

.overlay-container .value-label {
}

.overlay-container .state-name {
    font-size: 16px;
	text-transform:uppercase;
	text-align:center;
	display:inline-block;
}
.overlay-container .electoral {text-align:center;}

.overlay-container .indent {
}

/* end SVG styles */
.love-in-action .node-webform.node-promoted {
	background:#fff;
	border: 0;
	padding:0;
}
.love-in-action .node-webform.node-promoted .webform-component-textfield input.form-text,
.love-in-action .node-webform.node-promoted .webform-component-email input.form-text{
	width: 100%;
	max-width:300px;
    float: none;
    font-size: 12px;
    padding: 10px 0px 10px 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    height: 37px;
}
.love-in-action .node-webform.node-promoted .webform-component-textarea textarea {
	max-width:600px;
	border: 1px solid #ccc;
	min-height: 180px;
}
.love-in-action .node-webform.node-promoted .form-submit {
	float: none;
	width: auto;
	padding-left:30px;
	padding-right:30px;
	font-size: 17px;
	height: auto;
}
.love-in-action .node-webform.node-promoted label {
	text-transform: uppercase;
	font-family: "ProximaNovaThExtrabold",Arial,serif;
	font-weight: normal;
}
.cta-webform {
	text-align: center;
	color:#0b97c4;
	cursor: pointer;
	display: none;
	margin: 30px auto;
}
.cta-webform img {max-width: 20px; margin-right: 5px;}
.section_in-our-hands---the-battle-for-jerusalem #main-content .field-name-body {padding-top: 0;}
.section_in-our-hands---the-battle-for-jerusalem #main-content {
	background: url("http://www.cbn.com/images8/cbnnews/in-our-hands-bkg.jpg") center 50px no-repeat;
	background-size: contain;
}