@import url("https://use.typekit.net/lfe5iyw.css");

:root {
  --color-primary: #0d2340;
  --color-secondary: #164e75;
  --color-tertiary: #b8881a;
  --color-section-bg: #f2f8f7;
  --color-page-bg: #d0e4f5;
  --color-white: #ffffff;
}

html {
  overflow-x: hidden;
  background-color: #e9ebeb;
}

body {
  overflow-x: hidden;
  max-width: 1920px;
  margin-inline: auto;
  box-shadow: 0px 490px 250px 0px #a3a3a317;
}

.hp-table {
  background-color: var(--color-bg);
}

* {
  line-height: 1.5;
  letter-spacing: -0.02em;
  font-family: "elza-text", sans-serif;
}

button {
  font-weight: 500;
  text-transform: capitalize;
}

p > span {
  color: #83929a;
}

p > span a {
  color: var(--color-primary);
}

h1,
h2,
h3,
h4,
h5,
h6,
[class^="widget-"] h1,
[class^="widget-"] h2,
[class^="widget-"] h3,
[class^="widget-"] h4,
[class^="widget-"] h5,
[class^="widget-"] h6,
.chabad_updates .widget_header.widget_header h5,
[class*="widget-"] .widget_header.widget_header h5 {
  font-weight: 500;
  font-family: "roc-grotesk", sans-serif;
  line-height: 0.9;
}

.Content_Title,
.co_body .content .Content_Title,
.co_body .content .SCHeading_1,
.co_body h1,
.form-header-group h1,
.co_body .content .Content_Large,
.co_body .content .SCHeading_2,
.co_body h2,
.form-header-group h2 {
  font-weight: 500;
}

#BodyContainer
  #co_content_container
  > .clearfix
  > .g960:not(.categorized)
  .article-header
  .breadcrumbs {
  text-align: left;
  margin-bottom: 16px;
  display: none;
}

#BodyContainer
  #co_content_container
  > .clearfix
  > .g960:not(.categorized)
  .article-header
  .breadcrumbs
  .breadcrumbs__crumb {
  font-size: 16px;
  padding: 0;
}

label,
label b,
label strong,
.form-label-auto label,
.form-label-left label,
.form-label-right label,
.form-label-top label {
  font-weight: 400;
}

.hp_subscribe .wrapper #formContainer fieldset input,
.co_body .content .form-all .form-dropdown,
.co_body .content .form-all .form-captcha INPUT,
.co_body .content .form-all .form-textarea,
.co_body
  .content
  .form-all
  .form-textbox:not(.form-checkbox-other-input):not(.form-radio-other-input),
.co_body .content .form-all .form-upload,
.co_form_input,
.form-dropdown,
.form-textbox {
  font-family: "elza-text", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: var(--color-secondary);
  padding: 24px;
  border-radius: 50px;
  background-color: transparent;
  border: 1px solid #4a4a52;
  box-shadow: none;
  outline: none;
  height: 60px;
}

.hp_subscribe .wrapper #formContainer fieldset input::placeholder,
.co_form_input::placeholder,
.form-textbox::placeholder {
  font-weight: 400;
  color: #4a4a52;
}

.hp_subscribe .wrapper #formContainer fieldset input:focus,
.co_body .content .form-all .form-captcha INPUT:focus,
.co_body .content .form-all .form-dropdown:focus,
.co_body .content .form-all .form-textarea:focus,
.co_body
  .content
  .form-all
  .form-textbox:not(.form-checkbox-other-input):not(
    .form-radio-other-input
  ):focus,
.co_body .content .form-all .form-upload:focus,
.co_form_input:focus,
.form-dropdown:focus,
.form-textbox:focus {
  border: 1px solid var(--color-secondary);
}

.co_body .content .form-all .dir_ltr .form-sub-label-container {
  margin-bottom: 16px;
}

.content .co_form_input:not(textarea) {
  margin-bottom: 16px;
}

.form-checkbox-item,
.form-radio-item {
  margin-bottom: 12px;
}

form .billing_address:has(th) {
  display: block;
  margin-top: 24px;
}

form .credit_card:has(th) {
  display: block;
  margin-top: 12px;
}

.content label.regular {
  font-size: 16px;
}

body.cco_body table th {
  font-weight: 400;
}

.sites-article .co_global_button {
  margin-top: 16px;
  float: none;
}

#donate-wrapper
  main
  form
  .content-box
  .row.next-button-wrapper
  button.next-button,
.sites-article .co_global_button .button,
.co_body .content .form-all .form-submit-button {
  max-width: max-content;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: var(--color-primary);
  padding: 10px 15px;
  border-radius: 10px;
  letter-spacing: -0.03em;
  transition: all 0.3s ease;

  &:hover {
    color: var(--color-white);
    border-color: var(--color-secondary);
    box-shadow: none;
    background-color: var(--color-secondary);
  }
}

.co_local_menu .section_title a {
  font-weight: 500;
  font-size: 18px;
}

.dir_ltr .co_submenu_container.reversed table {
  border-left: 0;
}

.form.sites-article .form-all .form-section .form-line {
  padding-block: 16px;
  margin: 0;
}

.form.sites-article .form-all .form-section .form-line .form-submit-button {
  margin-top: 0;
}

body.cco_body #donate-wrapper main .amounts button {
  color: var(--color-white);
  background-color: var(--color-secondary);
  box-shadow: none;

  &:hover {
    background-color: var(--color-primary);
  }
}

#confirm-wrapper #confirm,
#donate-wrapper #donate {
  box-shadow: none;
}

div#confirm-wrapper::after,
div#donate-wrapper::after {
  background-color: var(--color-white);
}

.secondary_navigation .header {
  color: var(--color-secondary);
  margin-bottom: 15px;
}

.co_body .content .SCHeading_3,
.co_body h3,
.form-header-group h3,
.co_body .content .Content_Large,
.co_body .content .SCHeading_2,
.co_body h2,
.form-header-group h2 {
  color: var(--color-primary);
}

#BodyContainer
  #co_content_container
  > .clearfix
  > .g960:not(.categorized)
  .article-header
  .breadcrumbs
  .breadcrumbs__crumb,
#BodyContainer
  #co_content_container
  > .clearfix
  > .g960:not(.categorized)
  .article-header
  .breadcrumbs
  .breadcrumbs__divider {
  color: var(--color-secondary);
}

/* Needed imp. due to its inline styles */
.co_body .content .form-all .form-line p span:has(b) {
  color: var(--color-secondary);
}

.Content_Title,
.co_body .content .Content_Title,
.co_body .content .SCHeading_1,
.co_body h1 span,
.form-header-group h1 span {
  color: var(--color-secondary);
}

body.cco_body #tabContentMain .co_menu_item.multi_level .co_submenu_container {
  border-top: 0;
}

@media (min-width: 1024px) {
  body.cco_body
    #tabContentMain
    .co_menu_item.multi_level
    .co_submenu_container
    a.item:not(.empty)
    .arrow {
    display: none;
  }

  body.cco_body
    #tabContentMain
    .co_menu_item.multi_level
    .co_submenu_container {
    border-radius: 12px;
  }

  .co_menu_container
    .co_menu_item.multi_level
    .co_submenu_container
    .wrapper
    .column_wrapper {
    padding: 8px;
    height: max-content;
  }

  body.cco_body
    #tabContentMain
    .co_menu_item.multi_level
    .co_submenu_container {
    top: -30px;
    position: relative;
  }

  body.cco_body
    #tabContentMain
    .co_menu_item.multi_level
    .co_submenu_container::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 10px;
  }

  body.coo_body
    #tabContentMain
    .co_submenu_container
    .co_column
    .child_item
    span,
  body.cco_body #tabContentMain .co_submenu_container .co_column a {
    padding-block: 6px;
  }
}

@media (max-width: 1140px) {
  #co_body_container {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  #donate-wrapper #donate {
    margin: 20px;
  }
}

@media (max-width: 575px) {
  body.cco_body #co_body_container {
    margin: 0;
  }

  .form.sites-article .form-all .form-section .form-line {
    padding-block: 0;
  }

  .form.sites-article .form-all .form-section .form-line .form-address-table {
    width: 100%;
  }
}

/* Base font: applies to everything except icon fonts */
.co_body .content .form-all,
.co_body .content p,
.cps-container p,
.form-all,
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
header,
hgroup,
html,
html body.cco_body,
html body.cco_body p,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
pre,
q,
ruby,
s,
samp,
section,
small,
strike,
sub,
summary,
sup,
table,
tfoot,
time,
tt,
u,
ul,
var,
video,
body.cco_body
  *:not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fad):not(
    [class*="fa-"]
  ),
body.cco_body
  *:not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fad):not(
    [class*="fa-"]
  )::before,
body.cco_body
  *:not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fad):not(
    [class*="fa-"]
  )::after,
body.cco_body .message .wrapper .widget_content.message_format div,
body.cco_body .message .wrapper .widget_content.message_format div *,
body.cco_body .message .wrapper .widget_content .readMore,
body #tabContentMain .co_menu_item span.parent a,
body.cco_body #tabContentMain .co_menu_item span.parent a,
body #tabContentMain .co_menu_item.hover span.parent a,
body.cco_body #tabContentMain .co_menu_item.hover span.parent a {
  font-family: "elza-text", sans-serif;
}

/* Headings: overrides the base rule above */
.co_body h1,
.co_body h1 a,
.co_body h2,
.co_body h2 a,
.co_body h3,
.co_body h3 a,
.co_body h4,
.co_body h4 a,
.co_body h5,
.co_body h5 a,
.co_body h6,
.co_body h6 a,
.cps-container h1,
.cps-container h2,
h1,
h2,
h3,
h4,
h5,
h6,
body.cco_body .header-title,
body.cco_body .article-header h1,
body.cco_body .article-header__title,
body.cco_body .message .wrapper .donate_header .widget_header h5 {
  font-family: "roc-grotesk", sans-serif !important;
}

body.cco_body
  *:not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fad):not(
    [class*="fa-"]
  ):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  font-family: "elza-text", sans-serif;
}

.home.cco_body #BodyContainer > .body_wrapper.no-hero-image::before {
  display: none;
}

body,
body.cco_body {
  background: var(--color-section-bg) !important;
  font-family: "elza-text", sans-serif;
  font-weight: 400;
  color: var(--color-primary);
}

#BodyContainer {
  overflow: visible;
}

#header {
  max-width: 1920px;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: var(--color-white);
  border-bottom-right-radius: 20px;
  z-index: 999;
}

#header.on-scroll {
  position: relative;
  box-shadow: none;
}

#header.on-scroll {
  background: transparent;
  border-bottom: none;
}

#header.on-scroll,
body.sites-article #header {
  background: var(--color-white);
  border-bottom: 0;
}

#header_container {
  display: none;
}

body > #header > .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  height: 80px;
}

#header_branding .site-logo-wrapper {
  position: relative;
  width: auto;
  height: auto;
  padding: 0;
  background: none;
  border-radius: 0;
  flex-shrink: 0;
}

.branding-search #header_branding.logo img {
  width: 118px;
  height: 42px;
  object-fit: contain;
  object-position: center;
}

#header .site-nav-wrapper {
  margin-left: 90px;
}

#header .site-nav-wrapper.is-open {
  opacity: 1;
  visibility: visible;
  display: block;
  height: 100vh;
}

.co_menu_container {
  height: auto;
  top: 0;
}

#header #tabContentMain {
  display: flex;
  align-items: center;
}

.header-wrapper .co_menu_content {
  display: none;
}

body #tabContentMain .co_menu_item_divider,
body.cco_body #tabContentMain .co_menu_item_divider {
  display: none;
}

.cco_body #tabContentMain .co_menu_item span.parent {
  cursor: default;
}

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

body.cco_body #header.on-scroll #tabContentMain .co_menu_item span.parent a,
body.cco_body #tabContentMain .co_menu_item span.parent a,
body.cco_body #tabContentMain .co_menu_item span.parent a:hover {
  color: var(--color-primary);
  font-size: 16px !important;
  display: flex;
  align-items: center;
  padding-inline: 10px;
  padding-block: 32px;
}

body.cco_body #tabContentMain .co_menu_item.multi_level span.parent a::after {
  content: none;
}

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

body.cco_body #tabContentMain .co_menu_item span.parent:hover a {
  color: var(--color-primary);
  font-size: 16px !important;
  font-weight: 400;
}

body.cco_body #tabContentMain .co_menu_item.hover span.parent {
  margin-bottom: 0;
}

#header #tabContentMain {
  display: flex !important;
  align-items: center;
  gap: 20px;
}

.cco_body #tabContentMain .co_menu_item.arrow span.parent div {
  padding-right: 0;
  padding-left: 0;
}

body.cco_body #tabContentMain .co_menu_item.donate_link.hover span.parent div a,
body.cco_body
  #header.on-scroll
  #tabContentMain
  .co_menu_item.donate_link
  span.parent
  a,
body.cco_body #tabContentMain .co_menu_item.donate_link span.parent a {
  border: 0;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-white);
  background-color: var(--color-tertiary);
  padding: 9px 20px;
  border-radius: 50px;
  margin-left: 10px;
  transition: all 0.3s ease;

  &:hover {
    background-color: color-mix(in srgb, var(--color-tertiary) 85%, black);
  }
}

.branding-search #header_branding .site_title,
body.sites-article .branding-search #header_branding .site_title {
  display: none;
}

/* Menu Dropdown */
#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 {
  font-size: 15px !important;
}

#tabContentMain .co_menu_item.arrow .co_submenu_container a.item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#tabContentMain .co_menu_item.arrow .co_submenu_container a.item .arrow {
  order: 2;
}

#tabContentMain .co_menu_item.multi_level.hover:before {
  top: 72px;
}

#tabContentMain .co_menu_item.multi_level.hover:before {
  display: none;
}

.co_menu_item .co_submenu_container .menu_child,
.co_menu_item.multi_level .co_submenu_container a.item.hover,
.co_menu_item.multi_level .co_submenu_container a.item:hover {
  border-color: var(--color-primary);
  background: var(--color-white);
}

.co_menu_item .co_submenu_container .menu_child.selected,
.co_menu_item .co_submenu_container .menu_child {
  border-top: 0;
  display: none;
}

.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(--color-primary) !important;
}

#tabContentMain .co_menu_item.multi_level:before {
  border-bottom: 8px solid var(--color-primary);
}

#tabContentMain .co_menu_item.multi_level.hover:after {
  top: 76px;
}

#tabContentMain .co_menu_item.multi_level:after {
  border-bottom: 8px solid var(--color-offwhite);
}

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

/* Sub Menu */
.dir_ltr
  .co_menu_item.multi_level
  .co_submenu_container.reversed
  .menu_child.selected,
.dir_rtl .co_menu_item.multi_level .co_submenu_container .menu_child.selected {
  border-top-color: var(--color-primary);
  border-top-width: 1px;
  border-right: 1px solid var(--color-primary);
  margin: 0;
  top: 0;
  bottom: 0;
}

body.cco_body .co_menu_item.multi_level .co_submenu_container a.item span {
  display: block;
}

.dir_ltr .co_menu_item.multi_level .co_submenu_container .menu_child.selected,
.dir_rtl
  .co_menu_item.multi_level
  .co_submenu_container.reversed
  .menu_child.selected {
  border-left: 1px solid var(--color-primary);
}

body.cco_body #tabContentMain .co_menu_item.hover span.parent a {
  font-size: 16px !important;
  font-weight: 400;
}

body.cco_body
  #tabContentMain
  .co_menu_item:not(.donate_link)
  span.parent
  a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  border-radius: 100px;
  width: 0;
  opacity: 50%;
  transition: all 0.3s ease;
  background-color: var(--color-primary);
}

body.cco_body #tabContentMain .co_menu_item.selected a.parent:after {
  display: none;
}

body.cco_body #tabContentMain .co_menu_item span.parent a:hover:before {
  width: 100%;
  opacity: 1;
}

body.cco_body
  #header.on-scroll
  #tabContentMain
  .co_menu_item.selected.hover
  a.parent:after,
body.cco_body.sites-article
  #tabContentMain
  .co_menu_item.selected.hover
  a.parent:after {
  background: url(https://webmk.centers.chabad.org/media/images/1357/EWEI13575838.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

body.cco_body
  #tabContentMain
  .co_menu_item.multi_level
  span.parent
  a:hover:after {
  transform: rotate(-90deg);
}

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

.hp-row {
  padding: 0;
  margin-inline: auto;
}

body.cco_body
  #tabContentMain
  .co_menu_item.multi_level
  .co_submenu_container
  a.item {
  border: 0;
}

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

body.cco_body
  #tabContentMain
  .co_menu_item.multi_level
  .co_submenu_container
  a.item:hover {
  margin-left: 0;
  margin-right: 0;
}

body.cco_body
  #tabContentMain
  .co_menu_item.multi_level
  .co_submenu_container
  a.item
  span {
  font-family: "elza-text", sans-serif;
}

body.coo_body #tabContentMain .co_submenu_container .co_column .child_item {
  margin-block: 4px;
}

body.cco_body #tabContentMain .co_menu_item.hover.arrow a:hover span,
body.coo_body #tabContentMain .co_submenu_container .co_column a:hover {
  color: var(--color-secondary) !important;
  transition: 0.3s;
}

body.coo_body #tabContentMain .co_submenu_container .co_column .child_item span,
body.cco_body #tabContentMain .co_submenu_container .co_column a {
  font-weight: 400;
}

.dir_ltr .co_menu_item.multi_level .co_submenu_container.reversed a.item.hover {
  margin-left: 0;
}

body.menu-opened {
  overflow: hidden;
}

.mobile-nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  z-index: 998;
}

.mobile-nav-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.site-nav-wrapper,
.cs-mobile-menu-open {
  position: relative;
  z-index: 999;
}

@media (min-width: 1600px) {
  body > #header > .header-wrapper {
    height: 106px;
  }

  #header #tabContentMain {
    gap: 33px;
  }

  .branding-search #header_branding.logo img {
    width: 156px;
    height: 53px;
  }

  body.cco_body #header.on-scroll #tabContentMain .co_menu_item span.parent a,
  body.cco_body #tabContentMain .co_menu_item span.parent a,
  body.cco_body #tabContentMain .co_menu_item span.parent a:hover {
    color: #1c1c1e;
    font-size: 20px !important;
    padding-block: 40px;
  }

  body.cco_body
    #tabContentMain
    .co_menu_item.donate_link.hover
    span.parent
    div
    a,
  body.cco_body
    #header.on-scroll
    #tabContentMain
    .co_menu_item.donate_link
    span.parent
    a,
  body.cco_body #tabContentMain .co_menu_item.donate_link span.parent a {
    padding: 11px 21px;
  }
}

@media (max-width: 1024px) {
  .header-wrapper .cs-social-icons {
    display: none;
  }

  body > #header > .header-wrapper {
    height: 94px;
  }
}

.chai-meet-section,
.hp-row > *,
body > #footer > .wrapper,
body > #header > .header-wrapper,
.widget-4.promo_slider.custom.v380.feed.hide_controls {
  padding: 0 60px;
  max-width: 1440px;
  margin-inline: auto;
}

/* Hero Section */
.hp-table .hp-row-first {
  padding: 60px 0;
  position: relative;
  height: auto;
  width: 100%;
  background-color: var(--color-bg) !important;
  background: url(https://w2.chabad.org/media/images/1376/yvxD13765106.jpg) !important;
  background-size: cover !important;
  background-position: center !important;
  min-height: 800px;
  border-radius: 0;
  display: flex;
  align-items: end;
  position: relative;
  z-index: 2;
}

.hp-table .hp-row-first::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0.34deg,
    #f2f8f7 25.19%,
    rgba(242, 248, 247, 0) 99.62%
  );
  z-index: -2;
}

.hp-row .hp-row-first [class^="widget-"] div.wrapper {
  height: auto !important;
}

@supports (background-blend-mode: multiply) {
  .hp-table .hp-row-first .promo_slider .slider .slides .slide_wrapper a,
  .hp-table .hp-row-first .promo_slider .slider .slides .slide_wrapper img {
    background-color: transparent !important;
  }
}

.hp-table .hp-row-first .promo_slider .slider {
  min-height: auto;
}

.hp-table .hp-row-first .promo_slider .slider .cycle-caption {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: auto;
  width: 100%;
  padding-top: 0;
  padding-inline: 60px;
  top: 0;
  left: 0;
  overflow: visible;
  z-index: 9;
  order: 1;
}

.promo_slider .cycle-caption p > span {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.cycle-caption big .styled-font {
  font-family: "rattem hullax";
  font-style: italic;
}

.widget-4.promo_slider.custom.v380.feed.hide_controls {
  height: auto;
  width: 100%;
  margin: 0 auto;
}

/* Hiding Existing Wrapper for new hero */
.promo_slider .wrapper {
  display: none;
}

/* Hero NEW */
.hero-inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 60px;
}

.hero-inner .hero-left {
  max-width: 866px;
}

.hp-table .hp-row-first .promo_slider .slider .cycle-caption big {
  text-transform: unset;
}

.hero-inner h1 {
  color: var(--color-primary);
  font-size: 78px;
  line-height: 0.9;
  max-width: 640px;
  margin-bottom: 30px;
  text-transform: unset;
}

.hero-inner .hero-tagline {
  color: var(--color-primary);
  font-size: 36px;
  line-height: 0.9;
  display: flex;
  align-items: center;
  max-width: max-content;
  gap: 0.75rem;
}

.hero-inner .hero-tagline strong {
  color: var(--color-secondary);
}

.hero-inner .hero-tagline svg {
  max-width: 32px;
}

.hero-inner p {
  color: var(--color-secondary);
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  max-width: 410px;
  margin: 0;
  padding: 0;
}

.hero-inner .hero-right {
  display: flex;
  flex-shrink: 0;
  max-width: 470px;
  flex-direction: column;
  align-items: start;
  gap: 30px;
}

.hero-inner .hero-actions {
  display: flex;
  align-items: center;
  gap: 13px;
}

.hero-inner .hero-right p {
  font-size: 16px;
}

[class^="widget-"] a.readMore,
.readMore,
.hp_subscribe .wrapper #formContainer fieldset input[type="submit"],
.chai-club__btn,
.hero-btn {
  text-decoration: none;
  font-size: 20px;
  padding: 12px 29px;
  line-height: 1;
  border: 1px solid;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  max-width: max-content;
  text-transform: unset;
  transition: all 0.3s ease;
  overflow: hidden;
  z-index: 9;

  &:hover {
    text-decoration: none;
  }
}

.meet-card .readMore:hover,
.hp-row:nth-child(5) .readMore:hover,
.hero-btn--outline:hover {
  background-color: var(--color-secondary);
}

.chai-card .readMore:hover,
.hp_subscribe .wrapper #formContainer fieldset input[type="submit"]:hover,
.chai-club__btn:hover,
.hero-btn--solid:hover {
  background-color: var(--color-secondary);
}

.meet-card .readMore,
.hp-row:nth-child(5) .readMore,
.hero-btn--outline {
  color: var(--color-primary);
  border-color: var(--color-secondary);
  background-color: transparent;

  &:hover {
    color: var(--color-white);
  }
}

.chai-card .readMore,
.hp_subscribe .wrapper #formContainer fieldset input[type="submit"],
.chai-club__btn,
.hero-btn--solid {
  color: var(--color-white);
  border-color: var(--color-secondary);
  background-color: var(--color-secondary);

  &:hover {
    border-color: var(--color-primary);
    background-color: var(--color-primary);
  }
}

@media (min-width: 1600px) {
  .hp-table .hp-row-first {
    padding: 80px 0;
    min-height: 1060px;
  }

  .chai-meet-section,
  .hp-row > *,
  body > #footer > .wrapper,
  body > #header > .header-wrapper,
  .widget-4.promo_slider.custom.v380.feed.hide_controls {
    max-width: 1920px;
    padding: 0 80px;
  }

  .hero-inner h1 {
    font-size: 104px;
    margin-bottom: 40px;
    max-width: 1000px;
  }

  .hero-inner p {
    font-size: 48px;
    max-width: 540px;
  }

  .hero-inner .hero-tagline svg {
    max-width: 48px;
  }

  [class^="widget-"] a.readMore,
  .readMore,
  .hp_subscribe .wrapper #formContainer fieldset input[type="submit"],
  .chai-club__btn,
  .hero-btn {
    font-size: 26px;
    padding: 16px 32px;
  }

  .hero-inner .hero-right {
    gap: 40px;
    max-width: 620px;
  }

  .hero-inner .hero-right p {
    font-size: 20px;
    max-width: 620px;
  }
}

@media (max-width: 1024px) {
  .hp-table .hp-row-first {
    min-height: 700px;
    background-position-x: left !important;
  }

  .hero-inner {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }

  .hero-inner h1 {
    font-size: 60px;
    max-width: 500px;
    margin-bottom: 20px;
  }

  .hero-inner .hero-tagline {
    font-size: 28px;
  }

  .hero-inner .hero-right,
  .hero-inner .hero-right p {
    max-width: 500px;
  }
}

@media (max-width: 767px) {
  [class^="widget-"] a.readMore,
  .readMore,
  .hp_subscribe .wrapper #formContainer fieldset input[type="submit"],
  .chai-club__btn,
  .hero-btn {
    font-size: 16px;
    padding: 12px 24px;
  }

  .hp-table .hp-row-first::after {
    background: linear-gradient(
      0.32deg,
      #f2f8f7 29.31%,
      rgba(242, 248, 247, 0) 72.21%
    );
  }

  .hero-inner {
    flex-direction: column;
    align-items: start;
  }

  .hero-inner h1 {
    font-size: 50px;
    font-size: 43px;
    margin-bottom: 20px;
  }

  .hero-inner .hero-tagline {
    font-size: 26px;
  }

  .hero-inner .hero-tagline svg {
    max-width: 22px;
  }

  .hero-inner .hero-right p {
    display: none;
  }
}

/* About Us */
.hp-row:nth-child(2) {
  padding-block: 80px;
  background-color: var(--color-section-bg);
}

.hp-table > :nth-child(2) .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  max-width: 1200px;
}

.about_items,
.about_image {
  width: 100%;
  max-width: 500px;
}

.about_items {
  text-align: left;
  display: flex;
  flex-direction: column;
  max-width: 552px;
  gap: 20px;
}

.about_items .section_headline {
  color: var(--color-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.about_items .widget_header h5 {
  font-size: 45px;
}

.about_items .widget_header h5 span {
  font-weight: 500;
}

.about_items .widget_header h5 .highlighted {
  color: var(--color-secondary);
}

.about_image_container {
  position: relative;
  background: url(https://webmk.centers.chabad.org/media/images/1357/qTUn13572062.jpg)
    no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
  min-height: 563px;
  max-height: 563px;
  background-size: cover;
  border-radius: 20px;
}

.message .wrapper .about_items .message_format div {
  padding: 0;
  color: var(--color-primary);
  font-size: 23px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.hp-row:nth-child(3) {
  padding-block: 80px;
  background: linear-gradient(180deg, #cbe6ea 42.05%, #f2f8f7 102.36%);
}

.events-carousel .swiper,
.hp-row:nth-child(3) .wrapper {
  overflow: visible;
}

.events-carousel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.events-carousel__footer {
  margin-top: 30px;
}

.events-carousel__footer .events-carousel__controls {
  display: none;
}

.event-card {
  display: block;
  padding: 10px;
}

.widget-1 .events-carousel__heading {
  color: var(--color-primary);
  font-size: 45px;
  letter-spacing: -0.02em;
  line-height: 0.9;
  margin-bottom: 0;
}

.event-card__img {
  overflow: hidden;
}

.event-card__img img {
  width: 100%;
  height: 250px;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  border-radius: 20px 0 20px 0;
  transition: all 0.3s ease;
}

.event-card__body {
  padding-top: 15px;
}

.events-carousel__controls {
  display: flex;
  max-width: max-content;
  gap: 8px;
}

.events-carousel__controls > button {
  width: 42px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: var(--color-secondary);
  box-shadow: none;
  border: none;
  border-radius: 30px;
}

.events-carousel__controls > button svg {
  fill: var(--color-white);
}

.events-carousel__footer .events-carousel__controls > button {
  background-color: var(--color-secondary);
}

.events-carousel__footer .events-carousel__controls .swiper-button-disabled,
.events-carousel__controls .swiper-button-disabled {
  cursor: default;
  opacity: 30%;
}

.event-card .event-card__date {
  color: var(--color-secondary);
  font-size: 16px;
  font-weight: 400;
}

.banner .widget_content.index_format .item .title,
.banner .widget_content.index_format .item .title a {
  text-transform: unset;
}

.event-card .event-card__title {
  color: var(--color-primary);
  font-size: 28px;
  font-weight: 500;
  margin: 10px 0;
  line-height: 1.2;
  position: relative;
  max-width: max-content;
}

.event-card .event-card__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  background-color: var(--color-primary);
  width: 0;
  opacity: 50%;
  height: 2px;
  transition: all 0.3s ease;
}

.event-card:hover .event-card__title::after {
  width: 100%;
  opacity: 1;
}

.event-card .event-card__desc {
  margin: 0;
  padding: 0;
  color: #4a4a52;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 2;
}

@media (max-width: 1199px) {
  .event-card__img img {
    height: 280px;
  }
}

.message .wrapper .widget_content .readMore,
.chabad_updates .widget_header.widget_header h5,
[class*="widget-"] .widget_header.widget_header h5 {
  text-transform: unset;
}

.hp-row:nth-child(5) {
  padding-block: 80px;
  background-color: var(--color-section-bg);
  border-top: 1px solid var(--color-page-bg);
  border-bottom: 1px solid var(--color-page-bg);
}

.hp-row:nth-child(5) .wrapper {
  max-width: 100%;
  margin-inline: auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.hp-row:nth-child(5) .wrapper::before {
  content: "";
  background-image: url(https://webmk.centers.chabad.org/media/images/1376/lRqE13767294.png);
  background-size: cover;
  background-position: center;
  width: 76px;
  height: 65px;
  display: block;
}

.hp-row:nth-child(5) .wrapper .legacy-text {
  width: 100%;
  max-width: 570px;
}

.hp-row:nth-child(5) .widget_header.widget_header h5 {
  font-size: 36px;
  font-weight: 500;
  color: var(--color-primary);
  margin-bottom: 8px;
  text-align: left;
}

.hp-row:nth-child(5) .message .wrapper .widget_content.message_format div {
  color: #4a4a52;
  font-size: 22px;
  text-align: left;
  padding: 0;
}

.sneak-peek-container .sneak-peek-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.sneak-peek-container .header-title {
  font-size: 45px;
  font-weight: 500;
  color: var(--color-primary);
  line-height: 0.9;
  letter-spacing: -0.02em;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.sneak-peek-container .flexbox-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.sneak-peek-container .sneak-peek-item {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 10px;
  margin: 0;
  border-radius: 20px 0 20px 0;
  transition: all 0.3s ease;

  &:hover {
    background-color: var(--color-page-bg);
  }
}

.sneak-card {
  display: block;

  &:hover {
    text-decoration: none;
  }
}

.sneak-card__img {
  margin-bottom: 10px;
  aspect-ratio: 4 / 2;
  width: 100%;
  object-fit: cover;
  border-radius: 20px 0 20px 0;
}

.sneak-card__title {
  max-width: max-content;
  position: relative;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: #1c1c1c;
  margin: 0;
}

.sneak-peek-container .sneak-peek-item .wrapper {
  position: relative;
}

.sneak-peek-container .sneak-peek-item .wrapper .program-logo {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
}

.sneak-peek-container .sneak-peek-item .wrapper .program-logo img {
  max-height: 100px;
  display: block;
}

.sneak-peek-container .sneak-peek-item .sneak_peek {
  min-height: 100%;
  margin: 0;
}

.sneak-peek-container .sneak_peek .widget_content h6 {
  padding: 0;
  margin: 0;
  align-items: flex-end;
  justify-content: start;
}

.sneak-peek-container .sneak_peek .widget_content h6:hover {
  background: none;
}

.sneak-peek-container .sneak_peek .widget_content h6 a {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #f7f2ed;
  line-height: 1.1;
  text-decoration: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  justify-content: start;
  align-items: flex-end;
  display: flex;
  z-index: 9;
  height: 100%;
  padding: 30px;
  text-transform: none;
}

.sneak-peek-container .sneak_peek .thumbnail {
  background-color: transparent;
}

.sneak-peek-container .sneak_peek .thumbnail img {
  transition: 0.3s;
}

.sneak-peek-container .sneak-peek-item:hover .thumbnail img {
  transform: scale(1.05);
}

/* ======== Latest Photos Burbank ========= */

.hp-row:nth-child(4) .wrapper {
  max-width: 100%;
}

.hp-row:nth-child(4) {
  padding-block: 80px;
  background-color: var(--color-section-bg);
}

.hp-row:nth-child(4) .widget_header h5 {
  position: relative;
  font-size: 45px;
  color: var(--color-primary);
  line-height: 0.9;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  text-align: left;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.hp-row:nth-child(4) .widget_header h5::before {
  content: "";
  display: inline-block;
  background-size: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(https://webmk.centers.chabad.org/media/images/1376/pVmI13765583.png);
  width: 32px;
  height: 32px;
  margin-right: 10px;
  flex-shrink: 0;
}

.hp-row:nth-child(4) .latest_photos ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.latest_photos .widget_content > ul li,
.latest_photos .widget_content > ul li:first-child {
  margin: 0;
  display: block;
  height: 200px;
  padding-top: 0;
  width: 100%;
}

.latest_photos .widget_content > ul li:first-child:nth-of-type(1n + 9),
.latest_photos .widget_content > ul li:nth-of-type(1n + 9) {
  display: inline-block;
}

.latest_photos .widget_content > ul li:first-child:nth-of-type(1n + 13),
.latest_photos .widget_content > ul li:nth-of-type(1n + 13) {
  display: none;
}

.hp-row:nth-child(4) .latest_photos ul li img {
  border-radius: 20px 0 20px 0;
}

.hp-row:nth-child(4) a.readMore {
  display: none;
}

.hp-table .chai-meet-section {
  background-color: transparent;
  padding-block: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.chai-meet-section .meet-card {
  display: flex;
  align-items: center;
  height: 350px;
  max-width: 690px;
  border-radius: 20px 0 20px 0;
  overflow: hidden;
}

.chai-meet-section .meet-card .meet-image {
  background-position: center;
  background-size: cover;
  width: 270px;
  height: 350px;
  max-height: 350px;
  flex-shrink: 0;
}

.chai-meet-section .meet-card .meet-text {
  background: linear-gradient(96.24deg, #cbe6ea 4.93%, #f2f8f7 96.77%);
  padding: 50px;
}

.chai-meet-section .meet-card .meet-text .readMore {
  margin-top: 50px;
}

.chai-meet-section .meet-card .widget_header,
.chai-meet-section .chai-card .chai-top-row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 20px;
}

.chai-meet-section .meet-card h5,
.chai-meet-section .chai-card .chai-top-row h5 {
  color: var(--color-primary);
  font-size: 45px;
  line-height: 1.1;
  padding: 0;
  max-width: 200px;
}

.chai-meet-section .meet-card h5 {
  max-width: 100%;
}

.chai-meet-section .chai-card .chai-badge {
  padding: 20px 30px;
  border-radius: 20px 0 20px 0;
  background-color: var(--color-page-bg);
  color: var(--color-primary);
  font-size: 26px;
  line-height: 1.1;
  font-family: "roc-grotesk", sans-serif !important;
}

.chai-meet-section .meet-card .widget_content,
.chai-meet-section .chai-card .widget_content {
  padding: 0;
}

.chai-meet-section .meet-card .widget_content .bottom_padding,
.chai-meet-section .chai-card .widget_content .bottom_padding {
  font-size: 16px;
  color: #4a4a52;
  max-width: 450px;
  padding-bottom: 20px;
}

/* ======== Subscribe Section Burbank ========= */

.hp-table .hp-row.hp_subscribe {
  background: var(--color-white);
  border-radius: 0;
  padding-block: 80px;
}

.hp-table .hp-row.hp_subscribe .wrapper {
  max-width: 100%;
  overflow: visible;
}

.hp-table .hp-row.hp_subscribe .widget_header h5 {
  text-align: left;
  font-size: 45px;
  color: var(--color-primary);
  line-height: 0.9;
  letter-spacing: -0.02em;
  margin-bottom: 30px;
  position: relative;
}

.hp-table .hp-row.hp_subscribe .widget_header small {
  display: none;
}

.hp-row.hp_subscribe #formContainer fieldset {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  max-width: 100%;
}

.hp_subscribe .wrapper #formContainer fieldset input#Email,
.hp_subscribe .wrapper #formContainer fieldset input {
  width: 100%;
}

.hp_subscribe .wrapper #formContainer fieldset input[type="submit"] {
  width: 100%;
  max-width: 280px;
  letter-spacing: normal;

  &:hover {
    color: var(--color-white);
    background-color: var(--color-secondary);
  }
}

/* ======= Footer Burbank ========= */

#footer {
  padding-block: 56px 40px;
  border-top-right-radius: 20px;
  background-color: var(--color-secondary);
}

.footer_family_text {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 0;
  margin: 0;
}

#footer .footer_text a,
#footer .footer_text,
#footer .footer_text .footer3 a,
#footer .footer_text .footer3 {
  color: #f0e7da;
  font-size: 14px;
  padding: 0;
  margin: 0;
  letter-spacing: normal;
}

#footer .footer_text .footer3 {
  margin-bottom: 8px;
}

#footer .footer_inner_container {
  text-align: center;
}

#footer .footer_inner_container br {
  display: none;
}

#footer .footer_text .footer3 .footer-title {
  font-size: 72px;
  font-weight: 500;
  font-family: "roc-grotesk", sans-serif;
  text-transform: unset;
  line-height: 0.9;
  letter-spacing: -0.02em;
  max-width: 600px;
  margin-inline: auto;
  margin-bottom: 24px;
  color: #f9f3ec;
  text-align: center;
}

#footer .footer3 span:not(.footer-title) {
  font-size: 20px;
  color: #e0d2c9;
  margin-bottom: 5px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

#footer .cs-f-social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  margin-top: 10px;
  gap: 22px;
}

#footer .cs-f-social-icons a {
  margin: 0;
  color: var(--color-white);
  font-weight: 400;
  text-align: right;
  font-size: 30px;
  transition: all 0.3s ease;
}

#footer .cs-f-social-icons a:hover {
  background-color: transparent;
  transform: scale(1.1);
}

@media (max-width: 1024px) {
  #footer {
    padding-block: 50px 30px;
  }

  #footer .footer_text .footer3 .footer-title {
    font-size: 60px;
  }

  #footer .footer3 span:not(.footer-title) {
    font-size: 18px;
  }

  #footer .cs-f-social-icons a {
    font-size: 25px;
  }
}

/* Removed Extra Sections */
.hp-row:nth-child(8) {
  display: none;
}

/* ==================================== */

@media (min-width: 1600px) {
  .hp-row:nth-child(2),
  .hp-row:nth-child(3),
  .hp-row:nth-child(4),
  .hp-table .chai-meet-section,
  .hp-table .hp-row.hp_subscribe {
    padding-block: 105px;
  }

  .hp-table .hp-row.hp_subscribe .widget_header h5,
  .hp-row:nth-child(4) .widget_header h5,
  .events-carousel__header,
  .sneak-peek-container .header-title {
    margin-bottom: 40px;
  }

  .hp-table .hp-row.hp_subscribe .widget_header h5,
  .chai-meet-section .meet-card h5,
  .chai-meet-section .chai-card .chai-top-row h5,
  .hp-row:nth-child(4) .widget_header h5,
  .sneak-peek-container .header-title,
  .widget-4 .events-carousel__heading {
    font-size: 60px;
  }

  .sneak-peek-container .flexbox-grid {
    gap: 27px;
  }

  .event-card,
  .sneak-peek-container .sneak-peek-item {
    padding: 13px;
  }

  .sneak-card__img {
    margin-bottom: 13px;
  }

  .sneak-card__title {
    font-size: 32px;
  }

  .events-carousel__controls > button {
    width: 56px;
    height: 48px;
  }

  .events-carousel__controls > button svg {
    width: 23px;
    height: 23px;
  }

  .event-card__body {
    padding-top: 27px;
  }

  .event-card .event-card__desc,
  .event-card .event-card__date {
    font-size: 20px;
  }

  .event-card .event-card__title {
    font-size: 38px;
    margin: 13px 0;
  }

  .hp-row:nth-child(4) .latest_photos ul {
    gap: 27px;
  }

  .latest_photos .widget_content > ul li,
  .latest_photos .widget_content > ul li:first-child {
    height: 266px;
  }

  .hp-row:nth-child(4) .widget_header h5::before {
    background-size: 42px;
    width: 42px;
    height: 42px;
  }

  .hp-row:nth-child(5) .wrapper::before {
    width: 101px;
    height: 87px;
  }

  .hp-row:nth-child(5) .wrapper .legacy-text {
    max-width: 760px;
  }

  .hp-row:nth-child(5) .widget_header.widget_header h5 {
    font-size: 48px;
    margin-bottom: 12px;
  }

  .hp-row:nth-child(5) .message .wrapper .widget_content.message_format div {
    font-size: 30px;
  }

  .chai-meet-section {
    justify-content: start;
    gap: 200px;
  }

  .chai-meet-section .chai-card .chai-badge {
    padding: 20px 40px;
    font-size: 35px;
  }

  .chai-meet-section .meet-card {
    height: 460px;
    max-width: 800px;
  }

  .chai-meet-section .meet-card .meet-image {
    width: 370px;
    height: 460px;
    max-height: 460px;
  }

  .chai-meet-section .meet-card .meet-text {
    padding: 67px;
    height: 100%;
  }

  .chai-meet-section .meet-card .meet-text .readMore {
    margin-top: 50px;
  }

  .chai-meet-section .meet-card .widget_header,
  .chai-meet-section .chai-card .chai-top-row {
    margin-bottom: 27px;
    gap: 27px;
  }

  .chai-meet-section .chai-card .chai-top-row h5 {
    max-width: 266px;
  }

  .chai-meet-section .meet-card .widget_content .bottom_padding,
  .chai-meet-section .chai-card .widget_content .bottom_padding {
    font-size: 20px;
    padding-bottom: 27px;
  }

  .hp-row.hp_subscribe #formContainer fieldset {
    gap: 13px;
  }

  .hp_subscribe .wrapper #formContainer fieldset input,
  .co_body .content .form-all .form-dropdown,
  .co_body .content .form-all .form-captcha INPUT,
  .co_body .content .form-all .form-textarea,
  .co_body
    .content
    .form-all
    .form-textbox:not(.form-checkbox-other-input):not(.form-radio-other-input),
  .co_body .content .form-all .form-upload,
  .co_form_input,
  .form-dropdown,
  .form-textbox {
    font-size: 20px;
    padding: 24px;
    height: 80px;
  }

  #footer {
    padding-block: 80px 53px;
  }

  #footer .footer_text .footer3 .footer-title {
    font-size: 96px;
    max-width: 800px;
    margin-bottom: 30px;
  }

  #footer .footer3 span:not(.footer-title) {
    font-size: 26px;
    margin-bottom: 8px;
  }

  #footer .footer_text a,
  #footer .footer_text,
  #footer .footer_text .footer3 a,
  #footer .footer_text .footer3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .hp-table .hp-row-first .promo_slider .slider {
    padding-top: 80px;
  }

  .hp-table .hp-row-first .promo_slider .slider .cycle-caption {
    padding-inline: 40px;
  }

  .hp-table .hp-row-first .promo_slider .slider .cycle-caption big {
    font-size: 64px;
  }

  .hp-table .hp-row-first .promo_slider .slider .cycle-caption p {
    font-size: 20px;
  }

  .hp-table .hp-row-first .promo_slider .slider .slides {
    min-height: 500px;
  }

  .hp-table > :nth-child(2) .wrapper {
    gap: 30px;
  }

  .message .wrapper .about_items .message_format div {
    font-size: 20px;
  }

  .chai_club_title {
    font-size: 40px;
  }

  .sneak-peek-container .sneak-peek-item .wrapper .program-logo img {
    max-height: 80px;
  }

  .carousel_header .carousel_heading {
    font-size: 40px;
  }

  .message .wrapper .donate_header .widget_header h5 {
    font-size: 40px;
  }

  .message .wrapper .donate_header .widget_content.message_format div {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .chai-meet-section,
  .hp-row > * {
    padding: 0 32px;
  }

  .hp-row > *,
  body > #footer > .wrapper,
  body > #header > .header-wrapper,
  .widget-4.promo_slider.custom.v380.feed.hide_controls {
    padding: 0 32px;
  }

  /* Header Mobile */
  #header .site-nav-wrapper {
    right: 0;
    position: absolute;
    top: 100%;
    width: 100% !important;
    background-color: var(--color-white);
    opacity: 0;
    visibility: hidden;
    padding: 30px;
    padding-top: 60px;
    margin-top: -30px;
    height: auto;
    display: none;
    z-index: -2;
  }

  .branding-search #header_branding.logo img {
    width: 156px;
    height: 53px;
  }

  body.cco_body
    #tabContentMain
    .co_menu_item:not(.donate_link)
    span.parent
    a:before {
    content: none;
  }

  .menu-open #header .wrapper #co_menu_container_wrapper #co_menu_container {
    height: auto;
    overflow: initial;
  }

  #header .header-wrapper #co_menu_container {
    width: 100% !important;
    padding: 0;
  }

  #header #co_menu_container_wrapper {
    width: 100%;
    float: none;
  }

  #header #tabContentMain {
    flex-direction: column;
    align-items: start;
    padding: 0;
    gap: 0;
  }

  #header .co_menu_item span.parent {
    padding: 0;
    margin-left: 0;
  }

  #header .co_menu_item.donate_link span.parent {
    min-width: auto;
    margin-left: 0;
  }

  .cco_body #tabContentMain .donate_link {
    margin-left: 0;
    margin-top: 20px;
  }

  body.menu-open #header:before {
    display: none;
  }

  #header .cs-mobile-menu-open {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  #header .cs-mobile-menu-open .bar {
    width: 30px;
    background: #19363d;
    height: 1px;
  }

  #header .cs-mobile-menu-close {
    display: none;
  }

  body.cco_body
    #header
    .main_menu_container
    #tabContentMain
    .co_menu_item
    span.parent
    a {
    margin: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    padding-block: 20px;
  }

  body.cco_body
    #header
    .main_menu_container
    #tabContentMain
    .co_menu_item
    span.parent {
    padding: 0;
  }

  body.cco_body #tabContentMain .co_menu_item:not(.donate_link) {
    width: 100%;
    border-bottom: 1px solid #d0d6db80;
  }

  body.cco_body
    #header
    .main_menu_container
    #tabContentMain
    .co_menu_item.donate_link
    span.parent
    a {
    padding: 11px 21px;
    margin-bottom: 0;
  }

  #header .mobile-menu-bottom-links {
    display: none;
  }

  #header .branding-search #header_branding {
    margin-top: 0;
  }

  #header .cs-menu-item-toggle {
    top: 6px;
    padding: 0;
    width: 20px;
    height: 20px;
    opacity: 0;
  }

  body.cco_body
    #tabContentMain
    .co_menu_item.multi_level
    span.parent
    a:hover:after {
    transform: none;
  }

  body.cco_body #tabContentMain .co_menu_item.multi_level span.parent a::after {
    width: 14px;
    height: 8px;
    transform: rotate(0);
  }

  body.cco_body
    #tabContentMain
    .co_menu_item.multi_level.item-open
    span.parent
    a::after {
    transform: rotate(180deg);
  }

  /* submenu */
  body.cco_body
    #tabContentMain
    .co_menu_item.multi_level
    .co_submenu_container {
    top: 0;
    margin: 0;
    margin-left: 10px;
  }

  body.cco_body
    #header.on-scroll
    #tabContentMain
    .co_menu_item.hover
    span.parent
    a,
  body.cco_body
    #header
    #tabContentMain
    .co_menu_item.arrow
    .co_submenu_container
    a.item
    span {
    color: var(--color-primary);
  }

  .chai_club_subtitle {
    margin-top: 20px;
  }

  .chai_image {
    max-width: 172px;
    order: 1;
    margin-bottom: 20px;
  }

  .chai_image_container {
    min-height: 150px;
  }

  .chai_club_heading_items {
    max-width: 100%;
    order: 2;
  }

  .chai_header {
    max-width: 100%;
  }

  .hp-table .hp-row.hp_subscribe .widget_header h5,
  .chai-meet-section .meet-card h5,
  .chai-meet-section .chai-card .chai-top-row h5,
  .hp-row:nth-child(4) .widget_header h5,
  .sneak-peek-container .header-title,
  .widget-1 .events-carousel__heading {
    font-size: 40px;
  }

  .sneak-peek-container .flexbox-grid {
    gap: 10px;
  }

  .sneak-card__title {
    font-size: 20px;
  }

  .event-card .event-card__title {
    font-size: 26px;
  }

  .hp-row:nth-child(4) .latest_photos ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }

  .latest_photos .widget_content > ul li:first-child:nth-of-type(1n + 9),
  .latest_photos .widget_content > ul li:nth-of-type(1n + 9) {
    display: none;
  }

  .hp-row:nth-child(5) {
    padding-block: 60px;
  }

  .hp-row:nth-child(5) .widget_header.widget_header h5 {
    font-size: 32px;
  }

  .hp-row:nth-child(5) .message .wrapper .widget_content.message_format div {
    font-size: 20px;
  }

  .hp-table .chai-meet-section {
    flex-direction: column;
    align-items: start;
    gap: 80px;
  }
}

@media screen and (max-width: 767px) {
  .hp-row > * {
    padding: 0 20px;
  }

  #header .site-nav-wrapper {
    padding: 20px;
    padding-top: 40px;
  }

  #header {
    border-radius: 0;
  }

  .chai-meet-section,
  .hp-row > *,
  body > #footer > .wrapper,
  body > #header > .header-wrapper,
  .widget-4.promo_slider.custom.v380.feed.hide_controls {
    padding: 0 20px;
  }

  .menu-open #header .wrapper #co_menu_container_wrapper #co_menu_container {
    height: auto;
    overflow: visible;
  }

  #header_branding .site-logo-wrapper {
    display: block;
  }

  .sneak-peek-container .flexbox-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    column-gap: 0;
  }

  .events-carousel__header .events-carousel__controls {
    display: none;
  }

  .events-carousel__footer .events-carousel__controls {
    display: flex;
  }

  .hp-table .hp-row.hp_subscribe .widget_header h5,
  .hp-row:nth-child(4) .widget_header h5,
  .widget-4 .lets-meet__title,
  .widget-4 .chai-club__tagline,
  .widget-4 .chai-club__title,
  .widget-4 .events-carousel__heading,
  .sneak-peek-container .header-title {
    font-size: 35px;
  }

  .hp-row:nth-child(2) {
    background-color: #fff;
  }

  .sneak-card__img {
    aspect-ratio: 4 / 4;
  }

  .sneak-card__title {
    font-size: 16px;
  }

  .event-card__img img {
    height: 250px;
  }

  .event-card .event-card__title {
    font-size: 24px;
  }

  .event-card .event-card__date,
  .event-card .event-card__desc {
    font-size: 14px;
  }

  .events-carousel__controls > button.events-prev svg {
    transform: rotate(180deg);
  }

  .chai-club__body {
    flex-direction: column;
    align-items: start;
    gap: 60px;
  }

  .widget-4 .lets-meet__desc,
  .widget-4 .chai-club__desc {
    margin-bottom: 20px;
  }

  .hp-row:nth-child(4) .widget_header h5 {
    word-break: break-word;
  }

  .hp-row:nth-child(5) .wrapper {
    flex-direction: column;
    align-items: start;
    gap: 30px;
  }

  .hp-row:nth-child(5) .widget_header.widget_header h5 {
    font-size: 28px;
  }

  .hp-row:nth-child(5) .message .wrapper .widget_content.message_format div {
    font-size: 18px;
  }

  .lets-meet__image {
    width: 100%;
  }

  .lets-meet__content {
    padding: 0 20px 80px 20px;
  }

  .hp-row:nth-child(4) {
    padding-block: 80px;
  }

  .hp-row:nth-child(4) .widget_content ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .chai-meet-section .meet-card h5,
  .chai-meet-section .chai-card .chai-top-row h5 {
    font-size: 28px;
    max-width: 140px;
  }

  .chai-meet-section .chai-card .chai-badge {
    padding: 20px;
    font-size: 20px;
  }

  .chai-meet-section .meet-card {
    height: 100%;
    flex-direction: column;
  }

  .chai-meet-section .meet-card .meet-image {
    width: 100%;
    height: 167px;
    background-position-y: 10%;
  }

  .chai-meet-section .meet-card .meet-text {
    padding: 50px 20px;
    background: linear-gradient(177.98deg, #cbe6ea 1.97%, #f2f8f7 98.62%);
  }

  .chai-meet-section .meet-card .meet-text .readMore {
    margin-top: 0;
  }

  .hp_subscribe .wrapper #formContainer fieldset {
    padding: 0;
    flex-direction: column;
    gap: 10px;
  }

  .hp_subscribe .wrapper #formContainer fieldset input#Lname,
  .hp_subscribe .wrapper #formContainer fieldset input#Fname {
    width: 100%;
    margin: 0;
  }

  .hp_subscribe .wrapper #formContainer fieldset input[type="submit"] {
    max-width: 100%;
    margin: 0;
  }

  #footer {
    padding-block: 35px 30px;
  }

  .footer_family_text {
    align-items: start;
    flex-direction: column;
    gap: 0;
  }

  #footer .footer_inner_container,
  #footer .footer_text .footer3 .footer-title,
  #footer .footer_inner_container {
    text-align: left;
  }

  #footer .footer3 span:not(.footer-title) {
    font-size: 18px;
  }

  #footer .footer_text .footer3 .footer-title {
    font-size: 45px;
  }

  #footer .cs-f-social-icons {
    margin-top: 22px;
  }

  #footer .cs-f-social-icons a {
    width: auto;
    height: auto;
    padding: 0;
  }

  #footer .footer_text .bottom_padding {
    padding: 0;
  }
}

@media (max-width: 650px) {
  .hp-row.hp_subscribe .wrapper #formContainer fieldset input#Lname,
  .hp-row.hp_subscribe .wrapper #formContainer fieldset input#Fname,
  .hp_subscribe .wrapper #formContainer fieldset input#Lname,
  .hp_subscribe .wrapper #formContainer fieldset input#Fname {
    width: 100%;
    margin: 0;
  }

  .hp-row.hp_subscribe .wrapper #formContainer fieldset {
    padding: 0;
  }
}

@media screen and (max-width: 600px) {
  .hp-row .sneak-peek-container .sneak-peek-item {
    width: 100%;
  }

  .hp-row .sneak-peek-container .sneak-peek-item.even,
  .hp-row .sneak-peek-container .sneak-peek-item.odd {
    padding-left: 10px;
    padding-right: 10px;
  }
}

body.sites-article #content {
  margin-top: 0;
}

#BodyContainer #co_content_container .master-content-wrapper {
  background: var(--color-white);
  padding: 60px 0;
}

#BodyContainer
  #co_content_container
  > .clearfix
  > .master-content-wrapper.g960:not(.categorized) {
  padding: 50px 0 60px;
  text-align: left;
  background-color: var(--color-white) !important;
  border: 0;
  margin-inline: auto;
  display: flex;
  align-items: end;
  min-height: 310px;
  position: relative;
  z-index: 99;
}

#BodyContainer
  #co_content_container
  > .clearfix
  > .master-content-wrapper.g960::after {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  width: 100%;
  height: 100%;
  z-index: -2;
}

.master-content-wrapper.g960 {
  width: 100% !important;
}

.master-content-wrapper .article-header {
  text-align: left;
}

#BodyContainer
  #co_content_container
  > .clearfix
  > .master-content-wrapper.g960:not(.categorized)
  .article-header {
  padding: 0 60px;
  text-align: left;
  margin: 0;
  max-width: 1440px;
  margin-inline: auto;
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: 80px;
  gap: 30px;
}

#BodyContainer
  #co_content_container
  > .clearfix
  > .master-content-wrapper.g960:not(.categorized)
  .article-header::after {
  display: none;
}

#BodyContainer
  #co_content_container
  > .clearfix
  > .master-content-wrapper.g960:not(.categorized)
  div:empty {
  display: none;
}

#BodyContainer
  #co_content_container
  > .clearfix
  > .master-content-wrapper.g960:not(.categorized)
  .article-header__title {
  font-size: 60px;
  font-weight: 500;
  line-height: 0.9;
  margin-bottom: 0;
  color: var(--color-primary);
  max-width: 500px;
  padding: 0;
}

#BodyContainer
  #co_content_container
  > .clearfix
  > .master-content-wrapper.g960:not(.categorized)
  .article-header__subtitle {
  font-size: 16px;
  line-height: 1.5;
  color: #4a4a52;
  margin-bottom: 0;
  max-width: 425px;
  font-family: "elza-text", sans-serif !important;
}

.master-content-wrapper .section-image {
  width: 100%;
  height: 400px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
}

.cco_body #tabContentMain .donate_link {
  padding: 0;
}

.cco_body #BodyContainer .body_wrapper.co_body {
  max-width: 1440px;
  width: 100%;
  padding: 0 60px;
  margin: 0 auto;
  background-color: var(--color-white);
}

.cco_body #BodyContainer .body_wrapper.co_body:has(#co_ads_container) {
  padding-bottom: 60px;
}

.cco_body .body_wrapper.co_body .g960 {
  padding-block: 30px;
}

.body_wrapper .article_index_container .co_index.article_index {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  margin-left: 0;
  margin-right: 0;
}

.body_wrapper .article_index_container .co_index.article_index::after {
  display: none;
}

.body_wrapper .article_index_container .co_index.article_index .row {
  width: 100%;
}

.body_wrapper .article_index_container .co_index.article_index .row .item {
  padding: 0;
  margin: 0;
  width: 100%;
  border: 1px solid transparent;
  background-color: transparent;
  border-radius: 20px 0 20px 0;
  padding: 30px;
}

.body_wrapper
  .article_index_container
  .co_index.article_index
  .row
  .item
  .item_contents::after {
  display: none;
}

.body_wrapper
  .article_index_container
  .co_index.article_index
  .row
  .item
  .title
  a {
  position: static;
}

.body_wrapper
  .article_index_container
  .co_index.article_index
  .row
  .item
  .subtitle {
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: #8e8e9a;
  text-align: left;
  font-style: normal;
  margin-top: 7px;
}

.body_wrapper
  .article_index_container
  .co_index.article_index
  .row
  .item
  .synopsis_icon {
  float: none;
  display: block;
  margin: 0;
  width: auto;
}

.article_index_container
  .co_index.article_index
  .row
  .item
  .synopsis_icon
  a.synopsis_icon {
  background-color: transparent;
  height: auto;
  padding-top: 0;
  overflow: hidden;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
}

.body_wrapper
  .article_index_container
  .co_index.article_index.with_icons
  .row
  .item:hover {
  border-color: #d0e4f5;
  background-color: #f2f8f7;
}

.body_wrapper
  .article_index_container
  .co_index.article_index
  .row
  .item
  .synopsis_icon
  a.synopsis_icon
  img {
  position: static;
  width: 100%;
  max-width: 120px;
  height: auto;
}

.body_wrapper
  .article_index_container
  .co_index.article_index.with_icons
  .row
  .item
  .item_contents {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 13px;
}

.body_wrapper
  .article_index_container
  .co_index.article_index.with_icons
  .row
  .item
  .item_contents
  .title {
  position: static;
  padding-top: 0;
}

#co_body_container
  .article_index_container
  .co_index.article_index
  .row
  .item
  .inner {
  margin-top: auto;
}

.body_wrapper
  .article_index_container
  .co_index.article_index
  .row
  .item
  .title
  a {
  padding: 0;
  color: var(--color-primary);
  font-size: 24px;
  font-weight: 400;
  align-items: flex-end;
  justify-content: space-between;
  text-align: left;
}

.body_wrapper
  .article_index_container
  .co_index.article_index
  .row
  .item
  .title
  a:hover {
  background-color: transparent;
}

@media (min-width: 1600px) {
  #BodyContainer
    #co_content_container
    > .clearfix
    > .master-content-wrapper.g960:not(.categorized) {
    min-height: 600px;
  }

  .cco_body #BodyContainer .body_wrapper.co_body,
  #BodyContainer
    #co_content_container
    > .clearfix
    > .master-content-wrapper.g960:not(.categorized)
    .article-header {
    max-width: 1920px;
    padding: 0 80px;
  }

  .cco_body .body_wrapper.co_body .g960 {
    padding-block: 50px;
  }

  .body_wrapper
    .article_index_container
    .co_index.article_index
    .row
    .item
    .title
    a {
    font-size: 28px;
  }

  .body_wrapper
    .article_index_container
    .co_index.article_index
    .row
    .item
    .subtitle {
    font-size: 18px;
  }

  #BodyContainer
    #co_content_container
    > .clearfix
    > .master-content-wrapper.g960:not(.categorized)
    .article-header__title {
    font-size: 80px;
  }

  #BodyContainer
    #co_content_container
    > .clearfix
    > .master-content-wrapper.g960:not(.categorized)
    .article-header__subtitle {
    font-size: 18px;
  }

  .body_wrapper .article_index_container .co_index.article_index {
    gap: 40px;
  }

  .body_wrapper .article_index_container .co_index.article_index .row .item {
    padding: 40px;
  }
}

@media (max-width: 1140px) {
  .cco_body #BodyContainer .body_wrapper.co_body {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .cco_body #BodyContainer .body_wrapper.co_body,
  .cco_body .body_wrapper.co_body,
  #BodyContainer
    #co_content_container
    > .clearfix
    > .master-content-wrapper.g960:not(.categorized)
    .article-header {
    padding-inline: 32px;
  }

  .body_wrapper .article_index_container .co_index.article_index {
    grid-template-columns: 1fr 1fr;
  }

  #BodyContainer
    #co_content_container
    > .clearfix
    > .master-content-wrapper.g960:not(.categorized) {
    padding-block: 40px;
  }

  #BodyContainer
    #co_content_container
    > .clearfix
    > .master-content-wrapper.g960:not(.categorized)
    .article-header__title {
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  .cco_body #BodyContainer .body_wrapper.co_body,
  .cco_body .body_wrapper.co_body,
  #BodyContainer
    #co_content_container
    > .clearfix
    > .master-content-wrapper.g960:not(.categorized)
    .article-header {
    padding-inline: 20px;
  }

  .body_wrapper .article_index_container .co_index.article_index {
    gap: 20px;
  }

  .body_wrapper .article_index_container .co_index.article_index .row .item {
    padding: 20px 10px;
  }

  .body_wrapper
    .article_index_container
    .co_index.article_index
    .row
    .item
    .synopsis_icon
    a.synopsis_icon {
    width: 80px;
    height: 100px;
  }

  #BodyContainer
    #co_content_container
    > .clearfix
    > .master-content-wrapper.g960::after {
    background-color: linear-gradient(
      180.12deg,
      rgba(249, 243, 236, 0) -32.78%,
      #f9f3ec 68.66%
    );
  }

  #BodyContainer
    #co_content_container
    > .clearfix
    > .master-content-wrapper.g960:not(.categorized)
    .article-header {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }

  #BodyContainer
    #co_content_container
    > .clearfix
    > .master-content-wrapper.g960:not(.categorized) {
    padding-bottom: 60px;
    min-height: 400px;
  }

  #BodyContainer
    #co_content_container
    > .clearfix
    > .master-content-wrapper.g960:not(:has(.article-header__subtitle)) {
    min-height: 150px;
    padding-bottom: 40px;
  }

  #BodyContainer
    #co_content_container
    > .clearfix
    > .master-content-wrapper.g960:not(.categorized)
    .article-header__title {
    font-size: 40px;
  }

  #BodyContainer
    #co_content_container
    > .clearfix
    > .master-content-wrapper.g960:not(.categorized)
    .article-header__subtitle {
    font-size: 14px;
  }

  .body_wrapper
    .article_index_container
    .co_index.article_index
    .row
    .item
    .title
    a {
    font-size: 18px;
  }

  .body_wrapper
    .article_index_container
    .co_index.article_index
    .row
    .item
    .subtitle {
    font-size: 14px;
  }

  .cco_body .body_wrapper.co_body .g960 {
    padding-block: 0px;
  }
}

@media (max-width: 460px) {
  body.sites-article.cco_body #content {
    margin-top: 0;
  }
}

.dir_ltr .co_menu_item.multi_level .co_submenu_container .menu_child.selected,
.dir_rtl
  .co_menu_item.multi_level
  .co_submenu_container.reversed
  .menu_child.selected {
  border-top: 0;
}

.dir_ltr .co_menu_item.multi_level .co_submenu_container a.item.hover,
.dir_ltr .co_menu_item.multi_level .co_submenu_container a.item:hover,
.dir_rtl .co_menu_item.multi_level .co_submenu_container.reversed a.item.hover,
.dir_rtl .co_menu_item.multi_level .co_submenu_container.reversed a.item:hover {
  margin-right: 0;
}

.secondary_navigation .header div {
  font-size: 18px;
  font-weight: 400;
  color: var(--color-primary);
  padding: 0;
}

.co_local_menu .item a,
.co_local_menu .section_title div {
  padding-left: 0;
}

#co_ads_container .container,
.co_body .ads .container,
.co_body .container.border {
  background-color: var(--color-bg);
  padding-top: 20px;
  border-bottom: 0;
}

.co_local_menu .item.selected,
.co_local_menu .item {
  padding-block: 13px;
}

.co_local_menu .secondary_navigation .item {
  padding-block: 0;
}

.co_local_menu > .body > .item a,
.co_local_menu .item a {
  font-size: 18px;
}

.co_local_menu .secondary_navigation .item {
  margin-top: 15px;
}

.sites-article .body_wrapper #co_body_container:not(.g960) {
  padding: 60px;
  background-color: #fff;
  border: 1px solid #d8dce0;
  margin-inline: 0;
}

.sites-article .co_body.article-body p {
  font-size: 17px;
  color: #6b5c54;
  margin-bottom: 8px;
}

.sites-article .co_body.article-body p strong {
  font-size: 24px;
  color: #2c2420;
}

.sites-article .body_wrapper #co_ads_container {
  margin-left: 0;
  padding-top: 0;
}

.co_local_menu > .header {
  padding-top: 0;
}

.co_local_menu .section_title {
  height: 52px;
}

@media (max-width: 1140px) {
  .sites-article .body_wrapper #co_ads_container {
    padding-top: 32px;
  }

  .sites-article .body_wrapper #co_body_container:not(.g960) {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .sites-article .body_wrapper #co_body_container:not(.g960) {
    padding: 25px 15px;
  }

  .sites-article .body_wrapper #co_ads_container {
    padding-left: 20px;
  }
}

p#d-and-d {
  color: #f0e7da;
  text-align: center;
  margin: 0;
}

@media (max-width: 767px) {
  p#d-and-d {
    text-align: left;
  }
}

/* ------------- FILE LAST UPDATED JULY 8, 2026 ------------- */
