/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/


/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.abc-landing-header {
  background: #00808c url('https://491273.fs1.hubspotusercontent-na1.net/hubfs/491273/raf-hero%20%281%29.webp') no-repeat center center;
  background-size: cover;
  padding: 35px 0 35px 0;
}

.abc-landing-header h1 {
  color: #FFFFFF;
  margin-top: 70px;
  font-size: 36px;  
}

.abc-intro {	
}

.abc-intro ul {
  padding-left: 1em;
	margin-top: 32px;
	list-style-position: outside;
	font-size: 16px;
}

.abc-intro li {
  color: #1e545f;
	font-weight: bold;
	border-bottom: 1px solid #ffffff;
	padding: 8px 0;
}

.heloc-landing-header {
  background: #00808c url('https://491273.fs1.hubspotusercontent-na1.net/hubfs/491273/ab-seacoast-assets/MicrosoftTeams-image%20%283%29.png') no-repeat center center;
  background-size: cover;
  padding: 35px 0 35px 0;
}

.deposit-landing-header {
  background: #00808c url('https://491273.fs1.hubspotusercontent-na1.net/hubfs/491273/Crafted%20-%20Deposit%20Account%20-%20Lead%20Magnet/Deposit%20LP%20Header.jpg') no-repeat center center;
  background-size: cover;
  padding: 35px 0 35px 0;
}

.deposit-landing-header h1,
.heloc-landing-header h1 {
  color: #FFFFFF;
  margin-top: 250px;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 400;
}

.z-pattern > .row-fluid-wrapper > .row-fluid{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.z-pattern .z-pattern-text{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 520px;
  margin: 0 auto;
  max-width: 100%;
}

.heloc-guide .heloc-form .hs-form input[type="submit"] {
  background: #DAE316;
  color: #00474A;
}

.heloc-guide .heloc-form .hs-form input[type="submit"]:hover {
  background: #c6cf0e;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: solid;
  font-size: 18px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.time-callout {
  background: #00808c url('https://491273.fs1.hubspotusercontent-na1.net/hubfs/491273/1920x600/1920x600headerform-image-dkgreen.jpg') no-repeat center center;
  background-size: cover;	
}

.time-callout h3 {
  font-size: 48px;
	margin-bottom: 0px;
}

.time-callout [class*="c-button"] {
  font-size: 24px;
	margin-top: 22px;
}

.time-callout p {
	font-size: 22px;
	color: #c6da2d;
}

.time-callout h3:after {
  display: none;
}

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

.phone-bg {
	background: transparent url('https://491273.fs1.hubspotusercontent-na1.net/hubfs/491273/ab-seacoast-assets/90-year-phone.jpg') no-repeat bottom left;
	background-size: 39%;
}

.abc-footer {
  color: #FFFFFF;
	font-size: 12px;
}

.abc-privacy {
  text-align: right;	
}

.abc-footer a {
  color: #FFFFFF;
	text-transform: uppercase;
}

.abc-foot-head {
  padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #87bec3;
}

.abc-foot-head p {
  margin-top: 10px;
}

.abc-fdic {
  text-align: right;	
}

.body-container .hs-form input {
    border-radius: 0;	
}

.body-container .hs-form input[type="text"], 
.body-container .hs-form input[type="tel"], 
.body-container .hs-form input[type="email"], 
.body-container .hs-form textarea, 
.body-container .hs-form select {
    box-sizing: border-box;
}


.hbspt-form span {
	color: #ffffff;
}

.body-container .hs-form label {
    font-weight: normal;
	color: #ffffff;
}

.body-container .heloc-form .hs-form label {
  color: #424242;
}

.body-container .heloc-form .hs-form .hs-error-msgs label {
    color: #c64633;
}

ul.hs-error-msgs,
.hs-error-msgs.inputs-list {
    margin-left: 0;
	padding-left: 0;
}




@media (max-width: 767px) {
  .heloc-landing-header {
    padding: 15px 0 15px 0;
  }
  .heloc-landing-header h1 {
    margin-top: 100px;
    font-size: 28px;
  }
  .heloc-guide .guide-img{
    display:none;
  }
  .z-pattern > .row-fluid-wrapper > .row-fluid{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

	.phone-bg {
		background: none;
	}

	.abc-intro ul {
		margin-left: 0px;
	}


	.abc-privacy {
		text-align: left;	
	}
	.abc-fdic {
		text-align: left;	
	}	
	
	
}




.abc-intro.match-page ul {
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
	width: 95%;
}





/* FORM */

.discovery-form {
     display: block;
     background-color: rgb(255, 255, 255);
     border-radius: 3px;
     padding-bottom: 10px;
}
 .discovery-form .invite_form_header {
}

 .discovery-form .form_header {

}
 .discovery-form .form_sub_header {
     display: block;
     margin-left: auto;
     margin-right: auto;
     font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-Arial, Helvetica, sans-serif;
     font-size: 14px;
     font-weight: normal;
     font-style: normal;
     color: rgb(75, 79, 86);
}


.discovery-form .questionDiv {
     padding: 2px;
}

.discovery-form.match-version label {
    margin-top: 10px;
	font-size: 14px;
}

.discovery-form .radio-container {
    padding-top: 15px;
    text-align: left;
}

.no-matches {
    text-align: center;
}


.radio-container label {
    margin-right: 50px;
}

.radio-container .sole-prop-radio {
    margin: 5px;
	-webkit-appearance: radio !important;
	appearance: radio !important;
}

 .discovery-form .questionDiv h4 {
     display: block;
     margin-left: auto;
     margin-right: auto;
     width: 93%;
     text-align: left;
     font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-Arial, Helvetica, sans-serif;
     font-size: 16px;
     font-weight: normal;
     font-style: normal;
     color: rgb(75, 79, 86);
     line-height: 22px;
     padding: 0px;
}
 .discovery-form .questionDiv .banker-label h4 {
     display: block;
     margin-left: auto;
     margin-right: auto;
     width: 93%;
     text-align: center;
     font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-Arial, Helvetica, sans-serif;
     font-size: 16px;
     font-weight: normal;
     font-style: normal;
     color: rgb(75, 79, 86);
     line-height: 22px;
     padding: 0px;
}
 .discovery-form .questionDiv .banker-label .bold-text {
     font-weight: 500;
}
 .discovery-form .questionDiv .banker-label .fav-icon {
     width: 20px;
     height: 20px;
     margin-right: 2px;
}
 .discovery-form .questionDiv .banker-label .banker-image {
     width: 150px;
     height: 150px;
}
 .discovery-form .questionDiv .validation-message {
     font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-Arial, Helvetica, sans-serif;
     font-size: 14px;
     font-weight: normal;
     font-style: normal;
     color: red;
}
 .discovery-form .questionDiv .industrySelect {
     display: block;
     margin-left: auto;
     margin-right: auto;
     width: 93%;
     font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-Arial, Helvetica, sans-serif;
     font-size: 16px;
     font-weight: normal;
     font-style: normal;
     color: rgb(75, 79, 86);
     text-align: left;
}
 .discovery-form .questionDiv .textInput {
     font-size: 16px;
     font-weight: normal;
     font-style: normal;
     color: rgb(75, 79, 86);
     width: 93%;
     height: 40px;
     display: block;
     outline: none;
     padding: 5px;
	 
}
 .discovery-form .questionDiv .radioInput {
     display: block;
     margin-left: auto;
     margin-right: auto;
     width: 93%;
     text-align: left;
     font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-Arial, Helvetica, sans-serif;
     font-size: 16px;
     font-weight: normal;
     font-style: normal;
     color: rgb(75, 79, 86); 
}
 .discovery-form .questionDiv .dropdownInput {
     margin-left: auto;
     margin-right: auto;
     width: 93%;
     background-color: rgb(255, 255, 255);
     display: block;
     font-size: 16px;
     height: 40px;
     line-height: 1.05;
}



#incorrect-code {
    text-align: center;
}

#thank-you-message, #in-progress-app-message {
    background-color: white;
}

.new-discovery-form {
    margin-bottom: 20px;
}

.self-service-background {
    padding-top: 2%;
    background-color: white;
}

#self-service-table {
    margin-bottom: 40px;
    border-collapse: collapse;
    width: 100%;
}

#self-service-table td {
    text-align: center;
    padding: 8px;
}

#self-service-table tr:nth-child(even){background-color: #FFFFFF}

#self-service-table tr:nth-child(odd){background-color: rgb(245,245,245)}

#self-service-table tr {
    border-top: solid 1px gray;
}

#self-service-table tr:hover {
    background-color: rgb(220,220,220);
    cursor: pointer;
}

#self-service-table th {
    background-color: #0e7b86;
    color: white;
    text-align: center;
    padding: 10px;
}

.no-match-button {
     display: block;
     margin-left: auto;
     margin-right: auto;
     width: 45%;
     height: 30px;
     background-color: #4FB2BC;
     color: white;
     border-radius: 3px;
     text-transform: uppercase;
     margin-bottom: 25px;
}

.no-match-button:hover {
    background-color: #4FB2BC;
}

 .discovery-form customer-container h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    color: rgb(250, 250, 250);
}
 .discovery-form .actionButton,
#apply-now {
     display: block;
     height: 45px;
     background-color: #0e7b86;
     color: rgb(250, 250, 250);
     border-radius: 3px;
     margin-top: 10px;
	 padding: 8px 16px;9
     text-transform: uppercase;
}
.discovery-form .actionButton:hover,
#apply-now:hover {
     background-color: #4FB2BC;
}

.margin-top {
    margin-top: 18px;	
}

.discoveryLabel {
    font-size: 14px;	
}

#form-preloader {
    width: 100%;
	height: 480px;
	display: none;
	background: #FFFFFF url('https://491273.fs1.hubspotusercontent-na1.net/hubfs/491273/ab-seacoast-assets/preloader_2.gif') no-repeat center center;
}

@media (max-width: 767px) {
  .main-white-box {
  margin-left: 0px!important;
  }
  .list-11 {
  width: 100%!important;
  }
  .v1 {
  display: none;
  }
}