@charset "utf-8";

@font-face {
  font-family: SourceSansPro;
  src: url('source-sans-pro/Source#SansPro-Italic.otf');
  font-style: italic;
}

@font-face {
  font-family: UniversLTPro-45Light;
  src: url('webfonts/25FFFC_0_0.eot?#iefix') format('embedded-opentype'),
       url('webfonts/25FFFC_0_0.woff') format('woff'),
       url('webfonts/25FFFC_0_0.ttf') format('truetype');
}
@font-face {
  font-family: UniversLTPro-Condensed;
  src: url('webfonts/25FFFC_1_0.eot?#iefix') format('embedded-opentype'),
       url('webfonts/25FFFC_1_0.woff') format('woff'),
       url('webfonts/25FFFC_1_0.ttf') format('truetype');
}

@font-face {
  font-family: 'Gotham-Book';
  src: url('/fonts/gotham-book/gotham-book_gdi.eot'); /* IE9 Compat Modes */
  src: url('/fonts/gotham-book/gotham-book_gdi.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/gotham-book/gotham-book_gdi.woff') format('woff'), /* Pretty Modern Browsers */
       url('/fonts/gotham-book/gotham-book_edi.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/fonts/gotham-book/gotham-book_edi.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'GothamNarrow-Book';
  src: url('/fonts/gotham-book/gothamnarrow-book_gdi.eot'); /* IE9 Compat Modes */
  src: url('/fonts/gotham-book/gothamnarrow-book_gdi.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/gotham-book/gothamnarrow-book_gdi.woff') format('woff'), /* Pretty Modern Browsers */
       url('/fonts/gotham-book/gothamnarrow-book_gdi.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/fonts/gotham-book/gothamnarrow-book_gdi.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'estre';
  src: url('/fonts/estre/estre.ttf');
}
.Assyrian {
  font-family: Lato, sans-serif, estre;
  font-size: 22px;
  line-height: 16px;
}
#non-discrimination u{
  text-decoration: none;
  border-bottom: solid 1px #999;
}
.bdl_nowrap{
  white-space: nowrap;
}
.legal-content p strong{
  font-family: Arial, Helvetica, sans-serif;
}

/* Reset */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img,
b, u, i, ol, ul, li, fieldset, form, label, footer, header,
menu, nav, aside, section, article, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
div, .section, input[type="text"], input[type="email"], input[type="password"], input[type="date"],textarea, select{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

header, footer {
  display: block;
}

.whtspace {
  display:inline-block;
  margin-left:-8px;
}

/* Safari (IOS) / Firefox width & overflow workaround */
@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }
}

/* Utilities */
.clearfix {
  clear: both;
}
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
/* General */
html {
  font-family: 'GothamNarrow-Book', 'Open Sans', sans-serif;
}

body {
  color: #333;
  font-family: 'GothamNarrow-Book', 'Open Sans', sans-serif;
  font-size: 16px;
  background: #464646;
}

p{
  line-height: 1.4;
}

h2, .heading-h2 {
  font-family: "Gotham-Book","Open Sans",sans-serif;
  font-size: 1.95em;
  letter-spacing: -1px;
}

h3, .heading-h3 {
  font-size: 1.35em;
  padding: 6px 0 4px 0;
}

h4, .heading-h4 {
  font-size: 1.25em;
  padding-top: 8px;
}

h1, h2, h3, .heading-md {
  margin-bottom: 30px;
}

h2, h3, h4, .heading-md {
  color: #e2231a;
  white-space: nowrap;
}

a,
a:hover,
a:visited,
a:visited:hover {
  color: inherit;
}

label {
  display: block;
  padding: 22px 0 6px 0;
}

label:after {
  content: ":"
}

label.no-content-after:after {
  content: ""
}

input[type="checkbox"] {
  float: left;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  background: #fff;
  border: 0 !important;
  box-shadow: 0 4px 10px -6px rgba(0,0,0,0.5);
  padding: 8px 12px !important;
  width: 100%;
  -webkit-appearance: none;
  margin: 8px 0 12px 0;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: normal;
  border-radius: 4px;
  font-family: 'Arial', 'Open Sans', sans-serif;
}

.btn-label {
    font-size: 0;
    height: 1px;
    overflow: hidden;
    display: block;
}

@media (min-width: 768px) {
  html,
  body {
    height: 100%;
    background: #FFF;
  }
  input[type="text"],
  input[type="email"],
  input[type="password"],
  textarea,
  select {
    background: #fff;
    border: 1px solid #cacaca !important;
    border-radius: 0;
    box-shadow: initial;
    color: #666;
    font-weight: normal;
    padding: 8px 12px;
    overflow: hidden;
    margin: 2px 0 8px;
    box-sizing:border-box;
  }
  a#tooltip_element{
    display:inline-block;
    line-height:30px;
    box-shadow: 0px 0px 8px rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, .7);
    border-radius: 6px;
    vertical-align: middle;
    padding: 0 10px 0 7px;
  }
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* Form Section */
.no-content-after {
  margin-top: -20px;
}

/* Info - xs */
.info {
  border: 0px;
}

/* Info title - xs */
.info-title {
  font-size: 1.4em;
}
.content.hc .info-title.wrapper{
  background-color: transparent;
  padding:0 20px;
}

/* Info title - md */
@media (min-width: 768px) {
  .info-title {
    font-size: 35px;
  }
}

/* Register Banner - md */
@media (min-width: 768px) {
  .register_270_hc_form #register-banner {
    background: #fff;
  }
}

.nav.shift {
  display: none;
}

.bigbt.flatredbtn a,
.bigbt.flatredbtn a:visited,
.bigbt.flatredbtn a:hover {
  color: #fff;
  font-family: 'GothamNarrow-Book', 'Open Sans', sans-serif;
  font-weight: 600;
}

/* Register submit - xs */
#register-banner .register-submit, .redbt.smallbt,#member_eligibility_complete .flatredbtn{
  background-color: #0288d1;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: 'GothamNarrow-Book', 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  padding: 20px 25px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  -webkit-appearance: none;
  box-sizing: border-box;
}

/* Register submit - md */
@media (min-width: 768px) {
  #register-banner .register-submit, .redbt.smallbt,#member_eligibility_complete .flatredbtn {
    background-color: #d0112b;
    border-radius: 10px;
    padding: 7px 25px;
    width: auto;
    max-width: 400px;
  }
  #register-banner .table-moniker {
    max-width: 550px;
  }
}

/* Table moniker - xs */
#register-banner .table-moniker {
  border-spacing: 0;
  padding-bottom: 40px;
  width: 100%;
}

/* Table moniker - md */

#register-banner .table-moniker tr {
  line-height: 1.3em
}

/* Table moniker select - xs */
#register-banner .table-moniker tr td select {
  background: #fff;
  border: 0;
  -webkit-box-shadow: 0 4px 10px -6px rgba(0,0,0,0.5);
  box-shadow: 0 4px 10px -6px rgba(0,0,0,0.5);
  color: #6A6A6A;
  margin-top: 10px;
  padding: 8px 12px;
  height: 37px;
  width: 100%;
  -webkit-appearance: none;
}

/* Table moniker select - sm */
@media (min-width: 544px) {
  #register-banner .table-moniker tr td select {
    width: auto;
  }
}

/* Table moniker select - md */
@media (min-width: 768px) {
  #register-banner .table-moniker tr td select {
    background: #fff;
    border: 1px solid #999;
    box-shadow: initial;
    color: #6A6A6A;
    display: inline-block;
    padding: 2px 8px;
    margin-top: 0;
    height: auto;
  }
}

.table-moniker p, .extra-text {
  clear: both;
  padding: 20px 0px;
}

/* Small header - xs */
.smallheader {
  margin-bottom: 30px;
  padding: 0;
}

/* Small header - md */
@media (min-width: 768px) {
  .smallheader {
    margin-bottom: 0;
    padding: 20px 0;
  }
  .group.register .form-wrapper .smallheader {
    padding-top:0;
  }
}

#insurance_data_content #register-moniker-dependent p.intro {
  width: 100%;
}

input.btn {
  margin: 22px 0 0 -6px;
  cursor: pointer;
}

.acct {
  box-sizing: border-box;
  padding: 30px 0 0 0;
}

.acct .sep {
  border: 0;
}

.acct p {
  padding-bottom: 14px;
  line-height: 16px;
}

.step1 .activate, .step2 .choose, .step3 .resolve {
  padding-left: 75px;
}

.acct .sep strong {
  font-family: sans-serif;
}

@media (min-width: 768px) {
  .acct {
    float:left;
    position: relative;
    padding: 30px 0 0 15px;
  }
  .activate {
    max-width: 500px;
    width: auto;
  }
  .register .activate {
    max-width: none;
  }
  .register .acct {
    padding: 30px 0 0 0;
  }
}

.acct p {
  padding-bottom: 14px;
  line-height: 16px;
}

/* Sidebar Menu - xs */
.sidebar-menu {
  position: fixed;
  top: 0;
  left: -220px;
  height: 100%;
  background: #fff;
  z-index: 10;
  border-right: 1px solid #f3f3f3;
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.25);
  transition: all 0.5s ease-out;
  width: 200px;
}

.sidebar-menu-list > li {
  border-bottom: 1px solid #f3f3f3;
  padding: 10px 0;
}

.sidebar-menu-list > li:last-child {
  border-bottom: 0;
}

.sidebar-menu-list > li > a {
  color: #d0112b;
  display: block;
  padding: 10px 20px;
  font-size: 150%;
}

@media (min-width: 768px) {
  .sidebar-menu {
    display: none;
  }
}

.sidebar-menu-shifted {
  left: -1px;
}

.sidebar-menu-backdrop {
  position: fixed;
  top: 0;
  left: 200px;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.wrapper {
  box-shadow: initial;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.content.hc .wrapper {padding: 0px;}

/* Wrapper - md */
@media (min-width: 768px) {
  .wrapper {
    width: 720px;
  }
}

/* Wrapper - lg */
@media (min-width: 992px) {
  .wrapper {
    width: 960px;
  }
}

.wrapper li.last {
  border: none;
}

/* Header - xs */
#header {
  background: #fff;
  padding: 0;
  position:relative;
  z-index: 2;
}
#header .cell-wrapper {
  border-bottom: 1px solid #f3f3f3;
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.25);
}

/* Header - md */
@media (min-width: 768px) {
  #header {
    padding: 0 20px;
  }
}

#header .wrapper {
  background: #fff;
  padding: 0;
  min-width: auto;
}
.content.hc {
  position: relative;
  z-index: 1;
  height:100%;
  background: #f1f5f8;
}
/* Registration Complete page */
table.member_profile_form {width: 100%;}
.member_profile_form input, .member_profile_form select {
    border: 0;
    border-radius: 3px;
    -webkit-box-shadow: 0 4px 10px -6px rgba(0,0,0,0.5);
    box-shadow: 0 4px 10px -6px rgba(0,0,0,0.5);
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 8px 12px;
    width: 100%;
    -webkit-appearance: none;
    background-color: #fff;
}
td.dob {width: 79%;}
.member_profile_form td.dob select {width: 28%;}

/* Header Menu Toggle - xs */
#header .menu-toggle {
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  float: left;
  margin-top: 5px;
  padding: 15px;
}
#header .header-terminated {
  padding-left:20px;
}

#header .menu-toggle .icon-bar {
  border-radius: 1px;
  background-color: #53575B;
  display: block;
  height: 3px;
  width: 22px;
}

#header .menu-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

/* Header Menu Toggle - md */
@media (min-width: 768px) {
  .content.hc {
    background: #fff;
  }
  #header .menu-toggle {
    display: none;
  }
  #header .header-terminated {
    padding-left:0;
  }
}

/* Logo - xs */
.logo {
  float: left;
  padding: 5px 0;
  margin-left: 0;
}

.logo a {
  padding: 0px;
}

.logo img {
  float: right;
  height: 19px;
  padding: 15px 10px 10px 0px;
}

/* Logo Partner -xs */
.logo #logo2-partner {
  float: left;
}

/* Logo Partner - md */
@media (min-width: 768px) {
/*  .logo #logo2-partner {
    margin-left: -30px;
  }*/
  .logo img {
    height: 25px;
    padding: 10px 10px 10px 0px;
  }
}

/* Header Logo Partner - xs */
#header #logo2-partner img {
  min-height: 25px;
  float: right;
  padding: 10px 10px 10px 0;
}

@media (min-width: 768px) {
  #header #logo2-partner img {
    top: 0;
    max-width: 240px;
    max-height: 60px;
  }
}

/* Header Powered by - xs */
#header .powered-by {
  display: none;
}

/* Header Powered by - sm */
@media (min-width: 544px) {
  #header .powered-by {
    display: inline-block;
  }
}

/* Header Powered By MDLIVE logo - md */
@media (min-width: 768px) {
  #header .powered-by + .powered-by-mdlive {
    /*margin-top: 20px;*/
  }
}

.logo b {
  font-size: 12px;
  display: block;
  float: left;
}

/* Header Powered by Logo B - sm */
@media (min-width: 544px) {
  .logo b {
    margin: 15px;
  }
}

/* Header Powered by Logo B - md */
@media (min-width: 768px) {
/*  .logo b {
    margin: 35px;
  }*/
}

.logo b + img {
  margin-top: 10px;
}

.logo #logo2 img, .logo #logo2-partner img {
  padding: 0;
}

/* Header Client - xs */
#header .client {
  float: right;
  margin-right: 0;
  padding: 5px 0;
}

#header .client-landing {
  display: none;
}

/* Header Client - sm */
@media (min-width: 544px) {
  #header .client {
    display: block;
    float: right;
    padding: 5px;
    max-width: auto;
  }

  #header .client-landing {
    display: inline-block;
  }
}

/* Menu - xs */
.menu {
  display: none;
}

/* Menu - md */
@media (min-width: 768px) {
  .menu {
    clear: both;
    color: #fff;
    display: block;
    opacity: 0.9;
    margin-bottom: -1px;
    position: relative;
    z-index: 9;
  }
}

.menu-border-bottom {
  background-color: #464646;
  height: 36px;
  width: 50%;
}

.menu .wrapper {
  background: transparent;
  min-width: auto;
  padding: 0;
  position: relative;
  top: -36px;
}

/* Sign-in */
.menu ul li input {
  display: none;
}

.menu ul li:first-child {
  margin-left: 40px;
}

.menu ul li:last-child {
  padding-right: 0;
  border: none;
}

.menu ul {
  margin-left: -10px;
  background: #464646;
  border-radius: 0px 0px 35px 0px;
}

.menu ul li {
  border-right: 0px;
  border-bottom: 5px solid transparent;
  display: inline-block;
  margin-right: -4px;
}

.menu ul li a {
  display: block;
  padding: 10px 20px 5px 20px;
}

.menu ul li a,
.menu ul li a:visited {
  color: #fff;
  text-decoration: none;
}

.menu ul li:hover {
  margin-bottom: -5px;
}

.menu ul li a:hover {
  background: #333;
  border-bottom: 5px solid #e2231a;
  color: #fff;
  text-decoration: none;
}

#logo2-partner img {
  position: relative;
}

/* Content - md */
@media (min-width: 768px) {
  .content {
    position: relative;
    z-index: 1;
  }
}

/* HC Menu */
.hc-menu-container {
  display: none;
  position: relative;
  width: 100%;
  z-index: 2;
}

.hc-menu-border-bottom {
  background-color: #464646;
  height: 36px;
  width: 50%;
}

.hc-menu-container .wrapper {
  background: transparent;
  padding: 0 0 5px;
  position: relative;
  margin-top: -36px;
}

.hc-menu {
  background: #464646;
  border-radius: 0px 0px 35px 0px;
  list-style: none;
  padding: 0;
  height: 36px;
}

.hc-menu-item {
  display: inline-block;
}

.hc-menu-item:hover {
  margin-bottom: -5px;
}

.hc-menu-item-link, .hc-menu-item-link:visited {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 10px;
}

.hc-menu-item-link:hover,.hc-menu-item-link:visited:hover {
  background: #333;
  color: #ffffff;
  border-bottom: 5px solid #e2231a;
  text-decoration: none;
}

.spanish_switch a, .spanish_switch a:visited {
  text-decoration: none;
  display: block;
  padding: 4px;
  margin: 6px 0;
  background: #fff;
  color: #333;
  border-radius: 5px;
}

.spanish_switch a:hover, .spanish_switch a:visited:hover{
  background: #e2231a;
  color:#fff;
}

.spanish_switch{
  float: right;
  margin-right: 30px;
}

@media (min-width: 768px) {
  .memberidentity h1 {
    color:#e2231a;
    font-size: 1.95em;
    letter-spacing: -1px;
    margin-left:50px;
    margin-bottom: 30px;
  }
  .memberidentity div {
    width: 56%;
    line-height: 1.3em;
  }
  .wrapper {background:transparent ;}
}

/* Showcase - xs */
#showcase {
  color: #0079c2;
  position: relative;
  height: 365px;
  background: url('https://mdlive.blob.core.windows.net/affiliations-prod/static_asset/main_banner_mobile3.jpg') no-repeat;
  background-position: 80%;
  border-top: 1px solid #ccc;
  padding: 30px 30px 0;
  box-sizing: border-box;
}
#showcase .wrapper{
  background-color: transparent;
  text-shadow: 1px 1px 3px #FFF;
}

/* Showcase - md */
@media (min-width: 768px) {
  #showcase {
    margin-top: -41px;
    background: url('https://mdlive.blob.core.windows.net/affiliations-prod/static_asset/main_banner_wide3.jpg') no-repeat;
    background-position: right top;
    background-size: cover;
    padding: 45px 0 0;
  }
  #header #logo2-partner img {
    display: block;
    margin: 0 auto;
    padding: 0;
  }
  #showcase .wrapper {
    text-shadow: none;
  }
}
/* .banner_mask { */
/*   position: absolute; */
/*   position: absolute; */
/*   background: #333; */
/*   z-index: 0; */
/*   opacity: 0.6; */
/*   width: 53%; */
/*   height: 410px; */
/*   right: 0px; */
/*   top: 40px; */
/*   border-radius: 0px 0px 0px 45px; */
/* } */

.banner-title {
  display: none;
}

/* Showcase Banner - sm */
@media (min-width: 544px) {
  .banner-title {
    font-family: "Gotham-Book","Open Sans",sans-serif;
    display: block;
    font-size: 35px;
    color: #e2231a;
    margin-top: 20px;
  }

  .banner_mask {
    width: 100%;
    border-radius: 0;
    top: 0;
    height: 100%;
  }

  .extra_banner_img {
    display:none;
  }
}

/* Showcase Client - xs */
#showcase .client {
  margin: 10px 0 30px;
}

/* Showcase Client - sm */
@media (min-width: 544px) {
  #showcase .client {
    display: none;
    margin: 0;
  }
}

/* Showcase Powered by - xs */
#showcase .client .powered-by b {
  display: none;
}

/* showcase mobile banner area logo */
#showcase #mobile-banner-area-logo {
  position: relative;
}

#showcase #mobile-banner-area-logo img {
  max-width: 50%;
}

/* Get the app - xs */
.get-the-app {
  background-color: #d0112b;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'GothamNarrow-Book', 'Open Sans', sans-serif;
  font-size: 0.85em;
  line-height: 1.6;
  padding: 10px 20px;
  position: relative;
  top: 70%;
  text-align: center;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  width: 80%;
}

.get-the-app a,
.get-the-app a:visited,
.get-the-app a:hover {
  color: #fff;
  font-family: 'GothamNarrow-Book', 'Open Sans', sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.get-the-app-custom{
  position: relative;
  text-align: center;
  margin-bottom: -10px;
}
.get-the-app-custom img{
  width: 42%;
  margin: 0 1%;
}
.get-the-app-title{
  color:#000;
  font-size: 20px;
  margin: 18px 0 15px;
}

/* Showcase Activate Now - sm */
#showcase .get-the-app {
  display: none;
}

/* Activate Now - md */
@media (min-width: 768px) {
  #showcase .get-the-app {
    display: inline-block;
    margin-left: 0px;
  }
}

.activate-now {
  background-color: #d0112b;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'GothamNarrow-Book', 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin: 30px 0px 20px 0px;
  padding: 10px 25px;
  position: relative;
  text-align: center;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

.activate-now a,
.activate-now a:visited,
.activate-now a:hover {
  color: #fff;
  font-family: 'GothamNarrow-Book', 'Open Sans', sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.clear-float {
  clear:both;
}

.secondary-registration {
  display:block;
  width: 220px;
  padding: 1px;
}
.secondary-registration-message {
  margin-top: -5px;
  color: black;
}
.secondary-registration-link {
  margin-top: 10px;
}

/* Showcase Activate Now - sm */
#showcase .activate-now {
  display: none;
}

/* Activate Now - md */
@media (min-width: 768px) {
  #showcase .activate-now {
    display: inline-block;
    margin-left: 0px;
  }
}

#showcase .title,
#showcase .intro-virtual-care {
  color: #53565A;
  font-family: 'GothamNarrow-Book', 'Open Sans', sans-serif;
  font-size: 1.3em;
}

#showcase .title {
  clear: both;
  line-height: 1.3em;
  font-family: 'GothamNarrow-Book', 'Open Sans', sans-serif;
}

@media (min-width: 544px) {
  #showcase .title {
    margin-top: 20px;
    width: 270px;
  }
}

@media (min-width: 768px) {
  #showcase .title {
    line-height: 1em;
    font-family: 'GothamNarrow-Book', 'Open Sans', sans-serif;
    width: auto;
  }
}

#showcase .intro-virtual-care {
  display: none;
  line-height: 2em;
  margin-top: 20px;
}

/* Activate Now - sm */
@media (min-width: 544px) {
  #showcase .intro-virtual-care {
    display: block;
  }
}

#showcase .mdlive-logo {
  float: left;
  padding: 18px 20px 0px 0px;
}

/* Mobile Activate Now - sm */
#mobile-activate-now {
  margin: -10px 20px 20px;
  padding-top:5px;
}

#mobile-activate-now .activate-now {
  background-color: #0288d1;
  border-radius: 4px;
  display: block;
  padding: 20px 25px;
  -webkit-appearance: none;
}

/* Activate Now - md */
@media (min-width: 768px) {
  #mobile-activate-now {
    margin: 0;
  }

  #mobile-activate-now .activate-now {
    display: none;
  }
}

.playimg {
  display: inline-block;
  float: left;
  width: 40px;
  height: 40px;
}

/* Group Title - xs */
.group-title {
  position: relative;
  color: #e2231a;
  font-family: 'Gotham-Book', 'Open Sans', sans-serif;
  font-size: 1.2em;
  margin-bottom: 0;
  white-space: nowrap;
}

/* Group Title - md */
@media (min-width: 768px) {
  .group-title {
    font-size: 35px;
    margin-bottom: 30px;
  }
}

/* Group Collapse - xs */
.group-collapse-toggle {
  color: #959595;
  cursor: pointer;
  position: absolute;
  z-index: 100;
  width: 100%;
  text-align: right;
  top: -5px;
  right: 0;
  font-size: 1.5em;
  letter-spacing: normal;
}

.group-collapse-toggle .group-collapse-toggle-collapsed {
  display: none;
}

.group-collapse-toggle .group-collapse-toggle-expanded {
  display: block;
}

.group-collapse-toggle.collapsed .group-collapse-toggle-collapsed {
  display: block;
}

.group-collapse-toggle.collapsed .group-collapse-toggle-expanded {
  display: none;
}

/* Group Collapse - md */
@media (min-width: 768px) {
  .group-collapse-toggle {
    display: none;
  }
}

#group-one .step1 {
  margin-top: 30px;
}

#group-two #cost {
  margin-top: 30px;
}

@media (min-width: 768px) {
  #group-two #cost {
    margin-top: 20px;
  }
}

.group-three-container {
  padding-top: 30px;
  overflow: auto;
}

.group-four-container, .group-behavioral-container, .group-whenuse-container {
  margin-top: 30px;
}

@media (min-width: 768px) {
  #group-one, #group-two, #group-three, #group-four, #group-behavioral, #group-whenuse {
    display: block ;
    margin-top: 0;
    color: #333;
  }

  #group-one .step1 {
    margin-top: 0;
  }

  .group-three-container {
    padding-top: 0;
    -webkit-column-count:2;
    -moz-column-count:2;
    -ms-column-count:2;
    -o-column-count:2;
    column-count:2;
    -webkit-column-gap:15px;
    -moz-column-gap:15px;
    -ms-column-gap:15px;
    -o-column-gap:15px;
    column-gap:15px;
    columns:2;
    overflow: visible;
  }

  .group-four-container {
    margin-top: -7px;
  }
}

/* Group Left - xs*/
.group {
  border-bottom: 1px solid #e6eaed;
  padding: 20px;
}

/* Group - md */
@media (min-width: 768px) {
  .group {
    border-bottom: 0;
  }
}

.group.register {
  border-bottom: 0;
  background: #f1f5f8;
}

/* Group Left - md */
@media (min-width: 768px) {
  .group.register {
    background: #FFF;
  }
  .group.left {
    float: left;
    padding: 0;
    width: 52%;
  }
}

/* Group Right - md */
@media (min-width: 768px) {
  .group.right {
    float: right;
    height: auto;
    padding: 10px;
    width: 45%;
  }
}

/* Wide List - md */
@media (min-width: 768px) {
  .wide-list {
    width: 100%;
    float: left;
    background: #dedede;
  }
  .wide-list .wrapper{
      background-color: transparent;
  }
}

.clickhere {
  color: #464646;
  display: inline-block;
  margin: 0px 0px 0px 10px;
  font-size: 0.8em;
}

.youtube.cboxElement:focus {
  /*outline: 0;*/
}

.nowrap {
  padding-bottom: 10px;
}
.page-wrapper,#page.homepage {
  width: 100%;
  box-sizing: border-box;
  padding: 30px 20px;
}
#page.homepage {
  padding: 0;
}
#page {padding:0;}
.page-wrapper:after, #page:after {
  display:block;
  content:"";
  clear:both;
}
/* Page - md */
@media (min-width: 768px) {
  .page-wrapper,#page.homepage {
    padding: 45px 0;
  }
}

.group.hc .info h2,#page h2,#member_eligibility_complete h2,.page-wrapper h1,#contact-us h2,.memberEligibilityPage h2 {
  color: #e2231a;
  font-family: 'GothamNarrow-Book', 'Open Sans', sans-serif;
  padding-top: 0;
  font-size: 21px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .group.hc .info h2,#page h2,#member_eligibility_complete h2,.page-wrapper h1,#contact-us h2,.memberEligibilityPage h2 {
    font-size: 35px;
  }
}

.step1, .step2, .step3, .step .num {
  position: relative;
  width: 100%;
  min-height: 55px;
  display: block;
  background: none;
  margin-bottom: 30px;
}

.step1 img, .step2 img, .step3 img, .number {
  width: 55px;
  position: absolute;
  top: 0;
  left: 0;
}

/* One - xs*/
.one,.two,.three {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1em;
}
.one {
  color: #239F49;
}
.two {
  color: #4E87C6;
}
.three {
  color: #7A6AAA;
}

.one span,.two span,.three span{
  display: inline-block;
  min-width: 24px;
}

/* Three - sm */
@media (min-width: 769px) {
  .one,.two,.three {
    display: inline-block;
    font-size: 1.5em;
    line-height: 1;
    padding-bottom: 10px;
  }
}
@media (min-width: 544px) {
  .one,.two,.three {
    font-size: 1.4em;
  }
}

/* Step messages - xs */
.one-msg, .two-msg, .three-msg {
  display: block;
  margin-top: 5px;
  padding-left: 24px;
}

/* Step messages - md */
@media (min-width: 768px) {
  .one-msg, .two-msg, .three-msg {
    margin-top: 0;
  }
}

/* Section - md */
@media (min-width: 768px) {
  .section {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px 0 0 auto;
    width: 77%;
  }
}

.extra {
  padding: 0px 10px;
}

/* Copay - md */
@media (min-width: 768px) {
  .copay {
    background: #eee;
    color: #666;
    font-size: 1.2em;
    width: 100%;
  }
}

/* Copay Title - md */
@media (min-width: 768px) {
  .copay.title {
    background: #464646;
    color: #fff;
    display: block;
    float: none;
    font-size: 1.2em;
    margin: 0px auto;
    padding: 16px 0px 16px 0px;
    position: relative;
    text-align: center;
    white-space: initial;
    width: 100%;
  }
}

/* Copay Activate Now - xs */
.copay.activate-now {
  display: none;
}

/* Copay Title - md */
@media (min-width: 768px) {
  .copay.activate-now {
    background-color: #d0112b;
    display: block;
    float: none;
    font-size: 0.7em;
    margin: 20px auto;
    padding: 10px 20px;
    position: relative;
    width: 80%;
  }
}

/* Cost - md */
#cost hr {
  clear:both;
}
#cost div {
  text-align: center;
  padding:5px 0;
}
#cost div:empty {
  display:none;
}

@media (min-width: 768px) {
  #cost div {
    padding:12px 20px;
  }
  #cost hr {
    clear:both;
    width: 90%;
  }
}

#cost .default-dollar-cost{
  text-align: left;
}
#cost .cost {
  font-size:35px;
  font-weight:bold;
}
@media (min-width: 768px) {
  #cost .cost {
    font-size:50px;
    padding:0 20px;
    display:block;
  }
}

/* Default dollar dost - md */
@media (min-width: 768px) {
  #cost .default-dollar-cost {
    clear: both;
    width: 100%;
    color: #666;
    background: #eee;
    word-wrap: break-word;
    text-align: center;
  }
}

#cost .multicost {
  display: inline-block;
  font-size: 25px;
  float: left;
  width: 65px;
  font-weight: bold;
  text-align: left ;
}

#cost .multicost_description {
  width: 72%;
  display: inline-block;
  text-align: left ;
  font-weight: normal;
  font-size: 16px;
  line-height: normal;
}
@media (min-width: 769px) {
  #cost .multicost {
    font-size: 30px;
    width: 80px;
  }
}

#cost .dollar_cost_additional_line {
  font-weight: bold;
}

.sep {
  border-bottom: 0px;
}

/* MDLive App - xs */
.app .mdlive-bg {
  display: none;
}

/* MDLive App - md */
@media (min-width: 768px) {
  .app .mdlive-bg {
    display: block;
    left: 0px;
    position: relative;
    top: 16px;
  }
}

.app .mdlive-bg img {
  width: 314px;
}

/* MDLive App - xs (landscape) */
@media (orientation: landscape) {
  .app .mdlive-bg img {
    margin: 0px 46px 0px 48px;
  }
}

/* MDLive App - md */
@media (min-width: 768px) {
  .app .mdlive-bg img {
    margin: 0px 46px 0px 48px;
  }
}

.app .md img {
  border-radius: 14px;
  width: 76px;
}

.app .app-btn .apple-store {
  height: 40px;
  width: 130px;
}

.app .app-btn .google-play {
  width: 114px;
}

@media (min-width: 768px) {
  .app .app-btn {
    position: relative;
    top: -60px;
    left: 74px;
  }

  .app .md {
    display: inline-block;
    width:25%;
    margin-left: 3%;
  }

  .app .md img{
     width:100%;
     height: auto;
  }

  .app .devices{
    width: 65%;
    height: auto;
    margin-top: 10px;
  }

  .app .app-btn .apple-store {
    margin: 0px;
    padding: 0px;
  }

  .app .app-btn .google-play {
    margin: 0px;
    padding: 0px;
  }
  .get-the-app{
    margin-top: 30px;
  }
}

.app, .app-desc, .app-links {
  margin: 0 auto;
  text-align: center;
}

.app-links {
  width: 230px;
}

.app-desc {
  width: 290px;
}

/* Mobile App Section - xs */
#mobile-app {
  background-image: url(https://mdlive.azureedge.net/affiliations-prod/static_asset/bg_download_app.png);
  background-size: cover;
  background-position: 100%;
}
#mobile-app .devices{
  width: 75%;
  height: auto;
  margin-left: 20%;
}

#mobile-app .get-the-app {
  border-radius: 4px;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  padding: 20px 25px;
  width: 80%;
}

/* Mobile App Section - xs (landscape) */
@media (orientation: landscape) {
  #mobile-app .devices{
    width: 60%;
    height: auto;
    margin-left: 35%;
  }
  #mobile-app .get-the-app {
    top: 75%;
  }

}

@media (min-width: 768px) {
  #mobile-app {
    display: none;
  }
}

/* Desktop App Section */
#desktop-app {
  display: none;
}

@media (min-width: 768px) {
  #desktop-app {
    position: relative;
    background-image: url(https://mdlive.azureedge.net/affiliations-prod/static_asset/bg_download_app.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
    display: block;
    width: 77%;
    padding-bottom: 30px;
    margin: 20px 0 0 auto;
  }
}

/* What can be treated Section */

/* Treatments and Why MDLive - xs */
.whymdlive.group{
  border-bottom: 0;
}

.treatments ul,
.whymdlive ul,
.behavioral-treatments ul,
.whenuse ul{
  color: #e2231a;
  list-style: outside disc none;
}

.treatments ul{
  color: #e2231a;
  list-style: outside disc none;
}

@media (min-width: 768px) {
  .treatments ul, .behavioral-treatments ul {
    margin-left:20px;
  }
  .behavioral-treatments ul {
    color: #e2231a;
    list-style: outside disc none;
  }
}

.treatments ul.sm, .behavioral-treatments ul.sm {
  margin-left: 20px;
}

@media (min-width: 768px) {
  .treatments ul.sm, .behavioral-treatments ul.sm {
    margin-left: 0;
  }
}

.treatments-more {
  display: block;
  font-size: 85%;
}

@media (min-width: 768px) {
  .treatments-more {
    margin-left: 20px;
    font-size: 100%;
  }
}

.whymdlive ul.sm, .whenuse ul.sm {
  margin-left: 20px;
}

.treatments ul li span,
.whymdlive ul li span,
.whenuse ul li span,
.behavioral-treatments ul li span {
  font-size: 14px;
  color: #666;
}

.treatments ul li span{
  color: #666;
  line-height: 24px;
}
.behavioral-treatments ul li span{
  color: #666;
  line-height: 25px;
  white-space:normal!important;
}
.whymdlive ul li span, .whenuse ul li span {
  line-height: 24px;
}

/* MDLive App - md */
@media (min-width: 768px) {
  .treatments.group, .behavioral-treatments.group, .whymdlive.group, .whenuse.group {
    font-size: 14px;
    float: left;
    width: 42%;
    padding: 24px;
  }

  .include-behavioral .treatments.group{
      width: 24%;
  }
  .include-behavioral .behavioral-treatments.group{
      width: 36%;
  }
  .include-behavioral .whymdlive.group, .include-behavioral .whenuse.group{
      width: 40%;
  }

  .include-behavioral .group-three-container {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
    -o-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    -ms-column-gap: 0;
    -o-column-gap: 0;
    column-gap: 0;
    columns: 1;
  }

  .whymdlive.group, .whenuse.group {
    float: right;
    width: 46%;
    padding: 24px;
    line-height: 24px;
  }

  .treatments.group h2,
  .whymdlive.group h2,
  .behavioral-treatments.group h2,
  .whenuse.group h2{
    color: #e2231a;
    font-size: 1.3rem;
    white-space: initial;
  }

  .whymdlive.group h2 {
    margin-left: -15px;
  }
  .whymdlive .nowrap {
    white-space: nowrap;
    padding:0;
  }
  .whymdlive .nowrap span {
    font-size:15px;
  }
  .whenuse.whenuse h2 {
    margin-left: -15px;
  }

  .treatments ul.sm, .behavioral-treatments ul.sm {
    margin-left: 14px;
  }

  .whymdlive ul.sm, .whenuse ul.sm {
    margin-left: 0;
  }
}

/* SM Cols - xs */
.sm.col1 {
  display: block;
  float: left;
  width: 100%;
}

.sm.col2 {
  display: block;
  float: left;
  width: 100%;
}

/* SM Cols - s */
@media (min-width: 544px) {
  .sm.col1 {
    display: inline-block;
    float: left;
    width: 42%;
  }

  .sm.col2 {
    display: inline-block;
    float: right;
    width: 48%;
  }
}

/* SM Cols - md */
@media (min-width: 768px) {
  .sm.col2 {
    width: 50%;
  }
}

.sm.col2 li:last-child {
  list-style-type: none;
}

.lastingroup {
  padding-left: 12px;
}

/* Customer's Testimonials */
.customers_quotes_sidebar h4,
.customers_quotes_sidebar div.quote,
.customers_quotes_sidebar div.author {
  display: none;
}

.customers_quotes {
  float: left;
  display: block;
  position: relative;
  width: 48%;
}

.customers_quotes h2 {
  color: #e2231a;
  font-size: 1.3em;
}

.qt1 div, .qt2 div {
  font-size: 0.8em;
  width: 84%;
  text-align: justify;
  margin-bottom: 20px;
  padding: 4px;
  float: left;
  line-height: 1.3em;
}

.qt1, .qt2 {
  float: left;
}

.qt1 span, .qt2 span {
  float: right;
}

label {
  padding: 0px;
  margin: 0px;
}

label:after {
  content: "";
}

label.qt-bef {
  display: inline;
  font-family: SourceSansPro;
  font-size: 2em;
  float: left;
}

label.qt-aft {
  display: inline;
  font-family: SourceSansPro;
  font-size: 2em;
  float: none;
}

.customers_quotes_sidebar {
  float: right;
  display: block;
  position: relative;
  width: 48%;
}

.nav {
  float: right;
  width: 100%;
  display: none;
  position: relative;
  margin-top: 50px;
}

/* Register 270 form - md */
@media (min-width: 768px) {
  .register_270_hc_form {
    margin: 0;
  }
}

/* Active 270 - md */
@media (min-width: 768px) {
  .register_270_hc_form .activate .choose,
  .register_270_hc_form .activate .resolve {
    width: 88%;
  }
}

.register_270_hc_form .activate .activate {
  margin-top: 20px;
}

.tip {
  color: #959595;
  margin: 20px 0 ;
}

.register_270_hc_form .activate .member_member_id_tip:not(.error-note) {
  color: #959595;
  font-size: 14px;
  margin: 0 0 15px;
  width: 265px;
}

.register_270_hc_form .activate .member_primary_member_id_tip:not(.error-note) {
  color: #959595;
  font-size: 14px;
  margin: 20px 0;
  width: 265px;
}

.register_270_hc_form .activate .select {
  width: 265px;
}

.birthdate-mobile {
  /* background-image: url('/images/calendar_off.png'); */
  /* background-repeat: no-repeat; */
  /* background-position: 95% 10px; */
  /* background-size: 15px; */
  display: block;
  height: 34px;
}

@media (max-width: 544px) {

  .form-element.form-date.dob {
    padding-right: 0px !important;
  }

  #member_birthdate_2i, #member_birthdate_3i {
    width: 32% !important;
    float: left;
    display: block;
    margin-right: 4px;
  }

  #member_birthdate_1i {
    width: 32% !important;
    display: block;
    float: left;
  }
}

.select_dob label[for=month], .table-moniker label[for=month] {display:none;}
.birthdate-desktop {display: block;}

@media (min-width: 768px) {
  .select_dob label[for=month], .table-moniker label[for=month] {
    display:none;
  }
  .birthdate-desktop {
    display: block;
  }
}

@media (min-width: 768px) {
  .register_270_hc_form .activate .member_member_id_tip:not(.error-note) {
    font-size: 1em;
    width: auto;
  }

  .register_270_hc_form .activate .member_primary_member_id_tip:not(.error-note) {
    font-size: 1em;
    width: auto;
  }

}

#register-banner fieldset {
  min-width: 100%;
}

/* Footer Section (Partial) */
.contact {
  float: left;
  padding: 0px 30px 10px 0px;
  margin: 14px 0px 0px 0px;
  position: relative;
  height: auto;
}

.copyright {
  position: relative;
  float: left;
  top: 0px;
  left: 0px;
}

.copyright img {
  width: 130px;
}

.legal {
  left: 0px;
  margin-top: 10px;
  display: block;
  float: none;
  font-size: 0.8em;
  line-height: 1.2em;
}

.legal-links {
  margin-top: 15px;
}

.legal ul li {
  float: left;
  display: inline;
  position: relative;
}

.legal ul li.privacy:after, .legal ul li.terms:after, .legal ul li.hipaa:after {
  content: " | ";
  padding: 0px 8px;
}

.legal-content p{
  margin-bottom: 1em;
  text-align: left;
}
.legal-content ul{
  margin-left: 1em;
  list-style: disc;
  line-height: 1.4;
  margin-bottom: 1em;
}

.legal-content strong, .legal-content strong u{
  font-weight: bold;
}

.social {
  margin-top: 14px;
  padding-left: 45px;
}

.indicia {
  padding-top: 0px;
}

/* Footer - xs */
#footer {
  background: #464646;
  color: #fff;
  margin: 0 auto;
  padding-top: 20px;
  width: 100%;
}

/* Footer wrapper */
#footer .wrapper {
  background: transparent;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  #footer .wrapper {
    padding-bottom: 45px;
  }
}

/* Group Footer Left - xs */
.group_footer_left {
  float: left;
  font-size: 0.8em;
  padding: 20px;
}

/* Group Footer Left - md */
@media (min-width: 768px) {
  .group_footer_left {
    float: left;
    font-size: 0.8em;
    text-align: justify;
    padding: 0;
    width: 48%;
  }
}

/* Group Footer Right - xs */
.group_footer_right {
  float: left;
  font-size: 0.64em;
  line-height: 1.7em;
  text-align: left;
  margin-top: -30px;
  padding: 20px;
}

/* Group Footer Right - md */
@media (min-width: 768px) {
  .group_footer_right {
    float: right;
    font-size: 0.64em;
    line-height: 1.7em;
    text-align: left;
    margin-top: 0;
    padding: 0;
    width: 48%;
  }
}

.legal a, .legal a:visited, .legal a:hover, .legal a:visited:hover {
  color: #fff;
}

.mobile {
  display: none;
}

.col {
  float: left;
  width: 235px;
}

.sub {
  padding-left: 90px;
}

.sub-alt {
  padding-left: 45px;
}

.intro, .notice {
  line-height: 20px;
}

p.intro, .notice {
  font-size: 1.1em;
}

.intro {
  padding: 0 0 18px;
}

p.intro {
  color: #666;
  padding: 0;
}

.signin_acc_fieldset p.notice {
  color: #d0112b;
  clear: both;
  display: block;
  position: relative;
  margin-left: 0;
  margin-top: 30px;
  text-align: center;
  font-size: 1.5em;
}

@media (min-width: 768px) {
  .signin_acc_fieldset p.notice {
    width:200px;
    float: left;
    margin-top: 10px;
    text-align: left;
    font-size: 1.1em;
  }
}

.register_270_hc_form h2 {
  font-size: 1.4em;
  margin: 0;
  padding: 30px 0px;
  white-space: normal;
}

@media (min-width: 768px) {
  .register_270_hc_form h2 {
    font-size: 35px;
    white-space: nowrap;
  }
}

.register_270_hc_form p.intro {
  width: 100%;
}

@media (min-width: 768px) {
  .register_270_hc_form p.intro {
    color: #666;
    font-size: 16px;
    line-height: 1.3em;
  }
  .register_270_hc_form p.intro.hcsc {
    color: #666;
    font-size: 15px;
    line-height: 1.3em;
  }
}

.activate p {
  margin: 0;
}

.dependent_check input[type="checkbox"] {
  margin: 2px 10px 0 0;
}

#register-moniker-dependent {
  clear: both;
}

#register-moniker-dependent h2 {
  margin-top: 0px;
}

.yesdependents {
  margin-left: 10px;
}

.select_dob {
  margin-left: 10px;
}

.select_dob select {
  margin-top: 4px;
}

.notice {
  color: #d0112b;
  position: absolute;
  margin-top: 162px;
  margin-left: 43px;
  line-height: 1.3em;
}

.desc {
  font-size: .8em;
  line-height: 16px;
  padding: 4px 0 12px;
}

.quote, .author {
  font-size: .8em;
  line-height: 14px;
}

.quote {
  padding-top: 18px;
  quotes: "“", "”", "'", "'";
}

.quote:before {
  content: open-quote;
}

.quote:after {
  content: close-quote;
}

.author:before {
  content: "—";
}

.author {
  text-align: right;
  text-decoration: italic;
}

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

.group:after {
  clear: both;
}

.group {
  zoom: 1;
}

#banner {
  min-height: 40px;
}

.cta {
  width: 100%;
  display: block;
  background: url('/images/vader/bcbst/bg_cta.png');
}

.start {
  display: inline-block;
  position: relative;
  top: 12px;
  left: 15px;
  cursor: pointer;
}

.telehealth {
  float: right;
}

.telehealth a, .telehealth a:visited, .telehealth a:hover, .telehealth a:visited:hover {
  color: #fff;
  padding-left: 15px;
  background: url('/images/vader/bcbst/plus.png') 0% 50% no-repeat;
}

.nav {
  float: right;
  width: 222px;
}

.nav img {
  width: 100%;
}

.step {
  font-size: 1.15em;
  min-height: 60px;
  padding: 0 0 15px 80px;
}

.step .num {
  position: relative;
  display: inline-block;
  top: -3px;
  left: 0;
  width: 25px;
  height: 25px;
  color: #fff;
  font-size: .65em;
  font-weight: 600;
  text-align: center;
  line-height: 25px;
  background: #ee7c2e;
  border: 0px solid #ee7c2e;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.step .num.stepoff {
  background: #666666;
}

.get-started {
  display: none;
  margin-top: 6px;
  cursor: pointer;
}

.benefits img {
  width: 100%;
}

.services {
  padding-top: 12px;
}

.services > div {
  height: 50px;
  padding: 0 0 10px 50px;
  margin-top: 10px;
}

.error-note {
  font-size: 14px;
  color: #aa0000;
  margin: 0 0 10px;
}

dl {
  padding-bottom: 12px;
}

.contact-us-request-consultation .signinbtn {
  border: 0;
  margin-left: 0;
  width: 100%;
}
.contact-us-request-consultation .signinbtn a {
  color:#FFF;
  text-decoration: none;
}


.contact-us-request-consultation .signinbtn .sign-in {
  background-color: #0288d1;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: 'GothamNarrow-Book', 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  padding: 20px 25px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  -webkit-appearance: none;
}


@media (min-width: 768px) {
  .contact-us-request-consultation {
    display: inline-block;
    float: left;
    padding-left: 0;
    padding-right: 0;
    width: 48%;
  }

  .contact-us-request-consultation .signinbtn .sign-in {
    background-color: #d0112b;
    border-radius: 10px;
    padding: 7px 25px;
    width: 120px;
  }
}
@media (max-width: 768px) {
  .contact-us-request-consultation .signinbtn .sign-in {
    width: auto;
  }
}
@media (min-width: 770px) {
  .contact-us-request-consultation .signinbtn {
    float: left;
    border-right: 0px;
    padding-right: 30px;
    width: 150px;
  }

  .contact-us-request-consultation .tel {
    float: left;
    margin-top: 12px;
    margin-bottom: 0;
    padding-left: 30px;
    text-align: left;
    width: 59%;
  }
}

 @media (min-width: 770px) and (max-width: 990px) {
    .contact-us-request-consultation .tel {
      margin-top: -6px;
      text-align: center;
      display: inline-block;
      border-left: 1px solid #666;
      line-height: 3em;
      padding-left: 30px;
  }
    .teltty {
      display: block;
      float: left;
     padding-left: 0px;
     margin-top: 28px;
     border-left: 0px;
   }
   .contact-us-request-consultation .signinbtn {border-right:0px;}
 }

 @media (max-width: 768px) {
   .teltty {
     display: block;
     float: none;
     padding-left: 0px;
     margin-top: 28px;
     border-left: 0px;
     line-height: 1.4em;
     padding-bottom: 20px;
   }

   .contact-us-request-consultation .signinbtn {border-right:0px;}
 }

 @media (min-width: 768px) {
  .teltty {
    display: block;
    float: left;
    padding-left: 24px;
    margin-top: -10px;
    border-left: 1px solid #666;
    font-size: 16px;
  }
  .teltty li {padding-bottom: 0.3em;}
  .teltty li span {display: block; float: left; width: 60px;}
  .teltty li a {color: #e2231a;}
}

.contact-us-client-services {
  border-top: 1px solid #e6eaed;
  padding-top:20px;
}

.register_270_hc_form .activate input[type="text"],
.register_270_hc_form .activate input[type="email"],
.register_270_hc_form .activate input[type="password"],
.register_270_hc_form .activate input[type="date"],
.contact-us-client-services #contactform input[type="text"],
.contact-us-client-services #contactform input[type="email"],
#login_email,
#login_password,
#register-banner .table-moniker tr td input[type="text"],
#register-banner .table-moniker tr td input[type="email"],
#register-banner .table-moniker tr td input[type="password"],
#register-banner .table-moniker tr td input[type="date"],
.contact-us-client-services #contactform input[type="password"],
.contact-us-client-services #contactform select {
  width: 100%;
}

.contact-us-client-services #contactform #message {
  min-height: 80px;
  width: 100% !important;
  -webkit-appearance: none;
}

@media (min-width: 768px) {
  .contact-us-client-services {
    border: 0;
    display: inline-block;
    float: left;
    margin-left: 4%;
    padding-left: 0;
    padding-right: 0;
    width: 48%;
    padding-top:0;
  }

  .register_270_hc_form .activate input[type="text"],
  .register_270_hc_form .activate input[type="email"],
  .register_270_hc_form .activate input[type="password"],
  .register_270_hc_form .activate input[type="date"],
  #register-banner .table-moniker tr td input[type="text"],
  #register-banner .table-moniker tr td input[type="email"],
  #register-banner .table-moniker tr td input[type="password"],
  #register-banner .table-moniker tr td input[type="date"],
  #login_email,
  #login_password {
    width: 421px;
  }

  .contact-us-client-services #contactform #message {
    height: 88px;
  }
}

p.sub-headline {
  color: #333;
  font-weight: 600;
}

dt {
  border-bottom: 0;
  color: #e2231a;
  font-family: 'GothamNarrow-Book', 'Open Sans', sans-serif;
  font-size: 1.1em;
  cursor: pointer;
  letter-spacing: 0px;
  line-height: 1.6em;
  padding: 20px 0;
}

@media (min-width: 768px) {
  dt {
    border-bottom: 0;
    font-family: 'GothamNarrow-Book', 'Open Sans', sans-serif;
    font-size: 16px;
    color: #333;
    letter-spacing: 0px;
    background: #eee;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px 0px 5px 20px;
    cursor: pointer;
    line-height: 1.6em;
  }
}

dt:before {
  content: "\02212";
  font-size: 27px;
  color: #959595;
  margin-top: 0px;
  float: right;
  margin-left:10px;
}

dt.open {
  border-bottom: 1px solid #e6eaed;
}

dt.open:before {
  content: "\0002B";
}

@media (min-width: 768px) {
  dt:before {
    content: "\02212";
    font-size: 27px;
    color: #e2231a;
    margin-top: 0px;
    margin-right: 20px;
    float: left;
    margin-left:0;
  }

  dt.open:before {
    content: "\0002B";
  }
}

@media (min-width: 768px) {
  dt.open {
    background: #eee;
  }
}

dd {
  border-bottom: 1px solid #e6eaed;
  display: none;
  overflow: hidden;
  padding: 0 20px 20px 0;
  margin: 0;
}

@media (min-width: 768px) {
  dd {
    padding: 10px;
  }
}

dd > p {
  font-size: 14px;
  padding: 10px;
}

@media (min-width: 768px) {
  dd > p {
    font-size: .85em;
    padding: 10px 0 10px 42px;
    clear:both;
  }
}

.flash-box {
  padding:0 0 20px 0;
  font-weight: bolder;
  color:#e1292e;
}

.faq-title {
  float:left;
}
.faq_disclamers_hdr, .plsnote {
  font-size: 0.8em;
}

.faq_disclamers {
  font-size: 0.8em;
}

.faqList dd{
  display: none;
}

.registration {
  padding: 0;
}

input.continue_btn:hover {
  background-color: #ed7624;
}

.error, .alertbox {
  color: #e2231a ;
}

#errorbox {
  margin: 0 auto;
  top: 0;
  padding: 10px 0 10px 0;
  max-width: 960px;
  line-height: 20px;
}
#errorbox ~ #showcase {
  margin-top: 0;
}
#errorbox img{
  vertical-align: middle;
  position: relative;
  top:-3px;
}
.errorbox-hc {
  margin-top: 20px;
  margin-left: 0 ;
}

@media (min-width: 768px) {
  .errorbox-hc {
    padding-left: 0 ;
    top: 0 ;
    position: relative;
    margin-top: 0;
    margin-left: 0;
  }
}

/* Contact us */
.sub_headline_txt, .contactform_txt {
  font-size: 16px;
  margin-bottom: 30px;
}

.main-table td.left {
  width: 90%;
  display: block;
  position: relative;
}

.sign-in,
.sign-in:hover,
.sign-in:visited,
.bigbt.flatredbtn,
.bigbt.flatredbtn:hover,
.bigbt.flatredbtn:visited,
a.flatgreenbt2,
a.flatgreenbt2:hover,
a.flatgreenbt2:visited,
input.continue_btn,
input.continue_btn:hover,
input.continue_btn:visited,
input.redmobilebt,
input.redmobilebt:hover,
input.redmobilebt:visited {
  font-size: 16px;
  font-family: 'GothamNarrow-Book', 'Open Sans', sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  color: #fff;
  line-height: 1.6;
  text-align: center;
  background-color: #d0112b;
  margin: 0px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  border-style: none;
  padding: 7px 25px;
}

#send_contact_request,
#send_contact_request:hover,
#send_contact_request:visited {
  background-color: #0288d1;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: 'GothamNarrow-Book', 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  padding: 20px 25px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  -webkit-appearance: none;
}

@media (min-width: 768px) {
  #send_contact_request,
  #send_contact_request:hover,
  #send_contact_request:visited {
    background-color: #d0112b;
    border-radius: 10px;
    color: #fff;
    padding: 7px 25px;
  }
}
@media (min-width: 770px) {
  #send_contact_request,
  #send_contact_request:hover,
  #send_contact_request:visited {
    width: 200px;
  }
}

a, a:hover, a:visited {
  color: inherit;
}

.signinbtn {
  border-right: 1px solid #666;
  width: 150px;
  margin-left: 10px;
}

.tel {
  font-size: 16px;
  color: #666;
}

#contact-us .main-table {
  width: 92%;
  margin: 0px 20px 0px 15px;
  font-family: 'GothamNarrow-Book', 'Open Sans', sans-serif;
  font-size: 16px;
}

#contact-us a.sign-in-link {
  color: #1a49a0;
  text-decoration: none;
}


.headline a {
  color: #e2231a;
  font-size: 18px;
  margin-left: 15px;
}

#contactform p, p.m-bottom-16 {
  margin-bottom: 28px;
}

#signinbtn .headline {
  font-weight: normal;
  color: #666;
  font-size: 18px;
  margin-top: 0;
}

.contact_us_bg {
  display: none;
}

@media (min-width: 768px) {
  p.headline {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .contact_us_bg {
    display: block;
    float: left;
    position: relative;
    margin-top: 40px;
  }
}

.contact_us_bg img {
  width: 100%;
}

#options {
  margin-bottom: 30px;
}

#contact-us a.sign-in-:visited {
  color: #091936;
  text-decoration: none;
  font-weight: normal;
  font-size: 16px;
}

.teltext {
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
}

@media (min-width: 770px) {
  .teltext {
    margin-top: 0;
    text-align: left;
  }
}

.tel2 {
  display: block;
  color: #e2231a;
  font-size: 16px;
  margin-left: 0;
  margin-top: 10px;
}

@media (max-width: 770px) and (orientation: landscape) {
  .tel2 {
    display: inline;
    margin-left: 10px;
  }
}

@media (min-width: 770px) {
  .tel2 {
    display: inline;
    font-size: 24px;
    margin-top: 0;
    margin-left: 10px;
  }
}

#contact-us a.sign-in-link:hover {
  color: #EE7C2E;
}

#contact-us .placeholder.error {
  color: #e2231a ;
}

/* Input Placeholders */
::-webkit-input-placeholder {
  color: #979797;
}

@media (min-width: 768px) {
  ::-webkit-input-placeholder {
    color: #666;
  }
}

.error::-webkit-input-placeholder {
  color: #e2231a ;
}

/* Firefox 18- */
:-moz-placeholder {
  color: #979797;
}

@media (min-width: 768px) {
  :-moz-placeholder {
    color: #666;
  }
}

.error:-moz-placeholder {
  color: #e2231a ;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #979797;
}

@media (min-width: 768px) {
  ::-moz-placeholder {
    color: #666;
  }
}

.error::-moz-placeholder {
  color: #e2231a ;
}

:-ms-input-placeholder {
  color: #979797;
}

@media (min-width: 768px) {
  :-ms-input-placeholder {
    color: #666;
  }
}

.error:-ms-input-placeholder {
  color: #e2231a ;
}

::placeholder {
  color: #979797;
}

@media (min-width: 768px) {
  ::placeholder {
    color: #666;
  }
}

.error::placeholder {
  color: #e2231a !important;
}

#contact-us select#department,#register-banner .activate select {
  width: 100%;
}
@media (min-width: 768px) {
  #register-banner .activate select,
  #register-banner input[type="text"],
  #register-banner input[type="email"],
  #register-banner input[type="date"]{
    width:328px!important;
  }
}

#contact-us textarea#message {
  height: 88px;
  padding: 6px;
  margin-bottom: 10px;
}

.formfield2 {
  position: relative;
  background: #ffffff;
  padding: 10px;
  width: 200px;
  margin-right: 10px;
}

#contact-us .rounded8 {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  color: #666 ;
}

#contact-us .rounded5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  color: #666 ;
}

#contact-us h1 {
  font-size: 1.95em;
  letter-spacing: -1px;
  color: #e2231a;
  white-space: nowrap;
  padding-bottom: 16px;
  padding-left: 20px;
}

table#options td {
  padding-top: 0px;
}

.nogood {
  border: 2px solid #cf0000;
}

.good {
  border: 2px solid #40900a;
}

.validationbullet {
  position: absolute;
  padding-left: 10px;
  padding-top: 1px;
}

.flatgreenbt2:hover {
  background: #7acf75;
}

a.flatgreenbt2:link {
  text-decoration: none;
  color: #ffffff;
}

a.flatgreenbt2:visited {
  text-decoration: none;
  color: #ffffff;
}

a.flatgreenbt2:active {
  text-decoration: none;
  color: #ffffff;
}

a.flatgreenbt2:hover {
  text-decoration: none;
  color: #ffffff;
  background: #fe7300;
}

select.error, input.error, label.error, textarea.error {
  background-color: #eec7c4;
  border: 1px solid #ccc;
  color: black;
}

.group.hc-sign-in {
  border-bottom: 0;
}

.group.hc-sign-in .col {
  width: 100%;
}

.sub-alt {
  padding-left: 0px;
}

.col.sub-alt.switch {
  font-family: 'GothamNarrow-Book', 'Open Sans', sans-serif;
}

.col.sub-alt.switch img {
  width: 100%;
}

.group.hc-sign-in .submit-form {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .group.hc-sign-in .submit-form {
    margin-top: 0;
    float:left;
  }
}

#error_user_name {
  clear: both;
  position: relative;
  margin-bottom: 5px;
}

.signin_acc_fieldset {
  position: relative;
  clear: both;
  width: 100%;
}

#error_password {
  clear: both;
  position: relative;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  #login_password, #login_email {
    width: 40%;
  }
}
@media (max-width: 992px) {
  #signin_acc {
    margin: 0!important;
    background-position:-40px 0;
  }
  #primebanner {
    margin: 0!important;
    background-position:-40px 0;
  }
  #login_email, #login_password {
    width:50%;
  }
}
@media (max-width: 767px) {
  #login_password, #login_email {
    width: 100%;
  }
}

#submit_login {
  background-color: #0288d1;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: 'GothamNarrow-Book', 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  /* margin: 30px 0px 20px 0px; */
  padding: 20px 25px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  -webkit-appearance: none;
}

@media (min-width: 768px) {
  #submit_login {
    background-color: #d0112b;
    border-radius: 6px;
    padding: 7px 40px;
    margin: 20px 0;
    width: auto;
  }
}

#signin_acc {
  margin-left: 10px;
}
#primebanner {
    margin-left: 10px;
  }

@media (min-width: 768px) {
  #signin_acc, .group.register .form-wrapper {
    margin: 0;
    padding: 20px 0;
    position: relative;
    background: url('/images/hc/sign-in-bg.jpg') top right no-repeat;
    background-size: cover;
    min-height: 410px;
    border-radius: 0 0 40px;
  }
  #primebanner {
    margin: 0px 60px 0px 0px;
    padding: 20px 0;
    position: relative;
    min-height: 410px;
    border-radius: 0 0 40px;
  }
}

.mobile-notice {
  background: #d0112b;
  color: #fff;
  font-size: 14px;
  padding: 20px;
  position: relative;
  top: -20px;
  left: -20px;
  text-align: center;
  width: 100%;
}

@media (orientation: landscape) {
  .mobile-notice {
    font-size: 1.1em;
  }
}

@media (min-width: 768px) {
  .mobile-notice {
    display: none;
  }
}

.mobile-acct {
  display: block;
  margin-top: 50px;
}

.mobile-acct .mobile-acct-menu > li {
  font-size: 1em;
  margin-top: 20px;
}

.mobile-acct .mobile-acct-menu > li > a {
  color: #d0112b;
}

@media (min-width: 768px) {
  .mobile-acct {
    display: none;
  }
}

.acct-menu {
  list-style-type: none;
}

/* Disclaimer, Privacy and Terms style fix */

#main-side.hc.privacy_policy h1 {padding:0px;}
.hc.disclaimers .disclaimers-content .disclaimers-content-title {color:#666; font-weight: bold;}

/*Legal Disclaimer pages*/
.hc.disclaimers .disclaimers-content .disclaimers-content-title {
  color: #e2231a;
  font-size: 35px;
  padding: 0 0 30px;
  margin-bottom: 10px;
}

.hc.disclaimers .disclaimers-content .disclaimers-content-copyright {
  margin-top: 30px;
}

.hc.terms_of_use {padding:0!important;}
.hc.privacy_policy h1 + br,.hc.privacy_policy h1 + br + br {display:none;}

#main-side.hc.privacy_policy h1, #main-side.hc.terms_of_use h1, #main-side.hc.hipaa h1 {
  font-weight: bold;
  font-size: 26px;
  padding: 20px 0;
  color:#e2231a;
}

b {
  font-weight: bold;
}

.acct-menu li {
  padding: 5px;
  position: relative;
  height: 17px;
  font-size: 15px;
  box-sizing: border-box;
  text-align:center;
}

.acct-menu li a {
  color: #aa0000;
}

.acct-menu li a:hover {
  color: #FF4E46;
  text-decoration: underline;
}

.input_error {
  background-color: #FF8E9E;
  border-color: 1px solid #e2231a;
}

#hc_footer_nav {
  padding-left: 15px;
  margin-top: 5px;
  height: 20px;
  list-style-type: none;
}

#hc_footer_nav li {
  font-size: 12px;
  float: left;
  padding: 0 5px;
}

#main-side .disclaimers-content-list {line-height:1.8em;}
.disclaimers-content-copyright {padding-top:30px;}

/* Register pages for error message up top to display styles */
.error-box {
  color: #aa0000;
}

.error-box td {
  width: auto ;
}

.intro {
  display: inline-block;
}

.faq.smallheader.mobile-hide h2 {
  padding-top: 0px;
}

.faq-controls {
  display: none;
}

@media (min-width: 768px) {
  .faq-controls {
    display: inline;
    margin-top: 10px;
    float: right;
    font-size: 15px;
    text-transform: uppercase;
  }
}

/*Insurance Information Errors page*/
.hc_ins_error {
  margin: 75px 0;
}

.hc_ins_error table.progressbar, .hc_ins_error div.mobile.progress-bar {
  display: none;
}

.hc_ins_error h1 {
  margin: 15px 0 30px 0;
  font-weight: bold;
  font-size: 1.95em;
  letter-spacing: -1px;
}

.hc_ins_error div#insurance_data_verification {
  padding: 50px;
}

.hc_ins_error p {
  margin-bottom: 20px;
}

.member_id_examples {
  display: block;
  display: block;
  margin: -40px 0px 20px 4px;
}

/* How it works */
.howitworks_ul,
.howitworks_ol,
.faq .conditions_list {
  font-size: 0.86em;
  line-height: 18px;
}

.howitworks_ul,
.faq .conditions_list {
  list-style: initial;
  padding: 0 15px 0 20px;
}

.howitworks_ol {
  padding: 0 2em;
}
.faq .app-links {display:block;margin:10px 0 0 42px;width:auto;text-align:left;}
.conditions_list_container strong {
  font-size: 0.85em;
  padding: 20px 0 10px;
  display:block;
}
.conditions_list_container br {
  display:none;
}

@media (min-width: 768px) {
  .howitworks_ul,
  .howitworks_ol,
  .faq .conditions_list {
    padding: 0px 60px;
  }
  .conditions_list li {
    float:left;
    width:230px;
    white-space: nowrap;
  }
  .faq .conditions_list li {
    float:none;
    width:auto;
  }
  .conditions_list li:last-child {
    float:none;
    clear:both;
    list-style: none;
    padding-top: 10px;
    margin-left:-15px;
  }
  .faq .conditions_list {
    float:left;
  }
  .faq .conditions_list li:last-child {
    float:left;
    clear:none;
    list-style: disc;
    padding-top: 0;
    margin-left:-0;
  }
  .conditions_list_container {
    float:left;
  }
  .conditions_list_container strong {
    font-size: 0.85em;
    padding: 0 45px 10px;
  }
}

/* Collapse */
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

/* Loading */
.loading .loading-img {
  position: relative;
  left: -5px;
}

.loading .label {
  font-size:.9em;
  font-weight:bold;
  padding-bottom:15px;
  text-align: left;
}

.error {
  background: transparent;
  border-color: red;
}

.error_label {
  color: #aa0000;
  font-size: 14px;
}

/* Splash page */
#splash_page .desc {
  color:#6b6b6b;
}

#splash_page .desc a {
  color:#0092dd;
}

#splash_page dl.dropdown {
  display: inline-block;
  min-width: 520px;
}

#splash_page .dropdown div, .dropdown dt, .dropdown ul {
  margin: 0;
  padding: 0;
}

#splash_page .dropdown div {
  margin-right: 2px;
  position:relative;
}

#splash_page .dropdown a, .dropdown a:visited {
  color: #4e4d54;
  text-decoration: none;
  outline: none;
}

#splash_page .dropdown a:hover {
  color:#4e4d54;
}

/* triangle-down */
#splash_page .dropdown dt {
  background-color:#ebebeb;
  background-image: url(/images/vader/triangle-down-gray.png);
  background-position: 95% 50%;
  background-repeat: no-repeat;
  font-weight:bold;
}

/* triangle-up */
#splash_page .dropdown dt.open {
  background-image: none;
  background-image: url(/images/vader/triangle-up-gray.png) ;
  background-position: 95% 50%;
  background-repeat: no-repeat;
  border: none;
}

#splash_page .dropdown dt a {
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  display: block;
  min-width:345px;
  padding-right:50px;
}

#splash_page .dropdown dt a:hover {
  border: 1px solid #0089cf;
  color:#4e4d54;
}

#splash_page .dropdown dt a span {
  cursor: pointer;
  display: block;
  padding: 15px 10px;
  height: 18px;
}

#splash_page .dropdown span.value {
  display:none;
}

#splash_page .dropdown div ul {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 0 0 5px 5px;
  border: 1px solid #e6e6e6;
  color: #C5C0B0;
  display: none;
  left: 0;
  list-style: none;
  padding: 0;
  position: absolute;
  top: -3px;
  width: 100%;
}

#splash_page .dropdown div ul li {
  background-image: none;
  padding-left: 0;
}

#splash_page .dropdown div ul li:hover {
  background-color: #0089cf;
  cursor: pointer;
}

#splash_page .dropdown div ul li:first-child {
  border-top: 1px solid #cacaca;
}

#splash_page .dropdown div ul li a {
  border-bottom: 1px solid #cacaca;
  display: block;
  margin: 0px 10px;
  padding: 10px 0;
}

#splash_page .dropdown div ul li a:hover {
  border: none;
  color: #fff;
}

#splash_page {
  font-family: "Gotham", "Raleway", Helvetica, Arial, san-serif;
}

.flatbluebt {
  background: #0288d1;
  border-radius: 10px;
  border: 0;
  color: #ffffff ;
  float: left;
  font-family: "Gotham", "Raleway", Helvetica, Arial, san-serif;
  font-size: 1.7em;
  font-weight: 300;
  line-height: 2.5em;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 180px;
  -webkit-appearance: none;
}

.flatbluebt:hover {
  background:#52adde;
}

#splash_page{
  margin: auto;
  padding: 70px 30px 0 30px;
  width: auto;
}

#splash_page .flatbluebt {
  display: inline-block;
  float: none;
  margin: 8px 8px;
}

#splash_buttons_box.buttons_2 .flatbluebt {
  width: 380px;
}

#splash_buttons_box.buttons_3 .flatbluebt {
  width: 246px;
}

#splash_page h1 {
  border-bottom:none;
  display: inline-block;
  font-family: "Gotham", "Raleway", Helvetica, Arial, san-serif;
  font-size: 40px;
  margin:0px;
  padding:0px 8px;
  width: 60%;
}

#splash_buttons_box {
  clear: both;
  margin: auto;
  padding: 35px 0px;
  text-align: center;
}

#splash_page p {
  font-size: 20px;
  padding: 25px 8px 0;
}

#splash_page .content {
  min-height: 180px;
  position: relative;
}

#splash_page .content p {
  width: 55%;
}

#splash_page p.bold{
  color: #666;
  margin-bottom: 10px;
}

#splash_page .content img {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
}

.nonav #mainstage {
  border-radius:15px;
  margin-top: 15px;
}

.bold {
  font-weight: bold;
}

a.standard_btn,
a.standard_btn:hover,
a.standard_btn:visited {
  background-color: #0288d1;
  border-radius: 5px;
  border: none;
  color: #fff;
  font-family: "Gotham", "Raleway", Helvetica, Arial, san-serif;
  font-size: 16px;
  margin: 20px 25px;
  padding: 15px 70px;
}

.footnote{
  line-height:1.2;
  font-size:80%;
  margin-top:25px;
  width:50%;
}

/* for mobile */
@media (min-width: 0) and (max-width: 660px) {
  #splash_page{
    text-align: center;
    width: auto;
  }

  #splash_page h1 {
    width:auto;
  }

  .flatbluebt {
    width: 180px ;
  }
}
/* end of Splash page */

/* Colorbox */

@media (max-width: 768px) {
  #colorbox {
    min-height: 800px;
    height: auto ;
    width: 100% ;
  }

  #colorbox #cboxWrapper {
    height: auto ;
    width: 100% ;
  }

  #colorbox #cboxWrapper > div:first-child {
    display: none;
  }

  #colorbox #cboxWrapper > div:last-child {
    display: none;
  }

  #colorbox #cboxMiddleLeft {
    display: none;
  }

  #colorbox #cboxContent {
    height: auto ;
    width: 100% ;
  }

  #colorbox #cboxMiddleRight {
    display: none;
  }

  #colorbox #cboxLoadedContent {
    height: auto ;
    width: 100% ;
  }

  #colorbox #cboxLoadedContent img {
    height: auto ;
    width: 100% ;
  }
  .faq .app-links {text-align:center;margin:10px 0 0;}

  .footnote{
    width:auto;
  }
}

/* Registration Complete page */
table#member_eligibility_complete {
    width: 100%;
}

table#member_eligibility_complete tr td img {
    display: none;
}

blockquote {margin: 0px;}
table.progressbar {display: none;}
div.member_profile {position: relative;top:65px;}
table.progressbar, .progress-bar.mobile {display: none;}
h1.mobile-hide.registration-title {
    font-size: 1.4em;
    color: #33ccff;
    margin-left: 0;
}
.registration-text { margin-left: 0; margin-top: 10px;}

td.dob {width: 60%;}
.dob select {width: 20%;}
table.table_wrapper_form { width: 100%;}

table.member_profile_form {width: 100%;}
.member_profile_form input, .member_profile_form select {
    border: 1px;
    border-radius: 3px;
    box-shadow: none;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 8px 12px;
    width: auto;
    -webkit-appearance: none;
}
.hc_customers {
  padding:50px 0;
  display:none;
}
  .hc-container {
    display:table;
    height:100%;
    width:100%;
  }
#header, .content.hc,#footer {
  display: table-row;
  vertical-align:top;
  padding:0;
}
.cell-wrapper{
  display:table-cell;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 768px) {
  .hc-menu-container {
    display: table-row;
    vertical-align:top;
    padding:0;
  }
  #header .cell-wrapper {
    height:55px;
    z-index: 3;
  }
  .hc-menu-container .cell-wrapper {
    height:36px;
    z-index: 2;
  }
  #footer .cell-wrapper {
    height:150px;
    padding-top: 20px
  }
  .footnote:not(:empty){
    box-shadow: 0px 0px 8px rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, .7);
    border-radius: 6px;
    padding: 5px 5px 5px 0;
  }
}

/*Forgot username/password*/
.forgot-password input, .forgot-username input {
  width:100%;
}
.forgot-password input[type="text"], .forgot-username input[type="text"] {
  margin: 20px 0 8px
}
.forgot-password p span, .forgot-username p span {
  display:block;
  margin-left:0!important;
}
.forgot-password a, .forgot-username a {
  margin-top: 30px;
  display: inline-block;
  color: #e2231a;
}
@media (min-width: 768px) {
  .forgot-password input[type="text"], .forgot-username input[type="text"] {
    max-width:400px;
  }
  .forgot-password p span, .forgot-username p span {
    display:initial;
    margin-left:20px!important;
  }
  .forgot-password p a, .forgot-username p a {
    width:200px;
  }
}

/* Prime CSS elements */
#page h2.prime {
  color: #464646;
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 55px;
}

@media (min-width: 768px) {
  #page h2.prime {
    font-size: 24px;
  }
}
.prime_green1_header, .prime_green2_header, .prime_green3_header,
.prime_blue_header, .prime_purple_header, .prime_pink_header {
    display: inline-block;
    line-height: 1;
    padding-bottom: 10px;
    font-size: 1.22em;
    font-weight: normal;
  }

.prime_green1_header {color: #43B79B;}
.prime_green2_header {color: #5EBB55;}
.prime_green3_header {color: #36B7BC;}
.prime_blue_header {color: #488DC7;}
.prime_purple_header {color: #9A72AB;}
.prime_pink_header {color: #E56AA8;}

#prime-group-one span.one-msg, #prime-group-one span.two-msg, #prime-group-one span.three-msg, .prime_green1_header, .prime_blue_header, .prime_purple_header, .prime_green2_header, .prime_green3_header, .prime_pink_header {
    width: 75%;
    display: inline-block;
    margin-left: 24px;
}

.prime_subsection_rightside {
    width: 70%;
    display: inline-block;
}

.prime_benefits_section {
  display: inline-block;
}

.prime_benefits {
  width: 48%;
  padding:0;
  background-color: #fff;
  border: 0;
}

.prime_benefits.group.right {
  width: 100%;
  padding: 25px;
}
.prime_benefits.group.left {
  width: 100%;
  padding: 25px;
}

@media (min-width: 768px) {
  .prime_benefits.group.right {
      width: 48%;
  }
  .prime_benefits.group.left {
      width: 48%;
  }
  /* HC - DOB */
  #register-banner .activate .form-element.form-date.dob select#member_birthdate_2i.member-birthdate.birthdate-desktop {width: 14.2% !important; float: left; display: block;}
  #register-banner .activate .form-element.form-date.dob select#member_birthdate_3i.member-birthdate.birthdate-desktop {width: 10% !important; float: left; margin-left: 4px;}
  #register-banner .activate .form-element.form-date.dob select#member_birthdate_1i.member-birthdate.birthdate-desktop {width: 10% !important; margin-left: 4px; display: inline-block;}
}

.prime_benefits_subsection {
  min-height: 140px;
}

#showcase .title {
    text-align: left;
    margin: 0px;
    width:180px;
}

@media (min-width: 544px){
  #showcase .title {
    margin-top: 20px;
    width: auto;
    text-align:left;
    margin-left: 0px;
  }
}

@media (min-width: 544px){
  #showcase {
    height: 360px;
    margin-bottom: 0px;
  }
}

/* VIRTUAL CARE VIDEOS FOR HC TEMPLATE */

@media (min-width: 1024px) {
  .virtual_care_videos_img1 {width:300px; height:auto; padding:10px 20px 10px 0px; vertical-align: top;}
  .virtual_care_videos_img2 {width:300px; height:auto; padding:10px 20px 10px 0px; vertical-align: top;}
  .virtual_care_videos_img3 {width:300px; height:auto; padding:10px 0px 10px 0px; vertical-align: top;}
  .virtual_care_videos {padding: 0px 0px 30px 0px; /*float:left;*/}
  .landingH2.virtcare {padding: 0px; margin-bottom: 12px; color: #33ccff;}
  .virt_care_img1 {display:inline-block; list-style: none; float:left;}
  .virt_care_img2 {display:inline-block; list-style: none;}
  .virt_care_img3 {display:inline-block; list-style: none;}
}
@media (min-width: 768px) and (max-width: 1024px) {
  .virtual_care_videos_img1 {width:95%; height:auto; padding:10px 20px 10px 0px; vertical-align: top;}
  .virtual_care_videos_img2 {width:95%; height:auto; padding:10px 20px 10px 0px; vertical-align: top;}
  .virtual_care_videos_img3 {width:95%; height:auto; padding:10px 0px 10px 0px; vertical-align: top;}
  .virtual_care_videos {padding: 0px 0px 30px 0px; /*float:left;*/}
  .landingH2.virtcare {padding: 0px; margin-bottom: 12px; color: #33ccff;}
  .virt_care_img1 {display:inline-block; list-style: none; float:left; width:95%; height:auto;}
  .virt_care_img2 {display:inline-block; list-style: none; width:95%; height:auto;}
  .virt_care_img3 {display:inline-block; list-style: none; width:95%; height:auto;}
}
@media (max-width: 768px) {
  .virtual_care_videos_img1 {margin:20px auto 0px; display:block; width:95%; height:auto; vertical-align: top;}
  .virtual_care_videos_img2 {margin:20px auto 0px; display:block; width:95%; height:auto; vertical-align: top;}
  .virtual_care_videos_img3 {margin:20px auto 0px; display:block; width:95%; height:auto; vertical-align: top;}
  .virtual_care_videos {padding-top:30px; width:100%; height:auto;}
  .virt_care_img1_desc {display: block; text-align: center;}
  .landingH2.virtcare {padding: 0px 0px 0px 20px; padding-bottom: 0px; margin-bottom: 12px; color: #245781 !important;}
}
@media (max-width: 544px){
  .virtual_care_videos_img1 {padding: 10px 5px 10px 10px; width:90%; height:auto; vertical-align: top;}
  .virtual_care_videos_img2 {padding: 10px 5px 10px 10px; width:90%; height:auto; vertical-align: top;}
  .virtual_care_videos_img3 {padding: 10px 10px 10px 5px; width:90%; height:auto; vertical-align: top;}
}

.maintenanceBanner{
  background: #d0202f;
  color: #fff;
}
.maintenanceBanner div{
  max-width: 970px;
  margin: auto;
  padding: 8px 10px;
  font-size: 18px;
  line-height: 1.4;
}
.tryagain {text-decoration: underline; color: #0082c8;}
