/*
    Theme Name: Sperling Starter
    Theme URI: https://www.sperlinginteractive.com
    Description: Sperling Interactive WordPress Starter Theme
    Version: 1.0
    Author: Sperling Interactive
  Theme URI: https://www.sperlinginteractive.com
*/
/*------------------------------------*\
    

\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
    box-sizing: border-box;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/*------------------------------------*\
  GLOBAL VARIABLES
\*------------------------------------*/
:root {
    --blue: #1B75BB;
    --dark-blue: #165586;
    --light-blue: rgba(27,117,187,0.07);
    --orange: #F16625;
    --dark-orange: #9a4218;
    --med-orange: rgba(242,115,35,0.25);
    --light-orange: rgba(242,115,35,0.07);
    --gray: #6C6C6C;
    --proxima: "proxima-nova", sans-serif;
}

/* html element 62.5% font-size for REM use */
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    color: var(--gray);
    font: 300 11px/1.4 "proxima-nova", sans-serif;
}

/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
}

/* Lightspeed Lazy load fade in */
img[data-lazyloaded] {
    opacity: 0;
}

img.litespeed-loaded {
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}

a {
    text-decoration: none;
    color: var(--blue);
}

a:hover {}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

p a{
    color: var(--blue);
}

input:focus {
    border: 1px solid #04A4CC;
    outline: 0;
}

p,
ul,
ol {
    font-size: 1.6rem;
}

h1 {
    font-size: 3.6rem;
    color: var(--blue);
    line-height: 1.2;
}

h2 {
    font-size: 2.8rem;
    line-height: 1.2;
    color: var(--blue);
}

h3 {
    font-size: 2.3rem;
    color: var(--blue);
    line-height: 1.2;
}

h4 {
    font-size: 2rem;
    line-height: 1.2;
}

h5 {
    font-size: 1.8rem;
}

h6 {
    font-size: 1.6rem;
}

blockquote {
    margin: 25px 0;
    padding: 25px 0 25px 5vw;
    font-style: italic;
    border-top: 1px solid;
    border-bottom: 1px solid;
    font-weight: 700;
}

/* Font Sizes */
.font-h1{
    font-size: 3.6rem;
}

.font-h2{
    font-size: 2.8rem;
}

.font-h3{
    font-size: 2.3rem;
}

.font-h4{
    font-size: 2rem;
}

.font-h5{
    font-size: 1.8rem;
}

.font-h6{
    font-size: 1.6rem;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    width: 100%;
    max-width: 2560px;
}

.container {
    max-width:1280px; 
    align-self: center;
    flex: 1 auto;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 0 20px;
}

.container-large {
    max-width:1400px; 
    align-self: center;
    flex: 1 auto;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 0 20px;
}

/* buttons */
.button,
.frm_style_formidable-style.with_frm_style .frm_submit button,
div.job_listings .load_more_jobs{
    background-color: var(--orange);
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    transition: ease-in .3s;
    border: 0;
}

.button:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button:hover,
div.job_listings .load_more_jobs:hover{
    background-color: var(--dark-orange);
    color: #fff;
}

.button.bg-blue:hover{
    background-color: var(--dark-blue);
}

/* Font Color */
.color-blue{
    color: var(--blue);
}

.color-orange{
    color: var(--orange);
}

.color-gray{
    color: var(--gray);
}

.color-black{
    color: #000;
}

.color-white{
    color: #fff;
}

/* Background Color */

.bg-blue{
    background-color: var(--blue);
}

.bg-light-blue{
    background-color: var(--light-blue);
}

.bg-orange{
    background-color: var(--orange);
}

.bg-light-orange{
    background-color: var(--light-orange);
}

.icon{
    background-color: var(--med-orange);
    padding: 8px;
    border-radius: 4px;
    width: 41px;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
}

/* header */
header{
    /* position: fixed; */
    width: 100%;
    /* -webkit-box-shadow: 0px 4px 8px -1px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 8px -1px rgba(0,0,0,0.1); */
}

.header .header-inner{
    padding: 15px 0;
    background: rgb(255,255,255);
    background: linear-gradient(-180deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
}

.header-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #DEDDDD;
}

.contact-button-containers{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.header-top .contact-wrap{
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.header-top .contact-wrap .icon{
    margin-right: 10px;
}

.header-top .contact-wrap p{
    margin: 0;
    line-height: 1.2;
}

.logo-img {
    backface-visibility: hidden;
    height: 70px;
}

/* nav */
.header-nav-gtranslate{
    display: flex;
    justify-content: flex-end;
    align-content: center;
}

.header-nav-gtranslate .nav{
    width: 80%;
}

.nav ul{
    padding: 0;
    margin-bottom: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
  
.nav ul li{
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}
  
.nav ul li a{
    color: var(--blue);
    position: relative;
    padding: 5px 0;
    display: inline-block;
    transition: ease-in .3s;
}
  
.nav ul li a:hover,
.nav ul li.menu-item-has-children:hover > a{
    color: var(--orange);
}

.nav ul li a:after{
    content: '';
    display: block;
    border-bottom: 2px solid var(--orange);
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

.nav ul li a:hover:after,
.nav ul li.menu-item-has-children:hover > a:after{
  transform: scaleX(1);
  transform-origin:  0% 50%;
}

.nav ul .sub-menu li a:hover:after,
.nav ul .sub-menu li a:after{ 
    display: none;
}

.nav ul li.menu-item-has-children{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  perspective: 1000px;
  z-index: 100;
}

.nav ul li.menu-item-has-children:hover .sub-menu li{
  display: block;
}

.nav ul .sub-menu{
    padding: 10px 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    perspective: 1000px;
    z-index: -1;
    background-color: #fff;
    border-top: 2px solid var(--orange);
    border-radius: 0 0  15px 15px;
    -webkit-box-shadow: 0px 4px 8px -1px rgba(0,0,0,0.3);
    box-shadow: 0px 4px 8px -1px rgba(0,0,0,0.3);
}

.nav ul .sub-menu li{
  display: none;
  opacity: 0;
  padding: 0 20px;
  text-transform: none;
}

.nav ul li.menu-item-has-children:hover .sub-menu{
  display: block;
}

.nav ul .sub-menu{
  display: none;
}

.nav ul .sub-menu li{
  display: block;
  opacity: 1;
}

.nav ul li.menu-item-has-children:hover .sub-menu{
  animation: growDown 300ms ease-in-out forwards;
  transform-origin: top center;
}

/* Menu Animation */
@-moz-keyframes growDown {
    0% {
      transform: scaleY(0);
    }
    80% {
      transform: scaleY(1.1);
    }
    100% {
      transform: scaleY(1);
    }
}
@-webkit-keyframes growDown {
    0% {
      transform: scaleY(0);
    }
    80% {
      transform: scaleY(1.1);
    }
    100% {
      transform: scaleY(1);
    }
}
@-o-keyframes growDown {
    0% {
      transform: scaleY(0);
    }
    80% {
      transform: scaleY(1.1);
    }
    100% {
      transform: scaleY(1);
    }
}
@keyframes growDown {
    0% {
      transform: scaleY(0);
    }
    80% {
      transform: scaleY(1.1);
    }
    100% {
      transform: scaleY(1);
    }
}

/* sidebar */
.sidebar {}

/* Site Modal */
#siteModal.modal {
    display: none; 
    position: fixed; 
    z-index: 999999;
    padding-top: 10%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.6); 
  }
  
  /* Modal Content */
  #siteModal .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 20px auto;
    padding: 0;
    max-width: 1000px;
    width: 90%;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
  }
  
  /* Add Animation */
  @-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
  }
  
  @keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
  }
  
  /* The Close Button */
  #siteModal .close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
    transition: ease-in .3s;
  }
  
  #siteModal .close:hover,
  #siteModal .close:focus {
    color: var(--dark-orange);
    text-decoration: none;
    cursor: pointer;
  }
  
  #siteModal .modal-header {
    padding: 2px 16px;
    background-color: var(--orange);
    color: white;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  
  #siteModal .modal-header h2{
    margin: 5px 0;
    color: #fff;
  }
  
  #siteModal .modal-body {
    padding: 20px 30px;
    text-align: left;
  }

/* footer */
.footer .header-inner{
    background: #fff;
    padding: 15px 0 0;
}

.footer .copyright{
    padding: 10px 0;
    margin-top: 10px;
}

.footer .copyright p{
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    margin: 0;
}

.footer .copyright p a{
    color: #fff;
    transition: ease-in .3s;
}

.footer .copyright p a:hover{
    color: var(--orange);
}

.footer nav .sub-menu{
    display: none;
}

.footer .header-top{
    flex-wrap: wrap;
    justify-content: center;
}

.footer .nav ul .sub-menu{
    display: none !important;
}

.footer .awards-nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.footer .awards-nav ul.awards{
    list-style-type: none;
    padding: 0;
}

.footer .awards-nav ul.awards li{
    display: inline-block;
    margin-right: 8px;
}

.footer .awards-nav .nav{
    width: 50%;
}

.pagination {
    margin: 30px 0 50px;
    font-size: 1.6rem;
    text-align: center;
}

.page-numbers{
    font-weight: 600;
    color: var(--blue);
    margin: 0 5px;
    transition: ease-in .3s;
}

.page-numbers.current,
.page-numbers:hover{
    color: var(--orange);
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/

/*------------------------------------*\
    HOMEPAGE
\*------------------------------------*/
.home header{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.home-header{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 500px;
    max-height: 700px;
    height: 100vh;
    display: flex;
    align-items: center;
}

.home-header-inner{
    height: 100%;
    display: flex;
    align-items: center;
}

.home-header-inner .content{
    margin-top: 30%;
    width: 100%;
}

.home-header-inner .content h1{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.home-header-inner .content h1 span{
    padding: 0 15px;
}

.home-header-inner .content p{
    color: #000;
}

/* QUICK LINKS */
.quick-links-wrapper h3{
    margin: 5px 0 15px;
}

.quick-links{
    padding: 0 50px;
}

.slick-next:before, 
.slick-prev:before{
    color: var(--orange);
    font-size: 3rem;
 }

.slick-next, 
.slick-prev{
    z-index: 2;
    width: 30px;
    height: 30px;
}

.slick-prev{ 
    left: 23px;
}

.slick-next{
    right: 25px;
}

.services-slider .content,
.location-slider .content{
    max-width: 600px;
    margin: 0 auto;
}

.best-services .content{
    max-width: 1000px;
    margin: 50px auto;
}

.per-block{
    height: 100%;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    box-shadow: 0 3px 6px rgb(121 147 183 / 30%);
}

.per-block h4,
.per-block h2{
    display: flex;
    align-items: center;
    margin: 0 0 15px;
}

.per-block h4 img,
.per-block h2 img{
    margin-right: 10px;
}

.per-block .button,
.per-block div{
    width: 100%;
}

/* News Section */
.news-wrapper{
    padding: 50px 0;
}

.title-button{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.title-button h2{
    margin: 15px 0;
}

.date-category{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.date-category p.date{
    margin-right: 10px;
}

.date-category p.blog-cat{
    padding-left: 10px;
    font-weight: 500;
    border-left: 1px solid var(--blue);
}

.date-category p.blog-cat a{
    color: var(--orange);
}

ul.counter,
ul.location-contact-numbers{
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

ul.counter li{
    padding: 15px;
}

.location-content{
    max-width: 1000px;
    margin: 0 auto 50px;
}

/*------------------------------------*\
    Services
\*------------------------------------*/
.main-content{
    max-width: 1000px;
    margin: 0 auto;
}

/* SERVICES TAXONOMY PAGE */
.tax-title{
    display: flex;
    align-items: center;
}

.tax-title img{
    margin-right: 20px;
}

.included-services{
    list-style-type: none;
    padding: 0;
    column-count: 1;
    column-gap: 5%;
}

.included-services li{
    color: #000;
    font-size: 2rem;
    margin-bottom: 15px;
    font-weight: 500;
}

.tax-services .sidebar{
    background-color: var(--light-orange);
    padding: 30px 20px;
    border-radius: 10px;
    margin: 40px 0 50px;
}

.tax-services .sidebar h4{
    margin: 0;
    color: var(--orange);
}

/*------------------------------------*\
    Locations
\*------------------------------------*/

.locations .column.telehealth{
    display: none;
}

.locations .per-block h2{
    margin-top: 20px;
}

.locations .per-block p.loc-address{
    font-size: 1.4rem;
}

.locations .per-block p{
    font-size: 1.5rem;
}

.per-blue-block{
    padding: 15px;
    text-align: center;
    height: 100%;

}

a.per-blue-block{
    display: inline-block;
    width: 100%;
    font-size: 1.6rem;
    padding: 25px 15px;
    transition: ease-in .3s;
}

a.per-blue-block:hover{
    background-color: var(--orange);
}

div.per-blue-block{
    display: flex;
    align-items: center;
    justify-content: center;
}

/*------------------------------------*\
    COMMUNITY RESOURCES
\*------------------------------------*/
#communityResources{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    -webkit-box-shadow: 0px 4px 8px -1px rgba(0,0,0,0.3);
    box-shadow: 0px 4px 8px -1px rgba(0,0,0,0.3);
    color: var(--orange);
    padding: 10px 20px;
    border-radius: 30px;
    border: 0;
    font-size: 1.8rem;
    font-family: var(--proxima);
    font-weight: 600;
}

#communityResources:focus-visible{
    outline: 0;
}

select#communityResources {
    /* reset */

    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    
    background-image:
      linear-gradient(45deg, transparent 50%, var(--blue) 50%),
      linear-gradient(135deg, var(--blue) 50%, transparent 50%);
    background-position:
      calc(100% - 20px) calc(1em + 2px),
      calc(100% - 15px) calc(1em + 2px),
      calc(100% - 2.5em) 0.5em;
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em;
    background-repeat: no-repeat;
}
  
select#communityResources:focus {
    background-image:
      linear-gradient(45deg, var(--blue) 50%, transparent 50%),
      linear-gradient(135deg, transparent 50%, var(--blue) 50%);
    background-position:
      calc(100% - 15px) 1em,
      calc(100% - 20px) 1em,
      calc(100% - 2.5em) 0.5em;
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em;
    background-repeat: no-repeat;
    border-color: var(--blue);
    outline: 0;
}
  
  
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.page-id-1141 .per-content .resource-block{
    background-color: var(--light-blue);
    color: var(--blue);
    height: 100%;
    padding: 20px 30px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.page-id-1141 .per-content .resource-block a{
    color: var(--orange);
}

/*------------------------------------*\
    HEALTH INSURANCE ENROLLMENT
\*------------------------------------*/
.page-id-1184 h3{
    font-size: 2.5rem;
}

/*------------------------------------*\
    PATIENT BILLING
\*------------------------------------*/
.per-lang{
    border-radius: 10px;
}

.per-lang a,
.per-lang h3{
    transition: ease-in .3s;
}

.per-lang a:hover,
.per-lang a:hover h3{
    color: var(--orange);
}

/*------------------------------------*\
    SINGLE BLOG
\*------------------------------------*/
.blog-sidebar .date,
.blog-sidebar .blog-cat {
    font-size: 1.4rem;
}

/*------------------------------------*\
    DONATE PAGE
\*------------------------------------*/
.page-id-33 .wrapper{
    overflow: hidden;
}

.page-id-33 h2{
    color: var(--orange);
}

.additional-donate-content .services a{
    background-color: var(--light-blue);
    padding: 20px;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
    transition: ease-in .3s;
}

.additional-donate-content .services a:hover{
    background-color: var(--light-orange);
}

.additional-donate-content .services a h3{
    transition: ease-in .3s;
    margin: 15px 0;
}

.additional-donate-content .services a:hover h3{
    color: var(--orange);
}

.donate-wrapper{
    max-width: 1024px;
    width: 100%;
    margin: 50px auto;
}

#frm_form_3_container #frm_field_14_container{
    background-color: var(--light-orange);
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#frm_form_3_container #frm_field_14_container.frm_form_field.frm_inline_container .frm_primary_label,
#frm_form_3_container #frm_field_32_container.frm_form_field.frm_inline_container .frm_primary_label{
    width: auto;
    font-size: 2rem;
}

#frm_form_3_container #frm_field_14_container .frm_input_group,
#frm_form_3_container #frm_field_32_container .frm_input_group{
    width: auto;
}

#frm_form_3_container.with_frm_style #frm_field_14_container  .frm_primary_label,
#frm_form_3_container.with_frm_style #frm_field_15_container .frm_primary_label,
#frm_form_3_container.with_frm_style #frm_field_16_container .frm_primary_label,
#frm_form_3_container.with_frm_style #frm_field_32_container  .frm_primary_label{
    font-size: 2rem;
}

.frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading h3{
    border-top: 0;
    color: var(--blue);
    font-size: 2rem;
}

#frm_form_3_container.with_frm_style #frm_field_14_container input[type=text],
#frm_form_3_container.with_frm_style #frm_field_14_container .frm_inline_box,
#frm_form_3_container.with_frm_style #frm_field_32_container input[type=text],
#frm_form_3_container.with_frm_style #frm_field_32_container .frm_inline_box{
    background-color: transparent;
    color: var(--blue);
    font-size: 3rem;
    font-weight: 700;
    padding: 0;
    box-shadow: none;
    border: 0;
}

#frm_form_3_container.with_frm_style #frm_field_14_container input[type=text]{
    flex: auto;
    width: 125px !important;
    text-align: right;
}

#frm_form_3_container.with_frm_style #frm_field_14_container .frm_inline_box,
#frm_form_3_container.with_frm_style #frm_field_32_container .frm_inline_box{
    margin-right: 5px;
}

#frm_form_3_container.with_frm_style #frm_field_15_container.frm_form_field .frm_radio{
    margin-right: 15px;
}

/* Donation Amount */
#frm_form_3_container.with_frm_style #frm_field_16_container.frm_form_field .frm_opt_container{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

#frm_form_3_container.with_frm_style #frm_field_16_container.frm_form_field .frm_radio{
    margin-top: 10px;
    margin-right: 10px;
    width: 46%;
    text-align: center;
}

#frm_form_3_container.with_frm_style #frm_field_16_container.frm_form_field .frm_radio label{
    display: inline-block;
    font-size: 2rem;
    color: var(--blue);
    font-weight: 700;
    width: 100%;
    background-color: #fff;
    border: 1px solid var(--orange);
    padding: 15px;
    line-height: 1;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(241,102,37,0.3);
    -moz-box-shadow: 0px 3px 6px 0px rgba(241,102,37,0.3);
    box-shadow: 0px 3px 6px 0px rgba(241,102,37,0.3);
}

#frm_form_3_container.frm_style_formidable-style.with_frm_style .frm_radio input.frm_other_input:not(.frm_other_full){
    margin-left: 0;
    margin-top: 10px;
}

/* Payment Details */
.frm_style_formidable-style.with_frm_style .form-field.frm_section_heading#frm_field_28_container{
    position: relative;
    background-color: var(--light-blue);
    padding: 20px 0;
}

.frm_style_formidable-style.with_frm_style .form-field.frm_section_heading#frm_field_28_container:before{
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    left: -50%;
    top: 0;
    background-color: var(--light-blue);
}

.frm_style_formidable-style.with_frm_style .form-field.frm_section_heading#frm_field_28_container:after{
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    right: -50%;
    top: 0;
    background-color: var(--light-blue);
}

/*------------------------------------*\
    EMPLOYMENT / CAREERS PAGE
\*------------------------------------*/
.company_logo,
.job_filters .job_types,
.job_filters .showing_jobs a.rss_link{
    display: none;
}

.rp4wp-related-job_listing > ul li.job_listing a, 
.rp4wp-related-job_listing > ul li.no_job_listings_found a, 
ul.job_listings li.job_listing a, ul.job_listings li.no_job_listings_found a{
    padding: 1em;
}

.rp4wp-related-job_listing > ul li.job_listing a div.position, 
.rp4wp-related-job_listing > ul li.no_job_listings_found a div.position, 
ul.job_listings li.job_listing a div.position, ul.job_listings li.no_job_listings_found a div.position{
    padding-left: 0;
}

.rp4wp-related-job_listing > ul li.job_listing a div.position h3, 
.rp4wp-related-job_listing > ul li.no_job_listings_found a div.position h3, 
ul.job_listings li.job_listing a div.position h3, 
ul.job_listings li.no_job_listings_found a div.position h3{
    color: var(--blue);
    font-size: 1.8rem;
}

.rp4wp-related-job_listing > ul li.job_listing, 
.rp4wp-related-job_listing > ul li.no_job_listings_found, 
ul.job_listings li.job_listing, ul.job_listings li.no_job_listings_found{
    border-color: var(--orange);
}

.job_filters .search_jobs,
.job_filters{
    background-color: transparent;
    padding: 0;
}

.job_filters .search_jobs input[type=text], 
.job_filters .search_jobs select{
    background: #fff;
    border: 0;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 1.6rem;
    font-family: var(--proxima);
    box-shadow: 0px 3px 6px 0px rgba(0,0,41,0.2);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,41,0.2);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,41,0.2);
}

.job_filters .search_jobs div.search_submit{
    margin: 20px 0;
}

.job_filters .search_jobs input[type=submit]{
    width: auto;
    background-color: var(--blue);
    font-family: var(--proxima);
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    transition: ease-in .2s;
    border: 0;
}

.job_filters .search_jobs input[type=submit]:hover{
    background-color: var(--orange);
}

.job_filters .showing_jobs{
    padding: 5px 1em;
    font-size: 1.6rem;
    color: var(--blue);
    background-color: var(--light-blue);
}

div.job_listings .load_more_jobs{
    margin: 20px auto;
    max-width: 200px;
    width: 100%;
    display: block;
}

ul.job_listings li.job_listing a div.location, ul.job_listings li.no_job_listings_found a div.location{
    line-height: 1.4;
}

.page-id-1291 .page-header strong{
    color: var(--blue);
}

.team-testimonials-wrapper .embed-container{
    border-radius: 10px;
    overflow: hidden;
}

.team-testimonials-wrapper .testimonials{
    padding: 5% 8%;
}

.team-testimonials-wrapper .testimonials ul{
    list-style-type: none;
    padding: 0;
}

.team-testimonials-wrapper .testimonials ul li{
    padding: 20px 15px;
    border-bottom: 1px solid var(--orange);
}

.team-testimonials-wrapper .testimonials ul li:last-child{
    border: 0;
}

.mv-contents{
    overflow: hidden;
}

.mv-contents .content{
    position: relative;
    padding: 30px;
    height: 100%;
}

.block-contents .container{
    border-top: 1px solid var(--gray);
}

/* .block-contents .per-cont-section .columns.per-cont{
    align-items: center;
} */

.block-contents .per-cont-section .per-colored-block{
    padding: 10% 15%;
    border-radius: 10px;
    /* height: 100%; */
    min-height: 200px;
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    border: 1px solid #e2e2e2;
}

.block-contents .per-cont-section .per-colored-block p{
    font-weight: 700;
    text-align: center;
}

.block-contents .per-cont-section:first-child{
    margin-top: 50px;
}

.block-contents .per-cont-section:nth-child(odd) .per-colored-block{
    background-color: var(--light-blue);
}

.block-contents .per-cont-section:nth-child(odd) .per-colored-block p{
    color: var(--blue);
}

.block-contents .per-cont-section:nth-child(even) .per-colored-block{
    background-color: var(--light-orange);
}

.block-contents .per-cont-section:nth-child(even) .per-colored-block p{
    color: var(--orange);
}

.careers-about-section strong{
    color: var(--blue);
}

.gallery-about-section{
    position: relative;
}

.gallery-about-section:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 70%;
    top: 0;
    left: 0;
    background-color: var(--light-blue);
    z-index: -1;
}

.careers-additional-content .right-cont{
    padding: 20px 30px;
    height: 100%;
}

.careers-additional-content .right-cont *{
    color: #fff;
}


/*------------------------------------*\
    SINGLE EMPLOYMENT PAGE
\*------------------------------------*/
#jobApplicationForm{
    border-radius: 10px;
}

/*------------------------------------*\
    PROVIDERS ARCHIVE
\*------------------------------------*/
/* FILTER */
.accordion-inner{
    position: relative;
}
  
.accordion-inner h5{
    background-color: #fff;
    color: var(--orange);
    border-radius: 10px;
    margin: 0;
    padding: 14px 20px;
    font-weight: 700;
    font-size: 2rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 2;
    justify-content: space-between;
    box-shadow: 0px 3px 6px 0px rgba(0,0,41,0.2);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,41,0.2);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,41,0.2);
}
  
.accordion-inner h5 .ui-icon{
    display: none;
}
  
.accordion-inner h5 .fa-caret-up,
.accordion-inner h5.ui-state-active .fa-caret-down{
    display: none;
}
  
.accordion-inner h5 .fa-caret-down,
.accordion-inner h5.ui-state-active .fa-caret-up{
    display: block;
}
  
.accordion-inner .filter-list{
    background-color: #fff;
    padding: 20px 0 !important;
    border-radius: 10px;
    position: relative;
    width: 100%;
    z-index: 1;
    box-shadow: 0px 3px 6px 0px rgba(0,0,41,0.2);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,41,0.2);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,41,0.2);
}
  
.accordion-inner .filter-list li{
    padding: 10px 8%;
}
  
.label-container{
    position: relative;
    display: block;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1.6rem;
    font-weight: 600;
    transition: ease-in .3s;
    cursor: pointer;
    color: var(--blue);
}
  
.label-container:hover{
    color: var(--orange);
}
  
.label-container input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
  
.checkmark{
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    background-color: var(--light-blue);
    border-radius: 4px;
    transition: ease-in .3s;
}
  
.label-container:hover input ~ .checkmark{
    background-color: var(--light-orange);
}
  
.label-container input:checked ~ .checkmark{
    background-color: var(--blue);
}
  
.label-container input:checked ~ .checkmark:after {
    display: block;
}
  
.checkmark:after{
    content: "";
    position: absolute;
    display: none;
}
  
.label-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* /Filter */
.per-provider-cont.column{
    margin: 50px 0 70px;
}

.per-provider-cont a{
    position: relative;
    display: inline-block;
    background: #fff;
    border-bottom: 3px solid var(--blue);
    padding: 15px 25px;
    width: 100%;
    height: 100%;
    box-shadow: 0px 3px 6px 0px rgba(0,0,41,0.2);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,41,0.2);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,41,0.2);
    transition: all .3s;
}

.per-provider-cont a:hover{
    border-color: var(--orange);
}

.per-provider-cont .provider-img{
    margin-top: -100px;
}

.per-provider-cont .provider-img img{
    border-radius: 50%;
    border: 5px solid var(--orange);
    transition: all .3s;
}

.per-provider-cont .provider-img.icon-placeholder div{
    width: 170px;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #efefef;
    border-radius: 50%;
    border: 5px solid var(--orange);
    transition: all .3s;
    margin: 0 auto;
}

.per-provider-cont .provider-img.icon-placeholder div i{
    font-size: 5rem;
    color: var(--orange);
    transition: all .3s;
}

.per-provider-cont h3{
    margin-bottom: 0;
    transition: all .3s;
}

.per-provider-cont p{
    margin: 10px 0 0;
    font-size: 1.4rem;
    color: #000;
}

.per-provider-cont a:hover .provider-img img,
.per-provider-cont a:hover .provider-img.icon-placeholder div{
    border-color: var(--blue);
}

.per-provider-cont a:hover h3{
    color: var(--orange);
}

.per-provider-cont a:hover .provider-img.icon-placeholder div i{
    color: var(--blue);
}


/*------------------------------------*\
    SINGLE PROVIDER'S PAGE
\*------------------------------------*/
.provider-photo{
    position: relative;
    padding: 50px 0;
    margin-bottom: 100px;
}

.provider-photo .provider-img{
    max-width: 250px;
    width: 100%;
    margin: 0 auto -150px;
}

.provider-photo .provider-img img{
    border: 8px solid var(--orange);
    border-radius: 50%;
}

.name-title h1{
    margin-bottom: 0;
}

.name-title .provider-title{
    margin: 15px 0 0;
    color: #000;
}

.term-locations ul{
    list-style-type: none;
    text-align: center;
    padding: 0;
}

.term-locations ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 600;
}

.term-locations ul li p{
    text-align: center;
    margin: 0;
    font-size: 1.4rem;
}

.term-services ul,
.term-languages ul{
    list-style-type: none;
    text-align: center;
    padding: 0;
}

.terms-wrapper li a{
    color: var(--blue);
    transition: ease-in .3s;
}

.terms-wrapper li a:hover{
    color: var(--orange);
}

.terms-wrapper .column{
    border-right: none;
    border-bottom: 1px solid var(--gray);
}

.terms-wrapper .column .per-term{
    padding: 20px 0;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.terms-wrapper .column:last-child{
    border: 0;
}

.single-providers .content strong{
    color: var(--blue);
}

/*------------------------------------*\
    TELEHEALTH
\*------------------------------------*/
.telehealth .bg-light-orange h3{
    color: var(--blue);
}

.telehealth .bg-light-blue h3,
.telehealth h3{
    color: var(--orange);
}


/*------------------------------------*\
    FORMIDABLE
\*------------------------------------*/
.with_frm_style .frm_primary_label{
    font-family: var(--proxima);
    color: var(--blue);
    font-weight: 700;
}

.with_frm_style input[type=text], .with_frm_style input[type=email], 
.with_frm_style input[type=number], .with_frm_style input[type=tel], 
.with_frm_style input[type=phone], .with_frm_style input[type=search],
.with_frm_style select, .with_frm_style textarea, .frm_form_fields_style, 
.with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, 
.frm_form_fields_error_style, .with_frm_style .frm-card-element.StripeElement, 
.with_frm_style .chosen-container-multi .chosen-choices, 
.with_frm_style .chosen-container-single .chosen-single{
    -webkit-box-shadow: 0px 3px 6px 0px rgba(241,102,37,0.3);
    -moz-box-shadow: 0px 3px 6px 0px rgba(241,102,37,0.3);
    box-shadow: 0px 3px 6px 0px rgba(241,102,37,0.3);
    padding: 15px;
    height: auto;
    border: 1px solid rgba(241,102,37,0.2)
}

.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus, .frm_style_formidable-style.with_frm_style select:focus, .frm_style_formidable-style.with_frm_style textarea:focus, .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=text], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=password], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=email], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=number], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=url], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=tel], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=search], .frm_form_fields_active_style, .frm_style_formidable-style.with_frm_style .frm_focus_field .frm-card-element.StripeElement, .frm_style_formidable-style.with_frm_style .chosen-container-single.chosen-container-active .chosen-single, .frm_style_formidable-style.with_frm_style .chosen-container-active .chosen-choices{
    background-color: #ffffff;
    border-color: transparent;
    color: var(--text-color);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(241,102,37,0.3);
    -moz-box-shadow: 0px 3px 6px 0px rgba(241,102,37,0.3);
    box-shadow: 0px 3px 6px 0px rgba(241,102,37,0.3);
}

.frm_style_formidable-style.with_frm_style p.description, 
.frm_style_formidable-style.with_frm_style div.description, 
.frm_style_formidable-style.with_frm_style div.frm_description, 
.frm_style_formidable-style.with_frm_style .frm-show-form > div.frm_description, 
.frm_style_formidable-style.with_frm_style .frm_error, 
.frm_style_formidable-style.with_frm_style .frm_pro_max_limit_desc{
    margin-top: 10px;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/
.img-wrapper{
    text-align: center;
}

.img-wrapper img{
    border-radius: 9px;
    margin: 0 auto !important;
}

/*------------------------------------*\
    ACF GOOGLE MAP
\*------------------------------------*/

.acf-map {
    width: 100%;
    height: 100%;
    min-height: 400px;
    max-height: 600px;
    border: #ccc solid 1px;
    margin: 20px 0;
  }

   /* Fixes potential theme css conflict. */
  .acf-map img {
   max-width: inherit !important;
  }



.banner-box {
background-color: var(--orange);
text-align:center;
padding: 10px 0px;


}
.banner-box p {
    margin: 0px;
    color: white;
}

.banner-box p a {
    color: white;
    font-weight:bold;
    transition: 0.3s ease;
}

.banner-box p a:hover{
    color: var(--blue);
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width:320px) {}

@media only screen and (min-width:480px) {
    .logo-img{
        height: 80px;
    }

    #frm_form_3_container.with_frm_style #frm_field_16_container.frm_form_field .frm_radio{
        width: 30%;
    }
}

@media only screen and (min-width:500px) {
    #frm_form_3_container.with_frm_style #frm_field_16_container.frm_form_field .frm_radio{
        width: 25%;
    }

    #frm_form_3_container.with_frm_style #frm_field_16_container.frm_form_field .frm_radio label{
        font-size: 2rem;
    }
}

@media only screen and (min-width:769px) {
    h1 {
        font-size: 4rem;
        color: var(--blue);
        line-height: 1.2;
    }
    
    h2 {
        font-size: 3rem;
        line-height: 1.2;
        color: var(--blue);
    }
    
    h3 {
        font-size: 2.5rem;
        color: var(--blue);
        line-height: 1.2;
    }
    
    h4 {
        font-size: 2.2rem;
        line-height: 1.2;
    }

    .font-h1{
        font-size: 4rem;
    }
    
    .font-h2{
        font-size: 3rem;
    }
    
    .font-h3{
        font-size: 2.5rem;
    }
    
    .font-h4{
        font-size: 2.2rem;
    }

    .home-header-inner .content{
        margin-top: 70px;
    }

    .columns.reversed-mobile{
        flex-flow: row-reverse;
    }

    .included-services{
        column-count: 2;
    }

    #frm_form_3_container.with_frm_style #frm_field_16_container.frm_form_field .frm_radio{
        width: 19%;
    }

    .block-contents .colored-blocks .column:nth-child(even) .per-colored-block{
        margin-top: 50px;
    }

}

@media only screen and (min-width:892px){
    .home-header-inner .content h1 span:first-child{
        position: relative;
    }
    
    .home-header-inner .content h1 span:first-child:before{
        content: '';
        width: 3px;
        height: 70%;
        background-color: var(--blue);
        position: absolute;
        right: -3px;
        top: 10px;
    }
}

@media only screen and (min-width:1024px) {
    h1 {
        font-size: 4.5rem;
        color: var(--blue);
        line-height: 1.2;
    }
    
    h2 {
        font-size: 3.2rem;
        line-height: 1.2;
        color: var(--blue);
    }
    
    h3 {
        font-size: 2.8rem;
        color: var(--blue);
        line-height: 1.2;
    }
    
    h4 {
        font-size: 2.4rem;
        line-height: 1.2;
    }
    
    h5 {
        font-size: 2.0rem;
    }

    .font-h1{
        font-size: 4.5rem;
    }
    
    .font-h2{
        font-size: 3.2rem;
    }
    
    .font-h3{
        font-size: 2.8rem;
    }
    
    .font-h4{
        font-size: 2.4rem;
    }
    
    .font-h5{
        font-size: 2rem;
    }

    .home-header{
        max-height: 700px;
        height: 100vh;
    }
    
    .home-header-inner .content{
        margin-top: 50px;
    }

    .quick-links{
        padding: 0;
    }

    .columns.reversed-tablet,
    .block-contents .per-cont-section:nth-child(even) .columns{
        flex-flow: row-reverse;
    }

    .tax-content .with-img .content,
    .post-content .content{
        padding-right: 30px;
    }

    .included-services{
        column-count: 3;
    }

    #communityResources{
        font-size: 2.2rem;
    }

    .two-col-sec .column:first-child .content{
        padding-right: 50px;
    }

    .two-col-sec .column:last-child .content{
        padding-left: 50px;
    }

    .terms-wrapper .column{
        border-right: 1px solid var(--gray);
        border-bottom: none;
    }

    .mv-contents .content:before{
        content: '';
        position: absolute;
        top: 0;
        left: -50%;
        width: 50%;
        height: 100%;
        background-color: var(--light-blue);
    }

    .contact-button-containers{
        justify-content: flex-end;
    }

    .contact-button-containers .buttons{
        margin-top: 10px;
    }

    .header-top .contact-wrap{
        margin-top: 0;
        margin-bottom: 0;
    }

    .accordion-inner .filter-list{
        position: absolute;
    }

    .footer .awards-nav{
        justify-content: space-between;
    }

    .header-nav-gtranslate{
        justify-content: space-between;
    }
    
}

@media only screen and (min-width:1146px) {
    .footer .header-top{
        justify-content: space-between;
    }
}

@media only screen and (min-width:1220px) {
    .contact-button-containers{
        justify-content: space-evenly;
    }

    .contact-button-containers .buttons{
        margin-top: 0;
    }
}

@media only screen and (min-width:1280px) {}

/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

.tablepress {
    font-size: 1.6rem;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {}

.bypostauthor {}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " ("attr(href) ")";
    }

    abbr[title]:after {
        content: " ("attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .nav,
    .sidebar,
    .home-slider,
    #respond {
        display: none;
    }

    @page {
        margin: 2cm;
    }
}
