/*
Theme Name: HCHC
Description: A custom Child Theme created by <a href="http://www.estlanddesign.com">Estland Design</a> in Harrisonburg.
Version: 1.0
Author: Estland
Author URI: http://estlanddesign.com
Template: enfold
*/


/******************************
Table of Contents =TOC
/******************************

Fonts
Variables
Header
Menu
Homepage
Footer
Secondary Pages
Forms
Global Styles
Mobile Styles

*/

/******************************
=Fonts
******************************/
@font-face {
    font-family:'Raleway-Regular';
    src: url('/wp-content/themes/hchc-enfold-child/fonts/Raleway-Regular.ttf') format('truetype'),
         url('/wp-content/themes/hchc-enfold-child/fonts/Raleway-Regular.woff') format('woff'),
         url('/wp-content/themes/hchc-enfold-child/fonts/Raleway-Regular.woff2') format('woff2'),
         url('/wp-content/themes/hchc-enfold-child/fonts/Raleway-Regular.otf') format('opentype');
    font-style: normal;
}
@font-face {
    font-family:'Raleway-Medium';
    src: url('/wp-content/themes/hchc-enfold-child/fonts/Raleway-Medium.ttf') format('truetype'),
         url('/wp-content/themes/hchc-enfold-child/fonts/Raleway-Medium.woff') format('woff'),
         url('/wp-content/themes/hchc-enfold-child/fonts/Raleway-Medium.woff2') format('woff2'),
         url('/wp-content/themes/hchc-enfold-child/fonts/Raleway-Medium.otf') format('opentype');
    font-style: normal;
}
@font-face {
    font-family:'Raleway-SemiBold';
    src: url('/wp-content/themes/hchc-enfold-child/fonts/Raleway-SemiBold.ttf') format('truetype'),
         url('/wp-content/themes/hchc-enfold-child/fonts/Raleway-SemiBold.woff') format('woff'),
         url('/wp-content/themes/hchc-enfold-child/fonts/Raleway-SemiBold.woff2') format('woff2'),
         url('/wp-content/themes/hchc-enfold-child/fonts/Raleway-SemiBold.otf') format('opentype');
    font-style: normal;
}
@font-face {
    font-family:'Raleway-Bold';
    src: url('/wp-content/themes/hchc-enfold-child/fonts/Raleway-Bold.ttf') format('truetype'),
         url('/wp-content/themes/hchc-enfold-child/fonts/Raleway-Bold.woff') format('woff'),
         url('/wp-content/themes/hchc-enfold-child/fonts/Raleway-Bold.woff2') format('woff2'),
         url('/wp-content/themes/hchc-enfold-child/fonts/Raleway-Bold.otf') format('opentype');
    font-style: normal;
}
@font-face {
    font-family:'Raleway-ExtraBold';
    src: url('/wp-content/themes/hchc-enfold-child/fonts/Raleway-ExtraBold.ttf') format('truetype'),
         url('/wp-content/themes/hchc-enfold-child/fonts/Raleway-ExtraBold.woff') format('woff'),
         url('/wp-content/themes/hchc-enfold-child/fonts/Raleway-ExtraBold.woff2') format('woff2'),
         url('/wp-content/themes/hchc-enfold-child/fonts/Raleway-ExtraBold.otf') format('opentype');
    font-style: normal;
}
@font-face {
    font-family:'Merriweather-BoldItalic';
    src: url('/wp-content/themes/hchc-enfold-child/fonts/Merriweather-BoldItalic.ttf') format('truetype'),
         url('/wp-content/themes/hchc-enfold-child/fonts/Merriweather-BoldItalic.woff') format('woff'),
         url('/wp-content/themes/hchc-enfold-child/fonts/Merriweather-BoldItalic.woff2') format('woff2'),
         url('/wp-content/themes/hchc-enfold-child/fonts/Merriweather-BoldItalic.otf') format('opentype');
    font-style: italic;
}
/******************************
=Variables
******************************/
:root {
    /* Font Families */
        /*raleway*/
        --raleway-reg: 400 normal 19px/28px 'Raleway-Regular', sans-serif;
        --raleway-med: 500 normal 19px/28px 'Raleway-Medium', sans-serif;
        --raleway-semibold: 600 normal 19px/28px 'Raleway-SemiBold', sans-serif;
        --raleway-bold: 700 normal 19px/28px 'Raleway-Bold', sans-serif;
        --raleway-extrabold: 800 normal 19px/28px 'Raleway-ExtraBold', sans-serif;
        /*merriweather*/
        --merriweather-bold-italic: 700 italic 19px/28px 'Merriweather-BoldItalic', sans-serif;
    /* Colors */
        /*black & grey*/
        --black: #000000;
        --black-text: #404041;
        --grey-text: #606060;
        --dark-grey: #4A4A4A;
        --light-grey: #E2E2E2;
        --lighter-grey: #F4F4F4;
        /*blues*/
        --light-blue: #EDF7F8;
        --light-blue-2: #D9F4F4;
        --light-blue-3: #E2F6F8;
        --sky-blue: #C4EFEF;
        /*green*/
        --teal: #107A78;
        --light-teal: #18A5A3;
        --dark-teal: #0E6A68;
        --light-green: #5A9C40;
        --lighter-green: #87D169;
        --lighter-green-2: #9aef79;
        --dark-green: #4B8235;
        /*white*/
        --white: #ffffff;
        /*tan*/
        --tan: #F7F2E1;

        /*widths & sizing*/
        --left-tab-gradient-width: calc(50% - 4px);
        --right-tab-gradient-width: calc(50% + 5px);
}
#top p,
#top .avia_textblock li a,
#top .avia_textblock ul li {
    font: var(--raleway-med);
    color: var(--black-text);
}
/*#top .avia_textblock ul li {padding: 0;}*/
#top h1,
#top h2,
#top h3,
#top h5,
#top h6 {font: var(--raleway-extrabold);}
#top .avia_textblock h3 {
    font: var(--merriweather-bold-italic);
    font-size: 34px;
    line-height: 36px;
    color: var(--teal);
}
#top .avia_textblock h1 {
    font-size: 62px;
    line-height: 64px;
}
#top h2 {
    color: var(--teal);
    font-size: 54px;
    line-height: 56px;
}
#top h2 > strong {color: var(--light-green);}
#top h4 {
    font: var(--merriweather-bold-italic);
    color: var(--light-green);
    font-size: 24px;
    line-height: 26px;
}
#top .avia_textblock p a,
#top .toggle_content p a,
#top .avia_textblock li a {font: var(--raleway-bold);}
#top .avia_textblock p strong {
    font: var(--raleway-extrabold);
    color: var(--teal);
}
/******************************
=Header
******************************/
#top #header #header_main span.logo {
    display: flex;
    align-items: center;
    padding: 15px 0;
}
#top #header #header_main span.logo img {width: 275px;}
#top #header_main .container .inner-container {
    display: flex;
    align-items: center;
}

/*topbar*/
#tpbr_topbar #tpbr_box {
    font:var(--raleway-med) !important;
    color: var(--white) !important;
    font-size: 16px !important;
    line-height: 18px !important;
    padding: 6px 15px 8px !important;
}

#tpbr_topbar #tpbr_box a#tpbr_calltoaction {
    background: transparent !important;
    border-radius: 40px !important;
    border: 2px solid var(--white);
    color: var(--white) !important;
    font:var(--raleway-bold);
    font-size: 15px;
    line-height: 17px;
    padding: 6px 15px !important;
    text-transform: uppercase;
    margin: 5px 10px !important;
    transition: all 300ms ease-in-out;
}
#tpbr_topbar #tpbr_box a#tpbr_calltoaction:hover {
    background: var(--white) !important;
    color: var(--light-green) !important;
}
#top.topbar-active #header_main nav.main_menu .av-burger-overlay-scroll .av-burger-overlay-inner ul#av-burger-menu-ul {
    padding: 200px 50px 150px !important;
}
/******************************
=Menu
******************************/
#top #header_main nav.main_menu .av-burger-overlay-scroll {
    background: #106564;
    border-top-left-radius: 40px;
    width: 550px;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
}
#top #header_main nav.main_menu .av-burger-overlay-scroll .av-burger-overlay-inner {
    width: 100%;
    height: 100%;
    max-height: 100%;
    position: relative;
}
#top #header_main nav.main_menu .av-burger-overlay-scroll .av-burger-overlay-inner ul#av-burger-menu-ul {
    display: flex;
    flex-direction: column;
    padding: 150px 50px !important;
    width: 100%;
}
#top #header_main nav.main_menu {
    position: fixed;
    right: 50px;
    height: 50px;
    line-height: 50px;
}
#top#top #header_main nav.main_menu li.av-burger-menu-main > a {
    background: var(--light-green);
    padding: 0;
    height: 50px;
    width: 50px;
    line-height: inherit;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
}
.av-hamburger-inner, .av-hamburger-inner::before, .av-hamburger-inner::after {
    height: 4px;
}
span.av-hamburger:not(.is-active) .av-hamburger-inner::before, span.av-hamburger:not(.is-active) .av-hamburger-inner::after {
    width: 28px !important;
    right: 0;
}
#top#top #header_main nav.main_menu li.av-burger-menu-main > a span.av-hamburger:not(.is-active) span.av-hamburger-inner {
    width: 20px;
}
#top#top #header_main nav.main_menu li.av-burger-menu-main > a span.av-hamburger:not(.is-active) span.av-hamburger-box {
    display: flex;
    justify-content: flex-end;
    right: 4px;
}
#top#top #header_main nav.main_menu li.av-burger-menu-main > a span.av-hamburger:not(.is-active) span.av-hamburger-inner::before {
    top: -9px;
}
#top#top #header_main nav.main_menu li.av-burger-menu-main > a span.av-hamburger:not(.is-active) span.av-hamburger-inner::after {
    bottom: -9px;
}
#top #header_main nav.main_menu ul#av-burger-menu-ul > li {
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: rgba(13,83,83,0.4);
}
#top #header_main nav.main_menu ul#av-burger-menu-ul li a {
    font: var(--raleway-semibold);
    padding: 5px 0;
    transition: all 300ms ease-in-out;
}
/*#top #header_main nav.main_menu ul#av-burger-menu-ul li:hover > a,*/
/*#top #header_main nav.main_menu ul#av-burger-menu-ul > li:focus > a,*/
#top #header_main nav.main_menu ul#av-burger-menu-ul > li:focus-within > a,
#top #header_main nav.main_menu ul#av-burger-menu-ul li > a:hover {
    color: var(--lighter-green-2);
    background: transparent !important;
    opacity: 1 !important;
}
#top #header_main nav.main_menu ul#av-burger-menu-ul li:hover {background: transparent !important;}
#top #header_main nav.main_menu ul#av-burger-menu-ul > li > a {
    font: var(--merriweather-bold-italic);
    font-size: 32px;
    line-height: 36px;
    padding: 12px 0;
}
#top #header_main nav.main_menu ul#av-burger-menu-ul > li > ul.sub-menu > li > a {
    font: var(--raleway-extrabold);
    font-size: 26px;
    line-height: 30px;
    padding: 10px 0;
}
#top #header_main nav.main_menu ul#av-burger-menu-ul li ul.sub-menu {padding-left: 20px;}
/*#top #header_main nav.main_menu ul#av-burger-menu-ul > li > ul.sub-menu > li > ul.sub-menu {padding-left: 0;}*/
#top #header_main nav.main_menu ul#av-burger-menu-ul > li > ul.sub-menu li ul.sub-menu {
    display: block !important;
}
#top #header_main nav.main_menu ul#av-burger-menu-ul > li > ul.sub-menu li a span.av-submenu-indicator {display: none !important;}
#top #header_main nav.main_menu ul#av-burger-menu-ul > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid var(--light-green);
}
#top #header_main nav.main_menu ul#av-burger-menu-ul > li:nth-last-child(2) {border: 0;}
#top #header_main nav.main_menu ul#av-burger-menu-ul li.menu-button {
    border: 0;
    margin-top: 30px;
}
#top #header_main nav.main_menu ul#av-burger-menu-ul li.menu-button a {
    background: var(--light-green);
    width: max-content;
    font: var(--raleway-bold);
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 15px 30px;
    border-radius: 50px;
}
#top #header_main nav.main_menu ul#av-burger-menu-ul li.menu-button.light-teal a {background: var(--light-teal);}
#top #header_main nav.main_menu ul#av-burger-menu-ul li.menu-button.white a {
    background: var(--white);
    color: var(--light-green);
}
#top #header_main nav.main_menu ul#av-burger-menu-ul li.menu-button.white a:hover {color: var(--white);}
#top#top #header_main nav.main_menu ul#av-burger-menu-ul li.menu-button a:hover {
    background: var(--lighter-green) !important;
    color: var(--white);
}
#top #header_main .menu-top-buttons {
    position: absolute;
    right: 90px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    opacity: 1;
    z-index: 999;
}
#top #header_main .menu-top-buttons .hchc-button.white a {
    background: var(--white);
    color: var(--light-green);
}
#top #header_main .menu-top-buttons .hchc-button.white a:hover {
    background: var(--lighter-green);
    color: var(--white);
}
#top #header_main.burger-menu-open .menu-top-buttons {
    position: fixed;
    right: 123px;
}
/******************************
=Homepage
******************************/

/******************************
=Footer
******************************/
#footer {
    position: relative;
    background: var(--light-blue);
    padding: 0;
    border: 0;
}
#footer > .container {
    background: url('/wp-content/uploads/2024/01/close-up-of-doctor-measuring-blood-pressure-of-an-2022-12-06-01-04-45-utc.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    mask: url('/wp-content/themes/hchc-enfold-child/images/teal-swoop-bg.svg');
/*    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1920" height="1324" viewBox="0 0 1920 1324" preserveAspectRatio="none"><defs><clipPath id="clip-path"><rect id="Rectangle_172" data-name="Rectangle 172" width="1920" height="1324" transform="translate(0 5702)" fill="#edf7f8"/></clipPath><linearGradient id="linear-gradient" x1="0.514" y1="0.477" x2="0.516" y2="0.655" gradientUnits="objectBoundingBox"><stop offset="0" stop-color="#0e6a68" stop-opacity="0.969"/><stop offset="1" stop-color="#107a78" stop-opacity="0.918"/></linearGradient></defs><g id="Mask_Group_16" data-name="Mask Group 16" transform="translate(0 -5702)" clip-path="url(#clip-path)"><path id="Path_202" data-name="Path 202" d="M9.649,3875.314c-114.759,737.223,826,886.633,1127.907,1377.5,167.787-610.79,292.117-1715.486,1934.1-1848.961C4688.589,3196.39,5190.436,860.906,5397.068,318.01,5025.784,93.217,4570.18-21.17,4055.575,3.239c-104.19,15.469-214.257,32.986-333.144,51.446C1965.167,327.548,304.91,2036.984,9.649,3875.314" transform="translate(2598.14 10058.467) rotate(-160)" opacity="0.997" fill="url(#linear-gradient)"/></g></svg>');
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1920" height="1324" viewBox="0 0 1920 1324" preserveAspectRatio="none"><defs><clipPath id="clip-path"><rect id="Rectangle_172" data-name="Rectangle 172" width="1920" height="1324" transform="translate(0 5702)" fill="#edf7f8"/></clipPath><linearGradient id="linear-gradient" x1="0.514" y1="0.477" x2="0.516" y2="0.655" gradientUnits="objectBoundingBox"><stop offset="0" stop-color="#0e6a68" stop-opacity="0.969"/><stop offset="1" stop-color="#107a78" stop-opacity="0.918"/></linearGradient></defs><g id="Mask_Group_16" data-name="Mask Group 16" transform="translate(0 -5702)" clip-path="url(#clip-path)"><path id="Path_202" data-name="Path 202" d="M9.649,3875.314c-114.759,737.223,826,886.633,1127.907,1377.5,167.787-610.79,292.117-1715.486,1934.1-1848.961C4688.589,3196.39,5190.436,860.906,5397.068,318.01,5025.784,93.217,4570.18-21.17,4055.575,3.239c-104.19,15.469-214.257,32.986-333.144,51.446C1965.167,327.548,304.91,2036.984,9.649,3875.314" transform="translate(2598.14 10058.467) rotate(-160)" opacity="0.997" fill="url(#linear-gradient)"/></g></svg>');
    */mask-size: cover;
    mask-repeat: no-repeat;
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
    margin: 0;
}
#footer > .container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    visibility: visible;
    background: url('/wp-content/themes/hchc-enfold-child/images/teal-swoop-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}
#footer .footer-content-cont {
    width: 100%;
    max-width: 1310px;
    padding: 17% 50px 5%;
    margin: auto;
    float: none;
    position: relative;
    display: flex;
}
#footer .footer-content-cont .flex_column {
    float: none;
    display: block;
    width: 30%;
}
#footer .footer-content-cont > div.flex_column:last-child {width: 40%;}
#footer .footer-content-cont .flex_column.first img {width: 300px;}
#footer .widget {margin: 0 0 15px 0;}
#footer h3 {
    font: var(--merriweather-bold-italic);
    text-transform: capitalize;
}
#footer p {
    color: var(--white);
    font-size: 14px;
    line-height: 18px;
}
#footer li a {
    font-size: 16px;
    line-height: 20px;
    color: var(--white);
    transition: all 300ms ease-in-out;
}
#footer li a:hover {
    color: var(--lighter-green);
}
#footer ul.social_bookmarks {
    display: inline-block;
    margin: 0;
    height: 100%;
}
#footer ul.social_bookmarks li {
    display: inline-block;
    vertical-align: middle;
    border: 0;
}
#footer ul.social_bookmarks li,
#footer ul.social_bookmarks li a {
    background: transparent;
    border-radius: 50%;
    transition: all 300ms ease-in-out;
    float: none;
    height: 35px;
    width: 35px;
}
#footer ul.social_bookmarks li a {
    border-width: 1px;
    border-style: solid;
    border-color: var(--white);
    color: var(--white);
    font-size: 22px;
    line-height: 35px;
}
#footer ul.social_bookmarks li a:hover,
#footer ul.social_bookmarks li:hover a {background: var(--light-green) !important;}
#footer .avia-icon-list-container {margin: 0;}
#footer .avia-icon-list li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0 0;
}
#footer .avia-icon-list li .iconlist_icon {
    height: 30px;
    width: 30px;
    line-height: 30px;
}
#footer .avia-icon-list li .iconlist_icon span.iconlist-char {
    color: var(--lighter-green);
    font-size: 26px;
}
#footer .avia-icon-list li .av_iconlist_title a {
    font: var(--raleway-extrabold);
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none !important;
}
#footer .hrsa-cont {
    display: flex;
    align-items: center;
    gap: 15px;
}
#footer .hrsa-cont p {
    font-size: 12px;
    line-height: 16px;
}
#footer-form > .container > .content {padding-bottom: 65px;}
/*socket*/
#socket {
    border: 0;
}
#socket > .container {text-align: center;}
#socket span.copyright {
    font: var(--raleway-med);
    font-size: 12px;
    float: none;
}
/******************************
=Secondary Pages
******************************/
/*location pages*/
#top .location-info section.av_textblock_section {
    margin: 0 0 25px;
}
#top .location-info h4 {
    font: var(--raleway-extrabold);
    font-size: 26px;
    line-height: 28px;
}
#top .location-info h5 {
    font: var(--merriweather-bold-italic);
    color: var(--teal);
    font-size: 20px;
    line-height: 22px;
}
/*contact page*/
#top .contact-grid .container .entry-content-wrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: auto auto;
    gap: 10px;
}
#top .contact-grid .container .entry-content-wrapper > .flex_column {
    width: 100%;
    float: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
}
#top .contact-grid .container .entry-content-wrapper > .flex_column:first-child {grid-column-start: 1;}
#top .contact-grid .container .entry-content-wrapper > .flex_column:first-child,
#top .contact-grid .container .entry-content-wrapper > .flex_column:nth-child(2) {
    grid-row: span 1;
}
#top .contact-grid .container .entry-content-wrapper > .flex_column:nth-child(3) {
    grid-row: span 2;
    grid-column-start: 3;
}
#top .contact-grid h5 {
    color: var(--teal);
    margin: 0;
    font-size: 24px;
    line-height: 28px;
}
#top .contact-grid .tab-list ul {
    text-align: center;
    margin: 0;
    margin-top: 10px;
    list-style: none;
}
#top .contact-grid .tab-list ul li {
    /*font-size: 16px;*/
    padding: 15px 0px;
    background: transparent !important;
    margin: 0 5px 5px;
}
#top .contact-grid .tab-list ul li a {
    background: var(--light-blue-2);
    padding: 15px 20px;
    border-radius: 8px;
    font: var(--raleway-extrabold);
    color: var(--teal);
    font-size: 18px;
    transition: all 300ms ease-in-out;
}
#top .contact-grid .tab-list ul li a:hover {
    background: var(--lighter-green);
    color: var(--white);
}
#top .contact-grid .container .entry-content-wrapper > .flex_column .avia_textblock p {
    margin: 0;
}
#top .contact-promo .av_promobox {
    width: 100%;
    justify-content: space-between;
}
/*teal img col*/
#top .teal-img-col {
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    max-width: 450px;
    margin: 0 auto 20px !important;
    background: var(--dark-teal);
}
#top .teal-img-col img {
    border-radius: 0;
    height: 200px;
    object-fit: cover;
    object-position: center;
}
#top .teal-img-col h3 {
    color: var(--white);
    font-size: 26px;
    line-height: 30px;
    margin: 28px 0 10px;
}
#top .teal-img-col .hchc-button {
    margin: 0 0 20px;
}
#top .teal-img-col .avia-image-container {
    position: relative;
    margin: 0;
}
#top .teal-img-col .avia-image-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 208px;
    background: var(--light-blue);
    visibility: visible;
}
/*our providers page*/
#top .provider-cont .entry-content-wrapper > .flex_column_table {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 0;
}
#top .provider-col {
    border-radius: 12px;
    overflow: hidden;
    width: 33%;
    max-width: 375px;
    margin-top: 35px;
}
#top .provider-col .avia_textblock h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
} 
#top .provider-col .avia_textblock h4 {
    font-size: 16px;
    line-height: 18px;
    color: var(--dark-green);
}
#top .provider-col .provider-header {
    background: var(--white);
    padding: 25px;
}
#top .teal-provider-col .provider-col .provider-header {background: var(--dark-teal);}
#top .teal-provider-col .provider-col .provider-header .avia_textblock h2,
#top .teal-provider-col .provider-col .provider-header .avia_textblock h4 {color: var(--white);}
#top .provider-col .hchc-button {margin-top: 20px;}
#top .provider-col .avia-image-container img {
    border-radius: 0;
    height: 350px;
    object-fit: cover;
    object-position: top;
}
/*resources page*/
#top .resource-grid-cont {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2%;
}
#top .resource-col {
    width: 100%;
    max-width: 32%;
    text-align: center;
    overflow: hidden;
    margin-bottom: 2%;
}
#top .resource-col h4 {
    color: var(--white);
    background: var(--teal);
    padding: 20px;
    font: var(--raleway-bold);
    font-size: 26px;
    line-height: 28px;
    margin: 0;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#top .resource-col .button-cont {
    background: var(--white);
    padding: 30px 10px;
}
#top .resource-col .button-cont .hchc-button {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin: 2px;
}
#top .resources.light-blue-bg {background: var(--light-blue-2);}
#top .resources {
    border-radius: 12px;
    padding: 50px 30px;
}
#top .resources h3 {
    font: var(--raleway-bold);
    font-size: 30px;
    line-height: 32px;
}
/******************************
=Forms
******************************/
#top .gform_wrapper ul li.gfield {
    margin: 0;
    padding: 0;
}

.main_color div.gform_wrapper {
	margin: 0;
}

#top .gform_wrapper .input-text, #top .gform_wrapper input[type='text'], 
#top .gform_wrapper input[type='input'], #top .gform_wrapper input[type='password'], 
#top .gform_wrapper input[type='email'], #top .gform_wrapper input[type='number'], 
#top .gform_wrapper input[type='url'], #top .gform_wrapper input[type='tel'], 
#top .gform_wrapper input[type='search'], #top .gform_wrapper textarea, 
#top .gform_wrapper select {
    font: var(--raleway-extrabold);
    background: var(--white);
    padding: 15px 20px;
    color: var(--teal);
    border: 0;
    box-shadow: none;
    border-radius: 8px;
    height: 100%;
    font-size: 22px;
}
#top #footer .gform_wrapper .gform_footer .button {
    background: transparent;
    color: var(--white);
    border-width: 3px;
    border-style: solid;
    border-color: var(--white);
}
#top #footer .gform_wrapper .gform_footer .button:hover {
    background: var(--lighter-green);
    border-color: transparent;
}
#top .gform_wrapper p.gform_required_legend {display: none !important;}
#top .gform_wrapper .input-text::-webkit-input-placeholder, 
#top .gform_wrapper input[type='text']::-webkit-input-placeholder, 
#top .gform_wrapper input[type='input']::-webkit-input-placeholder, 
#top .gform_wrapper input[type='password']::-webkit-input-placeholder, 
#top .gform_wrapper input[type='email']::-webkit-input-placeholder, 
#top .gform_wrapper input[type='number']::-webkit-input-placeholder, 
#top .gform_wrapper input[type='url']::-webkit-input-placeholder, 
#top .gform_wrapper input[type='tel']::-webkit-input-placeholder, 
#top .gform_wrapper input[type='search']::-webkit-input-placeholder, 
#top .gform_wrapper textarea::-webkit-input-placeholder, 
#top .gform_wrapper select::-webkit-input-placeholder {
    color: var(--teal);
}
#top .gform_wrapper .input-text:-moz-placeholder, 
#top .gform_wrapper input[type='text']:-moz-placeholder, 
#top .gform_wrapper input[type='input']:-moz-placeholder, 
#top .gform_wrapper input[type='password']:-moz-placeholder, 
#top .gform_wrapper input[type='email']:-moz-placeholder, 
#top .gform_wrapper input[type='number']:-moz-placeholder, 
#top .gform_wrapper input[type='url']:-moz-placeholder, 
#top .gform_wrapper input[type='tel']:-moz-placeholder, 
#top .gform_wrapper input[type='search']:-moz-placeholder, 
#top .gform_wrapper textarea:-moz-placeholder, 
#top .gform_wrapper select:-moz-placeholder  {
    /* Firefox 18- */
    color: var(--teal);
}

#top .gform_wrapper .input-text::-moz-placeholder, 
#top .gform_wrapper input[type='text']::-moz-placeholder, 
#top .gform_wrapper input[type='input']::-moz-placeholder, 
#top .gform_wrapper input[type='password']::-moz-placeholder, 
#top .gform_wrapper input[type='email']::-moz-placeholder, 
#top .gform_wrapper input[type='number']::-moz-placeholder, 
#top .gform_wrapper input[type='url']::-moz-placeholder, 
#top .gform_wrapper input[type='tel']::-moz-placeholder, 
#top .gform_wrapper input[type='search']::-moz-placeholder, 
#top .gform_wrapper textarea::-moz-placeholder, 
#top .gform_wrapper select::-moz-placeholder { 
    /* Firefox 19+ */
    color: var(--teal);
}

#top .gform_wrapper .input-text:-ms-input-placeholder, 
#top .gform_wrapper input[type='text']:-ms-input-placeholder, 
#top .gform_wrapper input[type='input']:-ms-input-placeholder, 
#top .gform_wrapper input[type='password']:-ms-input-placeholder, 
#top .gform_wrapper input[type='email']:-ms-input-placeholder, 
#top .gform_wrapper input[type='number']:-ms-input-placeholder, 
#top .gform_wrapper input[type='url']:-ms-input-placeholder, 
#top .gform_wrapper input[type='tel']:-ms-input-placeholder, 
#top .gform_wrapper input[type='search']:-ms-input-placeholder, 
#top .gform_wrapper textarea:-ms-input-placeholder, 
#top .gform_wrapper select:-ms-input-placeholder  {
    color: var(--teal);
}

#top .gform_wrapper input:focus::-webkit-input-placeholder { color:transparent; }
#top .gform_wrapper input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
#top .gform_wrapper input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
#top .gform_wrapper input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
#top .gform_wrapper textarea:focus::-webkit-input-placeholder { color:transparent; }
#top .gform_wrapper textarea:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
#top .gform_wrapper textarea:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
#top .gform_wrapper textarea:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
.footer_color textarea::placeholder, .footer_color input::placeholder {opacity: 1;}
/******************************
=Global Styles
******************************/
.template-page .entry-content-wrapper h1, 
.template-page .entry-content-wrapper h2 {
    text-transform: none;
}

body .alignleft, .entry-content-wrapper a:hover .alignleft {margin: 4px 20px 5px 0;}
#top .main_color.container_wrap {border: 0;}
/*featured hero section*/
#top .featured-hero {
    position: relative;
    width: 100%;
    height: 60vh;
    min-height: 550px;
    max-height: 675px;
}
#top .featured-hero .hero-bg {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#top .featured-hero .hero-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 1250px;
    height: 100%;
    background: url('/wp-content/themes/hchc-enfold-child/images/teal-ripple-bg.svg');
    background-size: cover;
    background-position: center;
}
#top .featured-hero > .container {
    width: 100% !important;
    max-width: 100% !important;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0 100px;
}
#top.home .featured-hero > .container {justify-content: flex-start;}
#top .featured-hero .hero-content {
    width: 100%;
    max-width: 525px;
    padding: 35px 75px 0px 50px;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    text-align: left;
}
#top .featured-hero .hero-content .hero-title {text-align: left;}
#top:not(.home) .featured-hero .hero-content {padding: 50px 0 75px;}
#top.home .featured-hero .hero-bg {background-position: center 15%;}
#top .featured-hero .hero-breadcrumb span {
    font: var(--raleway-med);
    font-size: 16px;
    line-height: 20px;
    color: var(--lighter-green-2);
}
#top .featured-hero .hero-breadcrumb span strong {
    color: var(--lighter-green-2);
    font: var(--raleway-semibold);
    font-size: 16px;
    line-height: 20px;
}
#top .featured-hero .hero-breadcrumb span a {color: var(--white);}
#top .featured-hero .hero-breadcrumb {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 6px;
    padding: 0;
}
#top .featured-hero .hero-title h1 {
    color: var(--white);
    font-size: 54px;
    line-height: 56px;
}
/*bottom padding sections to make room for swoops*/
#top .light-blue-bg.padding-bottom {padding-bottom: 100px;}
#top .light-blue-bg.padding-bottom + #footer-form {margin-top: -100px;}
/*light blue bgs*/
#top .light-blue-bg {background: var(--light-blue);}
/*top white swoop section*/
#top .top-white-swoop {
    position: relative;
    background: var(--white);
}
#top .top-white-swoop::before {
    content: '';
    position: absolute;
    top: -100px;
    left: 0;
    width: 110vw;
    height: 150px;
    display: block;
    visibility: visible;
    background: url('/wp-content/themes/hchc-enfold-child/images/top-white-swoop-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center top;
}
/*multi layer columns*/
#top .multi-layer-col section.av_textblock_section:first-of-type h4,
#top .teal-header-col section.av_textblock_section:first-of-type h4 {
    background: var(--light-blue-2);
    padding: 25px 10px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    color: var(--teal);
}
#top .teal-header-col section.av_textblock_section:first-of-type h4 {
    color: var(--white);
    background: var(--teal);
    padding: 25px 30px;
}
#top .multi-layer-col div.avia-image-container {
    margin: 8px 0;
    border-radius: 0;
}
#top .multi-layer-col div.avia-image-container img {
    height: 330px;
    object-fit: cover;
    object-position: center;
}
#top .multi-layer-col .teal-cont {
    background: var(--teal);
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 15px 30px 25px;
}
#top .multi-layer-col .teal-cont p {color: var(--white);}
#top .teal-header-col section.av_textblock_section:last-of-type {
    background: var(--light-blue-3);
    margin-top: 8px;
    padding: 30px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}
#top .teal-header-col section.av_textblock_section:last-of-type .tab-list ul {margin: 0;}
#top .teal-header-col section.av_textblock_section:last-of-type .tab-list ul li {
    font-size: 16px;
    padding: 10px 20px;
}
/*buttons*/
#top .hchc-button a,
#top .gform_wrapper .gform_footer .button {
    font: var(--raleway-bold);
    text-transform: uppercase;
    font-size: 19px;
    line-height: 22px;
    background: var(--light-green);
    border-radius: 50px;
    padding: 15px 30px;
    transition: all 300ms ease-in-out;
    opacity: 1 !important;
    border: 0;
}
#top .hchc-button a:hover,
#top .gform_wrapper .gform_footer .button:hover {
    background: var(--lighter-green);
    opacity: 1 !important;
}
#top .hchc-button.light-teal a {background: var(--light-teal);}
#top .hchc-button.teal a {background: var(--teal);}
#top .hchc-button.light-teal a:hover,
#top .hchc-button.teal a:hover {background: var(--lighter-green);}
/*button rows*/
#top .avia-buttonrow-wrap > a:last-of-type {
    background: var(--teal);
}
#top .avia-buttonrow-wrap > a:last-of-type:hover {
    background: var(--light-teal);
}
/*check iconlist*/
#top .avia_textblock.check-iconlist ul {
    margin: 0;
    margin-bottom: 30px;
}
#top .avia_textblock.check-iconlist ul li {
    display: inline-block;
    margin: 5px 10px 5px 0;
    background: var(--white);
    padding: 12px 15px 12px 55px;
    font: var(--raleway-extrabold);
    color: var(--teal);
    border-radius: 8px;
    position: relative;
}
#top .avia_textblock.check-iconlist ul li::before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    top: 12px;
    left: 15px;
    display: block;
    background: url('/wp-content/themes/hchc-enfold-child/images/green-check.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
/*tab lists*/
#top .tab-list ul {
    margin: 0;
    margin-bottom: 30px;
}
#top .tab-list ul li {
    display: inline-block;
    margin: 5px 10px 5px 0;
    background: var(--white);
    padding: 12px 25px;
    font: var(--raleway-extrabold);
    color: var(--dark-teal);
    border-radius: 8px;
    position: relative;
}
/*light blue tab lists*/
#top .tab-list.light-blue ul li {background: var(--light-blue-2);}
/*blue texts lists*/
#top .blue-list h4,
#top .blue-list ul li {color: var(--teal);}
#top .blue-list ul li::marker {
    color: var(--light-green);
    font-size: 26px;
    line-height: inherit;
}
#top .blue-list h4 {margin-bottom: 20px;}
/*full img col*/
#top .full-img-col .avia-image-container {
    position: absolute;
    top: 0;
}
#top .full-img-col .avia-image-container,
#top .full-img-col .avia-image-container .avia-image-container-inner,
#top .full-img-col .avia-image-container .avia-image-container-inner .avia-image-overlay-wrap {
    height: 100%;
}
#top .full-img-col .avia-image-container img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/*white bg*/
#top .white-bg {background: var(--white);}
/*padding columns*/
#top .padding-col {padding: 50px 75px}
/*border radius sections*/
#top .border-radius .flex_column_table > .flex_column:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    overflow: hidden;
}
#top .border-radius .flex_column_table > .flex_column:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
/*shadow cols*/
#top .light-blue-bg .shadow-col {
    box-shadow: 10px 10px 10px 0px rgba(16,122,120,0.1);
}
/*teal swoop bg*/
#top .teal-swoop-bg > .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
    margin: 0;
}
#top .teal-swoop-bg > .container .entry-content-wrapper > .flex_column_table {
    max-width: 1310px;
    margin: auto;
    float: none;
    padding: 12% 50px 8%;
}
#top .teal-swoop-bg .teal-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mask: url('/wp-content/themes/hchc-enfold-child/images/teal-swoop-bg.svg');
    mask-size: cover;
}
#top .teal-swoop-bg .teal-bg-img .avia-image-container {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
#top .teal-swoop-bg .teal-bg-img .avia-image-container .avia-image-container-inner,
#top .teal-swoop-bg .teal-bg-img .avia-image-container .avia-image-container-inner .avia-image-overlay-wrap {
    height: 100%;
    width: 100%;
}
#top .teal-swoop-bg .teal-bg-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    visibility: visible;
    background: url('/wp-content/themes/hchc-enfold-child/images/teal-swoop-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}
#top .teal-swoop-bg .teal-bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#top .teal-swoop-bg p,
#top .teal-swoop-bg h2 {color: var(--white);}
#top .teal-swoop-bg h4 {color: var(--lighter-green-2);}
/*promoboxes*/
#top .av_promobox {
    width: fit-content;
    float: none;
    display: flex;
    margin: 0 0 20px;
    align-items: center;
    column-gap: 40px;
    row-gap: 20px;
    background: var(--white);
    border-radius: 12px;
    border: 0;
    padding: 15px 30px;
    box-shadow: 10px 10px 10px 0px rgba(16,122,120,0.1);
}
#top .av_promobox .avia-promocontent {
    position: relative;
    width: auto;
    vertical-align: middle;
    float: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;

}
#top .av_promobox .hchc-button {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    float: none;
    position: relative;
}
#top .av_promobox .hchc-button a {
    margin: 0;
    float: none;
    display: block;
    vertical-align: middle;
    right: 0;
    position: relative;
    border: 0;
    min-width: 0;
}
#top .av_promobox .avia-promocontent h3 {
    font: var(--raleway-extrabold);
    color: var(--teal);
    font-size: 24px;
    line-height: 26px;
    margin: 0;
}
#top .av_promobox .hchc-button.light-teal a {background: var(--light-teal);}
#top .av_promobox .hchc-button.teal a {background: var(--teal);}
#top .av_promobox .hchc-button.light-teal a:hover,
#top .av_promobox .hchc-button.teal a:hover {background: var(--lighter-green);}
/*tabs*/
#top .hchc-tabs {padding-top: 30px;}
#top .hchc-tabs .tab_titles {
    display: flex;
    width: 100%;
    column-gap: 10px;
}
#top .hchc-tabs .tab_titles .tab {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: var(--white);
    background: var(--sky-blue);
    font: var(--raleway-bold);
    color: var(--teal);
    width: 100%;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    transition: all 300ms ease-in-out;
    position: relative;
}
#top .hchc-tabs .tab_titles .tab.active_tab,
#top .hchc-tabs .tab_titles .tab:hover {
    background: var(--teal);
    color: var(--white);
}
#top .hchc-tabs .tab_titles .tab.active_tab {
    border-bottom-color: var(--teal);
    text-decoration: underline;
    text-decoration-color: var(--white);
    text-underline-offset: 5px;
}
#top .hchc-tabs .tab_content {
    border: 0;
    border-radius: 0;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    background: linear-gradient(to right, var(--teal) var(--left-tab-gradient-width), transparent var(--left-tab-gradient-width));
    top: 1px;
    padding: 0;
}
#top .hchc-tabs #dental-content,
#top .hchc-tabs #pharmacy-content,
#top .hchc-tabs .reverse-gradient {
    background: linear-gradient(to right, transparent var(--right-tab-gradient-width), var(--teal) var(--right-tab-gradient-width));
}
#top .hchc-tabs .tab_content .tab_inner_content {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    margin: 0;
}
#top .hchc-tabs .tab_content .tab_inner_content p,
#top .hchc-tabs .tab_content .tab_inner_content h4 {
    color: var(--white);
}
#top .hchc-tabs .tab_content .tab_inner_content p a {color: var(--lighter-green-2);}
#top .hchc-tabs .tab_content .tab_inner_content h4 {
    font-size: 30px;
    line-height: 34px;
    margin: 0;
}
#top .hchc-tabs .tab_content .tab_inner_content .tab-content-text,
#top .hchc-tabs .tab_content .tab_inner_content .tab-content-img {
    width: calc(50% + 5px);
}
#top .hchc-tabs .tab_content .tab_inner_content p.tab-content-img {margin: 0;}
#top .hchc-tabs .tab_content .tab_inner_content .tab-content-text {
    padding: 30px 50px;
}
#top .hchc-tabs .tab_content .tab_inner_content .tab-content-img img {
    height: 450px;
    object-fit: cover;
    object-position: center;
    display: block;
}
#top .hchc-tabs .tab_inner_content .hchc-button {text-align: left;}
/*tan bg sections*/
#top .tan-bg {
    background: var(--tan);
    padding: 50px;
}
/*border radius columns*/
#top .border-radius-col {
    border-radius: 12px;
}
/*blog grid styling*/
#top .avia-content-slider .slide-entry {
    border-radius: 12px;
    overflow: hidden;
    width: 31.333%;
    float: none;
    margin: 0 1%;
    display: inline-block;
    vertical-align: top;
}
#top .avia-content-slider .slide-entry .slide-content {
    background: var(--teal);
    padding: 25px;
    margin-top: 8px;
}
#top .avia-content-slider .slide-entry .slide-content h3,
#top .avia-content-slider .slide-entry .slide-content time,
#top .avia-content-slider .slide-entry .slide-content .slide-entry-excerpt {color: var(--white);}
#top .avia-content-slider .slide-entry a img {
    height: 225px;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transition: all 300ms ease-in-out;
    border-radius: 0;
}
#top .avia-content-slider .slide-entry a.slide-image {
    border-radius: 0;
    transition: all 300ms ease-in-out;
}
#top .avia-content-slider .slide-entry a.slide-image span.image-overlay,
#top .avia-content-slider .slide-entry a.slide-image span.image-overlay span.image-overlay-inside {
    display: none !important;
}
#top .avia-content-slider .slide-entry a.slide-image:hover img {
    transform: scale(1.05,1.05);
}
#top .avia-content-slider .slide-entry .slide-content .slide-meta {padding: 0;}
#top .avia-content-slider .slide-entry .slide-content .slide-meta time {
    font: var(--merriweather-bold-italic);
    color: var(--lighter-green-2);
    font-size: 19px;
    line-height: 22px;
}
#top .avia-content-slider .slide-entry .slide-content h3.entry-title {
    font-size: 26px;
    line-height: 28px;
}
#top .avia-content-slider .slide-entry .slide-content .slide-entry-excerpt {
    font: var(--raleway-med);
    font-size: 14px;
    line-height: 22px;
    margin: 15px 0;
}
#top .avia-content-slider .slide-entry .slide-content .read-more-link a span.more-link-arrow {display: none;}
#top .avia-content-slider .slide-entry .slide-content .read-more-link a {
    font: var(--raleway-extrabold);
    color: var(--white);
    font-size: 16px;
    line-height: inherit;
    text-transform: uppercase;
    transition: all 300ms ease-in-out;
}
#top .avia-content-slider .slide-entry .slide-content .read-more-link a:hover {color: var(--lighter-green-2);}
#top .avia-content-slider .pagination-slider nav.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
#top .avia-content-slider .pagination-slider nav.pagination span.pagination-meta {display: none;}
#top .avia-content-slider .pagination-slider nav.pagination a {
    background: var(--white);
    color: var(--light-green);
    font-size: 18px;
    border: 0;
}
#top .avia-content-slider .pagination-slider nav.pagination span.current,
#top .avia-content-slider .pagination-slider nav.pagination a:hover {
    background: var(--lighter-green);
    color: var(--white);
    border: 0;
    font-size: 18px;
}
/*popups*/
.white-popup {
  position: relative;
  background: transparent;
  padding: 0 50px;
  width: 100%;
  max-width: 1210px;
  margin: 5% auto;
}
#top .mfp-content {
    max-width: 1310px;
    padding: 0 50px;
}
#top .mfp-content .mfp-close {
    color: var(--teal);
    opacity: 1;
    font: var(--raleway-reg);
    font-size: 55px;
    border: 0;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    transition: all 300ms ease-in-out;
}
#top .mfp-content .mfp-close:hover {color: var(--light-green);}
#top .mfp-bg {
   background: rgba(236,250,252,0.85);
}
#top .white-popup .provider-popup-cont {
    display: grid;
    grid-template-columns: 30% auto;
    gap: 10px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
#top .white-popup .provider-popup-cont .provider-info {
    background: var(--white);
    box-shadow: 10px 10px 10px 0px rgba(16,122,120,0.1);
}
#top .provider-popup-cont .popup-headshot {
    border-top-left-radius: 12px;
    overflow: hidden;
}
#top .provider-popup-cont .popup-headshot img {
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 0;
}
#top .provider-popup-cont .popup-info {
    background: var(--white);
    box-shadow: 10px 10px 10px 0px rgba(16,122,120,0.1);
    border-top-right-radius: 12px;
    padding: 30px 50px;
}
#top .provider-popup-cont .popup-header h2 {
    font-size: 35px;
    line-height: 38px;
    margin-bottom: 5px;
}
#top .provider-popup-cont .popup-header h4 {
    font-size: 20px;
    line-height: 24px;
}
#top .provider-popup-cont .popup-details,
#top .provider-popup-cont .popup-bio {
    display: inline-block;
    vertical-align: top;
    width: 47%;
}
#top .provider-popup-cont .popup-details {margin-right: 3%;}
#top .provider-popup-cont p,
#top .provider-popup-cont ul li {
    font: var(--raleway-med);
    font-size: 16px;
    line-height: 22px;
    color: var(--teal);
}
#top .provider-popup-cont p strong,
#top .provider-popup-cont ul li strong {
    font: var(--raleway-extrabold);
    font-size: 18px;
}
#top .provider-popup-cont ul {
    list-style: disc outside;
    margin-left: 7px;
}
#top .provider-popup-cont p + ul {margin-top: -10px;}
#top .provider-popup-cont ul li {
    margin-left: 1em;
    text-indent: 0;
    padding: 0;
}
#top .provider-popup-cont ul li::marker {
    color: var(--light-green);
    font-size: 26px;
    line-height: inherit;
}
#top .popup-quote {
    background: var(--teal);
    padding: 15px 20px;
    margin-top: 10px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#top .popup-quote p {
    margin: 0;
    color: var(--white);
}
#top .popup-quote p strong {
    font: var(--raleway-extrabold);
    color: var(--lighter-green-2);
    font-size: 25px;
    margin: 0 5px;
}
/*header pills*/
#top .header-tab h3 {
    background: var(--white);
    width: 100%;
    max-width: 785px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 12px;
}
#top .header-tab.header-fullwidth h3 {max-width: 100%;}
#top .header-tab.light-blue h3 {
    background: var(--light-blue-3);
}
/******************************
=Mobile Styles
******************************/

/*larger than tablet*/
@media only screen and (min-width: 990px) {
    #top #header_main nav.main_menu li.menu-button.mobile-only {display: none !important;}
}

/*tablet and smartphone*/
@media only screen and (max-width: 989px) {
    #top #header_main .menu-top-buttons {display: none;}
    #top #header_main nav.main_menu ul#av-burger-menu-ul li.menu-button {margin-top: 0;}
    #top #header_main nav.main_menu ul#av-burger-menu-ul li.menu-button a {
        width: 100%;
        max-width: 375px;
        margin: 20px auto 0;
        text-align: center;
    }
    #top#top #header {
        background: transparent;
        position: absolute !important;
    }
    #top #header_main nav.main_menu {
        right: 30px !important;
        top: 50px !important;
    }
    #top.topbar-active #header_main nav.main_menu {top: 75px !important;}
    #top #home-top,
    #top #home-top .container > .content {padding-bottom: 0;}
    #top h2 {
        font-size: 44px;
        line-height: 48px;
    }
    #top h2 > br {display: none;}
    #top .multi-layer-col p {text-align: center;}
    #top .multi-layer-col .hchc-button {
        width: 100%;
        text-align: center;
    }
    #top .multi-layer-col .hchc-button a {
        float: none;
        max-width: max-content;
        margin: 10px auto;
    }
    #top .full-img-col .avia-image-container {
        position: relative;
    }
    #top .border-radius .flex_column_table > .flex_column:first-child {
        border-top-right-radius: 12px;
        border-bottom-left-radius: 0;
    }
    #top .border-radius .flex_column_table > .flex_column:last-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: 12px;
    }
    #top .padding-col {padding: 50px 35px;}
    #top .teal-swoop-bg > .container .entry-content-wrapper > .flex_column_table {
        padding: 20% 50px 8%;
    }
    #footer .hrsa-cont {flex-direction: column;}
    #top .top-white-swoop:before {
        height: 85px;
        top: -84px;
    }
    #socket span.copyright,
    #socket span.copyright a {
        font-size: 12px;
        line-height: 16px;
    }
    #socket span.copyright a {display: block;}
    #top .featured-hero > .container {
        padding: 0 35px !important;
    }
    #top .featured-hero .hero-content {max-width: 380px;}
    #top .featured-hero .hero-title h1 {
        font-size: 44px;
        line-height: 48px;
    }
    #top .provider-popup-cont .popup-header h2 {
        font-size: 26px;
        line-height: 30px;
    }
    #top .provider-popup-cont .popup-details {
        display: flex;
        flex-wrap: wrap;
        gap: 2%;
        width: 100%;
    }
    #top .provider-popup-cont .popup-details > p {
        width: 49%;
    }
    #top .provider-popup-cont p, #top .provider-popup-cont ul li {
        font-size: 14px;
        line-height: 18px;
    }
    #top .provider-popup-cont .popup-bio {width: 100%;}
    #top .provider-popup-cont .popup-info {padding: 25px 30px;}
    #top .white-popup .provider-popup-cont {
        grid-template-columns: 40% auto;
    }
    #top .resource-grid-cont .resource-col {
        width: 49%;
        max-width: 350px;
    }
    #top .contact-grid .container .entry-content-wrapper {
        display: flex;
        flex-direction: column;
        gap: 0;
    }
    #top .contact-grid .container .entry-content-wrapper > div.flex_column {margin-bottom: 20px;}
    #top .contact-grid .container .entry-content-wrapper .contact-locations {order: 5;}
    #top#top .contact-promo .flex_column_table > .flex_column {margin-bottom: 0;}
}

/*tablet only*/
@media only screen and (min-width: 768px) and (max-width: 989px) {

}

/*larger than smartphone*/
@media only screen and (min-width: 767px) {

}

/*smartphone and smaller*/
@media only screen and (max-width: 768px) {
    #tpbr_topbar #tpbr_box a#tpbr_calltoaction {
        display: block !important;
        width: max-content !important;
        margin: 8px auto 5px !important;
    }
    #top.topbar-active #header_main nav.main_menu {top: 90px !important;} 
    #top .avia-content-slider .slide-entry {
        width: 100% !important;
        margin: 15px 0 !important;
    }
    #top .av_promobox {
        flex-direction: column;
        width: 100%;
        row-gap: 10px;
        padding: 25px 15px;
    }
    #footer .footer-content-cont {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    #footer .footer-content-cont .flex_column {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    #footer .gform_wrapper .gform_footer {justify-content: center;}
    .responsive #top #wrap_all .av-logo-container {
        width: 100%;
        max-width: 100%;
        padding: 0 30px;
    }
    #top #header #header_main span.logo {padding: 0;}
    #top #header #header_main span.logo a {height: auto;}
    #top #header #header_main span.logo a img {width: 175px;}
    #top #header_main nav.main_menu {
        right: 20px !important;
        top: 10px !important;
        height: 50px !important;
        position: fixed !important;
    }
    #top.logged-in #header_main nav.main_menu {top: 60px !important;}
    #top .featured-hero .hero-bg::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(45deg,rgba(13,106,104,0.95),rgba(16,122,120,0.8));
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    #top:not(.home) .featured-hero .hero-content {max-width: 100%;}
    #top .featured-hero .hero-title h1 {
        font-size: 40px;
        line-height: 44px;
    }
    #top .provider-cont .entry-content-wrapper > .flex_column_table .av-flex-placeholder {display: none;}
    #top .provider-cont .entry-content-wrapper > .flex_column_table {flex-wrap: wrap;}
    #top .provider-popup-cont .popup-details > p {width: 100%;}
    #top .provider-popup-cont .popup-details {display: block;}
    #top .provider-popup-cont .popup-headshot img {
        height: 275px;
        object-position: center top;
    }
    #top .white-popup .provider-popup-cont {
        display: flex;
        flex-direction: column;
        max-width: 400px;
        margin: auto;
    }
    #top .provider-popup-cont .popup-headshot {border-top-right-radius: 12px;}
    #top .provider-popup-cont .popup-info {border-radius: 0;}
    .white-popup {padding: 0 25px;}
    #top .popup-quote {
        max-width: 400px;
        margin: 10px auto 0;
    }
    #footer .footer-content-cont {padding: 200px 50px 5%;}
    #footer > .container {
        mask-position: 30% 100%;
    }
    #footer > .container::before {background-position: 30% 100%;}
    #top .tan-bg {padding: 30px;}
    #top .hchc-tabs {border: 0;}
    #top .hchc-tabs .tab_content {
        background: var(--teal);
    }
    #top .hchc-tabs .tab_content .tab_inner_content .tab-content-img {
        order: 1;
        width: 100%;
    }
    #top .hchc-tabs .tab_content .tab_inner_content .tab-content-img img {
        height: 225px;
    }
    #top .hchc-tabs .tab_content .tab_inner_content {flex-direction: column;}
    #top .hchc-tabs .tab_content .tab_inner_content .tab-content-text {
        background: var(--teal);
        width: 100%;
        order: 2;
        padding: 30px;
    }
    #top .hchc-tabs .tab_content .tab_inner_content .tab-content-text h4 {
        font-size: 26px;
        line-height: 30px;
    }
    #top .hchc-tabs .tab_content .tab_inner_content .tab-content-text p {
        font-size: 16px;
        line-height: 20px;
    }
    #top .hchc-tabs .tab_titles {display: none;}
    #top .hchc-tabs .av_tab_section .tab {
        font: var(--raleway-bold);
        color: var(--teal);
        border: 0;
        background-color: var(--sky-blue) !important;
        padding: 15px 30px;
    }
    #top .hchc-tabs .av_tab_section .active_tab {
        text-decoration: underline;
        background-color: var(--teal) !important;
        color: var(--white) !important;
    }
    #top .hchc-tabs .av_tab_section {
        border: 0;
        border-radius: 12px;
        overflow: hidden;
        margin: 0 0 15px;
    }
    #top .resource-grid-cont .resource-col {
        width: 100%;
        margin-bottom: 30px;
    }
}

/*iPhone 6 and smaller*/
@media only screen and (max-width: 500px) {
    #top .multi-layer-col div.avia-image-container img {height: 200px;}
    #top h2 {
        font-size: 32px;
        line-height: 38px;
    }
    #top p, #top .avia_textblock li a, #top .avia_textblock ul li {
        font-size: 17px;
        line-height: 25px;
    }
}



