/*
	Theme Name: News - Inside Big Data Staging - Child Theme
	Theme URI: http://www.studiopress.com/themes/news
	Description: News is a two or three column child theme created for the Genesis Framework, customized for Inside Big Data.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 2.1
	
	Tags: black, custom-background, custom-header, custom-menu, featured-images, fixed-width, gray, left-sidebar, one-column, right-sidebar, sticky-post, theme-options, threaded-comments, three-columns, translation-ready, two-columns, white
	
	Template: genesis
	Template Version: 1.8.2

	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Social Icons
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* News iBD
* White Paper
* Responsive Design


/* Import Fonts
------------------------------------------------------------ */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700|Archivo+Narrow:400,700);


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input {
	color: #333;
	font-family: 'Open Sans', sans-serif;
}

input,
select,
textarea,
.breadcrumb,
.sticky,
.taxonomy-description {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #40487f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	/* background: url(images/bg-light.png); */
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	margin: 0 auto;
}


/* Header
------------------------------------------------------------ */

#header {
	background-color: #fff !important;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
	min-height: 110px;
	margin: 0 auto;
	overflow: hidden;
	width: 1101px;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 18px 10px 0 0;
	width: 140px;
}

#title {
	font-family: 'Archivo Narrow', Georgia, Times, serif;
	font-size: 54px;
	font-weight: 700;
	line-height: 54px;
	text-shadow: 3px 3px #ccc;
	text-transform: uppercase;
}

#title a,
#title a:hover {
	color: #333;
	text-decoration: none;
}

#description {
	color: #999;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#header .widget-area {
	float: right;
	padding: 15px 10px 15px 0;
	width: 738px;
}




/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 125px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 960px;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}

li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}


/* Header Right Navigation
------------------------------------------------------------ */

#header ul.menu {
	float: right;
}

#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.menu li {
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

#header ul.menu li a {
	color: #999;
	display: block;
	font-size: 12px;
	padding: 6px 15px 5px;
	position: relative;
	text-decoration: none;
}

#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	color: #0094d2;
}

#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #111;
	border: 1px solid #444;
	border-top-width: 0;
	color: #999;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 128px;
}

#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	color: #0094d2;
}

#header ul.menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}

#header ul.menu li ul a {
	width: 130px;
}

#header ul.menu li ul ul {
	margin: -33px 0 0 149px;
}

#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}

#header #desktop-header-ad {
	display:block;
}

#header #mobile-header-ad {
	display:none;
}


/* Primary Navigation
------------------------------------------------------------ */

#nav {
	background: url(images/bg-dark.png);
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	clear: both;
	color: #fff;
	font-family: 'Archivo Narrow', Georgia, Times, serif;
	font-weight: 700;
	margin: 0 auto;
	overflow: hidden;
	width: 1101px;
}

#nav ul {
	float: left;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 9px 15px;
	position: relative;
	text-decoration: none;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	color: #0094d2;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background: url(images/bg-dark.png);
	border: 1px solid #444;
	border-top-width: 0;
	color: #fff;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 118px;
}

#nav li li a:hover,
#nav li li a:active {
	color: #0094d2;
}

#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 140px;
	z-index: 9999;
}

#nav li ul a {
	width: 120px;
}

#nav li ul ul {
	margin: -33px 0 0 139px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	font-size: 14px;
	padding: 9px 15px;
}

#nav li.right a {
	background: none;
	border: none;
	color: #fff;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #0094d2;
	text-decoration: none;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 20px;
	padding: 7px 0 5px 18px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 7px 0 5px 20px;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	clear: both;
	font-family: 'Open Sans', sans-serif;
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	color: #333;
	display: block;
	font-size: 12px;
	padding: 12px 15px 10px;
	position: relative;
	text-decoration: none;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	color: #0094d2;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background: url(images/bg-light.png);
	border: 1px solid #ccc;
	border-top-width: 0;
	color: #333;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 118px;
}

#subnav li li a:hover,
#subnav li li a:active {
	color: #0094d2;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 140px;
	z-index: 9999;
}

#subnav li ul a {
	width: 120px;
}

#subnav li ul ul {
	margin: -33px 0 0 139px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Social Icons
------------------------------------------------------------ */

#subnav li.social-facebook,
#subnav li.social-rss,
#subnav li.social-twitter {
	float: right;
}

#subnav li.social-facebook a,
#subnav li.social-facebook a:hover,
#subnav li.social-rss a,
#subnav li.social-rss a:hover,
#subnav li.social-twitter a,
#subnav li.social-twitter a:hover {
	display: block;
	height: 23px;
	padding: 0;
	text-indent: -9999px;
	width: 23px;
}

#subnav li.social-facebook a,
#subnav li.social-facebook a:hover,
#subnav li.social-rss a,
#subnav li.social-rss a:hover,
#subnav li.social-twitter a,
#subnav li.social-twitter a:hover {
	background: url(images/social-icons.png);
	margin: 10px 10px 0 0;
}

#subnav li.social-rss a,
#subnav li.social-rss a:hover {
	margin: 10px 15px 0 0;
}

#subnav li.social-facebook a {
	background-position: 0 0;
}

#subnav li.social-facebook a:hover {
	background-position: 0 -23px;
}

#subnav li.social-rss a {
	background-position: -46px 0;
}

#subnav li.social-rss a:hover {
	background-position: -46px -23px;
}

#subnav li.social-twitter a {
	background-position: -23px 0;
}

#subnav li.social-twitter a:hover {
	background-position: -23px -23px;
}

/* Inner
------------------------------------------------------------ */

#inner {
	background-color: #fff;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	overflow: hidden;
	margin: 0 auto;
	width: 1101px;
}

.news-landing #inner {
	margin: 20px auto;
	width: 700px;
}

#inner:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.content-sidebar #inner {
	background: url(images/inner-cs-1101.png);
}

.sidebar-content #inner {
	background: url(images/inner-sc.png);
}
	
.content-sidebar-sidebar #inner {
	background: url(images/inner-css.png);
}
	
.sidebar-sidebar-content #inner {
	background: url(images/inner-ssc.png);
}
	
.sidebar-content-sidebar #inner {
	background: url(images/inner-scs-1101.png);
}
	
.full-width-content #inner {
	background: #fff;
}


/* Home Top & Home Middle Top
------------------------------------------------------------ */

#home-top,
#home-middle-top {
	border-bottom: 1px solid #d5d5d5;
	overflow: hidden;
}

#home-top .border,
#home-middle-top .border {
	border-bottom: 4px solid #eee;
	overflow: hidden;
}

#home-top .wrap,
#home-middle-top .wrap {
	overflow: hidden;
	padding: 20px 25px 15px;
}

#home-top .ui-tabs ul.ui-tabs-nav {
	border-bottom: 1px dotted #ddd;
	margin: 10px 0;
	padding: 0 0 13px;
}

#home-top .ui-tabs ul.ui-tabs-nav li a {
	background-color: #f5f5f5;
	font-weight: bold;
}

#home-top .ui-tabs ul.ui-tabs-nav li a:hover,
#home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-selected a {
	background-color: #00a7ed;
	color: #fff;
}

#home-top .ui-tabs .post {
	background-color: #fff;
	margin: 0;
	padding: 0;
}

#home-top .widget_featured_category_widget,
#home-top .cat-post-widget {
	padding:0 10px 0 20px;
}

.cat-post-item {
	list-style: none !important;
	background: none !important;
	padding-bottom: 10px;
}

.cat-post-item .cat-post-thumbnail img {
	margin-right: 1em !important;
}

.cat-post-item + .cat-post-item {
	border-top: 1px dotted #ddd;
}

/* Home Top Left, Home Top Right
------------------------------------------------------------ */
#home-top-left-right {
	border-bottom: 1px solid #d5d5d5;
	overflow: hidden;
	background:url(images/main-column-divider-bg.gif) repeat-y center;
}

#home-top-left-right .border {
	border-bottom: 4px solid #eee;
	overflow: hidden;
}

#home-top-left-right .wrap {
	overflow: hidden;
	/*padding: 25px 25px 15px;*/
	padding: 25px 0 15px 0;
}

.home-top-left {
	float: left;
	width: 386px;
}

.home-top-right {
	float: right;
	width: 381px;
}

.home-top-left .widget, .home-top-right .widget {
	padding:0 25px;
}

.home-top-right .widget_featured_category_widget {
	border-bottom: 1px solid #d5d5d5;
	padding-bottom:15px;
}

.home-top-right .widget_recent_entries {
	border-top: 4px solid #eee;
	padding-top:15px;
}


/* Home Middle
------------------------------------------------------------ */

#home-middle {
	border-bottom: 1px solid #d5d5d5;
	overflow: hidden;
	background:url(images/main-column-divider-bg.gif) repeat-y center;
}

#home-middle .border {
	border-bottom: 4px solid #eee;
	overflow: hidden;
}

#home-middle .wrap {
	overflow: hidden;
	padding: 25px 0 15px 0;
}

.home-middle-left {
	float: left;
	width: 386px;
}

.home-middle-right {
	float: right;
	width: 381px;
}

.home-middle-left .widget, .home-middle-right .widget {
	padding:0 25px;
}

.home-middle-left .widget_featured_category_widget {
	border-bottom: 1px solid #d5d5d5;
	padding-bottom:15px;
}

.home-middle-left .rss-logo {
	border-top: 4px solid #eee;
	padding-top:10px;
	text-align:center;
}

.home-middle-left .rss-logo img {
	width:50%;
}

.home-middle-left .widget_rss {
	padding-top:15px;
}

.home-middle-left .widget_rss li {
	list-style:none; 	
}

.home-middle-left .widget_rss h4.widget-title a img {
	display:none;
}


/* Home Bottom
------------------------------------------------------------ */

#home-bottom {
	border-bottom: 1px solid #d5d5d5;
	overflow: hidden;
}

#home-bottom .wrap {
	overflow: hidden;
	padding: 10px;
}

#home-bottom .border {
	border-bottom: 4px solid #eee;
	overflow: hidden;
}


/* Home Sub Footer
------------------------------------------------------------ */

#home-sub-footer {
	overflow: hidden;
}

#home-sub-footer .wrap {
	overflow: hidden;
	padding: 10px;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	border: none;
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	border: none;
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 917px;
}

.content-sidebar-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	width: 805px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 1101px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}

.news-landing #content-sidebar-wrap {
	width: 700px;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	padding: 25px 35px;
	width: 430px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 580px;
}

.content-sidebar-sidebar #content {
	width: 425px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.home.news.content-sidebar #content {
	padding: 0;
	width: 772px;
}

.full-width-content #content {
	width: 910px;
}

.full-width-content.news-landing #content {
	width: 630px;
}

blockquote {
	background-color: #f5f5f5;
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
}

blockquote p {
	color: #666;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-style: italic;
}

.post {
	margin: 0 0 40px;
}

.single .post {
	margin: 0 0 10px;
}

.entry-content {
	/*position:relative;*/
	overflow: hidden;
}

.entry-content p {
	padding: 0 0 15px;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.after-post-ad {
	background-color: #f5f5f5;
	margin: 5px 0 10px;
	padding: 10px;
	overflow: hidden;
}

.after-content-ad {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 20px;
	text-align: center;
	width: 960px;
}

.more-from-category {
	background: url(images/list.png) no-repeat top left;
	list-style-type: none;
	padding: 0 0 0 15px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px dotted #ddd;
	clear: both;
	margin: 0 0 15px;
}

#desktop-inarticle-ad { 
	display:block;
	float:left; 
	width:321px; 
	height:270px;
}
#mobile-inarticle-ad { display:none; }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#content ul {
         overflow:hidden;
    }
}

#content .print-button a {
	display:block;
	text-indent:-5000px;
	width:22px;
	height:22px;
	background:url(images/print-icon.gif) no-repeat left top;
}

/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Archivo Narrow', Georgia, Times, serif;
	font-weight: 700;
	margin: 0 0 10px;
}

h1,
h2,
h2 a,
h2 a:visited {
	font-family: 'Archivo Narrow', Georgia, Times, serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
}

.featuredpost h2,
.featuredpost h2 a {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 5px;
}

#home-bottom h2,
#home-top h2 {
	margin: 5px 0;
}

.home-middle-left .featuredpost h2,
.home-middle-left h2 a,
.home-middle-right .featuredpost h2,
.home-middle-right h2 a,
.sidebar .featuredpost h2,
.sidebar .featuredpost h2 a {
	font-family: 'Archivo Narrow', Georgia, Times, serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	margin: 10px 0 0;
}

.taxonomy-description h1,
.widget-area h2,
.widget-area h2 a {
	font-size: 18px;
	line-height: 24px;
}

h2 a:hover {
	color: #0094d2;
	text-decoration: none;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.widget h4,
.widget-area h4 {
	text-transform: none;
	word-spacing: 2px;
}

.widget h4,
.widget-area h4 {
	font-size: 14px;
}

.widget-area h4 a {
	color: #333;
	text-decoration: none;
}

#footer-widgets h4 {
	background: none;
	border: none;
	margin: 0 0 5px;
	padding: 0;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 11px;
	margin: 0 0 15px;
}

.post-info .printfriendly {
	display:inline-block;
	vertical-align:bottom;
	padding-left:11px;
}

.featuredpost .post-info,
.ui-tabs .post-info {
	color: #666;
	margin: 0;
}

.ui-tabs .post-info {
	margin: 0 0 5px;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	background-color: #f5f5f5;
	clear: both;
	font-size: 11px;
	padding: 7px 10px 5px;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}

.author-box p {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 1em;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.categories {
	background: url(images/icon-categories.png) no-repeat top left;
	padding: 3px 0 3px 22px;
}

.post-comments {
	background: url(images/icon-comments.png) no-repeat top left;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 22px;
}

.tags {
	background: url(images/icon-tags.png) no-repeat top left;
	margin: 0 0 0 10px;
	padding: 3px 0 3px 20px;
}

.time {
	background: url(images/icon-time.png) no-repeat top left;
	padding: 2px 0 2px 21px;
}

.featuredpost .post-comments,
.featuredpost  .time {
	background: none;
	margin: 0;
	padding: 0;
}


/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.avatar,
.entry-content img,
.featuredpage img,
.featuredpost img,
.post-image,
.ui-tabs img {
	background-color: #fff;
	border: 4px solid #eee;
	padding: 1px;
}

.featuredpost img {
	margin: 0 0 10px;
}

img.ad-left {
	float: left;
	margin: 5px 10px 5px 0;
}

img.ad-right {
	float: left;
	margin: 5px 0;
}

.author-box .avatar {
	background-color: #fff;
	border: 4px solid #ddd;
	float: left;
	height: 72px;
	margin: 0 10px 0 0;
	width: 72px;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar { 
	background-color: #fff;
	float: left;
	height: 30px;
	margin: 0 5px 0 0;
	width: 30px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 15px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

#home-top .alignleft {
	margin: 0 15px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	background-color: #f5f5f5;
	padding: 10px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	background-color: #333;
	border: 1px solid #333;
	color: #fff;
	padding: 5px 8px;
	text-decoration: none;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #0094d2;
	border: 1px solid #0094d2;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 13px;
	line-height: 20px;
	width: 324px;
}

.sidebar p {
	font-size: 13px;
	line-height: 20px;
}

#sidebar-alt {
	float: left;
	width: 184px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

#sidebar .widget,
#sidebar-alt .widget {
	border-bottom: 1px solid #d5d5d5;
}

.sidebar .widget-wrap {
	border-bottom: 4px solid #eee;
	overflow: hidden;
	padding: 15px 20px 20px;
}

.sidebar .widget ul {
	margin: 5px 0 -5px;
}

.sidebar .widget ul li:not(.cat-post-item),
.sidebar .widget-area ul li:not(.cat-post-item) {
	background: url(images/list.png) no-repeat top left;
	border-bottom: 1px solid #eee;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px 15px;
	word-wrap: break-word;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	display: inline;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	width: 100%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px dotted #ddd;
	overflow: hidden;
	margin: 0 0 10px;
	padding: 0 0 15px;
}

.home.content-sidebar .home-middle-right .featuredpost .post,
.home.content-sidebar #home-bottom, #home-sub-footer .featuredpost .post {
	padding: 0;
	border-bottom: none;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background-color: #00a7ed;
	border: 1px solid #0094d2;
	color: #fff;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 13px;
	font-weight: normal;
	padding: 5px;
	text-decoration: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	background-color: #0094d2;
	border: 1px solid #0094d2;
	color: #fff;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 25px 20px 0 0;
}

#nav .searchform {
	float: right;
	padding: 2px 0 0;
}

.s {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	margin: 5px -6px 0 0;
	padding: 5px;
	width: 180px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews {
	background: url(images/enews.png) no-repeat top right;
}

.enews #subbox {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	margin: 10px -2px 0 0;
	padding: 5px;
	width: 175px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background-color: #fff;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	margin: 0 auto;
	overflow: hidden;
	width: 1101px;
}

#footer-widgets .wrap {
	border: 4px solid #f5f5f5;
	font-size: 13px;
	line-height: 20px;
	overflow: hidden;
	padding: 15px 14px 0;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets p {
	font-size: 13px;
	line-height: 20px;
	padding: 0 0 10px;
}

#footer-widgets .widget ul li,
#footer-widgets .widget-area ul li {
	background: url(images/list.png) no-repeat top left;
	border-bottom: 1px dotted #ddd;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px 18px;
	word-wrap: break-word;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	margin: 0 20px 0 0;
	width: 295px;
}

.footer-widgets-2 {
	float: left;
	width: 290px;
}

.footer-widgets-3 {
	float: right;
	width: 295px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	background: url(images/footer.png) no-repeat top;
	clear: both;
	font-size: 11px;
	margin: 0 auto;
	padding: 30px 0 20px;
	overflow: hidden;
	text-transform: uppercase;
	width: 960px;
}

#footer p {
	color: #666;
	font-size: 11px;
}

#footer a,
#footer a:visited {
	color: #666;
}

#footer a:hover {
	color: #0094d2;
	text-decoration: none;
}

#footer .gototop {
	float: left;
	padding: 0 0 0 10px;
	width: 200px;
}

#footer .creds {
	float: right;
	padding: 0 10px 0 0;
	text-align: right;
	width: 735px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 30px;
	overflow: hidden;
}

#comments {
	font-size: 13px;
	line-height: 20px;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	margin: 0;
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style: none;
	margin: 10px 0 0;
	padding: 10px;
}

.comment-list li ul li {
	list-style-type: none;
}

.comment-list p,
.ping-list p {
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	margin: 10px 5px 10px 0;
	padding: 0;
	text-transform: none;
}

.comment-list ul.children {
	margin-top: 20px;
}

.comment-list ul.children li.comment  {
	background: #fff;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
	font-weight: bold;
}

.commentmetadata {
	font-weight:normal;
}

.comment-author { 
	background: #e5e5e5;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 10px 0;
}

.comment-meta { 
	background: #e5e5e5;
	font-size: 12px;
	padding: 0 10px 8px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
	padding: 0;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}




/* News iBD - Inside Big Data Custom Color Scheme
------------------------------------------------------------ */

body.news-ibd > div#wrap {
	background-color: #8896aa;
}

.news-ibd a,
.news-ibd a:visited {
	color: #40487f;
	text-decoration: underline;
	/* padding: 2px; */
}

.news-ibd p > a:hover,
.news-ibd li > a:hover,
.news-ibd a.rsswidget:hover {
	background: #40487f;
	color: #fff;
}

.news-ibd a > img:hover {
	background: #fff;
	color: #40487f;
}

.news-ibd h1 a,
.news-ibd h2 a,
.news-ibd h3 a,
.news-ibd h4 a,
.news-ibd h1 a:hover,
.news-ibd h2 a:hover,
.news-ibd h3 a:hover,
.news-ibd h4 a:hover {
	background: none;
	text-decoration: none;
}

.news-ibd #header {
	background: #fff;

	background: -moz-linear-gradient(top,  #d7dde5 0%, #ededed 18%, #ffffff 48%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d7dde5), color-stop(29%,#ededed), color-stop(48%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d7dde5 0%,#ededed 18%,#ffffff 48%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d7dde5 0%,#ededed 18%,#ffffff 48%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d7dde5 0%,#ededed 18%,#ffffff 48%); /* IE10+ */
	background: linear-gradient(to bottom,  #d7dde5 0%,#ededed 18%,#ffffff 48%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7dde5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	clear: both;
	min-height: 85px;
	border: none;
}

.news-ibd #inner {
	border: none;
}
.news-ibd #title-area {
	width: 326px; 
	padding: 10px 0 0 10px;
}

.news-ibd h3 {
	font-size:1.2em;
	padding-left:65px;
}

.news-ibd #title,
.news-ibd #title a {
	position: relative;
	text-indent: -9999px;
}

.news-ibd #title-area a img {
	width: 326px;
	padding: 0;
}

.news-ibd #title-area a > img:hover {
	background: none;
	background-color:transparent;
}

.news-ibd #imHomeRectangle embed,
.news-ibd #imROSRectangle embed,
.news-ibd #imROSWideSky embed {
	max-width: 100%;
}

.news-ibd .aligncenter {
	text-align: center;
}

.news-ibd p.archive-label {
	text-align: center;
	font-size: 0.9em;
	margin: 0;
}

.news-ibd p.ad-label {
	text-align: center;
	font-size: 0.7em;
	font-family: Helvetica, Arial, sans-serif;
	color: #777;
	margin: -10px 0 0;
}

.news-ibd #imROSRectangle embed {
	max-height: 130%;
}


.news-ibd #nav {
	background: #1f2656;
	border-top: 2px solid #3b457f;
	border-bottom: 2px solid #3d53a0;
	border-right: none;
	border-left: none;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: bold;
}


.news-ibd #header ul.nav li li a,
.news-ibd #header ul.nav li li a:link,
.news-ibd #header ul.nav li li a:visited,
.news-ibd #header ul.menu li li a,
.news-ibd #header ul.menu li li a:link,
.news-ibd #header ul.menu li li a:visited,
.news-ibd #nav li li a,
.news-ibd #nav li li a:link,
.news-ibd #nav li li a:visited {
	color: #fff;
}

.news-ibd #nav .current-menu-item ul.sub-menu li a {
	background: #333;
}

.news-ibd #subnav li li a,
.news-ibd #subnav li li a:link,
.news-ibd #subnav li li a:visited,
.news-ibd h2 a,
.news-ibd h2 a:visited {
	color: #333;
}

.news-ibd #home-top .wrap {
	padding: 5px;
}


/* MailChimp Settings */

.news-ibd div#mc-news {
	margin: 0 auto;
	overflow: hidden;
	width: 1101px;
}

.news-ibd #mc_signup_form {
	color: #222;
	display: block;
	background: #c7c7c7;
	padding: 12px 7px;
	/*height: 40px;*/
}

.news-ibd #mc_embed_signup h2 {
	font-size: 1.2em;
}

.news-ibd #mc_subheader {
	/*float: left;*/
	display:table-cell;
	vertical-align:middle;
	font-size: 1.1em;
	font-weight: bold;
	padding:0 15px 0 10px;
	color: #ac0000;
}

.news-ibd .mc_form_inside {
	display:table-cell;
	vertical-align:middle;
}

.news-ibd .mc_merge_var {
	margin: 0 0 0 20px;
	float: left;/**/
	width: 250px;
}

.news-ibd .mc_signup_submit {
	float:left;
}

.news-ibd .mc_var_label {
	float:left;
	font-size: 0.85em;
	display: inline-block;
	margin: 0;
}

.news-ibd input#mc_signup_submit.button {
	font-size: 0.85em;
	font-weight: bold;
	padding: 4px 7px;
	border-radius: 5px;
	margin: 20px 10px 5px 5px;
	background: #ac0000;
	border: 1px solid #8187b5;
	width: 120px;
	float: right;
}

.news-ibd input#mc_mv_EMAIL.mc_input {

}

.news-ibd input#mc_signup_submit.button:hover,
.news-ibd input#mc_signup_submit.button:focus {
	background: #404780;
}

.news-ibd #mc_message .mc_success_msg {
	float: left;
	width: 100%;
}


/* End MailChimp Styles */





.news-ibd #header ul.nav li a:hover,
.news-ibd #header ul.nav li a:focus,
.news-ibd #header ul.nav li a:active,
.news-ibd #header ul.nav .current_page_item a,
.news-ibd #header ul.nav .current-cat a,
.news-ibd #header ul.nav .current-menu-item a,
.news-ibd #header ul.menu li a:hover,
.news-ibd #header ul.menu li a:active,
.news-ibd #header ul.menu .current_page_item a,
.news-ibd #header ul.menu .current-cat a,
.news-ibd #header ul.menu .current-menu-item a,
.news-ibd #header ul.nav li li a:hover,
.news-ibd #header ul.nav li li a:active,
.news-ibd #header ul.menu li li a:hover,
.news-ibd #header ul.menu li li a:active,
.news-ibd #nav li a:hover,
.news-ibd #nav li a:active,
.news-ibd #nav .current_page_item a,
.news-ibd #nav .current-cat a,
.news-ibd #nav .current-menu-item ul.sub-menu li.current-menu-item a,
.news-ibd #nav .current-menu-item a,
.news-ibd #nav .current-menu-item ul.sub-menu li a:hover,
.news-ibd #nav .current-menu-item ul.sub-menu li a:active,
.news-ibd #nav li li a:hover,
.news-ibd #nav li li a:active,
.news-ibd #nav li.right a:hover,
.news-ibd #subnav li a:hover,
.news-ibd #subnav li a:active,
.news-ibd #subnav .current_page_item a,
.news-ibd #subnav .current-cat a,
.news-ibd #subnav .current-menu-item a,
.news-ibd #subnav li li a:hover,
.news-ibd #subnav li li a:active,
.news-ibd #footer a:hover,
.news-ibd #nav ul.sub-menu li.current-menu-item a {
	color: #ffc422;
	background-color: #3d53a0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3b457f), to(#3d53a0));
	background-image: -webkit-linear-gradient(top, #3b457f, #3d53a0);
	background-image: -moz-linear-gradient(top, #3b457f, #3d53a0);
	background-image: -o-linear-gradient(top, #3b457f, #3d53a0);
	background-image: -ms-linear-gradient(top, #3b457f, #3d53a0);
	background-image: linear-gradient(top, #3b457f, #3d53a0);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#3b457f', EndColorStr='#3d53a0');
}

.news-ibd #home-top .ui-tabs ul.ui-tabs-nav li a:hover,
.news-ibd #home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-selected a,
.news-ibd .navigation li a:hover,
.news-ibd .navigation li.active a {
	background-color: #c72730;
}

.news-ibd .navigation li a:hover,
.news-ibd .navigation li.active a {
	border: 1px solid #c72730;
}

.news-ibd h2 a:hover {
	text-decoration: none;
	color: #40487f;
}

.news-ibd input[type="button"],
.news-ibd input[type="submit"] {
	background-color: #e93542;
	border: 1px solid #c72730;
}

.news-ibd input:hover[type="button"],
.news-ibd input:hover[type="submit"] {
	background-color: #c72730;
	border: 1px solid #c72730;
}



/* Utility Navigation and Search Bar */

.news-ibd #imUtil {
	width: 1101px;
	margin: 0 auto;
	background-color: #555;
	height: 36px;
	font-size: 0.9em;
	/* border-bottom: #650a11 2px solid; */
}

.news-ibd #imUtil ul {
	display: inline;
	padding: 7px 0;
	margin-left: 45%;
	float: left;
}

.news-ibd #imUtil li {
	display: inline;
	padding: 0;
	color: #fff;
}

.news-ibd #imUtil li:before {
	content:'\00A6';
	padding: 0 0.4em;
}

.news-ibd #imUtil li.first:before {
	content: none;
}

.news-ibd #imUtil a {
	text-decoration: underline;
	color: #fff;
	padding: 4px 12px;
}

.news-ibd #imUtil a:hover {
	color: #222;
	background: rgba(225, 225, 225, 0.65);
}

.news-ibd #imUtil form {
	float: right;
	padding: 5px 10px;
}

.news-ibd #imUtil form label {
	color: #fff;
}

.news-ibd #imUtil input.s {
	font-size: 1em;
	font-style: italic;
	margin: 0;
	padding: 3px;
}

.news-ibd #imUtil input.search-submit {
	font-size: 1em;
	font-weight: 400;
	padding: 3px 5px;
	background: #3c9ae3;
	border: 1px solid #355467;
	border-radius: 3px;
}




/* Homepage Featured Post (Hero) Styles
------------------------------------------------------------ */

.news-ibd #home-top .featuredpost .post {
	padding: 10px;
}

.news-ibd #home-top .featuredpost .post img {
	box-sizing: border-box;
	max-width: 280px;
}


/* Homepage Featured Grid Styles
------------------------------------------------------------ */

.news-ibd .featuredgrid {
	padding: 5px;
}

.news-ibd .featuredgrid h1,
.news-ibd .featuredgrid h1 a,
.news-ibd .widget_featured_category_widget h1,
.news-ibd .widget_featured_category_widget h1 a,
.news-ibd .cat-post-widget h1,
.news-ibd .cat-post-widget h1 a,
.news-ibd .featuredgrid h2,
.news-ibd .featuredgrid h2 a,
.news-ibd .widget_featured_category_widget h2,
.news-ibd .widget_featured_category_widget h2 a,
.news-ibd .cat-post-widget h2,
.news-ibd .cat-post-widget h2 a{
	font-size: 1.05em;
	/* font-family: 'Open Sans', Helvetica, Verdana, sans-serif; */
	line-height: normal;
	margin: 15px 0 5px 0;
	color: #444;
}

.news-ibd .featuredgrid h4.widgettitle {
	margin: 0;
	font-size: 1.3em;
	color: #555;
}

.news-ibd .genesis-grid-even,
.news-ibd .genesis-grid-odd {
	border-top: 1px dotted #ddd;
	margin: 10px 0 0 0;
}

.news-ibd .featuredgrid p {
	line-height: normal;
	font-size: 1em;
}

.news-ibd .featuredgrid img.attachment-home-middle-right {
	margin: 10px 0;
	padding: 1px;
	border: #444 1px solid;
	max-width: 50px;
}

.news-ibd .widget_featured_category_widget .readmore {
	display: block;
	margin: 5px 0;
	text-align:right;
}

.news-ibd .widget_featured_category_widget hr {
	border:0;
	border-bottom: 1px dotted #ddd;
	background-color:transparent !important;
}


/* Homepage Other Recent Articles Styling 
--------------------------------------------------------------- */

.news-ibd .home-middle-left h4, 
.news-ibd .home-middle-right h4, 
.news-ibd .home-top-left h4, 
.news-ibd .home-top-right h4,
.news-ibd #home-bottom h4 {
	font-size: 1.2em;
}

.news-ibd .home-middle-right ul, 
.news-ibd .home-middle-right li,
.news-ibd .home-top-right ul, 
.news-ibd .home-top-right li,
.news-ibd #home-bottom .widget_rss ul,
.news-ibd #home-bottom .widget_rss li {
	list-style-type: none;
	margin: 0 0 8px 0;
	line-height: normal;
	font-size: 1em;
}

.news-ibd .home-middle-left .widget_featured_category_widget h2 {
	margin-top: 15px;
}

.news-ibd .home-middle-left .widget_featured_category_widget p,
.news-ibd .home-middle-left .textwidget,
.news-ibd .home-middle-left .textwidget p,
.news-ibd .home-middle-right .textwidget p {
	font-size: 1em;
	line-height: normal;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ddd;
}

.news-ibd .home-middle-left .widget_featured_category_widget img,
.news-ibd .home-middle-right .widget_featured_category_widget img,
.news-ibd .home-middle-left .cat-post-widget img,
.news-ibd .home-middle-right .cat-post-widget img {
	float: left;
	padding: 1px;
	margin-right: 7px;
	border: 3px solid #ddd;
	/*max-height: 75px;*/
	overflow: hidden;
}

.news-ibd .home-middle-left .widget_featured_category_widget .readmore {
	display: block;
	margin: 5px 0;
}

.news-ibd .home-middle-right .textwidget p {
	margin: 20px 0 0 0;
}

.news-ibd #home-bottom .widget_rss {
	padding: 10px;
	float: right;
	max-width: 460px;
}

.news-ibd #home-bottom .widget_rss a.rsswidget {
	padding: 2px;
}

.news-ibd #home-bottom .rss-logo {
	float: left;
	width: 120px;
	padding: 10px;
}

/* Homepage Sub Footer Styles
------------------------------------------------------------ */

.news-ibd #home-sub-footer .one-third {
	padding-left: 3.33%;
}

.news-ibd #home-sub-footer li {
	line-height: normal;
	font-size: 12px;
	list-style: none;
	margin: 0 0 7px 0;
}

.news-ibd #home-sub-footer .home-sub-footer-left {
	padding-left: 0;
}

.news-ibd #home-sub-footer h2.entry-title a {
	color: #c72730;
	font-size: 12px;
	line-height: normal;
}

.news-ibd #home-sub-footer p {
	font-size: 12px;
	line-height: normal;
}

.news-ibd #home-sub-footer h2.entry-title a:hover {
	text-decoration: underline;
}

.news-ibd #home-sub-footer p.more-from-category {
	margin-top: 20px;
}

.news-ibd #home-sub-footer .post {
	margin-bottom: 1.6em;
}

.news-ibd #home-sub-footer .post-stats {
	margin: 0 0 0 5px;
	font-style: italic;
	color: #677;
	white-space: nowrap;
}

.news-ibd #home-sub-footer .post-stats .wpp-comments:before {
	content: "(";
}

.news-ibd #home-sub-footer .post-stats .wpp-comments:after {
	content: ")";
}


/* Text Ad Styles
------------------------------------------------------------ */

.news-ibd #inner #content div.ibd-text-ad {
	background: #cccccc;
	border-radius: 5px;
	padding: 5px 15px 10px 15px;
	max-height: 75px;
	min-height: 50px;
}

.news-ibd p.adMeta {
	text-align: center;
	font-size: 0.8em;
	color: #666;
}

.news-ibd #ibdHomeTextAd iframe {
	width: 100%;
	height: 100%;
} 

.news-ibd #ibdHomeTextAd iframe html body {
	font-size: 0.9em;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	text-align: center;
}


/* Sidebar Styles
------------------------------------------------------------ */

.news-ibd .sidebar h4.widgettitle {
	text-transform: uppercase;
	margin-bottom: 15px;
}

.news-ibd .sidebar .widget_featured_category_widget h2,
.news-ibd .sidebar .widget_featured_category_widget h2 a,
.news-ibd .sidebar .widget_featured_category_widget h3,
.news-ibd .sidebar .widget_featured_category_widget h3 a  {
	font-size: 14px;
	line-height: normal;
	color:#444;
}

.news-ibd .sidebar .featuredpost h2,
.news-ibd .sidebar .widget_featured_category_widget h2,
.news-ibd .sidebar .featuredpost h3,
.news-ibd .sidebar .widget_featured_category_widget h3 {
	margin: 0 0 8px;
	font-size: 1.05em;
	padding-left:0;
	color:#444;
}

.news-ibd .sidebar .widget_featured_category_widget img,
.news-ibd .sidebar .cat-post-widget .cat-post-thumbnail {
	float: right !important;
	padding: 1px;
	background-color: #fff;
	border: 4px solid #eee;
	margin-left: 8px;
}

.news-ibd .sidebar .cat-post-widget .cat-post-thumbnail img {
	margin-right: 0 !important;
}

.news-ibd .sidebar .widget_featured_category_widget p {
	font-size: 1em;
	line-height: normal;
}

.news-ibd .sidebar .widget_marvylous_post_widget .ml-context-row p,
.news-ibd .sidebar .widget_download_manager_widget .ml-context-row p {
	font-size: 13px;
	line-height: 20px;
}

.news-ibd .sidebar .widget_featured_category_widget .readmore {
	display: block;
	margin: 5px 0;
	text-align:left;
}

.news-ibd .sidebar .widget_featured_category_widget .sharedaddy {
	display: none;
	visibility: hidden;
}

.news-ibd .sidebar .wpsnw-class ul.social-networks,
.news-ibd .sidebar .wpsnw-class ul.social-networks li {
	display: inline;
	list-style: none;
	border: none;
	background: none;
	padding: 0;
	margin: 0 2px;
}

.news-ibd .sidebar .wpsnw-class li > a {
	text-decoration: none;
}

.news-ibd .sidebar .wpsnw-class li > a:hover {
	background: #fff;
}

.news-ibd .sidebar .wpsnw-class li > a > i {
	padding: 5px;
	border-radius: 3px;
}

.news-ibd .sidebar .wpsnw-class li > a > i:hover {
	background: #ddd;
}

.news-ibd #sidebar .wpsnw-class a > i.icon-facebook {
	color: #3b5998;
}

.news-ibd #sidebar .wpsnw-class a > i.icon-twitter {
	color: #00acee;
}

.news-ibd #sidebar .wpsnw-class a > i.icon-rss {
	color: #ee802f;
}

.news-ibd #sidebar .wpsnw-class a > i.icon-linkedin {
	color: #1784bc;
}

.news-ibd #sidebar .wpsnw-class a > i.icon-google-plus {
	color: #dd4b39;
}

.news-ibd .sidebar #ibdGoldSponsors h4 {
	margin-top: 1.6em;
	text-align: center;
	text-transform: none;
}

.news-ibd .sidebar .widget #ibdGoldSponsors ul {
	margin-bottom: 2em;
}

.news-ibd .sidebar .widget #ibdGoldSponsors ul li {
	list-style: none;
	border: none;
	text-align: center;
	background: none;
	margin: 5px;
	padding: 0;
}

.news-ibd .sidebar .widget #ibdGoldSponsors p {
	font-size: 0.9em;
	text-align: center;
	margin: 0.9em 0;
}


/* Madison Logic Whitepaper Widget Styles
------------------------------------------------------------ */

.news-ibd .ml-context h4.ml-head {
	text-transform: uppercase;
}

.news-ibd .ml-context-row {
	margin-bottom: 1.4em;
	clear: both;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px #ddd dotted;
}

.news-ibd .ml-context-row p {
	line-height: normal;
	margin-bottom: 6px;
	font-size: 0.95em;
}

.news-ibd .ml-context-row img {
	border: 2px #eee solid;
	padding: 1px;
	float: left;
	margin: 0 10px 5px 0;
}



/* SimplyHired Job Board Widget Styles
------------------------------------------------------------ */

.news-ibd div#jbb_widget_customizable {
	font-size: 0.95em;
	line-height: normal;
}

.news-ibd #jbb_widget_customizable #jbb_widget_board_title a {
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 14px;
	font-family: 'Archivo Narrow', Georgia, Times, serif;
	font-weight: 700;
	color: #000;
	text-decoration: none;
}

.news-ibd #jbb_widget_customizable ul>li {
	list-style: none;
	margin: 10px 0 15px;
	padding: 0 0 10px;
}



/* Archive Styles - Subcategory Listings
------------------------------------------------------------ */

.news-ibd div#archive-intro p {
	line-height: 1.6em;
}

.news-ibd div#archive-intro h3 {
	font-size: 1em;
	font-weight: 700;
	margin: 1.2em 0 0.5em 0;
}

.news-ibd div#archive-intro h3 span {
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: italic;
	color: #666;
	text-decoration: none;
	display: block;
	clear: left;
}

.news-ibd .subcat-header {
	font-size: 0.8em;
	float: left;
}

.news-ibd ul.subcat-list {
	list-style-type: none;
	font-size: 0.8em;
	margin-bottom: 1.75em;
}

.news-ibd ul.subcat-list li {
	display: inline;
	margin-left: 8px;
}

.news-ibd .subcat-dropdown {
	float: right;
	margin-top: -30px;
}

.news-ibd.archive.category img.alignleft.post-image.entry-image {
	clear: both;
	margin: 0 2em 1em 0;
}


/* Article Detail Styles
------------------------------------------------------------ */

.news-ibd .full-width-content #content .hfeed {
	width: 910px !important;
}

.news-ibd #content {
	padding: 15px;
	width: 563px; 
}

.news-ibd #content .breadcrumb {
	font-size: 0.8em;
	margin: 0 0 15px 0;
	padding: 0;
	line-height: normal;
	background: #fff;
}

.news-ibd #content .post h2.entry-title {
	margin-top: 1.2em;
}

.news-ibd .entry-content h2 {
	font-size: 1.4em;
}

.news-ibd .entry-content h3 {
	font-size: 1.2em;
}

.news-ibd #content img {
	box-sizing: border-box;
}

.news-ibd #content img.post-photo {
	background-color: #fff;
	border: 4px solid #eee;
	padding: 1px;
	margin-bottom: 1em;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

.news-ibd .after-post-ad .widget {
	float:left;
	vertical-align:top;
}

.news-ibd .after-post-ad .widget_text {
	width:50%;
}

.news-ibd .after-post-ad .widget_yarpp_widget {
	width: 50%;
	float: right;
}

.news-ibd .after-post-ad .yarpp-related-widget ol li {
	list-style: square;
	margin-bottom: 4px;
	line-height: normal;
	font-size: 0.9em;
}

.news-ibd .after-post-ad .widget_wp_related_posts,
.news-ibd .after-post-ad .widget_marvylous_related_widget {
	width:50%;
	float:left;
}

.news-ibd .after-post-ad .widget_wp_related_posts ul,
.news-ibd .after-post-ad .widget_marvylous_related_widget ul {
	padding-left:13px;
}

.news-ibd div#respond p.form-submit {
	margin-bottom: 10px;
}


.news-ibd .after-post-ad div#ibdResourceLink1,
.news-ibd .after-post-ad div#ibdResourceLink2,
.news-ibd .after-post-ad div#ibdResourceLink3 {
	min-height: 25px;
	max-height: 55px;
	margin-top: 7px;
}

.news-ibd .after-post-ad div iframe {
	width: 100%;
	max-height: 150px;
}


/* Blockquote Styles
------------------------------------------------------------ */

.news-ibd #content blockquote {
	border-left: 10px solid #ddd;
	quotes: "\201C""\201D""\2018""\2019";
	color: #333;
	padding: 1em 1.2em 1em;
}

.news-ibd #content blockquote:before {
	color: #bbb;
	content: open-quote;
	font-family: Baskerville, Georgia, serif;
	font-size: 6em;
	font-style: italic;
	line-height: 1px;
	margin-right: .2em;
	vertical-align: -.4em;
}

.news-ibd #content blockquote p {
	color: #333;
	margin-bottom: 1.2em;
}

.news-ibd #content blockquote p:first-child {
	display: inline;
}

.news-ibd #content blockquote p:last-child {
	margin-bottom: 0;
	margin-top: 1em;
}


/* Podcast Element Styles
------------------------------------------------------------ */

.news-ibd .powerpress_player {
	margin: 0.8em 0 1.2em;
}

.news-ibd .powerpress_player img {
	width: 300px;
	max-width: 100%;
	padding: 0px;
}

/* Events List Styles
------------------------------------------------------------ */

.news-ibd ul.event-list-view,
.news-ibd ul.single-event-view {
	margin: 0;
}

.news-ibd ul.event-list-view li.event {
	border-top: #999 2px solid;
	padding: 10px;
	margin: 0;
	list-style-type: none;
}

.news-ibd ul.single-event-view li.event {
	list-style-type: none;
	padding: 10px;
	margin: 0;
}


/* JetPack Sharing (ShareDaddy) Override Styles
------------------------------------------------------------ */

.news-ibd #content div.sharedaddy div.sd-block {
	
	background-color: #ddd;
	background-color: rgba(187, 187, 187, 0.08);
	border: 1px solid rgba(0,0,0,.13);
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	box-sizing: border-box;
	padding: 5px 2px 0;
    width: auto !important;
	margin-bottom: 10px;
} 

.news-ibd div.sharedaddy h3, 
.news-ibd #content div.sharedaddy h3, 
.news-ibd #main div.sharedaddy h3, 
.news-ibd #primary div.sharedaddy h3 {
	font-family: 'Open Sans', sans-serif;
	margin: 4px 0 0 7px;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 0.25;
	color: #555;
	width: min-intrinsic !important;
}

.news-ibd div.sharedaddy a.sd-button {
	font-size: 0.8em;
	padding: 2px 0;
}


/* Comments Section
------------------------------------------------------------ */

.news-ibd #respond {
	margin: 20px 0 30px;
}

/* Widget Wrap Styles
------------------------------------------------------------ */

.news-ibd .sidebar .widget-wrap {
	border-bottom: 4px solid #eee;
	overflow: hidden;
	padding: 12px;
}



/* Footer Widgets Styles
------------------------------------------------------------ */

.news-ibd #footer {
	display: none;
}

.news-ibd #footer-widgets {
	background-color: #ddd;
	color: #222;
	font-size: 0.9em;
	line-height: 1em;
	clear: both;
	border: none;
}

.news-ibd #footer-widgets p {
	color: #222;
	font-size: 0.9em;
}

.news-ibd #footer-widgets p.footer-content img {
	width: 150px;
	margin: 0 0 10px 0;
}

.news-ibd #footer-widgets ul li {
	background: none;
	border: none;
	margin: 5px 0 0 0;
	padding: 0;
	color: #222;
	font-size: 0.9em;
}

.news-ibd #footer-widgets ul li a {
	color: #222;
	text-decoration: underline;
	padding: 3px 5px;
}


.news-ibd #footer-widgets ul li a:hover,
.news-ibd #footer-widgets ul li a:focus {
	color: #fff;
} 

/* Skins background ad
------------------------------------------------------------ */
.news-ibd #skins-ad-right {
	position:fixed;
	z-index:1;
	top:0;
	left:50%;
	margin-left:550px;
	width:250px;
	height:900px;
}

.news-ibd #skins-ad-left{
	position:fixed;
	z-index:1;
	top:0;
	left:50%;
	margin-left:-801px;
	width:250px;
	height:900px;
}

@media screen and (max-width: 1513px) {
	.news-ibd #skins-ad-right,
	.news-ibd #skins-ad-left {
		display:none;
	}
}

/* Accessibility styles
------------------------------------------------------------ */

.visuallyhidden { 
  position: absolute; 
  overflow: hidden; 
  clip: rect(0 0 0 0); 
  height: 1px; width: 1px; 
  margin: -1px; padding: 0; border: 0; 
}

/* Company listing on Companies category
------------------------------------------------------------ */
#listOfCompanies { 
	background-color:#eeeeee;
	padding:10px;
}
#listOfCompanies ul {  
	width:50%;
	float:left;
}
#listOfCompanies li { 
	list-style:none;
}

/* Shared WP Stuff
------------------------------------------------------------ */
body.single-wpdmpro .after-post-ad,
body.single-white-paper-sponsor .after-post-ad, 
body.page-template-white-papers .after-post-ad {
	display:none;
}

body.single-wpdmpro.news-ibd #content .breadcrumb,
body.single-white-paper-sponsor.news-ibd #content .breadcrumb,
body.page-template-white-papers.news-ibd #content .breadcrumb,
body.single-wpdmpro.news-ibd #content .breadcrumb {
	display:none;
}

/* White Paper
------------------------------------------------------------ */
body.single-wpdmpro #inner {
	background:none;
	background-color:#ffffff;
}

body.single-wpdmpro h1 {
	margin-bottom:0;
}

body.single-wpdmpro #content-sidebar-wrap {
	width:100%;
}

body.single-wpdmpro #content {
	width:calc(100% - 30px);
}

body.single-wpdmpro .download-manager-breadcrumbs {
	padding-bottom:20px;
}

body.single-wpdmpro .col {
	float:left;
	padding-bottom:24px;
}

body.single-wpdmpro .col1 {
	width:210px;
}

body.single-wpdmpro .col1.has-access {
	width:90px;
}

body.single-wpdmpro .col2 {
	width:calc(100% - 210px);
}

body.single-wpdmpro .col2 .button-generic {
	text-align:center;
}

body.single-wpdmpro .col2.has-access {
	width:calc(100% - 90px);
}

body.single-wpdmpro .whitepaper-image {
	width:200px;
	text-align:center;
}

body.single-wpdmpro .col1.has-access .whitepaper-image {
	width:80px;
}

body.single-wpdmpro .whitepaper-image.small {
	width:85px;
}

body.single-wpdmpro .whitepaper-image img {
	width:100%;
	padding-bottom:10px;
	border:none;
}

body.single-wpdmpro .full-content {
	display:none;
}

.access-granted {
	clear:both;
	border-top:thin dotted #ccc;
	padding: 16px 0;
	text-align:center;
}

.access-granted h3,
.access-granted .button-generic {
	display:inline-block;
}

.whitepaper-sponsor-logo {
	float:right;
	width:200px;
	margin:0 0 5px 10px;
}

.whitepaper-sponsor-logo img {
	border:none;
	width:100%;
}

body.single-wpdmpro .featured-white-papers {
	clear:both;
	border-top:thin dotted #ccc;
}

body.single-wpdmpro .featured-white-papers > h3 {
	padding-top:16px;
	
}

body.single-wpdmpro .featured-white-papers  h3 {
	padding-left:0;
}


body.single-wpdmpro .featured-white-papers .featured-white-paper:last-child {
	border-bottom:none;
}

.whitepaper-form {
	display:none;
	clear:both;
	border-top:thin dotted #ccc;
}

.whitepaper-form h3 {
	padding-left:0;
}

.whitepaper-form #cf7lm-loader {
	display:none;
	position:absolute;
	right:15px;
	top:3px;
	width:13px;
	height:13px;
	background:url(images/image-preloader.gif) no-repeat top left;
	background-size: 100%;
}

.whitepaper-form h3 {
	padding-top:16px;
}

.whitepaper-form .button-generic {
	/*
	Constant Contact plugin adds a <p> tag which takes care of the needed padding
	padding-top:20px;*/
}

.whitepaper-form input[type="text"],
.whitepaper-form input[type="email"],
.whitepaper-form input[type="tel"] {
	width:calc(100% - 10px);
	padding:4px;
}

.whitepaper-form select {
	width:100%;
	padding:4px;
}

.whitepaper-form .wpcf7-response-output {
	border:none;
	margin:10px 0 0 0;
	padding:0;
	font-weight:bold;
}

.whitepaper-form .wpcf7-validation-errors {
	color:#FF0000;
}

.entry-content .whitepaper-form-terms {
	padding-top:20px;
}

.field-row {
	position:relative;
	display:block;
	clear:both;
	padding-bottom:10px;
}

.field-item {
	position:relative;
	float:left;
	padding-right:15px;
	width:calc(33% - 15px);
}

@media only screen and (max-width: 960px) {
	body.single-wpdmpro #content-sidebar-wrap {
		width:100%;
	}
	body.single-wpdmpro #content {
		width:100%;
	}
}

@media only screen and (max-width: 600px) {
	.whitepaper-sponsor-logo {
		float:none;
		display:block;
		width:150px;
		margin:0;
	}
	
	.field-item {
		float:none;
		width:100%;
		padding-right:0;
	}
	
	body.single-wpdmpro #content-sidebar-wrap {
		width:100%;
	}
	
	body.single-wpdmpro #content {
		width:100%;
	}
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2),
(min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2),
(min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2), 
(min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3),
(max-width: 600px) {
	body.single-wpdmpro .col,
	body.single-wpdmpro .col1,
	body.single-wpdmpro .col2,
	body.single-wpdmpro .col1.has-access,
	body.single-wpdmpro .col2.has-access {
		float:none;
		width:100%;
	}
	
	body.single-wpdmpro .col1 {
		padding-bottom:10px;
	}
	
	body.single-wpdmpro .col1 .whitepaper-image,
	body.single-wpdmpro .col1.has-access .whitepaper-image
	{
		margin:0 auto;
		width:70%
	}
	
	body.single-wpdmpro .whitepaper-image img {
		max-width:200px;
	}
	
	body.single-wpdmpro .col2 .whitepaper-sponsor-logo
	{
		width:100%;	
		text-align:center;
		padding-bottom:10px;
	}
	
	body.single-wpdmpro .col2 .whitepaper-sponsor-logo img {
		width:50%;
		max-width:125px;
	}
}

/* White Paper Sponsor */
body.single-white-paper-sponsor #inner {
	background:none;
	background-color:#ffffff;
}

body.single-white-paper-sponsor #content-sidebar-wrap {
	width:100%;
}
	
body.single-white-paper-sponsor #content {
	width:calc(100% - 30px);
}

body.single-white-paper-sponsor .wp-post-image {
	width:200px;
	border:none;
	float:left;
	padding-right:10px;
}

body.single-white-paper-sponsor .copy-block {
	padding-top:20px;
}

/* Featured White Paper
------------------------------------------------------------ */

body.page-template-white-papers #inner {
	background:none;
	background-color:#ffffff;
}

body.page-template-white-papers #content-sidebar-wrap {
	width:100%;
}

body.page-template-white-papers #content {
	width:calc(100% - 30px);
}

.featured-white-papers .col {
	width:calc(50% - 10px);
	float:left;
	padding-left:10px;
}

.featured-white-papers .col:first-child,
.featured-white-papers .col:first-of-type {
	padding-left:0;
	padding-right:10px;
}

.featured-white-paper,
.search-white-papers {
	padding:10px 0 18px 0;
	border-bottom:thin dotted #ccc;
}

body.page-template-white-papers .featured-white-paper h3 {
	padding-left:0;
}

.featured-white-papers .featured-white-paper:first-child {
	padding-top:0;
}

.featured-white-papers .featured-white-paper h3 a {
	color:#333;
}

.featured-white-papers .featured-white-paper .col-excerpt {
	float:left;
	padding-right:10px;
	width:calc(75% - 10px);
}

.featured-white-papers .featured-white-paper .col-sponsor-logo {
	float:left;
	width:25%;
}

.featured-white-papers .featured-white-paper .col-sponsor-logo img {
	padding:0;
	border:none;
	width:100%;
}

.white-paper-categories-list h3,
.add-white-papers h3 {
	padding-top:10px;
	padding-left:0;
}

.button-generic a,
.news-eem a.wpdm-download-link,
.news-eem .button-generic input[type="submit"] {
	display:inline-block;
	color:#ffffff;
	background-color:#c72730;
	padding:5px 10px;
}

.button-generic a:hover,
.news-eem a.wpdm-download-link:hover,
.w3eden a.wpdm-download-link:hover,
.news-eem .button-generic input[type="submit"]:hover {
	text-decoration:underline;
	color:#ffffff;
}

/* Marvylous Post Widget
------------------------------------------------------------ */
.widget_marvylous_post_widget h3 {
	margin:0 0 4px;
	padding-left: 0;
}

.widget_marvylous_post_widget h3, 
.widget_marvylous_post_widget h3 a {
	font-size:14px;
	color:#444 !important;
}

.widget_marvylous_post_widget img {
	float: right !important;
	margin-left: 8px !important;
	border-width: 4px !important;
}

.widget_marvylous_post_widget .ml-context-row {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* White Paper Widget
------------------------------------------------------------ */
.download-manager-widget h3 {
	margin:0 0 4px;
}

.download-manager-widget h3, 
.download-manager-widget h3 a {
	font-size:14px;
	color:#444 !important;
}

.download-manager-widget .button-download {
	text-align:center;
	clear:both;
	padding:8px 0 4px 0;
}

.download-manager-widget .button-download a {
	display:inline-block;
	color:#ffffff;
	background-color:#c72730;
	padding:5px 10px;
}

.download-manager-category-widget.ml-context-row img {
	width:120px;
}

.home-top-right .download-manager-widget img,
.news-eem .home-top-right .download-manager-widget.ml-context-row img {
	max-width: none;
	border: none;
}

.home-top-right .download-manager-widget .button-download a {
	color: #8c2d24;
	padding: 0;
	background-color: transparent;
}

.news-eem .home-top-right .download-manager-widget.ml-context-row {
	border: none;
}

/* White Paper Search Results
------------------------------------------------------------ */
.wpdmpro {
	margin:0 0 40px;
}

/* Post category pages with White Paper
------------------------------------------------------------ */
body.archive .wpdmpro .post-meta .categories,
body.search .wpdmpro .post-meta .categories {
	display:none;
}

body.archive .wpdmpro .post-meta .tags,
body.search .wpdmpro .post-meta .tags {
	margin-left:0;
}


/* Responsive Design
------------------------------------------------------------ */

@media only screen and (max-width: 960px) {

	body,
	.news-landing #inner,
	#inner {
		width: 100%;
		margin: 0 auto;
	}

	.content-sidebar #inner,
	.sidebar-content #inner,
	.content-sidebar-sidebar #inner,
	.sidebar-sidebar-content #inner,
	.sidebar-content-sidebar #inner {
		background: #fff;
	}

	#header,
	#inner,
	#nav {
		border: none;
	}

	.archive-page,
	.content-sidebar #content,
	.content-sidebar #content-sidebar-wrap,
	.content-sidebar-sidebar #content,
	.content-sidebar-sidebar #content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.full-width-content.news-landing #content,
	.full-width-content #content,
	.full-width-content #content-sidebar-wrap,
	.home-middle-left,
	.home-middle-right,
	.home.news.content-sidebar #content,
	.news-landing .wrap,
	.sidebar,
	.sidebar-content #content,
	.sidebar-content #content-sidebar-wrap,
	.sidebar-sidebar-content #content-sidebar-wrap,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content,
	#content-sidebar-wrap,
	#footer,
	#header,
	#imUtil,
	#home-bottom,
	#home-sub-footer,
	#home-middle,
	#home-middle-top,
	#home-top,
	#sidebar-alt {
		box-sizing: border-box;
		width: 100%;
	}
	
	.home-middle-left,
	.home-middle-right,
	.home-top-left,
	.home-top-right
	{
		width:50%;
	}

	#footer .creds,
	#footer .gototop,
	#header ul.menu,
	#header .widget-area,
	#nav,
	#imUtil ul,
	#subnav,
	#title-area {
		float: none;
		text-align: center;
		width: 100%;
	}

	#title-area {
		padding: 10px 0 0;
	}
	
	.news-ibd #title-area {
		text-align:center;
		width:100%;
	}
	
	.news-ibd h3 {
		padding-left:0;
	}

	#header #desktop-header-ad {
		display:none;
	}
	
	#header #mobile-header-ad {
		display:block;
		width:320px;
		margin:0 auto;
	}

	#header .widget-area {
		padding: 10px 0;
	}

	#header .searchform {
		float: none;
		padding: 0;
		text-align: center;
	}

	#header ul.menu {
		float: none;
	}

	#header li,
	#nav li,
	#imUtil li,
	#subnav li {
		display: inline-block;
		float: none;
	}

	#header li li,
	#nav li li,
	#imUtil li, 
	#subnav li li {
		text-align: left;
	 }

	#nav li.right,
	#subnav li.social-facebook,
	#subnav li.social-rss,
	#subnav li.social-twitter {
		display: none;
	}

	.home.content-sidebar #home-bottom, #home-sub-footer .featuredpost .post {
		padding: 0 0 10px;
	}

	.entry-content img,
	.featuredpage img,
	.featuredpost img,
	.post-image,
	.ui-tabs img {
		border: none;
		padding: 0;
	}

	img.ad-left,
	img.ad-right {
		float: left;
		margin: 5px 10px 5px 0;
	}

	#footer {
		background: none;
		padding: 15px 0 10px;
	}

	#footer p {
		padding: 0 20px;
	}
	
	.news-ibd #imUtil,
	.news-ibd #imUtil ul {
		margin: 0 auto;
		width: inherit;
		float: none;
		clear: both;
		text-align: center;
	}
	
	.news-ibd #imUtil ul {
		padding: 3px 0 0 0;
	}
	
	.news-ibd #imUtil form {
		display: none;
	}

}

@media only screen and (max-width: 600px) {

	#title {
		font-size: 36px;
		line-height: 1;
	}

	#nav li a,
	#subnav li a {
		font-size: 12px;
		padding: 5px;
	}

	#home-top .ui-tabs ul.ui-tabs-nav {
		display: none;
	}

	#content {
		padding: 15px 20px;
	}

	h1,
	h2,
	h2 a,
	h2 a:visited {
		font-size: 24px;
	}

	h3,
	h4 {
		font-size: 18px;
	}

	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		padding: 0;
		width: 100%;
	}
	
	.news-ibd #imUtil form,
	.news-ibd .widget_mailchimpsf_widget {
		display: none;
	}
	
	.news-ibd .carousel-caption {
		padding: 5px 0;
	}
	
	.news-ibd .carousel-caption h2,
	.news-ibd .carousel-caption h2 a {
		font-size: 1em;
		margin-bottom: 5px;
	}
	
	.news-ibd .carousel-caption p {
		position: absolute; 
		overflow: hidden; 
		clip: rect(0 0 0 0); 
		height: 1px; 
		width: 1px; 
		margin: -1px; 
		padding: 0; 
		border: 0; 
	}

	.news-ibd .genesis-grid-odd,
	.news-ibd .genesis-grid-even {
		width: auto;
	}
	
	.news-ibd #home-sub-footer .one-third {
	padding-left: 0;
	}
	
	.news-ibd #footer-widgets {
		width: 100%;
		font-size: 0.8em;
	}
	
	.news-ibd #ibdROSSmallRectangle,
	.news-ibd div#yarpp_widget-2.widget.widget_yarpp_widget {
		width: 100%;
		float: none;
		clear: both;
		margin: 0 auto;
		margin-bottom: 1em;
	}
	
	.news-ibd img.post-image.entry-image {
		display: block;
		float: none;
		clear: both;
		margin: 0 auto 10px;
		background-color: #fff;
		border: 2px solid #eee;
		padding: 1px;
	}
	
	#home-top-left-right {
		background-image:none;
	}
	.home-top-left {
		float:none;
		border-bottom: 1px solid #d5d5d5;
		width:auto;
	}
	.home-top-right {
		float:none;
		border-top: 4px solid #eee;
		padding-top:20px;
		width:auto;
	}
	
	#home-middle {
		background-image:none;
	}
	
	#home-middle .home-middle-left {
		border-bottom: 1px solid #d5d5d5;
	}
	
	#home-middle .home-middle-right {
		border-top: 4px solid #eee;
		padding-top:20px;
	}
	
	.news-ibd .after-post-ad .widget_text,
	.news-ibd .after-post-ad .widget_wp_related_posts {
		width:100%;
		float:none; 
		display:block;
	}
	
	/*
	#desktop-inarticle-ad { display:none; }
	#mobile-inarticle-ad { 
		display:block; 
		float:left; 
		width:190px; 
		height:150px;
	}
	*/
}