/*!
Theme Name: Enfold Child
template: enfold
Description: Louisville Geek Child theme based on Enfold.
Version: 1.0.0
Author: Louisville Geek
Author URI:  https://louisvillegeek.com
Text Domain: lgef
*/
:root {
  font-size: 62.5%; }

/*
Utilities:
    Use the wrapper block below to import *reusable* custom classes (lg-classes)
    or other utility files that need the extra specificity
 */
/**
Global variables that we can reuse throughout our styles.
 */
#top #wrap_all {
  /*
Reusable button class - 'lg-button'.
Adds curved border, and larger, bold font
 */
  /*
Reusable Color Section class - 'lg-six-columns'.
Apply this class to a color section that has six [1/4] columns in it to get a
flex-based responsive six-column layout.
 */
  /* ---------------------------------- */
  /*
Grid Row styling. Makes them respect margins like color sections, instead of stretching
the full width of the screen. Import if you need a Grid Row layout.
 */
  /*
Animation helper classes
 */ }
  #top #wrap_all .lg-button .avia-button {
    border-radius: 0;
    font-size: 20px;
    font-weight: 100;
    background-color: #6f263d;
    border: #6f263d;
    color: white;
    padding: 15px 20px; }
  #top #wrap_all .lg-button-transparent .avia-button {
    border-radius: 0;
    font-size: 20px;
    font-weight: 100;
    background-color: transparent;
    border: white 2px solid !important;
    color: white;
    padding: 15px 20px; }
  #top #wrap_all .lg-button-transparent .avia-button:hover {
    background-color: white !important;
    color: #6f263d !important;
    transition: background-color .7s, color .7s; }
  #top #wrap_all .lg-six-columns .entry-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #top #wrap_all .lg-six-columns .entry-content-wrapper .flex_column {
      margin: 0;
      width: calc(80% / 6); }
      #top #wrap_all .lg-six-columns .entry-content-wrapper .flex_column:not(:first-of-type) {
        margin-left: 4%; }
      @media (max-width: 989px) {
        #top #wrap_all .lg-six-columns .entry-content-wrapper .flex_column {
          margin-bottom: 1rem;
          width: calc(90% / 3); }
          #top #wrap_all .lg-six-columns .entry-content-wrapper .flex_column:not(:first-of-type) {
            margin-left: 5%; }
          #top #wrap_all .lg-six-columns .entry-content-wrapper .flex_column:nth-of-type(4) {
            margin-left: 0; } }
      @media (max-width: 639px) {
        #top #wrap_all .lg-six-columns .entry-content-wrapper .flex_column {
          width: calc(90% / 2); }
          #top #wrap_all .lg-six-columns .entry-content-wrapper .flex_column:nth-of-type(odd) {
            margin-left: 0; }
          #top #wrap_all .lg-six-columns .entry-content-wrapper .flex_column:nth-of-type(even) {
            margin-left: 5%; } }
      @media (max-width: 399px) {
        #top #wrap_all .lg-six-columns .entry-content-wrapper .flex_column {
          margin-bottom: 2rem;
          margin-left: 0 !important;
          width: 100%; } }
  #top #wrap_all .av-layout-grid-container {
    margin: 0 auto;
    max-width: 1310px;
    padding: 0 50px; }
  #top #wrap_all .separator {
    position: relative;
    height: 3px;
    background-color: transparent; }
    #top #wrap_all .separator::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 33%;
      height: 100%;
      background-color: #6f263d; }
    #top #wrap_all .separator::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 33%;
      width: 67%;
      height: 1px;
      background-color: #bababa;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  #top #wrap_all .sidebar-blog .post-title {
    font-size: 16px;
    color: #6f263d;
    padding-bottom: 0; }
  #top #wrap_all .sidebar-blog .post-meta-infos {
    display: none; }
  #top #wrap_all .sidebar-blog p {
    font-size: 16px;
    text-align: left; }
  #top #wrap_all .sidebar-blog .read-more-link {
    display: none; }
  #top #wrap_all .sidebar-blog .post_delimiter {
    display: none; }
  #top #wrap_all .services-sidebar {
    margin-bottom: 50px; }
    #top #wrap_all .services-sidebar p {
      background-color: #6f263d;
      padding: 0;
      margin-bottom: 10px;
      position: relative; }
      #top #wrap_all .services-sidebar p:hover {
        -webkit-transform: scale(1.03);
                transform: scale(1.03);
        transition: 0.2s;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }
      #top #wrap_all .services-sidebar p a {
        display: block;
        color: white;
        font-size: 16px;
        text-decoration: none;
        height: 100%;
        padding: 7px;
        box-sizing: border-box; }
  #top #wrap_all .lg-animate {
    opacity: 0;
    transition: opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
    #top #wrap_all .lg-animate.lg-animate-fade-up {
      -webkit-transform: translateY(50px);
              transform: translateY(50px); }
      #top #wrap_all .lg-animate.lg-animate-fade-up.animated {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1; }
    #top #wrap_all .lg-animate.lg-animate-fade-in.animated {
      opacity: 1; }
    #top #wrap_all .lg-animate.lg-animate-zoom-in {
      -webkit-transform: scale(0.9);
              transform: scale(0.9); }
      #top #wrap_all .lg-animate.lg-animate-zoom-in.animated {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1; }
    #top #wrap_all .lg-animate.lg-animate-fade-down {
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px); }
      #top #wrap_all .lg-animate.lg-animate-fade-down.animated {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1; }
    #top #wrap_all .lg-animate.lg-animate-fade-left {
      -webkit-transform: translateX(50px);
              transform: translateX(50px); }
      #top #wrap_all .lg-animate.lg-animate-fade-left.animated {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1; }
    #top #wrap_all .lg-animate.lg-animate-fade-right {
      -webkit-transform: translateX(-50px);
              transform: translateX(-50px); }
      #top #wrap_all .lg-animate.lg-animate-fade-right.animated {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1; }
    #top #wrap_all .lg-animate.lg-animate-zoom-out {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
      #top #wrap_all .lg-animate.lg-animate-zoom-out.animated {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1; }
    #top #wrap_all .lg-animate.lg-animate-slide-left {
      -webkit-transform: translateX(100px);
              transform: translateX(100px); }
      #top #wrap_all .lg-animate.lg-animate-slide-left.animated {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1; }
    #top #wrap_all .lg-animate.lg-animate-slide-right {
      -webkit-transform: translateX(-100px);
              transform: translateX(-100px); }
      #top #wrap_all .lg-animate.lg-animate-slide-right.animated {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1; }
    #top #wrap_all .lg-animate.lg-animate-slide-left-full {
      -webkit-transform: translateX(100%);
              transform: translateX(100%); }
      #top #wrap_all .lg-animate.lg-animate-slide-left-full.animated {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1; }
    #top #wrap_all .lg-animate.lg-animate-slide-right-full {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%); }
      #top #wrap_all .lg-animate.lg-animate-slide-right-full.animated {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1; }
  #top #wrap_all .lg-delay-100 {
    transition-delay: 100ms !important; }
  #top #wrap_all .lg-delay-200 {
    transition-delay: 200ms !important; }
  #top #wrap_all .lg-delay-300 {
    transition-delay: 300ms !important; }
  #top #wrap_all .lg-delay-400 {
    transition-delay: 400ms !important; }
  #top #wrap_all .lg-delay-500 {
    transition-delay: 500ms !important; }
  #top #wrap_all .lg-delay-600 {
    transition-delay: 600ms !important; }
  #top #wrap_all .lg-delay-700 {
    transition-delay: 700ms !important; }
  #top #wrap_all .lg-delay-800 {
    transition-delay: 800ms !important; }
  #top #wrap_all .lg-delay-900 {
    transition-delay: 900ms !important; }
  #top #wrap_all .lg-delay-1000 {
    transition-delay: 1000ms !important; }
  #top #wrap_all .lg-duration-fast {
    transition-duration: 0.8s !important; }
  #top #wrap_all .lg-duration-slow {
    transition-duration: 1.2s !important; }
  #top #wrap_all .lg-duration-very-slow {
    transition-duration: 1.6s !important; }

/*
Partials:
    For importing styles that aren't custom classes and aren't specific to any single page
 */
/**
Header bootstrapper for our header partials.
Add styles for #header and .header_bg here as well.
 */
body#top #header {
  /**
#header_main styling. Adds some logo styling and imports the navigation menu styles
 */
  /**
#header_meta styling, for sites that use the secondary menu to
display some additional info.
 */ }
  body#top #header #header_main .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    body#top #header #header_main .container .inner-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      /**
Navigation Menu styling. Imports the search menu item and drop down menu styles.
 */ }
      body#top #header #header_main .container .inner-container .logo {
        max-width: 24rem;
        flex-shrink: 0;
        order: 1; }
        @media (max-width: 767px) {
          body#top #header #header_main .container .inner-container .logo {
            max-width: 20rem; } }
        body#top #header #header_main .container .inner-container .logo a {
          align-items: center;
          display: flex; }
      body#top #header #header_main .container .inner-container .main_menu {
        flex-grow: 1;
        display: flex;
        justify-content: center;
        order: 2; }
        body#top #header #header_main .container .inner-container .main_menu .avia-menu {
          margin: 0 auto;
          border: none; }
          body#top #header #header_main .container .inner-container .main_menu .avia-menu .avia-menu-text {
            font-weight: 400 !important; }
          body#top #header #header_main .container .inner-container .main_menu .avia-menu .avia-menu-fx {
            display: none !important; }
          body#top #header #header_main .container .inner-container .main_menu .avia-menu #menu-item-search a::before {
            color: black !important; }
          body#top #header #header_main .container .inner-container .main_menu .avia-menu #menu-item-search a:hover::before {
            color: black !important; }
          body#top #header #header_main .container .inner-container .main_menu .avia-menu #menu-item-search #searchsubmit {
            background-color: #6f263d !important; }
          body#top #header #header_main .container .inner-container .main_menu .avia-menu li.current-menu-item > a > .avia-menu-text {
            font-weight: 600 !important; }
      body#top #header #header_main .container .inner-container .social_bookmarks {
        flex-shrink: 0;
        margin-left: 20px;
        order: 3; }
        @media (max-width: 767px) {
          body#top #header #header_main .container .inner-container .social_bookmarks {
            display: none; } }
        body#top #header #header_main .container .inner-container .social_bookmarks li {
          margin-right: 10px; }
          body#top #header #header_main .container .inner-container .social_bookmarks li a {
            font-size: 30px; }
        body#top #header #header_main .container .inner-container .social_bookmarks li:hover {
          background-color: transparent !important; }
          body#top #header #header_main .container .inner-container .social_bookmarks li:hover a {
            background-color: transparent !important;
            color: #969696 !important; }
      body#top #header #header_main .container .inner-container .main_menu #avia-menu > li {
        /*
Search menu item styling. Adds some styling to the AJAX search results as well.
 */
        /*
Drop down menu styling
 */ }
        body#top #header #header_main .container .inner-container .main_menu #avia-menu > li > a .avia-menu-text {
          color: #222;
          font-size: 2.1rem;
          font-weight: 700; }
        body#top #header #header_main .container .inner-container .main_menu #avia-menu > li > a .avia-menu-fx {
          background-color: #abcdef;
          bottom: 3.4rem;
          display: block;
          height: .3rem;
          position: relative; }
        body#top #header #header_main .container .inner-container .main_menu #avia-menu > li#menu-item-search > a:hover::before {
          color: #abcdef; }
        body#top #header #header_main .container .inner-container .main_menu #avia-menu > li#menu-item-search > a::before {
          color: white;
          font-size: 2rem;
          font-weight: bold;
          line-height: 2rem;
          transition: color .3s ease-in-out; }
        body#top #header #header_main .container .inner-container .main_menu #avia-menu > li#menu-item-search .inner_tooltip #searchsubmit,
        body#top #header #header_main .container .inner-container .main_menu #avia-menu > li#menu-item-search .inner_tooltip .av_ajax_search_image {
          background-color: #abcdef; }
        body#top #header #header_main .container .inner-container .main_menu #avia-menu > li#menu-item-search .inner_tooltip .av_ajax_search_entry_view_all {
          color: #abcdef; }
        body#top #header #header_main .container .inner-container .main_menu #avia-menu > li .sub-menu {
          border-top: none;
          background-color: #6f263d !important;
          color: white; }
          body#top #header #header_main .container .inner-container .main_menu #avia-menu > li .sub-menu > li > a .avia-menu-text {
            font-size: 1.9rem; }
      @media (max-width: 767px) {
        body#top #header #header_main .container .inner-container {
          flex-direction: column; }
          body#top #header #header_main .container .inner-container .logo,
          body#top #header #header_main .container .inner-container .main_menu,
          body#top #header #header_main .container .inner-container .social_bookmarks {
            margin: 10px 0; }
          body#top #header #header_main .container .inner-container .main_menu {
            order: 3; }
          body#top #header #header_main .container .inner-container .social_bookmarks {
            order: 2; } }
  body#top #header #header_meta {
    border: none;
    background-color: #6f263d;
    padding-top: 8px;
    padding-bottom: 8px; }
    body#top #header #header_meta .phone-info span {
      font-size: 1.6rem;
      font-weight: 100; }
    body#top #header #header_meta .menu-item {
      border: unset; }
      body#top #header #header_meta .menu-item a {
        color: white;
        font-size: 2.1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 100%; }

/**
Default Enfold breadcrumbs styling and the [bread_crumb] shortcode styling
 */
#main .title_container {
  background-color: transparent; }
  #main .title_container .container .breadcrumb {
    left: 5.0rem; }
    @media (max-width: 767px) {
      #main .title_container .container .breadcrumb {
        left: 0;
        width: 100%; } }
    #main .title_container .container .breadcrumb span {
      color: #222;
      font-size: 1.8rem;
      font-weight: 100; }
      #main .title_container .container .breadcrumb span a {
        color: #222; }
    #main .title_container .container .breadcrumb .trail-before {
      display: none; }
    #main .title_container .container .breadcrumb .sep {
      width: 1.3rem; }

#main .avia_codeblock_section .breadcrumb {
  font-size: 1.8rem;
  left: 5.0rem; }
  @media (max-width: 767px) {
    #main .avia_codeblock_section .breadcrumb {
      left: 0;
      width: 100%; } }
  #main .avia_codeblock_section .breadcrumb a {
    color: #222;
    font-size: 1.8rem; }

/*
Gravity Forms styling. Adds styling that we see in most designs. While we choose our
button colors in the layout builder, GF buttons need to have color styling applied here.
 */
#top #wrap_all .gform_wrapper .gform_body input[type="text"],
#top #wrap_all .gform_wrapper .gform_body textarea,
#top #wrap_all .gform_wrapper .gform_body select {
  color: #222 !important; }

#top #wrap_all .gform_wrapper .gform_footer input[type='submit'] {
  background-color: #abcdef;
  border-radius: .8rem;
  font-size: 1.8rem !important;
  font-weight: bold;
  padding: 1.5rem 2rem 1.3rem;
  text-transform: uppercase;
  transition: opacity .2s ease-in-out; }
  #top #wrap_all .gform_wrapper .gform_footer input[type='submit']:hover {
    opacity: .8; }

/**
Cookie consent banner styling. Only appears until the first time you click 'OK'.
It's easy to forget about this banner. If you need to make style changes to it,
you'll need to clear your cookies (or start an incognito session) to bring it back.
 */
.avia-cookie-consent .avia_cookie_text {
  color: white;
  font-size: 1.6rem; }

/**
Socket Styling. Most sites only have a #socket. These base styles should
take care of responsiveness for the copyright text and the social icons in the #socket.
 */
@media (max-width: 849px) {
  #socket .container {
    align-items: center;
    display: flex;
    flex-direction: column; }
  #socket .social_bookmarks {
    margin: 0; }
  #socket .copyright {
    text-align: center; } }

#socket .container {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }

#socket .copyright {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 100; }

#socket .social_bookmarks a {
  color: #fff; }

/**
CTA (call to action) section styling. Typically included above the footer
on most pages of a site.
 */
#footer-section .footer-title {
  color: white !important;
  border-top: solid white 1px;
  border-bottom: solid white 1px;
  padding-top: 7px;
  padding-bottom: 7px; }

#footer-section p {
  color: white !important; }
  #footer-section p a {
    color: white !important; }

#footer-section .av-social-sharing-box a {
  color: white !important; }

#footer-section .av-social-sharing-box a:hover {
  color: white !important; }

#footer-section .av-social-sharing-box .avia-related-tooltip {
  display: none !important;
  opacity: 0 !important; }

/**
Hides the #scroll-top-link button that sits at the bottom of all pages.
 */
#scroll-top-link {
  display: none; }

/*
Components: 
*/
body p,
body li {
  font-size: 20px;
  letter-spacing: 0.24px; }

body h1 {
  font-weight: 600 !important;
  text-transform: none !important;
  font-size: 44px;
  margin-bottom: unset !important; }

body h2 {
  font-weight: 600 !important;
  text-transform: none !important;
  font-size: 2.5em;
  color: #6f263d !important; }

body h3 {
  font-weight: 400;
  font-weight: bold;
  text-transform: none;
  font-size: 2em;
  color: #6f263d !important; }

body h4 {
  font-weight: 400;
  text-transform: none !important;
  font-size: 1.5em;
  color: #6f263d !important; }

body strong {
  color: #6f263d !important; }

/*
Pages:
    1. In the Layout Builder, add a class or ID to each section of a page that needs custom styles.
    2. Create a new directory for the page under /pages
    3. Create a small stylesheet named after your chosen custom class in the new directory
    4. Add styles and import below - keep it organized. 'Home' and 'About' have been created for you.
 */
body#top.page-name-providers .physician-search-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px; }

body#top.page-name-providers .physician-search-form select,
body#top.page-name-providers .physician-search-form input {
  font-size: 20px; }

body#top.page-name-providers .physician-search-button,
body#top.page-name-providers .physician-show-all-button {
  border-radius: 0;
  font-size: 20px;
  font-weight: 100;
  background-color: #6f263d;
  border: #6f263d;
  color: white;
  padding: 15px 20px;
  margin-right: 20px;
  cursor: pointer; }
  body#top.page-name-providers .physician-search-button:hover,
  body#top.page-name-providers .physician-show-all-button:hover {
    background-color: #491928; }

body#top.page-name-providers .physicians-list {
  display: grid;
  gap: 20px;
  padding: 20px; }

body#top.page-name-providers .physician-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  border: 1px solid #ddd;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
  height: 100%; }
  body#top.page-name-providers .physician-card .physician-image {
    flex: 0 0 100px;
    width: 100px;
    height: auto; }
    body#top.page-name-providers .physician-card .physician-image img {
      width: 100%;
      height: auto;
      max-height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 50%; }
    body#top.page-name-providers .physician-card .physician-image.placeholder {
      background-color: #f0f0f0;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%; }
      body#top.page-name-providers .physician-card .physician-image.placeholder::after {
        content: '\1F464';
        font-size: 50px;
        color: #999; }
  body#top.page-name-providers .physician-card .physician-info {
    flex: 1;
    text-align: left; }
    body#top.page-name-providers .physician-card .physician-info h3 {
      margin: 0 0 10px; }
      body#top.page-name-providers .physician-card .physician-info h3 a {
        color: #333;
        text-decoration: none; }
        body#top.page-name-providers .physician-card .physician-info h3 a:hover {
          text-decoration: underline; }
    body#top.page-name-providers .physician-card .physician-info p {
      margin: 0;
      font-size: 22px; }

body#top.page-name-providers #physicians-results > p {
  text-align: center;
  font-style: italic;
  color: #666; }

body#top.single-physician .content-area {
  max-width: 1310px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px; }
  body#top.single-physician .content-area .physician-details .top-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px; }
    body#top.single-physician .content-area .physician-details .top-section .left-column {
      width: 30%; }
    body#top.single-physician .content-area .physician-details .top-section .right-column {
      width: 68%; }
  body#top.single-physician .content-area .physician-details .bottom-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px; }
    body#top.single-physician .content-area .physician-details .bottom-section .left-column,
    body#top.single-physician .content-area .physician-details .bottom-section .right-column {
      width: 48%; }
  body#top.single-physician .content-area .physician-details .physician-image img {
    width: 100%;
    height: auto;
    max-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
    display: block; }
  body#top.single-physician .content-area .physician-details .physician-info {
    text-align: left; }
    body#top.single-physician .content-area .physician-details .physician-info h1 {
      padding-bottom: 15px; }
    body#top.single-physician .content-area .physician-details .physician-info .separator::before {
      width: 12% !important; }
    body#top.single-physician .content-area .physician-details .physician-info .separator::after {
      width: 88% !important;
      left: 12% !important; }
  body#top.single-physician .content-area .physician-details .section-spacer {
    height: 30px; }
  body#top.single-physician .content-area .physician-details .specialties-title,
  body#top.single-physician .content-area .physician-details .specialties-list {
    display: none; }

body#top.page-name-services .services-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px; }
  body#top.page-name-services .services-container h2 {
    margin-bottom: 20px;
    text-align: center; }

body#top.page-name-services .search-filter-container {
  background-color: #f8f8f8;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); }
  body#top.page-name-services .search-filter-container.lg-animate {
    will-change: transform, opacity; }

body#top.page-name-services .search-services {
  margin-bottom: 20px;
  width: 100%; }

body#top.page-name-services .service-search-form {
  display: flex;
  width: 100%;
  position: relative; }
  body#top.page-name-services .service-search-form input[type="text"] {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #7f93ad9f;
    border-radius: 4px;
    font-size: 16px;
    width: 100%; }
  body#top.page-name-services .service-search-form button {
    background: transparent;
    border: none;
    position: absolute;
    right: 10px;
    top: 45%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px; }
    body#top.page-name-services .service-search-form button svg {
      vertical-align: middle; }

body#top.page-name-services .filter-services {
  margin-bottom: 20px;
  text-align: center; }

body#top.page-name-services .alphabet-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 10px;
  justify-content: center; }

body#top.page-name-services .filter-button {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #5a7dad;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold; }
  body#top.page-name-services .filter-button.active {
    background-color: #491928; }
  body#top.page-name-services .filter-button.disabled {
    background-color: #7f93ad9f;
    color: #999;
    cursor: default;
    pointer-events: none; }
  body#top.page-name-services .filter-button:first-child {
    width: auto;
    padding: 0 10px;
    background-color: #5a7dad; }
    body#top.page-name-services .filter-button:first-child.active {
      background-color: #491928; }

body#top.page-name-services .clear-filters {
  display: inline-block;
  padding: 8px 16px;
  background-color: #5a7dad;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  margin-top: 10px; }

body#top.page-name-services .services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px; }
  @media (max-width: 992px) {
    body#top.page-name-services .services-grid {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 768px) {
    body#top.page-name-services .services-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 576px) {
    body#top.page-name-services .services-grid {
      grid-template-columns: 1fr; } }

body#top.page-name-services .service-card {
  border-radius: 4px;
  overflow: hidden;
  position: relative; }
  body#top.page-name-services .service-card.has-link {
    transition: box-shadow 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, box-shadow 0.5s;
    transition: transform 0.5s, box-shadow 0.5s, -webkit-transform 0.5s;
    cursor: pointer; }
    body#top.page-name-services .service-card.has-link:hover {
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }
  body#top.page-name-services .service-card .service-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
    position: relative; }
  body#top.page-name-services .service-card .service-image {
    height: 141px;
    overflow: hidden;
    position: relative; }
    body#top.page-name-services .service-card .service-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    body#top.page-name-services .service-card .service-image.placeholder {
      background-color: #f0f0f0; }
  body#top.page-name-services .service-card .service-title {
    position: absolute;
    bottom: 20px;
    left: 0;
    background-color: #5a7dad;
    padding: 5px 10px;
    color: white;
    margin: 0;
    font-size: 15px;
    display: inline-block;
    border-top-right-radius: 0.8rem;
    border-bottom-right-radius: 0.8rem;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  body#top.page-name-services .service-card .image-overlay {
    display: none !important; }
  body#top.page-name-services .service-card .image-overlay-inside {
    display: none !important; }
  body#top.page-name-services .service-card .avia-arrow {
    display: none !important; }
  body#top.page-name-services .service-card [class^="overlay-type-"] {
    display: none !important; }
  body#top.page-name-services .service-card img:hover {
    opacity: 1 !important; }
  body#top.page-name-services .service-card .av-image-overlay-hover,
  body#top.page-name-services .service-card .av-hover-overlay-hover,
  body#top.page-name-services .service-card .av-overlay-hover-deactivate,
  body#top.page-name-services .service-card .av-overlay-on-hover {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important; }
  body#top.page-name-services .service-card::before, body#top.page-name-services .service-card::after,
  body#top.page-name-services .service-card .service-image::before,
  body#top.page-name-services .service-card .service-image::after,
  body#top.page-name-services .service-card .service-card-link::before,
  body#top.page-name-services .service-card .service-card-link::after {
    display: none !important;
    opacity: 0 !important;
    content: none !important; }
  body#top.page-name-services .service-card.lg-animate {
    will-change: transform, opacity; }

@media (max-width: 768px) {
  body#top.page-name-services .service-card.lg-delay-400, body#top.page-name-services .service-card.lg-delay-500, body#top.page-name-services .service-card.lg-delay-600 {
    transition-delay: 200ms !important; } }

body#top.page-name-hmhmyhealth .pum-content .enrollment-button-container {
  display: flex;
  justify-content: flex-end;
  gap: 10px; }
  body#top.page-name-hmhmyhealth .pum-content .enrollment-button-container button,
  body#top.page-name-hmhmyhealth .pum-content .enrollment-button-container .continue-button {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer; }
  body#top.page-name-hmhmyhealth .pum-content .enrollment-button-container button {
    background-color: #d9534f;
    color: white; }
    body#top.page-name-hmhmyhealth .pum-content .enrollment-button-container button:hover {
      background-color: #c9302c; }
  body#top.page-name-hmhmyhealth .pum-content .enrollment-button-container .continue-button {
    background-color: #972f2f;
    color: white;
    text-decoration: none;
    display: inline-block;
    text-align: center; }
    body#top.page-name-hmhmyhealth .pum-content .enrollment-button-container .continue-button:hover {
      background-color: #702323; }

body#top.home .hero-section .mejs-overlay-loading {
  display: none; }

body#top.home .hero-section .av-section-video-bg video {
  -webkit-transform: translateY(100px);
          transform: translateY(100px); }
  @media (max-width: 1530px) {
    body#top.home .hero-section .av-section-video-bg video {
      -webkit-transform: translateY(0);
              transform: translateY(0); } }

body#top.home .hero-section .hero-content h1 {
  color: white !important;
  text-shadow: #6f263d -3px 3px 8px; }

body#top.home .hero-section .hero-content .lg-button {
  margin-top: 10px; }

body#top.home .hero-grid {
  margin-top: -40px !important;
  z-index: 1 !important;
  background-color: transparent; }
  body#top.home .hero-grid.av-layout-grid-container {
    display: flex;
    flex-wrap: wrap; }
    body#top.home .hero-grid.av-layout-grid-container .flex_cell {
      flex: 1 1 calc(33.333% - 20px);
      transition: all 0.1s ease-in-out;
      position: relative;
      z-index: 1;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      -webkit-transform: scale(1);
              transform: scale(1); }
      body#top.home .hero-grid.av-layout-grid-container .flex_cell:hover {
        z-index: 10 !important;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3) !important;
        -webkit-transform: scale(1.05) !important;
                transform: scale(1.05) !important; }
      @media (max-width: 767px) {
        body#top.home .hero-grid.av-layout-grid-container .flex_cell {
          flex: 1 1 100%;
          margin: 0 0 20px; } }
  body#top.home .hero-grid .av_font_icon {
    margin-bottom: 20px; }
  body#top.home .hero-grid h3 {
    color: white !important;
    font-weight: 100;
    text-transform: uppercase; }
  body#top.home .hero-grid p {
    color: #fff !important; }
  body#top.home .hero-grid .flex_cell_inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    position: static; }
    body#top.home .hero-grid .flex_cell_inner .av_textblock_section {
      flex-shrink: 0; }
      body#top.home .hero-grid .flex_cell_inner .av_textblock_section:last-of-type {
        margin-bottom: 20px; }
    body#top.home .hero-grid .flex_cell_inner::after {
      content: "";
      flex: 1 0 auto; }
    body#top.home .hero-grid .flex_cell_inner .avia-button-wrap {
      flex-shrink: 0;
      margin-top: 0;
      position: absolute;
      bottom: 20px;
      left: 0;
      right: 0;
      text-align: center;
      width: 100%; }
      @media (max-width: 767px) {
        body#top.home .hero-grid .flex_cell_inner .avia-button-wrap {
          position: static; } }

body#top.home .visit-section h2,
body#top.home .visit-section h3,
body#top.home .visit-section p {
  color: white !important; }

body#top.home .services-section .services-card {
  border-radius: 4px; }

body#top.home .services-section .avia-image-container {
  position: relative; }
  body#top.home .services-section .avia-image-container .avia-image-container-inner {
    transition: box-shadow 0.5s, -webkit-transform 0.5s !important;
    transition: transform 0.5s, box-shadow 0.5s !important;
    transition: transform 0.5s, box-shadow 0.5s, -webkit-transform 0.5s !important; }
    body#top.home .services-section .avia-image-container .avia-image-container-inner:hover {
      -webkit-transform: scale(1.05) !important;
              transform: scale(1.05) !important;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important; }
  body#top.home .services-section .avia-image-container p {
    position: absolute;
    bottom: 20px;
    left: 0;
    background-color: #5a7dad;
    padding: 5px 10px;
    color: white;
    display: inline-block;
    margin: 0;
    text-align: left;
    font-size: 15px;
    border-top-right-radius: .8rem;
    border-bottom-right-radius: .8rem; }

body#top.home .commercial-section .avia-video {
  border: solid #6f263d 10px; }
  body#top.home .commercial-section .avia-video .mejs-controls {
    background: #bababa !important; }

body#top.home .news-section {
  position: relative;
  overflow: visible; }
  body#top.home .news-section .slide-entry-wrap .slide-image {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none; }
    body#top.home .news-section .slide-entry-wrap .slide-image img {
      display: block; }
  body#top.home .news-section .slide-entry-wrap .slide-entry-title a {
    font-size: 1.5em !important; }
  body#top.home .news-section .slide-entry-wrap .slide-entry-excerpt {
    font-size: 20px !important; }
  body#top.home .news-section .fake-thumbnail .slide-image {
    border: none; }
    body#top.home .news-section .fake-thumbnail .slide-image .fallback-post-type-icon {
      display: none; }
  body#top.home .news-section .avia-content-slider {
    position: relative;
    overflow: visible; }
    body#top.home .news-section .avia-content-slider .slider-arrow {
      position: absolute;
      top: 30%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: 100;
      font-size: 30px;
      cursor: pointer;
      color: #6f263d;
      transition: all 0.3s ease;
      background-color: rgba(255, 255, 255, 0.8);
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
      body#top.home .news-section .avia-content-slider .slider-arrow:hover:not(.disabled) {
        color: #36121e;
        background-color: white;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
        -webkit-transform: translateY(-50%) scale(1.1);
                transform: translateY(-50%) scale(1.1); }
      body#top.home .news-section .avia-content-slider .slider-arrow.disabled {
        opacity: 0.3;
        cursor: default; }
        body#top.home .news-section .avia-content-slider .slider-arrow.disabled:hover {
          color: #6f263d;
          background-color: rgba(255, 255, 255, 0.8);
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
      body#top.home .news-section .avia-content-slider .slider-arrow.prev-arrow {
        left: -75px; }
        body#top.home .news-section .avia-content-slider .slider-arrow.prev-arrow::before {
          content: "\e87c";
          font-family: 'entypo-fontello', sans-serif; }
      body#top.home .news-section .avia-content-slider .slider-arrow.next-arrow {
        right: -75px; }
        body#top.home .news-section .avia-content-slider .slider-arrow.next-arrow::before {
          content: "\e87d";
          font-family: 'entypo-fontello', sans-serif; }
      @media (min-width: 768px) {
        body#top.home .news-section .avia-content-slider .slider-arrow {
          opacity: 0.8; }
          body#top.home .news-section .avia-content-slider .slider-arrow:hover:not(.disabled) {
            opacity: 1; } }
    body#top.home .news-section .avia-content-slider .avia-content-slider-inner {
      overflow: visible; }
  body#top.home .news-section .pagination-wrap {
    position: relative;
    padding: 0;
    text-align: center; }
    body#top.home .news-section .pagination-wrap .pagination {
      text-align: center;
      display: block;
      width: 100%; }
      body#top.home .news-section .pagination-wrap .pagination .current,
      body#top.home .news-section .pagination-wrap .pagination a {
        margin: 0 5px;
        font-size: 18px !important; }
      body#top.home .news-section .pagination-wrap .pagination .pagination-meta {
        font-size: 18px !important; }
    body#top.home .news-section .pagination-wrap .pagination-arrow,
    body#top.home .news-section .pagination-wrap > .prev-arrow,
    body#top.home .news-section .pagination-wrap > .next-arrow {
      display: none !important; }
  @media only screen and (max-width: 767px) {
    body#top.home .news-section .avia-content-slider .slider-arrow {
      width: 35px;
      height: 35px;
      font-size: 24px; }
      body#top.home .news-section .avia-content-slider .slider-arrow.prev-arrow {
        left: -15px; }
      body#top.home .news-section .avia-content-slider .slider-arrow.next-arrow {
        right: -15px; } }

.container_wrap.fullsize.news-section {
  overflow: visible !important; }

.container.av-section-cont-open {
  overflow: visible !important; }

.template-page.content {
  overflow: visible !important; }

.entry-content-wrapper.clearfix {
  overflow: visible !important; }

/*# sourceMappingURL=style.css.map */
