/* -----------------------------------------------------------------------
	Bredcrumb fix
----------------------------------------------------------------------- */

@media only screen and (max-width: 992px) {
  .breadcrumb-top {
    height:auto !important;
  }
  .breadcrumb {
    font-size: 14px !important;
    line-height: 24px !important;
    margin-top: 13px !important;
  }
}

/* -----------------------------------------------------------------------
	General
----------------------------------------------------------------------- */

html, body {
	font-family: 'Lato', sans-serif;
	font-size: 100%;
}

body { 
    padding-top: 94px; 

}

@media (min-width: 992px) { 
    body { 
        padding-top: 120px; 
    } 
}

h1, h2, h3, h4, h5, h6, p, label, a {
	font-family: 'Lato', sans-serif;
	font-size: 1em;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 { font-size: 3em; } 
h2 { font-size: 2.75em; }
h3 { font-size: 2.5em; }
h4 { font-size: 2.25em; }
h5 { font-size: 2em; }
h6 { font-size: 1.75em; }
a, a:hover, a:focus {
	font-weight: bold;
	color: #6F6F6E;
}

/* -----------------------------------------------------------------------
	Header
----------------------------------------------------------------------- */

.header {
  	background: rgba(0,0,0,0.90);
  	border: none;
    position: fixed;
    top: 0;
    width: 100%;
	height: 81px;
	z-index: 1000;
}
.header-logo {
	max-width: 75px;
	margin: 15px 0px;
	float: left;
    filter: alpha(opacity=40);
    -webkit-filter: invert(100%) brightness(200%) grayscale(100%);
    -moz-filter: invert(100%) brightness(200%) grayscale(100%);
    -o-filter: invert(100%) brightness(200%) grayscale(100%);
    -ms-filter: invert(100%) brightness(200%) grayscale(100%);
    filter: invert(100%) brightness(200%) grayscale(100%);
}
@media (min-width: 992px) {
	.header {
		height: 107px;
	}
	.header-logo {
		margin: 30px 0px;
	}
}
.header-buttons {
	margin: 25px -15px 25px 0px;
	float: right;
}
.header-button {
	text-transform: uppercase;
	border-radius: 0px !important;
	margin-right: 0px !important;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 1.125em;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0px !important;
}
@media (min-width: 992px) {
	.header-button {
		margin-right: 15px !important;
		padding: 0px 15px !important;
	}
}
.header-button,
.header-button:active, 
.header-button:hover {
    background-color: transparent !important;
    border: 0px !important;
	color: #FFFFFF !important;
}
.header-button.btn-primary {
	border: 2px solid #FFF; /* border: 2px solid #6F6F6E; */
	padding: 6px 25px;
}

/* -----------------------------------------------------------------------
	Accessibility
----------------------------------------------------------------------- */

.accessibility-wrapper {
	display: inline-block;
}
@media (min-width: 992px) {
	.accessibility-wrapper {
		position: relative;
		margin-right: 25px;
	}
	.header-button.accessibility-button {
		margin-right: 0px !important;
	}
}
.accessibility-dropdown {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    margin-left: 0px;
    margin-top: 90px;
    padding: 15px;
    background: #FFF;
    border: 1px solid #EFEFEF;
    border-radius: 0px;
    z-index: 1000;
}
@media (min-width: 992px) {
	.accessibility-dropdown {
		left: 50%;
		width: 400px;
		margin-left: -200px;
		margin-top: 75px;
		padding: 40px;
	}
}
.accessibility-dropdown:after, 
.accessibility-dropdown:before {
	bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #FFF;
    border-width: 19px;
    left: 50%;
    margin-left: -19px;
}
.accessibility-dropdown:before {
	border-bottom-color: #EFEFEF;
    border-width: 20px;
    margin-left: -20.5px;
}
.accessibility-dropdown:last-child {
	margin-bottom: 0px;
}
.accessibility-dropdown li {
	background-color: #FFF !important;
	margin-bottom: 25px;
}
.accessibility-dropdown-title {
	font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 25px;
    color: #6F6F6E;
}
.accessibility-dropdown-heading {
	font-size: 0.938em;
    font-weight: 700;
	color: #6F6F6E;
}
.accessibility-font-size-slider {
	margin: 15px 0px 40px 0px !important;
	border: 0px !important;
	border-bottom: 1px solid #979797 !important;
	border-radius: 0px !important;
}
.accessibility-font-size-slider .ui-slider-handle {
	border: 1px solid #12676A !important;
    border-radius: 100px !important;
    width: 25px !important;
    height: 25px !important;
    top: -2px !important;
	background: #FFF !important;
}
.accessibility-font-size-slider .ui-slider-tick-mark {
    width: 1px;
    height: 11px;
    position: absolute;
    top: 0px;
    border-left: 1px solid #979797;
}
.accessibility-contrast-buttons-wrapper {
	margin: 0px -15px;
}
.accessibility-contrast-buttons {
	border-spacing: 15px;
}
.accessibility-contrast-button {
	padding: 24px 12px; 
	border-radius: 0;
}
.accessibility-contrast-button:nth-child(1) { background: #CCC; border-color: #CCC; }
.accessibility-contrast-button:nth-child(2) { background: #999; border-color: #999; }
.accessibility-contrast-button:nth-child(3) { background: #666; border-color: #666; }
.accessibility-contrast-button:nth-child(4) { background: #333; border-color: #333; }
.accessibility-contrast-button:nth-child(5) { background: #000; border-color: #000; }
.accessibility-contrast-button.active {
	border-color: #12676A;
}
.accessibility-color-button {
	display: block;
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 0.938em;
    font-weight: 700;
    color: #6F6F6E;
}
.accessibility-color-button input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.accessibility-color-button_checkbox {
    position: absolute;
	top: 0px;
    right: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #B2B2B1;
}
.accessibility-color-button_checkbox:after {
	content: '';
    position: absolute;
    display: none;
    left: 10px;
    top: 2.5px;
    width: 6px;
    height: 16px;
    border: solid #6F6F6E;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.accessibility-color-button input:checked ~ .accessibility-color-button_checkbox:after {
    display: block;
}

/* -----------------------------------------------------------------------
	Notifications
----------------------------------------------------------------------- */

.notifications-wrapper {
	display: inline-block;
    
}
@media (min-width: 992px) {
	.notifications-wrapper {
		position: relative;
		margin-right: 25px;
	}
}
.notifications-button {
	margin-right: 0px !important;
	padding: 0px 12px;
    font-size: 1.625em;
}
.notifications-button .material-icons {
	font-size: 1.375em;
    line-height: 1.375em;
    position: relative;
    top: -2px;
}
@media (min-width: 992px) {
	.notifications-button .material-icons {
		top: 3px;
	}
}
.notifications-dropdown {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    margin-left: 0px;
    margin-top: 90px;
    padding: 15px;
    background: #FFF;
    border: 1px solid #efefef;
    border-radius: 0px;
}
@media (min-width: 992px) {
	.notifications-dropdown {
		left: 50%;
		width: 400px;
		margin-left: -200px;
		margin-top: 75px;
		padding: 40px;
	}
}
.notifications-dropdown:after, 
.notifications-dropdown:before {
	bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 19px;
    left: 50%;
    margin-left: -19px;
}
.notifications-dropdown:before {
	border-bottom-color: #EFEFEF;
    border-width: 20px;
    margin-left: -20.5px;
}
.notifications-dropdown-title {
	font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 25px;
    color: #6F6F6E;
}
.notifications-dropdown-button {
	border-radius: 0px;
    border: 2px solid #12676A;
	color: #12676A;
	padding: 10px;
	font-size: 0.938em;
    font-weight: 700;
}
.notifications-dropdown-item {
    padding-bottom: 25px;
    border-bottom: 1px solid grey;
    margin-bottom: 25px;
	color: #6F6F6E;
}
.notifications-dropdown-item:last-child {
	border-bottom: 0px;
}
.notifications-dropdown-item-title {
	font-weight: 700;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.notifications-dropdown-item-description {
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* -----------------------------------------------------------------------
	Profile
----------------------------------------------------------------------- */

.profile-wrapper {
	display: inline-block;
}
@media (min-width: 992px) {
	.profile-wrapper {
		position: relative;
		margin-right: 25px;
	}
}
.profile-button {
	margin-right: 0px !Important;
	padding: 0px 12px;
}
.profile-button img {
	max-width: 43px;
    border-radius: 100px;
}
.profile-dropdown {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    margin-left: 0px;
    margin-top: 90px;
    background: #FFF;
    border: 1px solid #efefef;
    border-radius: 0px;
    padding: 0px;
}
@media (min-width: 992px) {
.profile-dropdown {
		left: 50%;
		width: 400px;
		margin-left: -200px;
		margin-top: 75px;
	}
}
.profile-dropdown:after, 
.profile-dropdown:before {
	bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #FFF;
    border-width: 19px;
    left: 50%;
    margin-left: -19px;
}
.profile-dropdown:before {
	border-bottom-color: #EFEFEF;
    border-width: 20px;
    margin-left: -20.5px;
}
.profile-dropdown>li>a {
	padding: 15px 20px;
	font-weight: 700;
	color: #6F6F6E;
}
.profile-dropdown .divider {
	margin: 0px;
}

.mhfa-profile {
	background: #F0F0F0;
}
.mhfa-profile .page-heading {
	display: none;
}
.mhfa-profile #content-container {
	margin-top: 120px;
}
.mhfa-profile>form>.container>.row>.col-md-4,
.mhfa-profile .page-content>.col-md-4 {
	padding: 0px;
}
@media (min-width: 992px) {
	.mhfa-profile>form>.container>.row,
	.mhfa-profile .page-content {
		margin-top: 30px;
		margin-bottom: 45px;
	}
	.mhfa-profile>form>.container>.row {
		display: flex;
	}
	.mhfa-profile>form>.container>.row>.col-md-4,
	.mhfa-profile .page-content>.col-md-4 {
		border: 1px solid #B2B2B1;
	}
	.mhfa-profile>form>.container>.row>.col-md-8,
	.mhfa-profile .page-content>.col-md-8 {
		border: 1px solid #B2B2B1;
		background: #FFFFFF;
		padding: 30px;
		margin-left: -1px;
	}
}
.mhfa-profile .nav-profile {
	background-color: transparent;
	border: 0px;	
}
.mhfa-profile .nav-profile .panel-heading {
	background-color: transparent;
	border-top: 1px solid #B2B2B1;
	border-bottom: 1px solid #B2B2B1;
	border-radius: 0px;
	padding: 15px;
	color: #6F6F6E;
}
.mhfa-profile .list-group {
	margin: 15px;
}
.mhfa-profile .list-group-item {
	border: 1px solid #12676A !important;
	border-radius: 0px !important;
	background-color: #FFFFFF;
	padding: 15px;
	margin-bottom: 15px;
	min-height: 50px;
	color: #12676A !important;
	font-size: 1em;
	font-weight: 700;
}
.mhfa-profile .list-group-item.active, 
.mhfa-profile .list-group-item.active:focus, 
.mhfa-profile .list-group-item.active:hover,
.mhfa-profile a.list-group-item:focus, 
.mhfa-profile a.list-group-item:hover {
	background-color: #12676A;
	border-color: #12676A;
	color: #FFFFFF !important;
}
.mhfa-profile .mhfa-profile-picture {
	display: flex;
	align-items: center;
	padding: 15px 0px;
	margin: 0px;
	border-bottom: 1px solid #B2B2B1;
}
.mhfa-profile .mhfa-profile-picture img {
	border-radius: 1000px; 
}
.mhfa-profile .mhfa-profile-picture span {
	font-size: 1.125em;
    font-weight: bold;
    color: #12676A;
}

/* -----------------------------------------------------------------------
	Search
----------------------------------------------------------------------- */

.search-open-button {
	font-size: 1.875em;
	padding: 0px 12px;
}
.search-open-button .material-icons {
	font-size: 1.375em;
    line-height: 1.375em;
	position: relative;
	top: -5px;
}
@media (min-width: 992px) {
	.search-open-button .material-icons {
		top: 3px;
	}
}
.search-panel {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #12676A;
    padding: 26.5px 0px;
    z-index: 1000;
}
.search-panel .container {
	padding: 0px 39px;
}
.search-panel input {
	background: none;
    border: none;
	height: 50px;
	-webkit-box-shadow: none;
    box-shadow: none;
	font-size: 2.250em;
    color: #FFF;
}
.search-panel input::-webkit-input-placeholder { color: #FFFFFF; opacity: 0.5; }
.search-panel input::-moz-placeholder { color: #FFFFFF; opacity: 0.5; }
.search-panel input:-ms-input-placeholder { color: #FFFFFF; opacity: 0.5; }
.search-panel input:-moz-placeholder { color: #FFFFFF; opacity: 0.5; }
.search-panel input:focus {
	border-color: transparent;
	box-shadow: none;
	outline: 0 none;
}
.search-panel .search-button {
	background: none;
    border: 0px;
    font-size: 36px;
    color: #FFF;
    padding: 0px 12px !important;
	display: inline-block !important;
	color: #FFFFFF !important;
}
.search-panel .search-close-button {	
	background: none;
    border: 0px;
    font-size: 36px;
    color: #FFF;
    padding: 0px 12px !important;
	display: inline-block !important;
	color: #FFFFFF !important;
}
.search-panel .search-button .material-icons,
.search-panel .search-close-button .material-icons {
	font-size: 1.125em;
    line-height: 1.125em;
    position: relative;
    top: 4px;
}

/* -----------------------------------------------------------------------
	Navigation
----------------------------------------------------------------------- */

.navigation-open-close-button {
	font-size: 1.875em;
	padding: 0px 12px;
	margin-right: 15px !important;
}
@media (min-width: 992px) {
	.navigation-open-close-button {
		margin-right: 0px !important;
	}
}
.navigation-open-close-button .icon-bar {
    height: 4px;
    width: 35px;
    background: #FFF;
    display: block;
    margin: 6px 0px;
	transition: all 0.2s;
}
.navigation-open-close-button .icon-bar.top-bar {
    transform: rotate(0);
}
.navigation-open-close-button .icon-bar.middle-bar {
    opacity: 1;
}
.navigation-open-close-button .icon-bar.bottom-bar {
    transform: rotate(0);
}
.navigation-open-close-button.open .icon-bar.top-bar {
    transform: rotate(45deg) translate(3px,-3px);
    transform-origin: 10% 10%;
}
.navigation-open-close-button.open .icon-bar.middle-bar {
    opacity: 0;
}
.navigation-open-close-button.open .icon-bar.bottom-bar {
    transform: rotate(-45deg) translate(3px,3px);
    transform-origin: 10% 90%;
}
.navigation-panel {
	position: fixed;
	overflow-y: auto;
	top: 81px;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	/* height: 100%; */
	background: rgba(0,0,0,0.90);
	z-index: 500;
}
.navigation-panel .navigation-panel-nav {
	margin-top: 25px;
}
@media (min-width: 992px) {
	.navigation-panel {
		top: 107px;
	}
	.navigation-panel .navigation-panel-nav .col-md-2 {
		width: 20%;
	}
}
.navigation-panel .navigation-panel-nav-link,
.navigation-panel .navbar-nav>li>a {
	font-size: 1em;
	font-weight: bold;
    color: #FFF;
	text-decoration: none;
	line-height: 30px;
}
.navigation-panel .navigation-panel-nav-link h2,
.navigation-panel .navbar-nav>li>a {
	font-size: 1.125em;
	font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
}
.navbar-nav {
	margin: 0px;
}
.navigation-panel .navigation-panel-nav-link, 
.navigation-panel .navbar-nav>li>a {
    color: #BBBBBB;
}
.nav>li>a:focus, 
.nav>li>a:hover,
.nav .open>a, 
.nav .open>a:focus, 
.nav .open>a:hover,
.navbar-nav .open .dropdown-menu>li>a:focus, 
.navbar-nav .open .dropdown-menu>li>a:hover {
    background-color: transparent;
	color: #FFFFFF;
}
.dropdown-menu>li:hover,
.dropdown-menu>li>a:focus, 
.dropdown-menu>li>a:hover {
	background-color: transparent;
}
@media (max-width: 767px) {}
	.navbar-nav .open .dropdown-menu .dropdown-header, 
	.navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 15px 5px 15px;
	}
}
.navigation-panel .navbar-nav>li>a .caret {
	margin-top: 13px;
}

/* -----------------------------------------------------------------------
	Helpers
----------------------------------------------------------------------- */

.mhfa-spinner {
    background: rgba(255,255,255,0.75);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 100;
    text-align: center;
    display: none;
}
.mhfa-spinner .fa {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    color: #12676A;
}

.mhfa-divider {
	border-top: 1px solid #EDEDED;
}

.mhfa-title {
	font-weight: bold; 
	color: #12676A;
	margin-top: 0px;
}

/* -----------------------------------------------------------------------
	Page
----------------------------------------------------------------------- */

.page-heading {
    padding-top: 30px;
    margin-bottom: 45px;
}
.page-heading .page-header {
    border: 0px;
    margin: 0px;
    padding: 0px;
	position: relative;
}
.page-heading .page-header h1 {
	color: #12676A;
    font-size: 2.25em;
    font-weight: bold;
}
.mhfa-page-heading-title {
	max-width: 900px;
	margin: 0px auto;
	text-align: center;
}

.mhfa-page-heading-with-image {
    padding-top: 0px;
    background-size: cover;
    background-position-y: 50%;
	position: relative;
}
.mhfa-page-heading-with-image .page-header {
    margin: 200px 0px 100px 0px;
    position: relative;
	z-index: 100;
}
.mhfa-page-heading-with-image .page-header h1 {
    color: #FFFFFF;
    font-size: 3em;
    text-align: left;
}
.mhfa-page-heading-with-image-overlay {
	background-color: #000000;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 0.5;
    filter: alpha(opacity=50);
	z-index: 10;
}
.mhfa-page-header-back-button {
	position: absolute;
    top: 0px;
    left: 0px;
}
.mhfa-page-header-back-button .material-icons { 
	font-size: 3em;
	margin-top: 5px;
}
.mhfa-page-heading-with-image .mhfa-page-header-back-button {
    color: #FFFFFF;
}

.page-copy,
.page-copy-two {
	font-size: 1em;
	color: #6F6F6E;
}
.mhfa-page-copy {
	max-width: 900px;
    margin: 0px auto;
	margin-bottom: 45px;
}
.page-copy ul {
	margin: 0;
	list-style-type: none;
}
.page-copy ul > li {
	position: relative;
	margin-left: 15px;
}
.page-copy ul > li:before {
	content: "-";
	position: absolute;
	left: -15px;
	top: 0px;
}

.mhfa-page-summary-two {
    background-color: #12676A;
    padding: 50px;
	margin-bottom: 45px;
    color: #FFFFFF;
    text-align: center;
}
.mhfa-page-summary-two .container {
	max-width: 900px;
}

/* -----------------------------------------------------------------------
	Bootstrap
----------------------------------------------------------------------- */

.breadcrumb {
        padding: 0px;
        margin-bottom: 13px;
        list-style: none;
        line-height: 60px;
        background-color:#525252;
        border-radius: 0px;
}

.breadcrumb>li>a{
    color:#AFAFAF
}

.breadcrumb>li.active{
    color:#FFF;
}

.breadcrumb {
    padding-left:0px;
    padding-right:0px
}

.alert {
	border-radius: 0px !important;
    border: 0px !important;
    text-shadow: none !important;
}

.text-primary {
    color: #12676A;
}

.well {
	background-color: transparent;
    border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px;
}

/* -----------------------------------------------------------------------
	Child Navigation
----------------------------------------------------------------------- */

.mhfa-child-navigation {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
} 
.mhfa-child-navigation-link,
.mhfa-child-navigation-link:focus, 
.mhfa-child-navigation-link:hover {
    display: table;
    width: 100%;
	min-height: 100px;
    margin-bottom: 15px;
    background-color: #5FA944;
	background-size: 50%;
    background-position: 100% 50%;
    color: #FFF;
    font-weight: bold;
    position: relative;
}
.mhfa-child-navigation-title {
    padding: 34px;
    margin: 0px;
    font-size: 1.875em;
    font-weight: 700;
	height: 100%;
    z-index: 100;
    background: #5FA944;
}
.mhfa-child-navigation-more {
    width: 50%;
    margin-left: 50%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    padding: 40px;
    text-align: center;
    background: #5FA944;
    display: none;
	z-index: 10;
}
.mhfa-child-navigation-overlay {
	background-color: rgba(0,0,0,0.5);
    width: 50%;
    height: 100px;
    float: right;
	opacity: 0.75;
	filter: alpha(opacity=75);
	display: none;
}
@media only screen and (min-width : 992px) {
    .mhfa-child-navigation-title {
		display: inline-block;
		position: absolute;
		width: 50%;
    }
    .mhfa-child-navigation-more,
	.mhfa-child-navigation-overlay {
		display: initial;
    }
}

.mhfa-child-navigation-two {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 30px;
}
.mhfa-child-navigation-two-outer {
    height: 200px;
    margin-bottom: 30px;
}
.mhfa-child-navigation-two-inner, 
.mhfa-child-navigation-two-inner:hover, 
.mhfa-child-navigation-two-inner:focus {
	background-color: #12676A;
	display: block;
	height: 100%;
	padding: 25px;
    text-align: center;
	text-decoration: none;
    color: #FFF;
}

.mhfa-child-navigation-two-title {
	margin: 25px 0px;
}

/* -----------------------------------------------------------------------
	Careers
----------------------------------------------------------------------- */

.mhfa-job-postings {
    max-width: 930px;
    position: relative;
}
.mhfa-job-postings-filters {
    max-width: 930px;
    margin-top: 50px;
    margin-bottom: 25px;
}
.mhfa-job-postings-filter {
    background: none;
    border: 2px solid #12676A;
    border-radius: 0px;
    padding: 8px 15px;
    margin-bottom: 25px;
    color: #12676A;
    min-height: 50px;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.mhfa-job-posting {
    background-color: #F7F7F7;
    border: 1px solid #9B9B9B;
    padding: 25px;
    margin-bottom: 25px;
    color: #6F6F6E;
    font-weight: 700;
}
.mhfa-job-posting .btn-default {
    background: none;
    border: 2px solid #5FA944;
    border-radius: 0px;
    color: #5FA944;
    padding: 10px;
    font-weight: 700;
    margin: 25px 0px;
}
.mhfa-job-posting .btn-default[disabled="disabled"] {
    background: #A4A4A4;
    border: 2px solid #A4A4A4;
    color: #FFF;
}

/* -----------------------------------------------------------------------
	News
----------------------------------------------------------------------- */

.mhfa-news-small {
	background: #5FA944;
    padding: 15px 30px;
    color: #FFFFFF;
} 
.mhfa-news-medium,
.mhfa-news-large {
	margin-top: 45px; 
	margin-bottom: 45px;
}
.mhfa-new-full {
    margin-top: 30px;
    margin-bottom: 75px;
}
.mhfa-news-header {
    margin-bottom: 30px;
}
.mhfa-news-title {
    color: #5FA944;
    font-size: 2.25em;
    font-weight: bold;
    margin: 0px 0px 15px 0px;
}
.mhfa-news-filter {
    background: none;
    border: 2px solid #12676A;
    border-radius: 0px;
    color: #12676A;
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 8px 15px;
	margin-bottom: 15px;
}
.mhfa-news-filter-title {
    color: #12676A;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 15px;
}
.mhfa-news-filter-text {
	color: #6F6F6F;
    font-size: 1em;
    font-weight: bold;
}
.mhfa-news-items-wrapper {
    position: relative;
	margin-top: 30px;
}
.mhfa-news-items {
    margin: -10px;
}
.mhfa-news-item-wrapper {
    width: 100%;
    height: 250px;
    padding-bottom: 20px;
	text-decoration: none !important;
}
@media (min-width: 768px) {
    .mhfa-news-item-wrapper {
		width: 25%;
    }
    .mhfa-news-items .mhfa-news-item-wrapper:nth-child(18n + 3) { height: 250px; width:50%}
    .mhfa-news-items .mhfa-news-item-wrapper:nth-child(18n + 5) { width: 50%; }
    .mhfa-news-items .mhfa-news-item-wrapper:nth-child(18n + 8) { height: 500px; }
    .mhfa-news-items .mhfa-news-item-wrapper:nth-child(18n + 9) { width: 50%; }
    .mhfa-news-items .mhfa-news-item-wrapper:nth-child(18n + 13) { height: 500px; }
    .mhfa-news-items .mhfa-news-item-wrapper:nth-child(18n + 14) { width: 50%; }
}
.mhfa-news-item {
    height: 100%;
    padding: 15px;
    margin: 10px;
    background-size: cover;
    background-position: 50% 50%;
    background-color: #6F6F6E;
}
.mhfa-news-items .mhfa-news-item-wrapper:nth-child(18n + 1) .mhfa-news-item { background-color: #783C6D; }
.mhfa-news-items .mhfa-news-item-wrapper:nth-child(18n + 2) .mhfa-news-item { background-color: #04AEDE; }
.mhfa-news-items .mhfa-news-item-wrapper:nth-child(18n + 3) .mhfa-news-item { background-color: #5FA944; }	
.mhfa-news-items .mhfa-news-item-wrapper:nth-child(18n + 4) .mhfa-news-item { background-color: #12676A; }
.mhfa-news-items .mhfa-news-item-wrapper:nth-child(18n + 5) .mhfa-news-item { background-color: #EB63A0; }
.mhfa-news-items .mhfa-news-item-wrapper:nth-child(18n + 6) .mhfa-news-item { background-color: #315183; }
.mhfa-news-items .mhfa-news-item-wrapper:nth-child(18n + 7) .mhfa-news-item { background-color: #12676A; }
.mhfa-news-items .mhfa-news-item-wrapper:nth-child(18n + 8) .mhfa-news-item { background-color: #315183; }
.mhfa-news-items .mhfa-news-item-wrapper:nth-child(18n + 9) .mhfa-news-item { background-color: #04AEDE; }	
.mhfa-news-items .mhfa-news-item-wrapper:nth-child(18n + 10) .mhfa-news-item { background-color: #5FA944; }
.mhfa-news-items .mhfa-news-item-wrapper:nth-child(18n + 11) .mhfa-news-item { background-color: #EB63A0; }
.mhfa-news-items .mhfa-news-item-wrapper:nth-child(18n + 12) .mhfa-news-item { background-color: #783C6D; }
.mhfa-news-items .mhfa-news-item-wrapper:nth-child(18n + 13) .mhfa-news-item { background-color: #783C6D; }
.mhfa-news-items .mhfa-news-item-wrapper:nth-child(18n + 14) .mhfa-news-item { background-color: #04AEDE; }
.mhfa-news-items .mhfa-news-item-wrapper:nth-child(18n + 15) .mhfa-news-item { background-color: #5FA944; }	
.mhfa-news-items .mhfa-news-item-wrapper:nth-child(18n + 16) .mhfa-news-item { background-color: #EB63A0; }
.mhfa-news-items .mhfa-news-item-wrapper:nth-child(18n + 17) .mhfa-news-item { background-color: #12676A; }
.mhfa-news-items .mhfa-news-item-wrapper:nth-child(18n + 18) .mhfa-news-item { background-color: #315183; }
.mhfa-news-item-title {
	font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
	margin: 0px;
}
.mhfa-news-item-details {
    position: absolute;
    bottom: 30px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
	border-bottom: 0px !important;
    text-decoration: none;
}
.mhfa-news-show-more {
	display: block;
    margin-top: 30px;
    text-align: center;
}
.mhfa-news-small-carousel .carousel-caption {
    position: static;
    margin: 0px auto;
    padding: 0px;
    font-size: 1.625em;
    color: #FFFFFF;
    text-shadow: none;
    text-align: left;
  }

/* -----------------------------------------------------------------------
	Courses
----------------------------------------------------------------------- */

.mhfa-course-picker {
    padding: 30px 0px;
	position: relative;
}
.mhfa-course-picker-title {
	color: #5FA944;
	text-align: center;
	margin-bottom: 50px;
}
.mhfa-course-picker-filters {
	max-width: 930px;
    margin: 0px auto;
	margin-bottom: 25px;
}
.mhfa-course-picker-filter {
	background: none;
    border: 2px solid #12676A;
    border-radius: 0px;
    color: #12676A;
    min-height: 48px;
    -webkit-box-shadow: none;
    box-shadow: none;
	margin-bottom: 25px;
	-moz-appearance: none;
    -webkit-appearance:none;
}
.mhfa-course-picker-filter:focus {
    border-color: #12676A;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.mhfa-course-picker-filter::-ms-expand {
	display: none;
}
.mhfa-course-picker-filter-input-group .mhfa-course-picker-filter {
    border-right: 2px solid #12676A;
	position: absolute;
    width: 100%;
}  
.mhfa-course-picker-filter-input-group .mhfa-course-picker-filter-addon {
	border: 0px;
    border-radius: 0px;
    background-color: transparent;
    color: #12676A;
    font-size: 1.25em;
    padding: 11px;
}
.mhfa-course-picker-message {
	max-width: 900px;
    margin: 0px auto;
	text-align: center;
	color: #6F6F6E;
	margin-bottom: 25px;
	font-size: 0.875em;
    font-weight: 700;
}
.mhfa-course-picker-list {
	max-width: 900px;
    margin: 0px auto;
	margin-bottom: 60px;
}
.mhfa-course-picker-list-item {
	background-color: #F7F7F7;
	border: 1px solid #9B9B9B;
	padding: 25px;
	margin-bottom: 25px;
	color: #6F6F6E;
	font-weight: 700;
}
.mhfa-course-picker-list-item.fully-booked {
	color: #9B9B9B;
}
.mhfa-course-picker-list-item.fully-booked a {
	color: #9B9B9B;
}
.mhfa-course-picker-list-item .btn-default {
	background: none;
    border: 2px solid #5FA944;
    border-radius: 0px;
    color: #5FA944;
    padding: 10px;
    font-weight: 700;
	margin: 25px 0px;
}
.mhfa-course-picker-list-item.fully-booked .btn-default {
	background: #A4A4A4;
    border: 2px solid #A4A4A4;
    color: #FFF;
}
.mhfa-course-picker-list-item-date {
    font-size: 1.75em;
	margin-bottom: 10px;
}
.mhfa-course-picker-list-item p {
    margin: 0px;
}
.mhfa-course-picker-map {
	max-width: 900px;
    margin: 0px auto;
	margin-bottom: 60px;
}
.mhfa-course-picker-view-switcher .btn-primary {
	background: #5FA944;
    border: 2px solid #5FA944;
    border-radius: 0px;
    color: #FFFFFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 25px;
    font-weight: bold;
}
.mhfa-course-picker-view-switcher li.active .btn-primary {
	background: #FFFFFF;
    color: #5FA944;
}
.mhfa-course-picker-show-more {
	text-align: center;
	margin: 30px 0px;
}
.mhfa-course-picker-alert {
	max-width: 900px;
    margin: 0px auto;
	margin-bottom: 50px;
}

.mhfa-course-details-accordion .panel-default {
	padding: 30px 0px;
}
.mhfa-course-details-accordion .panel-default {
	padding: 0px;
}
.mhfa-course-details-overview-heading,
.mhfa-course-details-accordion .panel-heading {
    border: 0px;
    border-radius: 0px;
    background-color: #12676A;
    background-size: cover;
    background-position: 50% 50%;
    padding: 0px;
    margin-bottom: 30px;
    position: relative;
}
.mhfa-course-details-overview-overlay,
.mhfa-course-details-accordion-item-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    z-index: 10;
}
.mhfa-course-details-overview-title,
.mhfa-course-details-accordion .panel-title a {
    color: #FFFFFF !important;
    margin: 0px;
    padding: 15px 30px;
    font-size: 1.25em;
    display: block;
    z-index: 100;
    position: relative;
}
.mhfa-course-details-accordion-title {
    color: #12676A;
    font-size: 2em;
    margin: 0px 0px 30px;
}
.mhfa-course-details-accordion .panel-title a.collapsed {
    padding: 15px 30px !important;
}
.mhfa-course-details-accordion .panel-default {
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.mhfa-course-details-accordion .panel-body {
    border: 0px !important; 
    padding: 0px; 
    margin-bottom: 30px; 
}

/* -----------------------------------------------------------------------
	Case Studies
----------------------------------------------------------------------- */

.mhfa-case-studies {
	padding: 30px 15px;
}
.mhfa-case-studies-title {
    color: #5FA944;
    text-align: center;
    margin: 15px 0px 50px;
}
.mhfa-case-studies-item, 
.mhfa-case-studies-item:hover, 
.mhfa-case-studies-item:focus {
    display: block;
    width: 100%;
    height: 200px;
    padding: 15px 30px;
    margin-bottom: 30px;
    color: #FFFFFF;
    text-decoration: none;
    background-size: cover;
    background-position: 50% 50%;
    background-color: #F7F7F7;
	position: relative;
}
.mhfa-case-studies-item-overlay {
	position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.25);
    width: 100%;
    height: 100%;
    z-index: 10;
}
.mhfa-case-studies-item-title {
	font-size: 1.5em;
	position: relative;
	z-index: 100;
}
.mhfa-case-studies-item-author {
	position: absolute;
    bottom: 25px;
    left: 30px;
    font-size: 1em;
    z-index: 100;
}
.mhfa-case-studies-show-more {
    text-align: center;
    margin: 20px 0px 15px;
}

/* -----------------------------------------------------------------------
	Buttons
----------------------------------------------------------------------- */

.btn {
	border-radius: 0px;
	padding: 0px;
	margin-bottom: 7.5px;
	transition: all 0.3s ease;
	color: #6F6F6F;
}
.btn.focus, 
.btn:focus, 
.btn:hover, 
.btn.active.focus, 
.btn.active:focus, 
.btn.active:hover, 
.btn:active.focus, 
.btn:active:focus, 
.btn:active:hover, 
.open>.dropdown-toggle.btn.focus, 
.open>.dropdown-toggle.btn:focus, 
.open>.dropdown-toggle.btn:hover {
	-webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default {
	background-color: #FFFFFF;
    border: 2px solid #5FA944;
    color: #5FA944;
	padding: 10px 15px;
}
.btn-default.focus, 
.btn-default:focus, 
.btn-default:hover, 
.btn-default.active.focus, 
.btn-default.active:focus, 
.btn-default.active:hover, 
.btn-default:active.focus, 
.btn-default:active:focus, 
.btn-default:active:hover, 
.open>.dropdown-toggle.btn-default.focus, 
.open>.dropdown-toggle.btn-default:focus, 
.open>.dropdown-toggle.btn-default:hover,
.btn-default.active, 
.btn-default:active, 
.open>.dropdown-toggle.btn-default {
	background-color: #5FA944;
    border: 2px solid #5FA944;
    color: #FFFFFF;
}
.btn-default.disabled, 
.btn-default.disabled.active, 
.btn-default.disabled.focus, 
.btn-default.disabled:active, 
.btn-default.disabled:focus, 
.btn-default.disabled:hover, 
.btn-default[disabled], 
.btn-default[disabled].active, 
.btn-default[disabled].focus, 
.btn-default[disabled]:active, 
.btn-default[disabled]:focus, 
.btn-default[disabled]:hover, 
fieldset[disabled] .btn-default, 
fieldset[disabled] .btn-default.active, 
fieldset[disabled] .btn-default.focus, 
fieldset[disabled] .btn-default:active, 
fieldset[disabled] .btn-default:focus, 
fieldset[disabled] .btn-default:hover {
	background-color: #FFFFFF;
    border: 2px solid #5FA944;
    color: #5FA944;
    opacity: 0.5;
}

.btn-primary {
	background-color: #5FA944;
    border: 2px solid #5FA944;
    color: #FFFFFF;
	padding: 10px 15px;
}
.btn-primary.focus, 
.btn-primary:focus, 
.btn-primary:hover, 
.btn-primary.active.focus, 
.btn-primary.active:focus, 
.btn-primary.active:hover, 
.btn-primary:active.focus, 
.btn-primary:active:focus, 
.btn-primary:active:hover, 
.open>.dropdown-toggle.btn-primary.focus, 
.open>.dropdown-toggle.btn-primary:focus, 
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary.active, 
.btn-primary:active, 
.open>.dropdown-toggle.btn-primary {
	background-color: transparent;
    border: 2px solid #5FA944;
    color: #5FA944;
}
.btn-primary.disabled, 
.btn-primary.disabled.active, 
.btn-primary.disabled.focus, 
.btn-primary.disabled:active, 
.btn-primary.disabled:focus, 
.btn-primary.disabled:hover, 
.btn-primary[disabled], 
.btn-primary[disabled].active, 
.btn-primary[disabled].focus, 
.btn-primary[disabled]:active, 
.btn-primary[disabled]:focus, 
.btn-primary[disabled]:hover, 
fieldset[disabled] .btn-primary, 
fieldset[disabled] .btn-primary.active, 
fieldset[disabled] .btn-primary.focus, 
fieldset[disabled] .btn-primary:active, 
fieldset[disabled] .btn-primary:focus, 
fieldset[disabled] .btn-primary:hover {
	background-color: #5FA944;
    border: 2px solid #5FA944;
    color: #FFFFFF;
    opacity: 0.5;
}

.btn-info {
	background-color: #FFFFFF;
    border: 2px solid #6F6F6F;
    color: #6F6F6F;
	padding: 10px 15px;
}
.btn-info.focus, 
.btn-info:focus, 
.btn-info:hover, 
.btn-info.active.focus, 
.btn-info.active:focus, 
.btn-info.active:hover, 
.btn-info:active.focus, 
.btn-info:active:focus, 
.btn-info:active:hover, 
.open>.dropdown-toggle.btn-info.focus, 
.open>.dropdown-toggle.btn-info:focus, 
.open>.dropdown-toggle.btn-info:hover,
.btn-info.active, 
.btn-info:active, 
.open>.dropdown-toggle.btn-info {
	background-color: #6F6F6F;
    border: 2px solid #6F6F6F;
    color: #FFFFFF;
}
.btn-info.disabled, 
.btn-info.disabled.active, 
.btn-info.disabled.focus, 
.btn-info.disabled:active, 
.btn-info.disabled:focus, 
.btn-info.disabled:hover, 
.btn-info[disabled], 
.btn-info[disabled].active, 
.btn-info[disabled].focus, 
.btn-info[disabled]:active, 
.btn-info[disabled]:focus, 
.btn-info[disabled]:hover, 
fieldset[disabled] .btn-info, 
fieldset[disabled] .btn-info.active, 
fieldset[disabled] .btn-info.focus, 
fieldset[disabled] .btn-info:active, 
fieldset[disabled] .btn-info:focus, 
fieldset[disabled] .btn-info:hover {
	background-color: #FFFFFF;
    border: 2px solid #6F6F6F;
    color: #6F6F6F;
    opacity: 0.5;
}

.btn-warning, 
.btn-success,
.bth-alert {
    color: #FFFFFF !important;
	padding: 10px 15px;
	border-width: 2px;
}

.btn-xs {
	padding: 1px 15px;
}
.btn-lg {
	font-size: 1em;
}

.nav-tabs>li>a {
    border-radius: 0px;
    border-width: 2px !important;
}
.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:focus, 
.nav-tabs>li.active>a:hover {
	border: 1px solid #DDD;
}

/* -----------------------------------------------------------------------
	Progress Indicator
----------------------------------------------------------------------- */

.progress {
    background-color: #F0F0F0;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.list-group-item.active, 
.list-group-item.active:focus, 
.list-group-item.active:hover {
    background-color: #12676A;
    border-color: #12676A;
	border: 0px;
}
.list-group-item-success {
	display: block !important;
	color: #FFFFFF;
    background-color: #5FA944;
    border: 1px solid #5FA944;
	border: 0px;
}

/* -----------------------------------------------------------------------
	Pagination
----------------------------------------------------------------------- */

.pagination>li>a, 
.pagination>li>span,
.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover {
    color: #12676A;
}
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    background-color: #12676A;
    border-color: #12676A;
}
.pagination>li:first-child>a, 
.pagination>li:first-child>span {
	border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.pagination>li:last-child>a, 
.pagination>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

/* -----------------------------------------------------------------------
	Form
----------------------------------------------------------------------- */

legend,
.tab-title {
	font-size: 1.75em;
    font-weight: bold;
    color: #12676A;
    border: 0px;
	margin-bottom: 15px !important;
	border: 0px !important;
}
label {
	color: #6F6F6E;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 15px;
}
.form-control,
.form-readonly .form-control, 
.crmEntityFormView .form-control[readonly][disabled], 
.crmEntityFormView .form-control.readonly,
.form-control:focus {
	border: 2px solid #12676A;
    border-radius: 0px;
    padding: 7.5px 15px;
	min-height: 44px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.input-group .input-group-addon {
	border-width: 2px;
    border-color: #12676A;
    border-radius: 0px;
    background-color: #FFFFFF;
}
.input-group .input-group-btn .btn {
    border: 2px solid #12676A;
    color: #12676A;
    padding: 10px 15px;
}
.input-group .input-group-btn .btn.focus, 
.input-group .input-group-btn .btn:focus, 
.input-group .input-group-btn .btn:hover, 
.input-group .input-group-btn .btn.active.focus, 
.input-group .input-group-btn .btn.active:focus, 
.input-group .input-group-btn .btn.active:hover, 
.input-group .input-group-btn .btn:active.focus, 
.input-group .input-group-btn .btn:active:focus, 
.input-group .input-group-btn .btn:active:hover, 
.open>.dropdown-toggle.input-group .input-group-btn .btn.focus, 
.open>.dropdown-toggle.input-group .input-group-btn .btn:focus, 
.open>.dropdown-toggle.input-group .input-group-btn .btn:hover {
    background-color: #12676A;
    border: 2px solid #12676A;
}
.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
    margin-right: -3px;
    z-index: 3;
}
.input-group-btn:last-child>.btn, 
.input-group-btn:last-child>.btn-group {
    margin-left: -3px;
    z-index: 3;
}
.crmEntityFormView .cell {
	border: 0px !important;
}
.text-muted {
	display: none;
}
.grid-actions {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
abbr {
	border: 0px;
    text-decoration: none;
}

/* -----------------------------------------------------------------------
	tabel
----------------------------------------------------------------------- */

.table {
	border: 1px solid #979797 !important;
    border-radius: 0px !important;
    background-color: #FFFFFF;
	margin-top: 30px;
}
.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
	border-top: 1px solid #979797;
	padding: 15px;
	color: #6F6F6E;
}
.table>tbody>tr>th,
.table>tfoot>tr>th, 
.table>thead>tr>th {
    background-color: #F0F0F0;
	color: #12676A;
}
.table>thead>tr>th {
	border-bottom: 1px solid #979797;
}
.gridview-nav {
    margin-bottom: 15px;
}

/* -----------------------------------------------------------------------
	Register With Us
----------------------------------------------------------------------- */

.mhfa-register-with-us {
    padding: 75px 15px;
    max-width: 900px;
}
.mhfa-register-with-us-title {
    color: #5FA944;
    font-weight: bold;
    font-size: 2.25em;
    text-align: center;
    margin: 0px 0px 15px 0px;
}
.mhfa-register-with-us-description {
    color: #6F6F6E;
    font-weight: bold;
    margin-bottom: 25px;
}
.mhfa-register-with-us .form-control {
    border-color: #12676A;
    border-radius: 0px;
    border-width: 2px;
    min-height: 50px;
    padding: 8px 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.mhfa-register-with-us .form-control::-webkit-input-placeholder { color: #12676A; }
.mhfa-register-with-us .form-control::-moz-placeholder { color: #12676A; }
.mhfa-register-with-us .form-control:-ms-input-placeholder { color: #12676A; }
.mhfa-register-with-us .form-control:-moz-placeholder { color: #12676A; }
.mhfa-register-with-us .tab, 
.mhfa-register-with-us .actions {
    border: 0px;
    padding: 0px;
    margin: 0px;
}
.mhfa-register-with-us .btn-primary {
    margin: 0px 0px 0px 20px !important;
    margin-left: 15px !important;
    padding: 6px 50px;
}

/* -----------------------------------------------------------------------
	Panel
----------------------------------------------------------------------- */

.panel {
	border: 1px solid #B2B2B1;
	border-radius: 0px;
	-webkit-box-shadow: none;
    box-shadow: none;
	color: #6F6F6E;
}
.panel-heading {
	padding: 0px;
    color: #4F9C34;
    background-color: transparent !important;
	border-color: #B2B2B1 !important;
}
.panel-heading h1,
.panel-heading h2,
.panel-heading h3,
.panel-heading h4,
.panel-heading h5,
.panel-heading h6,
.panel-heading a {
	padding: 30px;
	margin: 0px;
    color: #4F9C34;
    font-size: 1.50em;
}
.panel-body {
    padding: 30px;
}
.panel>.table {
	margin-top: 0px;
	border: 0px !important;
}
.panel>.table>thead>tr:first-child>td, 
.panel>.table>thead>tr:first-child>th, 
.panel>.table>tbody>tr:first-child>td, 
.panel>.table>tbody>tr:first-child>th, 
.panel>.table>tfoot>tr:first-child>td, 
.panel>.table>tfoot>tr:first-child>th {
	padding-left: 30px;
}
.panel>.table>thead>tr:last-child>td, 
.panel>.table>thead>tr:last-child>th, 
.panel>.table>tbody>tr:last-child>td, 
.panel>.table>tbody>tr:last-child>th, 
.panel>.table>tfoot>tr:last-child>td, 
.panel>.table>tfoot>tr:last-child>th {
	padding-right: 30px;
}

/* .panel-default {
	border: 1px solid #979797;
    border-radius: 0px;
	padding: 0px;
}
.panel-default>.panel-heading {
	padding: 0px;
    background-color: transparent;
    border: 0px;
}
.panel-default>.panel-heading h4 {
	display: block;
    position: relative;
    color: #4F9C34;
    font-size: 1.750em;
    font-weight: bold;
    text-decoration: none;
}
.panel-default>.panel-body {
    border: 0px;
	padding: 15px 0px;
    color: #6F6F6E;
    font-size: 1.125em;
}
.panel-default>.list-group>.list-group-item {
	padding: 15px;
	border-color: #979797;
}
.panel-default>.panel-footer {
	background-color: transparent;
	padding: 15px 0px 0px 0px;
    border: 0px;
} */

/* -----------------------------------------------------------------------
	Footer
----------------------------------------------------------------------- */

.footer {
    background-color: #F9F9F9;
    padding: 35px 0px;
	margin-top: 30px;
}
.footer .footer-nav-link {
	font-size: 1em;
	font-weight: bold;
    color: #6F6F6F;
	text-decoration: none;
}
.footer .footer-nav-link h2 {
	font-size: 1.125em;
	font-weight: bold;
    color: #000;
    text-transform: uppercase;
	margin: 30px 0px 15px 0px;
	overflow-wrap: break-word;
}
.footer .footer-logo {
	padding-top: 30px;
}
@media (min-width: 992px) {
	.footer .footer-logo {
		float: right;
		padding-top: 0px;
	}
}

.footertwo {
    background-color: #000000;
    padding: 35px 0px;
}
.footertwo .footertwo-nav-link {
	font-size: 1em;
	font-weight: bold;
  color: #ffffff;
	text-decoration: none;
}
.footertwo .footertwo-nav-link h2 {
	font-size: 1.125em;
	font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
	margin: 30px 0px 15px 0px;
	overflow-wrap: break-word;
}
.footertwo .footertwo-logo {
	padding-top: 30px;
}
.footertwo a{
  color: #ffffff
}

/* -----------------------------------------------------------------------
	Dashboard
----------------------------------------------------------------------- */

.mhfa-dashboard-header {
    margin-bottom: 15px;
}
.mhfa-dashboard-logged-in-as, 
.mhfa-dashboard-last-updated {
    font-size: 0.875em;
	color: #6F6F6E;
}
.mhfa-dashboard-collapse-item {
    position: relative;
    border: 1px solid #B2B2B1;
    background-color: #FFFFFF;
    margin-bottom: 25px;
    padding: 25px;
}
.mhfa-dashboard-collapse-item.collapse[aria-expanded="false"] {
    display: block;
    height: 95px !important;
    overflow: hidden;
}
.mhfa-dashboard-collapse-item.collapsing[aria-expanded="false"] {
    height: 95px !important;
}
.mhfa-dashboard-collapse-item>.row { 
    padding: 0px 15px 25px 15px;
}
.mhfa-dashboard-collapse-item>.row:first-child { 
    padding: 0px 70px 5px 15px
}
.mhfa-dashboard-collapse-item-close {
    position: absolute;
    top: 25px;
    right: 25px;
}
.mhfa-dashboard-collapse-item-close .material-icons {
    font-size: 50px;
    transition: all .3s ease-in-out;
}
.mhfa-dashboard-collapse-item-close[aria-expanded="true"] .material-icons {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mhfa-dashboard-collapse-item-title {
    color: #5FA944;
    font-weight: bold;
    font-size: 1.675em;
    margin: 5px 0px 30px 0px;
}
.mhfa-dashboard-label {
    color: #6F6F6F;
}
.mhfa-dashboard-value {
    color: #12676A;
    font-size: 1.125em;
    font-weight: bold;
    margin: 7.5px 0px;
    min-height: 25px;
}
.mhfa-dashboard-course-type-title {
    background-color: #12676A;
    padding: 3px;
    margin-bottom: 25px;
    color: #FFFFFF;
    font-size: 1.25em;
    font-weight: 700;
}
.mhfa-dashboard-course-schedule-date,
.mhfa-dashboard-course-schedule-id {
    color: #12676A;
    font-size: 1.25em;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
    width: 100%;
}
.mhfa-dashboard-course-schedule-id {
    float: right;
}
.mhfa-dashboard-course-schedule-summary,
.mhfa-dashboard-course-schedule-status,
.mhfa-dashboard-course-schedule-delegates {
    font-size: 0.875em;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
    width: 100%;
}
.mhfa-dashboard-course-schedule-summary {
    color: #6F6F6E;
}
.mhfa-dashboard-course-schedule-status {
    color: #6FB156;
    margin-bottom: 15px;
}
.mhfa-dashboard-course-schedule-delegates {
    color: #12676A;
}
@media (min-width: 992px) {
    .mhfa-dashboard-last-updated {
		float: right;
    }
}

/* -----------------------------------------------------------------------
	Account - Login / Register
----------------------------------------------------------------------- */

.account-login-login,
.account-login-register {
	background: #F0F0F0;
}
.account-login-login #content-container,
.account-login-register #content-container {
	max-width: 325px;
	margin-top: 30px;
    margin-bottom: 100px;
}
.account-login-login #content-container .col-md-6,
.account-login-register #content-container .col-md-6 {
	width: 100%;
}
.account-login-login #content-container .col-sm-4,
.account-login-register #content-container .col-sm-4 {
	/* display: none; */
}
.account-login-login #content-container .col-sm-8,
.account-login-register #content-container .col-sm-8 {
	width: 100%;
	margin: 0px;
}
.account-login-login #content-container .nav-account,
.account-login-register #content-container .nav-account {
	display: none;
}
.account-login-login #content-container .form-group,
.account-login-register #content-container .form-group {
    margin-bottom: 15px;
}
.account-login-login #content-container legend,
.account-login-register #content-container legend {
	border: 0px;
    color: #5FA944;
    font-size: 1.2em;
    font-weight: 700;
	text-align: center;
}
.account-login-login #content-container label,
.account-login-register #content-container label {
    width: 100%;
    text-align: left;
	margin-bottom: 15px;
}
.account-login-login #content-container .form-control,
.account-login-register #content-container .form-control {
	border: 1px solid #12676A;
	border-radius: 0px;
	padding: 15px 25px;
	-webkit-box-shadow: none;
	box-shadow: none;
	min-height: 50px;
}
.account-login-login #content-container .btn.btn-primary,
.account-login-register #content-container .btn.btn-primary {
    background-color: #4F9C34;
    border-color: #4F9C34;
    border-radius: 0px;
    padding: 15px 50px;
    width: 100%;
}
.account-login-login #content-container .btn.btn-default,
.account-login-register #content-container .btn.btn-default {
    float: none !important;
    width: 100%;
    padding: 0px 30px 0px 0px;
    border: none;
    background: none;
    position: absolute;
    top: 75px;
	color: #6F6F6E;
}
.account-login-login #content-container #submit-signin-local,
.account-login-register #content-container #submit-signin-local {
	margin-bottom: 55px;
}
.account-login-login #content-container .btn.btn-primary[name="provider"],
.account-login-register #content-container .btn.btn-primary[name="provider"] {
	width: 45%;
    padding: 10px 15px;
    font-size: 0.625em;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    display: block;
    float: left;
}
.account-login-login #content-container .btn.btn-primary[name="provider"]:before,
.account-login-register #content-container .btn.btn-primary[name="provider"]:before {
	font-family: FontAwesome;
	position: absolute;
    left: 7px;
	font-size: 1.25em;
}
.account-login-login #content-container #Facebook,
.account-login-register #content-container #Facebook {
	background-color: #48629C;
	border-color: #48629C;
}
.account-login-login #content-container #Facebook:before,
.account-login-register #content-container #Facebook:before {
	content: "\f09a";
}
.account-login-login #content-container #Google,
.account-login-register #content-container #Google {
	background-color: #DB4B38;
	border-color: #DB4B38;
}
.account-login-login #content-container #Google:before,
.account-login-register #content-container #Google:before {
	content: "\f1a0";
}
.account-login-login #content-container #LinkedIn,
.account-login-register #content-container #LinkedIn {
	background-color: #0F76A9;
	border-color: #0F76A9;
}
.account-login-login #content-container #LinkedIn:before,
.account-login-register #content-container #LinkedIn:before {
	content: "\f0e1";
}
.account-login-login #content-container #Microsoft,
.account-login-register #content-container #Microsoft {
	background-color: #A7CF4B;
	border-color: #A7CF4B;
}
.account-login-login #content-container #Microsoft:before,
.account-login-register #content-container #Microsoft:before {
	content: "\f17a";
}
.account-login-login #content-container #Twitter,
.account-login-register #content-container #Twitter {
	background-color: #23B0E6;
	border-color: #23B0E6;
}
.account-login-login #content-container #Twitter:before,
.account-login-register #content-container #Twitter:before {
	content: "\f099";
}
.account-login-login #content-container #yahoo,
.account-login-register #content-container #yahoo {
	background-color: #6F2B90;
	border-color: #6F2B90;
}
.account-login-login #content-container #yahoo:before,
.account-login-register #content-container #yahoo:before {
	content: "\f19e";
}

/* -----------------------------------------------------------------------
	Carousel
----------------------------------------------------------------------- */

.mhfa-home-carousel .carousel-inner {
    margin-bottom: 0px;
}
.carousel-fade .carousel-inner .item {
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner .carousel-control {
	z-index: 2;
}
.mhfa-home-carousel .carousel-inner>.item>img {
	height: 600px;
	width: 100%;
    background-size: cover;
    background-position: 50% 50%;
}
.mhfa-home-carousel .carousel-caption {
	right: 0%;
    left: 0%;
    top: 0%;
    bottom: 0%;
    padding-top: 175px;
    background-color: rgba(0,0,0,0.5);
}
.mhfa-home-carousel .mhfa-carousel-caption-description {
	font-size: 2.5em;
	font-weight: bold;
	text-shadow: none;
	margin: 25px;
}
.mhfa-home-carousel .mhfa-carousel-caption-button {
	margin: 25px;
	background-color: #4F9C34;
	border-color: #4F9C34;
	border-radius: 0px;
	padding: 6px 50px;
}
.mhfa-home-carousel .mhfa-carousel-caption-play-video {
	margin: 25px;
	background: none;
	border: none;
	border-radius: 0px;
	padding: 6px 50px;
	font-size: 20px;
	color: #FFFFFF;
    text-decoration: none;
}
.mhfa-home-carousel .mhfa-carousel-caption-play-video-icon {
	display: block;
	margin-bottom: 10px;
	color: #FFFFFF;
}
.mhfa-home-carousel-modal .modal-content {
	background-color: #000000; 
	border-radius: 0px; 
}
.mhfa-home-carousel-modal .modal-body {
	padding: 0px;
}
.mhfa-home-carousel-modal .modal-content iframe {
	width: 100%; 
	height: calc(100vh - 100px);
}
.mhfa-home-carousel-thumbnail-wrapper {
    background: #FFFFFF;
    margin: 0px;
	padding: 4px 0px 0px 0px;
	z-index: 10;
    position: relative;
}
.mhfa-home-carousel-thumbnail-wrapper .row {
    padding: 0px 2px;
    margin-left: -19px;
    margin-right: -19px;
    background: #FFF;
}
.mhfa-home-carousel-thumbnail-wrapper .col-md-4 {
        padding: 0px 2px;
}
.mhfa-home-carousel-thumbnail-wrapper .mhfa-home-carousel-thumbnail {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    padding: 35px;
	margin-bottom: 4px;
}
.mhfa-home-carousel-thumbnail-wrapper .mhfa-home-carousel-thumbnail .mhfa-home-carousel-thumbnail-description {
	font-size: 1.75em;
    font-weight: bold;
    color: #FFF;
    margin: 0px 50px 0px 0px;
}
.mhfa-home-carousel-thumbnail-wrapper .mhfa-home-carousel-thumbnail .mhfa-home-carousel-thumbnail-link {
    position: absolute;
    bottom: 37px;
    left: 37px;
    background-color: #4F9C34;
    border-color: #4F9C34;
    border-radius: 0px;
    padding: 6px 50px;
}
@media screen and (min-width: 768px) {
	.mhfa-home-carousel .carousel-indicators {
		bottom: 350px;
	}
}

/* -----------------------------------------------------------------------
	Media Resource
----------------------------------------------------------------------- */

.mhfa-media-resource-nav {
    background: none;
    border: 0px;
    margin-bottom: 0px;
}
.mhfa-media-resource-nav .navbar-nav>li>a {
    padding: 15px 15px;
    font-size: 0.9em;
    font-weight: 700;
}
.mhfa-media-resource-nav .navbar-nav>li>a:focus, 
.mhfa-media-resource-nav .navbar-nav>li>a:hover,
.mhfa-media-resource-nav .navbar-nav>.active>a, 
.mhfa-media-resource-nav .navbar-nav>.active>a:focus, 
.mhfa-media-resource-nav .navbar-nav>.active>a:hover {
    color: #12676A;
    background: none;
}
.mhfa-media-resource-title {
    margin: 0px;
    color: #12676A !important;
}
.mhfa-media-resource .row .col-sm-9,
.mhfa-media-resource .row .col-sm-3 {
    padding: 15px;
    border-top: 1px solid grey;
}
.mhfa-media-resource-showing-message {
    padding: 15px;
    border-bottom: 1px solid grey;
    color: #12676A;
    font-size: 1em;
    margin: -15px -15px 15px -15px;
    font-weight: 700;
}
.mhfa-media-resource-search {
    background-color: #FFF;
    padding: 0px;
    vertical-align: middle;
    margin: -14px -14px 0px -15px;
    border-bottom: 1px solid grey;
}
.mhfa-media-resource-search .mhfa-media-resource-filter {
    border: 0px;
    margin-top: 0px;
    height: 51px;
}
.mhfa-media-resource-search .input-group-addon {
    background: none;
    border: 0px;
}
.mhfa-media-resource-filter {
    border: 1px solid #12676A;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 15px;
    margin-top: 30px;
    height: 50px;
    color: #12676A;
    font-size: 1em;
    font-weight: 700;
    width: 100%;
}
.mhfa-media-resource-items {
    position: relative;
    padding: 30px 0px;
    margin: -25px -15px 0px -15px !important;
}
.mhfa-media-resource-item {
    background: #FFF;
    border-radius: 0px;
    color: #6F6F6F;
    padding: 5px;
    cursor: pointer;
    height: 150px;
    width: 100%;
}
.mhfa-media-resource-item-image {
    max-width: 100%;
    height:120px;
}
.mhfa-media-resource-item-caption {
    padding: 20px;
}
.mhfa-media-resource-item-caption p:last-child {
    margin-bottom: 0px;
}
.mhfa-media-resource-item-title {
    font-size: 1.25em;
    font-weight: 700;
    margin-top: 0px;
}
@media only screen and (min-width : 768px) {
	.mhfa-media-resource-nav .navbar-nav>li:first-child>a { 
		padding-left: 0px; 
    }
    .mhfa-media-resource-nav .navbar-nav>li:last-child>a { 
		padding-right: 0px; 
    }
    .mhfa-media-resource .row {
		  display: table;
		  width: 100%;
		  margin: 0px;
    }

}

.mhfa-juicer-feed-title {
    position: relative;
	margin-top: 15px;
}
.mhfa-juicer-feed-title h1 {
    position: relative;
    padding-bottom: 30px;
    width: 100%;
    margin: 0px;
    text-align: center;
    font-size: 2em;
    font-weight: 700;
    color: #5EA944;
}  
.juicer-feed ul.j-filters {
    text-align: center;
    display: block !important;
    padding: 0px !important;
}
.juicer-feed ul.j-filters li {
    color: transparent !important;
    width: 35px !important;
    height: 35px !important;
    margin-right: 15px !important;
    border-radius: 100px !important;
    text-align: center !important;
    opacity: 0.5 !important;
}
.juicer-feed ul.j-filters li.selected,
.juicer-feed ul.j-filters li.highlight {
    opacity: 1 !important;
}
.juicer-feed ul.j-filters li:before {
    position: absolute !important;
    top: 8px !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin: 0px !important;
    color: #FFFFFF !important;
}
.juicer-feed ul.j-filters li:hover:after, 
.juicer-feed ul.j-filters li.selected:after, 
.juicer-feed ul.j-filters li.highlight:after {
    display: none !important;
}
.j-loading {
    border: 4px solid #5EA944 !important;
}
.j-loading:before {
    background-color: #5EA944 !important;
}
.juicer-feed .j-paginate {
    border: 2px solid #5EA944 !important;
    color: #5EA944 !important;
}
.juicer-feed .j-paginate:hover {
    background: #5EA944 !important;
    color: #F2F2F2;
}
.juicer-feed h1.referral a:hover {
    color: #5EA944 !important;
}
.juicer-feed ul.j-filters li:hover:after,
.juicer-feed ul.j-filters li.selected:after {
    background: #5EA944 !important;
}
.juicer-feed.white li.feed-item.juicer,
.juicer-feed.user li.feed-item.juicer,
.juicer-feed.juicer-widget li.feed-item.juicer,
.juicer-feed.colors li.feed-item.juicer,
.juicer-feed.colored-icons li.feed-item.juicer,
.juicer-feed.gray li.feed-item.juicer {
    background: #5EA944 !important;
    color: #FFFFFF;
}
.juicer-feed.colors .j-meta a.j-social.hashtag,
.juicer-feed.colored-icons .j-meta a.j-social.hashtag {
    color: #5EA944 !important;
}
.juicer-feed.image-grid li.feed-item.words .j-text a:hover,
.juicer-feed.slider li.feed-item.words .j-text a:hover,
.juicer-feed.hip li.feed-item.words .j-text a:hover {
    color: #5EA944 !important;
}
.juicer-feed.slider .slick-prev:hover:before,
.juicer-feed.slider .slick-next:hover:before {
    color: #5EA944 !important;
}
.juicer-feed.hip li.feed-item:hover:after {
    background: #5EA944 !important;
}
.juicer-feed.classic li.feed-item .j-message a {
    color: #5EA944 !important;
}
.juicer-feed.classic li.feed-item .info a:hover {
    color: #5EA944 !important;
}
.juicer-feed .empty a {
    color: #5EA944 !important;
}
.juicer-feed .j-poster a:hover {
    color: #5EA944 !important;
}
.juicer-feed a:hover {
    color: #5EA944 !important;
}
.post-overlay.juicer-feed a.juicer-button,
.j-post-overlay.juicer-feed a.juicer-button {
    border: 2px solid #5EA944 !important;
    color: #5EA944 !important;
}
.post-overlay.juicer-feed a.juicer-button:hover,
.j-post-overlay.juicer-feed a.juicer-button:hover {
    background: #5EA944 !important;
    color: #FFFFFF !important;
}
.juicer-feed .juicer {
    background: #5EA944 !important;
}
@media (min-width: 992px) {
    .mhfa-juicer-feed-title h1 {
		position: absolute;
		padding-bottom: 0px;
    }
    .juicer-feed ul.j-filters {
		text-align: left; 
    }
}

/* -----------------------------------------------------------------------
	FAQs
----------------------------------------------------------------------- */

.mhfa-faq {
	border: 1px solid #B2B2B1 !important;
	border-radius: 0px !important;
	margin-bottom: 15px !important;
}
.mhfa-faq-heading {
	padding: 0px !important;
	background: none !important;
	border: 0px !important;
}
.mhfa-faq-heading a {
	display: block;
	position: relative;
	padding: 20px 50px;
    color: #4F9C34;
    font-size: 1.750em;
    font-weight: bold;
    text-decoration: none;
	padding-right: 90px !important;
}
.mhfa-faq-close-button-icon { 
	position: absolute;
    right: 35px;
    top: 15px;
    font-size: 50px;
    color: #12676A;
    transition: all .3s ease-in-out;
}
.mhfa-faq-close-button[aria-expanded="true"] .mhfa-faq-close-button-icon{
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
}
.mhfa-faq-body {
	border: 0px !important;
	padding: 25px 50px;
	color: #6F6F6E;
    font-size: 1.125em;
}

/* -----------------------------------------------------------------------
	Why MHFA England?
----------------------------------------------------------------------- */

.mhfa-train-with-us {
    padding: 75px 0px;
}
.mhfa-train-with-us-heading {
	color: #5FA944;
    font-weight: bold;
    font-size: 2.25em;
    text-align: center;
    margin: 0px 0px 60px 0px;
}
.mhfa-train-with-us-image {
	color: #12676A;
    font-size: 2.25em !important;
    margin-bottom: 15px;
}
.mhfa-train-with-us-title {
	color: #5FA944;
    font-size: 1.125em;
    font-weight: bold;
	margin-bottom: 7.5px;
}
.mhfa-train-with-us-description {
	color: #6F6F6F;
    font-size: 0.875em;
    font-weight: bold;
}
/* -----------------------------------------------------------------------
	Hidden Elements
----------------------------------------------------------------------- */
.hidden {
    width:1px;
    height:1px;
    visibility: hidden;
}

.view-select li a:hover {
	color:6F6F6E
}


EntityFormControl_2e2b9120b0c8e8118155e0071b664191 InsertButton {
	margin-left:44%;
	padding: 10px 30px;
}

#filterDropdownId .title {color:#6F6F6E}
#filterDropdownId .caret {color:#6F6F6E}
#filterDropdownId .dropdown-toggle {color:#6F6F6E}  


/*-----------------------------------------
INLINE STYLES
-----------------------------------------*/

@media (min-width: 992px) {
    .mhfa-home-carousel {
        margin-top: -11px !important;
    }
}
   .mhfa-live-news {
    background: #5FA944;
    padding: 15px 30px;
    color: #FFFFFF;
  }
  .mhfa-live-news-carousel .carousel-caption {
    position: static;
    margin: 0px auto;
    padding: 0px;
    font-size: 1.625em;
    color: #FFFFFF;
    text-shadow: none;
    text-align: left;
  }
  .mhfa-live-news-carousel .carousel-caption a {
    color: #FFFFFF;
    text-decoration: none;
  }

    .mhfa-breaking-down-the-stigma {
    padding: 75px 0px;
  }
  .mhfa-breaking-down-the-stigma-title {
    color: #5FA944;
    font-weight: bold;
    font-size: 2.25em;
    text-align: center;
    margin: 0px 0px 30px 0px;
  }
  .mhfa-breaking-down-the-stigma-description {
    font-weight: bold;
  }
  .mhfa-breaking-down-the-stigma-author {
    font-weight: bold;
    color: #000000;
    margin: 15px 0px;
  }
  .mhfa-breaking-down-the-stigma-divider {
    border-top: 2px solid #5FA944;
    max-width: 150px;
    margin: 0px auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  
  .mhfa-breaking-down-the-stigma .carousel-caption {
    position: static;
    max-width: 900px;
    min-height: 300px;
    margin: 0px auto;
    font-size: 1.125em;
    color: #6F6F6F;
    text-shadow: none;
  }
  .mhfa-breaking-down-the-stigma .carousel-indicators {
    position: relative;
  }
  .mhfa-breaking-down-the-stigma .carousel-indicators li,
  .mhfa-breaking-down-the-stigma .carousel-indicators .active {
    height: auto;
    width: auto;
    margin: 0px 15px;
    opacity: 0.5;
  }
  .mhfa-breaking-down-the-stigma .carousel-indicators .active {
    opacity: 1;
  }
  .mhfa-breaking-down-the-stigma .carousel-indicators li img {
    display: block;
    max-height: 100px;
    max-width: 100px;
  }


.mhfa-web-form {
    max-width: 930px;
  }
  .mhfa-web-form-filters {
    padding: 50px 0px;
  }
  .mhfa-web-form-filter {
    background: none;
    border: 2px solid #12676A;
    border-radius: 0px;
    color: #12676A;
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 25px;
  }
  .mhfa-web-form-item {
    background-color: #F7F7F7;
    border: 1px solid #9B9B9B;
    padding: 25px;
    margin-bottom: 25px;
    color: #6F6F6E;
    font-weight: 700;
  }