@import url(https://fonts.googleapis.com/css?family=Montserrat:400,600);
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700');

/* @font-face {
    font-family: 'open_sans_condensedbold';
    src: url('../fonts/OpenSans-CondBold-webfont.eot');
    src: url('../fonts/OpenSans-CondBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-CondBold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-CondBold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-CondBold-webfont.svg#open_sans_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
} */

.desktop 	{
	display: inline-block;
	visibility: visible;
	}
.mobile	{
	display: none!important;
	visibility: hidden;
	}
	
/*html5 display rule*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, section, summary, .hiddenInfo {
	display: block;
	}
*:focus {
    outline: none;
   }   
   
::-webkit-scrollbar {
	width: 12px;
}
::-webkit-scrollbar-button {
	width: 12px;
	height:1px;
}
::-webkit-scrollbar-track {
	background: #eee;
	border: 1px solid #ccc;
	box-shadow: 0px 0px 6px #dfdfdf inset;
	border-radius: 12px;
}
::-webkit-scrollbar-thumb {
	background:#ccc;
	border: 1px solid #999;
	border-radius: 12px;
	box-shadow: 0px 0px 4px #fff inset;
}
::-webkit-scrollbar-thumb:hover {
	background: #5f2347;
	box-shadow: 0px 0px 6px #dfdfdf inset;
}
/* Mozilla based browsers */
::-moz-selection {
	background-color: #5F2347;
	color: #fff;
}
/* Works in Safari */
::selection {
	background-color: #5F2347;
	color: #fff;
}

img	{
	max-width: 100%!important;
	height: auto;
	}
body	{
	margin: 0 auto;
	padding: 0;
	position: relative;
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #333;
	height: 100%;
	/* letter-spacing: .5px; */
	}
	
body.newsletter.twentytwo	{
	font-size: 1em;
	}
	
.os	{
	font-family: 'open_sans_condensedbold', 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	}
a:link, a:visited	{
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	 transition:.5s;
	 color: #5f2347;
	 text-decoration: none;
	 }
a:hover	{
	 -webkit-transition: all .5s ease-in-out;
	 color: #666;
	 }
a.cta:after	{
	font-family: FontAwesome;
	content: "\f105";
	margin: 0 0 0 5px;
	}
.ruleStar	{
	position: relative;
	z-index: 1;
	padding: 0;
	margin: 20px 0;
	border-bottom: 1px solid #5F2347;
	background: none!important;
	}	
.ruleStar:after	{
	position: absolute;
	margin-left: -10px;
	z-index: 2;
	left: 50%;
	top: -11px;
	font-size: 17px;
	color: #5F2347;
	background: #fff!important;
	padding: 0 5px;
	font-family: FontAwesome;
	content: "\f005";
	/* border: 1px solid #5F2347; */
	border-radius: 50%;
	width: 28px;
	height: 28px;
	text-align: center;
	}
.ruleStar.circle.rev:after	{
	position: absolute;
	margin-left: -10px;
	z-index: 2;
	left: 50%;
	top: -13px;
	font-size: 166x;
	color: #5F2347;
	background: #fff!important;
	padding: 2px 5px 8px 5px;
	font-family: FontAwesome;
	content: "\f005";
	border: 1px solid #5F2347;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	text-align: center;
	}

.turboLines 	{
	text-align: center;
	margin: 20px 0;
	position: relative;
	}
.turboLines b:after	{
	position: relative;
	/* content: "\f005"; *//* star */
	content: "\f069";/* asterisk */
	font-family: FontAwesome;
	font-size: 19px;
	color: #bbb3be;
	top: 2px;
	}
	
.gridThreeFourth ul, .gridThreeFourth ol, .quote ul	{
	margin:  0 15px 20px;
	padding: 0;
	}
.gridThreeFourth ul li, .gridThreeFourth ol li, .quote ul li	{
	margin: 0 0 3px 0;
	padding: 0;
	}
img.border	{
	border: 1px solid #ddd!important;
	}
.framed img, img.bordered, .bordered	{
	box-shadow: 5px 5px 0 0 #ddd;
	margin-bottom: 5px;
	border: 1px solid #ccc!important;
	}
img.bordered	{
	box-shadow: 5px 5px 0 0 #cdcdcd;
	margin-bottom: 5px;
	border: 1px solid #ccc!important;
	}
.borderedSmall	{
	box-shadow: 3px 3px 0 0 #bbb;
	margin-bottom: 5px;
	border: 1px solid #bbb!important;
	}
.bordered.dark	{
	box-shadow: 5px 5px 0 0 #bbb;
	border: 1px solid #bbb!important;
	}
.borderedWhite.dark	{
	box-shadow: 5px 5px 0 0 #bbb!important;
	border: 1px solid #fff!important;
	}
.imageShadowHard	{
	filter: drop-shadow(3px 3px 0 rgba(0,0,0,.25));
	}
.imageShadowSoft	{
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,.50));
	}	
img.oneHundred	{
	width: 100%;
	height: auto;
	}
.shapeOutside	{  
  shape-outside: circle(50%);
	}
table.zebra	{
	border-collapse: collapse;
	}
table.zebra	td, table.zebra th	{
	padding: 5px;
	}	
table.zebra th	{
	border: 1px solid #5F2347;
	background: #5F2347;
	color: #fff;
	}	
table.zebra tr	{
	border: 1px solid #BDB5C0;
	background: #f9f9f9;
	}
ul.zebra	{
	list-style: none;
	margin: 0;
	padding: 0;
	background: #f0f0f0;
	border: 1px solid #E0DADB;
	}
ul.zebra li	{
	padding: 5px;
	margin: 0;
	list-style: none;
	position: relative;
	}
ul.zebra li.stripe	{
	padding: 5px;
	background: #E0DADB;
	}	
ul.zebra h3	{
	margin: 0;
	font-family: 'open_sans_condensedbold', 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 24px;
	background: #5F2347;
	color: #fff;
	text-shadow: 1px 1px 1px #333;
	padding: 5px 5px 5px 40px;
	border-bottom: 1px solid #BDB5C0;
	cursor: pointer;
	}
ul.zebra h3:hover, ul.zebra li.tcYear:hover:after, ul.zebra li.tcYear.on:hover:after	{
	color: #BDB5C0;
	}		
ul.zebra li.tcYear	{
	padding: 0;
	position: relative;
	}
ul.zebra li.tcYear:after	{
	font-family: FontAwesome;
	content: "\f055";/* plus */
	position: absolute;
	top: 15px;
	left: 15px;
	color: #fff;
	}
ul.zebra li.tcYear.on:after	{
	font-family: FontAwesome;
	content: "\f056";/* minus */
	position: absolute;
	top: 15px;
	left: 15px;
	color: #fff;
	}	
ul.zebra span.date	{
	font-family: Consolas, 'Courier New';
	display: inline-block;
	width: 100px;
	font-size: 13px;
	padding-top: 3px;
	font-weight: bold;
	}
ul.zebra .current li:nth-child(1) a:before	{
	content: "This Week's TURBO Charger :";
	font-family: 'open_sans_condensedbold', 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	margin-right: 10px;
	color: #000;
	}	
.zebra .date	{
	position: absolute;
	left: 10px;
	}
.zebra a	{
	margin-left: 105px;
	display: inline-block;
	}		
ol.numbered {
    counter-reset: item;
    margin-left: 0;
    padding-left: 0;
}
ol.pg1 {counter-reset: item}
ol.pg2 {counter-reset: item 3}

ol.numbered > li {
    position:relative;
    margin: 0 0 10px 2.0em;
    list-style: none;
}
ol.numbered > li:before {
	content:counter(item);
	counter-increment:item;
	position:absolute;
	/* top:-2px; */
	left:-2.3em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* width: 2em; */
	margin-right: 4px;
	padding: 2px 2px;
	width: 18px;
	color:#660066;
	background: #ddd;
	text-align: center;
	border-radius: 15px;
	font-size: 10px;
	font-weight: 700;
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 1px rgba(0,0,0,0.3);
	}
/* ol	{
	line-height: 1.5; 
	margin: 0 0 15px 20px!important;
} */
ol.counter {
	margin: 0 0 1.5em!important;
	padding:0;
	counter-reset:item;
} 
ol.counter>li {
	margin: 0 ;
	padding: 0 0 0 1.75em;
	text-indent: -2.25em;
	line-height: 1.5em;
	list-style-type: none;
	counter-increment: item;
} 
ol.counter>li:before {
	display: inline-block;
	width: 2em;
	padding-right: .25em;
	font-weight: 600;
	text-align: right;
	content: counter(item) ".";
	font-family: Consolas;
	font-size: 1em;
	color: #981B1E;
}
.mp	{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	top: -2px;
	/* padding: 2px 10px; */
	width: 30px;
	height: 30px;
	color:#fff;
	text-shadow: none!important;
	background: #5F2347;
	text-align: center;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	font-family: 'open_sans_condensedbold', 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	}		
.stripe	{
	background: #BDB5C0!important;
	}
.lay	{
	display: none;
	}
.rule	{
	width: 100%;
	background: #ccc;
	height: 1px;
	line-height: 1px;
	margin: 20px 0;
	}
.rules	{
	width: 100%;
	border-top: 1px solid #5F2347;
	border-bottom: 1px solid #5F2347;
	height: 4px;
	line-height: 1px;
	margin: 20px 0;
	}
.shortRule	{
	width: 75%;
	border-top: 2px dotted #bbb;
	height: 1px;
	line-height: 1px;
	margin: 20px auto;
	}
	
.umbrellaTrigger	{
	position: absolute;
	z-index: 2;
	top: -15px;
	right: 0;
	display: block; 
	padding: 7px 35px 7px 10px; 
	background: #f0f0f0;
	color: #111;
	font-weight: 400;
/* 	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px; */
	cursor: pointer;
	font-size: 14px;
	text-transform: uppercase;
	opacity: .5;
	font-size: 12px;
	}
.umbrellaTrigger span.closeU	{
	display: none!important;
	}
.umbrellaTrigger span.openU	{
	display: none!important;
	}
.umbrellaTrigger.opened	{
	background: #EFECEE;
	color: #333;
	opacity: 1;
	}
.umbrellaTrigger:after	{
	font-family: FontAwesome;
	content: "\f107";
	font-size: 21px;
	position: absolute;
	right: 10px;
	top: 5px;
	}
.umbrellaTrigger.opened:after	{
	font-family: FontAwesome;
	content: "\f106";
	}
	
.umbrellaTrigger.opened:hover	{
	color: #5f2347;
	opacity: 1;
	}
.umbrellaTrigger.opened span.closeU	{
	display: none;
	}
.umbrellaTrigger.opened span.openU	{
	display: inline;
	}	
.umbrellaTrigger:hover	{
	opacity: .75;
	}
.umbrellaTrigger i	{
	font-size: 24px;
	position: absolute;
	top: -3px!important;
	right: -20px!important;
	}
.umbContent	{
	float: left;
	clear: both;
	width: 100%; 
	padding: 10px; 
	background: #EFECEE;
	display: none;
	}
.logo	{
	float: left;
	}
.stickyLogo	{
	float: left;
	height: 45px;
	padding: 8px 10px 0 0;
	width: auto;
	}	
#article ul li a:after	{
	font-family: FontAwesome;
	content: "\f08e";
	font-size: 12px;
	margin-left: 5px;
	}	
	
.utility	{
	float: right;
	/*  margin-right: 175px;  */
	}
.utility a	{
	font-size: 13px;
	text-decoration: none;
	}
.utility a:after	{
	content: "\f08e";
	font-family: FontAwesome;
	margin: 0 0 0 3px
	}	
.utility span	{
	font-size: 11px;
	color: #999;
	position: relative;
	top: -2px;
	}
.socialMedia	{
	position: absolute;
	top: 40px;
	right: 0px;
	display: inline;
	width: auto;
	}
.socialMedia a	{
	display: inline-block;
	font-size: 19px;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	text-align: center;
	margin: 0 0 0 3px;
	color: #fff!important;
	}
.socialMedia.mobile	{
	padding-bottom: 10px;
	}
.fullContainer.mobile.social .socialMedia	{
	position: relative!important;
	width: 100%;
	top: 0!important;
	right: auto!important;
	}
.fullContainer.mobile.social .socialMedia a	{
	font-size: 27px!important;
	width: 36px;
	height: 36px;
	margin: 0 5px 0 0!important;
	}
	
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-bottom: 45%;
	/* padding-bottom: 75%; */ /* 4:3 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe, .videoWrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fa	{
	font-family: FontAwesome!important;
	}
.social a:hover	{
	opacity: .5;
	}
a.facebook	{
	background: #3b5998;
	position: relative;
	}
a.facebook2	{
	color: #3b5998!important;
	position: relative;
	margin: 0 15px 0 0;
	}
a.blog	{
	background: #fd752b;
	position: relative;
	}
a.twitter	{
	background: #56a3d9;
	position: relative;
	display: none;
	}
a.twitter2	{
	color: #56a3d9!important;
	position: relative;
	margin: 0 15px 0 0;
	display: none;
	}
a.linkedin	{
	background: #007bb6;
	position: relative;
	}
a.linkedin2	{
	color: #007bb6!important;
	position: relative;
	margin: 0 15px 0 0;
	}
a.newsletter	{
	background: #666;
	position: relative;
	}
.newsletter .highlight.articles.fromNewsletter {
	display: none;
	}
.gridThreeFourth.col.rev p	{
	line-height: 1.5em;
	}
	
.message	{
	font-family: 'open_sans_condensedbold', 'Open Sans Condensed', sans-serif;
	float: left;
	margin: 25px 0 0 25px;
	font-style: italic;
	color: #fff;	
	font-weight: 700;
	font-size: 17px;
	}
p.dc:first-letter	{
	font-family: 'Open Sans Condensed', sans-serif;
	color: #5f2347;
	float: left;
	font-size: 3rem!important;
	line-height: 1rem;
	padding: 5px 3px 0 0;
	margin-top: 0;
	text-shadow: 1px 1px 1px #fff;
	font-weight: 600;
	}
	
.insetBorder	{
	outline: 7px solid rgba(255,255,255,.5);
	outline-offset: -7px;
	}	
	
a.wp	{
	position: relative;
	display: table;
	vertical-align: middle;
	text-align: center;
	width: 20px;
	height: 20px;	
	clear: both;
	margin: 0;
	font-size: 17px;
	background: #f0f0f0;
	border-radius: 50%;
	transition: all .3s;
	}
a:hover.wp	{
	color: #f0f0f0;
	background: #5F2347;
	}	
a#toTop, span#toTop	{
	display: block; 
	background: #000; 
	background: rgba(0,0,0,.65); 
	position: fixed; 
	z-index: 1000;
	bottom: 0px; 
	right: 10px; 
	width: 40px; 
	height: 33px; 
	line-height: 30px;	 
	color: #fff; 
	color: rgba(255,255,255,1.0); 
	font-size: 27px;
	text-align: center; 
	text-decoration: none; 
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	cursor: pointer;	
	}
a:hover#toTop, span:hover#toTop	{
	color: #fff;
	background: #5f2347;
	}

h1,h2,h3	{
	font-weight: 400;
	font-family: Montserrat, sans-serif;
	color: #5f2347;
	text-shadow: 1px 1px 1px #fff;
	margin: 0 0 10px 0;
	position: relative;
	}
h1.turboTitle	{
	font-weight: 400!important;
	font-size: 30px!important;
	}
h1.lined, h1.sideLines {
  position: relative;
  /* background: #fff; */
  z-index: 2;
  font-family: 'open_sans_condensedbold', 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  font-size: 30px;
}
h2.lined, h2.sideLines {
  position: relative;
  /* background: #fff; */
  z-index: 2;
  font-family: 'open_sans_condensedbold', 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
h2.book	{
	font-family: "Book Antiqua"!important;
    font-style: italic;
    font-size: 30px!important;
    font-weight: 400!important;
    line-height: 36px!important;
}
.large	{
	font-size: 1.25em;
}
.darkpurple, h2.darkpurple, h3.darkpurple  {
	color: #5F2347!important;
}
.bg-darkpurple  {
	background: #5F2347!important;
	color: #fff!important;
}
h2.announcement {
	font-family: 'open_sans_condensedbold', 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-shadow: none!important;
	background: #5F2347!important;
	color: #fff!important;
	font-size: 1.75em;
	line-height: 1.5em!important;
	padding: 10px 0!important;
	margin: 0!important;
	text-align: center;
}	
.newsletter h2.sideLines	{
	font-size: 27px!important;
	line-height: 36px!important;
}
h1.lined.homeHdr {
  font-family: 'open_sans_condensedbold', 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  font-size: 27px;
}
.lined, .sideLines {
	overflow: hidden;
}
.lined span, .sideLines span {
	display: inline-block;
	position: relative;  
}
.lined span:before, .lined span:after,
.sideLines span:before, .sideLines span:after {
	content: "";
	position: absolute;
	height: 4px;
	border-bottom: 4px double #bbb3be;
	top: 48%;
	width: 980px;
}
.lined span:before, .sideLines span:before {
	right: 100%;
	margin-right: 10px;
}
.lined span:after, .sideLines span:after {
	left: 100%;
	margin-left: 10px;
}
.divider {
	overflow: hidden;
	text-align: center;
	line-height: 30px;
	position: relative;	
	margin: -5px 0 15px 0;
}
.divider span {
	display: inline-block;
	position: relative;  
}
.divider span:before, .divider span:after {
	content: "";
	position: absolute;
	height: 4px;
	border-top: 1px solid #5f2347;
	border-bottom: 1px solid #5f2347;
	top: 45%;
	width: 2000px;
}
.divider span:before {
	right: 100%;
	margin-right: 5px;
}
.divider span:after {
	left: 100%;
	margin-left: 5px;
}
.divider b:after	{
	position: relative;
	/* content: "\f005"; *//* star */
	content: "\f069";/* asterisk */
	font-family: FontAwesome;
	font-size: 19px;
	color: #5f2347;
	top: 0px;
}	
body.home .ad	{
	display: none;
	}
.rc h1, .rc h2,.rc h3, h3.sectionHeader	{
	font-weight: 300;
	background: #5f2347;
	color: #fff;
	text-shadow: 1px 1px 1px #333;
	margin: 0;
	padding: 5px 10px;
	}
.rc h3 + .holder	{
	background: #f0f0f0;
	padding: 10px;
	margin: 0 0 15px 0;
	}	
p	{
	margin: 0 0 10px 0;
	}		
	
h1	{
	font-size: 27px;
	}
h1.hp	{
	color: #fff;
	padding: 5px 10px;
	background: #5f2347;
	border-radius: 3px;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	text-shadow: none;
	}	
h2	{
	font-size: 21px;
	}
h3	{
	font-size: 19px;
	text-shadow: 1px 1px 1px #fff;
	}
h4	{
	font-size: 17px;
	font-weight: 600;
	text-shadow: 1px 1px 1px #fff;
	}
h5	{
	font-size: 15px;
	font-weight: 700;
	}
h4.inline	{
	display: inline;
	font-family: Montserrat, sans-serif;
	color: #5f2347;
	}
ul 	{
	margin: 0;
	padding: 0;
	}
ul li	{
	margin: 0;
	padding: 0;
	}
.rt, img.alignright	{
	float: right;
	margin: 0 0 15px 15px;
	}
.lf, img.alignleft	{
	float: left;
	margin: 0 15px 15px 0;
	}		
.ctr, img.aligncenter	{
	display: block;
	text-align: center;
	margin: 0 auto;
	}	
.trt	{
	text-align: right;
	}
.tctr	{
	text-align: center;
	}
img.larry	{
	position: relative;
	margin: -10px 0 10px 0;
	/* box-shadow:  0px 0px 2px 2px rgba(0, 0, 0, .5); */
	}	
.turboChargerContent p:last-child:after	{
	content: "###";
	color: #5F2347;
	display: table;
	text-align: center;
	vertical-align: center;
	width: 100%;
	margin: 30px 0;
	letter-spacing: 5px;
	}

/* COOL HOVER ANIMATED UNDERLINE */
*, *:after, *:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
* {margin:0;padding:0;border:0 none;position: relative; outline: none;}

.turboChargerContent a {
  color: #993399;
  text-decoration: underline!important;
  z-index: 1;
}
.turboChargerContent a:hover {
  /* text-decoration: none!important; */
  text-decoration: none!important;
  color: #5F2347!important;
  z-index: 1;
  transition: .25s linear;
}
/* .turboChargerContent a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 1px;
  left: 0;
  background: #666;
  border-radius: 5px;
  transform: scaleX(1);
  transition: .25s linear;
} */
.turboChargerContent a:hover:before,
.turboChargerContent a:focus:before {
  visibility: visible;
  transform: scaleX(1);
  background: #990000;
}
	
	
/*  PAGE TABS  */	
.tabs {
	width: 100%;
	height: auto;
	}
a {cursor:pointer;}

.tabs li {
    float:left; 
    list-style:none; 
    border-top: 1px solid #ccc; 
    border-left: 1px solid #ccc; 
    border-right: 1px solid #ccc; 
    margin-right: 1px; 
    border-top-left-radius:3px;  
    border-top-right-radius:3px;
	outline:none;
	}
.tabs li a {
	color: #5f2347;
	padding: 5px 10px;
    display:block; 
    background: #fff;
    border-top-left-radius:3px; 
    border-top-right-radius:3px; 
    text-decoration:none;
    outline:none; 
	border-bottom: solid 1px #fff; 
	position: relative;
	z-index: 2;
	cursor: default;
	}
.tabs li a.inactive{
    color: #fff;
    background: #5f2347;
	outline:none;
	border-bottom: solid 1px #ccc;
	cursor: pointer;
	}
/*  .tabs li a:hover,   */.tabs li a.inactive:hover {
    color: #333;
	background: #fff;
	outline:none;
	}
.tabContent {
    clear: both;
	background: #fff;           
    width:100%;
	padding: 20px;
	border: 1px solid #ccc;
	position: relative;
	z-index: 1;
	top: -1px;
	}
	
/*  SWAP TABS  */		
.swapTabContainer	{
	float: left;
	position: relative;
	width: 100%;
	border: 1px solid #ccc;
	clear: both;
	}	
.swapTabContainer ul.tabs	{
	float: left!important;
	width: 25%!important;
	border: 0!important;
	}	
.swapTabContainer ul.tabs li {
    float: none!important; 
    border-top: 0!important;
    border-left: 0!important; 
    border-right: 1px solid #ccc!important;
    margin: 0!important; 
    border-radius: 0!important;	
	}
.swapTabContainer ul.tabs li:last-child {
    border-bottom: 1px solid #ccc!important;
	}	
.swapTabContainer ul.tabs li a	{
	border-radius: 0!important;
	}
.swapTabContainer .tabContent {
    clear: none!important;
	float: left!important;
    width:75%!important;
	padding: 10px 20px;
	border: 0!important;
	top: 0!important;
	}
	
/*  ACCORDION  */
.accordion	{
	border: 1px solid #f0f0f0;
	}
.accBtn	{
	padding: 10px 50px 6px 10px;
	text-decoration: none;
	display: block;
	background: #ccc;
	font-size: 16px;
	cursor: pointer;
	border-bottom: 1px dotted #f0f0f0;
	}
.accBtn.stripe	{
	background: #aaa;
	}
	
.accBtn.on	{
	background: #5f2347;
	color: #fff;
	}	
.accBtn.over	{
	background: #bbb;
	}
.accInfo li	{
	padding: 10px;
	display: block;
	}
	
/* MODAL */
#lean_overlay {
    position: fixed;
    z-index:10000;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    display:none;
	background: #000;
    /* display: none; */
	}
.showCoverup {
    position: fixed;
    z-index:10000;
    top: 131px;
    left: 0px;
    height:100%;
    width:100%;
    display:none;
	background: rgba(0,0,0,.5);
	}	
	
.hideModal	{
	width: 500px;
	min-height: 200px;
	display:none;
	background: #fff; 
	border-radius: 3px; padding: 15px;
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	}
.modal_close	{
	display: table;
	color: #fff;
	text-decoration: none;
	background: #000;
	background: rgba(0,0,0,.75);
	height: 24px;
	width: 24px;
	border-radius: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 16px;
	position: absolute; 
	top:10px; 
	right: 10px;
	-webkit-zoom-out
	}
.modal_close:hover	{
	background: rgba(0,0,0,1.0);
	}
.click1, .click2	{
	cursor: pointer;
	}
 .modal_close	{
 	cursor: zoom-out;
	cursor: -webkit-zoom-out;
	}	
.homeSlider	{
	max-width: 100%; 
	margin: 0 auto; 
	position: relative; 
	z-index: 1; 
	top: 0;
	bottom: 0px;
	}
.homeSlider ul.bxslider	{
	width: 500px; 
	height: 800px;
	}
.homeTout	{
	position: relative;
	background: #DBD9DE;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#DBD9DE), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #DBD9DE, #ffffff);
	background-image:    -moz-linear-gradient(top, #DBD9DE, #ffffff);
	background-image:     -ms-linear-gradient(top, #DBD9DE, #ffffff);
	background-image:      -o-linear-gradient(top, #DBD9DE, #ffffff);
	background-image:         linear-gradient(top, #DBD9DE, #ffffff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#DBD9DE', EndColorStr='#ffffff');
	border: 1px solid #fff; 
	padding: 15px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	}
input.btnLink, a.btnLink	{
	text-decoration: none!important;
	color: #fff!important;
	background: #5f2347;
	padding: 10px 25px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	text-transform: uppercase;
	font-size: 12px;
	cursor: pointer;
	border: 0;
	display: inline-block;
	text-align: center;
	}
input.btnLink:hover, a:hover.btnLink	{
	background: purple;
	color: #fff!important;
	}
a.btnLink.lg	{
	display: inline-block;
	padding: 5px 15px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	font-size: 16px;
	background: #5f2347;
	}
.nav a.btnLink.lg	{
	width: 100%;
	text-align: center;
	padding: 15px;
	}	
a.btnLink.lg.offsite	{
	position: relative;
	}	
a.btnLink.lg.offsite:after, .homeTout a:after	{
	font-family: FontAwesome;
	content: "\f045";
	position: absolute;
	top: 5px;
	right: 5px;
	}
a.	{
	position: relative;
	padding-right: 20px;	
	}
/* a.:after		{
	font-family: FontAwesome;
	content: "\f1c1";
	position: absolute;
	right: 0px;
	color: #b00;
	} */
a.read-more:after	{
	font-family: FontAwesome;
	content: " \f105";
	color: #5f2347;
	}
.booklist .gridThird, .booklist .gridFourth	{
	text-align: center!important;
	font-size: 13px;
	}
.booklist .grid	{
	background: none!important;
	}
.anchor	{
	background: #ccc;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	text-align: center;
	display: table-cell;
	}	
.anchor:hover	{
	background: #5F2347;
	color: #fff;
	}
	
	
	
	
	
	
	
	
	
/*  FORM ELEMENTS  */
input[type=text], select	{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: Montserrat,'Open Sans', sans-serif!important;;
	font-size: 14px;
	padding: 7px;
	color: #666;
	margin: 0 0 10px 0;
	}
option	{
	font-family: Montserrat,'Open Sans', sans-serif!important;;
	font-size: 14px;
	padding: 0 7px;
	color: #666;
	}	
textarea	{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	width: 100%;
	padding: 7px;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: Montserrat,'Open Sans', sans-serif!important;;
	font-size: 14px;
	padding: 3px;
	color: #666;
	margin: 0 0 10px 0;
	min-height: 100px;
	resize: none;	
	}
input[type=submit], input[type=reset]	{
	background: #5f2347;
	border: 0;
	padding: 5px 10px;
	color: #fff;
	border-radius: 3px;
	font-family: Montserrat,'Open Sans', sans-serif!important;;
	font-size: 14px;
	cursor: pointer;
	-webkit-appearance:none;
	-ms-transition:.5s!important;
	-moz-transition:.5s!important;
	-webkit-transition:.5s!important;
	 transition:.5s!important;
	}	
input[type=submit]:hover, input[type=reset]:hover	{
	background: purple;
	transition: all .5s ease-in-out;
	}	
select	{
	margin: 0 0 10px 0!important;
	}	
select.workshops option:nth-child(2n)	{
	background: #f0f0f0;
	}	
select.workshops	{
	padding: 0px;
	font-size: 17px;
	color: #5F2347!important;
	box-shadow:  2px 2px 2px 2px rgba(0, 0, 0, .2);
	}
select.workshops option	{
	padding: 5px 10px;
	color: #5F2347!important;
	}
	
/* Chrome 29+ */
@media screen and (-webkit-min-device-pixel-ratio:0)
  and (min-resolution:.001dpcm) {
    select.workshops{padding: 7px!important;} 
}
/* Chrome 22-28 */
@media screen and(-webkit-min-device-pixel-ratio:0) {
  select.workshops {-chrome-:only(; 
     padding: 7px!important;
  );} 
}
.w300	{
	width: 300px!important;
	max-width: 100%!important;
	}
	
.tooltips {
  position: relative;
  display: inline-block;
}
.tooltips span {
  position: absolute;
  width: 110px;
  top: 5px;
  right: 0;
  color: #333;
  background: #f9f9f9;
  height: 25px;
  line-height: 25px;
  text-align: center;
  visibility: hidden;
  border-radius: 4px;
  font-weight: 600;
  box-shadow:  -3px 2px 5px 0px rgba(0, 0, 0, .3);
	
	/* display: none; */
}
.tooltips span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -8px;
  width: 0; height: 0;
  border-left: 8px solid #f9f9f9;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
:hover.tooltips span {
  visibility: visible;
  opacity: 0.8;
  right: 100%;
  top: 50%;
  margin-top: -13px;
  margin-right: 5px;
  z-index: 999;
  opacity: .8!important;
}
.tooltips.contact span {
  position: absolute;
  width: 200px;
  bottom: 5px;
  right: 0;
  color: #333;
  background: #f9f9f9;
  height: 25px;
  line-height: 25px;
  text-align: center;
  visibility: hidden;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 600;
  box-shadow:  -3px 3px 0 0 rgba(0, 0, 0, .3);
}
.tooltips.contact span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -8px;
  width: 0; height: 0;
  border-left: 8px solid #f9f9f9;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
:hover.tooltips.contact span {
  visibility: visible;
  opacity: 0.8;
  right: 100%;
  top: 0%;
  margin-top: -13px;
  margin-right: 5px;
  z-index: 999;
  opacity: 1!important;
}













.turboCharger	{
	font-family: Montserrat, sans-serif;
}
.turboCharger h1	{
	text-align: center;
	font-family: Montserrat, sans-sarif;
	color: #333;
	font-size: 27px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	}
.turboLinks h3	{
	font-size: 15px;
	background: #666;
	font-weight: 400;
	color: #fff;
	padding: 5px 10px;
	text-shadow: none;
	-webkit-box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, .2);
	box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, .2);
	}
.turboLinks p	{
	font-size: 12px;
	text-align: left;
	color: #333;
	padding: 5px 10px;
	font-family: Montserrat, sans-serif;
	}
.turboLinks a	{
	font-size: 13px;
	}
.turboLinks a:after	{
	font-family: FontAwesome;
	content: "\f045";
	margin: 0 0 0 5px;
	}
.quote	{
	padding: 15px;
	background: #EFECEE;
	border-left: 5px solid #5f2347; 
	font-family: Montserrat, sans-serif;
	}
.highlight.announcement	{
	position: relative;
	display: block;
	padding: 15px;
	background: #EFECEE;
	border-left: 5px solid #BBB3BE; 
	padding-left: 90px!important;
	margin: 10px 0;
	/* font-family: Montserrat, sans-serif; */
	}
.googleMaps:before	{
	position: relative;
	font-family: FontAwesome;
	content: "\f041";
	font-size: 24px;
	margin: 0 3px 0 0;
	top: 3px;
	}
	
.announcement.pristine	{
	display: block;
	padding: 20px;
	background: #EFECEE url(../images/pristine-2016-announcement.jpg) no-repeat 10px center;
	border-left: 2px solid #BBB3BE; 
	padding-left: 130px;
	margin: 10px 0;
	}
.announcement.pristine:before	{
	content: "";
	}
.announcement:before	{
	position: absolute;
	top: 15px;
	left: 15px;
	color: #BBB3BE;
	font-size: 60px;
	font-family: FontAwesome;
	content: "\f0a1";
	text-shadow: 1px 1px 1px #fff;
	}	
body.home .announcement:before	{
	font-size: 65px;
	top: 50%;
	margin-top: -35px;
	left: 15px;
	}
.highlight, .milepostShort	{
	position: relative;
	display: block;
	padding: 15px;
	background: #EFECEE;
	border-left: 5px solid #5f2347; 
	padding-left: 40px;
	margin: 10px 0;
	}
.highlight, .milepostShort	{
	position: relative;
	display: block;
	padding: 15px;
	background: #F0F0F0;
	border-left: 2px solid #C8B7C1; 
	margin: 20px 0;
	}
.highlight.no	{
	padding-left: 15px!important;
	}
.milepostShort img	{
	border: 2px solid #B8A1AF!important;
	max-width: 33%;
	height: auto;
	}
.highlighted	{
	font-family: Montserrat, sans-serif;
	color: #5F2347;
	font-size: 17px;
	}
.highlight	{
	font-family: Montserrat, sans-serif;
	}
.highlight a	{
	text-decoration: none!important;
	}
.highlight.flash	{
	margin-top: 0!important;
	background: transparent;
	border-left: 0;
	}	
.highlight.turboCharger	{
	background: #EFECEE;
	border-left: 5px solid #BBB3BE; 
	padding-left: 80px;
	font-size: 16px;
	}
.highlight.turboCharger:before	{
	content: "\f1ea"!important;
	font-size: 43px;
	}
.highlightOnly	{
	background: #EFECEE;
	border-left: 3px solid #BBB3BE; 
	padding: 10px 15px;
	font-size: 16px;
	}	
	
	
	
	
	
	
	
.turboChargerHighlight	{
	position: relative;
	padding: 20px 20px 20px 100px;
	margin: 20px 0;
	font-size: 17px;
	border: 1px solid #ddd!important;
	box-shadow: 5px 5px 0 0 #ddd;
	display: block;
	font-family: Montserrat, sans-serif;
	}
.turboChargerHighlight:before	{
	position: absolute;
	left: 20px;
	color: #BBB3BE;
	font-size: 53px;
	font-family: FontAwesome;
	content: "\f1ea";
	text-shadow: 1px 1px 1px #fff;
	}	
img.tout	{
	text-align: center;
	max-width: 90%!important;
	display: block;
	}

.gridFourth.homeTouts #flashcontent	{
	margin-top: -15px!important;
	}
.highlight.comments	{
	padding: 15px 15px 15px 45px!important;
	background: #F1ECF0!important;
	}
.highlight.comments:before	{
	position: absolute;
	left: 10px;
	color: #BBB3BE;
	color: darkkhaki;
	font-size: 27px;
	font-family: FontAwesome;
	content: "\f27a";
	text-shadow: 1px 1px 1px #fff;
	}	
.highlight.articles	{
	padding: 15px 15px 15px 55px!important;
	}
.highlight.articles:before	{
	position: absolute;
	left: 10px;
	top: 15px;
	color: #BBB3BE;
	font-size: 27px;
	font-family: FontAwesome;
	content: "\f1ea";
	text-shadow: 1px 1px 1px #fff;
	}		
.highlight.archives	{
	background: #F1ECF0;
	}	
.highlight.archives:before	{
	position: absolute;
	left: 10px;
	top: 16px;
	color: #BBB3BE;
	color: slategrey;
	font-size: 24px;
	font-family: FontAwesome;
	content: "\f187";
	text-shadow: 1px 1px 1px #fff;
	}
.highlight.contactus	{
	padding: 15px 15px 15px 45px!important;
	background: #F1ECF0!important;
	}
.highlight.contactus:before	{
	position: absolute;
	top: 10px;
	left: 10px;
	color: #BBB3BE;
	font-size: 24px;
	font-family: FontAwesome;
	content: "\f040";
	text-shadow: 1px 1px 1px #fff;
	}	
	
.highlight.youtube	{
	padding: 15px 15px 15px 45px!important;
	background: #F1ECF0!important;
	}
.highlight.youtube:before	{
	position: absolute;
	top: 18px;
	left: 10px;
	color: #BBB3BE;
	color: red;
	font-size: 30px;
	font-family: FontAwesome;
	content: "\f167";
	text-shadow: 1px 1px 1px #fff;
	}	
.highlight.TCBlog	{
	padding: 15px 15px 15px 45px!important;
	background: #F1ECF0!important;
	}
.highlight.TCBlog:before	{
	position: absolute;
	top: 12px;
	left: 10px;
	color: #BBB3BE;
	color: darkorange;
	font-size: 30px;
	font-family: FontAwesome;
	content: "\f086";
	text-shadow: 1px 1px 1px #fff;
	}	
.highlight	{
	padding: 15px 15px 15px 45px!important;
	}
.highlight.pdf:before	{
	position: absolute;
	left: 10px;
	top: 15px;
	color: #BBB3BE;
	font-size: 24px;
	font-family: FontAwesome;
	content: "\f1c1";
	text-shadow: 1px 1px 1px #fff;
	font-weight: 400!important;
	}
.highlight.pdf:after	{
	content: "\f02f";
	margin-left: 10px;
	text-shadow: 1px 1px 1px #fff;
	color: #573E38;
	font-size: 21px;
	}
.pdf:after	{
	position: relative;
	color: #b00;
	font-size: 16px;
	font-family: FontAwesome;
	content: "\f1c1";
	text-shadow: 1px 1px 1px #fff;
	margin: -2px 0 0 3px;
	font-weight: 400!important;
	}
a.offsite	{
	position: relative;
	padding-right: 2px;
	text-decoration-color: rgba(95, 35, 71, .25)!important;
	}
a.offsite:after	{
	/* position: absolute; */
	top: 0;
	right: 0;
	font-family: FontAwesome;
	content: "\f045";
	text-shadow: 1px 1px 1px #fff;
	margin: -2px 0 0 3px;
	font-weight: 400!important;
	color: navy;
	}
.highlight.larry	{
	padding: 15px 10px!important;
	background: #F1ECF0!important;
	}
.highlight.notes	{
	padding: 15px 15px 15px 45px!important;
	background: #F1ECF0!important;
	}
.highlight.notes:before	{
	position: absolute;
	left: 10px;
	color: #BBB3BE;
	font-size: 24px;
	font-family: FontAwesome;
	content: "\f15c";
	text-shadow: 1px 1px 1px #fff;
	}	
.highlight.tcharger	{
	padding: 15px 15px 15px 45px!important;
	background: #F1ECF0!important;
	}
.highlight.tcharger:before	{
	position: absolute;
	left: 10px;
	color: #BBB3BE;
	color: steelblue;
	font-size: 24px;
	font-family: FontAwesome;
	content: "\f1ea";
	text-shadow: 1px 1px 1px #fff;
	}
.highlight.comments:hover:before, .highlight.notes:hover:before, .highlight.tcharger:hover:before, .highlight.pdf:hover:before, .highlight.articles:hover:before, .highlight.archives:hover:before, .highlight.youtube:hover:before, .highlight.TCBlog:hover:before	{
	color: #5F2347;
	}
a.youtube:after	{
	font-family: FontAwesome;
	content: "\f16a";
	color: #b00;
	margin: 0 0 0 3px;
	text-decoration: none;
	font-size: 1.25em;
	}
.nowrap	{
	white-space: nowrap;
	}	
blockquote	{
	padding: 15px;
	border-left: 5px solid #ddd;
	background: #eee;
	margin: 0 auto;
	}
.airQuote	{
	position: relative;
	}
.airQuote:before	{
	position: absolute;
	left: -13px;
	top: 2px;
	font-family: FontAwesome;
	content: "\f10d";
	/* color: #999; */
	font-size: 10px;
	}
.airQuote:after	{
	position: absolute;
	margin: 0 0 0 2px;
	font-family: FontAwesome;
	content: "\f10e";
	/* color: #999; */
	font-size: 10px;
	}
ul.bullet	{
	list-style: none;
	padding: 0 0 0 10px;
	margin: 0 0 15px 0;
	}
ul.bullet li:before	{
	font-family: FontAwesome;
	content: "\f013";
	font-size: 12px;
	color: #5f2347;
	margin: 0 7px 0 -20px!important;
	}
	
	
img.lazy	{
	background: url(../images/loading.png) no-repeat center center;
	}
.containerMasonry .box { 
	float: left;
	background: #EFECEE;
	margin: 0;
 }
.col2 { width: 50%!important;
	height: auto!important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	border: 3px solid #fff;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	float: left;
	}
.col3 { width: 33%!important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	border: 3px solid #fff;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	float: left;
	}
.col2 img, .col3 img { 
	width: 100%; 
	height: ;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #fff;
	margin: 0 0 5px 0;
	}
.masonryImage	{
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	/* background: #EFECEE; */
	/* padding: 5px!important; */
	width: 100%;
	height: auto!important;
/* 	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.5); */
	float: left;
	}
.masonryImage img	{
	width: 100%;
	height: auto!important;
	border-radius: 6px!important;	
	display: block;
	padding: 10px;
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	background: #F1ECF0;
	}		
.masonryImage.highlight img	{
	background: #D7CFDA;
	color: #800080;
	}	
.container .masonryImage, .container3 .masonryImage	{
	width: 30%;
	margin: 1%;
	}
.container2 .masonryImage	{
	width: 47%;
	margin: 1%;
	float: left;
	}
.container2 .masonryImage:nth-child(2n+1)	{
	clear: both!important;
	}
.container2 .masonryImage:nth-child(2n+1):after	{
	content: "";
	display: block;
	height: 10px;
	width: 100%;
	clear: both;
	}
.container .masonryImage:nth-child(3n+1), .container3 .masonryImage:nth-child(3n+1)	{
	clear: both!important;
	}
.container .masonryImage:nth-child(3n+1):after, .container3 .masonryImage:nth-child(3n+1):after	{
	content: "";
	display: block;
	height: 10px;
	width: 100%;
	clear: both;
	}
	
.masonryImage.fullSize img	{
	width: auto!important;
	}
.masonryImage p	{
	margin: 5px 0;
	}
	
		


.fromHome, .fromNewsletter	{
	display: none;
	}	
body.home .fromHome, body.newsletter .fromNewsletter	{
	display: block;
	}
	
	
	
	
/* LEGACY */
div.module-holder	{
	float: left;
	width: 560px;
	clear: both;
	}	
div.module	{
	float: left;
	width: 240px;
	padding: 10px;
	margin: 10px;
	background-color: #ccc;
	background: #ccc url(../images/shell/bg-body.jpg) repeat-x 0 -15px;
	}
div.thumb	{
	float: left;
	margin: 4px;
	text-align: center;
	}
div.thumb img	{
	display: block;
	text-align: center;
	margin: 0 auto;
	}	
div.thumb-alt	{
	display: inline;
	margin: 4px;
	border: 1px solid #939;
	}
.thumb130	{
	float: left;
	margin: 0 0 20px 0;
	clear: both;
	position: relative
	}
.thumb130 img	{
	float: left;
	padding: 0 10px 10px 0;
	}
div.psp, div.olp	{
	float: left;
	display: inline;
	margin: 10px;
	}
div#split	{
	float: left;
	clear: both;
	width: 560px;
	margin-top: 10px;
	}
div#split .leftside {
	float: left;
	width: 45%;
	margin: 0 1px;
	}
div#split .rightside {
	float: right;
	width: 45%;
	margin: 0 1px;
	}
div#split h5 {
	margin: 0 0 10px 0;
	padding: 7px;
	line-height: 18px;
	text-align: center;
	font-size: 12px;
	color: #333;
	background-color: #cbc3ce;
	display: block;
	width: 239px;
	}
div#split div p {
	margin: 0 0 10px 0;
	}
div#split div {
	background-color: #edeaeb;
	padding: 10px;
	}
.caption	{
	background: #E5DEE2; 
	position: relative; 
	padding: 5px 0; 
	margin-top: -15px;
	}
body.newsletter .gridThreeFourth.col.rev a, body.home .gridThreeFourth.col.rev a	{
	text-decoration: underline;
	}
@media screen and (min-width: 320px) and (max-width: 800px) {
    ul.breadcrumbs   {
    display: none!important;
	}
	img.alignleft, img.alignright   {
    max-width: 50%!important;
	 height: auto!important;
	}
}

/* TURBO CHARGER */
.osc	{
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 26px!important;
	text-align: center;
	line-height: 36px;
	padding: 10px; 
	color: #682347;
}
.osc.book {
    font-family: "Book Antiqua";
	font-style: italic;
    font-size: 34px!important;
	font-weight: 400!important;
	text-shadow: 1px 1px 1px rgba(255,255,255,.75);
}
.hideIt	{
	display: none;
}

/* FOR NEWSLETTER SIGNUP BUTTON */
.ctct-popup-close.js-popup-close	{
	z-index: 1001;
}	
.ctct-popup-close.js-popup-close img	{
	opacity: 0;
}
.ctct-popup-close.js-popup-close:after	{
	font-family: FontAwesome;
	content: "\f057";
	font-size: 32px;
}