#content .urgent-table .month {
  float: left;
  font-size: 19px;
  padding-top: 8px; }

#content .urgent-table .prev {
  background: url("../assets/icon/ui/caret-down.svg") no-repeat center;
  transform: rotate(90deg);
  background-size: cover;
  width: 40px;
  height: 40px;
  cursor: pointer; }

#content .urgent-table .next {
  background: url("../assets/icon/ui/caret-down.svg") no-repeat center;
  transform: rotate(-90deg);
  background-size: cover;
  width: 40px;
  height: 40px;
  cursor: pointer; }

.nextAvailability {
  z-index: 1; }

.btn-icon {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  height: 44px;
  padding: 0 16px;
  color: #1F2023;
  font-size: 16px;
  border: 1px solid #E6EBF1;
  border-radius: 2px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  border-radius: 2px; }
  .btn-icon:hover {
    background-color: #6ECCBA;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1); }
    .btn-icon:hover > b {
      background-color: #fff; }
  .btn-icon.active {
    height: 44px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #6ECCBA;
    color: #fff; }
    .btn-icon.active > b {
      background-color: #fff; }
  .btn-icon > b {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    flex: 0 0 auto;
    -webkit-mask: url("../img/paramedical.svg") no-repeat 100% 100%;
    mask: url("../img/paramedical.svg") no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background: #1F2023;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }

.care-team-flash {
  background: #2C2E3D;
  border-radius: 2px;
  color: #FFFFFF;
  font-size: 16px;
  letter-spacing: -0.32px;
  line-height: 19px;
  padding: 16px 24px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 2; }

.content-holder {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px; }

.provider-header {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.care-team__hero {
  background-color: #FAFBFC;
  padding: 48px 0; }

.care-team__hero .button {
  display: inline-block;
  float: none; }

.hero-content {
  max-width: 350px; }

.hero-content a {
  float: none;
  display: inline-block; }

.hero-content h1 {
  color: #232327;
  font-size: 24px;
  letter-spacing: -0.32px;
  line-height: 1;
  margin-bottom: 12px; }

.hero-content p {
  color: #242424;
  font-family: "Helvetica Neue";
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px; }

.care-team__content {
  padding: 20px 0 100px 0; }

.tabs {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  list-style-type: none; }

.tab-content {
  display: block; }

.tab-content.inactive {
  display: none; }

.tabs li a {
  color: #2C2E3D;
  font-size: 16px;
  letter-spacing: -0.32px;
  line-height: 24px;
  padding: 8px 20px;
  display: inline-block;
  border-bottom: 1px solid #2C2E3D; }

.tabs li a.inactive {
  border-bottom: 1px solid transparent; }

.tab-controls {
  border-bottom: 1px solid #F0F2F7;
  margin-bottom: 35px; }

.grid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -16px;
  justify-content: flex-start;
  flex-wrap: wrap; }

.grid-item {
  width: 33.33333%;
  padding: 0 16px;
  margin-bottom: 32px;
  min-height: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.item-body {
  border: 1px solid #E6EBF1;
  height: 100%;
  border-radius: 2px; }

.item-body h2 {
  color: #1F2023;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.32px;
  line-height: 1;
  margin: 0 0 10px 0; }

.item-body p {
  margin: 0;
  color: #2C2E3D;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px;
  line-height: 28px; }

.item-body .badge {
  margin: 0 0 18px 0;
  font-size: 14px; }

.item-body .button {
  float: none;
  display: inline-block; }

.item-icon {
  height: 48px;
  width: 48px;
  border-radius: 2px;
  position: absolute;
  top: 24px;
  right: 24px; }

.item-icon:after {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  display: inline-block;
  -webkit-mask-size: cover;
  mask-size: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.item--top {
  padding: 24px 24px 24px 32px;
  border-bottom: 1px solid #E6EBF1;
  position: relative; }

.item--bottom {
  padding: 24px 24px 24px 32px;
  position: relative; }

.item--bottom .trash {
  position: absolute;
  bottom: 24px;
  right: 24px;
  width: 24px;
  height: 24px;
  background: url("../img/trash.svg") no-repeat center/contain; }

.item--bottom .btn-holder:first-of-type {
  margin-bottom: 16px; }

.btn-counter {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  align-items: center;
  height: 36px;
  border-radius: 50px;
  padding-left: 4px;
  font-size: 16px;
  padding-right: 16px; }

.btn-counter b {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 8px;
  font-weight: 400;
  line-height: 1; }

/* item specific styles */
.item--doctor .item-icon {
  background-color: #E6E6FF; }

.item--doctor .item-icon:after {
  -webkit-mask: url("../img/paramedical.svg") no-repeat 100% 100%;
  mask: url("../img/doctor.svg") no-repeat 100% 100%;
  background: #6A68A3; }

.item--doctor .badge {
  color: #6A68A3;
  background-color: #E6E6FF; }

.item--doctor .btn-counter {
  background-color: #EEEDFA; }

.item--doctor .btn-counter b {
  background-color: #9C99FA; }

.item--therapist .item-icon {
  background-color: #DCF5EF; }

.item--therapist .item-icon:after {
  -webkit-mask: url("../img/paramedical.svg") no-repeat 100% 100%;
  mask: url("../img/paramedical.svg") no-repeat 100% 100%;
  background: #146657; }

.item--therapist .badge {
  color: #146657;
  background-color: #DCF5EF; }

.item--therapist .btn-counter {
  background-color: #DCF5EF; }

.item--therapist .btn-counter b {
  background-color: #6ECCBA; }

/* item specific styles */
.item--empty .item-body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

.item--empty p {
  color: #242424;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 16px; }

@media screen and (max-width: 1099px) {
  .grid {
    flex-wrap: wrap; }
  .grid-item {
    flex: 0 0 50%; } }

@media screen and (max-width: 767px) {
  .tabs {
    justify-content: center; }
  .grid-item {
    flex: 0 0 100%; }
  .content-holder {
    padding: 0 20px; } }

.relation-flow {
  height: 48px;
  width: 100%;
  background-color: #E6EBF1; }
  .relation-flow .book-for {
    margin: 12px 0 12px 40px;
    font-size: 16px;
    font-weight: 200;
    letter-spacing: -0.32px;
    float: left; }
  .relation-flow .view-care-team {
    margin-top: 12px;
    margin-bottom: 12px;
    float: right;
    font-size: 16px;
    font-weight: 200; }
  .relation-flow .cancel {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.32px;
    float: right;
    margin: 12px 40px 12px 32px;
    cursor: pointer; }

.doctor-note-wrapper {
  max-width: 461px;
  border-radius: 2px;
  background-color: rgba(230, 235, 241, 0.5);
  padding: 16px 32px;
  margin-left: 34px;
  margin-top: 24px;
  display: flex; }
  .doctor-note-wrapper .icon {
    margin-top: 20px; }
  .doctor-note-wrapper .note-wrapper {
    flex: 1;
    margin-left: 20px; }
    .doctor-note-wrapper .note-wrapper .title {
      color: #0F0F14;
      font-size: 12px;
      font-weight: bold;
      line-height: 20px; }
    .doctor-note-wrapper .note-wrapper .note {
      margin-top: 3px;
      color: #0F0F14;
      font-size: 12px;
      line-height: 20px; }
  @media screen and (max-width: 767px) {
    .doctor-note-wrapper {
      margin-left: 0; } }

.preferred-number::before {
  content: "";
  background-image: url("../img/check-circle.svg");
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  top: 16px; }

.selectric-items {
  z-index: 2; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pagination > li {
  display: inline; }

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7; }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

#waiting-queue {
  padding: 40px 20px;
  display: flex;
  align-items: center;
  flex-direction: column; }
  #waiting-queue h1 {
    width: 70%;
    margin-bottom: 30px;
    text-align: center;
    line-height: 34px; }
    @media (max-width: 991px) {
      #waiting-queue h1 {
        width: 100%;
        font-size: 28px !important;
        line-height: 30px !important;
        text-align: left; } }
  #waiting-queue .description {
    width: 70%;
    text-align: center; }
    @media (max-width: 991px) {
      #waiting-queue .description {
        width: 100%;
        text-align: left; } }
  #waiting-queue .appointment-details {
    margin-top: 30px;
    border: 1px solid #eeeeee;
    border-radius: 5px; }
    #waiting-queue .appointment-details .title {
      color: #ffffff;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0.88px;
      line-height: 17px;
      text-transform: uppercase;
      padding: 12px 50px 12px 20px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
      #waiting-queue .appointment-details .title.bg-teal {
        background-color: #34919A; }
    #waiting-queue .appointment-details .content {
      border-bottom: 1px solid #eeeeee;
      padding: 17px 50px 17px 20px;
      font-size: 20px;
      letter-spacing: -0.3px;
      line-height: 29px; }
      #waiting-queue .appointment-details .content p {
        margin-bottom: 10px; }
      #waiting-queue .appointment-details .content .appointment-type {
        border-radius: 3px;
        background-color: #E6E6FF;
        color: #6A68A3;
        font-size: 12px;
        font-weight: 400;
        padding: 5px;
        letter-spacing: 1.7px;
        line-height: 19px; }
    #waiting-queue .appointment-details .doctor {
      padding: 12px 50px 12px 20px;
      font-size: 16px;
      letter-spacing: 0.6px; }
    @media (max-width: 991px) {
      #waiting-queue .appointment-details {
        width: 100%; } }

.insurances #insurance-search {
  width: 400px;
  border: 1px solid #C3CCD6;
  border-radius: 2px;
  background-color: #FFFFFF;
  position: relative; }
  @media (max-width: 991px) {
    .insurances #insurance-search {
      width: 80%;
      margin-left: 10%; } }
  .insurances #insurance-search input {
    width: 398px;
    height: 56px;
    padding: 12px;
    border: none;
    font-size: 14px; }
    @media (max-width: 991px) {
      .insurances #insurance-search input {
        width: 78%; } }
  .insurances #insurance-search .search-results .insurance-item {
    padding: 12px;
    border-top: 1px solid #ebeef2; }
  .insurances #insurance-search .search-results .insurance-item:hover {
    background-color: rgba(0, 0, 0, 0.07);
    cursor: pointer; }

.insurances .your-plans {
  margin-top: 66px !important;
  margin-bottom: 16px !important; }

.insurances #insurance-search:after {
  content: '';
  display: inline-block;
  background: url("/assets/icon/ui/search.svg") no-repeat center center/cover;
  position: absolute;
  right: 20px;
  top: 16px;
  width: 24px;
  height: 24px; }

.insurances .insurance-list-item {
  width: 328px;
  height: 67px;
  opacity: 0.5;
  border-radius: 2px;
  background-color: #F0F2F7;
  display: flex;
  align-items: center;
  padding: 12px;
  margin-bottom: 15px; }
  .insurances .insurance-list-item .title {
    flex: 1; }
  .insurances .insurance-list-item .remove:hover {
    cursor: pointer; }

.virtual-med-box {
  margin-bottom: 15px;
  margin-top: 30px;
  float: left;
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden; }

.virtual-med {
  position: relative;
  padding: 16px;
  border: 2px solid rgba(254, 91, 100, 0.3);
  border-radius: 2px;
  background-color: rgba(255, 230, 231, 0.5);
  margin-bottom: 50px; }
  @media (min-width: 992px) {
    .virtual-med {
      padding: 32px; } }
  .virtual-med:hover {
    cursor: pointer; }
  .virtual-med .logo {
    width: 100px; }
    @media (min-width: 992px) {
      .virtual-med .logo {
        width: 180px; } }
  .virtual-med .description {
    color: #0B0C0D;
    padding-top: 13px;
    font-size: 14px;
    letter-spacing: 0.09px;
    line-height: 20px; }
    @media (min-width: 992px) {
      .virtual-med .description {
        width: 60%;
        font-size: 20px;
        letter-spacing: 0.13px;
        line-height: 28px; } }
  .virtual-med .fees {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    width: 78px;
    color: #AB3E43;
    font-size: 14px;
    letter-spacing: -0.32px;
    background-color: #FFE6E7;
    text-align: center;
    line-height: 1.1; }
  .virtual-med .ext-link {
    position: absolute;
    top: 8px;
    right: 92px; }
    @media (min-width: 992px) {
      .virtual-med .ext-link {
        right: 24px;
        top: 50%; } }
    .virtual-med .ext-link img {
      width: 16px;
      height: 16px; }
      @media (min-width: 992px) {
        .virtual-med .ext-link img {
          width: 26px;
          height: 26px; } }


/*

 * Hbs widget

 */

 .box {

  position: fixed;

  bottom: 5px;

  left: 5px;

  cursor: pointer;

  transition: ease-in-out 0.5s padding-left;

  margin-bottom: 20px!important;

  background-color: transparent;

}


.box:hover {

  padding-left: 3px;

}


.button {

  background-color: transparent;

  border: 0;

}


.overlay {

  position: fixed;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  background: rgba(0, 0, 0, 0.7);

  transition: opacity 500ms;

  visibility: hidden;

  opacity: 0;

}

.overlay:target {

  visibility: visible;

  opacity: 1;

}


.popup {

  margin: 70px auto;

  padding: 20px;

  background: #fff;

  border-radius: 5px;

  width: 50%;

  position: relative;

  transition: all 5s ease-in-out;

}


.popup h2 {

  margin-top: 0;

  color: #333;

  font-family: Tahoma, Arial, sans-serif;

}

.popup .close {

  position: absolute;

  top: 20px;

  right: 30px;

  transition: all 200ms;

  font-size: 30px;

  font-weight: bold;

  text-decoration: none;

  color: #333;

}

.popup .close:hover {

  color: black;

}

.popup .content {

  max-height: 50%;

  overflow: auto;

}


@media screen and (max-width: 700px){

  .box{

    width: 70%;

  }

  .popup{

    width: 70%;

  }

}


/*

 * Captcha

 */


 .capt-outer {

   

 }


 .capt-reload {

   flex: 1;

   display: flex;

   flex-direction: column;

   align-items: center;

   justify-content: center;

   cursor: pointer;

 }


 .capt-reload:hover {

   background-color: lightgray;

 }


 .capt-rel-text {

   font-size: 10px;

   font-family: Tahoma, Arial, sans-serif;

   margin: 5px;

 }


 .capt-container {

   display: flex;

   flex-direction: column;

   align-items: center;

   flex: 4;

   border: 1px solid lightgray;

   margin-bottom: 10px;

 }


 .capt-reload-container {

    cursor: pointer;

    padding: 10px;

 }


  .capt-reload-container:hover {

    background-color: lightgray;

  }


 .capt-img-container {

   display: flex;

   align-items: center;

   flex-direction: row;

 }


 .capt-img {

   display: flex;

   justify-content: center;

   padding: 10px;

 }


 .capt-inp {

   height: 20px!important;

   margin: 0px 0px;

   width: 80%!important;

 }


 .capt-label {

   font-size: small;

   color: grey;

   font-family: 'Roboto', sans-serif;

 }


 .mp-hidden {

   display: none !important;

 }


.tap-purple-btn {

  color:#fff;

  margin-right:8px;

  border:1px solid rgba(0, 0, 0, 0.1);

  border-radius:2px;

  background-color:#9C99FA;

  margin-top:30px;

  font-size:16px;

  height:44px;

  text-align:center;

  cursor:pointer;

  -webkit-transition:all 0.3s ease-out;

  -o-transition:all 0.3s ease-out;

  transition:all 0.3s ease-out;

  padding-left:16px;

  padding-right:16px

}

.tap-purple-btn:hover {

  -webkit-box-shadow:2px 2px 10px #c3c3c3;

  box-shadow:2px 2px 10px #c3c3c3

}


#family-member-view {

  position: absolute;

  right: 112px;

  top: 24px;

  width: 24px;

  height: 24px;

  background: url('/assets/icon/ui/eye.svg') no-repeat center center/contain;

  font-size: 0;

  text-indent: -9999px;

}


/* Privacy policy */

div.privacy-policy {
  max-width: 95% !important;
  text-align: justify;
}

.privacy-policy a {
  text-decoration: underline;
  cursor: pointer;
}

.privacy-policy h2 {
  margin: 20px 0;
}

.privacy-policy p {
  margin-bottom: 20px;
}