/* Misc Colours */
/* Borders */
/* Font Colours */
/* Include Lato Font */
@font-face {
  font-family: "lato-regular";
  src: url("../../dist/fonts/lato/Lato-Regular.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "lato-black";
  src: url("../../dist/fonts/lato/Lato-Black.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "lato-bold";
  src: url("../../dist/fonts/lato/Lato-Bold.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "PTSansRegular";
  src: url("../../dist/fonts/PTSans/PTSans-Regular.woff2") format("woff2"), url("../../dist/fonts/PTSans/PTSans-Regular.woff") format("woff"), url("../../dist/fonts/PTSans/PTSans-Regular.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "MontserratVariable";
  src: url("../../dist/fonts/Montserrat/Montserrat-VariableFont_wght.woff2") format("woff2"), url("../../dist/fonts/Montserrat/Montserrat-VariableFont_wght.woff") format("woff"), url("../../dist/fonts/Montserrat/Montserrat-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "MontserratRegular";
  src: url("../../dist/fonts/Montserrat/static/Montserrat-Regular.woff2") format("woff2"), url("../../dist/fonts/Montserrat/static/Montserrat-Regular.woff") format("woff"), url("../../dist/fonts/Montserrat/static/Montserrat-Regular.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "MontserratMedium";
  src: url("../../dist/fonts/Montserrat/static/Montserrat-Medium.woff2") format("woff2"), url("../../dist/fonts/Montserrat/static/Montserrat-Medium.woff") format("woff"), url("../../dist/fonts/Montserrat/static/Montserrat-Medium.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "MontserratBold";
  src: url("../../dist/fonts/Montserrat/static/Montserrat-Bold.woff2") format("woff2"), url("../../dist/fonts/Montserrat/static/Montserrat-Bold.woff") format("woff"), url("../../dist/fonts/Montserrat/static/Montserrat-Bold.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "BebasNeueRegular";
  src: url("../../dist/fonts/Bebas_Neue/BebasNeue-Regular.woff2") format("woff2"), url("../../dist/fonts/Bebas_Neue/BebasNeue-Regular.woff") format("woff"), url("../../dist/fonts/Bebas_Neue/BebasNeue-Regular.ttf") format("truetype");
  font-style: normal;
}
.mhc-template {
  /*
     *   Horizontal Tabs Override
     */
  /*
     *   HNB Buttons override
     */
  /*
     *   Image overlay card
     */
  /*
     *   Stepper Card
     */
  /*
     *   MHC overview card
     */
  /*
     *   MHC overview card
     */
  /*
     *   MHC Profile Photo Circle
     */
  /*
     *   Did you know full width
     */
  /*
     *   Content Full Width Section
     */
  /*
     *   Horizontal Rule styles <hr>
     */
  /*
     *   MHC video card
     */
  /*
     *   MHC Contact Form 7 Styles
     */
  /*
     *   Horizontal Box List styles
     */
  /*
  *	MHC Underline List
  */
}
.mhc-template h1,
.mhc-template h2,
.mhc-template h3,
.mhc-template h4,
.mhc-template h5,
.mhc-template h6 {
  font-family: "BebasNeueRegular", Arial, sans-serif;
  line-height: 1.2;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0px;
  color: #00b0f5;
}
.mhc-template h3 {
  font-size: 1.5rem;
}
.mhc-template p {
  font-family: "MontserratRegular", Arial, sans-serif;
  font-size: 0.938rem;
  line-height: 1.35;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
}
.mhc-template p strong {
  font-family: "MontserratBold", Arial, sans-serif;
}
.mhc-template p.has-text-align-left {
  text-align: left;
}
.mhc-template p.has-horizon-light-blue-color {
  color: #00b0f5;
}
.mhc-template .list-header {
  font-family: "MontserratBold", Arial, sans-serif;
  font-weight: bold;
  color: #00b0f5;
  text-align: left;
}
.mhc-template ul li, .mhc-template ol li {
  font-family: "MontserratRegular", Arial, sans-serif;
  font-size: 0.938rem;
  color: #666666;
}
.mhc-template .mhc-banner {
  height: 580px;
}
.mhc-template .hnb-horizontal-tabs-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.mhc-template .hnb-horizontal-tabs-container .hnb-horizontal-tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: scroll;
}
@media all and (min-width: 992px) {
  .mhc-template .hnb-horizontal-tabs-container .hnb-horizontal-tabs {
    flex-direction: row;
    overflow: hidden;
    flex-wrap: wrap;
  }
}
.mhc-template .hnb-horizontal-tabs-container .hnb-horizontal-tabs.nav-tabs {
  border-bottom: none;
}
.mhc-template .hnb-horizontal-tabs-container .hnb-horizontal-tabs .nav-item {
  transition: ease-out 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  color: #212934;
  font-family: "BebasNeueRegular", Arial, sans-serif;
  font-size: 1rem;
  background: #cccccc;
  overflow: hidden;
  justify-content: flex-start;
  align-items: center;
  padding: 11px 0px;
  max-width: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-right: 0;
  margin-bottom: 0;
  border-top: 3px solid #cccccc;
  border-right: none;
  border-left: none;
  border-radius: 0px;
  margin-right: 4px;
  min-width: 175px;
  text-align: center;
  justify-content: center;
}
@media all and (min-width: 992px) {
  .mhc-template .hnb-horizontal-tabs-container .hnb-horizontal-tabs .nav-item {
    text-align: center;
    margin-right: 1px;
    margin-bottom: -1px;
    justify-content: center;
    flex: 1;
    min-width: initial;
  }
}
.mhc-template .hnb-horizontal-tabs-container .hnb-horizontal-tabs .nav-item:hover {
  box-shadow: none;
  background: #fff;
  border-top: 3px solid #fff;
  transition: ease-out 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.mhc-template .hnb-horizontal-tabs-container .hnb-horizontal-tabs .nav-link.active {
  background: #fff;
  font-weight: bold;
  border-top: 3px solid #FFCD03;
}
.mhc-template .hnb-horizontal-tabs-container .tab-content {
  border-top: none;
  width: 100%;
  padding: 15px;
  box-shadow: none;
  overflow: hidden;
}
.mhc-template .hnb-horizontal-tabs-container .tab-content p {
  text-align: left;
}
.mhc-template .hnb-horizontal-tabs-container .tab-content iframe {
  max-width: 100%;
}
.mhc-template .wp-block-button__link,
.mhc-template .hnb-btn {
  font-family: "MontserratBold", Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 21px;
  font-weight: 700;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 20px 9px 45px;
  background-color: #00b0f5;
  color: #fff;
  border-radius: 20px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
  transition: 0.2s linear;
}
.mhc-template .wp-block-button__link:hover,
.mhc-template .hnb-btn:hover {
  background-color: #333333;
  color: #fff;
  transition: 0.2s linear;
}
.mhc-template .wp-block-button__link i,
.mhc-template .hnb-btn i {
  margin-left: 20px;
}
.mhc-template .wp-block-button__link::after,
.mhc-template .hnb-btn::after {
  font-family: "Font Awesome 5 Free";
  margin-left: 20px;
  content: "\f105";
}
.mhc-template .wp-block-button__link.wp-block-button__link--no-icon, .mhc-template .wp-block-button__link.hnb-btn--no-icon,
.mhc-template .hnb-btn.wp-block-button__link--no-icon,
.mhc-template .hnb-btn.hnb-btn--no-icon {
  font-size: 1.125rem;
  padding: 17px 40px;
  text-transform: initial;
}
.mhc-template .wp-block-button__link.wp-block-button__link--no-icon::after, .mhc-template .wp-block-button__link.hnb-btn--no-icon::after,
.mhc-template .hnb-btn.wp-block-button__link--no-icon::after,
.mhc-template .hnb-btn.hnb-btn--no-icon::after {
  content: none;
  margin-left: initial;
}
.mhc-template .image-overlay-card {
  display: inline-flex;
  position: relative;
  overflow: hidden;
  min-height: 150px;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  background-image: url("../../img/images/bio-photo.png");
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
}
.mhc-template .image-overlay-card .image-overlay-card__overlay {
  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 176, 245, 0.5);
  padding: 60px 0px 30px 10px;
  transform: translateY(-100%);
  transition: ease-out 0.3s;
}
.mhc-template .image-overlay-card .image-overlay-card__overlay p {
  font-family: "BebasNeueRegular", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.313rem;
  margin-bottom: 0;
  color: #fff;
  opacity: 0;
  transition: ease-out 0.3s;
}
.mhc-template .image-overlay-card:hover .image-overlay-card__overlay {
  transition: ease-out 0.3s;
  transform: translateY(0%);
}
.mhc-template .image-overlay-card:hover .image-overlay-card__overlay p {
  opacity: 1;
  transition: ease-out 0.3s;
}
.mhc-template .stepper-card {
  display: inline-flex;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}
.mhc-template .stepper-card p {
  margin-bottom: 0;
}
.mhc-template .stepper-card p.stepper-card__title {
  font-family: "BebasNeueRegular", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #7c7c7c;
  line-height: 1.3;
  margin-bottom: 15px;
}
.mhc-template .stepper-card .stepper-card__step-number {
  position: absolute;
  top: 0px;
  left: 20px;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 57px;
  width: 57px;
  border-radius: 50%;
  margin-bottom: 0;
}
.mhc-template .stepper-card .stepper-card__step-number p {
  font-family: "MontserratBold", Arial, sans-serif;
  font-size: 1.563rem;
  font-weight: 700;
  color: #fff;
}
.mhc-template .stepper-card .stepper-card__content {
  padding: 40px 15px;
  background: #fff;
  overflow: hidden;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  min-height: 180px;
  width: 100%;
  border-radius: 15px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
  transform: scale(1);
  transition: ease-out 0.22s;
}
.mhc-template .stepper-card .stepper-card__content .stepper-card__content__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.125rem;
  color: #00b0f5;
  margin-bottom: 20px;
}
.mhc-template .stepper-card .stepper-card__content p a {
  display: contents;
  margin-left: 0px;
  margin-right: 0px;
}
.mhc-template .stepper-card:hover .stepper-card__content {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
  border-bottom: 0px solid #00b0f5;
  transform: scale(1.03);
  transition: ease-out 0.22s;
}
.mhc-template .mhc-overview-card {
  display: inline-flex;
  flex-direction: column;
  height: 100%;
  height: 90%;
  border-top: 7px solid #00b0f5;
  border-radius: 8px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
  padding: 30px;
  margin-bottom: 15px;
}
.mhc-template .mhc-overview-card p {
  text-align: left;
  margin: 0;
}
.mhc-template .mhc-overview-card .mhc-overview-card__content {
  height: 100%;
}
.mhc-template .mhc-overview-card .mhc-overview-card__content .mhc-overview-card__content__title {
  font-family: "BebasNeueRegular", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #7c7c7c;
  line-height: 1.3;
  margin-bottom: 15px;
}
.mhc-template .mhc-overview-card .mhc-overview-card__content .mhc-btn {
  width: auto;
}
.mhc-template .mhc-overview-card .mhc-overview-card__content button.mhc-btn {
  border: 0;
  margin-top: 10px;
}
.mhc-template .mhc-overview-card .mhc-overview-card__content .mhc-overview-card__content__divider {
  display: inline-flex;
  width: 100%;
  flex-direction: row;
  margin-bottom: 15px;
  align-items: center;
}
.mhc-template .mhc-overview-card .mhc-overview-card__content .mhc-overview-card__content__divider p {
  display: inline-flex;
  color: #00b0f5;
  font-family: "MontserratBold", Arial, sans-serif;
  font-weight: 700;
}
.mhc-template .mhc-overview-card .mhc-overview-card__content .mhc-overview-card__content__divider hr {
  margin: initial;
  height: 0;
  flex: 1;
  border-top: 1px solid #e7e6e6;
  background-color: grey;
  margin-bottom: 2px;
  margin-left: 6px;
}
.mhc-template .mhc-overview-card .mhc-overview-card__content .modal.show .modal-dialog {
  margin-top: 5%;
}
.mhc-template .mhc-overview-card .mhc-overview-card__content .mhc-overview-card__content__description {
  margin-bottom: 20px;
}
.mhc-template .mhc-overview-card .mhc-overview-card__content .mhc-btn {
  padding: 11px 23px;
  height: initial;
  line-height: 16px;
  font-size: 0.813rem;
  box-shadow: none;
}
.mhc-template .mhc-blank-card {
  display: inline-flex;
  flex-direction: column;
  height: 100%;
  border-top: 7px solid #00b0f5;
  border-radius: 8px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
  padding: 30px;
}
.mhc-template .mhc-blank-card .mhc-overview-card__content {
  height: 100%;
}
.mhc-template .mhc-blank-card .mhc-overview-card__content .mhc-overview-card__content__description {
  margin-bottom: 20px;
}
.mhc-template .mhc-blank-card .mhc-overview-card__content .mhc-btn {
  padding: 11px 23px;
  height: initial;
  line-height: 16px;
  font-size: 0.813rem;
  box-shadow: none;
}
.mhc-template .mhc-profile-photo-circle {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mhc-template .mhc-profile-photo-circle img {
  width: 138px;
  height: 138px;
  border-radius: 50%;
  margin-bottom: 5px;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  background: #f2f2f2;
}
.mhc-template .mhc-profile-photo-circle p {
  font-size: 1rem;
  font-family: "MontserratBold", Arial, sans-serif;
  color: #808080;
  line-height: 1.5;
}
.mhc-template .did-you-know-full-width-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background: #333333;
  box-shadow: inset 0px 20px 50px -10px #000;
  margin-top: 50px;
}
.mhc-template .did-you-know-full-width-section .did-you-know-full-width-section__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "BebasNeueRegular", Arial, sans-serif;
  font-size: 5.5rem;
  background: #BDDB00;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  color: #fff;
  overflow: hidden;
  padding-top: 12px;
  margin-top: -50px;
  cursor: default;
}
.mhc-template .did-you-know-full-width-section .did-you-know-full-width-section__content {
  text-align: center;
  padding: 50px 30px;
}
.mhc-template .did-you-know-full-width-section .did-you-know-full-width-section__content h2 {
  text-transform: uppercase;
  font-size: 2.5rem;
  color: #BDDB00;
}
.mhc-template .did-you-know-full-width-section .did-you-know-full-width-section__content p {
  font-family: "MontserratBold", Arial, sans-serif;
  color: #fff;
}
.mhc-template .content-full-width-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 30px;
  background-color: #00b0f5;
  width: 100%;
  text-align: center;
}
.mhc-template .content-full-width-section h2 {
  text-transform: uppercase;
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 20px;
}
.mhc-template .content-full-width-section p {
  font-family: "MontserratRegular", Arial, sans-serif;
  color: #fff;
  margin-bottom: 20px;
}
.mhc-template .content-full-width-section .content-full-width-section__content {
  margin-bottom: 20px;
}
.mhc-template .content-full-width-section .wp-block-button__link,
.mhc-template .content-full-width-section .hnb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "MontserratBold", Arial, sans-serif;
  background-color: #fff;
  font-size: 0.75rem;
  color: #00b0f5;
  line-height: 14px;
  padding: 9px 20px;
  box-shadow: none;
  width: 100%;
}
.mhc-template .content-full-width-section .wp-block-button__link:hover,
.mhc-template .content-full-width-section .hnb-btn:hover {
  background: #333333;
}
.mhc-template .content-full-width-section .wp-block-button__link:after,
.mhc-template .content-full-width-section .hnb-btn:after {
  content: "";
  margin-left: initial;
}
.mhc-template hr.hr--ellipse-shadow {
  background: radial-gradient(ellipse at 50% -50%, #6b6b6b 0px, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 4px;
}
.mhc-template .mhc-video-card {
  display: inline-flex;
  justify-content: center;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
  width: 100%;
  min-height: 472px;
  border-radius: 72px;
  padding: 64px;
  background-size: cover;
  margin-top: 16px;
  margin-bottom: 16px;
}
.mhc-template .mhc-video-card .mhc-video-card__play-button {
  font-family: "MontserratBold", Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 21px;
  font-weight: 700;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 20px;
  background-color: #00b0f5;
  color: #fff;
  border-radius: 20px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
  transition: 0.2s linear;
}
.mhc-template .mhc-video-card .mhc-video-card__play-button:hover {
  background-color: #333333;
  color: #fff;
  transition: 0.2s linear;
}
.mhc-template .mhc-video-card .mhc-video-card__play-button i {
  margin-left: 20px;
}
.mhc-template .mhc-video-card .mhc-video-card__play-button::before {
  font-family: "Font Awesome 5 Free";
  margin-right: 20px;
  content: "\f144";
}
.mhc-template .mhc-form {
  padding: 30px;
  border-radius: 30px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.mhc-template .mhc-form .row {
  background-color: initial;
}
.mhc-template .mhc-form .row .visible-label {
  font-family: "MontserratRegular", Arial, sans-serif;
  margin-bottom: 8px;
  display: inherit;
  color: #808080;
}
.mhc-template .mhc-form .row select,
.mhc-template .mhc-form .row input,
.mhc-template .mhc-form .row textarea {
  font-family: "MontserratRegular", Arial, sans-serif;
  margin-bottom: 14px;
}
.mhc-template .mhc-form .row textarea {
  background: #fff;
  border-radius: 0px;
  border: 1px solid #929eaa;
}
.mhc-template .mhc-form .row input {
  background-color: initial;
  outline: 0;
  border: 0;
  border-radius: 0px;
  border-bottom: 1px solid #929eaa;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  height: 40px;
  font-size: 0.875rem;
}
.mhc-template .mhc-form .row .select-dropdown {
  position: relative;
}
.mhc-template .mhc-form .row .select-dropdown select {
  padding-top: 0;
  padding-bottom: 0;
  height: 40px;
  background-color: #ffffff;
  font-size: 0.875rem;
  color: #808080;
  border-width: 0px 0px 0px 0px;
  border-color: #d2d2d2;
  border-radius: 0px;
  border-bottom: 1px solid #929eaa;
  padding-left: 0px;
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.mhc-template .mhc-form .row .select-dropdown:after {
  content: "\f13a";
  font-family: "Font Awesome 5 Free";
  font-size: 1.65rem;
  color: #00b0f5;
  font-weight: 700;
  pointer-events: none;
  /* To allow clicking through the icon */
  position: absolute;
  right: 0px;
  bottom: 16px;
  z-index: 1;
  /* To position the icon above the select element */
}
.mhc-template .mhc-form .row input.wpcf7-submit {
  font-family: "MontserratBold", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 21px;
  font-weight: 700;
  height: auto;
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 17px 40px;
  background-color: #00b0f5;
  color: #fff;
  border-radius: 20px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
  transition: 0.2s linear;
}
.mhc-template .mhc-form .row input.wpcf7-submit:hover {
  background-color: #333333;
  color: #fff;
  transition: 0.2s linear;
}
.mhc-template .horizontal-box-list .row {
  justify-content: center;
}
.mhc-template .horizontal-box-list .row .horizontal-box-list__item {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #cccccc;
  padding: 0 35px;
  align-items: center;
  justify-content: center;
  min-height: 51px;
  margin-top: 15px;
}
.mhc-template .horizontal-box-list .row .horizontal-box-list__item p {
  font-family: "MontserratBold", Arial, sans-serif;
  color: #00b0f5;
  font-size: 1rem;
  margin-bottom: 0;
}
.mhc-template .horizontal-box-list .row .horizontal-box-list__item p:hover {
  color: #BDDB00;
}
.mhc-template .horizontal-box-list .row .horizontal-box-list__item a {
  transition: ease-out 0.22s;
}
.mhc-template .horizontal-box-list .row .horizontal-box-list__item a:nth-child(1) {
  font-family: "MontserratBold", Arial, sans-serif;
  color: #00b0f5;
}
.mhc-template .horizontal-box-list .row .horizontal-box-list__item a:nth-child(1):hover {
  color: #BDDB00;
}
.mhc-template .horizontal-box-list .row .horizontal-box-list__item a:nth-child(2) {
  font-family: "MontserratRegular", Arial, sans-serif;
}
.mhc-template .horizontal-box-list .row .horizontal-box-list__item a:nth-child(2):hover {
  color: #00b0f5;
}
.mhc-template .horizontal-box-list .row .horizontal-box-list__item a:hover {
  transition: ease-out 0.22s;
}
.mhc-template .horizontal-box-list .row .horizontal-box-list__item br {
  display: none;
}
.mhc-template ul.mhc-list {
  padding-left: 0;
}
.mhc-template ul.mhc-list li {
  font-family: "MontserratRegular", Arial, sans-serif;
  display: flex;
  list-style-type: none;
  padding: 0;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
}
.mhc-template ul.mhc-list li .mhc-underline-list__icon {
  font-size: 0.813rem;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #1a80b6;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-right: 12px;
}
.mhc-template ul.mhc-list.mhc-list--underline li {
  border-bottom: 1px solid #e0dede;
}
.mhc-template .container--narrow,
.mhc-template .container--regular,
.mhc-template .container--wide,
.mhc-template .container--custom {
  margin-left: auto;
  margin-right: auto;
}
.mhc-template .container--narrow {
  max-width: 600px;
}
.mhc-template .container--regular {
  max-width: 1200px;
}
.mhc-template .container--wide {
  max-width: 1600px;
}
.mhc-template .carousel {
  text-align: center;
}
.mhc-template .carousel .carousel-inner {
  text-align: center;
}
.mhc-template .carousel .carousel-inner .carousel-item .name {
  font-size: 18px;
  letter-spacing: 2px;
  font-family: "MontserratBold", Arial, sans-serif;
  color: #747474;
}
.mhc-template .carousel .carousel-inner .carousel-item .quote {
  font-size: 16px;
}
.mhc-template .carousel .carousel-indicators li {
  margin-right: 10px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 1px solid #000;
}
.mhc-template .carousel .carousel-indicators li.active {
  border-color: #747474;
  background-color: #747474;
}

/*# sourceMappingURL=mhc.css.map */
