@import url(http://fonts.googleapis.com/css?family=Lato:400,700,300);
body{
	font-size:17px;	
}
a {
	color: #6E4B85;
}
a:hover, a:active, a:focus {
	color: #b59cc9;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, a, p {
	font-family: 'Lato', sans-serif;
}
.red {
	color: #CC0000 !important;
}
.twm-banner{
	clear: both;
	/*background-image: url(/rlc-secure-recap/images/RLC-top_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto 100%;*/
	background-color: #6E4B85;
}
.twm-banner .container{
	max-width:950px;	
}
#opening_video{
	padding:4% 0 2%;	
}
#opening_video iframe{
	/*border:8px solid #ccc;*/
}
.card{
	background:white;
	border-radius:12px;
	border:1px solid #aaa;
	padding: 3.5% 4%;	
	box-shadow:0 2px 3px rgba(0,0,0,0.4);	
}
.spacer{
	padding-top:2%;
	padding-bottom:2%;	
}
.img-shadowed{
	border:0;
	box-shadow:0 2px 3px rgba(0,0,0,0.4);	
}
.text-orange{
	color:#C69C23;	
}
.text-blue{
	color: #b59cc9;	
}
.text-purple{
	color: #6E4B85;	
}
.shaded-bg{
	background:#e8e8e8;	
}
#when-join{
	padding:25px 0;
}
@media(min-width:768px){
	#when-join blockquote{
	}
	#product-image{	
	}
}
/* BOOTSTRAP */
.btn-group-hg > .btn, .btn-hg {
    border-radius: 8px;
    font-size: 20px;
    line-height: 1.33333;
    padding: 20px 25px;
}
.btn-success{
	background: #31b730; /* Old browsers */
	background: -moz-linear-gradient(top,  #b59cc9 0%, #6E4B85 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b59cc9), color-stop(100%,#6E4B85)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b59cc9 0%,#207730 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b59cc9 0%,#6E4B85 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b59cc9 0%,#6E4B85 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b59cc9 0%,#6E4B85 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b59cc9', endColorstr='#6E4B85',GradientType=0 ); /* IE6-9 */
	color:white;
	border:1px solid #6E4B85;
}
.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
    background-color: #b59cc9;
    border-color: #6E4B85;
    color: #ffffff;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
    border-color: #262752;
}

.btn-gold {
	background-color: #dda32e;
	border: 0 none;
	border-radius: 10px;
	bottom: 0;
	box-shadow: 0 4px 0 #b58118;
	color: white;
	font-size: 21px;
	padding-bottom: 10px;
	padding-top: 10px;
	position: relative;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
}
.btn-gold:hover, .btn-gold:active, .btn-gold:focus, .btn-gold.focus {
	background-color: #dda32e;
	color: white !important;
	transition: all 0.2s ease 0s;
}
.btn-gold.btn-lg {
	padding: 10px 43px;
}
.btn-gold.btn-hg {
	padding: 20px 43px;
}
.btn-gold:active {
	bottom: -4px;
}

#guarantee{
	/*background:	url(images/guarantee_bg.jpg) no-repeat top center #93712a;
	background-size:cover;*/
	background-color: #6E4B85;
	padding:4% 0;
	color: white;
}
#guarantee h2{
	color: white;
}
@media (min-width:768px){
	#guarantee .graphic{
		/*background: url(images/satisfaction-stamp.png) no-repeat left center transparent;*/
		
		background: url(images/Guarantee.png) no-repeat 1% center transparent;
		/*background-size:25%;*/
		background-size:33%;
	}
}
@media(min-width:992px){
}
@media (min-width:1200px){
	#guarantee .graphic{
		padding-bottom:3%;
		padding-top:3%;	
	}
}
ul.smallchecks li {
    background-image: url("images/goldcheck.png");
    background-position: left top;
    background-repeat: no-repeat;
    /*line-height: 21px;*/
    list-style: outside none none;
    margin-bottom: 0;
    margin-left: 20px;
    min-height: 2em;
    padding-bottom: 20px;
    padding-left: 40px;
	margin: 0px 0px 4px 0px;
	/*line-height: 18px;*/
}
ul.smallarrows li {
    background-image: url("images/blackarrow.png");
    background-position: left top;
    background-repeat: no-repeat;
    /*line-height: 21px;*/
    list-style: outside none none;
    margin-bottom: 0;
    margin-left: 20px;
    min-height: 2em;
    padding-bottom: 20px;
    padding-left: 40px;
	margin: 0px 0px 4px 0px;
	/*line-height: 18px;*/
}
.cta{
	padding:2% 0;
}
/* END BOOTSTRAP */

#footer, #footer a{
    background-color: #060606;
    color: #ffffff;
    font-family: "Trajan Pro","TrajanPro",Arial,sans-serif;
}
#footer p {
    font-family: "Trajan Pro","TrajanPro",Arial,sans-serif;
}
#footer a {
    color: #cccccc;
    padding: 0.6em;
    text-decoration: none;
}
#footer a:hover {
    background: none repeat scroll 0 0 #ffffff;
    color: #000000;
    padding-bottom: 1px;
    text-decoration: none;
}
.copyright {
    font-size: 12px;
    line-height: 26px;
    padding: 10px 0;
    text-align: center;
}
.footerSocial {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 0;
    text-align: center;
}
.footerSocial #join {
    vertical-align: text-top;
}
#footer .footerSocial a {
    padding-bottom: 4px;
}
#footer .footerSocial a:hover {
    padding-bottom: 3px;
}
.disclaimer {
    color: #cccccc;
    font-size: 11px;
    line-height: 14px;
    padding: 10px 0;
    text-align: center;
}
.disclaimer sup {
    font-size: 7px;
}
#footer .nav-tabs > li, .nav-pills > li {
    display: inline-block;
    float: none;
}
.counter-group {
	margin: 0 auto;
	text-align: center;
}
.counter-group::before, .counter-group::after {
	content: " ";
	display: table;
}
.counter-group::after {
	clear: both;
}
.counter-block {
	display: inline-block;
	margin: 0 1%;
	position: relative;
	width: 21.55%;
}
.counter-block .counter::before {
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 34%, #c1c1c1 51%, #b3b3b3 75%, #e3e3e3 93%, #e3e3e3 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #222222;
	content: " ";
	height: 20px;
	left: -5px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	width: 10px;
	z-index: 111;
}
.counter-block .counter::after {
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 34%, #c1c1c1 51%, #b3b3b3 75%, #e3e3e3 93%, #e3e3e3 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #222222;
	content: " ";
	height: 20px;
	margin-top: -10px;
	position: absolute;
	right: -5px;
	top: 50%;
	width: 10px;
	z-index: 112;
}
.counter-block .counter {
	border: 2px solid #222222;
	border-radius: 6px;
	font-family: "Open Sans Condensed", "Arial Narrow", "Nimbus Sans L", sans-serif;
	font-weight: 700;
	height: 97px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.counter-block .counter .number {
	background-color: #ffffff;
	color: #444444;
	font-size: 65px;
	height: 98%;
	line-height: 89px;
	padding: 1%;
	position: absolute;
	text-align: center;
	top: -10000px;
	width: 49%;
}
.counter-block::before {
	background: none repeat scroll 0 0 #555555;
	content: " ";
	height: 1px;
	left: 0;
	margin-left: 2px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	width: 92.5%;
	z-index: 110;
}
.counter-block .counter .tens {
	padding-left: 11%;
}
.counter-block .counter .units {
	padding-right: 11%;
}
.counter-block .counter .number.tens {
	left: 0;
}
.counter-block .counter .number.units {
	left: 50%;
}
.counter-block .counter .number.hundreds {
	display: none;
}
.counter-block .counter .number.show {
	top: 0;
	z-index: 2;
}
.counter-block .counter .number.hidden-down {
	top: 100%;
}
.counter-block .counter .number.hidden-up {
	top: -100%;
	z-index: 100;
}
.counter-block .counter.with-hundreds {
	width: 300px;
}
.counter-block .counter.with-hundreds .number {
	width: 30.66%;
}
.counter-block .counter.with-hundreds .number.tens {
	left: 33.33%;
}
.counter-block .counter.with-hundreds .number.units {
	left: 66.66%;
}
.counter-block .counter.with-hundreds .number.hundreds {
	display: block;
	left: 0;
}
.counter-block .counter-caption {
	color: #949494;
	font-size: 100%;
	text-align: center;
}
@media (max-width: 768px) {
	.counter-block .counter {
		height: 73px;
	}
	.counter-block .counter .number {
		font-size: 40px;
		line-height: 72px;
	}
}
.nomargin {
	margin: 0px;
}
.nomargin-t {
	margin-top: 0px;
}
.nomargin-b {
	margin-bottom: 0px;
}
.font08 {
	font-size: 8px !important;
}
.font09 {
	font-size: 9px !important;
}
.font10 {
	font-size: 10px !important;
}
.font11 {
	font-size: 11px !important;
}
.font12 {
	font-size: 12px !important;
}
.font13 {
	font-size: 13px !important;
}
.font14 {
	font-size: 14px !important;
}
.font15 {
	font-size: 15px !important;
}
.font16 {
	font-size: 16px !important;
}
.font17 {
	font-size: 17px !important;
}
.font18 {
	font-size: 18px !important;
}
.font19 {
	font-size: 19px !important;
}
.font20 {
	font-size: 20px !important;
}
.font21 {
	font-size: 21px !important;
}
.font22 {
	font-size: 22px !important;
}
.font23 {
	font-size: 23px !important;
}
.font24 {
	font-size: 24px !important;
}
.font25 {
	font-size: 25px !important;
}
.font26 {
	font-size: 26px !important;
}
.font27 {
	font-size: 27px !important;
}
.font28 {
	font-size: 28px !important;
}
.font29 {
	font-size: 29px !important;
}
.font30 {
	font-size: 30px !important;
}
.font31 {
	font-size: 31px !important;
}
.font32 {
	font-size: 32px !important;
}
.font33 {
	font-size: 33px !important;
}
.font34 {
	font-size: 34px !important;
}
.font35 {
	font-size: 35px !important;
}
.font36 {
	font-size: 36px !important;
}
.font37 {
	font-size: 37px !important;
}
.font38 {
	font-size: 38px !important;
}
.font39 {
	font-size: 39px !important;
}
.font40 {
	font-size: 40px !important;
}
.font41 {
	font-size: 41px !important;
}
.font42 {
	font-size: 42px !important;
}
.font43 {
	font-size: 43px !important;
}
.font44 {
	font-size: 44px !important;
}
.font45 {
	font-size: 45px !important;
}
.font46 {
	font-size: 46px !important;
}
.font47 {
	font-size: 47px !important;
}
.font48 {
	font-size: 48px !important;
}
.font49 {
	font-size: 49px !important;
}
.font50 {
	font-size: 50px !important;
}
.line08 {
	line-height: 8px !important;
}
.line09 {
	line-height: 9px !important;
}
.line10 {
	line-height: 10px !important;
}
.line11 {
	line-height: 11px !important;
}
.line12 {
	line-height: 12px !important;
}
.line13 {
	line-height: 13px !important;
}
.line14 {
	line-height: 14px !important;
}
.line15 {
	line-height: 15px !important;
}
.line16 {
	line-height: 16px !important;
}
.line17 {
	line-height: 17px !important;
}
.line18 {
	line-height: 18px !important;
}
.line19 {
	line-height: 19px !important;
}
.line20 {
	line-height: 20px !important;
}
.line21 {
	line-height: 21px !important;
}
.line22 {
	line-height: 22px !important;
}
.line23 {
	line-height: 23px !important;
}
.line24 {
	line-height: 24px !important;
}
.line25 {
	line-height: 25px !important;
}
.line26 {
	line-height: 26px !important;
}
.line27 {
	line-height: 27px !important;
}
.line28 {
	line-height: 28px !important;
}
.line29 {
	line-height: 29px !important;
}
.line30 {
	line-height: 30px !important;
}
.line31 {
	line-height: 31px !important;
}
.line32 {
	line-height: 32px !important;
}
.line33 {
	line-height: 33px !important;
}
.line34 {
	line-height: 34px !important;
}
.line35 {
	line-height: 35px !important;
}
.line36 {
	line-height: 36px !important;
}
.line37 {
	line-height: 37px !important;
}
.line38 {
	line-height: 38px !important;
}
.line39 {
	line-height: 39px !important;
}
.line40 {
	line-height: 40px !important;
}
.line41 {
	line-height: 41px !important;
}
.line42 {
	line-height: 42px !important;
}
.line43 {
	line-height: 43px !important;
}
.line44 {
	line-height: 44px !important;
}
.line45 {
	line-height: 45px !important;
}
.line46 {
	line-height: 46px !important;
}
.line47 {
	line-height: 47px !important;
}
.line48 {
	line-height: 48px !important;
}
.line49 {
	line-height: 49px !important;
}
.line50 {
	line-height: 50px !important;
}
.line51 {
	line-height: 50px !important;
}
.line52 {
	line-height: 50px !important;
}
.line53 {
	line-height: 50px !important;
}
.line54 {
	line-height: 50px !important;
}
.line55 {
	line-height: 50px !important;
}
.line56 {
	line-height: 50px !important;
}
.line57 {
	line-height: 50px !important;
}
.line58 {
	line-height: 50px !important;
}
.line59 {
	line-height: 50px !important;
}
.line60 {
	line-height: 50px !important;
}
.weight300 {
	font-weight: 300 !important;
}
.weight400 {
	font-weight: 400 !important;
}
.weight600 {
	font-weight: 600 !important;
}
.weight700 {
	font-weight: 700 !important;
}
.weight800 {
	font-weight: 800 !important;
}
@media (max-width: 400px) {
	#footer .nav-pills > li {
		display: block;
		width: 100%;
	}
	#footer .nav-pills a {
		padding-bottom: 0.6em;
		padding-top: 0.6em;
	}
}
.faq {
    padding: 4% 0 0;
}
.faq .panel-heading {
	padding: 15px;
}