/**
 * Custom styles
 */

/* Header
   ========================================================================== */

.isolated-sections header {
	position: relative;
	border-color: #dfdfdf;
}

@media (min-width: 768px) {
	.isolated-sections header {
		padding-bottom: 3px;
	}
}

/* Logo */

.logo {
	z-index: 100;
}

@media (min-width: 768px) {
	.isolated-sections header .logo {
		position: relative;
		top: 8px;
		left: 12px;
		float: left;
		width: 70px;
		height: 70px;
		padding: 0;
	}

	header .logo a {
		display: block;
		width: 70px;
		height: 70px;
		background: none;
	}

	header .logo img {
		display: block;
	}
}

/* Top Left Banner */

.top-left-banner {
	display: none;
}

/* @media (min-width: 768px) {
	.home .top-left-banner {
		display: block;
		position: absolute;
		top: 20px;
		left: 20px;
		z-index: 150;
	}
} */

/* Phone Number */

.phone-container {
	display: none;
}

@media (min-width: 768px) {

	.phone-number {
		display: block;
		color: #090;
		font-weight: bold;
		font-size: 1.4em;
		line-height: 1.2;
	}

	/* Phone Number - Homepage */

	.home .phone-container {
		display: block;
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 150;
		text-align: right;
	}

	.home .phone-intro {
		display: block;
		font-size: .85em;
		line-height: 1.2;
	}

	.home .phone-number {
		font-size: 1.4em;
	}
}

@media (min-width: 992px) {

	/* Phone Number - Subpages */

	.phone-container {
		display: block;
		position: absolute;
		top: 14px;
		right: 50px;
		z-index: 150;
		text-align: right;
	}

	.phone-intro {
		display: none;
	}

	.phone-number {
		font-size: 1.2em;
	}
}

/* Social Icons */

.social-media-icons-header {
	display: none;
}

@media (min-width: 768px) {
	.home .social-media-icons-header {
		display: block;
		position: absolute;
		top: 52px;
		right: 20px;
		z-index: 150;
	}

	.home .social-media-icons {
		margin-bottom: 0;
	}

	.home .social-media-icons > li > * {
		height: 36px;
		width: 36px;
		font-size: 1.3em;
		line-height: 36px;
	}

	.home .social-media-icons > li:last-child {
		margin-right: 0;
	}
}

/* Fixed Social Links */

.home #w_social_tools_container {
	display: none;
}

#w_social_tools_container {
	display: block;
	position: fixed;
	visibility: hidden;
	top: 50%;
	margin-top: -50px;
	height: 100px;
	width: 100%;
	left: 0;
	background: transparent;
}

#w_social_tools_container .outer-container {
	height: 100%;
}

#w_social_tools_container ol {
	visibility: visible;
	display: block;
	position: relative;
	top: 0;
	left: -64px;
	width: 65px;
	height: 100%;
	padding-left: 0;
}

#w_social_tools_container li {
	list-style: none;
}

#w_social_tools_container a {
	display: block;
	margin-bottom: .35em;
	padding: 0;
	text-align: center;
	background: transparent;
	border: 1px solid #9a9a9a;
	border-right: 0;
	color: #858585;
	font-size: .95em;
	line-height: 2.5;
	-webkit-transition: all .4s;
	        transition: all .4s;
}

#w_social_tools_container a:hover {
	color: #fff;
	border-color: #090;
	background: #090;
}

@media (max-width: 1200px) {
	#w_social_tools_container {
		display: none;
	}
}

/* Header Search */

@media (min-width: 768px) {
	#search-container {
		top: 12px;
	}
}

/* Ads */

.isolated-sections .horizontal-section-container.w-ads {
	margin-bottom: 0;
	border-top: 0;
}

#w-300x250 {
	width: 300px;
	height: 250px;
	margin: 0 auto;
}

#w-320x50 {
	display: block;
	padding: 1.5em 0;
	text-align: center;
}

#w-728x90 {
	display: none;
}

.custom-campaign #w-728x90 {
	display: none;
}

@media (min-width: 768px) {
	#w-300x250 {
		margin-left: -.95em;
	}

	#w-320x50 {
		display: none;
	}

	#w-728x90 {
		display: block;
		padding: 1.5em 0;
		text-align: center;
	}
}

/* Navigation
   ========================================================================== */

.isolated-sections header #main-menu-container {
	border: 0;
}

header #main-menu-container #main-menu {
	margin-top: 10px;
	padding-top: .3em;
	padding-bottom: .3em;
	border: 0;
}

header #main-menu-container #main-menu:after {
	background: transparent;
}

/* Previous/Next */

.prevnext {
	position: relative;
	overflow: hidden;
	padding: 1em 0;
	border-top: 1px solid #e3e3e3;
}

.prev {
	float: right;
}

.prev::after {
	content: "\2192";
}

.next {
	float: left;
}

.next::before {
	content: "\2190";
}

/* Homepage Sections */

.home a.section-header::after {
	background: none;
}

.section-header .text small {
	position: absolute;
	right: 0;
	top: 15px;
	transition: color .4s;
}

.section-header .text small:hover {
	color: #333;
}

/* Posts & Pages
   ========================================================================== */

.home-latest-news hr {
	margin-top: 0;
	margin-bottom: 2.5em;
}

.home .home-latest-news-container {
	border-top: 0;
}

/* Posts - Homepage */

.home .byline {
	display: block;
	position: relative;
	overflow: hidden;
	padding-bottom: .3em;
	color: #aaa;
	font-size: .95em;
}

.w-author {
	display: block;
	float: left;
	width: 80%;
}

.thumbnail-list-general .w-author a {
	border-bottom: 1px dotted #ccc;
	color: #aaa;
}

.thumbnail-list-general .w-author a:hover {
	border-bottom: 1px dotted #aaa;
	color: #333;
}

.w-date {
	display: block;
	float: right;
	width: 20%;
	text-align: right;
}

.isolated-sections .horizontal-section-container {
	border-color: #dfdfdf;
}

@media (max-width: 768px) {
	.isolated-sections .horizontal-section-container {
		border-right: 0;
		border-left: 0;
	}
}

.isolated-sections .container-post {
	border-top: 0;
}

.section-container .section-content .thumbnail-list > .item .thumbnail > img,
.section-container .section-content .thumbnail-list > .item .thumbnail > a > img {
	opacity: 1;
}

.section-container .section-content .thumbnail-list > .item .thumbnail .caption {
	padding-top: .5em;
}

.section-container .section-content .thumbnail-list > .item .thumbnail h6.title {
	margin-bottom: .5em;
}

/* Premium Issues List */

.w-premium-issues {
	padding-left: 0;
}

.w-premium-issues .item {
	margin-bottom: 1em;
	list-style-type: none;
}

.w-premium-issues .item-content {
	margin-left: 55px;
}

.w-premium-issues .date {
	color: #999;
	font-size: .85em;
}

.w-premium-issues .title {
	margin-top: 0;
}

/* Featured Posts */

.section-container .section-content .thumbnail-list.thumbnail-list-featured > .item .thumbnail {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.section-container .section-content .thumbnail-list.thumbnail-list-featured > .item .thumbnail .caption {
	position: absolute;
	bottom: 0;
	z-index: 9;
	width: 100%;
	padding: 1em;
	background-color: rgba(0,0,0,.45);
	border-bottom: 4px solid #090;
	transition: all .4s;
}

.section-container .section-content .thumbnail-list.thumbnail-list-featured > .item .thumbnail a:hover ~ .caption,
.section-container .section-content .thumbnail-list.thumbnail-list-featured > .item .thumbnail .caption:hover {
	background-color: rgba(0,0,0,.65);
}

@media (max-width: 768px) {
	.section-container .section-content .thumbnail-list.thumbnail-list-featured > .item .thumbnail .caption {
		position: relative;
		background-color: #111;
	}
}

.thumbnail-list-featured .caption-content {
	margin-left: 55px;
}

.thumbnail-list-featured .title a {
	color: #eee;
	font-size: 1.2em;
}

.thumbnail-list-featured .title a:hover {
	color: #fff;
}

.thumbnail-list-featured .byline {
	color: #ddd;
}

.thumbnail-list-featured .byline a {
	color: #eee;
	color: rgba(255,255,255,.85);
	border-bottom: 1px dotted rgba(255,255,255,.4);
}

.thumbnail-list-featured .byline a:hover {
	color: #fff;
	color: rgba(255,255,255,1);
	border-bottom: 1px dotted rgba(255,255,255,.7);
}

/* Premium Issues List & Featured Posts - Author Thumbnails */

.thumbnail-list-featured .caption::before,
.w-premium-issues .item::before {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	margin-top: 3px;
	margin-right: 13px;
	content: '';
	background: url(/img/logo-uwd.80x80.png) no-repeat;
	background-size: 100%;
}

.thumbnail-list-featured .caption::before {
	border: 1px solid rgba(0,0,0,.7);
	border-radius: 100px;
	box-shadow: inset 0 0 0 -1px rgba(255,255,255,.3),
				inset 0 1px 0 0 rgba(255,255,255,.3),
				inset -1px 0 0 rgba(255,255,255,.3),
				inset 0 -1px 0 0 rgba(255,255,255,.3),
				inset 1px 0 0 rgba(255,255,255,.3);
}

.w-premium-issues .item::before {
	border: 1px solid #bbb;
	border-radius: 100px;
	box-shadow: inset 0 0 0 -1px #fff,
				inset 0 1px 0 0 #fff,
				inset -1px 0 0 #fff,
				inset 0 -1px 0 0 #fff,
				inset 1px 0 0 #fff;
}

/* JR Crooks */

.thumbnail-list-featured .author-jrcrooks::before,
.w-premium-issues .author-jrcrooks::before,
.thumbnail-list-featured .author-jr-crooks::before,
.w-premium-issues .author-jr-crooks::before,
.thumbnail-list-featured .author-john-ross-crooks-iii::before,
.w-premium-issues .author-john-ross-crooks-iii::before,
.thumbnail-list-featured .author-john-ross-crooks-iii::before,
.w-premium-issues .author-john-ross-crooks-iii::before {
	content: '';
	background: url(/img/experts/jr-crooks.80x80.png?v=2) no-repeat;
	background-size: 100%;
}

/* Frank Curzio */

.thumbnail-list-featured .author-frank-curzio::before,
.thumbnail-list-featured .author-fcurzio::before,
.w-premium-issues .author-frank-curzio::before,
.w-premium-issues .author-fcurzio::before  {
	content: '';
	background: url(/img/experts/frank-curzio.80x80.png) no-repeat;
	background-size: 100%;
}

/* Brad Hoppmann */

.thumbnail-list-featured .author-brad-hoppmann::before,
.w-premium-issues .author-brad-hoppmann::before {
	content: '';
	background: url(/img/experts/brad-hoppmann.80x80.png) no-repeat;
	background-size: 100%;
}

/* Nilus Mattive */

.thumbnail-list-featured .author-nilus-mattive::before,
.w-premium-issues .author-nilus-mattive::before {
	content: '';
	background: url(/img/experts/nilus-mattive.80x80.png) no-repeat;
	background-size: 100%;
}

/* Stan Pyatt */

.thumbnail-list-featured .author-stan-pyatt::before,
.w-premium-issues .author-stan-pyatt::before {
	content: '';
	background: url(/img/experts/stan-pyatt.80x80.png) no-repeat;
	background-size: 100%;
}

/* Grant Wasylik */

.thumbnail-list-featured .author-grant-wasylik::before,
.w-premium-issues .author-grant-wasylik::before {
	content: '';
	background: url(/img/experts/grant-wasylik.80x80.png) no-repeat;
	background-size: 100%;
}

/* Excerpts */

.w-excerpt {
	margin-bottom: 2em;
	font-size: .9em;
}

/* Post Header */

.entry-header {
	margin-bottom: 2em;
}

.entry-title {
	margin-bottom: .4em;
}

.entry-meta {
	color: #aaa;
}

.entry-meta a {
	color: #aaa;
}

/* Post Content */

.entry-content {
	padding-bottom: 1.5em;
}

.entry-content a {
	font-weight: 700;
}

.single .entry-content a {
	border-bottom: 0;
	color: #06b;
	font-weight: 700;
	text-decoration: underline;
}

.single .entry-content a:hover {
	color: #1d1d1d;
}

/* Post Navigation */

.post-navigation {
	position: relative;
	overflow: hidden;
	margin-top: 1.5em;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	border-top: 1px solid #eaebeb;
}

.nav-previous {
	float: left;
}

.nav-next {
	float: right;
}

/* Blockquotes */

blockquote {
	font-size: 1em;
	border-left: 0;
}

/* Experts
   ========================================================================== */

/* Experts - Homepage */

.experts-section .pull-left {
	margin-right: 1em;
}

.experts-section .media-object {
	padding: 1px;
	border: 1px solid #ccc;
	transition: border-color .8s;
}

.experts-section .media-object:hover {
	border-color: #090;
	transition: border-color .4s;
}

/* Experts Page */

.expert {
	position: relative;
	overflow: hidden;
	padding-top: 2em;
	padding-bottom: 1em;
	border-bottom: 1px dotted #ccc;
}

.page-child .expert {
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.expert .media-heading {
	margin: 0;
	line-height: 1.2;
}

.expert .media-body h5 {
	margin-top: 0;
	font-size: 1em;
	font-style: italic;
}

.expert .pull-left {
	margin-right: 30px;
}

/* Expert Image */

.expert .media-object {
	width: 90px;
	padding: 1px;
	border: 1px solid #ccc;
}

/* Expert Blockquote */

.expert blockquote {
	padding: 0;
	border-left: 0;
	font-size: 1.9em;
}

/* Expert Profiles */

.small-title {
	margin-top: 1.75em;
	margin-bottom: .75em;
	color: #888;
	font-weight: bold;
	font-size: .8em;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.expert-profile {
	position: relative;
	overflow: hidden;
	margin: 0;
}

.expert-profile dt {
    float: left;
    clear: left;
    width: 74px;
    margin-right: -68px;
    padding-right: 68px;
}

.expert-profile dt a {
	position: relative;
	z-index: 2;
	display: block;
    width: 68px;
    height: 68px;
}

.expert-profile img {
	width: 68px;
	height: 68px;
	padding: 1px;
	border: 1px solid #ddd;
	border-radius: 50%;
	transition: all .4s;
}

.expert-profile img:hover {
	border-color: #aaa;
	transition: all .4s;
}

.expert-profile dd {
    float: left;
    width: 90%;
    margin-left: 0;
    margin-bottom: 15px;
    padding-left: 74px;
}

.expert-profile p {
    font-size: .85em !important;
}

.expert-profile-title {
	display: block;
	font-size: 1.25em;
	text-decoration: none;
}

.expert-profile dd:last-child {
	margin-bottom: 0;
}

/* Services
   ========================================================================== */

.service-info {
	position: relative;
	overflow: hidden;
	padding-top: 2em;
	padding-bottom: 2em;
	border-bottom: 1px dotted #ccc;
}

.service-info h2 {
	margin-top: 0;
}

/* Title with underline */

.page-id-21 .entry-title, /* Legal */
.page-id-988 .entry-title, /* Privacy */
.page-id-6674 .entry-title, /* Services */
.page-id-18 .entry-title /* Experts */  {
	padding: 9px 0;
	border-bottom: 1px solid #e3e3e3;
}

/* Trending News
   ========================================================================== */

.single-news .entry-content img {
	max-width: 100%;
}

/* Archives
   ========================================================================== */

.isolated-sections .container-archive {
	border-top: 0;
}

.container-archive article {
	margin-top: 2em;
	padding-bottom: 2em;
	border-bottom: 1px dotted #ccc;
}

.container-archive article:last-child {
	border-bottom: 0;
}

/* Featured Images
   ========================================================================== */

.featured-image {
	position: relative;
}

/* Featured Landscape */

.featured-image-landscape {
	overflow: hidden;
	max-height: 350px;
	border-right: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
}

.featured-image-landscape img {
	width: 100%;
	margin-top: -20%;
}

/* Featured Portrait */

.featured-image-portrait {
	margin-top: 2.5em;
}

.featured-image-portrait,
.featured-image-portrait img {
	width: 100%;
}

.featured-image-portrait-small {
	float: left;
	max-width: 150px;
	margin: .5em 1.5em 1em 0;
}

.featured-image-portrait-small img {
	width: 100%;
	padding: 1px;
	border: 1px solid #ccc;
}

/* Featured Thumb */

.featured-image-thumb {
	width: 100px;
}

/* Featured Captions */

.featured-image .caption {
	opacity: 0;
	position: absolute;
	bottom: -14px;
	padding: .75em 1.5em .75em 3.5em;
	background-color: #111;
	background-color: rgba(0,0,0,.8);
	color: #fff;
	font-size: .85em;
	line-height: 1.4;
	transition: opacity 1s;
}

.featured-image:hover .caption {
	opacity: 1;
}

.featured-image .caption a {
	border-bottom: 1px dotted rgba(255,255,255,.5);
	color: #fff;
	transition: all .4s;
}

.featured-image .caption a:hover {
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,.3);
	transition: all .2s;
}

/* Other Images
   ========================================================================== */

.alignleft {
	float: left;
	margin: .5em 1.5em 1em 0;
	padding: 1px;
	border: 1px solid #ccc;
}

.alignright {
	float: right;
	margin: .5em 0 1em 1.5em;
	padding: 1px;
	border: 1px solid #ccc;
}

/* Carousels
   ========================================================================== */

/* Carousel Video Player */

.weiss-banners,
#top-banner-carousel .item {
	height: 200px;
}

.carousel-video-player {
	display: none;
	position: absolute;
	top: 0;
	background-color: #000;
}

/* Carousel Navigation */

.slider-nav * {
	border-radius: 50em;
	background: rgba(0,0,0,.9);
}

@media (min-width: 768px) {
	.slider-nav * {
		width: 30px;
		height: 30px;
		line-height: 27px;
	}

	.slider-nav-right .fa {
		padding-left: 3px;
	}

	.slider-nav-left .fa {
		padding-right: 3px;
	}
}

@media (min-width: 992px) {
	.slider-nav * {
		width: 40px;
		height: 40px;
		font-size: 30px;
		line-height: 37px;
	}

	.slider-nav-right .fa {
		padding-left: 4px;
	}

	.slider-nav-left .fa {
		padding-right: 4px;
	}
}

/* Slide titles */

.main-slide-text .fa-play-circle {
	display: block;
	float: left;
	font-size: 4em;
}

.main-slide-title {
	display: block;
	position: relative;
	top: .2em;
	margin-left: 2.2em;
	font-size: 2em;
	line-height: 1.2;
}

.main-slide-title .featured-series {
	display: block;
	font-size: .5em;
}

.main-slide-meta {
	font-size: .85em;
}

/* .owl-carousel.full-page-image-slider .item .text.left {
	left: 5%;
}

.owl-carousel.full-page-image-slider .item .text.right {
	right: 5%;
} */

/* Video Selector */

#video-selector > .row > .col-xs-12 {
    background-color: black;
    padding-top: 10px;
}

#video-selector-carousel .col-sm-2 {
	position: relative;
}

#video-selector-carousel .thumbnail {
	margin-bottom: .5em;
	border-color: transparent;
	border-radius: 0;
	background-color: #444;
}

#video-selector-carousel .thumbnail:hover {
	background-color: #333;
}

#video-selector-carousel .thumbnail img {
	position: relative;
	left: -10px;
	vertical-align: bottom;
	max-width: 138px;
	width: 138px;
	height: 61px;
}

#video-selector-carousel .mask {
	width: 101% !important;
}

/* Slide Captions */

#video-selector-carousel .caption {
	color: #fff;
}

#video-selector-carousel .date {
	position: absolute;
	top: 50px;
	left: 20px;
	background-color: rgba(0,0,0,.6);
	color: #fff;
	padding: 2px 6px;
	font-size: .75em;
	text-transform: uppercase;
}

#video-selector-carousel .series {
	display: block;
	font-weight: bold;
	font-size: 75%;
}

#video-selector-carousel .title {
	display: block;
	font-size: .95em;
	line-height: 1.2;
}

/* Current Slide */

#video-selector-carousel .fvcurrent {
	border-color: rgba(255,255,255,.3);
}

/* Sidebars
   ========================================================================== */

/* Author Info */

#author-info-box {
	padding-top: 10px;
}

#author-info-box .author-thumb img {
	float: left;
	width: 80px;
	margin: .25em 1.2em .5em 0;
	padding: 1px;
	border: 1px solid #ccc;
}

#author-info-box .main-author-name a {
	display: block;
	margin: 0;
	border-bottom: 1px solid #e3e3e3;
	color: #090;
	font-size: 1.0em;
	line-height: 1.25;
	white-space: nowrap;
}

/* Sidebar Banners Ads */

.side-banner-tall {
	width: 160px;
	margin-right: auto;
	margin-left: auto;
}

/* .side-banner-tall iframe {
	border: 1px solid rgba(0,0,0,.1);
	box-shadow: 0 0 0 10px rgba(0,0,0,.05);
} */

.sidebar-ad-300x250 img {
	position: relative;
	left: -.95em;
	border: 0;
}

/* You Might Also Like */

.might-also-like a {
	font-weight: 700;
}

/* Featured Headlines */

.featured-headlines a {
	font-weight: 700;
}

/* Search Pages
   ========================================================================== */

.page-template-search-results-php h6 {
	margin-top: 0;
}

.page-template-search-results-php h6 a {
	font-weight: bold;
}

#search-info-box h2 {
	margin-top: 0;
}

/* Search Tabs */

.nav-tabs {
	margin-top: 2em;
}

.nav-tabs > li > a {
	font-weight: bold;
	font-size: .95em;
	border-radius: 2px 2px 0 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
	color: #090;
}

.search-count {
	padding: .1em .65em;
	background-color: #999;
	border-radius: 1em;
	color: #fff;
	font-size: .8em;
}

.active .search-count,
.nav-tabs a:hover .search-count {
	background-color: #090;
}

.dropdown {
	margin-top: 1.5em;
}

.nav-tabs + .dropdown {
	margin-top: .5em;
}

/* Forms
   ========================================================================== */

/* Subscribe Form */

#w_subscription_widget {
	background-color: #eee;
}

#w_subscription_widget h5 {
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
	color: #090;
	line-height: 1.3;
}

#w_subscription_widget .btn-green {
	margin-top: .5em;
}

/* Subscribe Form - Offer */

.offer-text {
	float: left;
	width: 50%;
	margin-top: 0;
	font-size: 1em;
}

.offer-img {
	position: absolute;
	right: 8px;
	width: 50%;
}

@media (max-width: 768px) {
	.offer-text {
		width: 100%;
	}

	.offer-img {
		display: none;
	}
}

/* Contact Form - WPCF7 */

.contact-form {
	margin-top: -50px;
	padding: 2em;
	background-color: #f0f0f0;
	border: 1px solid #e7e7e7;
}

.contact-form label span {
	position: relative;
	top: -4px;
	color: #930;
	font-size: .75em;
}

.wpcf7-form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.wpcf7-form-control:focus {
	border-color: #090;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(106,27,154,.3);
	        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(106,27,154,.3);
}

.wpcf7-textarea {
	height: 100px;
	resize: vertical;
}

/* Validation - WPCF7 */

span.wpcf7-not-valid-tip {
	position: absolute;
	top: -12px;
	left: 20%;
	z-index: 100;
	padding: .2em .5em;
	background-color: #f2dede;
	border: 1px solid #e7e7e7;
	border-left: 2px solid #d9534f;
	font-size: .95em;
}

div.wpcf7-response-output {
	margin: 0;
	padding: .5em 1em;
	font-size: .95em;
}

div.wpcf7-validation-errors {
	border: 1px solid #e7e7e7;
	border-left: 2px solid #f0ad4e;
}

div.wpcf7-mail-sent-ok {
	border: 1px solid #e7e7e7;
	border-left: 2px solid #4cae4c;
}

/* Validation - Custom */

.twlsky-purple .has-error .form-control:focus {
	border-color: #a94442;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.1);
	        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.1);
}

.has-feedback .form-control-feedback {
	opacity: 0;
	top: 0;
	transition: all .3s linear;
}

.has-error .form-control-feedback {
	opacity: 1;
}

/* Question & Comment Forms */

.question-form {
	clear: both;
	position: relative;
	overflow: hidden;
	max-width: 700px;
	margin: 0 auto;
	padding: 0 .5em 1.5em .5em;
}

@media (max-width: 992px) {
	.question-form {
		max-width: 650px;
		padding: 0 .5em 1em .5em;
	}
}

@media (max-width: 768px) {
	.question-form {
		width: 100%;
	}
}

.question-form h3 {
	margin-bottom: 1em;
	font-size: 1.4em;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .02em;
}

#reply-title {
	display: none;
}

#question {
	margin: 0 0 20px 0;
	text-align: center;
}

@media (max-width: 992px) {
	#question {
		margin: 0 0 .5em 0;
	}
}

#comment,
#author,
#email {
	display: block;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#comment:focus,
#author:focus,
#email:focus {
	border-color: #bbb;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05), 0 0 8px rgba(0,0,0,.1);
}

#comment {
	width: 100%;
	resize: vertical;
	-webkit-transition: height .2s, border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	   -moz-transition: height .2s, border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	        transition: height .2s, border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.question-form #comment {
	height: 4em;
	resize: none;
}

.comment-respond label {
	font-size: .95em;
}

.comment-respond .comment-form-author,
.comment-respond .comment-form-email {
	float: left;
	width: 49%;
}

.comment-respond .comment-form-url {
	display: none;
}

.comment-respond .comment-form-author {
	margin-right: 2%;
}

.comment-respond #author,
.comment-respond #email {
	width: 100%;
}

@media (max-width: 768px) {
	#comment {
		padding: .5em .65em;
	}

	#author {
		width: 100%;
		padding: .5em .65em;
	}
}

.comment-notes {
	margin: 0;
	font-style: italic;
	font-size: .95em;
}

.required {
	font-style: normal;
}

.form-allowed-tags {
	display: none;
}

.question-form .comment-form-author {
	float: left;
}

.question-form .comment-form-author label {
	display: none;
}

.question-form .form-submit {
	float: right;
}

@media (max-width: 768px) {
	.question-form .comment-form-author,
	.question-form .form-submit {
		float: none;
	}

	.question-form .form-submit input#submit {
		width: 100%;
	}
}

#submit {
	display: inline-block;
	width: 180px;
	margin-bottom: 0;
	vertical-align: middle;
	background-image: none;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	white-space: nowrap;
	padding: 6px 12px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.42857143;
	text-align: center;
	-webkit-user-select: none;
	outline: none;
	cursor: pointer;
	-webkit-transition: all .4s;
            transition: all .4s;
}

#submit:hover {
	background-color: #eee;
	border-color: #bbb;
	-webkit-transition: all .4s;
            transition: all .4s;
}

#submit:focus,
#submit:active {
	border-color: #bbb;
	position: relative;
	top: 1px;
	outline: 0;
}

::-webkit-input-placeholder {
	font-weight: normal;
}

:-moz-placeholder { /* Firefox 18- */
	font-weight: normal;
}

::-moz-placeholder {  /* Firefox 19+ */
	font-weight: normal;
}

:-ms-input-placeholder {
	font-weight: normal;
}

/* Comments
   ========================================================================== */

.comment-list {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

.comment-meta {
	clear: both;
	margin: 0;
	padding-top: 1em;
	border-top: 1px dotted #ddd;
	color: #333;
}

.comment-list .depth-1 {
	margin-bottom: 2em;
	color: #333;
}

.comment-list .children {
	margin: 0;
	padding: 0;
	clear: both;
	list-style-type: none;
}

.comment-list .children .depth-2,
.comment-list .children .depth-2 {
	margin-left: 2em;
}

.comment-list .children .depth-1
.comment-list .children .depth-2,
.comment-list .children .depth-3 {
	padding-bottom: 0;
}

.comment-list .reply {
	text-align: right;
}

.comment-list .comment-reply-link {
	font-size: .95em;
	opacity: .6;
}

.comment-list .comment-reply-link:hover {
	opacity: .9;
}

#cancel-comment-reply-link {
	float: right;
	margin-right: 1.3em;
	color: #a00;
	font-size: .95em;
	text-transform: capitalize;
}

#cancel-comment-reply-link:hover {
	color: #c00;
}

.comment-meta {
	position: relative;
	overflow: hidden;
	font-size: .95em;
}

.comment-author {
	float: left;
	font-weight: 700;
}

.comment-author a {
	font-weight: 700;
	text-decoration: none;
}

.comment-author .says {
	display: none;
}

.comment-metadata {
	float: left;
	margin-left: 1em;
	text-decoration: none;
	color: #999;
}

.comment-metadata a {
	text-decoration: none;
	color: #999;
}

.comment-content {
	padding-top: 1em;
}

.no-comments {
	margin-bottom: 0;
	padding: 1em;
	background-color: rgba(153,0,0,.05);
	border: 1px solid rgba(153,0,0,.1);
	color: #900;
	font-style: italic;
}

/* Buttons
   ========================================================================== */

.btn-default {
	background-color: #f3f3f3;
}

/* Green Button */

.btn-green,
.btn-success,
.wpcf7-submit {
	background-color: #090;
	border: 1px solid #090;
	color: #fff;
}

.btn-green:hover,
.btn-success:hover,
.wpcf7-submit:hover {
	background-color: #070;
	border: 1px solid #070;
	color: #fff;
}

.wpcf7-submit {
	width: 200px;
	margin-top: 2em;
}

/* Unordered Lists
   ========================================================================== */

/* Chevrons */

.chevron-list li,
.ul-chevron-circle li {
	position: relative;
	padding-left: 1em;
	margin-bottom: 1em;
	list-style: none;
}

.chevron-list li::before,
.ul-chevron-circle li::before {
	position: absolute;
	top: -.3em;
	left: -1em;
	color: #b8b8b8;
	font-size: 1.6em;
	font-family: 'FontAwesome';
	content: '\f138';
	-webkit-transition: all .4s;
	        transition: all .4s;
}

.chevron-list li:hover::before,
.ul-chevron-circle li:hover::before {
	color: #727272;
	-webkit-transition: all .2s;
	        transition: all .2s;
}

/* Ordered Lists
   ========================================================================== */

.ol-decimal {
	list-style-type: decimal;
}

.ol-upper-roman {
	list-style-type: upper-roman;
}

.ol-lower-roman {
	list-style-type: lower-roman;
}

.ol-upper-alpha {
	list-style-type: upper-alpha;
}

.ol-lower-alpha {
	list-style-type: lower-alpha;
}

/* Definition Lists
   ========================================================================== */

/* Images */

* + dl.dl-image {
	margin-top: 1em;
}

.dl-image {
	position: relative;
	overflow: hidden;
	margin-bottom: .5em;
	border-bottom: 1px dotted #ccc;
}

.dl-image:last-child {
	border-bottom: 0;
}

.dl-image dt {
	float: left;
	clear: left;
	width: 80px;
	margin-right: -90px;
	margin-bottom: 15px;
	padding-right: 90px;
}

.dl-image dt a {
	display: block;
	position: relative;
	width: 80px;
}

.dl-image dt img {
	width: 80px;
}

.dl-image dd {
	float: left;
	margin-left: 0;
	margin-bottom: 15px;
	padding-left: 95px;
}

.dl-image dd:last-child {
	margin-bottom: 0;
}

/* Messages
   ========================================================================== */

.w_disclaimer {
	font-size: .85em;
	line-height: 1.5;
	color: #707070;
}

/* Footer
   ========================================================================== */

@media (max-width: 992px) {
	#beneath-footer {
		padding-bottom: 6em;
	}
}

.footer a:hover {
	color: #1d1d1d;
}

.isolated-sections .footer.horizontal-section-container > .row > *[class*='col-'] {
	border-right: 0;
}

.group-logos img {
	width: 100%;
	-webkit-filter: grayscale(100%);
	   -moz-filter: grayscale(100%);
	    -ms-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .5;
	filter: alpha(opacity=50);
	-webkit-transition: all .4s;
	        transition: all .4s;
}

.group-logos a:hover img {
	width: 100%;
	-webkit-filter: grayscale(0%);
	   -moz-filter: grayscale(0%);
	    -ms-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1;
	filter: alpha(opacity=50);
	-webkit-transition: all .4s;
	        transition: all .4s;
}

/* Notifications
   ========================================================================== */

.alert-post {
	margin-top: 2em;
}

/* Bootstrap Grid Extensions
   ========================================================================== */

/* 5 Column Layout */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-15 {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
.col-sm-15 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-15 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-15 {
		width: 20%;
		float: left;
	}
}

/* Theme adjustments
   ========================================================================== */

.section-container .section-content .thumbnail-list {
	padding-bottom: 1.5em;
}

.home .section-container .section-content .thumbnail-list {
	padding-bottom: 0;
}

/* Misc Links */

.service-links a,
.entry-footer a {
	border-bottom: 1px dotted #a8a8a8;
}

/* Add row margins */

footer .section-container .section-content .vertical-simple-list {
	margin-left: -15px;
	margin-right: -15px;
}

/* Colorbox
   ========================================================================== */

/* The following CSS should not be altered. */

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* Change the following styles to modify the appearance of Colorbox. */

#cboxOverlay {
	background: #000;
}

#colorbox {
	outline: 0;
}

#cboxContent {
	display: table;
	overflow: hidden;
}

#cboxContent #w_videoplayer {
	margin: 0 auto;
}

#cboxLoadedContent {
	display: table-cell;
	vertical-align: middle;
}

#cboxClose {
	position: absolute;
	top: 1em;
	right: 2em;
	color: #fff;
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}

#cboxTitle {
	position: absolute;
	bottom: 4px;
	left: 0;
	text-align: center;
	width: 100%;
	color: #949494;
}

#cboxCurrent {
	position: absolute;
	bottom: 4px;
	left: 58px;
	color: #949494;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background: none;
}

/* Avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
	outline: 0;
}

/**
 * The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
 * when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not
 * applied to or needed in IE9.
 * See: http://jacklmoore.com/notes/ie-transparency-problems/
 */

.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/* Helper classes
   ========================================================================== */

.nowrap {
	white-space: nowrap;
}

/* Interstitial Ads
   ========================================================================== */

.page-template-interstitial .pace,
.page-template-interstitial .entry-title,
.page-template-interstitial footer,
.page-template-interstitial #beneath-footer,
.page-template-interstitial #w_social_tools_container {
	display: none;
}

.page-template-interstitial .container-post {
	border: 0;
	background-color: transparent;
	box-shadow: none;
}


.page-template-interstitial-php iframe {
	overflow: hidden;
}

.interstitial-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 665px;
	height: 585px;
	background-color: #e8e8e8;
	font-size: 92%;
}

/* Interstitial Header */

.interstitial-header {
	position: relative;
	overflow: hidden;
	padding: 10px;
	clear: both;
	border-bottom: 1px solid #ccc;
}

.interstitial-logo {
	float: left;
}

.interstitial-continue {
	float: right;
	padding-top: 7px;
}

.interstitial-continue a {
	color: #777;
	font-weight: bold;
	text-decoration: none;
}

/* Interstitial Newsletter section */

.interstitial-newsletter {
	clear: both;
	height: 215px;
	padding-top: 22px;
}

.interstitial-copy,
.interstitial-image {
	float: left;
}

.interstitial-copy {
	width: 330px;
	padding: 10px 0 0 35px;
}

.interstitial-newsletter h3 {
	margin-top: 0;
	font-size: 1.55em;
	line-height: 1.35;
}

.interstitial-copy p {
	color: #333;
	font-size: 111%;
}

.interstitial-newsletter .interstitial-image {
	float: right;
	overflow: hidden;
	width: 277px;
	padding-top: 40px;
	padding-left: 10px;
	background: url(/img/interstitial/browser-chrome.png) no-repeat;
}

/* Interstitial Report section */

.interstitial-bonus {
	width: 665px;
	height: 206px;
	clear: both;
	background-color: #fff;
}

.interstitial-bonus .interstitial-copy {
	width: 330px;
	padding: 25px 0 0 0;
}

.interstitial-bonus .interstitial-copy em {
	font-size: 82%;
	font-weight: bold;
	color: #777;
}

.interstitial-bonus h3 {
	line-height: 1.4;
}

.interstitial-bonus .interstitial-image {
	width: 265px;
}

.interstitial-bonus .interstitial-image img {
	margin: -40px 0 0 16px;
}

/* Interstitial Form */

.interstitial-form {
	padding: 20px 0 0 22px;
	clear: both;
}

.interstitial-form .form-inline .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}

.interstitial-form .btn {
	width: 28%;
}

/* Thank-you Message */

#response {
	padding-top: 2em;
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
}

/* Hide promo comment dates */

article.category-promo .comment-metadata time {
	display: none;
}
