

    div#contact-footer i {
    color: #344767 !important;
}

img[data-dominant-color]:not(.has-transparency) {
background-color: unset !important;
}

#author-bio-box {
  width: 100%;
  background-color: #f8f8f8;
  padding: 35px 25px;
  margin: 0px auto;
}

#author-bio-photo {
  width: 25%;
  display: inline-block;
  float: left;
}

#author-bio-photo .profile-photo img {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  text-align: center;
}

#author-bio-content {
  width: 75%;
  padding: 0 2.5%;
  display: inline-block;
  float: left;
}

.bio-separator {
  width: 100%;
  border-bottom: 2px solid #e7e7e7;
  margin: 25px 0;
}

.author-post-meta {
  width: 100%;
}

.author-post-meta .authors,
.author-post-meta .dates {
  width: 50%;
  display: inline-block;
  float: left;
}

#table-of-contents {
  border-bottom: 1px solid #CCCCCC;
}

#table-of-contents ul {
  padding: 0 0 15px 0;
  margin: 0;
  list-style-type: none;
}

#table-of-contents ul li {
  display: inline;
  padding: 0 10px;
  /*margin-bottom: 5px;*/
  border-right: 1px solid #CCCCCC;
}

#table-of-contents ul li:first-child {
  display: inline-block;
  padding: 0 10px 0 0;
}

#table-of-contents ul li:last-child {
  border-right: 0px;
}

/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
  #author-bio-photo {
    width: 100%;
    margin: 0 0 35px 0;
    text-align: center;
  }

  #author-bio-photo img {
    max-width: 300px;
    max-width: 100%;
    height: auto;
    margin: 0px auto;
  }

  #author-bio-content {
    width: 100%;
    text-align: center;
  }

  .author-post-meta .authors,
  .author-post-meta .dates {
    width: 100%;
    text-align: center;
  }
}
;

    /* Link Colors */
    /*a {
      color: #30356e;
    }*/

    .thg-theme a, .thg-theme a:visited {
      color: #30356e;
    }

    .thg-theme a:hover, .thg-theme a:active {
      color: #353b38;
    }

    .thg-theme img {
      max-width:  100%;
      height: auto;
    }

    /* Button Colors */

    .thg-theme .bg-dark a:link, .thg-theme .bg-dark a:visited {
      color: #dce1ea;
    }

    .thg-theme .bg-dark a:hover, .thg-theme .bg-dark a:active {
      color: #FFFFFF;
    }

   .thg-theme .btn-primary {
      color: #dce1ea;
    }

   .thg-theme .btn-secondary {
      color: #dce1ea;
    }

   .thg-theme .btn-success {
      color: #dce1ea;
    }

   .thg-theme .btn-info {
      color: #dce1ea;
    }

   .thg-theme .btn-warning {
      color: #dce1ea;
    }

   .thg-theme .btn-danger {
      color: #dce1ea;
    }

   .thg-theme .btn-light {
      color: #353b38;
    }

   .thg-theme .btn-dark {
      color: #dce1ea;
    }

    /* Header Background Colors */

    #topheader.navbar {
      background-color: rgb(48, 53, 110) !important;
    }

    #bottomheader.navbar {
      background-color: rgb(52, 71, 103) !important;
    }

    /* Footer Background Colors */

   .thg-theme .footer {
      background-color:  !important;
    }

    #footerbottom.navbar {
      background-color:  !important;
    }

    /* TESTIMONIALS PAGE */
    .thg-theme label {
      font-size: 1rem;
    }

    /* APPT PAGE */
    .thg-theme .ui.container {
      width: 100%;
      max-width: 100%;
      padding-left: 0;
      padding-right: 0;
    }

    /* Table of contents */
    .thg-theme #table-of-contents {
      text-transform: uppercase;
      letter-spacing: 0.4px;
    }

    .thg-theme #table-of-contents a, .thg-theme #table-of-contents a:visited {
      color: #30356e;
    }

    /* Breadcrumb nav */
    .thg-theme #breadcrumb-nav {
      text-transform: uppercase;
      letter-spacing: 0.4px;
    }

    .thg-theme #breadcrumb-nav a, .thg-theme #breadcrumb-nav a:visited {
      color: #30356e;
    }

    .thg-theme #page-content img,
    .thg-theme #procedures-content img,
    .thg-theme #conditions-content img,
    .thg-theme #locations-content img,
    .thg-theme #departments-content img,
    .thg-theme #team-content img {
      max-width: 100%;
      height: auto;
    }

    iframe {
      max-width: 100%;
    }

    .thg-theme img.single-post-img {
      object-fit: cover; /* keep aspect ratio */
      width: 100%;
      height:  265px;
      max-height: 265px;
    }

    .thg-theme #global-list .cards .container {
      padding-left: 0;
      padding-right: 0;
    }

   .thg-theme .card-image img {
      object-fit: cover; /* keep aspect ratio */
      max-width: 100%;
      height: 220px;
      border-radius: 0.625rem;
      box-shadow: 0 5px 10px 0 rgba(0,0,0,.08)!important;
    }

   .thg-theme .icon .ni {
      font-size:  3.5rem;
    }

    .thg-theme #locations-overview-grid .nav-link {
        padding: 10px 23px;
        background-color: rgba(53, 59, 56, 0.3);
        min-width: 100px;
        font-weight: 400;
        text-align: center;
        border-radius: 25px;
        margin:  0 5px 10px 0;
    }
    .thg-theme #locations-overview-grid .nav-pills .nav-item .nav-link:focus , .thg-theme #locations-overview-grid .nav-pills .nav-item .nav-link:active {
        background: #30356e !important;
        color: #fff !important;
    }

    .thg-theme #mainheader .dropdown-menu {
      min-width:  250px;
    }

    .thg-theme #bottomheader .dropdown-menu {
      min-width:  450px;
    }

    .thg-theme #right-sidebar .widget #menu-locations {
      list-style-type: none;
      margin: 0;
      padding: 0;
    }

    .thg-theme #right-sidebar .widget #menu-locations li {
      text-transform: uppercase;
      line-height: 2rem;
    }

    .thg-theme #right-sidebar .widget #menu-locations li a{
      color: #30356e;
    }