.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%;
}
.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_hma-officers-sidebar-st-item:first-of-type {
  display: none;
}