@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&family=Merriweather:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

body {
  min-width: 305px;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --primary: #12679b;
  --secondary: #13a89e;
  --third: #25aae1;
  --teal: #aee1de;
  --lightblue: #e9f7ff;
  --gray: #4d6465;
  --text: #222;
  --white: #fff;
}

body, html {
  font-size: 18px;
  line-height: 1.5em;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

a, a:visited {
  text-decoration: none;
  outline: 0;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

p a, p a:visited {
  line-height: inherit;
}

li {
  line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.5em;
  font-family: Merriweather, serif
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

small {
  font-size: 85%;
}

sup {
  font-size: 75%;
  vertical-align: super;
  line-height: 1;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main {
  flex: 1 0 auto;
}

.no-touch a[href^="tel:"], .noLink {
  pointer-events: none;
  cursor: text;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

#sapper {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-x: hidden;
}

.container {
  margin: 0 auto;
  position: relative;
  padding: 0;
  width: 96%;
  max-width: 1360px;
  z-index: 1;
}

.content {
  padding: 40px 0px;
  position: relative;
  min-height: 300px;
}

.smallwrap {
  margin: 0 auto;
  max-width: 900px;
  z-index: 1;
  position: relative;
}

.mediumwrap {
  margin: 0 auto;
  max-width: 1020px;
  z-index: 1;
  position: relative;
}

.hidden {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.col12 {
  width: 48%;
}

.col23 {
  width: 65.333%;
}

.col13 {
  width: 31.666%;
}

.col04 {
  width: 24%;
}

.row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.row-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.itemcenter {
  align-items: center;
}

.justify {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.contentcenter {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.contentright {
  -webkit-justify-content: right;
  -ms-justify-content: right;
  justify-content: right;
}

.spaceBottom {
  position: relative;
  padding-bottom: 80px;
}

.spaceTop {
  position: relative;
  padding-top: 80px;
}

.uppercase {
  text-transform: uppercase;
}

.bigfont {
  font-size: 1.2em;
  line-height: 1.6em;
}

.mainTitle {
  padding-bottom: 30px;
}

.mainTitle h2 {
  color: var(--primary);
  text-transform: capitalize;
}

/* ~~~~~~~~~~~~~~~ */
.header {
  position: relative;
  width: 100%;
  z-index: 5;
  padding: 20px 0 15px;
  background-color: var(--white);
}

.header.home {
  position: fixed;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.header::before {
  content: '';
  position: absolute;
  background-image: url(border-line.svg);
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  height: 6px;
  top: 0;
  left: 0;
}

.logo img {
  width: 260px;
}

.impnotice {
  margin-top: 100px;
}

.impnotice img {
  width: 100%;
}

.impnotice .bnrtext {
  color: #fff;
}

.impnotice .bnrtext h1 {
  font-size: 2.6em;
}

.homehero {
  margin-top: 100px;
}

.mainsidebar {
  width: 22%;
  background-color: var(--lightblue);
}

.currentplanpg .content {
  width: calc(100% - 25%);
}

.mainsidebar .sidebarmenu {
  margin: 0;
}

.mainsidebar .sidebarmenu li ul {
  display: none;
}

.mainsidebar .sidebarmenu li {
  padding: 20px;
  border-bottom: 1px solid var(--teal);
  display: block;
  margin: 0;
}

.mainsidebar .sidebarmenu li:last-child {
  border-bottom: 0;
}

.mainsidebar .sidebarmenu li a {
  color: var(--text);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  font-size: 0.9em;
  padding-left: 30px;
  position: relative;
}

.mainsidebar .sidebarmenu li a::before {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url(https://app.beehively.com/beehively/cms/admin/sites/1193/files/140116/cdn_url.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 0;
  top: 0;
}

.mainsidebar .sidebarmenu li#completecare-program a::before {
  background-image: url(https://app.beehively.com/beehively/cms/admin/sites/1193/files/140117/cdn_url.svg);
}

.mainsidebar .sidebarmenu li#pharmacy a::before {
  background-image: url(https://app.beehively.com/beehively/cms/admin/sites/1193/files/140115/cdn_url.svg);
}

.mainsidebar .sidebarmenu li#chiropractic-health a::before {
  background-image: url(https://app.beehively.com/beehively/cms/admin/sites/1193/files/140118/cdn_url.svg);
}

.mainsidebar .sidebarmenu li#transcarent-surgery-care a::before {
  background-image: url(https://app.beehively.com/beehively/cms/admin/sites/1193/files/140119/cdn_url.svg);
}

.mainsidebar .sidebarmenu li#telehealth a::before {
  background-image: url(https://app.beehively.com/beehively/cms/admin/sites/1193/files/140111/cdn_url.svg);
}

.mainsidebar .sidebarmenu li#behavioral-health a::before {
  background-image: url(https://app.beehively.com/beehively/cms/admin/sites/1193/files/140114/cdn_url.svg);
}

.mainsidebar .sidebarmenu li#vision a::before {
  background-image: url(https://app.beehively.com/beehively/cms/admin/sites/1193/files/140120/cdn_url.svg);
}

.mainsidebar .sidebarmenu li#dental a::before {
  background-image: url(https://app.beehively.com/beehively/cms/admin/sites/1193/files/140113/cdn_url.svg);
}

.mainsidebar .sidebarmenu li#network-provider-finder a::before {
  background-image: url(https://app.beehively.com/beehively/cms/admin/sites/1193/files/140112/cdn_url.svg);
}

.mainsidebar .sidebarmenu li a:hover {
  color: var(--primary);
}

.mainsidebar .sidebarmenu li a span {
  margin-right: 10px;
  display: inline-block;
}

.mainsidebar .sidebarmenu li a img {
  width: 28px;
}

.banner {
  width: 78%;
  position: relative;
}

.banner:after {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
  bottom: 0;
  height: 65%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .85));
}

.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .bannerText {
  position: absolute;
  bottom: 10%;
  width: 100%;
  color: var(--white);
  z-index: 2;
}

.banner .bannerText h1 {
  font-size: 3em;
}

.banner .bannerText h1 span, .impnotice .bnrtext h1 span {
  display: block;
  font-size: 1.4em;
}

.offerContent .slesWrap .tab-list {
  width: 35%;
  border: 0;
}

.offerContent .slesWrap .tab-item {
  width: 65%;
  position: relative;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.offerContent .slesWrap .tab-item.active {
  color: var(--white);
  display: flex !important;
}

.offerContent .slesWrap .tab-list-button {
  border: 0 !important;
  padding: 60px 20px;
  display: block;
  width: 100%;
  font-family: "Merriweather", serif;
  font-size: 1.6em;
  font-weight: 700;
  text-align: left;
}

.offerContent .slesWrap .tab-list-button.active {
  color: var(--white);
}

.offerContent .slesWrap #header-tab0.active, .offerContent .slesWrap #tab0 {
  background-color: var(--primary);
}

.offerContent .slesWrap #header-tab1.active, .offerContent .slesWrap #tab1 {
  background-color: var(--secondary);
}

.offerContent .slesWrap #header-tab2.active, .offerContent .slesWrap #tab2 {
  background-color: var(--third);
}

.offerContent .slesWrap img {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  background-color: var(--white);
  border-radius: 10px;
}

/* membership */
.membership {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  color: var(--white);
  margin-bottom: 80px;
}

.membership::before {
  content: '';
  position: absolute;
  background: linear-gradient(90deg, var(--primary), var(--secondary), var(--third));
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.9;
}

.membership .mainTitle h2 {
  color: var(--white);
}

/* healthcare */
.healthcare article {
  padding: 15px;
  margin-bottom: 20px;
  background-color: var(--secondary);
  color: var(--white);
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 10px;
}

.healthcare article img {
  border-radius: 10px;
  width: 100%;
}

.healthcare article h3 {
  padding: 10px 0 15px;
  font-size: 1.2em;
}

/* community */
.community {
  position: relative;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.community::before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 50%;
  top: 0;
  height: 100%;
}

.community::before {
  background-image: url(banner-left-bg.jpg);
  left: 0;
}

.comText {
  color: var(--white);
  padding-right: 30px;
}

.comText .mainTitle h2 {
  color: var(--white);
}

.comText .btn a {
  background-color: var(--white);
  color: var(--primary);
}

.comText .btn a:hover {
  color: var(--white);
}

/* recentpost */
.recentImg {
  position: relative;
}

.recentImg img {
  border-radius: 10px;
  width: 60%;
}

.recentImg img:last-child {
  position: absolute;
  bottom: -20px;
  right: 0;
  padding: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  background-color: var(--white);
  width: 52%;
}

.recentpost a {
  color: var(--text);
}

.recentpost a:hover {
  color: var(--primary);
}

.recentpost .btn a:hover {
  color: var(--white);
}

/* link page */
.linksWrap article {
  width: calc(25% - 20px);
  margin: 10px;
}

.linksWrap article a {
  background-color: var(--lightblue);
  border: 1px solid var(--primary);
  color: var(--primary);
  padding: 25px 10px;
  font-weight: 600;
  flex-direction: column;
  height: 100%;
}

.linksWrap article a:hover {
  background-color: var(--white);
  color: var(--secondary);
}

.linksWrap article a img {
  width: 160px;
  object-fit: contain;
  margin-bottom: 20px;
}

.linksWrap article a span {
  display: block;
}

/* news event & board meeting */
.newsFrame {
  margin-bottom: 30px;
}

.newsFrame iframe, .meetWrap iframe {
  width: 100%;
  height: 450px;
}

.newsletter-list {
  margin: 0 -10px;
}

.newsletter-list .btn {
  width: calc(16.66% - 20px);
  margin: 10px;
}

.editor .newsletter-list .btn a {
  display: block;
  padding: 15px 5px;
  margin: 0;
}

.newsletter-list .btn i {
  font-weight: 400;
  display: inline-flex;
  font-size: 10px;
  margin-right: 5px;
}

.meetBox {
  background-color: var(--lightblue);
  margin-top: 30px;
  padding: 30px;
}

.editor .meetBox ul {
  margin: 0;
}

.editor .meetBox ul li {
  width: calc(25% - 30px);
  margin: 0 15px;
  font-size: 0.9em;
}

/* why mcsig */
.whyBox .row {
  position: relative;
  padding: 30px 0;
}

.whyText {
  background-color: var(--lightblue);
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 56%;
}

.whyBox .row:nth-child(even) {
  justify-content: end;
}

.whyBox .row:nth-child(even) .whyText {
  right: auto;
  left: 0;
}

.healthBoxWrap {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 30px;
}

.healthBoxWrap::before {
  content: '';
  position: absolute;
  background-color: var(--teal);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}

/* summary page */
.summaryWrap article {
  text-align: left;
  font-size: 0.9em;
}

.summaryWrap article ul {
  margin: 0;
}

.summaryWrap article ul li {
  margin-bottom: 15px;
}

.summaryWrap .tab-group .tab-list {
  border-bottom: 0;
}

.summaryWrap .tab-group .tab-list .tab-list-button {
  border-radius: 10px 10px 0 0;
  padding: 10px 30px;
  font-size: 1.2em;
  border-bottom: 0;
}

.summaryWrap .tab-group .tab-list .tab-list-button.active {
  background-color: var(--primary);
  color: var(--white);
}

.summaryWrap .tab-group .tab-item {
  background-color: var(--lightblue);
  padding: 30px;
  border-radius: 10px;
  border: 1px solid var(--primary);
}

/* plan document page */
.planWrap {
  width: 48%;
}

.planWrap.has-spanish {
  width: 100%;
}

.planWrap article div {
  background-color: var(--lightblue);
  padding: 30px;
  margin: 0 0 15px;
}

/* people of mcsig */
.peopleWrap {
  margin: 0 -10px;
}

.peopleWrap .peopleBox {
  width: calc(33.33% - 20px);
  margin: 10px;
  padding: 15px;
  border: 1px solid var(--primary);
}

.peopleWrap .peopleBox h6 {
  font-size: 1.2em;
  margin-bottom: 5px;
  color: var(--secondary);
}

.peopleWrap .peopleBox p {
  margin-bottom: 5px;
}

/* footer */
.footer {
  position: relative;
  background-color: var(--primary);
  color: var(--white);
  line-height: 1.3;
}

.footer::before {
  content: '';
  position: absolute;
  background-image: url(footer-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.1;
}

footer .memberText {
  padding: 50px 0;
}

footer .memberText h3 {
  margin-bottom: 0;
}

footer .memberText .btn a {
  background-color: var(--white);
  color: var(--primary);
  margin-top: 0;
}

footer .memberText .btn a:hover {
  color: var(--white);
}

footer .footContent {
  padding: 50px 0;
  border-top: 1px solid rgb(255 255 255 / 15%);
  border-bottom: 1px solid rgb(255 255 255 / 15%);
}

footer .footContent>div {
  padding: 0 10px;
}

.footContent h5 {
  position: relative;
  padding-bottom: 10px;
  font-size: 1.5em;
}

.footContent h5::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: var(--secondary);
  bottom: 2px;
  left: 0;
}

footer .footText {
  max-width: 820px;
}

footer .footText p {
  line-height: 1.6em;
}

footer p a {
  color: var(--white);
}

footer .footIcon a {
  width: 30px;
  height: 30px;
  background-color: var(--white);
  color: var(--primary);
  border-radius: 100%;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

footer .footIcon a:hover {
  color: var(--third);
}

footer .footIcon a i {
  display: inline-flex;
  font-size: 8px;
}

.copyrights {
  padding: 15px 0;
  font-size: 0.9em;
}

.copyrights span {
  margin: 0 10px;
}

/* ~~~~~~~~~~~~~~~~~~~~~ */
h1 {
  font-size: 2.6em;
}

h2 {
  font-size: 2.2em;
}

h3 {
  font-size: 2em;
}

h4 {
  font-size: 1.8em;
}

h5 {
  font-size: 1.6em;
}

h6 {
  font-size: 1.4em;
}

h1:not(:first-child), h2:not(:first-child), h3:not(:first-child), h4:not(:first-child), h5:not(:first-child), h6:not(:first-child) {
  margin-top: 15px;
}

h1:not(:last-child), h2:not(:last-child), h3:not(:last-child), h4:not(:last-child), h5:not(:last-child), h6:not(:last-child) {
  margin-bottom: 15px;
}

.editor h2, .editor h3 {
  color: var(--primary);
}

.editor h4 {
  color: var(--secondary);
}

.editor ul, .editor ol {
  margin: 15px 0;
}

.editor ul li, .editor ol li {
  margin-bottom: 8px;
  list-style-type: square;
  padding: 0;
  margin-left: 20px;
  display: list-item;
}

.editor ol li {
  list-style-type: decimal;
}

.editor ol ul {
  margin-top: 10px;
}

.editor a {
  color: var(--primary);
  font-weight: 700;
}

.editor a:hover {
  color: var(--secondary);
}

table {
  margin: 10px 0;
  font-size: 0.9em;
  color: #333;
  background: #fff;
}

table th {
  padding: 5px;
  text-align: left;
  font-size: 1em;
  background-color: var(--primary);
  color: #fff;
  font-weight: 700;
  border: 1px solid var(--secondary);
}

table thead tr td {
  background-color: var(--primary);
  color: #fff;
  font-weight: 700;
  border: 1px solid var(--secondary);
}

table tr td {
  padding: 6px 10px;
  border: 1px solid var(--primary);
  background-color: var(--lightblue);
}

table tr:nth-child(even) td {
  background-color: #fff;
}

table td.bnone {
  border: none;
}

table a {
  word-break: break-word;
}

table th a {
  color: #cbdbe6;
}

table th a:hover {
  color: #fff;
}

p:not(:last-child) {
  margin-bottom: 15px;
}

hr {
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  margin: 40px 0;
  border: 0px;
  border-top: 2px solid #5399a1;
}

.fulltable {
  width: 100%;
}

.btn a, .editor .btn a {
  cursor: pointer;
  position: relative;
  font-weight: 700;
  overflow: hidden;
  text-align: center;
  padding: 12px 24px;
  margin-top: 15px;
  border-radius: 5px;
  display: inline-block;
  color: var(--white);
  background-color: var(--primary);
  z-index: 1;
  font-size: 1.1em;
}

.btn a:before, .editor .btn a::before {
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: -200%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
  background-color: var(--third);
}

.btn a:hover:before, .editor .btn a:hover::before {
  top: -40%;
}

.editor .btn a {
  font-size: 1em;
}

.editor .btn a:not(:last-child) {
  margin-right: 10px;
}

.leftimg {
  float: left;
  margin: 0 30px 10px 0;
  max-width: 35%;
  width: 100%
}

.rightimg {
  float: right;
  margin: 0 0 10px 30px;
  max-width: 35%;
  width: 100%
}

.leftimg img, .rightimg img {
  width: 100%;
  padding: 10px !important;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

.dentalWrap article {
  padding: 15px;
  background-color: var(--lightblue);
  margin-bottom: 20px;
}

/* Inner page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.pageTitle {
  position: relative;
  padding: 40px 0;
  background-color: var(--primary);
}

.pageTitle::before {
  content: '';
  position: absolute;
  background-image: url(innerbg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.2;
}

.pageTitle h1 {
  color: var(--white);
  margin-bottom: 5px;
}

.twocolumn {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

.bgcolor {
  background-color: var(--lightblue);
  padding: 30px;
  margin: 15px 0;
}

/* ~~~~~breadcrumns~~~~~~~~ */
.sublist ul {
  position: relative;
  margin: 0;
}

.sublist li {
  margin-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  display: inline-flex;
  background: unset;
  padding: 0;
}

.sublist li a {
  color: var(--white);
  line-height: 22px;
  padding: 0 20px 12px 15px;
  display: block;
  position: relative;
  text-decoration: none;
  font-weight: 600;
}

.sublist li a:hover {
  color: var(--teal);
}

.sublist li.home a {
  padding-left: 0
}

.home>a:before, .sublist li ul li a:before {
  content: "\f115";
  font-family: beehivelyicons;
  position: absolute;
  font-size: 9px;
  line-height: 20px;
  z-index: 1;
  left: -5px;
  top: 2px;
}

.home>a:before {
  left: inherit;
  right: -5px;
}

/* Navigation */
.menu, .menu>li, .flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.menu.healthmenu {
  margin-top: 25px;
}

.menu.healthmenutop {
  position: absolute;
  top: -15px;
  width: 100%;
  right: 0;
}

.menu>li {
  position: relative;
  margin-left: 30px;
}

.menu li a {
  color: var(--text);
}

.menu>li>a {
  position: relative;
  color: var(--primary);
  line-height: 50px;
  z-index: 1;
  font-weight: 600;
  font-size: 1.1em;
}

.menu.healthmenu>li a, .menu.healthmenutop>li a {
  font-size: 1em;
  line-height: 40px;
}

.menu>li>a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  z-index: -1;
  background-color: var(--third);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.menu>li:hover>a:after, .menu>li.active>a:after {
  width: 100%;
}

.menu>li.active>a, .menu>li:hover>a {
  color: var(--third);
}

.menu ul {
  width: 220px;
  padding: 4px;
  position: absolute;
  left: 0px;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  background-color: white;
  -moz-transition: visibility 0s linear 0.25s;
  -ms-transition: visibility 0s linear 0.25s;
  transition: visibility 0s linear 0.25s;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}

.menu>li:hover>ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
  animation: pull-up 0.3s;
  z-index: 90;
}

.menu>li li:hover>ul {
  left: 100%;
  right: 100%;
  top: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
  animation: pull-up 0.3s;
  z-index: 90;
}

.menu>li:nth-last-child(-n + 2)>ul {
  right: 0;
  left: inherit;
}

.menu li ul li {
  width: 100%;
  padding: 0px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.menu ul li:last-child {
  border-bottom: none;
}

.menu li ul li a {
  display: block;
  padding: 10px 15px;
  line-height: 1.3em;
  font-size: 0.9em;
}

.menu li:hover li>a:hover, .menu li:hover li:hover>a, .menu li.active li.active>a, .menu ul li:hover li:hover>a:hover, .menu li.active li.active li.active>a {
  color: var(--white);
  background-color: var(--third);
}

#menu-trigger {
  display: none;
}

@media screen and (max-width:1200px) {
  body, html {
    font-size: 17px;
  }

  .logo img {
    width: 230px;
  }

  .impnotice {
    margin-top: 90px;
  }

  .menu>li {
    margin-left: 16px;
  }

  .mainsidebar .sidebarmenu li {
    padding: 15px;
  }

  .banner .bannerText h1 {
    font-size: 2.4em;
  }

  .banner .bannerText h1 span {
    font-size: 1.2em;
  }

  .offerContent .slesWrap .tab-list {
    width: 35%;
  }

  .offerContent .slesWrap .tab-item {
    width: 65%;
    padding: 15px;
  }

  .offerContent .slesWrap .tab-list-button {
    font-size: 1.4em;
  }

  .mainTitle h2 {
    font-size: 1.8em;
  }

  .healthcare article {
    padding: 10px;
  }

  .healthcare article h3 {
    font-size: 1.1em;
  }

  .peopleWrap .peopleBox {
    width: calc(33.33% - 20px);
  }

  .newsletter-list .btn {
    width: calc(25% - 20px);
  }

  .linksWrap article {
    width: calc(50% - 20px);
  }

  .linksWrap article {
    width: 100%;
    margin: 10px 0;
  }

  .planWrap article div {
    padding: 15px;
  }

  footer .footText {
    max-width: 700px;
  }
}

@media screen and (max-width:1023px) {
  body, html {
    font-size: 16px;
  }

  .spaceTop {
    padding-top: 35px
  }

  .spaceBottom {
    padding-bottom: 35px
  }

  .membership {
    margin-bottom: 35px;
  }

  .mainsidebar .sidebarmenu li {
    padding: 12px;
  }

  .mainsidebar .sidebarmenu li a {
    padding-left: 25px;
  }

  .mainsidebar .sidebarmenu li a::before {
    width: 20px;
    height: 20px;
  }

  .nav {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 5;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 7px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, .3);
    width: 288px;
    bottom: inherit;
    display: none;
    margin-top: 0;
  }

  .nav:before {
    display: none
  }

  .nav.showMobiNav {
    display: block
  }

  .menu {
    display: block;
    width: 100%;
  }

  .menu>li {
    display: block;
    margin: 0;
    border-bottom: 1px solid var(--lightblue);
  }

  .menu>li:after {
    content: unset;
  }

  .menu>li:not(:last-child) {
    margin-right: 0
  }

  .menu li a, .menu>li:last-child.active>a, .menu>li:last-child:hover>a, .menu>li:last-child>a {
    line-height: 1.3em;
    text-align: left;
    position: relative;
    display: block;
    margin-left: 40px;
    padding: 10px 0 10px 10px;
    color: #222;
    background-color: transparent;
    border-bottom: 1px solid #fff
  }

  .menu li ul li a {
    padding: 8px;
    line-height: 1.3em
  }

  .menu ul, .menu>li li:hover>ul, .menu>li:hover>ul {
    display: block;
    width: inherit;
    position: relative;
    left: inherit;
    top: inherit;
    right: inherit;
    min-height: inherit;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    animation: none;
    visibility: visible;
    opacity: 1;
    background-color: inherit
  }

  .menu ul {
    padding-left: 10px
  }

  .menu>li:hover>a {
    color: var(--primary);
    background-color: transparent
  }

  .menu li.active li.active li.active>a, .menu li.active li.active>a, .menu>li.active>a, .menu>li:last-child.active>a {
    color: var(--white);
    background-color: var(--secondary);
  }

  .menu li .droparrow {
    position: absolute;
    top: 0;
    left: -40px;
    width: 40px;
    height: 100%;
    cursor: pointer
  }

  .menu li .droparrow:after, .menu li .droparrow:before {
    top: 50%;
    content: " ";
    height: 2px;
    width: 8px;
    position: absolute;
    background-color: var(--primary);
    pointer-events: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
  }

  .menu li .droparrow:after {
    right: 14px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  .menu li .droparrow:before {
    left: 13px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  .menu li .droparrow.open:after {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  .menu li .droparrow.open:before {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  #menu-trigger {
    position: relative;
    z-index: 11;
    width: 34px;
    height: 34px;
    cursor: pointer;
    border-radius: 5px;
    display: block;
    margin-top: 10px;
  }

  #menu-trigger span, #menu-trigger span:after, #menu-trigger span:before {
    position: absolute;
    width: 26px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: var(--primary);
    -webkit-transition: .3s;
    transition: .3s
  }

  #menu-trigger span {
    top: 50%;
    margin: -1px auto auto;
    font-size: 0px;
    display: block;
  }

  #menu-trigger span:after {
    top: 7px;
    content: ""
  }

  #menu-trigger span:before {
    top: -7px;
    content: ""
  }

  .showMobiNav#menu-trigger span {
    background-color: transparent
  }

  .showMobiNav#menu-trigger span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
    top: 0;
    left: 0
  }

  .showMobiNav#menu-trigger span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    top: 0;
    left: 0
  }

  .banner .bannerText h1 {
    font-size: 2em;
  }

  .mainTitle h2 {
    font-size: 1.6em;
  }

  .offerContent .slesWrap .tab-list-button {
    padding: 50px 15px;
    font-size: 1.2em;
  }

  .offerContent .slesWrap .tab-item h3 {
    font-size: 1.4em;
  }

  .mainTitle {
    padding-bottom: 15px;
  }

  .pageTitle h1 {
    font-size: 1.8em;
  }

  h2 {
    font-size: 1.6em;
  }

  h3 {
    font-size: 1.4em;
  }

  h4 {
    font-size: 1.4em;
  }

  h5 {
    font-size: 1.2em;
  }

  h6 {
    font-size: 1.1em;
  }

  .menu>li>a:after {
    content: unset;
  }

  .menu.healthmenu {
    margin-top: 0;
  }

  .menu.healthmenutop {
    position: relative;
    top: auto;
  }

  .menu.healthmenu>li a, .menu.healthmenutop>li a, .menu.healthmenu>li:last-child>a, .menu.healthmenutop>li:last-child>a {
    line-height: 1.3em;
    margin-left: 0;
    font-size: 0.9em;
    padding: 10px 20px;
  }

  .mainsidebar {
    width: 30%;
  }

  .banner {
    width: 70%;
  }

  .currentplanpg .content {
    width: calc(100% - 32%);
  }

  .footer .memberText h3 {
    font-size: 1.5em;
  }

  .footer .footAdd span {
    display: block;
  }

  footer .footText {
    max-width: 480px;
  }
}

@media screen and (max-width:767px) {
  body, html {
    font-size: 15px;
  }

  .content {
    padding: 20px 0px;
  }

  .impnotice {
    margin-top: 80px;
  }

  .impnotice .bnrtext h1 {
    font-size: 1.7em;
  }

  .container, .smallwrap {
    max-width: 100%;
    width: calc(100% - 30px);
  }

  .spaceTop {
    padding-top: 25px
  }

  .spaceBottom {
    padding-bottom: 25px
  }

  .bgcolor {
    padding: 15px;
    margin: 10px 0;
  }

  .newsletter-list .btn {
    width: calc(50% - 20px);
  }

  .newsFrame iframe, .meetWrap iframe {
    width: 100%;
    height: 240px;
  }

  .logo img {
    width: 180px;
  }

  .membership {
    margin-bottom: 25px;
  }

  .col12, .col13, .col23 {
    width: 100%;
  }

  .col12+.col12, .col13+.col13 {
    margin-top: 15px;
  }

  .twocolumn {
    -moz-column-count: unset;
    -webkit-column-count: unset;
    column-count: unset;
  }

  .pageTitle {
    padding: 20px 0;
  }

  .pageTitle h1 {
    font-size: 1.5em;
  }

  .sublist li a {
    padding: 0 10px 0 10px;
  }

  .summaryWrap .tab-group .tab-item {
    padding: 10px;
  }

  .banner .bannerText h1 {
    font-size: 1.3em;
  }

  .banner .bannerText h1 span {
    font-size: 0.9em;
  }

  .banner img {
    height: 320px;
  }

  .btn a {
    padding: 10px 14px;
    margin-top: 5px;
    font-size: 1em;
  }

  .mainTitle h2 {
    font-size: 1.4em;
  }

  .peopleWrap {
    margin: 0;
  }

  .peopleWrap .peopleBox {
    width: 100%;
    margin: 10px 0;
    padding: 10px;
  }

  .planWrap {
    width: 100%;
  }

  .editor .meetBox ul li {
    width: 100%;
    margin: 2px 0;
  }

  .offerContent .slesWrap .tab-list {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .offerContent .slesWrap .tab-list-button {
    padding: 15px 5px;
    font-size: 1em;
    width: 33.333%;
    white-space: normal;
    text-align: center;
  }

  .offerContent .slesWrap .tab-item {
    width: 100%;
    padding: 20px 10px;
  }

  .offerContent .slesWrap img {
    padding: 5px;
    margin: 10px 0 0;
  }

  .community::before {
    width: 100%;
    height: 100%;
  }

  .whyText {
    padding: 15px;
    bottom: 0;
    width: 100%;
    margin-top: 15px;
    position: relative;
  }

  .bigfont {
    font-size: 1em;
    line-height: 1.5em;
  }

  .healthBoxWrap {
    margin-bottom: 0;
  }

  .editor .btn a {
    font-size: 0.9em;
    padding: 8px 12px;
    margin-top: 5px;
  }

  .homehero {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .mainsidebar, .banner {
    width: 100%;
  }

  .mainsidebar {
    order: 2;
  }

  .currentplanpg .mainsidebar {
    order: unset;
  }

  .currentplanpg .content {
    width: 100%;
    min-height: auto;
    margin-top: 15px;
  }

  .footer .memberText h3 {
    font-size: 1.3em;
    margin-bottom: 15px;
  }

  footer .memberText {
    padding: 20px 0;
  }

  footer .footContent {
    padding: 10px 0;
  }

  .footer .footAdd span {
    display: inline-block;
    margin-left: 5px;
  }

  footer .footContent>div {
    padding: 10px 0;
    width: 100%;
  }

  footer .footContent h4 {
    font-size: 1.3em;
  }

  footer .copyrights {
    padding: 10px 5px;
    text-align: center;
  }

  footer .copyrights span {
    display: none;
  }

  footer .copyrights a {
    display: block;
    margin-top: 10px;
  }
}