/*
Theme Name: Divi Child NYPCC
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 4.1
Description: Divi Child Theme
Author: Lutz Creative Group, LLC
Template: Divi
Author URI: http://www.lutzcreativegroup.com
*/
@import url("../Divi/style.css");
/*------------------------------------------------*/
/*  ----------------- NYPCC ------------------    */
/*------------------------------------------------*/
/* BLUE - color:#3c4066; /* Blue */ /* rgba(60, 64, 102, 1); /* Blue */
/* ORANGE - color:#F89420; /* Orange */ /* rgba(248, 148, 32, 1); /* Orange */
/* KEY LIME - color:#c0e44e; /* Key Lime */ /* rgba(192, 228, 78, 1); /* Key Lime */
/* LIGHT BLUE - color:#afe0e9; /* Light Blue */ /* rgba(175, 224, 233, 1); /* Light Blue */
/* LIGHT CREAM - color:#fafad2; /* Light Cream */ /* rgba(250, 250, 210, 1); /* Light Cream */
/* TAN - color:#c0ab7d; /* Tan */ /* rgba(192, 171, 125, 1); /* Tan */
/* BLACK 85% - color:#262626; /* Black 85% */ /* rgba(0, 0, 0, 0.85); /* Black 85% */
/* BLACK 55% - color:#737373; /* Black 55% */ /* rgba(0, 0, 0, 0.55); /* Black 55% */
/*------------------------------------------------*/
/* JULIUS SANS ONE */
/* 400 = Regular */
/* font-family: 'Julius Sans One', sans-serif; */
/* -------- */
/* ALEO */
/* 300 = Light */
/* 400 = Regular */
/* 700 = Bold */
/* font-family: 'Aleo', serif; */
/*------------------------------------------------*/
/* START General CSS */
/* -------------------------------- */
.privacy-policy a {
  color: #F89420; /* Orange */
  text-decoration: underline;
}
.privacy-policy a:hover {
  color: #3c4066; /* Blue */
  text-decoration: underline;
}
.PrivacyTermsContainer h2 {
  padding-top: 40px !important;
  margin: 0 !important;
}
.PrivacyTermsContainer p {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  margin: 0 !important;
}
/* START Hide Sidebar GLOBALLY */
#main-content .container:before {
  background: none;
}
#left-area {
  width: 100%;
  /* padding: 23px 0px 0px !important;*/
  float: none !important;
}
#sidebar {
  display: none;
}
/* END Hide Sidebar GLOBALLY */
.Width1080 {
  width: 80%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
/* Start iFrame Form */
.Form_iFrame_Container {
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}
.Form_iFrame {
  overflow: hidden;
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* End iFrame Form */
/* START Gravity Forms Button */
.gform_wrapper input[type=submit] {
  color: #FFFFFF;
  background: #F89420; /* Orange */
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  float: left;
  padding-top: 12px !important;
  padding-bottom: 8px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  border: none;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.gform_wrapper input:hover[type=submit] {
  background: #3c4066; /* Blue */
}
.gform_confirmation_message h3 {
  color: #F89420 !important; /* Orange */
}
/* END Gravity Forms Button */
#top-menu li li a:hover, .et_mobile_menu li a:hover, header#main-header.et-fixed-header ul li ul li a:hover { /* Changes the background color of the highlighted dropdown navigation item */
  color: #3c4066; /* Blue */
  background-color: #c0e44e !important; /* Key Lime */
  opacity: 1 !important;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px; /* future proofing */
  -khtml-border-radius: 8px; /* for old Konqueror browsers */
}
#top-menu li li a:hover {
  padding-top: 10px !important; /* This adds space but also makes the nav move a little */
}
.GTranslateContainer {
  margin-top: 20px;
  text-align: center;
}
.GTranslateContainer .switcher { /* Centers the GTranslate plugin dropdown in the footer */
  margin-left: auto;
  margin-right: auto;
}
.at4-share-title { /* AddThis "Share" word above buttons */
  font-size: .75em;
  color: #737373; /* Black 55% */
  padding-left: 5px;
}
h1 {
  font-size: 50px;
}
h2 {
  font-size: 36px;
}
/* START HEADER */
.AnimationMobile {
  display: none;
  max-width: 100%;
}
.GetHelpTopContainer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: #3c4066; /* Blue */
  -moz-border-radius-bottomright: 40px;
  -webkit-border-bottom-right-radius: 40px;
  border-bottom-right-radius: 40px;
  padding-bottom: 0;
  max-height: 30px;
}
.TopContainerRelative {
  position: absolute;
}
.TopButtonPadding {
  padding-top: 8px;
}
.GetHelpTop, .GetHelpTopMobile {
  background-color: #c0e44e; /* Key Lime */
  height: 30px;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}
.GetHelpTop {
  z-index: 10002;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  display: table-cell;
  vertical-align: middle;
  -moz-border-radius-bottomright: 40px;
  -webkit-border-bottom-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
.CareersTop, .CareersTopMobile {
  background-color: #F89420; /* Orange */
  color: #fff;
  height: 30px;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}
.CareersTop {
  z-index: 10001;
  position: absolute;
  top: 0;
  left: 160px;
  width: 240px;
  display: table-cell;
  vertical-align: middle;
  -moz-border-radius-bottomright: 40px;
  -webkit-border-bottom-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
.CareersTop .TopButtonPadding {
  padding-left: 40px;
}
.GetHelpTop:hover, .GetHelpTopMobile:hover {
  background-color: #3c4066; /* Blue */
  color: #fff;
}
.CareersTop:hover, .CareersTopMobile:hover {
  background-color: #3c4066; /* Blue */
  color: #fff;
}
.GetHelpTopContainerMobile {
  display: none;
}
.GetHelpTopMobile {}
#et-secondary-nav li {
  margin-right: 7px;
}
/* NOTE: When we remove the Patient Notice - Data Security Incident: REMOVE: , #et-secondary-nav li:nth-of-type(3) a:after  */
#et-secondary-nav li:nth-of-type(1) a:after, #et-secondary-nav li:nth-of-type(2) a:after, #et-secondary-nav li:nth-of-type(3) a:after, #et-secondary-nav li:nth-of-type(4) a:after {
  content: "•";
  color: #F89420; /* Orange */
  margin-left: 7px;
}
/* NOTE: When we remove the Patient Notice - Data Security Incident: CHANGE: 5 to 4  */
#et-secondary-nav li:nth-of-type(5) a:after { /* Places extra space after the 3rd text link to separate the Social Media Icons */
  content: "";
  margin-left: 10px;
}
#main-header {
  background-image: url("images/TopNavigationCircleBackground.png");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 20px;
  background-size: 100% 400px;
}
#logo {
  min-width: 156px;
  min-height: 156px;
  margin-top: -30px;
  margin-bottom: 10px;
}
#et-top-navigation, #menu-footer-menu {
  border-bottom: 1px solid #fafad2; /* Light Cream */
}
.sub-menu li { /* Adjusts leading in navigation dropdown */
  line-height: 1.4em !important;
}
header#main-header.et-fixed-header, #main-header { /* Removes bottom border on navigation */
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
/* END HEADER */
article .et_pb_module li {
  list-style: none !important; /* Removes default bullets */
  text-align: left;
}
article .et_pb_module ul {}
article .et_pb_module li:before {
  color: #262626; /* 85% Black */
  content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
article .et_pb_module li {
  padding-top: 5px;
  padding-bottom: 5px;
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid; /* Theoretically FF 20+ */
}
article .et_pb_module li:before {
  color: #3c4066; /* Blue */
}
article .et_pb_module .OrangeBullets li:before {
  color: #F89420; /* Orange */
}
article .et_pb_module .KeyLimeBullets li:before {
  color: #c0e44e; /* Key Lime */
}
article .et_pb_module .LightBlueBullets li:before {
  color: #afe0e9; /* Light Blue */
}
article .et_pb_module .LightCreamBullets li:before {
  color: #fafad2; /* Light Cream */
}
article .et_pb_module .TanCreamBullets li:before {
  color: #c0ab7d; /* Tan */
}
article .et_pb_module .gform_fields li:before { /* Remove bullets from Gravity Forms */
  content: '' !important;
  margin-left: 0 !important;
  width: 0 !important;
}
/* ---- */
/* Start Top Image */
.TopImage, .TopImageNoImage, .TopImageNoImagePost {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.TopImage, .TopImage .TopArch {
  height: 500px;
}
.TopImage {
  margin-bottom: 0;
}
.TopImagePostMargin {
  margin-bottom: 60px;
}
.TopImageNoImage {
  height: 200px;
  margin-bottom: 20px;
}
.TopImageNoImage, .TopImageNoImage .TopArch {
  height: 200px;
}
.TopImageNoImagePost {
  margin-bottom: 0;
}
.TopImageNoImagePost, .TopImageNoImagePost .TopArch {
  height: 180px;
}
.TopArch {
  background-repeat: no-repeat;
  background-size: 100% 400px;
  background-position-x: center;
  background-position-y: top;
  width: 100%;
  position: relative;
  text-align: center;
}
.TopImage .TopImageTitle, .TopImageNoImage .TopImageTitle {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: 'Julius Sans One', sans-serif;
  line-height: 1.05em;
}
.TopImage .TopImageTitle { /* Style WITH Photo */
  bottom: 0;
  font-size: 40px;
  color: #fafad2; /* Light Cream */
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 25px;
  padding-bottom: 22px;
  background-color: rgba(60, 64, 102, .9); /* Blue */
  -moz-border-radius-topright: 30px;
  -webkit-border-top-right-radius: 30px;
  border-top-right-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -webkit-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
}
.TopImageNoImage .TopImageTitle { /* Style WITHOUT Photo */
  bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 30px;
  padding-bottom: 0;
}
/* End Top Image */
/* ---- */
/* Start SubNav Buttons */
.SubNavContainer {
  margin-top: 40px;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.SubNavContainer .SubNavButton {
  float: left;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #3c4066; /* Blue */
  background-color: #c0e44e; /* Key Lime */
  padding-top: 14px;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px; /* future proofing */
  -khtml-border-radius: 25px; /* for old Konqueror browsers */
}
.SubNavContainer .SubNavButton:hover {
  background-color: #3c4066; /* Blue */
  color: #fff;
}
.ButtonCount1 .SubNavButton {
  width: 100%;
}
.ButtonCount2 .SubNavButton {
  width: 48%;
  margin-right: 4%;
}
.ButtonCount3 .SubNavButton {
  width: 32%;
  margin-right: 2%;
}
.ButtonCount4 .SubNavButton, .ButtonCount5 .SubNavButton, .ButtonCount6 .SubNavButton {
  width: 48%;
  margin-right: 4%;
}
/*.ButtonCount5 .SubNavButton {
  width: 16%;
  margin-right: 5%;
}
.ButtonCount6 .SubNavButton {
  width: 15%;
  margin-right: 2%;
}*/
.ButtonCount4 a:nth-of-type(even) .SubNavButton, .ButtonCount5 a:nth-of-type(even) .SubNavButton, .ButtonCount6 a:nth-of-type(even) .SubNavButton, .SubNavContainer a:last-of-type .SubNavButton {
  margin-right: 0;
}
/* End SubNav Buttons */
/* ---- */
/* START Full Width Image with Text Box LEFT  */
.FullWidthImage_TextBox_Left {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.FullWidthImage_TextBox_Left_Content {
  background-color: rgba(248, 148, 32, .9); /* Orange */
  width: 45%;
  position: absolute;
  -moz-border-radius-topright: 30px;
  -webkit-border-top-right-radius: 30px;
  border-top-right-radius: 30px;
  bottom: 0;
  left: 0;
}
.FullWidthImage_TextBox_Left_Content p, .FullWidthImage_TextBox_Left_Content a {
  color: #fff;
  text-align: center;
}
.FullWidthImage_TextBox_Left_Content h2 {
  color: #fafad2; /* Light Cream */
  text-align: center;
}
.FullWidthImage_TextBox_Left_Content p {
  font-size: 18px;
  line-height: 1.67em;
  font-weight: 700;
}
.FullWidthImage_TextBox_Left_Copy {
  padding-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 30px;
}
.FullWidthImage_TextBox_Left_ButtonContainer {
  text-align: center;
  width: 100%;
  height: 30px;
  font-size: 18px;
  font-weight: 700;
  background-color: #c0e44e; /* Key Lime */
  text-transform: uppercase;
  color: #3c4066; /* Blue */
  padding-top: 2px;
}
.FullWidthImage_TextBox_Left_ButtonContainer:hover {
  background-color: #3c4066; /* Blue */
  color: #fff;
}
/* END Full Width Image with Text Box LEFT */
/* ----- */
/* START Full Width Image with Text Box RIGHT */
.FullWidthImage_TextBox_Right {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.FullWidthImage_TextBox_Right_Content {
  background-color: rgba(60, 64, 102, .9); /* Blue */
  width: 47%;
  position: absolute;
  -moz-border-radius-topleft: 30px;
  -webkit-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
  bottom: 0;
  right: 0;
}
.FullWidthImage_TextBox_Right_Content h2 {
  color: #fafad2; /* Light Cream */
  text-align: center;
}
.FullWidthImage_TextBox_Right_Content p, .FullWidthImage_TextBox_Right_Content a {
  color: #fff;
  text-align: center;
}
.FullWidthImage_TextBox_Right_Content p {
  font-size: 18px;
  line-height: 1.67em;
  font-weight: 700;
}
.FullWidthImage_TextBox_Right_Copy {
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
}
.FullWidthImage_TextBox_Right_ButtonContainer {
  text-align: center;
  width: 100%;
  height: 30px;
  font-size: 18px;
  font-weight: 700;
  background-color: #c0e44e; /* Key Lime */
  text-transform: uppercase;
  color: #3c4066; /* Blue */
  padding-top: 2px;
}
.FullWidthImage_TextBox_Right_ButtonContainer:hover {
  background-color: #F89420; /* Orange */
}
.MainPageCopy {
  margin-top: 80px;
}
.MainPageCopy p, .MulticulturalContent p, .CareCoord_ContactParagraph p, .CopyUnderBullets p, .AdultHome_ContactParagraph p {
  font-size: 22px !important;
}
.MainPageCopy p, .MainPageCopy h2, .CenterText { /* Add the "CenterText" to the CSS of the Divi Code Module for MainPageCopy */
  text-align: center;
}
.MainPageCopy p a {
  text-decoration: underline;
  color: #F89420; /* Orange */
}
.MainPageCopy p a:hover {
  text-decoration: underline;
  color: #c0e44e; /* Key Lime */
}
/* END Full Width Image with Text Box RIGHT */
/* START BLOG PAGINATION */
.PostNextPreviousButton .nav-previous a, .PostNextPreviousButton .nav-next a, .pagination .alignleft a, .pagination .alignright a {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -khtml-border-radius: 20px;
  font-weight: 700;
  background-color: #3c4066 !important; /* Blue */
  color: #fff !important; /* White */
}
.PostNextPreviousButton .nav-previous .nav-label, .PostNextPreviousButton .nav-next .nav-label, .PostNextPreviousButton .nav-previous .meta-nav, .PostNextPreviousButton .nav-next .meta-nav, .pagination .alignleft a, .pagination .alignright a {
  color: #fff !important; /* White */
}
.PostNextPreviousButton .nav-previous a:hover, .PostNextPreviousButton .nav-next a:hover, .pagination .alignleft a:hover, .pagination .alignright a:hover {
  background-color: #c0e44e !important; /* Key Lime */
  color: #3c4066 !important; /* Blue */
}
.PostNextPreviousButton .nav-previous a:hover .nav-label, .PostNextPreviousButton .nav-next a:hover .nav-label, .PostNextPreviousButton .nav-previous a:hover .meta-nav, .PostNextPreviousButton .nav-next a:hover .meta-nav {
  color: #3c4066 !important; /* Blue */
}
/* END BLOG PAGINATION */
.ArchOnly h1 {
  padding-top: 0;
  margin-top: 0;
}
.ArchOnly h2 {
  padding-bottom: 0;
  margin-bottom: 10px;
  font-size: 24px;
  color: #262626; /* Black 85% */
}
.PostListings .post-content {
  padding-bottom: 70px;
}
.post-content .more-link {
  float: right;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 3px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -khtml-border-radius: 15px;
  background-color: #c0e44e !important; /* Key Lime */
  margin-top: 10px;
}
.post-content .more-link:hover {
  color: #fff;
  background-color: #3c4066 !important; /* Blue */
}
.MostRecentPost {
  border-bottom: 1px solid #afe0e9; /* Light Blue */
}
.MostRecentPost .entry-title, .PostListings .entry-title {
  font-family: 'Aleo', serif;
}
.MostRecentPost .entry-title {
  font-size: 30px;
}
.PostListings .entry-title {
  font-size: 24px;
}
.PostListings article {
  padding-bottom: 60px;
  border-bottom: 1px solid #afe0e9; /* Light Blue */
}
.CategoryMenuContainer ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.CategoryMenuContainer li {
  display: inline;
}
.CategoryMenuContainer li a:hover {
  color: #F89420; /* Orange */
}
.CategoryMenuContainer li span {
  padding-right: 10px;
  padding-left: 10px;
}
.CategoryMenuContainer li:first-of-type { /* Should be same pixel width as .CategoryMenuContainer li span */
  padding-right: 10px;
}
.CategoryMenuContainer li:before {
  content: '' !important;
}
.CategoryMenuContainer li:last-of-type span {
  display: none;
}
.CategoryMenuContainer .active {
  text-decoration: underline;
  color: #F89420; /* Orange */
}
.CategoryMenuAreaButton {
  margin-left: auto;
  margin-right: auto;
  background-color: #3c4066; /* Blue */
  border: 0 !important;
  padding-top: 13px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px; /* future proofing */
  -khtml-border-radius: 20px; /* for old Konqueror browsers */
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.CategoryMenuAreaButton a {
  color: #fff;
}
.CategoryMenuAreaButton:hover {
  background-color: #F89420; /* Orange */
}
/* ----- */
/* END General CSS */
/*------------------------------------------------*/
/*------------------------------------------------*/
/* START Homepage CSS */
/* -------------------------------- */
#DiviSliderContainerArea .DiviSliderContainer {
  text-align: center;
  max-height: 500px;
}
#DiviSliderContainerArea .Animation {
  overflow: hidden;
  /*Calculated from the aspect ration of the content (in case of 1300:500 it is 500/1300= 0.3846)*/
  padding-top: 38.46%; /* Without this, the iframe does not scale properly */
  position: relative;
  max-width: 1300px;
  max-height: 500px;
  margin-left: auto;
  margin-right: auto;
}
#DiviSliderContainerArea .Animation iframe {
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  border: 0;
  max-width: 100%;
  max-height: 500px;
}
.AnnouncementContainer {
  width: 100%;
  padding: 40px;
  overflow: hidden;
  background-color: #c0e44e; /* Key Lime */
}
.AnnouncementContainer h2, .AnnouncementContainer p {
  text-align: center !important;
  color: #3c4066; /* Blue */
}
.AnnouncementContainer p {
  font-size: 22px;
}
.AnnouncementContainer a {
  font-weight: 700;
  text-decoration: underline;
}
.AnnouncementContainer a:hover {
  color: #fff;
}
.WelcomeCopyContainer {
  text-align: center;
}
.WelcomeCopyContainer p {
  font-size: 22px;
  line-height: 1.72em;
}
/* START No Wait List */
.Homepage_NoWaitListArea {
  text-align: center;
}
.Homepage_NoWaitListArea h1 {
  margin-left: -10px;
  margin-right: -10px;
}
.Homepage_NoWaitListArea h2 {
  font-size: 24px;
  color: #262626; /* Black 85% */
  font-family: 'Aleo', serif;
}
.ClockAnimation {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 230px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  clear: both;
}
.ClockAnimation iframe {
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: 0 !important;
  border: none;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
/* END No Wait List */
/* ----- */
/* START Community Outreach */
.Homepage_CommunityOutreachImage {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.Homepage_ComOut_Content {
  background-color: rgba(248, 148, 32, .9); /* Orange */
  width: 45%;
  position: absolute;
  -moz-border-radius-topright: 30px;
  -webkit-border-top-right-radius: 30px;
  border-top-right-radius: 30px;
  bottom: 0;
  left: 0;
}
.Homepage_ComOut_Content p, .Homepage_ComOut_Content a {
  color: #fff;
  text-align: center;
}
.Homepage_ComOut_Content h2 {
  color: #fafad2; /* Light Cream */
  text-align: center;
}
.Homepage_ComOut_Content p {
  font-size: 18px;
  line-height: 1.67em;
  font-weight: 700;
}
.Homepage_ComOut_Copy {
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
}
.Homepage_ComOut_ButtonContainer {
  text-align: center;
  width: 100%;
  height: 30px;
  font-size: 18px;
  font-weight: 700;
  background-color: #c0e44e; /* Key Lime */
  text-transform: uppercase;
  color: #3c4066; /* Blue */
  padding-top: 2px;
}
.Homepage_ComOut_ButtonContainer:hover {
  background-color: #3c4066; /* Blue */
  color: #fff;
}
/* END Community Outreach */
/* ----- */
/* START Statistics */
.Homepage_Stats_Content {
  text-align: center;
}
.StatisticsIconContainer {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 30px;
  overflow: hidden;
}
.StatIcon {
  width: 20%;
  height: 50px;
  float: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.Homepage_Stats_Content h2 {
  color: #F89420; /* Orange */
  font-size: 50px;
}
.Homepage_Stats_Content p {
  font-size: 24px;
  line-height: 1.33em;
  color: #262626; /* Black 85% */
  font-weight: 700;
}
/* END Statistics */
/* ----- */
/* START Care Coordination */
.Homepage_CareCoordinationImage {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.Homepage_CareCoord_Content {
  background-color: rgba(192, 228, 78, .9); /* Key Lime */
  width: 35%;
  position: absolute;
  -moz-border-radius-topleft: 30px;
  -webkit-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
  bottom: 0;
  right: 0;
}
.Homepage_CareCoord_Content h2, .Homepage_CareCoord_Content p, .Homepage_CareCoord_Content a {
  text-align: center;
}
.Homepage_CareCoord_Content h2 {
  color: #3c4066; /* Blue */
}
.Homepage_CareCoord_Content p {
  color: #262626; /* Black 85% */
  font-size: 18px;
  line-height: 1.67em;
  font-weight: 700;
}
.Homepage_CareCoord_Copy {
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
}
.Homepage_CareCoord_ButtonContainer {
  text-align: center;
  width: 100%;
  height: 30px;
  font-size: 18px;
  font-weight: 700;
  background-color: #F89420; /* Orange */
  text-transform: uppercase;
  color: #fff;
  padding-top: 2px;
}
.Homepage_CareCoord_ButtonContainer:hover {
  background-color: #3c4066; /* Blue */
  color: #fff;
}
/* END Care Coordination */
/* ----- */
/* START Icon Area */
.IconsAreaBackground {
  background-color: #3c4066; /* Blue */
}
.IconsAreaContainer {
  padding-top: 80px;
  padding-bottom: 80px;
}
.IconsAreaContainer h1 {
  color: #fff;
  text-align: center;
}
.IconColumns {
  column-count: 2;
  margin-left: 15%;
  overflow: hidden;
}
.IconBulletContainer {
  display: table;
}
.IconImage {
  display: table-cell;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
}
.IconText {
  display: table-cell;
  color: #fff;
  vertical-align: middle;
  padding-left: 20px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.25em;
}
/* END Icon Area */
/* ----- */
/* START Careers */
.Homepage_CareersContainer {
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 400px 400px;
  width: 100%;
  overflow: hidden;
}
.HomepageCareersContent {
  width: 60%;
  padding-left: 7%;
  padding-right: 7%;
  height: 350px;
  display: flex;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  text-align: center;
}
.HomepageCareersFlexbox {
  margin: auto;
  text-align: center;
}
.HomepageCareersContent a {
  text-decoration: underline;
  color: #F89420; /* Orange */
}
.HomepageCareersContent a:hover {
  text-decoration: underline;
  color: #c0e44e; /* Key Lime */
}
.CareersLogoSpacer {
  width: 100%;
  height: 0;
}
/* END Careers */
/* ----------------- */
/* END HOMEPAGE CSS */
/*------------------------------------------------*/
/*------------------------------------------------*/
/* START ABOUT US MAIN PAGE */
/* Start Area Under Full Width Image with Text Box */
.AreaUnderFullWidthImage_TextBox_Container {
  width: 100%;
  overflow: hidden;
  display: table;
}
.AreaUnder_Photo {
  width: 30%;
  display: table-cell;
  background-repeat: no-repeat;
  background-size: cover;
}
.AreaUnder_Content {
  width: 65%;
  padding-left: 5%;
  display: table-cell;
  vertical-align: middle;
}
.AreaUnder_Content h1 {
  text-align: center;
}
.AreaUnder_Content p {
  font-size: 22px;
  line-height: 1.7em;
}
/* End Area Under Full Width Image with Text Box */
/* ----------------- */
/* Start About Us Boxes */
.AboutUs_Box_Container {
  width: 100%;
  overflow: hidden;
}
.AboutUs_Box_Container .Icon {
  width: 150px;
  height: 150px;
  -moz-border-radius: 75px;
  -webkit-border-radius: 75px;
  border-radius: 75px; /* future proofing */
  -khtml-border-radius: 75px; /* for old Konqueror browsers */
  background-color: #c0e44e; /* Key Lime */
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  right: 0;
  top: -30px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1000;
  position: absolute;
}
.AboutUs_Box_Container .Content {
  text-align: center;
  color: #fff;
  margin-top: 30px;
  padding-top: 130px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  background-color: #3c4066; /* Blue */
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px; /* future proofing */
  -khtml-border-radius: 25px; /* for old Konqueror browsers */
  position: relative;
}
.AboutUs_Box_Container .Content h2 {
  color: #fafad2; /* Light Cream */
  padding-top: 10px;
}
.Divi_AboutUsMainPage_Values {
  /* Space between this box and the ones above is controlled through Divi Visual Editor. Look at the row containing the Mission and Vision boxes in Divi. */
}
.TwoColumn {
  column-count: 2;
}
.ThreeColumn {
  column-count: 3;
  line-height: 1.3em;
}
.FourColumn {
  column-count: 4;
}
.TwoColumn, .ThreeColumn, .FourColumn {
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid; /* Theoretically FF 20+ */
  margin-top: 20px;
  margin-bottom: 0 !important;
  padding-top: 0;
  padding-bottom: 0 !important;
  column-gap: 40px;
}
.TwoColumn li, .ThreeColumn li, .FourColumn li {
  margin-bottom: 10px;
}
/* END ABOUT US MAIN PAGE */
/*------------------------------------------------*/
/*------------------------------------------------*/
/* START ABOUT US - OUR IMPACT */
.OurImpactStatsContainer {
  margin-top: 60px;
  display: flex;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.OurImpactIndividualStatContainer { /* Ties in with Javascript in Divi > Theme Options > Integration. AND adding jQuery library via Page ID in functions.php */
  width: 40%;
  margin-left: 20px;
  margin-right: 20px;
  overflow: hidden;
  margin-bottom: 80px;
  opacity: 0;
}
.OurImpactIcon {
  width: 150px;
  height: 150px;
  -moz-border-radius: 75px;
  -webkit-border-radius: 75px;
  border-radius: 75px; /* future proofing */
  -khtml-border-radius: 75px; /* for old Konqueror browsers */
  background-color: #c0e44e; /* Key Lime */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: auto;
  margin-right: auto;
}
.OurImpactNumberContainer {
  padding-top: 30px;
}
.OurImpactStatCopy {
  padding: 30px;
}
.OurImpactNumberContainer {
  text-align: center;
  color: #3c4066; /* Blue */
  font-size: 50px;
  font-weight: 700;
  width: 100%;
}
.OurImpactStatCopy {
  width: 100%;
  font-size: 25px;
  text-align: center;
  line-height: 1.2em;
}
/* END ABOUT US - OUR IMPACT */
/*------------------------------------------------*/
/*------------------------------------------------*/
/* START ABOUT US - OUR STORIES */
.StoriesContainer {
  width: 1005;
  overflow: hidden;
  margin-top: 80px;
}
.IndividualStoryContainer {}
.StoriesContainer .Odd {
  background-color: rgba(175, 224, 233, 0.3); /* Light Blue */
}
.StoriesContainer .Even {
  background-color: rgba(192, 228, 78, 0.3); /* Key Lime */
}
.IndividualStoryContainer .StoryTitleContainer {
  text-align: center;
}
.IndividualStoryContainer .StoryTitle {
  display: inline-block;
  font-size: 30px;
  color: #3c4066; /* Blue */
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 25px;
  padding-bottom: 22px;
  -moz-border-radius-bottomright: 30px;
  -webkit-border-bottom-right-radius: 30px;
  border-bottom-right-radius: 30px;
  -moz-border-radius-bottomleft: 30px;
  -webkit-border-bottom-left-radius: 30px;
  border-bottom-left-radius: 30px;
  font-family: 'Julius Sans One', sans-serif;
  line-height: 1.05em;
}
.StoriesContainer .Odd .StoryTitle {
  background-color: rgba(175, 224, 233, 1); /* Light Blue */
}
.StoriesContainer .Even .StoryTitle {
  background-color: rgba(192, 228, 78, 1); /* Key Lime */
}
.StoryParagraph {
  padding-top: 40px;
  padding-bottom: 40px;
}
.StoryParagraph p {
  font-size: 16px;
  line-height: 1.6em;
}
.QuoteCotainer {
  background-image: url("images/Left_QuoteMarks_60.png"), url("images/Right_QuoteMarks_60.png");
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
}
/* END ABOUT US - OUR STORIES */
/*------------------------------------------------*/
/*------------------------------------------------*/
/* START ABOUT US - OUR HISTORY PAGE */
.single-cool_timeline #main-content {
  background-image: url(images/TopImageArch.png);
  background-size: 100% 400px;
  background-position-x: center;
  background-position-y: top;
  background-repeat: no-repeat;
  padding-top: 100px;
}
article .timeline-wrapper li:before { /* Hides bullets on Cool Timeline Pro plugin */
  content: "";
  color: #fff;
}
article .timeline-wrapper .content-title {
  line-height: 1.1em !important;
}
article .timeline-wrapper .content-title a {
  font-family: 'Aleo', serif !important;
  font-weight: 700;
}
article .timeline-wrapper .content-details p {
  font-family: 'Aleo', serif !important;
}
/* END ABOUT US - OUR HISTORY PAGE */
/*------------------------------------------------*/
/*------------------------------------------------*/
/* START ABOUT US - OUR TEAM PAGE */
.LeadersContainer {
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.IndividualLeaderContainer h2 {
  font-family: 'Aleo', serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 5px;
  color: #262626; /* Black 85% */
}
.IndividualLeaderContainer p {
  font-size: 14px;
  line-height: 1.2em;
}
.LeadersContainer .IndividualLeaderContainer {
  float: left;
  text-align: center;
  min-height: 220px;
}
.NoLeaderPhoto {
  background-image: url("images/Icon_NoPhoto2.png");
}
.LeaderPhoto, .NoLeaderPhoto {
  width: 150px;
  height: 150px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; /* future proofing */
  -khtml-border-radius: 50%; /* for old Konqueror browsers */
  background-color: #3c4066; /* Blue */ /*#c0e44e; /* Key Lime */
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.LeaderCount1 .IndividualLeaderContainer {
  width: 100%;
}
.LeaderCount2 .IndividualLeaderContainer {
  width: 48%;
  margin-right: 4%;
}
.LeaderCount3 .IndividualLeaderContainer, .LeaderCountMultiple .IndividualLeaderContainer {
  width: 32%;
  margin-right: 2%;
}
.LeaderCount4 .IndividualLeaderContainer {
  width: 22%;
  margin-right: 4%;
}
.LeaderCount5 .IndividualLeaderContainer {
  width: 16%;
  margin-right: 5%;
}
.LeaderCountMultiple .IndividualLeaderContainer {
  margin-bottom: 30px;
}
.LeadersContainer .IndividualLeaderContainer:last-of-type, .LeaderCountMultiple .IndividualLeaderContainer:nth-of-type(3n) {
  margin-right: 0;
}
.TwoHangers .IndividualLeaderContainer:last-of-type {
  margin-right: 17%;
}
.TwoHangers .SecondToLastHanger {
  margin-left: 17%;
}
.LastHanger {
  margin-left: 34%;
  margin-right: 34%;
}
/* ----------------- */
/* END ABOUT US - OUR TEAM PAGE */
/*------------------------------------------------*/
/*------------------------------------------------*/
/* START PROGRAMS & SERVICES SECTION */
/* START Mental Health Centers Page */
.MulticulturalContainer {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  background-image: url("images/Multicultural_SeamlessHorizontal_shutterstock_1281494170.png");
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 667px 150px; /* Original size 1111px x 250px */
  padding-top: 120px;
  padding-bottom: 260px; /* padding-top PLUS height of background MINUS 10*/
  border-bottom: 30px solid #c0e44e; /* Key Lime */
}
.MentalHealthCenterPage .IconColumns {
  column-count: 3;
  margin-left: 0;
}
/* ---- */
.MHC_OuterContainer {
  background-color: #c0e44e; /* Key Lime */
}
.MHC_QuoteContainer {
  background-color: #c0e44e; /* Key Lime */
  overflow: hidden;
  clear: both;
  background-image: url("images/Left_QuoteMarks_20.png"), url("images/Right_QuoteMarks_20.png");
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
}
.MHC_QuotesHeadingContainer {
  background-color: rgba(255, 255, 255, 0.2);
  padding-top: 40px;
  padding-bottom: 35px;
}
.MHC_QuotesHeadingContainer h2 {
  text-align: center;
  padding: 0 !important;
  margin: 0 !important;
}
.MHC_IndividualQuote {
  position: relative;
  margin-top: 15px;
  padding: 0;
  overflow: hidden;
  height: 250px;
}
.MHC_Table {
  display: table;
  width: 100%;
  height: 250px;
  position: absolute;
  transition: opacity .5s ease-in;
  overflow: hidden;
}
.MHC_Quote {
  width: 100%;
  height: 250px;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}
.MHC_Table + .MHC_Table {
  opacity: 0;
}
.MHC_IndividualQuote h3 {
  font-family: 'Aleo', serif !important;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.25em;
  font-style: italic;
  color: #262626;
}
.MHC_IndividualQuote p {
  color: #3c4066; /* Blue */
}
/* ---- */
.MHC_ServicesBox, .MHC_ConditionsBox {
  padding: 60px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px; /* future proofing */
  -khtml-border-radius: 25px; /* for old Konqueror browsers */
}
.MHC_ServicesBox {
  background-color: #F89420; /* Orange */
}
.MHC_ConditionsBox {
  background-color: #c0e44e; /* Key Lime */
}
.MHC_ServicesBox h2, .MHC_ConditionsBox h2 {
  text-align: center;
}
.MHC_ServicesBox h2 {
  color: #fff;
}
.MHC_ServicesBox ul {
  color: #3c4066; /* Blue */
}
/* ---- */
.MHC_EvidenceBasedOuterContainer {
  height: 600px;
}
.MHC_TextBox_Right_Content {
  width: 60%;
}
/* ---- */
.MHC_ContactContainer {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.MHC_ContactContainer a, .CareCoord_ContactParagraph a {
  text-decoration: underline;
  color: #F89420; /* Orange */
}
.MHC_ContactContainer a:hover, .CareCoord_ContactParagraph a:hover {
  text-decoration: underline;
  color: #3c4066; /* Blue */
}
/* END Mental Health Centers Page */
/* START Care Coordination Page */
.CareCoord_BulletsBox {
  margin-top: 40px;
  padding: 60px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px; /* future proofing */
  -khtml-border-radius: 25px; /* for old Konqueror browsers */
  background-color: #F89420; /* Orange */
  color: #3c4066; /* Blue */
}
.CareCoord_BulletsBox h2 {
  color: #fff;
  text-align: center;
}
.CopyUnderBullets {
  /* Size is comma'd with the MainPageCopy class */
  margin-top: 40px;
}
.CareCoord_ContactParagraph p {
  /* Size is comma'd with the MainPageCopy class */
  margin-top: 40px;
  font-weight: 700;
  text-align: center;
}
/* END Care Coordination Page */
/* START Adult Home Page */
.AdultHome_BulletsBox {
  margin-top: 40px;
  padding: 60px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px; /* future proofing */
  -khtml-border-radius: 25px; /* for old Konqueror browsers */
  background-color: #c0e44e; /* Key Lime */
}
.AdultHome_BulletsBox h2 {
  text-align: center;
}
.AdultHome_ContactParagraph p {
  /* Size is comma'd with the MainPageCopy class */
  margin-top: 40px;
  font-weight: 700;
  text-align: center;
}
/* END Adult Home Page */
/* END PROGRAMS & SERVICES SECTION */
/*------------------------------------------------*/
/*------------------------------------------------*/
/* START CARING FOR THE COMMUNITY PAGE */
.Covid_Container h2 {
  text-align: center;
}
.CovidPhoto {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px; /* future proofing */
  -khtml-border-radius: 20px; /* for old Konqueror browsers */
  margin-top: 20px;
  margin-bottom: 40px;
}
.Covid_Container {
  margin-top: 40px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px; /* future proofing */
  -khtml-border-radius: 25px; /* for old Konqueror browsers */
  background-color: #F89420; /* Orange */
}
.Covid_ContainerBackground {}
.Covid_ContainerPadding {
  padding: 60px;
}
.Workshops_ParentsOuter_Container {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c0e44e; /* Key Lime */
  overflow: hidden;
}
.Workshops_Parents_Container ul {
  width: 100%;
  column-count: 3;
  column-gap: 40px;
  margin-top: 40px !important;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
.Workshops_Parents_Container li {
  background-color: rgba(255, 255, 255, 0.2);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px; /* future proofing */
  -khtml-border-radius: 20px; /* for old Konqueror browsers */
  padding-top: 20px !important;
  padding-bottom: 40px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
  margin-bottom: 40px;
}
.Workshops_Parents_Container li h2 {
  font-family: 'Aleo', serif !important;
  font-size: 18px;
  font-weight: 700;
  margin-top: 0 !important;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 !important;
}
.Workshops_Parents_Container li p {
  font-size: 15px;
  line-height: 1.25em;
  font-weight: 400;
  margin: 0;
}
.Workshops_Parents_Container li:before {
  color: #262626; /* 85% Black */
  content: "" !important; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  font-weight: bold; /* If you want it to be bold */
  display: none; /* Needed to add space between the bullet and the text */
  width: 0; /* Also needed for space (tweak if needed) */
  margin-left: 0; /* Also needed for space (tweak if needed) */
}
/* --- */
.EducationalWorkshopsButtonContainer {
  margin-top: 0;
  margin-bottom: 60px;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.EducationalWorkshopsButtonContainer .SubNavButton {
  width: 100%;
  float: left;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #3c4066; /* Blue */
  background-color: #F89420; /* Orange */
  padding-top: 14px;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px; /* future proofing */
  -khtml-border-radius: 25px; /* for old Konqueror browsers */
}
.EducationalWorkshopsButtonContainer .SubNavButton:hover {
  background-color: #3c4066; /* Blue */
  color: #fff;
}
.Workshops_ProfessionalsOuter_Container {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafad2; /* Light Cream */
  overflow: hidden;
}
.WorkshopAccordians {
  /*column-count: 2;
  column-gap: 40px;*/
  float: left;
  width: 48%;
  margin-top: 40px;
}
.WorkshopAccordians:first-of-type {
  margin-right: 4%;
}
.WorkshopAccordians .et_pb_accordion_item {
  /*break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid; /* Theoretically FF 20+ */
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px; /* future proofing */
  -khtml-border-radius: 20px; /* for old Konqueror browsers */
}
.WorkshopAccordians .et_pb_toggle {
  border: none !important;
}
.Workshops_Professionals_Container .WorkshopAccordians .et_pb_toggle_title:before { /* Changes the Open/Close Icon Color */
  color: #3c4066; /* Blue */
}
/* NOTE: Close icon is NOT default. It was added via Divi > Theme Options > Integrations: Starting on line 12 */
.WorkshopAccordians .et_pb_toggle_open .et_pb_toggle_title:before { /* Adds Close Icon (not the closing function, see above)*/
  display: block !important;
  content: "\e04f";
}
.WorkshopAccordians .et_pb_toggle_title { /* Changes the headline of the Accordion */
  font-family: 'Aleo', serif !important;
  font-size: 22px;
  font-weight: 700;
}
.WorkshopAccordians .et_pb_toggle_content p {
  font-size: 18px;
  line-height: 1.25em;
  font-weight: 400;
  margin: 0;
}
/* Start Parents Color */
.Workshops_Parents_Container .WorkshopAccordians .et_pb_accordion_item {
  background-color: #3c4066; /* Blue */
}
.Workshops_Parents_Container .WorkshopAccordians .et_pb_toggle_title:before { /* Changes the Open/Close Icon Color */
  color: #F89420; /* Orange */
}
.Workshops_Parents_Container .WorkshopAccordians .et_pb_toggle_open .et_pb_toggle_title, .Workshops_Parents_Container .WorkshopAccordians .et_pb_toggle_close .et_pb_toggle_title { /* Changes the headline of the Accordion */
  color: #fafad2 !important; /* Light Cream */ ;
  opacity: 1 !important;
}
.Workshops_Parents_Container .WorkshopAccordians .et_pb_toggle_content p {
  color: #fff;
}
/* End Parents Color */
/* ------ */
/* Start Professionals Color */
.Workshops_Professionals_Container .WorkshopAccordians .et_pb_accordion_item {
  background-color: #c0e44e; /* Key Lime */
}
.Workshops_Professionals_Container .WorkshopAccordians .et_pb_toggle_open .et_pb_toggle_title, .Workshops_Professionals_Container .WorkshopAccordians .et_pb_toggle_close .et_pb_toggle_title { /* Changes the headline of the Accordion */
  color: #3c4066; /* Blue */
  opacity: 1;
}
/* End Professionals Color */
.MHFAT_Button {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  background-color: #3c4066; /* Blue */
  border: 0 !important;
  color: #fff;
  padding-top: 13px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px; /* future proofing */
  -khtml-border-radius: 20px; /* for old Konqueror browsers */
  font-size: 20px;
  text-transform: uppercase;
}
.MHFAT_Button:hover {
  background-color: #F89420; /* Orange */
}
/* Start Community Outreach */
.CommunityOutreachContainer {
  margin-top: 80px;
  background-color: #c0e44e; /* Key Lime */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.CommunityOutreachContainer .ColorOverlay {
  background-color: rgba(192, 228, 78, .8); /* Key Lime */
  padding-top: 80px;
  padding-bottom: 60px;
}
.IndividualOutreachActionBox {
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid; /* Theoretically FF 20+ */
  padding: 40px;
  background-color: #3c4066; /* Blue */
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px; /* future proofing */
  -khtml-border-radius: 20px; /* for old Konqueror browsers */
  margin-bottom: 40px;
}
.IndividualOutreachActionBox h2 {
  color: #fafad2; /* Light Cream */
  font-size: 36px;
  text-align: center;
}
.IndividualOutreachActionBox p {
  color: #fff;
}
/* End Community Outreach */
/* Start Resources */
.ResourcesContainer {
  padding-top: 60px;
  padding-bottom: 60px;
}
.ResourcesBoxes {}
.IndividualResource {
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid; /* Theoretically FF 20+ */
  background-color: #3c4066; /* Blue */
  padding: 40px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px; /* future proofing */
  -khtml-border-radius: 20px; /* for old Konqueror browsers */
  margin-bottom: 40px;
}
.IndividualResource:hover {
  background-color: #F89420; /* Orange */
}
.ResourceImage {
  width: 100%;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.IndividualResource .Transparent {
  background-color: transparent;
}
.IndividualResource .White {
  background-color: #fff;
  border: solid 8px #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; /* future proofing */
  -khtml-border-radius: 10px; /* for old Konqueror browsers */
}
.IndividualResource .Black {
  background-color: #000;
  border: solid 8px #000;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; /* future proofing */
  -khtml-border-radius: 10px; /* for old Konqueror browsers */
}
.IndividualResource h2 {
  color: #fff;
  font-family: 'Aleo', serif !important;
  font-size: 20px !important;
  font-weight: 700;
  text-align: center;
  padding-top: 20px;
}
/* End Resources */
/* END CARING FOR THE COMMUNITY PAGE */
/*------------------------------------------------*/
/*------------------------------------------------*/
/* START EVENTS PAGE */
.page-id-2806 #ai1ec-calendar { /* Keeps the auto Calendar part of the Events page from bleeding to the edges */
  width: 80%;
  margin-top: 80px;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
.ai1ec_event-template-default #main-content { /* Adds the blue arch to an individual Events post */
  background-image: url(../../../NYPCC/wp-content/themes/Divi-child/images/TopImageArch.png);
  background-repeat: no-repeat;
  background-size: 100% 400px;
  background-position-x: center;
  background-position-y: top;
  width: 100%;
  position: relative;
  text-align: center;
}
.ai1ec_event-template-default article {
  padding-top: 80px;
}
.ai1ec_event-template-default .entry-title {
  text-align: center;
}
.ai1ec_event-template-default .post-meta { /* Hides Events author and date */
  display: none;
}
.ai1ec-event-description h1, .ai1ec-event-description h2, .ai1ec-event-description h3 {
  font-family: 'Julius Sans One', sans-serif;
}
/* END EVENTS PAGE */
/*------------------------------------------------*/
/*------------------------------------------------*/
/* START CAREERS PAGE */
.CareersPage_OpenPostionsArea_Container {
  margin-top: 80px;
}
/* END CAREERS PAGE */
/* START CAREERS - CULTURE PAGE */
.CultureSlider {
  /* margin done in Divi Slider module */
}
.CultureSlider .et_pb_slide_description, .CultureSlider .et_pb_slide_content {
  text-shadow: none !important;
  text-shadow: none !important;
}
.CultureSlider h2 {
  color: #3c4066 !important; /* Blue */
}
.AdvantagesContainer {
  background-color: #c0e44e; /* Key Lime */
}
.AdvantagesContent {
  padding-top: 60px;
  padding-bottom: 60px;
}
.AdvantagesContent h2 {
  text-align: center;
}
.AdvantageAreaButton, .MulticulturalAreaButton {
  margin-left: auto;
  margin-right: auto;
  background-color: #3c4066; /* Blue */
  border: 0 !important;
  padding-top: 13px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px; /* future proofing */
  -khtml-border-radius: 20px; /* for old Konqueror browsers */
  font-size: 20px;
  text-transform: uppercase;
  color: #fff !important;
}
.AdvantageAreaButton:hover, .MulticulturalAreaButton:hover {
  background-color: #F89420; /* Orange */
}
.QuotesContainer {
  width: 100%;
  overflow: hidden;
  padding: 40px;
  background-color: #c0e44e; /* Key Lime */
  background-image: url("images/Left_QuoteMarks_20.png"), url("images/Right_QuoteMarks_20.png");
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px; /* future proofing */
  -khtml-border-radius: 20px; /* for old Konqueror browsers */
}
.QuotesContainer h2 {
  font-size: 30px;
  text-align: center;
  color: #262626 !important; /* Orange */
}
.IndividualQuotesContainer, .Culture_QuoteTable, .Quote {
  width: 100%;
  height: 250px;
}
.IndividualQuotesContainer {
  position: relative;
  overflow: hidden;
  text-align: center; /* optional, but helps horizontally center text that breaks into multiple lines */
}
.Culture_QuoteTable {
  display: table;
  position: absolute;
  transition: opacity .5s ease-in;
  overflow: hidden;
}
.Quote {
  font-size: 20px;
  line-height: 1.25em !important;
  font-style: italic;
  color: #3c4066; /* Blue */
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
}
.Culture_QuoteTable + .Culture_QuoteTable {
  opacity: 0;
}
/* Start Benefits Boxes */
.Benefits_Box_Container {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.Benefits_Box_Container .FlexBox {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 48%;
  /*margin-left:1%;
    margin-right:1%;*/
  background-color: #3c4066; /* Blue */
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px; /* future proofing */
  -khtml-border-radius: 25px; /* for old Konqueror browsers */
  position: relative;
}
.hideme { /* Ties in with Javascript in Divi > Theme Options > Integration. AND adding jQuery library via Page ID in functions.php */
  opacity: 0;
}
.Benefits_Box_Container .Icon {
  width: 100px;
  height: 100px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; /* future proofing */
  -khtml-border-radius: 50%; /* for old Konqueror browsers */
  background-color: #c0e44e; /* Key Lime */
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  right: 0;
  top: -20px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1000;
  position: absolute;
}
.Benefits_Box_Container .Content {
  padding-top: 90px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  height: 90%;
}
.BenefitsCopy {
  line-height: 1.3em;
  text-align: center;
  color: #fff;
}
.BenefitsCopy h2 {
  color: #fafad2; /* Light Cream */
  padding-top: 10px;
  font-size: 28px;
}
.BenefitsCopy h2 a {
  color: #fafad2; /* Light Cream */
}
.BenefitsCopy a {
  color: #fff;
  text-decoration: underline;
}
.BenefitsCopy a:hover {
  color: #c0e44e; /* Key Lime */
}
/* ----------------- */
/* END CAREERS - CULTURE PAGE */
/*------------------------------------------------*/
/*------------------------------------------------*/
/* START CAREERS - OPEN POSITIONS PAGE */
/* ------- NOTE: This CSS Works in conjunction with wp-content > themes > Divi-child > css > SmartRecruiter.css ------ */
/* ------- NOTE: This CSS Works in conjunction with wp-content > themes > Divi-child > js > SmartRecruiter.js ------ */
#sr-plugins {
  text-align: center !important;
}
.srJobList {
  /* font-family: 'Aleo', serif !important; Done in SmartRecruiter.css */
  line-height: .85em !important;
  border: 0 !important;
  border-color: #fff !important;
}
.srJobList td, .srJobList th {
  font-size: 16px !important;
}
.srJobListJobTitle {
  width: 60% !important;
  /*min-width: 38% !important;*/
}
.srJobListTitles nobr {
  font-size: 13px !important;
}
.srJobListTypeOfEmployment {
  width: 15% !important;
  text-align: center !important;
  /*min-width: 26% !important;*/
}
.srJobListLocation {
  width: 25% !important;
  text-align: left !important;
  /*min-width: 36% !important;*/
}
.srJobListJobTitle font, .srJobListTypeOfEmployment font, .srJobListLocation font {
  padding: 0 !important;
  background-color: transparent !important; /* Added by LCG */
}
.smartWidget {
  margin-top: 40px;
  width: auto;
  height: auto;
}
.smartWidget .srJobList {
  background-color: #ffffff;
  width: 100%;
  height: auto;
}
.smartWidget .srJobList .srJobListTitles * {
  background-color: rgba(60, 64, 102, 1) !important; /* Blue */
  color: #ffffff !important;
}
.smartWidget .srJobList .srJobListTitles th:nth-child(1) {
  -moz-border-radius-topleft: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
}
.smartWidget .srJobList .srJobListTitles th:nth-child(3) {
  -moz-border-radius-topright: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
}
.smartWidget .srJobList .srJobListJobOdd * {
  background-color: #f3f9db !important; /* 20% Key Lime */
}
.smartWidget .srJobList .srJobListJobEven * {
  background-color: #edf6c9 !important; /* 30# Key Lime */
}
.smartWidget .srJobList .srJobListJobEven td, .smartWidget .srJobList .srJobListJobOdd td {
  color: #262626 !important;
}
.smartWidget .srJobList .srJobListJobEven td, .smartWidget .srJobList .srJobListJobOdd td, .smartWidget .srJobList .srJobListTitles th {
  padding: 20px !important;
}
.smartWidget .srJobList .srJobListJobOdd:hover * {
  background-color: #e2f1a6 !important; /* 50% Key Lime */
}
.smartWidget .srJobList .srJobListJobEven:hover * {
  background-color: #e2f1a6 !important; /* 50% Key Lime */
}
.smartWidget table tr:last-of-type .srJobListJobTitle {
  -moz-border-radius-bottomleft: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.smartWidget table tr:last-of-type .srJobListLocation {
  -moz-border-radius-bottomright: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
/* Following is the "Notify me of jobx" button below the list of open jobs */
.SmartRecruiter_NYPCC_Button {
  background-color: #3c4066;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -khtml-border-radius: 20px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  width: 220px;
  padding-left: 25px;
  text-align: center;
}
#sr-alert-button {
  text-align: center !important;
  width: 180px !important;
  margin-left: auto;
  margin-right: auto;
}
#sr-alert-buttonIFrame {}
/* Start Search Bar Added 11/4/21 */
.srSearch {
  background-color: #c0e44e !important; /* Key Lime */
  border: none !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  padding-left: 30px !important;
  padding-right: 15px !important;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px; /* future proofing */
  -khtml-border-radius: 25px; /* for old Konqueror browsers */
}
.srSearchForm, .srSearchOption {
  border: none !important;
}
.srSearchButton {
  background-color: #3c4066 !important; /* Blue */
  color: #fff !important;
  border: none !important;
  -moz-border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
  border-radius: 15px !important; /* future proofing */
  -khtml-border-radius: 15px !important; /* for old Konqueror browsers */
}
input.srSearchButton {
  margin-left: 10px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  font-family: 'Aleo', serif !important;
  font-weight: 700 !important;
}
.srSearchButton:hover {
  background-color: #F89420 !important; /* Orange */
}
.srSearchOptionText, .srFilterRemoteElementText, .srFilterRemoteElementText:after {
  color: #3c4066 !important; /* Blue */
  font-family: 'Aleo', serif !important;
  font-weight: 700 !important;
  font-size: 12px !important;
}
.srSearchOptionList {
  list-style-type: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.srSearchOptionList li:before {
  content: "" !important; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  width: 0 !important; /* Also needed for space (tweak if needed) */
  margin-left: 0 !important; /* Also needed for space (tweak if needed) */
}
.srSearchOptionListElementText {
  padding-left: 0 !important;
}
/* End Search Bar Added 11/4/21 */
/* ----------------- */
/* END CAREERS - OPEN POSITIONS PAGE */
/*------------------------------------------------*/
/*------------------------------------------------*/
/* START CAREERS - BENEFITS PAGE */
/* ----------------- */
/* END CAREERS - BENEFITS PAGE */
/*------------------------------------------------*/
/*------------------------------------------------*/
/* START LOCATIONS PAGE */
/* ----------------- */
.MapContainer {}
.acf-map {
  display: block;
  width: 100%;
  height: 800px
}
.acf-map img {
  max-width: inherit !important;
}
.MapLocationInfo {
  font-family: 'Aleo', serif;
}
.MapDirectionsLink {
  color: #3c4066; /* Blue */
  text-decoration: underline;
  font-family: 'Aleo', serif;
  font-weight: 400;
}
.MapDirectionsLink:hover {
  color: #000;
  text-decoration: underline;
}
.FacilityPhoto {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}
.IndividualLocationContainer {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -khtml-border-radius: 20px;
  background-color: #fafad2; /* Light Cream */
  overflow: hidden;
}
.FacilityInfo {
  padding: 40px;
  text-align: center;
}
.IndividualLocationContainer .FacilityPhoto, .IndividualLocationContainer .FacilityMap, .IndividualLocationContainer .acf-map {
  height: 300px;
}
.IndividualLocationContainer .FacilityPhoto, .IndividualLocationContainer .FacilityMap {
  float: right;
  margin: 0 !important;
  padding: 0 !important;
}
.IndividualLocationContainer .FacilityPhoto {
  width: 35%;
}
.IndividualLocationContainer .FacilityMap {
  width: 65%;
}
.IndividualLocationContainer .acf-map {
  margin: 0 !important;
}
.IndividualLocationContainer h2, .IndividualLocationContainer h4, .IndividualLocationContainer p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.4em !important;
}
.HoursTransitContainer {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #afe0e9; /* Light Blue */
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.HoursContainer, .TransitContainer {
  display: flex;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.TransitContainer {
  border-left: 1px solid #afe0e9; /* Light Blue */
}
.HoursContainer, .TransitContainer, .MonFriContainer, .SatSunContainer, .BusContainer, .TrainContainer {
  width: 50%;
  text-align: center;
}
.LocationHeader {
  width: 100%;
}
.LocationHeader h3 {
  text-align: center;
  font-size: 26px;
  margin: 0;
  padding: 0;
}
.MonFriContainer, .SatSunContainer, .BusContainer, .TrainContainer {
  padding: 20px;
}
.CenterRoutes {
  display: flex;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  justify-content: center;
  -webkit-justify-content: center;
}
.HoursTransitContainer .TrainRoute {
  text-align: center;
  font-weight: 700;
  display: flex;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  height: 22px;
}
.HoursTransitContainer .TrainRoute, .HoursTransitContainer .SpecialInstructions {
  font-size: 12px;
}
.HoursTransitContainer .circle {
  width: 22px;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
}
.HoursTransitContainer .diamond {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  transform: rotate(-45deg);
}
.HoursTransitContainer .diamond span {
  transform: rotate(45deg);
}
/* END LOCATIONS PAGE */
/*------------------------------------------------*/
/*------------------------------------------------*/
/* START FOOTER */
#main-footer {
  margin-top: 100px;
}
/* page-id-49 = About Us > Our Stories */
/* page-id-57 = Programs & Services > Mental Health Centers */
/* page-id-66 = Caring for the Community > Community Outreach */
.home #main-footer, .page-id-49 #main-footer, .page-id-57 #main-footer, .page-id-66 #main-footer {
  margin-top: 0 !important;
}
#et-footer-nav {
  background-color: #afe0e9; /* Light Blue */
}
.NYPCC_Footer {
  background-image: url("images/BottomNavigationCircleBackground.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 1500px;
  padding-bottom: 60px;
  z-index: 1000;
  position: relative;
}
.FooterHeadline {
  text-align: center;
  font-size: 40px !important;
  padding-top: 30px;
  margin-bottom: 0;
}
.NYPCC_Footer .container {
  margin-top: 0;
  padding-top: 0;
}
.bottom-nav { /* Centers footer navbar */
  text-align: center;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.bottom-nav li { /* Centers footer navbar */
  padding-left: 14px;
  padding-right: 14px;
}
.FooterColumns {
  width: 100%;
  overflow: hidden;
}
#footer-widgets {
  margin-top: 30px;
  padding-top: 0;
}
.FooterColumnContainer {
  text-align: center;
  /*float: left;
  width: 28%;
  margin-left: 2.6%;
  margin-right: 2.6%;*/
}
.FooterColumnContainer h2 {
  font-size: 26px !important;
}
.FooterColumnContainer p, .FooterColumnContainer a[href^="tel:"] {
  font-size: 18px;
  line-height: 1.25em;
  color: #262626 !important; /* Black 85% */
}
.FooterColumnContainer p span {
  font-weight: 700;
}
.GetHelpBottomContainer {
  z-index: 900;
  position: relative;
  text-align: center;
  width: 100%;
  overflow: hidden;
  top: -30px;
}
.GetHelpBottom {
  border: 0;
  padding-top: 30px;
  padding-bottom: 0;
  background-color: #c0e44e; /* Key Lime */
  width: 300px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  letter-spacing: .1em;
  -moz-border-radius-bottomleft: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.GetHelpBottom:hover {
  background-color: #3c4066; /* Blue */
  color: #fff;
}
#et-secondary-nav li {
  margin-right: 7px;
}
.SocialMediaFooterContainer {
  margin-top: 60px;
}
.LinkedIn_Icon, .Facebook_Icon, .Twitter_Icon, .Instagram_Icon, .YouTube_Icon {
  font-family: "ETmodules";
}
.LinkedIn_Icon:before {
  content: '\e09d';
}
.Facebook_Icon:before {
  content: '\e093';
}
.Twitter_Icon:before {
  content: '\e094';
}
.Instagram_Icon:before {
  content: '\e09a';
}
.YouTube_Icon:before {
  content: '\e0a3';
}
.HeaderSocialIconLink .LinkedIn_Icon, .HeaderSocialIconLink .Facebook_Icon, .HeaderSocialIconLink .Twitter_Icon, .HeaderSocialIconLink .Instagram_Icon, .HeaderSocialIconLink .YouTube_Icon {
  color: #3c4066; /* Blue */
}
.HeaderSocialIconLink .LinkedIn_Icon:hover, .HeaderSocialIconLink .Facebook_Icon:hover, .HeaderSocialIconLink .Twitter_Icon:hover, .HeaderSocialIconLink .Instagram_Icon:hover, .HeaderSocialIconLink .YouTube_Icon:hover {
  color: #afe0e9; /* Light Blue */
}
.FooterSocialIcons {
  margin-bottom: 0 !important;
}
.FooterSocialIconLink {
  margin-left: 7px;
  margin-right: 7px;
  font-size: 24px;
  text-decoration: none !important;
}
.FooterSocialIconLink .LinkedIn_Icon, .FooterSocialIconLink .Facebook_Icon, .FooterSocialIconLink .Twitter_Icon, .FooterSocialIconLink .Instagram_Icon, .FooterSocialIconLink .YouTube_Icon {
  color: #737373; /* Black 55% */
}
.FooterSocialIconLink .LinkedIn_Icon:hover, .FooterSocialIconLink .Facebook_Icon:hover, .FooterSocialIconLink .Twitter_Icon:hover, .FooterSocialIconLink .Instagram_Icon:hover, .FooterSocialIconLink .YouTube_Icon:hover {
  color: #3c4066; /* Blue */
}
#footer-information a {
  color: #737373; /* Black 55% */
  font-weight: 400;
  text-decoration: underline;
}
#footer-information a:hover {
  color: #3c4066 !important; /* Blue */
}
#footer-information {
  font-size: 12px;
  text-align: center;
  color: #737373; /* Black 55% */
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.5em !important;
}
#footer-information li {
  display: inline !important;
}
#footer-information .FooterBorderLeft {
  border-left: 1px solid #737373; /* Black 55% */
  padding-left: 5px;
}
#footer-information .FooterSpaceLeft {
  margin-left: 5px;
}
#footer-bottom {
  padding-bottom: 50px;
}
/* END FOOTER */
/*------------------------------------------------*/
/*---------------[RESPONSIVE LAYOUTS]-------------*/
/*------------------------------------------------*/
/*-------------------[1405px]------------------*/
@media all and (min-width:1405px) { /* Query 1405 */
}
@media all and (min-width: 1101px) and (max-width:1404px) { /* Query 1100 - 1405 */
}
@media all and (min-width:1201px) and (max-width:1404px) { /* Query 1201 - 1405 */
  .Homepage_CareCoord_Content { /* Query 1201 - 1405 */
    width: 40%;
  }
}
@media all and (max-width:1350px) { /* Query 1200 */
  .MentalHealthCenterPage .IconColumns { /* Query 1350 */
    column-count: 2;
  }
}
@media all and (max-width:1200px) { /* Query 1200 */
  #main-header { /* Query 1200 */
    background-position-y: 30px;
    background-size: 1300px 400px;
  }
  .TopArch, .single-cool_timeline #main-content, .ai1ec_event-template-default #main-content { /* Query 1200 */
    background-size: 1300px 400px;
  }
  .Homepage_CareCoord_Content { /* Query 1200 */
    width: 40%;
  }
  .HomepageCareersContent { /* Query 1200 */
    width: 50%;
  }
  .NYPCC_Footer { /* Query 1200 */
    background-position: center bottom;
    background-size: 1300px 1500px;
  }
  .IndividualQuotesContainer, .Culture_QuoteTable, .Quote { /* Query 1200 */
    height: 250px;
  }
}
@media all and (min-width:981px) and (max-width:1100px) { /* Query 981 - 1100 */
  .Homepage_CareCoord_Content { /* Query 981 - 1100 */
    width: 95%;
  }
  .IconColumns { /* Query 981 - 1100 */
    margin-left: 5%;
  }
  .IndividualQuotesContainer, .Culture_QuoteTable, .Quote { /* Query 981 - 1100 */
    height: 320px;
  }
  .FullWidthImage_TextBox_Left_Content p, .FullWidthImage_TextBox_Right_Content p { /* Query 981 - 1100 */
    font-size: 17px;
    line-height: 1.50em;
  }
  .FourColumn { /* Query 981 - 1100 */
    column-count: 3;
  }
}
/*-------------------[980px]------------------*/
@media all and (max-width:980px) { /* Query 980 */
  .HoursTransitContainer {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .HoursContainer, .TransitContainer {
    width: 100%;
  }
  .TransitContainer {
    border-left: none;
    border-top: 1px solid #afe0e9; /* Light Blue */
    padding-top: 30px;
  }
  #cookie-law-info-bar { /* Adds space to the Cookies disclaimer so that Add This bar doesn't cover it */
    padding-bottom: 60px !important;
  }
  #main-footer { /* Query 980 */
    margin-top: 80px;
  }
  .ThreeColumn { /* Query 980 */
    column-count: 2;
  }
  .FourColumn { /* Query 980 */
    column-count: 2;
  }
  h1 { /* Query 980 */
    font-size: 45px !important;
  }
  h2 {
    font-size: 34px !important;
  }
  .GetHelpTopContainerMobile { /* Query 980 */
    display: block;
    width: 100%;
    height: 40px;
    text-align: center;
  }
  .GetHelpTopMobile, .CareersTopMobile { /* Query 980 */
    float: left;
    padding-top: 6px;
    height: 40px;
    width: 50%;
  }
  #logo { /* Query 980 */
    min-width: 125px;
    min-height: 125px;
    margin-top: -10px;
    margin-bottom: 10px;
  }
  #main-header { /* Query 980 */
    background-position-y: 50px;
  }
  #et-top-navigation { /* Query 980 */
    border-bottom: none;
  }
  .TopImage, .TopImage .TopArch { /* Query 980 */
    height: 400px;
  }
  .SubNavButton, .IndividualLeaderContainer { /* Query 980 */
    width: 48% !important;
    margin-right: 2% !important;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .SubNavButton:nth-of-type(2n), .IndividualLeaderContainer:nth-of-type(2n) { /* Query 980 */
    margin-right: 0;
  }
  .Odd a:last-of-type .SubNavButton, .Odd .IndividualLeaderContainer:last-of-type { /* Query 980 */
    margin-right: 26% !important;
    margin-left: 26% !important;
  }
  .IndividualLeaderContainer h2 {
    font-size: 20px !important;
  }
  .WelcomeCopyContainer p { /* Query 980 */
    font-size: 20px;
  }
  .FullWidthImage_TextBox_Left, .FullWidthImage_TextBox_Right, .Homepage_CommunityOutreachImage, .Homepage_CareCoordinationImage { /* Query 980 */
    width: 100%;
    height: 400px;
  }
  .FullWidthImage_TextBox_Left_Content p, .FullWidthImage_TextBox_Right_Content p { /* Query 980 */
    font-size: 17px;
    line-height: 1.55em;
  }
  .FullWidthImage_TextBox_Right_Content { /* Query 980 */
    background-color: rgba(60, 64, 102, 1); /* Blue */
    width: 100%;
    position: relative;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-leftt-radius: 0;
  }
  .Homepage_NoWaitListArea h2 { /* Query 980 */
    font-size: 24px !important;
  }
  .FullWidthImage_TextBox_Left_Content, .Homepage_ComOut_Content { /* Query 980 */
    background-color: rgba(248, 148, 32, 1); /* Orange */
    width: 100%;
    position: relative;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
  }
  .Homepage_Stats_Content { /* Query 980 */
    border-bottom: 1px solid #c0ab7d; /* Tan */
    padding-bottom: 40px;
  }
  .Homepage_Stats_Content h2 { /* Query 980 */
    font-size: 70px !important;
  }
  .Last_Stat { /* Query 980 */
    border-bottom: none;
    padding-bottom: none;
  }
  .IconColumns { /* Query 980 */
    column-count: 1;
    margin-left: 0;
  }
  .MentalHealthCenterPage .IconColumns { /* Query 980 */
    column-count: 1;
  }
  .MHC_IndividualQuote h3 { /* Query 980 */
    font-size: 26px;
    line-height: 1.25em;
  }
  .Homepage_CareCoord_Content { /* Query 980 */
    background-color: rgba(192, 228, 78, 1); /* Key Lime */
    width: 100%;
    position: relative;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-leftt-radius: 0;
  }
  .Homepage_CareersContainer { /* Query 980 */
    background-position: center bottom -100px;
    background-size: 380px 380px;
    width: 100%;
  }
  .HomepageCareersContent { /* Query 980 */
    display: block;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    height: auto;
  }
  .CareersLogoSpacer { /* Query 980 */
    clear: both;
    height: 280px; /* .Homepage_CareersContent background-size minus the background position offset 380-100=280 */
  }
  .AreaUnderFullWidthImage_TextBox_Container { /* Query 980 */
    display: block;
  }
  .AreaUnder_Photo { /* Query 980 */
    width: 100%;
    height: 400px;
    display: block;
  }
  .AreaUnder_Content { /* Query 980 */
    width: 100%;
    padding-top: 40px;
    padding-left: 0;
    display: block;
  }
  .OurImpactIndividualStatContainer { /* Query 980 */
    width: 100%;
    height: auto;
    display: block;
    margin-right: 4%;
  }
  .OurImpactNumberContainer, .OurImpactStatCopy { /* Query 980 */
    display: block;
  }
  .OurImpactNumberContainer { /* Query 980 */
    font-size: 50px;
    width: 100%;
  }
  .OurImpactStatCopy { /* Query 980 */
    width: 100%;
    font-size: 25px;
  }
  .srJobListJobTitle { /* Query 980 */
    width: 50% !important;
  }
  .srJobListTypeOfEmployment { /* Query 980 */
    width: 20% !important;
  }
  .srJobListLocation { /* Query 980 */
    width: 30% !important;
  }
  .IndividualQuotesContainer, .Culture_QuoteTable, .Quote { /* Query 980 */
    height: 200px;
  }
  .Quotes { /* Query 980 */
    font-size: 18px !important;
  }
  .MulticulturalContainer { /* Query 980 */
    background-size: 622px 140px; /* Original size 1111px x 250px */
    padding-top: 70px;
    padding-bottom: 200px; /* padding-top PLUS height of background MINUS 10*/
  }
  .footer-widget:last-of-type { /* Query 980 */
    width: 100% !important; /* Makes the last widget full width so there are two above and one full width below */
  }
  .footer-widget:last-of-type .widget_text { /* Query 980 */
    width: 100% !important; /* Makes the last widget full width so there are two above and one full width below */
  }
  .IconImage { /* Query 980 */
    width: 90px;
    height: 90px;
  }
  .IconText { /* Query 980*/
    font-size: 19px;
  }
  .IndividualLocationContainer {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .IndividualLocationContainer .FacilityPhoto { /* Query 980*/
    height: 250px;
  }
  .IndividualLocationContainer .FacilityMap, .IndividualLocationContainer .acf-map { /* Query 980*/
    height: 300px;
  }
  .IndividualLocationContainer .FacilityPhoto, .IndividualLocationContainer .FacilityMap { /* Query 980*/
    float: none;
    margin: 0 !important;
    padding: 0 !important;
  }
  .IndividualLocationContainer .FacilityPhoto, .IndividualLocationContainer .FacilityMap { /* Query 980*/
    width: 100%;
  }
}
/*-------------------[767px]------------------*/
@media all and (max-width:767px) { /* Query 767 */
  .IndividualLocationContainer h2 {}
  .IndividualLocationContainer h4 {
    font-size: 24px;
  }
  .IndividualLocationContainer p {
    font-size: 16px;
  }
  .WorkshopAccordians { /* Query 767 */
    /*column-count: 1;
    column-gap: 0;*/
  }
  .WorkshopAccordians { /* Query 767 */
    float: none;
    width: 100%;
    margin-top: 40px;
  }
  .WorkshopAccordians:first-of-type { /* Query 767 */
    margin-right: 0;
  }
  .WorkshopsColumn2 {
    margin-top: 10px;
  }
  #main-footer { /* Query 767 */
    margin-top: 60px;
  }
  .MainPageCopy { /* Query 767 */
    margin-top: 60px;
  }
  .MainPageCopy p, .MulticulturalContent p, .CareCoord_ContactParagraph p, .CopyUnderBullets p, .AdultHome_ContactParagraph p { /* Query 767 */
    font-size: 20px !important;
  }
  h1 { /* Query 767 */
    font-size: 40px !important;
  }
  h2 { /* Query 767 */
    font-size: 30px !important;
  }
  .TopImage .TopImageTitle { /* Query 767 */
    width: 100%;
    font-size: 30px;
    text-align: center;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    bottom: 0;
    font-size: 36px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 17px;
    padding-bottom: 13px;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 30;
    border-top-left-radius: 0;
  }
  .SubNavButton { /* Query 767 */
    width: 100% !important;
    margin-right: 0 !important;
  }
  .Odd a:last-of-type .SubNavButton { /* Query 767 */
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .IndividualLeaderContainer {
    height: 250px;
  }
  .Animation { /* Query 767 */
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }
  .Animation iframe { /* Query 767 */
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }
  #DiviSliderContainerArea .DiviSliderContainer { /* Query 767 */
    text-align: center;
    max-height: 500px;
  }
  #DiviSliderContainerArea .AnimationMobile { /* Query 767 */
    display: block;
    overflow: hidden;
    /*Calculated from the aspect ration of the content (in case of 800:500 it is 500/800= 0.625)*/
    padding-top: 62.5%; /* Without this, the iframe does not scale properly */
    position: relative;
    width: 100%;
    max-width: 100%;
    max-height: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  #DiviSliderContainerArea .AnimationMobile iframe { /* Query 767 */
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    border: 0;
    max-width: 100%;
    max-height: 500px;
  }
  .WelcomeCopyContainer p { /* Query 767 */
    font-size: 18px;
  }
  .FullWidthImage_TextBox_Left, .FullWidthImage_TextBox_Right, .Homepage_CommunityOutreachImage, .Homepage_CareCoordinationImage { /* Query 767 */
    height: 300px;
  }
  .FullWidthImage_TextBox_Left_Content p, .FullWidthImage_TextBox_Right_Content p { /* Query 767 */
    font-size: 16px;
    line-height: 1.53em;
  }
  .FullWidthImage_TextBox_Left_ButtonContainer, .FullWidthImage_TextBox_Right_ButtonContainer, .Homepage_ComOut_ButtonContainer, .Homepage_CareCoord_ButtonContainer { /* Query 767 */
    height: 50px;
    font-size: 18px;
    padding-top: 12px;
  }
  .Homepage_NoWaitListArea h2 { /* Query 767 */
    font-size: 22px !important;
  }
  .Homepage_Stats_Content h2 { /* Query 767 */
    font-size: 60px !important;
  }
  .Homepage_CareersContainer { /* Query 767 */
    background-position: center bottom -80px;
    background-size: 350px 350px;
  }
  .CareersLogoSpacer { /* Query 767 */
    height: 270px; /* .Homepage_CareersContent background-size minus the background position offset 350-80=270 */
  }
  .AreaUnder_Photo { /* Query 767 */
    height: 350px;
  }
  .AreaUnder_Content p { /* Query 767 */
    font-size: 20px;
    line-height: 1.6em;
  }
  .AboutUs_Box_Container .Icon { /* Query 767 */
    width: 135px;
    height: 135px;
    top: -25px;
  }
  .AboutUs_Box_Container .Content { /* Query 767 */
    margin-top: 25px;
    padding-top: 115px;
  }
  .TwoColumn, .ThreeColumn, .FourColumn { /* Query 767 */
    column-count: 1;
    column-gap: 0;
  }
  .IndividualStoryContainer .StoryTitle { /* Query 767 */
    display: block;
    margin-left: 15%;
    margin-right: 15%
  }
  .srJobList td, .srJobList th { /* Query 767 */
    font-size: 14px !important;
  }
  .srJobListJobTitle { /* Query 767 */
    width: 48% !important;
  }
  .srJobListTypeOfEmployment { /* Query 767 */
    width: 21% !important;
  }
  .srJobListLocation { /* Query 767 */
    width: 31% !important;
  }
  .MulticulturalContainer { /* Query 767 */
    background-size: 578px 130px; /* Original size 1111px x 250px */
    padding-top: 60px;
    padding-bottom: 180px; /* padding-top PLUS height of background MINUS 10*/
  }
  .MentalHealthCenterPage .IconColumns { /* Query 767 */
    column-count: 1;
  }
  .MHC_IndividualQuote h3 { /* Query 767 */
    font-size: 24px;
    line-height: 1.25em;
  }
  .FooterHeadline { /* Query 767 */
    font-size: 36px !important;
    padding-left: 40px;
    padding-right: 40px;
  }
  .FooterColumnContainer h2 { /* Query 767 */
    font-size: 28px !important;
  }
  .footer-widget, .footer-widget .widget_text { /* Query 767 */
    width: 100% !important; /* Makes the widgets full width */
  }
  .FooterColumnContainer { /* Query 767 */
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fafad2; /* Light Cream */
  }
  .NYPCC_Footer .container #footer-widgets { /* Query 767 */
    padding-bottom: 0;
    margin-top: 10px;
  }
  /* Following elimenates spaces between widgets */
  #footer-widgets .footer-widget:nth-child(n), .footer-widget .fwidget { /* Query 767 */
    margin-bottom: 0 !important;
  }
  .footer-widget:last-of-type .FooterColumnContainer { /* Query 767 */
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #footer-information { /* Query 767 */
    text-align: center;
  }
  #footer-information li { /* Query 767 */
    display: block !important;
    width: 100% !important;
    text-align: center !important;
  }
  #footer-information .FooterBorderLeft { /* Query 767 */
    border-left: none;
    padding-left: 0;
  }
  #footer-information .FooterSpaceLeft { /* Query 767 */
    margin-left: 0;
  }
  .Quotes { /* Query 767 */
    font-size: 17px !important;
  }
  .Benefits_Box_Container .FlexBox { /* Query 767 */
    width: 100%;
  }
  .IconImage { /* Query 767 */
    width: 80px;
    height: 80px;
  }
  .IconText { /* Query 767 */
    font-size: 18px;
  }
}
/*-------------------[600px]------------------*/
@media all and (max-width:600px) { /* Query 600 */
  .single-cool_timeline #main-content { /* Query 600 */
    padding-top: 60px;
  }
  .HoursContainer, .TransitContainer {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .HoursContainer, .TransitContainer, .MonFriContainer, .SatSunContainer, .BusContainer, .TrainContainer {
    width: 100%;
  }
  .IndividualLocationContainer h2 { /* Query 600 */
  }
  .IndividualLocationContainer h4 { /* Query 600 */
    font-size: 22px;
  }
  .IndividualLocationContainer p { /* Query 600 */
    font-size: 15px;
    line-height: 1.3em;
  }
  #main-footer { /* Query 600 */
    margin-top: 40px;
  }
  .MainPageCopy { /* Query 600 */
    margin-top: 40px;
  }
  .MainPageCopy p, .MulticulturalContent p, .CareCoord_ContactParagraph p, .CopyUnderBullets p, .AdultHome_ContactParagraph p { /* Query 600 */
    font-size: 18px !important;
  }
  .srJobList td, .srJobList th { /* Query 600 */
    font-size: 13px !important;
  }
  .srJobListJobTitle { /* Query 600 */
    width: 46% !important;
  }
  .srJobListTypeOfEmployment { /* Query 600 */
    width: 22% !important;
  }
  .srJobListLocation { /* Query 600 */
    width: 32% !important;
  }
  .IndividualQuotesContainer, .Culture_QuoteTable, .Quote { /* Query 600 */
    height: 280px;
  }
  .FullWidthImage_TextBox_Left, .FullWidthImage_TextBox_Right, .Homepage_CommunityOutreachImage, .Homepage_CareCoordinationImage { /* Query 600 */
    height: 280px;
  }
  .FullWidthImage_TextBox_Left_Content p, .FullWidthImage_TextBox_Right_Content p { /* Query 600 */
    font-size: 15px;
    line-height: 1.5em;
  }
  .Quotes { /* Query 600 */
    font-size: 17px !important;
  }
  .MulticulturalContainer { /* Query 600 */
    background-size: 556px 125px; /* Original size 1111px x 250px */
    padding-top: 50px;
    padding-bottom: 165px; /* padding-top PLUS height of background MINUS 10*/
  }
  .MHC_IndividualQuote h3 { /* Query 600 */
    font-size: 20px;
    line-height: 1.25em;
  }
  .CovidPhoto { /* Query 600 */
    height: 200px;
  }
}
/*-------------------[479px]------------------*/
@media all and (max-width:479px) { /* Query 479 */
  .single-cool_timeline #main-content { /* Query 479 */
    padding-top: 60px;
  }
  .CovidPhoto { /* Query 479 */
    height: 170px;
  }
  .MHC_IndividualQuote { /* Query 479 */
    height: 200px;
  }
  .MHC_IndividualQuote h3 { /* Query 479 */
    font-size: 18px;
    line-height: 1.25em;
  }
  .MHC_IndividualQuote p { /* Query 479 */
    font-size: 14px;
  }
  .MHC_Table, .MHC_Quote {
    height: 200px;
  }
  .TopImage, .TopImage .TopArch { /* Query 479 */
    height: 300px;
  }
  .TopImage .TopImageTitle { /* Query 479 */
    width: 100%;
    font-size: 30px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 13px;
    padding-bottom: 10px;
  }
  .TopImageNoImage { /* Query 479 */
    height: 170px; /* Originally 200px */
    margin-bottom: 10px;
  }
  .TopImageNoImage .TopImageTitle { /* Style WITHOUT Photo */ /* Query 479 */
    bottom: 30px; /* Originally 0. Needs to be whatever the difference is betweeen the .TopImageNoMenu and the original size */
    padding-top: 30px;
  }
  .srJobList td, .srJobList th { /* Query 479 */
    font-size: 13px !important;
  }
  .srJobListJobTitle { /* Query 479 */
    width: 38% !important;
  }
  .srJobListTypeOfEmployment { /* Query 479 */
    width: 26% !important;
  }
  .srJobListLocation { /* Query 479 */
    width: 36% !important;
  }
  .smartWidget .srJobList .srJobListJobEven td, .smartWidget .srJobList .srJobListJobOdd td, .smartWidget .srJobList .srJobListTitles th { /* Query 479 */
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 15px !important;
    padding-right: 10px !important;
  }
  .ClockAnimation { /* Query 479 */
    height: 170px;
  }
  .ClockAnimation iframe { /* Query 479 */
    height: 160px;
  }
  .Homepage_Stats_Content h2 { /* Query 479 */
    font-size: 50px !important;
  }
  .StatIcon { /* Query 479 */
    height: 40px;
  }
  .Homepage_CareersContainer { /* Query 479 */
    background-position: center bottom -50px;
    background-size: 300px 300px;
  }
  .CareersLogoSpacer { /* Query 479 */
    height: 250px; /* .Homepage_CareersContent background-size minus the background position offset 300-50=250 */
  }
  .AreaUnder_Content p {
    font-size: 18px;
    line-height: 1.5em;
  }
  .AreaUnder_Photo { /* Query 479 */
    height: 250px;
  }
  .AboutUs_Box_Container .Icon { /* Query 479 */
    width: 120px;
    height: 120px;
    top: -20px;
  }
  .AboutUs_Box_Container .Content { /* Query 479 */
    margin-top: 20px;
    padding-top: 110px;
  }
  .IndividualLeaderContainer { /* Query 479 */
    width: 100% !important;
    margin-right: 0 !important;
    height: auto;
  }
  .Odd .IndividualLeaderContainer:last-of-type { /* Query 479 */
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .OurImpactIndividualStatContainer { /* Query 479 */
    margin-bottom: 60px;
  }
  .OurImpactIndividualStatContainer:first-of-type { /* Query 479 */
    margin-top: 40px;
  }
  .OurImpactNumberContainer { /* Query 479 */
    font-size: 45px;
  }
  .OurImpactStatCopy { /* Query 479 */
    font-size: 20px;
  }
  .FullWidthImage_TextBox_Left, .FullWidthImage_TextBox_Right, .Homepage_CommunityOutreachImage, .Homepage_CareCoordinationImage { /* Query 479 */
    height: 250px;
  }
  .FooterHeadline { /* Query 479 */
    font-size: 28px !important;
  }
  .FooterColumnContainer h2 { /* Query 479 */
    font-size: 22px !important;
  }
  .FooterColumnContainer p { /* Query 479 */
    font-size: 14px !important;
  }
  .bottom-nav a { /* Query 479 */
    font-size: 15px !important;
  }
  #footer-information { /* Query 479 */
    font-size: 12px;
  }
  .IndividualStoryContainer .StoryTitle { /* Query 479 */
    margin-left: 10%;
    margin-right: 10%
  }
  .GetHelpBottom { /* Query 479 */
    padding-top: 25px;
    width: 200px;
    height: 70px;
    font-size: 18px;
    line-height: 1.0em;
  }
  .IndividualQuotesContainer, .Culture_QuoteTable, .Quote { /* Query 479 */
    height: 300px;
  }
  .Quotes { /* Query 479 */
    font-size: 16px !important;
  }
  .IconImage { /* Query 479 */
    width: 70px;
    height: 70px;
  }
  .IconText { /* Query 479 */
    font-size: 17px;
  }
}
/*-------------------[400px]------------------*/
@media all and (max-width:400px) { /* Query 400 */
  .Homepage_CareersContainer { /* Query 400 */
    background-position: center bottom -50px;
    background-size: 280px 280px;
  }
  .CareersLogoSpacer { /* Query 400 */
    height: 230px; /* .Homepage_CareersContent background-size minus the background position offset 300-50=250 */
  }
}
/*-------------------[print]------------------*/
@media print {}