/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
html {
  -webkit-font-smoothing: antialiased;
}
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: absolute;
    opacity: 100;
    pointer-events: all;
}

	.dis-text2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #588391;
    font-size: 0.8rem;
    margin-bottom: 0px;
}
	.nopad{
	margin-bottom:0px;
	} 
	
	.right{
		padding-right: 25px;
		color: #fff;
	}
    .right a{
		padding-right: 25px;
		color: #fff;
	}
	.btnhold{
		max-width: 450px;
	}
	.imagefloat {
    position: absolute;
    top: -53px;
    right: -95px;
    width: 150px;
	}

input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
    outline: none;
/*     height: 0rem; */
    width: 90%;
    font-size: 25px;
    vertical-align: top;
}


button:focus {
    outline: none;
    background-color: #0033cc !important;
}
.mob{
	display: none; 
	
}
.des{
	display: inline-block; 
	
}
.linebreak{
	line-height: 0;
	padding-top: 50px;
	text-align: center;
}
.linebreaktop{
	line-height: 0;
	text-align: center;
}
.linebreak2{
	line-height: 0;
	padding-top: 50px;
	background: #efefef;
	text-align: center;
}
sup {
    top: -0.6em;
}
sub, sup {
    font-size: 55%;
}

.btnbgblue{
	background: #e9f2fa;
	border-radius: 10px;
	padding: 20px 50px 30px 50px;
    max-width: 685px;
    margin: 0 auto;	
}
.statehold{
	background: #fff;
	padding: 15px;
	-webkit-box-shadow: 0px 0px 43px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 43px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 43px 0px rgba(0,0,0,0.75);	
}

/* @media (min-width: 799px){ */
.navhold {
  background: white;
/*  box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
*/  padding: 15px;
}

.outerspace {
  overflow: hidden;
  position: relative;
}
.innerspace {
  position: absolute;
  height: 100px;
  width: 100px;
  right: -50px;
  top: 50px;
}

.icon-block {
  padding: 0 15px;
  margin-bottom: 10px;
}
.icon-block .material-icons {
	font-size: inherit;
}
.cta_m{
	display: none;
}
.cta_d{
	display: inline-block;
	pointer-events: none;
}
button{
	border: 0px;
}
.bgimage{
   	background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgba(0,51,94,1) 90%),
    url('../images/bg_top_sharper7.jpg');	
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	line-height: 0;

}

h1{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	font-weight: 800;
	font-size: 3.8rem;
	margin: 0 auto;
	max-width: 800px;
    margin-top: 135px;
    margin-bottom: 50px;
}
h5 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.7rem;
    line-height: 110%;
    margin: 1.0933333333rem 0 0.656rem 0;
    color: #000066;
    font-weight: 600;
}
#topLogo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#topLogo #logo {
  max-width: 300px;
}
#header-phone-desktop {
  padding-left: 50px;
  position: relative;
}
#header-phone-desktop:before {
  content: "";
  width: 36px;
  height: 36px;
  text-indent: 0;
  /* change color to blue: #96D7DD from this site: https://codepen.io/sosuke/pen/Pjoqqp */
  filter: invert(87%) sepia(12%) saturate(762%) hue-rotate(137deg) brightness(92%) contrast(93%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 10px;
  background: url('../images/icons/phone-light.svg');
}
#header-phone-desktop span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
}
#header-phone-desktop .phone-number {
  font-family: Georgia, serif;
  font-size: 24px;
  color: #333;
}
.navhold .header-phone-mobile {
  display: flex;
  width: 75px;
  margin-left: 10px;
  position: relative;
}
.navhold .header-phone-mobile .phone-button {
  background: #007bbd;
  width: 100%;
  border-radius: 4px;
  padding: 0.5rem 0;
  text-align: center;
  color: #fff;
}
.header-phone-mobile .phone-button span:not(.phone-icon) {
  margin-left: 12px;
}
.phone-icon::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-size: contain;
  filter: unset;
  position: absolute;
  margin-top: -12px;
  background: url(/images/icons/phone.svg) no-repeat;
  top: 62%;
  left: 15%;
}
.logohold{
	max-width: 150px;
	height: auto;
	margin-top: 15px;
}
.logohold2{
	max-width: 200px;
	height: auto;
	margin-top: 10px;

}

.logoholdfoot{
	max-width: 100px;
	height: auto;
	margin-top: 15px;
	margin: 0 auto;
}
.logoholdfoot2{
	max-width: 200px;
	height: auto;
	margin-top: 15px;
	margin: 0 auto;
}

.dishold{
	margin-top: 15px;
	vertical-align: middle;
	float: right;
}
.dishold a{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	font-weight: 400;
	font-size: 0.8rem;
}
.btnhold{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 auto;
	max-width: 750px;
	height: 80px;
	background: #fff;	
	line-height: 80px;
	padding-left: 30px;
	text-align: left;
	color: #666;
	font-size: 1.4rem;
	-webkit-box-shadow: 0px 0px 43px 0px rgba(0,51,204,0.15);
	-moz-box-shadow: 0px 0px 43px 0px rgba(0,51,204,0.15);
	box-shadow: 0px 0px 43px 0px rgba(0,51,204,0.15);	
	border-radius: 10px; 

}

.btngo{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	float: right;
	width: 200px;
	height: 80px;
	background: #0033cc;	
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 600;
	border-radius:0px 10px 10px 0px;
}

.lock{
	padding-right: 10px;
	display: inline;
	vertical-align: middle;
}
.lockhold{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
	font-size: 0.9rem;
    max-width: 600px;
    color: #666;
    margin: 0 auto;
    padding-top: 30px;
    position: relative;
    line-height: 100%;
}
.lenderbar{
	background: url('../images/bg_top_trans.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	width: 100%;
	padding: 35px 0 0px 0;
    line-height: 0;
}

.lenderbartext{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	margin-bottom: 25px;
	padding: 0 50px 0 50px;
	line-height: 1.2;
}
.yellowtext{
	color:#ff9900;
}
.yellowtexthead{
	color:#ff9900;
	font-size: 2.1rem;
	font-weight: bold;
}
.whitetext{
	color:#fff;
	max-width: 550px;
	margin: 0 auto;
}
.blacktext{
	color:#fff;
	max-width: 700px;
	text-align: left;
	font-weight: 800;
	font-size: 2.5rem;
}
.lenderlogos{
	margin: 0 auto;
	max-width: 650px;
	padding: 0 20px 0 20px;
}
.imagefloat{
	position: absolute;
    top: -53px;
    right: -240px;
    width: 150px;
}
.imagefloat2 {
display: none;
}
.beniText{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.3rem;
    line-height: 115%;
	color: #000066;
	max-width: 180px;
	text-align: center;	
	margin: 0 auto;
}
.beniNumber{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 4rem;
    line-height: 100%;
    padding-bottom: 14px;
    font-weight: 600;
    color: #c8d8e7;
    text-align: center;
    margin: 0 auto;
}


.iconimage {
    width: 110px;
    margin: 0 auto;
    padding-bottom: 20px;
}


h2 {
    line-height: 110%;
    margin: 20px auto;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
	color: #000066;
}
.lineimage{
	margin: 0 auto;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 35px;
}
.imagehold{
	max-width: 550px;
/*     padding-top: 90px; */
    
}
.imagehold2{
	max-width: 450px;
/*     margin: 0 auto; */
}
.sect1{
	width: 100%;
	background: #eee8e2;
	padding: 75px 0 0px 0; 
}
.sect2{
	width: 100%;
	background: #fff;
	padding: 50px 0 0px 0; 
}
.sect3{
	width: 100%;
	background: #ff9900;
	padding: 0px 0 0px 0; 
}
.btngreen{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 175px;
    height: 55px;
    line-height: 55px;
    background: #0033cc;
    text-align: center;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 30px;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    text-transform: uppercase;    
}
.btnblack{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    max-width: 300px;
    height: 55px;
    line-height: 55px;
    background: #0033cc;
    text-align: center;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 30px;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    margin: 45px 0 25px 0;
    text-transform: uppercase;
}
.btnblack:hover{
	background: #02299c;
}
.btngreen:hover{
	background: #02299c;	
}

p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666;
	font-size: 1.2rem;
}
.alileft{
	text-align: left;
}
.bgimage2{
	background: url('../images/bg_top_777.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	padding-bottom: 100px;
	padding-top: 100px;
}
.bgimage3{
	background: #ff9900;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	padding-bottom:80px;
	padding-top: 33px;
}
.page-footer {
    padding-top: 50px;
    padding-bottom: 70px;
    color: #fff;
    background-color: #fff;
}
.dis-text{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 15px;
  color: #666;
}
.dis-text p {
  max-width: 100%;
  font-size: 13px;
  line-height: 1.5;
}
.dropdown-content li > a, .dropdown-content li > span {
   color: #666;
}
.material-icons{
	color: #18b151;
}
.dropdown-content{
	width: 90% !important;
	left: 0% !important;
	margin: 5% !important;
}

.modal h1, .modal h2, .modal h3, .modal h4 {
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #588391;
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 15px;
}
.modal {
    background-color: #ffffff;
    max-width: 450px;
    text-align: center;
}
.modaldis {
    background-color: #ffffff;
    max-width: 650px !important;
    text-align: left !important;
}
.modal-content p {
    max-width: 650px !important;
}

.modal-footer{
	background-color: #e1e1e1 !important;
}
.headsky{
	width: 100%;
	background: #000066;
	padding: 15px 0 5px 0
}
/* branded form header */
.custom-partner .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.custom-partner img {
  margin: 5px 0;
  max-height: 60px;
  max-width: 240px;
  width: auto;
  height: auto;
  
}
.custom-partner p {
  text-align: left;
  font-size: 18px;
  color: #666;
  margin: 0;
}

@media only screen and (max-width: 1115px) {
.imagefloat {
	display: none;
}
.imagefloat2 {
	display: inherit;
	position: absolute;
	top: 20px;
    left: 441px;
    width: 150px;
}
.bgimage {
    background-position: top left;
}
}
@media only screen and (min-width: 993px){
.container {
    width: 100%;
    max-width: 100%;
}	
}
.container {
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 992px) {
.lineimage{
	display: none;
}
.icon-block {
	margin-bottom: 20px;
    margin-top: 10px;
    border: 1px solid #ccc;
    padding: 15px 25px 25px 25px;
    border-radius: 10px;
}
.lenderbartext {
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: 20px;
}
h1 {
    margin-top: 75px;
    margin-bottom: 50px;
}
}

@media screen and (min-width: 798px){
	.navhold .header-phone-mobile {
    	display: none;
  	}
}
@media only screen and (max-width: 797px) {
	
.btnbgblue {
    padding: 20px 20px 30px 20px;
}	
#toplogo #logo {
  max-width: 240px;
  margin: auto;
}
h1 {
    margin-top: 60px;
}
#header-phone-desktop {
  display: none;
}
h5 {
    font-size: 1.7rem;
}
.yellowtexthead {
    font-size: 1.5rem;
    line-height: 151%
}
.bgimage {
/*     padding-bottom: 30px; */
}
}



@media only screen and (max-width: 750px) {
.imagefloat2 {
	display: none;
}
.btnhold{
	font-size: 1.2rem;
	padding-left: 20px;
}
}

@media only screen and (max-width: 600px) {
.des{
	display: none; 
	
}
.mob{
	display: inline-block; 
	
}
.blacktext{
	text-align: center;
}	
.btngo {
    display: inline-block;
    width: 80px;
    vertical-align: middle;
    float: right;
    margin: 0 0px 0 0;
}
.cta_d{
	display: none;
}
.cta_m{
	display: inline-block;
	pointer-events: none;
}

.imagehold {
    max-width: 600px; 
    padding-top: 0px; 
}
.alileft {
    text-align: center;
}
p {
  margin: 0 0 15px;
}
.btngreen {
	margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    display:block;
    max-width: 300px;
    width: 100%;
}
.btnblack {
	margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    display:block;
}
.sect1 {
    padding: 50px 0 0px 0;
}
h1{
	font-size: 2.5rem;
}
h2 {
    line-height: 130%;
    font-size: 1.8rem;
    font-weight: 800;
    color: #000066;
}
}
@media only screen and (max-width: 445px) {
	table {
	  table-layout: fixed;
    width: 100%;
	}
  .blacktext{
	font-size: 2rem;
}
input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
    font-size: 15px !important;
    width: 68% !important;
}
.lockhold {
    max-width: 250px;
}
h1{
	font-size: 2.2rem;
	margin-top: 30px;
	margin-bottom: 30px;
}
.lenderbar {
    padding: 15px 0 0px 0;
}
.lockhold{
	padding-top: 20px;
}
}
@media only screen and (max-width: 360px) {
.btnhold {
    font-size: 1rem;
    padding-left: 20px;
}
}
.page-footer {
  max-width: 90%;
  margin: auto;
}
.footertext {
  text-align: center;
}
.footertext p {
  color: #999 !important;
  font-size: 14px !important;
}

.trust-logos {
  display: block;
  margin: 20px auto;
}
.cta a {
  color: white;
}

@media only screen and (max-width: 767px) {
	.form-content {
	  padding: 20px;
	}
  .show-desktop {
    display: none;
  }
  /* branded form header */
  .custom-partner .wrapper {
    flex-direction: column-reverse;
  }
  .custom-partner img {
    max-width: 200px;
    max-height: 50px;
    margin: 0 0 15px;
  }
  .custom-partner p {
    font-size: 15px;
    text-align: center;
  }
}
