/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url("https://fonts.googleapis.com/css2?family=Onest&family=Roboto+Slab:wght@100..900&family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
/* line 6, ../sass/_colors.scss */
.primary-color {
  color: #FC6F03;
}

/* line 9, ../sass/_colors.scss */
.secondary-color {
  color: #00536F;
}

/* line 12, ../sass/_colors.scss */
.bg_secondary_color {
  background: #00536F;
}

/* line 15, ../sass/_colors.scss */
.yellow-color {
  color: #F9DC1C;
}

/* line 18, ../sass/_colors.scss */
.bg-yellow {
  background: #F9DC1C;
}

/* line 21, ../sass/_colors.scss */
.bg_tan {
  background: #FCEDD5;
}

/* line 24, ../sass/_colors.scss */
.bg_primary_orange {
  background: #FC6F03;
}

/* line 18, ../sass/_navbar.scss */
/* line 2, ../sass/_dropdown.scss */
.dropdown .dropdown-menu {
  display: none;
}

/* line 22, ../sass/_navbar.scss */
/* line 7, ../sass/_dropdown.scss */
.dropdown-menu {
  margin-top: -0.5px;
  padding: 0px;
}

/* line 26, ../sass/_navbar.scss */
/* line 13, ../sass/_dropdown.scss */
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0em;
  margin-left: 0.125em;
  border-radius: 0px;
}

/* line 33, ../sass/_navbar.scss */
/* line 22, ../sass/_dropdown.scss */
.dropdown-toggle::after {
  display: none;
}

/* line 15, ../sass/screen.scss */
/* line 27, ../sass/_dropdown.scss */
.biscuit_color {
  color: #ead9ba;
}

/* line 18, ../sass/screen.scss */
/* line 32, ../sass/_dropdown.scss */
.dropdown-submenu {
  position: relative;
}
/* line 34, ../sass/_dropdown.scss */
.dropdown-submenu .active {
  background: #FC6F03;
  color: #fff !important;
}

/* line 23, ../sass/screen.scss */
/* line 41, ../sass/_dropdown.scss */
.dropdown-submenu .dropdown-menu {
  top: 27%;
  left: 100%;
  margin-top: -10px;
  border-radius: 0px;
}

/* line 29, ../sass/screen.scss */
/* line 49, ../sass/_dropdown.scss */
.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}

/* line 52, ../sass/_dropdown.scss */
.rotate {
  transition: transform 0.3s ease;
}

/* line 55, ../sass/_dropdown.scss */
.rotate.down {
  transform: rotate(180deg);
}

/* line 1, ../sass/_fonts.scss */
.onest-regular {
  font-family: "Onest", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* line 7, ../sass/_fonts.scss */
.roboto-slab-regular {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* line 13, ../sass/_fonts.scss */
.fw-regular {
  font-weight: 400;
}

/* line 16, ../sass/_fonts.scss */
.onest-font {
  font-family: "Onest", sans-serif;
}

/* line 19, ../sass/_fonts.scss */
.roboto-slab-font {
  font-family: "Roboto Slab", serif;
}

/* line 22, ../sass/_fonts.scss */
.font-extra-bold {
  font-weight: 800;
}

/* line 25, ../sass/_fonts.scss */
.zilla-slab-light {
  font-family: "Zilla Slab", serif;
  font-weight: 300;
  font-style: normal;
}

/* line 31, ../sass/_fonts.scss */
.zilla-slab-regular {
  font-family: "Zilla Slab", serif;
  font-weight: 400;
  font-style: normal;
}

/* line 37, ../sass/_fonts.scss */
.zilla-slab-medium {
  font-family: "Zilla Slab", serif;
  font-weight: 500;
  font-style: normal;
}

/* line 43, ../sass/_fonts.scss */
.zilla-slab-semibold {
  font-family: "Zilla Slab", serif;
  font-weight: 600;
  font-style: normal;
}

/* line 49, ../sass/_fonts.scss */
.zilla-slab-bold {
  font-family: "Zilla Slab", serif;
  font-weight: 700;
  font-style: normal;
}

/* line 55, ../sass/_fonts.scss */
.zilla-slab-light-italic {
  font-family: "Zilla Slab", serif;
  font-weight: 300;
  font-style: italic;
}

/* line 61, ../sass/_fonts.scss */
.zilla-slab-regular-italic {
  font-family: "Zilla Slab", serif;
  font-weight: 400;
  font-style: italic;
}

/* line 67, ../sass/_fonts.scss */
.zilla-slab-medium-italic {
  font-family: "Zilla Slab", serif;
  font-weight: 500;
  font-style: italic;
}

/* line 73, ../sass/_fonts.scss */
.zilla-slab-semibold-italic {
  font-family: "Zilla Slab", serif;
  font-weight: 600;
  font-style: italic;
}

/* line 79, ../sass/_fonts.scss */
.zilla-slab-bold-italic {
  font-family: "Zilla Slab", serif;
  font-weight: 700;
  font-style: italic;
}

/* line 11, ../sass/screen.scss */
.button_style {
  border-radius: 15px;
  border: 1px solid #fff;
}

/* line 15, ../sass/screen.scss */
.donate_btn {
  padding-left: 31px !important;
  padding-right: 31px !important;
}

/* line 20, ../sass/screen.scss */
.bi::before {
  font-weight: 600 !important;
}

/* line 24, ../sass/screen.scss */
body {
  color: #000;
  font-size: 16px;
  font-family: "Onest", sans-serif;
  font-weight: 400;
}
/* line 29, ../sass/screen.scss */
body .primary-color {
  color: #FC6F03;
}
/* line 32, ../sass/screen.scss */
body .fw-semi-bold {
  font-weight: 600;
}
/* line 35, ../sass/screen.scss */
body .template_width {
  margin: 0% 8%;
}
@media (min-width: 991px) and (max-width: 1400px) {
  /* line 35, ../sass/screen.scss */
  body .template_width {
    margin: 0% 6%;
  }
}
@media (max-width: 991px) {
  /* line 35, ../sass/screen.scss */
  body .template_width {
    margin: 0% 4%;
  }
}
@media (max-width: 991px) {
  /* line 46, ../sass/screen.scss */
  body .mobile_template {
    margin: 0% 0% !important;
  }
}
/* line 51, ../sass/screen.scss */
body .top_section {
  background: #00536F;
}
/* line 54, ../sass/screen.scss */
body .navigation_section {
  background: #fff;
  color: #000;
}
@media (max-width: 990px) {
  /* line 54, ../sass/screen.scss */
  body .navigation_section {
    background: #00536F !important;
    color: #fff;
  }
}
/* line 61, ../sass/screen.scss */
body .navigation_section .navbar-toggler {
  border: 0;
  padding: 0;
}
/* line 65, ../sass/screen.scss */
body .navigation_section .navbar-toggler:focus {
  box-shadow: none;
}
/* line 68, ../sass/screen.scss */
body .navigation_section .custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  width: 2em;
}
@media (max-width: 990px) {
  /* line 72, ../sass/screen.scss */
  body .navigation_section .nav-link {
    color: #fff !important;
    text-align: left !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 72, ../sass/screen.scss */
  body .navigation_section .nav-link {
    padding-left: 0.2rem !important;
    padding-right: 0.2rem !important;
    font-size: 13px;
  }
}
@media (min-width: 1201px) and (max-width: 1499px) {
  /* line 72, ../sass/screen.scss */
  body .navigation_section .nav-link {
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
  }
}
@media (min-width: 1500px) and (max-width: 1549px) {
  /* line 72, ../sass/screen.scss */
  body .navigation_section .nav-link {
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
  }
}
@media (min-width: 1550px) and (max-width: 1600px) {
  /* line 72, ../sass/screen.scss */
  body .navigation_section .nav-link {
    padding-left: 1.1rem !important;
    padding-right: 1.1rem !important;
  }
}
@media (min-width: 1601px) and (max-width: 1700px) {
  /* line 72, ../sass/screen.scss */
  body .navigation_section .nav-link {
    padding-left: 1.3rem !important;
    padding-right: 1.3rem !important;
  }
}
@media (min-width: 1920px) {
  /* line 72, ../sass/screen.scss */
  body .navigation_section .nav-link {
    padding-left: 2.1rem !important;
    padding-right: 2.1rem !important;
  }
}
/* line 103, ../sass/screen.scss */
body .navigation_section .active {
  text-transform: uppercase;
  font-weight: 800;
  color: #FC6F03 !important;
}
@media (max-width: 990px) {
  /* line 103, ../sass/screen.scss */
  body .navigation_section .active {
    color: #F9DC1C !important;
  }
}
/* line 113, ../sass/screen.scss */
body .navigation_section .dropdown-submenu .active {
  color: #fff !important;
}
/* line 118, ../sass/screen.scss */
body .heading_section {
  clip-path: ellipse(61% 100% at 50% 100%);
  background: #FC6F03;
  margin-top: -5%;
}
@media (max-width: 767px) {
  /* line 118, ../sass/screen.scss */
  body .heading_section {
    padding-bottom: 2rem !important;
  }
}
/* line 125, ../sass/screen.scss */
body .heading_section h1 {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 64px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  /* line 125, ../sass/screen.scss */
  body .heading_section h1 {
    font-size: 48px;
    margin-top: 0px;
  }
}
/* line 135, ../sass/screen.scss */
body .heading_section p {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 48px;
}
@media (max-width: 767px) {
  /* line 135, ../sass/screen.scss */
  body .heading_section p {
    font-size: 36px;
    line-height: 1.3;
  }
}
@media (min-width: 1601px) and (max-width: 1750px) {
  /* line 118, ../sass/screen.scss */
  body .heading_section {
    margin-top: -7.2%;
  }
}
@media (min-width: 1751px) and (max-width: 1919px) {
  /* line 118, ../sass/screen.scss */
  body .heading_section {
    margin-top: -6.5%;
  }
}
@media (min-width: 1920px) {
  /* line 118, ../sass/screen.scss */
  body .heading_section {
    margin-top: -7.525%;
  }
}
@media (min-width: 1500px) and (max-width: 1600px) {
  /* line 118, ../sass/screen.scss */
  body .heading_section {
    margin-top: -8.2%;
  }
}
@media (min-width: 991px) and (max-width: 1499px) {
  /* line 118, ../sass/screen.scss */
  body .heading_section {
    margin-top: -9%;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  /* line 118, ../sass/screen.scss */
  body .heading_section {
    margin-top: -14%;
  }
}
@media (max-width: 991px) {
  /* line 118, ../sass/screen.scss */
  body .heading_section {
    clip-path: ellipse(90% 100% at 50% 100%);
    margin-top: -13%;
  }
}
/* line 168, ../sass/screen.scss */
body .logo_section img {
  position: absolute;
  top: 20px;
  left: 8%;
  width: 220px;
}
@media (max-width: 599px) {
  /* line 168, ../sass/screen.scss */
  body .logo_section img {
    top: 10px;
    left: 19px;
    right: 0;
    margin: 0 auto;
    width: 175px;
  }
}
/* line 183, ../sass/screen.scss */
body .first_section .left_content_template {
  margin-left: 1%;
  margin-right: 1%;
}
@media (min-width: 991px) {
  /* line 183, ../sass/screen.scss */
  body .first_section .left_content_template {
    margin-left: 11%;
    margin-right: 11%;
  }
}
/* line 191, ../sass/screen.scss */
body .first_section h2 {
  color: #00536f;
}
/* line 195, ../sass/screen.scss */
body .second_section {
  background: #00536f;
  border-top: 3px solid #FC6F03;
  border-bottom: 3px solid #FC6F03;
}
/* line 199, ../sass/screen.scss */
body .second_section .right_content_section {
  margin-left: 1%;
  margin-right: 1%;
}
@media (min-width: 991px) {
  /* line 199, ../sass/screen.scss */
  body .second_section .right_content_section {
    margin-left: 11%;
    margin-right: 11%;
  }
}
@media (max-width: 990px) {
  /* line 207, ../sass/screen.scss */
  body .second_section .flex_direction {
    flex-direction: column-reverse;
  }
}
/* line 213, ../sass/screen.scss */
body .fourth_section {
  background: #fcedd5;
  border-top: 3px solid #FC6F03;
  border-bottom: 3px solid #FC6F03;
}
/* line 217, ../sass/screen.scss */
body .fourth_section h4 {
  color: #00536f;
}
@media (min-width: 992px) {
  /* line 221, ../sass/screen.scss */
  body .events_and_contact_section {
    background-image: linear-gradient(to right, #fc6f03, #fc6f03), linear-gradient(to left, #00536f, #00536f);
    background-size: 50% 100%, 51% 100%;
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
  }
}
@media (max-width: 992px) {
  /* line 233, ../sass/screen.scss */
  body .events_and_contact_section .template_width {
    margin: 0% 3%;
  }
}
/* line 238, ../sass/screen.scss */
body .events_and_contact_section .events_secttion {
  background: #FC6F03;
  padding: 0px 0px !important;
}
@media (max-width: 992px) {
  /* line 238, ../sass/screen.scss */
  body .events_and_contact_section .events_secttion {
    padding: 50px 0px !important;
  }
}
/* line 245, ../sass/screen.scss */
body .events_and_contact_section .contact_section {
  background: #00536F;
  padding: 0px 0px 110px !important;
}
/* line 248, ../sass/screen.scss */
body .events_and_contact_section .contact_section h3 {
  margin-bottom: 2rem !important;
}
@media (max-width: 992px) {
  /* line 245, ../sass/screen.scss */
  body .events_and_contact_section .contact_section {
    padding: 50px 0px 70px !important;
  }
}
/* line 256, ../sass/screen.scss */
body .footer_section {
  clip-path: ellipse(77% 100% at 50% 100%);
  background: #fff;
  margin-top: -7%;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 256, ../sass/screen.scss */
  body .footer_section {
    margin-top: -12%;
    clip-path: ellipse(153% 100% at 50% 100%);
  }
}
@media (min-width: 991px) and (max-width: 1280px) {
  /* line 256, ../sass/screen.scss */
  body .footer_section {
    margin-top: -13%;
  }
}
@media (min-width: 1281px) and (max-width: 1650px) {
  /* line 256, ../sass/screen.scss */
  body .footer_section {
    margin-top: -9%;
  }
}
@media (min-width: 1651px) and (max-width: 1750px) {
  /* line 256, ../sass/screen.scss */
  body .footer_section {
    margin-top: -8%;
  }
}
@media (max-width: 599px) {
  /* line 256, ../sass/screen.scss */
  body .footer_section {
    clip-path: ellipse(177% 100% at 50% 100%);
    margin-top: -24%;
  }
}
@media (max-width: 375px) {
  /* line 256, ../sass/screen.scss */
  body .footer_section {
    clip-path: ellipse(195% 100% at 50% 100%);
    margin-top: -27%;
  }
}
/* line 283, ../sass/screen.scss */
body .footer_section .footer_logo img {
  width: 150px;
}
@media (max-width: 991px) {
  /* line 283, ../sass/screen.scss */
  body .footer_section .footer_logo img {
    margin-left: 19px;
  }
}
/* line 290, ../sass/screen.scss */
body .footer_section .button_style {
  border-color: #000;
}
/* line 293, ../sass/screen.scss */
body .footer_section .donate_btn {
  padding-left: 31px !important;
  padding-right: 31px !important;
}

/* line 300, ../sass/screen.scss */
.contact_page .heading_section {
  clip-path: ellipse(55% 100% at 50% 100%);
}
@media (min-width: 1920px) {
  /* line 300, ../sass/screen.scss */
  .contact_page .heading_section {
    margin-top: -7.5%;
  }
}
@media (min-width: 1751px) and (max-width: 1919px) {
  /* line 300, ../sass/screen.scss */
  .contact_page .heading_section {
    margin-top: -6.5%;
  }
}
@media (min-width: 1601px) and (max-width: 1750px) {
  /* line 300, ../sass/screen.scss */
  .contact_page .heading_section {
    margin-top: -7.2%;
  }
}
@media (min-width: 1500px) and (max-width: 1600px) {
  /* line 300, ../sass/screen.scss */
  .contact_page .heading_section {
    margin-top: -7.8%;
  }
}
@media (max-width: 991px) {
  /* line 300, ../sass/screen.scss */
  .contact_page .heading_section {
    clip-path: ellipse(80% 100% at 50% 100%);
    margin-top: -11%;
  }
}
@media (min-width: 992px) {
  /* line 319, ../sass/screen.scss */
  .contact_page .events_and_contact_section {
    background-image: linear-gradient(to right, #fcedd5, #fcedd5), linear-gradient(to left, #00536f, #00536f);
    background-size: 50% 100%, 51% 100%;
    /* Size for each gradient */
    background-position: 0 0, 100% 0;
    /* Position for each gradient */
    background-repeat: no-repeat;
    /* Prevent repetition */
  }
}
@media (max-width: 992px) {
  /* line 327, ../sass/screen.scss */
  .contact_page .events_and_contact_section .template_width {
    margin: 0% 3%;
  }
}
/* line 332, ../sass/screen.scss */
.contact_page .events_and_contact_section .contact_info {
  background: #fcedd5;
}
@media (max-width: 992px) {
  /* line 332, ../sass/screen.scss */
  .contact_page .events_and_contact_section .contact_info {
    padding: 50px 20px !important;
  }
}
/* line 338, ../sass/screen.scss */
.contact_page .events_and_contact_section .contact_section {
  background: #00536F;
  padding: 0px 0px 110px !important;
}
/* line 341, ../sass/screen.scss */
.contact_page .events_and_contact_section .contact_section h3 {
  margin-bottom: 2rem !important;
}
@media (max-width: 992px) {
  /* line 338, ../sass/screen.scss */
  .contact_page .events_and_contact_section .contact_section {
    padding: 50px 0px 70px !important;
  }
}

/* line 351, ../sass/screen.scss */
.board_directors_page .heading_section {
  clip-path: ellipse(55% 100% at 50% 100%);
}
@media (min-width: 1920px) {
  /* line 351, ../sass/screen.scss */
  .board_directors_page .heading_section {
    margin-top: -7.5%;
  }
}
@media (min-width: 1500px) and (max-width: 1600px) {
  /* line 351, ../sass/screen.scss */
  .board_directors_page .heading_section {
    margin-top: -7.8%;
  }
}
@media (min-width: 1751px) and (max-width: 1919px) {
  /* line 351, ../sass/screen.scss */
  .board_directors_page .heading_section {
    margin-top: -6.5%;
  }
}
@media (min-width: 1601px) and (max-width: 1750px) {
  /* line 351, ../sass/screen.scss */
  .board_directors_page .heading_section {
    margin-top: -7.1%;
  }
}
@media (max-width: 991px) {
  /* line 351, ../sass/screen.scss */
  .board_directors_page .heading_section {
    clip-path: ellipse(80% 100% at 50% 100%);
    margin-top: -11%;
  }
}

/* line 372, ../sass/screen.scss */
.our_partners_page .heading_section {
  clip-path: ellipse(55% 100% at 50% 100%);
}
@media (min-width: 1920px) {
  /* line 372, ../sass/screen.scss */
  .our_partners_page .heading_section {
    margin-top: -7.5%;
  }
}
@media (min-width: 1500px) and (max-width: 1600px) {
  /* line 372, ../sass/screen.scss */
  .our_partners_page .heading_section {
    margin-top: -7.8%;
  }
}
@media (min-width: 1751px) and (max-width: 1919px) {
  /* line 372, ../sass/screen.scss */
  .our_partners_page .heading_section {
    margin-top: -6.5%;
  }
}
@media (min-width: 1601px) and (max-width: 1750px) {
  /* line 372, ../sass/screen.scss */
  .our_partners_page .heading_section {
    margin-top: -7.1%;
  }
}
@media (max-width: 991px) {
  /* line 372, ../sass/screen.scss */
  .our_partners_page .heading_section {
    clip-path: ellipse(70% 100% at 50% 100%);
    margin-top: -11%;
  }
}

/* line 393, ../sass/screen.scss */
.drug_force_page .heading_section {
  clip-path: ellipse(55% 100% at 50% 100%);
}
@media (min-width: 1920px) {
  /* line 393, ../sass/screen.scss */
  .drug_force_page .heading_section {
    margin-top: -7.5%;
  }
}
@media (min-width: 1500px) and (max-width: 1600px) {
  /* line 393, ../sass/screen.scss */
  .drug_force_page .heading_section {
    margin-top: -7.8%;
  }
}
@media (min-width: 1751px) and (max-width: 1919px) {
  /* line 393, ../sass/screen.scss */
  .drug_force_page .heading_section {
    margin-top: -6.5%;
  }
}
@media (min-width: 1601px) and (max-width: 1750px) {
  /* line 393, ../sass/screen.scss */
  .drug_force_page .heading_section {
    margin-top: -7.1%;
  }
}
@media (max-width: 991px) {
  /* line 393, ../sass/screen.scss */
  .drug_force_page .heading_section {
    clip-path: ellipse(74% 100% at 50% 100%) !important;
    margin-top: -11%;
  }
}

/* line 414, ../sass/screen.scss */
.events_page .heading_section {
  clip-path: ellipse(55% 100% at 50% 100%);
}
@media (min-width: 1920px) {
  /* line 414, ../sass/screen.scss */
  .events_page .heading_section {
    margin-top: -7.5%;
  }
}
@media (min-width: 1500px) and (max-width: 1600px) {
  /* line 414, ../sass/screen.scss */
  .events_page .heading_section {
    margin-top: -7.8%;
  }
}
@media (min-width: 1751px) and (max-width: 1919px) {
  /* line 414, ../sass/screen.scss */
  .events_page .heading_section {
    margin-top: -6.5%;
  }
}
@media (min-width: 1601px) and (max-width: 1750px) {
  /* line 414, ../sass/screen.scss */
  .events_page .heading_section {
    margin-top: -7.1%;
  }
}
@media (max-width: 991px) {
  /* line 414, ../sass/screen.scss */
  .events_page .heading_section {
    clip-path: ellipse(74% 100% at 50% 100%) !important;
    margin-top: -11%;
  }
}

/* line 438, ../sass/screen.scss */
.caregivers_page .heading_section,
.events_page .heading_section,
.get_involved_page .heading_section,
.news_page .heading_section {
  clip-path: ellipse(55% 100% at 50% 100%);
}
@media (min-width: 1920px) {
  /* line 438, ../sass/screen.scss */
  .caregivers_page .heading_section,
  .events_page .heading_section,
  .get_involved_page .heading_section,
  .news_page .heading_section {
    margin-top: -7.5%;
  }
}
@media (min-width: 1500px) and (max-width: 1600px) {
  /* line 438, ../sass/screen.scss */
  .caregivers_page .heading_section,
  .events_page .heading_section,
  .get_involved_page .heading_section,
  .news_page .heading_section {
    margin-top: -7.8%;
  }
}
@media (min-width: 1751px) and (max-width: 1919px) {
  /* line 438, ../sass/screen.scss */
  .caregivers_page .heading_section,
  .events_page .heading_section,
  .get_involved_page .heading_section,
  .news_page .heading_section {
    margin-top: -6.5%;
  }
}
@media (min-width: 1601px) and (max-width: 1750px) {
  /* line 438, ../sass/screen.scss */
  .caregivers_page .heading_section,
  .events_page .heading_section,
  .get_involved_page .heading_section,
  .news_page .heading_section {
    margin-top: -7.1%;
  }
}
@media (max-width: 991px) {
  /* line 438, ../sass/screen.scss */
  .caregivers_page .heading_section,
  .events_page .heading_section,
  .get_involved_page .heading_section,
  .news_page .heading_section {
    clip-path: ellipse(80% 100% at 50% 100%) !important;
    margin-top: -11%;
  }
}
@media (min-width: 1650px) {
  /* line 458, ../sass/screen.scss */
  .caregivers_page .signature_section .pt_10rem,
  .events_page .signature_section .pt_10rem,
  .get_involved_page .signature_section .pt_10rem,
  .news_page .signature_section .pt_10rem {
    padding-top: 7rem !important;
  }
}
@media (min-width: 992px) and (max-width: 1439px) {
  /* line 463, ../sass/screen.scss */
  .caregivers_page .signature_section .pt_4rem,
  .events_page .signature_section .pt_4rem,
  .get_involved_page .signature_section .pt_4rem,
  .news_page .signature_section .pt_4rem {
    padding-top: 2rem !important;
    padding-bottom: 10rem !important;
  }
}
@media (min-width: 1440px) and (max-width: 1649px) {
  /* line 463, ../sass/screen.scss */
  .caregivers_page .signature_section .pt_4rem,
  .events_page .signature_section .pt_4rem,
  .get_involved_page .signature_section .pt_4rem,
  .news_page .signature_section .pt_4rem {
    padding-top: 2rem !important;
    padding-bottom: 9rem !important;
  }
}
@media (min-width: 991px) {
  /* line 457, ../sass/screen.scss */
  .caregivers_page .signature_section,
  .events_page .signature_section,
  .get_involved_page .signature_section,
  .news_page .signature_section {
    margin-bottom: -9%;
  }
}
/* line 476, ../sass/screen.scss */
.caregivers_page .signature_section .left_content_template,
.events_page .signature_section .left_content_template,
.get_involved_page .signature_section .left_content_template,
.news_page .signature_section .left_content_template {
  margin-left: 1%;
  margin-right: 1%;
}
@media (min-width: 991px) {
  /* line 476, ../sass/screen.scss */
  .caregivers_page .signature_section .left_content_template,
  .events_page .signature_section .left_content_template,
  .get_involved_page .signature_section .left_content_template,
  .news_page .signature_section .left_content_template {
    margin-left: 11%;
    margin-right: 11%;
  }
}
/* line 484, ../sass/screen.scss */
.caregivers_page .signature_section h2,
.events_page .signature_section h2,
.get_involved_page .signature_section h2,
.news_page .signature_section h2 {
  color: #00536f;
}
/* line 487, ../sass/screen.scss */
.caregivers_page .signature_section .border_black,
.events_page .signature_section .border_black,
.get_involved_page .signature_section .border_black,
.news_page .signature_section .border_black {
  border-color: #000 !important;
}

/* line 493, ../sass/screen.scss */
.mental_health_page .heading_section {
  clip-path: ellipse(55% 100% at 50% 100%);
}
@media (min-width: 1920px) {
  /* line 493, ../sass/screen.scss */
  .mental_health_page .heading_section {
    margin-top: -7.5%;
  }
}
@media (min-width: 1500px) and (max-width: 1600px) {
  /* line 493, ../sass/screen.scss */
  .mental_health_page .heading_section {
    margin-top: -7.8%;
  }
}
@media (min-width: 1751px) and (max-width: 1919px) {
  /* line 493, ../sass/screen.scss */
  .mental_health_page .heading_section {
    margin-top: -6.5%;
  }
}
@media (min-width: 1601px) and (max-width: 1750px) {
  /* line 493, ../sass/screen.scss */
  .mental_health_page .heading_section {
    margin-top: -7.1%;
  }
}
@media (max-width: 767px) {
  /* line 493, ../sass/screen.scss */
  .mental_health_page .heading_section {
    clip-path: ellipse(80% 100% at 50% 100%);
    margin-top: -11%;
  }
}
@media (min-width: 1650px) {
  /* line 513, ../sass/screen.scss */
  .mental_health_page .signature_section .pt_10rem {
    padding-top: 10rem !important;
  }
}
@media (min-width: 1440px) and (max-width: 1649px) {
  /* line 518, ../sass/screen.scss */
  .mental_health_page .signature_section .pt_4rem {
    padding-top: 4rem !important;
  }
}
@media (min-width: 991px) {
  /* line 512, ../sass/screen.scss */
  .mental_health_page .signature_section {
    margin-bottom: -9%;
  }
}
/* line 526, ../sass/screen.scss */
.mental_health_page .signature_section .left_content_template {
  margin-left: 1%;
  margin-right: 1%;
}
@media (min-width: 991px) {
  /* line 526, ../sass/screen.scss */
  .mental_health_page .signature_section .left_content_template {
    margin-left: 11%;
    margin-right: 11%;
  }
}
/* line 534, ../sass/screen.scss */
.mental_health_page .signature_section h2 {
  color: #00536f;
}

/* line 540, ../sass/screen.scss */
.resources_page .heading_section {
  clip-path: ellipse(55% 100% at 50% 100%);
}
@media (min-width: 1920px) {
  /* line 540, ../sass/screen.scss */
  .resources_page .heading_section {
    margin-top: -7.5%;
  }
}
@media (min-width: 1500px) and (max-width: 1600px) {
  /* line 540, ../sass/screen.scss */
  .resources_page .heading_section {
    margin-top: -7.8%;
  }
}
@media (min-width: 1751px) and (max-width: 1919px) {
  /* line 540, ../sass/screen.scss */
  .resources_page .heading_section {
    margin-top: -6.5%;
  }
}
@media (min-width: 1601px) and (max-width: 1750px) {
  /* line 540, ../sass/screen.scss */
  .resources_page .heading_section {
    margin-top: -7.1%;
  }
}
@media (max-width: 767px) {
  /* line 540, ../sass/screen.scss */
  .resources_page .heading_section {
    clip-path: ellipse(80% 100% at 50% 100%);
    margin-top: -11%;
  }
}
@media (min-width: 1650px) {
  /* line 560, ../sass/screen.scss */
  .resources_page .signature_section .pt_10rem {
    padding-top: 8rem !important;
    padding-bottom: 4rem !important;
  }
}
@media (min-width: 1440px) and (max-width: 1649px) {
  /* line 566, ../sass/screen.scss */
  .resources_page .signature_section .pt_4rem {
    padding-top: 6rem !important;
  }
}
@media (min-width: 991px) {
  /* line 559, ../sass/screen.scss */
  .resources_page .signature_section {
    margin-bottom: -9%;
  }
}
/* line 574, ../sass/screen.scss */
.resources_page .signature_section .left_content_template {
  margin-left: 1%;
  margin-right: 1%;
}
@media (min-width: 991px) {
  /* line 574, ../sass/screen.scss */
  .resources_page .signature_section .left_content_template {
    margin-left: 11%;
    margin-right: 11%;
  }
}
/* line 582, ../sass/screen.scss */
.resources_page .signature_section h2 {
  color: #00536f;
}

@media (min-width: 1650px) {
  /* line 589, ../sass/screen.scss */
  .mcla_page .signature_section .pt_10rem {
    padding-top: 8rem !important;
  }
}
@media (min-width: 1440px) and (max-width: 1649px) {
  /* line 594, ../sass/screen.scss */
  .mcla_page .signature_section .pt_4rem {
    padding-top: 4rem !important;
  }
}
@media (min-width: 991px) {
  /* line 588, ../sass/screen.scss */
  .mcla_page .signature_section {
    margin-bottom: -9%;
  }
}
/* line 602, ../sass/screen.scss */
.mcla_page .signature_section h2 {
  color: #00536f;
}

/* line 608, ../sass/screen.scss */
.owl-carousel .owl-item img {
  width: 120px;
  margin: 0 auto;
}

/* line 613, ../sass/screen.scss */
.owl-nav {
  display: block !important;
  display: flex !important;
  justify-content: space-between;
  margin-top: -6% !important;
  position: relative;
  z-index: 9999;
}
@media (min-width: 1200px) and (max-width: 1499px) {
  /* line 613, ../sass/screen.scss */
  .owl-nav {
    margin-top: -8% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 613, ../sass/screen.scss */
  .owl-nav {
    margin-top: -10% !important;
  }
}
@media (max-width: 767px) {
  /* line 613, ../sass/screen.scss */
  .owl-nav {
    margin-top: -25% !important;
  }
}
/* line 630, ../sass/screen.scss */
.owl-nav button {
  font-size: 52px !important;
}
/* line 632, ../sass/screen.scss */
.owl-nav button:hover {
  background: none !important;
  color: #000 !important;
}

/* line 638, ../sass/screen.scss */
.owl-dots {
  display: none !important;
}

@media (min-width: 767px) {
  /* line 642, ../sass/screen.scss */
  #volunteerModal .modal-dialog {
    max-width: 600px !important;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  /* line 648, ../sass/screen.scss */
  .mb_space {
    margin-bottom: 20%;
  }
}
@media (min-width: 1201px) and (max-width: 1360px) {
  /* line 648, ../sass/screen.scss */
  .mb_space {
    margin-bottom: 18%;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  /* line 656, ../sass/screen.scss */
  .mb_space_drug {
    margin-bottom: 20%;
  }
}
@media (min-width: 1201px) and (max-width: 1360px) {
  /* line 656, ../sass/screen.scss */
  .mb_space_drug {
    margin-bottom: 18%;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  /* line 664, ../sass/screen.scss */
  .mb_space_mcla {
    margin-top: 5%;
    margin-bottom: 25%;
  }
}
@media (min-width: 1201px) and (max-width: 1360px) {
  /* line 664, ../sass/screen.scss */
  .mb_space_mcla {
    margin-top: 5%;
    margin-bottom: 25%;
  }
}
@media (min-width: 1361px) and (max-width: 1439px) {
  /* line 664, ../sass/screen.scss */
  .mb_space_mcla {
    margin-top: 5%;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  /* line 678, ../sass/screen.scss */
  .mb_space_resource {
    margin-bottom: 15%;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  /* line 683, ../sass/screen.scss */
  .mb_space_involved {
    margin-bottom: 5%;
  }
}
@media (min-width: 1201px) and (max-width: 1360px) {
  /* line 683, ../sass/screen.scss */
  .mb_space_involved {
    margin-bottom: 6%;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  /* line 691, ../sass/screen.scss */
  .mb_space_news {
    margin-bottom: 5%;
  }
}
@media (min-width: 1201px) and (max-width: 1360px) {
  /* line 691, ../sass/screen.scss */
  .mb_space_news {
    margin-bottom: 5%;
  }
}
