:root {
  --font-sans-serif: "Poppins", sans-serif;
  --primary-color: #891738;
  --highlight-color: #ffb400;
  --light-color: #fffaf0;
  --tier-1-color: #ff9b71;
  --tier-2-color: #ff6f61;
  --tier-3-color: #d64550;
  --tier-hover-color: #ff5812;
}

#BodyContainer #co_content_container>.clearfix>.g960:not(.categorized) {
  display: none;
}

/* Fonts */
.poppins-regular {
  font-family: var(--font-sans-serif);
  font-weight: 400;
  font-style: normal;
}
.poppins-medium {
  font-family: var(--font-sans-serif);
  font-weight: 500;
  font-style: normal;
}
.poppins-semibold {
  font-family: var(--font-sans-serif);
  font-weight: 600;
  font-style: normal;
}
.poppins-bold {
  font-family: var(--font-sans-serif);
  font-weight: 700;
  font-style: normal;
}

.co_body .content .form-all,
.co_body .content p,
.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,
.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,
h1,
h2,
h3,
h4,
h5,
h6,
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 {
  font-family: var(--font-sans-serif) !important;
}
html body.cco_body p {
  font-family: "Inter", sans-serif !important;
}
.co_body .content p {
  margin-bottom: 0 !important;
}
aside {
  display: none !important;
}
#PrintCreditHeader {
  display: none !important;
}
.accordion h5 {
  background: none !important;
}
.body_wrapper.co_body {
  width: 100% !important;
  padding: 0 !important;
  display: block;
}
#footer {
  display: none !important;
}
.c-scrollbar_thumb {
  z-index: 999 !important;
}
#hero {
  position: relative;
}
#header {
  display: none;
}
#BodyContainer > .body_wrapper::before {
  display: none !important;
}
body.sites-article #content {
  margin-top: 0 !important;
}
#co_body_container {
  padding-bottom: 0 !important;
}
.no-hero-image #co_ads_container,
.no-hero-image #co_body_container,
.no-hero-image .co_local_menu {
  padding-top: 0 !important;
}
.content .co_body {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* General */
* {
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
}
*:hover,
*:focus {
  outline: none;
  border: none;
}

.co_body.article-body [data-load-container] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  background-color: var(--light-color);
}
html {
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  font-size: 100% !important;
  font-family: var(--font-sans-serif) !important;
}
body {
  margin: 0 auto !important;
  box-sizing: border-box;
  font-family: var(--font-sans-serif) !important;
  font-size: 1rem !important;
  font-weight: 400;
  background-color: var(--light-color) !important;
  color: #1e1e1e !important;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  /* overflow: hidden; */
}
a {
  background-color: transparent;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #1e1e1e;
  line-height: 1;
  font-family: var(--font-sans-serif);
}
p {
  font-size: 0.925rem !important;
  color: #666;
  font-family: "Inter", sans-serif !important;
}
ul,
li {
  list-style: none;
  margin: 0;
  border: 0;
  padding: 0;
  line-height: 1;
}
img {
  display: block;
  width: 100%;
}
svg {
  width: auto !important;
}
/* span {
    white-space: nowrap;
} */

/* Columns & Containers */
.container {
  position: relative;
  width: 100%;
  max-width: 1180px;
  height: 100%;
  margin: 0 auto;
}
.sec_gap {
  padding: 100px 0;
}
.row {
  margin: 0 -1rem;
}
.col_gap {
  margin: 0 1rem;
}
.col_3 {
  width: 25%;
}
.col_4 {
  width: 33.33%;
}
.col_5 {
  width: 41.67%;
}
.col_7 {
  width: 58.33%;
}
.flex_box {
  display: flex;
  align-items: center;
  flex-flow: wrap;
}
.flex_start {
  align-items: flex-start !important;
}
.flex_end {
  align-items: flex-end;
}
.space_between {
  justify-content: space-between;
}

/* Buttons */
.primary_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: auto;
  padding: 0px 25px;
  border-radius: 100px;
  font-size: 0.825rem;
  transition: 0.2s ease;
  border: 1px solid #1e1e1e;
  border-bottom: 3px solid #1e1e1e;
}
.primary_btn img {
  margin-right: 15px;
  width: 14px;
  height: auto;
}
.dark_btn {
  background-color: var(--primary-color);
  color: #fff;
}
.dark_btn:hover {
  background-color: var(--highlight-color);
}
.yellow_btn {
  background-color: var(--highlight-color);
  color: #fff;
}
#hero .yellow_btn,
.submit_btn {
  padding-right: 5px !important;
}
.yellow_btn:hover {
  background-color: var(--primary-color);
}
#donation .white_btn {
  border: 1px solid #fff;
  border-bottom: 3px solid #fff;
}
.white_btn {
  background-color: transparent;
  color: #fff;
}
.white_btn:hover {
  background-color: var(--highlight-color);
}
.submit_btn {
  width: 100%;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-weight: bold;
}

/* Fonts */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 !important;
  color: #1e1e1e !important;
  font-family: var(--font-sans-serif) !important;
}
h1 {
  font-size: 4.55rem !important;
  font-weight: 600 !important;
  line-height: 1;
  letter-spacing: -4px;
  color: #1e1e1e !important;
}
h2 {
  font-size: 2.25rem !important;
  font-weight: 600 !important;
  line-height: 1.1;
  letter-spacing: -2px !important;
}
h3 {
  font-size: 1.8rem !important;
  font-weight: 500 !important;
  line-height: 1.3;
  letter-spacing: -1px !important;
}
h4 {
  font-size: 1.55rem !important;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.7px;
  text-transform: capitalize;
}
h5 {
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  line-height: 1.2;
  letter-spacing: -0.7px;
}

/** Header **/
header,
.my_header {
  position: relative;
  width: 100%;
  padding: 0;
  top: 0;
  z-index: 999999;
  display: flex;
  flex-direction: column;
}
header .container,
.my_header .container {
  width: 100%;
}
/* Topbar */
.topbar {
  position: relative;
  background-color: #fff;
  padding: 20px 0;
  border-bottom: 1px solid #e0dcd4;
}
.topbar a {
  display: flex;
  align-items: center;
}
.topbar_logo {
  width: 60px;
  height: auto;
  margin-right: 20px;
}
.t_text span {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -1px;
  color: var(--highlight-color);
}
.t_text p {
  text-transform: capitalize;
  font-size: 0.825rem;
  color: var(--primary-color);
  margin-top: 4px;
}
/* Nav */
nav {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.my_nav {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.hamburger {
  display: none;
}
.logo img {
  width: 200px;
  height: auto;
}
.my_menu,
.my_menu ul {
  display: flex;
  align-items: center;
}
.my_menu ul {
  /* flex-direction: row-reverse; */
}
.my_menu ul li {
  margin-right: 50px;
}
.my_menu ul li:last-child {
  margin-right: 0;
}
.my_menu ul li a {
  position: relative;
  font-size: 0.825rem;
  transition: 0.2s;
}
.my_menu ul li:not(.my_menu_button) a:hover::before {
  width: 100%;
  transition: 0.2s;
}
.my_menu ul li:not(.my_menu_button) a:hover {
  color: var(--primary-color);
}
.my_menu ul li:not(.my_menu_button) a::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 0;
  background-color: var(--primary-color);
  left: 0;
  bottom: 0px;
  transition: 0.2s;
}

/* Hero */
#hero .sec_gap {
  padding: 100px 0 60px;
}
.hero_contents {
  width: 90%;
}
.hero_sub_heading {
  margin-bottom: 20px;
}
.sub_icon {
  position: relative;
  height: 45px;
  width: 45px;
  border: 1px solid #1e1e1e;
  border-bottom: 3px solid #1e1e1e;
  border-radius: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.sub_icon img {
  height: 16px;
  width: auto;
}
.sub_text {
  position: relative;
  background-color: #e9e9e9;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border-radius: 55px;
  padding-left: 45px;
  right: 35px;
}
.hero_heading h1 span {
  color: var(--primary-color);
}
.hero_text {
  margin: 30px 0;
  width: 47%;
  font-family: "Inter", sans-serif;
}
.hero_text b {
  color: #1e1e1e;
}
.circle {
  position: relative;
  height: 45px;
  width: 45px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}
.circle img {
  margin-right: 0;
}
.hero_image {
  padding-top: 60px;
  display: flex;
  justify-content: center;
}
.hero_image img {
  width: 110%;
  border-radius: 20px;
}

/* Join */
#join {
  position: relative;
  background-color: #fff;
}
#join .sec_heading {
  text-align: center;
  margin: 0 auto;
}
.sec_heading {
  position: relative;
  width: 65%;
  margin-bottom: 60px !important;
}
.sec_title {
  text-transform: uppercase;
  color: #4d4d4d;
  letter-spacing: 1px;
}
.sec_heading h2 {
  margin-top: 20px !important;
}
.sec_heading h2 span:first-child {
  color: var(--primary-color);
}
.sec_heading h2 span:last-child {
  color: var(--highlight-color);
}
.reason_box {
  position: relative;
  height: 100%;
  min-height: 300px;
  border-top: 1px solid #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
  transition: 0.2s linear;
  cursor: pointer;
}
.reason_box img {
  height: 51px;
  width: auto;
}
.reason_box .after_hover {
  height: 0 !important;
}
.reason_box:hover {
  background-color: var(--primary-color);
  border-radius: 20px;
  border-top: 2px solid #1e1e1e;
  border-bottom: 4px solid #1e1e1e;
  transition: 0.2s linear;
  color: #fff !important;
}
.reason_box:hover .after_hover {
  height: 51px !important;
}
.reason_box:hover .before_hover {
  height: 0;
}
.reason_box:hover p,
.reason_box:hover h4,
.reason_box:hover svg path {
  color: #fff !important;
  fill: #fff !important;
  transition: 0.2s linear;
}
.reason_box_items {
  padding: 40px 35px;
}
.rsn_heading {
  margin: 20px 0 30px;
}
.rsn_text p {
  font-size: 1rem;
}

/* Reviews */
.review_box {
  position: relative;
  border: 1px solid #1e1e1e;
  border-top: 3px solid #1e1e1e;
  border-radius: 20px;
  width: 94%;
}
.review_box_items {
  position: relative;
  padding: 35px;
}
.quote img {
  height: 25px;
  width: auto;
}
.reviewer {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.reviewer p {
  font-family: var(--font-sans-serif);
  font-weight: 600;
  color: #1e1e1e;
  letter-spacing: -0.5px;
  margin-right: 10px !important;
}
.action_items {
  margin-left: 45px;
}
.action_heading {
  margin-bottom: 30px;
}
.action_heading span {
  font-weight: 400;
}

/* Donation */
#donation .col_5 {
  width: 40%;
}
#donation .col_7 {
  width: 60%;
}
.community_box {
  position: relative;
  background-color: var(--primary-color);
  border-radius: 20px;
}
.community_box_items {
  position: relative;
  padding: 50px 30px;
}
.com_icon {
  border: none;
  background-color: var(--highlight-color);
  margin-bottom: 30px;
}
.community_box .sec_heading {
  width: 100%;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 120px !important;
}
.community_box .sec_heading h2 {
  color: #fff !important;
}
.com_text {
  margin-bottom: 30px;
}
.com_text p {
  width: 85%;
  color: #fff !important;
  margin-bottom: 30px !important;
}
.com_button a {
  margin-right: 15px;
}
/* Donation Payment */
.payment_box {
  position: relative;
  border: 1px solid #1e1e1e;
  border-bottom: 3px solid #1e1e1e;
  border-radius: 20px;
}
.payment_box_items {
  position: relative;
  padding: 50px 40px;
}
.payment_box .sec_heading {
  margin-bottom: 0 !important;
  width: 100%;
}
.payment_box .sec_heading h2 {
  margin-top: 0 !important;
}
.donate_text {
  margin: 20px 0;
  width: 85%;
}
.package_box {
  position: relative;
  padding: 16px 20px;
  background-color: var(--tier-2-color);
  border: 1px solid #1e1e1e;
  border-radius: 50px;
  font-weight: 400;
  color: #fff;
  margin-right: 8px;
  letter-spacing: -0.5px;
  padding: 5px 20px;
}
.package_box span:first-child {
  margin-right: 30px;
}
.package_box:first-child {
  background-color: var(--tier-1-color);
}
.package_box:nth-child(2) {
  background-color: var(--tier-2-color);
}
.package_box:last-child {
  background-color: var(--tier-3-color);
  margin-top: 8px;
}
.donation_container {
  margin-top: 50px;
}
.donate_sub_heading {
  margin-bottom: 20px;
}
.donation_buttons {
  margin-bottom: 10px;
}
.donation_buttons button {
  font-family: var(--font-sans-serif);
  position: relative;
  background-color: var(--tier-2-color);
  padding: 16px 28px;
  border: 1px solid #1e1e1e;
  border-bottom: 4px solid #1e1e1e;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  margin-right: 5px;
  letter-spacing: -0.5px;
  cursor: pointer;
  transition: 0.2s;
}
.donation_buttons .level-1 {
  background-color: var(--tier-1-color);
}
.donation_buttons .level-2 {
  background-color: var(--tier-2-color);
}
.donation_buttons .level-3 {
  background-color: var(--tier-3-color);
}
.donation_buttons button.active {
  background-color: var(--primary-color) !important;
}
.donation_buttons button:hover {
  background-color: var(--tier-hover-color);
  transition: 0.2s;
}
input {
  position: relative;
  background-color: #fff;
  padding: 20px 28px;
  border: 1px solid #1e1e1e;
  border-radius: 50px;
  font-size: 0.925rem;
  font-weight: 400;
  color: #1e1e1e;
  /* width: calc(100% - 56px); */
  width: 100%;
  transition: 0.2s ease;
  font-family: var(--font-sans-serif);
}
input::placeholder {
  color: #484e5a;
  font-size: 0.825rem;
  transition: 0.2s ease;
}
input:hover,
input:focus {
  border: 1px solid #1e1e1e;
}
.donation_input {
  width: auto;
  min-width: 280px;
  border-bottom: 4px solid #1e1e1e;
}
.membership_info {
  margin: 40px 0 0;
  line-height: 1.8;
  font-family: "Inter", sans-serif;
  color: #1e1e1e;
  font-size: 1.2rem;
  letter-spacing: -0.5px;
  display: none;
}
.highlight {
  position: relative;
  font-weight: 700;
  color: var(--primary-color);
  padding-left: 20px;
}
span.highlight::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--primary-color);
  border-radius: 100%;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
}
.checkout_info {
  margin-top: 40px;
}

/* Rabbies */
#rabbies .sec_gap {
  padding-top: 0;
}
.pr_box {
  position: relative;
  border: 1px solid var(--primary-color);
  border-radius: 200px;
  width: auto !important;
}
.pr_box_items {
  padding: 25px 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.glide__track {
  overflow: visible !important;
}

/* Reasons */
#reasons {
  background-color: #fff;
}
#reasons .flex_box {
  flex-flow: unset;
}
#reasons .sec_heading {
  margin-bottom: 0 !important;
  width: 40%;
}
.sec_text {
  width: 40%;
}
.reasons_container {
  margin-top: 60px;
}
.cause_box {
  height: auto;
  width: calc(25% - 11.5px);
  margin-bottom: 15px;
}
.cause_box_wrapper {
  position: relative;
  border: 1px solid #1e1e1e;
  border-radius: 20px;
  margin: 0 !important;
}
.cause_box_items {
  position: relative;
  padding: 30px;
}
.cause_number h5 {
  color: var(--primary-color);
}
.accordion_heading {
  margin: 20px 0;
}
.accordion_heading .accordion_icon {
  display: none;
}

/* FAQ */
#faq .sec_gap {
  padding: 70px 0 35px;
}
.faq_item {
  margin-bottom: 10px;
}
.faq_question {
  cursor: pointer;
  margin-bottom: 15px;
}
.faq_question.faq_active .arrow {
  transform: rotate(-90deg) !important;
}
.faq_question.faq_active + .faq_answer {
  max-height: 200px;
  opacity: 1;
  transition: max-height 0.2s ease-in, opacity 0.2s ease-in;
  margin-bottom: 20px;
}
.faq_answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
}
.accordion_icon {
  position: relative;
  width: 32px;
  height: 32px;
  border: 1px solid #484e5a;
  border-bottom: 2px solid #484e5a;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
.accordion_icon img {
  height: 13px !important;
  width: auto;
  transition: transform 0.2s;
}
.accordion_icon .after_hover {
  height: 0 !important;
}
.faq_question:hover .accordion_icon,
.accordion_heading:hover .accordion_icon {
  background-color: #1e1e1e;
}
.faq_question:hover .before_hover,
.accordion_heading:hover .before_hover {
  height: 0 !important;
}
.faq_question:hover .after_hover,
.accordion_heading:hover .after_hover {
  height: auto !important;
}
.faq_question:hover .accordion_icon svg path,
.accordion_heading:hover .accordion_icon svg path {
  fill: #fff;
}

/* Footer */
.chai_life_footer {
  position: relative;
  background-color: var(--primary-color);
  padding: 80px 0 50px;
}
.chai_life_footer .sec_heading {
  width: 70%;
  color: #fff !important;
  margin-bottom: 30px !important;
}
.chai_life_footer .sec_heading h2 {
  color: #fff !important;
}
.chai_life_footer .white_btn {
  border-color: #fff;
}
.footer_buttons a {
  margin-right: 5px;
}
.footer_text {
  margin-top: 50px;
}
.footer_text p {
  color: #dcb9c3 !important;
}
.chabad_footer {
  position: relative;
  background-color: #1c1a1f;
  padding: 50px 0;
}
.chabad_footer_items {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
}
.chabad_footer_items h5 {
  color: var(--highlight-color) !important;
  text-transform: uppercase;
  font-weight: 500;
}
p.footer_text_chabad {
  margin: 15px 0 !important;
  color: #fff !important;
}
.footer_address,
.copyright_info {
  margin-top: 5px !important;
}
.co_body .content p#d-and-d, .co_body .content p#d-and-d a {
  color: #bbbabc !important;
  margin-top: 15px !important;
}
.footer_text_chabad {
  font-style: italic;
  font-size: 1rem;
  width: 50%;
  color: #fff;
  margin: 15px 0 25px;
  line-height: 1.25;
}
.footer_address,
.footer_phone {
  color: #bbbabc !important;
  line-height: 1.2;
}
.copyright_info,
.copyright_info a {
  font-size: 0.85rem;
  color: #bbbabc !important;
  font-weight: 400;
  margin: 25px 0;
}
.footer_socials {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px !important;
}
.footer_socials a {
  margin: 0 10px;
}
.footer_socials a img {
  width: 18px;
  height: auto;
}

#next-level-content {
  margin-top: 20px;
  font-style: italic;
}
