/******************************************************************
Theme Name: AMSURG Sites - Template E
Author: Darkspire Media
Author URI: http://Darkspire.Media
Version: 1.0
Tags: html, css3, responsive, hb5
Template: genesis
*/

body.theme-template-e {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1;
}

body.theme-template-e .wrap {
  width: 1280px;
}

@media (max-width: 1280px) {
  body.theme-template-e .wrap {
    padding-left: 2%;
    padding-right: 2%;
    width: auto;
  }
}

body.theme-template-e .content h1,
body.theme-template-e .content h2,
body.theme-template-e .content h3,
body.theme-template-e .content h4,
body.theme-template-e .content h5,
body.theme-template-e .content h6 {
  margin: 0 0 15px;
  font-weight: 600;
}

body.theme-template-e .content h1 {
  font-size: 32px;
}
body.theme-template-e .content h2 {
  font-size: 28px;
}
body.theme-template-e .content h3 {
  font-size: 26px;
}
body.theme-template-e .content h4 {
  font-size: 22px;
}
body.theme-template-e .content h5 {
  font-size: 22px;
}
body.theme-template-e .content h6 {
  font-size: 22px;
}

body.theme-template-e p,
body.theme-template-e .content ul li,
body.theme-template-e .content ol li {
  font-size: 18px;
  line-height: 1.5;
}

body.theme-template-e p {
  margin: 0 0 16px;
}

body.theme-template-e iframe {
  max-width: 100%;
}

body.theme-template-e .button,
body.theme-template-e .button:hover,
body.theme-template-e.page-template-base-news .news-next,
body.theme-template-e.page-template-base-news .news-next:hover,
body.theme-template-e.page-template-base-news .news-previous,
body.theme-template-e.page-template-base-news .news-previous:hover {
  padding: 12px 24px;
  border-radius: 3px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;

  -moz-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

body.theme-template-e .button:after,
body.theme-template-e.page-template-base-news .news-next:after,
body.theme-template-e.page-template-base-news .news-previous:after {
  content: '\f054';
  font-family: 'Font Awesome 6 Pro';
  display: inline-block;
  margin: 0 0 0 5px;
  font-size: 14px;
}

body.theme-template-e .news-previous {
  float: left;
}

body.theme-template-e .news-next {
  float: right;
}

body.theme-template-e .button.learn-more {
  margin: 10px 0 0;
  padding: 20px 45px;
  font-size: 14px;
}

body.theme-template-e .post-title {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 300;
}

body.theme-template-e .breadcrumbs {
  margin: 0 0 15px;
  padding: 5px 15px;
  font-size: 15px;
  line-height: 1.5;
  border: 1px solid #eee;
}

body.theme-template-e .breadcrumbs a {
  display: inline-block;
  margin: 0 5px;
  font-size: 11px;
  font-weight: 400;
}

body.theme-template-e .breadcrumbs a.current {
  color: #444444;
}

/******************
* HEADER - BEFORE *
*******************/

body.page-template-base-paid .covid19-container {
  display: none !important;
}

body.page-template-base-home .covid19-container {
  display: none !important;
}

body.theme-template-e .site-before-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  min-height:40px;
  padding: 8px 15px;
  color: #000000;
  font-weight: 400;
}

@media (max-width: 767px) {
  body.theme-template-e .site-before-header {
    position: relative;
    top: auto;
  }
}

body.theme-template-e .site-before-header .wrap {
  width: 1440px;
}

@media (max-width: 1440px) {
  body.theme-template-e .site-before-header .wrap {
    width: auto;
    padding: 0 4%;
  }
}

body.theme-template-e .site-before-header .left {
  width: 40%;
}

@media (max-width: 767px) {
  body.theme-template-e .site-before-header .left {
    width: auto;
  }
}

body.theme-template-e .site-before-header .right {
  width: 60%;
}

@media (max-width: 767px) {
  body.theme-template-e .site-before-header .right {
    float: none;
    display: block;
    width: auto;
  }
}

body.theme-template-e .site-before-header .header-nav {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 1024px) {
  body.theme-template-e .site-before-header .header-nav {
    display: none;
  }
}

body.theme-template-e .site-before-header .header-nav ul {
}

body.theme-template-e .site-before-header .header-nav ul li {
  margin: 0 28px 0 0;
}

body.theme-template-e
  .site-before-header
  .header-nav
  ul
  li.menu-item-has-children {
  padding-right: 0px;
}

body.theme-template-e
  .site-before-header
  .header-nav
  ul
  li.menu-item-has-children:before {
  display: none;
}

body.theme-template-e .site-before-header .header-nav ul li a {
  padding: 4px 0;
  color: #000000;
  font-size: 14px;
}

body.theme-template-e .site-before-header .header-nav ul li a i {
  margin-right: 5px;
}

body.theme-template-e .site-before-header .header-nav ul li .sub-menu {
  display: none;
}

body.theme-template-e .site-before-header .header-nav ul li:hover .sub-menu {
  display: none;
}

body.theme-template-e .site-before-header .header-button {
  vertical-align: middle;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
}

body.theme-template-e .site-before-header .header-button i {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  margin-right: 10px;
  font-size: 18px;
}

body.theme-template-e .site-before-header .header-search-phone-social {
  padding: 8px 0 7px;
}

@media (max-width: 767px) {
  body.theme-template-e .site-before-header .header-search-phone-social {
    padding: 0 0 8px;
  }
}

body.theme-template-e .site-before-header .header-search {
  display: none;
  border: 1px solid #ced4da;
}

body.theme-template-e .site-before-header .header-search input {
  width: calc(100% - 42px - 14px);
  padding: 7px;
}

body.theme-template-e .site-before-header .header-search button {
  width: 42px;
  height: 32px;
  color: #ffffff;
  background-color: #ffffff;
  border: none;
  border-left: 1px solid #ced4da;
}

body.theme-template-e .site-before-header .header-search button span {
  display: none;
}

body.theme-template-e .site-before-header .header-search button i {
  display: block;
  font-size: 18px;
  color: #000000;
}

body.theme-template-e .site-before-header .header-phone {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0;
  padding: 0 10px 0 0;
  font-size: 14px;
  border-left: none;
}

@media (max-width: 767px) {
  body.theme-template-e .site-before-header .header-phone {
    float: none;
    border-left: none;
  }
}

body.theme-template-e .site-before-header .header-phone i {
}

body.theme-template-e .site-before-header .header-social-icons {
  display: inline-block;
  vertical-align: middle;
}

body.theme-template-e .site-before-header .header-social-icons a {
  display: inline-block;
  vertical-align: middle;
}

body.theme-template-e #mobile-menu {
  float: left;
  margin: 5px 0 0;
  height: 24px;
  border-left: none;
  border-right: 2px solid #ffffff;
}

@media (max-width: 1024px) {
  body.theme-template-e #mobile-menu {
    display: inline-block;
    margin: 0 0 0 10px;
  }
}

@media (max-width: 767px) {
  body.theme-template-e #mobile-menu {
    vertical-align: top;
  }
}

body.theme-template-e #mobile-menu .slicknav_menu .slicknav_btn {
  padding-top: 0;
  padding-bottom: 0;
}

body.theme-template-e #mobile-menu .slicknav_menu .slicknav_btn .slicknav_icon {
  padding: 5px 0 0;
  height: 24px;
}

body.theme-template-e
  #mobile-menu
  .slicknav_menu
  .slicknav_btn
  .slicknav_icon-bar {
  background-color: #ffffff;
}

body.theme-template-e .slicknav_nav {
  background-color: #ffffff;
}

body.theme-template-e .slicknav_nav li {
  border-top: 1px solid #eeeeee;
  border-bottom: none;
}

body.theme-template-e .slicknav_nav li .sub-menu {
  padding: 0 0 0 20px;
}

/*********
* HEADER *
**********/

body.theme-template-e .site-header {
  position: sticky;
  top: 56px;
  z-index: 1000;
  padding: 0 16px;
  border-bottom: 1px solid #eeeeee;
  background-color: #ffffff;
}

@media (max-width: 767px) {
  body.theme-template-e .site-header {
    position: relative;
    top: auto;
  }
}

body.theme-template-e .site-header .wrap {
  width: 1440px;
}

@media (max-width: 1440px) {
  body.theme-template-e .site-header .wrap {
    width: auto;
    padding: 0 4%;
  }
}

body.theme-template-e .site-header .left {
  width: 30%;
}

@media (max-width: 767px) {
  body.theme-template-e .site-header .left {
    width: auto;
  }
}

body.theme-template-e .site-header .header-logo {
  margin: 0;
}

body.theme-template-e .site-header .header-logo .site-title {
  height: 120px;
}

body.theme-template-e .site-header .header-logo .logo img {
  width: auto;
  max-height: 96px;
}

@media (max-width: 767px) {
  body.theme-template-e .site-header .header-logo .logo img {
    margin: 5px auto;
    width: 80%;
  }
}

body.theme-template-e .site-header .right {
  width: 70%;
}

@media (max-width: 767px) {
  body.theme-template-e .site-header .right {
    width: auto;
    text-align: center;
  }
}

/***************
* HEADER - NAV *
****************/

body.theme-template-e .main-nav {
  margin: 0;
}

@media (max-width: 1024px) {
  body.theme-template-e .main-nav {
    display: none;
  }
}

body.theme-template-e .main-nav ul {
  padding: 0;
  text-align: right;
  white-space: nowrap;
}

body.theme-template-e .main-nav ul li {
  display: inline-block;
  vertical-align: top;
  line-height: 120px;
}

body.theme-template-e .main-nav ul li.menu-item-has-children {
  padding-right: 5px;
}

body.theme-template-e .main-nav ul li.menu-item-has-children:before {
  content: '\f078';
  top: 4px;
  right: 3px;

  -moz-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;

  -moz-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
}

body.theme-template-e .main-nav ul li.menu-item-has-children:hover:before {
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);

  -moz-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

body.theme-template-e .main-nav ul li a {
  margin: 0;
  padding: 4px 12px;
  font-size: 17px;
  font-weight: 400;
}

body.theme-template-e .main-nav ul li .sub-menu {
  left: auto;
  right: 0;
  padding: 0;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
}

body.theme-template-e .main-nav ul li .sub-menu li {
  display: block;
  border: none;
  line-height: 1;
}

body.theme-template-e .main-nav ul li .sub-menu li a {
  padding: 15px;
  text-transform: capitalize;
}

body.theme-template-e .main-nav ul li .sub-menu li:hover a {
  color: #ffffff;
}

/*********
* GLOBAL *
*********/

body.theme-template-e .page-header {
  height: 350px;
  text-align: center;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.5);

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 767px) {
  body.theme-template-e .page-header {
    height: 260px;
  }
}

body.theme-template-e .page-header .post-title {
  color: #ffffff;
  font-size: 57px;
  font-weight: 700;
}

@media (max-width: 767px) {
  body.theme-template-e .page-header .post-title {
    padding: 0 4%;
    font-size: 40px;
  }
}

body.theme-template-e .content-sidebar-wrap {
  margin-top: -40px;
  padding: 40px;
  width: 1200px;
  background-color: #ffffff;
}

@media (max-width: 1280px) {
  body.theme-template-e .content-sidebar-wrap {
    width: auto;
  }
}

@media (max-width: 767px) {
  body.theme-template-e .content-sidebar-wrap {
    margin-top: 0;
  }
}

body.theme-template-e.single-physician .content-sidebar-wrap {
  margin-top: 0;
}

@media (max-width: 767px) {
  body.theme-template-e.single-physician .content-sidebar-wrap {
    padding: 40px 4%;
  }
}

/**********
* SIDEBAR *
**********/

body.theme-template-e.page-template-base-sidebar .content,
body.theme-template-e.page-template-base-procedures .content,
body.theme-template-e.page-template-base-conditions .content,
body.theme-template-e.page-template-base-services .content,
body.theme-template-e.page-template-base-news .content,
body.theme-template-e.page-template-base-shared.shared-has-sidebar .content,
body.theme-template-e.single-physician .content,
body.theme-template-e.single-procedure .content,
body.theme-template-e.single-condition .content,
body.theme-template-e.single-service .content {
  float: left;
  width: calc(75% - 40px);
}

@media (max-width: 767px) {
  body.theme-template-e.page-template-base-sidebar .content,
  body.theme-template-e.page-template-base-procedures .content,
  body.theme-template-e.page-template-base-conditions .content,
  body.theme-template-e.page-template-base-services .content,
  body.theme-template-e.page-template-base-news .content,
  body.theme-template-e.page-template-base-shared.shared-has-sidebar .content,
  body.theme-template-e.single-physician .content,
  body.theme-template-e.single-procedure .content,
  body.theme-template-e.single-condition .content,
  body.theme-template-e.single-service .content {
    float: none;
    width: auto;
  }
}

body.theme-template-e .sidebar {
  float: right;
  padding: 0;
  background-color: #ffffff;
}

@media (max-width: 767px) {
  body.theme-template-e .sidebar {
    float: none;
  }
}

body.theme-template-e .sidebar .cat-title {
  padding: 16px 30px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}

body.theme-template-e .sidebar a {
  padding: 16px 30px;
  font-size: 17px;
  border-top: 1px solid;
  line-height: 1.5;
}

body.theme-template-e .sidebar a:first-child {
  border-top: none;
}

/*****************
* TEMPLATE: HOME *
*****************/

body.theme-template-e.page-template-base-home .content-sidebar-wrap {
  margin-top: 0;
  padding: 0;
  width: auto;
}

body.theme-template-e.page-template-base-home .content {
  float: none;
}

body.theme-template-e.page-template-base-home .module-hero {
  height: 580px;
  max-height: 580px;
}

@media (max-width: 767px) {
  body.theme-template-e.page-template-base-home .module-hero {
    height: auto;
    max-height: 100%;
  }
}

body.theme-template-e.page-template-base-home .module-hero .wrap {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

body.theme-template-e.page-template-base-home .module-hero .slick-previous,
body.theme-template-e.page-template-base-home .module-hero .slick-next {
  top: calc(50% - 50px);
  width: 50px;
  height: 100px;
  line-height: 100px;
  border-radius: 0;
  background-color: transparent;
  opacity: 0.5;

  -moz-transition: opacity 0.25s linear;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}

body.theme-template-e.page-template-base-home
  .module-hero:hover
  .slick-previous,
body.theme-template-e.page-template-base-home .module-hero:hover .slick-next {
  opacity: 1;

  -moz-transition: opacity 0.25s linear;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}

body.theme-template-e.page-template-base-home .module-hero .slick-previous {
  left: 0;
}

body.theme-template-e.page-template-base-home .module-hero .slick-next {
  right: 0;
}

body.theme-template-e.page-template-base-home .module-hero .slick-previous i,
body.theme-template-e.page-template-base-home .module-hero .slick-next i {
  width: 40px;
  line-height: 100px;
  font-size: 50px;
  font-weight: 700;
}

body.theme-template-e.page-template-base-home .module-hero .slick-previous i {
  margin-right: 10px;
}

body.theme-template-e.page-template-base-home
  .module-hero
  .slick-previous
  i:before {
  content: '\f053';
}

body.theme-template-e.page-template-base-home .module-hero .slick-next i {
  margin-left: 10px;
}

body.theme-template-e.page-template-base-home
  .module-hero
  .slick-next
  i:before {
  content: '\f054';
}

body.theme-template-e.page-template-base-home .module-hero .slick-slide,
body.theme-template-e.page-template-base-home .module-hero .slide {
  height: 580px;
  overflow: hidden;
}

@media (max-width: 767px) {
  body.theme-template-e.page-template-base-home .module-hero .slick-slide,
  body.theme-template-e.page-template-base-home .module-hero .slide {
    height: 500px;
  }
}

body.theme-template-e.page-template-base-home .module-hero .slide-image a,
body.theme-template-e.page-template-base-home .module-hero .slide-image img {
  margin: 0 auto;
  width: auto;
  height: 100%;
}

body.theme-template-e.page-template-base-home
  .module-hero
  .slide-content-box
  .slide-content,
body.theme-template-e.page-template-base-home
  .module-hero
  .slide-halves
  .halves-content {
  height: 580px;
}

@media (max-width: 767px) {
  body.theme-template-e.page-template-base-home
    .module-hero
    .slide-content-box
    .slide-content {
    width: 100%;
    height: 500px;
  }
}

@media (max-width: 767px) {
  body.theme-template-e.page-template-base-home
    .module-hero
    .slide-content-box
    .slide-background {
    background-image: none !important;
  }
}

body.theme-template-e.page-template-base-home
  .module-hero
  .slide-content-box
  .slide-content
  .content-image {
  display: none;
}

@media (max-width: 767px) {
  body.theme-template-e.page-template-base-home
    .module-hero
    .slide-content-box
    .slide-content
    .content-image {
    display: block;
    width: 100%;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 86% center;
  }
}

body.theme-template-e.page-template-base-home
  .module-hero
  .slide-content-box
  .slide-content
  .content-box {
  background-color: rgba(0, 123, 255, 0.5);
}

@media (max-width: 767px) {
  body.theme-template-e.page-template-base-home
    .module-hero
    .slide-content-box
    .slide-content
    .content-box {
    display: block;
    margin: 0 auto;
    height: 150px;
  }
}

body.theme-template-e.page-template-base-home
  .module-hero
  .slide-content-box
  .slide-title {
  font-size: 56px;
  line-height: 1.2;
  font-weight: 400;
}

@media (max-width: 767px) {
  body.theme-template-e.page-template-base-home
    .module-hero
    .slide-content-box
    .slide-title {
    font-size: 20px;
  }
}

body.theme-template-e.page-template-base-home
  .module-hero
  .slide-content-box
  .button {
  color: #ffffff;
}

body.theme-template-e.page-template-base-home .module-hero .slide-halves {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

body.theme-template-e.page-template-base-home
  .module-hero
  .slide-halves
  .halves-content {
  width: 100%;
}

body.theme-template-e.page-template-base-home
  .module-hero
  .slide-halves
  .halves-content
  .table {
  margin: 0 10%;
  width: 50%;
}

@media (max-width: 767px) {
  body.theme-template-e.page-template-base-home
    .module-hero
    .slide-halves
    .halves-content
    .table {
    margin: 0 4%;
    width: auto;
  }
}

body.theme-template-e.page-template-base-home
  .module-hero
  .slide-halves
  .halves-content
  .slide-title {
  font-size: 60px;
}

@media (max-width: 767px) {
  body.theme-template-e.page-template-base-home
    .module-hero
    .slide-halves
    .halves-content
    .slide-title {
    font-size: 40px;
  }
}

body.theme-template-e.page-template-base-home
  .module-hero
  .slide-halves
  .halves-content
  p {
  font-size: 18px;
}

body.theme-template-e.page-template-base-home .module-cta-bar {
  text-align: center;
  border-bottom: 5px solid;
}

body.theme-template-e.page-template-base-home .module-cta-bar:after {
  content: '';
  display: block;
  margin: 0 0 -5px 0;
  width: 50%;
  border-bottom: 5px solid;
}

body.theme-template-e.page-template-base-home .module-cta-bar .wrap {
  padding: 0;
}

body.theme-template-e.page-template-base-home .module-cta-bar .pre-text {
  display: none;
}

body.theme-template-e.page-template-base-home .module-cta-bar a {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 -5px -4px;
  padding: 20px;
  width: calc(25% - 40px);
  color: #ffffff;
  font-size: 32px;
  line-height: 1.2;
  text-align: left;
  border-bottom: 5px solid;
}

@media (max-width: 767px) {
  body.theme-template-e.page-template-base-home .module-cta-bar a {
    display: block;
    width: auto;
  }
}

body.theme-template-e.page-template-base-home .module-cta-bar a:first-of-type {
  border-left: none;
}

body.theme-template-e.page-template-base-home .module-cta-bar a i {
  display: none;
}

body.theme-template-e.page-template-base-home .module-cta-bar a .link-title {
  margin: 0;
  color: #ffffff;
  font-size: 19px;
  font-weight: 400;
}

body.theme-template-e.page-template-base-home .module-cta-bar a .link-text {
  display: block;
  font-size: 14px;
  height: 32px;
}

body.theme-template-e.page-template-base-home .module-content {
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-blend-mode: luminosity;
}

body.theme-template-e.page-template-base-home .module-content .table {
  padding: 100px 0;
}

@media (max-width: 767px) {
  body.theme-template-e.page-template-base-home .module-content .table {
    padding: 20px 0;
  }
}

body.theme-template-e.page-template-base-home
  .module-content
  .module-content-container {
  float: left;
  width: 60%;
}

@media (max-width: 767px) {
  body.theme-template-e.page-template-base-home
    .module-content
    .module-content-container {
    float: none;
    padding: 20px 0;
    width: auto;
  }
}

body.theme-template-e.page-template-base-home .module-content .module-subtitle {
  display: none;
}

body.theme-template-e.page-template-base-home .module-content .module-title {
  font-size: 51px;
  line-height: 1;
  font-weight: 700;
}

body.theme-template-e.page-template-base-home .module-content .module-text {
}

body.theme-template-e.page-template-base-home .module-content .module-text p {
  font-size: 20px;
}

body.theme-template-e.page-template-base-home .module-content .module-button {
}

body.theme-template-e.page-template-base-home .module-content .module-image {
  float: right;
  width: 35%;
}

@media (max-width: 767px) {
  body.theme-template-e.page-template-base-home .module-content .module-image {
    float: none;
    width: auto;
  }
}

body.theme-template-e.page-template-base-home
  .module-content
  .module-image
  img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

body.theme-template-e.page-template-base-home
  .module-content
  .module-image
  iframe,
body.theme-template-e.page-template-base-home
  .module-content
  .module-image
  .wistia_embed {
  display: block;
  width: 100%;
  height: calc(500px * (315 / 560));
}

body.theme-template-e.page-template-base-home .module-link-list {
}

body.theme-template-e.page-template-base-home .module-link-list .wrap {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

body.theme-template-e.page-template-base-home .module-link-list .module-intro {
  margin: 0 auto;
  padding: 40px 4%;
  width: 1280px;
  text-align: center;
}

@media (max-width: 1280px) {
  body.theme-template-e.page-template-base-home
    .module-link-list
    .module-intro {
    width: auto;
  }
}

body.theme-template-e.page-template-base-home
  .module-link-list
  .module-intro
  .module-title {
  font-size: 52px;
  font-weight: 500;
}

body.theme-template-e.page-template-base-home
  .module-link-list
  .module-intro
  p {
  font-size: 18px;
}

body.theme-template-e.page-template-base-home
  .module-link-list
  .module-links
  .link {
  display: block;
  clear: both;
}

body.theme-template-e.page-template-base-home
  .module-link-list
  .module-links
  .link
  .link-wrap {
  display: block;
}

body.theme-template-e.page-template-base-home
  .module-link-list
  .module-links
  .link
  .link-image {
  float: left;
  width: 50%;
  height: 480px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 767px) {
  body.theme-template-e.page-template-base-home
    .module-link-list
    .module-links
    .link
    .link-image {
    float: none;
    width: auto;
    height: auto;
    background-image: none;
  }
}

body.theme-template-e.page-template-base-home
  .module-link-list
  .module-links
  .link:nth-child(even)
  .link-image {
  float: right;
}

@media (max-width: 767px) {
  body.theme-template-e.page-template-base-home
    .module-link-list
    .module-links
    .link:nth-child(even)
    .link-image {
    float: none;
  }
}

body.theme-template-e.page-template-base-home
  .module-link-list
  .module-links
  .link
  .link-image
  img {
  display: none;
}

@media (max-width: 767px) {
  body.theme-template-e.page-template-base-home
    .module-link-list
    .module-links
    .link
    .link-image
    img {
    display: block;
    width: 100%;
    height: auto;
  }
}

body.theme-template-e.page-template-base-home
  .module-link-list
  .module-links
  .link
  .link-content {
  display: block;
  padding: 70px;
  height: 340px;
  text-align: center;
}

@media (max-width: 1023px) {
  body.theme-template-e.page-template-base-home
    .module-link-list
    .module-links
    .link
    .link-content {
    padding: 20px 4%;
    height: 440px;
  }
}
plate-e.page-template-base-home
  .module-link-list
  .module-links
  .link
  .link-content
  .table {
  margin: 0 auto;
  width: 70%;
}

@media (max-width: 1280px) {
  body.theme-template-e.page-template-base-home
    .module-link-list
    .module-links
    .link
    .link-content
    .table {
    width: auto;
  }
}

body.theme-template-e.page-template-base-home
  .module-link-list
  .module-links
  .link
  .link-content.has-image {
  float: right;
  width: calc(50% - 140px);
  text-align: left;
}

@media (max-width: 1023px) {
  body.theme-template-e.page-template-base-home
    .module-link-list
    .module-links
    .link
    .link-content.has-image {
    width: 42%;
  }
}

@media (max-width: 767px) {
  body.theme-template-e.page-template-base-home
    .module-link-list
    .module-links
    .link
    .link-content.has-image {
    float: none;
    width: auto;
    text-align: center;
  }
}

body.theme-template-e.page-template-base-home
  .module-link-list
  .module-links
  .link
  .link-content.has-image
  .table {
  margin: 0;
}

body.theme-template-e.page-template-base-home
  .module-link-list
  .module-links
  .link:nth-child(even)
  .link-content.has-image {
  float: left;
}

@media (max-width: 767px) {
  body.theme-template-e.page-template-base-home
    .module-link-list
    .module-links
    .link:nth-child(even)
    .link-content.has-image {
    float: none;
  }
}

body.theme-template-e.page-template-base-home
  .module-link-list
  .module-links
  .link
  .link-content
  .link-title {
  font-size: 52px;
  font-weight: 500;
}

body.theme-template-e.page-template-base-home
  .module-link-list
  .module-links
  .link
  .link-content
  .link-title
  i {
  display: none;
}

body.theme-template-e.page-template-base-home
  .module-link-list
  .module-links
  .link
  .link-content
  .link-text {
  font-size: 18px;
}

body.theme-template-e.page-template-base-home
  .module-link-list
  .module-links
  .link
  .link-content
  .link-text
  p {
  color: #212529;
}

body.theme-template-e.page-template-base-home
  .module-link-list
  .module-links
  .link
  .link-content
  .link-button {
  margin: 0;
  display: inline-block;
}

body.theme-template-e.page-template-base-home
  .module-link-list
  .link-list-sidebar {
  display: none;
}

body.theme-template-e.page-template-base-home .module-physicians {
  padding: 50px 0;
}

body.theme-template-e.page-template-base-home .module-physicians .table {
  display: block;
}

body.theme-template-e.page-template-base-home
  .module-physicians
  .table
  .table-cell {
  display: block;
}

body.theme-template-e.page-template-base-home .module-physicians .intro {
  padding: 0 0 40px;
  text-align: center;
}

body.theme-template-e.page-template-base-home
  .module-physicians
  .intro
  .module-title {
  font-size: 52px;
  text-align: center;
  font-weight: 500;
}

body.theme-template-e.page-template-base-home .module-physicians .intro p {
  display: none;
}

body.theme-template-e.page-template-base-home .module-physicians .physician {
  margin: 0 20px;
  opacity: 0;

  -moz-transition: 0.25s opacity linear;
  -webkit-transition: 0.25s opacity linear;
  transition: 0.25s opacity linear;
}

body.theme-template-e.page-template-base-home
  .module-physicians
  .physician.slick-active {
  opacity: 1;

  -moz-transition: 0.25s opacity linear;
  -webkit-transition: 0.25s opacity linear;
  transition: 0.25s opacity linear;
}

body.theme-template-e.page-template-base-home .module-physicians .slick-arrow {
  position: absolute;
  z-index: 200;
  top: calc(50% + 50px);
  color: #ffffff;
  font-size: 50px;
  line-height: 50px;
  opacity: 1;
  cursor: pointer;
}

body.theme-template-e.page-template-base-home
  .module-physicians
  .slick-arrow.slick-disabled {
  opacity: 0.25;
}

body.theme-template-e.page-template-base-home .module-physicians .slick-prev {
  left: -25px;
}

@media (max-width: 1330px) {
  body.theme-template-e.page-template-base-home .module-physicians .slick-prev {
    left: 10px;
  }
}

body.theme-template-e.page-template-base-home .module-physicians .slick-next {
  right: -25px;
}

@media (max-width: 1330px) {
  body.theme-template-e.page-template-base-home .module-physicians .slick-next {
    right: 10px;
  }
}

body.theme-template-e.page-template-base-home .module-news {
  padding: 40px 0 0;
  text-align: center;
}

body.theme-template-e.page-template-base-home .module-news .wrap {
  padding: 0;
  width: auto;
}

body.theme-template-e.page-template-base-home .module-news .module-title {
  padding: 0 0 40px;
  font-size: 46px;
  line-height: 1;
  font-weight: 500;
}

body.theme-template-e.page-template-base-home .module-news .news-list {
  margin: 0 auto;
  padding: 0 0 40px;
  width: 1280px;
}

@media (max-width: 1280px) {
  body.theme-template-e.page-template-base-home .module-news .news-list {
    width: auto;
  }
}

body.theme-template-e.page-template-base-home
  .module-news
  .news-list
  .news-post {
  position: relative;
  top: 0;
  display: inline-block;
  vertical-align: top;
  margin: 0 12px 24px;
  width: calc(98% / 3 - 24px);
  text-align: left;

  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);

  -moz-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

@media (max-width: 1024px) {
  body.theme-template-e.page-template-base-home
    .module-news
    .news-list
    .news-post {
    width: calc(98% / 2 - 24px);
  }

  body.theme-template-e.page-template-base-home
    .module-news
    .news-list
    .news-post:last-of-type {
    display: none;
  }
}

@media (max-width: 767px) {
  body.theme-template-e.page-template-base-home
    .module-news
    .news-list
    .news-post {
    display: block;
    margin: 0 auto 40px;
    padding: 0 0 20px;
    width: auto;
  }
}

body.theme-template-e.page-template-base-home
  .module-news
  .news-list
  .news-post:hover {
  top: -20px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12),
    0 16px 10px -2px rgba(0, 0, 0, 0.12), 0 1px 30px 0 rgba(0, 0, 0, 0.2);

  -moz-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

body.theme-template-e.page-template-base-home
  .module-news
  .news-list
  .news-post
  .news-image {
  display: block;
  padding: 0;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

body.theme-template-e.page-template-base-home
  .module-news
  .news-list
  .news-post
  .news-image
  img {
  display: none;
}

body.theme-template-e.page-template-base-home
  .module-news
  .news-list
  .news-post
  .news-title {
  display: block;
  height: 66px;
  padding: 24px 24px 0;
  font-size: 22px;
  font-weight: 500;
}

@media (max-width: 767px) {
  body.theme-template-e.page-template-base-home
    .module-news
    .news-list
    .news-post
    .news-title {
    height: auto;
  }
}

body.theme-template-e.page-template-base-home
  .module-news
  .news-list
  .news-post
  p {
  padding: 0 24px 0;
  height: 136px;
  font-size: 16px;
}

@media (max-width: 767px) {
  body.theme-template-e.page-template-base-home
    .module-news
    .news-list
    .news-post
    p {
    height: auto;
  }
}

body.theme-template-e.page-template-base-home
  .module-news
  .news-list
  .news-post
  .button {
  margin: 0 24px 24px;
}

body.theme-template-e.page-template-base-home
  .module-news
  .news-list
  .news-post
  .button:after {
  content: '\f054';
  font-family: 'Font Awesome 6 Pro';
  display: inline-block;
  margin: 0 0 0 5px;
  font-size: 14px;
}

body.theme-template-e.page-template-base-home
  .module-news
  .news-list
  .news-more-button.button {
  background: transparent !important;
}

body.theme-template-e.page-template-base-home
  .module-news
  .news-list
  .news-more-button.button:after {
  content: '\f054';
  font-family: 'Font Awesome 6 Pro';
  display: inline-block;
  margin: 0 0 0 5px;
  font-size: 14px;
}

body.theme-template-e.page-template-base-home .module-news .news-sidebar {
  padding: 50px 4%;
}

body.theme-template-e.page-template-base-home
  .module-news
  .news-sidebar
  .news-sidebar-title {
  font-size: 32px;
  font-weight: 500;
}

body.theme-template-e.page-template-base-home .module-news .news-sidebar p {
  font-size: 18px;
}

body.theme-template-e.page-template-base-home
  .module-news
  .news-sidebar
  .gform_wrapper {
  margin: 0 auto;
  width: 1280px;
}

@media (max-width: 1280px) {
  body.theme-template-e.page-template-base-home
    .module-news
    .news-sidebar
    .gform_wrapper {
    width: auto;
  }
}

body.theme-template-e.page-template-base-home
  .module-news
  .news-sidebar
  .gform_wrapper
  form {
  width: 80%;
}

@media (max-width: 1023px) {
  body.theme-template-e.page-template-base-home
    .module-news
    .news-sidebar
    .gform_wrapper
    form {
    width: 100%;
  }
}

body.theme-template-e.page-template-base-home
  .module-news
  .news-sidebar
  .gform_wrapper
  .top_label
  .gfield_label,
.gform_wrapper legend.gfield_label {
  display: none;
}

body.theme-template-e.page-template-base-home
  .module-news
  .news-sidebar
  .gform_wrapper
  ::-webkit-input-placeholder {
  color: #ababab;
}
body.theme-template-e.page-template-base-home
  .module-news
  .news-sidebar
  .gform_wrapper
  :-ms-input-placeholder {
  color: #ababab;
}
body.theme-template-e.page-template-base-home
  .module-news
  .news-sidebar
  .gform_wrapper
  ::placeholder {
  color: #ababab;
}

body.theme-template-e
  .gform_wrapper
  input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):focus::-webkit-input-placeholder {
  color: #ffffff;
}
body.theme-template-e .gform_wrapper textarea:focus::-webkit-input-placeholder {
  color: #ffffff;
}

body.theme-template-e
  .gform_wrapper
  input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):focus:-ms-input-placeholder {
  color: #ffffff;
}
body.theme-template-e .gform_wrapper textarea:focus:-ms-input-placeholder {
  color: #ffffff;
}

body.theme-template-e
  .gform_wrapper
  input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):focus::placeholder {
  color: #ffffff;
}
body.theme-template-e .gform_wrapper textarea:focus::placeholder {
  color: #ffffff;
}

body.theme-template-e.page-template-base-home
  .module-news
  .news-sidebar
  .gform_wrapper
  .gform_body {
  max-width: 100%;
  width: 100%;
}

body.theme-template-e.page-template-base-home
  .module-news
  .news-sidebar
  .gform_wrapper
  .gform_footer,
body.theme-template-e.page-template-base-home
  .module-news
  .news-sidebar
  .gform_wrapper
  .gform_page_footer {
  width: 54px;
}

@media (max-width: 767px) {
  body.theme-template-e.page-template-base-home
    .module-news
    .news-sidebar
    .gform_wrapper
    .gform_footer,
  body.theme-template-e.page-template-base-home
    .module-news
    .news-sidebar
    .gform_wrapper
    .gform_page_footer {
    width: 100%;
  }
}

body.theme-template-e.page-template-base-home
  .module-news
  .news-sidebar
  .gform_wrapper
  .gform_footer
  .button,
body.theme-template-e.page-template-base-home
  .module-news
  .news-sidebar
  .gform_wrapper
  .gform_page_footer
  .button {
  margin: 0;
  padding: 0;
  width: 54px;
  height: 54px;
  font-size: 24px;
  line-height: 54px;
  text-align: center;
}

@media (max-width: 767px) {
  body.theme-template-e.page-template-base-home
    .module-news
    .news-sidebar
    .gform_wrapper
    .gform_footer
    .button,
  body.theme-template-e.page-template-base-home
    .module-news
    .news-sidebar
    .gform_wrapper
    .gform_page_footer
    .button {
    width: 100%;
  }
}

body.theme-template-e.page-template-base-home
  .module-news
  .news-sidebar
  .gform_wrapper
  .gform_footer
  .button:after,
body.theme-template-e.page-template-base-home
  .module-news
  .news-sidebar
  .gform_wrapper
  .gform_page_footer
  .button:after {
  display: none;
}

body.theme-template-e.page-template-base-home
  .module-news
  .news-sidebar
  .gform_wrapper
  .gform_footer
  .button
  i,
body.theme-template-e.page-template-base-home
  .module-news
  .news-sidebar
  .gform_wrapper
  .gform_page_footer
  .button
  i {
  margin: 0 auto;
}

body.theme-template-e.page-template-base-home .module-map {
  border-top: 2px solid;
}

body.theme-template-e.page-template-base-home .module-map .wrap {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

body.theme-template-e.page-template-base-home .module-map #map {
  width: 100%;
  height: 360px;
}

body.theme-template-e.page-template-base-home .module-reviews {
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-blend-mode: luminosity;
}

body.theme-template-e.page-template-base-home .module-reviews .overlay {
  padding: 80px 0;
}

body.theme-template-e.page-template-base-home .module-reviews .review {
  padding: 0 8vw;
}

body.theme-template-e.page-template-base-home .module-reviews .review .date {
  display: none;
}

body.theme-template-e.page-template-base-home
  .module-reviews
  .review
  .info
  .reviewer {
  display: block;
  margin: 0 0 5px;
  font-size: 45px;
  font-weight: 700;
}

body.theme-template-e.page-template-base-home
  .module-reviews
  .review
  .info
  .separator {
  display: none;
}

body.theme-template-e.page-template-base-home
  .module-reviews
  .review
  .info
  .location {
  display: block;
  font-size: 17px;
  font-weight: 400;
}

body.theme-template-e.page-template-base-home .module-reviews .review .comment {
  position: relative;
  font-size: 18px;
}

body.theme-template-e.page-template-base-home
  .module-reviews
  .review
  .comment:before {
  content: '“';
  position: absolute;
  top: 10px;
  left: -36px;
  color: #d6d6d6;
  font-size: 87px;
  line-height: 1;
}

body.theme-template-e.page-template-base-home
  .module-reviews
  .review
  .comment
  p {
  font-size: 18px;
  line-height: 1.8;
}

/*********************************
* CONDITIONS/PROCEDURES/SERVICES *
*********************************/

body.theme-template-e .condition,
body.theme-template-e .procedure,
body.theme-template-e .service {
  margin: 0 0 40px;
  padding: 0 0 40px;
}

/*******
* NEWS *
*******/

body.theme-template-e.page-template-base-news .news-post {
  float: left;
  margin: 0 5% 30px 0;
  width: 45%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 1023px) {
  body.theme-template-e.page-template-base-news .news-post {
    float: none;
    margin: 0 auto 15px;
    padding: 0 0 20px;
    width: auto;
    text-align: center;
  }
}

body.theme-template-e.page-template-base-news .news-post .news-image {
  display: block;
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.theme-template-e.page-template-base-news .news-post .news-image img {
  display: none;
  width: 100%;
  height: auto;
}

body.theme-template-e.page-template-base-news .news-post .news-title {
  margin: 0;
  padding: 20px;
  height: 40px;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}

body.theme-template-e.page-template-base-news .news-post p {
  margin: 0;
  padding: 0 20px 20px;
  min-height: 200px;
  font-size: 16px;
}

body.theme-template-e.page-template-base-news .news-post .button {
  margin-left: 20px;
}

@media (max-width: 1023px) {
  body.theme-template-e.page-template-base-news .news-post .button {
    margin: 0 10px;
  }
}

body.theme-template-e.page-template-base-news .news-previous span,
body.theme-template-e.page-template-base-news .news-next span {
  display: none;
}

body.theme-template-e.page-template-base-news .news-previous {
  float: left;
}

body.theme-template-e.page-template-base-news .news-previous:after {
  display: none;
}

body.theme-template-e.page-template-base-news .news-previous:before {
  content: '\f053';
  font-family: 'Font Awesome 6 Pro';
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 14px;
}

body.theme-template-e.page-template-base-news .news-next {
  float: right;
}

/***************
* SINGLE: NEWS *
***************/

body.theme-template-e.single-news .content .post-featured-image {
  display: none;
}

/*************
* PHYSICIANS *
*************/
body.theme-template-e.page-template-base-physicians
  #physicians-search
  .physician-search-input {
  position: relative;
}

@media (max-width: 767px) {
  body.theme-template-e.page-template-base-physicians
    #physicians-search
    .physician-search-input {
    float: none;
    width: 100%;
  }
}

body.theme-template-e.page-template-base-physicians
  #physicians-search
  .physician-search-input:after {
  content: '\f002';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  top: 0;
  right: 20px;
  height: 52px;
  line-height: 52px;
  font-size: 24px;
  color: #ffffff;
}

body.theme-template-e.page-template-base-physicians
  #physicians-search
  .physician-search-input
  input {
  display: block;
  padding-left: 10px;
  width: calc(100% - 20px);
  height: 42px;
  border: 1px solid;
  font-size: 15px;
}

body.theme-template-e.page-template-base-physicians
  #physicians-search
  .physicians-search-location {
  padding: 20px 25px;
  font-size: 15px;
  border: 1px solid;
}

body.theme-template-e .physician {
  margin: 0 40px 40px 0;
  padding: 0;
  max-width: 100%;
  text-align: center;
  font-weight: 500;
}

body.theme-template-e .physician .physician-photo {
  display: block;
  margin: 0 auto;
  width: 180px;
  height: auto;
  border-radius: 100%;
  border: 3px solid;

  -moz-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

body.theme-template-e .physician .photo {
  width: 180px;
  height: auto;
  border-radius: 100%;
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.25);
}

body.theme-template-e .physician .name {
  margin: 8px 0;
  font-size: 18px;
  font-weight: 300;
}

body.theme-template-e .physician .credentials {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 500;
}

.physician-search-input {
  width: 100%;
}

/*********************
* PHYSICIAN - SINGLE *
*********************/

body.theme-template-e.single-physician .physician-photo {
  width: auto;
  height: 180px;
  border-radius: 100%;
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px) {
  body.theme-template-e.single-physician .physician-photo {
    float: none;
    margin: 0 auto;
  }
}

body.theme-template-e.single-physician .physician-content,
body.theme-template-e.single-physician .request-form {
  margin: 30px 0 20px;
  padding: 15px 20px;
  border-top: 1px solid;
  background-color: #ffffff;
}

body.theme-template-e.single-physician .physician-info {
  width: calc(100% - 230px);
}

@media (max-width: 767px) {
  body.theme-template-e.single-physician .physician-info {
    width: auto;
    text-align: center;
  }
}

body.theme-template-e.single-physician .physician-info .post-title {
  font-size: 30px;
  font-weight: 300;
}

body.theme-template-e.single-physician .physician-info .credentials {
  font-size: 24px;
  font-weight: 600;
}

body.theme-template-e.single-physician .physician-info .button {
  margin-top: 10px;
}

body.theme-template-e.single-physician .physician-areasofcare {
  padding: 0;
}

body.theme-template-e.single-physician .physician-content hr {
  display: none;
}

body.theme-template-e.single-physician .location{
  font-size:18px;
}

body.theme-template-e.single-physician .location .location-address{
  margin:0 0 10px;
}

/**********************
* LOCATION - MULTIPLE *
**********************/

body.theme-template-e.page-template-base-locations .location-address,
body.theme-template-e.page-template-base-locations .location-phone,
body.theme-template-e.page-template-base-locations .location-fax {
  margin: 0 0 20px;
  font-size: 16px;
}

/********************
* LOCATION - SINGLE *
********************/

body.theme-template-e.single-location iframe {
  width: 100%;
  height: 400px;
}

body.theme-template-e.single-location .location-info {
  margin: 0 0 20px;
  font-size: 16px;
}

/*********
* FOOTER *
**********/

body.theme-template-e .site-footer {
  padding: 40px 0;
  background-color: #110f10;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 767px) {
  body.theme-template-e .site-footer {
    text-align: center;
  }
}

body.theme-template-e .site-footer .wrap {
}

body.theme-template-e .footer-nav {
  padding: 0 0 40px;
}

body.theme-template-e .footer-nav ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

@media (max-width: 1024px) {
  body.theme-template-e .footer-nav ul {
    display: block;
    text-align: center;
  }
}

body.theme-template-e .footer-nav ul li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  body.theme-template-e .footer-nav ul li {
    display: block;
  }
}

body.theme-template-e .footer-nav ul li:before {
  content: '|';
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 10px;
  font-size: 14px;
}

@media (max-width: 767px) {
  body.theme-template-e .footer-nav ul li:before {
    display: none;
  }
}

body.theme-template-e .footer-nav ul li:first-child:before {
  display: none;
}

body.theme-template-e .footer-nav ul li a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap;
}

body.theme-template-e .site-footer .footer-left {
  float: left;
  width: 50%;
}

@media (max-width: 767px) {
  body.theme-template-e .site-footer .footer-left {
    float: none;
    width: auto;
  }
}

body.theme-template-e .site-footer .location .location-title {
}

body.theme-template-e .site-footer .location a {
  color: #ffffff;
}

body.theme-template-e .site-footer .footer-right {
  float: right;
  width: 50%;
  text-align: right;
}

@media (max-width: 767px) {
  body.theme-template-e .site-footer .right {
    float: none;
    width: auto;
    text-align: center;
  }
}

body.theme-template-e .site-footer p {
  margin: 0 0 10px;
}

/********
* FORMS *
********/

body.theme-template-e .gform_wrapper .ginput_container_select {
  position: relative;
}

body.theme-template-e .gform_wrapper .ginput_container_select:before,
body.theme-template-e .gform_wrapper .ginput_container_select:after {
  position: absolute;
  z-index: 2;
  right: 10px;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  height: 20px;
  line-height: 20px;
}

body.theme-template-e .gform_wrapper .ginput_container_select:before {
  content: '\f077';
  top: 5px;
}

body.theme-template-e .gform_wrapper .ginput_container_select:after {
  content: '\f078';
  bottom: 5px;
}

body.theme-template-e
  .gform_wrapper
  input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
body.theme-template-e .gform_wrapper textarea,
body.theme-template-e .gform_wrapper select {
  padding-left: 10px;
  height: 54px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid;

  -moz-transition: 0.25s all linear;
  -webkit-transition: 0.25s all linear;
  transition: 0.25s all linear;

  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

body.theme-template-e .gform_wrapper textarea {
  height: auto;
}

body.theme-template-e .gform_wrapper .gform_footer {
  text-align: right;
}

body.theme-template-e .gform_wrapper .gform_footer .button,
body.theme-template-e .gform_wrapper .gform_footer input[type='submit'],
body.theme-template-e .gform_wrapper .gform_page_footer .button,
body.theme-template-e .gform_wrapper .gform_page_footer input[type='submit'] {
  padding: 12px 25px;
  font-size: 16px;
  border-radius: 4px;

  -moz-transition: 0.25s all linear;
  -webkit-transition: 0.25s all linear;
  transition: 0.25s all linear;
}

/**********************
* WHY CHOOSE US - ASC *
**********************/

table.normalBorders,
th,
td {
  border: 0px;
}
.bulletCheckmark {
  list-style: none;
  padding-left: 0;
}
.bulletCheckmark li {
  position: relative;
  padding-left: 42px;
  margin-bottom: 10px;
}
.bulletCheckmark li::before {
  content: '';
  width: 28px;
  height: 28px;
  position: absolute;
  background-image: url('https://shared.amsurgsites.com/wp-content/uploads/sites/10/2020/04/701734_AMSURG_CostValue_Website_Icons-01.png');
  background-size: cover;
  background-position: center;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  margin-top: 10px;
}
.normalBorders thead td {
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
  padding: 22px;
}
.normalBorders tbody td {
  padding: 10px 5px 0px 0px;
  font-weight: bold;
}
.bgBlue {
  background-color: #004b8d;
}
.textBlue {
  color: #20386c;
  font-size: 24px !important;
  text-align: center;
}
.bgGreen {
  background-color: #78a22f;
}
.textGreen {
  color: #78a22f;
  font-size: 24px;
  text-align: center;
}
.bgOrange {
  background-color: #f58025;
}
.textOrange {
  color: #f58025;
  font-size: 24px;
  text-align: center;
}
.normalBorders tbody td > img.proImg {
  max-width: 50px;
  padding-top: 9px;
  padding-right: 9px;
  float: left;
}
@media (max-width: 1023px) {
  .normalBorders tbody td > img.proImg {
    max-width: 50px;
    padding-top: 9px;
    padding-right: 9px;
    float: left;
  }
}
@media (max-width: 1023px) {
  .normalBorders thead td {
    font-size: 18px;
  }
  .textBlue,
  .textGreen,
  .textOrange {
    font-size: 18px !important;
  }
  .normalBorders tbody td div > p {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

/*********************
* POSITIONING STYLES *
*********************/

.float-left {
  float: left;
}
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pr-5 {
  padding-right: 5px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-15 {
  padding-right: 15px;
}
.pr-20 {
  padding-right: 20px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pl-5 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-20 {
  padding-left: 20px;
}
.icon-w-45 {
  max-width: 45px;
}
.icon-w-55 {
  max-width: 55px;
}
.icon-w-65 {
  max-width: 65px;
}
