.custom-css { }
		
		
		
		
		
		
		
			/* Green: #3da208
Lighter Green: #8aee43
Black: #000000
Grey: #666666 */

header .navigation .header-logo img {
    max-height: 4.5rem;
}



a {
    color: #3da208;
}

a:hover {
    color: #3da208;
    text-decoration: underline;
}


header .navigation .navigation-list ul li a:after {
    -webkit-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    position: absolute;
    content: '';
    width: 0;
    height: .1rem;
    background: #3da208;
    display: block;
    right: .5rem;
    bottom: .2rem;
    z-index: -1;
}


.btn-custom__empty:hover {
    color: #fff;
    background: #3da208;
}



.text_card span {
    font-family: 'Noto Serif', serif;
    display: block;
    color: #666666;
    margin-top: .3rem;
}

.btn-custom {
    color: #ffffff;
    background: #3da208;
    border: 3px solid #3da208;
    padding: .8rem 1.7rem;
    display: inline-block;
    text-align: center;
    width: unset;
    font-size: 1.1rem;
    font-weight: 500;
    min-width: 10rem;
}


.btn-custom:hover {
    background: #3da208;
    color: #ffffff;
    border-color: #3da208;
    -webkit-box-shadow: 1px 0 3px #3da208;
    box-shadow: 1px 0 3px #3da208;
    text-decoration: none;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}


.text_card {
    border-top: 0.1rem solid #8aee43;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
}


.testimonials .slick-dots li.slick-active button {
    opacity: .85;
    background: #8aee43;
}


.branch-legend li:before {
    -webkit-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    left: 0;
    top: 50%;
    margin-top: -0.5rem;
    border-radius: 50%;
    position: absolute;
    display: block;
    content: '';
    width: 1rem;
    height: 1rem;
    background: #3da208 ;
  }
  


.branch-legend li:nth-child(1):before {
    background: #3da208;
  }
  
  .branch-legend li:nth-child(2):before {
    background: #000000;
  }
  
  .branch-legend li:nth-child(3):before {
    background: #666666;
  }
  
  .branch-legend li:nth-child(4):before {
    background: #efefef;
  }



#branch-map-wrapper .state.active {
	background-color: #3da208 !important;
}

#branch-map-wrapper .state.licensed {
	background-color: #666666 !important;
}

#branch-map-wrapper .state.branch {
    background-color: #3da208 !important;
}

#branch-map-wrapper .state.hover {
    background-color: #8aee43 !important;
}

#branch-map-wrapper .state, #branch-map-wrapper .state.default {
    background-color: #3da208 !important;
}


.cta {
    padding: 8rem 0;
    position: relative;
    z-index: 1;
    background: #000;
}

.cta a.btn-custom {
    text-transform: capitalize;
}

#return-to-top {
    background-color: #3da208;
}

#return-to-top:hover {
    background-color: #8aee43;
}



li, ol, ul {
    margin: unset; 
   padding: unset; 
   list-style: unset;
}

ul, menu, dir {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}


.apply-inner {
    text-align: center;
}

.page-content-block {
    border-bottom: 1px solid #666666;
    min-height: 180px;
    margin-top: 50px;
    padding-bottom: 50px;
}

.page-content-block p, .page-content-block ol {
    overflow: hidden;
    font-size: 14px;
}
.page-content-title {
    margin-left: 55px;
    font-weight: 700;
}

.page-content-block img {
    float: left;
    margin: 10px 25px;
}

.page-content-block img {
    float: left;
    margin: 10px 25px;
    max-width: 100px;
}

footer .footer_menu ul li a {
    color: #3da208;
}

.footer-body {
    background: #fff;
    color: #000;
    padding-top: 2rem;
}


section.mortgage_calculators {
    padding-top: 9rem;
    padding-bottom: 9rem;
    background-color: #efefef;
    background-image: url('/uploads/sites/9160/public/greenphones.jpeg');
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 50% auto;
}

.contactform .input-item.active {
    border-color: #8aee43;
  }
  
.footer-body .socials li a {
    color: #8aee43;
    padding: .5rem;
}

.p-icon:after {
    margin-left: -2px;
    bottom: 13px;
    background: #8aee43;
    border-radius: 2px;
    width: 4px;
    height: 4px;
}


button.graphicButton.selectButton {
	text-shadow: none !important;
	background: none !important;
	background-color: #3da208 !important;
}
.choiceButton, .graphicButton {
	background: none !important;
	background-color: #3da208 !important;
	text-shadow: none;
	border-top-left-radius: none;
	border-top-right-radius: none;
}

.site-type-branch .bg-image img {
    opacity: .6;
    -webkit-transform: unset;
     transform: unset;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}