/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

 .center, .center-align {
  text-align: center;
}
a {
  text-decoration: none;
}
.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
img.responsive-img, video.responsive-video {
  height: auto;
}
#logo img.responsive-img {
  max-width: 300px;
}
img {
  border-style: none;
}
.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}
@media only screen and (max-width: 797px) {
  .container {
      width: unset;
  }
}
 .strong {
	font-weight: 600;
 }
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: absolute;
    opacity: 100;
    pointer-events: all;
}

	.dis-text2 {
    font-family: 'Exo', sans-serif;
    color: #3E5E65;
    font-size: 0.9rem;
    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){ */
#topLogo {
    display: flex;
    justify-content: space-between;
    align-content: center;
    width: 100%;
    padding: 20px 10px;
    margin: 0 0 20px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
#topLogo #logo {
    max-width: 300px;
    border: none;
    max-height: 60px;
}
#logo img {
  max-width: 300px;
  max-height: 60px;
}

#topLogo h3 {
    display: inline-block;
    float: left;
    width: auto;
    max-width: 80%;
    padding: .25em 0 0 1em;
    margin: 0 0 0 1em;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #666;
    text-shadow: none;
    border-left: 1px solid #d8d8d8;
}

#topLogo h3 {
    margin: 13px 0 0;
}
.phone-block {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
}
.phone-icon {
	opacity: 0.3;
}
#header-phone span {
  font-family: 'Exo', sans-serif;
  color: #333;
}
#header-phone .phone-number {
  font-family: 'Exo', sans-serif;
  font-size: 24px;
	font-weight: bold;
  color: #0033cc;
}

.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: 'Exo', 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: 'Exo', sans-serif;
    font-size: 1.7rem;
    line-height: 110%;
    margin: 1.0933333333rem 0 0.656rem 0;
    color: #000066;
    font-weight: 600;
}
.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{
  display: flex;
	margin: 0 auto;

  max-width: 300px;
  border: none;
  max-height: 60px;
}
.logoholdfoot2 img {
  max-height: 60px;
  margin: auto;
}
@media only screen and (max-width: 797px) {
  .logoholdfoot2 img {
      max-width: 260px;
  }
}
.dishold{
	margin-top: 15px;
	vertical-align: middle;
	float: right;
}
.dishold a{
    font-family: 'Exo', sans-serif;
	color: #fff;
	font-weight: 400;
	font-size: 0.8rem;
}
.btnhold{
	font-family: 'Exo', 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: 'Exo', 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: 'Exo', 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: 'Exo', 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: 'Exo', sans-serif;
    font-size: 1.3rem;
    line-height: 115%;
	color: #000066;
	max-width: 180px;
	text-align: center;
	margin: 0 auto;
}
.beniNumber{
	font-family: 'Exo', 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: 2.3733333333rem 0 1.424rem 0;
    text-align: center;
    font-family: 'Exo', 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: 'Exo', 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: 'Exo', 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{
	max-width: 430px;
	font-family: 'Exo', 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: 'Exo', sans-serif;
	color: #3E5E65;
	font-size: 0.9rem;
	margin-bottom: 15px;
}
.dis-text a{
	color: #3E5E65;
}
.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: 'Exo', sans-serif;
	color: #3E5E65;
	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
}
@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){
.containerW {
    width: 85% !important;
}
.container {
    width: 80%;
}
}
@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 only screen and (max-width: 797px) {
  .container {
    width: unset;
  }
  .btnbgblue {
      padding: 20px 20px 30px 20px;
  }
  #topLogo {
    justify-content: center;
		flex-direction: column;
    padding: 10px;
		gap: 15px;
  }
	#topLogo #logo {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
  #topLogo #logo img {
    max-width: 260px;
  }
	.phone-block {
		text-align: center;
	}
  h1 {
      margin-top: 60px;
  }
  h5 {
      font-size: 1.7rem;
  }
  .yellowtexthead {
      font-size: 1.5rem;
      line-height: 151%
  }
  .bgimage {
  /*     padding-bottom: 30px; */
  }
  #topLogo h3 {
      display: none;
      margin: 13px 0 0;
  }

}



@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 {
    max-width: 400px;
    text-align: center;
    margin: 0 auto;
}
.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) {
	.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;
}
}
