/*
Theme Name: ghost-starter
Theme URI: https://ghost.agency
Author: Ghost Agency
Author URI: https://ghost.agency
Text Domain: ghost
*/
.dropdown-menu {
	width: 380px;
	background-color: #024638;
	border: none;
}

.calc-width{
	padding-left:20%;
}

.px-4 {
    padding-right: 1rem!important;
    padding-left: 1rem!important;
}

.content.mx-auto.px-4 {
    max-width: 1440px !important;
}

.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

.tel {
	color: #71cc98;
}

.tel-link a {
	color: #71cc98 !important;
}

.home-card-txt {
	height: 110px;
}

.services-card {
    max-width: 620px;
	margin: 0 auto;
}

.introduction a {
    text-decoration: none;
    font-weight: 500;
}

.m-width {
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}

.services {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* padding: 0px 0px 35px; */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.services a {
    color: #685c20;
    text-decoration: none;
}

.cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.image {
    width: 100%;
    height: 380px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 33%;
    object-position: 50% 33%;
}

.adult-services {
    width: 50%;
    height: 330px;
    padding: 60px 132px 78px;
    background-color: #ffd100;
}

.family-services {
    width: 50%;
    height: 330px;
    padding: 60px 132px 0px;
    background-color: #004c97;
}

.family a {
    color: #bbdde6;
}

.m-auto {
    margin: 0 !important;
}

.homepage-card-header {
    color: #685c20;
    text-align: center;
}
.hero-section {
    height: 800px;
    padding: 30% 186px 277px 57%;
}

.homepage-card-header.adult {
    margin-top: 0px;
    margin-bottom: 18px;
    font-family: 'Gt flexa standard', sans-serif;
    font-size: 30px;
    line-height: 34px;
    font-weight: 400;
}

.homepage-card-header.family {
    margin-top: 0px;
    margin-bottom: 18px;
	font-family: 'Gt flexa standard', sans-serif;
    color: #bbdde6;
    font-size: 30px;
    line-height: 34px;
}

#nav-bg {
	position: fixed;
    z-index: 3;
    background-color: #fff;
    width: 100%;
	top: 0;
}

.nav {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.navbar-nav li a:first-child:hover {
    background-color: #024638;
}

.nav-link {
    color: #024638;
    text-transform: uppercase;
	font-family: 'Gt flexa standard';
}

.nav-link:hover {
    color: #71cc98;
}

.nav-link:focus {
    color:  #71cc98;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 25px;
}

nav ul li:last-child {
  border: 1px solid #024638;
  color: #024638;
}

#toggler .bar {
    width: 25px;
    height: 3px;
    background-color: #024638;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
button#toggler:visited{
	display:none;
}

.intro-text.blue.ps-2 {
    padding-left: 0 !important;
}

.navbar-toggler:hover{
    text-decoration: none;
}

.navbar-toggler {
	right: 4%;
    background-attachment: fixed;
    position: fixed;
    top: 3%;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: none;
    border-radius: 0rem;
    transition: box-shadow .15s ease-in-out;
}

.donate{
text-decoration: none;
border: solid 1px #024638; color:#024638;
}

.donate-btn{
	right:50px;
}

.dropdown-menu {
    padding: 0;
    border-radius: 0;
}

.cards.wf-section {
    max-width: 1440px;
    margin-left: auto;
	margin-right: auto;
}

.resources-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33%;
    padding: 42px 42px 74px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.careers-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33%;
    padding: 42px 42px 74px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.donate-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33%;
    padding: 42px 42px 74px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.heroimg {
    display: none;
    overflow: visible;
    width: 100%;
}

.mobile{
	display:none;
}

.services-text {
    font-family: Inter, sans-serif;
    color: #685c20;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
	height: 140px;
}

.services-text.family {
    color: #bbdde6;
}

.services-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	margin-top: 20px;
}

.button-text {
    display: inline-block;
    margin-right: 12px;
    font-family: 'Gt flexa standard', sans-serif;
    color: #685c20;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
}

.button-text.family {
    color: #bbdde6;
}

.button-text.cards {
    color: #024638;
}

.arrow {
    color: #685c20;
}

.arrow.family {
    color: transparent;
}

h1, h2, h3, h4 {
    font-family: Recifedisplay, sans-serif;
}

h3 {
    font-size: 50px;
}

h4 {
    font-size: 40px;
}

h5 {
    font-size: 24px;
}

.h1 {
    font-size: 76px;
    line-height: 68px;
    font-weight: 400;
}

.h1.green {
    color: #024638;
}

.h1.adult {
    color: #bbdde6;
}

.h1.homepage {
    width: 450px;
    font-size: 68px;
    line-height: 70px;
}

.blue h1 {
    width: 762px;
    color: #004c97;
}

.orange h1 {
    color: #ff6720;
}

.contact h1 {
    color: #ff6720;
}

.red h1 {
    color: #a30d38;
}

.introduction {
    font-family: 'Gt flexa standard', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.card-image {
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
}

.card-image.careers {
    margin-bottom: 38px;
}

.card-image.donate {
    margin-bottom: 41px;
}

.page-width{
	max-width:1440px;
}

footer {
    color: #71cc98;
    background: #024638;
	overflow: hidden;
}

a.footer_link {
    color: #71cc98;
}

a.tel-link {
    color: #71cc98;
}

.footer__area.px-2 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Recifedisplay, sans-serif;
    font-size: 36px;
    line-height: 44px;
    font-weight: 400;
}

.h2 {
    margin-top: 0px;
    margin-bottom: 21px;
    color: #024638;
    font-size: 40px;
    line-height: 44px;
    font-weight: 400;
    text-align: center;
}

.h2.blue {
    color: #004c97;
    text-align: left;
}

.h2.benefits {
    margin-bottom: 14px;
    text-align: left;
}

h2#we-offer-a-wide-array-of-services-to-include {
    margin-top: 100px;
}

h2#our-wellness-building-also-has-a-pharmacy-for-your-medication-needs {
    margin: 0 73px;
}

img.wp-image-1328 {
    margin: 0 73px;
}

footer h1 {
    font-size: 22px;
}

footer h2 {
    font-family: 'Gt flexa standard', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}

footer h3 {
    font-family: 'Gt flexa standard', sans-serif;
    font-size: 24px;
}

div#footer-widgets {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
    padding-right: 0 !important;
	padding-left: 0 !important;
}

.body {
    margin-bottom: 0px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.body.left-aligned {
    text-align: left;
}

.body.green-left {
    color: #024638;
    text-align: left;
}

.body.sidebar {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
    color: #bbdde6;
    text-align: left;
}

.button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 74px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.card-button {
    margin-top: 67px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 20px;
    background-color: #71cc98;
}

.card-button a {
    text-decoration: none;
}

.card-button.woodruff-text-block {
    text-align: left;
}

.card-button.bwf {
    width: 170px;
    margin-left: 0px;
}

.text-block {
    color: #024638;
    text-transform: uppercase;
}

.hero-text {
    position: relative;
    left: 0%;
}

.header {
    background-color: transparent;
}
.green-bg{
    background-color: #71cc98;
}


.banner {
    padding-top: 136px;
    padding-bottom: 136px;
}

#adult {
    background-color: #004c97;
}

#family {
    background-color: #bbdde6;
	color: #004C97;
}

.row.px-lg-5 {
    font-size: 20px;
}

#orange {
    background-color: #fed5a2;
}

#contact {
    background-color: #fed5a2;
}

#form{
    max-width: 722px;
	color: #323E48;
	font-family: Inter, sans-serif;
}

#form.row {
    --bs-gutter-x: .5rem;
}

.form-control {
    border-radius:0;
	border: 0;
}
.btn-secondary {
    color: #71CC98;
    background-color: #024638;
	border: 0;
    border-radius: 0;
    margin-top:20px;
}
#form textarea{
    min-height: 140px;
}
#form .col-sm-12{
    padding-top: 20px;
}

#adult{
	background-color: #004C97;
}

#green{
	background-color: #71CC98;
}

#pink {
    background-color: #ead3e2;
}

h1.h1.pink {
    color: #A30D38;
}

.banner-img {
    position: absolute;
    left: auto;
    right: 118px;
    bottom: auto;
}

#adult img {
    margin-top: -13%;
    width: 287px;
}
#orange img {
    margin-top: -15%;
    width: 274px;
}

#contact img {
    margin-top: -15%;
    width: 347px;
}

#green img {
        margin-top: -5%;
        width: 484px;
    }

#family img {
    margin-top: -15%;
    width: 424px;
}

#pink img {
    width: 336px;
	margin-top: -12%;
}

.intro {
    padding-top: 108px;
    padding-bottom: 100px;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}

#menu-item-1293 {
	border:none;
}

.intro-text {
    width: 47%;
    font-family: 'Gt flexa standard', sans-serif;
    font-size: 30px;
    line-height: 34px;
}
.intro-text.blue {
    color: #004c97;
}

.intro-text.green {
    color: #024638;
}

.intro-text.gray {
    color: #323e48;
}

.feature {
    padding-top: 0px;
    padding-right: 0px;
}

.list-block {
    width: 68%;
    padding-top: 119px;
    padding-bottom: 105px;
    padding-left: 95px;
}

.list {
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}

.column {
    padding-left: 0px;
}

.heading {
    margin-bottom: 44px;
    font-weight: 400;
}

.heading.dark-blue {
    color: #004c97;
}

.info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32%;
    padding: 158px 77px 133px 73px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #71cc98;
}

.image-2 {
    width: 150px;
    margin-bottom: 49px;
}

.pull-quote {
    font-family: Recifedisplay, sans-serif;
    color: #024638;
    font-size: 36px;
    line-height: 38px;
}

.blue-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 172px;
    background-color: #bbdde6;
}

.blue-block.dark {
    background-color: #004c97;
}

.description-text {
    position: static;
    width: 39%;
    margin-bottom: 161px;
    margin-left: 128px;
    padding-top: 0px;
    float: right;
}

.heading-2 {
    font-weight: 400;
}

.heading-2.blue {
    margin-top: 0px;
    color: #004c97;
}

.heading-2.light-blue {
    margin-bottom: 35px;
    color: #bbdde6;
}

.heading-2.red---centered {
    color: #a30d38;
    text-align: center;
}

.heading-2.black {
    margin-bottom: 84px;
    color: #000;
    text-align: center;
}

.text-block-2 {
    font-family: Inter, sans-serif;
    color: #004c97;
    font-size: 20px;
    line-height: 29px;
}

.text-block-2.light-blue {
    color: #bbdde6;
}

.image-3 {
    position: relative;
    top: 0px;
    z-index: 1;
    width: 546px;
    margin-left: 0px;
}

.image-block {
    position: relative;
    top: -202px;
    width: 562px;
    height: 562px;
}

.drop-color {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 532px;
    height: 532px;
    background-color: #004c97;
}

.drop-color.light-blue {
    background-color: #bbdde6;
}

.interior-cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 101px 45px 150px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.interior-cards.wf-section.mb-5 {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 34%;
    margin-top: 94px;
    margin-right: 48px;
    margin-left: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.subhead {
    /* margin-bottom: 24px; */
    font-family: 'Gt flexa standard', sans-serif;
    color: #024638;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
}

.subhead.box {
    text-align: left;
}

.subhead.growth {
    margin-bottom: 45px;
    text-align: left;
}

.subhead.light-green {
    color: #71cc98;
    text-align: left;
}

.subhead.meetings {
    color: #024638;
    text-align: left;
}

.meeting-p {
	max-width:340px;
}

.card-icon {
    margin-right: 0px;
    margin-bottom: 78px;
    margin-left: 0px;
	font-weight: 500;
}

.mental-health {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 144px 90px 94px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mental-health-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 64px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.support {
    width: 45%;
    margin-right: 24px;
    margin-bottom: 48px;
    margin-left: 24px;
    padding: 32px 100px;
    border-style: solid;
    border-width: 2px;
    border-color: #024638;
    border-radius: 100px;
    color: #024638;
}

.text-block-3 {
    font-size: 20px;
    line-height: 29px;
}

.help-text {
    font-size: 20px;
    line-height: 29px;
    text-align: center;
}

.mh-list {
    width: 100%;
    color: #024638;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
}

.pink-highlight {
    padding: 105px 220px 100px;
    background-color: #ead3e2;
}

.pink-highlight.resources {
    padding-top: 65px;
    padding-bottom: 76px;
}

.highlight-text {
    padding-right: 20px;
	/* padding-left: 20px; */
    font-family: Inter, sans-serif;
    color: #000;
    font-size: 20px;
    line-height: 29px;
}

.highlight-text.green {
    color: #024638;
}

.image-4 {
    height: 325px;
    margin-right: 62px;
}

.image-5 {
    height: 391px;
}

.heading-3 {
    margin-top: 12px;
    margin-bottom: 38px;
    font-family: Recifedisplay, sans-serif;
    color: #024638;
    font-size: 40px;
    line-height: 44px;
    font-weight: 400;
}

.instructions {
    margin-top: 50px;
    font-family: 'Gt flexa standard', sans-serif;
    color: #a30d38;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}

.logo-grid {
    display: block;
    padding-top: 91px;
    padding-bottom: 152px;
}


.w-75.flex.justify-content-center.m-auto.mb-5 {
	max-width: 892px;
	margin-right: auto !important;
    margin-left: auto !important;
}

.logos {
    max-width: 892px;
    margin-right: auto;
    margin-left: auto;
}

.logos {
    max-width: 892px;
    margin-right: auto;
    margin-left: auto;
}

.wp-block-columns.pb-5 .disclaimer{
    max-width: 892px;
    margin-right: auto;
    margin-left: auto;
	
}

.woodruff {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 100px 0 113px 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
	max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.woodruff-text-block {
    margin-left: 170px;
}

.bwf-intro {
    margin-bottom: 30px;
    font-family: 'Gt flexa standard', sans-serif;
    color: #024638;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
}

.bwf-text {
    font-family: Inter, sans-serif;
    color: #024638;
    font-size: 16px;
    line-height: 24px;
}

.grow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -1%;
    padding: 110px 113px 124px 104px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #bbdde6;
}

.growth-text-block {
    margin-left: 76px;
}

.benefits {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.green-growth-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60%;
    padding-top: 112px;
    padding-left: 104px;
    background-color: #71cc98;
}

.feature-box-content {
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}
#desktop{
    display: flex;
}
#menu-item-1607, #menu-item-1933, #menu-item-1606, #menu-item-1605, #menu-item-288 {
    display:none;
}

#mobile{
    display: none;
}

#mobile-careers{
    display: none;
}

.quote {
    margin-bottom: 35px;
    font-family: Inter, sans-serif;
    color: #004c97;
    font-size: 16px;
    line-height: 24px;
}

.quote-name {
    color: #004c97;
    font-size: 36px;
    line-height: 38px;
}

.quote-title {
    font-family: 'Gt flexa standard', sans-serif;
    color: #004c97;
    font-size: 18px;
    line-height: 22px;
}

.text-block-4 {
    color: #024638;
    font-size: 24px;
    line-height: 28px;
}

.growth-text {
    position: relative;
    top: -1006px;
    display: block;
    width: 40%;
    margin-left: 104px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.image-7 {
    position: static;
    left: auto;
    top: auto;
    right: -110px;
    bottom: 0%;
    width: 330px;
    float: right;
}

.dark-green-growth-block {
    position: relative;
    left: 0px;
    right: auto;
    z-index: 1;
    overflow: visible;
    width: 50%;
    margin-bottom: -300px;
    margin-left: 50px;
    padding-top: 72px;
    padding-bottom: 42px;
    padding-left: 53px;
    float: right;
    background-color: #024638;
}
.benefits-law{
    font-size: 14px;
    line-height: 18px;
	color: #024638;
	margin-top: 83px;
	font-style: italic;
	opacity: 50%;
	padding-left: 104px;
}
.list-3 {
    padding-left: 20px;
    color: #71cc98;
}

.green-list {
    font-family: Inter, sans-serif;
    color: #71cc98 !important;
    font-size: 16px;
    line-height: 24px;
}

.top-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 68px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo {
    height: auto;
    max-width: none;
    margin-right: 198px;
}

.logo.ok {
    height: 30px;
}

.logo.five-across {
    margin-right: 100px;
}

.row-two {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 68px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.row-three {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.letter-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.letter-block.wf-section {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}

.letter {
    display: block;
    margin-top: 115px;
    padding-left: 104px;
	margin-left: auto;
}

.about-sidebar {
    width: 38%;
	margin-right: auto;
}

.letter-body {
    position: relative;
    z-index: 1;
    max-width: 803px;
    margin-top: 0px;
	margin-right: auto;
    padding: 54px 60px;
    float: right;
    background-color: #fff;
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.02);
}

.letter-headline {
    margin-bottom: 15px;
    padding: 0px;
    font-family: 'Gt flexa standard', sans-serif;
    color: #024638;
    font-size: 30px;
    line-height: 34px;
}

.letter-text {
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.image-8 {
    float: right;
    clear: left;
}

.sidebar {
    margin-top: 263px;
    margin-right: 104px;
    padding: 73px 72px 83px 77px;
    background-color: #004c97;
}

.sidebar-title {
    margin-bottom: 26px;
    font-family: Recifedisplay, sans-serif;
    color: #bbdde6;
    font-size: 36px;
    line-height: 38px;
}

.sidebar-callout {
    margin-top: 83px;
	padding-bottom: 100px;
    font-family: Recifedisplay, sans-serif;
    color: #004c97;
    font-size: 36px;
    line-height: 38px;
    text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

.leadership {
    position: relative;
    top: -68px;
    padding: 177px 209px 40px;
    background-color: #024638;
}

.letter-name {
    font-family: Inter, sans-serif;
    font-weight: 400;
}

.leadership-heading {
    margin-top: 0px;
    margin-bottom: 69px;
    padding-top: 0px;
    padding-right: 242px;
    padding-left: 242px;
    color: #71cc98;
    font-size: 40px;
    line-height: 44px;
    font-weight: 400;
    text-align: center;
}

.w-layout-grid.grid {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}

.leadership-heading.board {
    top: 0px;
    margin-bottom: 58px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    color: #004c97;
}

.grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.leadership-headshot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.leadership-image {
    margin-bottom: 25px;
}

.leadership-name {
    font-family: 'Gt flexa standard', sans-serif;
    color: #71cc98;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
}

.leadership-name.board-list {
    color: #004c97;
}

.leadership-title {
    margin-bottom: 67px;
    font-family: 'Gt flexa standard', sans-serif;
    color: #71cc98;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}

.leadership-title.board-list {
    margin-bottom: 47px;
    color: #004c97;
}

.board {
    position: relative;
    top: -69px;
    padding: 87px 243px 48px;
    background-color: #bbdde6;
}

.board-execs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #004c97;
}

.execs {
    width: 33%;
}

.board-listing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 75px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 3px;
	max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.meeting.wf-section.mx-auto {
    max-width: 1440px !important;
}

.meeting {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding: 17px 0px 52px 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.meeting-info {
    width: 30%;
    margin-right: 67px;
    margin-bottom: 14px;
}

.meeting-headline {
    font-family: Recifedisplay, sans-serif;
    color: #024638;
    font-weight: 400;
}

.paragraph {
    font-family: Inter, sans-serif;
    color: #024638;
    font-size: 16px;
    line-height: 24px;
}

.calendar-block {
    width: 40%;
}

.grid-2 {
    margin-right: 0px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
}

.calendar-header {
    font-family: Inter, sans-serif;
    color: #024638;
    font-size: 16px;
    font-weight: 400;
}

.calendar-text {
    font-family: Inter, sans-serif;
    color: #024638;
    font-size: 16px;
    line-height: 24px;
}

.packet-block {
    width: 30%;
}

.calendar-button {
    margin-bottom: 18px;
	max-width: 300px;
}
.calendar-button-text{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.calendar-button-text a{
    font-family: 'Gt flexa standard', sans-serif;
    color: #71cc98 !important;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
}

figure.wp-block-image.size-large {
    float: right;
    padding-top: 10px;
}

section.container-diff.py-5.my-5.px-4 {
    max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}

.services.wf-section.px-4.pt-5 {
    max-width: 1440px;
}

.services-list{
	overflow-wrap: break-word;
}

.row.mx-5 {
    max-width: 1440px;
    margin-left: auto !important;
    margin-right: auto !important;
}

#contact-form {
    padding-left: 20%;
}

#main-telephone p{
 color: #71cc98 !important;
}

@media screen and (min-width: 991px){
	.sidebar-callout {
    margin-top: 83px;
    margin-right: 20%;
    margin-left: 2%;
	}
}

@media screen and (max-width: 1180px){
	.adult-services {
		padding: 60px 60px 0;
	}
	.family-services {
		padding: 60px 60px 0;
	}
	
}

@media screen and (max-width: 2250px){
#contact-form {
    padding-left: 18%;
	}
}

@media screen and (max-width: 1940px){

	#contact-form {
    padding-left: 12%;
    
	}
}
@media screen and (max-width: 1800px){

	#contact-form {
    padding-left: 10%;
    
	}
}

@media screen and (max-width: 1700px){

	#contact-form {
    padding-left: 7%;
    
	}
}
@media screen and (max-width: 1600px){

	#contact-form {
    padding-left: 5.5%;
    
	}
}

@media screen and (max-width: 1500px){
#contact-form {
    padding-left: 3.5%;
}
}

@media screen and (max-width: 1440px){
	
	#green img {
        margin-top: -8%;
        width: 384px;
    }
	#contact-form {
    padding-left: 2%;
    padding-right: 3%;
}
}
@media screen and (min-width: 480px) and (max-width: 599px){
	.benefits-law {
		margin-top: 280px;
		padding-left: 50px;
		padding-right: 50px;
	}
	.services-button {
    margin-top: 60px;
	}
}

@media screen and (min-width: 991px) and (max-width: 1160px){
	.drop-color{
	top: 5%;
	width: 502px;
	height: 502px;
    right: -2%;
    bottom: 0%;
	}
}

@media screen and (min-width: 991px) and (max-width: 1273px){
	h2#our-wellness-building-also-has-a-pharmacy-for-your-medication-needs {
    margin: 0 33px;
	}
	.services-button {
    margin-top: 40px;
	}
	
	.drop-color{
    right: -2%;
    bottom: 0%;
	}
}

@media screen and (min-width: 600px) and (max-width: 991px){
	.grow{
		max-height: 800px;
	}
	#services.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 100%!important;
}
	#services.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2n) {
    margin-left: var(--wp--style--block-gap,0em);
}
}

@media screen and (max-width: 991px) {
	#nav-bg {
    position: fixed;
    z-index: 3;
    background-color: #024638;
    width: 100%;
	}
	
	svg {
    margin-left: 0 !important;
	}
	
	.nav-link {
    	color: #fff;
		font-size: 26px;
		line-height: 30px;
	}
	.nav{
		background: #fff;
			padding-left: 0px;
			padding-right: 0px;
	}
	
    .hero-section {
        height: 405px;
        padding-top: 77px;
        padding-right: 50px;
        padding-bottom: 77px;
        background-position: 50% 50%;
    }

    .services {
        padding-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cards {
        margin-right: 176px;
        margin-left: 176px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .adult-services {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 50%;
        height: 400px;
        padding: 72px 34px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .family-services {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 50%;
        height: 400px;
        padding: 72px 34px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .resources-card {
        width: 100%;
    }

    .careers-card {
        width: 100%;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .donate-card {
        width: 100%;
    }

    .button-text.cards {
        display: block;
        margin-right: auto;
        margin-left: auto;
        padding-right: 12px;
    }

    .h1.adult {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .family h1 {
        width: 50%;
    }

    .h1.orange {
        width: 54%;
    }

	    .h1.contact {
        width: 54%;
    }
	
    .body.sidebar {
        width: auto;
    }

    .card-button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .banner.family {
        padding-top: 68px;
        padding-bottom: 68px;
        padding-left: 56px;
    }

    .banner.orange {
        padding-top: 102px;
        padding-bottom: 102px;
        padding-left: 56px;
    }
	
	    .banner.contact {
        padding-top: 102px;
        padding-bottom: 102px;
        padding-left: 56px;
    }

    .banner.pink {
        padding-left: 56px;
    }

	#orange img {
	margin-top: -29%;
    right: 59px;
    width: 206px;
}
	
	#contact img {
	margin-top: -29%;
    right: 59px;
    width: 226px;
}
	
	#adult img {
	margin-top: -21%;
    right: 59px;
    width: 221px;
}

    #family img {
        margin-top: -30%;
        right: 11px;
        width: 364px;
    }

    #pink img {
        margin-top: -21%;
        width: 285px;
    }
	
		
    #green img {
        margin-top: -12%;
		right: 10px;
        width: 324px;
    }

    .intro {
        padding: 144px 56px 64px;
    }

    .intro-text {
        width: 100%;
        margin-top: 40px;
    }

    .list-block {
        width: 100%;
        padding: 61px 20px 44px 46px;
    }

    .list {
        padding-left: 20px;
    }

    .info-box {
        width: 100%;
        padding-top: 62px;
        padding-bottom: 80px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .image-2 {
        margin-right: 63px;
    }

    .blue-block {
        padding-top: 46px;
        /*padding-right: 48px;*/
    }

    .description-text {
        width: 35%;
        margin-bottom: 52px;
        margin-left: 36px;
    }

    .image-3 {
        position: relative;
        top: 0px;
        width: 399px;
    }

    .image-block {
        top: -67px;
        width: 409px;
        height: 409px;
        margin-left: 0px;
    }

    .drop-color {
        width: 388px;
        height: 388px;
    }

    .card {
        width: 35%;
    }

    .mental-health {
        padding-right: 75px;
        padding-left: 75px;
    }

    .support {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }

    .pink-highlight {
        padding-right: 83px;
        padding-left: 83px;
    }

    .pink-highlight.resources {
        padding: 70px 64px;
    }

    .image-4 {
        width: auto;
        height: 325px;
    }

    .image-5 {
        height: 391px;
    }

    .services-text-block {
        margin-right: 10px;
        margin-left: 10px;
    }

    .woodruff {
        padding-right: 50px;
        padding-left: 50px;
    }

    .woodruff-text-block {
        margin-left: 55px;
    }

    .image-6 {
        width: 260px;
		margin-left: 0 !important;
    }

    .grow {
        padding: 58px 64px 96px;
        margin-bottom: -1%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .growth-text-block {
        margin-top: 84px;
        margin-left: 0px;
    }

    .letter-block {
        padding-right: 33px;
        padding-left: 33px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .letter {
        width: 100%;
        margin-top: 109px;
        padding-left: 0px;
    }

    .about-sidebar {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .letter-body {
        width: auto;
    }

    .sidebar {
        width: 583px;
        margin-top: 0px;
        margin-right: 0px;
    }

    .sidebar-callout {
        margin-bottom: 111px;
    }

    .leadership {
        top: 0px;
        padding-top: 124px;
        padding-right: 120px;
        padding-left: 120px;
    }

    .leadership-heading {
        padding-right: 0px;
        padding-left: 0px;
    }

    .leadership-heading.board {
        padding-bottom: 0px;
    }

    .grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .leadership-headshot {
        width: 48%;
    }

    .board {
        padding: 125px 73px;
    }

    .meeting {
        padding-right: 46px;
        padding-left: 46px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .meeting-info {
        width: 49%;
        margin-right: 12px;
    }

    .calendar-block {
        width: 49%;
    }

    .grid-2 {
        -ms-grid-columns: 1fr 1fr 1.75fr;
        grid-template-columns: 1fr 1fr 1.75fr;
    }

    .packet-block {
        width: 100%;
		padding-top: 40px;
    }
	
	#menu-item-1290{
        display:none;
    }
   #menu-item-1607, #menu-item-1933, #menu-item-1606, #menu-item-1605, #menu-item-288 {
    display:block;
}
	#gbg{
		 background-color:  #fff;
	}
	
	#navbar-main-menu ul{
    background-color:  #024638;
	color: #fff;
	text-align:center;	
	margin-top: 20px;		
	width: 100vw;	
	padding-top: 10%;
    height: 88vh;
	}
	
	.navbar-expand-lg .navbar-nav .nav-link {
    padding: 20px 25px;
}
	
	.row {
    --bs-gutter-x: 0rem;
	}
	
	#form{
    max-width: 722px;
	color: #323E48;
	font-family: Inter, sans-serif;
    }
  #form.row {
    --bs-gutter-x: .5rem;
   }
  p#contact-p{
    max-width: 710px;
    
  }
}

@media screen and (max-width: 767px) {
    .hero-section {
        height: 405px;
        padding: 52px 10px 52px 50%;
        background-position: 60% 50%;
    }
		.services-button {
    margin-top: 60px;
	}
	
    .services {
        padding: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .cards {
        margin-right: 0px;
        margin-left: 0px;
    }

    .adult-services {
        width: 100%;
        padding: 50px 40px;
    }

    .family-services {
        width: 100%;
        padding: 50px 40px;
    }

    .resources-card {
        padding-right: 25px;
        padding-left: 25px;
    }

    .careers-card {
        padding-right: 25px;
        padding-left: 25px;
    }

    .donate-card {
        padding-right: 25px;
        padding-left: 25px;
    }

    .green h1 {
        font-size: 36px;
        line-height: 39px;
    }

    .h1.adult {
        width: 55%;
    }

    .family h1 {
        width: 240px;
        margin-top: 30px;
        margin-bottom: 8px;
        font-size: 36px;
        line-height: 40px;
    }

    .orange h1 {
        font-size: 36px;
        line-height: 40px;
    }
	
	    .contact h1 {
        font-size: 36px;
        line-height: 40px;
    }
	p#contact-p {
    padding-left: 20px;
}
	

    .red h1 {
        font-size: 36px;
        line-height: 40px;
    }

    .introduction {
        line-height: 18px;
    }

    .card-button.bwf {
        margin-top: 42px;
    }

    .banner {
        padding-top: 102px;
        padding-bottom: 102px;
        padding-left: 56px;
    }

    .banner.adult {
        padding-top: 44px;
        padding-bottom: 53px;
        padding-left: 24px;
    }

    .banner.family {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 24px;
    }

    .banner.orange {
        padding-top: 48px;
        padding-bottom: 48px;
        padding-left: 24px;
    }
	
	    .banner.contact {
        padding-top: 48px;
        padding-bottom: 48px;
        padding-left: 24px;
    }

    .banner.pink {
        padding-top: 68px;
        padding-bottom: 69px;
        padding-left: 24px;
    }

    #orange img {
        margin-top: -28%;
        width: 208px;
    }
	
	
    #contact img {
        margin-top: -28%;
        width: 258px;
    }

    #adult img{
        margin-top: -22%;
        width: 185px;

    }

    #family img{
        margin-top: -24%;
        right: 0px;
        width: 284px;
    }

    #pink img {
        margin-top: -21%;
		right:10px;
        width: 245px;
    }


    .intro {
        padding-right: 24px;
        padding-left: 24px;
    }

    .intro-text {
        font-size: 22px;
        line-height: 30px;
    }

    .list-block {
        padding-top: 70px;
    }

    .heading.dark-blue {
        margin-top: 0px;
    }

    .info-box {
        padding-right: 48px;
        padding-bottom: 70px;
        padding-left: 35px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .image-2 {
        margin-bottom: 29px;
    }

    .column-2 {
        padding-left: 0px;
    }
	
	.feature-box-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .blue-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .description-text {
        width: 100%;
        margin-left: 0px;
    }

    .heading-2.black {
        margin-bottom: 76px;
        /* padding-right: 20px;
        padding-left: 20px; */
    }

    .image-3 {
        width: 324px;
    }

    .image-block {
        width: 334px;
        height: 334px;
    }

    .drop-color {
        width: 309px;
        height: 315px;
    }

    .interior-cards {
        padding-top: 32px;
        padding-bottom: 58px;
    }

    .card {
        width: 100%;
    }

    .mental-health {
        padding: 70px 16px 22px;
    }

    .support {
        padding-right: 50px;
        padding-left: 50px;
    }

    .pink-highlight {
        padding: 70px 24px 55px;
    }

    .image-4 {
        width: 200px;
        height: auto;
    }

    .image-5 {
        width: 80px;
        height: auto;
    }

    .services-text-block {
        margin-right: 0px;
        margin-left: 0px;
		margin-top: 44px;
    }

    .woodruff {
        padding-right: 24px;
        padding-bottom: 60px;
        padding-left: 24px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .woodruff-text-block {
        margin-left: 0px;
    }

    .image-6 {
        margin-bottom: 49px;
    }

    .grow {
        padding: 64px 24px;
        margin-bottom: -1%;
    }

    .growth-text-block {
        margin-top: 68px;
    }

    .sidebar {
        width: auto;
    }

    .leadership-headshot {
        width: 100%;
    }

    .board {
        padding-top: 70px;
    }

    .board-execs {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .execs {
        width: 100%;
    }

    .meeting {
        padding-top: 0px;
        padding-right: 24px;
        padding-left: 24px;
    }

    .meeting-info {
        width: 100%;
    }

    .calendar-block {
        width: 100%;
    }
	
	.calendar-button {
		margin-left: 0px;
		max-width: 100%;
	}

    .packet-block {
        margin-top: 47px;
    }
	    #menu-item-1290{
        display:none;
    }
    #menu-item-1606{
        display:block;
    }
	#menu-item-1607{
		display: block;
	}
    #menu-item-1608{
        display: block;
    }
    #menu-item-1605{
        display: block;
    }
	#menu-item-288{
	    display: block;
	}
	#gbg{
		 background-color:  #fff;
	}
	
	#navbar-main-menu {
    background-color:  #024638;
	color: #fff;
	}
	.nav-link{
		color: #fff;
	}
	.header{
		padding-top:200px;
	}
	
	.row {
    --bs-gutter-x: 0rem;
	}
	
	#form{
    max-width: 722px;
	color: #323E48;
	font-family: Inter, sans-serif;
}
  #form.row {
    --bs-gutter-x: .5rem;
}
  p#contact-p{
    max-width: 710px;
    margin-right:auto;
    margin-left:0px;
	padding-left: 0px;
  }
	
	
}

@media screen and (max-width: 479px) {
		.benefits-law{
   		 font-size: 14px;
   		 line-height: 18px;
		 color: #024638;
		margin-top: 40px;
		padding-left: 24px;
		padding-right: 24px;
	}
	h2#our-wellness-building-also-has-a-pharmacy-for-your-medication-needs {
    margin: 0;
	}
	
	.wp-block-column.px-2.pt-4.services-list {
    padding-left: 0 !important;
	}
	
	.wp-image-1328 {
		margin: 0 20px !important;
	}
	
	.header{
		padding-top: 5%;
	}
	
    .hero-section {
        height: 273px;
    }

    .image {
        height: 217px;
    }
	
	.navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 25px;
	}
	
	.image-8 {
		width: 100%;
		padding: 0 !important;
		margin-bottom: 20px;
}

    .h1 {
        font-size: 36px;
        line-height: 40px;
    }

    .h1.adult {
        font-size: 36px;
        line-height: 40px;
    }

    .h1.homepage {
        font-size: 36px;
        line-height: 39px;
    }

    .family h1 {
        font-size: 36px;
        line-height: 40px;
    }

    .h1.orange {
        width: 58%;
    }
	    .h1.contact {
        width: 50%;
    }

    .banner {
        padding-top: 44px;
        padding-bottom: 53px;
        padding-left: 0px;
    }

    .banner.orange {
        padding-left: 20px;
    }
	
	
    .banner.contact {
        padding-left: 20px;
    }
	
	#contact-form {
    padding-left: 4%;
    padding-right: 3%;
	}
		
    #orange img {
    margin-top: -36%;
	right: 10px;
	height: 300px;
    width: auto;
    }
	
	
    #contact img {
    margin-top: -36%;
	right: 10px;
    width: 221px;
	}

    #adult img {
        margin-top: -25%;
		width: 165px;
        right: 24px;
    }

    #family img {
        margin-top: -23%;
        width: 224px;
    }
	
    #green img {
        margin-top: -18%;
		right:10px;
        width: 224px;
    }
	
    #pink img {
        margin-top: -19%;
		right:10px;
        width: 200px;
    }

    .image-3 {
        top: 0px;
        width: 290px;
    }

    .image-block {
        width: 300px;
        height: 300px;
    }

    .drop-color {
        width: 280px;
        height: 280px;
    }

    .interior-cards {
        padding-top: 20px;
        padding-right: 24px;
        padding-left: 24px;
    }

    .card {
        margin-right: 0px;
        margin-left: 0px;
    }

    .pink-highlight.resources {
        padding-right: 26px;
        padding-left: 26px;
    }

    .woodruff-text-block {
        margin-left: 0px;
    }

    .letter-block {
        padding-right: 24px;
        padding-left: 24px;
    }

    .letter-body {
        padding: 24px;
    }

    .sidebar {
        width: auto;
        padding-right: 36px;
        padding-bottom: 66px;
        padding-left: 49px;
    }

    .sidebar-callout {
        margin-right: 10px;
		margin-left: 10px;
		padding-bottom: 0px;
    }

    .leadership {
        padding-top: 70px;
        padding-right: 30px;
        padding-left: 30px;
    }

    .board {
        padding-bottom: 70px;
    }
    #desktop{
        display: none;
    }
    #menu-item-1290{
        display:none;
    }
    #menu-item-1606{
        display:block;
    }
	#menu-item-1607{
		display: block;
	}
    #menu-item-1608{
        display: block;
    }
    #menu-item-1605{
        display: block;
    }
	#menu-item-288{
	    display: block;
	}

    #mobile{
        display: block;
    }
    #mobile-careers{
        display: block;
    }
    .green-growth-block {
        position: relative;
        display: block;
        width: 100%;
        height: 640px;
        padding-top: 112px;
        padding-left: 24px;
        padding-right: 24px;
        background-color: #71cc98;
    }
    .dark-green-bg {
        margin-top: -8%;
        background-color: #024638;
        height: 840px;
        padding: 40px 24px;
    }
	.introduction a{
		color: #024638 !important;
		font-size:14px;
		font-weight:600;
        line-height: 16px;	
	}
	#1289{
		font-weight:500;
        line-height: 16px;
	}
	
	#locations {
    padding: 0 24px;
	}

		#form{
    max-width: 722px;
    margin-right:auto;
    margin-left:0px;
	color: #323E48;
	font-family: Inter, sans-serif;
	}
	
	#form.row {
    --bs-gutter-x: .5rem;
	}

	p#contact-p{
    max-width: 710px;
    margin-right:auto;
    margin-left:0px;
	padding-left: 0px;
	}
}

#w-node-_64c046f8-6ee8-8a75-5c5a-27a2e4ec2969-dc588816 {
    -ms-grid-column-align: center;
    justify-self: center;
}

#w-node-cd088bcf-5ba3-e74f-7c44-3aab3288fd55-dc588816 {
    -ms-grid-column-align: center;
    justify-self: center;
}

#w-node-d715c387-f3f4-4dc1-bb9b-9b3e9fcb11f5-dc588816 {
    -ms-grid-column-align: center;
    justify-self: center;
}

#w-node-_028824cd-7aec-cb9f-b402-8173e64ab75f-dc588816 {
    -ms-grid-column-align: center;
    justify-self: center;
}

#w-node-f4093a4b-ccb4-c50e-e43d-b3e6ed6214dc-dc588816 {
    -ms-grid-column-align: center;
    justify-self: center;
}

#w-node-_9fde5dbb-faa5-85c2-ac83-54fff30e660c-dc588816 {
    -ms-grid-column-align: center;
    justify-self: center;
}

#w-node-cc6e0082-2acf-b5bd-03c9-0912a6ce8e59-dc588816 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-b55b1619-eabe-7a36-e513-390180dd0706-dc588816 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
}

#w-node-_7e882189-6e9c-40f9-8460-8b5133ef6243-dc588816 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
}

#w-node-_293c8107-8c86-f35e-a336-3afa39df2543-dc588816 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
}

#w-node-_6da60a76-46b7-5d8b-7181-0f8aad1ace3e-dc588816 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
}

#w-node-d2539b0d-0832-af17-80b2-92c769ae985e-dc588816 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
}

#w-node-_54b92e36-12bb-853c-1c8d-cfa6c42957cb-dc588816 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
}

#w-node-_4c994626-543a-2dd8-f92e-883881113440-dc588816 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
}

#w-node-_0045b7ef-1847-e220-8930-3725f2cbfc26-dc588816 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
}

#w-node-_6d7e8e13-b729-49b4-0616-1940072bb440-dc588816 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
}

#w-node-_3b93ada0-6118-4634-d384-245927452c37-dc588816 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
}

#w-node-_71f98ac2-a2ea-993e-2f7b-0b20b393ac54-dc588816 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
}

#w-node-_371a2a60-98b7-b8c5-84a9-e2fc077d2cc7-dc588816 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
}

#w-node-bffb8c03-f0db-ed8c-05ba-d78abcc6acb6-dc588816 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
}

#w-node-c327e21e-8d56-3083-7d00-360985e82cec-dc588816 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
}

@font-face {
    font-family: 'Recifedisplay';
    src: url('fonts/RecifeDisplay-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gt flexa standard';
    src: url('fonts/GT-Flexa-Standard-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


@media screen and (max-width: 767px) {
    .h1 {
        font-size: 52px;
        line-height: 56px;
    }
	#mobile-menu.is-active .bar:nth-child(2){
  opacity: 0;
}

#mobile-menu.is-active .bar:nth-child(1){
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

#mobile-menu.is-active .bar:nth-child(3){
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

}

@media screen and (max-width: 479px) {
    .h1 {
        font-size: 36px;
        line-height: 40px;
    }

	.nav {
    display: flex;
    justify-content: space-between;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;	
	padding-bottom: 10px;
	}

}
@media screen and (max-width: 400px){
	h1{
		font-size: 32px;
		line-height: 36px;
	}
		h2{
		font-size: 32px;
		line-height: 36px;
	}
	
}

#locations h2{
    font-family: 'Gt flexa standard', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
	color: #024638;
	margin: 0;
	margin-bottom: -6px;
}
#contact p{
    font-size: 20px;
}
#locations h3 {
    font-size: 36px;
	color: #024638;
	margin-top: 34px;
}
.wp-block-columns {
    margin-bottom: 0em;

}

#if-you-are-experiencing-a-crisis-please-call-us-at-405-226-6200 a{
	text-decoration: none;
	color: #71CC98;
}

.sub-menu .nav-link{
	color: #71cc98 !important;
}
