/*
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
*/
/*----------------Font-----------------------*/
/*---------------------Text shadow---------------------------*/
body#top .button-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  body#top .button-section .avia-button-wrap {
    display: block; }
  body#top .button-section:before {
    content: none; }

body#top .buttons-orange-background .avia-button {
  background: rgba(224, 122, 63, 0.8);
  border: none;
  width: 400px;
  height: 50px;
  font-size: 18.4px;
  border-radius: 40px;
  font-weight: bold;
  float: left; }
  body#top .buttons-orange-background .avia-button:hover {
    background: #E07A3F;
    transition: all 0.3s ease; }
  body#top .buttons-orange-background .avia-button:active {
    background: #E07A3F; }
  @media all and (max-width: 767px) {
    body#top .buttons-orange-background .avia-button {
      width: 315px; } }
  body#top .buttons-orange-background .avia-button a {
    padding: 12px; }

body#top .buttons-transparent-background .avia-button {
  background: transparent;
  border: 1px solid #181818;
  color: #181818;
  width: 400px;
  height: 50px;
  font-size: 18.4px;
  border-radius: 0;
  font-weight: bold;
  float: left;
  font-size: 17.4px;
  padding: 12px 15px;
  width: 250px; }
  body#top .buttons-transparent-background .avia-button:hover {
    background-color: rgba(24, 24, 24, 0.2);
    transition: all 0.3s ease;
    color: black; }

@media all and (max-width: 767px) {
  body#top .buttons-transparent-background {
    float: left !important; } }

/**
This file acts as a mini bootstrapper for our header partials and helps keep our files small and manageable.
We can add styles for #header and .header_bg here and then import styles for #header_main and #header_meta below.
 */
body#top #header {
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.33);
  /**
This file is for adding layout and responsive styling to #header_main if needed, otherwise
it simply bootstraps the navigation menu. This helps to eliminate some of the deep
nesting that is needed to style the nav menu.
 */
  /**
This file is for all #header_meta styles, for sites that use the secondary menu to
display some additional info.
 */ }
  @media (max-width: 1174px) {
    body#top #header {
      position: relative;
      width: 100%;
      float: none;
      height: auto;
      margin: 0 !important;
      opacity: 1;
      min-height: 0; } }
  body#top #header.header-scrolled #header_main > .container {
    margin-bottom: 4px; }
  body#top #header #header_main {
    border: none; }
    @media (max-width: 1174px) {
      body#top #header #header_main .container.av-logo-container {
        height: 90px !important;
        line-height: 90px !important; }
        body#top #header #header_main .container.av-logo-container .logo a,
        body#top #header #header_main .container.av-logo-container .logo img,
        body#top #header #header_main .container.av-logo-container #menu-item-search > a,
        body#top #header #header_main .container.av-logo-container .av-burger-menu-main > a {
          line-height: 90px !important;
          max-height: 90px !important; } }
    body#top #header #header_main .container .inner-container .logo {
      max-width: 200px; }
      @media (max-width: 1174px) {
        body#top #header #header_main .container .inner-container .logo {
          left: 0;
          -webkit-transform: none;
                  transform: none; }
          body#top #header #header_main .container .inner-container .logo img {
            padding: 12px 0; } }
      @media (max-width: 767px) {
        body#top #header #header_main .container .inner-container .logo {
          max-width: 200px; } }
      body#top #header #header_main .container .inner-container .logo a {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      body#top #header #header_main .container .inner-container .logo img {
        padding-top: 5px; }
    @media (max-width: 1174px) {
      body#top #header #header_main .container .inner-container .main_menu {
        display: block;
        left: auto;
        right: 0;
        top: 0; } }
    @media (min-width: 768px) {
      body#top #header #header_main .container .inner-container .main_menu #menu-item-search .avia-search-tooltip {
        top: 85% !important; } }
    body#top #header #header_main .container .inner-container .main_menu #menu-item-search .avia-search-tooltip #searchform > div {
      margin: 4px; }
      body#top #header #header_main .container .inner-container .main_menu #menu-item-search .avia-search-tooltip #searchform > div #searchsubmit {
        background-color: #00539b; }
    body#top #header #header_main .container .inner-container .main_menu #menu-item-search .avia-search-tooltip .avia-arrow-wrap {
      display: none; }
    body#top #header #header_main .container .inner-container .main_menu #menu-item-search a::before {
      font-size: 32px;
      transition: color .2s ease-in-out; }
    @media (max-width: 1174px) {
      body#top #header #header_main .container .inner-container .main_menu .av-burger-menu-main {
        display: block; } }
    body#top #header #header_main .container .inner-container .main_menu .av-burger-menu-main .is-active .av-hamburger-inner,
    body#top #header #header_main .container .inner-container .main_menu .av-burger-menu-main .is-active .av-hamburger-inner::before,
    body#top #header #header_main .container .inner-container .main_menu .av-burger-menu-main .is-active .av-hamburger-inner::after {
      background-color: white; }
    body#top #header #header_main .container .inner-container .av-burger-overlay #av-burger-menu-ul {
      background-color: #00539b;
      padding: 120px 0 !important; }
      body#top #header #header_main .container .inner-container .av-burger-overlay #av-burger-menu-ul::before {
        background-image: url(../png/faa-logo-reversed.png);
        background-repeat: no-repeat;
        background-size: 100%;
        content: '';
        display: inline-block;
        height: 79px;
        width: 200px; }
      body#top #header #header_main .container .inner-container .av-burger-overlay #av-burger-menu-ul li a {
        border: none;
        text-align: center; }
        body#top #header #header_main .container .inner-container .av-burger-overlay #av-burger-menu-ul li a:hover {
          background-color: #5091cd; }
        body#top #header #header_main .container .inner-container .av-burger-overlay #av-burger-menu-ul li a .avia-menu-text {
          color: white;
          font-family: 'montserrat', Helvetica, Arial, sans-serif;
          font-size: 15px;
          font-weight: 500; }
      body#top #header #header_main .container .inner-container .av-burger-overlay #av-burger-menu-ul li.av-menu-button a {
        margin: 15px auto;
        max-width: 350px;
        padding: 0 10px; }
        body#top #header #header_main .container .inner-container .av-burger-overlay #av-burger-menu-ul li.av-menu-button a:hover {
          background-color: #00539b; }
        body#top #header #header_main .container .inner-container .av-burger-overlay #av-burger-menu-ul li.av-menu-button a .avia-menu-text {
          background-color: #ffc425;
          border: none;
          border-radius: 20px;
          display: block;
          width: 100%; }
      body#top #header #header_main .container .inner-container .av-burger-overlay #av-burger-menu-ul li.mobile-num {
        margin-top: 25px; }
        body#top #header #header_main .container .inner-container .av-burger-overlay #av-burger-menu-ul li.mobile-num::before {
          color: white;
          content: "SCHEDULE APPOINTMENT";
          display: block;
          font-family: 'montserrat', Helvetica, Arial, sans-serif;
          font-size: 15px;
          font-weight: bold;
          height: 20px;
          margin-bottom: 10px;
          position: relative;
          width: 100%; }
    body#top #header #header_main #header_main_alternate {
      border-top: none;
      /**
This file is for styling the navigation menu. It has been extracted to a partial to eliminate some of
the excessive nesting that is necessary to target these elements.
 */ }
      @media (max-width: 1174px) {
        body#top #header #header_main #header_main_alternate {
          display: none !important; } }
      body#top #header #header_main #header_main_alternate .main_menu #avia-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media (min-width: 1175px) {
          body#top #header #header_main #header_main_alternate .main_menu #avia-menu {
            padding-left: 100px; } }
        body#top #header #header_main #header_main_alternate .main_menu #avia-menu > li.current-menu-item .avia-menu-text {
          font-weight: 700; }
        body#top #header #header_main #header_main_alternate .main_menu #avia-menu > li.av-menu-button {
          margin-left: 25px;
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; }
          body#top #header #header_main #header_main_alternate .main_menu #avia-menu > li.av-menu-button .avia-menu-text {
            background-color: #ffc425;
            border: none !important;
            border-radius: 27.5px;
            color: #181818;
            font-family: 'source serif pro', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
            font-size: 15px;
            font-weight: bold;
            min-width: 205px;
            padding: 9px 16px;
            width: 205px; }
          body#top #header #header_main #header_main_alternate .main_menu #avia-menu > li.av-menu-button .avia-menu-fx {
            display: none; }
        @media (max-width: 1174px) {
          body#top #header #header_main #header_main_alternate .main_menu #avia-menu > li.menu-item {
            display: none !important; } }
        @media (max-width: 1174px) {
          body#top #header #header_main #header_main_alternate .main_menu #avia-menu > li.av-burger-menu-main {
            display: block !important; } }
        body#top #header #header_main #header_main_alternate .main_menu #avia-menu > li > a {
          line-height: 40px; }
          body#top #header #header_main #header_main_alternate .main_menu #avia-menu > li > a .avia-menu-text {
            color: #181818;
            font-size: 15px;
            font-weight: 500; }
          body#top #header #header_main #header_main_alternate .main_menu #avia-menu > li > a .avia-menu-fx {
            background-color: #00539b;
            bottom: 10px;
            display: block;
            position: relative; }
        body#top #header #header_main #header_main_alternate .main_menu #avia-menu > li .sub-menu {
          border-top: none;
          padding-top: 1px; }
          body#top #header #header_main #header_main_alternate .main_menu #avia-menu > li .sub-menu > li > a:hover .avia-menu-text {
            font-weight: bold; }
          body#top #header #header_main #header_main_alternate .main_menu #avia-menu > li .sub-menu > li > a .avia-menu-text {
            font-size: 14px; }
        body#top #header #header_main #header_main_alternate .main_menu #avia-menu #menu-item-search .avia-search-tooltip {
          margin-left: -340px;
          width: 700px; }
          body#top #header #header_main #header_main_alternate .main_menu #avia-menu #menu-item-search .avia-search-tooltip #searchform > div {
            margin: 4px;
            max-width: 700px; }
            body#top #header #header_main #header_main_alternate .main_menu #avia-menu #menu-item-search .avia-search-tooltip #searchform > div #searchsubmit {
              background-color: #00539b; }
          body#top #header #header_main #header_main_alternate .main_menu #avia-menu #menu-item-search .avia-search-tooltip #searchform .ajax_search_response .av_ajax_search_image {
            display: none; }
          body#top #header #header_main #header_main_alternate .main_menu #avia-menu #menu-item-search .avia-search-tooltip .avia-arrow-wrap {
            display: none; }
  body#top #header #header_meta {
    float: right;
    margin: 0 40px;
    position: absolute;
    right: 0;
    top: 25px; 
border: none}
    @media (max-width: 1174px) {
      body#top #header #header_meta {
        display: none; } }
    body#top #header #header_meta #avia2-menu li {
      border: none !important;
      margin-left: 14px; }
      body#top #header #header_meta #avia2-menu li.pollen::before {
        background-image: url("../png/icon-flower-small.png");
        background-size: cover;
        content: '';
        display: inline-block;
        height: 12px;
        left: -4px;
        position: absolute;
        top: -1px;
        width: 12px; }
      body#top #header #header_meta #avia2-menu li.patient-portal::before {
        background-image: url("../png/icon-laptop-small.png");
        background-size: cover;
        content: '';
        display: inline-block;
        height: 10px;
        left: -10px;
        position: absolute;
        top: -1px;
        width: 16px; }
      body#top #header #header_meta #avia2-menu li.bill-pay {
        margin-left: 10px; }
        body#top #header #header_meta #avia2-menu li.bill-pay::before {
          background-image: url("../png/icon-money-small.png");
          background-size: cover;
          content: '';
          display: inline-block;
          height: 10px;
          left: -5px;
          position: absolute;
          top: -1px;
          width: 13px; }
      body#top #header #header_meta #avia2-menu li a {
        color: #5091cd;
        font-size: 12px;
        font-weight: 500; }
        body#top #header #header_meta #avia2-menu li a:hover {
          color: #00539b;
          font-weight: 700; }

.av-burger-overlay-active #header_main .main_menu #menu-item-search a::before {
  color: white !important; }

#scroll-top-link {
  display: none !important; }

#footer {
  padding: 60px 0; }
  @media (max-width: 767px) {
    #footer {
      padding: 50px 0 0 0; } }
  #footer .container {
    max-width: 1200px; }
  #footer .flex_column {
    text-align: center; }
    #footer .flex_column .widget {
      margin: 0 0 15px 0; }
  #footer #menu-footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
	justify-content: center;
  	gap: 16px; }
    @media (max-width: 767px) {
      #footer #menu-footer-menu {
        display: block;
        padding-bottom: 20px;
        text-align: left; } }
    #footer #menu-footer-menu li {
      font-size: 14px;
      font-weight: 500; }
      @media (max-width: 767px) {
        #footer #menu-footer-menu li a {
          display: inline-block; } }
  #footer .copyright {
    font-size: 12px;
    text-align: center; }
  #footer .social_bookmarks {
    bottom: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 125px;
    padding-right: 50px;
    position: absolute;
    right: 0; }
    @media (max-width: 767px) {
      #footer .social_bookmarks {
        bottom: 90px; } }
    #footer .social_bookmarks li {
      border: none;
      height: 22px;
      margin-bottom: 12px;
      width: 22px; }
      #footer .social_bookmarks li a {
        background-color: white !important;
        border-radius: 50%;
        height: 22px;
        line-height: 22px;
        min-height: 22px;
        width: 22px; }
        #footer .social_bookmarks li a::before {
          color: #00539b;
          font-size: 14px; }

#socket {
  display: none !important; }

html,
#top,
#wrap_all {
  overflow: visible !important; }

html {
  background-color: transparent !important; }

#top #wrap_all #main .av-layout-grid-container {
  margin: 0 auto;
  max-width: 1310px;
  padding: 0 50px; }

@media (max-width: 767px) {
  .av-burger-overlay-active #top #wrap_all #lgab_announcement_bar {
    display: none; } }

body#top.single-post .avia-post-prev, body#top.single-post .avia-post-next {
  display: none !important; }

body#top.single-post .big-preview {
  margin-top: 20px;
  pointer-events: none; }

body#top.single-post .template-blog .post-entry {
  padding-top: 0; }
  body#top.single-post .template-blog .post-entry .entry-content-header h1 a {
    color: #181818;
    font-size: 35px; }
  body#top.single-post .template-blog .post-entry .entry-content-header .post-meta-infos {
    display: none; }
  body#top.single-post .template-blog .post-entry .big-preview {
    float: inherit;
    width: 28%; }
  body#top.single-post .template-blog .post-entry .blog-meta {
    display: none !important; }
  body#top.single-post .template-blog .post-entry .entry-content-wrapper {
    float: inherit;
    width: 100%; }
    body#top.single-post .template-blog .post-entry .entry-content-wrapper .post-title {
      padding-top: 0;
      text-align: left; }
    body#top.single-post .template-blog .post-entry .entry-content-wrapper .post-meta-infos {
      text-align: left; }
  body#top.single-post .template-blog .post-entry .entry-footer .av-share-box h5 {
    display: none; }
  body#top.single-post .template-blog .post-entry .entry-footer .av-share-box .av-share-box-list {
    border-color: black; }
    body#top.single-post .template-blog .post-entry .entry-footer .av-share-box .av-share-box-list li {
      border-color: black; }
  body#top.single-post .template-blog .post-entry .entry-footer .single-post-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
  body#top.single-post .template-blog .post-entry .comment_meta_container, body#top.single-post .template-blog .post-entry .comment_container {
    display: none; }

body#top .gform_body .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  body#top .gform_body .gform_fields optgroup.o {
    color: white;
    font-size: 1px; }
    body#top .gform_body .gform_fields optgroup.o option {
      color: black;
      font-size: 17px; }
  body#top .gform_body .gform_fields label {
    font-size: 0.72em; }
  body#top .gform_body .gform_fields input,
  body#top .gform_body .gform_fields select {
    min-height: 55px; }
  body#top .gform_body .gform_fields textarea {
    min-height: 225px; }
  body#top .gform_body .gform_fields .Fax-Number {
    margin-top: -205px;
    width: 50%; }
    @media all and (max-width: 767px) {
      body#top .gform_body .gform_fields .Fax-Number {
        margin-top: 0; } }
  body#top .gform_body .gform_fields .Patient-Name {
    margin-right: 50%;
    margin-top: -120px;
    width: 50%; }
    @media all and (max-width: 767px) {
      body#top .gform_body .gform_fields .Patient-Name {
        margin-top: 0; } }
  body#top .gform_body .gform_fields .data-section {
    float: left;
    width: 25%; }
    @media all and (max-width: 767px) {
      body#top .gform_body .gform_fields .data-section {
        float: none; } }
    @media all and (max-width: 640px) {
      body#top .gform_body .gform_fields .data-section {
        width: 100%; } }
  body#top .gform_body .gform_fields .data-condition {
    margin-top: -170px; }
    @media all and (max-width: 767px) {
      body#top .gform_body .gform_fields .data-condition {
        margin-top: 0; } }
  body#top .gform_body .gform_fields .phone-section {
    width: 25%; }
    @media all and (max-width: 640px) {
      body#top .gform_body .gform_fields .phone-section {
        width: 100%; } }
  body#top .gform_body .gform_fields .phone-condition {
    margin-top: -170px; }
    @media all and (max-width: 767px) {
      body#top .gform_body .gform_fields .phone-condition {
        margin-top: 0; } }

body#top .gform_footer .gform_button {
  background-color: #ffc425;
  border: none;
  border-radius: 40px;
  color: #181818;
  float: right !important;
  font-family: 'source serif pro', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
  font-size: 14.4px;
  font-weight: bold;
  height: 50px;
  width: 250px; }
  @media all and (max-width: 767px) {
    body#top .gform_footer .gform_button {
      float: initial !important;
      margin-top: 0; } }

body#top .breadcrumb .trail-begin,
body#top .breadcrumb .trail-end,
body#top .breadcrumb .sep {
  font-size: 16px; }

body#top .breadcrumb .sep {
  width: auto; }

body#top .bread_crumb {
  display: block;
  overflow: auto;
  padding-bottom: 20px;
  position: relative; }

#top #wrap_all h1,
#top #wrap_all h2,
#top #wrap_all h3,
#top #wrap_all h4,
#top #wrap_all h5,
#top #wrap_all h6 {
  letter-spacing: -1px; }

#lg-schedule-appointment-banner {
  bottom: 0;
  min-height: 0 !important;
  position: -webkit-sticky;
  position: sticky;
  z-index: 10; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #lg-schedule-appointment-banner {
      position: relative !important; } }
  #lg-schedule-appointment-banner .flex_column {
    margin-bottom: 0 !important; }

@media (max-width: 767px) {
  .lg-btn-rounded {
    margin-bottom: 12px;
    width: 100%; }
    .lg-btn-rounded .avia-button {
      float: none;
      margin: 0 auto; } }

.lg-btn-rounded .avia-button {
  border-radius: 27.5px;
  min-width: 200px;
  width: 200px; }
  .lg-btn-rounded .avia-button span {
    font-family: 'source serif pro', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: bold; }

.lg-btn-row-rounded .avia-button {
  border-radius: 27.5px;
  min-width: 200px;
  width: 200px; }
  .lg-btn-row-rounded .avia-button span {
    font-family: 'source serif pro', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: bold; }

.lg-dark-text-shadow {
  text-shadow: 1px 2px 4px #171717; }

.lg-light-text-shadow {
  text-shadow: 1px 2px 2px rgba(231, 231, 231, 0.8); }

@media (max-width: 767px) {
  #lg-hero-slider .slideshow_align_caption {
    padding-bottom: 30px;
    vertical-align: bottom; } }

#lg-hero-slider .avia-caption-title {
  margin-bottom: 0; }
  @media (max-width: 767px) {
    #lg-hero-slider .avia-caption-title {
      text-align: center; }
      #lg-hero-slider .avia-caption-title:not(.lg-break-word-on-dash) .top-half {
        padding-right: 6px; } }
  @media (max-width: 767px) {
    #lg-hero-slider .avia-caption-title.lg-dark-text-shadow {
      background-color: rgba(25, 25, 25, 0.7);
      border-radius: 10px;
      padding: 20px; } }
  @media (max-width: 767px) {
    #lg-hero-slider .avia-caption-title.lg-light-text-shadow {
      background-color: rgba(225, 225, 225, 0.7);
      border-radius: 10px;
      padding: 20px; } }
  #lg-hero-slider .avia-caption-title .top-half,
  #lg-hero-slider .avia-caption-title .bottom-half {
    display: block; }
    @media (max-width: 767px) {
      #lg-hero-slider .avia-caption-title .top-half,
      #lg-hero-slider .avia-caption-title .bottom-half {
        display: inline-block; } }

#lg-hero-slider .avia-button {
  background-color: #00539b;
  border-radius: 27.5px;
  font-family: 'source serif pro', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  margin-top: -20px;
  min-width: 200px;
  text-transform: none; }
  @media (max-width: 767px) {
    #lg-hero-slider .avia-button {
      display: block;
      margin: 0 auto;
      max-width: 350px; } }

#lg-hero-slider .avia-slideshow-arrows {
  display: none; }

#lg-asthma-treatment .container {
  max-width: 1200px; }
  @media (max-width: 767px) {
    #lg-asthma-treatment .container .content {
      padding-bottom: 0; }
      #lg-asthma-treatment .container .content .flex_column_table {
        margin-top: 0 !important; }
      #lg-asthma-treatment .container .content .av_one_full {
        margin-bottom: 0 !important; }
      #lg-asthma-treatment .container .content .av_three_fifth,
      #lg-asthma-treatment .container .content .av-flex-placeholder {
        display: none; } }

#lg-asthma-treatment h1 {
  font-size: 40px;
  text-transform: none; }
  @media (max-width: 767px) {
    #lg-asthma-treatment h1 {
      font-size: 25px;
      line-height: 28px;
      margin-bottom: 0;
      text-align: left !important; } }

#lg-icon-list .container {
  max-width: 900px; }
  @media (max-width: 767px) {
    #lg-icon-list .container .content {
      padding-top: 0; } }

@media (max-width: 767px) {
  #lg-icon-list .avia-icon-list-container {
    margin-bottom: 0; } }

#lg-icon-list .avia-icon-list-container .avia_start_animation > li {
  width: 30%; }
  #lg-icon-list .avia-icon-list-container .avia_start_animation > li:nth-of-type(1) .iconlist_icon, #lg-icon-list .avia-icon-list-container .avia_start_animation > li:nth-of-type(2) .iconlist_icon, #lg-icon-list .avia-icon-list-container .avia_start_animation > li:nth-of-type(3) .iconlist_icon {
    margin-right: 12px; }
  #lg-icon-list .avia-icon-list-container .avia_start_animation > li:nth-of-type(4), #lg-icon-list .avia-icon-list-container .avia_start_animation > li:nth-of-type(5), #lg-icon-list .avia-icon-list-container .avia_start_animation > li:nth-of-type(6) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    #lg-icon-list .avia-icon-list-container .avia_start_animation > li:nth-of-type(4) .iconlist_icon, #lg-icon-list .avia-icon-list-container .avia_start_animation > li:nth-of-type(5) .iconlist_icon, #lg-icon-list .avia-icon-list-container .avia_start_animation > li:nth-of-type(6) .iconlist_icon {
      margin-left: 12px;}
    #lg-icon-list .avia-icon-list-container .avia_start_animation > li:nth-of-type(4) h4, #lg-icon-list .avia-icon-list-container .avia_start_animation > li:nth-of-type(5) h4, #lg-icon-list .avia-icon-list-container .avia_start_animation > li:nth-of-type(6) h4 {
      text-align: right; }
  #lg-icon-list .avia-icon-list-container .avia_start_animation > li:nth-of-type(1) .iconlist_icon {
    background-color: #72ccd2; }
  #lg-icon-list .avia-icon-list-container .avia_start_animation > li:nth-of-type(2) .iconlist_icon {
    background-color: #ef4135; }
  #lg-icon-list .avia-icon-list-container .avia_start_animation > li:nth-of-type(3) .iconlist_icon {
    background-color: #ffc425; }
  #lg-icon-list .avia-icon-list-container .avia_start_animation > li:nth-of-type(4) .iconlist_icon {
    background-color: #f3901d; }
  #lg-icon-list .avia-icon-list-container .avia_start_animation > li:nth-of-type(5) .iconlist_icon {
    background-color: #7cac3f; }
  #lg-icon-list .avia-icon-list-container .avia_start_animation > li:nth-of-type(6) .iconlist_icon {
    background-color: #79bde8; }
  @media (max-width: 767px) {
    #lg-icon-list .avia-icon-list-container .avia_start_animation > li {
      width: 45%; }
      #lg-icon-list .avia-icon-list-container .avia_start_animation > li:nth-of-type(1), #lg-icon-list .avia-icon-list-container .avia_start_animation > li:nth-of-type(2), #lg-icon-list .avia-icon-list-container .avia_start_animation > li:nth-of-type(3), #lg-icon-list .avia-icon-list-container .avia_start_animation > li:nth-of-type(4), #lg-icon-list .avia-icon-list-container .avia_start_animation > li:nth-of-type(5), #lg-icon-list .avia-icon-list-container .avia_start_animation > li:nth-of-type(6) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
        #lg-icon-list .avia-icon-list-container .avia_start_animation > li:nth-of-type(1) .iconlist_icon, #lg-icon-list .avia-icon-list-container .avia_start_animation > li:nth-of-type(2) .iconlist_icon, #lg-icon-list .avia-icon-list-container .avia_start_animation > li:nth-of-type(3) .iconlist_icon, #lg-icon-list .avia-icon-list-container .avia_start_animation > li:nth-of-type(4) .iconlist_icon, #lg-icon-list .avia-icon-list-container .avia_start_animation > li:nth-of-type(5) .iconlist_icon, #lg-icon-list .avia-icon-list-container .avia_start_animation > li:nth-of-type(6) .iconlist_icon {
          margin-left: 0;
          margin-right: 12px; }
        #lg-icon-list .avia-icon-list-container .avia_start_animation > li:nth-of-type(1) h4, #lg-icon-list .avia-icon-list-container .avia_start_animation > li:nth-of-type(2) h4, #lg-icon-list .avia-icon-list-container .avia_start_animation > li:nth-of-type(3) h4, #lg-icon-list .avia-icon-list-container .avia_start_animation > li:nth-of-type(4) h4, #lg-icon-list .avia-icon-list-container .avia_start_animation > li:nth-of-type(5) h4, #lg-icon-list .avia-icon-list-container .avia_start_animation > li:nth-of-type(6) h4 {
          text-align: left; } }
  @media (max-width: 500px) {
    #lg-icon-list .avia-icon-list-container .avia_start_animation > li {
      width: 100%; } }

#lg-icon-list .avia-icon-list-container .avia-icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none; }
  #lg-icon-list .avia-icon-list-container .avia-icon-list .iconlist_icon {
    font-size: 45px;
    height: 85px;
    line-height: 85px;
    min-width: 85px;
    width: 85px; }
  #lg-icon-list .avia-icon-list-container .avia-icon-list .article-icon-entry {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%; }
    #lg-icon-list .avia-icon-list-container .avia-icon-list .article-icon-entry h4 {
      line-height: 20px;
      margin: 0; }
      #lg-icon-list .avia-icon-list-container .avia-icon-list .article-icon-entry h4 a {
        text-decoration: none; }
  #lg-icon-list .avia-icon-list-container .avia-icon-list .iconlist-timeline {
    display: none; }

#lg-locations-section h2 {
  font-size: 40px !important; }
  @media (max-width: 767px) {
    #lg-locations-section h2 {
      font-size: 25px !important;
      line-height: 29px !important; } }

@media (max-width: 767px) {
  #lg-expertise-section .flex_column_table {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

#lg-expertise-section h2 {
  font-size: 40px !important; }
  @media (max-width: 767px) {
    #lg-expertise-section h2 {
      font-size: 25px !important;
      line-height: 29px !important; } }

@media (max-width: 767px) {
  #lg-learn-about-allergies .content {
    padding: 0; } }

@media (max-width: 505px) {
  #lg-learn-about-allergies .content .lg-btn-row-rounded {
    text-align: center; } }

#lg-learn-about-allergies h2 {
  font-size: 40px; }
  @media (max-width: 767px) {
    #lg-learn-about-allergies h2 {
      font-size: 25px !important;
      line-height: 29px !important; } }

@media (max-width: 767px) {
  #lg-download-section .avia-builder-el-first {
    display: none !important; } }

#lg-download-section h2 {
  font-size: 40px; }
  @media (max-width: 767px) {
    #lg-download-section h2 {
      font-size: 25px !important;
      line-height: 29px !important; } }

#lg-recent-news .container {
  max-width: 1000px; }
  #lg-recent-news .container .lg-left-news,
  #lg-recent-news .container .lg-right-news {
    width: 49%; }
  #lg-recent-news .container .lg-right-news {
    margin-left: 2%; }
    @media (max-width: 767px) {
      #lg-recent-news .container .lg-right-news {
        display: none; } }

#lg-recent-news h2 {
  font-size: 40px; }
  @media (max-width: 767px) {
    #lg-recent-news h2 {
      font-size: 25px !important;
      line-height: 29px !important;
      text-align: left !important; } }

#lg-recent-news .template-blog .big-preview {
  padding: 0 !important; }
  #lg-recent-news .template-blog .big-preview img {
    border-radius: 0; }
  #lg-recent-news .template-blog .big-preview .image-overlay {
    display: none !important; }

#lg-recent-news .template-blog .entry-content-wrapper {
  background-color: white;
  padding: 20px;
  width: 100%; }
  #lg-recent-news .template-blog .entry-content-wrapper .post-title {
    color: #060606;
    font-size: 25px;
    padding: 0; }
  #lg-recent-news .template-blog .entry-content-wrapper .post-meta-infos,
  #lg-recent-news .template-blog .entry-content-wrapper .post_delimiter {
    display: none; }
  #lg-recent-news .template-blog .entry-content-wrapper .entry-content p {
    font-size: 16px;
    line-height: 26px; }
  #lg-recent-news .template-blog .entry-content-wrapper .more-link {
    color: #060606;
    font-size: 16px;
    text-decoration: underline; }

#lg-recent-news .avia-content-slider .slide-entry-wrap:first-of-type {
  margin-bottom: 20px; }

#lg-recent-news .avia-content-slider .slide-entry-wrap:last-of-type {
  margin-bottom: 0; }

#lg-recent-news .avia-content-slider article .slide-image {
  display: none; }

#lg-recent-news .avia-content-slider article .slide-content {
  background-color: white;
  padding: 20px; }
  #lg-recent-news .avia-content-slider article .slide-content .entry-title {
    color: #060606;
    font-size: 25px;
    padding: 0; }
  #lg-recent-news .avia-content-slider article .slide-content .slide-meta {
    display: none; }
  #lg-recent-news .avia-content-slider article .slide-content .more-link {
    color: #060606;
    font-size: 16px;
    text-decoration: underline; }

@media (max-width: 767px) {
  #lg-recent-news .lg-blog-buttons {
    margin: 25px 0 0 !important; } }

.html_stretched {
  background-color: #ffffff; }
  .html_stretched body#top {
    background: transparent; }
    .html_stretched body#top .image-overlay-inside,
    .html_stretched body#top .image-overlay.overlay-type-extern {
      display: none; }
    .html_stretched body#top #wrap_all {
      background: transparent; }
      @media all and (max-width: 767px) and (min-width: 20px) {
        .html_stretched body#top #wrap_all #av-layout-grid-1 {
          padding-top: 0 !important; } }
      .html_stretched body#top #wrap_all #main {
        background: transparent;
        border: none;
        padding-top: 165px; }
        @media (max-width: 1174px) {
          .html_stretched body#top #wrap_all #main {
            padding-top: 0 !important; } }
        @media all and (max-width: 767px) {
          .html_stretched body#top #wrap_all #main {
            margin-left: 0; } }
        .html_stretched body#top #wrap_all #main .Providers-at-this-location {
          display: -ms-inline-grid;
          display: inline-grid; }
          .html_stretched body#top #wrap_all #main .Providers-at-this-location h3 {
            font-size: 30px; }
            .html_stretched body#top #wrap_all #main .Providers-at-this-location h3 a {
              float: right; }
          .html_stretched body#top #wrap_all #main .Providers-at-this-location .special-heading-border .special-heading-inner-border {
            border-width: 2px;
            margin-left: 0;
            opacity: 0.7; }
        .html_stretched body#top #wrap_all #main .downloads-app-section {
          margin: 0; }
          @media all and (max-width: 767px) {
            .html_stretched body#top #wrap_all #main .downloads-app-section {
              margin-top: 20px; } }
          .html_stretched body#top #wrap_all #main .downloads-app-section .downloads-app {
            margin-bottom: 30px; }
            .html_stretched body#top #wrap_all #main .downloads-app-section .downloads-app h4 {
              color: #181818;
              font-size: 35px; }
            .html_stretched body#top #wrap_all #main .downloads-app-section .downloads-app img {
              height: 80px;
              margin-top: 30px; }
        @media all and (max-width: 767px) {
          .html_stretched body#top #wrap_all #main .list-section-subpage {
            margin-bottom: 0; }
            .html_stretched body#top #wrap_all #main .list-section-subpage .location-details {
              margin-bottom: 0; }
            .html_stretched body#top #wrap_all #main .list-section-subpage::after {
              display: none; }
            .html_stretched body#top #wrap_all #main .list-section-subpage::before {
              display: none; }
            .html_stretched body#top #wrap_all #main .list-section-subpage p:last-child {
              margin-bottom: 0; }
            .html_stretched body#top #wrap_all #main .list-section-subpage .three-eighths {
              margin-bottom: 0; }
            .html_stretched body#top #wrap_all #main .list-section-subpage .av-flex-placeholder, .html_stretched body#top #wrap_all #main .list-section-subpage header {
              display: none; } }
        .html_stretched body#top #wrap_all #main .text-content {
          margin-top: 0; }
        .html_stretched body#top #wrap_all #main .grid-row-max-width {
          margin: 0 auto;
          max-width: 1310px;
          padding: 0 20px; }
        .html_stretched body#top #wrap_all #main .main_color {
          border: none; }
        .html_stretched body#top #wrap_all #main .container_wrap_first .template-page {
          padding-top: 50px; }
          @media all and (max-width: 767px) {
            .html_stretched body#top #wrap_all #main .container_wrap_first .template-page {
              padding-top: 0; } }
          .html_stretched body#top #wrap_all #main .container_wrap_first .template-page .button-content, .html_stretched body#top #wrap_all #main .container_wrap_first .template-page div {
            margin-left: 0; }
            .html_stretched body#top #wrap_all #main .container_wrap_first .template-page .button-content .location-buttons-view .avia-button, .html_stretched body#top #wrap_all #main .container_wrap_first .template-page div .location-buttons-view .avia-button {
              background: rgba(224, 122, 63, 0.8);
              border: none;
              width: 400px;
              height: 50px;
              font-size: 18.4px;
              border-radius: 40px;
              font-weight: bold;
              float: left; }
              .html_stretched body#top #wrap_all #main .container_wrap_first .template-page .button-content .location-buttons-view .avia-button:hover, .html_stretched body#top #wrap_all #main .container_wrap_first .template-page div .location-buttons-view .avia-button:hover {
                background: #E07A3F;
                transition: all 0.3s ease; }
              .html_stretched body#top #wrap_all #main .container_wrap_first .template-page .button-content .location-buttons-view .avia-button:active, .html_stretched body#top #wrap_all #main .container_wrap_first .template-page div .location-buttons-view .avia-button:active {
                background: #E07A3F; }
            .html_stretched body#top #wrap_all #main .container_wrap_first .template-page .button-content .location-buttons-schedule .avia-button, .html_stretched body#top #wrap_all #main .container_wrap_first .template-page div .location-buttons-schedule .avia-button {
              background: transparent;
              border: 1px solid #181818;
              color: #181818;
              width: 400px;
              height: 50px;
              font-size: 18.4px;
              border-radius: 0;
              font-weight: bold;
              float: left; }
              .html_stretched body#top #wrap_all #main .container_wrap_first .template-page .button-content .location-buttons-schedule .avia-button:hover, .html_stretched body#top #wrap_all #main .container_wrap_first .template-page div .location-buttons-schedule .avia-button:hover {
                background-color: rgba(24, 24, 24, 0.2);
                transition: all 0.3s ease;
                color: black; }

body#top select#cat {
  background-image: url("../png/play_fille.new_.png");
  background-position: 210px 15px;
  background-repeat: no-repeat;
  background-size: 6%; }

body#top .av_three_fourth {
  margin-left: 20px; }

body#top .av_one_fifth {
  margin-top: 0; }

body#top .av_two_fifth {
  margin-left: 0; }

body#top.parent-slug-physicians .el_after_av_one_full,
body#top.parent-slug-advanced-practitioners .el_after_av_one_full {
  margin-top: 24px; }
  body#top.parent-slug-physicians .el_after_av_one_full img,
  body#top.parent-slug-advanced-practitioners .el_after_av_one_full img {
    max-width: 350px;
    width: 100%; }

body#top.parent-slug-locations #main .template-page {
  padding-bottom: 10px; }
  body#top.parent-slug-locations #main .template-page .bread_crumb {
    margin-top: 13px; }
    @media all and (max-width: 767px) {
      body#top.parent-slug-locations #main .template-page .bread_crumb {
        margin-top: 0; } }
  body#top.parent-slug-locations #main .template-page .text-content header {
    display: none !important; }
  body#top.parent-slug-locations #main .template-page .text-content p:first-child {
    margin-top: 0; }
  body#top.parent-slug-locations #main .template-page .text-content .Virtual-Tour {
    display: -ms-inline-grid;
    display: inline-grid; }
  body#top.parent-slug-locations #main .template-page .text-content .location-buttons-schedule {
    margin-top: 75px;
    width: 250px; }
    body#top.parent-slug-locations #main .template-page .text-content .location-buttons-schedule a {
      font-size: 17.5px !important;
      padding: 12px;
      background: transparent;
      border: 1px solid #181818;
      color: #181818;
      width: 400px;
      height: 50px;
      font-size: 18.4px;
      border-radius: 0;
      font-weight: bold;
      float: left; }
      body#top.parent-slug-locations #main .template-page .text-content .location-buttons-schedule a:hover {
        background-color: rgba(24, 24, 24, 0.2);
        transition: all 0.3s ease;
        color: black; }
  body#top.parent-slug-locations #main .template-page .Map-location-office .address {
    color: #181818;
    font-weight: 600; }
    body#top.parent-slug-locations #main .template-page .Map-location-office .address a {
      color: #3c5896;
      font-weight: bold; }
  body#top.parent-slug-locations #main .template-page .Providers-at-this-location .special-heading-border .special-heading-inner-border {
    margin-left: 0; }

body#top.parent-slug-locations #main .grid-providers-section .av_one_third {
  padding: 5px; }
  body#top.parent-slug-locations #main .grid-providers-section .av_one_third .av_one_half h4 {
    color: #3c5896; }
    body#top.parent-slug-locations #main .grid-providers-section .av_one_third .av_one_half h4 a {
      font-size: 15px !important;
      text-decoration: underline; }
      body#top.parent-slug-locations #main .grid-providers-section .av_one_third .av_one_half h4 a:hover {
        color: #E07A3F;
        font-size: 15px; }
  body#top.parent-slug-locations #main .grid-providers-section .av_one_third .av_one_half h5 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12.5px;
    font-style: italic;
    font-weight: normal; }

body#top.parent-slug-locations #main #after_section_1 .template-page.content {
  padding: 0; }
  body#top.parent-slug-locations #main #after_section_1 .template-page.content .Providers-at-this-location {
    display: -ms-grid;
    display: grid; }
    body#top.parent-slug-locations #main #after_section_1 .template-page.content .Providers-at-this-location h3 {
      color: black;
      font-size: 16px;
      font-weight: bold; }
    body#top.parent-slug-locations #main #after_section_1 .template-page.content .Providers-at-this-location .special-heading-border .special-heading-inner-border {
      border-bottom: 1px;
      border-color: #181818;
      opacity: 1; }

body#top.page-name-locations .all-location-section {
  border: none; }
  body#top.page-name-locations .all-location-section .content {
    padding-top: 0; }
    body#top.page-name-locations .all-location-section .content .Family-Allergy-Locations h2 {
      margin-bottom: 0; }
    body#top.page-name-locations .all-location-section .content .av_one_fourth {
      margin-top: 25px; }
      body#top.page-name-locations .all-location-section .content .av_one_fourth h3 {
        color: #3c5896; }
      body#top.page-name-locations .all-location-section .content .av_one_fourth p {
        color: #181818;
        font-weight: 600; }
        body#top.page-name-locations .all-location-section .content .av_one_fourth p a {
          color: #5b8edb; }

body#top.page-name-providers .main_color:first-child .content {
  padding-bottom: 0; }

body#top.page-name-providers .av_default_container_wrap .content {
  padding-top: 0; }

body#top.page-name-physicians .main_color:first-child .content, .page-name-advanced-practitioners .main_color:first-child .content {
  padding-bottom: 12px; }

body#top.page-name-physicians .Physicians-images .content, .page-name-advanced-practitioners .Physicians-images .content {
  padding-top: 0; }

body#top.page-name-education .grid-row-max-width {
  padding-top: 20px !important; }

body#top.page-name-education .Education-Button {
  margin-top: 55px; }

body#top.page-name-education .flex_column .av_textblock_section p a {
  line-height: 30px; }

@media all and (max-width: 767px) {
  body#top.page-name-education .avia-button-wrap span {
    font-size: 16px; } }

body#top.page-name-sleep-medicine .main_color:first-child .content {
  padding-bottom: 0; }

body#top.page-name-sleep-medicine .main_color:last-child .content {
  padding-top: 0; }
  body#top.page-name-sleep-medicine .main_color:last-child .content .logo-section img {
    height: 160px;
    width: 235px; }

body#top.page-name-schedule .iconbox {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  margin: 20px 0;
  padding: 10px 0; }
  body#top.page-name-schedule .iconbox .phone {
    margin-bottom: 0; }
  body#top.page-name-schedule .iconbox .iconbox_icon {
    color: rgba(60, 88, 150, 0.8);
    font-size: 30px;
    top: 0;
    -webkit-transform: rotate(100deg);
            transform: rotate(100deg); }

/**
The default blog styles for the Enfold Child Theme
 */
#top.archive .blog-author,
#top.archive .comment-container,
#top.archive .text-sep-comment {
  display: none !important; }

#top.archive .big-preview {
  float: left;
  margin-right: 20px;
  padding: 10px 0;
  width: 28%; }

#top.archive .post-title a {
  font-size: 30px !important; }

#top.archive .av-content-small {
  padding-top: 0 !important; }

#top.archive .post-meta-infos .date-container {
  font-size: 14px; }

#top.archive .read-more-link a {
  background-color: #00539b;
  border-radius: 27.5px;
  color: white;
  font-family: 'source serif pro', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  min-width: 200px;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize; }
  #top.archive .read-more-link a .more-link-arrow {
    color: #00539b;
    font-size: 3px;
    vertical-align: top; }
    #top.archive .read-more-link a .more-link-arrow::after {
      color: white; }

#top.archive .sidebar_right {
  padding-bottom: 0; }
  #top.archive .sidebar_right .template-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    #top.archive .sidebar_right .template-blog .sidebar_right .inner_sidebar {
      margin-left: 0; }
      #top.archive .sidebar_right .template-blog .sidebar_right .inner_sidebar .widget:first-child {
        padding: 0; }
      #top.archive .sidebar_right .template-blog .sidebar_right .inner_sidebar .widget:nth-child(n+2) {
        display: inline-block;
        padding-top: 0; }
      #top.archive .sidebar_right .template-blog .sidebar_right .inner_sidebar .widget:nth-child(2) {
        width: 60%; }
      #top.archive .sidebar_right .template-blog .sidebar_right .inner_sidebar .widget:nth-child(3) {
        top: -12px;
        width: 8%; }
        #top.archive .sidebar_right .template-blog .sidebar_right .inner_sidebar .widget:nth-child(3) label {
          font-size: 21px !important;
          font-weight: 100 !important; }
      #top.archive .sidebar_right .template-blog .sidebar_right .inner_sidebar .widget:nth-child(4) {
        width: 20%; }
        #top.archive .sidebar_right .template-blog .sidebar_right .inner_sidebar .widget:nth-child(4) h3,
        #top.archive .sidebar_right .template-blog .sidebar_right .inner_sidebar .widget:nth-child(4) .screen-reader-text {
          display: none; }
        #top.archive .sidebar_right .template-blog .sidebar_right .inner_sidebar .widget:nth-child(4) select {
          background-color: #00539b;
          border-color: #00539b;
          border-radius: 0;
          color: white;
          font-size: 20px;
          height: 45px;
          padding: 10px; }
          #top.archive .sidebar_right .template-blog .sidebar_right .inner_sidebar .widget:nth-child(4) select option {
            background-color: white;
            color: #3c5896;
            padding: 10px 0; }
      #top.archive .sidebar_right .template-blog .sidebar_right .inner_sidebar .widget:nth-child(5) {
        padding-left: 20px;
        text-align: center;
        top: -15px;
        width: 8%; }
        #top.archive .sidebar_right .template-blog .sidebar_right .inner_sidebar .widget:nth-child(5)::before {
          display: none; }
        #top.archive .sidebar_right .template-blog .sidebar_right .inner_sidebar .widget:nth-child(5) .av-icon-char {
          color: #00539b; }

@media (max-width: 767px) {
  body#top.page-name-blog #main .main_color:not(#lg-schedule-appointment-banner) .container {
    padding-top: 70px !important; } }

body#top.page-name-blog main {
  width: 100%; }

body#top.page-name-blog .read-more-link a {
  background-color: #00539b;
  border-radius: 27.5px;
  color: white;
  font-family: 'source serif pro', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  min-width: 200px;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize; }
  body#top.page-name-blog .read-more-link a .more-link-arrow {
    color: #00539b;
    font-size: 3px;
    vertical-align: middle; }
    body#top.page-name-blog .read-more-link a .more-link-arrow::after {
      color: white; }

body#top.page-name-blog .template-page {
  padding-top: 0 !important; }
  @media (max-width: 767px) {
    body#top.page-name-blog .template-page .template-blog .post-entry {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  body#top.page-name-blog .template-page .template-blog .big-preview {
    float: left;
    margin-right: 20px;
    width: 28%; }
    @media (max-width: 767px) {
      body#top.page-name-blog .template-page .template-blog .big-preview {
        width: 50%; } }
  body#top.page-name-blog .template-page .template-blog .blog-meta {
    width: 25%; }
    body#top.page-name-blog .template-page .template-blog .blog-meta a {
      height: 100%;
      width: 100%; }
  body#top.page-name-blog .template-page .template-blog .post-title a {
    font-size: 30px !important; }
  body#top.page-name-blog .template-page .template-blog .post-meta-infos .date-container {
    font-size: 14px; }
  body#top.page-name-blog .template-page .template-blog .post_delimiter {
    margin: 0 0 30px 0; }

body#top.page-name-blog .container_wrap_first > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
  body#top.page-name-blog .container_wrap_first > .container .sidebar_right {
    padding-bottom: 0; }
    body#top.page-name-blog .container_wrap_first > .container .sidebar_right .inner_sidebar {
      margin-left: 0; }
      body#top.page-name-blog .container_wrap_first > .container .sidebar_right .inner_sidebar .widget:first-child {
        padding: 0; }
      body#top.page-name-blog .container_wrap_first > .container .sidebar_right .inner_sidebar .widget:nth-child(n+2) {
        display: inline-block; }
      body#top.page-name-blog .container_wrap_first > .container .sidebar_right .inner_sidebar .widget:nth-child(2) {
        padding-top: 0;
        top: -20px;
        width: 60%; }
        body#top.page-name-blog .container_wrap_first > .container .sidebar_right .inner_sidebar .widget:nth-child(2)::before {
          display: none; }
      body#top.page-name-blog .container_wrap_first > .container .sidebar_right .inner_sidebar .widget:nth-child(3) {
        top: -30px;
        width: 10%; }
        body#top.page-name-blog .container_wrap_first > .container .sidebar_right .inner_sidebar .widget:nth-child(3) label {
          font-size: 21px !important;
          font-weight: 100 !important; }
      body#top.page-name-blog .container_wrap_first > .container .sidebar_right .inner_sidebar .widget:nth-child(4) {
        top: -20px;
        width: 22%; }
        body#top.page-name-blog .container_wrap_first > .container .sidebar_right .inner_sidebar .widget:nth-child(4) h3,
        body#top.page-name-blog .container_wrap_first > .container .sidebar_right .inner_sidebar .widget:nth-child(4) .screen-reader-text {
          display: none; }
        body#top.page-name-blog .container_wrap_first > .container .sidebar_right .inner_sidebar .widget:nth-child(4) select {
          background-color: #00539b;
          border-color: #00539b;
          border-radius: 0;
          color: white;
          font-size: 20px;
          height: 45px;
          padding: 10px; }
          body#top.page-name-blog .container_wrap_first > .container .sidebar_right .inner_sidebar .widget:nth-child(4) select option {
            background-color: white;
            color: #3c5896;
            padding: 10px 0; }

body#top.category .template-blog .post-entry,
.page-name-blog .template-blog .post-entry,
.page-name-in-the-media .template-blog .post-entry {
  border-bottom: 1px solid #181818 !important;
  margin-bottom: 20px; }
  body#top.category .template-blog .post-entry .text-sep-cat,
  .page-name-blog .template-blog .post-entry .text-sep-cat,
  .page-name-in-the-media .template-blog .post-entry .text-sep-cat {
    display: none; }
  body#top.category .template-blog .post-entry .post_delimiter,
  .page-name-blog .template-blog .post-entry .post_delimiter,
  .page-name-in-the-media .template-blog .post-entry .post_delimiter {
    padding: 0; }

@media (min-width: 768px) {
  body#top.category .template-blog .av-content-small,
  .page-name-blog .template-blog .av-content-small,
  .page-name-in-the-media .template-blog .av-content-small {
    width: 95%; } }

body#top.category #cat option:nth-child(6),
.page-name-blog #cat option:nth-child(6),
.page-name-in-the-media #cat option:nth-child(6) {
  display: none !important; }

body#top.category #cat option:last-child,
.page-name-blog #cat option:last-child,
.page-name-in-the-media #cat option:last-child {
  display: none !important; }

body.single-post .template-blog {
  padding-top: 50px; }
  body.single-post .template-blog .breadcrumb {
    margin-top: 0; }
  body.single-post .template-blog .content {
    padding-top: 70px; }
  body.single-post .template-blog .entry-content-wrapper {
    max-width: 1310px !important; }
    body.single-post .template-blog .entry-content-wrapper .entry-content-header .post-title {
      max-width: 1310px !important; }
      body.single-post .template-blog .entry-content-wrapper .entry-content-header .post-title a {
        color: #00539b !important; }
  body.single-post .template-blog .entry-content-wrapper > * {
    max-width: 100% !important; }

body.single-post .post-title.entry-title {
  pointer-events: none; }

body#top.page-name-about #main .avia-button-wrap {
  width: 100%; }
  body#top.page-name-about #main .avia-button-wrap .avia-button {
    width: 100%; }
    @media all and (max-width: 1210px) {
      body#top.page-name-about #main .avia-button-wrap .avia-button .avia_iconbox_title {
        font-size: 15px; } }

body#top.page-name-pollen-counts .hr-default .hr-inner {
  border-color: #181818; }

body#top.page-name-asthma-resources .av-equal-height-column-flextable {
  border-bottom: 1px solid #181818;
  margin-bottom: 30px; }

body#top.page-name-asthma-resources .av_one_fourth img {
  height: 72px; }

body#top.page-name-asthma .av_one_half {
  margin-top: 0; }

body#top.page-name-video-library .template-page {
  padding-bottom: 0; }

body#top.page-name-video-library .av_two_fifth {
  margin-left: 6%; }

body#top.page-name-video-library .av-special-heading {
  margin-top: 5px; }

body#top.page-name-in-the-media .entry-content-wrapper {
  float: inherit; }

body#top.page-name-in-the-media .post_delimiter, body#top.page-name-in-the-media .blog-categories, body#top.page-name-in-the-media .text-sep {
  display: none; }

body#top.page-name-in-the-media .read-more-link .more-link-arrow {
  font-size: 0; }
  body#top.page-name-in-the-media .read-more-link .more-link-arrow::after {
    vertical-align: baseline; }

body#top.page-name-in-the-media .post-entry {
  margin-bottom: 0; }

body#top.page-name-in-the-media .date-container {
  font-size: 15px; }

body#top.page-name-in-the-media .read-more-link {
  margin-bottom: 20px; }

body#top.page-name-in-the-media h2 a {
  font-size: 25px; }

body#top.page-name-patient-center .av_one_third {
  margin-top: 0; }

body#top.page-name-patient-app .av_one_fifth {
  margin-left: 0;
  margin-top: -15px; }
  body#top.page-name-patient-app .av_one_fifth img {
    height: 55px; }

body#top.page-name-bill-pay .av_two_fifth,
body#top.page-name-bill-pay .av_four_fifth {
  margin-bottom: 10px;
  margin-top: 0; }

body#top.page-name-medication-coupons h2 a {
  color: #3c5896;
  font-size: 1em;
  text-decoration: underline; }
  body#top.page-name-medication-coupons h2 a:hover {
    color: #E07A3F; }

body#top.page-name-pregnancy .template-page {
  padding-top: 0; }

body#top.page-name-sleep-disorders #av_section_1 main {
  padding-bottom: 0; }

body#top.page-name-sleep-disorders #after_section_1 .template-page {
  padding-top: 0; }

body#top.page-name-comparing-immunotherapy-schedules .avia-table {
  background-color: transparent; }
  body#top.page-name-comparing-immunotherapy-schedules .avia-table tbody .avia-heading-row th {
    background-color: #d1d2cf;
    border-color: black;
    color: #181818;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize; }
  body#top.page-name-comparing-immunotherapy-schedules .avia-table tbody tr {
    background-color: transparent;
    text-align: center; }
    body#top.page-name-comparing-immunotherapy-schedules .avia-table tbody tr td {
      background-color: transparent;
      border-color: black; }

body#top.page-name-eoe .av_one_half {
  margin-bottom: 15px;
  margin-top: 0; }

body#top.single-post article.category-media header {
  margin-top: 30px; }

body#top.single-post article.category-media .post-meta-infos {
  display: block !important; }
  body#top.single-post article.category-media .post-meta-infos .text-sep,
  body#top.single-post article.category-media .post-meta-infos .blog-categories,
  body#top.single-post article.category-media .post-meta-infos .blog-author {
    display: none !important; }
  body#top.single-post article.category-media .post-meta-infos time {
    font-size: 18px; }

body#top.single-post .breadcrumb-trail a[title="Blog"],
body#top.single-post .breadcrumb-trail .sep:first-of-type {
  display: none; }

#top.page-name-allergy .column-top-margin {
  margin-top: 0; }

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