/*
Theme Name: Inside Sources
Description: Wordpress Theme Designed for Inside Sources.
Author: Kristopher Ray Bolleter via TuskDigital.com
Version: 1.0
Text Domain: inside
*/

/*------------------------------------------------*/
/*-----------------[FONTS]------------------------*/
/*------------------------------------------------*/
@import url(fonts/font-awesome/font-awesome.min.css);
@import url(css/animate.css);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600,600italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
:before, :after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
html {
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
small {
	font-size:80%;
	line-height:1.4em
}
/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/
body {
	background: none repeat scroll 0 0 #F5F5F5;
}
body, input, textarea, select {
	color: #313131;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 17px;
	line-height: 1.5em;
}
a {
	text-decoration: none;
	color:  #BA4747;
	outline:none;
	transition: 500ms;
}
a:hover {
	color:  #333;
}
.clear {
	clear: both;
}
hr {
	background: #eaeaea none repeat scroll 0 0;
	border: medium none;
	clear: both;
	height: 1px;
	margin: 20px 0;
	padding: 0;
}
.divider {
	border-bottom: 1px solid #EAEAEA;
	clear: both;
	margin-bottom: 35px;
	padding-top: 35px;
}
img {
	max-width:100%;
	height:auto
}
iframe {
	max-width:100%
}
.spacer {
	border-bottom: 2px solid #B8C2C2;
	clear: both;
	margin-bottom: 20px;
}
.space30 {
	height:30px;
	clear:both
}
.dotted {
	border-style:dotted !important
}
.ui-tabs-hide {
	display: none;
}
br.clear {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1em;
	padding-bottom: 5px;
	font-family: 'Montserrat', sans-serif;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
p {
	margin-bottom: 10px;
}
ul {
	margin:0 0 10px 1.5em
}
ol {
	margin:0 0 10px 1.5em
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
pre, code {
	font-family: Courier New, monospace;
	margin-bottom: 10px;
}
ins {
	text-decoration: none;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 0.8em;
}
sub {
	top: 0.3em;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
blockquote {
	margin: 1.5em;
	padding: 1em;
	color: #666666;
	background: #e6e6e6;
	font-style: italic;
	border: 1px solid #dcdcdc;
}
blockquote p {
	padding-bottom: 0px;
}
input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input.text, input.title, textarea, select {
	background: none repeat scroll 0 0 #F0F0F0;
	border: 1px solid #D1D1D1;
	border-radius: 3px;
	padding: 8px !important;
	transition:0.3s;
	-moz-transition:0.3s;
	-webkit-transition:0.3s;
	-o-transition:0.3s;
}
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color:#bbb;
}
input[type="submit"], button {
	background: none repeat scroll 0 0 #ba4747;
	border: medium none;
	color: #FFFFFF;
	cursor: pointer;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding: 5px 20px;
	transition:0.3s;
	-moz-transition:0.3s;
	-webkit-transition:0.3s;
	-o-transition:0.3s;
}
input[type="submit"]:hover, button:hover, input[type="submit"]:focus, button:focus {
	background:#333;
	color:#fff
}
textarea {
	padding: 5px 8px;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
.borderBot {
	border-bottom: 3px solid #48423F;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
ul.arrow {
}
ul.arrow li {
	padding-bottom: 2px;
	padding-left: 16px;
	position: relative;
}
ul.arrow li:before {
	color: #666666;
	content: ">";
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	left: 1px;
	position: absolute;
}
.fleft {
	float:left
}
.fright {
	float:right
}
.red {
	color:#CD251D
}
.screen-reader-text {
	text-indent:-9999px;
	display:none
}
/*------------------------------------------------*/
/*--------------------[COLUMNS]-------------------*/
/*------------------------------------------------*/
.col, .col2, .col3, .col4, .col5, .col6 {
	display: inline;
	float: left;
	margin-right: 2%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
.cols .last, .col:last-child, .col.last, .col2:last-child, .col3:last-child, .col4:last-child, .col5:last-child, .col6:last-child, .cols3 .col:last-child {
	margin-right:0 !important;
}
.col, .col2 {
	width:49%;
} /* 2 equal width columns - default */
.cols3 .col, .col3 {
	width: 32%;
} /* 3 equal width columns */
.cols4 .col, .col4 {
	width:23.5%;
} /* 4 equal width columns */
.cols5 .col, .col5 {
	width:18.4%;
} /* 5 equal width columns */
.cols6 .col, .col6 {
	width:15%;
} /* 6 equal width columns */
.cols2 .col:nth-child(2n + 1) {
clear:both;
}
.cols3 .col:nth-child(3n + 1) {
clear:both;
}
/*------------------------------------------------*/
/*----------------------[GRIDS]-------------------*/
/*------------------------------------------------*/
.row {
	margin:0 -15px;
	position:relative;
}
.row:after, .row:before {
	content: " ";
	display: table;
	clear:both;
}
.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11, .grid12 {
	position:relative;
	min-height:1px;
	padding-right:15px;
	padding-left:15px;
	float:left
}
.grid12 {
	width:100%
}
.grid11 {
	width:91.66666667%
}
.grid10 {
	width:83.33333333%
}
.grid9 {
	width:75%
}
.grid8 {
	width:66.66666667%
}
.grid7 {
	width:58.33333333%
}
.grid6 {
	width:50%
}
.grid5 {
	width:41.66666667%
}
.grid4 {
	width:33.33333333%
}
.grid3 {
	width:25%
}
.grid2 {
	width:16.66666667%
}
.grid1 {
	width:8.33333333%
}
/*------------------------------------------------*/
/*--------------------[IMAGES]--------------------*/
/*------------------------------------------------*/
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 100%;
	padding: 0;
	text-align: center;
}
.wp-caption img {
	border-radius: 3px;
	margin: 5px 5px 0;
	overflow: hidden;
}
.wp-caption p.wp-caption-text {
	color: #8E8E8E;
	font-size: 14px;
	margin: 5px;
	text-align: left;
}
.wp-smiley {
	margin: 0;
}
/*------------------------------------------------*/
/*--------------[GLOBAL LAYOUT INFO]--------------*/
/*------------------------------------------------*/
.wrapper {
	margin: 0 auto;
	max-width: 100%;
	width: 1300px;
}
.wrapper:after, .insidePad:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.insidePad {
	padding: 0 50px;
}
#main {
	position:relative
}
#main .insidePad {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #E5E5E5;
	padding-bottom: 40px;
	padding-top: 40px;
}
#main #todaysClips .insidePad {
	background:none;
	padding-top:0;
	padding-bottom:0;
	border:none
}
#container {
	float: left;
	width: 66%;
}
#sidebar {
	float:right;
	width:31%
}
#container.fullWidth {
	float: none;
	width: 100%;
}
/*------------------------------------------------*/
/*------------------[SEARCH FORM]-----------------*/
/*------------------------------------------------*/
#searchform {
	position:relative
}
#searchform input[type="text"] {
	background: none repeat scroll 0 0 #F1F1F1;
	border: medium none;
	height: 32px;
	padding-right: 32px;
	width: 100%;
}
#searchform input[type="submit"] {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	color: #555555;
	font-family: FontAwesome;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	height: 32px;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: 0;
	width: 32px;
	top:0;
}
/*------------------------------------------------*/
/*-----------------[NAVIGATION BAR]---------------*/
/*------------------------------------------------*/
#navigationBar {
	background: none repeat scroll 0 0 #183957;
	color: #FFFFFF;
	position: relative;
	width: 100%;
	z-index: 99;
	height:50px;
}
#navigationBar.fixed {
	position:fixed;
	top:0;
	left:0
}
#stickyLogo {
	transition: 500ms;
	vertical-align: top;
	visibility:hidden;
	visibility:visible;
	display:inline-block;
	transition-delay: 1s;
	-webkit-transition-delay: 1s; /* Safari */
}
#stickyLogo a {
	background: url("images/logo_sticky@2x.png") no-repeat scroll 20px center #BF4040;
	display: block;
	height: 50px;
	line-height: 50px;
	text-indent: -9999px;
	width: 0px;
	transition:500ms;
	background-size:51px 30px;
	-webkit-background-size:51px 30px;
}
#stickyLogo.scrolledTop a {
	width:80px;
}
#navigation {
	position:relative;
	display:inline-block
}
#navigation > ul {
	margin:0;
	padding:0;
	list-style:none
}
#navigation > ul > li {
	display: inline-block;
	float: left;
	margin: 0;
	position: relative;
}
#navigation > ul > li > a {
	color: #FFFFFF;
	display: block;
	padding:0 20px;
	font-weight: 600;
	line-height: 50px;
	background:none;
	font-size:16px;
}
#navigation > ul > li:hover > a {
	background:#BA4747
}
#navigation > ul > li > ul {
	position:absolute;
	display:none
}
#topAdUnit{padding:10px 0; text-align:center}

/*------------------------------------------------*/
/*----------------[SOCIAL PROFILES]---------------*/
/*------------------------------------------------*/
#headerSocial {
	float: right;
	line-height: 49px;
	padding-top: 1px;
}
.socialProfiles {
	display: inline-block;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.socialProfiles li {
	display:inline-block;
	margin:0 1px 0 0;
	position:relative;
}
.socialProfiles li a {
	color: #FFFFFF;
	display: block;
	font-family: FontAwesome;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	height: 28px;
	line-height: 28px;
	text-align: center;
	transition:0.3s;
	-moz-transition:0.3s;
	-webkit-transition:0.3s;
	width: 28px;
}
.socialProfiles li a:hover {
	color:#BA4747
}
.socialProfiles li.inside_facebook a:before {
	content: "\f09a";
}
.socialProfiles li.inside_twitter a:before {
	content: "\f099";
}
.socialProfiles li.inside_linkedin a:before {
	content: "\f0e1";
}
.socialProfiles li.inside_instagram a:before {
	content: "\f16d";
}
.socialProfiles li.inside_pinterest a:before {
	content: "\f0d2";
}
.socialProfiles li.inside_gplus a:before {
	content: "\f0d5";
}
.socialProfiles li.inside_tumblr a:before {
	content: "\f173";
}
.socialProfiles li.inside_youtube a:before {
	content: "\f167";
}
.socialProfiles li.inside_search a:before {
	content: "\f002";
}
#insideSearchForm {
	background: none repeat scroll 0 0 #fff;
	margin-top: 10px;
	position: absolute;
	right: 0;
	top: auto;
	width: 240px;
	border:solid 1px #eee;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	display:none;
	z-index:10;
}
#insideSearchForm:after, #insideSearchForm:before {
	border: medium solid transparent;
	bottom: 100%;
	content: " ";
	height: 0;
	left: 95%;
	pointer-events: none;
	position: absolute;
	width: 0;
}
#insideSearchForm:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 8px;
	margin-left: -8px;
}
#insideSearchForm:before {
	border-color: rgba(238, 238, 238, 0);
	border-bottom-color: #eeeeee;
	border-width: 9px;
	margin-left: -9px;
}
#insideSearchForm #searchform {
	display:block;
	vertical-align:top
}
#insideSearchForm #searchform input[type="text"] {
	background:transparent;
	vertical-align:top;
	display:block
}
/*------------------------------------------------*/
/*---------------[NAV BAR SUBSCRIBE]--------------*/
/*------------------------------------------------*/
#subscribeLink {
	float: right;
	line-height: 50px;
	margin-right: 25px;
}
#subscribeLink a {
	border: 2px solid #FFFFFF;
	border-radius: 4px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	line-height: 23px;
	padding: 0 15px;
	text-transform:uppercase
}
#subscribeLink a:hover {
	border-color:#BA4747;
}
#subscribeLink > a span {
	color: #D93A3A;
}
/*------------------------------------------------*/
/*---------------------[HEADER]-------------------*/
/*------------------------------------------------*/
#header {
	padding: 75px 0 25px;
}
#logo {
	display:block;
	float:left
}
#logo h1 {
	display:block;
	padding:0
}
#logo h1 a {
	background: url("images/logo@2x.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	height: 63px;
	margin: auto;
	text-indent: -9999px;
	width: 288px;
	background-size: 288px 63px;
	-webkit-background-size: 288px 63px;
}
#logo.yesAd {
	padding-top: 14px;
}
#headerAd {
	float:right
}
#headerAd img, #headerAd iframe {
	display: block;
	margin: auto;
}
/*------------------------------------------------*/
/*-----------[MAILCHIMP SUBSCRIBE FORM]-----------*/
/*------------------------------------------------*/
#mcSubscribeForm {
	background: none repeat scroll 0 0 #FFFFFF;
	max-width: 100%;
	padding: 4% 5%;
	width: 640px;
	display:none;
}
#mcSubscribeFormPageWRAP #mcSubscribeForm {
	display:block !important;
	margin:0 auto !important
}
.mcFormLogo {
	padding-bottom:20px;
	text-align:center
}
.mcFormLogo img {
	display:block;
	margin:auto
}
.subscribeFormDescription {
	color: #6D6D6D;
	font-size: 18px;
	padding-bottom: 20px;
	text-align: center;
}
.subscribeFieldGroup {
	padding-bottom: 20px;
}
#mcSubscribeForm input[type="text"], #mcSubscribeForm input[type="email"] {
	background: none repeat scroll 0 0 #F0F0F0;
	border: 1px solid #D1D1D1;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	color: #8F8F8F;
	font-size: 27px;
	text-align: center;
	width: 100%;
}
#mcSubscribeForm ul.checkboxList {
	padding-top: 10px;
}
ul.checkboxList {
	margin:0;
	padding:0;
	list-style:none
}
ul.checkboxList li {
	display: inline-block;
	margin-bottom: 12px;
	margin-right: 2%;
	width: 48%;
}
ul.checkboxList li.last {
	margin-right:0
}
ul.checkboxList li input[type="checkbox"] {
	display:none
}
ul.checkboxList li label {
	color: #6D6D6D;
	font-size: 17px;
	position:relative
}
ul.checkboxList li input[type="checkbox"] + label:before {
	background-position: center top;
	background-repeat: no-repeat;
	background-image:url(images/mc_checkbox.png);
	content: "";
	display: inline-block;
	height: 39px;
	margin-right: 12px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 39px;
}
ul.checkboxList li input[type="checkbox"]:checked + label:before {
	background-position:center bottom
}
.mcFormHidden {
	display:none
}
.mcSubscribeFormFooter {
	padding-top: 20px;
	text-align: right;
}
.mcSubscribeFormFooter input[type="submit"] {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	padding: 10px 40px;
}
.mcFormFooterNote {
	color: #999;
	font-size: 10px;
	line-height: 1em;
	padding-top: 20px;
	text-align: center;
}
/*------------------------------------------------*/
/*--------------------[HOMEPAGE]------------------*/
/*------------------------------------------------*/
#featuredPost {
	position:relative
}
#featuredPost .postThumb {
	margin-bottom: 50px;
	margin-top: 0;
	width: 325px;
}
#featuredPost .postMeta {
	padding-bottom: 20px;
	padding-top: 5px;
}
.featuredTag {
	background: url("images/featured-tag.png") no-repeat scroll left top rgba(0, 0, 0, 0);
	color: #7C7C7C;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	line-height: 37px;
	padding-left: 50px;
}
a.readMoreBtn, .postMeta a.readMoreBtn {
	background: none repeat scroll 0 0 #EAEAEA;
	border-radius: 3px;
	float: right;
	font-size: 14px;
	padding: 1px 16px;
	text-decoration: none;
	color:#7c7c7c
}
a.readMoreBtn:hover, .postMeta a.readMoreBtn:hover {
	background:#333;
	color:#fff;
}
.industryTag {
	background: url("images/industry-tag.png") no-repeat scroll left top rgba(0, 0, 0, 0);
	color: #7C7C7C;
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	padding-left: 50px;
}
.industryArticle {
	border: 2px solid #E5E5E5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 25px;
	min-height: 425px;
	overflow: hidden;
	padding-bottom: 60px;
	position: relative;
}
.industryArticleThumb {
	position: relative;
}
.industryArticleThumb img {
	display: block;
	margin: auto;
	width: 100%;
}
.industryCategory {
	left: 35px;
	position: absolute;
	top: 40px;
}
.industryCategory ul {
	margin:0;
	padding:0;
	list-style:none
}
.industryCategory a {
	background: none repeat scroll 0 0 #ECECEC;
	color: #313131;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	padding: 0 10px 0 60px;
}
.industryCategory a:before {
	background-color: #BA4747;
	background-image: url("images/category-icon-holder.png");
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
	height: 45px;
	left: 0;
	position: absolute;
	top: 0;
	width: 50px;
}
.industryArticleTitle {
	color: #313131;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2em;
	padding: 15px 35px 8px;
}
.industryArticleTitle a {
	color: #313131;
}
.industryArticleTitle a:hover {
	color: #BA4747;
}
.industryArticleText {
	padding: 0 35px 15px;
}
.industryArticleMeta {
	bottom: 0;
	color: #7C7C7C;
	font-size: 13px;
	padding: 15px 35px;
	position: absolute;
	right: 0;
	width: 100%;
}
.industryArticleMeta:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.industryArticleMeta:before {
	border-top:1px solid #EAEAEA;
	content:'';
	width:90%;
	height:1px;
	position:absolute;
	right:0;
	top:0;
}
#todaysClipsArea {
	margin-bottom: 40px;
}
#todaysClips {
	border: 2px solid #E5E5E5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
	margin-top:25px;
}
.clipsTag {
	background: url("images/clips-tag.png") no-repeat scroll left top rgba(0, 0, 0, 0);
	color: #7C7C7C;
	display:block;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	padding-left: 50px;
}
.clipsTag span {
	font-family: 'Source Sans Pro';
	font-size: 16px;
	font-weight: normal;
	margin-left: 6px;
}
ul.allcatsnav {
	margin:0;
	padding:0;
	list-style:none;
	float:right
}
ul.allcatsnav li {
	position:relative;
	color: #7C7C7C;
	display: inline-block;
	font-family: 'Source Sans Pro';
	font-size: 15px;
	font-weight: normal;
	line-height: 1em;
	margin-left: 10px;
	padding-left: 10px;
}
ul.allcatsnav li:before {
	border-left: 1px solid #7C7C7C;
	content: "";
	height: 92%;
	left: -2px;
	position: absolute;
	top: 1px;
	width: 1px;
}
ul.allcatsnav li.first {
	font-style: italic;
	margin-left: 0;
	padding-left: 0;
}
ul.allcatsnav li.noBorder {
	padding-left:0
}
ul.allcatsnav li.first:before, ul.allcatsnav li.noBorder:before, ul.allcatsnav li:first-child:before {
	border:none
}
ul.allcatsnav li a {
	font-weight:700;
	color:#7C7C7C;
}
ul.allcatsnav li a:hover {
	color:#BA4747
}
.title {
	color: #BA4747;
	font-size: 14px;
	font-weight: bold;
}
#todaysClips .title {
	padding-bottom: 5px;
	padding-left: 4%;
}
#happeningNowSection {
	background: none repeat scroll 0 0 #F7F7F7;
	border-bottom: 2px solid #E5E5E5;
	border-radius: 5px;
	padding: 22px 0 15px;
}
.clipPost {
	border-right: 1px solid #E6E6E6;
	float: left;
	padding: 12px 4%;
	position: relative;
	width:50%
}
.clipCols3 .clipPost {
	width:33.3%
}
.clipCols2 .clipPost {
	width:50%
}
.clipPost:last-child, .clipPost.last {
	border-right:none
}
.clipCols3 .clipPost:nth-child(3n + 1) {
clear:both;
}
.clipCols2 .clipPost:nth-child(2n + 1) {
clear:both;
}
.clipMeta {
	color: #7C7C7C;
	font-size: 12px;
	line-height: 1em;
}
.subcatTxt {
	color: #7C7C7C;
	font-size: 12px;
	line-height: 1em;
	padding-bottom:5px;
}
#mustReadSection {
	padding: 25px 0 15px;
}
.mustClipsSection {
	border-bottom: 2px solid #E5E5E5;
}
#allAdArea {
	padding-top:40px
}
#categoryAdArea {
	float:left
}
.loadMoreButton a {
	border: 2px solid #E5E5E5;
	border-radius: 5px;
	color: #949494;
	float: right;
	font-weight: 600;
	padding: 20px;
}
.loadMoreButton a:hover {
	color:#BA4747;
	border-color:#000
}
/*------------------------------------------------*/
/*------------------[SINGLE POST]-----------------*/
/*------------------------------------------------*/
.postThumb {
	background: none repeat scroll 0 0 #FFFFFF;
	float: left;
	margin-bottom: 5px;
	margin-top: 7px;
	max-width: 100%;
	padding-right: 30px;
	width: 315px;
}
.thumbImg {
	position:relative;
	max-width:100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow:hidden
}
.thumbImg img {
	display:block;
	margin:auto;
}
.thumbDescription {
	color: #8E8E8E;
	font-size: 14px;
	line-height: 1.2em;
	margin: 5px 0;
	max-width: 100%;
	text-align: left;
}
.postTitle {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.3em;
	padding-bottom:10px;
}
.postTitle a {
	color:#313131
}
.postTitle a:hover {
	color:#BA4747
}
.postMeta {
	color: #7C7C7C;
	font-size: 16px;
}
.postMeta a {
	color:#7c7c7c;
	text-decoration:underline;
	transition:500ms
}
.postMeta a:hover {
	color:#000;
}
.shareBar {
	border-bottom: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
	font-size: 13px;
	font-weight: 600;
	height: 50px;
	margin: 10px 0;
}
.shareBar ul {
	margin:0;
	padding:0;
	list-style:none
}
.shareBar ul li {
	display:inline-block
}
.shareBar ul.shareBarIcons {
	float:left;
	line-height:48px;
}
.shareBar ul.shareBarIcons li {
	margin-right:14px
}
.shareBar ul.shareBarIcons li a {
	color:#013772;
	transition:500ms;
}
.shareBar ul.shareBarIcons li a:hover {
	color:#000
}
.shareBar ul li a:before {
	display: inline-block;
	font-family: FontAwesome;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	margin-right: 4px;
}
.shareBar ul.shareBarIcons li a.email:before {
	content: "\f0e0";
}
.shareBar ul.shareBarIcons li a.print:before {
	content: "\f02f";
}
.shareBar ul.shareBarSocial {
	float:right;
	line-height:48px;
}
.shareBar ul.shareBarSocial li {
	margin-left:5px
}
.shareBar ul.shareBarSocial li a {
	background: none repeat scroll 0 0 #555;
	border-radius: 3px;
	color: #FFFFFF;
	padding:5px 25px 5px 8px;
	transition:500ms;
}
.shareBar ul.shareBarSocial li a:hover {
	background:#000 !important
}
.shareBar ul.shareBarSocial li a:before {
	font-size: 17px;
	margin-right: 8px;
	position: relative;
	top: 1px;
}
.shareBar ul.shareBarSocial li a.facebook:before {
	content: "\f082";
}
.shareBar ul.shareBarSocial li a.facebook {
	background:#3b5998
}
.shareBar ul.shareBarSocial li a.twitter:before {
	content: "\f081";
}
.shareBar ul.shareBarSocial li a.twitter {
	background:#00aced
}
.postAd {
	float: right;
	margin-bottom: 5px;
	margin-left: 25px;
}
.advertisementTitle {
	color: #8E8E8E;
	font-size: 13px;
	text-align: center;
}
.authorBox {
	border-top: 1px solid #e5e5e5;
	margin-top: 25px;
	padding: 25px 0 0;
}
.postauthor .avatar.photo {
	float: left;
	margin-right: 20px;
}
.authorTitle {
	font-weight: bold;
}
.authorTitle a {
	color:#000
}
.authorTitle a:hover {
	color:#ba4747
}
.authorDescription {
	font-size: 16px;
	line-height: 1.4em;
}
/*------------------------------------------------*/
/*-----------------[COMMENTS AREA]----------------*/
/*------------------------------------------------*/
.commentsArea {
	padding: 30px 0;
}
.commentsTitle {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.2em;
	margin-bottom: 10px;
	padding-bottom: 20px;
	position: relative;
}
.commentsTitle span {
	font-weight:400
}
.commentsTitle:after {
	border-top: 1px solid #CCCCCC;
	bottom: 12px;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	width: 90%;
}
ul.commentList {
	margin:0;
	padding:0;
	list-style:none
}
ul.commentList li.comment {
	margin-bottom: 20px;
	padding-left: 80px;
	position: relative;
}
ul.commentList li.comment ul.children {
	padding-top:20px;
	list-style:none;
	margin:0;
}
ul.commentList li.comment .comment-body {
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	font-size: 15px;
	padding: 12px 18px;
	position:relative
}
ul.commentList li.comment .comment-body:after, ul.commentList li.comment .comment-body:before {
	border: medium solid rgba(0, 0, 0, 0);
	content: " ";
	height: 0;
	pointer-events: none;
	position: absolute;
	right: 100%;
	top: 40px;
	width: 0;
}
ul.commentList li.comment .comment-body:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 15px;
	margin-top: -15px;
}
ul.commentList li.comment .comment-body:before {
	border-color: rgba(221, 221, 221, 0);
	border-right-color: #dddddd;
	border-width: 16px;
	margin-top: -16px;
}
ul.commentList li.comment .comment-author img.avatar {
	border-radius: 150px;
	-moz-border-radius: 150px;
	-webkit-border-radius: 150px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	border:solid 2px #fff;
	left: -80px;
	position: absolute;
	top: 5px;
	width: 70px;
}
ul.commentList li.comment .children .comment-author img.avatar {
	left: -65px;
	top: 12px;
	width: 55px;
}
ul.commentList li.comment a {
	color: #888888;
}
ul.commentList li.comment a:hover {
	color: #CE272F;
}
ul.commentList li.comment .reply {
	position: absolute;
	right: 20px;
	top: 12px;
}
#reply-title {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.2em;
	margin-bottom: 10px;
	padding-bottom: 20px;
	position: relative;
}
#reply-title:after {
	border-top: 1px solid #CCCCCC;
	bottom: 10px;
	content: "";
	height: 1px;
	position: absolute;
	left: 0;
	width: 90%;
}
li.comment #reply-title {
	padding-top:10px;
	font-size:18px;
	font-size:18px;
	font-weight:400;
	padding-bottom:18px;
	margin-bottom:0;
}
li.comment #reply-title small {
	float:right;
	font-size:14px
}
.required {
	color:#CE272F
}
#commentform label {
	display: inline-block;
	position: relative;
	top: 3px;
	vertical-align: top;
	width: 18%;
}
#commentform input[type="text"] {
	width:50%
}
#commentform textarea {
	height:120px;
	width:80%
}
.form-allowed-tags {
	display:none
}
.form-submit {
	padding-left: 18.4%;
}
/*------------------------------------------------*/
/*------------------[SIDEBAR AREA]----------------*/
/*------------------------------------------------*/
#sidebar .widget-container {
	margin-bottom: 45px;
}
.boxedWidget {
	border: 2px solid #E5E5E5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 20px;
}
#sidebar .widget-title {
	color: #7C7C7C;
	font-size: 18px;
	padding-bottom: 15px;
}
.Articles_Widget {
	height: 350px;
	overflow-x: hidden;
	overflow-y: scroll;
}
.Articles_Widget .widget-title {
	line-height: 26px;
}
#insideArticlesTabbed {
	position:relative
}
#insideArticlesTabbed ul {
	margin:0;
	padding:0;
	list-style:none
}
ul#insideArticlesTabs {
	border: 2px solid #EAEAEA;
	border-radius: 4px;
	-mopz-border-radius: 4px;
	-webkit-border-radius: 4px;
	list-style: none outside none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
#insideArticlesTabs li {
	float:left;
	width:50%;
}
#insideArticlesTabs li a {
	color: #7C7C7C;
	display: block;
	font-size: 17px;
	font-weight: 600;
	text-align: center;
}
#insideArticlesTabs li.ui-state-active a {
	background:#eaeaea
}
ul.postsList {
	margin:0;
	padding:0;
	list-style:none
}
ul.postsList > li {
	border-bottom: 1px solid #EAEAEA;
	display: block;
	padding: 15px 35px 15px 0;
	position: relative;
}
ul.postsList > li:before {
	color: #C2C2C2;
	content: "\f105";
	font-family: FontAwesome;
	font-size: 40px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 30px;
	transform: scale(0.75, 1);
}
ul.postsList > li:last-child {
	border-bottom:none
}
.postListCategory {
	line-height: 1em;
	padding-bottom: 4px; opacity:0
}
.postListCategory ul {
	margin:0;
	padding:0;
	list-style:none
}
.postListCategory ul li{display:inline-block}
.postListCategory a {
	color: #7C7C7C;
	font-size: 12px;
	font-weight: 600;
	line-height: 1em;
	position: relative;
}
.postListCategory a:before {
	background: none repeat scroll 0 0 #BA4747;
	content: "";
	display: inline-block;
	height: 10px;
	margin-right: 6px;
	position: relative;
	top: 1px;
	width: 10px;
}
.postListCategory a:hover {
	color:#000
}
.postListTitle {
	color: #313131;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.2em;
	padding-bottom: 4px;
}
.postListTitle a {
	color: #313131;
}
.postListTitle a:hover {
	color: #BA4747;
}
.postListpostMeta {
	color: #7C7C7C;
	font-size: 15px;
	line-height: 1em;
}
li .category-hidden-feed{display:none}
.postMeta a.hidden-feed{display:none}

/*------------------------------------------------*/
/*------------------[CATEGORY ALL]----------------*/
/*------------------------------------------------*/
#categoryBarArea {
	position:relative
}
#categoryBarArea .insidePad {
	line-height: 48px;
}
.categoryTopBar {
	background: none repeat scroll 0 0 #BA4747;
	padding:0 30px
}
.categoryImgIcon {
	display:inline-block;
	vertical-align:middle
}
.categoryTitle {
	color: #FFFFFF;
	display: inline-block;
	font-size: 17px;
	font-weight: bold;
	margin-left: 5px;
	padding: 0;
	vertical-align: middle;
	line-height:inherit
}
.todayDate {
	color: #FFFFFF;
	display: inline-block;
	font-family: 'Source Sans Pro';
	font-size: 14px;
	font-weight: normal;
	margin-left: 10px;
	vertical-align: middle;
}
.categoryBarLinks {
	float:right
}
.viewAllLink {
	border: 2px solid;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 14px;
	line-height: 23px;
	margin: 0 5px;
	padding: 0 15px;
	font-family: 'Source Sans Pro';
	font-weight: normal;
}
.viewAllLink:hover {
	color:#000
}
.viewAllLink:after {
	content: "\f105";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	margin-left: 4px;
}
.viewAllLink.filled {
	background: none repeat scroll 0 0 #EAEAEA;
	border: medium none;
	color: #7C7C7C;
	float: right;
	padding: 1px 15px;
}
.viewAllLink.filled:hover {
	background:#333;
	color:#fff;
}
/*------------------------------------------------*/
/*-------------------[PAGE LAYOUT]----------------*/
/*------------------------------------------------*/
.pageTitle {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.3em;
	padding-bottom: 10px;
}
/*------------------------------------------------*/
/*-----------------------[ADS]--------------------*/
/*------------------------------------------------*/
.adsWidget {
	border: 2px solid #E5E5E5;
	border-radius: 5px;
}
.adBlock3 {
	padding: 25px;
}
.adBlock3 .title {
	padding-bottom: 15px;
}
.adBlock3 .adBx {
	margin-bottom: 25px;
}
.adBlock3 .adBx.last {
	margin-bottom:0
}
.textadBx {
	border: 2px solid #E5E5E5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
	padding: 7px 12px;
}
.imageadBx {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
	border: 2px solid #E5E5E5;
}
.imageadBx img {
	display:block;
	margin:auto
}
.adLabel {
	color: #7C7C7C;
	font-size: 12px;
	font-weight: 600;
	line-height: 1em;
	position: relative;
	padding-bottom:4px;
}
.clipadDescription {
	color: #7C7C7C;
	font-size: 15px;
	line-height: 1.3em;
}
/*------------------------------------------------*/
/*-----------------[GRAVITY FORMS]----------------*/
/*------------------------------------------------*/
.gfield_label {
	font-weight: normal !important;
}
.ginput_container input[type="checkbox"] {
	display:none
}
.ginput_container label {
	color: #6D6D6D;
	font-size: 17px;
	margin-left: 0 !important;
	position: relative;
}
.ginput_container input[type="checkbox"] + label:before {
	background-position: center top;
	background-repeat: no-repeat;
	background-image:url(images/mc_checkbox_22.png);
	content: "";
	display: inline-block;
	height: 22px;
	margin-right: 12px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 22px;
}
.ginput_container input[type="checkbox"]:checked + label:before {
	background-position:center bottom
}
ul.gform_fields {
	margin:0;
	padding:0;
	list-style:none
}
ul.gform_fields li.gfield_half {
	clear: none !important;
	display: inline-block;
	width: 50%;
}
ul.gform_fields li.gfield_half input[type="text"], ul.gform_fields li.gfield_half input[type="tel"], ul.gform_fields li.gfield_half input[type="password"], ul.gform_fields li.gfield_half input[type="email"], ul.gform_fields li.gfield_half select {
	width:95%
}
ul.gform_fields li.gfield_full {
	clear:both;
	display:block;
	width: 100%;
}
ul.gform_fields li.gfield_full input[type="text"] {
	width: 97.6% !important;
}
/*------------------------------------------------*/
/*-------------------[AUTHOR PAGE]----------------*/
/*------------------------------------------------*/
.authorPageArea .authorBox {
	border-bottom: 1px solid #e5e5e5;
	border-top: medium none;
	margin-bottom: 40px;
	margin-top: 0;
	padding: 0 0 40px;
}
/*------------------------------------------------*/
/*-------------------[FOOTER AREA]----------------*/
/*------------------------------------------------*/
#footerAdUnit{padding:0 10px; text-align:center}
#footer .insidePad {
	padding-bottom: 80px;
	padding-top: 40px;
}
#footer ul {
	margin:0;
	padding:0;
	list-style:none
}
#footer ul li {
	display:block
}
#footer ul li a {
	color:#313131
}
#footer ul li a:hover {
	color:#BA4747
}
#footer .widget-title {
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 15px;
}
#footerWidgets {
	float:left
}
#footerWidgets .widget-container {
	display: inline-block;
	min-width: 190px;
	padding-right: 40px;
	vertical-align: top;
}
#footerCopyrightWidget {
	float:right
}
#copyright {
	font-size: 15px;
	line-height: 1.4em;
}
#footerLogo {
	display: block;
	margin-bottom: 20px;
}
#footerLogo a {
	background: url("images/logo-footer@2x.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	height: 50px;
	margin: auto;
	text-indent: -9999px;
	width: 230px;
	background-size:230px 50px;
	-webkit-background-size:230px 50px;
}
/*------------------------------------------------*/
/*-----------------[NEW HOMEPAGE]-----------------*/
/*------------------------------------------------*/
#header {
	padding: 90px 0 40px;
}
#headerIn {
	position:relative
}
#headerSearch {
	display:block;
	position:absolute;
	right:0;
	bottom:0;
	width:365px;
	max-width:100%
}
#headerSearch #searchform input[type="text"] {
	background: #fff none repeat scroll 0 0;
	border: medium none;
	height: 40px;
	padding: 8px 50px 8px 20px !important;
	width: 100%;
	border: solid 1px #dddddd;
}
#headerSearch #searchform input[type="submit"] {
	font-size: 18px;
	height: 40px;
	width: 40px;
}
body.home #main .insidePad, body.category #main .insidePad {
	background: none;
	border:none;
	padding-bottom: 0px;
	padding-top: 0px;
}
.whiteBox {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	position:relative;
	margin-bottom:30px;
}


.whiteBox:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.whiteBoxPad {
	padding:25px
}
.homepageArea {
	padding-right: 505px;
	position: relative;
}
#featuredPost {
	padding-left: 350px;
	position: relative;
}
.postThumbImage {
	background-position: center center;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 350px;
}
#featuredPost .postMeta {
	padding-bottom: 6px;
	padding-top: 1px;
}
.newMore {
	color: #9c9c9c;
	display: block;
	font-size: 15px;
	font-weight: 700;
	line-height: 1em;
	text-transform: uppercase;
}
.featuredPostArea .newMore {
	float:left
}
.homeNewArticle .whiteBoxPad {
	padding: 12px 18px 18px;
}
.homeArticleTitle {
	font-size: 18px;
	line-height: 1.1em;
	padding: 0;
}
.homeNewArticle .homeArticleTitle {
	display: inline;
}
.homeArticleTitle + .newMore {
	display:inline-block
}
.homeArticleTitle a {
	color:#000
}
.homeArticleTitle a:hover {
	color:#ba4747
}
.homeNewArticle.withThumbnail {
	min-height: 102px;
	padding-left: 135px;
	position: relative;
}
.homeArticleThumb {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 135px;
}
.homeloadMoreButton {
	text-align:center
}
.homeloadMoreButton a {
	background: #eaeaea none repeat scroll 0 0;
	border-radius: 3px;
	color: #7c7c7c;
	font-size: 17px;
	font-weight: 600;
	padding: 10px 45px;
	text-decoration: none;
	display:inline-block;
}
.homeloadMoreButton a:hover {
	background:#333;
	color:#fff
}
.whiteBox.homeBillBoardAd {
	padding: 12px;
}
.whiteBox.homeBillBoardAd iframe {
	display:block;
	margin:0 auto
}
.whiteBox.homeBillBoardAd div {
	display:block;
	margin:0 auto
}
#homeSidebarArea {
	position: absolute;
	right: 0;

	top: 0;
	width: 475px;
	z-index: 50;
}
#homeSide {
	float:left;
	width:324px
}
#homeSideAd {
	float:right;
	width:120px

}
.homeSidebarWidget {
	margin-bottom:30px
}
.whiteBox.homeAdBox {
	padding: 12px;
}
.whiteBox.homeAdBox img, .whiteBox.homeAdBox iframe {
	display: block;
	margin: 0 auto;
}
.homeBillBoardAd img, .homeBillBoardAd iframe {
	display:block;
	max-width:100%;
	margin:0 auto
}
.exclusivesImg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 150px;
	width: 100%;
}
.exclusivesTitle {
	color: #999;
	display: block;
	float: left;
	font-size: 14px;
	line-height: 1em;
	margin-right: 15px;
	padding-top: 3px;
	text-transform: uppercase;
}
#infscr-loading {
	text-align:center;
	margin-top:25px;
}
.whiteBox.sidebarHeader {
  font-size: 1.15em;
  font-weight: 700;
  height: 50px;
  line-height: 48px;
  padding-left: 65px;
}

.sidebarHeader a {
color:#333 !important;
}

.sidebarHeader a:hover {
text-decoration:none;
color:#BA4747;
}

.whiteBox.sidebarHeader::before {
  background-image: url("images/sidebar_header_icon.png");
  background-position: center center;
  content: "";
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}
/*------------------------------------------------*/
/*-----------------[NEW SINGLE POST]--------------*/
/*------------------------------------------------*/
body.single-post #main .insidePad {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	padding-bottom: 0;
	padding-top: 0;
}
.singlepostArea {
	padding-right: 355px;
	position: relative;
}
#singlePostSidebar {
	position: absolute;
	right: 0;
	top: 0;
}
.singlepostArea .postThumb {
	margin-left: -25px;
	margin-top: -25px;
}
.singlepostArea .postThumb .thumbDescription {
	padding-left:25px
}
.singlepostArea .thumbImg {
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
.singlepostArea .articlesMeta.clearfix {
	display: inline-block;
	width: 40%;
	padding-bottom:10px;
}
#homePostsArea.morePosts #homeArticles {
	display: -moz-box;
	display: -webkit-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#homePostsArea.morePosts .homeArticleTitle {
	display: block;
	font-size: 15px;
	font-weight: 700;
}
#homePostsArea.morePosts .homeArticleTitle .newMore {
	font-weight:500;
	display:inline-block;
	font-size:13px
}
#homePostsArea.morePosts .homeNewArticle.withThumbnail {
	min-height:102px
}
#homePostsArea.morePosts .homeNewArticle .articlesMeta {
	display:block;
	width:100%
}
/*------------------------------------------------*/
/*-------------------[NEW SEARCH]-----------------*/
/*------------------------------------------------*/
body.search-results #main .insidePad {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	padding-bottom: 0;
	padding-top: 0;
}
.categoryPad {
	padding:0 50px
}

/* ==========================================================================
   Print styles
   ========================================================================== */
   
   
   #logo-print { display:none !important;}

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 2cm 1cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
	
	#navigationBar, #homePostsArea, #homeArticleTitle { display:none !important;}
	
	#header {display:none !important;}
	
	#headerSearch {display:none;}
	
	
	#logo-print { display:block !important; width:300px; height:auto; margin:0 auto; padding:20px 0;}
	
	.singlepostArea { width:100%; position:relative;padding-right: 0 !important;
  }
	
	#singlePostSidebar { display:none;}
	
	.exclusivesPost { width:50%;}
	
	#footer {display:none;}
	
	iframe { display:none;}
	
	.shareBar  { display:none;}
	
	.whiteBoxPad, .whiteBox {
    padding: 0px !important;
	margin:0 !important;
	width:100%;
}

p {
    font-size: 14px !important; padding:0; margin:0; line-height:1.35em;
}

.postTitle {
    font-size: 18px !important;
}

.postThumb {    width: 235px !important;}

.singlepostArea .postThumb {
    margin-left: 0 !important;
    margin-top: 0 !important;
}


	
}
img{ -webkit-image-orientation: from-image; image-orientation: from-image;}

/*------------------------------------------------*/
/*-------------------[NH JOURNAL]-----------------*/
/*------------------------------------------------*/
body.nhjournal #categoryBarArea{display:none}
body.nhjournal #categoryBarArea + .space30{display:none}
#logo.nhjournal h1 a{height:63px; width:201px; background-image:url(images/nh-journal-logo.png); background-size:201px 63px; -webkit-background-size:201px 63px;}
body.nhjournal #stickyLogo.nhjournal a {
  background-image: url("images/nh_logo_sticky.png");
  background-position: center center;
  background-size: 31px 30px; -webkit-background-size: 31px 30px;
}
#stickyLogo.scrolledTop.nhjournal a{width:60px}
body.nhjournal .featuredTag {
  background: rgba(0, 0, 0, 0) url("images/featured-tag-nh.png") no-repeat scroll left top;
}
body.nhjournal .postListCategory ul li {
  display: inline-block;
  margin-right: 5px;
}
body.nhjournal li .category-hidden-feed{display:none}
li.hidden, body.nhjournal .postListCategory ul li.hidden{display:none}
#main.nhPageForm #mcSubscribeForm {
  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  display: block;
  margin: 0 auto 30px;
}
#main.nhPageForm #mcSubscribeForm  .mcSubscribeFormFooter{text-align:center}
body.nhjournal .postListCategory ul li.list-category-nhjournal{display:none}
body.nhjournal #headerSearch{display:none}

body.nhjournal.single #text-12{display:block}
.postListCategory ul li.list-category-nh-journal-posts{display:none !important}


li .category-nh-journal-posts{display:none}
.postMeta a.nh-journal-posts{display:none}

li .category-nhjournal{display:none}
.postMeta a.nhjournal{display:none}

li:has( a.category-nhjournal), li:has(a.category-hidden-feed),  li:has(a.category-nh-journal-posts){display:none}

/*------------------------------------------------*/
/*-----------------------[IOWA]-------------------*/
/*------------------------------------------------*/
#logo.iowa h1 {
	background-position: top right;
	background-repeat: no-repeat;
	background-image: url(images/Iowa-IS.png);
	padding-right: 108px;
	padding-top: 1px;
	padding-bottom: 5px;
	background-size: 102px 69px;
}  
body.iowa .postListCategory ul li.list-category-iowa, .postListCategory ul li.list-category-iowa{display:none}
li:has(a.category-nh-journal-posts){}
#navigation.backtopISNav a {
	color: #FFFFFF;
	display: block;
	padding: 0 20px;
	font-weight: 600;
	line-height: 50px; 
	background: none;
	font-size: 16px;
}
#navigation.backtopISNav a:hover{
	color:#BA4747
}