*,body{font-family: 'Graphik Web', sans-serif}

/* General */


body {
-moz-font-feature-settings: "liga", "kern";
-moz-font-feature-settings:"liga=1, kern=1";
-ms-font-feature-settings:"liga", "kern";
-o-font-feature-settings:"liga", "kern";
-webkit-font-feature-settings:"liga", "kern";
font-feature-settings: "liga", "kern";
}

body{
	font-weight:500;
	font-size: 100%;
	color:#1b2e58;
}

html{scroll-behavior: smooth;}

@media(max-width:1366px){
    section:not(.home):not(.top-section):not(.qodef-row-grid-section):not(.st){
        padding:80px 0;
    }
}

@media(max-width:960px){
    section:not(.home):not(.top-section):not(.qodef-row-grid-section):not(.st){
        padding:50px 0;
    }
}

#map {
    height: 100%;
    overflow: inherit !important;
    position: static !important;
    margin:0;
    padding:0;
}

ul.a {
  list-style-position: outside;
}

.row-banks {
    padding-left: 7vw;
    padding-right: 7vw;
    display: inline-block;
    justify-content: center;
    padding-bottom: 100px;
}

.column-banks {
  float: left;
  width: 20%;
  padding: 40px;
}

.column-banks a {
    color: #637382 !important;
    text-decoration: none !important;
    font-weight: 500;
    font-size: 16px;
    text-align: center !important;
    padding-top: 20px;
}

.column-banks h3 {
    color: #637382;
    text-decoration: none !important;
    font-weight: 500;
    text-align: center !important;
    padding-top: 20px;
}

/* Clearfix (clear floats) */
.row-banks::after {
  content: "";
  clear: both;
  display: table;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 500px) {
  .column-banks {
    width: 100%;
    padding-left: 15%;
    padding-right: 15%;
  }
}


.link{
    font-weight:400;
    color:#0f4dbe !important;
    text-decoration: none !important;
}

.qodef-row-grid-section{
    padding:70px 0;
}

.container{
	padding-left:5vw !important;
	padding-right:5vw !important;
	max-width:1500px;
    margin:0 auto;
}

.containerlegal {
    padding-left:16vw ;
	padding-right:16vw ;
	max-width:1500px;
    margin:0 auto;
    text-align: left;
}

.containerlegal p{
    font-weight: 400;
    font-size: 14px;
    color: #1b2e58;
    padding-top: 8px;
    text-align: left;
    letter-spacing: -.01rem;
}

.contactus p{
    font-family: 'Graphik Web', sans-serif;
    font-size: 31px !important;
    font-weight: 400;
    color: #0044b6;
    line-height: 130%;
    padding-top: 50px;
}

.contactus p span {
    font-size: 31px !important;
    font-weight: 400;
    color: #de0a26;
    line-height: 130%;
    padding-top: 50px;
}

.contactus h4 {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #1b2e58 !important;
    line-height: 130% !important;
    padding-top: 20px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.contactus h5 {
    font-family: 'Graphik Web', sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    color: #1b2e58;
    line-height: 130%;
    padding-top: 20px;
    float: none;
}


a{
	font-weight:700;
	color:#0f4dbe;
}

a:hover{
	color:#0f4dbe;
}

h5 {
    color: #131313;
    font-size: 17px;
    font-weight: 400;
    float: right;
}

img{
    max-width: 100%;
    object-fit:cover
}


/* Table */


table {
    border-collapse: collapse;
    border-radius: 0px;
    border-style: hidden; /* hide standard table (collapsed) border */
    box-shadow: 0 0 0 1px rgba(68,128,240, 0.4); /* this draws the table border  */
}

table, th, td {
  border-collapse: collapse;
}

th, td {
    padding: 12px;
    padding-left: 24px;
    text-align: left;
    color: #2e4369;
    font-size: 13px;
    line-height: 140%;
    font-weight: 500;
}

th {
  text-align: left;
}



.uploadstatements3 {
    width: 100%;
    margin-top: 18px;
    background-color: #fff;
    border: 1.5px dashed #b7bfef;
    border-radius: 10px;
    box-shadow: none;
}

.uploadstatements2 {
    width: 100%;
    margin-top: 18px;
    background-color: #fff;
    border: 1.5px dashed #b7bfef;
    border-radius: 10px;
    box-shadow: none;
}

.uploadstatements2 td {
    padding: 40px;
    text-align: center;
}

.ccpa-table {
    border-collapse: collapse;
    border-radius: 0px;
    box-shadow: 0 0 0 1px rgba(68,128,240, 0.4); /* this draws the table border  */
}

.ccpa-table td {
    border: 1px solid rgba(68,128,240, 0.4);
}

.ccpa-table th {
    border: 1px solid rgba(68,128,240, 0.4);
}


.uploadstatements {
    width: 100%;
    margin-top: 40px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 26px -1px rgba(128,128,128,0.33);
    -moz-box-shadow: 0px 0px 26px -1px rgba(128,128,128,0.33);
    box-shadow: 0px 0px 26px -1px rgba(128,128,128,0.33);
}

.uploadstatements th, td {
    border: none;
}

.uploadstatements h9 {
    color: #1b2e58;
    font-size: 12px;
    line-height: 30px;
    max-width: 500px;
    margin-bottom: 15px;
    font-weight: 600;
    text-align: left;
}

@media(max-width:992px){
    .uploadstatements {
        display: none;
    }
}

.mobile-upload-msg {
    display: none !important;
    margin-top:10px !important;
    margin-bottom:10px !important;
    font-weight: 300 !important;
}

.mobile-upload-msg span {
    font-weight: 600 !important;
}

.is-mobile .mobile-upload-msg{
    display: block !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

@media(max-width:959px){
    .mobile-upload-msg {
        display: block !important;
        padding-top: 40px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

.is-mobile .additional-upload {
    display: none !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.additional-upload {
    display: block !important;
    margin-top:10px !important;
    margin-bottom:20px !important;
    font-weight: 300 !important;
    font-size: 14px !important;
}

.additional-upload span {
    font-weight: 600 !important;
}

@media(max-width:959px){
    .additional-upload {
        display: none !important;
        margin-top:50px !important;
        margin-bottom:10px !important;
        font-weight: 300 !important;
    }
}

.desktop-upload-msg {
    font-weight: 600 !important;
    font-size: 1.2rem !important;
    margin-bottom: 20px !important;
    margin-top: 50px !important;
    color: #0f4dbe !important;
}

@media(max-width:992px){
    .desktop-upload-msg {
        display: none;
    }
}

.choosefilecustom {
    margin: 0 !important;
    font-size: 11px !important;
    border-radius: 4px !important;
    font-weight: 500 !important;
    font-family: arial, sans-serif !important;
    padding: 8px !important;
    border-bottom: none !important;
    height: inherit !important;
}

.choosefiletxt {
    padding: 12px 12px 12px 0 !important;
}

.your-message-text {
	margin-bottom:10px;
	color: #1b2e58;
	border:0px;
	background: none;
	padding-bottom:0px;
	padding-top: 12.5px;
	margin-top: 10px;
	resize: none;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
    padding-left:0;
    padding-right:0;
    letter-spacing: 0;
}

.your-message-form {
    margin-top: 0px !important;
    margin-bottom:15px !important;
	background: none !important;
	padding-bottom:15px !important;
	padding-top: 15px !important;
	resize: none !important;
	width: 100% !important;
	border-bottom: 1px solid #b4b4b4 !important;
	font-family: 'Graphik Web', sans-serif !important;
	font-size: 14px !important;
	letter-spacing: 0 !important;
	font-weight: 400 !important;
    padding-left:0 !important;
    padding-right:0 !important;
}


/* Navigation */

.navbar{
	padding: 1em;
	position: sticky;
	width: 100%;
	top:-75px;
	z-index:9990;
	-moz-transition:.3s ease-in-out;
	transition:.3s ease-in-out;
}

.navbar.scrolled{
	top:0;
	background:#fff;
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
}

.navbar-expand-lg .navbar-nav .nav-link{
    font-family: 'Graphik Web', arial;
	padding-left: 1em;
	padding-right: 1em;
	font-weight: 600;
	letter-spacing: 0em;
	color: #0f4dbe;
    cursor: pointer;
}

.navbar-expand-lg .navbar-nav .nav-link:hover{
	color: #4480f0 !important;
}

.navbar .btn{
	margin-left: 10px;
    background: #4480f0;
}

.navbar .nav-link{
	color: #4480f0;
	font-size:14px;
	position: relative;
}

.navbar .nav-link:hover{
	opacity:.8;
}


#navbarNavAltMarkup{justify-content: flex-end}



.navbar-brand img:nth-child(2){
	display: none
}

@media(max-width:991px){
	.navbar{
		top:0;
		background:#fff;
		-webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
		box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
	}

	.navbar-light .navbar-toggler{
		border:none;
		color:#48a68d !important;
	}

	.navbar-light .navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(15, 77, 190, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
		color: #0f4dbe;
		fill: #0f4dbe;
	}

	.home:before{display:none;}

	.navbar .navbar-brand img:nth-child(2){
		display: block
	}
	.navbar-collapse{
		text-align: center;
	}

	.navbar-collapse .btn{
		margin:20px 0 20px 0;
	}
}

@media(max-width:400px){
	.navbar-brand img{height:22px;}
}


/* New New New */


.content.jsx-3166055740 {
    display: grid;
    text-align: left;
    justify-items: left;
    webkit-align-content: left;
    -ms-flex-line-pack: left;
    align-content: left;
    z-index: 1;
    position: relative;
    padding-top: 14px;
    padding-bottom: 0px;
    opacity: 1;
}

.checkmarks.jsx-189006643 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: var(--textAlign);
    -webkit-justify-content: var(--textAlign);
    -ms-flex-pack: var(--textAlign);
    justify-content: var(--textAlign);
}

.checkmarks.jsx-1372810224 {
    list-style: none;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    letter-spacing: 0em;
    line-height: 1.4;
    font-family: 'Graphik Web', sans-serif;
    color: #1b2e58;
    letter-spacing: 0;
    font-size: 13px;
    font-weight: 500;
    opacity: 1;
    padding-left: 20px;
}

.checkmarks-item.jsx-1372810224 {
    display: inline-block;
    margin-right: 12px;
    padding-bottom: 20px;
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 600;
}

.checkmarks-icon.jsx-1372810224 {
    background: url(../images/checkmarkblue.svg) no-repeat;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-right: 10px;
}

.questions-help {
    padding-top: 55px;
}

.questions-help h7 {
    font-size: 16px;
    letter-spacing: 0;
    opacity: 1;
    padding-top: 38px;
    font-weight: 600;
    color: #0f4dbe;
}

.questions-help h8 {
    font-size: 14px;
    letter-spacing: 0;
    opacity: 1;
    padding-top: 38px;
    font-weight: 400;
    color: #0f4dbe;
}

.questions-helpd {
    font-family: 'Graphik Web', sans-serif;
    font-size: 10px;
    letter-spacing: 0;
    padding-top: 25px;
    color: #1b2e58;
    line-height: 180%;
    opacity: 1;
}

.questions-help span {
    font-size: 14px;
    letter-spacing: 0;
    opacity: 1;
    padding-top: 38px;
    font-weight: 400;
    color: #0f4dbe;
}

.questions-d p {
    font-size: 10px;
    letter-spacing: 0;
    padding-top: 40px;
    color: #1b2e58;
    line-height: 140%;
}

.formbtnback {
    text-align: center;
    letter-spacing: 0em;
    line-height: 1.4;
    font-family: 'Graphik Web', sans-serif;
    color: #de0a26;
    letter-spacing: 0;
    font-size: 12px;
    font-weight: 600;
    padding-top: 20px;
    text-decoration: none;
    opacity:1;
}

.formbtnback:hover {
    text-decoration: none;
    opacity: 0.8;
    color: #de0a26;
}

.span.jsx-1698653379 {
    -webkit-letter-spacing: 0em;
    -moz-letter-spacing: 0em;
    -ms-letter-spacing: 0em;
    line-height: 1.4;
    font-family: 'Graphik Web', sans-serif;
    color: #181818;
    letter-spacing: 0;
    font-size: 15px;
    font-weight: 400;
}

.intextlink {
    color: #1b2e58;
    font-size: 15px;
    letter-spacing: 0;
    font-family: 'Graphik Web', sans-serif;
    font-weight: 600;
    text-decoration: underline;
}

.intextlink:hover {
    color: #1b2e58;
}

.st .container{
    max-width:100%;
    padding:0 !important;
    margin:0;
    background-color:#0f4dbe !important;
    background:transparent url(../images/dots.png) repeat;
    background-size:1000px;
    background-size: cover;
    background-position: center !important;
}

.st p {
    font-family: 'Graphik Web', sans-serif;
    color: #1b2e58;
    font-size: 25px;
    line-height: 150%;
    font-weight: 400;
    padding-left: 50px;
    padding: 70px 70px;
    background:#fff;
    position: relative;
    z-index: 10;
    right:-12vw;
    display: block;
    max-width:90vw
}

@media(max-width: 1250px){
    .st p{
        font-size:20px;
    }
}

@media(max-width:767px){
    .st p{
        position: static;
        margin: 0 auto !important;
    }
}

.stsb {
}

.stsb p {
    display: block;
    color: #0f4dbe;
    font-size: 1.9rem;
    line-height: 120%;
    max-width: 80%;
    margin: 0px !important;
    font-weight: 700;
    padding-left: 50px;
}

.stsb p span {
    display: block;
    font-size: 1rem;
    line-height: 140%;
    max-width: 100%;
    margin: 0px !important;
    font-weight: 400;
    padding-top: 25px;
}

.securityshield {
    text-align:center;
    padding-top: 15px;
}

.securityshield img {
    height: 27px;
    fill: red;
}

.securityshield a {
    font-size: 12px;
    font-family: 'Graphik Web', sans-serif;
    color: #1b2e58 !important;
    font-weight: 500;
    text-decoration: none;
    pointer-events: none;
    padding-left: 11px;
}

.container{
	padding-left: 5vw;
	padding-right: 5vw;
	max-width: 1550px;
}

.img-align-center {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 25px;
}

.hr-line {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
    max-width: 100%;
    border: 0;
    border-top: 1px solid #e0e0e1;
    margin: 0 auto 1.875rem;
    max-width: 60%;
}

.divline {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,0.1);
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.divline2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,0.1);
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.trustheader {
    color: #000;
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
    padding-top: 0px;
    padding-bottom: 0px;
    letter-spacing: 0;
    margin-bottom:20px
}

.trust-carousel {
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.trust-cont {
    padding-top: 100px;
    padding-bottom: 50px;
    position: relative;
    width: 100%;
    border-radius: 0px;
    margin: 0 auto;
    z-index: 20;
    background-color: #f9fafb;
    background-size: cover;
    background-position: center;
    box-shadow: none;
    text-align: center;
}

.trust-rating {
    width: 26%;
    height: 300px;
    padding: 20px !important;
	font-family: 'Proxima Nova', Arial;
    font-size: 32px;
    letter-spacing: -.01em;
    text-align: center;
    font-weight: 400;
    margin: 20px;
    box-shadow: none;
}

.trust-rating img {
    width: 100%;
    height: auto;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.trust-stat {
    width: 33%;    line-height: 120%;
    padding: 30px !important;
	font-family: 'Proxima Nova', Arial;
    font-size: 18px;
    letter-spacing: -.01em;
    text-align: left;
    font-weight: 600;
    box-shadow: none;
}

.trust-stat img {
    height: 25px;
    margin-bottom:25px;
    display: block;
    margin: none;
}

.competegrid {
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
    padding: 100px 50px;
}

.compete p{
    display: block;
    color: #0f4dbe;
    font-family: 'Graphik Web', sans-serif;
    font-size: 2rem;
    line-height: 120%;
	max-width: 600px;
	margin: 0px !important;
	font-weight: 600;
	padding-left: 20px;
	padding-top: 70px;
}

.compete p span {
    display: block;    font-size: 1.2rem;
    font-weight: 400;
    line-height: 120%;
	max-width: 70%;
	margin: 0px !important;
	padding-top: 20px;
}

.compete h4 {
    color: #fff;
    font-size: 17px;
    line-height: 120%;
	max-width: 60%;
	margin: 0px !important;
	font-weight: 400;
	padding-top: 50px;
	padding-left: 20px;
}

.compete h4 span {
    color: #de0a26;
    font-size: 24px;
    line-height: 120%;
	max-width: 60%;
	margin: 0px !important;
	font-weight: 600;
	padding-top: 20px;
	padding-left: 0px;
}

.cta h1{
    font-size: 50px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0;
	margin-bottom: 40px;
	margin-top: 0px;
	color: white;
	background-color: #469beb;
}

.cta img{
    width: 100%
}

.cta > .row{
    align-items: center;
}

.cta h1 span{
	color: white;
	opacity: 1;
}

.cta .container > span{
	display: block;
	margin-top:10px;
	opacity: 1;
	font-size:10px;
}

.client-loc {
    font-size: .8rem;
    opacity: 1;
}

.how-to {
    padding: 140px 0 !important;
}

.ready {
    padding-top: 40px !important;
    padding-bottom: 170px !important;
}

.qodef-row-grid-section-wrapper {
    background: 0 0;
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    text-align: center;
}

.home-banner-net {
    opacity: 1;
    height: 100%;
    top: 0;
    left: 0;
    background-color:#0f4dbe !important;
    background:transparent url(../images/dots.png) repeat;
    background-size:1000px;
    background-size: cover;
    background-position: center !important;
}

.itkstat {
    display: block;
    color: #0f4dbe;
    font-family: 'Graphik Web', sans-serif;
    font-size: 26px;
    text-align: left;
    max-width: 900px;
    font-weight: 400;
    padding-bottom: 0px;
    padding-left: 45px;
    padding-right: 45px;
}

.itkstat2 {
    display: block;
    color: #0f4dbe;
    font-family: 'Graphik Web', sans-serif;
    font-size: 26px;
    text-align: center;
    max-width: 900px;
    font-weight: 400;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
}

.itkstat span{
    display: block;
    color: #131313;
    font-family: 'Graphik Web', sans-serif;
    font-size: 14px;
    text-align: left;
    font-weight: 700;
    padding-top: 15px;
    opacity: 1;
}

.itkstat p {
    display: block;
    color: #131313;
    font-family: 'Graphik Web', Arial;
    font-size: 15px;
    text-align: left;
    font-weight: 400;
    padding-top: 15px;
    opacity: 1;
}

.bynumbers {
    font-family: 'Graphik Web', sans-serif;
    color: #fff;
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    padding-bottom: 0px;
}

.bynumbers span{
    color: #de0a26;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    opacity: 1;
}

.byvalue {
    color: #4480f0;
    font-size: 2rem;
    text-align: center;
    font-weight: 700;
    padding-bottom: 40px;
    padding-top: 60px;
    letter-spacing: 0;
    line-height: 120%;
}

.byvalue span{
    color: #de0a26;
    font-family: 'Graphik Web', sans-serif;
    font-size: 2rem;
    text-align: center;
    font-weight: 700;
    opacity: 1;
    letter-spacing: 0;
}

.allstats {
    margin: 0 auto;
    padding: 10px;
    display:flex;
    padding-bottom: 0px;
    justify-content:center;
}

.hiw4 {
    margin: 0 auto;
    padding: 0px;
    width: 82%;
    display:flex;
    padding-top: 0px;
    padding-bottom: 0px;
    justify-content:center;
}


.allstats {
    margin: 0 auto;
    display:flex;
    padding-top: 25px;
    padding-bottom: 0px;
    justify-content:center;
    flex-wrap: wrap
}

.bynumberstat {
    width: 33%;
    color: #fff;
    font-size: 38px;
    letter-spacing: 0;
    text-align: center;
    font-weight: 700;
    margin: 20px 0 30px 0;
}

@media(max-width:650px){
    .bynumberstat{
        width: 100%;
        font-size: 38px;
    }
}

.bynumberstat span{
    display: block;
    color: #fff;
    font-family: 'Graphik Web', sans-serif;
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    margin-top: 0px;
    letter-spacing: 0px;
}

.bynumberstat li {
    margin: 0 auto;
    padding: 10px;
    display:flex;
    justify-content:center;
    list-style: none;
    width: auto;
}

.byvaluestat {
    color: #0f4dbe;
    font-size: 18px;
    letter-spacing: 0;
    text-align: center;
    font-weight: 700;
    padding:40px;
    border-bottom:2px solid #f9f9f9;
    border-right:2px solid #f9f9f9;
    flex-grow: 1;
    width: 33%;
}

.byvaluestat span{
    display: block;
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 0px;
    letter-spacing: 0px;
    line-height: 115%;
    padding-top: 10px;
}

.byvaluestat li {
    margin: 0 auto;
    padding: 10px;
    display:flex;
    justify-content:center;
    list-style: none;
    width: auto;
}

.byvaluestat img {
    height: 60px;
    margin-bottom: 20px !important;
    display: block;
}

.numbersbutton1 {
    background: red;
    width: 250px;
    height: 50px;
    color: #f0f0f0;
    border: 1px solid white;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
    display:flex;
    justify-content:center;
}

.numbersbutton2 {
    background: green;
    width: 250px;
    height: 50px;
    color: #f0f0f0;
    border: 1px solid white;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
    display:flex;
    justify-content:center;
}


@media only screen and (min-width: 1367px){
    .qodef-grid-1200 .qodef-container-inner, .qodef-grid-1200 .qodef-grid, .qodef-grid-1200 .qodef-row-grid-section {
        width: 1200px;
    }
}

.qodef-row-grid-section {
    padding: 50px 0 !important;
    position: relative;
    width: 90vw;
    max-width:1200px;
    border-radius: 0px;
    margin: 0 auto;
    z-index: 20;
    background-color: #0f4dbe !important;
    background: transparent url(../images/dots.png) repeat;
    background-size: cover;
    background-position: center;
    margin-top:-235px;
    box-shadow: 0 13px 13px 0 rgba(249,85,109,.1);
    text-align: center;
    z-index: 1000;
}

@media(max-width:1367px){
    .qodef-row-grid-section{
        margin-top:-185px;
        transform:none;
        left:0;
        position:relative;
    }
}

@media(max-width:600px){
    .qodef-row-grid-section{
        /* margin-top:-100px; */
		background-color: yellow;
    }
	.home .container::before {
		content: "";
		position: absolute;
		top: -150px;
      	right: 0px;
      	bottom: 0px;
      	left: 0px;
		background-size: cover;
		background-position: 70%;
		background-image: url(../images/emc2.jpg);
		opacity: .25;
	}
	.home .btn-lg{
		margin-bottom: 25px;
	}
}

.sampleuseimg {
    padding: 50px 0 !important;
    position: relative;
    width: 100%;
    border-radius: 0px;
    margin: 0 auto;
    z-index: 20;
    background-color: #0f4dbe !important;
    background: transparent url(../images/dots.png) repeat;
    background-size: cover;
    background-position: center;
    margin-top: 0px;
    box-shadow: 0 13px 13px 0 rgba(249,85,109,.1);
    text-align: center;
    z-index: 1000;
}

.sampleuseimg img {
    width: 40%;
}

.laptopimg {
}

.laptopimg img {
    display: block;
    position: relative;
    width: 40vw;
    margin: -26vh auto 0 auto;
    z-index: 100;
}

.itk {
    padding: 40px 0 !important;
    position: relative;
    width: 74%;
    border-radius: 0px;
    margin: 0 auto;
    z-index: 20;
    background-color: #fff !important;
    background: transparent url(../images/dots.png) repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0 13px 13px 0 rgba(112,112,112,.1);
    text-align: center;
    z-index: 1;
    margin-top: 30px;
}

.itk2 {
    padding: 30px 0;
    position: relative;
    width: 74%;
    border-radius: 0px;
    margin: 0 auto;
    z-index: 20;
    background-color: #fff !important;
    background: transparent url(../images/dots.png) repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0 13px 13px 0 rgba(112,112,112,.1);
    text-align: center;
    z-index: 1;
    margin-top: 30px;
}

.itkbg {
    background-color: #f2f2f2;
    padding-top: 10px;
    padding-bottom: 100px;
}

.ourvalues {
    padding: 50px 0 !important;
    position: relative;
    width: 100%;
    border-radius: 0px;
    margin: 0 auto;
    z-index: 20;
    background-color: #fff !important;
    background: transparent url(../images/dots.png) repeat;
    background-size: cover;
    background-position: center;
    margin-top: -120px;
    text-align: center;
    margin-top: 0px;
}

.vc_row {
    margin-left: -15px;
    margin-right: -15px;
}

.vc_row:after, .vc_row:before {
    content: "";
    display: table;
}



/* Button */

.btnform {
	border-radius:0;
	background: #53ba9e;
	color: #cdf9c8;
	font-weight: 600;
	font-size: 14px;
}

.btn{
    font-family: 'Graphik Web', sans-serif;
	border-radius:0;
	background: #de0a26;
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
	color: #fff;
	border: 1px solid transparent;
	font-weight: 600;
	font-size: 14px;
}

.btnready{
	border-radius:0;
	background: #fff;
	box-shadow: none;
	color: #4480f0;
	border: 1px solid transparent;
	font-weight: 500;
	font-size: 14px;
}

.btnready-sm{
	padding:.5rem 2rem;
	font-size:12.5px;
	border-radius: 0px;
}

.btnready-lg{
	padding: 1em 4em;
	border-radius: 0px;
	position: relative;
}

.btn:hover{
	opacity: .8;
	color: #fff;
	transition: transform .35s cubic-bezier(.38,3,.57,1.6);
	-webkit-transition: transform .35s cubic-bezier(.38,3,.57,1.6);
}

.btn-sm{
	padding:.5rem 2rem;
	font-size:12.5px;
	border-radius: 0px;
}

.btn-lg{
	padding: 1em 4em;
	border-radius: 0px;
	position: relative;
}

.btn-lg:hover{
    transition: transform .35s cubic-bezier(.38,3,.57,1.6);
	-webkit-transition: transform .35s cubic-bezier(.38,3,.57,1.6);
}

.btn-lg2{
	padding: 1em 4em;
	border-radius: 0px;
	position: relative;
	margin: 12px;
}

.btn-lg2:hover{
    transition: transform .35s cubic-bezier(.38,3,.57,1.6);
	-webkit-transition: transform .35s cubic-bezier(.38,3,.57,1.6);
}

.btn-lg3{
	padding: 1em 4em;
	border-radius: 0px;
	position: relative;
	margin:12px;
}

.btn-lg3:hover{
    transition: transform .35s cubic-bezier(.38,3,.57,1.6);
	-webkit-transition: transform .35s cubic-bezier(.38,3,.57,1.6);
}

.btn-compete {
	padding: 1em 4em;
	border-radius: 0px;
	position: relative;
	margin-top: 0px;
	margin-bottom: 50px;
}

.btn-compete:hover{
    transition: transform .35s cubic-bezier(.38,3,.57,1.6);
	-webkit-transition: transform .35s cubic-bezier(.38,3,.57,1.6);
}


.btn-form{
	padding: 1.2rem 4.2rem;
	position: relative;
	width: 50%;
}

.btn-lg:beforeno,.btn-lg:afterno{
	content:'';
	position:absolute;
	top:50%;
}

.btn-lg:afterno{
	width:3.5rem;
	height: 3px;
	left:calc(100% + 2rem);
	transform:translateY(-50%);
}

.btn-lg:beforeno{
	height:1.8rem;
	width:1.8rem;
	left:calc(100% + 3.5rem);
	border-top-width: 3px;
	border-right-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	transform:translateY(-50%) rotate(45deg);
}

/* Header */

h1,h2{
	font-weight:800
}

h1{
	font-size:3rem;
	letter-spacing: 0;
}

h2{
	font-size:2.8rem
}

h3{
	font-size:1.3rem;
}

h2.header{
	text-align: center;
	max-width:1000px;
	margin: 0 auto;
}

/* Paragraph */

p{
	font-family: 'Graphik Web', Arial;
	font-size:16px;
	color:#1b2e58;
	font-weight: 300;
	letter-spacing: 0;
}

/* Home */

.home{
	width:100%;
	height:120vh;
	min-height:900px;
	background-size: cover;
	background-image: url(../images/emc2.jpg);
	/* background-position: center; */
	display: flex;
	align-items: center;
	margin-top:-200px;
}

@media(max-width:800px){
	.home {
	margin-top:-110px;
	background-image: none;
	background-position: #fff;
	}
}

.home:before,.home:after{
	content:'';
	width:100%;
	position: absolute;
	top:0;
	left:0;
}

.home:before{
	height:120px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
	z-index:3
}

.dontdo.home:after{
	height:100%;
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 33%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 33%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 33%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
	z-index:1
}

.home > .container{
	position: relative;
	z-index: 2
}

.home h1{
    font-family: 'Graphik Web', sans-serif;
    font-size: 62px;
    line-height: 130%;
    font-weight: 700;
    letter-spacing: 0em;
	margin-bottom: 40px;
	margin-top: 0px;
	color: #0f4dbe;
}

@media(max-width:500px){
    .home h1{
        font-size:50px !important;
    }

    #rotating-text-home{
        height:116px !important;
        display:block !important;
    }
}

.home h1 span{
    font-family: 'Graphik Web', sans-serif;
	color: #de0a26;
}

.home p,.sub-header{
    font-family: 'Graphik Web', sans-serif;
    color: #1b2e58;
    letter-spacing: 0em;
    font-size: 19px;
    line-height: 125%;
	max-width: 500px;
	margin-bottom: 40px;
	padding-top: 5px;
	font-weight: 300;
}

.sub-headerbk {
    font-family: 'Graphik Web', sans-serif;
    color: #1b2e58;
    font-size: 18px;
    line-height: 125%;
	max-width: 500px;
	margin-bottom: 40px;
	padding-top: 25px;
	font-weight: 300;
}

.home .btn:after{background:#000}

.home .btn:before{border-color:#000}


/* How to section */

.how-to {
}

.how-to h2{
	color: #4480f0;
	font-size: 2.5em;
    letter-spacing: 0;
}

.how-to h2 span{
    display: block;
	color: #666;
    font-size: 20px;
    line-height: 30px;
	margin-bottom: 50px;
	font-weight: 300;
	letter-spacing: -.01em;
	padding-top: 15px;
}

.how-to-steps {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background: #fff;
	padding-left: 50px;
}

@media(max-width:767px){
	.how-to-steps ol{margin:30px auto;}
	.how-to-image {
		padding:0;
	}
}

.how-to-steps ol {
    display: block;
    list-style-type:none;
}

.how-to-steps li{
	font-size:21px;
	font-weight:700;
	color: #181818;
	margin-bottom:30px;
	position: relative;
	z-index: 1;
}

.how-to-steps li p{
	font-family: 'Graphik Web', sans-serif;
	font-size: 14px;
	color:#666;
	font-weight: 400;
	letter-spacing: -.01em;
	max-width:320px;
	line-height: 135%;
	padding-top: 13px;
	opacity: 1;
}

.how-to-steps li div{
	position: relative;
	color: #de0a26;
	font-size: 25px;
	letter-spacing: 0;
}

.how-to-steps li div span{
	color: #4480f0;
}

.businessloans3 {
    padding: 50px 0 !important;
    position: relative;
    width: 100%;
    border-radius: 0px;
    margin: 0 auto;
    z-index: 20;
    background-color: #f2f2f2 !important;
    background-size: cover;
    background-position: center;
    box-shadow: none;
    text-align: center;
}

.ott {
    position: relative;
    width: 100%;
    border-radius: 0px;
    margin: 0 auto;
    z-index: 20;
    background-size: cover;
    background-position: center;
    box-shadow: none;
    text-align: center;
    padding: 50px 0;
}

.ott2 {
    padding: 10px 0 150px 0;
    position: relative;
    width: 100%;
    border-radius: 0px;
    margin: 0 auto;
    z-index: 20;
    background-color: #f2f2f2 !important;
    background-size: cover;
    background-position: center;
    box-shadow: none;
    text-align: center;
}


.ottstat {
    display: block;
    width: 38%;
    color: #0f4dbe;
    padding: 40px !important;
	font-family: 'Proxima Nova', Arial;
    font-size: 18px;
    letter-spacing: -.01em;
    text-align: center;
    font-weight: 600;
    margin: 25px;
    box-shadow: 10px 10px 87px -47px hsla(0,0%,60%,.7);
    background-color: #fff;
}

.ottstat img {
    height: 60px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.ottstat span{
    display: block;
    letter-spacing: 0;
	font-family: 'Graphik Web', sans-serif;
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    font-weight: 400;
    margin-top: 0px;
    padding-top: 15px;
    opacity: 1;
}

.ottstat p {
    font-size: 1em;
}

.ottstat a{
    z-index: 999;
    font-size: 1.05rem;
    letter-spacing: 0;
    font-weight: 300;
    padding: .25rem 0;
    line-height: 1rem;
    display: inline-block;
    color: #232333;
    position: relative;
    padding-right: 1.5rem;
    margin-top: 60px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-bottom: .1rem solid #232333;
    text-decoration: none;
}

.ottstat li {
    margin: 0 auto;
    padding: 10px;
    display:flex;
    justify-content:center;
    list-style: none;
    width: auto;
}

.bl3stat {
    width: 38%;
    color: #0f4dbe;
    padding: 40px !important;
	font-family: 'Proxima Nova', Arial;
    font-size: 19px;
    letter-spacing: 0;
    text-align: center;
    font-weight: 600;
    margin: 25px;
    box-shadow: none;
    background-color: none;
}

.bl3stat img {
    height: 10vh;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

.bl3stat span{
    display: block;
    color: #0f4dbe;
    letter-spacing: 0;
	font-family: 'Graphik Web', sans-serif;
    font-size: 19px;
    line-height: 140%;
    text-align: center;
    font-weight: 600;
    margin-top: 0px;
    padding-top: 0px;
    opacity: 1;
}

.bl3stat p {
    display: block;
    letter-spacing: 0;
	font-family: 'Graphik Web', sans-serif;
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    font-weight: 400;
    margin-top: 0px;
    padding-top: 15px;
    opacity: 1;
}

.bl3stat a{
    z-index: 999;
    font-size: 1.05rem;
    letter-spacing: 0;
    font-weight: 300;
    padding: .25rem 0;
    line-height: 1rem;
    display: inline-block;
    color: #232333;
    position: relative;
    padding-right: 1.5rem;
    margin-top: 60px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-bottom: .1rem solid #232333;
    text-decoration: none;
}

.bl3stat li {
    margin: 0 auto;
    padding: 10px;
    display:flex;
    justify-content:center;
    list-style: none;
    width: auto;
}

.hiwvalue {
    width: 38%;
    color: #0f4dbe;
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 75px;
	font-family: 'Proxima Nova', Arial;
    font-size: 19px;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    margin: 0px;
    box-shadow: none;
    background-color: #fff;
}


.hiwvalue img {
    height: 10vh;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

.hiwvalue span{
    display: block;
    color: #0f4dbe;
    letter-spacing: 0;
	font-family: 'Graphik Web', sans-serif;
    font-size: 19px;
    line-height: 140%;
    text-align: center;
    font-weight: 600;
    margin-top: 0px;
    padding-top: 0px;
    opacity: 1;
}

.hiwvalue p {
    display: block;    letter-spacing: 0;
	font-family: 'Graphik Web', sans-serif;
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    font-weight: 400;
    margin-top: 0px;
    padding-top: 15px;
    opacity: 1;
}

.hiwvalue a{
    z-index: 999;
    font-size: 1.05rem;
    letter-spacing: 0;
    font-weight: 300;
    padding: .25rem 0;
    line-height: 1rem;
    display: inline-block;
    color: #232333;
    position: relative;
    padding-right: 1.5rem;
    margin-top: 60px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-bottom: .1rem solid #232333;
    text-decoration: none;
}

.hiwvalue li {
    margin: 0 auto;
    padding: 10px;
    display:flex;
    justify-content:center;
    list-style: none;
    width: auto;
}


.hiwstat {
    width: 31%;
    padding: 40px !important;
	font-family: 'Proxima Nova', Arial;
    font-size: 19px;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    margin: 1%;
    background-color: #f9fafb;
}

@media(max-width:980px){
    .hiwstat{
        width:48%;
    }
}

@media(max-width:650px){
    .hiwstat{
        width:98%;
    }
}

.hiwstat-img{
    width:100px;
    height:100px;
    padding:20px;
    border-radius:50%;
    border:1px solid #02358e;
    margin: 0 auto 10px auto;
}

.hiwstat img {
    width: 100px;
    display: block;
}

.hiwstat span{
    display: block;
    color: #1b2e58;
    letter-spacing: 0;
    font-family: 'Graphik Web', sans-serif;
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    font-weight: 600;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom:25px;
}

.hiwstat p {
    display: block;
    color: #1b2e58;
    max-width: 290px;
    letter-spacing: 0;
    font-family: 'Graphik Web', sans-serif;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    font-weight: 400;
    padding-left:30px;
    position: relative;
    opacity: 1;
    margin:0 auto 25px auto;
}

.hiwstat p:before{
    content:'';
    width:15px;
    height: 15px;
    position: absolute;
    left: 0;
    top:3px;
    background-image: url(../images/check.svg);
    background-size:contain;
    background-repeat: no-repeat;
}

.hiwstat li {
    margin: 0 auto;
    padding: 10px;
    display:flex;
    justify-content:center;
    list-style: none;
    width: auto;
}

.smbx {
    display:flex;
    flex-basis:calc(50% - 40px);
    flex-direction:column;
    clear: both;
    width: 50%;
    background-color: white;
    margin: 20px;
    padding: 20px !important;
    text-align: center;
    box-shadow: 10px 10px 87px -47px hsla(0,0%,60%,.7);
}

.smbx img{
    height: 10vh;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

.itkheader {
    color: #131313;
	font-family: 'Graphik Web', sans-serif;
    font-size: 2rem;
    text-align: center;
    margin-left: 5vw;
    margin-right: 5vw;
    font-weight: 700;
    padding-top: 0px;
    padding-bottom: 0px;
    letter-spacing: 0;
}

.blgheader {
    color: #131313;
	font-family: 'Graphik Web', sans-serif;
    font-size: 2rem;
    text-align: center;
    margin-left: 5vw;
    margin-right: 5vw;
    font-weight: 700;
    padding-top: 100px;
    padding-bottom: 0px;
    letter-spacing: 0;
}

.blgheader2 {
    color: #131313;
	font-family: 'Graphik Web', sans-serif;
    font-size: 2rem;
    text-align: center;
    margin-left: 5vw;
    margin-right: 5vw;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 0px;
    letter-spacing: 0;
}

.blgheader3 {
    color: #131313;
    background-color: #fff;
	font-family: 'Graphik Web', sans-serif;
    font-size: 1.4rem;
    text-align: center;
    font-weight: 500;
    padding-top: 60px;
    padding-bottom: 30px;
    letter-spacing: 0;
}

.bl3header {
    color: #0f4dbe;
    margin: 0 auto;
	font-family: 'Graphik Web', sans-serif;
    font-size: 2rem;
    text-align: center;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 0px;
    letter-spacing: 0;
    max-width: 60vw;
    line-height: 120%;
}


.hiwheader {
    color: #0f4dbe;
    margin: 0 auto;
	font-family: 'Graphik Web', sans-serif;
    font-size: 2.2rem;
    text-align: center;
    font-weight: 700;
    padding-top: 0px;
    padding-bottom: 0px;
    letter-spacing: 0;
    max-width: 100vh;
}

.hiwheader span{
    display: block;
    margin: 0 auto;
	line-height: 140%;
    font-size: 1.2rem;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0;
    padding-top: 15px;
    padding-bottom: 35px;
    opacity: 1;
    max-width: 100vh;
}

.ottheader {
    color: #0f4dbe;
    line-height: 120%;
    font-size: 2.2rem;
    text-align: center;
    font-weight: 600;
    padding-bottom: 20px;
    letter-spacing: 0;
    padding-top: 50px;
}

.sub-header{
    margin: 10px auto 10px auto;
}


.ottheader:afterno {
    margin: 38px auto 38px auto;
    font-weight: 300px;
    content: "";
    position: relative;
    width: 205px;
    height: 1px;
    background: #0f4dbe;
    display: block;
    max-width: 90%;
}

.ottheader span{
    color: #000;
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    opacity: 1;
}

.contacttxt {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background: #fff;
	padding-left: 0px;
}

@media(max-width:767px){
	.how-to-steps ol{margin:30px auto;}
	.how-to-image {
		padding:0;
	}
}

.contacttxt ol {
    display: block;
    list-style-type:none;
    padding-left: 0;
}

.contacttxt li{
	font-size:21px;
	font-weight:700;
	color: #181818;
	margin-bottom:30px;
	position: relative;
	z-index: 1;
}

.contacttxt li p{
	display: block;
	color: #666;
    font-size: 20px;
    line-height: 30px;
	margin-bottom: 50px;
	font-weight: 300;
	letter-spacing: -.01em;
	padding-top: 15px;
}

.contacttxt li p span {
	display: block;
	color: #de0a26;
    font-size: 20px;
    line-height: 30px;
	font-weight: 600;
	letter-spacing: -.01em;
	padding-top: 30px;
}

.contacttxt li div{
	position: relative;
	color: #de0a26;
	font-size: 2.4rem;
	line-height: 120%;
	letter-spacing: 0;
}

.contacttxt li div span{
	color: #4480f0;
}


.dualwrap1 {

}

.dualwrap1:after {
    content:'';
    background: linear-gradient(to right,  rgba(0,68,182,1) 0%,rgba(0,68,182,1) 100%);
    width:78%;
    height:90%;
    position: absolute;
    top: 10px;
    left: 30px;
    z-index: -1;
    box-shadow: 0 13px 13px 0 rgba(20,101,237,.2);
    border-radius: 20px;
}

.dualwrap2 {
}

.dualwrap2:after {
    content:'';
    background: linear-gradient(to right,  rgba(0,68,182,1) 0%,rgba(0,68,182,1) 100%);
    width:80%;
    height:94%;
    position: absolute;
    top: 25px;
    left: 50px;
    z-index: -1;
    box-shadow: 0 13px 13px 0 rgba(20,101,237,.2);
    border-radius: 20px;
}


/* Funding */

.tailored-funding {
    background-color: #f8f8f8;
}

.tailored-funding h2{
	color:#193e33;
}

.funding-list .row > div{
	margin-bottom:40px
}

.funding-list i {
   display: block;
   width: 60px;
   height: 60px;
   background-size: 35px;
   background-position: center;
   margin-bottom: 10px;
   position: relative;
   background-color: #fff;
   background-repeat: no-repeat;
   border-radius: 50%;
}


.funding-list i + div{
	font-size:20px;
	color: #4480f0;
	font-weight:700;
	margin-bottom:20px;
	margin-top: 25px;
	position: relative;
	z-index: 1;
}

.funding-list i ~ p{
    font-family: 'Graphik Web', sans-serif;
	font-size:15px;
	color:#222;
	font-weight: 400;
	letter-spacing: 0;
	max-width:320px;
	line-height: 124%;
	padding-top: 0px;
	opacity: 1;
}

.funding-header h2{
	margin-bottom:40px;
	color: #4480f0;
	font-size: 2.4rem;
	letter-spacing: 0;
}

.funding-header .btn:after{background:#000}

.funding-header .btn:before{border-color:#000}

@media(max-width:767px){
	.funding-list i{
		margin:0 auto 20px auto;
	}

	.funding-list i + div,.funding-list i ~ p{
		text-align: center;
	}
}

@media(min-width: 1366px){
	.funding-list{
		padding-right:40px;
	}

	.funding-list i ~ p{
		padding-right:60px
	}
}

.mobile-view{
	display: block
}

@media(max-width:991px){
	.funding-header{display: none}
}


@media(min-width:992px){
	.mobile-view{
		display: none
	}
}

/* Section Break */

.section-break{
	background-image:url(../images/blueblue.jpg);
	background-size: cover;
	background-position: center;
}

.section-break .container{
	padding:50px 0;
}

.section-break h2{
	color:#fff;
	text-align: center;
	max-width:1000px;
	margin:0 auto;
	position:relative;
	margin-bottom:120px;
	font-size: 2.4rem;
}

.section-break h2:after{
	content:'';
	width:300px;
	height:6px;
	background: #de0a26;
	opacity:1;
	position: absolute;
	bottom:-30px;
	left:50%;
	margin-left:-150px;
}

.section-break h2 + div{
	text-align: center;
	font-weight:800;
	color:#fff;
	font-size:22px;
	margin-bottom:40px
}

.section-break h2 ~ p{
	text-align: center;
	color:#fff;
	font-size: 18px;
	font-weight:500
}

/* Testimonials */

.testimonials-cont{position: relative;}

.testimonials h3{
    display: block;
    text-align: center;
	color: #666;
    font-size: 20px;
    line-height: 30px;
	margin-bottom: 40px;
	font-weight: 300;
	letter-spacing: -.01em;
	padding-top: 15px;
}

.testimonials h2{
	margin-bottom: 5px;
	font-size: 2.4rem;
	letter-spacing: -.01em;
	color: #4480f0;
}

.testimonials h3{
	margin-bottom:50px
}

.testimonial{
	padding:10px 40px;
}

.testimonial-inner{
	position: relative;
	margin-top:30px;
	border-radius:20px;
	-webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.06);
	-moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.06);
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.06);
}

.testimonial-rating{
	background:#fff;
	border:1px solid #f1f1f1;
	border-radius:20px;
	padding:15px 20px;
	position: absolute;
	top: -28px;
	left: 50%;
	transform:translateX(-50%);
}

.testimonial-rating img{
	width:130px !important
}

.testimonial-text{
	background:#f9f9f9;
	padding:50px 30px 30px 30px;
	border-top-left-radius:20px;
	border-top-right-radius:20px;

}

.testimonial-text span{
	font-size:13px;
	line-height:22px;
	letter-spacing: 0px;
	color:#193e33;
}

.testimonial-text span:before,.testimonial-text span:after{
	content:'"';
}

.testimonial-author{
	padding:20px 30px;
	background: #0f4dbe !important;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
}

.testimonial-author span{
    font-size:13px;
	color:#fff;
}

.testimonial-author > *{
	font-size:13px;
	color:#fff;
}

.testimonial-author > div{
	font-weight:800
}

/* Second Break */

.second-break{
	padding: 40px 0 90px 0;
	position: relative;
	width: 100%;
	background-color: #fff !important;
	background: transparent url(../images/dots.png) repeat;
	background-size: cover;
	background-position: cover;
	text-align: center;
}

.second-break h1{
	text-align: center;
	color: #0f4dbe;
	padding-bottom: 20px;
	font-size: 1.8em;
	font-weight: 600;
}

.second-break h1 span {
    display: block;
	text-align: center;
	color: #2d3436;
	padding-top: 15px;
	padding-bottom: 0px;
	font-size: .7em;
	font-weight: 400;
}


.second-break .container{
	text-align: center;
}

.second-break .btn:after{background:#fff}

.second-break .btn:before{border-color:#fff}

.ratingsm{
	padding: 70px 0;
	position: relative;
	width: 100%;
	background-color: #fff !important;
	background: transparent url(../images/dots.png) repeat;
	background-size: cover;
	background-position: cover;
	text-align: center;
}

.ratingsm h1{
	text-align: center;
	color: #0f4dbe;
	padding-bottom: 20px;
	font-size: 1.8em;
	font-weight: 600;
}

.ratingsm h1 span {
    display: block;
	text-align: center;
	color: #2d3436;
	padding-top: 15px;
	padding-bottom: 0px;
	font-size: .7em;
	font-weight: 400;
}


.ratingsm .container{
	text-align: center;
}

.ratingsm .btn:after{background:#fff}

.ratingsm .btn:before{border-color:#fff}

.hiw-break {
	padding: 50px 0;
	position: relative;
	width: 100%;
	background: -moz-linear-gradient(to right,  rgba(21,95,218,1) 0%,rgba(0,68,182,1) 100%));
	background: -webkit-linear-gradient(to right,  rgba(21,95,218,1) 0%,rgba(0,68,182,1) 100%);
	background: linear-gradient(to right,  rgba(21,95,218,1) 0%,rgba(0,68,182,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44796b', endColorstr='#193f34',GradientType=1 );
	background-size: cover;
	background-position: cover;
	text-align: center;
}

.hiw-break2 {
	padding: 60px 0;
	position: relative;
	width: 100%;
	background: -moz-linear-gradient(to right,  rgba(21,95,218,1) 0%,rgba(0,68,182,1) 100%));
	background: -webkit-linear-gradient(to right,  rgba(21,95,218,1) 0%,rgba(0,68,182,1) 100%);
	background: linear-gradient(to right,  rgba(21,95,218,1) 0%,rgba(0,68,182,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44796b', endColorstr='#193f34',GradientType=1 );
	background-size: cover;
	background-position: cover;
	text-align: center;
}

.hiw-break h1{
    max-width: 100vh;
	text-align: center;
	color: #fff;
	max-width: 700px;
	padding-bottom: 20px;
	font-size: 2rem;
	font-weight: 600;
	margin: 0 auto;
}

.hiw-break2 h1{
    max-width: 100vh;
	text-align: center;
	color: #fff;
	max-width: 700px;
	padding-bottom: 0px;
	font-size: 2rem;
	font-weight: 600;
	margin: 0 auto;
}

.hiw-break h1 span {
    display: block;
	text-align: center;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 0px;
	font-size: .7em;
	font-weight: 300;
}

.hiw-break h1 p {
    display: block;
	text-align: center;
	color: purple;
	padding-top: 15px;
	padding-bottom: 0px;
	font-size: .7em;
	font-weight: 400;
}


.hiw-break .container{
	text-align: center;
}

.hiw-break .btn:after{background:#fff}

.hiw-break .btn:before{border-color:#fff}

.laptop-break {
	padding: 50px 0 220px 0;
	position: relative;
	width: 100%;
	background: -moz-linear-gradient(to right,  rgba(21,95,218,1) 0%,rgba(0,68,182,1) 100%));
	background: -webkit-linear-gradient(to right,  rgba(21,95,218,1) 0%,rgba(0,68,182,1) 100%);
	background: linear-gradient(to right,  rgba(21,95,218,1) 0%,rgba(0,68,182,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44796b', endColorstr='#193f34',GradientType=1 );
	background-size: cover;
	background-position: cover;
	text-align: center;
}

.laptop-break h1{
    max-width: 100vh;
	text-align: center;
	color: #fff;
	max-width: 700px;
	padding-bottom: 20px;
	font-size: 2rem;
	font-weight: 600;
	margin: 0 auto;
}

.laptop-break h1 span {
    display: block;
	text-align: center;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 0px;
	font-size: .7em;
	font-weight: 300;
}

.laptop-break h1 p {
    display: block;
	text-align: center;
	color: purple;
	padding-top: 15px;
	padding-bottom: 0px;
	font-size: .7em;
	font-weight: 400;
}


.laptop-break .container{
	text-align: center;
}

.laptop-break .btn:after{background:#fff}

.laptop-break .btn:before{border-color:#fff}


/* Form Notice */

.form-notice{
	background: #fafafa
}

.form-notice-wrapper{
	max-width:calc(5vw + 420px);
	float:right;
    padding: 80px 0 0 90px;

}

.form-container h3{
	font-weight:600;
	font-size:1.2rem;
	margin-bottom:20px;
	margin-top:60px;
	color: #0f4dbe;
}

.form-container h4{
	font-weight:700;
	font-size:1.5rem;
	margin-bottom:30px;
	margin-top:50px;
}

.form-notice-wrapper h3 {
    font-size: 32px;
	margin-bottom: 30px;
	margin-top: 50px;
	color: #0f4dbe;
	line-height: 135%;
	font-weight: 600;
}

.form-notice-wrapper p a{
	font-size:14px;
	color: #222;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: 0;
}

.form-notice-wrapper p a:hover{
	opacity: 1;
}

.form-wrapper{
    padding: 80px 170px 40px 170px;
}

.form-steps{
	padding:0;
	margin-bottom:25px
}

.form-steps li{
	display: inline-block;
	margin-right:22px;
	font-weight:600;
	position: relative;
	margin-bottom:25px;
	color: #1b2e58;
	font-size: .9rem;
}

.form-steps li:after{
	content:'';
	width:50%;
	height:4px;
	background: #1b2e58;
	position: absolute;
	bottom:-6px;
	left:50%;
	transform:translateX(-50%);
	display: none;
}

.form-steps li.active:after{
	display: block
}

.form-steps li:last-child {
    margin-right: 0;
}




.form-inner{
	padding-bottom: 100px
}

.form-inner > p{
	margin-right:10px;
	max-width:700px;
	display: inline-block
}

.form{
	margin-top:30px;
	margin-bottom: 30px;
	max-width: 800px;
}

input.btn{
	width: 100%
}

.form label,.form input:not(.btn):not([type=checkbox]),.form textarea{
	display: block
}

.form label{
	font-weight:600;
	font-size: 15px;
	letter-spacing: 0;
	color: #0f4dbe;
}

.form input:not(.btn):not([type=checkbox]){
	height:30px;
	padding-left:10px;
}

.form input:not(.btn):not([type=checkbox]),.form textarea,.form select{
	font-family: 'Graphik Web', sans-serif;
	border:0px;
	background: none;
	padding-bottom:12.5px;
	padding-top: 12.5px;
	margin-top: 38px;
	resize: none;
	width: 100%;
	border-bottom: 1px solid #b4b4b4;
	font-size: 15px;
	letter-spacing: .01em;
	font-weight: 400;
    padding-left:0;
    padding-right:0;
}

.form select{
	padding:0;
	height:30px;
}

@media(max-width:1100px){
	.form-steps li{
		margin-right:30px;
	}

	.form-notice-wrapper{
		padding-right:40px;
	}

	.form-wrapper{
		padding-left:40px;
	}
}

@media(max-width:991px){
    .loan-page .ourvalues .byvaluestat img{
        position:relative !important;
        margin:0 auto;
        top:0 !important;
    }
    .navbar{position:fixed}
	.form-notice-wrapper{
		float:none;
		margin: 70px auto;
		text-align: center;
		padding-top:0;
	}
	.form-wrapper,.form-notice-wrapper{
		text-align: center;
		padding-left:5vw;
		padding-right:5vw;
	}

	.form input:not(.btn):not([type=checkbox]),.form textarea{
		margin-left: auto;
		margin-right: auto;
	}

	.form-wrapper{
        padding: 20px 30px 0 30px;
	}
	.form{
		margin:30px 30px;
	}
}

input[type=checkbox]{margin: 20px 15px 20px 0}
input[type=checkbox] + span{font-size:14px}

.consent-form input{
    display:flex;
    flex:1;
    justify-content:flex-start;
    max-width:25px;
    margin: 10px 0;
}

.consent-form{
	background-color: #f9f9f9;
	padding: 15px;
	margin-top: 40px;
	margin-bottom: 0px;
	position:relative;
	display:flex;
}

.consent-form label{
    letter-spacing: 0;
	font-size:11px;
	color: #181818;
	opacity: 1;
	display: inline-block;
    margin-bottom: 0;
    position: relative;
    padding-left:10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor:pointer;
    display:inline-block;
    line-height:33px;
    text-align:left;
    font-weight:500;
    max-width:170px;
}

.consent-more-toggle label span{
	letter-spacing: 0;
	font-size:11px;
	color: #0f4dbe;
	font-weight: 700;
    cursor:pointer;
}

.consent-more{
    font-family: 'Graphik Web', sans-serif;
	font-size:11px;
	padding-left:50px;
	padding-right:30px;
	display:none;
	padding-bottom:15px;
	color: #0f4dbe;
	background-color: #f9f9f9;
	font-weight:300;
	text-align:left;
    top: -10px;
    z-index: 10;
    position: relative;
}

.consent-more-toggle span{
    cursor:pointer;
    transition:.3s ease-in-out;
	letter-spacing: 0;
	font-size:11px;
	color: #0f4dbe;
	font-weight: 700;
    cursor:pointer;
    line-height:34px;
}

/*.consent-more-toggle.active{
    transform:rotate(180deg);
}*/

.consent-more-toggle > div{
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #1b2e58;
    border-right: 1px solid #1b2e58;
    transform: rotate(45deg);
}

input,select{
	transition:.3s ease-in-out;
}

input.deactivated,select.deactivated{
	background:#d1cfcf !important;
}

.form fieldset + a{
	font-size:11px;
	font-weight:600;
	position: relative;
	padding-left: 15px;
	top:0px;
	text-decoration: none;
	color: #1f59c6;
}

@media(max-width:750px){
    .form fieldset + a{
        display: block;
        padding-top: 10px;
        text-align: left;
	}
}

.form a.col-md-6{
	font-size:11px;
	font-weight:600;
	top:0;
	margin-top:25px;
	padding-top:10px;
	text-decoration: none;
	color: #1f59c6;
}

.consent-approval{
	display: flex;
	align-items:center;
	margin:35px 0
}

.consent-approval label{
	font-weight:400;
	font-size:13px
}

.modal-body p{
	font-size:14px;
	padding:30px 10px;
	opacity: 1;
	color: #212529;
}

.modal-title{
	padding-left:10px;
	font-weight:600;
}

.stroke-under{
	padding-bottom:20px;
	border-bottom:1px solid rgba(0,0,0,.2);
	font-size: 14px;
}

.stroke-under-not {
	padding-bottom:0px;
	border-bottom:0px solid rgba(0,0,0,.2);
	font-size: 14px;
}

.stroke-hn {
    padding-top: 14px;
	padding-bottom:14px;
	border-bottom:0px solid rgba(0,0,0,.2);
	font-size: 14px;
	font-weight: 700;
}

.stroke-under2 {
	padding-bottom:20px;
	border-bottom:none;
	font-size: 14px;
}

.bank-link-button{
	position: relative;
	margin-bottom:30px
}

.bank-link-button a{
	display: block;
	border:1px solid rgba(0,0,0,.2);
	padding:10px 20px;
	border-radius:5px;
}

.bank-link-button img{
	max-height: 60px;
	display:block;
	margin:0 auto;
	max-width:100%;
}

.hiwstat .btn{
    background: #467ff2;
    margin-top: 10px;
}

.hiwstat-step{
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0px;
    color: #0f4dbe;
}

.quote-cont{
    padding: 2rem;
    align-items: center;
    display: flex;
}

.quote-cont p span{
    font-family: 'Graphik Web', sans-serif;
    color: #1b2e58;
    display: block;
    float: none;
    margin-right:50px;
    margin-top:10px;
    position: relative;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height:22px !important;
}

.main-header{
    color: #0f4dbe;
    line-height: 120%;
    font-size: 2.2rem;
    text-align: left;
    font-weight: 600;
    padding-bottom: 0px;
    letter-spacing: 0;
}

.main-headerbk {
    color: #0f4dbe;
    line-height: 120%;
    font-size: 2.2rem;
    text-align: left;
    font-weight: 600;
    padding-bottom: 0px;
    letter-spacing: 0;
}

.top-section .main-header{
    font-size:2.4rem;
}

.main-header + .sub-header{
    margin-left:0;
}

.top-section .main-header + .sub-header{
    font-size:1.2rem;
}

.main-header-bottom {
    color: #1b2e58;
    line-height: 120%;
    font-size: 2.5rem;
    text-align: left;
    font-weight: 600;
    padding-bottom: 0px;
    letter-spacing: 0;
}

.sub-header-bottom {
    font-family: 'Graphik Web', sans-serif;
    color: #1b2e58;
    letter-spacing: 0em;
    font-size: 1.7rem;
    line-height: 125%;
    max-width: 600px;
    margin-bottom: 40px;
    padding-top: 25px;
    font-weight: 300;
}

.sub-header-bottom span{
    font-family: 'Graphik Web', sans-serif;
    color: #0f4dbe;
    letter-spacing: 0em;
    font-size: 1.7rem;
    line-height: 125%;
    max-width: 600px;
    margin-bottom: 40px;
    font-weight: 300;
}

.main-header-bv2 {
    color: #0f4dbe;
    line-height: 120%;
    font-size: 2rem;
    text-align: left;
    font-weight: 600;
    padding-bottom: 0px;
    letter-spacing: 0;
}

.sub-header-bv2 {
    font-family: 'Graphik Web', sans-serif;
    color: #1b2e58;
    letter-spacing: 0em;
    font-size: 1.3rem;
    line-height: 125%;
    max-width: 600px;
    margin-bottom: 40px;
    padding-top: 25px;
    font-weight: 300;
}

.sub-header-bv2 span{
    font-family: 'Graphik Web', sans-serif;
    color: #0f4dbe;
    letter-spacing: 0em;
    font-size: 1.7rem;
    line-height: 125%;
    max-width: 600px;
    margin-bottom: 40px;
    font-weight: 300;
}




.main-header-bgs {
    color: #1b2e58;
    line-height: 120%;
    font-size: 2.1rem;;
    text-align: center;
    font-weight: 600;
    padding-bottom: 45px;
    letter-spacing: 0;
}





.finance-type{
    padding:40px 30px;
    background: #f9fafb;
}

.finance-type-header{
    color: #0f4dbe;
    font-size: 23px;
    font-weight: 600;
    text-align: left;
}

.finance-row{
    display: flex;
    margin:0 auto;
}

.finance-col{
    padding:0 15px;
}

.finance-type{
    text-align: center;
}

.finance-col:first-child{
    width:38%;
    position: relative;
    margin-left:-15px;
    margin-right: 60px;
    padding-top: 60px;
}

.finance-col:nth-child(2),.finance-col:nth-child(3){
    width:27.5%
}

.sub-lesser-header{
    font-family: 'Graphik Web', sans-serif;
    color: #1b2e58;
    font-size: 15px;
    line-height: 30px;
    max-width: 500px;
    margin-bottom: 15px;
    font-weight: 600;
    text-align: left;
}

.finance-types {
    padding: 50px 0;
}

.cta {
    margin: 0 0 50px 0;
}

.finance-type-pros{
    list-style-type:none;
    color: #1b2e58;
    font-weight:400;
    font-size:15px;
    padding:0;
}

.finance-type-pros li{
    font-family: 'Graphik Web', sans-serif;
    padding:15px 0;
    padding-left:25px;
    line-height:28px;
    border-bottom: 1px solid #eff3f6;
    position: relative;
    text-align: left;
}

.finance-type-pros li span{
    font-weight:600;
    color:#0f4dbe;
    font-size:14px;
    position: relative;
    line-height:28px;
    margin:0 2px
}

.finance-type-pros li:before{
    content:'';
    width:15px;
    height: 15px;
    position: absolute;
    left: 0;
    top:22px;
    background-image: url(../images/check.svg);
    background-size:contain;
    background-repeat: no-repeat;
}

.st{
    background-color:#0f4dbe !important;
    background:transparent url(../images/dots.png) repeat;
    background-size:1000px;
    background-size: cover;
    background-position: center !important;
    margin: 50px 0;
}

.finance-col .btn{
    background: #4480f0;
    margin-top:15px;
}

.ourvalues-header{
    text-align: center;
    color: #0f4dbe;
    font-size: 2.2rem;
    display: block;
    font-weight: 600;
    padding-bottom: 0px;
    letter-spacing: 0;
}

.ourvalues-header + .sub-header{
    max-width: 600px
}

.byvaluestat > div{
    text-align: left;
    font-size:20px;
    color: #0f4dbe;
    font-weight: 600;
}

.byvaluestat > span{
    font-family: 'Graphik Web', sans-serif;
    text-align: left;
    color: #1b2e58;
    font-size: 15px;
    line-height: 140%;
    max-width: 500px;
    font-weight: 400;
}

@media(min-width:993px){
    .byvaluestat:last-child,.byvaluestat:nth-child(3){
        border-right:0;
    }
    .byvaluestat:nth-child(4),.byvaluestat:nth-child(5),.byvaluestat:nth-child(6){
        border-bottom:0;
    }
}

@media(max-width:992px){
    .byvaluestat{
        width: 50%
    }
}

@media(min-width:577px) and (max-width:992px){
    .byvaluestat:nth-child(even){
        border-right:0;
    }
    .byvaluestat:nth-last-child(2),.byvaluestat:last-child{
        border-bottom:0;
    }
}

@media(max-width:576px){
    .byvaluestat{
        width: 100%;
        border-right:0;
    }
    .byvaluestat:last-child{
        border-bottom:0;
    }
}

.trust-stat > div{
    font-weight: 700;
    margin-bottom: 15px;
    color: #3b3b3b;
}

.trust-stat span{
    font-family: 'Graphik Web', sans-serif;
    text-align: left;
    color: #637382;
    font-size: 15px;
    line-height: 140%;
    max-width: 500px;
    font-weight: 400;
    text-align: left;
    display: inline-block;
}

.trust-stat span:last-child,.trust-stat span:nth-last-child(2){
    display:inline-block;
    margin-top:15px;
}

.trust-stat span:nth-last-child(2){
    font-weight:600
}

.trust-stat span:last-child{
    padding-left:15px;
    margin-left:15px;
    position: relative;
}

.trust-stat span:last-child:before{
    content:'';
    width:4px;
    height:4px;
    background: #1b2e58;
    position: absolute;
    left:0;
    top:12px;
    border-radius: 50%;
}

.trust-sub-para{
    font-family: 'Graphik Web', sans-serif;
    font-weight:600;
    padding-top: 40px;
    color: #3b3b3b;
}

.tp-logo{
    width:80%;
    max-width:170px;
    display: block;
    margin: 5px auto 0 auto;
}

.cta p{
    font-family: 'Graphik Web', sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin:20px 0;
}

.red-highlighted-text{
    font-weight:600;
    color:#de0a26;
    font-size:28px
}

.red-highlighted-text + p{
    margin-top:10px;
}

.image-caption{
    background: linear-gradient(to left, #4480f0, #0f4dbe);
    padding:15px 40px 15px calc(40px + 10vw);
    color:#fff;
    font-weight:600;
    font-size:18px;
    text-align: right;
    position: absolute;
    left: -10vw;
    bottom: 0;
}

.second-break .sub-header{
    text-align: left;
}

.btn-lg-white{
    padding: 1em 4em;
    border-radius: 0px;
    position: relative;
    background: #fff;
    box-shadow:none !important;
    border-radius: 0px;
    border:0px solid #f3f3f3;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.09) !important;
    color:#152532;
    transition:.35s cubic-bezier(.38,3,.57,1.6);
    -webkit-transition:.35s cubic-bezier(.38,3,.57,1.6);
}

.btn-lg-white:hover{
    background: #f3f3f3;
    color:#152532;
}

.footer{
    background: #0f4dbe;
    padding:80px 0;
    color:#fff;
}

.footer a:hover{
    color:#fff;
}

.footer p{
    font-family: 'Graphik Web', sans-serif;
    color:#fff;
    font-size:12px;
}

.footer-logo{
    margin-bottom:30px
}

.footer-main-nav{
    margin-bottom: 45px;
    list-style-type: none;
    padding: 0;
}

.footer-main-nav > li{
    display: inline-block;
    vertical-align: top;
}

.footer-main-nav > li a,.back-top{
    color:#fff;
    padding:5px 28px 5px 0;
    font-size:14px;
    display: inline-block;
    text-decoration: none;
}

.footer-main-nav > li:first-child a{
    padding-left:0;
}

.footerco {
}

.footerco ol {
    margin-left: .8rem;
    width:80%;
}

@media(max-width: 750px){
    .footerco ol {
        width:100%;
    }
}

.footerco ol li {
    font-family: 'Graphik Web', sans-serif;
    color: #fff;
    font-size: 12px;
    padding: .2rem 0 0;
    font-weight: 400;
    letter-spacing: 0;
    text-align: left;
}

@media(max-width: 750px){
    .footerco ol li {
        color: #fff;
        font-size: 12px;
        padding: .2rem 0 0;
        font-weight: 400;
        letter-spacing: 0;
        text-align: left !important;
    }
}

.footer-disc {
    font-weight: 400;
    font-size: 14px;
    color: #1b2e58;
    padding-top: 8px;
    text-align: left;
    letter-spacing: -.01rem;
    text-decoration: underline;
}

.footer-disc:hover {
    text-decoration: underline;
    color: #1b2e58;
}

.back-top{
    padding-right:0;
    text-align: right;
    display: block;
    margin-bottom: 40px;
    text-decoration: none !important;
}

.footer-social{
    list-style-type: none;
    padding:0;
}

.footer-social{
    display: flex !important;
    justify-content: flex-end;
    margin-bottom: 32px
}

.footer-social > li{
    margin-left:25px;
    display:inline-block;
}

.footer-social > li a{
    display: block;
    height:40px;
    width: 40px;
    background-color: #fff;
    border-radius: 50%;
    background-size:50%;
    background-position: center;
    background-repeat: no-repeat;
    transition:.3s ease-in-out;
}

.footer-social > li a:hover{
    opacity: .7
}

.footer .col-lg-4 p{
    text-align: right;
    margin-bottom:20px
}

.footer-brands{
    font-size: 0;
    text-align: right;
}

.footer-brands img{
    display:inline-block;
    width: 20%;
    margin-left:5%;
}

.footer-facebook{background-image:url(../images/social/fb.svg)}

.footer-twitter{background-image:url(../images/social/x.svg)}

.footer-instagram{background-image:url(../images/social/ig.svg)}

.footer-linkedin{background-image:url(../images/social/linkedin.svg)}

@media(max-width: 1000px){
    .st p{
        font-size:17px;
        padding:60px 40px
    }
    .quote-cont p span{
        font-size: 12px !important
    }
}

@media(max-width:992px){
    .finance-col:nth-child(2), .finance-col:nth-child(3){
        width:50%;
        margin-top: 40px;
        display: inline-block;
        vertical-align: top;
    }
}

@media(max-width:700px){
    .finance-col:nth-child(2), .finance-col:nth-child(3){
        width: 100%
    }
}

@media(max-width:800px){
    .trust-stat{
        width: 50%
    }
}

@media(max-width:600px){
    .trust-stat{
        width: 100%
    }
}

@media(max-width:600px){
    footer *{
        text-align: center !important;
    }
    .footer-social{
        justify-content: center;
    }
}

.mobile-para{
    display: none !important
}

footer .col-lg-8 p{
    display: block;
    width: 80%
}

@media(max-width:767px){
    .mobile-para{
        display: block !important;
        width:100%;
        text-align:left !important;
        margin: 8px 10px;
    }
    .desktop-para{
        display: none !important
    }

    footer *{
        text-align:center !important;
    }

    .footer-social{
        justify-content:center !important;
        text-align:center !important;
        margin-bottom:80px;
    }

    .footer-social > li{
        margin:0 10px;
    }
}

.top-section{
    background: #f9fafb;
    margin-top: -80px;
    padding:200px 0 120px 0;
}

.underlined-header{
    font-weight:600;
    color:#0f4dbe;
    padding-bottom:15px;
    margin-bottom:25px;
    position: relative;
    font-size:18px
}

.underlined-header:after{
    content:'';
    width: 50%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background:#de0a26;
}

.our-mission p{
    padding-right: 5vw
}

.about-stats{
    text-align: center;
    margin-top:80px;
}

.about-stats > div > div{
    font-size:30px;
    font-weight:700;
}


.about-stats2{
    text-align: center;
    margin-top:80px;
    margin-bottom: 80px;
    padding: 30px 0 30px 0;
    background-color: #1b2e58;
    color: white;
}

.about-stats2 > div > div{
    font-size:30px;
    font-weight:700;
}

.about-stats3{
    text-align: center;
    margin-top:100px;
    margin-bottom: 80px;
    padding: 30px 0 30px 0;
    border: 1px solid #1b2e58;
}

.about-stats3 > div > div{
    font-size:30px;
    font-weight:700;
}

.about-it {
}

@media(max-width: 750px){
    .about-it{
        padding: 15px
    }
}

.asterisk {
    display: block;
    clear: both;
    font-size: 12px;
    text-align: left;
    margin-top: -160px;
}

.p-asterisk {
    font-size: 12px;
    text-align: left;
    margin: 0;
    padding: 0;
    max-width: 500px;
}

.team-image{
    position: relative;
    margin-top:-140px;
    height:30vw;
    object-fit: cover;
}

@media(max-width: 1366px){
    .team-image{
        height:500px
    }
}

@media(max-width: 991px){
    .team-image{
        height: auto
    }
}

.core-values .main-header{
    text-align: left;
}

.top-section ~ section .main-header + .sub-header{
    font-size:20px;
}

.top-section ~ section .main-header{
    font-size: 1.8rem
}

.core-values-list-container{
    padding:50px 40px;
    background: #f9fafc
}

.core-values > div > .row{
    align-items: center;
}

.core-values-list li{
    list-style-type: none;
    position: relative;
    font-size:20px;
    font-weight: 400
}

.happens-next-list {
    padding-bottom: 6px;
}

.happens-next-list li{
    position: relative;
    font-size:14px;
    font-weight: 600;
    margin-left: 12px;
    text-align: left;
}

.happens-next-list li p {
    font-size:14px;
    font-weight: 400;
    padding-bottom: 6px;
    margin-bottom: 0px;
}

ol{padding: 0}

.core-values-list li:before{
    color:#2d7af3;
    display: inline-block;
    width:30px;
    font-size:23px;
    line-height: 44px;
    margin-right:25px
}

.core-values-list-container .col-sm-12:first-child .core-values-list li:first-child:before{content:'01';}
.core-values-list-container .col-sm-12:first-child .core-values-list li:nth-child(2):before{content:'02';}
.core-values-list-container .col-sm-12:first-child .core-values-list li:nth-child(3):before{content:'03';}
.core-values-list-container .col-sm-12:first-child .core-values-list li:nth-child(4):before{content:'04';}
.core-values-list-container .col-sm-12:first-child .core-values-list li:nth-child(5):before{content:'05';}
.core-values-list-container .col-sm-12:last-child .core-values-list li:nth-child(1):before{content:'06';}
.core-values-list-container .col-sm-12:last-child .core-values-list li:nth-child(2):before{content:'07';}
.core-values-list-container .col-sm-12:last-child .core-values-list li:nth-child(3):before{content:'08';}
.core-values-list-container .col-sm-12:last-child .core-values-list li:nth-child(4):before{content:'09';}
.core-values-list-container .col-sm-12:last-child .core-values-list li:nth-child(5):before{content:'10';}

.team{
    background: #f9fafc
}

.team .main-header{
    text-align: center;
    margin-bottom:70px
}

.team-member-image{
    width: 100%;
    margin-bottom:20px;
    padding: 20px;
}

.member-name{
    font-size: 18px;
    font-weight: 700;
    padding: 0 20px 0 20px;
}

.member-title{
    font-family: 'Graphik Web', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    padding: 0 20px 0 20px;
}

.member-info{
    font-weight: 400;
    font-size: 15px;
    padding: 0 20px 0 20px;
}

.team-member{
    margin-bottom:50px
}

.our-location .main-header, .our-location .sub-header{
    margin-bottom: 30px
}

.our-location > div > .row{
    align-items: center;
}

.big-link-blue {
    font-size:20px;
    font-weight:600;
    color:#0f4dbe;
    text-decoration: none !important;
}

.big-link-blue:hover {
    font-size:20px;
    font-weight:600;
    color:#0f4dbe;
    text-decoration: none !important;
}

.get-funding{
    text-align: center;
    padding: 50px 0 100px 0;
}

.thin-header{
    font-size:34px;
    font-weight: 600;
    margin-bottom:10px
}

.small-para{
    font-family: 'Graphik Web', arial;
    font-size: 18px;
    margin-bottom: 40px
}

.small-para span {
    color: #0f4dbe;
}

.about-stats > div{
    margin-bottom:20px
}

.core-values .sub-header{
    margin-bottom:30px
}

@media(max-width:991px){
    .team-image{
        margin-top:30px;
    }
    .top-section{
        padding-top:200px !i;
    }
    .core-values .main-header,.core-values .sub-header{
        text-align: center;
        margin:0 auto;
    }
    .core-values .sub-header{
        margin-bottom:50px
    }
}

@media(max-width: 767px){
    .our-location img{
        margin-bottom:30px
    }
}

.loan-page .top-section .sub-header{
    max-width: 100%;
    margin-bottom:35px;
    line-height: 170%;
}

.does-not-effect-note{
    display: block;
    opacity:1;
    margin-top:10px;
    font-weight: 400;
    font-size: 11px
}

.top-sub-header{
    font-size:20px;
    font-weight: 600;
    color: #0f4dbe;
    margin-bottom: 10px
}

.loan-page .top-section{
    position: relative;
    padding-bottom:400px
}

.loan-page-top-image{
    display: block;
    width:41vw;
    position: absolute;
    bottom: 0;
    right: 0;
    height:850px;
    object-fit: cover;
    padding-top: 25px;
}

@media(max-width: 1600px){
    .loan-page-top-image{
        height: 750px
    }
    .loan-page .top-section{
        padding-bottom: 300px
    }
}

@media(max-width: 1366px){
    .loan-page-top-image{
        width: 40vw
    }
}

@media(max-width: 1100px){
    .loan-page-top-image{
        display: none
    }
}

.loan-page .qodef-row-grid-section .bynumbers{
    font-size:24px;
    max-width:950px;
    padding:0 30px;
    margin: 0 auto;
}


.loan-page .ourvalues .main-header{
    text-align: center;
}

.loan-page .ourvalues .sub-header{
    margin-left:auto;
    margin-right:auto;
}

.loan-page .ourvalues .byvaluestat{
    width: 50%;
    border:0;
    position: relative;
    padding-left:120px;
}

.loan-page .ourvalues .byvaluestat img{
    position: absolute;
    top:40px;
    left:0;
}

.loan-page .ourvalues .byvaluestat div{
    font-size: 22px;
    max-width: none;
}

.loan-page .ourvalues .byvaluestat > span{
    font-size: 15px;
    line-height: 24px;
    max-width: 365px;
}

.allstats + p{
    margin-top:20px;
    text-align: left
}

@media(max-width: 1000px){
    .loan-page .ourvalues .byvaluestat{
        padding-left:100px;
    }
}

@media(max-width: 991px){
    .loan-page .ourvalues .byvaluestat{
        padding-left:40px;
    }
}

@media(max-width: 840px){
    .loan-page .ourvalues .byvaluestat{
        width: 100%
    }
}

@media(max-width: 520px){
}

.how-Lendfully-works-laptop{
    min-width: 125%;
    max-width:125%;
    left: 0%;
    position: relative;
    z-index: 10;
    display: block;
}

.how-Lendfully-works-info{
    background: #f9fafb;
    padding:80px 0 70px 150px;
}

.how-Lendfully-works .sub-header{
    margin-bottom:60px
}

.how-Lendfully-works-list{
    padding: 0
}

.how-Lendfully-works-list li{
    list-style-type: none;
    position: relative;
    padding-left:80px;
    padding-top:10px;
}

.how-Lendfully-works-list li:not(:last-child){
    margin-bottom:30px
}

.how-Lendfully-works-list li:before{
    position: absolute;
    top: 0;
    left: 0;
    font-size:40px;
    color:#3179f0;
}

.how-Lendfully-works-list li:nth-child(1):before{content:'01';}
.how-Lendfully-works-list li:nth-child(2):before{content:'02';}
.how-Lendfully-works-list li:nth-child(3):before{content:'03';}
.how-Lendfully-works-list li:nth-child(4):before{content:'04';}
.how-Lendfully-works-list li:nth-child(5):before{content:'05';}
.how-Lendfully-works-list li:nth-child(6):before{content:'06';}
.how-Lendfully-works-list li:nth-child(7):before{content:'07';}
.how-Lendfully-works-list li:nth-child(8):before{content:'08';}
.how-Lendfully-works-list li:nth-child(9):before{content:'09';}
.how-Lendfully-works-list li:nth-child(10):before{content:'10';}

.how-Lendfully-works-list div{
    font-size:22px;
    font-weight:600;
    margin-bottom: 10px;
    color:#02358e;
}

.how-Lendfully-works > .container > .row{
    align-items: center;
}

@media(max-width: 1120px){
    .how-Lendfully-works-info{
        padding: 50px;
    }
}

@media(max-width: 991px){
    .how-Lendfully-works-laptop{
        min-width: auto;
        max-width:700px;
        width: 80vw;
        margin:0 auto !important;
        left:0;
    }

    .how-Lendfully-works .main-header{
        text-align: center !important;
    }

    .how-Lendfully-works .sub-header{
        max-width: 100%;
        text-align: center !important;
    }
}

.how-get-started{
    padding-top:90px !important;
}

.how-get-started > div > .main-header{
    text-align: center;
    margin-bottom:70px
}

.how-get-started .row .main-header{
    font-size:24px;
    margin-bottom: 40px
}

.how-get-started .row ul{
    padding:0;
    list-style-type: none
}

.how-get-started .row ul li{
    position: relative;
    padding-left:30px;
    margin:20px 0;
    font-size:17px;
    font-weight:400
}

.how-get-started .row ul li:before{
    content:'';
    width:15px;
    height: 15px;
    position: absolute;
    left: 0;
    top:3px;
    background-image: url(../images/check.svg);
    background-size:contain;
    background-repeat: no-repeat;
}

.how-get-started .col-sm-12{}

.how-get-started .col-sm-12 > div{
    background: #f9fafb;
    height:100%;
    text-align: center;
}

.how-get-started .col-sm-12 > div > div{
    display: inline-block;
    text-align: left;
    padding:50px 20px
}

.how-get-started .col-sm-12{
    position: relative;
}

.how-get-started .col-sm-12:first-child{
    padding-right:50px
}

.how-get-started .col-sm-12:first-child:after{
    content: '';
    width: 2px;
    height: 80%;
    right: 0;
    top:10%;
    background: #de0a26;
    position: absolute;
}

.how-get-started .col-sm-12:last-child{
    padding-left:50px
}

@media(max-width: 767px){
    .how-get-started .col-sm-12{
        padding-left:0 !important;
        padding-right:0 !important
    }

    .how-get-started .col-sm-12:first-child{
        padding-bottom:30px;
        margin-bottom: 30px
    }

    .how-get-started .col-sm-12:first-child:after{
        width: 80%;
        height: 2px;
        bottom: 0;
        top:auto;
        left:10%
    }
}

.ready-to-apply .container > div:first-child{
    font-weight:500;
    font-size:32px;
    margin-bottom: 10px
}

.ready-to-apply .container > div:first-child a{
    font-weight: 500
}

.ready-to-apply .container > div a{
    color:#0f4dbe !important;
}

.ready-to-apply .container > div:last-child{
    font-weight: 400;
    font-family: 'Graphik Web', sans-serif;
}

.ready-to-apply .container > div:last-child a{
    font-weight: 400
}

@media(max-width: 800px){
    .ready-to-apply .container > div a {
        display: block;
    }
}

.ready-to-apply {
    text-align: center;
    padding: 80px 0 !important;
}

.faq-pad {
    padding: 50px 0;
}

.our-mission {
    padding: 50px 0;
}

.core-values {
    padding: 0 0 70px 0;
}

.team {
    padding: 70px 0;
}

.our-location {
    padding: 70px 0;
}


.loan-page .cta .main-header{
    font-size: 2.4rem;
    color: inherit;
    line-height: 3rem;
    margin-bottom:35px;
    text-align: left;
}

.loan-page .cta .sub-header{
    font-size:28px !important;
    margin-bottom: 45px;
    text-align: left;
}

.loan-page .cta .sub-header span{
    color: #0f4dbe;
}

@media(max-width: 800px){
    .loan-page .cta .sub-header span{
        display: block;
        line-height: 180%;
    }
}

.modify-align {
    text-align: left;
}

.cta > .row > .col-md-6:first-child{
    margin-bottom:30px
}

.faq-title{
    padding:12px 20px;
    color:#fff;
    font-size:20px;
    font-weight:700;
    margin-bottom:10px;
    background: rgb(70,127,242);
    background: linear-gradient(90deg, rgba(70,127,242,1) 0%, rgba(15,77,190,1) 100%);
}

.faq-list{
    list-style-type: none;
}

.faq-list > li{
    padding:17px 0
}

.faq-list > li:not(:last-child){
    border-bottom:1px solid #de0a26;
}

.question{
    line-height:34px;
    color: #0f4dbe;
    cursor: pointer;
}

.answer{
    font-family: 'Graphik Web', arial;
    font-weight:400;
    font-size: 14px;
    color: #1b2e58;
    max-width:80%;
    display: none;
    padding-top: 8px;
}

.faq-title ~ .faq-title{
    margin-top:40px;
}

.faq-nav{
    position: sticky;
    top: 100px;
    list-style-type: none;
    padding:0;
    padding-top: 20px;
}


@media(max-width: 800px){
    .faq-nav {
        margin-top: -130px;
        visibility: hidden;
        position: sticky;
        top: 100px;
        list-style-type: none;
        padding: 0;
        padding-top: 20px;
    }
}


.faq-nav a{
    font-weight:500;
    color: #1b2e58;
    font-size:16px;
    margin-bottom:18px;
    display: block;
    text-decoration: none;
}

.faq-nav a.current{
    font-weight:700
}

.navbar-nav > div{
    position:relative;
}

.drop-down{
    position:absolute;
    top:54px;
    left:0;
    padding:15px 0;
    list-style-type:none;
    background:#fff;
    opacity:0;
    visibility:hidden;
    box-shadow: 0 3px 10px 0 rgba(22,45,90,.1);
}

.drop-down a{
    padding: 10px 30px;
    line-height:42px;
    font-weight: 500;
    font-size: 15px;
    white-space: nowrap;
    color: #02358e;
    text-decoration: none;
    transition:.3s ease-in-out;
}

.drop-down a:hover{
    color:#4480f0;
}

.drop-down:before{
    content:'';
    height:2px;
    width:0;
    position:absolute;
    top:0;
    left:0;
    background:#4480f0;
    transition:.3s ease-in-out;
}

@media(min-width:991px){
	.drop-down{
    transition:.3s ease-in-out;
	}

    .navbar-nav > div:hover .drop-down{
        opacity:1;
        visibility:visible;
    }

    .navbar-nav > div:hover .drop-down:before{
        width:100%;
    }
}




.form-drop-down-wrapper ul{padding:0}

.form-drop-down-container {
  position: relative;
  width: 100%;
  margin-top:38px;
  background: #fff;
  cursor: pointer;
  outline: none;
}

.form-drop-down-container span{
    height:30px;
    display:block;
    line-height:30px;
    border-bottom: 1px solid #b4b4b4;
    font-size: 14px;
    font-weight: 400;
    transition:.3s ease-in-out;
    text-align:left;
}



.form-drop-down-container:hover span:not(.placeholder),.active-dropdown  span:not(.placeholder){
    border-color:#0f4dbe;
}

.form-drop-down-container span.placeholder{
  position:absolute;
  left:0;
  top:0;
  position:absolute;
  transition:.3s ease-in-out;
  border-bottom:none
}

.active-dropdown span.placeholder{
  font-size: 13px;
  opacity: .6;
  padding-left: 0;
  top: -25px;
}

.form-drop-down-container:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
  background-image:url(../images/aarow1.svg);
  background-size:container;
  width:20px;
  height:20px;
}

.form-drop-down-container .dropdown {
  position: absolute;
  top:30px;
  left:0;
  right: 0px;
  background: white;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  list-style: none;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 5px 5px -3px rgba(0,0,0,.15),0 8px 10px 1px rgba(0,0,0,.11),0 3px 14px 2px rgba(0,0,0,.1);
  z-index:20;
  max-height: 500px;
    overflow-y: auto;
}

.form-drop-down-container li{
  height: 48px;
  margin: 0;
  padding: 0 16px;
}

.form-drop-down-container .dropdown li a {
    font-family: 'Graphik Web', sans-serif;
    display: block;
    letter-spacing: .01em;
    text-decoration: none;
    color: #333;
    height:48px;
    line-height:48px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-size:15px;
    font-weight:400;
}

.form-drop-down-container .dropdown li:not(:last-child) a{
  border-bottom: 1px solid #dfe7e9;
}

.form-drop-down-container .dropdown li:hover a {
  color: grey;
}

.form-drop-down-container.active:after {
  border-width: 0 6px 6px 6px;
}

.form-drop-down-container.active .dropdown {
  opacity: 1;
  pointer-events: auto;
}

.no-opacity       .form-drop-down-container .dropdown,
.no-pointerevents .form-drop-down-container .dropdown {
  display: none;
  opacity: 1;
  pointer-events: auto;
}

.no-opacity       .form-drop-down-container.active .dropdown,
.no-pointerevents .form-drop-down-container.active .dropdown {
  display: block;
}

.panel-title {
  position: relative;
}

.panel-title::after {
	content: "\f107";
	color: #333;
	top: -2px;
	right: 0px;
	position: absolute;
    font-family: "FontAwesome"
}

.panel-title[aria-expanded="true"]::after {
	content: "\f106";
}


fieldset{
    position:relative;
}

fieldset:not(.field-error):hover input,fieldset:not(.field-error):hover textarea{
    border-color:#0f4dbe !important;
}

fieldset span{
    position: absolute;
    top: 42px;
    left: 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.4px;
    transition:.3s ease-in-out;
}


fieldset input,fieldset textarea{
    position:relative;
    z-index:10;
}

fieldset:not(.field-error) input:not(:placeholder-shown),fieldset:not(.field-error) textareat:not(:placeholder-shown){
    border-color:#0f4dbe !important;
}

fieldset input:not(:placeholder-shown) + span,fieldset textarea:not(:placeholder-shown) + span{
    top:18px;
    font-size:13px;
    opacity:.6;
}

.field-error input,.field-error textarea{
    border-color:#e74c3c !important;
    color:#e74c3c !important;
}

.field-error input + span,.field-error textarea + span{
    color:#e74c3c !important;
}

.field-error-message{
    position: absolute;
    top: 70px;
    font-size: 11px;
    font-weight: 400;
    text-align: right;
    width: 100%;
    color:#e74c3c;
    transition:.3s ease-in-out;
    opacity:0;
    visibility:hidden;
}

.field-error .field-error-message{
    opacity:1;
    visibility:visible;
}

.form-drop-down-wrapper{position:relative}

.form-drop-down-wrapper .field-error-message{
    top:35px;
}

.field-error .placeholder{
    color:#e74c3c;
}

.field-error .placeholder + span{
    color:#e74c3c;
    border-color:#e74c3c;
}

@media(min-width:1150px){
    .loan-page .ourvalues .byvaluestat img{
        top:50%;
        margin-top:-30px;
        text-align: center;
    }
}

@media(max-width:840px){
    .loan-page .ourvalues .byvaluestat img{
        top:50%;
        margin-top:-30px;
        text-align: center;
    }
}

.how-Lendfully-works-list p{
    max-width:355px;
}

@media(max-width:991px){
    .drop-down{
        position:relative;
        width:100%;
        top:0;
        box-shadow:none;
        margin:0;
        display:none;
        opacity:1;
        visibility:visible;
    }
}

@media(max-width:600px){
    .loan-page .top-section{
        padding-bottom:190px;
        padding-top:200px;
    }
}

.mobile-notice-wrapper{
    display:none;
    padding:30px 5vw;
}

@media(max-width:991px){
    .mobile-notice-wrapper{display:block}
    .desktop{display:none}
}

.mobile-notice-wrapper-header{
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
    letter-spacing: 0;
    font-weight: 600;
}

.mobile-notice-wrapper-para{
    font-size:16px;
    font-family:'Graphik Web', sans-serif;
    opacity:1;
}

@media(max-width:576px){
    .byvaluestat img,.byvaluestat > span{margin:0 auto}

    .byvaluestat > div,.byvaluestat > span{text-align:center}
}

@media(max-width:767px){
    .core-values-list{margin:0}
    .our-location > .container > .row > div:first-child{margin-bottom:30px}
    .our-location > .container > .row > div:last-child{padding-left:15px !important}
    .our-mission{padding-bottom:0 !important}
}

@media(max-width:450px){
    .core-values-list li{font-size:16px}
    .core-values-list li:before{font-size:20px}
}

.form .btn{max-width:220px;margin:0 auto;display:block;}

@media(max-width:992px){
    .finance-row{
        display: block;
        margin-left:-15px;
    }
    .finance-col:first-child{
        width:100%;
        margin:0;
        padding-top:0;
    }

    .finance-col:nth-child(2),.finance-col:nth-child(3){
        width:50%
    }
    .st{overflow-x:hidden}

    .second-break .btn{
        display:inline-block;
    }

    .second-break .container > div:last-child{
        display:block !important;
    }

    .cta{margin-bottom:0 !important}

    .second-break .main-header,.second-break .sub-header{text-align:center !important}

    .cta .row > div:not(:last-child){
        padding:0 !important;
    }

    .image-caption{font-size:15px !Important}

    .main-header {
        font-size:1.8rem;
        text-align: left !important;
        max-width: none !important;
        line-height: 140%;
    }

    .sub-header {
        text-align: left !important;
        max-width: none !important;
    }

    .main-header-bottom {
        font-size:2.2rem;
        text-align: center !important;
        max-width: none !important;
        line-height: 140%;
        padding-top: 20px;
        padding-bottom: 15px;
    }

    .sub-header-bottom {
        text-align: center !important;
        max-width: none !important;
        padding-bottom: 20px;
    }


    .main-header-bv2 {
        text-align: center !important;
        max-width: none !important;
    }

    .sub-header-bv2 {
        text-align: center !important;
        max-width: none !important;
    }

    .modify-align {
        text-align: center;
    }

    .finance-type-header {
        text-align: center;
    }

    .sub-lesser-header {
        text-align: center;
        max-width:none;
    }

    .finance-type-pros li {
        text-align: left;
        padding-left: 40px;
    }

    .finance-type-pros li:before {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    left:15px;
    top: 22px;
    background-image: url(../images/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    }

    .main-headerbk {
        text-align: center;
    }

    .sub-headerbk {
        max-width:none !important;
        text-align: center;
        padding-left:20px;
        padding-right: 20px;
    }



    .big-link-blue {
        text-align: center;
    }

    .cta p{font-size:14px}

    .red-highlighted-text{font-size:22px}
}

@media(max-width:730px){
    .finance-col:nth-child(2), .finance-col:nth-child(3){width:100%;display:block}
}

@media(max-width:840px){
    .byvaluestat > div{text-align:center}
    .loan-page .ourvalues .byvaluestat > span{
        text-align:center;
        margin: 0 auto;
    }
    .allstats + p{text-align:center}
}

.cta .main-header,.cta .sub-header,.cta > .row > div:last-child {
    text-align: left;
}

@media(max-width:767px){
    .cta .main-header, .cta .sub-header,.cta .sub-header + p,.cta .red-highlighted-text,.cta .red-highlighted-text + p{text-align:center !important}
    .cta .sub-header + p{margin-left:auto;margin-right:auto;}
}

@media(max-width:991px){
    .byvaluestat img{margin: 0 auto}
    .byvaluestat img + div,.byvaluestat img ~ span{text-align:center;}
    .byvaluestat img ~ span{margin:0 auto}
}

.st > .row{
    margin-left:0;
    margin-right:0;
}
.st img{
    min-height:100%;
}

@media(min-width:992px){
    .form-wrapper{
        padding:80px 0;
    }
    .form-container > .row{
        width:100%;
    }
    .form-steps{
        max-width:100%;
        text-align:center;
    }
    .form-inner{
        max-width:450px;
        margin: 0 auto;
    }

    .form-notice{
        display:flex;
        justify-content:center;
    }

    .form{
        max-width:100%;
    }
}

@media(max-width:991px){
    .form-container > .row{
        margin-left:0;
        margin-right:0;
    }
}
