@font-face {
    font-family: 'chalkdusterregular';
    src: url('fonts/chalkduster-webfont.woff2') format('woff2'),
         url('fonts/chalkduster-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

body {
	font-family: "Noto Sans", serif;
	font-optical-sizing: auto;
	font-weight: none;
	font-style: normal;
	font-size: 22px;
	line-height: 1.5;
}

h1, h2 {
	font-family: 'chalkdusterregular';
	font-weight: normal;
	line-height: 1.25;
}

.g-container {
	width: 1368px;
	max-width: calc(100% - 100px);
}

.button {
	display: inline-block;
	font-size: 19.8px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	color: #fff;
	background-color: #51b4a5;
	padding: 18px 45px;
	border-radius: 33px;
	border: 2px solid #fff;
}

.button:hover, .button.blue:hover, .button.light-blue:hover {
	color: #fff;
	background-color: #9127b1;
}

.button.blue {
	background-color: #2758a1;
}

.button.light-blue {
	background-color: #5b8bd4;
}

.button.purple {
	background-color: #9127b1;
}

.button.purple:hover {
	background-color: #2758a1;
}

.button.login {
	padding-left: 85px;
	padding-right: 75px;
	background-image: url('images/log-in-icon.webp');
	background-repeat: no-repeat;
	background-position: center left 47px;
}

.button.donate {
	padding-left: 85px;
	padding-right: 75px;
	background-image: url('images/donate-icon.webp');
	background-repeat: no-repeat;
	background-position: center left 47px;
}

/* TOP */

#g-top {
	background: #2858a1;
	color: #fff;
	padding: 10px 0;
}

#g-top .g-content {
	margin: 0;
	padding: 0;
}

#g-top a {
	color: #fff;
}

#g-top  .menu {
	margin: 0;
	text-align: right;
}

#g-top  .menu li {
	display: inline-block;
	font-size: 19.8px;
	font-weight: 600;
	margin: 0 18px;
}

#g-top  .menu li a {
	padding-left: 26px;
}

#g-top  .menu li:hover {
	filter: invert(34%) sepia(73%) saturate(500%) hue-rotate(1deg) brightness(110%);
}

#g-top  .menu li.home {
	background: url('images/home-icon.webp') left center no-repeat;
	background-size: 14px;
}

#g-top  .menu li.abuse {
	background: url('images/report-icon.webp') left center no-repeat;
	    background-size: 15px;
}

#g-top  .menu li.donate {
	background: url('images/donate-icon.webp') left center no-repeat;
	background-size: 18px;
}

#g-top  .menu li.find-cac {
	background: url('images/find-icon.webp') left center no-repeat;
	background-size: 18px;
}

#g-top  .menu li.log-in {
	background: url('images/log-in-icon.webp') left center no-repeat;
	background-size: 16.2px;
	
}

/* Navigation */

#g-navigation {
	background: #5b8bd4;
	padding: 12px 0;
}

#g-navigation .g-content {
	margin: 0;
	padding: 0;
}

#g-navigation .g-logo.g-logo-helium img {
    max-height: 80.1px;
}

#g-navigation .main-menu, #g-navigation .navigation-buttons {
    display: flex;
    align-items: center;
	justify-content: flex-end;
}

#g-navigation .g-main-nav .g-toplevel > li {
    margin: 0 14.4px;
}

#g-navigation  .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
	font-family: "Noto Sans", serif;
    font-size: 21.6px;
    font-weight: 600;
}

#g-navigation .g-main-nav .g-toplevel > li  > .g-menu-item-container {
    color: #fff;
}

#g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container {
	filter: invert(34%) sepia(73%) saturate(500%) hue-rotate(1deg) brightness(110%);
}

#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator {
    float: left;
    width: 18px;
    height: 9px;
    background: url('images/arrow_drop_down.webp') center center no-repeat;
    margin-right: 5px;
    position: relative;
    top: 13px;
    background-size: contain;
}

#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator:after {
    content: none ;
}

#g-navigation .g-main-nav .g-dropdown {
    background: #2858a1;
	padding: 15px;
}

#g-navigation .g-main-nav .g-sublevel > li {
    margin: 2.5px 12.5px;
}

.g-main-nav .g-sublevel > li > .g-menu-item-container {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

.g-main-nav .g-sublevel > li > .g-menu-item-container:hover {
    color: #ffc433;
}

/* Main */

#g-mainbar {
    padding: 0;
}

#g-mainbar .g-content {
	margin: 0;
	padding: 0;
}

/* Home */

.home .wpb_row .master-slider-parent *, .home  .master-slider-parent * {
    box-sizing: border-box;
}

#homepageSlider h1 {
	font-family: "Noto Sans", serif;
	font-size: 29.6px;
	font-weight:600;
	line-height: normal;
	color: #fff;
	max-width:  512px;
	margin-top: 0px;
	position: relative;
}

#homepageSlider h1:before {
	content: '';
	display: block;
	width: 78.3px;
	height: 60.3px;
	position: absolute;
	right: 50px;
	top: 0;
	background: url('images/sc-icon-white.webp') center center no-repeat;
	background-size: contain;
}

#homepageSlider h1 .hero {
	font-family: 'chalkdusterregular';
	font-size: 51px;
	font-weight: 400;
	line-height: 1.25;
	display: block;
}

#homepageSlider  h2 {
	font-size: 47.85px;
	font-weight: 400;
	color: #fff;
	line-height: 0.9;
}

#homepageSlider  .vc_col-sm-4 {
	padding: 0;
}

#sliderNumbers {
	padding-bottom: 35px;
}

#sliderNumbers  .vc_col-sm-4:nth-child(2) {
	padding-right: 47px;
}

#sliderNumbers  .vc_col-sm-4:nth-child(3) {
	padding: 0 23.5px;
}

#sliderNumbers  .vc_col-sm-4:nth-child(4) {
	padding-left: 47px;
}

#sliderNumbers p.text {
	line-height: 1.15;
}

#heroHeadding .login {
	margin-right: 35px;
}

#homepageSlider .numbers {
	box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.31);
    border-radius: 20px;
	padding: 27px 36px 27px 36px;
	color: #fff;
	font-size: 21.8px;
	text-align: center;
}

#homepageSlider .numbers.centers {
	background-color: rgba(91, 139, 212, 0.86); 
	
}

#homepageSlider .numbers.helped {
	background-color: rgba(40, 88, 161, 0.86);
}

#homepageSlider .numbers.services {
	background-color: rgba(146, 40, 176, 0.86);
}

#homepageSlider .numbers .number {
    font-size: 53.2px;
    font-style: italic;
    display: table;
    margin: 0 auto;
    position: relative;
	opacity: 0;
	transition: opacity 1s;  
}

#homepageSlider .numbers .number.visible {
    opacity: 1;
}

#homepageSlider .numbers.centers .number:before {
	content: '';
	width: 56.7px;
	height: 43.2px;
	position: absolute;
	left: -67.5px;
	top: -6px;
	background: url('images/house_icon.webp') center center no-repeat;
	background-size: contain;
}

#homepageSlider .numbers.helped  .number:before {
	content: '';
	width: 53.1px;
	height: 42.3px;
	position: absolute;
	left: -67.5px;
	top: -6px;
	background: url('images/diversity_icon.webp') center center no-repeat;
	background-size: contain;
}

#homepageSlider .numbers.services .number:before {
	content: '';
	width: 44.1px;
	height: 48.6px;
	position: absolute;
	left: -67.5px;
	top: -10px;
	background: url('images/shield_icon.webp') center center no-repeat;
	background-size: contain;
}

#homepageSlider .mouseFollow {
    position: absolute;
    transition: transform 0.2s ease-out;
    will-change: transform;
}

#ourMission {
	background: #f4e4c3;
	padding: 65px 0;
	font-size: 24.3px;
	line-height: normal;
	color: #000000;
	overflow: visible;
}

#ourMission:after {
	content: '';
	display: block;
	width: 445.5px;
	height: 423px;
	position: absolute;
	left: -300px;
	bottom: -211.5px;
	background: url('images/circle_bg.webp') center center no-repeat;
	background-size:  contain;
	z-index: 1;
}

#ourMission h2 {
    font-size: 70.2px;
	line-height: 1.25;
    color: #2858a1;
    margin-top: 0;
	margin-bottom: 0;
    padding-top: 45px;
    background: url('images/title_bg.webp') top left no-repeat;
	background-size: 445px;
}

#ourMission .purple {
	text-transform: capitalize;
}

#ourMission .banner {
    background: url('images/conf-bg.webp') top center no-repeat;
    background-size: contain;
    padding: 75px 10px 0px 85px;
}

#ourMission  .wpb_content_element {
	margin-bottom: 0;
}

#findCAC {
	background: #2758a1;
	color: #fff;
	font-size: 24.3px;
	padding: 58.5px 0;
	overflow: visible;
}

#findCAC:after {
    content: '';
    display: block;
	width: 445.5px;
	height: 423px;
    position: absolute;
    right: -320px;
    bottom: -211.5px;
    background: url('images/circle_bg.webp') center center no-repeat;
    background-size: contain;
    z-index: 1;
    transform: rotate(125deg);
}

#findCAC h2 {
	font-size: 48.6px;
	line-height: 1.25;
}

#findCAC .text {
	padding-bottom: 85px;
	background: url('images/text_bg.webp') left bottom no-repeat;
	background-size: 100% auto;
	margin-bottom: 25px !important;
}

#findCAC .wpb_content_element {
	margin-bottom: 0;
}

#BeHeard4Kids {
    padding-top: 72px;
    padding-bottom: 520px;
    background: #ffc433 url('images/for_kids_bg.webp') bottom center no-repeat;
    background-size: contain;
    color: #3a3a3a;
    font-size: 24.3px;
    background-size: 90% auto;
}

#BeHeard4Kids h2 {
    font-size: 76.5px;
	line-height: 1.25;
    color: #2858a1;
    margin-top: 0;
	margin-bottom: 0;
    padding-bottom: 45px;
    background: url('images/for_kids_title_bg.webp') bottom left no-repeat;
	background-size: 90% auto;
}


#connectRow {
	padding: 65px 0 45px 0;
	background: #51b4a5 url('images/connect_bg.webp') bottom center no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 24.3px;
}


#connectRow  h2 {
    font-size: 68px;
	line-height: 1.25;
    color: #fff;
    margin-top: 0;
	margin-bottom: 0;
    padding-top: 117px;
    background: url('images/connect_title_bg.webp') top left no-repeat;
	background-size: 500px auto;
}

.home .map_container .map_render {
    padding: 5px;
    background: url('images/map_bg.webp') top 4px left 21px no-repeat;
    background-size: contain;
}

#recentNews {
	background: #5b8bd4;
	color: #fff;
	font-size: 19.44px;
	font-weight: 800;
}

#recentNews .wpb_content_element {
	margin-bottom: 0;
}

#recentNews p {
	margin: 0;
	padding: 13.5px 0;
}

#recentNews .recent {
	display: inline-block;
	font-family: 'chalkdusterregular';
	font-size: 20.7px;
	font-weight: 400;
	padding: 5px 15px;
	background: #2858a1;
	border-radius: 18px;
}

#recentNews a {
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	padding-right: 58.5px;
	background: url('images/yellow_arrow.webp') center right no-repeat;
	background-size: 48px;
}

#recentNews a:hover {
	color: #ffc433;
}

#recentNews .dot {
	display: inline-block;
	padding: 0 15px;
	font-size: 36px;
	vertical-align: middle;
	line-height: 1;
}

/* Inner Pages */

#mainTitile {
    background: #f4e4c3;
    margin-top: 0 !important;
	padding: 65px 0;
}

#mainTitile:after {
	content: '';
	display: block;
	width: 495px;
	height: 470px;
	position: absolute;
    right: -397px;
    bottom: -177px;
	background: url('images/circle_dark_bg.webp') center center no-repeat;
	background-size:  contain;
	z-index: 1;
}

#mainTitile h1 {
	font-size: 75.6px;
	color: #2858a1;
	font-weight: 400;
	line-height: 1.25;
	padding-top: 57.5px;
    background: url('images/main_title_bg.webp') top left no-repeat;
	background-size: 414px auto;
}

#mainTitile  .wpb_content_element, .blueTitle   .wpb_content_element {
    margin-bottom: 0px;
}

#mainTitile.vc_row.vc_column-gap-30 > .vc_column_container {
    padding: 0 15px;
}

.blueTitle {
	background: #2858a1;
	color: #fff;
	padding: 25px 0;
}

.blueTitle h2 {
	font-size: 72px;
	font-weight: 400;
	line-height: 1.25;
    text-align: center;
    padding-top: 60px;
    background: url('images/title_bg.webp') top center no-repeat;
	margin: 0;
}

.theTeam {
	padding: 75px 0;
	font-size: 24px;
	font-weight: 500;
	position: relative;
}

.theTeam.staff:after {
    content: '';
    display: block;
    width: 495px;
    height: 470px;
    position: absolute;
    right: -430px;
    bottom: -210px;
    background: url('images/circle_dark_bg.webp') center center no-repeat;
    background-size: contain;
    z-index: 0;
    transform: rotate(153deg);
}

.theTeam  .wpb_single_image .vc_single_image-wrapper {
    border: 0 !important;
	padding: 15px;
	background-size: cover !important;
}

.theTeam  .wpb_single_image.apply .vc_single_image-wrapper {
	padding-right: 0;
}

.theTeam .yellow .vc_single_image-wrapper {
	background: url('images/img_yellow_bg.webp') top center no-repeat;
}

.theTeam .green .vc_single_image-wrapper {
	background: url('images/img_green_bg.webp') top center no-repeat;
}

.theTeam .blue .vc_single_image-wrapper {
	background: url('images/img_blue_bg.webp') top center no-repeat;
}

.theTeam .brown .vc_single_image-wrapper {
	background: url('images/img_brown_bg.webp') top center no-repeat;
}

.theTeam h5 {
	font-family: 'chalkdusterregular';
	font-size: 37px;
	font-weight: normal;
	line-height: 1;
	color: #2858a1;
	margin: 0;
}

.theTeam.board {
	font-size: 22px;
}

.theTeam.board h5 {
    font-size: 30px;
    margin: 0 0 10px 0;
    min-height: 60px;
}

.theTeam.board  .wpb_single_image img  {
	border: 6px solid #fff;
}

.theTeam.board  .wpb_single_image .vc_single_image-wrapper {
	padding: 10px;
}

.theTeam  p {
	margin-top: 0;
}

.theTeam  .wpb_single_image .vc_single_image-wrapper.vc_box_outline img {
	border: 0;
}

.theTeam.board  .wpb_single_image .vc_single_image-wrapper.vc_box_outline img {
    border: 6px solid #fff;
}

.theTeam.staff  .wpb_single_image .vc_single_image-wrapper.vc_box_outline img {
	width: 365px;	
}

.theTeam  .notice {
	max-width: 400px;
	margin: 0 auto;
	background: url('images/img_brown_bg.webp') top center no-repeat;
	background-size: cover;
	padding: 50px;
	min-height: 565px;
	display: flex;
    flex-wrap: wrap;
    align-content: center;
	position: relative;
}


.theTeam  .notice:before {
	content: '';
	width: 369px;
	height: 51px;
	background: url('images/notice_before.webp') top center no-repeat;
	background-size: contain;
	position: absolute;
	top: 45px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
}

.theTeam  .notice:after {
	content: '';
	width: 460px;
	height: 51px;
	background: url('images/notice_after.webp') top center no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 45px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
}

/* Footer */

#g-footer {
	background: #2758a1;
	padding: 45px 0 0 0;
	margin-top: 35px;
}

.home #g-footer {
	margin-top: 0;
}

#g-footer a {
	color: #fff;
}

#g-footer a:hover {
	color: #ffc433;
}

#g-footer .button.donate {
    padding-left: 60px;
    padding-right: 30px;
    background-position: center left 30px;
}

#g-footer .button.login {
    padding-left: 60px;
    padding-right: 40px;
    background-position: center left 32px;
}

#g-footer h3 {
	font-size: 34px;
	font-weight: 600;
}

#g-footer .menu {
	font-size: 24px;
	font-weight: 600;
}

#g-footer .menu li {
	margin-bottom: 5px;
}
	
#g-footer .call-us {
    display: table;
    margin: 50px auto;
    font-size: 30px;
    font-weight: 600;
    padding-left: 50px;
    background: url('images/call-icon.webp') left center no-repeat;
    background-size: 42px;
}

#g-footer .contact-buttons {
	text-align: center;
	padding-top: 20px;
}

#g-footer .contact-buttons .button {
	margin: 0 7.5px;
}

#g-footer .footer-logo  {
	text-align: center;
}

#g-footer .footer-logo img {
	max-width: 450px !important;
}

#g-footer .g-content {
    margin-bottom: 0;
    padding-bottom: 0;
}

.socialFooter .social-icon {
	display: inline-block;
	width: 54px;
	height: 54px;
	margin: 0 7.5px;
	background: url('images/social-iconsv2.webp') no-repeat;
}

.socialFooter .social-icon:hover {
    filter: invert(34%) sepia(73%) saturate(500%) hue-rotate(1deg) brightness(110%);
}

.socialFooter .facebook-icon {
    background-position: 0px 0px;
}

.socialFooter .instagram-icon {
    background-position: -74px 0px;
}

.socialFooter .linkedin-icon {
    background-position: -150px 0px;
}

.footer-address {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 35px;
}

#g-footer  .newsletter {
    display: inline-block;
    font-size: 23px;
    font-weight: 600;
    padding-left: 60px;
    background: url('images/email-icon.webp') left center no-repeat;
    margin-top: 15px;
    background-size: contain;
}

#g-footer .copyright {
	font-size: 23px;
	font-weight: 600;
	text-align: center;
}

#g-footer .g-particle {
	margin: 0;
	padding: 0;
}

#g-footer .g-totop {
    padding: 0;
}


/* Sticky Menu */

#g-navigation.hideNav  {
	position: fixed;
	width: 100%;
	left: 0;
	top: -174px;
	background: #fff;
	opacity: 0;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	height: 70px;
    display: flex;
    align-items: center;
}

#g-navigation.sticky {
	top: 0;
	opacity: 1;
	z-index: 500;
	transition: .45s cubic-bezier(.05,.21,.41,.95) !important;
	position: fixed;
    width: 100%;
	padding: 5px 0;
}

#g-navigation.sticky .g-logo.g-logo-helium img {
    max-height: 65px;
}

#g-navigation.sticky .button {
    font-size: 16px;
}

.navHidden #g-page-surround {
	padding-top: 115px;
}

#g-footer .g-totop.uptown a {
    color: #fff;
    background: #9127b1;
    border-radius: 40px;
    line-height: 39px;
    position: fixed;
    right: 8px;
    bottom: 25px;
    display: block;
    font-size: 18px;
    width: 39px;
    height: 39px;
    text-align: center;
    z-index: 55;
}

/* Page Title & Featured Image */

.noFeaturedImage {
	min-height: 180px;
}

.noFeaturedImage.background1 .titleWrap {
	background : #ffc433 url('images/background_5.webp') center center no-repeat;
	background-size: 100% 100%;
}

.noFeaturedImage.background2 .titleWrap {
	background : #51b4a5 url('images/background_2.webp') center center no-repeat;
	background-size: 100% 100%;
}

.single-post .noFeaturedImage .titleWrap {
	background : #51b4a5 url('images/background_2.webp') center center no-repeat !important;
	background-size: 100% 100%;
}

.noFeaturedImage.background3 .titleWrap {
	background : #2858a1 url('images/background_3.webp') center center no-repeat;
	background-size: 100% 100%;
}

.noFeaturedImage.background4 .titleWrap {
	background : #f4e4c3 url('images/background_4.webp') center center no-repeat;
	background-size: 100% 100%;
	color: #2858a1;
}

.noFeaturedImage .titleWrap {
	color: #fff;
	position: absolute;
	left: 0;
	width: 100%;
}

.noFeaturedImage  h1 {
	font-size: 45px;
	font-weight: 400;
	line-height: 1.25;
    text-align: center;
	margin: 60px 0 ;
}

.single-post .noFeaturedImage  h1 {
	font-size: 36px;
	color: #fff !important;
}

#page-fi-wrap {
    height: 400px;
    clear: both;
    display: flex;
    width: 100%;
    align-items: center;
	margin-bottom: 35px;
}

#page-fi {
    background-size: cover !important;
    height: 400px;
    position: absolute;
    width: 100%;
    left: 0;
}

#page-fi:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(1 61 166 / 55%);
}


#title-wrap {
	position: relative;
	display: inline-block;
	margin-top: 250px;
	color: #fff;
}

#title-wrap h1 {
	font-size: 55px;
	color: #fff;
}

/* PopUp */

.pum-content form {
	color: #000 ;
	font-weight: 400;
}

.pum-content  ::-webkit-input-placeholder {
  color: #777;
}

.pum-content  :-moz-placeholder {
  color: #777;
}

.pum-content  ::-moz-placeholder {
  color: #777;
}

.pum-content  :-ms-input-placeholder {
  color: #777;
}

.pum-content textarea {
	height: 140px;
}

body .pum-theme-2748 .pum-content + .pum-close, body .pum-theme-enterprise-blue .pum-content + .pum-close {
    background-color: rgb(91 139 212);
}

/* Fixes */

.platform-content .blog {
	padding-top: 50px;
}

.platform-content .blog  .entry-title {
    font-family: "Noto Sans", serif;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 0;
}

#g-page-surround .platform-content .blog .entries .g-block {
	padding-bottom: 35px;
}

body .vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-outline {
    border-color: #51b4a5;
    background-color: #51b4a5;
	border-radius: 20px;
}

body .vc_cta3-content h5, body .vc_cta3-content h6, body .vc_cta3-content, body .vc_cta3-content p {
	color: #fff !important;
}

body .vc_general.vc_cta3.vc_cta3-actions-left .vc_cta3-actions {
    width: 30%;
	text-align: center;
	background: url('images/circle_dark_bg.webp') center center no-repeat;
    background-size: 100%;
}

body .vc_cta3-content h5 {
	font-size: 38px;
	font-family: 'chalkdusterregular' !important;
	font-weight: 400 !important;
	margin: 0;
}

body .vc_cta3-content p, body .vc_cta3-content h6 {
	font-family: "Noto Sans", serif !important; 
	font-weight: 400 !important;
    margin-top: 7px;
    line-height: 1.3;
    font-size: 20px;
	margin-bottom: 0;
}

body .vc_btn3.vc_btn3-color-success.vc_btn3-style-outline {
	display: inline-block;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	color: #fff;
	background-color: #2758a1;
	padding: 20px 50px;
	border-radius: 33px;
	border: 3px solid #fff;
}

body .vc_btn3.vc_btn3-color-success.vc_btn3-style-outline:hover,
body .vc_btn3.vc_btn3-color-success.vc_btn3-style-outline:active, 
body .vc_btn3.vc_btn3-color-success.vc_btn3-style-outline.active  {
	color: #fff;
	background-color: #9127b1;
	border: 3px solid #fff;
}

body .vc_do_cta3 {
    padding: 0 65px;
    margin-bottom: 35px;
}

body .vc_general.vc_cta3 .vc_cta3-content {
    vertical-align: top;
    padding: 15px 0 25px 0;
}

body .vc_general.vc_cta3.vc_cta3-actions-left .vc_cta3-content {
    padding-left: 50px;
}

.single-post #g-sidebar, .archive #g-sidebar {
    position: relative;
    top: 185px;
	padding-left: 50px;
}

.single-post #g-sidebar .g-title, .archive #g-sidebar .g-title {
	font-size: 40px;
	font-weight: 400;
	font-family: 'chalkdusterregular';
	color: #2858a1;
	
}

.archive.category #g-mainbar {
	padding-bottom: 50px;
}

.archive #g-page-surround .platform-content .entries .g-block .tease {
    margin: 0.625rem 0;
    padding: 0.938rem 0;
}

.single-post #g-sidebar .cat-item {
	margin-bottom: 10px;
}

.archive .page-header {
	padding-top: 0px;
	margin-bottom: 50px;
}

.vc_column_container {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.home .vc_column_container {
    padding-left: 0;
    padding-right: 0;
}

.pum-active {
	opacity: 1 !important;
	display: block !important;
}

.white {
	color: #fff;
}

.grecaptcha-badge { visibility: hidden; }


/* Responsive Fix */

@media (max-height: 850px) {
 
	#homepageSlider .ms-view, #homepageSlider .ms-slide {
		height: 615px !important;
	}
 
}

@media (max-height: 800px) {
	
	#homepageSlider .ms-view, #homepageSlider .ms-slide {
		height: 570px !important;
	}
	
}

@media (max-height: 750px) {
	
	#homepageSlider .ms-view, #homepageSlider .ms-slide {
		height: 530px !important;
	}
	
}

@media  (max-width: 1800px) {
	
	#ourMission:after {
		left: -360px;
	}
	
	#findCAC:after {
		right: -380px;
	}
	
	#heroHeadding {
		margin-top: -25px !important;
	}
	
	#homepageSlider .numbers {
		padding: 25px 30px 25px 30px;
	}
	
}


@media  (max-width: 1700px) {
	
	#sliderNumbers {
		padding-bottom: 20px !important;
	}
	
	#ourMission:after {
		width: 435px;
		bottom: -205px;
	}	
	
	#findCAC h2 {
		font-size: 52px;
	}
	
	#findCAC:after {
		width: 450px;
		bottom: -200px;
	}
	
	#mainTitile:after {
		right: -425px;
		bottom: -200px;
	}
	
	.theTeam.staff:after {
		right: -360px;
		bottom: -225px;
	}
	
	#homepageSlider .numbers {
		font-size: 20px;
	}
	
}


@media  (max-width: 1600px) {
	
	#homepageSlider .numbers {
		font-size: 20px;
		padding: 25px;
	}
	
	#homepageSlider .numbers .number {
		font-size: 48px;
		padding-bottom: 10px;
	}
		
	#homepageSlider .numbers.centers .number:before {
		width: 50px;
		left: -60px;
		top: -14px;
		background-size: contain;
	}
	
	#homepageSlider .numbers.helped  .number:before {
		width: 49px;
		left: -60px;
		top: -12px;
		background-size: contain;
	}
	
	#homepageSlider .numbers.services .number:before {
		width: 40px;
		left: -60px;
		top: -14px;
		background-size: contain;
	}
	
	#homepageSlider .ms-slide-container  .ms-anim-layers {
		right: -45px;
		position: relative;
	}
	
	#findCAC h2 {
		font-size: 50px;
	}

	#g-footer  .newsletter {
		font-size: 25px;
		background-size: contain;
	}

}

@media  (max-width: 1500px) {
	
	#g-navigation .g-main-nav .g-toplevel > li {
		margin: 0 10px;
	}
	
	#homepageSlider .ms-slide-container  .ms-anim-layers {
		right: -70px;
	}
	
	#heroHeadding {
		margin-top: -10px !important;
		left: 65px !important;
	}
	
	#sliderNumbers {
		padding-bottom: 20px !important;
		width: calc(100% - 130px) !important;
		left: 65px !important;
	}
	
	#findCAC h2 {
		font-size: 46px;
	}
	
	#BeHeard4Kids h2 {
		font-size: 74px;
		background-size: contain;
	}
	
	#ourMission:after {
		width: 286px;
		bottom: -140px;
		left: -240px;
		height: 266px;
	}
	
	#BeHeard4Kids {
		padding-bottom: 380px;
	}
	
	#connectRow  h2 {
		font-size: 62px;
	}
	
	#ourMission, #findCAC, #BeHeard4Kids, #connectRow {
		font-size: 25px;
	}

	#g-footer .contact-buttons .button {
		margin: 0 2.5px;
		font-size: 20px;
	}
	
	#g-footer  .newsletter {
		font-size: 23px;
		background-size: contain;
		padding-left: 60px;
	}
	
	.footer-address {
		font-size: 25px;
	}
	
	#findCAC .imapsLabel tspan {
		font-size: 10px;
	}
	
	#g-footer .menu {
		font-size: 20px;
		font-weight: 600;
	}
	
}
 
@media  (max-width: 1400px) {
	
	#g-navigation .g-main-nav .g-toplevel > li {
		margin: 0 7px;
	}
	
	#ourMission, #findCAC, #BeHeard4Kids, #connectRow {
		font-size: 24px;
	}
	
	#findCAC h2 {
		font-size: 42px;
	}
	
	#connectRow  h2 {
		font-size: 58px;
	}
	
	#g-footer .call-us {
		font-size: 30px;
	}
	
	#g-footer  .newsletter {
		font-size: 22px;
		padding-left: 50px;
	}
	
	#g-footer .contact-buttons .button {
		margin: 0px;
		font-size: 18px;
	}
	
	.footer-logo {
		padding: 0 30px;
	}
	
	.footer-address {
		font-size: 24px;
	}
	
	#g-footer .copyright {
		font-size: 20px;
	}
	
	.blueTitle h2 {
		font-size: 60px;
	}
	
	#homepageSlider .numbers p {
		min-height: auto;
	}

}
  
@media  (max-width: 1300px) {
	
	#g-top  .menu li {
		font-size: 19px;
	}
	
	#g-navigation .g-main-nav .g-toplevel > li {
		margin: 0px 5px;
	}
	
	#g-navigation  .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
		font-size: 21px;
	}
	
	#homepageSlider .numbers {
		font-size: 18px;
	}
	
	#g-navigation .button {
		font-size: 20px;
	}
	
	#ourMission h2 {
		font-size: 66px;
	}
	
	#ourMission .banner {
		padding: 60px 0px 0px 60px;
	}
	
	#findCAC h2 {
		font-size: 39px;
	}
	
	#ourMission, #findCAC, #BeHeard4Kids, #connectRow {
		font-size: 23px;
	}
	
	#BeHeard4Kids h2 {
		font-size: 68px;
	}
	
	#connectRow  h2 {
		font-size: 52px;
		background-size: contain;
	}
	
	#g-footer .contact-buttons .button {
		margin: 10px;
	}
	
	#g-footer  .newsletter {
		font-size: 20px;
		padding-left: 44px;
	}
	
	#g-footer .menu {
		font-size: 17px;
	}
	
	#homepageSlider h1 .hero {
		font-size: 53px;
	}
	
	#homepageSlider h1 {
		font-size: 29px;
	}
	
	#findCAC .imapsLabel tspan {
		font-size: 9px;
	}
	
	#findCAC .vc_col-sm-7 .vc_column-inner {
		padding: 0 !important;
	}
	
	.theTeam.board h5 {
		font-size: 26px;
	}
	
	.theTeam h5 {
		font-size: 32px;
	}
	
	body .vc_do_cta3 {
		padding: 0 35px;
	}
	
	#homepageSlider .numbers p {
		font-size: 17px;
	}

}
 
@media (max-width: 1200px) {
	
	.g-container {
		max-width: calc(100% - 30px);
	}
	
	#g-top  .menu li {
		font-size: 18px;
		margin: 0px 10px;
	}
	
	#g-navigation .button {
		font-size: 19px;
		padding: 15px 40px;
	}
	
	#g-navigation  .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
		font-size: 19px;
	}
	
	#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator {
		width: 13px;
		height: 9px;
		top: 10px;
		background-size: contain;
	}
	
	#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
		padding: 5px 0;
	}
	
	.g-main-nav .g-sublevel > li > .g-menu-item-container {
		font-size: 18px;
	}
	
	#heroHeadding {
		margin-top: 5px !important;
		left: 40px !important;
	}
	
	#homepageSlider h1 {
		font-size: 27px;
	}
	
	#homepageSlider  h2 {
		font-size: 45px;
	}
	
	#sliderNumbers {
		width: calc(100% - 70px) !important;
		left: 35px !important;
	}
	
	#sliderNumbers  .vc_col-sm-4:nth-child(2) {
		padding-right: 30px;
	}

	#sliderNumbers  .vc_col-sm-4:nth-child(3) {
		padding: 0 15px;
	}

	#sliderNumbers  .vc_col-sm-4:nth-child(4) {
		padding-left: 30px;
	}
	
	#ourMission, #findCAC, #BeHeard4Kids, #connectRow {
		font-size: 22px;
	}
	
	#findCAC h2 {
		font-size: 36px;
	}
	
	#BeHeard4Kids h2 {
		font-size: 58px;
	}
	
	#BeHeard4Kids {
		padding-bottom: 300px;
		background-size: 100% auto;
	}
	
	#g-footer .call-us {
		font-size: 27px;
		background-size: 40px;
        padding-left: 45px;
	}
	
	.socialFooter .social-icon {
		margin: 0px 4.5px;
	}
	
	#g-footer  .newsletter {
		font-size: 18px;
		padding-left: 40px;
	}
	
	.noFeaturedImage  h1 {
		font-size: 50px;
	}
	
	.theTeam {
		padding: 90px 0;
		font-size: 25px;
	}
	
	.theTeam.staff:after {
		right: -370px;
		bottom: -250px;
	}
	
	.theTeam.board {
		font-size: 18px;
	}
	
	body .vc_cta3-content h5 {
		font-size: 30px;
	}
	
	#ourMission h2 {
		font-size: 62px;
	}

}

@media (max-width: 1100px) {
	
	#homepageSlider .numbers {
		padding: 30px 20px 25px 30px;
	}
	
	.button {
		font-size: 20px;
	}
	
	#findCAC h2 {
		font-size: 34px;
	}
	
	#connectRow  h2 {
		font-size: 48px;
	}
	
	#g-footer .call-us {
		font-size: 25px;
	}
	
	.socialFooter .social-icon {
		margin: 0px 2.5px;
	}
	
	#g-footer  .newsletter {
		font-size: 17px;
		padding-left: 39px;
	}
	
	#g-footer .menu {
		font-size: 16px;
	}

	.footer-address {
		font-size: 20px;
	}
	
	.theTeam  .notice {
		padding: 50px 25px;
	}
	
	#ourMission h2 {
		font-size: 60px;
	}
	
}

@media (max-width: 1024px) {
	
	.g-offcanvas-open .g-nav-overlay {
		background: #2858a1b8;
	}
	
	#g-mobilemenu-container .g-toplevel li .g-menu-item-content {
		font-size: 21px;
		font-weight: 600;
	}
	
	#g-navigation {
		position: relative;
	}
	
	#g-navigation .button {
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%);
	}
	
	#homepageSlider .ms-slide-container  .ms-anim-layers {
		display: none;
	}
	
	#sliderNumbers {
		width: calc(100% - 50px) !important;
		left: 25px !important;
	}
	
	#ourMission h2 {
		font-size: 56px;
	}
	
	#ourMission, #findCAC, #BeHeard4Kids, #connectRow {
		font-size: 19px;
	}
	
	#findCAC h2 {
		font-size: 30px;
	}
	
	#BeHeard4Kids h2 {
		font-size: 54px;
	}
	
	#BeHeard4Kids {
		padding-bottom: 265px;
	}
	
	#connectRow  h2 {
		font-size: 42px;
	}
	
	#g-footer {
		text-align: center;
	}
	
	.footer-logo {
		padding: 0;
	}
	
	.footer-logo img {
		width: 450px;
	}
	
	#homepageSlider .ms-slide-container  .ms-slide-bgcont img {
		left: -125px;
		position: relative;
	}
	
	#homepageSlider .ms-overlay-layers:before {
		content: '';
		width: 100%;
		height: 33%;
		background: rgb(1,0,23);
		background: linear-gradient(180deg, rgba(1,0,23,1) 0%, rgba(255,255,255,0) 100%);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
	}
	
	#g-footer .menu {
		font-size: 28px;
	}
	
	#g-footer .call-us {
		font-size: 28px;
		background-size: 40px;
		padding-left: 45px;
	}
	
	.footer-address {
		font-size: 28px;
	}
	
	#g-footer  .newsletter {
		font-size: 28px;
		padding-left: 68px;
	}
	
	#mainTitile h1 {
		font-size: 75px;
	}
		
	.blueTitle h2 {
		font-size: 50px;
	}
	
	.theTeam {
		padding: 90px 0;
		font-size: 20px;
	}
	
	.hamburgerButton {
		display: none; 
	}
	
	#page-fi-wrap, #page-fi {
		height: 300px;
	}
	
	#title-wrap h1 {
		font-size: 42px;
	}
	
	#title-wrap {
		margin-top: 200px;
	}
	
	.single-post #g-sidebar {
		display: none;
	}
	
	#homepageSlider .numbers p {
		font-size: 16px;
	}
	
	#homepageSlider .ms-view, #homepageSlider .ms-slide {
		height: 700px !important;
	}

}


@media (max-height: 850px) {
	
	#homepageSlider  h2 {
		font-size: 35px;
	}
	
	#homepageSlider h1 {
		font-size: 21.6px;
	}
	
	#homepageSlider h1 .hero {
		font-size: 44px;
	}
 
}


@media (max-width: 960px) {
	
	#homepageSlider h1 .hero {
		font-size: 44px;
	}
	
	#homepageSlider h1 {
		font-size: 22px;
		max-width: 505px;
	}

	#homepageSlider  h2 {
		font-size: 40px;
	}
	
	#sliderNumbers  .vc_col-sm-4 {
		padding: 0px 15px !important;
	}
	
	#homepageSlider .numbers .number {
		font-size: 27px;
		font-weight: 600;
	}
	
	#homepageSlider .numbers {
		font-size: 17px;
		box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.31);
	}
	
	#homepageSlider .numbers {
		padding: 10px 15px 13px 30px;
		max-width: 460px;
		margin-bottom: 15px;
	}
	
	#homepageSlider .numbers.centers .number:before {
		width: 30px;
		left: -38px;
		top: -20px;
	}
	
	#homepageSlider .numbers.helped  .number:before {
		width: 29px;
		left: -38px;
		top: -16px;
	}
	
	#homepageSlider .numbers.services .number:before {
		width: 24px;
		left: -36px;
		top: -20px;
	}
	
	#homepageSlider h1:before {
		top: -10px;
	}
	
	#g-top  .menu li {
		font-size: 16px;
		margin: 0px 7.5px;
	}
	
	#homepageSlider .ms-slide-container  .ms-slide-bgcont img {
		left: -265px;
	}
	
	#heroHeadding  .button {
		display: table;
		font-size: 18px;
		margin-bottom: 7.5px;
	}
	
	#heroHeadding .login {
		display: none !important;
	}
	
	#findCAC h2 {
		font-size: 45px;
	}
	
	.home .map_container .map_render {
		margin-top: 35px;
	}
	
	#BeHeard4Kids h2 {
		font-size: 52px;
		text-align: center;
		background-size: auto;
	}
	
	#BeHeard4Kids {
		padding-bottom: 245px;
		padding-top: 50px;
	}
	
	#BeHeard4Kids.vc_row.vc_column-gap-35 > .vc_column_container {
		padding: 0 15px;
	}
	
	#connectRow  h2 {
		font-size: 48px;
		background-size: auto;
	}
	
	#mainTitile h1 {
		font-size: 70px;
		display: table;
		background-size: contain;
		margin: 0 auto;
	}
	
	body .vc_cta3_content-container {
		display: flex;
		flex-direction: column-reverse;
	}
	
	body .vc_general.vc_cta3.vc_cta3-actions-left .vc_cta3-actions {
		width: 100%;
		background:none;
	}
	
	body .vc_general.vc_cta3.vc_cta3-actions-left .vc_cta3-content {
		padding-left: 0;
	}
	
	#recentNews .dot {
		opacity: 0;
	}
	
	#homepageSlider .numbers .number {
		padding-bottom: 0px;
	}
	
}

@media (max-width: 767px) {
	
	body {
		font-size: 19px;
		line-height: 1.35;
	}

	#g-navigation .g-logo.g-logo-helium img {
		max-height: 80px;
	}
	
	#g-navigation .button {
		font-size: 17px;
		padding: 12px 25px;
		right: 10px;
	}
	
	#g-top {
		padding: 5px 0;
		min-height: 59px;
	}
	
	#g-top  .menu {
		margin-left: 50px;
	}
	
	#g-top  .menu li {
		font-size: 15px;
		margin: 0px 5px 5px 5px;
	}
	
	#homepageSlider h1 .hero {
		font-size: 37px;
	}
	
	#homepageSlider h1 {
		font-size: 18px;
		max-width: 435px;
	}
	
	#homepageSlider h1:before {
		top: -17px;
		width: 67px;
	}
	
	#homepageSlider  h2 {
		font-size: 35px;
	}
	
	#homepageSlider .numbers {
		font-size: 16px;
	}
	
	#ourMission .banner {
		padding: 35px 0px 0px 50px;
	}
	
	#findCAC h2 {
		font-size: 38px;
	}
	
	#BeHeard4Kids h2 {
		font-size: 50px;
		background-size: contain;
	}
	
	#BeHeard4Kids {
		padding-bottom: 200px;
		padding-top: 40px;
	}
	
	#connectRow  h2 {
		font-size: 45px;
	}
	
	#connectRow {
		padding: 10px 0 10px 0;
	}
	
	#ourMission {
		padding: 35px 0;
	}
	
	#findCAC:after {
		width: 430px;
	}
	
	#findCAC .imapsLabel tspan {
		font-size: 7px;
	}
	
	.g-container {
		max-width: calc(100% - 20px);
	}
	
	.home .map_aspect_ratio {
		padding-top: 75% !important;
	}
	
	#g-footer .g-totop.uptown a {
		right: 5px;
		bottom: 5px;
	}
	
	#heroHeadding {
		margin-top: 25px !important;
		left: 15px !important;
	}
	
	.button.donate {
		padding-left: 60px;
		padding-right: 30px;
		background-position: center left 30px;
	}
	
	.noFeaturedImage .titleWrap {
		position: relative;
		width: auto;
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.noFeaturedImage {
		min-height: auto;
	}

	#mainTitile:after, .theTeam.staff:after {
		display: none;
	}
	
	.noFeaturedImage  h1 {
		font-size: 40px;
		padding: 45px 0;
		margin: 0;
	}
	
	body .vc_cta3-content h5 {
		font-size: 28px;
	}
	
	#recentNews a  {
		display: table;
		margin: 10px auto 0 auto;
	}
	
	.home .map_container .map_render {
		background-position: top 4px left 0px;
	}
	
	#g-footer .call-us a {
		display: block;
		text-align:  center;
	}
	
}



@media (max-width: 600px) {
	
	#recentNews .dot {
		display: block;
		height: 10px;
	}
	
	#recentNews a {
		margin: 0 auto;
	}
	
}


@media (max-width: 500px) {
	

	#homepageSlider h1:before {
		top: -20px;
		width: 67px;
		right: 8px;
	}
	
	#g-navigation .g-logo.g-logo-helium img {
		max-height: 69px;
	}
	
	#g-navigation .button {
		font-size: 15px;
		padding: 10px 20px;
		right: 5px;
	}
	
	#heroHeadding .login {
		display: none !important;
	}
	
	#homepageSlider  h2 {
		font-size: 27px;
		text-align: center;
	}
	
	#homepageSlider .numbers {
		padding: 5px 15px 5px 30px;
		max-width: 280px;
		margin: 15px auto;
	}
	
	#ourMission h2 {
		font-size: 44px;
		background-size: contain;
	}
	
	.button {
		font-size: 17px;
	}
	
	#ourMission, #findCAC, #BeHeard4Kids, #connectRow {
		font-size: 18px;
	}
	
	#findCAC h2 {
		font-size: 35px;
	}
	
	#connectRow  h2 {
		font-size: 40px;
		background-size: contain;
	}
	
	#BeHeard4Kids {
		padding-bottom: 125px;
		padding-top: 40px;
	}
	
	.home .map_container .map_render {
		background: url('images/map_bg.webp') top 5px left 0px no-repeat;
		background-size: contain;
	}
	
	#ourMission .banner {
		padding: 25px 0px 0px 40px;
	}
	
	#g-footer .call-us {
		font-size: 28px;
		background-size: auto;
		padding-left: 50px;
		margin: 20px auto;
		background-size: 40px;
	}
	
	#BeHeard4Kids h2 {
		font-size: 42px;
	}
	
	#g-footer .menu, #g-footer  .footer-address,     #g-footer .newsletter {
		font-size: 25px;
	}
	
	#g-footer .g-content {
		margin: 0;
		padding: 0;
	}
	
	.footer-logo img {
		padding: 10px 20px;
	}
	
	#g-top  .menu li a {
		padding-left: 23px;
	}
	
	#mainTitile {
		padding: 35px 0;
	}
	
	#page-fi-wrap, #page-fi {
		height: 200px;
	}
	
	#title-wrap h1 {
		font-size: 36px;
	}
	
	#title-wrap {
		margin-top: 50px;
	}
	
	#g-footer .footer-logo img {
		max-width: 100% !important;
	}
}


@media (max-width: 430px) {
	
	#findCAC h2 {
		font-size: 33px;
	}

	.button {
		font-size: 16px;
		padding: 17px 30px;
	}	
	
	#connectRow  h2 {
		font-size: 38px;
	}
	
	
	#mainTitile h1 {
		font-size: 60px;
		padding-top: 50px;
	}
	
	.blueTitle h2 {
		font-size: 38px;
		background-size: contain;
	}
}

@media (max-width: 392px) {
	
	#findCAC h2 {
		font-size: 32px;
	}	
	
	#connectRow  h2 {
		font-size: 36px;
	}
	
}

@media (max-width: 376px) {
	
	#homepageSlider  h2 {
		font-size: 25px;
	}
	
	#g-navigation .g-logo.g-logo-helium img {
		max-height: 60px;
	}
	
	#findCAC h2 {
		font-size: 28px;
	}	
	
	#BeHeard4Kids h2 {
		font-size: 38px;
	}
	
	#connectRow  h2 {
		font-size: 34px;
	}
	
	#ourMission h2 {
		font-size: 42px;
	}
	
	#g-footer .menu, #g-footer  .footer-address, #g-footer .newsletter {
		font-size: 24px;
	}
	
	#g-top  .menu li {
		font-size: 13px;
		margin: 0px 3px 5px 3px;
		background-size: contain !important;
	}
	
	#g-navigation .button {
		font-size: 14px;
	}
	
	#title-wrap h1 {
		font-size: 32px;
	}
	
}




