.custom-css { }
		
		
		
		
		
		
		
			:root{
    --color-1: #1c7b44;
    --color1-rgb: rgba(28, 123, 68, 0.8);
    --color-2: #28285c;
    --color-2-rgb: rgb(40  40  92 / 80%);
    --bs-blue: var(--color-1);
    --color-3: #fff;
    --bs-secondary-rgb: var(--color-3);
    --color-branch-card-bg:var(--color1-rgb);
    --color-branch-map: var(--color-2);
    --color-branch-map-default: #efefef;
    --color-branch-map-licensed: var(--color-1);
    --color-branch-map-branch: #787878;
    --color-4: #2a2a2c;
    --color-5: #e5e5e5;
}


.theme_max_hma-logo {
  width: 280px;
  max-width: 100%;
  z-index: 10;
}
.navbar-toggler:focus {
    color: #ebebeb;
}

.theme_max_hma_footer_f_img {
  width: 80px;
}
.calculators .form-group.dollars label:after {
    bottom: -35px !important;
}
.mw-form .form-label {
    font-size: 1rem;
}

.mw-form select, .mw-form input {
    font-size: 1rem;
    height: 3rem !important;
}

.mw-form .mw-input-icon.mw-icon-percent:before {
    font-size: 1rem;
    top: 0.8rem;
}

.mw-form .mw-input-icon.mw-icon-year:before {
    font-size: 1rem;
    top: 0.8rem;
}
.font-35-um {
    font-size: 2rem;
}

.font-80-um {
    font-size: 4rem;
}

.calc-total-label {
    font-size: 1.3rem;
}

.calc-apply-text {
    font-size: 1.8rem;
}
.mw-form input[type=button] {
    background-color: var(--color-1);
}

div#MonthlyTotal {
    color: var(--color-1);
}


.theme_max_hma_banner_title {
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.theme_max_hma_banner_subtitle {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 2rem;
}
.theme_max_hma_banner_blog {
    background: url(/dev/themes/max_hma/image/news.jpg) no-repeat;
}
.theme_max_hma_banner {
    background: url(/dev/themes/max_hma/image/news.jpg) no-repeat;
    min-height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

    position: relative;
}
.hero-section-overlay {
    background: rgba(42, 42, 44, 0.5);
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    text-align: center;
}
.hero-section-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.theme_max_hma-header--topBar-searchBtn {
  font-size: 1.2rem;
}
.theme_max_hma_contact_lines {
    display: flex;
    flex-direction: column;
}
h6.title.mh_class.theme_max_hma-footer-h6 {
    display: none;
}
.theme_max_hma_container {
    max-width: 100%;
}


.theme_max_hma-topheader {
    background-color: var(--color-1) !important;
    color: #fff;
}

.theme_max_hma-topheader a {
    color: #fff;
    font-weight: 400 !important;
    text-decoration: none;
}

.theme_max_hma_logo_block {
    padding-left: 4rem;
    padding-top: 5rem;
}

footer.theme_max_hma-footer {
    background: var(--color-2);
    color: #fff;
}

.col-6 > .theme_max_hma-footer--navLinks {
    color: #fff !important;
}

.theme_max_hma-footer .dli_class a {
    color: #FFF;
}

.theme_max_hma_contact_lines a {
    color: #fff;
}






.theme_max_hma-mainheader .navbar-nav .nav-link {
    color: var(--color-1);
    position:relative;
    text-transform:none;
    margin-right:1rem;
    font-family: "Montserrat";
    font-size: 14px !important;
}

.theme_max_hma-mainheader .navbar-nav .nav-link:hover {
    color: var(--color-1);
}
.theme_max_hma-mainheader .navbar-nav .nav-link:not(.dropdown-toggle):hover::before {
  content: " ";
  position: absolute;
  bottom: -1px;
  width: 80%;
  height: 1px;
  background: 0 0;
  z-index: 30;
  background:var(--color-1);
  opacity: 1;
  transform: translateX(0);
}

.theme_max_hma-mainheader .navbar-nav .nav-link:not(.dropdown-toggle)::before {
     content: " ";
  opacity: 0;
  transform: translateX(-100px);
  transition-duration: 0.1s;
    width: 80%;
}


.theme_max_hma-text-small {
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 400;
}
.theme_max_hma-text {
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 400;
    letter-spacing: 0.27px;
    line-height: 31px
}
.color_1 {
    color: var(--color-1);
}

.theme_max_hma-logo img {
  height: 102px;
  object-fit: contain;
}