@charset "UTF-8";
/*---Reset styles---*/
@import url('normalize.css');
@import url('../fonts/all.min.css');
body {
    font-size: 18px;
    margin: 0;
    font-family: Arial;
}
p, h1, h2, h3, h4, h5, h6 {
	font-family: Arial;
}
.capitalize {
    text-transform: uppercase;
}
.uncapitalize {
    text-transform: unset;
}
.center {
    position: relative;
    margin: 0 auto;
}
div {
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
b, strong {
    font-weight: 700 !important;
}
.center-text {
    text-align: center;
}
#all-content-wrapper {
    padding: 0;
    position: relative;
    overflow:hidden;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 2px;
}
body.page-id-7818 #gform_26 .gfield-choice-input,
body.page-id-7818 #gform_24 .gfield-choice-input {
    height: 15px !important;
    width: 15px !important;
    vertical-align: top;
    margin-top: 3px; 
    border: 2px solid #8ec443;
}
body.page-id-7818 #field_24_19{
	margin-bottom: 20px;
}
body.page-id-7818 .gform_required_legend  {
display: none;  
}
body.page-id-7818 #label_26_19_1,
body.page-id-7818 #label_24_19_1{
	font-weight: 400 !important;
}
body.page-id-7818 #gform_wrapper_24{
	margin-top: 0 !important;
}
body.page-id-7818 #gform_submit_button_24  {
  margin-left: 0 !important;
}
/* 
body.page-id-7818 #gform_24 .gfield-choice-input {
    height: 13px !important;
    width: 13px !important;
} */

body.page-id-7818 .gchoice.gchoice_26_19_1,
body.page-id-7818 .gchoice.gchoice_24_19_1  {
	width: 100% !important;
  }

body.page-id-7818 #gform_24 ul#input_24_19 {
    padding: 0;
}
body.page-id-7815 .main .content .btn + .acrobat {
    display: none;
}
.flex.flex-space-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.flex.flex-space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-align-bottom {
    -webkit-align-items: flex-end;
    align-items:flex-end;
}
.flex-align-top {
    -webkit-align-items: flex-start;
    align-items:flex-start;
}
.flex.flex-top {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.flex.flex-end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.no-link {
    pointer-events: none;
}
.big-title {
    font-size: 3em !important;
    font-weight: bold;
    line-height: 1!important;
    letter-spacing: 3px;
}
.extra-big-title {
    font-size: 4em!important;
    font-weight: bold;
    line-height: 1!important;
    letter-spacing: 5px;
}
.middle-title {
    font-size: 2.6em!important;
    font-weight: bold;
    line-height: 1!important;
    letter-spacing: 2px;
}
div.red, span.red, .btn.red {
    background-color: #FF2025;
    color: #fff;
}
div.orange, span.orange, .btn.orange {
    background-color: #FF7900;
    color: #fff;
}
div.green, span.green, .btn.green {
    background-color: #70BC00;
    color: #fff;
}
div.purple, span.purple, .btn.purple {
    background-color: #B63E95;
    color: #fff;
}
.btn.no-margin {
	margin:0;
}
div.blue, span.blue, .btn.blue {
    background-color: #0072BB;
    color: #fff;
}
.gradient-text {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, rgba(255,121,0,1)  0%, rgba(255,32,37,1) 25%,  rgba(182,62,149,1) 75%, rgba(0,114,187,1) 100%);
    color:#ec7702;
    display: inline-block;
}
.gradient {
    background: linear-gradient(90deg, rgba(255,121,0,1)  0%, rgba(255,32,37,1) 25%,  rgba(182,62,149,1) 75%, rgba(0,114,187,1) 100%);
    color:#fff;
}
p, h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
}
ul {
    list-style: none;
    padding-left: 0;
}
p {
    line-height: 1.6 ;
    margin-bottom:1em;
}
p.content-block-title, .content-block-title, .content-block-title a, h3 {
	padding-bottom:0 !important;
}
/*Homepage*/
.homepage-hero {
    position: relative;
    z-index: 1;
    margin-top:-170px;
    background-color: #84858b;
}
.homepage-hero:after {
    content: '';
    display: block;
    width: 100%;
    height: 92px;
    position: absolute;
    bottom: 0;
    background-image: url(../images/home-shape1.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 2;
}
.homepage-hero .homepage-hero-slide {
    min-height: 1000px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 220px;
}
.homepage-hero .homepage-hero-slide.align-bg-right {
	background-position:right center;
}
.homepage-hero .homepage-hero-slide .homepage-hero-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding-left:20px;
    padding-right:20px;
    text-align:center;
}
.landing-hero-thanks:after {
	display:none !important;
}
.homepage-hero .homepage-hero-slide .homepage-hero-text p, .landing-hero-content p{
    font-size: 2em;
    margin-bottom: 0.2em;
}
.homepage-hero-slide ul {
    list-style: none;
    justify-content: center;
    padding-left: 0;
}

.owl-item > div {
    pointer-events: auto !important;
}

.homepage-hero-slide a.more, .landing-hero-content a.more{
    font-size: 0.83em;
    padding: 15px 36px;
    border-radius: 3px;
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 15px;
    font-weight: bold;
}
.landing-hero-content a.more {
	margin-right:30px;
}
.homepage-hero-slide a.more:hover, .landing-hero-content a.more:hover {
	background:#fff;
	color:#30323a;
	border-color:#fff;
}
.homepage-hero-slide a.more:hover {
	border-color: #fff !important;
}
.home-slide-link {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.homepage-about {
    padding-bottom: 140px;
    background-color: #f2f4f7;
}
.homepage-about-content {
    max-width: 1270px;
    width: 100%;
    padding-top: 45px;
    padding-left:15px;
    padding-right:15px;
}
.homepage-about-content-right-side .middle-title{
    margin-bottom: 0;
    font-weight: 400;
}
.homepage-about-content-right-side p.big-title {
    font-size:2em!important;
}
.homepage-about-content-left-side p
{
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    font-size: 30px;
    margin-bottom: 0;
    background: rgba(0,0,0,0.7);
    color: #fff;
}

.homepage-about-content-left-side {
    width: 42.5%;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: contain;
    background-size: auto 100%;
    position: relative;
}
.homepage-about-content-left-side:after {
	content:'';
	display:block;
	padding-bottom:63.75%;
}
.homepage-about-content-right-side {
    padding-left: 40px;
    padding-top: 40px;
    width:57.5% ;
}
.landing-about-section .homepage-about-content-right-side {
	padding-top:0;
}
.landing-about-section .homepage-about-content-right-side ul, .landing-form-upper-block-content ul {
	padding-left:20px;
}
.homepage-about-content-right-side ul li, .landing-form-upper-block-content ul li {
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
}
.landing-form-upper-block-content ul li {
	line-height:1.5;
}
.homepage-about-content-right-side ul li:before, .landing-form-upper-block-content ul li:before {
    display: inline-block;
    content: '•';
    color: #FF7900;
    margin-right: 5px;
    position: absolute;
    left: 0;
}
.homepage-about-content-right-side .big-title {
    margin-bottom: 0.5em !important;
}
.homepage-about-content-left-side a {
    position: absolute;
    font-size: 1.66em;
    color: #8ec443;
    text-decoration: none;
    right: 5%;
    top:75%;
    transform:translateY(-50%);
    text-align:center;
    line-height:1;
}
/*.homepage-about-content-left-side a:before {
    content:'';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0%;
    left:0;
    margin:0 auto;
    top:60%;
    transform:translateY(-50%);
    background-color: #fff;
    z-index: 0;
}*/
.homepage-about-content-left-side a:hover {
    color: #e11a1d;
}
.homepage-about-content-left-side a p {
	margin-bottom:0;
}
.homepage-about-content-left-side a i {
    font-size: 72px;
    display:block;
    position: relative;
    z-index: 1;
}
.homepage-plan i {
	font-size:40px;
	color:#FF7900;
	margin-bottom:10px;
}
.homepage-plan h2 {
    display: inline-block;
    padding: 35px 70px;
    border: 10px solid #fff;
    z-index: 2;
}
.homepage-plan-heading {
    position:absolute;
}
.homepage-plan-content-left-side, .homepage-plan-content-right-side {
    width: 50%;
    padding-top: 170px;
    padding-bottom: 50px;
}
.homepage-plan-content-left-side {
    background-color: #A4C8DE;
    display: flex;
    justify-content: center;
}
.homepage-plan-content-right-side {
    background-color: #9DC2DC;
    display: flex;
    justify-content: center;
}
.homepage-plan-content-col {
    max-width: 90%;
    text-align: center;
}
.homepage-plan-content-col p{
	font-size:1.2em;
	font-weight:700;
}
.homepage-plan-content-col  h3 {
    font-weight: 400;
    font-size: 2.3em;
    margin-bottom: 0.5em;
    letter-spacing:3px;
}
.homepage-find-upper-block {
    background-image: url(../images/find_bg1.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 460px;
    color: #fff;
    padding-top: 70px;
    z-index: 2;
    position: relative;
    padding-left:20px;
    padding-right:20px;
}
.homepage-find-upper-block-content {
    max-width: 1580px;
    width: 100%;
}
.homepage-find-upper-block-content-text {
    padding-left: 30px;
}
.homepage-find-upper-block-content-text a.btn {
	margin-left:0;
}
.homepage-find-upper-block-content-text .middle-title {
    line-height: 1.2 !important;
    margin-bottom: 0.3em!important;
    font-size:1.5em !important;
}
.homepage-find-upper-block-content-text p{
   font-size: 24px;
}
.homepage-find-bottom-block-content {
    width: 33.3333%;
    text-align: center;
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 30px;
}
.homepage-find-bottom-block-content sub {
	top:unset;
	bottom:-0.1em;
}
.homepage-find-bottom-block {
    margin-top: -90px;
    z-index: 1;
    position: relative;
}
.homepage-find-bottom-block .big-title {
    margin-bottom: 0.25em;
}
.homepage-find-bottom-block-content a, .homepage-find-bottom-block-content p {
    display: inline-block;
}
.homepage-find-bottom-block-content a {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}
.homepage-find-bottom-block-content-text {
    line-height: 1.6!important;
}
.homepage-news-events-content h2 span {
    font-weight: 400;
}
.homepage-news-events {
    padding-top: 50px;
    padding-bottom: 50px;
}
.homepage-news-events-content {
    width: 100%;
    max-width: 1600px;
    padding-left: 15px;
    padding-right: 15px;
}
.homepage-news-events-content-list {
	padding-top:50px;
	
}
.homepage-news-events-content-list-wrapper {
    width: 71%;
}
.homepage-news-events-calendar {
    width: 29%;
    padding-left: 55px;
}
.homepage-news-events-calendar-title {
    font-size: 1.33em;
    padding: 17px 44px;
    font-weight: bold;
    margin-bottom: 0 !important;
}
.homepage-news-events-calendar-list-item {
    display: flex;	
    padding-top: 20px;
    padding-left: 43px;
    padding-bottom: 16px;
    padding-right: 30px;
    border-bottom: 1px solid #d3d3d3;
    min-height: 33.333%;
}
.calendar-date {
    text-align: center;
    width: 60px;
    height: 60px;
    padding-top: 10px;
    line-height:1!important;
}
.calendar-date b {
    display: block;
    font-weight:700;
    font-size:24px;
    line-height:1!important;
}
.homepage-news-events-calendar-list {
    padding-top: 10px;
}

.calendar-text {
    width:calc(100% - 60px);
    padding-left: 20px;
    margin-top: -5px;
    font-size: 0.95em;
}
.calendar-text a {
    font-weight: bold;
    color: #70BC00;
}
.homepage-news-events-calendar-list {
    border-right: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
}
.homepage-news-events-content-list .slick-slide {
    padding-left:1%;
    padding-right:1%;
}
.homepage-news-events-content-list-item-thumb {
    width: 100%;
    height: 220px;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 16px;
    display: block;
    position: relative;
}
.homepage-news-events-content-list-item-thumb span {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    text-align: center;
    line-height: 50px;
    left: 10px;
    bottom: -10px;
    font-size:24px;
}
.homepage-news-events-content-list-item-text {
    padding-left: 10px;

}
.homepage-news-events-content-list-item-text p {
    font-size: 0.95em;
    line-height: 1.8!important;
    margin-bottom: 0.5em!important;
}
.homepage-news-events-content-list-item-text a h3, .news-title {
    font-size: 1em;
    color: #222222;
    margin-bottom: 0.5em;
    font-weight:700;
}
.homepage-news-events-content-list-item-text .read-more {
    font-size: 0.95em;
    font-weight: bold;
    color: #70BC00;
}
.homepage-news-events-content-list-item-text .read-more:hover {
	color:#FF7900;
}
.fa-star:before {
	position:absolute;
	margin:0 auto;
	left:0;
	right:0;
    top: 50%;
    transform: translateY(-50%);
}
/*Header*/
.utilities a, .utilities span, .utilities i {
	color:#fff !important;	
}
.utilities .textSize span {
	font-weight:700;
}
.utilities a {
	font-size:0.89em;
}
.social-container > li {
	height: 40px;
    line-height: 40px;
}

header .social-container a {
	font-size:0.95em;
	padding: 0 13px !important;
}
.textSize {
	border-left:1px solid #a7cc60;
	margin: 0 !important;
	padding: 0 15px;
}
.translator {
    margin: 0!important;
    padding: 0 25px;
}
.social-container {
	margin-bottom:0 !important;
}
header .social-container > li {
	border-right:1px solid #a7cc60;
	font-size:0.83em;
}
.owl-control-wrap {
	position:absolute!important;
	bottom:178px;
	margin:0 auto;
	left:0;
	right:0;
}
#follow-me {
	position:absolute;
	margin:0 auto;
	left:0;
	right:0;
	display:block;
	height:50px;
	width:50px;
	border:2px solid #fff;
	border-radius:50%;
	opacity:0.7;
	bottom:95px;
	font-size:20px;
	text-align:center;
	line-height:50px;
	color:#fff;
	z-index:3;
}
#follow-me:hover {
	opacity:1;
	color:#fff;
}
.owl-nav.disabled, .more:after {
	display:none !important;
}
.owl-theme .owl-dots .owl-dot span {
    width: 16px!important;
    height: 16px!important;
    margin: 5px 7px!important;
    background: transparent!important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    opacity: 1!important;
    border: 2px solid #fff!important;
    border-radius: 50%!important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #FF7900!important;
	border-color:#FF7900!important;
}
.menu-wrap, .logo {
	margin:0 !important;

}
.logo {
	max-width:300px;
}
.mobile-home-logo {
	display:none;
}
.desktop-homepage-logo {
	max-width:220px;
}
.desktop-homepage-logo img{
	max-width:100%;
}
.main-menu > li > a {
	font-family: Arial;
	font-weight:700 !important;
	text-transform:uppercase;
	font-size:0.83em;
}
.main-menu > li > a:hover, .main-menu > li.current-menu-item > a {
	color:#000 !important;
}

.main-menu {
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.main-menu > li > .sub-menu a:hover, .menu-main-menu-container a:hover, .menu-main-menu-container .current_page_item > a, .main-menu > li > .sub-menu > .current-menu-ancestor > a{
	color: #FF7900 !important;
}
.main-menu > li.current-menu-ancestor > a, .main-menu > li.current-menu-parent > a, .main-menu > li.current-menu-item > a {
	color: #000 !important;
}
.main-menu > li a {
	padding: 20px;
}
header {
	height:auto!important;
	z-index: 3;
    position: relative;
}
header > .inner {
	padding-top:10px!important;
    padding-bottom:10px!important;	
}
.homepage .main-menu > li {
	border-bottom: 2px solid transparent;
}
.homepage .main-menu > li > a {
	color:#fff;
	display:block;
	text-align:center;
}
header.homepage {
	border-bottom:1px solid rgba(255,255,255,0.2); 
}
footer {
	background-color:#2B2D39;
}
.footer-content, .copyright, .interior .masthead .inner {
	max-width: 1542px;
	width:100%;
}
.footer-content {
	padding:95px 20px 75px 20px;
}
.footer-logo {
	margin-top:-30px;
	margin-bottom:24px;
	max-width:230px;
	max-width: 100%;
}
.header-phone {
	padding-left:24px;
	padding-right:24px;
	font-weight:700;
	font-size:0.83em;
}
header .social-container > li.translator {
	position:relative;
}
.translator__options {
    position: absolute;
    z-index: 9999;
    min-width: unset;
    line-height: unset;
    margin-top: 0;
    background-color: #70BC00;
    padding:0;
    margin-left:0;
    width: 100%;
    left: 0;
    top: 100%;
}
.translator__options li {
	text-align:left;
	padding: 0;
}
.translator__options li a {
	padding: 0 25px !important;
	display:block;
	width:100%;
	height:100%;
}
.translator__options li a:hover {
	text-decoration:none;
	background-color:#e11a1d;
}	
a.btn {
    font-size: 0.83em;
    padding: 15px 50px;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    letter-spacing:1px;
}
.homepage-find-upper-block-content-text p a.btn{
	font-size: 0.5em;
}
.homepage-hero-text p a.btn, .homepage-hero-text p a.more {
	line-height:1; 
	font-size: 0.41em;
}
a.btn:hover, .header-social-links:hover {
	background-color:#e11a1d;
	
}
header .social-container .fa:hover {
	opacity:1;
}
.main-menu > li {
	padding:10px 0;
}
.main-menu > li > a {
	border-bottom: 2px solid transparent;
	display:block;
}
.main-menu > li:hover > a{
	color:#000;
	border-bottom: 2px solid #000;
}
.main-menu > li > .sub-menu {
	top:95%;
}
.copyright {
	background:none;
	padding:25px 0;
}
.copyright-wrapper {
	border-top:1px solid rgba(255,255,255,0.2);
}
.footer-copyright-text {
	margin-bottom:0;
}
.footer-copyright-text, .copyright-menu > li > a {
	font-size:1em;
	font-weight:700;
}
.copyright-menu li {
	border-left:none;
}
.copyright-menu li:not(:last-child) {
	border-right: 1px solid rgba(255,255,255,0.2);
}
.copyright-menu li a {
	padding:0 10px;
}
.copyright-menu li {
	margin:0;
}
.footer-col:nth-child(1) {
	width:220px;
	text-align:center;
}
.footer-col:nth-child(2) {
	width:145px;
}
.footer-col:nth-child(3) {
	width:360px; 
}
.footer-col:nth-child(4) {
	width:165px;
}
.footer-col:nth-child(5) {
	width:220px;
	text-align:center;
}
.footer-menu {
    padding: 0;
}
.footer-menu > li {
    margin-bottom:15px;
}
.footer-menu > li > a {
    font-size:0.77em;
    color:#fff;
    text-transform:uppercase;
}
.footer-menu > li > a:hover, .footer-col .social-container a:hover{
	color:#e11a1d!important;
}
.footer-col .social-container a {
	font-size:1.333em;
}
.footer-col .header-social-links:hover {
	background:none !important;
}
.footer-phone {
	font-weight:700;
	display:block;
	border:2px solid #FF7900;
	height:50px;
	line-height:45px;
	font-size:1em;
	border-radius:4px;
	margin-bottom:8px;
	text-align:center;
}
.footer-phone:hover {
	color:#fff;
	border-color:#FF2025;
}
.footer-col .social-container {
	display:flex;
	justify-content:center;
}
.footer-col h3 {
	font-weight:700;
	font-size:0.9em;
	margin-bottom:15px;
}
.footer-col:nth-child(4) h3 {
	color:#70BC00;
}
.footer-col:nth-child(4) a {
	font-size:0.8em;
	font-weight:700;
}
.footer-col:nth-child(4) li {
	margin-bottom:20px;
}
.footer-col:nth-child(4) a:hover {
	color:#FF2025;
}
.footer-donate {
	font-weight:700;
	display:block;
	background-color: #FF7900;
	height:50px;
	line-height:50px;
	font-size:1em;
	border-radius:4px;
	margin-bottom:8px;
	text-align:center;
	text-transform:uppercase;
}
.footer-donate:hover {
	background-color: #FF2025;
	color:#fff;
}
.masthead {
	min-height:485px;
	position:relative;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:right center;
}

.masthead-mobile {
	display: none;
}
.masthead-mobile .masthead-mobile-background {
	position:relative;
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center;
	padding: 150px 0;
}

.masthead-mobile .masthead-title {
	color: #8ec24b !important;
	font-size: 32px !important;
	padding-right: 0;
	letter-spacing: 1px;
}

.masthead-mobile .masthead-title br {
	display: none;
}

.masthead-mobile .inner {
	padding: 30px 0;
}

.masthead:after {
    content: '';
    display: block;
    width: 100%;
    height: 92px;
    position: absolute;
    bottom: 0;
    background-image: url(../images/home-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 2;
    left:0;
    display: none;
}
.edit_link {
	opacity:1;
}
.copyright-menu li a:hover {
	color:#FF2025;
}
.masthead-title {
    font-size: 64px!important;
    font-weight: bold;
    line-height: 1!important;
    letter-spacing: 5px;
    color: #fff;
}
.masthead .inner .content {
	max-width:unset;
}
.masthead p{
	font-size:2em;
	line-height:1;
	margin-bottom:0;
}
.interior .main, .gray {
	background-color:#f2f4f7;
}
.for-members-menu {
	padding-top:40px;
	padding-bottom:70px;
	text-align:center;
}
.for-members-menu h2 {
	font-size:2.66em;
	margin-bottom:40px;
}
.for-members-menu-list{
	flex-wrap:wrap;
	padding-left:5%;
	padding-right:5%;
	justify-content: center;
}
.resources-menu-list {
	flex-wrap:wrap;
	padding-left: 25px; 
    padding-right: 25px;
}
.for-members-menu-list-item, .resources-menu-list-item-wrapper {
	width:33.3333%;
	padding-left:1%;
	padding-right:1.5%;
}
.members-menu-list-item .resources-menu-list-item-face{
 height: 86px;
}
.members-menu-list-item .resources-menu-list-item-face p {
	width:100% !important;
}
.resources-menu-list-item-wrapper {
	margin-bottom:30px;
	cursor:pointer;
}
.for-members-menu-list-item a {
	min-height:100px;	
	border-width:4px;
	border-style:solid;
	border-radius:50px;
	font-size:1.333em;
	padding-left:50px;
	padding-right:50px;
	margin-bottom:30px;
	font-weight:700;
	justify-content:center;
	text-transform:uppercase;
}
.resources-menu-list-item  {
	border-width:4px;
	border-style:solid;
	border-radius:50px;
	display:flex;
	align-items:center;
	flex-direction:column;
	padding-left:40px;
	padding-right:40px;
	background-color:transparent !important;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.resources-menu-list-item-face {
	font-size:1.1em;
	font-weight:700;
	display:flex;
	align-items:center;
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
}
.resources-menu-list-item-face span {
	width: 74px;
	height:52px;
	background-position:top center;
	background-repeat:no-repeat;
	display:block;
	margin-right:15px;
}
.resources-menu-list-item-face p {
	width:calc(100% - 70px);
	line-height:1.2;
	margin-bottom:0;
	text-transform:uppercase;
}
.resources-menu-list-item-text {
	padding-bottom:20px;
	display:none;
}
.resources-menu-list-item-text hr{
	margin-top:0;
	margin-bottom:20px;
	color:#fff;
}
.resources-menu-list-item-text p {
	font-size:0.8em;
	font-weight:400;
	text-transform:none;
	margin-bottom:0;
	color:#fff;
}
.resources-menu-list-item-text a {
	display:block;
	padding-top:10px;
	text-decoration:underline;
}
.for-members-menu-list-item a span {
	display:block;
}
.for-members-menu-list-item a.red, .resources-menu-list-item.red {
	border-color:#e11a1d;
	color:#e11a1d;
}
.for-members-menu-list-item a.orange, .resources-menu-list-item.orange {
	border-color:#FF7900;
	color:#FF7900;
}
.for-members-menu-list-item a.green, .resources-menu-list-item.green {
	border-color:#70BC00;
	color:#70BC00;
}
.for-members-menu-list-item a.purple, .resources-menu-list-item.purple {
	border-color:#B63E95;
	color:#B63E95;
}
.for-members-menu-list-item a.blue, .resources-menu-list-item.blue {
	border-color:#0072BB;
	color:#0072BB;
}

.homepage-hero-text .more.red, .landing-hero-content .more.red {
	background-color:#f82736;
	border-color:#f82736;
}
.homepage-hero-text .more.orange, .landing-hero-content .more.orange{
	background-color:#fd6925;
    border-color:#fd6925;
}
.homepage-hero-text .more.green, .landing-hero-content .more.green {
	background-color:#72ba22;
	border-color:#72ba22;
}
.homepage-hero-text .more.purple, .landing-hero-content .more.purple {
	background-color:#B63E95;
	border-color:#B63E95;
}
.homepage-hero-text .more.blue, .landing-hero-content .more.blue {
	background-color:#0072BB;
	border-color:#0072BB;
}
.big-title.blue, .middle-title.blue {
	color:#0072BB;
}

.resources-menu-list-item.red {
	border-color:#e11a1d;
	color:#e11a1d;
}
.resources-menu-list-item.orange {
	border-color:#FF7900;
	color:#FF7900;
}
.resources-menu-list-item.green {
	border-color:#70BC00;
	color:#70BC00;
}
.resources-menu-list-item.purple {
	border-color:#B63E95;
	color:#B63E95;
}
.resources-menu-list-item.blue {
	border-color:#0072BB;
	color:#0072BB;
}
.resources-menu-list-item-wrapper.opened .resources-menu-list-item span, .resources-menu-list-item-wrapper:hover .resources-menu-list-item span {
	background-position:bottom center;
}
.resources-menu-list-item-wrapper.opened .resources-menu-list-item, .resources-menu-list-item-wrapper:hover .resources-menu-list-item {
	color:#fff;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.resources-menu-list-item-wrapper.opened .resources-menu-list-item.red, 
.resources-menu-list-item-wrapper:hover .resources-menu-list-item.red {
	background-color:#e11a1d !important;
}
.resources-menu-list-item-wrapper.opened .resources-menu-list-item.orange, 
.resources-menu-list-item-wrapper:hover .resources-menu-list-item.orange {
	background-color:#FF7900!important;
}
.resources-menu-list-item-wrapper.opened .resources-menu-list-item.green,
.resources-menu-list-item-wrapper:hover .resources-menu-list-item.green  {
	background-color:#70BC00!important;
}
.resources-menu-list-item-wrapper.opened .resources-menu-list-item.purple, 
.resources-menu-list-item-wrapper:hover .resources-menu-list-item.purple {
	background-color:#B63E95!important;
}
.resources-menu-list-item-wrapper.opened .resources-menu-list-item.blue,
.resources-menu-list-item-wrapper:hover .resources-menu-list-item.blue {
	background-color:#0072BB!important;
}
.for-members-menu-list-item-wrapper:hover {
	color:#fff;
}
.for-members-menu-list-item a.red:hover {
	background-color:#e11a1d;
}
.for-members-menu-list-item a.orange:hover {
	background-color:#FF7900;
}
.for-members-menu-list-item a.green:hover {
	background-color:#70BC00;
}
.for-members-menu-list-item a.purple:hover {
	background-color:#B63E95;
}
.for-members-menu-list-item a.blue:hover {
	background-color:#0072BB;
}
.for-members-content .middle-title{
    margin-bottom: 0.3em;
    font-weight: 400;
}
.for-members-content {
	padding-top:90px;
	padding-bottom:100px;
}
.for-members-content .big-title {
    margin-bottom: 0.5em !important;
}
.for-members-content img {
	max-width:100%;
	height:auto;
}
.for-members-content-blocks-left-side {
	width:40%;
}
.for-members-content-blocks-left-side img {
	margin-bottom:0;
}
.for-members-content-blocks-right-side {
	width:60%;
	padding-left:45px;
}
.resources-menu {
	padding-top:50px;
	padding-bottom:50px;
}
a.embed-video {
	display:block;
	position:relative;
	width:100%;
}
a.embed-video-thumb {
	display:flex;
	justify-content:space-around;
	align-items:center;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	height:145px;
	-webkit-box-shadow: 7px 7px 0px 0px rgba(233, 233, 233, 1);
    -moz-box-shadow:    7px 7px 0px 0px rgba(233, 233, 233, 1);
    box-shadow:         7px 7px 0px 0px rgba(233, 233, 233, 1);
}


a.embed-video-thumb span {
	position:relative;
}
a.embed-video-thumb span:before {
	content:'';
	width:15px;
	height:15px;
	background-color:#fff;
	display:block;
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	top:10px;
	z-index:0;
}
.video-slider {
	width:100%;
	max-width:1660px;
	padding-left:60px;
	padding-right:60px;
}
.resources-video-slider .embed-video a.embed-video-thumb i {
	color:#FF7900;
	font-size:32px;
	position:relative;
	z-index
}
.resources-video-slider .embed-video:hover a.embed-video-thumb i {
	color:#e11a1d;
}

.resources-video-slider {
	padding:70px 0; 
}
.video-slider .slick-slide {
	padding-left:15px;
	padding-right:15px;
}
.resources-video-slider .embed-video .embed-video-caption {
	color:#222222;
	margin-bottom:0;
	font-size:0.9em;
	padding-top:20px;
	display:block;
}
.resources-video-slider .embed-video:hover .embed-video-caption {
	color:#FF7900;
}
.resources #cboxLoadedContent {
	overflow:initial !important;
}
.resources-video-slider .slick-prev,
.resources-video-slider .slick-next {
	width:47px;
	height:47px;
	border-radius:50%;
	border:2px solid #9ac341;
	top:40%;
	z-index:9;
}
.resources-video-slider .slick-prev:before,
.resources-video-slider .slick-next:before {
	color:#9ac341;
	font-family: "Font Awesome 5 Free";
	display:block;
	top: 50%;
    transform: translateY(-50%);
    font-size:20px;
    margin:0 auto;
    left:0;
    right:0;
    top: 50%;
    transform: translateY(-50%);
}
.resources-video-slider .slick-prev {
	left:0;
}
.resources-video-slider .slick-next {
	right:0;
}
.resources-video-slider .slick-prev:before {
	content:'\f053';
}
.resources-video-slider .slick-next:before {
	content:'\f054';
}
section.calendar {
	padding-top:30px;
	padding-bottom:110px;
	padding-left:15px;
	padding-right:15px;
}
.desc_trig:before{
    display:none !important;
}
.evcal_cblock .evo_start em.month {
    font-size:11px !important;
}
.ajde_evcal_calendar .calendar_header p {
    font-size: 36px !important; 
}
.calendar-wrapper {
	width:100%;
	max-width:1170px;
}
.cbp-spmenu-right.cbp-spmenu-open {
	display:none;
}
#evcal_list > div:nth-child(odd) > p {
	background-color:#A4C8DE !important;
}
#evcal_list > div:nth-child(even) > p {
	background-color:#99BFD6 !important;
}
.news-item .news-title {
	font-size: 1em;
    color: #222222;
    margin-bottom: 0.5em;
    font-weight: 700;
}
/*.interior article.content img {
		-webkit-box-shadow: 7px 7px 0px 0px rgba(255, 255, 255, 1);
-moz-box-shadow:    7px 7px 0px 0px rgba(255, 255, 255, 1);
box-shadow:         7px 7px 0px 0px rgba(255, 255, 255, 1);
}*/
.main {
	min-height: unset;
}
/*Landing*/
.landing-header-logo {
	max-width:276px;
}
.landing-header-logo img{
	max-width:100%;
	height:auto;
}
.landing-header {
	max-width:1600px;
	padding-left:15px;
	padding-right:15px;
	height:150px;
	align-items:flex-end;
}
.landing-hero {
	min-height:935px;
	padding-top:225px;
	margin-top:-150px;
	background-repeat:no-repeat;
	background-position: top right;
	background-size:cover;
}
.landing-hero-content-wrapper {
	max-width:1300px;
	padding-left:15px;
	padding-right:15px;
	width:100%;
}
.landing-hero:after {
	background-image: url(../images/home-shape.png);
}
.landing-hero-content {
	width:50%;
}
.landing-hero-content .extra-big-title {
	font-size:4em !important;
	margin-bottom:0.1em !important;
}
.landing-hero-content p {
	color:#fff;
	font-size:1.66em;
	line-height:1.2;
	margin-bottom:1.5em;
}
.landing-hero-content a.more {
	min-width:210px;
	text-align:center;
}
.landing-hero-content a.more:first-child {
	margin-left:0;	
}
.landing-about-section {
	padding-bottom:80px;
}
.landing-about-section .homepage-about-content {
	padding-top:15px;
}
.landing-about-section .homepage-about-content .big-title {
	font-size:64px !important;
}
.landing-about-section .homepage-about-content-right-side {
	padding-top:65px;
	font-size:20px;
}
.landing-cta-content .middle-title {
	font-size:1.75em !important;
}
.landing-cta-content {
	justify-content:center;
}
.landing-cta-content p {
	margin-bottom:0;
	font-size:1.3em;
}
.landing-cta {
	padding:35px 15px;
}
.landing-cta-content .btn {
	margin-left:100px;
	padding: 15px 55px;
}
.landing-footer-content {
	max-width:1600px;
	padding: 70px 15px;
}
.landing-footer-content .landing-footer-col:nth-child(4), 
.landing-footer-content .landing-footer-col:nth-child(1) {
	width:220px;
}
.landing-footer-content .landing-footer-col:nth-child(2) {
	width:32%;
}
.landing-footer-content .landing-footer-col:nth-child(3) {
	width:22%;
}
.landing-footer-content .landing-footer-col:nth-child(1) {
	margin-top:-30px;
}
.footer-donate {
	font-size:0.83em !important;
}
.landing-footer-social-links a {
	font-size:24px;
	margin:0 10px;
}
.landing-footer-social-container {
	justify-content:center;
	padding:15px 0;
}
.landing-copyright {
	font-size:0.77em;
	font-weight:700;
}
.landing-footer-col p {
	font-size:15px;
}
.landing-footer-content .landing-footer-col:nth-child(3) p, 
.landing-footer-content .landing-footer-col:nth-child(2) p{
	line-height:1.8;
}
.landing-footer-col h4 {
	margin-bottom:0.6em;
	font-weight:700;
	font-size:16px;
}
.landing-form-form {
	position:relative;
	padding-top:50px;
	padding-bottom:70px;
}
.landing-form-form:before {
	content:'';
	display:block;
	position:absolute;
	width:100%;
	height: 92px;
	background-image:url(../images/land_form_before.png);
	background-repeat:no-repeat;
	background-position:center;
	top:-90px;
}
.landing-form-upper-block {
	padding-top:90px;
	padding-bottom:125px;
	background-repeat:no-repeat;
	background-position:top right;
	background-size: cover;
}
.landing-form-upper-block-content-wrapper {
    padding-left:15px;
    padding-right:15px;
    max-width:1200px;	
}
.landing-form-upper-block-content {
	width:55%;
	color:#fff;
	font-size:20px;
}
.landing-form-upper-block-content .middle-title {
	font-size:42px !important;
	font-weight:400;
	margin-bottom:10px;
}
.landing-form-form .middle-title {
	font-size:42px !important;
	margin-bottom:0;
}
.landing-form-form-content {
	max-width:1200px;
	padding-left:15px;
	padding-right:15px;
}

.landing-form-form-content input::-webkit-input-placeholder { /* Chrome */
  color: #000;
}
.landing-form-form-content input:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.landing-form-form-content input::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  opacity: 1;
}
.landing-form-form-content input:-moz-placeholder { /* Firefox 4 - 18 */
  color: #000;
  opacity: 1;
}
.landing-form-form-content .gform_wrapper ul.gform_fields {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.landing-form-form-content .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0; 
    width: 49.5%;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
	padding-top:0 !important;;
}
.landing-form-form-content-heading p {
	font-size:30px;
	margin-bottom:0;
}
.landing-form-form-content-form p {
	font-size:20px;
}
.landing-form-form-content-form p b{
	font-size:32px;
	line-height:1.3;
}
.landing-form-form-content-form p span {
	font-size:20px;
	display:block;
}
.landing-form-form-content .gform_footer {
	text-align:center;
}
.landing-form-form-content .gform_wrapper input[type="text"] {
	height:50px;
	padding-left:30px !important;
	border:1px solid #fff;
	background-color:rgba(255,255,255,0.5);
	border-radius:0 !important;
	margin:0!important;
}
.landing-form-form-content .gform_wrapper ul li.gfield {
	margin-top:0!important;
}
body .gform_wrapper .top_label div.ginput_container {
    margin-top: 10px;
}
.landing-form-form-content .gform_footer input[type="submit"] {
	font-size:15px!important;
	height:50px;
	width:210px !important;
	margin:0 !important;
}
.landing-header-content {
	text-align:center;
}
.landing-header-content p{
	color:#fff;
	font-size:13px;
	margin-bottom:0;
}
.landing-header-content a.btn {
	background-color:#ff7900;
	padding-left:23px;
	padding-right:23px;
	margin-bottom:7px;
	margin-left:0;
	margin-right:0;
	font-size:15px;
}
.landing-header-content a.btn i {
	margin-right:12px;
}
.mob-phone-link {
	display:none;
}
.homepage-about-content-heading-mobile {
	display:none;
}
.homepage-about-content-heading-desktop {
	display:block;
}
.header-mobile-right-side {
	display:none;
}
.main-menu > li > a {
    pointer-events: all;
}
.main-menu li br {
	display:none !important;
}
.masthead {
	padding:100px 15px;
}
.for-members-content-blocks-heading-desktop {
	
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
}
.for-members-content-blocks-heading-mobile {
	display:none;
}
.main li {
	padding-top:0;
	margin-bottom:10px;
}
.interior .content ul li:before {
	top: 6px;
}
.accordion {
	background-color: #fff !important;
	color:#000 !important;
}
a.accordion-label::after {
	line-height:100%;
}
.blog-item-image-wrapper, .blog-item-content, .blog-item-content-bg {
    background-color: #f3f4f8;
}
.single-post-header {
	margin-bottom:0;
}
.blog-item-content .blog-item-title {
    font-size: 1.3em;
    margin-bottom:0;
}
.single-resource .main {
	padding-bottom:0;
}
article.content h2, article.content h1 {
	font-size: 1.5em;
}
.left-menu .sub-menu {
	padding-bottom: 0;
}
.left-menu h3, .main-menu > li > .sub-menu > li.current_page_item > a { 
	color: #FF7900 !important;
}
article.content h3{
	font-size: 1.2em;
}
.highlight {
	font-size: 1.1em;
}
.interior .content ul:not(.gform_fields) {
    padding: 10px 0 30px 30px;
}
a.accordion-label {
    padding: 20px 50px 20px 20px !important;
}
.tabs:not(.cloned) {
    z-index: 1 !important;
    position: relative!important;
}
.content ul li:before {
	color: #f88e00 !important;
}
.news-item .date, .news-item p, .news-item .date, .news-item li {
	font-size:0.9em;
}
.news-item p {
	line-height:1.6 !important;
}
.news-item .date, .news-item .date {
    margin-bottom:10px;
    display:block;
}
.news-item p {
	line-height:1.2;
}
.news-item .more, .news-item a i {
	font-size:0.8em;
}
.news-item a{
	text-decoration:none;
}
.news-item a.acrobat {
	margin-left: 5px;
}
.blog-item-content-bg {
    padding: 0 30px 20px 0;
}
.blog-post-info {
	margin-bottom:10px; 
}
.blog-item {
	display:flex;
}
.main p {
	margin-bottom:20px;
}
.blog-item-image-wrapper {
    position: relative;
    top: unset;
    max-width: unset;
    width:35%;
}
.blog-item-content {
	width:65%;
	padding-left:15px;
	padding-right:15px;
}
.blog-item-title {
	padding-left:0;
}
.header-phone a{
	font-family: Arial!important;
}
.header-phone a, .footer-phone {
	pointer-events:none;
}
.evcal_cblock .evo_end em.day {
    font-size: 11px!important;
    margin-top: -4px!important;
}
.ajde_evcal_calendar.boxy .eventon_list_event, .ajde_evcal_calendar.boxy .evoShow_more_events {
    border-radius: 0 !important;
    border: none!important;
}
.ajde_evcal_calendar .calendar_header .evcal_arrows i {
    border-top: 4px solid #9ec654!important;
    font-size: 34px;
    position: absolute;
    left: 0!important;
    right: 0!important;
    margin: 0 auto!important;
    width: 15px!important;
    height: 15px!important;
    top:14px !important;
    transform: rotate(-45deg);
    color: #9ec654;
}
.ajde_evcal_calendar .calendar_header .evcal_arrows i:before {
    content: "";
    border-left: 4px solid #9ec654 !important;
    height: 100%;
    position: relative;
    display: block;
}

.mec-single-modern .mec-events-event-image img {
	height: auto;
}
.mec-single-event-description.mec-events-content a {
	color: #70bc00;
	font-weight: bold;
}

/* New Redesign */
.custom-container {
	max-width: 1200px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.custom-row .half {
	width: 50%
}
.spaced-med {padding: 60px 0px;}
.spaced-big {padding: 90px 0px;}

.main-menu > li > a,
.main-menu > li > a {
	color: #fff;
}
header {
	border-bottom: 1px solid rgba(255,255,255,0.2);
	/*background: linear-gradient(90deg, rgba(255,121,0,1)  0%, rgba(255,32,37,1) 25%,  rgba(182,62,149,1) 75%, rgba(0,114,187,1) 100%);*/
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff7900+0,ff2025+25,b63e95+75,0072bb+100 */
	background: rgb(255,121,0); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(255,121,0,1) 0%, rgba(255,32,37,1) 25%, rgba(182,62,149,1) 75%, rgba(0,114,187,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,121,0,1) 0%,rgba(255,32,37,1) 25%,rgba(182,62,149,1) 75%,rgba(0,114,187,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,121,0,1) 0%,rgba(255,32,37,1) 25%,rgba(182,62,149,1) 75%,rgba(0,114,187,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7900', endColorstr='#0072bb',GradientType=1 ); /* IE6-9 */
}
.main-menu > li,
.main-menu > li {
	border-bottom: 2px solid transparent;
}

section.header-callout {
	padding: 10px 0px;
	background: #8abb2b;
	display: none;
}

section.header-callout ul {
	justify-content: flex-end;
}

section.header-callout ul li a.more {
	background-color: #ff7a01;
	padding: 10px 25px;
	color: #ffffff;
	font-size: 14px;
	border-radius: 3px;
	margin: 0;
	font-weight: 700;
}

section.header-callout ul li a.more:hover {
	
}

section.header-callout ul li a.tel {
	background: #ff7a01;
	color: #fff;
    border-radius: 3px;
    width: 36px;
    height: 36px;
    display: block;
    text-align: center;
    line-height: 40px;
}

section.callout-page {
	padding: 20px 0px;
	background: #8abb2b;
}

section.callout-page .inner {
	justify-content: center;
}

section.callout-page a.tel {
	font-size: 30px;
	line-height: 36px;
	color: #ffffff;
	font-weight: bold;
}

section.callout-page a.btn {
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	background: #ff7a00;
	padding: 15px 35px;
	border-radius: 3px;
}

section.callout-page a {
	padding: 0px 15px;
}

section.callout-page p {
	margin-bottom: 0;
}

section.callout-page ul {
	display: flex;
	align-items: center;
}

section.inner-hero-static,
section.inner-hero-static .inner-hero-mobile {
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
}

section.inner-hero-static .inner-hero-mobile {
	padding: 150px 0px;
	display: none;
}

section.inner-hero {
	margin-top: 0;
}

section.inner-hero .inner-hero-slide {
    min-height: auto !important;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 120px;
}

section.inner-hero .owl-control-wrap {
	bottom: 30px;
}

section.inner-hero .inner-hero-container {
	justify-content: flex-end;
}

section.inner-hero .v1 .inner-hero-content {
	max-width: 50%;
}

section.inner-hero .v2 .inner-hero-content {
	max-width: 70%;
}

section.inner-hero .v3 .inner-hero-content {
	max-width: 45%;
}

section.inner-hero .inner-hero-content.styles h1 {
	font-size: 52px; 
	line-height: 56px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	font-weight: bold;
}

section.inner-hero .inner-hero-content.styles p {
	font-size: 32px;
	line-height: 36px;
	color: #222222;
	margin-bottom: 0.5em;
}

section.inner-hero .inner-hero-content.styles ul {
	font-size: 24px;
	line-height: 36px;
	color: #222222;
	margin-bottom: 0.7em;
}

section.inner-hero .inner-hero-content.styles ul li {
	padding-left: 30px; 
	position: relative;
}
section.inner-hero .inner-hero-content.styles ul li:before {
	position: absolute; 
	left: 0; 
	color: #ec7802;
	font-size: 18px; 
	content: "\f00c"; 
	font-weight: 800; 
	font-family: 'Font Awesome 5 Free';
}

section.inner-hero .inner-hero-content.styles a.btn {
	margin-left: 0;
	font-size: 14px;
    line-height: 24px;
}

section.inner-hero-custom {
	position: relative;
}

section.inner-hero-custom .inner-hero-slide {padding: 310px 0 !important;}

section.inner-hero-custom .caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	margin-top: 60px; 
	margin-bottom: 100px;
}

.page-id-7818 .content p strong{
	color: #8ec443;
	font-size: 22px;
	text-transform: uppercase;
	text-decoration: underline;
	margin: 30px 0;
}
.page-id-7818 .content .gform_legacy_markup_wrapper .gform_heading .gform_title{
	 font-size: 18px ;
	 margin-top: 0 !important;
}
.page-id-7818 .content p{
	margin-bottom: 0 !important;
}
section.inner-hero .contact-form .gform_wrapper {
	margin: 0;
}

section.inner-hero .contact-form {
	width: 100%;
	max-width: 320px;
	margin-left: 30px;
}

section.inner-hero .contact-form .contact-form-wrapper {
	background: #4897d8;
	padding: 30px 20px;
}

section.inner-hero .contact-form .contact-form-wrapper br {
	display: none;
}

section.inner-hero .contact-form span {
	padding: 0 !important;
	margin: 0 !important;
	width: 100% !important;
}

section.inner-hero .contact-form input,
section.inner-hero .contact-form .gform_wrapper .gform_footer {
	margin: 0 !important;
}

section.inner-hero .contact-form .gform_wrapper .gform_footer {
	padding-top: 10px;
}

section.inner-hero .contact-form .gform_footer input[type=submit] {
	width: 100%;
} 

section.inner-hero .contact-form .gform_legacy_markup_wrapper div.validation_error {display: none;}
section.inner-hero .contact-form .gform_legacy_markup_wrapper li.gfield.gfield_error {padding-top: 0; padding-bottom: 0;}
section.inner-hero .contact-form .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {padding-right: 0; padding-top: 0;}
section.inner-hero .contact-form .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {margin-top: 0;}
section.inner-hero .contact-form .gform_legacy_markup_wrapper .validation_message {font-size: 12px;}

section.inner-hero .contact-form ul li input {
	font-size: 15px !important;
	padding: 8px 15px !important;
	border-radius: 0 !important;
}

section.inner-hero .contact-form li {
	margin-top: 0 !important;
	padding-right: 0 !important;
}

section.inner-hero .contact-form .ginput_complex {
	width: 100% !important;
}

section.inner-hero .contact-form h3 {
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin-top: 0;
}

section.inner-hero .contact-form a.tel {
	font-size: 20px; 
	display: block;
	margin-top: 10px;
	font-weight: 700;
	text-align: center;
}

section.inner-hero .contact-form p {
	display: none;
}

section.plan-redesign .plan-redesign-content-col {
	max-width: 60%;
}

section.plan-redesign .plan-redesign-content-default {
	padding: 80px 0px;
	width: 50%;
	text-align: center;
	display: flex;
    justify-content: center;
}

section.plan-redesign .plan-redesign-content-default:first-child {
	border-right: 1px solid #e1e2e6;
}

section.plan-redesign .plan-redesign-content-default p {
	margin-bottom: 35px;
}
section.plan-redesign .plan-redesign-content-default p:last-child {
	margin-bottom: 0;
}

section.plan-redesign .info {
	padding: 15px 35px 15px 60px;
	margin-bottom: 35px;
	/*font-size: 36px;*/
	font-size: 30px;
	text-transform: uppercase;
	border-radius: 3px;
	position: relative;
}

section.plan-redesign .info i {
	position: absolute;
	left: 25px;
}

section.find-provider .find-provider-upper-block {
	background-image: url(../images/find-redesign.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    padding: 120px 20px;
    z-index: 2;
    position: relative;
}

section.find-provider .find-provider-upper-block-content {
	max-width: 1580px;
    width: 100%;
}

section.find-provider .find-provider-upper-block-content-text {
	padding-left: 30px;
}

section.find-provider .find-provider-upper-block-content-text h2 {
	line-height: 1.2;
    margin-bottom: 0.3em;
    font-size: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

section.find-provider .find-provider-upper-block-content-text p {
	font-size: 24px;
}

section.find-provider .find-provider-upper-block-content .btn {
	margin-left: 0;
	font-size: 0.5em;
}

section.homepage-about.redesign {
	padding: 60px 0px;
}
section.homepage-about.redesign .homepage-about-content {
	padding-top: 0;
}

.homepage-find-bottom-block.redesign {
	margin-top: 0;
}

.landing-styles.black {color: #30323a;}
.landing-styles p {font-size: 18px;}
.landing-styles h2 {font-size: 48px; line-height: 58px; margin-bottom: 15px;}
.landing-styles h3 {font-size: 42px; line-height: 54px; margin-bottom: 15px; font-weight: 700;}

section.personalized-care .btn {
	margin: 0;
}
section.personalized-care .text ul {
	width: 100%; 
	max-width: 380px;
}
section.personalized-care .text ul li {
	margin-bottom: 10px;
}
section.personalized-care .text ul li a {
	width: 100%; 
	text-align: center;
}
section.personalized-care .image {
	margin-right: 25px;
}
section.personalized-care .yt_video {
	margin-right: 25px;
	display: none;
}

section.personalized-care .yt_video .video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

section.personalized-care .yt_video .video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

section.personalized-care .yt_video .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.personalized-care .text {
	margin-left: 25px;
}

section.personalized-care .image a {
	position: relative;
}

section.personalized-care .image i {
	/*
	font-size: 130px;
    font-size: 32px;
    color: #fff;
    background: #b73e95;
    width: 100px;
    height: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -50px;
    align-items: center;
    outline: 3px solid #b73e95;
    outline-offset: 5px;
    */
}

section.personalized-care .image i {
	font-size: 72px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -35px;
    color: #8ec443;
    text-decoration: none;
    text-align: center;
    line-height: 1;
}

section.personalized-care .image:hover i {
	color: #e11a1d;
}

section.personalized-care .image img {
	width: 100%;
	height: auto;
	margin-bottom: 35px;
}

section.information .info.blue-light {
	background: #2182d1;
}

section.information .info.blue-dark {
	background: #1f7ac4;
}

section.information .info {
	justify-content: center;
}

section.information .info .info-content {
	max-width: 80%;
}

section.information h2 {
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
	text-align: center;
	margin-bottom: 25px;
}

section.information h2 strong {
	display: block;
}

section.information .info-box {
	background: #f2f4f7;
	margin-bottom: 20px;
}

section.information .info-box.default {
	padding: 25px 30px;
}

section.information .info-box.custom {
	padding: 25px 10px;
}

section.information .info-box p,
section.information .info-box ul {
	color: #222222;
}

section.information .info-box p {
	font-size: 20px;
	line-height: 28px;
}

section.information .info-box.default p strong {
	text-decoration: underline;
}

section.information .info-box small {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
	display: block;
}

section.information .info-box small:last-child {
	margin-bottom: 0;
}

section.information .info-box ul {
	font-size: 18px;
	line-height: 32px;
}

section.information .info-box ul li {
	padding-left: 20px;
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #adc7dc;
}

section.information .info-box ul li:before {
	position: absolute; 
	left: 0; 
	color: #2182d1;
	font-size: 10px; 
	content: "\f111"; 
	font-weight: 800; 
	font-family: 'Font Awesome 5 Free';
}

section.information .info-box ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

section.information .info-content .btn {
	margin: 0;
}

section.information .info-content .qualify {
	text-align: center;
}

section.information .info-box.custom {
	width: 100%;
	margin: 0 1.1666%;
	text-align: center;
	position: relative;
}

section.information .info-box img {
	max-width: 100%;
	height: auto;
	position: absolute; 
	bottom: 25px;
	left: 50%;
	margin-left: -45px;
}

section.information .info-box .btn {
	padding: 10px 25px;
	margin: 10px 0px;
	font-size: 15px;
}

section.information .info-box.custom p {
	margin-bottom: 8px;
}

section.information .info-box.custom p span {
	font-size: 30px;
	font-weight: bold;
	color: #2182d1;
}

section.benefits h2 {
	color: #30323a;
	text-align: center;
	text-transform: uppercase;font-weight: bold;
}

section.benefits .landing-styles p {
	text-align: center;
}

section.benefits .benefits-wrap {
	flex-wrap: wrap;
	-webkit-box-pack: justify; 
	-webkit-justify-content: space-between; 
	-ms-flex-pack: justify; 
	justify-content: space-between;
	margin-top: 40px;
}

section.benefits .benefits-wrap .benefit-single {
	width: 100%;
	max-width: 32%;
	background: #9f4091;
	margin-bottom: 25px;
	position: relative;
	color: #ffffff;
	min-height: 160px;
}

section.benefits .benefits-wrap .benefit-single:after {
	content:"\f105";
	font-weight: 800; 
	font-family: 'Font Awesome 5 Free';
	position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 25px;
}


section.benefits .benefits-wrap .benefit-single:hover {
	background: #ff7a00;
}

section.benefits .benefits-wrap .benefit-single i {
	font-size: 26px;
	color: #fff;
	display: block;
	margin-bottom: 10px;
}

section.benefits .benefits-wrap .benefit-single h5 {
	font-size: 23px;
	line-height: 32px;
	color: #ffffff;
	font-weight: bold;
	position: relative;
	padding-right: 20px;
}

section.benefits .benefits-wrap .benefit-single a {
	display: block;
	height: 100%;
}

section.benefits .benefits-wrap .benefit-single p {
	margin-bottom: 0;
}

section.benefits .benefits-wrap .benefit-single-content {
	padding: 30px 35px;
	text-align: left;
	position: relative;
}

section.inner.inner-mobile {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	display: none;
}
section.inner.inner-mobile img {
	display: block;
	width: 100%;
	height: auto;
}

.mfp-close-btn-in .mfp-close {
	color: #333 !important;
}

.benefit-popup {
  position: relative;
  background: #FFF;
  padding: 30px;
  width: auto;
  max-width: 650px;
  margin: 20px auto;
}

.benefit-popup h3 {
	font-weight: normal;
	text-transform: uppercase;
}

.benefit-popup ul {
	font-size: 18px;
	line-height: 28px;
}

.benefit-popup ul li {
	position: relative;
	padding-left: 20px;
}

.benefit-popup ul li {
	font-weight: bold;
	border-bottom: 1px solid #adc7dc;
	padding-top: 8px;
	padding-bottom: 8px;
}

.benefit-popup ul li:last-child {
	border-bottom: none;
}

.benefit-popup ul li:before {
	position: absolute; 
	left: 0; 
	font-size: 8px; 
	font-weight: 800; 
	font-family: 'Font Awesome 5 Free';
}

.benefit-popup ul li:before {
	content: "\f111";
	color: #9f4091;
}

.benefit-popup ul li ul {
	margin-top: 10px;
	font-size: 16px;
}

.benefit-popup ul li ul li {
	border-bottom: none;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}


.benefit-popup ul li ul li ul {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 15px;
	padding-left: 15px;
} 

.benefit-popup ul ul li:before {
	content: "\f111";
	color: #70BC00;
}

.benefit-popup ul ul ul li:before {
	content: "\f0c8";
	color: #70BC00;
}

section.faqs {
	background: #f5f7fa;
}

section.faqs .landing-styles {
	text-align: center;
}

section.faqs .landing-styles h2 {
	text-transform: uppercase;
	font-weight: bold;
}

ul.accordion {
	padding: 0;
}

ul.accordion .inners {
    padding-left: 1em;
    overflow: hidden;
    display: none; 
}

a.toggle {
      width: 100%;
      display: block;
      background: rgba(0, 0, 0, 0.78);
      color: #fefefe;
      padding: 0.75em;
      border-radius: 0.15em;
      transition: background 0.3s ease;
}

.acc {
	background: #ffffff;
	margin-top: 40px;
}

.acc .acc-wrapper {
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

.acc .accordion-text {
	display: none;
}

.acc .accordion-text ul {
	color: #000;
    line-height: 1.7em;
    margin-bottom: 25px;
}

.acc .accordion-text ul li {
	list-style-type: disc;
	list-style-position: inside;
}

.acc .accordion-text ul li a,
.acc .accordion-text p a {
	color: #7da927;
	font-weight: 700;
}

.acc .accordion-text ul li a:hover,
.acc .accordion-text p a:hover {
	color: #ff7a00;
}

.acc .accordion-container {
	width: 100%; 
	clear: both; 
	overflow: hidden;
}
.acc .accordion-container.level-2 {
	border-top: 1px solid #d9d9d9;
}
.acc .accordion-text-container {
	padding: 15px 30px;
}
.acc .accordion-toggle {
	position: relative; 
	display: block; 
	padding: 15px 55px 15px 30px; 
	font-size: 21px; 
	font-weight: bold; 
	text-decoration: none; 
}
.acc .accordion-toggle.level-1 {
	color: #fff; 
}
.acc .accordion-toggle.level-2 {
	color: #7da927; 
}
.acc .accordion-text.level-1 {
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
.acc .accordion-text.level-2 {
	border-top: 1px solid #d9d9d9;
	padding: 15px 30px; 
	overflow: auto; 
}
.acc .accordion-toggle span.toggle-icon {
	position: absolute; 
	top: 0px; 
	right: 0px; 
	height: 100%; 
	width: 50px; 
	border-left: 1px solid #fff; 
	text-align: center;
}
.acc .accordion-toggle .fa {
	vertical-align: middle; 
	position: absolute; 
	left: 50%; 
	margin-left: -8px; 
	top: 50%; 
	margin-top: -10px;
}

section.mobile-slide-animated {
	display: none;
}

section.mobile-slide-animated img {
	width: 100%;
	height: auto;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.inner-callout {
	background: #fff;
	padding: 10px;
	max-width: 300px;
}
.inner-callout p {
	text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 0;
}

section.bar {background-color: #B63E95; padding: 25px 0;}
section.bar .inner {justify-content: center;}
section.bar h3 {color: #ffffff; font-size: 24px; line-height: 1.2em; margin: 10px 0; font-weight: 700;}
section.bar a.btn {text-align: center;}

.benefits-bar > a{
	text-transform: uppercase !important;
	font-size: 26px;
}
.benefits-bar,
.benefits-bar-mobile{
    display: flex;
    align-items: center;
    justify-content: center;
}
.benefits-bar-mobile{
	display: none;
	font-weight: bold;
	font-size: 17px;
	padding: 20px 0;
}
header{
	border-bottom: none !important;
}
.benefits-bar{
	display: flex;
	font-size: 22px;
    font-weight: 600;
    padding: 30px 0;
}

/* End New Redesign */

.mec-wrap p {
	font-size: 19px;
}
.mec-month-divider {margin-top: 0;}
.amidaevents header.single-post-header {
    padding: 20px 20px;
    margin-bottom: 20px;
}
.amidaevents a.btn {
    margin: 0;
    padding: 10px 20px;
}
.amidaevent-meta {
    margin-bottom: 50px;
}
.amidaevents .inner a.btn {
    margin: 20px 0;
}
.small-meta {
    margin: 5px 0 5px 0;
    font-size: 14px;
}
.eventon_events_list .desc_trig_outter .evoet_dayblock .evo_start .day,
.eventon_events_list .desc_trig_outter .evoet_dayblock .evo_start .month,
.evolb_box.evo_eventcard .evopop_top .evo_start .day,
.evolb_box.evo_eventcard .evopop_top .evo_start .month{
	font-weight: 600 !important;
}

.evolb_content .evoet_title.evcal_event_title{
	margin-bottom: 10px;
}
.evolb_content .evocard_row .evocard_box.time .evcal_evdata_cell p,
.evolb_content .evocard_row .evocard_box.location .evcal_evdata_cell p,
.eventon_events_list .desc_trig_outter .evoet_time_expand,
.eventon_events_list .desc_trig_outter .evoet_location
{
	
	font-weight: 600 !important;
}
.ajde_evcal_calendar.boxy.boxstyle0 .eventon_events_list .eventon_list_event .evcal_desc{
	padding-top: 0 !important;
}
.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title{
	margin-bottom: 25px !important; 
}
.ajde_evcal_calendar .calendar_header .evcal_arrows:before, .evo_footer_nav .evcal_arrows:before{
	margin: 17px !important;
}
.eventon_events_list .desc_trig_outter .evoet_location .evcal_location{
    line-height: 20px;
}
.evolb_box .evolb_content .evopop_top .evoet_c3 .evoet_location ,
.evolb_box .evolb_content .evopop_top .evoet_c3 .evoet_location .evcal_location{
	margin-bottom: 0 !important;
}

#evo_lightboxes #event_time {
    display: none !important;
}
/*Responsive*/

@media (max-width: 1400px) {
	.big-title {
        font-size: 2em !important;
    }
    .extra-big-title {
        font-size: 3em!important;
    }
    .middle-title, .homepage-plan-content-col h3 {
        font-size: 1.6em!important;
    }
    body.home .homepage-hero .owl-carousel{display: block;} 

    /* New Redesign */

    section.plan-redesign .info {
    	padding: 15px 15px;
    	font-size: 1.3em;
    }

    section.plan-redesign .info i {
    	position: relative;
    	left: auto;
    	display: block;
    	margin-bottom: 5px;
    }

    /* End New Redesign */
}

@media (max-width: 1200px) {
	.menu-wrap {
		width: 80%;
	}
	.masthead-title {
      font-size: 54px!important;
  } 
  .main-menu > li a {
    padding: 20px 5px;
}
.big-title {
    font-size: 2em !important;
}
}


@media (max-width: 992px) {

	.benefits-bar-mobile{
		display: flex;
	}
	.benefits-bar{
		display: none;
	}

	.cws img {
		margin:unset!important;
		margin-bottom:20px!important; 
	}
	.header-phone a, .footer-phone {
     pointer-events:all;
 }
 .content .alignleft, .content .alignright {
  margin-bottom:20px;
}

.mobile-home-logo {
 display:block;
}
.desktop-home-logo {
	display:none !important;
}
.homepage-find-bottom-block-content:not(:first-child) {
  padding-top:30px;
}

.homepage-hero-slide ul {
    justify-content:space-between;
}
.homepage-hero-slide ul li {
	margin-bottom:10px;
    width: 49%;
}
.homepage-hero-slide a.more, .landing-hero-content a.more {
	margin:0;
	width:100%;
}
.mobile-menu .sub-menu li a {
  font-size: 1em;
}

.for-members-content-blocks-heading-desktop {
	display:none;
}

.for-members-content-blocks-heading-mobile {
	display:block;
	text-align:center;
}
.footer-col:nth-child(5) {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.header-mobile-right-side {
	display:block;
}
.homepage-about-content-heading-mobile {
	display:block;
	padding-bottom:10px;
}
/*.homepage-about-content-heading-desktop {
	display:none;
}*/
.homepage-about-content-heading-mobile p {
	margin-bottom:0;
	line-height:1;
}
.homepage-plan-content-left-side {
  padding-top:120px;
}
.header-mobile-right-side {
  width:auto !important;
  display:flex;
  align-items:center;
}
.mob-phone-link {
	display:block;
	color: #70BC00;
	font-size:16px;
	font-weight:700;
	margin-right:20px;
}
.flex {
  flex-wrap:wrap;
}
.flex > div {
  width:100%; 
}
.homepage-plan-content-left-side, 
.homepage-plan-content-right-side {
  justify-content:center;
}
.homepage-plan-content-col {
  max-width:unset;
}
header {
  /*background-color:#fff;*/
}
.desktop-homepage-logo {
  display:none;
}
header.homepage .logo {
 display:inline-block;
}
.mob-menu {
  margin:0;
}
.mob-menu span {
  width:40px;
  display:block;
  height:3px;
  background-color:#70BC00;
}
.mob-menu span:not(:last-child) {
  margin-bottom:10px;
}
header {
  padding-bottom:0;
  position:relative;
}
header > .inner {
  align-items:center; 
}
header .logo {
  top:0;
}
.utilities {
  display:none;
}
header.homepage {
  border:none;
}
.cbp-spmenu-right {
  position:absolute;
  width:100%;
  height:auto;
  left:0;
  top:100%;
  display:none;
}
.cbp-spmenu-right.cbp-spmenu-open {
  display:block;
  overflow: auto;
  height: 80vh;
}
.mobile-menu  {
  text-align:center;
  background-color:#adc7dc;
  padding-top:0;
  padding-bottom:0;
}
.mobile-menu > li > a {
  text-transform:uppercase;
  font-size:26px;
  padding:28px 0;
}
.mobile-menu > li:not(:last-child) {
  border-bottom:1px solid rgba(255,255,255,0.25);
}
.mobile-menu li.menu-item-has-children .open-level {
    top: 0;
    margin: 0;
    height: 85px;
    width: 80px;
    line-height: 85px;
}
.mobile-menu .sub-menu li .sub-menu a {
   padding: 10px 20px;
}
.mobile-menu .sub-menu li .sub-menu {
  background: #adc7dc;
}

.mobile-menu .sub-menu li.menu-item-has-children .open-level {
  line-height: 30px;
  height:39px;
  margin:0;
}
.mob-menu.opened span:nth-child(1) {
    -webkit-transform: rotate(45deg) translateZ(0px) translateY(9px) translateX(5px);
    transform: rotate(45deg) translateZ(0px) translateY(11px) translateX(8px);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.mob-menu.opened span:nth-child(2) {
    -webkit-transform: rotate(-45deg) translateZ(0px) translateY(-2px) translateX(-2px);
    transform: rotate(-45deg) translateZ(0px) translateY(-2px) translateX(-2px);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.mob-menu.opened span:nth-child(3) {
    display: none;
}
.cbp-spmenu .header-phone, .cbp-spmenu .textSize {
	display:none;
}

.cbp-spmenu .translator {
	width:100% !important;
	color:#fff;
	text-align:center;
	border:none !important;
	padding:25px 10px;
	background-color: #70BC00 !important;
	font-size: 1.2em;
}
.translator__select {
	color:#fff;
	text-align:center;
}
.translator__options li a {
	padding: 10px !important;
    color: #fff;
    text-align: center;
}
.cbp-spmenu .header-social-links a{
	color:#fff !important;
	font-size:48px;
  height:100px;
  line-height:100px;
  padding: 0 25px !important;
}
.social-container > li {
	height:auto;
	line-height:unset;
}
.cbp-spmenu .social-container {
	background-color:#FF2025;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
header .social-container > li:not(:last-child) {
	border-right:1px solid #fff;
}
header .social-container > li:last-child {
	border-right:none;
}
.homepage-about, .homepage-about > div
{
	padding-left:10px;
	padding-right:10px;
}
.homepage-find-upper-block {
	background-position: bottom right;
}
.homepage-find-upper-block, .homepage-plan-content-left-side, 
.homepage-plan-content-right-side, .homepage-find-bottom-block-content {
	padding-left:20px;
	padding-right:20px;
}
.homepage-find-upper-block-content {
	flex-wrap: nowrap;
}
.homepage-find-upper-block {
	padding-top:50px;
	padding-bottom:70px;
}
.homepage-news-events-calendar {
	padding-left:0;
}
.copyright {
	justify-content:center !important;;
}
html.fixed, body.fixed {
	overflow:hidden;
}
.homepage-news-events-content-list .slick-prev,
.homepage-news-events-content-list .slick-next {
	width:47px;
	height:47px;
	border-radius:50%;
	top:40%;
	z-index:9;
}
.homepage-news-events-content-list .slick-prev:before,
.homepage-news-events-content-list .slick-next:before {
	color:#9ac341;
	font-family: "Font Awesome 5 Free";
	display:block;
	top: 50%;
    transform: translateY(-50%);
    font-size:24px;
    margin:0 auto;
    left:0;
    right:0;
    top: 50%;
    transform: translateY(-50%);
}
.homepage-news-events-content-list .slick-prev {
	left:10px;
}
.homepage-news-events-content-list .slick-next {
	right:10px;
}
.homepage-news-events-content-list .slick-prev:before {
	content:'\f053';
}
.homepage-news-events-content-list .slick-next:before {
	content:'\f054';
}
.homepage-news-events-content-list {
	padding-bottom:25px;
}
.footer-logo {
	display:block !important;
	margin-top:0;
}
.footer-col:nth-child(1) {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom:25px;
}
.footer-col:nth-child(2), .footer-col:nth-child(4) {
	width:40%;
	padding-bottom:25px;
}
.footer-col:nth-child(3), .footer-col:nth-child(5) {
	width:60%;
}
.footer-content {
	padding:25px 20px;
	padding-bottom:0;	
}
.footer-content h4 {
	font-weight:700;
}
.footer-menu li + li {
	margin-left:0;
}
.footer-menu {
	display:flex;
	flex-direction:column;
}
.footer-donate, .footer-phone {
	width:210px;
}
.footer-copyright-text {
	margin-bottom:20px;
}
.wpfront-message {
  text-align: left !important;
  padding-right:15% !important;
  padding-left:20px;
}
.homepage-about-content-right-side {
	padding-left:0;
}
.masthead .inner .content {
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.masthead-title {
	font-size: 42px!important;
	position:relative;
	margin:0 auto;
}
.for-members-menu-list-item, .resources-menu-list-item-wrapper {
    width: 100%;
    padding-left: 1%;
    padding-right: 1.5%;
}
.for-members-content-blocks-right-side {
    padding-left: 0;
}
.for-members-content-blocks-left-side {
	padding-bottom:20px;
}

section.homepage-news-events h2.middle-title {
	text-align: center;
}

/* New Redesign */

section.header-callout ul li span {
	display: none;
}

section.plan-redesign {
	padding: 40px 0px;
}
section.plan-redesign .plan-redesign-content-default {
	padding: 0px 20px;
	width: 100%;
	margin-bottom: 50px;
}
section.plan-redesign .plan-redesign-content-default:last-child {
	margin-bottom: 0;
}
section.plan-redesign .plan-redesign-content-col {
	max-width: 100%;
}

section.find-provider .find-provider-upper-block {
	background-position: bottom right;
	padding: 70px 20px;
}

section.find-provider .find-provider-upper-block-content {
	flex-wrap: nowrap;
}

section.inner-hero .v1 .inner-hero-content,
section.inner-hero .v3 .inner-hero-content {
	max-width: 100%;
}

section.inner-hero .inner-hero-content.styles h1 {
	font-size: 34px;
    line-height: 40px;
}

section.inner-hero .inner-hero-content.styles ul,
section.inner-hero .inner-hero-content.styles p {
	font-size: 20px;
	line-height: 28px;
}

section.inner-hero .inner-hero-slide {
	padding-top: 50px;
	padding-bottom: 70px;
}

section.inner-hero .contact-form {
	max-width: 100%;
	margin-top: 30px;
	margin-left: 0;
}

section.personalized-care .image {
	margin-right: 0;
}

section.personalized-care .text {
	margin-left: 0;
}

section.personalized-care .yt_video {
	margin-right: 0;
	margin-bottom: 25px;
}

section.personalized-care .image i {
	font-size: 51px;
	margin-top: -25px;
}

section.information .info .info-content {
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

section.information .info-box.custom {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 20px;
}

section.benefits .benefits-wrap .benefit-single {
	max-width: 49%;
	margin-bottom: 10px;
	min-height: auto;
}

section.benefits .benefits-wrap .benefit-single-content {
	padding: 15px;
}

section.benefits .benefits-wrap .benefit-single:after {
	right: 5px;
    bottom: 5px;
    font-size: 20px;
}

section.benefits .benefits-wrap .benefit-single h5 {
	font-size: 18px;
    line-height: 28px;
}

section.information .info-box img {
	position: relative; 
	left: auto;
	bottom: auto;
	margin: 0 auto;
}

.custom-row .half {
	width: 100%;
}

.spaced-big {
	padding: 60px 0px;
}

.landing-styles h2 {font-size: 38px; line-height: 46px;} /* Checked */
.landing-styles h3 {font-size: 32px; line-height: 38px;} /* Checked */

section.callout-page {
	display: none;
}

section.header-callout {
	display: block;
}

section.inner-hero-static {
	padding-top: 0;
	background-color: #e2e9f3;
	background-image: none !important;
}

section.inner-hero-static .inner-hero-container {
	padding-top: 40px;
}

section.inner-hero-static .inner-hero-mobile {
	display: block;
}

section.inner-hero-custom .caption {
	position: relative;
    top: auto;
    left: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 50px 0;
    background: #e3e8f1;
}

section.inner-hero-custom .owl-carousel {
	display: none;
}

section.inner-hero-custom .inner-hero-slide {
	padding: 150px 0 !important;
	background-image: none !important;
}

section.mobile-slide-animated {
	display: block;
}

section.bar h3 {text-align: center; margin-top: 0;}

/* End New Redesign */

}

@media (max-width: 768px) {

	header .logo img {
		height: 50px;
	}

	header {
		z-index: 999 !important;
		position: relative;
		width: 100% !important;
	}

	.homepage-hero .homepage-hero-slide {
		background-size: auto 100%;
	}


	.blog-item {
		flex-wrap:wrap;
		justify-content:center;
		background-color:transparent;
	}
	.blog-item-content-bg {
        padding-left: 0!important;
    }



    .gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
        width: auto !important;
    }
    .gform_wrapper .ginput_container span:not(.ginput_price) {
        display:inline-block!important;
    }
    .gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
     margin-bottom:0!important;
 }
 .gform_wrapper .gfield_radio {
     padding-bottom:0!important;
 }

 .resources-video-slider {
    padding: 50px 0;
} 
.resources-menu {
  padding-top:20px;
  padding-bottom:20px;
}
.resources-menu-list-item-wrapper {
	margin-bottom:10px;
}
.for-members-content {
    padding-top: 40px;
    padding-bottom: 40px;
}
.for-members-menu {
  padding-top: 20px;
  padding-bottom: 35px;
}
.for-members-menu h2 {
  font-size:32px;
}
.masthead {
  min-height: 250px;
}
.masthead-title {
    font-size: 38px!important;
}
.footer-col:nth-child(1) {
    /*flex-direction: row;*/
}
.footer-copyright-text, .copyright-menu li a {
  font-size:13px !important;;
}
.copyright-menu li {
  line-height:2;
}
.homepage-news-events {
  padding-top:40px;
  padding-bottom:50px;
}
.homepage-news-events-calendar-list {
  height:auto;
}
.homepage-news-events-content-list-wrapper .big-title {
  text-align:center;
}
.homepage-news-events-content-list .slick-prev {
  left:-15px;;
}
.homepage-news-events-content-list .slick-next {
  right:-15px;;
}
.homepage-news-events-content-list .slick-slide {
  padding-left:45px;
  padding-right:45px;
}
.homepage-find-bottom-block-content {
  padding-bottom:15px;
}
.homepage-find-bottom-block-content:not(:first-child) {
  padding-top:30px;
  }f
  .homepage-find-upper-block {
    background-image: url(../images/find_bg_mob.png);
    min-height:unset;
}
.homepage-find-upper-block-content-text p {
  font-size:17px;
}
.homepage-find-upper-block-content span img {
  width:86px;
  height:86px; 
}
.homepage-plan-content-left-side, .homepage-plan-content-right-side {
  padding-bottom:30px;
}
.homepage-plan-content-col h3 {
    font-size: 1.88em;
}
.homepage-plan-content-col p {
    font-size:1em;
}
.homepage-plan-content-left-side {
    padding-top: 120px;
}
.homepage-plan-content-right-side {
    padding-top: 30px;
}
.homepage-about {
    padding-bottom: 100px;
}
.homepage-plan h2 {
  padding:20px 50px;
}
.homepage-about-content-right-side {
  padding-top:20px;
}
body {
  font-size:17px;
}
.homepage-hero .homepage-hero-slide .homepage-hero-text {
  text-align:center;
}
.homepage-hero .homepage-hero-slide {
    min-height: unset;
    padding-top: 500px;
    padding-bottom: 150px; 
}
.homepage-hero .homepage-hero-slide .homepage-hero-text p, .landing-hero-content p {
  font-size:1.17em;
}
.extra-big-title {
    font-size: 1.50em!important;
    font-weight: bold;
    line-height: 1!important;
    letter-spacing: normal;
}
.homepage-hero-text ul.flex li {
  margin-bottom:15px;
}
.homepage-hero .owl-dots {
  display:none;
}
.big-title {
    font-size: 1.8em!important;
    letter-spacing: normal;
}

.middle-title {
    font-size: 1.4em!important;
    letter-spacing: normal;
}
.homepage-about-content-right-side .middle-title, .homepage-about-content-right-side .big-title {
  position:relative;
  margin: 0 auto;
}
.interior .main {
  padding:20px 0;
}


/* New Redesign */
section.find-provider .find-provider-upper-block-content span img {
	width: 86px;
    height: 86px;
}

section.find-provider .find-provider-upper-block-content-text p {
	font-size: 17px;
}

section.find-provider .find-provider-upper-block-content-text a.btn {
	font-size: 0.5em;
}

section.homepage-about.redesign {
	padding: 40px 0px;
}

section.inner.inner-mobile {
	display: block;
}
body.page-template.tpl-giving-tuesday .masthead {
	display: none;
}

body.page .masthead,
body.blog .masthead {
	display: none;
}

body.page .masthead-mobile,
body.blog .masthead-mobile {
	display: block;
}



}
/*Landing Responsive*/
@media (max-width: 992px) {
    .homepage-hero:after {
        background-image: url(../images/home-shape1-mobile.png);
    }
    .homepage-news-events-content-list-item-thumb {
        height: 420px;
    }
    .homepage-plan-content-left-side {
    padding-top: 150px;
}
.homepage-plan-content-right-side {
    padding-top: 50px;
}
  .cbp-spmenu .social-container .translator {
      padding-left: 0;
      text-align: left;
      padding-right: 0;
  }
  .translator__options {
    position: relative;
    z-index: 9999;
    min-width: unset;
    line-height: unset;
    margin-top: 0;
    background-color: #70BC00;
    padding: 0;
    margin-left: 0;
    width: 100%;
    left: 0;
    top: unset;
}
.cbp-spmenu .social-container .translator__options {
    box-shadow: none;
}
.landing-header-content {
	width:auto !important;
}
.landing-header-wrapper {
	background:transparent;
}
.landing-hero-content {
	width:100%;
	text-align:center;
}
.landing-hero-content a.more:first-child {
	margin-left:30px;
}
.landing-hero-content ul.flex {
	justify-content:center;
}
.landing-about-section .homepage-about-content-right-side {
	padding-left:0;
	order:-1;
	padding-bottom:20px;
}
.landing-cta-content {
	flex-direction:column;
}
.landing-cta-content .middle-title {
	margin-bottom: 10px;
}
.landing-cta-content .btn {
	margin-left:0;
	margin-right:0;
	margin-top: 25px;
}
.landing-form-upper-block:before {
	content:'';
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
	z-index: 0;
}
.landing-form-upper-block {
    background-position: top right 10%;
    position: relative;
}
.landing-form-upper-block-content {
	width:100%;
}
.landing-footer-col {
	width:100% !important;
	padding-bottom:15px;
	text-align:center;
}
.landing-footer-content .landing-footer-col:nth-child(1) {
    margin-top: 0; 
    display: flex;
    align-items: center;
    justify-content:center;
}
.landing-copyright br {
	display:none;
}
.footer-donate, .footer-phone {
	position:relative;
}
.landing-footer-col .aligncenter {
	margin:0 15px;;
}
.landing-hero {
    background-position: top right 10%;
}
.landing-cta-content p {
	margin-bottom:25px;
}
.landing-cta-content p span {
	display:block;
	text-align:center;
}
.footer-donate, .footer-phone {
	float:left;
}
.footer-col .social-container {
	justify-content: flex-start;
}
.homepage-find-upper-block-content-text p a.btn {
	font-size:15px;
}

}
@media (max-width: 768px) {
	.landing-form-form-content div.ginput_complex.ginput_container.gf_name_has_1 span {
        width: 100%;
        margin-bottom:0;
    }
    .masthead {
        background-position: right 30% center;
        padding-left:0;
        padding-right:0;
    }
    .landing-header-logo {
      width:194px;
  }
  .landing-header-logo img {
      max-width:100%;
  }
  .landing-header-content p {
      display:none;
  }
  .landing-header-content a.btn {
      width:60px;
      height:60px;
      padding:0;
      text-align:center;
  }
  .landing-header-content a.btn i {
      color:#fff !important;
      line-height:60px;
      padding:0;
      margin-right:0;
  }
  .landing-header-content a.btn span {
      display:none;
  }
  .landing-header {
      height:110px;
  }
  .landing-hero {
      min-height:700px;
  }
  .landing-hero-content .extra-big-title {
      font-size:48px !important;
  }
  .landing-hero-content p {
      font-size: 24px;
      font-weight: 700;
  }
  .landing-hero #follow-me {
      display:none;
  }
  .landing-hero {
      padding-bottom:85px;
      padding-top:320px;
  }
  .landing-hero-content a.more {
      margin:0 5px !important;
  }
  .landing-about-section .homepage-about-content .big-title {
      font-size:36px !important;
  }
  .landing-about-section .homepage-about-content-right-side {
      padding-top:0;
  }
  .landing-about-section {
      padding-bottom:30px;
  }
  .landing-cta-content .middle-title, .landing-form-upper-block-content .middle-title {
      font-size:36px !important;
  }
  .landing-cta-content p {
      font-size:20px;
  }
  .landing-form-upper-block {
     padding-top:45px;
     padding-bottom:75px;
 }
 .landing-form-form:before {
    background-size: 150% 100%;
}
.landing-form-form .middle-title {
  font-size:32px !important;
}
.landing-form-form-content-heading p {
  font-size:20px;
}
.landing-form-form {
  padding-top:40px;
  padding-bottom:40px;
}
.landing-form-form-content-form p {
  font-size:26px;
}
.landing-form-form-content-form p span {
  font-size:17px;
}
.landing-form-form-content .gform_wrapper ul.gform_fields li.gfield {
  width:100%;
}
.landing-footer-content {
  padding-top:15px;
  padding-bottom:30px;
}
.landing-footer-content .landing-footer-col:nth-child(1) {
  padding-bottom:30px;
}
.landing-copyright {
  margin-bottom:0;
  font-size:13px !important;
}
.landing-footer-social-container {
  padding-top:20px;
  padding-bottom:25px;
}
.footer-col:nth-child(3) p {
	font-size:0.77em;
}
.homepage-about-content {
  padding-top:25px;
}
.resources-menu-list {
   padding-left:0;
   padding-right:0;
}

}
@media (max-width: 576px) {
 .homepage-hero-slide-mobile,
 .inner-hero-slide-mobile {   
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
}
    .homepage-hero .homepage-hero-slide#amida-app-slide {
        background-position: top -100px right 20%;
        background-size: auto;
    }
        .homepage-news-events-content-list-item-thumb {
        height: 220px;
    }

	.homepage-find-upper-block-content-text br {
		display:none;
	}
	.masthead-title {
		margin:unset;
		padding-right: 40%;
	}
	.masthead .inner {
		padding-left:0 !important;
	}
	.mobile-menu li.menu-item-has-children .open-level {
        top: 0;
        margin: 0;
        height: 85px;
        width: 80px;
        line-height: 75px;
    }
    .masthead {
        padding: 50px 15px 150px 15px;
    } 
    .landing-hero-content ul.flex li {
      margin-bottom:10px;
  }
  .homepage-about-content-left-side a {
      font-size:21px;
  }
  .homepage-about-content-left-side a i {
      font-size:51px;
  }
  .landing-hero {
    background-position: top right 30%;
}
.landing-form-upper-block {
    background-position: top right 25%;
}
.footer-content {
	padding-bottom:10px;
}
.masthead {
	background-position: right 30% center;
}
.homepage-find-upper-block {
 background-position: right -300px top 0;
}
.homepage-hero .homepage-hero-slide.align-bg-right {
    background-position: right 30% center;
}
.masthead-title {
    font-size: 32px!important;
}
.ajde_evcal_calendar .calendar_header p {
	font-size:30px !important;
}
.ajde_evcal_calendar .calendar_header p.evo_arrows.right {
    margin-top: -5px !important;
}
.homepage-hero-slide ul {
  flex-direction:column;
  max-width: 400px;
}
.homepage-hero-slide ul li {
    margin-bottom:10px;
    width: 100%;
}

section.find-provider .find-provider-upper-block {
	 background-position: right -200px top 0;
}

}


@media (max-width: 450px) {
     .homepage-hero-slide-mobile,
     .inner-hero-slide-mobile {   
    background-size: contain;
}
	.footer-donate, .footer-phone {
		width:100%;
	}
	.footer-phone-subtitle  {
		font-size: 13px;
	}
	header .logo {
      max-width: 120px;
  }
}

.gform_wrapper input[type=radio] {
	display:inline-block!important;
	height:15px!important;
	min-width:15px !important; 
	margin-top:3px!important;
}



@media (max-width: 400px) {
	.resources-menu-list-item {
		padding-left:15px;
		padding-right:15px;
	}

	.mob-phone-link {
		display:none;
	}

    .middle-title {
        font-size: 1.2em!important;
        letter-spacing: normal;
    }
    .footer-col:nth-child(4) a, .footer-menu > li > a {
     font-size: 0.6em; 
 }
 .ajde_evcal_calendar .calendar_header p {
    font-size: 20px !important;
}

}

/* responsive */
@media (max-width: 768px){
   .ajde_evcal_calendar.boxy.box_3 .eventon_list_event, 
   .ajde_evcal_calendar.boxy.box_4 .eventon_list_event, 
   .ajde_evcal_calendar.boxy.box_5 .eventon_list_event,
   .ajde_evcal_calendar.boxy.box_6 .eventon_list_event,
   .ajde_evcal_calendar.boxy.box_7 .eventon_list_event
   {width: 49.7%!important;}
}
@media (max-width: 650px){
   .ajde_evcal_calendar.boxy .eventon_list_event{width: 100%!important;}
}
@media (max-width: 480px){

   .ajde_evcal_calendar.boxy.box_2 .eventon_list_event, 
   .ajde_evcal_calendar.boxy.box_3 .eventon_list_event, 
   .ajde_evcal_calendar.boxy.box_4 .eventon_list_event, 
   .ajde_evcal_calendar.boxy.box_5 .eventon_list_event,
   .ajde_evcal_calendar.boxy.box_6 .eventon_list_event,
   .ajde_evcal_calendar.boxy.box_7 .eventon_list_event
   {width: 100%!important;}
}
