@import url(https://dcjournal.com/wp-content/themes/insidesources/fonts/font-awesome/font-awesome.min.css);@import url(https://dcjournal.com/wp-content/themes/insidesources/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);

/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/insidesources/style.css */
/*
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]------------------------*/
/*------------------------------------------------*/




/*------------------------------------------------*/
/*-----------------[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;
	font-style:italic;
	font-size:0.75em;
	padding:0 0 0 2px;
}
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('https://dcjournal.com/wp-content/uploads/2022/09/dc_logo_sticky.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;
	z-index: 99;
	margin: 0;
	padding: 0;
	background: none repeat scroll 0 0 #183957;
	width: 100%; font-size:0.94em; display:none
}
#navigation > ul > li > ul > li{
	border-top:solid 1px rgba(0,0,0,0.2)
}
#navigation > ul > li > ul > li.category-nhjournal{display:block}
#navigation > ul > li > ul > li > a{display:block; padding:5px 10px; color:#fff}
#navigation > ul > li > ul > li:hover > a{
		background:rgba(0,0,0,0.25)
}
#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('https://dcjournal.com/wp-content/uploads/2022/10/State-Journal-Logos_d1-03.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(https://dcjournal.com/wp-content/themes/insidesources/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('https://dcjournal.com/wp-content/themes/insidesources/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('https://dcjournal.com/wp-content/themes/insidesources/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('https://dcjournal.com/wp-content/themes/insidesources/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('https://dcjournal.com/wp-content/themes/insidesources/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;
	width: 100% !important;
}
.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(https://dcjournal.com/wp-content/themes/insidesources/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('https://dcjournal.com/wp-content/themes/insidesources/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: 40px 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;
}*/
.homepageArea {
	padding-right: 355px;
	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;
}*/
#homeSidebarArea {
	position: absolute;
	right: 0;
	top: 0;
	width: 324px;
	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('https://dcjournal.com/wp-content/themes/insidesources/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(https://dcjournal.com/wp-content/themes/insidesources/images/nh-journal-logo.png); background-size:201px 63px; -webkit-background-size:201px 63px;}
body.nhjournal #stickyLogo.nhjournal a {
  background-image: url('https://dcjournal.com/wp-content/themes/insidesources/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('https://dcjournal.com/wp-content/themes/insidesources/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(https://dcjournal.com/wp-content/themes/insidesources/images/Iowa-IS.png);
	padding-right: 108px;
	padding-top: 1px;
	padding-bottom: 5px;
	background-size: 102px 69px; -webkit-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
}
/*------------------------------------------------*/
/*------------------[NEW MEXICO]------------------*/
/*------------------------------------------------*/
#logo.new-mexico h1 {
	background-position: top right;
	background-repeat: no-repeat;
	background-image: url(https://dcjournal.com/wp-content/themes/insidesources/images/newmexico-IS.svg);
	padding-right: 75px;
	padding-top: 1px;
	padding-bottom: 5px;
	background-size: auto 69px; -webkit-background-size: auto 69px;
}
body.new-mexico .postListCategory ul li.list-category-new-mexico, .postListCategory ul li.list-category-new-mexico{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
}


	.authorImage {
		float:left; 
		text-align: left; 
		width:125px;

	}


	.authorInfo {
		float:left; 
		text-align: left;

	}



    @media only screen and (min-width: 401px) {
        .authorInfo {
                width:200px;

            }
    }

        @media only screen and (min-width: 500px) {
        .authorInfo {
                width:260px;

            }
    }


        @media only screen and (min-width: 550px) {
        .authorInfo {
                width:290px;

            }
    }

    @media only screen and (min-width: 576px) {
        .authorInfo {
                width:340px;

        } 
    }

    @media only screen and (min-width: 675px) {
        .authorInfo {
                width:440px;

        } 
    }

     @media only screen and (min-width: 768px) {
        .authorInfo {
                width:530px;

        } 
    }

    @media only screen and (min-width: 850px) {
        .authorInfo {
                width:610px;

        } 
    }

    @media only screen and (min-width: 930px) {
        .authorInfo {
                width:690px;

        } 
    }

    @media only screen and (min-width: 941px) {
        .authorInfo {
                width:300px;

        } 
    }

    @media only screen and (min-width: 992px) {
        .authorInfo {
                width:360px;

        } 
    }

    @media only screen and (min-width: 992px) {
        .authorInfo {
                width:360px;

        } 
    }

    @media only screen and (min-width: 1030px) {
        .authorInfo {
                width:380px;

        } 
    }

    @media only screen and (min-width: 1110px) {
        .authorInfo {
                width:480px;

        } 
    }

    @media only screen and (min-width: 1200px) {
        .authorInfo {
                width:570px;

        } 
    }

    @media only screen and (min-width: 1275px) {
        .authorInfo {
                width:640px;

        } 
    }


/*FILESTART   */

/* 10Web Booster optimized this CSS file */
img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }

/*FILESTART   */

/* 10Web Booster optimized this CSS file */


	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}


/*FILESTART   */

/* 10Web Booster optimized this CSS file */

/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}


/*FILESTART   */

/* 10Web Booster optimized this CSS file */

:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}


/*FILESTART  /home/wplive/web/wp-live/wp-content/plugins/text-case-converter/assets/libs/zebra/zebra_tooltips.min.css */

.Zebra_Tooltip{background:0 0;position:absolute;z-index:8000}.Zebra_Tooltip .Zebra_Tooltip_Message{background:#000;border-radius:5px;box-shadow:0 0 6px rgba(0,0,0,.6);color:#fff;font-size:12px;font-family:Tahoma,Arial,Helvetica,sans-serif;line-height:1.4;*margin-right:0;max-width:250px;padding:10px;position:relative;_width:expression(document.body.clientWidth > 250px ? '250px': 'auto');border:0 solid #000}.Zebra_Tooltip .Zebra_Tooltip_Message.Zebra_Tooltip_Has_Close{padding-right:23px}.Zebra_Tooltip .Zebra_Tooltip_Arrow{position:absolute;width:20px;height:10px;overflow:hidden}.Zebra_Tooltip .Zebra_Tooltip_Arrow.Zebra_Tooltip_Arrow_Bottom{bottom:0}.Zebra_Tooltip .Zebra_Tooltip_Arrow.Zebra_Tooltip_Arrow_Bottom div{top:0;border-color:#000 transparent transparent;_border-bottom-color:pink}.Zebra_Tooltip .Zebra_Tooltip_Arrow.Zebra_Tooltip_Arrow_Bottom div.Zebra_Tooltip_Arrow_Border{border-color:#000 transparent transparent}.Zebra_Tooltip .Zebra_Tooltip_Arrow.Zebra_Tooltip_Arrow_Top{top:0}.Zebra_Tooltip .Zebra_Tooltip_Arrow.Zebra_Tooltip_Arrow_Top div{bottom:0;border-color:transparent transparent #000;_border-top-color:pink}.Zebra_Tooltip .Zebra_Tooltip_Arrow.Zebra_Tooltip_Arrow_Top div.Zebra_Tooltip_Arrow_Border{border-color:transparent transparent #000}.Zebra_Tooltip .Zebra_Tooltip_Arrow div{position:absolute;border-style:solid;border-width:10px;width:0;height:0;left:0;_border-left-color:pink;_border-right-color:pink;_filter:chroma(color=pink)}.Zebra_Tooltip .Zebra_Tooltip_Arrow div.Zebra_Tooltip_Arrow_Border{border-width:10px;box-shadow:0 0 6px rgba(0,0,0,.6);left:0}.Zebra_Tooltip .Zebra_Tooltip_Close{color:#fff;font-family:Arial,sans-serif;font-size:18px;line-height:1;padding:0 4px;position:absolute;right:2px;text-decoration:none;top:2px}.Zebra_Tooltip .Zebra_Tooltip_Close:hover{color:#000;background:#c2d076;border-radius:5px}

/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/insidesources/css/jquery.fancybox.css */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('https://dcjournal.com/wp-content/themes/insidesources/css/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('https://dcjournal.com/wp-content/themes/insidesources/css/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('https://dcjournal.com/wp-content/themes/insidesources/css/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('https://dcjournal.com/wp-content/themes/insidesources/css/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('https://dcjournal.com/wp-content/themes/insidesources/css/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('https://dcjournal.com/wp-content/themes/insidesources/css/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/insidesources/css/responsive.css */
/* Global Styles (portrait) ----------- */
body {
	-webkit-text-size-adjust: none;
}
input, button, textarea {
	-webkit-appearance:none;
}
#toggle-menu {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #FFFFFF;
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 50px;
	padding: 0 20px;
}
#toggle-menu:before {
	content: "\f0c9";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	margin-right: 8px;
	position: relative;
	top: 3px;
}
#toggle-menu:hover{
	color:#fff;
	background:#BA4747
}
#navigation .activeMobileNav {
	color:#fff;
	background:#BA4747
}
#navigation .mobileNav {
	background: none repeat scroll 0 0 #BA4747;
	display: none;
	left: 0;
	position: absolute;
	top: 50px;
	width: 240px;
	z-index: 110;
}
#navigation .mobileNav li {
	border-bottom: 1px solid #AE3F3F;
	display: block;
	float: none;
	margin: 0;
	padding: 0;
}
#navigation .mobileNav li a {
	color: #FFFFFF;
	display: block;
	line-height: 18px;
	padding: 9px 15px;
	text-align: left;
}
#navigation .mobileNav li > ul{display:block !important; opacity:1 !important; height:auto !important; 	background: none repeat scroll 0 0 #BA4747;}
#navigation .mobileNav li > ul > li{
	border-top:	1px solid #AE3F3F;
	border-bottom:none
}
#navigation .mobileNav li > ul > li > a{padding-left:25px; padding-top:7px; padding-bottom:7px;}
@media only screen and (max-width : 1220px) {
#homeSideAd{display:none}
#homeSidebarArea{width:324px}
.homepageArea{padding-right:355px}
.postTitle {
  font-size: 22px;
  line-height: 1.3em;
}
}
@media only screen and (max-width : 1170px) {
.industryArticleMeta {
 padding-left: 4%;
 padding-right: 4%;
}
}
@media only screen and (min-width : 1141px) {
	#navigation #categoryMenu {
display:block
}
 #toggle-menu {
display:none
}
}
@media only screen and (max-width : 1140px) {
 #navigation #categoryMenu {
display:none
}
 #toggle-menu {
display:block
}
#stickyLogo {
float:left
}
#navigation {
float:left
}
.industryArticle {
min-height:440px
}
.postThumbImage{width:300px}
#featuredPost{padding-left:300px}
}
@media only screen and (max-width : 1085px) {
#header{overflow:hidden}
#headerAd {
 float: none;
 text-align: center;
 overflow:hidden; width:100%;
}
#headerAd ins{max-width:100%; overflow:hidden; margin:0 auto}
#categoryAdArea{float:none; text-align:center; overflow:hidden; width:100%}
#categoryAdArea ins{max-width:100%; overflow:hidden; margin:0 auto}
#footerWidgets {
 float: none;
 text-align: center;
 width: 100%;
}
#footerCopyrightWidget {
 float: none;
 padding-top: 30px;
 text-align: center;
 width: 100%;
}
#footerWidgets .widget-container {
 padding: 0 25px;
}
#copyright br {
display:none
}
}
@media only screen and (max-width : 940px) {
 .insidePad {
 padding: 0 30px;
}
#container {
 float: none;
 width: 100%;
}
#sidebar {
 float: none;
 margin-top: 30px;
 width: 100%;
}
.homepageArea {
  padding-right: 0;
}
#homeSidebarArea {
  border-top: 1px solid #eaeaea;
  margin-top: 30px;
  padding-top: 30px;
  position: relative;
  right: inherit;
  top: inherit;
  width: 100%;
}
#homeSide {
  float: none;
  width: 100%;
}
#homeSide .Exclusives_Widget {
	position:relative;
}
#homeSide .Exclusives_Widget:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/*#homeSide .Exclusives_Widget .exclusivesPost {
  float: left;
  margin-right: 4%;
  min-height: 1px;
  position: relative;
  width: 48%;
}
#homeSide .Exclusives_Widget .exclusivesPost:last-child{margin-right:0}*/
#singlePostSidebar {
  border-top: 1px solid #eaeaea;
  margin-top: 30px;
  padding-top: 30px;
  position: relative;
  right: inherit;
  top: inherit;
  width: 100%;
}
.singlepostArea {
  padding-right: 0;
  position: relative;
}
#singlePostSidebar .whiteBox{display:none}
#singlePostSidebar .whiteBox.articleSidebarAd{display:block}
#homeSidebarArea .whiteBox{display:none}
#homeSidebarArea .whiteBox.articleSidebarAd{display:block}
#homeSidebarArea .whiteBox.sidebarHeader{display:block}
}
@media only screen and (max-width : 800px) {
	.industryArticle {
  min-height: 480px;
}
 .clipCols3 .clipPost {
 margin: 25px 1% 0 !important;
 width: 48%;
border-right:1px solid #E6E6E6
}
.clipCols3 .clipPost:nth-child(2n) {
 border-right: medium none;
}
.clipCols3 .clipPost:nth-child(2n + 1) {
clear:both;
}
.clipCols3 .clipPost:nth-child(3n+1) {
 clear: inherit;
}
#footerWidgets .widget-container:nth-child(3n) {
 clear: both;
 padding-top: 20px;
}
}
@media only screen and (max-width : 740px) {
	.industryArticle {
  min-height: 520px;
}
	ul.allcatsnav {
  display: block;
  float: none;
  list-style: none outside none;
  margin: 12px 0 0 -50px;
  padding: 0;
  width: 100%;
}
#headerSearch{width:250px}
}
@media only screen and (max-width : 640px) {
 .industryCategory {
 left: 20px;
 top: 20px;
}
.industryArticle {
  margin-left: 0;
  margin-right: 0;
  min-height: inherit;
  width: 100%;
}
#featuredPost {
  padding-left: 0;
  padding-top: 250px;
}
.postThumbImage {
  height: 250px;
  left: 0;
  top: 0;
  width: 100%;
}
#logo {
  float: none;
  padding-bottom: 15px;
}
#headerSearch {
  bottom: inherit;
  left: -8px;
  margin: 0 auto;
  position: relative;
  right: inherit;
  width: 275px;
}
.morePosts #homeArticles .grid6{width:100%; float:none}
#logo.iowa{width:396px; margin:0 auto}
#logo.new-mexico {
	width: 363px;
	margin: 0 auto;
}
}
@media only screen and (max-width : 540px) {
#navigationBar {
 height: auto;
 text-align: center;
}
#navigationBar:after {
 border-top: 1px solid #1B3147;
 content: "";
 height: 1px;
 left: 0;
 position: absolute;
 top: 50px;
 width: 100%;
}
 #navigation {
float:right
}
 #navigation .mobileNav {
right:0;
left:inherit
}
#stickyLogo {
 float: left;
}
#headerSocial {
 clear: both;
 display: inline-block;
 float: none;
}
#header {
 padding: 120px 0 25px;
}
#subscribeLink {
 clear: both;
 display: block;
 float: none;
 margin-right: 0;
}
ul.checkboxList li {
 width: auto;
}
.industryArticle {
 min-height: inherit;
 padding-bottom: 0;
}
.industryArticleMeta {
position:relative;
padding:15px 35px
}
 .postThumb {
float:none;
display:block
}
 .featuredTag {
clear:both;
margin-top:10px;
display:block
}
 #industryArticles .col {
 clear: both;
 margin: 25px 0 0 !important;
 width: 100%;
}
#industryArticles .col .industryArticleThumb img {
width:100%
}
.industryCategory {
 left: 10%;
 top: 30%;
}
.postAd {
 clear: both;
 float: none;
 margin: auto auto 10px;
 text-align: center;
}
#footerWidgets .widget-container {
 clear: both;
 padding-top: 20px;
display:block;
}
#footer .insidePad {
 padding-bottom: 40px;
 padding-top: 20px;
}
#insideArticlesTabs li a {
font-size:16px
}
#insideSearchForm{left:50%; margin-left:-120px}
#insideSearchForm:after, #insideSearchForm:before{left:50%}
}
@media only screen and (max-width : 480px) {
	ul.allcatsnav li{margin-left:6px; padding-left:6px}
	 .insidePad {
 padding: 0 20px;
}
.socialProfiles li a {
  font-size: 18px;
  height: 22px;
  line-height: 22px;
  width: 22px;
}
#homeSide .Exclusives_Widget .exclusivesPost {
  float: none;
  margin-right: 0;
  min-height: 1px;
  position: relative;
  width: 100%;
}
.homeNewArticle.withThumbnail{padding-left:0}
.homeArticleThumb {
  height: 150px;
  left: inherit;
  position: relative;
  top: inherit;
  width: 100%;
}

}
@media only screen and (max-width : 465px) {
.clipCols3 .clipPost {
 border-bottom: 1px solid #E6E6E6;
 border-right: medium none;
 margin: 0 5% !important;
 padding-left: 0;
 padding-right: 0;
 width: 90%;
}
.clipCols2 .clipPost {
 border-bottom: 1px solid #E6E6E6;
 border-right: medium none;
 margin: 0 5% !important;
 padding-left: 0;
 padding-right: 0;
 width: 90%;
}
#stickyLogo a {
  width: 80px;
}

.singlepostArea .postThumb {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding-right: 0;
  width: 100%;
}
.singlepostArea .postThumb .thumbDescription {
  margin-top: 10px;
  padding-left: 0;
  text-align: center;
}
#homeSidebarArea .whiteBox.sidebarHeader {
  font-size: 1em;
  padding-left: 59px;
}
#logo.iowa{width:280px}
#logo.new-mexico {
	width: 250px;
}
#logo.iowa h1{
background-size:71px 48px; -webkit-background-size:71px 48px; padding-right:75px; padding-top:0px;
}
#logo.new-mexico h1 {
	background-size: auto 48px; -webkit-background-size: auto 48px;
	padding-right: 50px;
	padding-top: 0;
}
#logo.iowa h1 a, #logo.new-mexico h1 a{ width:202px; height:44px; background-size:202px 44px; -webkit-background-size:202px 44px;}
}
@media only screen and (max-width : 380px) {
 #headerSocial {
 clear: both;
 display: block;
 float: left;
}
#subscribeLink {
 clear: inherit;
 float: right;
}
ul.gform_fields li.gfield_half {
  clear: both !important;
  display: block;
  width: 102%;
}
body.nhjournal #navigation > ul > li > a {
  font-size: 14px;
  padding: 0 12px;
}
}

/*FILESTART   */

/* 10Web Booster optimized this CSS file */

			#logo h1 a {
	background: url(data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20%20%22%3E%3C/svg%3E#}/wp-content/uploads/2022/10/State-Journal-Logos_d1-03.png) repeat scroll 0 0 transparent;
	display: block;
	height: 100px;
	margin: auto;
	text-indent: -9999px;
	width: 350px;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
}
#header {
	padding: 70px 0 40px;
}		