* {
	padding:0;
	outline:0;
	margin:0;
}

html {
	font-family:Roboto;
	min-width:1370px;
	overflow-y: scroll;
}

body {
	padding-top:55px;
}

.loader {
/*	display:none; */
    position:fixed;
    width:100%;
    height:100%;
    background:#CCCCCC;
    z-index:10000;
    opacity:.85;
    top:1;
}

.overlay {
  width: 656px;
  height: 210px;
  padding: 10px;
  background-color:#FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index:100000;
  margin: -115px 0 0 -338px;
}

.overlay h1 {
	color:#FFFFFF;
	margin-bottom:25px;
}

.overlay a {
	width:132px;
	height:35px;
	line-height:35px;
	color:#FFFFFF;
	border:1px solid #FFFFFF;
	padding:10px 30px 10px 30px;
	text-decoration:none;
}

.overlay a:hover {
	background-color:#FFFFFF;
	color:#000000;
}

.partner-login-button-container, .loansifter-container{
	width:100%;
	position:absolute;
	top:-1px;
}
.partner-login-button-container-inner{
	width:1370px;
	margin-left:auto;
	margin-right:auto;
}


.loansifter-container-inner {
	width:1370px;
	margin-left:auto;
	margin-right:auto;
	
}

.loansifterLink{
	position:relative;
	float: right;
}
.loansifterLink:hover{
	position:relative;
	float: right;
	content: url('images/Loansifter_button_rollover.png');
	width: 275px;
}

.partner-login-button {
	width: 200px;
	height: 35px;
	float: right;
	/*
    position: fixed;
    top: -1;
    right: 0;
    margin-right: 25px;
    */
	color:#FFFFFF;
	 background-color: #EA2139; 
	/* background-color: #192b41; */
	border-radius: 0px 0px 10px 10px;
	cursor: pointer;
	text-align: center;
	line-height: 35px;
	border: 1px solid #ffffff;
	border-bottom: 0px;
	/* box-shadow: 0px 0px 10px #CCCCCC; */
	z-index: 100;
}

.partner-login-button:hover {
	background: #192b41;
}

.container {
	display:block; clear:left;
	/* width:1370px; */
	width:100%;
	margin-left:auto;
	margin-right:auto;
/*	margin-bottom:100px; */
}

.container_top,
.container_bottom {
	width:1370px;
	margin-left:auto;
	margin-right:auto;
}
.container_bottom {
	text-align:left;
}

.container_top .centeredmenu {
	margin-top:25px;
}

.main {
	clear:left;
	/* width:1370px; */
	width:100%;
	min-width:1165px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
/*	width:100%; */
	height:442px;
	display:table;
}

#maintop,
#mainbottom {
	clear:left;
	/* width:1370px; */
	min-width:1165px;
	margin-left:auto;
	margin-right:auto;
	height:45px;
	padding-top:5px;
}

#mainbottom {
	padding-top:15px;
/*	padding-bottom:35px; */
}

#maintop .arrow,
#mainbottom .arrow,
#arrowLeft,
#arrowRight {
	opacity:.3;
	cursor:pointer;
}

#maintop .arrow:hover,
#mainbottom .arrow:hover,
#arrowLeft:hover,
#arrowRight:hover {
	opacity:.5;
}

.solutions {
	margin-top:0 !important;
}

.solutions .left h1,
.solutions .left h2,
.products .left h1,
.products .left h2 {
	text-shadow: 1px 1px 8px black; 
}

.main .left {
	display:table-cell;
	width:50%;
	padding-right:100px;
}
.main .left h1 {
	font-size:28px;
	color:#FFFFFF;
/*	text-shadow: 2px 2px 5px #000000; */
	
}
.main .left h2 {
	font-size:18px;
	color:#FFFFFF;
	font-weight:normal;
	/* text-shadow: 2px 2px 5px #000000; */
}

.main .left_pane {
	position:absolute;
 	width:50%; 
	/* max-width:685px;
	width:685px;
	min-width:582px;
	*/
	min-width:685px;
	height:538px;
	display:table-cell;
	background-size:cover; 

}

.main .right {
	display:table-cell;
	position:relative;
	width:50%;
	vertical-align:top;
	background-color:#e6e6e6;
	color:#1d1d38;
}

.main .right h1 {
	padding-left:20px;
	padding-right:20px;
	margin-top:15px;
	font-size:28px;
	font-weight:500;
}
.main .right h2 {
	padding-left:20px;
	padding-right:20px;
	font-size:16px;
	font-weight:normal;
}

.community {
	width:1370px;
}

.community .left {
	display:inline-block;
}

.community .right {
	background-color: #FFFFFF;
}

.community .left h1,
.community .left h2 {
 	color:#333366;
 }


/*
	About
*/

/*
.about {
	width:1164px;
}
*/

.about .leftPaneContainer {
	float:right;
	width:685px;
}

.about .leftPaneTextContainer {
	width:482px;
	text-align:left;
	float:right;
	padding-right:203px;
	padding-top:190px;
}

.about .rightPaneContainer h1 {
	padding-left:0;
	margin-top:0;
	font-size:42px;
	margin-bottom:15px;
}

.about .rightPaneContainer {
	float:left;
	width:685px;
}

.about .rightPaneTextContainer {
	width:630px;
	text-align:left;
	float:left;
	padding-left:55px;
	padding-top:36px;
	font-size:14px;
}

/*
	Solutions
*/

.solutions .right {
	display:table-cell;	
}

.solutions .slides #right_pane_2,
.solutions .slides #right_pane_3,
.solutions .slides #right_pane_4,
.solutions .slides #right_pane_5,
.solutions .slides #right_pane_6 {
	position:absolute;
	width:100%;
	height:100%;
	z-index: 998;
	top:-538px;
}

.solutions .right h1 {
	color:#EA2139;
}

.tblSolutions {
	table-layout: fixed;
	color:#FFFFFF;
	font-size:14px;
	font-weight:500;
}

.tblSolutions tr td {
	height:45px;
	text-align:center;
	border-bottom:1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;
}

.tblSolutions tr td.col1 {
	text-align:left;
	box-sizing: border-box;
	padding-left:20px;
	border-left:0;
	font-weight:normal;
}
.tblSolutions tr td.col1 span {
	color:#f2f2f2;
}

.tblSolutions tr td {
	font-weight:bold;
	color:#EA2139;
}

.tblSolutions tr .off  {
	background-color:#b4b4ba;
	color:#e6e6e6;
}
.tblSolutions tr .hdr {
	color:#EA2139;
	background-color:transparent !important;
}
.tblSolutions tr .off span {
	color:#868693;
/*	opacity:.2; */
}

#left_pane_1 {
	position:absolute;
/* 	padding-top:190px; */
}

#left_pane_2,
#left_pane_3,
#left_pane_4,
#left_pane_5,
#left_pane_6 {
	display:none;
/* 	padding-top:190px;*/
	position:absolute;
	opacity:0;
}

.left_pane_community {
/*	padding-top:190px; */
}

.left_pane_community img {
	margin-bottom:20px;
}

.left_pane_community h1,
.left_pane_community h2 {
	color:#333366 !important;
}

.left_pane_community h2 {
	text-align:justify;
}

.leftPaneContainer {
	float:right;
	width:582px;
}

.solLeftPaneContainer,
.prodLeftPaneContainer {
	position: absolute;
	float:left;
	width:582px;
	bottom: 0;
	padding-left:1em;
	padding-bottom:1em;
}

.leftPaneTextContainer {
	width:482px;
	text-align:left;
	float:right;
	padding-right:100px;
	padding-top:190px;
	
}
.solLeftPaneTextContainer,
.prodLeftPaneTextContainer {
	width:482px;
	text-align:left;
	float:left;
	padding: .2em;
	background-color: rgba(0, 0, 0, 0.6);
}

.slidewrapper {
	height:538px;
	width:656px !important;
	overflow:hidden;
}

.slides #right_pane_1 {
	position:absolute;
	z-index:999;
	top:0;
}

.community .slides #right_pane_2,
.community .slides #right_pane_3,
.community .slides #right_pane_4,
.community .slides #right_pane_5,
.community .slides #right_pane_6 {
	position:absolute;
	/* width:100%; */
	/* width:656px; */
	height:100%;
	z-index: 998;
	/* top:492px; */
	left: -656px;
}

.slides h1 {
	font-weight:900 !important;
}

/*
	Navigation
*/

.nav {
	width:920px;
	height:70px;
	margin-left:auto;
	margin-right:auto;
	margin-top:35px;
}

.nav a {
	position:relative;
	display:inline;
	float:left;
	width:120px;
	height:35px;
	background-color:#e6e6e6;
	color:#81818f;
	text-align:center;
	cursor:pointer;
	line-height:35px;
	text-decoration:none;
}

.nav a:hover,
.nav .active {
	background-color:#EA2139; 
	/* background-image:url(images/downarrow.png);
	background-repeat: no-repeat; */
	/* background-attachment: fixed; */
	/* background-position: 0 35px; */
	color:#FFFFFF;
}

.nav .active:after {
	position:absolute;
	right:0;
	bottom: -12px;
	content: url(images/downarrow.png);
}

/*
Circles
*/

.dot {
  height: 100px;
  width: 100px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  text-align:center;
}

.circle {
	display:inline;
	float:left;
	text-align:center;
	line-height:144px;
	border-radius: 50%;
	width: 144px;
	height: 144px; 
	background-color:#1d1d38;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	opacity:.5;
	cursor:pointer;
	z-index:7;
	/* width and height can be anything, as long as they're equal */
}

.circle:hover {
	opacity:1 !important;
}

.bigcircle {
	/* position:relative; */
	position:absolute;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:293px;
	height:293px;
	background-color:#1d1d38;
	border-radius: 50%;
	cursor:pointer;
	color:#FFFFFF;
}

.bigcircle h1 {
	padding-left:0 !important;
	padding-right:0 !important;
	font-size:24px !important;
	margin-top:0 !important; 
}

.bigcircleInner {
	padding-left:40px;
	padding-right:40px;
	font-size:12px;
}

#littlecircle1:hover + #bigcircle1{display:block;}

.circle_container {
	display:inline-block;
	float:left;
	width:164px;
	height:164px;
}

.bigcircle_container {
	display:none;
	position:relative;
	width:656px;
	height:492px;
	padding-left:182px;
	padding-top:100px;
	cursor:pointer;
}

.bigcircleInner {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	width:293px;
	height:293px;
}

/*
 * Team
 */
 .team .left h1,
 .team .left h2 {
 	color:#333366;
 }
 
 .team .right h1 {
 	clear:left;
 	font-size:16px;
 	font-weight:bold;
 	margin-top:10px;
 	margin-bottom:10px;
 	padding-left:0;
 }

 
.biobox,
.bioboxLg {
	display:table-cell;
	text-align:left;
	vertical-align:bottom;
	background-color:#e6e6e6;
	width:160px;
	height:160px;
	padding-left:10px;
	padding-bottom:10px;
	padding-right:10px;
	opacity:.9;
}

.biobox_lg {
	width:248px;
	height:248px;
}

.biobox_container {
	display:inline-block;
	float:left;
	width:160px;
	height:160px;
	margin-right:15px;
	margin-bottom:15px;
}

.biobox_container_lg {
	width:248px;
	height:248px;
}

.biobox h2 {
	color:#FFFFFF;
	font-size:12px !important;
	font-weight:bold !important;
	padding-left:0 !important;
	opacity:.9;
	text-shadow:1px 1px 8px #000000;
}

.biobox h3 {
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
	opacity:.9;
	display:none;
	text-shadow:1px 1px 8px #000000;
}

.team_corporate .biobox h2,
.team_corporate .biobox h3,
.team_corporate .biobox a {
	color:#FFFFFF;
	text-shadow:1px 1px 8px #000000;
}

.biobox a,
.biobox_lg a {
	display:none;
	color:#FFFFFF !important;
	text-decoration:none;
	font-size:9px;
}


.liaison>h3, 
.liaison>a{
	color:black !important;
}

.black{
	color:black !important;
}

.biobox:hover {
	opacity:1 !important;
}

.biobox:hover > h2 {
	opacity:1;
}

.biobox:hover > h3,
.biobox:hover > a {
	display:block;
	opacity:1;
}

.missingbio h1,
.missingbio h2,
.missingbio h3,
.missingbio a {
	color:#000000 !important;
}

.team_option {
	display:inline;
	font-size:13px;
	cursor:pointer;
	line-height:20px;
	padding-right:10px;
	opacity:.5;
	text-decoration:none;
	color:#333366;
	font-weight:bold;
}
.team_option:before {
	background: url(images/sm_right_arrow_on.png) no-repeat 0px 3px;
	opacity:.5;
	content: url(images/sm_right_arrow_placeholder.png) !important;
	width:8px;
	height:13px;
	content: " ";
/*	content: url(images/sm_right_arrow_off.png); */
	margin-left:0;
	padding-left:0;
	padding-bottom:3px;
	padding-left:15px;
}

.team_option_active,
.team_option:hover {
	color:#333366;
	opacity:1;
	font-weight:bold;
}

.team_option_active:before,
.team_option:hover:before {
	opacity:1;
	content: url(images/sm_right_arrow_placeholder.png) !important;
	width:8px;
	height:13px;
/* 	content: url(images/sm_right_arrow_on.png); */
}


/* Licensing */
.licensing {
	width:1164px;
}
.licensing p {
	margin-bottom:20px;
}

.licensing h1 {
	margin-top:25px;
	margin-bottom:25px;
}

.licensing h4 {
	margin-bottom:25px;
}

.accordion-content {
	padding-left:15px;
}

/* Footer */
#footer_container {
	width:100%;
}
.footer {
	font-size:12px;
	height:100px;
	width:1370px;
	margin-bottom:35px;
	padding-top:25px;
}

.footer_left {
	width:1120px;
}

.footer_right {
	float:right;
	text-align:right;
	font-size:22px;
	font-weight:bold;
	text-decoration:none;
	width:200px;
}

.footer_right h3 {
	font-size:22px;
}

.footer a {
	color:#5a5758;
	text-decoration:none;
}
.accordion-toggle {
	cursor: pointer;
	background-color:#e6e6e6;
	padding:15px;
	color:#000000;
}
.accordion-content {display: none;}
.accordion-content.default {display: block;}

/* Contact */
.contact form {
	margin-top:40px;
}

.contact .frmContact {
	width:477px;
	margin-left:auto;
	margin-right:auto;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#000000 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color:#000000 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color:#000000 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color:#000000 !important;
}

.contact form input[type="text"] {
	display:block;
	margin-left:auto;
	margin-right:auto;
	clear:left;
	margin-bottom:20px;
	width:100%;
	height:37px;
	line-height:37px;
	padding:13px;
	border:0;
	background-color:#e6e6e6;
	color:#000000 !important;
	font-weight:bold;
}
.contact form select{
	display:block;
	margin-left:auto;
	margin-right:auto;
	clear:left;
	margin-bottom:20px;
	width:100%;
	height:37px;
	line-height:37px;
	background-color:#e6e6e6;
	color:#000000 !important;
	font-weight:bold;
	padding-left:8px;
	border:0;
}
.contact form textarea{
	display:block;
	margin-left:auto;
	margin-right:auto;
	clear:left;
	margin-bottom:20px;
	width:100%;
	height:80px;
	background-color:#e6e6e6;
	color:#000000 !important;
	font-weight:bold;
	padding:13px;
	border:0;
	font-family:Arial;
}
#submit {
	background-color:#EA2139;
	color:#FFFFFF;
	text-align:center;
	line-height:25px;
	height:25px;
	width:75px;
	border:0;
	font-size:11px;
	float:right;
	cursor:pointer;
}
.btnSubmitContainer button {
	background-color: #EA2139;
    color: #FFFFFF;
    text-align: center;
    line-height: 25px;
    height: 25px;
    width: 75px;
    border: 0;
    font-size: 11px;
    float: right;
    cursor: pointer;
}
.contact {
	font-size:28px;
	font-weight:900;
	margin-top:40px;
}

.contact h1 {
	font-size:46px;
	font-weight:900;
	margin-top:0;
}


/*
Process
*/

.process {
	width:1164px;
}

.process h1 {
	margin-bottom:35px;
}

/*
Assumptions
*/

a.assumptions {
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none;
}

a.assumptions:hover {
	color:#CCCCCC;
}

.btn_contact {
	display:block;
	width: 200px;
    height: 50px;
    background-color: #EA2139;
    color: #FFFFFF;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #ffffff;
    border-bottom: 0px;
    margin-right:25px;
    margin-top:5px;
    font-size:18px;
    line-height:50px;
    text-decoration:none;
}
.btn_contact:hover{
	background-color:#1d1d38;
}

.connectwithus {
	
}
.connectwithus,
.connectwithus h3 {
	 text-align: right;
	 font-size: 22px;
	 font-weight: bold;
}

.connectwithus p {
	margin:0;
	padding:0;
}

/*
Mobile
*/

#mobile_nav_container {
	display:none;
	background-color:#000000;
	height:45px;
}

#logo_mobile {
	display:none;
	width:200px;
	margin: 10px auto 10px auto;
}
#logo_mobile img {
	width:200px;
}

#main_mobile {
	display:none;
}

.footer_mobile {
	display:none;
	background-color:#f2f2f2;
	text-align:center;
}

.footer_mobile {
	padding-top:63px;
	text-align:center;
	padding-bottom:15px;
}

.footer_mobile h2 {
	margin-bottom:60px;
}

.footer_mobile .townefi_logo {
	width:200px;
	height:37px;
	display:block;
	clear:left;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}

.footer_mobile .logo {
	display:inline-block;
	float:left;
	margin-right:25px;
}

.footer_mobile p {
	padding-left:30px;
	padding-right:30px;
	font-size:12px;
}

.footer_mobile a {
	font-size:11px;
}

@media (max-width: 720px) {
    
	table {
		font-family:Roboto;
		box-sizing: border-box;
	}
	
	.blue {
		color:#182b42;
		font-size:16px;
		/* font-weight:bold; */
		font-weight:normal;
		line-height:55px;
	}
	
	.blueh {
		color:#182b42;
		font-size: 18px;
		font-weight:bold;
		line-height:55px;
	}
	
	.red {
		color:#c2382d;
		font-size:16px;
		/* font-weight:bold; */
		font-weight:normal;
		line-height:55px;
	}
	
	tr {
		clear:left;
		/* display: block; */
	}
	
	th.active {
		color:#182b42;
		background-color:#f1f1f1;
		font-weight:900;
	}
	
	td.active {
		background-color:#f1f1f1;
	}
	
	th {
	color:#c2382d;
	font-size:18px;
	display:inline-block;
	
	width:100%;
	min-height:55px;
	line-height:55px;
	border-bottom:1px solid #cacaca;
	/* border-right:1px solid #cacaca; */
	border-top:1px solid #cacaca;
	}
	
	/*
	th span {
	  display: inline-block;
	  vertical-align: middle;
	  line-height: normal;
	}
	*/
	
	th.first {
		width:4%;
		border:0;
	}
	
	th.last {
	width:4%;
	border:0;
	}
	
	td {
	display:inline-block;
	width:100%;
	height:55px;
	text-align:center;
	min-height:55px;
	border-bottom:1px solid #cacaca;
	/* border-right:1px solid #cacaca; */
	}
	
	td.first {
		width:4%;
		border:0;
	}
	
	td.after {
	background:url(cshadow.png) repeat-y top left;
	}
	
	td.col1 {
	border-left:1px solid #cacaca;
	}
	
	th {
	    font-weight:bold !important;
		background-color:#d0d1d3;
	}
	
	
	td a {
		font-size:14px;
		padding: 10px 0px 10px 0px;
		margin-top:17px;
		background-color: #c3372f;
		color: #FFFFFF;
		font-weight: bold;
		letter-spacing: 1px;
		border: 1px solid #c3372f;
		line-height: normal;
		text-decoration:none;
		
		display: block;
		min-width:120px;
		width:80%;
		margin-left:auto;
		margin-right:auto;
		font-style:normal;
		text-align:center;
	}
	
	td a:hover {
		background-color:#FFFFFF;
		border:1px solid #c3372f;
		color:#c3372f;
		text-decoration:none;
	}
	
	.cursor {
		cursor:pointer;
	}
}

/* Mobile - Side Navigation */

#mobilemenubutton {
    color: #eeeeee;
    font-size: 20px;
    cursor: pointer;
}

#mobilemenubutton span {
    display: block;
    padding: 10px 20px 0px 20px;
}

#mobilemenubutton .redbox {
	display:inline;
	float:left;
	background-color:#ea2139;
	height:25px;
	line-height:25px;
	font-size:12px;
	font-weight:bold;
	padding:0;
	padding-left:10px;
	padding-right:10px;
	margin-top:10px;
	cursor:default;
}

#mobilemenubutton a.redbox {
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;
}

.sidenav {
	display:none;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 45px;
}

.sidenav:after {
	content: ' ';
    display: block;
    position: absolute;
    right: -15px;
    top: 0;
    height: 100%;
    width: 15px;
    background: 0 0;
		-webkit-box-shadow: 0 0 15px rgba(0,0,0,.8);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.8);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,.8);
    -o-box-shadow: 0 0 15px rgba(0,0,0,.8);
    box-shadow: 0 0 15px rgba(0,0,0,.8);
}

.sidenav a {
    text-decoration: none;
    font-size: 13px;
    color: #eeeeee;
    display: block;
    transition: 0.3s;
/*    padding: 15px 25px; */
	padding: 8px 25px;
/*    line-height: 1.6em; */
    text-decoration: none;
    position: relative;
    cursor: pointer;
	
	
	display: block;
    color: #eee;
    border-bottom: 1px solid #111;
    border-top: 1px solid #313131;
    text-shadow: 0 1px 1px rgba(0,0,0,.5);
}

.sidenav .subitem {
	color: #ccc;
    background: #25252A;
}

.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
	padding:0;
}

/* Training */

.training h2 a {
	color:#1d1d38;
	text-decoration:none;
	background-color:#E6E6E6;
	display:block;
	padding:15px;
}
.training h2:hover {
	text-decoration:underline;
}

.training h3 {
	font-size:16px;
	margin-top:10px;
	margin-bottom:3px;
}

.training .trainingEvent p {
	font-size:18px !important;
}

.training .btnEventSignup {
	display: block;
	background-color: #EA2139;
	padding:0 16px;
	border-radius:4px;
	width:250px;
	color:#fff;
	
	font-size: 18px;
    line-height: 40px;
	text-decoration:none;
	text-align:center;
	margin-top:25px;
}

.training .btnEventSignup:hover {
	background-color:#1d1d38;
}

.training .innerTraining {
	width: 1165px;
	margin-left: auto;
	margin-right: auto;
}

/* Mobile - Products */
.products_mobile {
	display: none;
}
.products_mobile h1 {
	text-align:center;
	font-size:20px;
	padding-left:30px;
	padding-right:30px;
	margin-top:50px;
	margin-bottom:40px;
}
.products_mobile .bigcircle_container_mobile {
	width:auto;
	height:80vw;
	padding-top:0;
	margin-left:10vw;
	margin-right:10vw;
	margin-bottom:5vw;
	cursor:auto;
}
.products_mobile .bigcircle {
	width:80vw;
	height:80vw;
	margin-left:auto;
	margin-right:auto;
	cursor:auto;
}
.products_mobile .bigCircleInner {
	font-size:3vmin;
	width:80vw;
	height:auto;
	padding-left:10vw;
	padding-right:10vw;
	padding-top:10vw;
}

/* Mobile - Team */
.team_mobile {
	display:none;
}
.team_mobile .biobox {
	padding-left:25px;
	padding-bottom:25px;
}
.team_mobile .biobox,
.team_mobile .biobox_container {
	width:100%;
	height:100vw;
	
}
.team_mobile .biobox {
	width:	80vw;
	height: calc(80vw - 17px);
	background-size:cover;
	opacity:1;
	margin-left:auto;
	margin-right:auto;
}

.team_mobile .biobox h3,
.team_mobile .biobox a {
	font-size:20px !important;
	display:table;
	background-color:rgba(0, 0, 0, 0.87);
}

.team_mobile .biobox h2 {
	font-size:28px !important;
	background-color:rgba(0, 0, 0, 0.87);
	display:table;
}

/* Mobile - Community */

.community_mobile {
	display:none;
	text-align:center;
}
.community_mobile .desc h1 {
	margin-top:35px;
	margin-bottom:35px;
	font-size:32px;
	font-weight:bold;
}
.community_mobile .desc img {
	margin-bottom:50px;
}
.community_mobile .desc p {
	background:#1d1d38;
	color:#FFFFFF;
	padding:20vw 10vw 20vw 10vw;
	

}
.community_mobile .image_mobile {
	width:100%;
}

/* Mobile - About */
.about_mobile {
	display:none;
	text-align:center;
}
.about_mobile .desc {
	background:#1d1d38;
	color:#FFFFFF;
	padding-top:60px;
	padding-bottom:100px;
}
.about_mobile .desc h1 {
	margin-bottom:60px;
}
.about_mobile .desc p {
	padding-left:10vw;
	padding-right:10vw;
}

/* Mobile - Buttons */
.mobile_buttons {
	display:none;
	font-family:Roboto;
	width:100%;
}

/* Mobile - Contact */
.contact .mobile_desc {
	display:none;
}

#main.training {
	height:auto;
}

/* Mobile - Training */
.training_mobile {
	display:none;
	text-align:center;
}

@media only screen and (max-width: 720px) {
	html {
		min-width: 0 !important;
	}

	body {
		min-width: 400px !important;
		padding-top: 0;
	}

	#mobile_nav_container {
		display: block;
	}

	.container_top {
		width: auto !important;
	}

	#logo {
		display: none;
	}

	#logo_mobile {
		display: block;
	}

	.nav {
		display: none;
	}

	.container_top .centeredmenu {
		display: none !important;
	}

	#maintop {
		display: none;
	}

	#main {
		display: none;
	}

	#mainbottom {
		display: none;
	}

	#bottomspacer {
		display: none !important;
	}

	#main_mobile {
		display: block;
		max-width: 100%;
		text-align: center;
	}

		#main_mobile h1 {
			margin-top: 50px;
			margin-bottom: 50px;
		}

		#main_mobile p {
			margin-bottom: 40px;
			padding-left: 30px;
			padding-right: 30px;
		}

		#main_mobile img {
			width: 100%;
		}

	.footer {
		width: auto;
		display: none;
	}

	.brands {
		display: none;
	}

	.footer_mobile {
		display: block;
	}

	/* products */
	.products {
		display: none;
	}

		.products .left {
			display: none;
		}

		.products .right {
			display: none;
		}

	.products_mobile {
		display: block;
	}

		.products_mobile img {
			width: 100%;
		}

		.products_mobile .bigcircle_container {
			display: block;
			padding-left: 0;
			padding-right: 0;
		}

	#convh1 {
		margin-top: 25px !important;
	}

	#day1 {
		padding-top: 20vw !important;
	}

	#renoh1 {
		margin-bottom: 30px !important;
		margin-top: 15px !important;
	}

	#usdaloan {
		padding-top: 15vw !important;
	}

	#valoan {
		padding-top: 15vw !important;
	}

	#nonqmh1 {
		margin-bottom: 15px !important;
		margin-top: 20px !important;
	}

	#jumboloan {
		padding-top: 15vw !important;
	}

	#physloan {
		padding-top: 15vw !important;
	}


	/* Team */
	.team {
		display: none;
	}

	.team_mobile {
		display: block;
	}

		.team_mobile .biobox_container {
			display: block;
			clear: left;
		}

			.team_mobile .biobox_container h2 {
				margin-top: 15px;
				margin-bottom: 5px;
			}

			.team_mobile .biobox_container h3 {
				font-size: 16px;
				font-weight: 400;
				line-height: 28px;
			}

			.team_mobile .biobox_container a {
				color: #000000;
				text-decoration: none;
			}

	/* Community */
	.community {
		display: none;
	}

	.community_mobile {
		display: block;
	}

	/* About */
	.about {
		display: none;
	}

	.about_mobile {
		display: block;
	}

		.about_mobile img {
			width: 100%;
		}

	/* Process */
	.process {
		min-width: auto;
		width: auto;
	}

		.process img {
			width: 80vw;
		}

	/* Contact */
	.contact {
		min-width: auto;
	}

		.contact .frmContact {
			width: auto;
		}

			.contact .frmContact input[type="text"],
			.contact form select {
				width: 80vw !important;
				margin-left: 10vw;
			}

			.contact .frmContact .btnSubmitContainer {
				width: 80vw;
				margin-left: 10vw;
			}

		.contact form textarea {
			width: 80vw !important;
			margin-left: 10vw;
		}

	.contact_mobile {
		display: block;
	}

	.contact .desc {
		display: none;
	}

	.contact .mobile_desc {
		display: block;
	}

	/* Licensing */
	.licensing {
		width: auto;
		padding-left: 10vw;
		padding-right: 10vw;
	}

	/* Buttons */

	.mobile_buttons {
		display: block;
	}

	.full_buttons {
		display: none;
	}

	.overlay {
		left: auto;
		width: 80vw;
		height: 310px;
		margin-left: 10vw;
		margin-right: 10vw;
	}

		.overlay h1 {
			font-size: 24px;
			line-height: 60px;
			margin-bottom: 0;
		}

		.overlay td {
			vertical-align: top;
		}

			.overlay td a {
				margin-top: 0;
				background: none;
			}

				.overlay td a:hover {
					border-color: #FFFFFF;
				}

	.partner-login-button-container {
		display: none;
	}

	/* scroll snapping */
	* {
		box-sizing: border-box;
	}


	html {
		font-family: sans-serif;
	}


	.team_mobile {
		width: 100vw;
		height: 100vh;
		overflow-y: auto;
		-ms-scroll-snap-type: mandatory;
		scroll-snap-type: mandatory;
		-webkit-scroll-snap-type: mandatory;
		-ms-scroll-snap-points-y: repeat(100vh);
		scroll-snap-points-y: repeat(100vh);
		-webkit-scroll-snap-points-y: repeat(100vh);
		-ms-scroll-snap-type: y mandatory;
		scroll-snap-type: y mandatory;
		-webkit-scroll-snap-type: y mandatory;
		-webkit-overflow-scrolling: touch;
	}


	.biobox_container {
		border-bottom: 1px solid white;
		padding: 1rem;
		height: 100vh !important;
		padding-top: 20px;
		-webkit-scroll-snap-coordinate: 0% 0%;
		scroll-snap-align: start;
		scroll-snap-stop: always;
		text-align: center;
		/*
	  scroll-snap-align: start;
	  scroll-snap-stop: always;
	  text-align: center;
	  position: relative;
	  padding-top:50px;
	  overflow:visible;
	  */
	}

	div#getstarted {
		position: fixed !important;
		left: auto !important;
		margin-left: auto !important;
		bottom: 30px !important;
		left: 30px !important;
	}

	#cta_overlay {
		padding-top: 30px !important;
	}

	.round span {
		font-size: 13px;
	}
	/*
	h1 {
	  position: absolute;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
	          transform: translateY(-50%);
	  text-align: center;
	  color: white;
	  width: 100%;
	  left: 0;
	  font-size: calc(1rem + 3vw);
	}
	*/

	.biobox {
		display: block;
	}

	.training_mobile {
		display: block;
	}

	#main.training {
		display: block;
		min-width: 0;
		width: 80vw;
		height:auto;
	}

	.training .innerTraining {
		width: 100%;
	}

	.training .btnEventSignup {
		width:100%;
	}
}

/*
CTA OVERLAY
*/
#cta_overlay_container {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#021a94+0,10d3e7+99 */
	display:block;
	height:500px;
	height:500px;
	width:100%;
	position:absolute;
	z-index:10000;
	top:250px;
	top:50%;
	margin-top:-315px;
	display:none;
	position: fixed;
}
#cta_overlay_top {
	height:79px;
	width:100%;
	text-align:center;
}
#cta_overlay {
	height:600px;
	width:100%;
	background: rgb(2,26,148); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(2,26,148,1) 0%, rgba(16,211,231,1) 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(2,26,148,1) 0%,rgba(16,211,231,1) 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(2,26,148,1) 0%,rgba(16,211,231,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#021a94', endColorstr='#10d3e7',GradientType=0 ); /* IE6-9 */
	text-align:center;
	color:#FFF;
	padding-top:30px;
	font-weight:bold;
}
#cta_overlay input[type='text'] {
	display:block;
	clear:left;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:350px;
	border-radius:5px;
	padding:5px;
	margin-bottom:10px;
	border:0;
}
#cta_overlay input[type='checkbox'] {
	display:inline;
	float:left;
	width:20px;
}
#cta_overlay p {
	margin-bottom:30px;
}
#cta_overlay span {
	display:inline;
	float:left;
}

div.getstarted-parent {
	width: 100%;
	position: relative;
}

div#getstarted {
	/* width: 1370px; */
	position: fixed;
	left: 50%;
	margin-left:-675px;
	bottom: 30px;
}

div#getstarted img {
	cursor:pointer;
	transform: translatey(0px);
	animation: float 6s ease-in-out infinite;
}
/* #footer { height:200px; } */

#cta_overlay .btn {
	opacity:.7;
	cursor:pointer;
}
#cta_overlay .btn:hover {
	opacity:1;
}

#cta_overlay label {
	clear:left;
	display:block;
}

#cta_loader {
	display:none;
	margin-top:193px;
}

#cta_response_msg {
	display:none;
	margin-top:100px;
}

#main_cta_form {
	display:block;
}

#main_cta_form p {
	font-size:13px;
	font-weight:400;
	margin-top:15px;
	margin-bottom:15px;
}

.round {
	clear:left;
	display:block;
  position: relative;
  height:25px;
}

.round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 17px;
  left: 0;
  position: absolute;
  top: 0;
  width: 17px;
}

.round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 4px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: rotate(-45deg);
  width: 9px;
}

.round input[type="checkbox"] {
  visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
  background-color: #66bb6a;
  border-color: #66bb6a;
}

.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.round span {
	line-height:22px;
	padding-left:10px;
	font-size:14px;
}


@keyframes float {
	0% {
		/* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
		transform: translatey(0px);
	}
	50% {
		/* box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2); */
		transform: translatey(-20px);
	}
	100% {
		/* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
		transform: translatey(0px);
	}
}

#greybg {
	top:0;
	left:0;
	position:fixed;
	display:none;
	z-index:1000;
	background-color:#000;
	width:100%;
    height:100%;
    opacity:.6;
}

#cta-msg-success {
	display:none;
	line-height: 24px;
}
#cta-msg-success h1 {
	margin-bottom:25px;
}
#cta-msg-success span {
	float:none;
	font-weight:300;
}
#cta-msg-buttons {
	margin-top:100px;
}

.grecaptcha-badge { visibility: hidden; }

#barNotice {
	width: 100%;
	min-height: 42px;
	display: block;
	background-color: #ea2139;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	line-height: 42px;
	box-shadow: 1px 1px 3px #222;
	margin-bottom: 55px;
	z-index: 9;
}

@media only screen and (max-width: 720px) {
	#barNotice {
		padding:10px 25px;
		font-size:14px;
		line-height:20px;
		margin-bottom:0;
	}
}

#awardContainer {
	padding-left:15px;
	padding-right:15px;
	text-align:center;
	margin-top:35px;
	margin-bottom:35px;
	width:auto;

}

#awardContainer img {
	width:100%;
	max-width:1370px;
	height:auto;
}

.social_media_link {
	margin-right:10px;
}