@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");

:root {
  --primary-color: #8b1738;
  --secondary-color: #f57822;
  --primary-font: "Montserrat", Arial, sans-serif;
  --secondary-font: "Mulish", Arial, sans-serif;
}

body:after {
  position: absolute;
  content: 'ב"ה';
  color: #fff;
  display: block;
  right: 10px;
  top: 10px;
  font-size: 12px;
}

div#header {
  background-image: url("https://w2.chabad.org/media/images/1329/iPrM13293477.jpg");
  padding-top: 30px;
  padding-bottom: 20px;
  background-size: cover;
  position: relative;
  transition: all 0.3s;
  background-position-y: -100px;
}

@media (max-width: 650px) {
  div#header {
    padding-top: 0;
    height: 250px;
    background-position-x: center;
  }
}
body:not(.home).mobile div#header {
  background: none;
  height: auto;
}

div.promos-bg {
  background:
    linear-gradient(to bottom, #ffffff 0, rgba(255, 255, 255, 0.5)),
    url(https://w2.chabad.org/media/images/1329/utDJ13295443.jpg);
}

@media (max-width: 650px) {
  div.promos-bg {
    background: none;
  }
}
body:not(.home) div#content:before {
  height: 200px;
}

@media (min-width: 650px) {
  body:not(.home) div#content:before {
    display: none;
  }
}
@media (max-width: 650px) {
  body:not(.home) div#content:before {
    background-size: cover;
    background-position: center;
  }
}
.home div#header {
  padding-bottom: 40%;
  background-position-y: center;
}

#feedback_bar {
  margin-right: 0;
}

body.cco_body #tabContentMain .co_menu_item:nth-of-type(1n + 16) {
  display: none;
}

#header_branding,
body .site_title,
body.cco_body .site_title {
  margin-left: 0 !important;
}

#header_branding .float_left {
  display: none;
}

.home #header:before {
  content: "Welcome to Chabad of Islip Township";
  position: absolute;
  width: 1000px;
  height: 150px;
  left: 0;
  right: 0;
  top: 30%;
  font-size: 100px;
  color: white;
  text-align: center;
  font-weight: bold;
  line-height: 106px;
  margin: 0 auto;
  font-family: var(--secondary-font) !important;
}

@media (max-width: 966px) {
  .home #header:before {
    width: auto;
    top: 23%;
    font-size: 25px;
    padding: 0 10px;
    line-height: 30px;
  }
}
.home #header:after {
  content: "Experience Jewish Life on the South Shore";
  position: absolute;
  width: 750px;
  height: 150px;
  left: 0;
  right: 0;
  top: 68%;
  font-size: 31px;
  color: white;
  text-align: center;
  font-weight: bold;
  line-height: 42px;
  margin: 0 auto;
  font-family: var(--secondary-font) !important;
}

@media (max-width: 966px) {
  .home #header:after {
    width: auto;
    top: 52%;
    font-size: 18px;
    line-height: 25px;
  }
}
body > #header > .wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-right: 45px;
  padding-left: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  gap: 10rem;
  justify-content: space-between;
  transition: all 0.3s;
}

body > #header > .wrapper.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url("https://w2.chabad.org/media/images/1329/iPrM13293477.jpg");
  background-size: cover;
  background-position-y: -100px;
}

body.home > #header > .wrapper.fixed-header {
  background-image: none;
}

.wrapper.fixed-header.scrolled-header {
  background-image: url("https://w2.chabad.org/media/images/1329/iPrM13293477.jpg") !important;
  background-size: cover;
}

body #tabContentMain .co_menu_home_image,
body.cco_body #tabContentMain .co_menu_home_image,
#header_container .cco_search_header #MainSearchForm,
#header_container.header_container {
  display: none;
}

.co_menu_item a.bg_extension,
body #co_menu_container #tabContentMain .co_menu_item.arrow.hover span.parent,
body #tabContentMain .co_menu_item.hover,
body.cco_body #tabContentMain .co_menu_item.hover,
body #tabContentMain .co_menu_item.arrow span.parent,
body.cco_body #tabContentMain .co_menu_item.arrow span.parent,
body .co_menu_container,
body.cco_body .co_menu_container,
body #tabContentMain .co_menu_item,
body.cco_body #tabContentMain .co_menu_item,
body #tabContentMain .co_menu_item_divider,
body.cco_body #tabContentMain .co_menu_item_divider {
  background-image: none !important;
  background-color: transparent;
}

body.cco_body #tabContentMain .co_menu_item span.parent a {
  font-family: var(--secondary-font) !important;
  transition: color 300ms;
  text-transform: uppercase;
}

body.home.cco_body #tabContentMain .co_menu_item span.parent a {
  color: var(--primary-color);
}

body #tabContentMain .co_menu_item.selected span.parent a {
  color: var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
  padding-bottom: 3px;
}

.cco_body #tabContentMain .co_menu_item.arrow span.parent div {
  padding: 0 16px 0;
}

body.cco_body #tabContentMain .co_menu_item.hover span.parent a {
  color: var(--secondary-color);
}

body.home.cco_body #tabContentMain .co_menu_item.hover span.parent a {
  color: var(--secondary-color);
}

body.cco_body #tabContentMain .co_menu_item.multi_level .co_submenu_container {
  border-top-color: var(--secondary-color);
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
}

.co_menu_item .co_submenu_container .child_item.heading,
.co_menu_item .co_submenu_container .menu_child a span {
  font-family: var(--primary-font);
  font-size: 12px;
  color: var(--primary-color);
}

.co_menu_item.multi_level .co_submenu_container a.item span {
  font-size: 12px;
}

body.cco_body
  #tabContentMain
  .co_menu_item.multi_level
  .co_submenu_container
  a.item {
  background: #ffffff;
}

#tabContentMain .co_menu_item.arrow .co_submenu_container a.item,
#tabContentMain .co_menu_item.arrow .co_submenu_container a.item span,
body.cco_body #tabContentMain .co_submenu_container .co_column a {
  color: var(--primary-color);
  font-family: var(--primary-font);
}

.co_menu_item.multi_level .co_submenu_container a.item.hover span,
.co_menu_item.multi_level .co_submenu_container a.item:hover span {
  color: var(--secondary-color) !important;
}

.chabad_description_box h5 {
  font-family: var(--primary-font);
  font-size: 40px;
  color: var(--primary-color);
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
}

@media (max-width: 650px) {
  .chabad_description_box h5 {
    font-size: 25px;
    line-height: 35px;
    padding: 0 10px;
  }
}
.chabad_description_box {
  padding: 75px 0;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  background: #fff;
}

.chabad_description_box .text {
  font-family: var(--primary-font);
  text-align: center;
  padding: 40px 0;
  font-size: 20px;
  line-height: 35px;
  width: 75%;
  margin: 0 auto;
}

.chabad_description_box .action {
  margin: 0 auto;
  text-align: center;
}

.chabad_description_box .action a {
  font-family: var(--secondary-font);
  text-align: center;
  border: 2px solid var(--primary-color);
  padding: 15px 20px;
  font-size: 20px;
  color: var(--primary-color);
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
}

.chabad_description_box .action a:hover {
  text-decoration: none;
  background: var(--primary-color);
  color: white;
  border: 2px solid var(--primary-color);
}

@media (max-width: 650px) {
  .chabad_description_box .action {
    margin-top: 30px;
  }
}
@media (max-width: 650px) {
  .chabad_description_box .text {
    line-height: 30px;
    padding: 0 10px;
    width: 100%;
  }
}
.promos-container {
  margin: 0 auto;
  padding: 75px 0;
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(4, 1fr);
  width: 75%;
  gap: 2rem;
}

@media (max-width: 650px) {
  .promos-container {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    width: 90%;
  }
}

.promo-box {
  background-color: #e2d2d0;
  padding: 1.5rem;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
  text-align: center;
  transform: translateY(-5px);
  overflow: hidden;
  min-height: 250px;
  position: relative;
  z-index: 5;
}

@media (max-width: 650px) {
  .promo-box {
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.promo-box a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.promo-box a:hover + .promo-box-info {
  opacity: 1;
}

.promo-box-info {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.8;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #065f46;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
  will-change: opacity;
  mix-blend-mode: multiply;
}

.promo-box:hover .title {
  transform: translateY(75px);
}

@media (max-width: 650px) {
  .promo-box:hover .title {
    transform: none;
  }
}

.promo-box .title {
  font-family: var(--secondary-font) !important;
  position: absolute;
  top: 45%;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  transition: all 0.5s;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 25px;
  padding: 0 10px;
}

@media (max-width: 650px) {
  .promo-box .title {
    position: static;
    z-index: 1;
  }
}

.shul-bg {
  background-image: url(https://w2.chabad.org/media/images/1329/nXBy13295438.jpg);
}

.adult-education-bg {
  background-image: url(https://w2.chabad.org/media/images/1329/tPTD13295442.jpg);
}

.womens-circle-bg {
  background-image: url(https://w2.chabad.org/media/images/1329/Fsjt13295444.jpg);
}

.hebrew-school-bg {
  background-image: url(https://w2.chabad.org/media/images/1329/OmBr13295446.jpg);
}

.photos-bg {
  background-image: url(https://w2.chabad.org/media/images/1360/wKda13605740.jpg);
}

.donate-bg {
  background-image: url(https://w2.chabad.org/media/images/1329/unOY13295441.jpg);
}

.shabbat-bg {
  background-image: url(https://w2.chabad.org/media/images/1329/jXrN13295440.jpg);
}

.fire-island-bg {
  background-image: url(https://w2.chabad.org/media/images/1329/yxMQ13295445.jpg);
}

div#HeaderSubscribeContainer {
  display: flex !important;
  margin: 0px auto;
  width: 100% !important;
  padding: 75px 0;
  background: #ececec;
  z-index: 1;
  position: relative;
}

body.cco_body #tabContentMain .search_menu_item {
  display: table-cell;
  vertical-align: middle;
}

body.cco_body #tabContentMain .search_menu_item .search-trigger {
  color: #fff;
}

body.home.cco_body #tabContentMain .search_menu_item .search-trigger {
  color: var(--primary-color);
}

#header #tabContentMain {
  padding-right: 13px;
}

#header #tabContentMain.js-search-added {
  padding-right: 0;
}

body.cco_body #tabContentMain .cco_search_header {
  background: white;
}

body.cco_body #tabContentMain .cco_search_header.show {
  justify-content: center;
  width: 188px;
  transition: width 0.3s;
  padding: 0 initial;
}

#header_container.clearfix .cco_search_header {
  display: none;
}

#header_container #co_menu_container_wrapper .cco_search_header {
  display: block;
}

#header .cco_search_header {
  overflow: hidden;
  transition: width 300ms;
  width: 0;
  margin-right: 0;
  padding-top: 0;
  margin-top: 13px;
  position: relative;
}

#header .cco_search_header .co_global_input,
#header .cco_search_header .co_global_input_container {
  height: auto;
  background: #ffffff;
  border: none;
  border-radius: 0;
}

#header .cco_search_header .co_global_input {
  padding: 4px 6px;
  height: 26px;
  color: #333;
  font-size: 11px;
}

#header .cco_search_header .co_global_submit {
  height: 26px;
  margin-top: 0;
  padding-top: 0;
}

#header .cco_search_header .co_global_submit .button {
  padding-right: 8px;
  padding-left: 8px;
  border-bottom: none;
  border-radius: 0;
  color: #fff;
  height: 26px;
  padding-top: 0;
  padding-bottom: 2px;
  background: var(--primary-color);
}

#header .cco_search_header .co_global_submit .button:before {
  content: "\f002";
  font-family: "FontAwesome";
}

div#SubscribeFormContainer {
  width: 100%;
}

.widget-1.subscribe {
  background: #ececec;
  border: none;
  margin: 0;
  padding: 50px 0;
}

.widget-1.subscribe > .wrapper {
  max-width: 1080px;
  margin: 0 auto;
}

.home.mobile
  #footer
  .subscribe-form
  div.co_form_container
  div.co_form_container,
.home div#HeaderSubscribeContainer div.co_form_container div.co_form_container,
.home form.bottom_subscribe_box div.co_form_container div.co_form_container,
.home form.bottom_subscribe_box div.co_form_container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: 1rem;
  width: 100%;
  float: none;
  flex: 3;
  max-width: 950px;
}
.home.mobile #footer .subscribe-form div.co_form_container + .success,
.home div#HeaderSubscribeContainer div.co_form_container + .success,
.home form.bottom_subscribe_box div.co_form_container + .success,
.home form.bottom_subscribe_box + .success,
.home .subscribe small {
  font-size: 25px;
  color: var(--primary-color);
  font-weight: bold;
}
.home.mobile #footer .subscribe-form div.co_form_container input#Fname,
.home.mobile #footer .subscribe-form div.co_form_container input#Lname,
.home.mobile #footer .subscribe-form div.co_form_container input#SubscribeEmail,
.home div#HeaderSubscribeContainer div.co_form_container input#Fname,
.home div#HeaderSubscribeContainer div.co_form_container input#Lname,
.home div#HeaderSubscribeContainer div.co_form_container input#SubscribeEmail,
.home form.bottom_subscribe_box input.mobile_input_field,
.home form.bottom_subscribe_box input.mobile_input_field,
.home form.bottom_subscribe_box input.mobile_input_field,
.home form.bottom_subscribe_box input#Fname,
.home form.bottom_subscribe_box input#Lname,
.home form.bottom_subscribe_box input#Email {
  font-family: var(--primary-font) !important;
  width: 20%;
  border-radius: 0;
  border: 0;
  padding: 10px;
  height: 50px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  box-shadow: none;
  font-weight: normal;
}

.home form.bottom_subscribe_box input#Email {
  width: 37%;
}

.home.mobile #footer .subscribe-form div.co_form_container .form_group,
.home div#HeaderSubscribeContainer div.co_form_container .form_group,
.home form.bottom_subscribe_box div.co_form_container .form_group,
.home form.bottom_subscribe_box .form_group {
  display: flex;
  width: 45%;
  gap: 1rem;
}
.home.mobile form.bottom_subscribe_box input#Email,
.home.mobile #footer .subscribe-form div.co_form_container input#SubscribeEmail,
.home div#HeaderSubscribeContainer div.co_form_container input#SubscribeEmail,
.home form.bottom_subscribe_box div.co_form_container input#SubscribeEmail,
.home form.bottom_subscribe_box input#SubscribeEmail {
  width: 100%;
}
.home.mobile #footer .subscribe-form div.co_form_container div#CoButton_wrapper,
.home div#HeaderSubscribeContainer div.co_form_container div#CoButton_wrapper,
.home form.bottom_subscribe_box div#CoButton_wrapper,
.home form.bottom_subscribe_box div#CoButton_wrapper {
  width: 50%;
  padding-left: 0;
}
.home.mobile #footer .subscribe-form div.co_form_container button#CoButton,
.home div#HeaderSubscribeContainer div.co_form_container button#CoButton,
.home form.bottom_subscribe_box input#CoButton,
.home form.bottom_subscribe_box button#CoButton,
.home form.bottom_subscribe_box input.CoButton,
.home.mobile #footer .subscribe-form button#CoButton {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  background: transparent;
  transition: background 0.4s;
  height: 44px;
  width: 20%;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
}

.home.mobile form.bottom_subscribe_box input.CoButton {
  width: 99%;
  margin: 0;
  padding: 0;
}

.home.mobile #footer .subscribe-form div.co_form_container button#CoButton span,
.home div#HeaderSubscribeContainer div.co_form_container button#CoButton span,
.home form.bottom_subscribe_box input#CoButton span,
.home form.bottom_subscribe_box input.CoButton,
.home form.bottom_subscribe_box button#CoButton span {
  font-family: var(--secondary-font) !important;
}
.home.mobile #footer .subscribe-form div.co_form_container input#CoButton:hover,
.home div#HeaderSubscribeContainer div.co_form_container button#CoButton:hover,
.home form.bottom_subscribe_box input#CoButton:hover,
.home form.bottom_subscribe_box button#CoButton:hover,
.home form.bottom_subscribe_box input.CoButton:hover,
.home.mobile #footer .subscribe-form button#CoButton:hover {
  background: var(--primary-color);
  color: white;
}
.home.mobile #footer .subscribe-form div.co_form_container .break_floats,
.home.mobile #footer .subscribe-form div.co_form_container .light_grey.f-small,
.home.mobile
  #footer
  .subscribe-form
  div.co_form_container
  .blue.f-small.bold.small_vertical_padding.medium_horizontal_padding.footer_box,
.home div#HeaderSubscribeContainer .break_floats,
.home div#HeaderSubscribeContainer .light_grey.f-small,
.home
  div#HeaderSubscribeContainer
  .blue.f-small.bold.small_vertical_padding.medium_horizontal_padding.footer_box,
.home form.bottom_subscribe_box .break_floats,
.home form.bottom_subscribe_box .light_grey.f-small,
.home
  form.bottom_subscribe_box
  .blue.f-small.bold.small_vertical_padding.medium_horizontal_padding.footer_box,
.home form.bottom_subscribe_box .break_floats,
.home form.bottom_subscribe_box .light_grey.f-small,
.home
  form.bottom_subscribe_box
  .blue.f-small.bold.small_vertical_padding.medium_horizontal_padding.footer_box {
  display: none;
}

@media (max-width: 650px) {
  .home.mobile #footer .subscribe-form input#Fname,
  .home.mobile #footer .subscribe-form input#Lname,
  .home.mobile #footer .subscribe-form input#SubscribeEmail,
  .home div#HeaderSubscribeContainer input#Fname,
  .home div#HeaderSubscribeContainer input#Lname,
  .home div#HeaderSubscribeContainer input#SubscribeEmail,
  .home form.bottom_subscribe_box input#Fname,
  .home form.bottom_subscribe_box input#Lname,
  .home
    .mobile_wrapper_container
    form.bottom_subscribe_box
    input#SubscribeEmail,
  .home form.bottom_subscribe_box input#Fname,
  .home form.bottom_subscribe_box input#Lname,
  .home form.bottom_subscribe_box input#SubscribeEmail {
    width: 100%;
  }
}
.home:not(.mobile) div#content {
  position: relative;
}

.home .g960.footer_family_text.bottom_padding {
  float: none;
}

.home img.footer_hr {
  display: none;
}

.home .footer_inner_container,
.home .footer3 span,
.home .footer_text a {
  color: white !important;
  font-family: var(--primary-font) !important;
}

#content #BodyContainer .body_wrapper.clearfix {
  background: transparent !important;
}

.home #content {
  background: #ececec;
}

.home #content #BodyContainer:not(:has(.syndicated)) {
  padding: 50px 0;
}

@media screen and (max-width: 650px) {
  .home #content #BodyContainer {
    padding-bottom: 25px;
  }
}

.home:not(:has(.syndicated)) #content #BodyContainer .body_wrapper {
  text-align: center;
}

.home #content #BodyContainer .article_index_container:before {
  content: "Upcoming  Events";
  color: var(--primary-color);
  font-size: 25px;
  line-height: 120%;
  font-weight: normal;
  background: #ececec;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-family: var(--primary-font) !important;
}

.home #content #BodyContainer .body_wrapper:has(.g960):before {
  content: "Upcoming  Events";
  color: var(--primary-color);
  font-size: 25px;
  line-height: 120%;
  font-weight: normal;
  background: #ececec;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-family: var(--primary-font) !important;
  /* margin: 0 auto; */
}
.home #content #BodyContainer .body_wrapper > .g960:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 63px;
  height: 2px;
  width: 100%;
  background: #f6d0d1;
  content: " ";
}

@media screen and (max-width: 650px) {
  .home #content #BodyContainer .body_wrapper:before {
    top: -25px;
  }
  .home #content #BodyContainer .body_wrapper > .g960:after {
    top: 38px;
  }
}
.cycle-prevNav span,
.cycle-nextNav span {
  background: none;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}

.cycle-directionNav a:hover span:after {
  color: var(--secondary-color);
}

.cycle-prevNav span:after,
.cycle-nextNav span:after {
  color: var(--primary-color);
  font-family: "FontAwesome";
  font-size: 62px;
  top: 18px;
  right: 41px;
  position: absolute;
}

.cycle-prevNav span:after {
  content: "\f104";
}

.cycle-nextNav span:after {
  content: "\f105";
  left: 41px;
}

a.cycle-prevNav,
a.cycle-nextNav {
  font-size: 0;
  text-indent: 0 !important;
}

.home .promo_slider .cycle-caption {
  right: 15px;
  top: 13px;
}

.mobile .promo_slider .circles div.selected,
.promo_slider .cycle-controlNav a.active {
  background: var(--primary-color);
}

.mobile .promo_slider .circles div {
  background: var(--secondary-color);
}

.promo_slider .cycle-controlNav a {
  background: var(--secondary-color);
  margin: 2px;
  width: 10px;
  height: 10px;
}

.slides {
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.promo_slider.v380 .slider {
  border: 0;
}

.widget-1.promo_slider.custom.v380.feed {
  background: none;
  border: 0;
}

.promo_slider .cycle-directionNav a {
  width: 62px;
  height: 62px;
  background: none;
}

body .site_title,
body.cco_body .site_title {
  background: url(https://chabadofislip.com/media/images/1329/wrrj13298572.png) !important;
  background-size: cover !important;
}

@media (max-width: 1360px) {
  body.cco_body .site_title {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }
}

.dir_ltr.mobile .promo_slider .cycle-directionNav a.cycle-prevNav,
.dir_ltr.mobile .promo_slider .cycle-directionNav a.cycle-nextNav {
  background: none !important;
}

.mobile div#content {
  position: relative;
  z-index: 1;
}

.mobile .footer_inner_container .back_to_top {
  height: 40px;
  width: 40px;
  bottom: 50px;
}

table.main_menu_container.first.global {
  max-width: 100%;
}

.home.mobile #footer .subscribe-form {
  padding: 10px;
}

.home.mobile #footer .bottom_subscribe_box input#CoButton {
  padding: 10px 20px;
  font-size: 15px;
  line-height: 20px;
  width: 100%;
}

.home.mobile .subscribe-form,
.home.mobile .subscribe-form .split-label {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: white;
  padding: 20px;
  font-size: 20px;
}

.mobile .footer_container {
  background: transparent;
}

.home form.bottom_subscribe_box {
  text-align: center;
  justify-content: center;
  padding: 10px;
  margin: 0 auto;
  background: #ececec;
}

.subscribe .widget_header,
.subscribe form small {
  display: none;
}

.home form.bottom_subscribe_box .field-row {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.home.mobile form.bottom_subscribe_box fieldset {
  flex-direction: column;
}

.home form.bottom_subscribe_box fieldset {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: center;
}

.subscribe form fieldset input {
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  border: 2px solid transparent;
  color: #317cb8;
  box-shadow: none;
  text-shadow: none;
  width: 20%;
  height: 50px;
  /* padding: 10px 15px; */
  font-size: 16px;
  text-transform: none;
  /* margin: 1px; */
}

.home form.bottom_subscribe_box .field-row input.mobile_input_field {
  width: 100%;
}

.home form.bottom_subscribe_box:before {
  content: "Join Our Mailing List";
  color: var(--primary-color);
  font-size: 25px;
  line-height: 120%;
  font-weight: normal;
  position: relative;
  z-index: 2;
  left: 0px;
  right: 0px;
  text-transform: uppercase;
  font-family: var(--primary-font) !important;
  bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}

@media (max-width: 650px) {
  .home form.bottom_subscribe_box:before {
    margin-top: 30px;
  }
}
div#footer {
  background-color: var(--primary-color);
}

.footer_container.footer_text.copyright_text {
  margin-top: 0;
}

.mobile .footer_inner_container .back_to_top .arrow {
  background: none;
}

.mobile .footer_inner_container .back_to_top .arrow:before {
  content: "\f077";
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Brands";
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 900;
}

body.home #BodyContainer,
body > #content > .wrapper,
body.home .g960 {
  width: 1080px;
  margin-left: auto;
}

body.home .promo_slider.v380 .slider {
  height: 360px;
}

@media (max-width: 650px) {
  body.home .promo_slider.v380 .slider {
    height: auto;
  }
}

body.home .promo_slider.v380 .cycle-controlNav {
  top: auto;
  bottom: 10px;
}

body.home .promo_slider.v380 .cycle-caption {
  height: 316px;
}

/* site wide ticker */

.donation_campaign.highholidays .col1 a.donate_link {
  font-family: var(--secondary-font);
  font-weight: 800;
  font-size: 19px;
  font-style: italic;
  color: var(--primary-color);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}

.donation_campaign .wrapper {
  width: 100% !important;
}

.donation_campaign .top {
  width: 975px;
  margin: 0 auto;
}

.donation_campaign {
  z-index: 101 !important;
  font-family: var(--primary-font) !important;
}

.donation_campaign .label {
  text-align: center;
}

.lang_en .donation_campaign .co_global_button .button {
  background-color: var(--primary-color);
  color: #fff;
}

.lang_en .donation_campaign .co_global_button .button:hover {
  background-color: #fff;
  color: var(--primary-color);
}

.donation_campaign .label,
.donation_campaign .ticker .item div {
  font-family: var(--primary-font) !important;
  font-size: 14px;
}

.donation_campaign .top .col1 {
  width: 250px !important;
}

.donation_campaign .top .col2 {
  width: 54% !important;
  text-align: center;
  margin-left: 0;
  height: auto !important;
}

.donation_campaign .top .col2 a {
  font-family: "Mulish" !important;
}

.donation_campaign .bottom .label {
  display: none;
}

@media screen and (max-width: 650px) {
  .donation_campaign {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .lang_en .donation_campaign .co_global_button .button {
    display: flex;
    align-items: center;
  }

  .donation_campaign .top {
    width: 100%;
  }

  .donation_campaign .top .col2,
  .donation_campaign .top .col1 {
    width: 50% !important;
  }

  .donation_campaign .top .col2 {
    display: none !important;
  }

  .donation_campaign .bottom .label {
    display: block;
  }

  .donation_campaign.highholidays .top .col4 {
    float: none !important;
    display: flex;
    justify-content: center;
  }
  .donation_campaign .co_global_button {
    max-width: 250px !important;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    float: none;
  }
}

.mobile .donation_campaign .top .wrapper {
  display: flex;
}

.donation_campaign ~ .mobile_wrapper_container .menu_wrapper {
  position: static;
}

.donation_campaign ~ .mobile_wrapper_container #mobile_content {
  padding-top: 0;
}

.donation_campaign ~ .mobile_wrapper_container .menu_wrapper.fixed {
  position: fixed;
  top: 0;
}

.donation_campaign ~ .mobile_wrapper_container #mobile_content {
  padding-top: 0;
}

.donation_campaign ~ .mobile_wrapper_container .menu_wrapper.fixed {
  position: fixed;
  top: 0;
}

.donation_campaign
  ~ .mobile_wrapper_container
  .menu_wrapper.fixed
  ~ #mobile_content {
  padding-top: 50px;
}

.mobile #footer {
  width: 100%;
  overflow-x: hidden;
}

.mobile form.bottom_subscribe_box,
.mobile > #footer > .wrapper {
  transition: transform 0.4s linear;
  -webkit-transition: transform 0.4s linear;
}

.menu_open form.bottom_subscribe_box,
.menu_open > #footer > .wrapper {
  -webkit-transform: translate3d(86%, 0, 0);
  transform: translate3d(86%, 0, 0);
}

/* chabadone fundraising site wide ticker */

#new-campaign-ticker-wrapper ~ .mobile_wrapper_container #mobile_content {
  padding-top: 0 !important;
}

body #new-campaign-ticker-wrapper .fs-ticker-container {
  background: #ed6c02 !important;
}

body #new-campaign-ticker-wrapper .fs-bonus-badge,
body
  #new-campaign-ticker-wrapper
  .fs-ticker-container
  .fs-ticker-goal-container
  .fs-ticker-goal-graph
  .fs-goal-graph-fill,
body #new-campaign-ticker-wrapper .fs-ticker-container .fs-btn {
  background: #000650 !important;
}

body
  #new-campaign-ticker-wrapper
  .fs-ticker-container
  .fs-ticker-goal-container
  .fs-ticker-goal,
body
  #new-campaign-ticker-wrapper
  .fs-ticker-container
  .fs-ticker-campaign-info-container
  .fs-campaign-end-text,
body
  #new-campaign-ticker-wrapper
  .fs-ticker-container
  .fs-ticker-campaign-info-container
  .fs-campaign-end-title,
body
  #new-campaign-ticker-wrapper
  .fs-ticker-container
  .fs-ticker-countdown-container
  .fs-countdown-widget
  .fs-countdown-unit
  .fs-countdown-description,
body
  #new-campaign-ticker-wrapper
  .fs-ticker-container
  .fs-ticker-countdown-container
  .fs-countdown-widget
  .fs-countdown-unit
  .fs-countdown-description,
body
  #new-campaign-ticker-wrapper
  .fs-ticker-container
  .fs-ticker-countdown-container
  .fs-countdown-widget
  .fs-countdown-sep,
body
  #new-campaign-ticker-wrapper
  .fs-ticker-container
  .fs-ticker-countdown-container
  .fs-countdown-widget
  .fs-countdown-unit
  .fs-countdown-number,
body
  #new-campaign-ticker-wrapper
  .fs-ticker-container
  .fs-ticker-countdown-container
  .fs-ticker-countdown-heading,
body
  #new-campaign-ticker-wrapper
  .fs-ticker-container
  .fs-ticker-goal-container
  .fs-ticker-goal
  b,
body
  #new-campaign-ticker-wrapper
  .fs-ticker-container
  .fs-ticker-goal-container
  .fs-ticker-goal-complete-container
  div {
  color: #000650 !important;
}

body
  #new-campaign-ticker-wrapper
  .fs-ticker-container
  .fs-ticker-goal-container
  .fs-ticker-goal-graph
  .fs-goal-graph-fill
  .fs-goal-graph-fill-bonus {
  background: #bf9a3d !important;
}

body
  #new-campaign-ticker-wrapper
  .fs-ticker-container
  .fs-ticker-countdown-container
  .fs-ticker-countdown-heading:after {
  background-color: #ed6c02;
}

body
  #new-campaign-ticker-wrapper
  .fs-ticker-container
  .fs-ticker-heading-container:before {
  background: 0 0 !important;
}

body
  #new-campaign-ticker-wrapper
  .fs-ticker-container
  .fs-ticker-heading-container {
  background-image: none !important;
}
body
  #new-campaign-ticker-wrapper
  .fs-ticker-container
  .fs-ticker-heading-container
  .fs-ticker-heading
  .fs-ticker-heading-small {
  color: #000650 !important;
  font-size: 1.1em;
}

body.mobile #new-campaign-ticker-wrapper .fs-ticker-heading-small {
  display: block !important;
  font-size: 0.6em !important;
}

@media (max-width: 990px) {
  .fs-ticker-heading-small {
    display: block !important;
    font-size: 0.6em !important;
  }
}

body
  #new-campaign-ticker-wrapper
  .fs-ticker-container
  .fs-ticker-countdown-container
  .fs-ticker-countdown-heading:before {
  display: none !important;
}
