body {
	font-size: 100%;
	text-align: left;
	font-family: Helvetica,Arial,sans-serif !important;
	background-image: url(../assets/img/background.gif);
}

#wrapper {
	margin: 20px auto 0;
	background-color: #ffffff;
}

a,
a:visited {
	color: #1D4786;
	text-decoration: none !important;
}

a:hover {
	color: #333333;
	text-decoration: none !important;
}

em {
	font-style: italic;
}

.entryImg {
	width: 10.125em;
	height: 5.696em;
}

a:hover i.fa-user {
	background-color: #1D4786 !important;
}

a:hover i.fa-envelope {
	background-color: #841F1F !important;
}

a:hover i.fa-twitter {
	background-color: #55ACEE !important;
}

a:hover i.fa-linkedin {
	background-color: #0077B5 !important;
}

a:hover i.fa-facebook {
	background-color: #3B5998 !important;
}

a:hover i.fa-google-plus {
	background-color: #DD4B39 !important;
}

a:hover i.fa-reddit-alien {
	background-color: #FF4500 !important;
}

.img-fluid {
	max-width: 100%;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

article img {
	max-width: 100%;
	height: auto;
}

.bullet {
    list-style: none;
    padding-left: 20px;
    position: relative;
	line-height: 1.4em;
}

.triangle li:before {
	content: "\f138";
	font-family: FontAwesome;
	color: #1D4786;
	padding-right: 5px;
}

.bullet li:before {
	content: "\f138";
	font-family: FontAwesome;
	color: #1D4786;
	position: absolute;
    left: 0;
    line-height: 1.6em;
}

.dataWire-widget>.bullet li:before {
	content: "\f138";
	font-family: FontAwesome;
	color: #1B5E5C;
	position: absolute;
    left: 0;
    line-height: 1.6em;
}

.etechWire-widget>.bullet li:before {
	content: "\f138";
	font-family: FontAwesome;
	color: #005689;
	position: absolute;
    left: 0;
    line-height: 1.6em;
}

article .storyImg {
	margin-bottom: 1.5em;
}

hr {
	border-top: 1px solid #bbbbbb;
}


/***************************************************************************************************************************************************
																		NETWORK BAR
***************************************************************************************************************************************************/
#leaderBoard {
	height: 6.25em;
	background-color: #3F3D3E;
	position: relative;
}

#leaderBoard img {
	display: block;
	position: absolute;
	margin: auto;
}

#network-bar .navbar-header {
	background-color: #E5E5E5;
}

.navbar-network {
	float: left;
}

.network {
	background-color:#E5E5E5;
}

nav .network {
	background-color: #ffffff;
	margin: 10px auto;
	display: table;
	text-align: center;
	float: right;
}

.network ul li {
	padding-top: .4em;
	display: inline-block;
	text-align: center;
}

.networkTitle {
	line-height: 2em;
	font-size: .8em;
	font-weight: 700;
	text-align: left;
	letter-spacing: normal;
	text-transform: uppercase;
}

ul.networkSlots li a {
	display: block;
	padding: .313em;
	text-decoration: none !important;
	font-weight: 400;
	margin-left: .5em;
	font-size: .75em;
	letter-spacing: normal;
	text-transform: uppercase;
}

.siteSearch {
	margin: .7em 0 0 0;
	float: right;
	max-width: 11em;
}

nav .siteSearch {
	float: left;
	max-width: 100%;
}

.network .socialMedia {
	display: inline-block;
	margin: 1em .75em 0 0;
	float: right;
}

nav .network .socialMedia {
	margin: 1em .95em 1em 1em;
	float: left;
}

.network i {
	background: #E5E5E5;
	width: 1.625em;
	height: 1.625em;
	text-align: center;
	line-height: 1.625em;
	vertical-align: middle;
	border-radius: 50%;
}

.network i.fa-user {
	color: #1D4786 !important;
}

.network i.fa-envelope {
	color: #841F1F !important;
}

.network i.fa-twitter {
	color: #55ACEE !important;
}

.network i.fa-linkedin {
	color: #0077B5 !important;
}

.network i.fa-facebook {
	color: #3B5998 !important;
}

.network i.fa-google-plus {
	color: #DD4B39 !important;
}

.network a:hover i.fa-user {
	background-color: #1D4786 !important;
	color: #ffffff !important;
}

.network a:hover i.fa-envelope {
	background-color: #841F1F !important;
	color: #ffffff !important;
}

.network a:hover i.fa-twitter {
	background-color: #55ACEE !important;
	color: #ffffff !important;
}

.network a:hover i.fa-linkedin {
	background-color: #0077B5 !important;
	color: #ffffff !important;
}

.network a:hover i.fa-facebook {
	background-color: #3B5998 !important;
	color: #ffffff !important;
}

.network a:hover i.fa-google-plus {
	background-color: #DD4B39 !important;
	color: #ffffff !important;
}
/***************************************************************************************************************************************************
																		MARQUE GUTTER
***************************************************************************************************************************************************/
@media (min-width: 1200px) {
    .gutter > [class*='col-lg-']
    {
	    padding-right:0;
	    padding-left:5px;
	}

}

.features,
.articleFeatures {
	padding: 0 !important;
}
/***************************************************************************************************************************************************
																	NETWORK BAR BOOTHSTRAP
***************************************************************************************************************************************************/
.navbar-default .navbar-brand {
    color: rgba(119, 119, 119, 1);
}

.navbar-default {
    background-color: rgba(229, 229, 229, 0);
    border: 0;
    margin-bottom: 0;
}

.navbar-default .navbar-nav>li>a {
    color: rgba(119, 119, 119, 1);
    background-color: rgba(229, 229, 229, 0);
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: rgba(51, 51, 51, 1);
    background-color: rgba(229, 229, 229, 0);
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(85, 85, 85, 1);
    background-color: rgba(201, 201, 201, 0);
}

.navbar-default .navbar-toggle {
    border-color: #c9c9c9;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: rgba(201, 201, 201, 0);
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #c9c9c9;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: rgba(201, 201, 201, 0);
}

/***************************************************************************************************************************************************
																		NAV BOOTSTRAP
***************************************************************************************************************************************************/
@media (min-width: 1199px) {
	#nav.navbar-collapse
	{
	    height: auto;
	    border-top: 0;
	    box-shadow: none;
	    max-height: none;
	    padding-left:0;
	    padding-right:0;
	    border-color: none !important;
	}

	#nav.navbar-collapse.collapse
	{
	    display: block !important;
	    width: auto !important;
	    padding-bottom: 0;
	    overflow: visible !important;
	}

	#nav.navbar-collapse.in
	{
	    overflow-x: visible;
	}

	#nav.navbar
	{
		margin-right: 0;
		margin-left: 0;
		margin-top: .5em;
	}

	#nav.navbar-nav,
	#nav.navbar-nav > li,
	#nav.navbar-left,
	#nav.navbar-right,
	#nav.navbar-header
	{
		float:none !important;
	}

	#nav.navbar-right .dropdown-menu
	{
		left:0;
		right:auto;
	}

	#nav.navbar-collapse .navbar-nav.navbar-right:last-child
	{
	    margin-right: 0;
	}

}

#navimg.navbar-brand {
  padding: 0px;
  height: 80px;
}

#navimg.navbar-brand>img {
  height: 100%;
  padding: 7px 15px;
  width: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { /* target IE only */
	#navimg.navbar-brand {
		height: auto;
		max-width: 100%;
	}
}

#navimg.nav>li>a {
    padding: 30px 0;
}

#navimg.navbar-toggle {
    padding:10px;
    margin: 25px 15px 25px 0;
}

.nav>li>a {
    position: relative;
    display: inline;
    padding: 15px;
}

.nav {

    margin: 7.5px 0 !important;
    display: block;
    width: 100%;
}

.nav.networkSlots {
	text-align: center;
}

.navbar-toggle {
    border-color: #c9c9c9;
    margin-bottom: 1em;
}

.navbar-toggle.navbar-left {
  float: left;
  margin: 25px 0 0 15px;
}

.navbar-form {
    padding: 0 15px;
    margin-right: -15px !important;
    margin-left: -15px !important;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #ffffff;
}

@media (max-width: 1199px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .network ul li
    {
	padding-top: 0 !important;
    }
}
/***************************************************************************************************************************************************
																		COLUMN 1
***************************************************************************************************************************************************/
.column1 {
	padding: 0;
	margin: .5em 0 0 0;
}

nav p {
	margin: 1.5em 0 !important;
	line-height: 1.5em;
	font-size: .5em;
	font-style: italic;
	text-align: center;
	color: #3a3a3a;
}

.after p {
    margin: 1.5em 0 0 0 !important;
    font-size: .8em;
    font-style: italic;
    text-align: center;
    color: #3a3a3a;
}

nav ul {
	margin: .5em 1em 0 0;
}

nav ul> li:before {
	content: "\f13a";
	font-family: FontAwesome;
	margin-left: .5em;
	color: #1D4786;
}

nav ul> li:hover:before {
	content: "\f13a";
	font-family: FontAwesome;
	margin-left: .5em;
	color: #851e1f;
}

nav li {
	padding: .313em 0;
	font-size: .8em;
	line-height: 1.95em;
}

nav li a {
	color: #777777 !important;
}

nav li a:hover {
	color: #333333 !important;
}

nav li:hover {
	background: #ededed;
}

.sub-menu li a {
	margin-left: 1em;
}

.sub-menu li:hover {
	background: #ffffff;
}

.left-nav .menu-item-has-children ul.sub-menu {
    position: absolute;
    left: 130px;
    width: 200px;
    background: #ededed;
    border: 0px solid #ededed;
    float: left;
    z-index: 50;
    display: none;
    top: -5px;
}

.houseAd {
	text-align: center;
	margin-top: 1.55em;
}

.shareIcons .socialMedia {
	display: block;
	margin: .625em 0 0 0;
	text-align: center;
}

.shareIcons i {
	background: #E5E5E5;
	color:#ffffff;
	width: 1.875em;
	height: 1.875em;
	text-align: center;
	line-height: 1.875em;
	vertical-align: middle;
	margin: 0 .313em .625em 0;
	border-radius: 50%;
}

/***************************************************************************************************************************************************
																		COLUMN 2
***************************************************************************************************************************************************/
.column2 {
    margin: .5em 0 0 0;
}

.storyImg {

	position: relative;
	height: 15.625em;
	overflow: hidden;
	padding: 0;
	margin: 0 0 .3075em 0;
}

.centerStage {

	position: relative;
	height: 13.8em;
	overflow: hidden;
	padding: 0;
	margin: 0 0 .3075em 0;
}

.storyImg img,
.centerStage img,
.editorialFeature img,
.flexArticle img {
	width: 100%;
  	height: auto;
}

.overlay {
	position: absolute;
	background:
		linear-gradient(
			rgba(0,0,0,.7),
			rgba(0,0,0,.7) );
	background:
		-webkit-linear-gradient(
			rgba(0,0,0,.7),
			rgba(0,0,0,.7) );
	background:
		-moz-linear-gradient(
			rgba(0,0,0,.7),
			rgba(0,0,0,.7) );
	height: 7.5em;
	width: 100%;
	top: 8.125em;
}

.articleOverlay {
	position: absolute;
	background:
		linear-gradient(
			rgba(0,0,0,.7),
			rgba(0,0,0,.7) );
	background:
		-webkit-linear-gradient(
			rgba(0,0,0,.7),
			rgba(0,0,0,.7) );
	background:
		-moz-linear-gradient(
			rgba(0,0,0,.7),
			rgba(0,0,0,.7) );
	height: 7.5em;
	width: 100%;
	top: 10.125em;
}

.fullOverlayB {
	position: absolute;
	background:
		linear-gradient(
			rgba(0,0,0,.4),
			rgba(0,0,0,.4) );
	background:
		-webkit-linear-gradient(
			rgba(0,0,0,.4),
			rgba(0,0,0,.4) );
	background:
		-moz-linear-gradient(
			rgba(0,0,0,.4),
			rgba(0,0,0,.4) );
	height: 100%;
	width: 100%;
	top: 0;
}

.centerStageCopy {
	position: absolute;
	top: 5em;
}

.storyImg h2,
.centerStage h2 {
	position: absolute;
	top: 1.25em;
	font-size: 1em;
	font-weight: 600;
	color: #ffffff;
	text-shadow: 1px 1px 1px #000000;
	z-index: 10;
}

.storyImg h3,
.centerStage h3 {
	font-size: 1.313em;
	font-weight: 600;
	color: #ffffff;
	line-height: 1em;
}

.storyImg h4,
.centerStage h4,
.editorialFeature h4,
.flexArticle h4 {
	font-size: .875em;
	font-weight: 600;
	color: #F2FB04;
	line-height: 1.5em;
	padding: .625em 0 0 0;
}

.storyImg p,
.centerStage p,
.editorialFeature p,
.flexArticle p {
	font-size: .75em;
	font-weight: 200;
	color: #ffffff;
	line-height: 1.5em;
}

.flexArticle.flex-article-three-lines p {
	max-height: 54px;
}

.storyCopy {
	float: left;
	margin: 1.25em 0;
	border-bottom: .063em solid #E5E5E5;
	text-align: justify;
}

.storyCopy p {
	font-size: .875em;
	color: #333333;
	line-height: 1.25em;
	margin-bottom: .625em;
}

.storyCopy img {
	margin: auto;
}

.editorialFeature,
.flexArticle {
    position: relative;
    height: 10.25em;
    overflow: hidden;
    padding: 0;
    margin: 0 0 .3075em 0;
}

.fullOverlay {
	position: absolute;
	background:
		linear-gradient(
			rgba(18, 90, 167,.7),
			rgba(18, 90, 167,.7) );
	background:
		-webkit-linear-gradient(
			rgba(18, 90, 167,.7),
			rgba(18, 90, 167,.7) );
	background:
		-moz-linear-gradient(
			rgba(18, 90, 167,.7),
			rgba(18, 90, 167,.7) );
	max-height: 10.25em;
	height: 100%;
	width: 100%;
	top: 0;
}

.editorialFeature h3,
.flexArticle h3 {
	font-size: 1em;
	font-weight: 600;
	color: #ffffff;
	line-height: 1.25em;
	padding: 1.25em 0 1em 0;
}

 .resourceEntry p,
 .careerEntry p,
 .eventEntry p {
	font-size: .875em;
	color: #333333;
	line-height: 1.25em;
}

.resourceEntry h3 {
	font-size: .875em;
	color: #3a3a3a;
}

.home .livewire .header-image {
	margin-bottom: 1em;
}

.tax-special-feature .header-image {
	margin-bottom: .3075em;
}

.home .livewire .header-image img,
.tax-special-feature .header-image img,
.special-feature-cta img {
	width: 100%;
}

.home .livewire .feature,
.home .livewire .center-stage {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.home .livewire .center-stage {
	background-color: #F2F2F2;
}

.home .livewire h3 {
	margin-bottom: 0.5em;
	font-size: 1.25em;
	font-weight: 600;
	color: #841F1F;
}

.home .livewire .center-stage h4 {
	font-size: 1em;
	font-weight: 600;
	color: #841F1F;
	margin-bottom: 0.5em;
}

.home .livewire .center-stage .content-label {
	display: block;
}

.home .livewire .featured-image {
	padding: 0;
}

.home .livewire .featured-image img {
	max-width: 100%;
	height: auto;
}

.home .livewire .excerpt {
	font-size: 0.8em;
}

.shareIcons h4 {
	font-size: .875em;
	font-weight: 600;
	color: #841F1F;
	margin-top: 1.563em;
}

.resourceEntry h4,
.readNext h4,
.widget h4 {
	font-size: .875em;
	font-weight: 600;
	color: #841F1F;
}

.resourceEntry h5,
.careerEntry h5,
.eventEntry h5,
.featEntry h5 {
	font-size: .875em;
	line-height: 1.25em;
}

.productEntry p,
.featEntry p {
	font-size: .875em;
	color: #333333;
	line-height: 1.25em;
}

.editorialImg {
	display: block;
	line-height: 1em;
	padding: .625em 0 1.313em 0
}

.editorialImg p {
	font-size: .75em;
	color: #333333;
	line-height: 1.25em;
	font-style:italic;
	padding: 1.25em 0 1.25em 0;
}

.readNext {
	display: block;
	line-height: 1em;
	margin: 1.313em 0;
}

.readNextEntry {
	display: block;
	line-height: 1em;
	margin-top: .625em;
	padding: 0 .625em 1.25em 1em;
	border-left: .063em solid #E5E5E5;
	border-right: .063em solid #E5E5E5;
	float: left;
}

.readNextEntry h5 {
	font-size: .75em;
	line-height: 1.25em;
}

/***************************************************************************************************************************************************
																		COLUMN 3
***************************************************************************************************************************************************/
.column3 {
	margin: .5em 0 0 0;
}

.sponsors {
	display: block;
	text-align: center;
	margin-bottom: .938em;
	padding: 0;
}

.sponsors p {
	font-size: .6em;
	padding: 0 0 1em 0;
}

.sponsors img {
	margin: .2em;
}

.resourceEntry {
	display: block;
	float: right;
	line-height: 1em;
	padding: .938em 0 1.313em 0;
	border-top: .063em solid #E5E5E5;
}

.resource {
	display: block;
	margin: auto;
	margin-bottom: 1.25em !important;
}

.career,
.event {
	display: block;
	border: .063em solid #E5E5E5;
	margin: auto;
	margin-bottom: 1.25em !important;
	padding: 0;
}

.careerHead,
.eventHead {
	background-color: #1D4786;
	padding-right: .625em;
	height: 2.188em;
}

.careerEntry,
.eventEntry {
	display: block;
	line-height: 1em;
	padding: 0 .625em .625em .625em;
	border-top: .063em solid #E5E5E5;
}

.careerMore,
.eventMore {
	background-color: #E5E5E5;
	padding: 0;
	border-top: .063em solid #E5E5E5;
	height: 1.5em;
	line-height: 1.5em;
}

.resourceEntry h2,
.careerEntry h2,
.eventEntry h2,
.productEntry h2,
.featEntry h2 {
	font-size: .969em;
	font-weight: 600;
	padding: .625em 0 .313em 0;
	color: #000000;
	line-height: 1.25em;
}

.careerHead h3,
.eventHead h3 {
	font-size: 1em;
	font-weight: 600;
	color:#FFFFFF;
	padding-top: .625em;
}

.careerMore h3,
.eventMore h3 {
	color: #1D4786;
	font-weight: 600;
	float: left;
	padding: 0 .625em;
	font-size: 1em;
	padding-top: 0.25em;
}

.resourceEntry h6,
.careerEntry h6,
.eventEntry h6,
.readNextEntry h6,
.featEntry h6 {
	font-size: .75em;
	font-weight: 600;
	line-height: 1.25em;
	color: #000000;
}

.resourceEntry img {
	padding: .625em 1.25em 0 0;
	float: left;
}

.careerHead img {
	padding-right: 1.5em;
	float: left;
}

.eventHead img {
	padding:  .313em 4.25em .313em .313em;
	float: left;
}

.eventEntry img,
.featEntry img {
	padding: 0 1.25em 0 0;
	float: left;
}

.careerMore img,
.eventMore img {
	margin-top: .25em;
	vertical-align: top;
}

.upNext {
	width: 80em;
	float: left;
	margin: 1.25em 1.25em .625em 1.25em;
}

.leaderBoard {
	clear: both;
}

.leaderBoard img {
	display: block;
	position: relative;
	margin: auto;
	margin-bottom: 1em !important;
}

.subscribe {
	background-color: #841F1F;
	min-height: 3em;
	height: auto;
	clear: both;
}

.subscribe h5 {
	text-align: center;
	color: #ffffff;
	font-weight: 600;
	font-size: .85em;
	padding-top: .5em;
	line-height: 1.4em;
}

.subscribe p {
	text-align: center;
	color: #ffffff;
	font-size: .80em;
	line-height: 1.25em;
}

.articleView {
	min-height: 2.5em;
	height: auto;
	clear: both;
	text-align: center;
}

.articleView li {
	display: inline-block;
	font-size: .75em;
	margin: .75em 1.25em;
	text-transform: uppercase;
}

.articleView a:hover {
	text-decoration: none !important;
}

.hpc-sol-prov-small-widget .provider {
    display: inline-block;
    margin: 5px;
    border: 1px solid;
    color: #ededed;
}
/***************************************************************************************************************************************************
																	ARTICLE BLOCK
***************************************************************************************************************************************************/
.articleBlock {
	height: auto;
	float: left;
	margin-bottom: 1.875em !important;
}

.entry {
	display: block;
	line-height: 1em;
	padding: .938em 0 1.25em 0;
	border-bottom: .063em solid #E5E5E5;
}

body.single-off-the-wire header {
	margin-top: 1em;
}

.entry h2 {
	font-size: 1.25em;
	font-weight: 600;
	line-height: 1.25em;
}

.editors-note {
	font-style: italic;
	border-bottom: 1px solid black;
	margin-bottom: 1em;
	padding-bottom: 1em;
}

.entry img {
	float: none;
	padding-bottom: 1em;
}

.entry .date {
	font-size: .875em;
	text-align: right;
	color: #333333;
	padding: 0;
}

.entry p {
	font-size: .875em;
	color: #333333;
	line-height: 1.25em;
}

.entry h3 {
	font-size: .875em;
	color: #3a3a3a;
}

.entry h4 {
	font-size: .875em;
	font-weight: 600;
	color: #841F1F;
}

.content-label {
	background-color: #999999;
	clear: both;
	padding: 3px 5px;
	display: inline-block;
	font-size: 9px;
	font-weight: bold;
	line-height: 9px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-transform: uppercase;
}

.entry .socialMedia {
	display: block;
}

.entry i {
	background: #E5E5E5;
	color:#ffffff;
	width: 1.875em;
	height: 1.875em;
	border-radius: 50%;
	text-align: center;
	line-height: 1.875em;
	vertical-align: middle;
}

/***************************************************************************************************************************************************
																	SOLUTION CHANNEL
***************************************************************************************************************************************************/

.row.entry.solution-channel h2 {
	font-size: 1.4em;
	color: #831F1F;
	margin-bottom: 0.25em;
}

.main-item h3 {
	font-size: 1.25em;
	font-weight: 600;
	line-height: 1.25em;
}

h5.visit {
	font-weight: bold;
	color: #ccc;
	text-align: center;
	margin-bottom: 0.5em;
}

.previous h4 {
	color: #000;
	margin-bottom: 0.25em;
}

.previous ul {
	list-style-type: disc;
	padding-left: 15px;
	font-size: 0.875em;
}

#solution-channel-header {
	background: #f4f4f4;
	border-bottom: 1px solid #ddd;
	padding: 0.25em 1em;
	margin-bottom: 1em;
}

select#sc-select-term {
	font-size: 0.75em;
}

#solution-channel-header .social-icons {
	font-size: 1.25em;
	margin: 0 0.0625em 0 0.5em;
}

#solution-channel-header .social-icons a {
	margin: 0 0.0625em;
}

#solution-channel-header .social-icons a:hover {
	text-decoration: none;
}

#solution-channel-logos {
	margin-bottom: 1em;
}

img.solution-channel-logo {
	float: right;
}

@media (max-width: 767px) {
	#solution-channel-logos .vendor-logo,
	#solution-channel-logos .solution-channel-logo,
	#solution-channel-header .channel-selector,
	#solution-channel-header .vendor-social {
		text-align: center;
	}

	img.solution-channel-logo {
		float: none;
	}
}

.tax-solution_channel h1,
.tax-solution_channel h2 {
	font-size: 1.4em;
}

.tax-solution_channel .above-post {
	margin-bottom: 1em;
}

.tax-solution_channel .fullOverlay {
	background: none;
}

.tax-solution_channel .entry h3 {
	font-size: 1.25em;
	line-height: 1.25em;
	font-weight: 600;
	color: #1D4786;
	margin-bottom: 0.5em;
}

.carousel-container {
	padding: .938em 0 1.25em 0;
}

.verticals {
	font-size: 0.875em;
	margin-bottom: 0.25em;
}

#solution-channel-recent .date {
	 float: left;
	 font-size: 0.875em;
	 margin: 0 2em 1em 0;
	 font-weight: bold;
}

.resource h5 {
	margin-top: 0.5em;
}

.resource .description {
	font-size: 0.75em;
	margin-top: 0.25em;
}

.tax-solution_channel .subscribe {
	margin-top: 1em;
}

/***************************************************************************************************************************************************
																	EVENTS
***************************************************************************************************************************************************/

#tribe-events-pg-template {
	max-width: none;
}

h2.tribe-event-listings-page-title {
	margin: 1em 0;
}

ul.featured-event-meta li {
	padding-top: 0.4em;
}

li.event-type {
	font-weight: bold;
}

li.event-type a {
	font-weight: normal;
}

.events-listing .table-headings {
	font-weight: bold;
	margin-bottom: 1em;
}

.event-listing {
	margin-bottom: 1em;
}

.single-tribe_events .tribe-events-event-image {
	float: left;
	margin-right: 1.25em;
}

.tribe-events-event-meta .tribe-events-meta-group {
	width: 50%;
}

/***************************************************************************************************************************************************
																	RIGHT SIDEBAR
***************************************************************************************************************************************************/
.rightSidebar {
	float: right;
}

.mediumRectangle {
	display: block;
	margin: 0 0 1.25em 0;
	text-align: center;
}

.ad-unit {
	text-align: center;
}

.ad-unit > div {
	display: inline-block;
}

iframe,
.img_ad {
	display: block;
	margin: 5px auto;
}

.skyScraper {
	display: block;
	margin: 1.25em 0;
	text-align: center;
}

.offthewire,
.dataWire,
.etechWire {
    height: auto;
    padding: 0;
    margin: 0 0 .3075em 0;
}

.offthewiretitle {
	height: 2.25em;
	background-color: #1D4786;
	color: #FFFFFF;
	padding: .5em .625em;
}

.offthewiretitle ul {
	display: table;
    	width: 100%;
   	list-style: none;
}

.offthewiretitle li {
	display: table-cell;
}

.offthewiretitle li h3,
.modal-title {
	font-size: .875em;
	font-weight: 600;
}

.offthewiretitle li h5 {
	font-size: .75em
}

.off-the-wire-widget {
    padding: .313em .625em .79em .625em;
    font-size: .75em;
    background-color: #E5E5E5;
    overflow: auto;
    max-height: 439.73px;
}

.off-the-wire-widget h4 {
	font-size: 1em;
	font-weight: 600;
	line-height: 1.25em;
	color: #831F1F;
	padding: .313em 0;
}

h4.date
 {
    font-size: .85em;
    font-weight: 600;
    line-height: 1.25em;
    color: #831F1F;
    padding: .313em 0;
    margin-bottom: -.6em;
}

.h4 {
    font-size: .8em;
}

.modal-title small {
    font-size: .75em;
    color: #ffffff;
    margin-left: 3em;
}

.modal-body {
    position: relative;
    padding: 15px;
    background-color: #E5E5E5;
}

.banner1,
.banner2 {
	height: 7.5em;
	text-align: center;
}

.banner3 {
	height: 14.375em;
	text-align: center;
}

span.embed-youtube {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

span.embed-youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.youTube {
	height: auto;
}

.youTube iframe,
.soundCloud iframe {
	padding-bottom: .313em;
}

.soundCloud {
	height: 19.688em;
}

.moreHeadline,
.moreArticle {
	height: 3em;
	clear: both;
	text-align: center;
	padding-top: 0.5em;
}

.moreHeadline li,
.moreArticle li {
	text-align: center;
	color: #1D4786;
	font-size: .875em;
	font-weight: 400;
	line-height: 1em;
	display: inline-block;
	margin: 0.75em;
}

.moreHeadline li.left,
.moreHeadline li.middle,
.moreHeadline li.right {
	margin-right: 0;
}

.moreHeadline li.left {
	margin-right: 0.5em;
}

.moreHeadline li.right {
	margin-left: 0.5em;
}

.billBoard {
	clear: both;
	margin-bottom: 1.875em !important;
}

.billBoard img {
	display: block;
	position: relative;
	margin: auto;
	margin-bottom: 1.875em !important;
}

/***************************************************************************************************************************************************
																	CONTENT BRICKS
***************************************************************************************************************************************************/
.contentBrick {
	clear: both;
	height: auto;
	border-bottom: .063em solid #E5E5E5;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
}

.futureReading1,
.futureReading2 {
	background-repeat: no-repeat;
}

.futureReading1 h3,
.futureReading2 h3,
.verticalFocus h3 {
	font-size: .875em;
	font-weight: 600;
	color: #841F1F;
	padding: 2.5em 0 .625em 0;
}

.futureReading1 h2,
.futureReading2 h2,
.verticalFocus h2 {
	font-size: 1.875em;
	font-weight: 600;
	padding: 0 0 0.25em 0;
	line-height: 1.2em;
}

.futureReading1 p,
.futureReading2 p,
.verticalFocus p {
	font-size: .875em;
	padding: 0;
	line-height: 1.25em;
}

.futureReading1 h4,
.futureReading2 h4 {
	font-size: 1.125em;
	font-weight: 600;
	padding: 2em 0 0 0;
}

.futureReading1 h5,
.futureReading2 h5 {
	font-size: .875em;
	font-weight: 400;
	padding: 3.125em 0 2.5em 0;
	color: #841F1F;
}

.columnLeft,
.columnRight {
	padding: 0 0 2em 0;
}

.columnLeft h4,
.columnRight h4 {
	font-size: .875em;
	font-weight: 600;
	padding: 1.875em 0 .625em 0;
}

.columnLeft h5,
.columnRight h5 {
	font-size: .75em;
	padding: 0;
	line-height: 1.25em;
}

.boothThumb {
	padding:10px;
}

.jobListing h2,
.boothVideo h2 {
	font-size: 1.563em;
	color: #333333;
	padding: 1.5em 0 1.25em 0;
	font-weight: 600;
	line-height: 1.2em;
}

.jobListing h3,
.boothVideo h3 {
	font-size: 1.125em;
	font-weight: 600;
	color: #1D4786;
}

.jobListing h4 {
	font-size: 1em;
	color: #000000;
	padding-left: 2.5em;
}

.jobListing h5 {
	font-size: .875em;
	color: #333333;
	padding-left: 2.9em;
	margin-top:-.5em;
}

.jobListing p a {
	font-size: .65em;
    	color: #1D4786;
    	padding-left: 3.9em;
}

.jobSubscribe p {
    font-size: .969em;
    font-weight: 600;
    padding: 1em 0;
    color: #333333;
    line-height: 1.25em;
}

.product-showcase h2 {
	font-size: 1.563em;
	color: #333333;
	padding: 1.5em 0 1.25em 0;
	font-weight: 600;
	line-height: 1.2em;
}

.product-showcase h4 {
	font-size: 1em;
	color: #000000;
	padding-left: 2.5em;
}

.showcase-subscribe p {
    font-size: .969em;
    font-weight: 600;
    padding: 1em 0;
    color: #333333;
    line-height: 1.25em;
}

.productShowcase h3 {
	font-size: 1.563em;
	color: #841F1F;
	padding-top: 1.25em;
	padding-bottom: 1.25em;
	font-weight: 600;
}

.productEntry {
	min-height: 11em;
}

.productEntry h4 {
	font-size: 1em;
	font-weight: 600;
	color: #841F1F;
	line-height: 1.5em;
}

.featEvent {
    background-color: #1D4786;
    height: auto;
    clear: both;
    padding: 6em 0;
}

.featEvent h3 {
    font-size: 1.5em;
    font-weight: 600;
    padding: 1.2em 0 .313em 0;
    color: #ffffff;
}

.featEvent p {
    font-size: .969em;
    font-weight: 600;
    padding: 1em 0;
    color: #ffffff;
    line-height: 1.25em;
}

i.fa-calendar-check-o {
	color:#ffffff;
}

.featEntry {
    display: block;
    line-height: 1em;
    padding: .625em;
}

.click {
	margin: .8em 0 .5em 0;
}

.click p {
	font-size: .969em;
	font-weight: 600;
	line-height: 1.25em;
}

.dataEntryTitle,
.etechEntryTitle {
	font-size: 1.5em;
	font-weight: 600;
	color: #333333;
	line-height: 2.5em;
}

.dataBrick {
    background-color: #3AA7A7;
    height: auto;
    clear: both;
    padding-bottom: 2.5em;
}

.dataBrick img {
    width: 100%;
    padding: 3em 0;
}

.etechBrick img {
    width: 100%;
    padding: 4em 0;
}

.dataBrick h3,
.etechBrick h3 {
    font-size: 1.25em;
    font-weight: 600;
    padding: 1.2em 0 .313em 0;
    color: #ffffff;
}

.jobSubscribe {
	padding: 0 2em 2em 0;
}

.dataSubscribe p,
.etechSubscribe p {
    font-size: .969em;
    font-weight: 600;
    padding: 1em 0;
    color: #ffffff;
    line-height: 1.25em;
}

.dataEntry,
.etechEntry {
	padding-bottom: 2em;
}

.dataEntry h2 {
	font-size: .969em;
	font-weight: 600;
	color: #1B5E5C;
	line-height: 1.25em;
}

.dataWire-widget,
.etechWire-widget {
    padding: .313em .625em .79em .625em;
    font-size: .75em;
    overflow: auto;
    max-height: 439.73px;
}

.dataWire-widget h3,
.etechWire-widget h3 {
	font-size: 1.25em;
	font-weight: 600;
	line-height: 1.25em;
	color: #333333;
	padding: .313em 0;
}

.dataWire-widget h4 {
	font-size: 1em;
	font-weight: 600;
	line-height: 1.25em;
	color: #1B5E5C;
	padding: .313em 0;
}

.dataWire-article a {
	color:#1B5E5C;
}

.dataBanner,
.etechBanner {
	padding-top: .8em;
	text-align: center;
}

.etechBrick {
    background-color: #38A9CB;
    height: auto;
    clear: both;
    padding-bottom: 3em;
}

.etechEntry h2 {
	font-size: .969em;
	font-weight: 600;
	color: #005689;
	line-height: 1.25em;
}

.etechWire-widget h4 {
	font-size: 1em;
	font-weight: 600;
	line-height: 1.25em;
	color: #005689;
	padding: .313em 0;
}

.etechWire-article a {
	color:#005689;
}
/***************************************************************************************************************************************************
																		FOOTER SECTION
***************************************************************************************************************************************************/
footer {
	height: 18.75em;
	clear: both;
}

.footer1 img {
	margin: 1.25em;
}

.footer2,
.footer3,
.footer4 {
	padding: 0;
}

.footer2 h3,
.footer3 h3,
.footer4 h3 {
	font-size: 1.125em;
	font-weight: 600;
	margin: 1.25em 0 0 1.25em;
}

.footer2 ul li,
.footer3 ul li,
.footer4 ul li {
	font-size: .875em;
	font-weight: 400;
	margin: 0 0 0 1.875em;
	line-height: 1.3em;
	color: #3a3a3a;
}

.footer5 {
	text-align: center;
}

.footer5 ul li {
	display: inline-block;
	margin: 1.875em;
	font-size: .875em;
	font-weight: 400;
	color: #3a3a3a;
}

.footer2 ul li a,
.footer3 ul li a,
.footer4 ul li a,
.footer5 ul li a {
	color: #3a3a3a;
}

.taborlogo {
	background-color: #E5E5E5;
	height: 6.250em;
	clear: both;
}

.taborlogo img {
	float: left;
	width: 12em;
	margin: 1.25em;
}

.copyright {
	clear: both;
	text-align: center;
	margin-top: 1.25em;
}

.copyright p {
	color: #C2BDBD;
	font-size: .563em;
}
