@import url(https://fonts.googleapis.com/css?family=Lato:400,700,300);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
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.paddingt-0{
	padding-top:0;
}
/*#opening_video iframe{
	border:8px solid #ccc;
}*/
.videoHolder{
	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;
}

#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;*/
}

.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;
}
.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;
}
.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;
}

.ftf-logo {
	background-color: #222222;
	min-height: 74px;
}
.ftf-logo .logo-block {
	padding-top: 11px;
	padding-bottom: 11px;
}
.ftf-logo .text-block {
	padding-top: 10px;
	padding-bottom: 10px;
}
.ftf-logo .text-block h2 {
	margin: 0px;
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
}
@media (min-width: 992px) {
	.ftf-logo .text-block {
		padding-top: 30px;
	}
	.ftf-logo .text-block h2 {
		font-size: 22px;
		line-height: 26px;
		margin: 0px 0 0 48px ;
	}
}
.ftf-logo .img-responsive {
	margin-bottom: 0px;
}

.padding0 {
	padding: 0px !important;
}