/* ===================================================================== */
/* ================================= Styles ============================= */
/* ===================================================================== */

/* ====== headings/titles ====== */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'Oscine_Reg',Arial,sans-serif;
  line-height: 1.6em;
}
h1, .h1 {
  font-family: 'Oscine_Bd',Arial,sans-serif;
  font-size: 250%;
  line-height: 1.4em;
  color: #000;
}
h2, .h2 {
  font-family: 'Oscine_Reg',Arial,sans-serif;
  font-size: 225%;
  line-height: 1.4em;
  color: #05C3DE;
}
h3, .h3 {
  font-family: 'Oscine_Reg',Arial,sans-serif;
  font-size: 175%;
  line-height: 1.4em;
  color: #000;
}
h4, .h4 {
  font-family: 'Oscine_Reg',Arial,sans-serif;
  font-size: 125%;
  line-height: 1.4em;
  color: #000;
}
h5, .h5 {
  font-family: 'Oscine_Reg',Arial,sans-serif;
  font-size: 100%;
}
h6, .h6, h6::before, .h6::before  {
  font-family: 'Oscine_Reg',Arial,sans-serif;
  font-size: 105%;
  content: '\2666\00a0';
  display: inline-block;
  margin: 0;
  padding: 0;
}
h1.titleMain {
  color: #000;
  margin-bottom: 25px;
}
h1.sectionHeading {
  margin: 0;
}
h2.titleSection {
  font-size: 1.4em;
  letter-spacing: .05em;
  color: #63666A;
  text-transform: uppercase;
  line-height: 1.2em;
  margin: 0;
}
h3.sectionTitle {
  font-size: 1.25em;
  letter-spacing: .05em;
  color: #63666A;
  text-transform: uppercase;
  margin: 0 0 50px 0;
}
/* section custon titles */
section.main h1.h1-xl {
  font-family: 'Oscine_Reg',Arial,sans-serif;
  font-size: 4em;
  color: #004B87;
}
section.main .meetingsSection h3.sectionTitle {
    color: #004B87;
    margin: 0;
    text-transform: none;
}
section.main .meetingsSection h3, section.main .meetingsSection h4 {
    color: #004B87;
}

blockquote, blockquote.indent25 {
  margin: 15px 0 25px 50px;
  border-left: 5px solid #E2E3E5;
  padding: 0 15px 0 25px;
}
hr {
  margin: 50px 0 25px 0;
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(to right, #004B87 , #05C3DE);
    -webkit-border-image: linear-gradient(to right, #004B87 , #05C3DE);
    -ms-border-image: linear-gradient(to right, #004B87 , #05C3DE);
  border-image-slice: 1;
    -webkit-border-image-slice: 1;
    -ms-border-image-slice: 1;
}
 hr.hrwhite {
  margin: 15px 0;
  border-bottom: 1px solid #FFF !important;
  border-image: linear-gradient(to right, #FFF , #FFF);
    -webkit-border-image: linear-gradient(to right, #FFF , #FFF);
    -ms-border-image: linear-gradient(to right, #FFF , #FFF);
  border-image-slice: 1;
    -webkit-border-image-slice: 1;
    -ms-border-image-slice: 1;
  opacity: .2;
}
hr.margin0 {
  margin: 0px 0 25px 0;
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(to right, #004B87 , #05C3DE);
    -webkit-border-image: linear-gradient(to right, #004B87 , #05C3DE);
    -ms-border-image: linear-gradient(to right, #004B87 , #05C3DE);
  border-image-slice: 1;
    -webkit-border-image-slice: 1;
    -ms-border-image-slice: 1;
}
hr.hrNone {
  margin: 50px 0 25px 0;
  border-bottom: 1px solid #999;
}
hr.hr25 {
  margin: 50px 0 0px 0;
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(to right, #004B87 , #05C3DE);
    -webkit-border-image: linear-gradient(to right, #004B87 , #05C3DE);
    -ms-border-image: linear-gradient(to right, #004B87 , #05C3DE);
  border-image-slice: 1;
    -webkit-border-image-slice: 1;
    -ms-border-image-slice: 1;
}
a.learnmore, a.readmore {
  font-family: 'Oscine_Bd',Arial,sans-serif;
}
b, strong {
  font-family: 'Oscine_Bd';
  font-weight: 400;
}
/*i, em {
  font-family: 'Oscine_LtIt';
  font-weight: 400;
}*/
div.button {
  display: inline-block;
  margin: 10px auto;
}
div.button.mobileOn {
   display: none;
}
/* back to top */
.back-to-top {
    position: fixed;
    bottom: 1.5em;
    right: 70px;
    text-decoration: none;
    color: #05c3de;
    font-size: 3em;
    display: none;
    border-radius: 5px;
    padding: 5px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
      z-index: 1;
}
/* tables */
.scienceFeature .table td, .scienceFeature .table th {
  padding: 0;
}
.qualityFeature .table td, .qualityFeature .table th {
  padding: 0;
}
/* ====== SBM home title/link  colors ====== */
.bgcolor-05C3DE h2, .bgcolor-05C3DE p {
  color: #FFF !important;
}
.bgcolor-05C3DE a {
  color: #FFF;
}
.line-004B87 {
  border-top: 5px solid #004B87;
}
.bgcolor-43B02A h2, .bgcolor-43B02A p {
  color: #FFF !important;
}
.bgcolor-43B02A a {
  color: #FFF;
}
.bgcolor-DF1995 h2, .bgcolor-DF1995 p {
  color: #FFF !important;
}
.bgcolor-DF1995 a {
  color: #FFF;
}
.hm-button {
  border-top: 5px solid #FFF;
  position: relative;
}
.hm-button a {
  display: block;
  color: #FFF;
  font-size: 1.2em;
  padding: 15px 25px;
}
.hm-button2 {
  position: relative;
}
.hm-button2 a {
  display: block;
  color: #FFF;
  font-size: 1.2em;
  padding: 15px 25px;
  margin-top: 25px;
}
/* ====== SBM background colors ====== */
/* lt blue */
.bgcolor-05C3DE {
  background-color: #05C3DE;
}
/* lt green */
.bgcolor-97D700 {
    background-color: #97D700;
}
/* drk blue */
.bgcolor-004B87 {
    background-color: #004B87;
}
/* green */
.bgcolor-43B02A {
    background-color: #43B02A;
}
/* pink */
.bgcolor-DF1995 {
    background-color: #DF1995;
}
/* lt orange */
.bgcolor-FFA300 {
    background-color: #FFA300;
}
/* purple */
.bgcolor-72246C {
    background-color: #72246C;
}
/* drk orange */
.bgcolor-FF671F {
    background-color: #FF671F;
}
/* cool grey 7 */
.bgcolor-97999B {
    background-color: #97999B;
}
/* cool grey 10 */
.bgcolor-63666A {
    background-color: #63666A;
}
.bgcolor-FFF {
  border-color: #05C3DE;
  background-color: #FFF;
}
.bgcolor-FFF .card-title {
  color: #05C3DE !important;
}
/* ====== text aligns/floats ====== */
.alignLeft {
  text-align: left;
}
.alignRight {
  text-align: right;
}
.alignCenter {
  text-align: center;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.clear {
  clear: both;
}
.clearleft {
  clear: left;
}
.clearright {
  clear: right;
}
.alignC {
  text-align: center;
}
.alignL {
  text-align: left;
}
.alignR {
  text-align: right;
}
.nowrap {
  display: inline-block;
  text-decoration: inherit;
  white-space: nowrap;
}
.imgAlign {
  margin: 0 auto;   
}
.show {
  display: block;
}
.hide {
  display: none;
}
/* images */
div.imgContainer, p.imgContainer {
  display: table;
  margin: 25px 0;
  padding: 25px 0;
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  width: 100%;
}
div.imgContainer img, p.imgContainer img {
  border: 1px solid #D0D0D0;
}
div.imgContainer > div.captions {
  display: inline-block;
  width: 35%;
  font-size: .8em;
  color: #999;
}
div.imgContainer > div.captions.heading {
  font-size: 1.2em;
  color: #555;
}
div.section-imgContainer, p.section-imgContainer {
  display: table;
  width: 100%;
  margin: 25px 0;
  padding: 15px 0;
}
div.section-imgContainer img, p.section-imgContainer img {
  border: 1px solid #D0D0D0;
  margin-left: 25px;
}
div.section-imgContainer > div.section-captions {
  display: inline-block;
  width: 82%;
}
div.imgContainer > div.captions.heading {
  font-size: 1.2em;
  color: #555;
}
.imgWebContainer {
  border: 1px solid #D0D0D0 !important;
  padding: 3px;
}
.imgWebContainer:hover {
  cursor: pointer;
}
div.webinar-imgContainer, p.webinar-imgContainer {
  display: table;
  width: 100%;
  margin: 25px 0;
  padding: 15px 0;
}
div.webinar-imgContainer img, p.webinar-imgContainer img {
  width: 30% !important;
  border: 1px solid #D0D0D0;
}
div.webinar-imgContainer > div.webinar-captions {
  display: inline-block;
  width: 60%;
  color: #999;
}
/* social media share */
.sectionShares {
  border-bottom: 1px solid #D0D0D0;
  padding: 10px 0 15px 0;
  margin: 0 0 50px 0;
}
.sectionShares ul {
  margin: 0;
  padding: 0;
  font-size: 1.2em; 
  display: inline-block;
}
.sectionShares li {
  height: 30px;
  width: 30px;
  /*padding: 5px;*/
  text-align: center;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.sectionShares li:nth-child(1) {
  background-color: #3b579d;
}
.sectionShares li:nth-child(2) {
  background-color: #1da1f3;
}
.sectionShares li:hover {
  opacity: .7;
}
.sectionShares li a {
  color: #FFF;
}
.sectionShares li a:hover {
  opacity:.7;
  text-decoration: none;
}
.sectionShares .sectionContact {
  display: inline-block;
  color: #97999B;
}
.sectionShares .sectionContact:before {
  content: '\00a0\00a0|\00a0\00a0\00a0\00a0';
}
.twitterCol h3 {
  font-size: 1.1em;
}
.twitterCol .twitter-timeline {
  width: 300px !important;
  height: 600px !important;
}
/*job opportunities*/
.pubDate {
  color: #999;
}
/*trainingSection*/
.trainingSection .card {
  min-height: 280px; 
}
/* supportLogos */
.supportLogos img {
  display: inline-block;
  margin: 25px;
}
/* outlook */
.outlookSection .card {
  min-height: 200px; 
}
.outlookSection .card-text a:before {
     font-family: "Font Awesome 5 Free";
  content: '\f105\00a0\00a0';
  font-weight: 900;
}
/*membershipRates*/
.row .membershipRates {
}
.membershipRates .card {
  min-height: 350px; 
  padding: 15px;
}
.membershipRates .card .card-title {
  font-size: 2em;
  line-height: 1.2em;
  color: #FFF;
}
.membershipRates .card .card-text {
  font-family: 'Oscine_Bd',Arial,sans-serif;
  font-size: 2em;
  line-height: 1em;
  color: #FFF;
}
.membershipBenefits .card {
  min-height: 260px; 
  padding: 10px;
}
.membershipBenefits .card .card-title {
  font-size: 1.5em;
  line-height: 1.2em;
  color: #05C3DE;
}
.membershipRates .text h4 {
  font-family: 'Oscine_Bd',Arial,sans-serif;
  font-size: 1.3em;
  color: #FFF;
}
/* membership section text overlay */
.card .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .2s ease;
  background-color: #df1995;
}
.card:hover .overlay {
  opacity: 1;
  cursor: pointer;
}
.card:hover .overlay a{
  text-decoration: none;
}
.card .text {
  color: white;
  font-size: inherit;
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 15px 0px;
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
}
.bodStyles .card-body {
  text-align: center;
}
.bodStyles .card-body img {
  margin: 15px 0;
}
.bodStyles h5.card-title {
  text-align: left;
  line-height: 1.4em;
}
.bodStyles h5.card-title {
  text-align: left;
}
.bodStyles a:before {
  font-family: "Font Awesome 5 Free";
  content: '\f0e0\00a0\00a0';
  font-weight: 900;
}
.bodStyles em, .bodStyles a {
  font-size: .9em;
}
/* webinarSection */
.webinarSection h4 {
font-family: 'Oscine_Bd',Arial,sans-serif;
color: #004B87;
}
.webinarSection .pubDate {
font-family: 'Oscine_Reg',Arial,sans-serif;
font-size: .9em !important;
color: #004B87 !important;
}
.webinarSection img {
  margin: 0 0 15px 0;
}
/* SigStyle */
ol.sigStyle {
  font-size: 2em;
  margin: 25px 0;
  color: #05C3DE;
}
.sigStyle p {
  font-size: .6em;
}
.sigFeature {
  color: #FFF;
}
.sigFeature a {
  color: #FFF;
}
.sigFeature-info {
font-size: 1.75em;
  line-height: 1.2em;
}
.sigFeature-info p {
  margin: 25px 0;
}
.sigFeature-links {
  border-top: 5px solid #004B87;
  padding: 25px 0;
}
.sigFeature-links, .sigFeature-links h2 {
  color: #004B87;
  font-size: 1.35em;
   font-family: 'Oscine_Bd',Arial,sans-serif;
}
.sigFeature-links h2 {
  line-height: 1.2em;
}
.sigFeature-links a {
  color: #004B87;
}
.sigFeature-links li {
  list-style: none;
}
.sigFeature-links li:before {
  font-family: "Font Awesome 5 Free";
  content: '\f30b\00a0';
  font-weight: 900;
}
/* modal */
.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
  }
.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}
#accordion .modal .modal-header .modal-title {
  font-size: 1.4em;
  line-height: 1.6em;
}
/* accordion */
#accordion {
    margin: 15px 0;
  border-top: 2px solid #63666A;
}
#accordion > h3 {
  font-size: 2.45em;
  line-height: 1.6em;
  margin: 0;
  padding: 15px 0 10px 0;
  text-align: left;
  color: #333;
  white-space: normal;
    border-radius: 0;
  }
  #accordion > h3:hover {
        text-decoration:none;
  }
#accordion > h3::after {
  font-family: "Font Awesome 5 Free";
  content: '\f106';
    font-weight: 900;
  padding-right: 5px;
  display: inline;
  float: right;
}
#accordion > h3.collapsed::after {
  font-family: "Font Awesome 5 Free";
    content: '\f107';
  font-weight: 900;
}
#accordion > h3 a:hover, 
#accordion > h3 a:active, 
#accordion > h3 a:focus  {
    text-decoration:none;
}
#accordion > h3.collapsed {
  border-bottom: 2px solid #63666A;
  border-radius: 0;
}
#accordion > h3.collapsed {
  border-bottom: 2px solid #63666A;
  border-radius: 0;
}
#accordion.sigSection a:before {
   font-family: "Font Awesome 5 Free";
   content: '\f105\00a0\00a0';
   font-weight: 900;
}
/*Dashboard*/
section.dashboard {
  margin: 25px 0;
}
section.dashboard .dash-header {
  border-bottom: 5px double #D0D0D0;
  padding: 15px 0;
}
section.dashboard .dash-title {
  font-size: 150%;
  font-weight: 700;
  line-height: 1.2rem;
  color:#50585A;
}
section.dashboard .dash-login {
  text-align: right;
}
section.dashboard h1 {
  font-size: 175%;
    font-weight: 600;
    line-height: 1.25em;
    color:#50585A;
}
section.dashboard h2 {
  font-size: 140%;
  font-weight: 600;
  line-height: 1.25em;
  color:#EC1C2D;
}
section.dashboard h3 {
  font-size: 115%;
  font-weight: 600;
  line-height: 1.25em;
  color:#EC1C2D;
}
section.dashboard h5 {
  margin: 0;
}
section.dashboard .dash-controls {
  margin: 15px auto;
  vertical-align: middle;
}
section.dashboard .dash-controls > div {
  display: inline-block;
    text-align: center;
    width: 18%;
}
section.dashboard .dash-controls a {
  color: #50585A;
}
section.dashboard .dash-controls a:hover {
  opacity: .5;
}
section.dashboard .dash-controls span.dash-label {
  display: block;
  padding: 15px 0;
  font-size: 1em;
  font-weight: 600;
  opacity: .5;
}
section.dashboard .dash-controls i {
  font-size: 2.5em;
}
/* flexMenu Members Section divider/title */
.memberNav h5 {
  background: #222;
  margin: 0;
  padding: 5px 10px;
  font-size: .9rem;
  color: #777;
}
/*Healthy Living Styles*/
.articleImgContainer {
  max-height: 300px;
  overflow: hidden;
}
.archiveLink {
  position: absolute;
  bottom: -2%;
}
.hl_highlightA h2 {
border-top: 5px solid #05c3de;
 padding-top: 25px;
    font-size: 1.5em !important;
}
.hl_highlightB {
  background-color: #05c3de;
  color: #FFF;
  padding: 25px 35px;
}
/*hacksie to hide a feed item*/
.hl_highlightB ul {
  list-style: none;
  margin: 0 0 25px 0;
  padding: 0;
}
.hl_highlightB li a {
  display: block;
  padding: 5px 0;
  border-bottom: 1px dotted #fff;
}
.hl_highlightB li:nth-child(1){
display: none;
}
.hl_highlightB h2 {
  color: #FFF !important;
  font-size: 1.5em !important;
}
.hl_highlightB a {
  color: #FFF !important;
}
.hl_highlightA img {
  overflow: hidden;
}
.header {
 position:relative;
 padding-bottom:100%
}
@media (min-width:768px) {
.header {
  padding-bottom:25%
 }
}
.header-img {
 position:absolute;
 width:100%;
 height:100%;
 -o-object-fit:cover;
 object-fit:cover;
 -o-object-position:center center;
 object-position:center center
}
.bg-cover {
 background-repeat:no-repeat;
 /*background-position:50%;*/
 background-size:cover
}
.bg-cover,
.bg-overlay,
.bg-overlay:before {
 /*position:absolute;*/
 top:0;
 right:0;
 bottom:0;
 left:0
}
.bg-overlay:before {
 content:"";
 opacity:.55;
 background-color:#212529
}
/* ========================= MEDIA QUERIES ============================ */
/* desktop ----------- */
@media only screen and (max-width: 1200px) {

}
/* tablet (landscape) ----------- */
@media only screen and (max-width: 1170px), only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    #accordion > h3 {
      font-size: 2em;
    }
  /* membership section text overlay */
  .card .overlay {
    opacity: 1;
    background-color: #05C3DE;
  }
  div.button.mobileOn {
   display: inline-block;
   }
   .scienceFeature .table td, .scienceFeature .table th {
      width: 50%;
   }
   .qualityFeature .table td, .qualityFeature .table th {
      width: 50%;
   }
}
/* tablet (portrait) ----------- */
@media only screen and (max-width: 768px), only screen and (max-width: 768px), only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  #accordion > h3 {
       font-size: 1.75em;
    }
  .card .overlay {
    opacity: 1;
    background-color: #05C3DE;
  }
  .twitterCol .twitter-timeline {
     width: 100% !important;
     height: 300px !important;
   }
 div.button.mobileOn {
   display: inline-block;
   }
      .scienceFeature .table td, .scienceFeature .table th {
      width: 50%;
   }
   .qualityFeature .table td, .qualityFeature .table th {
      width: 50%;
   }
}
/* tablet PRO (landscape) ----------- */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  #accordion > h3 {
    font-size: 2em;
    }
  .card .overlay {
    opacity: 1;
    background-color: #05C3DE;
  }
  div.button.mobileOn {
   display: inline-block;
   }
   .scienceFeature .table td, .scienceFeature .table th {
      width: 50%;
   }
   .qualityFeature .table td, .qualityFeature .table th {
      width: 50%;
   }
}
/* tablet PRO (portrait) ----------- */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  #accordion > h3 {
    font-size: 1.75em;
    }
  .card .overlay {
    opacity: 1;
    background-color: #05C3DE;
  }
    .twitterCol .twitter-timeline {
     width: 100% !important;
     height: 300px !important;
   }
   div.button.mobileOn {
   display: inline-block;
   }
   .scienceFeature .table td, .scienceFeature .table th {
      width: 50%;
   }
   .qualityFeature .table td, .qualityFeature .table th {
      width: 50%;
   }
}
/* mobile phone (landscape) ----------- */
@media only screen and (max-width: 667px), only screen and (max-width: 667px), only screen and (max-width: 667px), only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    section.podcast .podcast-info .apple-icon, section.podcast .podcast-info .aaem-icon {
  display: none;
  }
  section.dashboard .dash-title, section.dashboard .dash-login {
      text-align: center;
      margin: 5px 0;
  }
  section.dashboard .dash-controls {
  display: none;
  }
  section.main h1.h1-xl {
    font-size: 3em;
  }
  #accordion > h3 {
    font-size: 1.25em;
  }
  .card .overlay {
    opacity: 1;
    background-color: #05C3DE;
  }
    .sectionShares .sectionContact {
  display: block;
    margin: 15px 0;
  }
  .sectionShares .sectionContact:before {
    content: ' ';
  }
   div.button.mobileOn {
   display: inline-block;
   }
   .trainingSection .card {
     min-height: auto; 
   }
}
/* mobile phone (portrait)----------- */
@media only screen and (max-width: 375px), only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    section.podcast .podcast-info .apple-icon, section.podcast .podcast-info .aaem-icon {
  display: none;
  }
  section.dashboard .dash-title, section.dashboard .dash-login {
    text-align: center;
    margin: 5px 0;
  }
  section.dashboard .dash-controls {
  display: none;
  }
  section.main h1.h1-xl {
    font-size: 3em;
  }
   #accordion > h3 {
    font-size: 1.25em;
  }
  .card .overlay {
    opacity: 1;
    background-color: #05C3DE;
  }
  .sectionShares .sectionContact {
  display: block;
    margin: 15px 0;
  }
  .sectionShares .sectionContact:before {
    content: ' ';
  }
    .twitterCol .twitter-timeline {
     width: 100% !important;
     height: 300px !important;
   }
   div.button.mobileOn {
   display: inline-block;
   }
   .trainingSection .card {
     min-height: auto; 
   }
   .scienceFeature .table td, .scienceFeature .table th {
      display: block;
      width: 100%;
   }
   .qualityFeature .table td, .qualityFeature .table th {
      display: block;
      width: 100%;
   }
}
