/*
 * Version: 2.1
 * File Description: Place here your custom CSS styles
 */
 
section p, section blockquote, section ul, section ol { font-size: 16pt; color: black; }
.section p, .section blockquote, .section ul, .section ol { font-size: 16pt; color: black; }

@media  screen and (max-width: 480px) {
	section p, section blockquote, section ul, section ol { font-size: 14pt; color: black; }
	.section p, .section blockquote, .section ul, .section ol { font-size: 14pt; color: black; }
}

.highlight { background-color: yellow; }
.ec { color: #363636; }
.minisched { margin-left: 15px; padding: 3px; padding-left: 15px; border: 1px solid #e2e2e2; background-color: #e7e7e7; }
.SaleBox { background-color: #EAF9FF; border: 3px dashed DarkBlue; padding: 10px; border-radius: 15px; }
.SaleBox .minisched, .SaleBox table, .SaleBox tr, .SaleBox td, .SaleBox tbody { border: 0px !important; background-color: transparent !important; }
.SaleBox img { clear: none; display: inline !important; }
.NewsletterBox { background-color: #EAF9FF; border: 3px dashed DarkBlue; padding: 10px; border-radius: 15px; }
/*.NewsletterBox { background-color: #FFC; border: 3px dashed #C00; padding: 10px; border-radius: 15px; }*/
.key { float: left; clear: both; width: 22.72727272727273%; text-align: right; padding-right: 5px; margin-bottom: 15px; } /*150p*/
.value { float: left; width: 75.75757575757576%; margin-bottom: 15px; }	 /*500px*/
.value input { width: 50%; }			
.CheckoutInput { width: 100%; border: 1px solid DarkGray; box-shadow: 2px 2px 2px rgba(0,0,0,0.15); display: block; font-size: 14pt; height: 50px; margin-bottom: 10px; border-radius: 5px; padding: 3px; padding-left: 5px; }
.ImgRight { float: right; margin-left: 15px; margin-bottom: 15pt; border: 2px solid black; }
.ImgLeft { float: left; margin-right: 15px; margin-bottom: 15pt; border: 2px solid black; }
ul.GreenStar {
	list-style-type: none;
}
ul.GreenStar li {
	margin-bottom: 5px;
	background-color: transparent;
	padding: 4px;
	font-size: 0.9166666666666667em;
	color: #232323;
	background-image: url(/images/green-star.gif);
	background-repeat: no-repeat;
	background-position: 8px 4px;
	padding-left: 32px;
}
ul.BlueStar {
	list-style-type: none;
}
ul.BlueStar li {
	margin-bottom: 5px;
	background-color: transparent;
	padding: 4px;
	font-size: 0.9166666666666667em;
	color: #232323;
	background-image: url(/images/blue-star.gif);
	background-repeat: no-repeat;
	background-position: 8px 4px;
	padding-left: 32px;
}
.guarantee {background-color: #FFC; padding: 10px !important; border: medium double #F00;}
.guarantee h1, .calloutblue h1 {border: 0px solid #FFC !important; text-align: center; font-size: 1.333333333333333em !important;}
.guarantee p, .calloutblue p {padding-left: 5px; padding-right: 5px;}

.callout {
	margin: 50px 0px 50px 0px;
 	padding: 0 15px 0 15px !important;  	
  	background: #FAFAFA no-repeat 5px 10px !important; 
	border: 1px solid #CCCCCC; 
	border-left: 5px solid #000066;  
	font-weight: bold; 
	max-width: 100%;
	font-size: 16pt;
}
.calloutred {border: 2px dashed #dd3300; margin: 40px; padding: 10px; background-color: #FFC;}
.calloutgreen {border: 2px dashed #dd3300; margin: 40px; padding: 10px; background-color: #FFC;}
.calloutblue {border: 2px dashed #006699; margin-left: 40px; margin-right: 40px; margin-bottom: 10px; padding: 10px !important; background-color: #EDF9FC;}
.OptinDownloadButton
{
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #20538D;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	background: #09C; /*#C60; #FC0; #4479BA;*/
	color: #FFF;
	padding: 8px 12px;
	text-decoration: none;
	width: 94.09090909090909%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.166666666666667em;
	text-align: center;
	font-weight: bold;
	text-shadow: rgba(0,0,0,.20) 1px 1px 2px;
}
ul.FlipClock {
	display: block;
	width: 560px;
	margin: 0px auto;
	padding: 0;
}
ul.FlipClock li {
	color: #FFFCE8;
	list-style: none;
	margin: 0;
	padding: 0;
	font: bold 80px "LeagueGothicRegular";
	display: inline-block;
	float: left;
	background: url(/images/flip-clock.png) no-repeat;
	width: 140px;
	height: 143px;
	text-align: center;
	line-height: 1.8;
	text-shadow: 0px -2px 0px #000;
}
.FlipClockLabels div {
	font: bold 40px LeagueGothicRegular;
	width: 140px;
	text-align: center;
	float: left;	
}

#CheckoutMobile { display: none; }
.CheckoutFields { width: 100%; max-width: 100%; }
.CheckoutFields div.key { text-align: left; width: 185px; clear: both; }
.CheckoutFields div.value { width: 435px; clear: both; }
.CheckoutFields div.value input { width: 230px; }
li.doc {list-style-image: url("/membersonly/img/doc.jpg")}
li.xls {list-style-image: url("/membersonly/img/xls.jpg")}
li.ppt {list-style-image: url("/membersonly/img/ppt.jpg")}
li.pdf {list-style-image: url("/membersonly/img/pdf.jpg")}
li.exe {list-style-image: url("/membersonly/img/exe.jpg")}
li.film {list-style-image: url("/membersonly/img/film.png")}
li.video {list-style-image: url("/membersonly/img/video.png")}
li.net {list-style-image: url("/membersonly/img/net.png")}
li.bonus {list-style-image: url("/membersonly/img/bonus.png")}
li.audio {list-style-image: url("/membersonly/img/audio.png")}
li.zip {list-style-image: url("/membersonly/img/zip.png")}
li.locked {list-style-image: url("/membersonly/img/lock.png")}

#dc_breadcrumb-4 { font-size: 12pt; }

.EventRadios tbody {background-color: transparent !important; }

blockquote {
	margin: 50px 20px 50px 20px;
	border-left: 5px solid #72A545;
	/*font-weight: bold;*/
	border-style: solid;
	border-width: 1px 1px 1px 5px;
	border-color: #CCCCCC #CCCCCC #CCCCCC #06C;
}

h4 { font-weight: bold; }

.HeaderBanner { width: 656px; margin-left: auto; margin-right: auto; margin-bottom: 35px; font-size: 1.4em }


.clr { float: none; clear: both; display: block; }

hr { border-top: 2px solid DarkGray !important; box-shadow: 2px 2px 4px rgba(0,0,0,0.15); margin-top: 25px; margin-bottom: 25px; }


.MoreInfoEventLink { float: right; }

@media screen and (max-width: 480px) {

	.content .mainbar {
		float: none;
		width: 100%;	
	}
	.content .mainbar img {
		max-width: 100%;	
		height: auto;
	}
	.content .mainbar iframe {
		max-width: 100%;	
		height: auto;
		overflow: hidden;
	}
	.content .mainbar #myScroll {
		width: 360px !important;	
	}
	.content .mainbar.nonav {
		 width: 360px;
	}
	.content .mainbar #myScroll .scrollEl {
		width: 330px !important;	
	}
	.content .mainbar h1.HeaderBanner {
		 background-size: contain;
		 margin-bottom: 0px;
		 height: 100px !important;	
	}
	.content .mainbar h1.HeaderBanner + h1, .content .mainbar h1.HeaderBanner + h2 {
		margin-top: 0px;	
	}
	.PassportButton { 
		width: 320px !important;
	}
	.SaleBox input[type=image] {
		max-width: 345px;
		height: auto;	
	}
	.SaleBox img, .SaleBox div, .SaleBox p {
		max-width: 100%;	
	}
	.content .sidebar {
		padding:0;
		float:none;
		clear: both;
		width: 100% !important;
	}
	#easyhtml5video {
		max-width: 345px;
		height: auto !important;
	}
	
	ul.FlipClock {
		width: 345px;
	}
	ul.FlipClock li {
		padding-top: 15px !important;
		font: bold 42px "LeagueGothicRegular" !important;
		background-size: contain !important;
		width: 80px !important;
		height: 83px !important;
		line-height: 1.8;
		text-shadow: 0px -2px 0px #000;
		margin-bottom: 0px !important;
	}			
	ul.FlipClock+br+div>div {
		margin-top: 0px !important;
		font: bold 24px LeagueGothicRegular !important;
		width: 82px !important;
	}
	.slider {
		display: none;
	}
	.livechat_button
	{
		width: 280px;
		margin-left: auto;
		margin-right: auto;
	}
	.pod {
	 font-size: 1em !important;
	}
	.motd { 
		display: none;
	}
	.menu_and_search{
		margin-top: 25px;
	}	
	.menu_nav ul {
		margin-left: 15px;
	}
	.mobile_remove{
		display: none;	
	}
	.mobile_show {
		display: block;	
	}
	
	video {
		max-width: 100%;
		height: auto;	
	}
	
	#CheckoutTable { display: none; }
	#CheckoutMobile { display: block !important; }
	.CheckoutFields div.key { width: 337px; clear: both; }
	.CheckoutFields div.value { max-width: 100%; clear: both; }
	.CheckoutFields div.value input { font-size: 18pt;  width: 320px; }
	.CheckoutFields div.value select { font-size: 18pt;  width: 320px; }
	
	.HeaderBanner { width: 100% !important; background-size: contain; height: 103px !important; }
	.HeaderBanner+h1 { text-align: center; }
	.HeaderBanner+h2 { text-align: center; }
	.HeaderBanner+h1+h2 { text-align: center; }
	
	.MoreInfoEventLink { float: none; }
}

label {
	color: rgba(66,66,66,1.00);	
}

.form-control {
	border-color: rgba(80,80,80,1.00);	
}

.debugbox { border: 1px solid purple !important; }

.flexigrid table { border-collapse: separate !important; }

.icon-invisible { visibility: hidden; }

.social-likes {
    justify-content: center;
}

.social-likes-btn-square {
	border-radius: 0px !important;	
	
	font-family: Helvetica Neue,Arial,sans-serif;
	font-size: .95em;
	height: 27.05px;
	margin: 7px 0 0 6px;
	padding: 2px 15px;
}


/**
Services
*/
.services{
	padding: 50px;
	margin-top: 20px;
}
.services .title{
	display: block;
	font-size: 20px;
}
.services .sub-title{
	font-size: 20px;
	font-weight: bold;
}
.services a{
	color: black;
	text-decoration: none;
}
.services a:hover{
	color: #0b30a1;
}

@media (max-width: 30em) {
	.services .col-sm{
		margin-top: 20px;
	}
}


/**
Schedule
*/
.view-icons{
	float: right;
	list-style-type: none;
}
.view-icons li{
	display: inline-block;
}
.view-icons li img{
	filter: opacity(50%);
}
.view-icons li img:hover{
	filter: opacity(100%);
	cursor: pointer;
}
.view-icons li.active img{
	filter: opacity(100%);
}



.schedule{
	background-color: auto; /*#fafafa;*/
	margin-top: 20px;
}
.schedule .lists{
	padding: 0px 30px;
}
.schedule .list{
	padding: 0 50px;
	background-color: white;
	margin-top: 40px;
	border: 1px solid #c0d5e8;
	position: relative;
}
.schedule .list .date{
	background-color: #0b30a1;
	color: white;
	font-weight: bold;
	padding: 5px 30px;
	position: absolute;
	left: 0;
	margin-top: -20px;
}
.schedule .list .note{
	font-weight: bold;
	color: red;
}
.schedule .list table{
	margin-top: 30px;
}
.schedule .list table tr td{
	padding: 5px;
	vertical-align: top;
}
.schedule .list table tr:not(:last-child){
	border-bottom: 1px solid #d7d7d7;
}
.schedule .list table tr:not(:first-child) td{
	padding-top: 20px;
}

.schedule .list .read-more{
	background-color: #0b30a1;
	border: 1px solid #0b30a1;
	color: white;
	padding: 5px 10px;
	display: block;
}
.schedule .list .read-more:hover{
	color: white;
	background-color: #0d3ccd;
	text-decoration: none;
}

.scheduleEventEntry, .scheduleEventEntry div, .scheduleEventEntry div div, .scheduleEventEntry div p { font-size: 12pt; }

.fsize12 { font-size: 12pt; }
.fsize14 { font-size: 14pt; }
.fsize16 { font-size: 16pt; }
.fsize18 { font-size: 18pt; }
.fsize21 { font-size: 21pt; }
.fsize24 { font-size: 24pt; }
.fsize32 { font-size: 32pt; }
.fsize48 { font-size: 48pt; }

.sc {
	font-weight: bold;
	color: transparent !important;
	text-shadow: 0px 0px 2px rgba(0,0,0,.0075);
	user-select: none;
}
.sc12 {
font-weight: bold;
color: transparent !important;
text-shadow: 0px 0px 2px rgba(0,0,0,.0075);
user-select: none;
font-size: 12pt !important;
}

.sc14 {
font-weight: bold;
color: transparent !important;
text-shadow: 0px 0px 3px rgba(0,0,0,.0075);
user-select: none;
font-size: 14pt !important;
}

.sc16 {
font-weight: bold;
color: transparent !important;
text-shadow: 0px 0px 3px rgba(0,0,0,.0075);
user-select: none;
font-size: 16pt !important;
}

.sc18 {
font-weight: bold;
color: transparent !important;
text-shadow: 0px 0px 4px rgba(0,0,0,.0075);
user-select: none;
font-size: 18pt !important;
}

.sc21 {
font-weight: bold;
color: transparent !important;
text-shadow: 0px 0px 4px rgba(0,0,0,.01);
user-select: none;
font-size: 21pt !important;
}

.Trajan {
	font-family: trajan-pro-3,Cinzel,"Times New Roman", Times,serif;
	font-weight: 400;
	font-style: normal;
}

.TrajanBold{
	font-family: trajan-pro-3,Cinzel,"Times New Roman", Times,serif;
	font-weight: 700;
	font-style: normal;
}

.TD-Gradient-DarkBlue {
	-webkit-text-stroke: 0.5px DarkBlue;
	background-color: #103d76;
	background-image: linear-gradient(0deg, #1b5fab, #00318F);
	background-size: 100%;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-webkit-text-fill-color: transparent; 
	-moz-text-fill-color: transparent;
}

.TD-Gradient-LightBlue {
	-webkit-text-stroke: 0.5px #0000C0;
	background-color: #42aee0;
	background-image: linear-gradient(315deg, #1e60ad, #4bc8ef);
	background-size: 100%;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-webkit-text-fill-color: transparent; 
	-moz-text-fill-color: transparent;
}

.TD-Gradient-Green {
	-webkit-text-stroke: 0.5px DarkGreen;
	background-color: #4dad48;
	background-image: linear-gradient(180deg, #4dad48, #1d652a);
	background-size: 100%;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-webkit-text-fill-color: transparent; 
	-moz-text-fill-color: transparent;
}


@media (max-width: 30em) {
	.schedule{
		padding: 10px;
		padding-bottom: 40px;
	}
	.schedule .lists{
		padding: 0px;
	}
	.schedule table tr td{
		display: block;
	}
	.schedule table tr td:last-child{
		padding-bottom: 40px;
		text-align: center;
	}
}


