/*
	Theme Name: JFSLA
	Description: Custom wordpress themes for JFSLA 2020
	Version: 1.0.1
	Author: Dinkuminteractive
    Author URI: https://www.dinkuminteractive.com/
*/
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.alignnone {
	margin:5px 20px 20px 0;
}

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

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

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

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

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

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

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

.wp-caption {
	background:#FFF;
	padding: 0;
	text-align:center;
}

.wp-caption.alignnone {
	margin:1.5em 2em 2em 0;
}

.wp-caption.alignleft {
	margin:1.5em 2em 2em 0;
}

.wp-caption.alignright {
	margin:1.5em 0 2em 2em;
}

.wp-caption {
    padding: 0 !important;
    border: none;
}

.wp-caption img{
    max-width: 100%;
}

.wp-caption p.wp-caption-text{
    font-family: "GT Pressura", sans-serif;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    color: #282828;
    margin-top: 10px;
    padding: 0;
    text-align: left;
}

/*pagination*/
.pagination .page-numbers {
    font-size: 18px;
    font-family: "GT Pressura Bold", sans-serif;
    text-transform: uppercase;
    color: #c15fa0;
    border: none;
    text-decoration: none;
    display: inline-block;
    margin: 0;
    line-height: 1.25em;
    padding: .3em .8em;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current{
    color: #fff;
    background-color: #c15fa0;
}

.pagination .page-numbers.next:hover,
.pagination .page-numbers.next.current,
.pagination .page-numbers.prev:hover,
.pagination .page-numbers.prev.current{
    background: transparent;
}

.pagination .page-numbers.next span,
.pagination .page-numbers.prev span{
	color: #c15fa0;
}

.pagination .page-numbers.next span:hover,
.pagination .page-numbers.next.current span,
.pagination .page-numbers.prev span:hover,
.pagination .page-numbers.prev.current span{
	color: #000;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next{
	font-size: 18px;
}

.pagination .page-numbers.prev span{
	display: inline-block;
	margin-right: 1.5em;
}

.pagination .page-numbers.next span{
	display: inline-block;
    margin-left: 1.5em;
}

.pagination .page-numbers.next svg,
.pagination .page-numbers.prev svg{
	width: 15px;
    margin-bottom: 5px;
}

.pagination .page-numbers.next svg:hover polygon,
.pagination .page-numbers.prev svg:hover polygon{
    fill: #000;
}

.pagination .page-numbers.next svg:hover line,
.pagination .page-numbers.prev svg:hover line{
    stroke: #000;
}

/*------------------------------------*\
   GUTENBERG ADDITIONAL STYLE
\*------------------------------------*/
/* Align left */
.wp-block-embed.alignleft {
    float: left;
    margin: 0 1.5em 1em 0;
}

/* Align right */
.wp-block-embed.alignright {
    float: right;
    margin: 0 0 1em 1.5em;
}

/* Align center */
.wp-block-embed.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center; /* Center align block-level elements inside */
}

/* Align none */
.wp-block-embed.alignnone {
    float: none;
    margin: 0;
}

/* Specific styles for iframes within Gutenberg embeds */
.wp-block-embed.alignleft iframe,
.wp-block-embed.alignright iframe,
.wp-block-embed.aligncenter iframe,
.wp-block-embed.alignnone iframe {
    display: block;
    margin: 0 auto;
}

/*------------------------------------*\
   ADDITIONAL STYLESHEET
\*------------------------------------*/
.header .top-header .search__box .form-inline button { bottom: 3px; }
.main-hero .hero__info { max-width: 570px; }
.main-hero .hero__info.no-hero-desc {
	margin-top: 0;
	max-width: none;
}

.main-hero .hero__info .info__block p { color: #fff; }
.footer .top-footer { padding-top: 0; }
.footer .top-footer .foo-line { margin-bottom: 60px; }
.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

.acf-map img {
   max-width: inherit !important;
}

.cta-middle-section.pb--80 {
	padding-bottom: 80px;
}

.box-help,
.box-cta-class-activity {
	margin-left: auto;
	max-width: none;
}

.box-help__bottom {
    font-size: 18px;
    position: relative;
    display: block;
    padding-top: 15px;
    margin-top: 15px;
    line-height: 1.3em;
}

.box-help__bottom::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.box-help__head p,
.box-cta h5 p {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.box-cta--middle.with-side-margin {
    margin-left: 15px;
    margin-right: 15px;
}

.box-help__head a,
.box-cta h5 a,
.box-help a,
.hero__info a{
    word-wrap: break-word;
    color: #fff;
    text-decoration: underline;
    -webkit-transition: all 0.9s linear;
    -o-transition: all 0.9s linear;
    transition: all 0.9s linear;
}

.box-help__head a:hover,
.box-cta h5 a:hover,
.box-help a:hover,
.hero__info a:hover {
    text-decoration: none;
}

.main-hero .hero__info .info__block {
    pointer-events: auto;
}

.page-template-template-staff.staff { margin-bottom: 0; }
.intro-staff p {
	font-size: 34px;
    line-height: 38px;
}

.staff__desc a {
	font-size: 18px;
    line-height: 7px;
    color: #f16557;
    text-decoration: underline;
    display: block;
    word-break: break-word;
    line-height: 1;
}

.hero-bg + #program-section {
	padding-top: 40px;
}

.alert-bar {
	padding: 17px 0;
}

.inner-alert-bar {
	position: relative;
	padding-right: 25px;
	font-weight: 600;
}

.inner-alert-bar .close {
	position: absolute;
    right: 0;
    top: 0;
}

.list-none,
.hide-button,
.show-button.clicked {
	display: none;
}

.hide-button.clicked {
	display: inline-block;
}

.search-results p:empty {
    display: none;
}

@media (max-width: 992px) {
	.logged-in.admin-bar.drawer--left.drawer-open .drawer-nav {
		top: 32px;
	}
}

@media (max-width: 767px) {
	.logged-in.admin-bar.drawer--left.drawer-open .drawer-nav {
		top: 46px;
	}

	.form-filtering {
		margin-bottom: 5px;
	}

	.box-help {
		margin-bottom: 30px;
	}

	.single-jfsla_event .box-help { margin-bottom: 0; }
	.footer .top-footer .foo-line{
		margin-bottom: 30px;
	}
}

@media (max-width: 576px) {
	.cta-middle-section.pb--80 {
		padding-bottom: 40px;
	}
}

@media screen and (min-width: 62em) {
    .box-cta-class-activity {
      max-width: 253px;
  	}
}
@media (min-width: 768px) {
    .reset-filter {
        margin-top: 35px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.header .navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1.5rem;
	}
}

.upcoming-act h4 {
      font-family: "GT Pressura Bold", sans-serif;
      color: #ffffff;
      font-size: 33px;
      line-height: 35px;
      text-decoration: none;
}

a.white-link,
a.blue-link {
    color: #fff;
    text-decoration: underline;
}

a.blue-link {
    color: #6697c5;
    text-decoration: underline;
}

a.white-link:hover,
a.blue-link:hover {
    text-decoration: none;
}

.btn-see-all:focus {
    outline: none;
}

.footer .top-footer .address-box ul li a,
.join-us .join__us__box .join__us__desc p {
    font-weight: bold;
    font-size: 19px;
}

@media only screen and (max-width:767px) {
    .alert-bar{
        padding: 10px 0;
    }

    .alert-bar p{
        line-height: 22px;
    }

    .space-mobile-0{
		height: 0;
	}
}

/*basic component*/
.title-highlight {
	padding: 0;
}

.title-highlight .title-md span {
    display: table;
	padding: 0 20px;
	text-transform: uppercase;
}

.title-highlight .title-md span:first-child {
    padding-top: 9px;
}

.title-highlight .title-md span:last-child {
    padding-bottom: 9px;
}

.content-wrapper h1,
.content-wrapper h5,
.content-wrapper h6{
	font-family: "GT Pressura Bold", sans-serif;
    font-size: 48px;
    line-height: 51px;
    margin-bottom: 1.5rem;
    color: #282828;
}

.content-wrapper h5{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0.5rem;
}

.content-wrapper h6{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0.5rem;
}

.content-wrapper h2,
.content-wrapper h3 {
    font-family: "GT Pressura Bold", sans-serif;
	margin-top: 2.5rem;
	color: #c15fa0;
	margin-bottom: 20px;
    line-height: 26px;
}

.content-wrapper h4,
.content-wrapper h5 {
	margin-top: 2rem;
}

.content-wrapper h6 {
	margin-top: 1.6rem;
}

blockquote {
    margin: 1em 0 0 0;
    font-family: "GT Pressura Bold", sans-serif;
    font-size: 30px;
    line-height: 34px;
    color: #6697c5;
}

blockquote p{
    font-family: "GT Pressura Bold", sans-serif;
    font-size: 30px;
    line-height: 34px;
    color: #6697c5;
}

blockquote h4 {
    font-family: "GT Pressura Bold", sans-serif;
    font-size: 15px;
    line-height: 26px;
    text-transform: uppercase;
    color:#282828;
    position: relative;
    display: inline-block;
    padding: 8px 0;
    margin-top: 10px;
}

blockquote h4::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 78px;
    height: 1px;
    background: #979797;
}

.eligibility__desc h4 { color: #869a2d; }
.eligibility--crl .eligibility__desc h4 { color: #f16557; }
.alert-bar p, .jfsla-btn, .jfsla-btn.jfsla--small,.mobile-donate,
.join-us .join__us__box .join__us__desc ul li span,
.footer .top-footer .address-box .address__buttons,
.footer .top-footer .address-box ul li {
	font-size: 19px;
	font-weight: bold;
}

.registration-box p {
    font-family: 'GT Pressura Light';
}

/*location*/
li.location-content__address span,
.location__teaser p {
    -ms-flex: 0 0 calc(100% - 40px);
    -webkit-box-flex: 0;
    flex: 0 0 calc(100% - 40px);
    max-width: calc(100% - 40px);
    margin-left: auto;
    margin-bottom: 0;
}

.single-jfsla_location li.location-content__address span a {
    display: block;
    color: #0e0f0e;
    text-decoration: underline;
}

.single-jfsla_location li.location-content__address span a:hover {
    text-decoration: none;
}

li.location-content__address.phone {
    flex-wrap: wrap;
}

.location-item__detail figure img {
	max-width: 25px;
    max-height: 25px;
    margin-right: 15px;
}

.location-item__detail .location-content__address {
	position: relative;
}

.location-item__detail .location-content__address img {
	max-width: 21px;
    max-height: 21px;
    position: absolute;
    top: 8px;
}

.location-content__list li img {
    top: 8px;
    bottom: auto;
}

.location-content__list li.location-content__address img {
	max-width: 25px;
    max-height: 25px;
}

.location-content__list li.location-content__address.phone img {
    max-width: 20px;
    height: 20px;
}

/* featured event */
.join-us .join__us__box .join__us__desc ul li img { padding-top: 2px; }
.join-us .join__us__box .join__us__desc ul li span {
    display: block;
    margin-bottom: 5px;
}

/* calendar */
.dropdown-item.active, .dropdown-item:active {
	background-color: #f2f2f2;
	color:#0e0f0e;
}
.bootstrap-select .dropdown-menu li a.select-indent {
    margin-left: 20px;
}

/* cta section */
#about-section.section-imgSide { max-width: 100%; }
/* teaser group */
@media screen and (min-width: 576px) {
	.programs .container .row .col-sm-6:nth-child(2n+1) {
		padding-right: 30px;
		padding-left: 15px;
	}

	.programs .container .row .col-sm-6:nth-child(2n) {
		padding-left: 30px;
		padding-right: 15px;
	}
}

/*classes & activity sidebar*/
@media screen and (max-width: 1199px) {
    .box-cta--sidebar h5 {
        font-size: 25px;
    }
}

/* add calendar button */
.event-detail .addeventatc {
    box-shadow: none !important;
    font-size: 19px;
    font-weight: bold;
    border: 1px solid #f16557;
    color: #f16557 !important;
    border-radius: 0;
    padding: .375rem .75rem;
    padding-left: 2.5rem;
    font-family: "GT Pressura Bold", sans-serif !important;
    text-align: center;
    line-height: 1.3em;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.event-detail .addeventatc:hover {
    color: #fff !important;
    background-color: #f16557;
    border-color: #f16557;
    font-size: 19px;
    font-weight: bold;
}

.event-detail .addeventatc .addeventatc_icon {
    top: 8px !important;
	color: #fff;
	background-image: url("assets/img/icon-calendar.svg") !important;
}

.event-detail .addeventatc:hover .addeventatc_icon {
	filter: brightness(0) invert(1);
}

/*------------------------------------*\
    Grafity Form
\*------------------------------------*/
body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}

.gform_wrapper {
	max-width: 1140px !important;
    margin: 45px auto 60px !important;
    padding-left: 15px;
    padding-right: 15px;
}

.gform_wrapper form {
	max-width: 825px !important;
    margin: 0 !important;
}

.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
    margin-top: 0;
   	margin-bottom: 2.3rem;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
	padding-top: 0;
}

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
.gform_wrapper .top_label .gfield_label {
	position: relative;
	font-family: "GT Pressura Bold", sans-serif;
	font-size: 18px !important;
	line-height: 26px;
	color: #282828 !important;
	text-transform: uppercase;
	letter-spacing: normal;
	margin: 0 0 .5rem !important;
}

.gform_wrapper .gfield_contains_required .ginput_complex.ginput_container label:after {
	content: '*';
	color: #f16557;
    margin-left: 5px;
}

.gform_wrapper .gfield_required {
	color: #f16557 !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper textarea {
	margin: 0;
	border-radius: 0;
	height: 35px;
	border: 1px solid #979797;
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.gform_wrapper textarea {
	height: 206px !important;
}

.gform_wrapper .description, 
.gform_wrapper .gfield_description, 
.gform_wrapper .gsection_description,
.gform_wrapper .instruction {
    font-size: 16px !important;
}

.gform_wrapper .gfield_checkbox .gform-field-label, 
.gform_wrapper .gfield_radio .gform-field-label {
    font-size: 16px !important;
    font-family: inherit;
    font-weight: 600;
}

.gform_wrapper .top_label li ul.gfield_checkbox,
.gform_wrapper .top_label li ul.gfield_radio {
	/*max-width: 50%;*/
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
	margin: 0;
    -ms-flex: 0 0 35%;
    -webkit-box-flex: 0;
    flex: 0 0 35%;
    max-width: 35%;
}

.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_radio li input {
	opacity: 0;
	position: absolute;
}

.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
    font-family: "GT Pressura Bold", sans-serif;
    font-size: 18px !important;
    color: #282828;
    display: block !important;
    position: relative;
    padding-left: 35px !important;
    margin-bottom: 12px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1 !important;
}

.gform_wrapper .gfield_radio li label {
	padding-left: 30px;
}

.gform_wrapper .gfield_checkbox li label:before {
	content: '';
    position: absolute;
    top: 0;
    left: 5px;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: 1px solid #979797;
}

.gform_wrapper .gfield_checkbox li input:checked ~ label:after {
	content: '';
	position: absolute;
	left: 10px;
	top: 2px;
	width: 5px;
	height: 9px;
	border: solid #f16557;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.gform_wrapper .gfield_radio li label:before {
	content: '';
    position: absolute;
	top: 2px;
	left: 0;
	height: 14px;
	width: 14px;
	background-color: transparent;
	border-radius: 50%;
	border: 1px solid #979797;
}

.gform_wrapper .gfield_radio li input:checked ~ label:after {
	content: '';
	position: absolute;
	top: 5px;
	left: 3px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #f16557;
}

.gform_wrapper .gform_footer {
	padding: 0 !important;
	margin: 0 !important;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
    font-family: "GT Pressura Bold", sans-serif;
	padding: 0.8rem 1rem;
    border: 1px solid #f16557;
    font-size: 24px;
    width: 158px !important;
    min-width: 100px;
    text-align: center;
    text-decoration: none !important;
    color: #f16557;
    background-color: transparent;
	text-transform: uppercase;
	border-radius: 0 !important;
	box-shadow: none;
}

.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type=submit]:hover {
	background-color: #f16557;
	color: #ffffff;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 16px;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description:before {
	content: '*';
	color: #f16557;
    margin-right: 5px;
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100%!important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0 !important;
}

@media screen and (min-width: 642px) {
	.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first {
		padding-right: 24px;
	}

	.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last {
		padding-left: 6px;
	}
}

@media screen and (max-width: 991px) {
	.gform_wrapper .top_label li ul.gfield_checkbox,
	.gform_wrapper .top_label li ul.gfield_radio {
		/*max-width: 80%;*/
	}
}

@media screen and (max-width: 767px) {
	.gform_wrapper .top_label li ul.gfield_checkbox,
	.gform_wrapper .top_label li ul.gfield_radio {
		max-width: 100%;
	}

	.gform_wrapper .gfield_checkbox li,
	.gform_wrapper .gfield_radio li {
		margin: 0;
	    -ms-flex: 0 0 100%;
	    -webkit-box-flex: 0;
	    flex: 0 0 100%;
	    max-width: 100%;
	}

	.gform_wrapper .gform_footer input.button,
	.gform_wrapper .gform_footer input[type=submit],
	.gform_wrapper .gform_page_footer input.button,
	.gform_wrapper .gform_page_footer input[type=submit] {
		padding: 0.25rem 1.5rem;
	    font-size: 22px !important;
	}
}

@media screen and (max-width: 641px) {
	div.ginput_complex.ginput_container.gf_name_has_2 span {
	    width: 100%;
	}

	.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first {
		margin-bottom: 2.3rem;
	}
}

/*footer*/
#form-subscribe .form-control {
    float: left;
    max-width: 140px;
    height: 37px;
    margin-right: 5px;
}

#form-subscribe form {
    display: flex;
}

#cons_email {
    min-width: 150px;
    text-align: center;
    margin-bottom: 5%;
}

.media-resources-footer {
    margin-top: 5%;
}

@media (min-width: 2000px){
    .footer {
        position: relative;
        bottom: 0;
    }
}

.footer .top-footer .address-box ul li::after{
    background-color: #000;
    border-radius: 50%;
}

.footer .top-footer .address-box ul li.no-bullets::after{
    display: none;
}

/*teaser event fix*/
.box-event > a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.box-event {
    position: relative;
}

.box-event p a,
.box-event .jfsla-btn.jfsla--white,
.box-event p iframe {
    position:relative;
    z-index: 999;
}

.box-event iframe {
    max-width: 100%;
}

.box-event h3 {
    margin-bottom: 10px;
    color: #ffffff;
}

.jsfla-btn-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: inline-block;
    text-align: center;
    z-index: 999;
    -webkit-box-shadow: 0 2px 6px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px 3px rgba(0, 0, 0, 0.1);
}

.jfsla-btn.jsfla-btn-float:hover {
    background-color: #ffffff !important;
}

@media screen and (max-width: 1300px) {
    .jfsla-btn.jsfla-btn-float {
        padding: .8rem 1.2rem;
        font-size: 19px;
        width: auto;
    }
}

@media screen and (max-width: 767px) {
    .footer.footer-enable_escape .copyrights {
        padding-bottom: 90px;
    }
}

@media (max-width: 576px){
    .ways-to-give .wtg__box {
        margin: 135px -15px 0;
    }

    .ways-to-give {
        background-size: auto 40%;
    }

    .ways-to-give .wtg__box h3{
        line-height: 42px;
    }

    section.separator{
        padding: 20px 0 !important;
    }
}

@media (max-width: 540px){
    .ways-to-give .wtg__box {
        margin: 135px -15px 0;
    }

    .ways-to-give {
        background-size: auto 62%;
    }
}

@media (max-width: 414px){
    .ways-to-give .wtg__box {
        margin: 135px -15px 0;
    }

    .ways-to-give {
        background-size: auto 50%;
    }
}

@media (max-width: 320px){
    .ways-to-give .wtg__box {
        margin: 135px -15px 0;
    }

    .ways-to-give {
        background-size: auto 35%;
    }
}

/*single event*/
@media screen and (max-width: 767px) {
    .dynamic-description .size-medium.alignleft {
        float: none;
        margin-right: 0;
    }

    .dynamic-description .size-medium.alignright {
        float: none;
        margin-left: 0;
    }

    .dynamic-description .size-medium.aligncenter {
        float: none;
        margin-bottom: 40px;
    }

    .postid-2118 .dynamic-description .size-medium.alignleft,
    .postid-2118 .dynamic-description .size-medium.alignright,
    .postid-2118 .dynamic-description .size-medium.aligncenter  {
        margin-top: 90px;
    }

    .postid-2118 .dynamic-description h3 {
        margin-top: -420px;
        margin-bottom: 360px;
    }
}

/*accessibility*/
.programs .program__item.jfsla--purple .program__desc h3 {
    color: #c15fa0;
}

.programs .program__item .program__desc h3 {
    font-family: "GT Pressura Bold", sans-serif;
    font-size: 38px;
    text-decoration: underline;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.programs .program__item .program__desc p {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

/*PR Post*/
.program__item--full p{
    max-width: 100% !important;
}

.pagination li{
    background: #fff;
    margin: 3px;
}

.pagination li a{
    color: #0E0E0E;
    font-weight: normal;
    font-family: 'Work Sans', sans-serif;
}

.pagination li a.active, .pagination li a:hover{
    background: #F16657;
    color: #fff;
}

.pagination li a img{
    position: relative;
    top: 4px;
}

.program__tag{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 4px 16px;
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase;
	font-weight: bold;
	margin-right: 3%;
}

.program__tag--pr,
.program__tag--press-releases{
    background: #0F0F0F;
}

.program__tag--mm,
.program__tag--media-mentions{
    background: #F16657;
}

.program__tag.program__tag--newsletters {
    background: #6697c5;
}

.top-tag{
    text-align: center;
}

.related-news{
    background: #8A9840;
}

.top-news{
    text-align: center;
}

@media(min-width: 767px){
    .title--news{
        font-size: 58px;
        line-height: 63px;
    }
}

.title--news{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #C05FA0;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.related-news h2{
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-size: 28px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 2rem;
}

.program__tag.program__tag--press-releases {
    font-weight: bold;
}

.hero-bg.p-0.mb--80.pr-press-resources {
    background-color: white;
	margin-bottom: 0px;
}

.hero-bg.p-0.mb--80.pr-press-resources .hero-bg__bg.t80 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
    .hero-bg.p-0.mb--80.pr-press-resources .hero-bg__bg.t80 .program__tag {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 0;
    }
}

.title-md.media-press-resources span {
    font-size: 58px;
    line-height: 63px;
}

/*update 10 Nov 2021*/
.hero-bg__bg .img-bg__bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 991px) {
    .programs .program__item {
        padding-right: 80px;
    }
    .programs .program__item .program__desc h3 {
        font-size: 30px;
    }
    .footer .top-footer .address-box .address__buttons a:first-child,
    .footer .top-footer .address-box .address__buttons a:last-child,
    .footer .top-footer .connect-box .jfsla-btn,
    #form-subscribe .form-control {
        max-width: 100%;
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .about-section .jfsla-btn.jfsla--large {
        margin-bottom: 20px;
    }
    .footer .top-footer .connect-box {
        text-align: center;
    }
    .footer .top-footer .connect-box .social__footer {
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .footer .copyrights .other__logos a {
        width: calc(50% - 4px);
        padding: 0 10px;
    }
}
@media screen and (min-width: 768px) and (max-width:  991px) {
    #form-subscribe form {
        display: block;
        margin-bottom: 24px;
    }
}

/*new gala*/
.gala-hero {
    margin-bottom: 7.5rem !important;
}
.gala-hero .hero__image_wrapper{
    max-height: 620px;
}
.gala-hero .hero__image_wrapper .hero__image_src {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gala-hero .hero__desc{
    height: 100%;
}
@media screen and (max-width: 1441px) {
    .gala-hero .hero__image_wrapper{
        max-height: 480px;
    }
    .gala-hero .hero__desc{
        padding: 3rem;
    }
}
.gala-hero .hero__desc p .large-text{
    margin-bottom: 20px;
}
.gala-hero .gala-info-wrapper{
    max-width: 528px;
}
.gala-hero .hero__info {
    padding: 1.5rem;
    max-width: 650px;
}
.gala-hero .gala-info-wrapper .gala-info-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: start;
}
.gala-hero .gala-info-wrapper .gala-info-item img{
    margin-right: 20px;
}
.gala-hero .gala-info-wrapper .gala-info-item .info__block,
.gala-hero .hero__cta{
    font-family: "GT Pressura Bold", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    color: #fff;
}
.gala-hero .hero__cta{
    font-size: 30px;
    text-decoration: none;
    text-transform: uppercase;
}
.gala-hero .hero__cta:hover{
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
    .gala-hero .hero__info a{
        font-size: 29px;
    }
}

@media screen and (max-width: 425px) {
    .gala-hero .hero__info a{
        font-size: 28px;
    }
}
.main.main-clean > p{
    max-width: 1140px;
    margin: 0 auto 1rem;
}
.honorable-section .wp-block-group__inner-container{
    max-width: 1140px;
    margin:0 auto;
}
.honorable-section .wp-block-group__inner-container .wp-block-columns{
    margin-bottom: 0;
}
.honorable-section .wp-block-group__inner-container .wp-block-columns .wp-block-column{
    padding: 2rem 0 2rem 2rem;
}
.honorable-section .wp-block-group__inner-container .wp-block-columns .wp-block-column.text-column{
    padding: 2rem 2rem 2rem 0;
}
.honorable-section .wp-block-group__inner-container .wp-block-columns .text-column h5{
    font: 18px 'Work Sans', sans-serif;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.08em;
    color: #6697c5;
    text-transform: uppercase;
}

.honorable-section .wp-block-group__inner-container .wp-block-columns .text-column h3{
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #C05FA0;
    margin-bottom: 0;
}
.honorable-section .wp-block-group__inner-container .wp-block-columns .text-column h6{
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #C05FA0;
    margin-bottom: 1rem;
}

@media screen and (max-width: 1024px) {
    .honorable-section .wp-block-group__inner-container{
        max-width: 940px;
    }
    .main-hero .hero__desc p .large-text{
        font-size: 40px;
    }
    .gala-hero .gala-info-wrapper .gala-info-item .info__block{
        font-size: 20px
    }
}

@media screen and (max-width: 768px) {
    .gala-hero .hero__desc,
    .main-hero .hero__info{
        padding: 1.5rem;
    }
    .main-hero .hero__desc p .large-text{
        font-size: 32px;
    }
    .gala-hero .gala-info-wrapper .gala-info-item .info__block{
        margin-left: 20px;
    }
    .gala-hero .gala-info-wrapper .gala-info-item .info__block br{
        display: none;
    }
    .honorable-section .wp-block-group__inner-container .wp-block-columns .wp-block-column.text-column,
    .honorable-section .wp-block-group__inner-container .wp-block-columns .wp-block-column{
        padding: 2rem;
    }
    .gala-info-wrapper .col-sm-12 {
        margin-bottom: 25px;
    }
    .gala-hero .gala-info-wrapper .gala-info-item{
        justify-content: space-around;
    }
    .gala-hero .gala-info-wrapper .gala-info-item .info__block{
        width: 250px;
        align-self: end;
    }
}

/* new mobile hamburger & times icon */
.menu-mobile {
    position: relative;
    min-height: 22px;
}

.menu-mobile span:not(.fas) {
    position: absolute;
    height: 3px;
    width: 22px;
    background: #282828;
}

.menu-mobile span:nth-child(1) {
    top: 3px;
}

.menu-mobile span:nth-child(2) {
    top: 10px;
}

.menu-mobile span:nth-child(3) {
    top: 17px;
}

.close-sidebar span:not(.fas) {
    position: absolute;
    height: 4px;
    width: 20px;
    background: #f16557;
    border-radius: 2px;
    left: -10px;
}

.close-sidebar span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.close-sidebar span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.close-sidebar span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.location-location_description {
    margin-top: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 78px;
}

/*update 18 dec 2023*/
@media screen and (min-width: 992px) {
    .header .navbar .navbar-nav .menu-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        margin-top: 1rem;
        padding: 0;
        border-radius: 0;
        border: 0;
        box-shadow: 0 0 16px 0px rgba(0,0,0,0.2);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
      }
      .header .navbar .navbar-nav .menu-item:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        margin-top: 0;
      }
      .header .navbar .navbar-nav .menu-item .dropdown-menu .dropdown-item:focus,
      .header .navbar .navbar-nav .menu-item .dropdown-menu .dropdown-item:hover,
      .header .navbar .navbar-nav .menu-item .dropdown-menu .dropdown-item.active {
        color: #fff;
        background-color: #6697c5;
      }
}

@media screen and ( max-width: 991px) {
    .mobile-nav .drawer-menu {
        overflow-x: hidden;
    }
    .mobile-nav .drawer-menu li {
        clear: both;
    }
    .mobile-nav .drawer-menu > .menu-item.dropdown::after {
        vertical-align: .255em;
        content: "";
        border-right: .3em solid transparent;
        border-left: .3em solid transparent;
        display: inline-block;
        margin-left: .255em;
        border-top: .3em solid;
        border-bottom: 0;
        position: absolute;
        right: 15px;
        top: 20px;
    }
    .mobile-nav .drawer-menu > .menu-item.dropdown.active::after {
        border-bottom: .3em solid;
        border-top: 0;
    }
    .mobile-nav .drawer-menu .menu-item .dropdown-toggle::after {
        display: none;
    }

    .mobile-nav .drawer-menu .menu-item.dropdown .dropdown-menu {
        margin-left: -21px;
        width: calc(100% + 42px);
    }

    .mobile-nav .drawer-menu .menu-item.dropdown.current-menu-item .dropdown-menu,
    .mobile-nav .drawer-menu .menu-item.dropdown.current-menu-ancestor .dropdown-menu,
    .mobile-nav .drawer-menu .menu-item.dropdown.active .dropdown-menu {
        display: block;
        position: relative;
        border: 0;
        padding: 0;
    }

    .mobile-nav .drawer-menu .menu-item .dropdown-menu li {
        padding: 5px;
    }

    .mobile-nav .drawer-menu .menu-item.dropdown .dropdown-item {
        font-size: 16px;
        white-space: normal;
        padding: 0 0 0 20px;
    }
}

.program-related h2 {
    font-family: "GT Pressura Bold", sans-serif;
    color: #c15fa0;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.program-related .intro {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 2rem;
}

/*News & Insights*/
.program__desc .program__desc-news {
    margin-left: -2rem;
    margin-right: -2rem;
    margin-top: -2rem;
    margin-bottom: 2rem;
}

/*dining center*/
.programs-dining-center {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 45px;
}
.programs-dining-center .program__item {
    background-color: #f6f6f6;
}
.programs-dining-center .program__item.disabled {
    pointer-events: none;
}
.programs-dining-center .program__item.disabled h4 {
    color: #000;
    text-decoration: none;
}

/*template full block*/
.full-block-template .hero-bg.mb--80{
    margin-bottom: 0;
}
.full-block-template > .wp-block-group{
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .full-block-template > .wp-block-group {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .full-block-template > .wp-block-group {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .full-block-template > .wp-block-group {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .full-block-template > .wp-block-group {
        max-width:1140px
    }
}

.staff_wrapper h5 {
    font-family: "GT Pressura Bold", sans-serif;
    font-size: 21px;
    line-height: 21px;
    color: #282828; 
}
.staff_wrapper p {
    font-family: "GT Pressura", sans-serif;
    font-size: 21px;
    line-height: 23px;
    margin-bottom: 0.5em;
}
.staff_wrapper a {
    font-size: 18px;
    line-height: 7px;
    color: #f16557;
    text-decoration: underline;
    display: block;
    word-break: break-word;
    line-height: 1; 
}
.staff_loop_wrapper .wp-block-post {
    background-color: #f6f6f6;
    padding: 2rem;
    font-size: 18px;
    line-height: 27px;
    font-family: "GT Pressura", sans-serif;
}
.staff_loop_wrapper.no_bg .wp-block-post {
    background: transparent;
    padding: 1rem 0;
}
.staff_loop_wrapper.no_bg figure {
    display: none;
}

.staff_loop_wrapper.no_bg h2 {
    margin-bottom: 15px;
}
.staff_loop_wrapper .wp-block-post .wp-block-group{
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-bottom: 1rem;
    gap: 20px;
}
.staff_loop_wrapper .wp-block-post .wp-block-group .wp-block-image{
    width: 25px;
    flex-shrink: 0;
}
.staff_loop_wrapper .wp-block-post .wp-block-group .wp-block-image img{
    border-radius: 0;
}
.staff_loop_wrapper .wp-block-post-title{
    font-family: "GT Pressura Bold", sans-serif;
    font-size: 29px;
    line-height: 30px;
    color: #869a2d;
    margin-bottom: 25px;
}
.staff_loop_wrapper p a{
    color: #869a2d;
    text-decoration: underline;
}

/*button block*/
.full-block-template  h2, 
.full-block-template  h3 {
    font-family: "GT Pressura Bold", sans-serif;
    margin-top: 2.5rem;
    color: #c15fa0;
    margin-bottom: 20px;
    line-height: 26px;
}
.full-block-template .wp-block-button__link {
    border-radius: 0px;
    background-color: #f16557;
    color: #fff;
    font-family: "GT Pressura Bold", sans-serif;
    display: inline-block;
    min-width: 100px;
    text-align: center;
    text-decoration: none !important;
    border: 1px solid #c15fa0;
}
.full-block-template .wp-block-button__link:hover {
    background-color: transparent !important;
    color: #c15fa0;
}
.wp-block-btn-button .btnButton {
    width: 100% !important;
}
.wp-block-btn-button .btnButton .btnText {
    font-family: "GT Pressura Bold", sans-serif;
}

/*Select Location Block*/
.select-location-block {
    margin-top: 50px;
}
.select-location-block .select-location__item {
    background-color: #869a2d;
    display: block;
    padding: 30px;
}
.programs .container .select-location-block .row {
    margin-left: -15px;
    margin-right: -15px;
}
.select-location-block .select-location__item:hover {
    text-decoration: none;
}
.select-location-block .select-location__item h4 {
    font-family: "GT Pressura Bold", sans-serif;
    font-size: 29px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 25px;
    margin-top: 0;
}
.select-location-block .select-location__item h4 a {
    color: #fff;
}
.select-location-block .select-location__item:hover h4 {
    text-decoration: none;
}
.select-location-block .location-item__detail img {
    filter: brightness(0) invert(1);
}
.select-location-block .select-location__item p {
    font-family: "GT Pressura", sans-serif;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
}
.select-location-block .select-location__item .select-location_description {
    font-family: "GT Pressura", sans-serif;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    margin-bottom: 30px;
    display: inline-block;
}
.eligibility__sidebar {
    background-color: #f16557;
    border: 0;
    padding: 36px 25px;
}
.eligibility__sidebar .eligibility__desc h4 {
    color: #fff;
}
.eligibility__sidebar p {
    color: #fff;
}
.eligibility__sidebar p a {
    color: #fff;
    text-decoration: underline;
}
.eligibility__sidebar p a:hover {
    text-decoration: none;
}
#program-section .wp-block-list {
    padding-left: 15px;
}
