/**
 * @file
 * Styles for system messages.
 */
/* See .color-success in Seven's colors.css */
/* See .color-warning in Seven's colors.css */
/* See .color-error in Seven's colors.css */
/* reCaptcha */
/* Utility classes */
.mi-edit-tabs ul {
  display: flex !important;
  height: 20px;
  margin-top: 20px;
}
.mi-edit-tabs ul li a {
  padding: 1em;
  border: 1px solid #e3e3e3;
  background: #eee;
}
.mi-edit-tabs ul li a:hover {
  background: #FFF;
}
.mi-edit-tabs ul li:hover {
  background: #FFF;
}
.mi-edit-tabs ul li a.is-active {
  border: 1px solid #e3e3e3;
  background: #FFF;
}

.mobile-only {
  display: none;
}

@media (max-width: 767px) {
  .mobile-only {
    display: block;
  }
}
.desktop-only {
  display: none;
}

@media (min-width: 768px) {
  .desktop-only {
    display: block;
  }
}
.messages {
  background: no-repeat 10px 17px;
  padding: 15px 20px 15px 35px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.messages + .messages {
  margin-top: 1.538em;
}

[dir=rtl] .messages {
  border-width: 1px 0 1px 1px;
  background-position: right 10px top 17px;
  padding-left: 20px;
  padding-right: 35px;
  text-align: right;
}

.messages__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.messages__item + .messages__item {
  margin-top: 0.769em;
}

.messages--status {
  color: #325e1c;
  background-color: #f3faef;
  border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
  background-image: url(../../../../core/misc/icons/73b355/check.svg);
  background-repeat: no-repeat;
  background-position: left;
  padding: 20px 15px 15px 20px;
  box-shadow: -8px 0 0 #77b259;
}

.messages--warning {
  background-color: #fdf8ed;
  background-image: url(../../../../core/misc/icons/e29700/warning.svg);
  border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
  color: #734c00;
  box-shadow: -8px 0 0 #e09600;
  background-repeat: no-repeat;
  background-position: left;
  padding: 20px 15px 15px 20px;
}

.messages--error {
  background-color: #fcf4f2;
  color: #a51b00;
  background-image: url(../../../../core/misc/icons/e32700/error.svg);
  border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
  box-shadow: -8px 0 0 #e62600;
  background-repeat: no-repeat;
  background-position: left;
  padding: 20px 15px 15px 20px;
}
.messages--error p.error {
  color: #a51b00;
}

.g-recaptcha div {
  margin: 1em auto !important;
}

.padding-vert-10 {
  padding: 10px 0 !important;
}

.padding-vert-20 {
  padding: 20px 0 !important;
}

.padding-vert-30 {
  padding: 30px 0 !important;
}

.padding-vert-40 {
  padding: 40px 0 !important;
}

.padding-vert-50 {
  padding: 50px 0 !important;
}

.padding-vert-60 {
  padding: 60px 0 !important;
}

.padding-vert-70 {
  padding: 70px 0 !important;
}

.padding-vert-80 {
  padding: 80px 0 !important;
}

.padding-horz-10 {
  padding: 0 10px !important;
}

.padding-horz-20 {
  padding: 0 20px !important;
}

.padding-horz-30 {
  padding: 0 30px !important;
}

.padding-horz-40 {
  padding: 0 40px !important;
}

.padding-horz-50 {
  padding: 0 50px !important;
}

.padding-horz-60 {
  padding: 0 60px !important;
}

.padding-horz-70 {
  padding: 0 70px !important;
}

.padding-horz-80 {
  padding: 0 80px !important;
}

.margin-vert-10 {
  margin: 10px 0 !important;
}

.margin-vert-20 {
  margin: 20px 0 !important;
}

.margin-vert-30 {
  margin: 30px 0 !important;
}

.margin-vert-40 {
  margin: 40px 0 !important;
}

.margin-vert-50 {
  margin: 50px 0 !important;
}

.margin-vert-60 {
  margin: 60px 0 !important;
}

.margin-vert-70 {
  margin: 70px 0 !important;
}

.margin-vert-80 {
  margin: 80px 0 !important;
}

.margin-horz-10 {
  margin: 0 10px !important;
}

.margin-horz-20 {
  margin: 0 20px !important;
}

.margin-horz-30 {
  margin: 0 30px !important;
}

.margin-horz-40 {
  margin: 0 40px !important;
}

.margin-horz-50 {
  margin: 0 50px !important;
}

.margin-horz-60 {
  margin: 0 60px !important;
}

.margin-horz-70 {
  margin: 0 70px !important;
}

.margin-horz-80 {
  margin: 0 80px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-top-30 {
  padding-top: 30px !important;
}

.padding-top-40 {
  padding-top: 40px !important;
}

.padding-top-50 {
  padding-top: 50px !important;
}

.padding-top-60 {
  padding-top: 60px !important;
}

.padding-top-70 {
  padding-top: 70px !important;
}

.padding-top-80 {
  padding-top: 80px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.padding-bottom-30 {
  padding-bottom: 30px !important;
}

.padding-bottom-40 {
  padding-bottom: 40px !important;
}

.padding-bottom-50 {
  padding-bottom: 50px !important;
}

.padding-bottom-60 {
  padding-bottom: 60px !important;
}

.padding-bottom-70 {
  padding-bottom: 70px !important;
}

.padding-bottom-80 {
  padding-bottom: 80px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-top-60 {
  margin-top: 60px !important;
}

.margin-top-70 {
  margin-top: 70px !important;
}

.margin-top-80 {
  margin-top: 80px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom-70 {
  margin-bottom: 70px !important;
}

.margin-bottom-80 {
  margin-bottom: 80px !important;
}

.margin-bottom-90 {
  margin-bottom: 90px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

.margin-bottom-120 {
  margin-bottom: 120px !important;
}

.no-width {
  width: unset !important;
}

/**
 * MI Health and Wellness override
 */
.page-careers_affiliates #clickable-fonticon,
.page-careers-affiliates #clickable-fonticon,
.page-careers_affiliate #clickable-fonticon,
.page-careers-affiliate #clickable-fonticon {
  background-color: #21004E;
}
.page-careers_affiliates .header-wrap,
.page-careers-affiliates .header-wrap,
.page-careers_affiliate .header-wrap,
.page-careers-affiliate .header-wrap {
  background: #21004E;
}
.page-careers_affiliates .header-wrap.fixed .header .head,
.page-careers-affiliates .header-wrap.fixed .header .head,
.page-careers_affiliate .header-wrap.fixed .header .head,
.page-careers-affiliate .header-wrap.fixed .header .head {
  background: none;
}
.page-careers_affiliates .header-wrap .header .head a:link, .page-careers_affiliates .header-wrap .header .head a:hover,
.page-careers-affiliates .header-wrap .header .head a:link,
.page-careers-affiliates .header-wrap .header .head a:hover,
.page-careers_affiliate .header-wrap .header .head a:link,
.page-careers_affiliate .header-wrap .header .head a:hover,
.page-careers-affiliate .header-wrap .header .head a:link,
.page-careers-affiliate .header-wrap .header .head a:hover {
  color: #21004E;
}
.page-careers_affiliates .header-wrap .header .head .toggle li.for-members.cur .top-line,
.page-careers-affiliates .header-wrap .header .head .toggle li.for-members.cur .top-line,
.page-careers_affiliate .header-wrap .header .head .toggle li.for-members.cur .top-line,
.page-careers-affiliate .header-wrap .header .head .toggle li.for-members.cur .top-line {
  background: #21004E;
}
.page-careers_affiliates .header-wrap .header .head .toggle li.for-members.cur .top-line:before,
.page-careers-affiliates .header-wrap .header .head .toggle li.for-members.cur .top-line:before,
.page-careers_affiliate .header-wrap .header .head .toggle li.for-members.cur .top-line:before,
.page-careers-affiliate .header-wrap .header .head .toggle li.for-members.cur .top-line:before {
  background: none;
}
.page-careers_affiliates .header-wrap .header .head .toggle li.for-members.cur:before,
.page-careers-affiliates .header-wrap .header .head .toggle li.for-members.cur:before,
.page-careers_affiliate .header-wrap .header .head .toggle li.for-members.cur:before,
.page-careers-affiliate .header-wrap .header .head .toggle li.for-members.cur:before {
  color: #ffffff;
}
.page-careers_affiliates .banner-who .logo,
.page-careers-affiliates .banner-who .logo,
.page-careers_affiliate .banner-who .logo,
.page-careers-affiliate .banner-who .logo {
  border-bottom-color: #39A2EA;
}
.page-careers_affiliates .banner-who .button,
.page-careers-affiliates .banner-who .button,
.page-careers_affiliate .banner-who .button,
.page-careers-affiliate .banner-who .button {
  background: #21004E;
  width: 310px;
  line-height: 58px;
  height: 56px;
  white-space: nowrap;
  border-radius: 28px;
}
@media screen and (max-width: 767px) {
  .page-careers_affiliates .banner-who .button,
  .page-careers-affiliates .banner-who .button,
  .page-careers_affiliate .banner-who .button,
  .page-careers-affiliate .banner-who .button {
    background: #39A2EA;
  }
  .page-careers_affiliates .banner-who .button a,
  .page-careers-affiliates .banner-who .button a,
  .page-careers_affiliate .banner-who .button a,
  .page-careers-affiliate .banner-who .button a {
    color: #ffffff;
  }
}
.page-careers_affiliates .banner-who .arrow-down,
.page-careers-affiliates .banner-who .arrow-down,
.page-careers_affiliate .banner-who .arrow-down,
.page-careers-affiliate .banner-who .arrow-down {
  color: #21004E;
}
@media screen and (max-width: 767px) {
  .page-careers_affiliates .banner-who .content,
  .page-careers-affiliates .banner-who .content,
  .page-careers_affiliate .banner-who .content,
  .page-careers-affiliate .banner-who .content {
    background: #21004E;
  }
}
.page-careers_affiliates .direct-different .icon-wrap .icon-person,
.page-careers-affiliates .direct-different .icon-wrap .icon-person,
.page-careers_affiliate .direct-different .icon-wrap .icon-person,
.page-careers-affiliate .direct-different .icon-wrap .icon-person {
  background: #21004E;
}
.page-careers_affiliates .direct-different .icon-wrap .txt,
.page-careers-affiliates .direct-different .icon-wrap .txt,
.page-careers_affiliate .direct-different .icon-wrap .txt,
.page-careers-affiliate .direct-different .icon-wrap .txt {
  color: #21004E;
}
.page-careers_affiliates .direct-different .items-wrap .icon-check,
.page-careers-affiliates .direct-different .items-wrap .icon-check,
.page-careers_affiliate .direct-different .items-wrap .icon-check,
.page-careers-affiliate .direct-different .items-wrap .icon-check {
  border-color: #21004E;
  color: #21004E;
}
.page-careers_affiliates .careers-faqs .item .faqs .arrow,
.page-careers-affiliates .careers-faqs .item .faqs .arrow,
.page-careers_affiliate .careers-faqs .item .faqs .arrow,
.page-careers-affiliate .careers-faqs .item .faqs .arrow {
  color: #21004E;
}
.page-careers_affiliates .careers-faqs .icon-wrap .iconfont,
.page-careers-affiliates .careers-faqs .icon-wrap .iconfont,
.page-careers_affiliate .careers-faqs .icon-wrap .iconfont,
.page-careers-affiliate .careers-faqs .icon-wrap .iconfont {
  background: #21004E;
}
.page-careers_affiliates .careers-faqs .icon-wrap .txt,
.page-careers-affiliates .careers-faqs .icon-wrap .txt,
.page-careers_affiliate .careers-faqs .icon-wrap .txt,
.page-careers-affiliate .careers-faqs .icon-wrap .txt {
  color: #21004E;
}
.page-careers_affiliates .footer-top,
.page-careers-affiliates .footer-top,
.page-careers_affiliate .footer-top,
.page-careers-affiliate .footer-top {
  background: #21004E;
}
.page-careers_affiliates .footer-top .foot .connect .mailing .btn,
.page-careers-affiliates .footer-top .foot .connect .mailing .btn,
.page-careers_affiliate .footer-top .foot .connect .mailing .btn,
.page-careers-affiliate .footer-top .foot .connect .mailing .btn {
  background: #39A2EA;
}

@media screen and (max-width: 767px) {
  .page-careers_affiliates .nav-wrap,
  .page-careers-affiliates .nav-wrap,
  .page-careers_affiliate .nav-wrap,
  .page-careers-affiliate .nav-wrap {
    background: #21004E;
  }
  .page-careers_affiliates .header .head,
  .page-careers-affiliates .header .head,
  .page-careers_affiliate .header .head,
  .page-careers-affiliate .header .head {
    background: #21004E;
  }
  .page-careers_affiliates .header-wrap.fixed .header .head,
  .page-careers-affiliates .header-wrap.fixed .header .head,
  .page-careers_affiliate .header-wrap.fixed .header .head,
  .page-careers-affiliate .header-wrap.fixed .header .head {
    background: #21004E;
  }
}
ul.list {
  padding: 5px 0;
  width: 100%;
  height: auto;
}
ul.list li {
  height: auto;
  padding-left: 15px;
  margin-top: 7px;
  line-height: 1.5em;
  font-size: 16px;
  font-family: mi-regular;
  position: relative;
}
ul.list li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #702c91;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}

.skin-teal ul.list li:before {
  background-color: #0ab9a7 !important;
}

.font-16 {
  font-size: 16px;
  line-height: 1.5em;
}

.font-18 {
  font-size: 16px;
  line-height: 1.7em;
}

.font-20 {
  font-size: 20px;
  line-height: 1.8em;
}

.viewsreference--view-title {
  display: none;
}

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