/**
 * Custom styles
 */

/* Header
   ========================================================================== */

.isolated-sections header {
	position: relative;
	border-color: #dfdfdf;
}

/* Logo */

.logo {
	z-index: 100;
}

.isolated-sections header .logo {
	padding: 0;
}

header {
	min-height: 75px;
}

header .logo {
	position: relative;
	/* float: none; */
	width: 200px;
	height: 25px;
	margin: 0 auto;
}

header .logo a {
	display: block;
	width: 200px;
	height: 25px;
	background: none;
}

header .logo img {
	display: block;
}

@media (min-width: 768px) {
	header .logo {
		width: 400px;
		height: 45px;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	header .logo a {
		width: 400px;
		height: 45px;
	}
}

/* Top Left Banner */

.top-left-banner {
	display: none;
}

@media (min-width: 768px) {
	.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 */

	.phone-number {
		display: block;
		color: #900;
		font-weight: bold;
		font-size: 1.4em;
		line-height: 1.2;
	}

	.phone-container {
		display: block;
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 150;
		text-align: right;
	}

	.phone-intro {
		display: block;
		font-size: .85em;
		line-height: 1.2;
	}

	.phone-number {
		font-size: 1.4em;
	}
}

@media (min-width: 992px) {

	/* Phone Number - Subpages

	.phone-container {
		display: block;
		position: absolute;
		top: 10px;
		right: 15px;
		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) {
	.social-media-icons-header {
		display: block;
		position: absolute;
		top: -6px;
		left: 20px;
		z-index: 150;
	}

	.social-media-icons {
		margin-bottom: 0;
	}

	.social-media-icons > li > * {
		height: 36px;
		width: 36px;
		font-size: 1.3em;
		line-height: 36px;
	}

	.social-media-icons > li:last-child {
		margin-right: 0;
	}
}

/* Fixed Social Links */

#w_social_tools_container {
	display: none;
}

/* Ad leaderboard */

#w_leaderboard {
	display: none;
}

@media (min-width: 768px) {
	#w_leaderboard {
		display: block;
		margin-bottom: 0;
		padding: 1.5em 0;
		border-top: 0;
		border-bottom: 0;
		box-shadow: 0 -1px 1px 0 rgba(0,0,0,.065);
		text-align: center;
	}
}

/* Navigation
   ========================================================================== */

.isolated-sections header #main-menu-container {
	border: 0;
}

header #main-menu-container #main-menu {
	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";
} */

/* Posts & Pages
   ========================================================================== */

/* 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%;
}

.w-date {
	display: block;
	float: right;
	width: 20%;
}

.isolated-sections .horizontal-section-container {
	border-color: #dfdfdf;
}

.isolated-sections .container-post {
	border-top: 0;
}

/* 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;
}

/* 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: #900;
	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-11 .entry-title, /* Legal */
.page-id-735 .entry-title /* About */ {
	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-container {
	margin-top: 1em;
	position: relative;
	overflow: hidden;
}

/* Event Carousel */

.event-carousel {
	border: 0;
}

/* Carousel Navigation */

.carousel-nav {
	padding-right: 2em;
	padding-bottom: 2em;
	padding-left: 2em;
	background-color: #111;
}

.slider-nav .fa {
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -20px;
	background-color: rgba(0,0,0,.3);
	border-radius: 60px;
	color: #fff !important;
	font-size: 2em;
	line-height: 20px;
	text-align: center;
	transition: all .2s;
}

.slider-nav .fa::before {
	position: relative;
	top: 14px;
}

.slider-nav-left .fa::before {
	right: 3px;
}

.slider-nav-right .fa::before {
	left: 3px;
}

.slider-nav-right .fa {
	margin-left: -35px;
}

/* Bootstrap Carousel */

.carousel-inner {
	position: absolute;
	z-index: 2;
}

.carousel-inner::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
	content: '';
}

.carousel-inner .left {
	margin: 0;
	padding: 0;
}

.item-inner img {
	width: 100%;
}

.carousel-control.left,
.carousel-control.right {
	background-image: none;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
	left: 30%;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
	right: 20%;
}

.carousel-control:hover,
.carousel-control .glyphicon:hover {
	color: #fff !important;
}

.chevron-circle {
	width: auto !important;
	height: auto !important;
	padding: .5em;
	background-color: rgba(0,0,0,.5);
	border-radius: 50%;
}

/* Fullscreen */

/* .carousel-container.fullscreen {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	margin-top: 0;
	transform: translateX(-50%) translateY(-50%);
} */

/* Slide Numbers */

#carousel-overlay {
	position: absolute;
	z-index: 9;
	top: 20px;
	right: 1px;
}

.ribbon {
	display: inline-block;
	position: relative;
	height: 30px;
	padding: .275em .5em;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	background-color: #555;
}

.ribbon::before,
.ribbon.bg-brightred::before {
	top: 0;
	left: -20px;
	content: "";
	position: absolute;
	display: block;
	border-width: 15px;
	border-right-width: 5px;
	border-style: solid;
}

.ribbon::before {
	border-color: #555;
	border-left-color: transparent;
}

.ribbon.bg-brightred::before {
	border-color: #c00;
	border-left-color: transparent;
}

.slide-number {
	position: relative;
	top: 1px;
	margin-left: .25em;
	padding: .15em .4em;
	background-color: rgba(0,0,0,.3);
	border-radius: 2px;
	color: #f5f5f5;
}

/* .carousel-container.fullscreen #carousel-overlay {
	top: 10px;
	right: 10px;
	bottom: auto;
} */

/* Resize button */

/* .resize-button {
	position: relative;
	top: .1em;
	margin-left: .5em;
	color: #eee;
	cursor: pointer;
} */

/* Video Carousel */

.carousel-video-player {
	display: none;
	position: absolute;
	top: 0;
	background-color: #000;
}

/* 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;
}

/* Slide CTA Links */

.slide-link {
	position: absolute;
	top: 68.5%;
	width: 100%;
	height: 80px;
	/* border: 1px solid #000; */
}

/* Videos
   ========================================================================== */

.weisslive-video #playeraKUOkmbenmCw {
	border: 1px solid #dfdfdf;
	border-bottom-color: #ccc;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.065);
	   -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.065);
	        box-shadow: 0 1px 1px 0 rgba(0,0,0,.065);
}

.weisslive-audio {
	margin-top: 2.85em;
}

img#videocard {
	width: 100%;
	border: 1px solid #dfdfdf;
	border-bottom-color: #ccc;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.065);
	   -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.065);
	        box-shadow: 0 1px 1px 0 rgba(0,0,0,.065);
}

/* JW Player Play Button */

.play-button {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
	width: 140px;
	height: 140px;
	margin: auto;
	padding-left: .1em;
	border-radius: 400px;
	background-color: rgba(48,48,48,.8);
	box-shadow: 0 0 0 2px rgba(255,255,255,.5), 0 0 0 3px rgba(0,0,0,.3);
	color: #fff;
	color: rgba(255,255,255,.85);
	font-size: 70px;
	line-height: 138px;
	text-align: center;
	cursor: pointer;
	transition: all .2s;
}

.play-button:hover {
	color: #fff !important;
	box-shadow: 0 0 0 7px rgba(255,255,255,.5), 0 0 0 8px rgba(0,0,0,.3);
}

@media (max-width: 600px) {
	.play-button {
		width: 80px;
		height: 80px;
		font-size: 32px;
		line-height: 80px;
	}
}

/* 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);
}

/* Author Info
   ========================================================================== */

#author-info-box {
	padding-top: 10px;
}

#author-info-box .author-thumb img {
	float: left;
	width: 80px;
	margin: .25em 1.25em .5em 0;
}

#author-info-box .main-author-name a {
	display: block;
	margin: 0;
	border-bottom: 1px solid #e3e3e3;
	color: #900;
	font-size: 1.0em;
	line-height: 1.25;
	white-space: nowrap;
}

/* 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: #900;
}

.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: #900;
}

/* Forms
   ========================================================================== */

input,
textarea,
button {
	-webkit-appearance: none;
	border-radius: 0;
}

.form-control {
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
	        box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
	        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
}

.form-control:focus {
	border-color: #a5a5a5 !important;
	outline: 0 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.15) !important;
	        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.15) !important;
}

/* Subscribe Form */

#w_subscription_widget {
	background-color: #eee;
}

#w_subscription_widget h5 {
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
	color: #900;
	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%;
}

/* Contact Form - WPCF7 */

.contact-form {
	margin-top: -20px;
	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: #a5a5a5;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.15);
	        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.15);
}

.wpcf7-textarea {
	height: 100px;
	resize: vertical;
}

/* Validation - WPCF7 */

span.wpcf7-not-valid-tip,
span.wpcf7-not-valid-tip-no-ajax {
	z-index: 100;
	padding: .2em 0;
	font-size: .95em;
	color: #900;
}

div.wpcf7-response-output {
	margin: 0;
	padding: .5em 1em;
	font-size: .95em;
}

div.wpcf7-validation-errors {
	position: relative;
	top: -1px;
	border: 1px solid #e7e7e7;
	border-left: 2px solid #f0ad4e;
}

div.wpcf7-mail-sent-ok {
	border: 1px solid #e7e7e7;
	border-left: 2px solid #4cae4c;
}

/* Question Form */

.solicit-questions-text {
	margin-top: 1em;
	margin-bottom: 0;
}

.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-form {
	margin-top: 0;
}

.comment-form p {
	margin-top: 0;
	margin-bottom: 1em;
}

label[for="comment"] {
	display: none;
}

#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;
}

#author,
#email {
	width: 100%;
}

#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%;
	height: 4em;
	resize: none;
	-webkit-transition: height .15s, border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	   -moz-transition: height .15s, border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	        transition: height .15s, border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

@media (max-width: 768px) {
	#comment {
		padding: .5em .65em;
	}

	#author,
	#email {
		padding: .5em .65em;
	}
}

.comment-form-author,
.comment-form-email {
	float: left;
	width: 33.75%;
	margin-right: 3%;
}

@media (max-width: 768px) {
	.comment-form-author,
	.comment-form-email {
		float: none;
		width: 100%;
	}
}

.comment-form-author label,
.comment-form-email label {
	display: none;
}

.form-submit {
	float: right;
	width: 26.5%;
}

@media (max-width: 768px) {
	.form-submit {
		float: none;
		width: 100%;
	}
}

.question-form #submit {
	display: inline-block;
	width: 100%;
	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;
}

.question-form #submit:hover {
	background-color: #eee;
	border-color: #bbb;
	-webkit-transition: all .4s;
            transition: all .4s;
}

.question-form #submit:focus,
.question-form #submit:active {
	background-color: #e5e5e5;
	border-color: #bbb;
	position: relative;
	top: 1px;
	outline: 0;
}

/* Placeholders */

::-webkit-input-placeholder {
	color: #888;
	transition: all .4s;
}

:-moz-placeholder { /* Firefox 18- */
	color: #888;
	transition: all .4s;
}

::-moz-placeholder {  /* Firefox 19+ */
	color: #888;
	transition: all .4s;
}

:-ms-input-placeholder {
	color: #888;
	transition: all .4s;
}

:focus::-webkit-input-placeholder {
	color: #ccc;
}

:focus:-moz-placeholder { /* Firefox 18- */
	color: #ccc;
}

:focus::-moz-placeholder {  /* Firefox 19+ */
	color: #ccc;
}

:focus:-ms-input-placeholder {
	color: #ccc;
}

/* Buttons
   ========================================================================== */

.well {
	border-color: #e9e9e9;
	border-radius: 0;
	box-shadow: none;
}

.single-btn-container .btn {
	font-size: 1.2em;
	line-height: 1.2;
}

.double-btn-container {
	position: relative;
	margin: 1.5em -15px 0 -15px;
}

.single-btn-container .btn-block,
.double-btn-container .btn-block {
	padding: .5em 1em;
	white-space: normal;
}

.single-btn-container .btn-lg.btn-block,
.double-btn-container .btn-lg.btn-block {
	padding: .75em 1.5em;
}

button:focus {
	/* Focus styles are redefined below */
	outline: 0 !important;
}

.btn {
	margin-bottom: .5em;
	font-weight: 700;
}

.btn:focus,
.btn:active {
	position: relative;
	top: 1px;
	outline: 0;
	box-shadow: none;
}

.btn-lg {
	font-size: 1.4em;
}

.btn-default {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

.btn-default:hover {
	background-color: #eee;
	border-color: #ccc;
}

.btn-default:active,
.btn-default:focus {
	background-color: #e5e5e5;
	border-color: #bbb;
}

.panel-default .btn-default {
	background-color: #e5e5e5;
	border-color: #bbb;
}

.panel-default .btn-default:hover {
	background-color: #ddd;
	border-color: #aaa;
}

.panel-default .btn-default:active,
.panel-default .btn-default:focus {
	background-color: #d5d5d5;
	border-color: #999;
}

/* Grey Button */

.btn-grey {
	background-color: #ddd;
	color: #222;
	cursor: pointer;
}

.btn-grey:hover {
	background-color: #ccc;
}

/* Blue Button */

.btn-blue {
	background-color: #2e80bf;
	color: #fff;
	cursor: pointer;
}

.btn-blue:hover {
	background-color: #2b78b3;
}

.btn-blue:active,
.btn-blue:focus {
	color: #fff;
}

/* Green Button */

.btn-green {
	background-color: #080;
	color: #fff;
	cursor: pointer;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active {
	background-color: #060;
	border: 1px solid #060;
	color: #fff;
}

/* Yellow Button */

.btn-yellow {
	background-color: #fc0;
	color: #111;
	cursor: pointer;
}

.btn-yellow:hover,
.btn-yellow:focus {
	border-color: #f3b909;
	background-color: #f3b909;
	color: #111 !important;
}

/* Red Button */

.btn-red,
.wpcf7-submit {
	background-color: #900;
	border: 1px solid #900;
	color: #fff;
	cursor: pointer;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.wpcf7-submit:hover,
.wpcf7-submit:focus {
	background-color: #700;
	border: 1px solid #700;
	color: #fff;
}

.wpcf7-submit {
	width: 200px;
	margin-top: 2em;
	-webkit-transition: all .4s;
            transition: all .4s;
}

/* Order Buttons */

.btn-head {
	display: block;
	padding-top: .25em;
	font: bold italic 1.4em/1.3 'Open Sans', sans-serif;
}

.btn-stripe {
	margin: 5px 0;
	padding: 7px;
	display: block;
	background-color: rgba(255, 255, 255,.2);
	border-top: 1px solid rgba(0, 0, 0,.25);
	border-bottom: 1px solid rgba(0, 0, 0,.35);
	color: #fff;
	font: bold italic 160%/1.1 'Open Sans', sans-serif;
}

@media (min-width: 768px) {
	.btn-stripe {
		padding: 7px 20px;
	}
}

.btn-highlight {
	color: #ff0;
}

.btn-yellow .btn-stripe {
	border-top-color: rgba(0,0,0,.1);
	border-bottom-color: rgba(0,0,0,.1);
	color: #111;
}

.btn-yellow .btn-head,
.btn-yellow .btn-highlight {
	color: #111;
}

.btn-foot {
	display: block;
	padding-bottom: .4em;
}

.btn-note {
	clear: both;
	margin-top: .5em;
	margin-bottom: 1.5em;
	padding-top: .25em;
	font-weight: bold;
	font-size: .95em;
	line-height: 1.3;
	text-align: center;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
	margin-left: 0;
}

/* Link Button */

.btn-link span {
	background-image: linear-gradient(to top,
		rgba(0,0,0,0) 11%,
		rgba(0,0,0,.4) 11%,
		rgba(0,0,0,.4) 16%,
		rgba(0,0,0,0) 16%);
	color: #333;
}

.btn-link:hover,
.btn-link:hover span {
	background-image: none;
	text-decoration: none;
}

/* Images
   ========================================================================== */

img {
	display: inline-block;
}

.image-border {
	background-color: #f3f3f3;
	border: 1px solid #dcdcdc;
	padding: 3px;
}

.image-caption {
	margin-top: .2em;
	color: #777;
	font-size: .8em;
}

.image-full {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	box-shadow: 0 30px 30px -30px rgba(0,0,0,.1), 0 -30px 30px -30px rgba(0,0,0,.1);
	text-align: center;
}

/* Lists
   ========================================================================== */

ul,
ol {
	list-style: none;
}

.main li,
.main-container li,
.container-border li {
	margin-bottom: 1em;
}

.main li::before,
.main-container li::before,
.container-border li::before {
	position: relative;
}

/* Unordered Lists
   ========================================================================== */

/* Discs */

.ul-disc li::before {
	top: -.2em;
	margin: 0 1.5em 0 -2.4em;
	font-size: .55em;
	font-family: 'FontAwesome';
	content: '\f111';
}

/* Circles */

.ul-circle li::before {
	top: -.2em;
	margin: 0 1.5em 0 -2.4em;
	font-size: .55em;
	font-family: 'FontAwesome';
	content: '\f10c';
}

/* Squares */

.ul-square li::before {
	top: -.2em;
	margin: 0 1.4em 0 -2.3em;
	font-size: .6em;
	font-family: 'FontAwesome';
	content: '\f0c8';
}

.ul-square-o li::before {
	top: -.2em;
	margin: 0 1.2em 0 -2em;
	font-size: .7em;
	font-family: 'FontAwesome';
	content: '\f096';
}

/* Checks */

.ul-check li::before {
	top: -.05em;
	margin: 0 .55em 0 -1.55em;
	color: #000;
	font-size: 1em;
	font-family: 'FontAwesome';
	content: '\f00c';
}

.ul-check-square li::before {
	top: -.05em;
	margin: 0 .6em 0 -1.5em;
	color: #000;
	font-size: 1em;
	font-family: 'FontAwesome';
	content: '\f14a';
}

.ul-check-square-o li::before {
	top: -.05em;
	margin: 0 .5em 0 -1.4em;
	color: #000;
	font-size: 1.05em;
	font-family: 'FontAwesome';
	content: '\f046';
}

.ul-check-circle li::before {
	top: -.05em;
	margin: 0 .55em 0 -1.4em;
	color: #000;
	font-size: 1.05em;
	font-family: 'FontAwesome';
	content: '\f058';
}

/* Chevrons */

.ul-chevron li::before {
	top: -.05em;
	margin: 0 .7em 0 -1.4em;
	color: #000;
	font-size: .95em;
	font-family: 'FontAwesome';
	content: '\f054';
}

.ul-chevron-circle li::before {
	top: -.05em;
	margin: 0 .55em 0 -1.4em;
	color: #000;
	font-size: 1.05em;
	font-family: 'FontAwesome';
	content: '\f138';
}

/* Arrows */

.ul-arrow li::before {
	top: -.05em;
	margin: 0 .55em 0 -1.4em;
	color: #000;
	font-size: 1em;
	font-family: 'FontAwesome';
	content: '\f061';
}

.ul-arrow-circle li::before {
	top: -.05em;
	margin: 0 .55em 0 -1.4em;
	color: #000;
	font-size: 1.05em;
	font-family: 'FontAwesome';
	content: '\f0a9';
}

/* Bullet Colors
   ========================================================================== */

/* Red */

.ul-red li::before {
	color: #900;
}

/* Green */

.ul-green li::before {
	color: #090;
}

/* Blue */

.ul-blue li::before {
	color: #2b78b4;
}

/* Yellow */

.ul-yellow li::before {
	color: #eb2;
}

/* White */

.ul-white li::before {
	color: #fff;
}

/* 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-image dt {
	font-weight: bold;
	float: left;
	clear: left;
	width: 90px;
	margin-right: -100px;
	padding-right: 100px;
}

.dl-image dd {
	float: left;
	margin-left: 0;
	margin-bottom: 15px;
	padding-left: 110px;
}

.dl-image dd:last-child {
	margin-bottom: 0;
}

/* Sidebars
   ========================================================================== */

.sidebar {
	background-color: #f3f3f3;
	border: 1px solid #dcdcdc;
	padding: .5em .85em;
	width: 200px;
}

.sidebar .headline {
	font-size: 1em;
	margin: 0 auto .5em;
	line-height: normal;
}

.sidebar p,
.sidebar li {
	margin-bottom: .75em;
	font-size: .85em;
	line-height: 1.3;
}

.sidebar ul,
.sidebar ol {
	padding-left: 1.3em;
}

.sidebar img {
	padding: 1px;
	border: 1px solid #bbb;
}

.sidebar .left {
	margin: 0 .75em .25em 0;
}

.sidebar .right {
	margin: 0 0 .25em .75em;
}

/* Chatboxes
   ========================================================================== */

.w-chatbox * {
	box-sizing: border-box;
}

.w-chatbox {
	display: block;
	width: 160px;
	margin-top: 2250px;
	font-size: 16px;
	text-decoration: none;
}

.w-chatbox:hover,
.w-chatbox:active,
.w-chatbox:focus {
	text-decoration: none;
}

.w-chatbox-header {
	display: block;
	padding: .2em .2em .25em .2em;
	border: 1px solid #858e91;
	background-color: #959fa3;
	color: #fff;
	font-family: sans-serif;
	font-weight: 700;
	font-size: 1.1em;
	line-height: 1.1;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
}

.w-chatbox-body {
	display: block;
	padding: 1.2em .5em 1.4em .5em;
	border-right: 1px solid #858e91;
	border-left: 1px solid #858e91;
	background:  #959fa3 url(http://cdn.weissinc.com/reports/images/chat-bg.png) no-repeat;
	color: #353e41;
	font-family: sans-serif;
	font-weight: 700;
}

.w-chatbox-smalltext {
	display: block;
	font-size: .9em;
	line-height: 1.1;
	letter-spacing: -.01em;
}

.w-chatbox-largetext {
	display: block;
	font-size: 1.4em;
	line-height: 1.1;
	letter-spacing: -.03em;
}

.w-chatbox-footer {
	display: block;
	position: relative;
	overflow: hidden;
	padding: .2em;
	border: 1px solid #858e91;
	background-color: #959fa3;
}

.w-chatbox-button {
	opacity: .85;
	display: block;
	float: right;
	width: 86px;
	padding: .2em .5em;
	border: 1px solid #858e91;
	border-radius: 2px;
	background-color: #f7f7f7;
	color: #333;
	font-family: sans-serif;
	font-weight: 700;
	font-size: .85em;
	line-height: 1.1;
	text-align: center;
	transition: all .2s;
}

.w-chatbox-button:hover {
	opacity: 1;
}

.w-chatbox-button:active {
	opacity: .85;
}

/* Olark Chat
   ========================================================================== */

/* Hide the tab */

.olrk-state-compressed #habla_panel_div {
	display: none !important;
}

/* Callout Bubble */

#habla_window_div #olark-callout-bubble,
#habla_window_div #olark-callout-bubble-offline {
	left: 145px !important;
}

/* Hide the callout bubble when chatboxes are present */

.chatboxes #habla_window_div #olark-callout-bubble,
.chatboxes #habla_window_div #olark-callout-bubble-offline {
	display: none !important;
}

/* Custom chat styles */

#habla_panel_div {
	border-radius: 0 !important;
}

#habla_topbar_div {
	height: 20px !important;
	padding-top: 12px !important;
	border-radius: 0 !important;
}

#habla_oplink_a {
	opacity: .8;
	font-family: 'Open Sans', sans-serif !important;
}

#habla_topbar_div:hover #habla_oplink_a {
	opacity: 1;
	text-decoration: none !important;
}

#habla_topbar_div:hover #habla_sizebutton_a::before {
	opacity: .7;
}

.hbl_txt_wrapper {
	padding: 0 !important;
	border: 0 !important;
}

#habla_chatform_form {
	width: 96% !important;
}

#hbl_body_message,
#habla_wcsend_input,
#habla_name_input,
#habla_email_input,
#habla_offline_email_input,
#habla_offline_body_input,
#habla_offline_message_div,
#habla_offline_error_span,
#habla_offline_submit_input {
	font-family: 'Open Sans', sans-serif !important;
}

#habla_beta_container_do_not_rely_on_div_classes_or_names .hbl_txt_wrapper textarea#habla_wcsend_input,
#habla_beta_container_do_not_rely_on_div_classes_or_names .hbl_txt_wrapper textarea#habla_name_input,
#habla_beta_container_do_not_rely_on_div_classes_or_names .hbl_txt_wrapper textarea#habla_email_input,
#habla_beta_container_do_not_rely_on_div_classes_or_names .hbl_txt_wrapper textarea#habla_offline_email_input,
#habla_beta_container_do_not_rely_on_div_classes_or_names .hbl_txt_wrapper textarea#habla_offline_body_input,
#habla_beta_container_do_not_rely_on_div_classes_or_names .hbl_txt_wrapper textarea#habla_offline_body_input {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	min-height: 30px !important;
	padding: .35em .65em .45em .65em !important;
	border: 0 !important;
	border-radius: 2px !important;
	font-size: .98em !important;
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.2), inset 0 1px 1px rgba(0,0,0,.075);
	        box-shadow: 0 0 0 1px rgba(0,0,0,.2), inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: all .15s;
	        transition: all .15s;
}

#habla_beta_container_do_not_rely_on_div_classes_or_names .hbl_txt_wrapper textarea#habla_wcsend_input:focus,
#habla_beta_container_do_not_rely_on_div_classes_or_names .hbl_txt_wrapper textarea#habla_name_input:focus,
#habla_beta_container_do_not_rely_on_div_classes_or_names .hbl_txt_wrapper textarea#habla_email_input:focus,
#habla_beta_container_do_not_rely_on_div_classes_or_names .hbl_txt_wrapper textarea#habla_offline_email_input:focus,
#habla_beta_container_do_not_rely_on_div_classes_or_names .hbl_txt_wrapper textarea#habla_offline_body_input:focus,
#habla_beta_container_do_not_rely_on_div_classes_or_names .hbl_txt_wrapper textarea#habla_offline_body_input:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.3), 0 0 8px rgba(0,0,0,.2), inset 0 1px 1px rgba(0,0,0,.075);
	        box-shadow: 0 0 0 1px rgba(0,0,0,.3), 0 0 8px rgba(0,0,0,.2), inset 0 1px 1px rgba(0,0,0,.075);
}

#habla_name_input,
#habla_email_input,
#habla_offline_email_input {
	resize: none;
}

#habla_wcsend_input,
#habla_offline_body_input {
	font-size: .95em !important;
	resize: vertical;
}

/* Submit button */

#habla_offline_submit_input {
	position: relative;
	right: -3px;
	padding: .4em 1.25em .5em 1.25em;
	border-radius: 2px !important;
	background: #333 !important;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif !important;
	outline: 0;
	cursor: pointer;
	-webkit-transition: all .4s;
	        transition: all .4s;
}

#habla_offline_submit_input:hover {
	background: #000 !important;
}

#habla_offline_submit_input:active {
	position: relative;
	top: 1px;
}

#habla_offline_error_span {
	display: block;
	padding-top: .5em;
	color: #933;
	font-weight: 700 !important;
	font-size: .95em !important;
	line-height: 1.3 !important;
}

/* Notifications
   ========================================================================== */

.countdown-error-message {
	max-width: 500px;
	margin-left: 60px;
	color: #fff;
	font-size: 2.4em;
	text-align: left;
}

.technical-difficulties-message {
	display: table;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #eee;
}

.technical-difficulties-message .container-message {
	display: table-cell;
	vertical-align: middle;
}

.technical-difficulties-message .error::before {
	content: '\e017\00a0';
	color: #900;
	font-family: 'Glyphicons Halflings';
	font-size: 4em;
}

.technical-difficulties-message .error::after {
	content: 'Please stand by ...';
	color: #900;
	font-weight: 700;
	font-size: 2.9em;
	position: relative;
	top: -.35em;
}

.message {
	width: 96%;
	max-width: 1200px;
	margin: 1.5em auto;
	padding: 4em;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}

@media (max-width: 992px) {
	.message {
		font-size: .7em;
	}
}


@media (max-width: 768px) {
	.message {
		font-size: .5em;
	}
}

.message.error {
	box-shadow: -6px 0 #900;
}

.ajax-error,
.ajax-success {
	width: 100%;
	margin: 1em 0;
	padding: 1em;
	border: 1px solid rgba(0,0,0,.05);
	border-left: 3px solid;
	border-radius: 2px;
	text-align: left;
}

.ajax-error {
	border-left-color: #900;
	background-color: #f2dede;
}

.ajax-success {
	border-left-color: #090;
	background-color: #dff0d8;
}

.error h3 {
	color: #900;
}

.w-thankyou {
	max-width: 460px;
	margin-top: -190px;
	margin-left: 64px;
	font-size: 1.8em;
	text-align: left;
}

.page-windfalls .w-thankyou {
	position: relative;
	left: 380px;
	margin-bottom: 5em;
	color: #777;
	text-align: center;
}

.w-disclaimer,
.w_disclaimer {
	font-size: .85em;
	line-height: 1.5;
	color: #707070;
}

/* Disclaimers */

.disclaimer {
	margin-top: 1em;
}

.disclaimer,
.disclaimer-scroll {
	margin-bottom: 2em;
	color: #5f5f5f;
}

.disclaimer p,
.disclaimer-scroll p,
.disclaimer li,
.diclaimer-scroll li {
	font-size: .8em;
	font-family: sans-serif;
	line-height: 1.4;
}

.disclaimer ul,
.diclaimer-scroll ul {
	padding-left: 20px;
}

.disclaimer li,
.diclaimer-scroll li {
	margin: 0 0 1em 0;
}

.disclaimer a,
.disclaimer-scroll a {
	border-bottom: 1px dotted #999;
	color: #5f5f5f;
	font-weight: 700;
	text-decoration: none;
}

.disclaimer a:hover,
.disclaimer-scroll a:hover {
	border-bottom: 1px dotted #777;
	color: #222 !important;
}

.disclaimer-scroll {
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #f3f3f3;
	border: 1px solid #dcdcdc;
	height: 80px;
	margin: .5em 0;
	padding: .25em;
	box-shadow: inset 0 5px 5px rgba(0,0,0,.05), inset 0 -5px 5px rgba(0,0,0,.05);
}

/* Exit Message Modal */

.exit-message {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	height: 100%;
	background: #333;
	background: rgba(0,0,0,.6);
}

.exit-message-main {
	position: relative;
	z-index: 10;
	max-width: 580px;
	margin: 3em auto;
}

.exit-message-modal {
	padding: 2em;
	background-color: #f5f5f5;
	border-radius: 4px;
	box-shadow: 0 0 7px rgba(0,0,0,.5);
}

.exit-message-close-button {
	opacity: .8;
	display: block;
	color: #fff;
	font: bold 34px Arial, sans-serif;
	text-align: right;
	text-shadow: 0px 1px 0px rgba(0,0,0,.9);
	text-decoration: none;
}

.exit-message-close-button:hover {
	opacity: 1;
	cursor: pointer;
}

.exit-message-modal h5 {
	margin: 0;
	font-family: Impact;
	font-size: 4em;
	line-height: 1;
}

.exit-message-modal p {
	font-size: 1.4em;
}

.exit-message-modal .btn {
	padding: .8em .2em;
	font-size: 1.4em;
}

/* FAQ */

.w-faq-link {
	color: #900;
}

.w-faq {
	max-width: 680px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 0;
	outline: 0 !important;
}

.w-faq .panel-heading {
	background-color: #fff;
	color: #1d1d1d;
	font-weight: 700;
}

.panel-default.w-faq .panel-body {
	background-color: #fff;
}

.w-faq-question-container {
	padding: 1em;
	border-bottom: 1px solid #eee;
}

.w-faq-question-container p {
	margin-top: 0;
	margin-bottom: .2em;
}

.w-faq-question-container a {
	color: #900;
	font-weight: 700;
}

.w-faq-question-container a:hover {
	color: #1d1d1d;
}

.w-faq-question {
	font-weight: 700;
}

/* Animated Message */

.animated-message-container {
	-webkit-perspective: 1000;
	background-color: #999;
	border: 1px solid rgba(0,0,0,.1);
	border-top: 0;
	color: #fff;
	font-weight: 700;
	font-size: 1.1em;
}

.animated-message-cube {
	position: relative;
	-webkit-animation: spin 10s 0 infinite;
	   -moz-animation: spin 10s 0 infinite;
	        animation: spin 10s 0 infinite;
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	        transform-style: preserve-3d;
}

.animated-message-container,
.animated-message-face {
	height: 30px;
	width: 100%;
}

.animated-message-face {
	top: 0;
	left: 0;
	line-height: 30px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	        backface-visibility: hidden;
}

.animated-message-front {
	z-index: 2;
}

.animated-message-top {
	-webkit-transform: rotateX(90deg) translateY(-15px) translateZ(15px);
	   -moz-transform: rotateX(90deg) translateY(-15px) translateZ(15px);
	    -ms-transform: rotateX(90deg) translateY(-15px) translateZ(15px);
	        transform: rotateX(90deg) translateY(-15px) translateZ(15px);
}

.animated-message-back {
	-webkit-transform: rotateX(180deg) translateY(0px) translateZ(30px);
	   -moz-transform: rotateX(180deg) translateY(0px) translateZ(30px);
	    -ms-transform: rotateX(180deg) translateY(0px) translateZ(30px);
	        transform: rotateX(180deg) translateY(0px) translateZ(30px);
}

.animated-message-bottom {
	-webkit-transform: rotateX(270deg) translateY(15px) translateZ(15px);
	   -moz-transform: rotateX(270deg) translateY(15px) translateZ(15px);
	    -ms-transform: rotateX(270deg) translateY(15px) translateZ(15px);
	        transform: rotateX(270deg) translateY(15px) translateZ(15px);
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotateX(-360deg) translateZ(0px) translateY(0px);
		   -moz-transform: rotateX(-360deg) translateZ(0px) translateY(0px);
		    -ms-transform: rotateX(-360deg) translateZ(0px) translateY(0px);
		        transform: rotateX(-360deg) translateZ(0px) translateY(0px);
	}
	26% {
		-webkit-transform: rotateX(-360deg) translateZ(0px) translateY(0px);
		   -moz-transform: rotateX(-360deg) translateZ(0px) translateY(0px);
		    -ms-transform: rotateX(-360deg) translateZ(0px) translateY(0px);
		        transform: rotateX(-360deg) translateZ(0px) translateY(0px);
	}
	34% {
		-webkit-transform: rotateX(-90deg) translateZ(30px);
		   -moz-transform: rotateX(-90deg) translateZ(30px);
		    -ms-transform: rotateX(-90deg) translateZ(30px);
		        transform: rotateX(-90deg) translateZ(30px);
	}
	48% {
		-webkit-transform: rotateX(-90deg) translateZ(30px);
		   -moz-transform: rotateX(-90deg) translateZ(30px);
		    -ms-transform: rotateX(-90deg) translateZ(30px);
		        transform: rotateX(-90deg) translateZ(30px);
	}
	56% {
		-webkit-transform: rotateX(-180deg) translateZ(30px) translateY(-30px);
		   -moz-transform: rotateX(-180deg) translateZ(30px) translateY(-30px);
		    -ms-transform: rotateX(-180deg) translateZ(30px) translateY(-30px);
		        transform: rotateX(-180deg) translateZ(30px) translateY(-30px);
	}
	70% {
		-webkit-transform: rotateX(-180deg) translateZ(30px) translateY(-30px);
		   -moz-transform: rotateX(-180deg) translateZ(30px) translateY(-30px);
		    -ms-transform: rotateX(-180deg) translateZ(30px) translateY(-30px);
		        transform: rotateX(-180deg) translateZ(30px) translateY(-30px);
	}
	78% {
		-webkit-transform: rotateX(-270deg) translateZ(0px) translateY(-30px);
		   -moz-transform: rotateX(-270deg) translateZ(0px) translateY(-30px);
		    -ms-transform: rotateX(-270deg) translateZ(0px) translateY(-30px);
		        transform: rotateX(-270deg) translateZ(0px) translateY(-30px);
	}
	92% {
		-webkit-transform: rotateX(-270deg) translateZ(0px) translateY(-30px);
		   -moz-transform: rotateX(-270deg) translateZ(0px) translateY(-30px);
		    -ms-transform: rotateX(-270deg) translateZ(0px) translateY(-30px);
		        transform: rotateX(-270deg) translateZ(0px) translateY(-30px);
	}
	100% {
		-webkit-transform: rotateX(-360deg) translateZ(0px) translateY(0px);
		   -moz-transform: rotateX(-360deg) translateZ(0px) translateY(0px);
		    -ms-transform: rotateX(-360deg) translateZ(0px) translateY(0px);
		        transform: rotateX(-360deg) translateZ(0px) translateY(0px);
	}
}

/* Footer
   ========================================================================== */

.footer a:hover {
	color: #1d1d1d;
}

.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;
}

/* Simple Footer */

.simple-footer {
	clear: both;
	max-width: 740px;
	margin: 0 auto;
	padding: 1em 0;
}

.simple-footer p {
	color: #777;
	font-size: .95em;
	text-align: center;
}

.simple-footer a {
	color: #777;
}

.simple-footer .title-link {
	border-bottom: 0;
}

/* 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;
}

/* Contact info */

.contact-page .item .item-content .title {
	font-size: .93em !important;
	line-height: 1.5 !important;
	padding: 4px 0 !important;
}

.contact-page .item .item-content .icon {
	font-size: .65em !important;
}

/* Panels */

.panel {
	border-radius: 0;
}

.panel-heading .btn-xs {
	margin-top: -.25em;
}

.panel-default .panel-body {
	background-color: #f5f5f5;
}

.panel-default .form-control {
	background-color: #f9f9f9;
}

/* 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);
}

/* Interstitial Ads
   ========================================================================== */

.page-template-interstitial-php .pace,
.page-template-interstitial-php .entry-title,
.page-template-interstitial-php footer,
.page-template-interstitial-php #beneath-footer {
	display: 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(http://cdn.weissinc.com/live/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-group {
	float: left;
}

.interstitial-form .first-name,
.interstitial-form .email-address {
	width: 245px;
	margin-right: 10px;
}

.interstitial-form .btn {
	float: left;
}

/* Thank-you Message */

#response {
	padding-top: 2em;
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
}

/* Countdowns
   ========================================================================== */

.container-countdown {
	-webkit-transition: all .6s;
	        transition: all .6s;
	-webkit-transition-delay: 1s;
	        transition-delay: 1s;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.065);
	   -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.065);
	        box-shadow: 0 1px 1px 0 rgba(0,0,0,.065);
}

.header-countdown {
	margin-top: 1em;
	padding-bottom: .01em;
	border: 0;
	/*
	border-top: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	*/
	background-color: #eee;
}

.header-countdown .event-title {
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
	font-size: 3.4em;
	letter-spacing: -.03em;
	text-align: center;
	padding-top: 0.5em;
}

@media (max-width: 992px) {
	.header-countdown .event-title {
		font-size: 2.8em;
	}
}

@media (max-width: 500px) {
	.header-countdown .event-title {
		font-size: 1.6em;
	}
}

/* Custom Titles */

/* .pre-title-sm {
	display: block;
	font-size: .4em;
	color: #111;
	letter-spacing: 0;
}

.pre-title {
	display: block;
	font-style: italic;
	font-weight: 700;
	font-size: .7em;
	color: #111;
}

.title {
	display: block;
	font-weight: 700;
	font-size: 110%;
	line-height: 1;
} */

#countdown {
	margin: 0 auto;
	padding: 30px 0 60px 0;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
}

.countdowntext {
	color: #999;
	font-size: 1.2em;
	text-align: center;
}

@media (max-width: 768px) {
	.countdowntext {
		font-size: .85em;
	}
}

#timer {
	max-width: 500px;
	margin: 0 auto;
	padding-top: 15px;
}

@media (max-width: 768px) {
	#timer {
		width: 80%;
	}
}

.countdown-rtl {
	direction: rtl;
}

.countdown-row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
	height: 6em;
	display: block;
}

/* Countdown Sections */

.countdown-show1 .countdown-section {
	width: 98%;
}

.countdown-show2 .countdown-section {
	width: 48%;
}

.countdown-show3 .countdown-section {
	width: 32.5%;
}

.countdown-show4 .countdown-section {
	width: 24.5%;
}

.countdown-show5 .countdown-section {
	width: 19.5%;
}

.countdown-show6 .countdown-section {
	width: 16.25%;
}

.countdown-show7 .countdown-section {
	width: 14%;
}

.countdown-section {
	display: block;
	float: left;
	text-align: center;
	color: #999;
	font-size: 1.2em;
}

.countdown-amount {
	display: block;
	font-size: 4em;
	line-height: 1;
	color: #585858;
}

@media (max-width: 768px) {
	.countdown-section {
		font-size: .75em;
	}
}

@media (max-width: 500px) {
	.countdown-amount {
		font-weight: 700;
		font-size: 2.6em;
	}
}

.countdown-descr {
	display: block;
	width: 100%;
	color: #ccc;
}

/* Date and Time */

.date-time {
	margin: 15px 0 20px 0;
	text-align: center;
	font-weight: 700;
	font-size: 1.7em;
	line-height: 1.8;
	letter-spacing: -.025em;
}

.date {
	color: #585858;
}

.date::before {
	position: relative;
	left: -10px;
	font-family: 'FontAwesome';
	content: '\f133';
}

.time {
	color: #585858;
	margin-left: 80px;
}

.time::before {
	position: relative;
	left: -10px;
	font-family: 'FontAwesome';
	content: '\f017';
}

@media (max-width: 768px) {
	.date-time {
		font-size: 1.4em;
		letter-spacing: -.05em;
	}

	.time {
		margin-left: 30px;
	}
}

@media (max-width: 500px) {
	.date,
	.time {
		display: block;
	}

	.time {
		margin-left: 0;
	}
}

@media (max-width: 300px) {
	.date-time {
		font-size: 1.1em;
		letter-spacing: -.05em;
	}
}

/* Custom Countdowns
   ========================================================================== */

/* SCT Windfalls Customizations */

.page-windfalls,
.page-windfalls-test {
	background: #f3f3f3 url(http://cdn.weissinc.com/live/img/events/sct/151130/windfalls-bg-2.jpg?v=5) no-repeat center fixed;
	background-size: cover;
}

.page-windfalls.twlsky-red.loader-bar .pace .pace-progress,
.page-windfalls.twlsky-red.loader-corner .pace .pace-activity,
.page-windfalls-test.twlsky-red.loader-bar .pace .pace-progress,
.page-windfalls-test.twlsky-red.loader-corner .pace .pace-activity {
	background: #cf9304;
}

.page-windfalls header,
.page-windfalls-test header {
	display: none;
}

.page-windfalls .outer-container {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

/* SCT Windfalls CTA */

.page-windfalls .w-cta {
	/*float: right;*/
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 300px;
}

@media (max-width: 1010px) {
	.page-windfalls .w-cta {
		float: none;
		margin-right: auto;
		margin-left: auto;
	}
}

.page-windfalls .w-cta .img-report {
	width: 150px;
	margin: 0 auto;
}

.page-windfalls .cta-intro {
	margin-top: 1.5em;
	margin-bottom: .5em;
	font-size: 1.4em;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1;
	text-align: center;
}

.page-windfalls .w-cta .btn-lightblue {
	font-size: 16px;
}

/* SCT Windfalls Customizations - Question Form */

.page-windfalls.live .solicit-questions {
	display: none;
}

.page-windfalls.live .question-form {
	clear: left;
	float: left;
	max-width: 640px;
}

@media (max-width: 1010px) {
	.page-windfalls.live .question-form {
		clear: both;
		float: none;
	}
}

.page-windfalls .comment-form,
.page-windfalls-test .comment-form {
	position: relative;
	overflow: hidden;
	padding: 1.5em 1.5em .7em 1.5em;
	border: 1px solid rgba(0,0,0,.1);
	background-color: rgba(255,255,255,.8);
}

.page-windfalls .question-form h3,
.page-windfalls-test .question-form h3 {
	color: #111;
	font-weight: 700;
}

.page-windfalls .question-form h3 a,
.page-windfalls-test .question-form h3 a {
	color: #cf9304;
	font-weight: 700;
}

.page-windfalls .question-form h3 a:hover,
.page-windfalls-test .question-form h3 a:hover {
	color: #111;
}

.page-windfalls.live .comment-form #comment {
	height: 8em;
}

.page-windfalls .comment-form #submit,
.page-windfalls-test .comment-form #submit {
	border: 1px solid #333;
	background-color: #333;
	color: #eee;
}

.page-windfalls .comment-form #submit:hover,
.page-windfalls-test .comment-form #submit:hover {
	border: 1px solid #111;
	background-color: #111;
}

.page-windfalls .ajax-error,
.page-windfalls-test .ajax-error {
	border-left-color: rgb(190,30,40);
	background-color: rgba(240,210,210,.8);
	color: #000;
}

.page-windfalls .ajax-success,
.page-windfalls-test .ajax-success {
	border-left-color: rgb(110,180,10);
	background-color: rgba(210,230,180,.8);
	color: #000;
}

/* SCT Windfalls Customizations - FAQ */

.page-windfalls .w-faq,
.page-windfalls-test .w-faq {
	clear: both;
	border: 1px solid rgba(0,0,0,.1);
	background-color: rgba(255,255,255,.9);
}

.page-windfalls .w-faq a,
.page-windfalls-test .w-faq a {
	color: #cf9304;
}

.page-windfalls .w-faq .panel-heading,
.page-windfalls-test .w-faq .panel-heading  {
	border-bottom: 1px solid rgba(0,0,0,.1);
	background-color: rgba(255,255,255,0);
}

.page-windfalls .w-faq-question-container,
.page-windfalls-test .w-faq-question-container {
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.page-windfalls .w-faq-question-container:last-of-type,
.page-windfalls-test .w-faq-question-container:last-of-type {
	border-bottom: 0;
}

/* SCT Windfalls Customizations - Footer */

.page-windfalls .simple-footer,
.page-windfalls-test .simple-footer {
	padding-bottom: 12em;
}
.page-windfalls .simple-footer a:hover,
.page-windfalls-test .simple-footer a:hover {
	color: #333;
}

/* SCT Windfalls Countdown */

.page-windfalls .header-countdown,
.page-windfalls-test .header-countdown {
	margin-top: 2em;
	height: 429px;
	background: rgba(20,20,20,.8) url(http://cdn.weissinc.com/live/img/events/sct/151130/windfalls-header.png?v=5) no-repeat 45%;
	border: 1px solid rgba(255,255,255,.2);
}

@media (max-width: 1040px) {
	.page-windfalls .header-countdown,
	.page-windfalls-test .header-countdown {
		background-position: 60%;
	}
}

@media (max-width: 980px) {
	.page-windfalls .header-countdown,
	.page-windfalls-test .header-countdown {
		height: 480px;
		margin-top: 0;
		border-bottom: 0;
		background-image: url(http://cdn.weissinc.com/live/img/events/sct/151130/windfalls-header-small.png?v=9);
		background-position: 50% 0%;
		background-size: 600px;
	}
}

@media (max-width: 768px) {
	.page-windfalls .header-countdown,
	.page-windfalls-test .header-countdown {
		height: auto;
		padding-top: 50%;
		background-size: contain;
	}
}

@media (max-width: 500px) {
	.page-windfalls .header-countdown,
	.page-windfalls-test .header-countdown {
		padding-top: 70%;
	}
}

.page-windfalls .event-title,
.page-windfalls-test .event-title {
	display: none;
	margin-top: 0;
}

.page-windfalls .date-time,
.page-windfalls-test .date-time {
	position: relative;
	top: 180px;
	left: 41.5%;
	max-width: 550px;
	margin-top: 0;
	font-size: 1.84em;
	text-align: left;
}

@media (max-width: 980px) {
	.page-windfalls .date-time,
	.page-windfalls-test .date-time {
		top: 460px;
		left: 0;
		z-index: 2;
		margin: 0 auto;
		font-size: 1.5em;
		text-align: center;
	}
}

@media (max-width: 768px) {
	.page-windfalls .date-time,
	.page-windfalls-test .date-time {
		top: 30px;
	}
}

.page-windfalls .date,
.page-windfalls .time,
.page-windfalls-test .date,
.page-windfalls-test .time {
	color: #eee;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}

.page-windfalls .date::before,
.page-windfalls .time::before,
.page-windfalls-test .date::before,
.page-windfalls-test .time::before {
	color: #999;
}

.page-windfalls .bg-custom,
.page-windfalls-test .bg-custom {
	background-color: transparent;
}

@media (max-width: 980px) {
	.page-windfalls .bg-custom,
	.page-windfalls-test .bg-custom {
		background-color: rgba(20,20,20,.8);
	}
}

.page-windfalls #countdown,
.page-windfalls-test #countdown {
	position: absolute;
	width: 600px;
	max-width: 100%;
	margin-top: -210px;
	margin-left: 375px;
	border: 0;
}

@media (max-width: 1140px) {
	.page-windfalls #countdown,
	.page-windfalls-test #countdown {
		margin-left: 32.6%;
	}
}

@media (max-width: 980px) {
	.page-windfalls #countdown,
	.page-windfalls-test #countdown {
		position: relative;
		width: 100%;
		margin-top: 0;
		margin-left: 0;
		border-right: 1px solid rgba(255,255,255,.2);
		border-bottom: 1px solid rgba(255,255,255,.2);
		border-left: 1px solid rgba(255,255,255,.2);
	}
}

.page-windfalls #timer,
.page-windfalls-test #timer {
	max-width: 490px;
	margin: 0 auto;
	font-size: .75em;
}

@media (max-width: 980px) {
	.page-windfalls #timer,
	.page-windfalls-test #timer {
		margin: 0 auto;
		font-size: 1em;
	}
}

/* SCT Windfalls Countdown Sections */

.page-windfalls .countdown-show1 .countdown-section,
.page-windfalls-test .countdown-show1 .countdown-section {
	width: 96%;
}

.page-windfalls .countdown-show2 .countdown-section,
.page-windfalls-test .countdown-show2 .countdown-section {
	width: 46%;
}

.page-windfalls .countdown-show3 .countdown-section,
.page-windfalls-test .countdown-show3 .countdown-section {
	width: 30%;
}

.page-windfalls .countdown-show4 .countdown-section,
.page-windfalls-test .countdown-show4 .countdown-section {
	width: 22%;
}

.page-windfalls .countdown-show5 .countdown-section,
.page-windfalls-test .countdown-show5 .countdown-section {
	width: 17%;
}

.page-windfalls .countdown-show6 .countdown-section,
.page-windfalls-test .countdown-show6 .countdown-section {
	width: 14%;
}

.page-windfalls .countdown-show7 .countdown-section,
.page-windfalls-test .countdown-show7 .countdown-section {
	width: 12%;
}

.page-windfalls .countdown-section,
.page-windfalls-test .countdown-section {
	margin-left: 2%;
	background-color: rgba(255,255,255,.1);
}

.page-windfalls .countdown-amount,
.page-windfalls-test .countdown-amount {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: rgba(255,255,255,.1);
	color: #e5e5e5;
}

.page-windfalls .countdowntext,
.page-windfalls-test .countdowntext {
	margin: 0;
	color: #999;
	font-size: 1.1em;
}

@media (max-width: 980px) {
	.page-windfalls .countdowntext,
	.page-windfalls-test .countdowntext {
		padding-left: 0;
		text-align: center;
	}
}

.page-windfalls .countdown-period,
.page-windfalls-test .countdown-period {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #aaa;
}

/* SCT Convergence Customizations */

.page-convergence,
.page-convergence-test {
	background: #000 url(http://cdn.moneyandmarkets.com/reports/sct/convergence/img/vid-1-bg.jpg) no-repeat center fixed;
	background-size: cover;
}

.page-convergence.twlsky-red.loader-bar .pace .pace-progress,
.page-convergence.twlsky-red.loader-corner .pace .pace-activity,
.page-convergence-test.twlsky-red.loader-bar .pace .pace-progress,
.page-convergence-test.twlsky-red.loader-corner .pace .pace-activity {
	background: #fd3;
}

.page-convergence header,
.page-convergence-test header {
	display: none;
}

/* SCT Convergence Customizations - Carousel */

.page-convergence .event-carousel,
.page-convergence-test .event-carousel {
	border: 1px solid rgba(255,255,255,.2);
}

/* SCT Convergence Customizations - Question Form */

.page-convergence .comment-form,
.page-convergence-test .comment-form {
	position: relative;
	overflow: hidden;
	padding: 1.5em 1.5em .7em 1.5em;
	border: 1px solid rgba(255,255,255,.2);
}

.page-convergence .solicit-questions-text,
.page-convergence-test .solicit-questions-text {
	color: #ddd;
}

.page-convergence .question-form h3,
.page-convergence-test .question-form h3 {
	color: #ddd;
}

.page-convergence .question-form h3 a,
.page-convergence-test .question-form h3 a {
	color: #fc0;
}

.page-convergence .question-form h3 a:hover,
.page-convergence-test .question-form h3 a:hover {
	color: #ddd;
}

.page-convergence .comment-form #submit,
.page-convergence-test .comment-form #submit {
	border: 1px solid #fc0;
	background-color: #fc0;
	color: #000;
}

.page-convergence .comment-form #submit:hover,
.page-convergence-test .comment-form #submit:hover {
	border: 1px solid #f3b909;
	background-color: #f3b909;
}

.page-convergence .ajax-error,
.page-convergence-test .ajax-error {
	border-left-color: rgb(193, 29, 37);
	background-color: rgba(177, 34, 46, 0.4);
	color: #eee;
}

.page-convergence .ajax-success,
.page-convergence-test .ajax-success {
	border-left-color: rgb(147, 169, 22);
	background-color: rgba(169, 164, 22, 0.29);
	color: #eee;
}

/* SCT Convergence Customizations - FAQ */

.page-convergence .w-faq,
.page-convergence-test .w-faq {
	border: 1px solid rgba(255,255,255,.2);
	background-color: rgba(0,0,0,.8);
	color: #ccc;
}

.page-convergence .w-faq a,
.page-convergence-test .w-faq a {
	color: #fff;
}

.page-convergence .w-faq .panel-heading,
.page-convergence-test .w-faq .panel-heading  {
	background-color: rgba(0,0,0,.8);
	border-bottom: 1px solid rgba(255,255,255,.2);
	color: #fff;
}

.page-convergence .w-faq-question-container,
.page-convergence-test .w-faq-question-container {
	border-bottom: 1px solid rgba(255,255,255,.2);
}

.page-convergence .w-faq-question-container:last-of-type,
.page-convergence-test .w-faq-question-container:last-of-type {
	border-bottom: 0;
}

/* SCT Convergence Customizations - Footer */

.page-convergence .simple-footer,
.page-convergence-test .simple-footer {
	padding-bottom: 12em;
}

.page-convergence .simple-footer p,
.page-convergence .simple-footer a,
.page-convergence-test .simple-footer p,
.page-convergence-test .simple-footer a {
	color: #ddd;
}

.page-convergence .simple-footer a:hover,
.page-convergence-test .simple-footer a:hover {
	color: #fff;
}

/* SCT Convergence Countdown */

.page-convergence .header-countdown,
.page-convergence-test .header-countdown {
	margin-top: 2em;
	height: 429px;
	background: rgba(0,0,0,.7) url(http://cdn.weissinc.com/live/img/events/sct/150818/sct-webinar-header.png?v=2) no-repeat 45%;
	border: 1px solid rgba(255,255,255,.2);
}

@media (max-width: 1040px) {
	.page-convergence .header-countdown,
	.page-convergence-test .header-countdown {
		background-position: 60%;
	}
}

@media (max-width: 980px) {
	.page-convergence .header-countdown,
	.page-convergence-test .header-countdown {
		height: auto;
		padding-right: 1.5em;
		padding-left: 1.5em;
		background-image: none;
		border-bottom: 0;
	}
}

.page-convergence .event-title,
.page-convergence-test .event-title {
	/* display: none; */
	margin-top: 0;
	font-size: 160%;
}

@media (max-width: 980px) {
	.page-convergence .event-title,
	.page-convergence-test .event-title {
		display: block;
		margin-top: 20px;
		margin-right: auto;
		margin-left: auto;
		color: #f00;
		font-weight: 700;
		font-size: 2em;
		text-align: center;
	}
}

.page-convergence .pre-title-sm,
.page-convergence .pre-title,
.page-convergence-test .pre-title-sm,
.page-convergence-test .pre-title {
	color: #eee;
}

.page-convergence .title,
.page-convergence-test .title {
	color: #eb3;
	background: -webkit-linear-gradient(#fd3 30%, #eb0 70%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font: normal 1.4em/1.15 Impact, sans-serif;
}

.page-convergence .date-time,
.page-convergence-test .date-time {
	position: relative;
	top: 150px;
	left: 41.5%;
	max-width: 550px;
	margin-top: 0;
	font-size: 2.05em;
	text-align: left;
}

@media (max-width: 980px) {
	.page-convergence .date-time,
	.page-convergence-test .date-time {
		top: 0;
		left: 0;
		margin: 0 auto;
		font-size: 1.5em;
		text-align: center;
	}
}

.page-convergence .date,
.page-convergence .time,
.page-convergence-test .date,
.page-convergence-test .time {
	color: #eee;
	text-shadow: 1px 1px 1px #000;
}

.page-convergence .date::before,
.page-convergence .time::before,
.page-convergence-test .date::before,
.page-convergence-test .time::before {
	color: #999;
}

.page-convergence .bg-custom,
.page-convergence-test .bg-custom {
	background-color: transparent;
}

@media (max-width: 980px) {
	.page-convergence .bg-custom,
	.page-convergence-test .bg-custom {
		background-color: rgba(0,0,0,.7);
	}
}

.page-convergence #countdown,
.page-convergence-test #countdown {
	position: absolute;
	width: 600px;
	max-width: 100%;
	margin-top: -230px;
	margin-left: 370px;
	border: 0;
}

@media (max-width: 1140px) {
	.page-convergence #countdown,
	.page-convergence-test #countdown {
		margin-left: 32.6%;
	}
}

@media (max-width: 980px) {
	.page-convergence #countdown,
	.page-convergence-test #countdown {
		position: relative;
		width: 100%;
		margin-top: 0;
		margin-left: 0;
		border-right: 1px solid rgba(255,255,255,.2);
		border-bottom: 1px solid rgba(255,255,255,.2);
		border-left: 1px solid rgba(255,255,255,.2);
	}
}

.page-convergence #timer,
.page-convergence-test #timer {
	max-width: 490px;
	margin: 0 auto;
	font-size: .75em;
}

@media (max-width: 980px) {
	.page-convergence #timer,
	.page-convergence-test #timer {
		margin: 0 auto;
		font-size: 1em;
	}
}

/* SCT Convergence Countdown Sections */

.page-convergence .countdown-show1 .countdown-section,
.page-convergence-test .countdown-show1 .countdown-section {
	width: 96%;
}

.page-convergence .countdown-show2 .countdown-section,
.page-convergence-test .countdown-show2 .countdown-section {
	width: 46%;
}

.page-convergence .countdown-show3 .countdown-section,
.page-convergence-test .countdown-show3 .countdown-section {
	width: 30%;
}

.page-convergence .countdown-show4 .countdown-section,
.page-convergence-test .countdown-show4 .countdown-section {
	width: 22%;
}

.page-convergence .countdown-show5 .countdown-section,
.page-convergence-test .countdown-show5 .countdown-section {
	width: 17%;
}

.page-convergence .countdown-show6 .countdown-section,
.page-convergence-test .countdown-show6 .countdown-section {
	width: 14%;
}

.page-convergence .countdown-show7 .countdown-section,
.page-convergence-test .countdown-show7 .countdown-section {
	width: 12%;
}

.page-convergence .countdown-section,
.page-convergence-test .countdown-section {
	margin-left: 2%;
	background-color: rgba(255,255,255,.1);
}

.page-convergence .countdown-amount,
.page-convergence-test .countdown-amount {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: rgba(255,255,255,.1);
	color: #e5e5e5;
}

.page-convergence .countdowntext,
.page-convergence-test .countdowntext {
	margin: 0;
	color: #999;
	font-size: 1.1em;
}

@media (max-width: 980px) {
	.page-convergence .countdowntext,
	.page-convergence-test .countdowntext {
		padding-left: 0;
		text-align: center;
	}
}

.page-convergence .countdown-period,
.page-convergence-test .countdown-period {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #aaa;
}

/* DMR Countdown */

.page-dmr .header-countdown,
.page-dmr-test .header-countdown {
	height: 429px;
	background: #fff url(http://cdn.weissinc.com/live/img/events/dmr/150520/dmr-webinar-header-2.jpg) no-repeat 45%;
}

@media (max-width: 945px) {
	.page-dmr .header-countdown,
	.page-dmr-test .header-countdown {
		height: auto;
		padding-right: 1.5em;
		padding-bottom: 1em;
		padding-left: 1.5em;
		background-image: none;
	}
}

.page-dmr .event-title::before,
.page-dmr-test .event-title::before {
	display: block;
	position: absolute;
	width: 469px;
	height: 120px;
	margin-top: -139px;
	margin-left: -5px;
	background: url(http://cdn.weissinc.com/live/img/events/dmr/dmr-logo.png) no-repeat;
	content: '';
}

@media (max-width: 945px) {
	.page-dmr .event-title::before {
		width: 0;
		height: 0;
		background: none;
	}
}

.page-dmr .event-title,
.page-dmr-test .event-title {
	max-width: 340px;
	margin-top: 140px;
	margin-right: 0;
	margin-bottom: .5em;
	margin-left: 60px;
	color: #900;
	font-weight: 400;
	font-size: 2.2em;
	line-height: 1.1;
	text-align: left;
}

@media (max-width: 945px) {
	.page-dmr .event-title,
	.page-dmr-test .event-title {
		margin-top: 20px;
		margin-right: auto;
		margin-left: auto;
		font-size: 2em;
		text-align: center;
	}
}

/* DMR Archive */

.page-dmr .event-title {
	display: none;
}

.page-dmr .date-time,
.page-dmr-test .date-time {
	display: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 70px;
	font-weight: 400;
	font-size: 2.3em;
	text-align: left;
}

@media (max-width: 945px) {
	.page-dmr .date-time,
	.page-dmr-test .date-time {
		margin-left: 0;
		font-size: 1.5em;
		text-align: center;
	}
}

.page-dmr .date,
.page-dmr .time,
.page-dmr-test .date,
.page-dmr-test .time {
	color: rgba(35,64,143,.6);
	text-shadow: none;
}

.page-dmr .date::before,
.page-dmr .time::before,
.page-dmr-test .date::before,
.page-dmr-test .time::before {
	color: rgba(35,64,143,.5);
}

.page-dmr .bg-custom ,
.page-dmr-test .bg-custom {
	background-color: transparent;
}

.page-dmr #countdown,
.page-dmr-test #countdown {
	position: absolute;
	width: 600px;
	max-width: 100%;
	margin-top: -170px;
	padding-top: 0;
	border: 0;
}

@media (max-width: 945px) {
	.page-dmr #countdown,
	.page-dmr-test #countdown {
		position: relative;
		width: 100%;
		margin-top: 0;
		padding-top: 1em;
		border-right: 1px solid rgba(35,64,143,.1);
		border-bottom: 1px solid rgba(35,64,143,.1);
		border-left: 1px solid rgba(35,64,143,.1);
		background: #fff url(http://cdn.weissinc.com/live/img/events/dmr/150520/dmr-webinar-header-bg.jpg) 0 70%;
	}
}

.page-dmr #timer,
.page-dmr-test #timer {
	max-width: 490px;
	margin: 0 0 0 50px;
	font-size: .75em;
}

@media (max-width: 945px) {
	.page-dmr #timer,
	.page-dmr-test #timer {
		margin: 0 auto;
		font-size: 1em;
	}
}

/* DMR Countdown Sections */

.page-dmr .countdown-show1 .countdown-section,
.page-dmr-test .countdown-show1 .countdown-section {
	width: 96%;
}

.page-dmr .countdown-show2 .countdown-section,
.page-dmr-test .countdown-show2 .countdown-section {
	width: 46%;
}

.page-dmr .countdown-show3 .countdown-section,
.page-dmr-test .countdown-show3 .countdown-section {
	width: 30%;
}

.page-dmr .countdown-show4 .countdown-section,
.page-dmr-test .countdown-show4 .countdown-section {
	width: 22%;
}

.page-dmr .countdown-show5 .countdown-section,
.page-dmr-test .countdown-show5 .countdown-section {
	width: 17%;
}

.page-dmr .countdown-show6 .countdown-section,
.page-dmr-test .countdown-show6 .countdown-section {
	width: 14%;
}

.page-dmr .countdown-show7 .countdown-section,
.page-dmr-test .countdown-show7 .countdown-section {
	width: 12%;
}

.page-dmr .countdowntext,
.page-dmr-test .countdowntext {
	margin: 0;
	padding-left: 60px;
	color: rgba(35,64,143,.8);
	font-size: 1.1em;
	text-align: left;
}

@media (max-width: 945px) {
	.page-dmr .countdowntext,
	.page-dmr-test .countdowntext {
		padding-left: 0;
		text-align: center;
	}
}

.page-dmr .countdown-section,
.page-dmr-test .countdown-section {
	margin-left: 2%;
	border: 1px solid rgba(35,64,143,.1);
}

.page-dmr .countdown-amount,
.page-dmr-test .countdown-amount {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(35,64,143,.2);
	background-color: rgba(255,255,255,.7);
	color: rgba(35,64,143,.9);
}

.page-dmr .countdown-period,
.page-dmr-test .countdown-period {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: rgba(255,255,255,.4);
	color: rgba(35,64,143,.95);
}

/* DMR Thank-you */

.page-dmr .w-thankyou,
.page-dmr-test .w-thankyou {
	max-width: 460px;
	margin-top: -150px;
	margin-bottom: 120px;
	margin-left: 64px;
	font-size: 1.8em;
	text-align: left;
}

/* Containers
   ========================================================================== */

.main-container,
.container-border {
	margin-top: 1em;
	border: 1px solid #dfdfdf;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.065);
	   -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.065);
	        box-shadow: 0 1px 1px 0 rgba(0,0,0,.065);
}

@media (max-width: 768px) {
	.main-container,
	.container-border {
		margin-top: 0;
		border-top: 0;
		border-right: 0;
		border-left: 0;
	}
}

.container-small {
	max-width: 780px;
}

.container-page {
	padding: 2em 3em 2.5em 3em;
}

@media (max-width: 768px) {
	.container-page {
		padding: .5em 1em .75em 1em;
	}
}

/* Alignment
   ========================================================================== */

.left {
	float: left;
	margin: .2em 1.65em 1em 0;
}

.right {
	float: right;
	margin: .2em 0 1em 1.65em;
}

.block-center {
	margin: 1em auto;
}

.block-center img {
	margin-right: auto;
	margin-left: auto;
}

.reset {
	margin: 0;
	padding: 0;
}

@media (max-width: 768px) {
	.reset-sm {
		margin: 0;
		padding: 0;
	}
}

.reset-right {
	margin-right: 0;
	padding-right: 0;
}

.reset-left {
	margin-left: 0;
	padding-left: 0;
}

.new-section {
	clear: both;
	margin-top: 1.5em;
}

/* Colors
   ========================================================================== */

/* Text Colors */

.text-white {
	color: #fff;
}

.text-blue {
	color: #2b78b4;
}

.text-green {
	color: #080;
}

.text-yellow {
	color: #e7b729;
}

.text-red {
	color: #900;
}

.text-highlight {
	padding: 0 .2em .2em .2em;
	background-color: #fdefb7;
}

/* Background Colors */

.bg-black {
	background-color: #000;
	color: #f5f5f5;
}

.bg-darkgrey {
	background-color: #222;
	color: #fff;
}

.bg-grey {
	background-color: #aaa;
	color: #222;
}

.bg-lightgrey {
	background-color: #f7f7f7;
	color: #222;
}

.bg-white {
	background-color: #fff;
	color: #222;
}

.bg-blue {
	background-color: #2b78b4;
	color: #fff;
}

.bg-green {
	background-color: #080;
	color: #fff;
}

.bg-yellow {
	background-color: #e7b729;
	color: #222;
}

.bg-red {
	background-color: #900;
	color: #fff;
}

.bg-brightred {
	background-color: #c00;
	color: #fff;
}

/* Helper Classes
   ========================================================================== */

.reset,
.single-btn-container .btn.reset,
.double-btn-container .btn.reset {
	margin: 0;
	padding: 0;
}

@media (max-width: 768px) {
	.reset-sm,
	.single-btn-container .btn.reset-sm {
		margin: 0;
		padding: 0;
	}
}

.reset-right,
.single-btn-container .btn.reset-right,
.double-btn-container .btn.reset-right  {
	margin-right: 0;
	padding-right: 0;
}

.reset-left,
.single-btn-container .btn.reset-left,
.double-btn-container .btn.reset-right  {
	margin-left: 0;
	padding-left: 0;
}

/* Inline and block elements */

.inline,
.inline-xs {
	display: inline;
}

.block,
.block-xs {
	display: block;
}

/* Inline and block elements for small to large sizes only */

@media (min-width: 768px) {
	.inline-sm {
		display: inline;
	}
	.block-sm {
		display: block;
	}
}

/* Inline and block elements for medium to large sizes only */

@media (min-width: 992px) {
	.inline-md {
		display: inline;
	}
	.block-md {
		display: block;
	}
}

/* Inline and block elements for large sizes only */

@media (min-width: 1200px) {
	.inline-lg {
		display: inline;
	}
	.block-lg {
		display: block;
	}
}

/* Single line text */

.nowrap {
	white-space: nowrap;
}

/* Single line text for medium to large sizes only */

@media (min-width: 992px) {
	.nowrap-md {
		white-space: nowrap;
	}
}

/* Single line text for large sizes only */

@media (min-width: 1200px) {
	.nowrap-lg {
		white-space: nowrap;
	}
}

.exit-message .btn {
	display: block;
	width: 100%;
	text-align: center;
}

body.present {
	background-image: none;
}

body.present div.question-form {
	display: none;
}

body.present div.present-controls {
	background-color: #fcfcfccc;
	margin-top: 0.5em;
	padding: 1em;
	box-sizing:border-box;
}

body.present div.present-controls input[type=text] {
	width: 100%;
}

body.present div.present-controls div.redirect-group {
	margin-bottom: 2em;
}

body.present div.present-controls .btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

body.present div.present-controls .btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}
