/* START GLOBAL STYLES */
body {
  color: #54565a;
  font-weight: 400;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}
h1 {
  font-family: raleway;
}
h2 {
  font-family: roboto;
}
h3 {
  font-family: raleway;
}
h4 {
  font-family: roboto;
}
h5 {
  font-family: raleway;
}
ul {
  padding: 0;
  list-style-type: none;
}
.link {
  text-decoration: underline;
  color: #54565A;
}
.btn-outline-dialcare {
  background-color: white;
  border-color: #e2e2e2;
  color: #54565a;
  font-family: roboto;
}
.btn-outline-dialcare:hover {
  background-color: #717372;
  border-color: #717372;
  color: white;
  font-family: roboto;
}
.btn-dialcare {
  background-color: #00aea9;
  border-color: #00aea9;
  color: white !important;
  font-family: roboto;
}
.btn-dialcare:hover {
  background-color: white;
  border-color: #717372;
  color: #717372 !important;
  font-family: roboto;
}
.btn-dialcare-gray {
  background-color: #54565a;
  border-color: #54565a;
  color: white !important;
  font-family: roboto;
}
.btn-dialcare-gray:hover {
  background-color: white;
  border-color: #717372;
  color: #717372 !important;
  font-family: roboto;
}
.btn-dialcare:not(:disabled):not(.disabled):focus {
  box-shadow: 0 0 5px #00a19c;
}
.btn-dialcare-green {
  background-color: #76bc21;
  color: white !important;
  font-family: roboto;
}
.btn-dialcare-green:hover {
  background-color: #65a517;
  color: white !important;
  font-family: roboto;
}
.btn-dialcare-blue {
  background-color: #007da5;
  color: white !important;
  font-family: roboto;
}
.btn-dialcare-blue:hover {
  background-color: #006385;
  color: white !important;
  font-family: roboto;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #00aea9;
}
#return-to-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  color: #fff;
  background: rgba(0, 175, 170, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: #00aea9;
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}
.div-color-a {
  background-color: #E2E6EB;
}
.div-color-a ul {
  font-size: 1.5em;
}
.div-color-b {
  background-color: #C8D1DB;
}
.div-color-b a {
  color: #00aea9;
}
.div-color-c {
  background-color: #AAB0BB;
}
.div-color-d {
  background-color: #6F7271;
  color: #fff;
}
.div-color-e {
  /* background-color: #fdd756; */
  background-color: #ffe386;
}
.div-color-f1 {
  color: #fff;
  background: rgb(0, 48, 87);
  background: linear-gradient(270deg, rgba(0, 48, 87, 1) 5%, rgba(84, 86, 90, 1) 100%);
}
.div-color-f1 h2 {
  line-height: 38px;
}
.div-color-f1 h3 {
  line-height: 30px;
}
.div-color-h {
  background-color: #00aea9;
  color: #fff;
}
.div-color-i {
  background-color: #fff;
  color:#54565a;
}
.div-color-i a {
  color:#00aea9;
  white-space: nowrap;
}
.div-color-x1 {
  background-color: rgba(0, 125, 165, .1);
}
.div-color-x {
  background-color: #54565a;
}
.div-color-x h1,
.div-color-x h2,
.div-color-x h4,
.div-color-x h5 {
  color: #fff;
}
.div-color-x label {
  color: #fff;
}
.jumbotron {
  background-color: #00aea9;
  padding: 0;
  border-radius: 0;
  /* background-color: #fff; */
}
.jumbotron h1 {
  margin: 15px 0;
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 3.5em;
  font-family: roboto;
  color: #fff;
}
.jumbotron-ty {
  background-color: #00aea9;
  padding: 0;
  border-radius: 0;
  margin: 0;
}
.jumbotron-ty h1 {
  margin: 15px 0;
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 3.5em;
  font-family: roboto;
  color: #fff;
}
.jumbotron-ty h2 {
  color: #fff;
}

/* END GLOBAL STYLES */

/* START NAVBAR STYLES */
.navbar-nav a {
  font-family: roboto;
  font-size: 22px;
  font-weight: lighter;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0px 20px;
}

.navbar-brand img {
  height: 60px;
  padding-left: 0px;
}

.navbar-light .navbar-nav .active>.nav-link {
  font-weight: bold;
  color: #00aea9;
}

.navbar-light .navbar-toggler {
  border-color: transparent;
}

.navbar-toggler:focus {
  outline: none !important;
}

.navbar-toggler[aria-expanded="true"] {
  background-color: #54565A;
  border-color: transparent;
}

.su {
  left: -22px;
  min-width: 0;
}

.li {
  left: -58px;
  min-width: 0;
}

.fa-bars {
  color: #00aea9;
}

.phone {
  color: #6f7271;
  padding-right: 15px;
}

.alert-washington {
  color: #fff;
  font-size: 1rem;
  background-color:#003057;
  border-color: #003057;
  line-height: 10px;
  margin-bottom: 0;
}

.alert-washington a {
  color: #fff;
}

/* END NAVBAR STYLES */

/* START HOME PAGE STYLES */
#hero-index {
  background: url(../images/index/older-couple-on-phone.jpg) right top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 500px;
}
#hero-index .display-4 {
  font-family: raleway;
  /* color: #00afaa; */
  color: #54565a;
  line-height: 60px;
  font-weight: normal;
}
#hero-index h3 {
  color: #00afaa;
  margin-bottom: 1rem;
}
.hero-h1 {
  font-family: roboto;
  color: #00afaa;
  font-size: 1.8rem;
  font-weight: bold;
}
.hero-h1-td {
  font-family: roboto;
  color: #ff5100;
  font-size: 1.9rem;
  font-weight: bold;
}
.hero-hr {
  border-top: 2px solid #54565A;
  width: 200px;
}

.bg-blue {
  background-color: rgba(0, 125, 165, .1)!important;
}
.bg-orange {
  background-color: rgba(255, 81, 0, 0.1)!important;
}
.bg-green {
  background-color: rgba(118, 188, 33, 0.1) !important;
}
.bg-yellow {
  background-color: rgba(253, 215, 86, 0.18) !important;
}

.shadow {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.card {
  border: none;
}
.card-ul {
  list-style-type: disc !important;
  padding-left: 1em !important;
  margin-left: 1em;
  font-family: Roboto;
  font-weight: bold;
  line-height: 1em;
}
.card-ul li {
  padding-bottom: 20px;
}
.card-copy-teal {
  color: #00aea9;
}
.card-copy-orange {
  color: #ff5100;
}
.card-copy-white {
  color: #fff;
}
.card-hr {
  border-top: 3px solid #fff;
  width: 200px;
}
.card-image {
  object-fit: cover;
}
.card-title {
  margin-bottom: 0;
}
.card-text {
  color: #6F7271;
  background-color: #c6cbd4;
}

.circle-logo {
  width: 250px;
}

.plan-card-header {
  background-color: #00aea9;
  height: 50px;
  line-height: 50px;
  font-family: roboto;
  color: #fff;
  font-size: 20px;
}
.plan-card-body p {
  color: #fff;
  font-size: 50px;
  letter-spacing: -2px;
  margin-bottom: -1rem;
  margin-top: -20px;
}
.plan-card-body {
  background-color: #c6cbd4;
  height: 150px;
}
.plan-card-body-a {
  background-color: #c6cbd4;
  padding-bottom: 10px;
}
.plan-card-body-b {
  background-color: #c6cbd4;
  height: 130px;
}

.zip-modal-header {
  background-color: #09aea9;
}
.zip-modal-title {
  padding: 10px;
  margin: 0;
  color: #fff;
}
.zip-close {
  float: right;
  margin-right: 10px;
  font-size: 1.5rem;
  font-weight: 700;
}

button.zip-close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  outline: none;
}

.btn-dialcare-zip  {
  background-color: #00aea9 !important;
  border-color: #00aea9;
  color: white !important;
  font-family: roboto;
}
.btn-dialcare-zip:hover {
  background-color: white !important;
  border-color: #717372;
  color: #717372 !important;
  font-family: roboto;
}
/* END HOME PAGE STYLES */

/* START PHYSICIAN ACCESS PAGE STYLES */
#hero-PA {
  background: url(../images/telemedicine/v2/DCPA-hero.jpg) right top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#hero-PA-app {
  background: url(../images/telemedicine/v2/DialCarePhone.jpg) right center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#hero-PA a{
  color: #54565a;
}
.pa-symptoms li {
  font-size: 1.3rem;
  color: #fff;
}
.pa-card-a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: rgba(0, 174, 169, .5);
  background-clip: border-box;
  border-radius: .25rem;
  border-bottom: 5px solid #00aea9;
  box-shadow: 0px 1px 13px 1px #bbbbbb;
}
.pa-card-b {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: rgba(113, 114, 113, .5);
  background-clip: border-box;
  border-radius: .25rem;
  border-bottom: 5px solid #00aea9;
  box-shadow: 0px 1px 13px 1px #bbbbbb;
}
.pa-benefit-circle i {
  display: inline-block;
  font-size: 40px;
  background-color: #fff;
  color: #00aea9;
  text-align: center;
  width: 75px;
  height: 75px;
  line-height: 65px;
  margin: 0 5px;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 1);
  border-radius: 50%;
}
.pa-hiw-circle i {
  display: inline-block;
  font-size: 40px;
  background-color: #fff;
  /* background-color: #54565a; */
  color: #ffb600;
  text-align: center;
  width: 75px;
  height: 75px;
  line-height: 65px;
  margin: 0 5px;
  box-shadow: 3px 3px 20px rgba(255, 255, 255, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
}
#pa-benefits {
  background: url(../images/telemedicine/v2/AdobeStock_205970547_Preview.jpg) left top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#pa-hiw {
  background: url(../images/telemedicine/v2/AdobeStock_142959977.jpg) right top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.benefits-copy h4{
  color: #00aea9;
}
.pa-hiw-copy h4, .pa-hiw-copy h3{
  color: #fdd756;
}
.pa-hiw-links a{
  color: #fdd756;
  text-decoration: underline;
}
.pa-hiw-links a:hover{
  color: #fdd756
}
.pa-iframe {
  min-height: 0;
}
.pa-icon-color {
  color: #fdd756;
}

/* END PHYSICIAN ACCESS PAGE STYLES */

/* START TELEDENTISTRY PAGE STYLES */
#hero-teledentistry {
  background: url(../images/teledentistry/dentist3.jpg) right top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#hero-teledentistry .display-3 {
  font-family: raleway;
  color: #00afaa;
  line-height: 60px;
  font-weight: normal;
}
#hero-teledentistry .display-4 {
  font-family: raleway;
  color: #ff5100;
  line-height: 60px;
  font-weight: normal;
}
#hero-teledentistry .white-copy {
  color: #54566a;
}

#join label {
  margin-bottom: 0;
  font-weight: 500;
}
#join .form-group {
  margin-bottom: .5rem;
}
#join .req {
  color: red;
}
.buttons-a {
  padding-left: 10px;
}
.buttons-b {
  padding-left: 0;
}
#td-info .bg-yellow {
  box-shadow: 0px 1px 13px -5px #bbbbbb;
}
#td-info .bg-orange {
  box-shadow: 0px 1px 13px -5px #bbbbbb;
}
.td-hr {
  border-color:#54565a;
}
/* END TELEDENTISTRY PAGE STYLES */

/* START CLINICIANS PAGE STYLES */
#hero-clinicians {
  background: url(../images/clinicians/GroupOfClinicians.jpg) right top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#hero-clinicians .display-4 {
  font-family: raleway;
  color: #fff;
  line-height: 60px;
  font-weight: normal;
}
.clinician-card-title {
  color: #00aea9;
  font-weight: bold;
}
.clinician-card-body-teal {
  background-color: rgba(0, 48, 87, .1);
  border-bottom: 5px solid #00aea9;
}
.clinician-card-ul {
  font-family: Roboto;
  font-weight: bold;
  line-height: 1em;
  color: #54565a;
  padding-top: 15px;
}
.clinician-card-ul li {
  padding-bottom: 15px;
}
.clinician-hr {
  border-color: #fff;
}
/* END CLINICIANS PAGE STYLES */

/* START SIGNUP PAGE STYLES */
#hero-sign-up {
  background: url(../images/signup/FamilyOnCouch.jpg) right top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#hero-sign-up .display-4 {
  font-weight: 500;
  line-height: 55px;
}

.jumbotron-sign-up {
  background-image: url(../images/signup/CloseUP_Laptop.jpg);
  background-size: cover;
  color: #fff;
  text-align: center;
}

.pricing .row {
  padding: 40px 0;
}
.pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.1);
  background: rgba(112, 112, 112, .1);
  text-align: center;
}
.pricing .box1 {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.3);
  background: rgba(0, 175, 170, .1);
  text-align: center;
}
.pricing .box2 {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.3);
  background: rgba(253, 215, 86, 0.18);
  text-align: center;
}
.pricing h3 {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 28px;
  font-family: Roboto;
  color: #00aea9;
}
.pricing img {
  width: 50%;
  padding-bottom: 20px;
}
.pricing-box {
  position: relative;
  width: 100%;
  background: #54565A;
}
.pricing-box h3 {
  margin: 0;
  color: #fff;
  padding: 10px 0;
  font-size: 25px;
  line-height: 25px;
}
.pricing-box h2 {
  margin: 0;
  color: #fff;
  padding: 25px 0;
  font-size: 35px;
  line-height: 35px;
  letter-spacing: -2px;
}
.pricing-box p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  color: #fff;
}
.pricing h4 {
  font-size: 46px;
  color: #68A4C4;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 25px;
}
.pricing h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}
.pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}
.pricing ul li {
  padding-bottom: 12px;
}
.pricing ul i {
  color: #68A4C4;
  font-size: 18px;
  padding-right: 4px;
}
.pricing ul .na {
  color: #ccc;
}
.pricing ul .na i {
  color: #ccc;
}
.pricing ul .na span {
  text-decoration: line-through;
}
.pricing .featured {
  z-index: 10;
  margin: -30px 0px 0 0px;
}
.pricing p {
  margin-bottom: .5rem;
}
.pricing-lh {
  line-height: 1;
}

.circle {
  position: relative;
  width: 50%;
  padding-bottom: 50%;
  background: #54565A;
  border-radius: 50%;
}
.circle h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
}
.circle h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  color: #fff;
  font-size: 35px;
  line-height: 35px;
  letter-spacing: -2px;
}
.circle p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  color: #fff;
}

.cents {
  font-size: 0.7em;
  position: relative;
  bottom: 0.25em;
}

.copy-above-price {
  margin-top: -30px !important;
}
.copy-below-price {
  margin-top: 25px !important;
}

.border-box {
  width: auto;
  border: 5px solid #fff;
  padding: 70px;
}

/* not rquired */
.column {
  width: 0;
  margin: 0 auto;
}

.c-frame-wrapper {
  width: auto;
  padding: 70px;
}
.c-frame-tl {
  top: 0;
  left: 0;
  position: absolute;
  width: 260px;
  height: 80px;
  border-width: 3px;
  border-style: solid none none solid;
  border-color: #fff;
}
.c-frame-tl::after {
  content: " ";
  position: absolute;
  transform: translate3d(5px, 5px, 0);
  width: 200px;
  height: 40px;
  border-width: 3px;
  border-style: solid none none solid;
  border-color: #fff;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.c-frame-br {
  bottom: -20;
  right: 0;
  position: absolute;
  width: 260px;
  height: 80px;
  border-width: 3px;
  border-style: none solid solid none;
  border-color: #fff;
}
.c-frame-br::after {
  content: " ";
  position: absolute;
  transform: translate3d(50px, 30px, 0);
  width: 200px;
  height: 40px;
  border-width: 3px;
  border-style: none solid solid none;
  border-color: #fff;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.c-frame-content {
  width: 100%;
  text-align: center;
  /*center alignment x and y*/
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  transform: translate(-50%, -50%);
  padding: 50px;
}

.sign-up-ul {
  display: inline-block;
  list-style: disc;
  text-align: left;
}

.nav-pills>li {
  float: left
}
.nav>li>a {
  padding: 9px 12px;
  font-size: 15px;
}
.nav-pills>li>a {
  border-radius: 4px;
  color: #00aea9;
  text-decoration: none;
}
.nav-pills>li+li {
  margin-left: 2px
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #00aea9;
}

.thead-teal {
  background-color: #00aea9;
  color: #fff;
}

.breadcrumb a {
  color: #00aea9;
}
.breadcrumb {
  background-color: rgba(0,0,0,.05);
}
/* END SIGNUP PAGE STYLES */

/* START SITEMAP PAGE STYLES */
.sitemap h2 {
  color: #6F7271;
  font-size: 2.5rem;
  font-family: raleway;
}
.sitemap a {
  color: #00aea9;
}
.sitemap {
  background-color: #f4f4f4;
}
/* END SITEMAP PAGE STYLES */

/* START ABOUT US PAGE STYLES */
#hero-about-header {
  background: url(../images/about-us/about-us-hero.jpg) center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 500px;
}
#hero-about-header .display-2 {
  color: #fff;
}
#philanthropy {
  background: url(../images/about-us/philanthropy.jpg) center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 500px;
}
#employeer {
  background: url(../images/about-us/employeer.jpg) center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 500px;
}
#experience {
  background: url(../images/about-us/experience.jpg) center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 500px;
}
#building {
  background: url(../images/about-us/building.jpg) center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 500px;
}
.about-us {
  background-color: #f4f4f4;
}
.about-us-hr {
  border-top: 2px solid #54565A;
  width: 300px;
  /* padding-bottom: 10px; */
}
.about-overlay {
  background-color: #54565A;
  color: #fff;
}
.about-cards .card-title {
  color: #00aea9;
}
.about-cards .card-text {
  background-color: #ffffff;
}
.about-cards img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}
.about-us-img {
  height: 500px;
}
.about-us-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.about-us-img .display-4 {
  line-height: 1;
  font-size: 3.5rem;
  font-weight: 300;
}
/* END ABOUT US PAGE STYLES */

/* START EXEC TEAM PAGE STYLES */
.team-image img {
  max-width: 200px;
  width: 100%;
  border-radius: 50%;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .7);
}
.exec-name {
  color: #00aea9;
}

/* END EXEC TEAM PAGE STYLES */

/* START MENTAL WELLNESS PAGE STYLES */
.mw-icon {
  color: #fff;
  font-size: 4vw;
  /* padding-left: 20px; */
}
.mw-rectangle {
  height: 5vw;
  background: rgba(0, 48, 87, 0.773);
  border-radius: 90vw 0 0 90vw;

}
.mw-text {
  font-size: 1.4vw;
  color: #fff;
  line-height: 1.6vw;
  font-weight: bold;
  top: -.2vw;
}
.mw-link {
  color: #fff;
  text-decoration: underline;
}
.mw-link:hover{
  color: #fff;
}
/* END MENTAL WELLNESS PAGE STYLES */

/* START FAQ PAGE STYLES */
.faq h2,
.faq h3 {
  color: #00aea9;
}
.faq .card-header {
  padding: .5rem 1.25rem;
}
.faq-header {
  background-color: rgba(0, 174, 169, .5);
  padding: 40px 0;
  border-radius: 0;
}
#faq-content a {
  color: #00aea9;
}
.faq-box-shadow {
  box-shadow: 0 -.1rem 1rem rgba(0,0,0,.15)!important;
}

/* Rounded tabs */
@media (min-width: 576px) {
  .rounded-nav {
    border-radius: 50rem !important;
  }
}
@media (min-width: 576px) {
  .rounded-nav .nav-link {
    border-radius: 50rem !important;
  }
}
.nav-pills .nav-link {
  color: #555;
}
.text-uppercase {
  letter-spacing: 0.1em;
}
/* Rounded tabs */
/* END FAQ PAGE STYLES */

/* START STATE EXCLUSIONS PAGE STYLES */
.state-card-body {
  background-color: rgb(236, 236, 236);
  border: 1px;
  border-radius: 5px;
  padding: 10px;
}
.state-card-body li {
  color: #00aea9;
}
.state-card-body span {
  color: #00aea9;
}
/* END STATE EXCLUSIONS PAGE STYLES */

/* START CORONAVIRUS PAGE STYLES */
.alert-corona {
  color: #00afaa;
  font-size: 26px;
  background-color: rgba(253, 215, 86, 0.39);
  border-color: rgba(253, 215, 86, 0.39);
  line-height: 30px;
  margin-bottom: 0;
}
.alert-corona a {
  color: #00afaa;
}
.corona ul {
  padding-left: 20px;
  list-style-type: disc;
  font-size: 1.25rem;
  color: #6f7271;
}
.corona ol {
  padding: 20 40;
  font-size: 1.25rem;
  color: #6f7271;
}
.div-color-corona {
  background-color: #f7f7f7;
  margin-bottom: 50px;
}
.corona h2 {
  color: #00aea9;
}
.corona h5 {
  color: #6F7271;
}
.corona a {
  color: #00aea9;
  font-weight: bolder;
  font-size: 20px;
  line-height: 18px;
}
.corona-chart h3 {
  color: #00aea9;
}
.corona-chart th,
td {
  color: #6F7271;
}

.call-out-box {
  text-align: center;
  border: solid;
  padding: 10px;
  color: #00aea9 !important;
  border-radius: 10px;
}

.cv-logo {
  width: 200px;
}

/*! // CORONAVIRUS CHART */

.rtable {
  /*!
  // IE needs inline-block to position scrolling shadows otherwise use:
  // display: block;
  // max-width: min-content;
  */
  display: inline-block;
  vertical-align: top;
  max-width: 100%;

  overflow-x: auto;

  /* // optional - looks better for small cell values */
  /* white-space: nowrap; */

  border-collapse: collapse;
  border-spacing: 0;
}
.rtable,
.rtable--flip tbody {
  /* // optional - enable iOS momentum scrolling */
  -webkit-overflow-scrolling: touch;

  /* // scrolling shadows */
  background: radial-gradient(left, ellipse, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, 0) 75%) 0 center,
    radial-gradient(right, ellipse, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
  background-size: 10px 100%, 10px 100%;
  background-attachment: scroll, scroll;
  background-repeat: no-repeat;
}
/* // change these gradients from white to your background colour if it differs */
/* // gradient on the first cells to hide the left shadow */
.rtable td:first-child,
.rtable--flip tbody tr:first-child {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
  background-repeat: no-repeat;
  background-size: 20px 100%;
}
/* // gradient on the last cells to hide the right shadow */
.rtable td:last-child,
.rtable--flip tbody tr:last-child {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 20px 100%;
}
.rtable th {
  font-size: 11px;
  text-align: left;
  text-transform: uppercase;
  background: #c4c4c4;
}
.rtable th,
.rtable td {
  padding: 6px 12px;
  border: 1px solid #d9d7ce;
}
.rtable--flip {
  display: flex;
  overflow: hidden;
  background: none;
}
.rtable--flip thead {
  display: flex;
  flex-shrink: 0;
  min-width: min-content;
}
.rtable--flip tbody {
  display: flex;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}
.rtable--flip tr {
  display: flex;
  flex-direction: column;
  min-width: min-content;
  flex-shrink: 0;
}
.rtable--flip td,
.rtable--flip th {
  display: block;
}
.rtable--flip td {
  background-image: none !important;
  /* // border-collapse is no longer active */
  border-left: 0;
}
/* // border-collapse is no longer active */
.rtable--flip th:not(:last-child),
.rtable--flip td:not(:last-child) {
  border-bottom: 0;
}

/* END CORONAVIRUS PAGE STYLES */

/*START BUSINESS PAGE STYLES  */
#hero-business {
  background: url(../images/business/business-heroA.jpg) right top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 400px;
  position: relative;
}
#hero-business .display-5 {
  font-family: raleway;
  color:#54565a;
  line-height: 40px;
  font-weight: normal;
  padding-top: 50px;
}
.business-h1 {
  font-family: roboto;
  color: #00afaa;
  font-size: 1.9rem;
  font-weight: bold;
}
.business-card-text {
  color: #6F7271;
}
#hero-business-a {
  background: url(../images/business/business-consultA.jpg) left top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* height: 500px; */
  position: relative;
}
#hero-business-a p {
  line-height: 1rem;
}
#hero-business-a .vert-center {
  padding-top: 200px;
}
#more-than ul {
  display: block;
  list-style-type: disc;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 30px;
}
.profile-card-3 {
  font-family: 'Open Sans', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.profile-card-3 .card-content {
  width: 100%;
  padding: 15px 25px;
  color: #232323;
  float: left;
  border-radius: 5px;
  position: relative;
}
.profile-card-3 .profile {
  margin-left: 50%;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 1);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  margin-top: 20px;
}
.profile-card-3 h2 {
  margin: 0 0 5px;
  font-weight: 600;
  font-size: 25px;
}
.profile-card-3 h4 {
  color: #00aea9;
}
.profile-card-3 h2 small {
  display: block;
  font-size: 15px;
  margin-top: 10px;
}
.profile-card-3 i {
  display: inline-block;
  font-size: 50px;
  background-color: #fff;
  color: #00aea9;
  text-align: center;
  border: 1px solid #232323;
  width: 100px;
  height: 100px;
  line-height: 93px;
  border-radius: 50%;
  margin: 0 5px;
}
.profile-card-3 ul {
  display: block;
  list-style-type: disc;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 30px;
}
.testimonial .testimonial-content{
  padding: 35px 25px 35px 100px;
  /* margin-bottom: 35px; */
  background: #fff;
  border: 1px solid #f0f0f0;
  position: relative;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
}
.testimonial-content .testimonial-icon{
  width: 100px;
  height: 100px;
  background: #00aea9;
  text-align: center;
  font-size: 60px;
  color: #fff;
  line-height: 93px;
  position: absolute;
  top: 41px;
  left: -20px;
}
.testimonial-content .testimonial-icon:before{
  content: "";
  border-bottom: 16px solid #008b87;
  border-left: 18px solid transparent;
  position: absolute;
  top: -16px;
  left: 1px;
}
.testimonial .description{
  color: #00aea9;
}
.testimonial-content ul {
  display: block;
  list-style-type: disc;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 30px;
}
.testimonial-content a {
  color: #00aea9;
  font-weight: bold;
}
.div-fill-img {
  height: 100%;
  object-fit: cover;
  box-shadow: 23px 0px 20px -4px rgba(0,0,0,0.2);
}
#hero-more-than {
  background: url(../images/business/hero-more-than1.jpg) center top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.business-hr {
  border-color: #54565a;
}
/*END BUSINESS PAGE STYLES  */



/*START SCHOOLS PAGE STYLES  */
#hero-schools {
  background: url(../images/schools/SchoolboyWithTablet.jpg) right top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 600px;
  position: relative;
}

#hero-schools-a {
  background: url(../images/schools/PhoneTabletMouse.jpg) left top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 500px;
  position: relative;
}

#hero-schools h1 {
  color: #fff;
  font-weight: 500;
  line-height: 4rem;
}

.school-h1 {
  color: #00aea9;
  font-weight: 500;
  line-height: 2rem;
}

.school-form-h1 {
  color: #fff;
  font-weight: 500;
  line-height: 2rem;
}

.school-hr {
  border-top: 2px solid #fff;
  width: 200px;
}

.school-form p {
  color: #fff;
}

#hero-schools-a h4 {
  color: #003057;
  font-weight: bold;
}

#hero-schools-a p {
  line-height: 1rem;
}

#hero-schools-a .vert-center {
  padding-top: 200px;
}

.school-circle-a {
  background: url(../images/schools/Circle-calendar.png) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 90%;
  height: 275px;
  width: 275px;
  position: relative;
  text-align: center;
  color: #fff;
  line-height: 1.2rem;
}

.school-circle-b {
  background: url(../images/schools/Circle-phone.png) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 90%;
  height: 275px;
  width: 275px;
  position: relative;
  text-align: center;
  color: #54565a;
  line-height: 1.2rem;
}

.school-circle-c {
  background: url(../images/schools/Circle-reporting.png) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 90%;
  height: 275px;
  width: 275px;
  position: relative;
  text-align: center;
  color: #fff;
  line-height: 1.2rem;
}

.school-circle-d {
  background: url(../images/schools/Circle-marketing.png) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 90%;
  height: 275px;
  width: 275px;
  position: relative;
  text-align: center;
  color: #54565a;
  line-height: 1.2rem;
}

.school-circle-text {
  padding-top: 150px;
}

#hiw-schools img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.hiw-card-body-blue {
  background-color: rgba(0, 48, 87, .1);
  border-bottom: 5px solid #003057;
}

.hiw-card-body-green {
  background-color: rgba(118, 188, 33, .1);
  border-bottom: 5px solid #76bc21;
}

.hiw-circle {
  position: relative;
  width: 25%;
  padding-bottom: 25%;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 20px -10px;
  margin-top: -60px;
}

.hiw-circle h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  color: #003057;
  font-size: 40px;
}

.hiw-card-title {
  color: #003057;
  font-weight: bold;
}

#hiw-schools p {
  font-family: Roboto;
}

.school-form {
  background-color: #00305780;
}

#form243 .hide {
  display: none;
}

/*END SCHOOLS PAGE STYLES  */


/*START NUMBERED LIST  */
.tilesWrap h2 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 2.25em;
  font-family: Raleway, Roboto, Arial, sans-serif;
  color: #00A398;
}

.tilesWrap {
  padding: 0;
  /* margin: 50px auto; */
  list-style: none;
  text-align: center;
  background: #54565a;
  margin-bottom: 0;
}

.tilesWrap li {
  display: inline-block;
  width: 20%;
  min-width: 200px;
  max-width: 230px;
  padding: 20px 20px 20px;
  position: relative;
  vertical-align: top;
  margin: 10px;
  font-family: 'helvetica', san-serif;
  /* min-height: 25vh; */
  background: #54565a;
  /* border: 1px solid #252727; */
  text-align: left;
}

.tilesWrap li h2 {
  font-size: 100px;
  margin: -10;
  position: absolute;
  opacity: 0.2;
  top: -30px;
  right: 10px;
  transition: all 0.3s ease-in-out;
}

.tilesWrap li h3 {
  font-size: 20px;
  /* color: #b7b7b7; */
  color: #fff;
  margin-bottom: 5px;
}

.tilesWrap li p {
  font-size: 16px;
  line-height: 18px;
  /* color: #b7b7b7; */
  color: #fff;
  margin-top: 5px;
}

.tilesWrap li button {
  background: transparent;
  border: 1px solid #b7b7b7;
  padding: 10px 20px;
  color: #b7b7b7;
  border-radius: 3px;
  position: relative;
  transition: all 0.3s ease-in-out;
  transform: translateY(-40px);
  opacity: 0;
  cursor: pointer;
  overflow: hidden;
}

.tilesWrap li button:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 120%;
  background: #b7b7b7;
  top: 0;
  opacity: 0;
  left: -140px;
  border-radius: 0 20px 20px 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;

}

.tilesWrap li:hover button {
  transform: translateY(5px);
  opacity: 1;
}

.tilesWrap li button:hover {
  color: #262a2b;
}

.tilesWrap li button:hover:before {
  left: 0;
  opacity: 1;
}

.tilesWrap li:hover h2 {
  top: 0px;
  opacity: 0.6;
}

/* END NUMBERED LIST  */

/* START FOOTER */

.footer-copyright {
  color: #54565A;
  background: white;
}
.footer-copyright a {
  color: #00aea9;
  text-decoration: underline;
}
.links a {
  color: #54565a;
  /* line-height: 1.5; */
}
.links-spacing {
  line-height: 1;
}
.links-spacing a {
  color: #00aea9;
}
#a {
  margin: 0px;
}
.bottom-links a {
  padding: 0 5px;
}
.footer-social {
  height: 40px;
}
.footer-appStore {
  height: 40px;
}
.footer-disclosure {
  font-size: 12px;
  font-family:Arial, Helvetica, sans-serif;
  color: #ffffff;
}
.footer-link {
  color: #ffffff;
  text-decoration: underline;
}
/* END FOOTER */

/* START PRESS RELEASE STYLES */
.press-release-img {
  max-width: 250px; 
  width: 100%;
}
/* END PRESS RELEASE STYLES */

/* START PRIVACY-POLICY STYLES */
.pp-ul {
  list-style: disc; 
  padding-left: 20px;
}
/* END PRIVACY-POLICY STYLES */


/* ----------------------------------------- */
/* ----------------------------------------- */
/* ----------------------------------------- */
/* ----------------------------------------- */
/* ----------------------------------------- */
/* ----------------------------------------- */

/* START MEDIA QUERIES */
@media (max-width: 2000px) {
  #hero-sign-up {
    background: url(../images/signup/FamilyOnCouch.jpg) right top no-repeat;
    height: 600px;
  }
  .jumbotron-sign-up {
    height: 500px;
    background-position: center;
    margin-bottom: 40px;
  }
  .tele-icon-1 {
    height: 8vw;
  }
  .tele-icon-2 {
    height: 8vw;
  }
  .mw-img {
    height: 400px;
    object-fit: cover;
  }
  .mw-img1 {
    object-fit: contain;
  }
  .clin-img {
    /* height: 350px; */
    object-fit: cover;
  }
  .pa-img {
    /* height: 686px; */
    width: 100%;
    /* object-fit: cover; */
  }
  .fa-hands-usd {
    font-size: 6rem;
  }
  .fa-laptop-house {
    font-size: 6rem;
  }
  .fa-users {
    font-size: 6rem;
  }
  .fa-building {
    font-size: 6rem;
  }
}

@media (max-width: 1650px) {
  .PA h3 {
    font-size: 1rem;
  }
  .PA h2 {
    font-size: 1.5rem;
  }
  .PA h5 {
    font-size: 1rem;
  }
  .navbar-nav a {
    font-size: 16px;
  }
  .navbar-brand img {
    height: 40px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px 10px;
  }
}

@media (max-width: 1600px) {
  .div-color-f1 .mw-img {
    height: 400px;
  }
  .div-color-f1 h3 {
    line-height: 28px;
  }
  .phone h5 {
    font-size: 1rem;
    line-height: 1;
    padding-top: 10px;
  }
}

@media (max-width: 1350px) {
  .PA span {
    font-size: 1.5rem;
  }
  .bus-img {
    height: 370px;
    object-fit: cover;
  }
  .clin-img {
    height: 550px;
    object-fit: cover;
  }
  #hero-index h3 {
    font-size: 1.5rem;
  }
  .profile-card-logo-a .profile-name h5, .profile-card-logo-b .profile-name h5, .profile-card-logo-c .profile-name h5{
    font-size: 15px;
  }
  .profile-card-logo-a img, .profile-card-logo-b img, .profile-card-logo-c img  {
    width: 150px;
  }
}

@media (min-width: 1200px) {

  li {
    font-size: 1rem;
  }
  h2 {
    font-size: 2rem;
  }
  .symptoms li {
    font-size: 1.3rem;
  }
  #hero-schools {
    height: 500px;
  }
  #hero-schools h1 {
    line-height: 3rem;
    font-size: 2.9rem;
  }
}

@media (max-width: 1200px) {

  .dcmw-copy h2 {
    font-size: 1.5rem;
    ;
  }
  .dcmw-copy h3 {
    font-size: 1.25rem;
  }
  .navbar-nav a {
    font-size: 13px;
  }
  .phone {
    padding-right: 5px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px 5px;
  }
  #hero-sign-up .display-4 {
    line-height: 45px;
    font-size: 45px;
  }
  #hero-teledentistry .display-4 {
    line-height: 30px;
    font-size: 30px;
  }
  #hero-teledentistry .display-3 {
    line-height: 40px;
    font-size: 40px;
  }
  #hero-teledentistry h3 {
    line-height: 15px;
    font-size: 15px;
  }
  #hero-clinicians .display-4 {
    line-height: 30px;
    font-size: 30px;
  }
  #hero-clinicians h3 {
    line-height: 15px;
    font-size: 15px;
  }
  .jumbotron-sign-up {
    height: 400px;
    margin-bottom: 40px;
  }
  .c-frame-tl {
    top: -30px;
    left: 30px;
  }
  .c-frame-br {
    bottom: -30px;
    right: 30px;
  }
  #hero-schools h1 {
    line-height: 3rem;
    font-size: 2.9rem;
  }
  #hero-schools {
    height: 400px;
  }
  #hero-schools-a .vert-center {
    padding-top: 150px;
  }
  small {
    font-size: 77%;
  }
  #hero-business-a {
    background: none;
    background-color: #f0f0f0;
  }
  #hero-business .display-5 {
    padding-top: 0px;
  }
  .about-cards img {
    height: 260px;
  }

}

@media (max-width: 992px) {
  #hero-index {
    background: url(../images/index/older-couple-on-phone2.jpg) right top no-repeat;
    background-size: 1000px;
    text-align: center;
    height: 400px;
  }
  #hero-index .display-4 {
    line-height: 30px;
    font-size: 28px;
    color: #fff;
  }
  .mobile-copy-white {
    color: #fff !important;
  }
  #hero-sign-up .display-4 {
    line-height: 40px;
    font-size: 40px;
  }
  #hero-sign-up {
    height: 100%;
  }
  .two-words {
    line-height: 1;
  }
  .center-card h1 {
    font-size: 2rem;
  }
  .center-card h2 {
    font-size: 1.5rem;
  }
  .card-image {
    height: 500px;
  }
  .card-ul li {
    padding-bottom: 20px;
  }
  #hero-teledentistry .display-4 {
    line-height: 20px;
    font-size: 20px;
  }
  #hero-teledentistry .display-3 {
    line-height: 30px;
    font-size: 30px;
  }
  #hero-teledentistry h3 {
    line-height: 15px;
    font-size: 15px;
  }
  .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem 1.25rem 0 1.25rem;
  }
  .buttons-a {
    padding-left: 0px;
  }
  .jumbotron h1 {
    font-size: 2rem;
  }
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 0px auto;
  }
  .pricing .box1 {
    max-width: 60%;
    margin: 0 auto 0px auto;
  }
  .border-box {
    padding: 50px;
  }
  .c-frame-tl {
    top: -40px;
    left: 30px;
  }
  .c-frame-br {
    bottom: -40px;
    right: 30px;
  }
  .pricing-box {
    background-color: #54565a;
  }
  #hide-btn-a {
    display: none;
  }
  #hide-btn-ax {
    display: none;
  }
  .mw-rectangle {
    width: 100%;
    height: 65px;
    border-radius: 90vw;
  }
  .mw-chart {
    margin: 20px 0;
  }
  .mw-icon {
    font-size: 50px;
  }
  .mw-text {
    font-size: 20px;
    line-height: 24px;
  }
  .faq-header .display-4 {
    font-size: 30px;
  }
  .faq-header {
    padding: 20px 0;
  }
  .container-about {
    background-color: rgba(238, 238, 238, 0.9);
  }  
  .about-cards img {
    height: 320px;
  }
  #hero-business {
    height: 300px;
  }
  #hero-about-header .display-4 {
    font-size: 2.5rem;
  }
  .about-us-img .display-4 {
    font-size: 2rem;
    line-height: 1;
  }
  .about-us-img h2 {
    line-height: 1;
    font-size: 1.5rem;
  }
  #philanthropy {
    background: url(../images/about-us/philanthropy1.jpg) top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 300px;
  }
  #employeer {
    background: url(../images/about-us/employeer.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 300px;
  }
  #experience {
    background: url(../images/about-us/experience.jpg) top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 300px;
  }
  #building {
    background: url(../images/about-us/building.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 300px;
  }
  .about-us-img {
    height: 300px;
  }
  .fa-hands-usd {
    font-size: 3rem;
  }
  .fa-laptop-house {
    font-size: 3rem;
  }
  .fa-users {
    font-size: 3rem;
  }
  .fa-building {
    font-size: 3rem;
  }
}

@media (min-width: 992px) {
  #hide-btn-b {
    display: none;
  }
  #hide-btn-bx {
    display: none;
  }
  #hide-link {
    display: none;
  }
}

@media (max-width: 768px) {
  .two-words {
    line-height: 1.5;
  }
  #hero-sign-up .display-4 {
    line-height: 30px;
    font-size: 28px;
  }
  #hero-sign-up h3{
    line-height: 22px;
    font-size: 20px;
  }
  #hero-sign-up {
    background: url(../images/signup/FamilyOnCouch.jpg) right top no-repeat;
    background-size: 800px;
    text-align: center;
  }
  #hero-business {
    background: url(../images/business/business-heroB.jpg) right top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 300px;
    position: relative;
    text-align: center;
  }
  #hero-schools-a {
    height: 300px;
  }
  #hero-schools-a .vert-center {
    padding-top: 60px;
  }
  #hero-schools-a h4 {
    font-size: 1rem;
  }
  #hero-schools-a p {
    line-height: 1rem;
  }
  .jumbotron-sign-up {
    height: 300px;
    margin-bottom: 0;
  }
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 0px auto;
  }
  .pricing .box1 {
    max-width: 60%;
    margin: 0 auto 0px auto;
  }
  .c-frame-tl {
    top: -50px;
    left: 20px;
  }
  .c-frame-br {
    bottom: -50px;
    right: 20px;
  }
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
    display: block;
  }
  #hero-schools h1 {
    line-height: 2rem;
    font-size: 2rem;
  }
  .school-circle-a {
    background-size: 90%;
    height: 225px;
    width: 225px;
    line-height: 1rem;
    font-size: .8rem;
  }
  .school-circle-b {
    background-size: 90%;
    height: 225px;
    width: 225px;
    line-height: 1rem;
    font-size: .8rem;
  }
  .school-circle-c {
    background-size: 90%;
    height: 225px;
    width: 225px;
    line-height: 1rem;
    font-size: .8rem;
  }
  .school-circle-d {
    background-size: 90%;
    height: 225px;
    width: 225px;
    line-height: 1rem;
    font-size: .8rem;
  }
  .school-circle-text {
    padding-top: 125px;
  }
  #hero-index h3 {
    font-size: 1rem;
  }
  #hero-index .display-5 {
    font-size: 2rem;
  }
  .div-color-g .ul-business {
    font-size: 19px;
  }
  #a {
    order: 1;
  }
  #b {
    order: 3;
  }
  #c {
    order: 2;
  }
  .tele-icon-1 {
    height: 65px;
  }
  .tele-icon-2 {
    height: 65px;
  }
  .links a {
    line-height: 1;
  }
  .mw-text {
    font-size: 16px;
    line-height: 19px;
  }
  .h3d {
    font-size: 2em;
  }
  .lead-d {
    font-size: 1.1em;
    line-height: 1em;
    /* margin-bottom: 10px; */
  }
  .condh3 {
    font-size: 1.7em;
  }
  .tilesWrap li h2 {
    display: none;
  }
  .tilesWrap li {
    min-height: 0;
    padding: 0;
  }
  .alert-corona {
    font-size: 11px;
    line-height: 15px;
    padding: 10px 0px;
  }
  .alert {
    margin-bottom: 0;
  }
  .container-about h2, h5 {
    font-size: 15px;
  }
  .profile-card-logo-a .profile-name, .profile-card-logo-b .profile-name, .profile-card-logo-c .profile-name {
    padding-top: 0;
  }
  .about-cards .card-body {
    padding: 1.25rem;
  }
  .about-cards h5 {
    font-size: 20px;
  }
  .profile-card-3 i {
    display: inline-block;
    font-size: 40px;
    background-color: #fff;
    color: #00aea9;
    text-align: center;
    border: 1px solid #232323;
    width: 80px;
    height: 80px;
    line-height: 75px;
    border-radius: 50%;
    margin: 0 5px;
  }
  #what h5{
    font-size: 18px;
    line-height: 20px;
  }
  .hero-h1 {
    font-size: 1.7rem;
  }
  #join h5 {
    font-size: 1.25rem;
  }
}

@media (max-width: 576px) {
  #hero-index {
    background-size: 600px;
    height: 330px;
  }
  #hero-sign-up h3{
    line-height: 20px;
    font-size: 18px;
    color: #fff;
  }
  #hero-sign-up {
    background: url(../images/signup/FamilyOnCouch2.jpg) right top no-repeat;
    background-size: 800px;
    text-align: center;
  }
  #hero-schools {
    background: url(../images/schools/SchoolboyWithTablet1.jpg) right top no-repeat;
    background-position: 85% 40%;
    text-align: center;
  }
  #hero-schools h1 {
    line-height: 2rem;
    font-size: 2rem;
    padding-top: 135px;
  }
  #hero-schools-a {
    background: url(../images/schools/PhoneTabletMouse1.jpg) left top no-repeat;
    background-size: cover;
  }
  #hero-schools-a h4 {
    color: #fff;
    font-weight: bold;
  }
  #hero-schools-a p {
    line-height: 1rem;
    color: #fff;
  }
  #hiw-schools img {
    display: none;
  }
  .hiw-circle {
    margin-top: 0px;
  }
  .hiw-circle h2 {
    font-size: 20px;
  }
  #hero-sign-up .display-4 {
    line-height: 30px;
    font-size: 28px;
    color: #fff;
  }
  #hero-teledentistry {
    background: none;
    background-color: #dddfe0;
    text-align: center;
  }
  #hero-clinicians .display-4 {
    text-align: center;
    color: #fff;
  }
  #hero-clinicians h3 {
    text-align: center;
    color: #fff;
  }
  #hero-clinicians {
    background: url(../images/clinicians/GroupOfClinicians1.jpg) right no-repeat;
    background-position: 100% 0%;
    text-align: center;
  }
  h1 {
    font-size: 24px;
  }
  h5 {
    font-size: 1rem;
  }
  .navbar-brand img {
    height: 40px;
  }
  .navbar-toggler-icon {
    font-size: 0.7rem;
  }
  .state-card-body li {
    font-size: 13px;
    line-height: 14px;
  }
  .card-ul li {
    font-size: 13px;
    padding-bottom: 10px;
  }
  .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem 1.25rem 0 1.25rem;
  }
  .jumbotron h1 {
    text-align: center;
    font-weight: 400;
    font-size: 2.0em;
  }
  .div-color-a ul {
    font-size: 1em;
  }
  #footer-links {
    line-height: 0;
    font-size: .75rem;
    text-align: center;
  }
  .two-words {
    display: none;
  }
  .pricing p {
    line-height: 18px;
  }
  .pricing h3 {
    line-height: 20px;
    font-size: 20px;
  }
  .pricing-box h2 {
    line-height: 20px;
    font-size: 30px;
  }
  .copy-above-price {
    margin-top: -27px !important;
  }
  .copy-below-price {
    margin-top: 20px !important;
  }
  .pricing .box {
    padding: 20px;
  }
  .pricing .box1 {
    padding: 20px;
  }
  .border-box {
    padding: 10px;
  }
  .c-frame-tl {
    top: 10px;
    left: 40px;
    position: absolute;
    width: 100px;
    height: 40px;
    border-width: 3px;
    border-style: solid none none solid;
    border-color: #fff;
  }
  .c-frame-tl::after {
    content: " ";
    position: absolute;
    transform: translate3d(5px, 5px, 0);
    width: 70px;
    height: 20px;
    border-width: 3px;
    border-style: solid none none solid;
    border-color: #fff;
    top: 0;
    left: 0;
    box-sizing: border-box;
  }
  .c-frame-br {
    bottom: 5px;
    right: 30px;
    position: absolute;
    width: 100px;
    height: 40px;
    border-width: 3px;
    border-style: none solid solid none;
    border-color: #fff;
  }
  .c-frame-br::after {
    content: " ";
    position: absolute;
    transform: translate3d(22px, 12px, 0);
    width: 70px;
    height: 20px;
    border-width: 3px;
    border-style: none solid solid none;
    border-color: #fff;
    top: 0;
    left: 0;
    box-sizing: border-box;
  }
  .team-image img {
    max-width: 100px;
    width: 100%;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 1rem;
  }
  .corona ul {
    font-size: 1rem;
  }
  .corona ol {
    font-size: 13px;
  }
  .corona a {
    font-size: 15px;
  }
  .corona-chart th,
  td {
    font-size: 12px;
  }
  .lead-h {
    line-height: 16px;
    font-size: 15px;
  }
  .div-color-d ul {
    font-size: 13px;
  }
  .tele-icon-1 {
    height: 75px;
  }
  .tele-icon-2 {
    height: 75px;
  }
  .extra-margin {
    margin-bottom: 50px;
  }
  .ul-business {
    font-size: 13px;
  }
  .mw-icon {
    font-size: 40px;
  }
  .mw-text {
    font-size: 14px;
    line-height: 16px;
  }
  #members iframe {
    min-height: 1300px;
  }
  .pressRelease.row img {
    float: none
  }
  .symptoms {
    text-align: center;
  }
  .sitemap {
    text-align: center;
  }
  .sitemap p {
    margin-bottom: 0;
  }
  .sitemap h3 {
    padding-top: 20px;
  }
  .jumbotron h1 {
    padding-bottom: 0;
    font-size: 1.3rem;
  }
  .breadcrumb {
   font-size: .8rem;
 }
 .PRODUCT img {
   display:none !important;
  }
  #hero-index h3 {
    font-size: 1rem;
  }
  #hero-index .display-5 {
    font-size: 1.7rem;
    line-height: 1;
  }
  .faq-header .display-4 {
    font-size: 20px;
  }
  .faq-header {
    padding: 10px 0;
  }
  .faq-header h1 {
    margin-bottom: 0;
  }
  .business-h1 {
    font-size: 1.3rem;
  }
  .profile-card-logo-a .profile-name h5, .profile-card-logo-b .profile-name h5, .profile-card-logo-c .profile-name h5 {
    margin-top: .5rem;
  }
  #hero-business-a {
    height: auto;
  }
  #hero-business {
    background: url(../images/business/business-heroB.jpg) left top no-repeat;
    height: 150px;
  }
  #hero-business .display-5 {
    font-size: 24px;
    line-height: 26px;
    padding-top: 16px;
  }
  .testimonial .testimonial-content{
    padding: 20px;
    margin-bottom: 25px;
  }
  #hero-about-header {
    background: url(../images/about-us/about-us-hero.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 300px;
  }
  #hero-about-header .display-4{
    line-height: 1;
    font-size: 2rem;
  }
  .about-us-img {
    height: 200px;
  }
  .fa-hands-usd {
    font-size: 2rem;
  }
  .fa-laptop-house {
    font-size: 2rem;
  }
  .fa-users {
    font-size: 2rem;
  }
  .fa-building {
    font-size: 2rem;
  }
}

@media (max-width: 414px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 0px auto;
  }
  .pricing .box1 {
    max-width: 100%;
    margin: 0 auto 0px auto;
  }
  .card-image {
    height: 350px;
  }
  .circle-logo {
    width: 150px;
  }
  .c-frame-tl {
    top: -10px;
    left: 20px;
  }
  .c-frame-br {
    bottom: -10px;
    right: 20px;
  }
  .links-spacing,
  a {
    line-height: 1.1;
  }
  .two-words {
    line-height: 0;
  }
  .footer-copyright {
    font-size: .75rem;
  }
  #join .form-control {
    font-size: .9rem;
  }
  #join label {
    font-size: .9rem;
  }
  .school-circle-a {
    background-size: 90%;
    height: 150px;
    width: 150px;
    line-height: .8rem;
    font-size: .6rem;
  }
  .school-circle-b {
    background-size: 90%;
    height: 150px;
    width: 150px;
    line-height: .8rem;
    font-size: .6rem;
  }
  .school-circle-c {
    background-size: 90%;
    height: 150px;
    width: 150px;
    line-height: .8rem;
    font-size: .6rem;
  }
  .school-circle-d {
    background-size: 90%;
    height: 150px;
    width: 150px;
    line-height: .8rem;
    font-size: .6rem;
  }
  .school-circle-text {
    padding-top: 80px;
  }
  .school-h1 {
    line-height: 1.5rem;
  }
  .hero-h1 {
    font-size: 1.3rem;
  }
  .hero-h1-td {
    font-size: 1.3rem;
  }
  .card-body p {
    font-size: 13px;
    margin-bottom: .3rem;
    line-height: 1rem;
  }
  .card-body li {
    font-size: 13px;
    margin-bottom: .3rem;
    line-height: 1rem;
  }
  #hero-about-header h2 {
    font-size: 3rem;
  } 
  .about-us-hr {
    width: 200px;
  }
  .container-about {
    box-shadow: 0 0 8px rgba(75, 75, 75, 0.3);
    margin-top: 10px;
  }
  .about-us-img .display-4{
    font-size: 1.5rem;
  }
  .about-us-img h2{
    font-size: 1rem;
  }
  /* .about-us-img {
    height: 100px;
  } */
}

@media (max-width: 360px) {

  .fa-3x {
    font-size: 2rem !important;
  }

  .fa-stack {
    height: 2.3rem !important;
  }

  .navbar img {
    text-align: center;
  }

  .mw-text {
    font-size: 12px;
    line-height: 14px;
    padding: 0 5px 0 25px;
  }

  .mw-icon {
    align-items: center;
  }

  #members iframe {
    min-height: 1400px;
  }

  .condh3 {
    font-size: 1.4em;
    line-height: 1em;
  }

  .c-frame-tl {
    top: -20px;
    left: 20px;
  }

  .c-frame-br {
    bottom: -20px;
    right: 20px;
  }

  #hero-sign-up .display-4 {
    line-height: 28px;
    font-size: 26px;
    color: #fff;
  }

}

@media (max-width: 320px) {
  .div-color-e .btn-gap {
    margin-bottom: 5px;
  }

}

@media (max-width: 319px) {
  .btn-gap {
    margin-bottom: 5px;
  }
}

/* END MEDIA QUERIES */

/* START MODAL TABS TO ACCORDION */
#products-div .nav-tabs {
  display: none;
}

@media(min-width:1200px) {
  #products-div .nav-tabs {
    display: flex;
  }

  #products-div .card {
    border: none;
  }

  #products-div .card .card-header {
    display: none;
  }

  #products-div .card .collapse {
    display: block;
  }
}

@media(max-width:1200px) {
  #products-div .tab-content>.tab-pane {
    display: block !important;
    opacity: 1;
  }
}

/* CSS FOR PRODUCT CMS------------------------------ */
.disclaimer p {font-size:12px !important}
.disclaimer a {color:#ffffff !important;}


.consult-fee:before{content:"60.00"}
.tdcf-fee{display:none;}
@media(max-width:480px){header.home .btn{display:block!important}
header.home .btn-primary{margin-top:10px}
.PRODUCT img{display:none!important}
}
.plan-details-table a{display:inline-block}
.plan-details-table td:nth-child(1){width:30%}
.CMAL td,.CRNT td,.LAPN-PRICING td,.MTMD td{text-align:left!important}
/*!PRODUCTS*/.PRODUCT img{float:right!important}
.btn-group>.btn-group,.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.dropdown-menu{float:left}

.PRODUCT td{vertical-align:middle!important}
.PRODUCT th{vertical-align:bottom!important;background:#434345!important;color:#fff!important}
.avg-savings,.avg-savings-num{background:#434345;color:#fff;font-weight:700}
.MTMD td{width:33%!important}
.CMAL table{max-width:500px!important;width:100%!important}
.avg-savings{border-right:0!important}
.CMAL td,.CRNT td,.HMIP-COLUMNS th{width:33%!important}
.CMAL td,.CRNT td{font-weight:400!important;vertical-align:top!important;border-left:0!important}
.LAPN-PRICING{max-width:400px!important}
.TDOC .video-table td:first-child,.TVIP .video-table td:first-child{border-right:1px solid #fff!important}
.TDOC td,.TDOC th,.TVIP td,.TVIP th{padding:0!important;border:0!important}
.TDOC .video-table,.TVIP .video-table{text-align:center}
.LCA td,.LCA th{text-align:center!important}
.VSPS td:nth-child(1),.VSPS th:nth-child(1){width:35%!important;text-align:right!important}
.VSPS td:nth-child(2),.VSPS th:nth-child(2){width:65%!important}
.FIVECOLUMN td:nth-child(4),.FIVECOLUMN td:nth-child(5),.FIVECOLUMN th:nth-child(4),.FIVECOLUMN th:nth-child(5){font-weight:700!important}
.TWOCOLUMN td:nth-child(2),.TWOCOLUMN td:nth-child(3),.TWOCOLUMN th:nth-child(2),.TWOCOLUMN th:nth-child(3){width:50%}
.THREECOLUMN td:nth-child(2),.THREECOLUMN td:nth-child(3),.THREECOLUMN th:nth-child(2),.THREECOLUMN th:nth-child(3){text-align:center}
.FOURCOLUMN td:nth-child(2),.FOURCOLUMN td:nth-child(3),.FOURCOLUMN td:nth-child(4),.FOURCOLUMN th:nth-child(2),.FOURCOLUMN th:nth-child(3),.FOURCOLUMN th:nth-child(4){text-align:center;width:22%}
.FIVECOLUMN td:nth-child(2),.FIVECOLUMN td:nth-child(3),.FIVECOLUMN td:nth-child(4),.FIVECOLUMN td:nth-child(5),.FIVECOLUMN th:nth-child(2),.FIVECOLUMN th:nth-child(3),.FIVECOLUMN th:nth-child(4),.FIVECOLUMN th:nth-child(5){text-align:center;width:17%}
.SIXCOLUMN th:nth-child(2),.SIXCOLUMN ttd:nth-child(2),.text-left{text-align:left}
.SIXCOLUMN td:nth-child(2),.SIXCOLUMN td:nth-child(3),.SIXCOLUMN td:nth-child(4),.SIXCOLUMN td:nth-child(5),.SIXCOLUMN td:nth-child(6),.SIXCOLUMN th:nth-child(2),.SIXCOLUMN th:nth-child(3),.SIXCOLUMN th:nth-child(4),.SIXCOLUMN th:nth-child(5),.SIXCOLUMN th:nth-child(6){text-align:center;width:16%}
.SEVENCOLUMN td:nth-child(2),.SEVENCOLUMN td:nth-child(3),.SEVENCOLUMN td:nth-child(4),.SEVENCOLUMN td:nth-child(5),.SEVENCOLUMN td:nth-child(6),.SEVENCOLUMN td:nth-child(7),.SEVENCOLUMN th:nth-child(2),.SEVENCOLUMN th:nth-child(3),.SEVENCOLUMN th:nth-child(4),.SEVENCOLUMN th:nth-child(5),.SEVENCOLUMN th:nth-child(6),.SEVENCOLUMN th:nth-child(7){text-align:center;width:12%}
@media (min-width:768px){.TVIP .video-table td{display:table-cell}
}
/* CSS FOR PRODUCT CMS------------------------------ */
.PRODUCT ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}


#products-div #content ul {
  list-style-type: disc;
  padding-left: 40px;
}

#pane-A ul:nth-of-type(2) li {
  float: left;
  width: 33%;
}

.transbox {
  padding: 30px;
  background-color: #ffffff;
  border-radius: 5px;
}

.ul-business {
  font-size: 30px;
  color: #6f7271;
}

.ul-business1 {
  column-count: 2;
}

.conditions {
  list-style: none;
  padding-left: 0;
}

.conditions li {
  background: #f4f4f4;
  padding: 3px;
  margin-bottom: 10px;
}

.conditions h4 {
  margin-top: 5px;
  color: #4e4e4e;
}

.condh3 {
  color: #00aea9;
  font-size: 2.25em;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.btn-link {
  color: #00aea9;
  text-decoration: none;
  font-family: roboto;
  font-weight: bold;
  font-size: 1.5rem;
}

.btn-link:hover {
  text-decoration: none;
  color: #00aea9;
}

.btn-link:focus {
  text-decoration: none;
}

.who-we-are-div {
  position: relative;
  text-align: center;
  color: #6F7271;
}

.centered {
  position: absolute;
  top: 48%;
  left: 35%;
  transform: translate(-50%, -50%);
}

.stretch {
  min-height: 230px;
  background-color: #c6cbd4;
}

.list-group-item {
  overflow: hidden;
  position: relative;
  display: block;
  padding: 3px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
  font-family: raleway;
}

iframe {
  width: 100%;
  /* height: 100%; */
  min-height: 1200px;
}

.lead-d {
  font-size: 1.32em;
  line-height: 1.5em;
  margin-bottom: 10px;
}

.lead-h {
  line-height: 22px;
  font-weight: normal;
}

.h3d {
  color: #00aea9;
  font-size: 2.25em;
}

.pp a {
  color: #00aea9;
}

.mwfaq a {
  color: #00aea9;
}

.pp h2,
.pp h3 {
  color: #00aea9;
}

.pp a {
  color: #00aea9;
}

.pressRelease.row img {
  padding: 15px;
  width: 100%
}

.pressRelease a {
  border-bottom: 2px dotted #00aea9;
  text-decoration: none;
  color: #00aea9;
}

.img-responsive {
  display: block;
}

.modal-body a {
  color: #00aea9;
  text-decoration: none;
  background-color: transparent;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.card-same-height {
  height: 100%;
}

/* INTERNET EXPLORER BROWSER NOTIFICATION */
.alert-ie {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.modal a.l {
  display: block;
  padding: 4px;
  padding-top: 80px;
  background-repeat: no-repeat;
  background-size: 60px 60px;
  background-position: center 4px;
  text-decoration: none;
  text-align: center;
  border: 2px solid transparent;
  position: relative;
}
.modal td {
  width: 200px;
}
.brave {
  background-image: url(../images/index/brave.png)
}
.edge {
  background-image: url(../images/index/e.png)
}
.firefox {
  background-image: url(../images/index/f.png)
}
.chrome {
  background-image: url(../images/index/c.png)
}
/* END INTERNET EXPLORER BROWSER NOTIFICATION */
