/****** GENERAL STYLES*****/
body {
    font-family:'Open Sans',sans-serif;
    font-weight:400;
    color:#000000;
    font-size:16px;
    line-height:26px;
    letter-spacing:0.026em;
}
h1,h1 a {
    font-family:'Open Sans',sans-serif;
	color:#000000;
	font-size:50px;
	font-weight:300;
}
h3,h3 a {
	font-family:'Open Sans',sans-serif;
	color:#000000;
	font-size:30px;
	font-weight:700;
	margin:0 0 15px;
}
h2,h2 a {
	font-family:'Open Sans',sans-serif;
	color:#000000;
	font-size:30px;
	font-weight:300;
	margin:0 0 15px;
}
p {
	margin-bottom:30px;
}
a {
	font-family:'Open Sans',sans-serif;
	font-weight:400;
	color:#f26124;
	font-size:14px;
}
a.asterisk {
    color:#000;    
}
a:hover,h2 a:hover,h3 a:hover,h4 a:hover {
	color:#000000;
	text-decoration:none;
}
ul {
	list-style:none;
	margin:0 0 25px 0;
	padding-left:0;
}
ul.content-list li {
	background:url(../images/ul-icon.png) no-repeat left top;
	padding-left:40px;
	min-height:36px;
	line-height:31px;
}
ul li,ol li {
	margin:10px 0;
	font-size:16px;
}
ol {
	list-style-position:inside;
	margin:0;
	padding-left:0;
	margin-bottom:30px;
}
ol li {
	background-image:url(../images/ol-icon.png);
	background-repeat:no-repeat;
	padding-left:12px;
	padding-top:3px;
	margin:10px 0;
	color:#fff;
	display:block;
	list-style-position:outside;
	min-height:36px;
}
ol li ol {
	padding-left:30px;
	margin-bottom:0;
}
ol li ol li {
	padding-left:6px;
}
ol {
	counter-reset:item;
}
ol li:before {
	content:counters(item,".");
	counter-increment:item
}
ol li span {
	color:#000000;
	padding-left:34px;
	display:block;
	margin:-27px 0 0 0;
}
.clear {
	clear:both;
}
.container {
	max-width:1270px;
	width:auto;
}
.cicon {
	display:inline-block;
	position:relative;
}
.btn {
	background:#f26124;
	font-size:18px;
	font-weight:700;
	color:#fff;
	padding:13px 23px;
	border-radius:4px;
	line-height:18px;
}
.btn:hover {
	color:#fff;
}
.btn-lg {
    padding:30px;    
}
a.learnmore {
	font-size:16px;
	font-weight:600;
	background:url(../images/learnmore.png) no-repeat right 60%;
	padding-right:18px;
}
a.learnmore:hover {
	background:url(../images/learnmore-hover.png) no-repeat right 60%;
	color:#f26124;
}
img {
	max-width:100%;
	height: auto;
}
.green {
    color:#009b3e;    
}
.bold {
    font-weight:bold;    
}
.error.notice {
    border: 2px solid #900;
    color: #900;
    font-weight: bold;
    margin: 0 0 10px;
}
.error.notice p {
    margin: 0;
    padding: 8px 20px;
}
/****** HEADER*****/
header {
	width:100%;
}
.home header {
    position:absolute;
	z-index:9999;    
}
.logo {
	margin-top:8px;
    max-width:30%;
}
.main-nav {
	margin:40px 40px 0 0;
    position:relative;
    z-index:9999;
}
.main-nav>ul>li>ul {
	display:none;
    min-width:200px;
}
header .btn {
	margin-top:40px;
}
.main-nav ul li {
	list-style:none;
	margin:0;
	margin-left:25px;
}
.main-nav ul li.first-link {
	margin-left:0;
}
.main-nav ul li a {
	font-size:15px;
	color:#000;
	font-weight:600;
	padding:10px 0;
	display:block;
}
.main-nav .has-sub-nav a {
	background:url(../images/sub-nav.png) no-repeat right center;
	padding-right:14px;
}
.main-nav .has-sub-nav:hover a {
	background:url(../images/sub-nav-hover.png) no-repeat right center;
}
.main-nav>ul>li:hover>ul {
	display:block;
	position:absolute;
	background:#fff;
	border-radius:4px;
	box-shadow:0px 0px 6px #e7e7e7;
}
.main-nav>ul>li>ul li {
	margin:0;
}
.main-nav>ul>li>ul a {
	background:transparent !important;
	font-size:14px;
	font-weight:400;
	display:block;
	padding:13px 20px;
}
.main-nav>ul>li>ul a:hover {
	color:#f26124;
	font-weight:700;
}
.main-nav>ul>li>ul>li>ul {
	display:none;
}
.main-nav>ul>li>ul>li:hover>ul {
	display:block;
	position:absolute;
	width:100%;
	right:100%;
	background:#fff;
	border-radius:4px;
	box-shadow:0px 0px 6px #e7e7e7;
	margin-top:-50px;
	border-right: 6px solid #f26124;
}
/****** HOME*****/
.cycle-slideshow .slide {
	background-repeat:no-repeat !important;
	height:596px;
	width:100%;
	background-position:top center !important;
}
.slide .text {
	margin-top:125px;
	border-radius:5px;
	padding:20px 0 0 0;
}
.slide .text h1 {
  font-size:30px;
  font-weight:bold;
	margin:0 0 15px;
}
.slide .text h2 {
	font-size:24px;
  margin-bottom:15px;
}
.slide .text p {
  font-size:14px;
	padding-right:17%;
	margin-bottom: 10px;
}
.slide .text .check {
	color:#00A249;          
}
/*slider form*/
.amazing-loan {
	margin-top:145px;
}
.amazing-loan-box {
	background:#fff;
	border-radius:4px;
	box-shadow:0px 0px 6px #cbe0ec;
	padding:20px 15px 10px;
	text-align:center;
}
.amazing-loan-box select {
	width:100%;
	margin-bottom:8px;
	border:1px solid #d7d7d7;
	border-radius:3px;
	/*color:#d7d7d7;*/
	/*height:40px;*/
	box-shadow:inset 0px -10px 18px #F9F9F9;
	-webkit-appearance:none;
	background:url(../images/select-icon.png) no-repeat;
	background-position:96% center;
}
.amazing-loan-box select:focus {
	outline:-webkit-focus-ring-color auto 0px;
}
.amazing-loan-box option {
	color:#000;
}
.form-note {
	font-size:11px;
	font-weight:600;
	line-height: 120%;
	color:#d7d7d7;
	margin:0 10px 10px;
}
.form-disclaimer {
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    line-height: 130%;
    margin: 8px 0;
}
.disclaimer {
    background-color: #f0f0f0;
    padding: 20px;
}
.disclaimer p {
    font-size: 13px;
    line-height: 140%;
}
.amazing-loan-box p {
	font-size:14px;
	font-weight:600;
	text-align:left;
	margin-top:10px;
	line-height:35px;
	margin-bottom:15px;
}
.amazing-loan-box input[type="text"] {
    cursor:default;
	display:inline-block;
	float:right;
	text-align:right;
	width:100px;
	height:40px;
	border-radius:4px;
	border:1px solid #d7d7d7;
	font-size:18px;
	font-weight:600;
	color:#7f7f7f;
	padding-right:5px;
}
.amazing-loan-box input[type="text"].length {
	font-size:16px;
}
.amazing-loan-box input[type="submit"] {
	width:100%;
	border:none;
	background:#f26124;
	font-size:18px;
	font-weight:700;
	color:#fff;
	padding:13px 0;
	border-radius:4px;
	line-height:18px;
	margin-bottom:5px;
}

.slide a.learnmore {
    border:none;
	background:#f26124;
	background-image: none;
	font-size:18px;
	font-weight:700;
	color:#fff;
	padding:13px 15px;
	border-radius:4px;
	line-height:18px;
	margin-bottom:5px;
	margin-top: 5px;
	display: inline-block;
}
.amazing-loan-box input.valid {
    box-shadow: 0 0 5px #008000;
}
.interior .amazing-loan-box p {
    line-height: 22px;
}
.cycle-pager {
	position:relative;
	width:100%;
	text-align:center;
	top:-27px;
	z-index:1000;
	color:#fff;
	font-size:32px;
}
.cycle-pager span {
	cursor:pointer;
}
.cycle-pager-active {
	color:#f26124;
}
.video {
	margin-top:50px;
	margin-bottom:45px;
}
.video-container {
	padding:10px;
	box-shadow:0px 0px 10px #e7e7e7;
}
.video-box video {
	width:100%;
	background:#000;
}
.video-box iframe {
    border:0;    
    max-width:100%;
    position:relative;
    z-index:0;
}
.video-text {
	padding-left:90px;
}
.home-info {
	margin-top:45px;
	margin-bottom:45px;
}
.home-info-first h2 {
    font-weight: 700;   
}
.home-info-first h2, 
.video-text h3 {
    margin: 0 0 25px;   
}
.home-info-first p {
	padding-right:85px;
	letter-spacing:-0.021em;
}
.home-info-second {
	padding-left:90px;
	padding-right:0;
}
.home-info-second p {
	letter-spacing: -0.021em;
}
/****** HOME REVIEWS ******/
.module-home-reviews {
    background-color: #F5F5F5;
    padding: 40px 0;
    max-width:100%;
    overflow:hidden;
}
.module-home-reviews .container {
    position:relative;
    overflow:hidden;
}
.review-slideshow .slide {
    /*min-height: 380px;*/
    left:0;
    top:0;
    display:none;
    height:auto;
    width:100%;
}
.review-slideshow .slide.active {
    display:block;    
}
.review-slide-single {
    width: 30%;
    float: left;
    margin-top: 55px;
}
.review-slide-single:nth-of-type(2) {
    margin: 55px 5% 0 5%;
}
@media(max-width:768px) {
    .review-slide-single,
    .review-slide-single:nth-of-type(2) {
        width: 100%;
        float: none;
        margin: 55px 0 0;
    }
}
.review-slide-inner {
    background-color: #ffffff;
    padding: 15px 20px;
    box-shadow: 0 2px 5px #ccc;
    margin-bottom: 30px;
    position: relative;
}
.review-slide-inner p {
    margin-bottom: 0;
    font-size: 14px;
}
.review-slide-title {
    font-size: 20px;
    margin-bottom:0;
}
.review-slide-title:before {
    content: "- ";
}
.review-triangle {
    position: absolute;
    bottom: -60px;
}
.cycle-pager-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    z-index:9999;
}
.review-pager {
    width: 12px;
    height: 12px;
    border: 2px solid #f26124;
    display: inline-block;
    margin-left: 10px;
    border-radius: 50%;
    cursor: pointer;
}
.review-pager.cycle-pager-active {
    background-color: #f26124;
}
.review-cycle-pager {
    display: inline-block;
    padding-right: 15px;
}
.home-reviews-link {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    border-left: 1px solid #ccc;
    padding-left: 20px;
}
.testimonials-pg .page-content h1 {
    font-weight: 800;
    margin-bottom: 20px;
}
.reviewer {
    font-weight: bold;
}
.reviewer:before {
    content:' - '
}
.single-review p {
    margin-bottom: 5px;
}
.single-review {
    margin-bottom: 30px;
}
/****** BANNER*****/
.banner {
	background:#f5f5f5;
	margin-top:45px;
}
.banner img {
	position:absolute;
	margin-top:-92px;
}
.banner-text {
	padding-left:90px;
	padding-top:85px;
	padding-bottom:90px;
}
.banner-text h3 {
	margin-bottom:0;
}
.banner-text p {
	font-size:20px;
	font-weight:300;
	margin-bottom:0;
}
.banner-text .btn {
	display:inline-block;
	margin-top:20px;
	padding-left:45px;
	padding-right: 45px;
}
/*****STYLES/CONTENT******/
.dl-skip {
    border: 2px solid green;
    padding: 8px 20px;
    border-radius: 5px;
    background-color: #fcf8e3;
}
.dl-skip p {
    margin-bottom: 0;
}
.dl-skip p a {
    display: block;
    cursor: pointer;
    font-weight: 600;
}
.page-hero {
	padding-bottom:35px;
	border-bottom:1px solid #dcdcdc;
	background:#f6f6f6;
}
.page-hero .video-container {
	padding:10px;
	background:#fff;
}
.amazing-loan-video {
    margin-top: 115px;
    position: relative;
    z-index: 0;
}
.playvideo {
	background:url(../images/playvideo.png) no-repeat right center;
	font-size:16px;
	font-weight:600;
	padding-right:44px;
	display:inline-block;
	min-height:34px;
	line-height:31px;
}
.playvideo:hover {
	background:url(../images/playvideo-hover.png) no-repeat right center;
}
.breadcrumbs {
	border-bottom:1px solid #cccccc;
}
/*.breadcrumb>li+li {
}*/
.breadcrumb>li+li:before {
    font-family:'Glyphicons Halflings','Open Sans',sans-serif;
	content:"\e072";
	font-size:13px;
	color:#ababab;
}
.breadcrumb .active {
	font-size:13px;
	color:#000;
}
.breadcrumb {
	font-family:'Open Sans',sans-serif;
	background:transparent;
	border-radius:0;
	margin-bottom:0;
}
/*.breadcrumb .home-link {
	list-style-image:none;
	list-style-type:none;
	padding:0;
	background:url(../images/home-icon.png) no-repeat;
	width:14px;
	height:18px;
	text-indent:-99999px;
	margin-left:0;
	background-position:0 5px;
}*/
.home-link img {
    position:relative;
    top:-2px;
}
.breadcrumb a {
    display:inline-block;    
}
aside ul li {
	margin:0;
}
aside ul li a {
	display:block;
	font-size:14px;
	font-weight:400;
	padding:14px 0 14px 25px;
	border-bottom:1px solid #cccccc;
}
aside ul li.title a {
	font-size:16px;
	font-weight:600;
	color:#000;
	border-bottom:none;
	background:#f6f6f6;
}
aside ul li.active a {
	color:#000;
}
.sidebar-info-image {
    margin-top:10px;
	max-width:33.33%;
	float:left;
}
.sidebar-info {
	width:66.66%;
	padding:50px 0 40px 20px;
}
.sidebar-info h3 {
	font-size:20px;
	font-weight:600;
	margin-bottom:10px;
}
/* Page Content */
.page-content {
    min-height:550px;
    padding:45px 30px 45px 55px;
}
.page-content h1,.page-content h1 a {
    font-size:30px;
}
.page-content h2,.page-content h2 a {
    font-size:24px;
}
.page-content h3,.page-content h3 a {
    font-size:20px;    
    font-weight:normal;
}
.page-content h4,.page-content h4 a {
    font-size:18px;
    font-weight:700;
}
.form-right .amazing-loan-box {
	box-shadow:none;
	border-radius:0;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
.form-right .amazing-loan-box h3 {
	font-size:25px;
}
.form-right .amazing-loan-box select {
	color:#f26124;
	font-weight:700;
}
.form-right .amazing-loan-box p {
	clear:both;
	margin-bottom:20px;
	overflow:hidden;
}
.form-text {
	display:block;
	width:50%;
	float:left;
	line-height:21px;
}
.page .banner {
	margin-top: 75px;
}
.bullets {
    list-style-type: disc;
    padding-left: 2em;
}
#direct-mail-form {
    margin-bottom:40px;    
}
/*****NEWS*******/
.spr-ir-news ul li.rss-item {
	display:table;
	margin:0;
	padding:0 0 5px;
	position:relative;
	width:100%;      
}
.spr-ir-news li .spr-date-list-cell {
	display:table-cell;
	padding:15px;
	text-align:left;
	vertical-align:middle;
	width:82px;
}
.spr-ir-news li .spr-date-list-cell + .spr-date-list-cell {
	width:auto;      
}
.spr-ir-news ul li.rss-item a {
	background:transparent;
	color:#4b4b4b;
	display:table-row;      
	margin-bottom:5px;
	position:relative;
	text-decoration:none;
}
.spr-ir-news ul li.rss-item a:hover {
	background:#eee;
	color:#4b4b4b;
	text-decoration:none;
}
.spr-ir-news li.rss-item a:after {
	background: url(https://d16a519alwszqc.cloudfront.net/_web/images/icon-sprite.png) no-repeat scroll 0 -178px transparent;
	content:'';
	height:20px;
	position:absolute;
	margin-top:-9px;
	right:35px;
	top:50%;
	width:20px;
}
.spr-ir-news li .text,
.spr-ir-news li .spr-date-list-text {
	padding-right:45px;  
}
.spr-ir-news li .date,
.spr-ir-news li .spr-date-list-date {
	background:#F26124;
	border-radius:2px;
	-webkit-border-radius:2px;
	color:#fff;
	display:block;
	font-size:10px;
	padding:10px 5px;
	text-align:center;
    width:90px;
}
.spr-ir-news li .date .top,
.events-pg .event .date .top,
.spr-ir-news li .spr-date-list-date .spr-date-list-top,
.events-pg .event .spr-date-list-date .spr-date-list-top {
	display:block;  
	font-size:1.6em;
	font-weight:bold;
}
.spr-ir-news-date {
	display:none;    
}
/*****FORMS******/
.forms > .container {
    min-height:600px;    
}
.forms fieldset {
    border:0;    
}
.forms-header {
	position:static;
	border-bottom:1px solid #cccccc;
	margin-bottom:30px;
}
.application-title {
	font-size:31px;
	font-weight:700;
	margin:50px 0 0 0;
}
.application-terms {
    font-size: 13px;
	line-height: 16px;
	height: 60px;
	overflow-y: scroll;
	border: 1px solid #ddd;
	padding:  5px;
}
.small {
	font-size:11px;
	font-weight:600px;
	color:#b5b8bb;
}
label {
	width:37%;
	display: inline-block;
	font-size:14px;
	font-weight:600;
	margin:20px 0 5px 0;
	text-align: right;
	line-height: 1.2;
	padding-right: 30px;
}
input[type="text"],input[type="email"],input[type="password"],input[type="tel"], input[type="number"]  {
	border:1px solid #cccccc;
	border-radius:3px;
	height:42px;
	width:90%;
	max-width:401px;
	padding:10px;
}
select {
	width:90%;
	max-width:401px;
	margin-bottom:8px;
	border:1px solid #d7d7d7;
	border-radius:3px;
	/*color:#d7d7d7;
	height:40px;
    line-height:40px;*/
	box-shadow:inset 0px -10px 18px #F9F9F9;
    -moz-appearance: none;
	-webkit-appearance:none;
	background:url(../images/select-icon.png) no-repeat;
	background-position:96% center;
    background-position: calc(100% - 10px) center;
    padding: 10px 25px 10px 15px;
	text-overflow:'';
    text-indent: 0.01px;
}
/*select:focus {
	outline:-webkit-focus-ring-color auto 2px;
}*/
.copyright-forms {
	margin:35px 0 0 0;
}
.copyright-forms img {
	position:relative;
	top:-10px;
	left:10px;
}
.no-break {
	width:60%;
	display: inline-block;
	overflow:hidden;
	margin-bottom: -10px;
}
.application-form {
	margin-bottom:30px;
}
input[type="submit"] {
	border: none;
}
.steps-progress-bar {
	width:90%;
	max-width:910px;
	padding:0 2px;
	background:#dadada;
	/* Old browsers */
	background:-moz-linear-gradient(top,#dadada 0%,#e4e4e4 100%);
	/* FF3.6+*/
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#dadada),color-stop(100%,#e4e4e4));
	/* Chrome,Safari4+*/
	background:-webkit-linear-gradient(top,#dadada 0%,#e4e4e4 100%);
	/* Chrome10+,Safari5.1+*/
	background:-o-linear-gradient(top,#dadada 0%,#e4e4e4 100%);
	/* Opera 11.10+*/
	background:-ms-linear-gradient(top,#dadada 0%,#e4e4e4 100%);
	/* IE10+*/
	background:linear-gradient(to bottom,#dadada 0%,#e4e4e4 100%);
	/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada',endColorstr='#e4e4e4',GradientType=0 );
	/* IE6-9 */
	border-radius:100px;
	margin:0 auto 20px;
	overflow:hidden;
	border:1px solid #d1d1d1;
}
#lending-tree-form label,
#direct-mail-form label,
#referral-form label {
    text-align: left;
    padding-right: 0;
    width: 100%;
}
#lending-tree-form .form-row {
    width: auto;
}
#lending-tree-form ol {
    padding-right: 20%;
}
.lt-cta {
    margin: 0 auto;
    padding-right: 20%;
    text-align: center;
}
.lt-cta h3 {
    font-size: 24px;
    font-weight: 300;
    margin-top: 40px;
    padding: 0 25px 10px;
}
#lending-tree-form h4 {
    font-size: 24px;
    padding: 10px 0 10px;
}
.lt-cta button {
    margin-bottom: 8px;
    padding: 13px 40px;
}
#prequalification_form .form-row {
    height: auto;
}
.application-steps .titles {
	margin:0 auto;
	width:90%;
	max-width:920px;
	overflow:hidden;
	color:#ababab;
	font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size:14px;
	font-weight:700;
}
form.application-form input.error {
    border-color: #f00;
}
.application-form label.error {
    color: #f00;
    margin-top: 5px;
    margin-left: 37%;
    padding-bottom: 10px;
    text-align: left;
}
#step_two_form span.loan_label {
    display: inline-block;
}
#step_two_form span.loan_label + span.loan_label {
    border-top: 1px dotted #ccc;
}
#step_two_form span.loan_label span {
    display: inline-block;
    line-height: 120%;
    padding: 25px 50px;
    vertical-align: middle;
}
.done {
	color:#2c9a42;
}
.app-step {
	width:33%;
	text-align:center;
}
.app-step.final-step {
    width: 25%;   
}
.step-div {
	width:33%;
	border-right:1px solid #d1d1d1;
	padding:2px 0;
	float:left;
}
.step-div.end-bar {
    width: 33%;   
}
.inner-bar {
	height: 10px;
}
.done .inner-bar {
	border-top:1px solid #5faa5f;
	border-bottom:1px solid #437f43;
	background:#3db619;
	/* Old browsers */
	background:-moz-linear-gradient(top,#3db619 0%,#27a003 100%);
	/* FF3.6+*/
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#3db619),color-stop(100%,#27a003));
	/* Chrome,Safari4+*/
	background:-webkit-linear-gradient(top,#3db619 0%,#27a003 100%);
	/* Chrome10+,Safari5.1+*/
	background:-o-linear-gradient(top,#3db619 0%,#27a003 100%);
	/* Opera 11.10+*/
	background:-ms-linear-gradient(top,#3db619 0%,#27a003 100%);
	/* IE10+*/
	background:linear-gradient(to bottom,#3db619 0%,#27a003 100%);
	/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3db619',endColorstr='#27a003',GradientType=0 );
	/* IE6-9 */
}
.start-bar .inner-bar {
	border-top-left-radius:100px;
	border-bottom-left-radius:100px;
}
.end-bar {
	border:none;
}
.end-bar .inner-bar {
	border-top-right-radius:100px;
	border-bottom-right-radius:100px;
}
.form-title-divider {
	background:rgb(246,246,246);
	font-size:16px;
	font-weight:700;
	padding:20px;
	margin:40px 0 40px 0;
}
.black-label {
	font-weight:700;
}
.form-bucket {
	background:rgb(246,246,246);
	padding:5px 30px 30px 30px;
	margin-bottom:20px;
}
.first-row-label {
	margin-top:0;
}
.form-help {
	border-radius:15px;
	border:1px solid #d4d4d4;
	margin-top:80px;
	padding:20px 30px 5px 30px;
}
.btn {
	border:none;
}
.back-btn {
	background:rgb(204,204,204);
	margin-right:20px;
	min-width:200px;
	margin-bottom:20px;
}
.form-bucket {
    margin-top: 20px;
    padding-top: 20px;
}
.form-bucket p {
    margin-bottom: 10px;
}
.form-row {
	width:90%;
	clear:both;
	overflow:visible;
	margin-bottom:10px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.form-row.state {
    height: 80px;
}

.form-row.pad-large {
    margin-bottom: 30px;
}

#tooltip602246 {
    top: 949.3px !important;
    left: 1158.48px !important;
    display: block !important;
    position: absolute !important;
}

.container .form-row.last {
    padding-bottom: 60px;
}
.submit-row {
    width: 100%;
    text-align: left;
    margin-bottom: 80px;
    padding-left: 100px;
    margin-top: 60px;
}
.submit-row.center {
    text-align: center;
}
.submit-row .btn.next.disabled {
    background-color: rgb(204,204,204);
}
.application-form fieldset {
    width: 100%;
}
.form-row small {
    font-size: 10px;
    display: block;
    line-height: 130%;
    padding-left: 38%;
}
.form-row.error label {
    color: red;
    clear: both;
}
.form-row .tooltip.right {
    background-color: #f0f0f0;
    border-radius: 5px;
    margin-left: 20px;
    padding: 5px 15px;
    width: 200px;
}
label.error {
    color: #f00;
    display: block;
    margin-top: 5px;
	padding: 0 0 0 38%;
	text-align: left;
	width: auto;
}
input.error, select.error {
    border-color: #f00;
}
.review-form label {
	float:left;
	width:180px;
	text-align:right;
	margin:0 20px 0 0;
	line-height:1.5;
}
hr {
	clear:both;
}

.forms h1 {
    font-size: 30px;
    line-height: 1.6;
}
.form-value {
	/*float:left;
	display:block;*/
	color:rgb(171,171,171);
}
.form-step-heading {
	overflow:hidden;
	clear:both;
	width:100%;
	padding:30px 0 10px;
}
.form-step-heading p {
	font-size:15px;
	line-height:1.5;
	margin:10px 0 20px;
}
.form-step-heading h1 {
	font-family:'Open Sans',sans-serif;
	color:#000000;
	font-size:30px;
	font-weight:100;
	margin:0 0 5px;
	line-height: 1.6;
	letter-spacing: 0;
}

.form-step-heading h1 strong {
    font-weight: 700;
}
.form-step-heading h1 span {
	font-family:'Open Sans',sans-serif;
	color:#000000;
	font-size:28px;
	font-weight:300;
	margin:0 0 15px;
}
.form-step-heading .error h3 {
    color: #f00;
    font-size: 18px;
    margin-top: 20px;
}
.no-margin {
	margin:0
}
.half-margin {
    margin:10px 0 5px;    
}
input.small-input {
	max-width:300px;
}
.modal {
	background:rgba(0,0,0,0.7)
}
.modal-dialog {
    top: 20%;
}
.modal-header {
	border-bottom:none;
}
.modal-header .close,.modal-header .close:hover,.modal-header .close:focus,.modal-header .close:active {
	background:#2c9a42;
	border-radius:100px;
	opacity:1;
	width:30px;
	height:30px;
	color:#fff;
	font-size:17px;
	margin:-25px -25px 0 0;
	text-shadow:none;
	font-weight:400;
}
.modal-body {
	padding: 40px;
}

.modal-body h2 {
    margin-top: 40px;
}
.modal-footer {
	border-top:none;
	margin:0;
}

.forms .box {
    padding: 20px;
    background-color: #f6f6f6;
}

.forms .panel-body .height {
    padding: 20px;
}
.forms .panel-body .height p {
    margin-bottom: 5px;
}

.forms .panel-body .row {
    margin-left: 0;
    margin-right: 0;
}
.forms .panel-body .height input[type="text"] {
    margin-bottom: 20px;
}
.forms .panel-body .height input[type="text"]:last-of-type {
    margin-bottom: 40px;
} 
.checkbox-inline {
	padding-left:0;
}
.checkbox-inline + .checkbox-inline {
    margin-left:10px;    
}
.customCheckbox, .customRadio {
	margin-top:0;
	margin-right:20px;
	width: 100%;
}

.customFile {
    display: block;
    clear: both;
    width: 100%;
}

.customFile .upload-area {
    padding: 10px 40px;
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    border: 1px solid rgb(208, 208, 208);
    color: rgb(144, 144, 144);
    font-weight: 100;
    width: 60%;
    margin-left: 40px;
}
.customCheckbox input, .customRadio input, .customFile input {
	display:none;
}
.customCheckbox span, .customRadio span, .customFile span {
	width:30px;
	height:30px;
	display:inline-block;
	background:url(../images/checkbox.png);
	position:relative;
	top:7px;
	margin-right:10px;
}

.customFile span {
    background: url(../images/icon-folder.png);
    float: left;
    position: relative;
}

.customRadio span {
    width: 29px;
    background: url(../images/radio-button-unchecked.png);
}
.customCheckbox input:checked+span {
	background: url(../images/checkbox-checked.png);
}

.customRadio input:checked+span {
    background: url(../images/radio-button-checked.png);
}

.form-title-divider .customRadio {
    text-align: left;
}

.form-title-divider.panel-heading {
    margin: 0;
}

.form-title-divider.panel-heading.last-step {
    margin-bottom: 60px;
}

.panel .panel-body {
    padding: 20px 0;
}

.continue {
    position: relative;
    margin-bottom: 60px;
}

.textarea {
    max-height: 120px;
    border: 1px solid #e8e8e8;
    padding: 5px;
    overflow: scroll;
}

span.review {
    opacity: 0.3;
    font-weight: 600;
}

.disclaimer-bar {
    background:#eee;
    color:#000;
    font-size:11px;
    line-height:1.2;
    padding:20px 0;    
}
.disclaimer-bar p {
    margin:0;
    padding:0;
}
/****** FOOTER*****/
.trustpilot {
    background:#fff;
    padding-top:40px;
    padding-bottom:40px;
}
footer {
	background:#dedede;
	padding:30px 0;
}
.footer-links {
	padding-left:90px;
}
.footer-links h2 {
	font-size:16px;
	font-weight:600;
	margin-bottom:0;
}
.footer-links ul {
	overflow:hidden;
	margin:15px 0 30px;
}
.footer-links ul li {
	float:left;
	margin:0 45px 0 0;
}
.footer-links ul li.last-link {
	margin-right:0;
}
.footer-links ul li a {
	font-size:14px;
	font-weight:400;
	color:#000;
}
.footer-links ul li a:hover {
	text-decoration:underline;
}
.footer-links p {
	font-size:12px;
	margin-bottom:0;
}
.footer-logo {
	width:394px;
	height:100px;
	background:url(../images/footer-logo.png) no-repeat;
	background-size:100%;
}
footer ul .ir-link {
    display: block;
    float: none;
    clear: both;
}
@media (max-width: 767px) {
    .footer-links ul li {
        float: none; 
        line-height: 1.2;
        margin: 10px 0;
    }
}
h2[data-toggle="collapse"] {
    cursor: pointer;
}
h2[data-toggle="collapse"]:hover {
    text-decoration: underline;
}
#bank-information .form-row label {
    text-align: left;
}
@media (max-width:1199px) {
	.slide .text {
  	background:#fff;
    background:rgba(256,256,256,0.6);
    padding:20px;
    position:relative;
   	top:15px;
  }
}
@media (min-width:992px) and (max-width:1200px) {
	.logo {
		max-width:30%;
	}
	.btn {
		font-size:15px;
		padding:10px 20px;
	}
    .btn-lg {
        padding:30px;    
    }
	header .btn {
		margin-top:35px;
	}
	.main-nav {
		margin:35px 15px 0 0;
	}
	.main-nav ul li a {
		font-size:13px;
	}
	.main-nav ul li {
		margin-left:10px;
	}
	.main-nav>ul>li>ul a {
		font-size:12px;
		padding:5px 20px;
	}
	.main-nav>ul>li>ul>li:hover>ul {
		margin-top: -34px;
	}
	/*slider*/
	h1,h1 a {
		font-size:42px;
	}
	h3,h3 a,h2,h2 a {
		font-size:26px;
	}
	.amazing-loan {
		padding-left:0;
	}
	.amazing-loan-box p {
		font-size: 11px;
	}
	/*banner*/
	.banner img {
		max-width:50%;
		margin-top:-58px;
	}
	.banner-text {
		padding-top:35px;
		padding-bottom: 35px;
	}
	/*footer*/
	.footer-links ul {
		overflow:hidden;
		margin-bottom:20px;
	}
	.footer-links ul li {
		margin-bottom: 10px;
	}
}
@media (min-width:768px) and (max-width:991px) {
	/*header*/
	.logo {
		max-width:25%;
	}
	.btn {
		font-size:14px;
		padding:10px 20px;
	}
    .btn-lg {
        padding:30px;   
    }
	header .btn {
		margin-top:25px;
	}
    .application-title {
        margin-top:30px;    
    }
	.main-nav {
        clear:both;
		margin:-10px 0 0;
	}
	.main-nav ul li a {
		font-size:11px;
	}
	.main-nav ul li {
		margin-left:10px;
	}
	.main-nav>ul>li>ul a {
		font-size:12px;
		padding:5px 20px;
	}
	.main-nav>ul>li>ul>li:hover>ul {
		margin-top: -37px;
	}
	/*slider*/
	h1,h1 a {
		font-size:40px;
	}
	h3,h3 a,h2,h2 a {
		font-size:25px;
	}
	.slide .text {
  	top:0;
   }
	.slide .text,
	.amazing-loan {
		margin-top:110px;
	}
	.amazing-loan-box p {
		font-size: 11px;
	}
	/*home*/
	.video-text {
		padding-left:50px;
	}
	.home-info-second {
		padding-left:50px;
		padding-right:15px;
	}
	.home-info-first p {
		padding-right:45px;
	}
	.banner {
		margin-top:2px;
	}
	.banner img {
		max-width:50%;
		margin-top:-50px;
	}
	.banner-text {
		padding:30px 15px 30px 50px;
	}
	.banner-text p {
		font-size: 13px;
	}
	/*content*/
	.form-text {
		width: 100%;
	}
	/*¨footer*/
	.footer-links {
		padding-left:50px;
	}
	.footer-logo {
		max-width:40%;
	}
	.footer-links ul {
		overflow:hidden;
		margin-bottom:20px;
	}
	.footer-links ul li {
		margin-right:30px;
		margin-bottom:10px;
	}
}
@media(min-width:768px) {
	#mobile-nav {
		display: block;
	}
}
@media (max-width:767px) {
	/*general*/
	.col-xs-12 {
		padding-left:15px !important;
		padding-right:15px !important;
	}
    /*slider*/
	h1,h1 a {
		font-size:36px;
	}
	h3,h3 a,h2,h2 a {
		font-size:25px;
	}
	body {
		font-size: 15px;
	}
	/*header*/
	.header-block {
		height:85px;
	}
	header {
		position:absolute;
		top:0;
	}
    header .pull-right {
        float:none !important;    
    }
    .application-title {
        margin:70px 0 20px;    
    }
	.logo {
		width:60%;
		margin-top:10px;
		position:absolute;
		max-width:192px;
	}
	.logo img {
		width:100%;
	}
	.mobile-nav-trigger {
		font-size:28px;
		margin:25px 20px 0 0;
		position:absolute;
		right:0;
		cursor: pointer;
	}
	#mobile-nav {
		position:relative;
		top:85px;
		margin:0;
		width:100%;
	}
	#mobile-nav ul {
		padding:0;
		margin:0;
	}
	#mobile-nav ul li {
		border-bottom:1px solid #000;
		margin:0;
		float:none !important;
	}
	#mobile-nav ul li a {
		background:#f26124;
		display:block;
		padding:10px 0;
		text-align:center;
		color:#fff;
	}
	#mobile-nav>ul>li>ul {
		display: none !important;
	}
	/*home*/
	.cycle-slideshow .slide {
  	height:auto;
  }
	.slide .text {
  	background:#fff;
    background:rgba(256,256,256,0.9);
  	margin-top:0;
    top:0;
  }
	.amazing-loan {
  	margin:45px 0;
  }
	.video {
		margin-top:20px;
	}
	.home-info-first {
		margin-bottom:25px;
	}
	.home-info-first p {
		padding-right: 0;
	}
	/*styles-content*/
	.form-right .amazing-loan-box {
		border-radius:5px;
		border:1px solid #cccccc;
	}
	.page-content {
		clear:both;
        min-height:0;
	}
	.application-steps .titles {
		font-size:8px;
		font-weight:400;
	}
	select {
		padding-right: 25px;
	}
	/*banner*/
	.banner {
		margin-top:0;
	}
	.banner-text {
		padding:25px 0;
		text-align:center;
	}
	.banner img {
		display: none;
	}
	/*footer*/
	.footer-logo {
		width:90%;
		margin:0 auto;
		float:none !important;
	}
    .full-circle-page footer .pull-right {
		margin:0 auto;
		float:none !important;
        overflow: auto;
        text-align: center;		
    }	
    .full-circle-page footer .pull-right img {
        float: none;
        margin-top: 20px;
    }	
	.footer-links {
		text-align: center;
	}
}

/* Amazing map */
.amazing-loans-map-pg .page-content {
    padding-top: 0;
}

.amazing-loans-map-pg .page-content > h1 {
    margin-bottom: 20px;
    margin-top: 15px;
}
#amazing-map {
    border: 20px solid #f6f6f6;
}
#amazing-map path {
    cursor: pointer;
}
.map-hover {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 20px;
}
h3.map-hover-title,
h3.map-info-title {
    color: #319fe3;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
h3.map-info-title {
    margin-bottom: 30px;
}
.map-hover-click {
    color: #f26124;
    font-size: 14px;
    font-weight: bold;
}
.map-info {
    display: none;
}
.map-info-inner {
    min-width: 560px;
    background-color: #fff;
    border-radius: 10px 0 0 10px;
}
@media(max-width: 1010px) {
    .map-info-inner {
        min-width: 0;
    }
}
.map-info-inner, .map-info-license {
    padding: 30px 50px;
}
.map-info-row {
    font-size: 18px;
    color: #777777;
    margin-bottom: 5px;
}
.map-info-row:last-of-type {
    margin-bottom: 40px;
}
.map-info-row .bold {
    display: inline-block;
    margin-right: 10px;
}
.map-btn.btn {
    font-size: 14px;
    padding: 15px 30px;
    display: inline-block;
    float: none;
    margin-right: 10px;
    margin-top: 10px;
}
.map-info-thumb {
    max-width: 156px;
}
@media(max-width: 768px) {
    .map-btn.btn {
        display: block;
        width: 100%;
        text-align: center;
    }
}
.map-btn.btn:last-child {
    margin-right: 0;
}
.map-btn.close {
    opacity: 1;
    outline: none;
    text-shadow: none;
}
.map-btn.gray {
    background-color: #cbcbcb;
    color: #fff;
}
.map-info-inceptybox {
    font-weight: bold;
    margin-top: 10px;
    border: none;
    background: none;
    color: #f26124;
    outline: none;
}
.map-info-inceptybox:focus {
    outline: none;
}
.map-info-license {
    text-align: center;
}
.map-license-fancybox .map-license-full {
    display: block;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 10px;
}
.map-license-fancybox {
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
}
.map-license-fancybox .map-btn-row {
    text-align:center;
    margin: 20px 0 10px;
}     
.amazing-legend {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 15px;
    top: 15px;
    position: relative;
}

.amazing-map-legend .available {
    margin-right: 30px;
}

@media(max-width: 768px) {
    .amazing-map-legend .available {
        margin-right: 0;
        display: block;
        margin-bottom: 10px;
        
    }
}

.pending .amazing-legend {
    background: #4381b6;
}

.available .amazing-legend {
    background: #f26124;
}

.amazing-map-legend {
    margin-top: 30px;
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.map-fancybox .fancybox-skin {
    padding: 0 !important;
    background-color: #dedede;
}

.fancybox-opened {
	z-index: 9999;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-prev span, .fancybox-next span {
	background-image: url('//s3.amazonaws.com/content.stockpr.com/mramazingloans/files/images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('//s3.amazonaws.com/content.stockpr.com/mramazingloans/files/images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 8040;
    background: url('//s3.amazonaws.com/content.stockpr.com/mramazingloans/files/images/button-x.png') center center no-repeat;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('//s3.amazonaws.com/content.stockpr.com/mramazingloans/files/images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('//s3.amazonaws.com/content.stockpr.com/mramazingloans/files/images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-prev span, .fancybox-next span {
		background-image: url('//s3.amazonaws.com/content.stockpr.com/mramazingloans/files/images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('//s3.amazonaws.com/content.stockpr.com/mramazingloans/files/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

.vertical-table {
    display: table;
}
.vertical-cell {
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 981px) {
 .form-row {
     height: auto;
 }   
 .form-row label {
     width: 100%;
     text-align: left;
 }
 
 .form-row small {
     float: left;
     margin-bottom: 10px;
 }
}

@media (max-width: 768px) {
    .submit-row {
        padding-left: 0;
    }
}
@media print {
  a[href]:after {
    content: none;
  }
}
.module-moving-banner {
    padding: 25px;
    background: #f26124;
    color: #fff;
}
.module-moving-banner h2 {
    font-size: 30px;
    font-weight: 700;
     color: #fff;
}
.module-moving-banner p {
    font-size: 16px;
}
.module-moving-banner p:last-of-type {
    margin-bottom: 0;
}

.module-moving-banner.home {
    padding: 50px 0;
}
.module-moving-banner.home h2 {
    font-size: 35px;
}
.full-circle-page .full-circle-logo {
    width: 200px;
    float: right;
    margin-top: 8px;
}
.full-circle-container {
    max-width: unset;
    width: 100%;
    padding: 0px;
}
.forms-header.full-circle-container {
    border-bottom: none;
}
.overlay {
    position: relative;
}
.full-circle-introduction.overlay::before {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
}
.full-circle-introduction.overlay .container {
    position: relative;
}
.full-circle-introduction {
    margin-top: -10px;
    padding-bottom: 100px;
}
.full-circle-introduction h2 {
    padding-top: 150px;
    font-size: 74px;
    color: white;
    text-align: center;
    margin-bottom: 30px;
}
.full-circle-introduction p.caption {
    color: #5a9efe;
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 45px;
    font-weight: bold;
    max-width: 600px;
    margin: auto;
    margin-bottom: 50px;
}
.full-circle-introduction .steps {
    display: flex;
    flex-flow: row wrap;
    text-align: center;
    width: 100%;
}
.full-circle-introduction .steps .full-circle-block {
    color: white;
    margin-right: 30px;
    flex: 1;
}
.full-circle-introduction .steps .full-circle-block p {
    color: white;
    font-size: 22px;
    margin-top: 20px;
}
.full-circle-introduction .steps .full-circle-block .block {
    position: relative;
    background-color: #5a9efe;
    margin: auto;
    width: 100px;
    height: 100px;
    font-size: 60px;
}
.full-circle-introduction .steps .full-circle-block .block span {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
}
.full-circle-content .container {
    /* padding: 0px;
    margin: 0px;
    max-width: unset; */
}
.full-circle-content .container h3 {
    margin-bottom: 35px;
}
.full-circle-content .form-section {
    background-color: white;
    padding: 0px;
}
.full-circle-content .form-section .container {
    padding: 20px;
}
.full-circle-content .why-apply-section {
    background-color: white;
    padding: 0px;
}
.full-circle-content .why-apply-section .container {
    padding: 20px;
}
.full-circle-content .why-apply-section .container h3 {
    margin-bottom: 65px;
}
@media (min-width: 768px) {
    .full-circle-content .why-apply-section {
        min-height: 1400px;
    }
    .full-circle-content .form-section {
        min-height: 1400px;
    }    
}
@media (max-width: 569px) {
    .full-circle-content h3 {
        margin-bottom: 30px;
    }
}
.full-circle-content .form-section label {
    width: 100%;
    text-align: left;
}
.full-circle-content .form-section .form-row {
    margin-left: 0px; 
}
.full-circle-content .form-section .submit-row {
    width: 90%;
    margin-left: 0px;
    margin-right: auto;
    padding: 0;
}
.full-circle-content .form-section .submit-row .btn {
    background-color: #5a9efe;
    font-weight: normal;
    width: 90%;
    max-width: 401px;
}
.full-circle-content .why-apply-section .block p {
    margin-bottom: 0;
}
.full-circle-content .why-apply-section .block strong {
        text-transform: uppercase;
}
.full-circle-content .why-apply-section .block {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    clear: both;
    overflow: auto;
}
.full-circle-content .why-apply-section .block img {
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 10px;
}
.full-circle-content .why-apply-section .why-apply-footer {
    margin-top: 30px;
    overflow: auto;
}
.full-circle-content .why-apply-section .CTA-text p {
    color: #5a9efe;
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    float: right;
    margin-top: 150px;
}
.full-circle-content .why-apply-section .logo-bottom-right {
    position: relative;
    float: right;
    max-width: 58%;
}
@media (max-width: 1030px) and (min-width: 768px) {
    .full-circle-content .why-apply-section .logo-bottom-left {
        
    }
}
@media (max-width: 480px) {
    .full-circle-content .why-apply-section .logo-bottom-right {
        max-width: 100%;
        width: 100%;
        float: none;
    }
    .full-circle-content .why-apply-section .CTA-text p {
        text-align: center;
        margin: auto;
        margin-top: 20px;
        float: none;
        overflow: auto;
    }
}
.full-circle-page footer {
    background-color: black;
    padding: 50px 0;
}
.full-circle-page footer .full-circle-footer {
    background-color: white;
    padding: 50px 0;
}
.full-circle-page .copyright {
    text-align: center;
}
.full-circle-page .footer-links {
	padding-left:15px;
}