/*
Theme Name: wp-bootstrap
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 2.1
Author: 320press
Author URI: http://320press.com
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/
/* micro clearfix: http://nicolasgallagher.com/micro-clearfix-hack/ */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.right{
float:right}
.prceBtnr{
text-align:center;
margin-top:30px;
}
.prceBtnr a{
padding:10px 30px 10px 30px;
background:#8bc932;
color:#fff;}
.recommended{
	text-align:center;
	width:100%;
	padding:10px 0 10px 0;
	background:#8bc932;
	color:#fff;
	margin-bottom:-20px;
}
.fullWidth{
width:100% !important;
}
.clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}
/* wp-specific classes */
.wp-caption{
}
.wp-caption-text{
}
.sticky{
}
.gallery-caption{
}
/* layout */
body{
	padding-top: 0;
}
/* Admin Top Navigation fixes */
body.admin-bar .navbar-fixed-top{ 
	top: 28px; 
}
.navbar .brand{
	color: #fff !important;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.125);
	font-weight: bold !important;
}
.nav-container{
	padding-left: 0;
	padding-right: 0;
}

.navbar .nav > li > a {
    color: #777777;
    float: none;
    padding: 10px 11px;
    text-decoration: none;
    text-transform: uppercase;
}

/*
header.homehead {
    background: rgba(0, 0, 0, 0) url("images/top-bg.jpg") no-repeat scroll 0 0 / 100% auto;
    padding-top: 30px;
} */

header.homehead {
background-image: url("images/top-bg.jpg");  
background-attachment: fixed; 
padding-top: 30px;
background-size: cover;
background-position:center center
} 

header.singleplan {
background-image: url("images/top-bg2.jpg");  
background-attachment: fixed; 
padding-top: 30px;
background-size: cover;
background-position:center center
} 

.slide:nth-child(2n) .title {
  margin-left: 0;
  margin-right: auto;
}

.slide:nth-child(2n+1) .title {
  margin-left: auto;
  margin-right: 0;
}

.slide:before {
  background: 50% 50% / cover;
  transform: translateZ(-1px) scale(2);
  z-index:-1; 

}

.singleplan-slide h1 {
    color: #6cb420;
    font-family: roboto;
    font-size: 58px;
    font-weight: bold;
    line-height: 68px;
}

.singleplan-slide h1 span {
    border-bottom: 5px solid white;
    color: white;
}

#inner-header {
    margin-left: auto;
    margin-right: auto;
    max-width: 1040px;
    width: 100%;
}
input, textarea, select, .uneditable-input {
	margin-bottom: 0;
}
.navbar-form, .navbar-search {
	margin: 0 0 9px;
}
.navbar-search{
	padding-left: 0;
}
#s{
	width: 210px;
}
#content{
	padding: 10px 0 0;
}
.more-link{
	white-space: nowrap;
}
.footer-links{
	float: right;
	margin-bottom: 18px;
}
.footer-links .menu{
	list-style-type: none;
	margin-left: 0;
}
.footer-links .menu li{
	float: left;
	margin-left: 10px;
}
/* post styling */
#main p.meta{
	font-style: italic;
	color: #808080;
}
#main article{
	margin-bottom: 18px;
	border-bottom: 1px solid #eeeeee;
	padding: 0 0 9px;
}
.sidebar{
	margin-top: 18px !important;
}
#main article footer{
	border-top: none;
	margin-top: 0;
	padding-top: 0;
	position: relative;
	min-height: 20px;
}
#main article footer a.edit-post{
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}
.post:hover a.edit-post{
	display: inline;
}
p.tags{
	line-height: 20px;
}
div[id*='attachment_']{
	max-width: 100%;
	height: 100%;
}
#credit320{
	background: url('images/320press_mini.png') no-repeat left top transparent;
	padding-left: 20px;
}
#main .hero-unit img{
	margin-bottom: 1em;
}
#main article img{
	height: auto;
	max-width: 100%;
}
img.alignleft{
	margin-right: 10px;
	float: left;
}
img.alignright{
	margin-left: 10px;
	float: right;
}
img.aligncenter{
	display: block;
	margin: 0 auto;
}
.post header img{
	margin-bottom: 18px;
}
.archive #main .post h3{
	line-height: 24px;
	margin-bottom: 10px;
}
video {
	/*max-width: 100%;*/
	height: auto;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-wrapper {
	width: 630px;
	max-width: 100%;
	margin-bottom: 18px;
}
/* page styling */
#featured-carousel .item{
	width: 970px;
	height: 600px;
}
.carousel-caption p{
	display: none;
}
.page-template-page-homepage-php #main article{
	border-bottom: none;
}
.page-template-page-homepage-php .hero-unit,
.blog .hero-unit{
	padding: 1em;
}
.hero-unit h1 {
	font-size: 3em;
}
/* comments */
#comments{
	line-height: 24px;
	margin-bottom: 18px;
}
ol.commentlist,
ol.commentlist ul.children{
	list-style-type: none;
	margin-left: 0;
}
.comment .vcard div{
	margin-top: 8px;
	padding: 0 10px;
}
ol.commentlist time{
	font-size: .8em;
	color: #eeeeee;
}
ol.commentlist div.comment-author{
	position: relative;
}
ol.commentlist a.comment-edit-link{
	color: #ffffff;
	text-decoration: none;
	padding-left: 5px;
}
ol.commentlist span.edit-comment{
	position: absolute;
	right: 0;
	top: 8px;
}
ol.commentlist li.bypostauthor{
	background-color: #dddddd;
}
ol.commentlist ul.children li{
	background-color: #cccccc;
}
ol.commentlist ul.children li ul.children li{
	background-color: #bbbbbb;
}
ol.commentlist ul.children li ul.children li ul.children li{
	background-color: #aaaaaa;
}
ol.commentlist article{
	border-bottom: none !important;
}
a.comment-reply-link{
	position: absolute;
	right: 0;
	bottom: 0;
}
#comment-nav ul{
	list-style-type: none;
	margin: 0;
}
#comment-form-elements{
	list-style-type: none;
	margin: 0;
}
.comment .vcard .avatar{
	padding-right: 0;
}
.comment .vcard .comment-text{
	margin-left: 0;
}
img.avatar{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-left: 1px solid #ddd;
}
ol.commentlist li{
	padding-right: 10px;
	background-color: #F0F0F0;
}
#pings{
	margin-bottom: 9px;
}
ol.pinglist{
	list-style-type: none;
	margin: 0 0 9px 0;
}
#comment{
	width: 270px;
}
ol.commentlist #respond{
	padding: 5px 10px;
}
/* specific post-type styles */
/* image attachment */
.attachment #main .post_content img{
	max-width: 100%;
}
.ie8 #main .media-grid img{
	max-height: none !important;
	max-width: none !important;
}
.attachment-img{
	margin-bottom: 18px;
}
.metadata p.alert-message{
	margin-right: 0;
	margin-bottom: 18px;
}
#gallery-nav{
	list-style-type: none;
	margin-left: 0;
}
li.next a, li.previous a{
	position: relative;
}
li.next a:hover:before{
	content: "\2190";
	position: absolute;
	display: block;
	top: 42%;
	left: 0;
	background-color: #BFBFBF;
	color: #444;
	width: 20px;
	height: 20px;
	padding-left: 5px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
li.previous a:hover:before{
	content: "\2192";
	position: absolute;
	display: block;
	top: 42%;
	right: 0;
	background-color: #BFBFBF;
	color: #444;
	width: 20px;
	height: 20px;
	padding-left: 5px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
/* widget styles */
.widget{
	margin-bottom: 18px;
}
.widgettitle{
	margin-bottom: 9px;
}
#tag-cloud{
	margin-bottom: 18px;
	line-height: 160%;
}
/* for some reason the bs version currently available for download doesn't have this style */
.label{
	text-transform: uppercase;
}
/* override standard link hover for the tag cloud widget */
#tag-cloud a:hover,
.tags a:hover{
	color: #ffffff;
	text-decoration: none;
}
#tag-cloud a{
	white-space: pre;
	text-transform: uppercase;
}
/* change default form padding for search */
.widget_search form{
	padding-left: 0;
}
.widget_search input{
	width: 209px;
}
/* calendar widget */
#calendar_wrap{
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
}
#wp-calendar{
	width: 100%;
}
#wp-calendar caption{
	font-weight: bold;
	padding: 8px;
}
#wp-calendar tr{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#wp-calendar tr:last-child{
	border-bottom: none;
}
#wp-calendar td{
	text-align: center;
	padding: 8px 0;
}
blockquote.pull-left{
	padding-right: 15px;
}
@media only screen and (min-width: 768px) {
	.carousel-caption p{
		display: block;
	}
}
@media only screen and (min-width: 980px) {
	.container-fluid{
		max-width: 970px;
		margin: 0 auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	#inner-footer{
		padding: 0;
	}
	#content{
		padding-left: 0;
		padding-right: 0;
	}
	.topbar-inner{
		padding: 0;
	}
	.topbar form.pull-right {
		float: right;
	}
	.navbar-form, .navbar-search {
		margin-top: 6px;
		margin-bottom: 0;
	}
	.navbar-search{
		padding-left: 0;
	}
	.navbar .brand {
		display: none;
	}
	.sidebar{
		margin-top: 0 !important;
	}
	.widget_search input{
		width: 230px;
	}
	.blog .hero-unit{
		margin-top: 10px;
	}
	.page-template-page-homepage-php .hero-unit,
	.blog .hero-unit{
		padding: 60px;
	}
	.hero-unit h1 {
		font-size: 60px;
	}
	/* hide edit comment button and show on hover on desktop version */
	.edit-comment{
		display: none;
	}
	.vcard:hover .edit-comment{
		display: inline-block;
	}
	#s{
		width: 210px;
		margin-bottom: 6px;
	}
	.widget_search input{
		width: 209px;
	}
	.comment .vcard .comment-text{
		padding-left: 0;
		padding-right: 0;
	}
}
@media only screen and (min-width: 0px) and (max-width: 679px) {
	div.pricer.p3cols {
		width:230px;
		padding:0;
	}
	.pricer.p3cols .col.green {margin:1em auto;display:block;width:230px;}
}
/*pm height fix*/
#pmsplitter {
}
#pmbottompane {
	bottom:0;
}
#pmtoppane {
	width:100%;
}
/* TPE U */
.whitebox {
	background:rgba(255,255,255,0.2);
	padding:15px 30px;
	color:#fff;
}
.unihead .whitebox {
	float:right;
	max-width:	310px;
	margin-top:	190px;
	margin-right:55px;
}
.unihead .whitebox h2 {
	font-size:1.5em;
	line-height:1em;
}
.unihead .whitebox p {
	font-size:12px;
	line-height:1.8em;
	font-weight:normal;
}
.whiteboxcta {
	width:310px;
	padding:15px 30px;
	background:#86bd36;
	display:block;
	border-bottom:6px solid #659a19;
	color:#fff;
	float:right;
	margin-right:55px;
	text-align:center;
	font-size:1.4em;
	text-shadow:2px 2px 2px #333;
}
.whiteboxcta:hover {
	text-decoration:none;
	background:#6fa225;
	color:#fff;
	border-bottom:6px solid #4e7a0f;
}
h3.tpehead {
	text-align:center;
	font-size:2.5em;
	text-transform:uppercase;
	margin-top:1em;
}
p.certstatus {padding: 10px 15px;
display: inline;
text-align: right;
float: right;
background: #8F8F8F;
color: #fff;
display:none}
p.certstatus:after { content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;}
	ul.elective-ul {margin:0 20px 10px 20px}
	ul.course-ul {margin:0 20px 10px 20px}
	li.course-item{
		list-style-type:none;
		background:#fff;
		border:1px solid #ccc;
		box-shadow:0 0 30px #ccc;
		padding:30px;
		margin:0 auto 0px;
		display:block;min-height:175px;
	}
	ul.elective-ul li.course-item {
		margin-bottom:2em;
	}
	.course-title-link {
		font-size:2.5em;
		margin:0 0 .5em;
		display:block;
		color:#000;
		line-height:1.5em;
	}
	.enroll-mask {padding-top:1.5em}
	.enroll-mask a {
		display: block;
		background: #86bd36;
		max-width: 157px;
		max-height: 121px;
		margin: 0 auto;
	}
	.mask-green a { 
		background:#86bd36;
	}
	.course-left {
	}
	li.course-item .row {margin:0}
	.if-sample {
	background: #f7f7f7;
	margin-bottom:40px;
	box-shadow: 0 5px 30px #ccc;
	z-index: -1;
	padding: 20px 0 19px;
	border-bottom: 7px solid #86bd36;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}
.if-sample a {
	color:#000;
}
.nudgebox {margin:0 20px 50px 20px}
.nudge-content {
	background:#2a2a2a;
	padding:30px;
	text-align:center;
}
.nudge-content span {
	display:block;
	color:#fff;
}
.nudge-main {
	font-size:2em;
	line-height:1.6em;
	margin:20px 0;
	padding-top:60px;
}
.nudge-main strong{color:#e6ffc1}
.nudge-content .whiteboxcta {
	float:none;	margin:20px auto;
	width:auto;
	padding-top:20px;
	padding-bottom:@0px;
	max-width:500px;
}
.course h4 {
	display: block;
text-align: center;
font-size: 29px;
background: #F3F3F3;
padding: 25px 0;
border-top: 1px solid #ccc;
border-bottom: 5px solid #ccc;
}
.course-headdesc {padding: 30px 45px;
display: block;
background: rgba(255,255,255,0.2);
margin-bottom: 20px;
color: #fff;
margin-left:30px;
margin-right:30px;
font-size: 16px;
line-height: 1.5em;
}
.course h1.single-title {text-align: center;margin: 20px 0;font-weight: bold;display: block;color:#fff;text-shadow:2px 2px 2px #222;
padding:5px 30px 0;line-height:1.5em;}
.courseboxinner {max-width: 800px;margin: 15px auto;padding: 30px;}
.category-quiz section {
	margin:0 5em
}
.category-quiz header p {
	float:right;
	margin-top:2em;
	margin-right:1em;
	padding:5px 10px;
	background:#000;
	color:#fff;
	display:inline-block;
}
.category-quiz div.page-header {padding-bottom:15px;clear:both;}
.category-quiz header p a {color:#fff}
.category-quiz header {border:0}
.category-quiz div.page-header h1 { text-align:center;border:0}
.watu-question {
	margin-bottom:30px;padding-bottom:10px;border-bottom:1px solid #ccc;
}
.category-quiz .question-content p:first-child {font-size:1.5em;margin-bottom:1em;}
.freetag {background: #2B8B06;
color: #fff;
padding: 3px 9px;
margin-left: 8px;
font-weight: bold;
display: inline-block;}
.blurbox {
	background:url('http://i.imgur.com/4uyXZ2i.jpg') no-repeat center center;
	min-height:220px;
	padding:20px 0 0;
}
.tpe_cert_status {font-weight:bold}
.course-item span.enroll-mask a img {width:100%}
.course-status-indv{color: #fff;
text-align: center;
display: block;
font-size: 1.5em;
letter-spacing: 1px;
border-top: 1px solid #525252;
padding-top: 20px;
background: rgba(255,255,255,0.1);
padding-bottom: 20px;font-weight:bold;}
.unihead {min-height: 628px;background: url('http://i.imgur.com/85Nzt1n.jpg') no-repeat top center;margin: 0 -19px 50px;position:relative;}
.unihead.unihead-member div.memberhide {
	display:none;
}
.unihead.unihead-member {
	margin-bottom:65px;
	background:url('http://i.imgur.com/4uyXZ2i.jpg') no-repeat top center;
	min-height:200px;
}
.unihead div.membershow {display:none}
.nudgebox.unihead-member { display:none}
.unihead.unihead-member div.membershow {
	display:block;
}
.unihead.unihead-member div.membershow img {
	display:block;
	margin:0px auto;
	padding:50px 0;
}
.uniribbon {background:url('http://i.imgur.com/iPQ0MI9.png') no-repeat center center;width:1051px;position: absolute;height:94px;top: 590px;left: -40px;}
.unihow {display:block}
.unifirst {display:none}
.unihead-member .unifirst {display:block}
.uniribbon.unihead-member {
	top:180px;
}
.uniribbon.unihead-member span.unihow{
display:none
}
.courseboxinner.forumpost a {
	display:block;margin-top:.5em;margin-bottom:.5em
}
/* pager */
.cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom: -55px; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #ddd; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #8EC554;}
.cycle-pager > * { cursor: pointer;}
.tpe-slider-button{padding-top:250px;padding-left:420px;text-align:center;margin:0 auto;}
.tpe-mobiletoggle {display:none;}
.courseboxthumb {float:left;margin-right:15px;margin-bottom:10px;width:250px}
.single-format-standard .page-header {text-align:center;margin-bottom:15px}
.single-format-standard h1 {margin-bottom:10px}
p.meta {text-align: center;
font-style: normal;margin-bottom:5px;}
p.meta time {font-weight:bold}
div.theconcepts {background: #F5F5F5;
padding: 20px 30px;
border: 1px solid #ccc;}
.archive h3 {text-align:center}
.archive h1 {text-align:center;margin-bottom:10px}
.archive div.pagination {text-align:center}
/* nchu forum hotfix - 1/13/14 */
div#sfsearchform {display:none}
div.sfsearchblock input[type="radio"] { 
	float:left;
	margin-left:5px;
}
div.sfsearchblock label.sfradio{display:inline-block;padding-left:0;font-size:1em;}
div.sf-hotfix-columnright.sfsearchblock {float:left !important;padding:15px !important;}
#sforum #sfsearchform .sfsearchblock.sf-hotfix-columnright .sfradioblock { border:none}
div.sf-hotfix-columnleft {
	}
	#sforum .sfmessagestrip select.sfquicklinks {padding:6px}
	#searchbarfix {width: 95% !important;
margin: 0 auto !important;
display: block !important;
font-size: 20px !important;
padding: 15px !important;}
.searchbarbox input.sfcontrol{
	width: 100% !important;
font-size: 1.2em !important;
height: 52px;
margin-top: 0 !important;
}
/* nchu DAP fix overrides - 1/5/14 */
@media (max-width: 767px) {
	#stylized label {
		float:none;
		text-align:center;
		width:auto;
	}
	.dap_direct_signup_form {
		width:auto;
	}
	#stylized input {width:80%;display:block;margin:0 auto;float:none}
	#stylized button {float: none;
	margin: 25px auto 10px;
	display: block;}
}
.category-podcasts  .page-header {
	border:0
}
#podcast-current-title em {
	display:inline-block;
	background:#7b0909;
	padding:10px 20px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	margin:0 auto;
}
#podcast-current-title {text-align:center;margin-bottom:-1em;}
#podcast-feature-container {
	max-width:90%;
	margin:0 auto;
}
#podcast-feature-container div#first-post {background:#191919;color:#fff;border:0;padding:30px 50px}
#archive-title {
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:2em
}
ul.podcast-archives {
	margin: 0 auto;
	max-width: 90%;
	text-align: center;
}
ul.podcast-archives li {
	padding:10px 0;}
ul.podcast-archives li a {
	color:#fff;
	font-size:1.3em;
}
.podcasts-page-description {
	color:#fff;
	max-width:70%;
	margin:0 auto;
}
.podcasts-page-description h2 {
	font-size:2em;
	margin-bottom:0;
	margin-top:1em;
}
#podcast-feature-container p.description strong, #podcast-feature-container p.date, #podcast-feature-container p.artist {
	display:none;
}
#podcast-feature-container p.description {
	text-align:center;
}
/* tpe mobile styles */
@media (max-width: 767px) {
	.tpe-slider-button {
		padding-left:0;
	}
		/*tpe u main*/
		.tpe-mobiletoggle {text-align:center;padding-top:30px;display:block;}
		.tpe-mobiletoggle img, div.blurbox img {max-width:100%;margin:0 30px;}
		.unihead.unihead-member div.tpe-mobiletoggle {display:none}
		.page-template-page-university-home-php .body-bg {margin:-20px;}
		span.course-status-indv a {color:#DCFFBA}
	.unihead {background:url('http://i.imgur.com/4uyXZ2i.jpg') no-repeat top center;min-height:100%;padding-bottom:35px;margin-bottom:-20px;}
	.unihead.unihead-member {margin-bottom:0;padding-bottom:40px;min-height:100%}
.unihead.unihead-member div.membershow img {
	padding:50px 0 0;
}
	.unihead.unihead-member div.membershow {padding:0 40px}
	.uniribbon.unihead-member {background: #000;padding: 27px 0;margin-top:-25px;}
	.unihead .whitebox {
		float:none;
		max-width: 100%;
		margin:30px 50px 0;
	}
	.whiteboxcta {
		width:auto;
		float:none;
		margin:0 50px;
	}
	.uniribbon {position: static;width: auto;top: 0;left: 0;}
	.nudge-header img {max-width:85% !important}
	.nudge-main {padding-top:0;margin-top:0}
	.nudge-ctafix {line-height:1.3em}
	span.if-sample {padding:25px}
	span.course-left .course-title-link {text-align:center}
	/*individual course page*/
	.courseboxinner h3 {text-align:center}
	.courseboxinner .courseboxthumb {
		border:1px solid #ccc;
		float:none;
		width:100%;
	}
	.single-course .body-bg {margin:-20px}
	.single-course div#content {padding:0}
	.mobresize {
		padding:0 30px;
	}
}
/*1-8-14 n.c. newsletter-home*/
.newsletterbox-home {
	margin:0 auto;
	width:970px;
	padding: 30px 0 15px;
}
.newsletterbox-home-wrapper {
	max-width:960px;
	margin:0 auto;
}
#e2ma_signup_form {background: #383838;
padding: 20px 0 0px;
font-weight: bold;
border: 1px solid #5E5E5E;margin-bottom:30px;
text-align:center;}
.e2ma_signup_form_label {
font-size: 1.2em;
margin-bottom: 6px;
color: #D5D5D5;
}
.e2ma_signup_form_element {
margin-bottom: 5px;
}input:focus {outline: none; }
.e2ma_signup_form_required_footnote {display:none}
#e2ma_signup {margin-bottom:0}
#e2ma_signup_submit_button {
padding: 10px 0;
display: inline-block;
text-align: center;
background: #e03636;
color: #fff;
font-size: 1em;
letter-spacing: 1px;
width: 100%;
margin: 8px auto 0;
border: 0;
margin-bottom:-20px;
text-transform: uppercase;}
#e2ma_signup_reset_button {display:none}
.page-id-15308 div.page-header h1 {text-align:center}
.pricer .col:after {
height:0 !important;
display:none !important
	}
	.page-id-11930 h1 {text-align:center;font-weight:bold;color: #FFF;text-shadow: 1px 1px 3px #000;margin-top: 1.2em;}
	.page-id-11930 div.page-header {border-bottom: 0px solid #EEE;}
	.page-id-11930 .container-fluid {background:url('http://i.imgur.com/sKHbX5t.png') repeat center center}
	#editorial-table {
		width:80%;
		margin:0 auto;
		background:#fff;
	box-shadow: 0 0 55px #000;
	}
	th {padding: 10px;
background: #3F3F3F;border-bottom: 5px solid #7BAC4B;}
	th a {color:#fff}
	th a:hover {color:#ccc}
		tr td {
			padding: 15px 15px;
			text-align: center;
		}
		tr.tableeven {background:#F1F1F1;}
		tr.tableodd, tr.tableeven {border-bottom:1px solid #ccc}
			tr.tableodd:last-child{border-bottom:0;border-top:1px solid #ccc}
			.date-col {
				font-weight: bold;
				}
				#podcast-feature-container h3 a{ 
					color:#fff
				}
				#podcast-feature-container div.episode h3 {display:none}
				.episode-comments {
				padding: 15px 25px;
				background: #242424;
				text-align: right;
				}
				.episode-comments a {
					font-weight:bold;
					color:#fff;
				}
				.episode-comments a:hover {
					color:#693;
					text-decoration:none;
				}
/* new comment styles */
.commentslist li {
	border: 0px solid #494949 !important;
	padding: 0;
}
.borderc1 .commenthead, .borderc2 .commenthead {
	background: #494949;
	padding: 15px 20px;
	font-size: 1.2em;
	color: #FFF;
}
.commenthead span {
	font-weight:bold;
	color:#E5FF80
}
.commentslist .borderc1 .body, .commentslist .borderc2 .body {
	padding:20px 30px;
	margin:0;
	background: #F3F3F3;
border: 1px solid #E2E2E2;
}
.commentslist .borderc1 .body p, .commentslist .borderc2 .body p {
margin: 0;
}
.commentslist .ratingblock {
margin-top:1em;
}
.commentslist .ratingstars {margin-bottom: .5em;}
li ul .borderc1 .commenthead, li ul .borderc2 .commenthead {
	background: #707070;
}
.borderc1 .meta, .borderc2 .meta {
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 1em 0;
}
.borderc1 .meta a, .borderc2 .meta a {
	padding: 0 5px;
}
.borderc1 .commenthead a:visited, .borderc2 .commenthead a:visited{
	color:#fff;
}
body.single-post h3 {
	text-align:center
}
textarea#comment {
	margin:10px 0;
	width:100%;
}
.podcast-single-style h1 {background: #383838;
color: #FFF;
font-size: 1.7em;
padding: 15px 30px;
margin: 0;}
.podcast-single-style div.page-header {margin-top:1em;margin-bottom:0;padding-bottom:0;}
.podcast-single-style .episode h3 {
	display:none;
}
.podcast-single-style #main  p.meta {background: #808080;
padding: 5px 0;
color: #FFF;margin-bottom:1em;}
.sections {display:none}
.sections:first-child{display:block}
.stop-item {
	padding: 20px 50px;
background: #0E0E0E;
margin:2em 0;
}
.stop-item h4 {margin-top:0;}
#content.stop-go h1{
	text-align:center;
	color:#fff
}
#content.stop-go .page-header {
	padding:20px;
	background: #222;
	border-bottom: 5px solid #693;
	margin-top:0;
	margin-bottom:15px;
}
#content.stop-go header {margin: 0 -20px;box-shadow: 0px 5px 30px -8px #ccc;}
div#content.stop-go {padding-top:0}
#content.stop-go #main p.meta {
	background: #3A3A3A;
	margin-bottom: 0;
	padding: 9px 0 7px;
	color: #FFF;
	font-style:normal;
}
#stopfilterstrap {
	background: #0E0E0E;
	border-radius: 5px;
	padding: 10px;
	margin-left: -10px;
}
.stopfilter {
	margin: 0 0 2em;
	padding: 20px 40px;
}
.stopfilter select {
	width:100%;
}
.stopfilter input[type=submit] {
	background: #81BB45!important;
	color: #fff;
	border: 0;
	padding: 5px 10px;
	border-radius: 5px;
	width: 100%;
}
.stopfilter .stop-item .btn-custom {
	color:#fff;margin-top:5px;
}
.stopfilter .conceptbar {
	display:block;
	margin-bottom:.5em;
}
.single-stop-and-go #jwplayer-0_wrapper {
	margin-top:15px;
}
p.authorname {
	text-align: center;
margin-top: .7em;
color: #CACACA;
font-size: 24px;
}
#postdescription {
}
#postdescription p {
	margin-bottom:0;
}
.videobar {
	margin:1em 0 1.3em;
}
.videobar div.span6{
	padding:18px 20px 15px;
	border-left: 3px solid #693;
background: #F5F5F5;
border-bottom: 1px dashed #E0E0E0;
border-top: 1px dashed #E0E0E0;
}
.videobar .ratingblock, .videobar .ratingtext {
	margin-bottom:0;
	padding-bottom:0;
}
.hreview-aggregate .item .fn {
	font-weight:bold;
}
#content.stop-go h3 {text-align:center}
#content.stop-go h4 {margin-top:0;float:left;}
#content.stop-go h4 + a {margin-left:.7em;}
.downloadbox a.downloadit {
	padding:0 10px; 
	border-right:1px dashed #ccc;
}
.downloadbox a.downloadit:first-child {
	padding-left:0;
}
.downloadbox a.downloadit:last-child {
	border-right:0;
	padding-right:0;
}
#stopgocontainer {
	margin:0 -20px;
	background:url('//s3.amazonaws.com/pixel.tournamentpokeredge.com/offload/stopandgo24.jpg') no-repeat top center #000;
	min-height:1000px;
}
#stopgocontainer div#content {padding-top:0}
#stopgocontainer div.page-header {border:0;margin-top:0;
	background: rgba(255, 255, 255, 0.2);margin-bottom:0;
	padding: 45px 50px 50px 50px;text-align:center;}
#stopgocontainer h1 {
	color:#fff;
	text-align:center;
	font-family: 'Josefin Slab', serif;
	font-weight:bold;
	border:0;
	text-transform:uppercase;	
	text-shadow: 1px 1px 3px #000;
	font-size: 6em;
	letter-spacing: 3px;
	margin: 0;
	line-height:1em;
}
#stopgocontainer h3 {
	font-size: 12px;
	color: #FFF;
	letter-spacing: 2px;
	font-family: Georgia, serif;
	font-weight: normal;
	text-shadow: 1px 1px 2px #000;
	text-align: center;
	margin-top: 1.5em;
	border-top: 1px dashed #CCC;
	padding-top: 2em;
	display: inline-block;
	line-height:1em;
}
#stopgo-first h4{
	color:#fff;
	margin-bottom:.2em;
	margin-top:1em;
}
#stopgo-first h4 a {color:#fff;line-height:1.5em}
#stopgo-first {
	color:#fff;
	background: #2B2B2B;
	margin-left: 20px;
	margin-right: 20px;
	padding: 10px 20px 0;
	margin-top: -30px;
	box-shadow: 0 0 55px #000;
}
#stopgo-first .span5 {
padding: 20px;
margin-top: .8em;
}
.stopgo-meta {
	margin-bottom:1em;
	color:#999;
	font-size:.9em;
	display:block;
	padding-bottom:1em;
	border-bottom:1px dashed #575757;
}
#discussionlink {
	margin-left:0px;padding:10px 20px;display:block;text-align:center;background:#73A73C;color:#fff;font-size:1.4em;letter-spacing:1px;margin-top:.4em;
}
#stopgo-first .conceptbar {
	display:block;
	margin-top:1.5em;
	font-size:.9em;padding: 10px 20px;
background: #1B1B1B;text-align:center;
}
#stopgo-first .conceptbar strong {
	text-align:center;
}
.noaccess {
	background-color: #FFFAAF;
	margin:10px 0px 10px 0px;
	padding: 10px;
}
#stopgo-first div.noaccess {
	color:#fff;
	background-color: transparent;
	text-align:center;
}
#sngdownload {
	color: #fff;
	text-align: center;
	display: block;
	margin-top: 1em;
	background: #3C3C3C;
	padding: 5px 0;
	border-radius: 3px;
}
#sngdownload:hover {
	text-decoration:none;
	background:#444;
}
/* rb */
.rakeback-container {
	margin:20px 0;
	text-align:center;
}
.rakeback-container > div {
	background:#f1f1f1;
	border:1px solid #ccc;
	border-radius:5px;
	padding:15px 20px;
}
.rakeback-container img {
	width:100%;
}
.rakeback-container h2 {
	font-size: 1.3em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom:0;
}
.rakeback-container span.rb-amount {
	text-align: center;
	display: block;
	font-weight: bold;
	font-size: 1.2em;
	background: #696969;
	color: #fff;
	padding: 10px 0;
	margin-bottom:1.5em;
}
.rakeback-container h3 {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	margin-top: 20px;
}
.rakeback-container a.btn {
	padding:15px 20px;
	display:inline-block;
	text-align:center;
	background:#73A73C;
	color:#fff;
	font-size:1.4em;
	letter-spacing:1px;
}
.parent-pageid-16698 h1 {
	text-align:center;
}
.parent-pageid-16698 h2, .parent-pageid-16698 h3 {
	text-align:center;
}
.parent-pageid-16698 h2 a {
	padding: 15px 20px;
	display: inline-block;
	text-align: center;
	background: #e03636;
	color: #fff !important;
	font-size: .8em !important;
	letter-spacing: 1px;
	line-height: 20px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	border: 1px solid #bbbbbb;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	margin-bottom:.7em;
}
.parent-pageid-16698 h2 a:hover {
	text-decoration:none;
}
.parent-pageid-16698 th {
	color:#fff !important;
}
.parent-pageid-16698 tr td {
	border-bottom:1px solid #ccc;
}
.parent-pageid-16698 table {
	width:100%;
}
.parent-pageid-16698 section {
	padding:0 35px;
}
.error404 #main {
	margin-top:3em;
	text-align:center;
}
.error404 header h1 {
	text-align:center;
	margin-bottom:.3em;
}
.error404 article section.post_content p {
	font-size:1.2em;
}
@media (min-width: 360px) and (max-width: 430px ) {
#sforum .sfforumtable .sfrowstatus td.sfrowpages{min-width: 10px !important;}
#sforum .sfforumtable .sfrowpages a{font-size: 60% !important; padding: 0px !important;}
#sforum .sfforumtable td a{  font-size: 94% !important;}
#sforum .sfforumtable .sfcounts{  font-size: 11px !important;}
#sforum .sfforumtable th{font-size: 70% !important;}
#sforum .sfforumtable td a{  font-size: 75% !important;}
#sforum .sfforumtable .sfrowstatus{ float: left !important;}
}
.videolist .yasr-visitor-votes .yasr-total-average-container {
	display: block;
}
.yasr-dashicons-visitor-stats {
	display: none !important;
}
.premium-video-left {
	max-width: 170px;
}
.page-template-forum {
    font-size: 15px;
}
#spProfileMenu-account-settings {display: none}