/*
Theme Name: Javelina
Version: 1.0
Description: Javelina Theme.
Author: Oneeach Technologies
*/
@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Palanquin:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
/* line 39, ../sass/base/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.5;
}

/* line 45, ../sass/base/_typography.scss */
h1 {
  font-size: 55px;
  color: #0044b5;
  font-family: "Antonio", sans-serif;
}

/* line 51, ../sass/base/_typography.scss */
h2 {
  font-size: 40px;
  color: #fd372c;
  font-family: "Antonio", sans-serif;
}

/* line 56, ../sass/base/_typography.scss */
h3 {
  font-size: 34px;
  color: #ffba00;
  font-family: "Antonio", sans-serif;
}

/* line 61, ../sass/base/_typography.scss */
h4 {
  font-size: 28px;
  color: #21296B;
  font-family: "Antonio", sans-serif;
}

/* line 66, ../sass/base/_typography.scss */
h5 {
  font-size: 22px;
  color: #d12626;
  font-family: "Antonio", sans-serif;
}

/* line 71, ../sass/base/_typography.scss */
h6 {
  font-size: 20px;
  color: #f47925;
  font-family: "Antonio", sans-serif;
}

/* line 76, ../sass/base/_typography.scss */
.pt-cv-wrapper .h1,
.pt-cv-wrapper .h2,
.pt-cv-wrapper .h3,
.pt-cv-wrapper .h4,
.pt-cv-wrapper .h5,
.pt-cv-wrapper .h6,
.pt-cv-wrapper h1,
.pt-cv-wrapper h2,
.pt-cv-wrapper h3,
.pt-cv-wrapper h4,
.pt-cv-wrapper h5,
.pt-cv-wrapper h6 {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

/* line 93, ../sass/base/_typography.scss */
a {
  color: #d12626;
  text-decoration: none;
}
/* line 96, ../sass/base/_typography.scss */
a:hover {
  color: #fd372c;
}

/* line 101, ../sass/base/_typography.scss */
#main li a,
p a {
  color: #d12626;
}
/* line 104, ../sass/base/_typography.scss */
#main li a:hover,
p a:hover {
  color: #fd372c;
}

/* line 109, ../sass/base/_typography.scss */
body {
  font-size: 18px;
  color: #221e1f !important;
  background: transparent !important;
  font-family: "Palanquin", sans-serif;
}

/* line 115, ../sass/base/_typography.scss */
#main .node__content,
#main {
  font-size: 18px;
}

/* line 119, ../sass/base/_typography.scss */
.path-frontpage {
  font-size: 17px;
}

/* line 123, ../sass/base/_typography.scss */
.wp-block-preformatted {
  font-size: 18px;
  color: #221e1f !important;
  font-family: "Palanquin", sans-serif;
}

/* line 1, ../sass/base/_buttons.scss */
.primary-button, .our-focus .pt-cv-page .pt-cv-overlay-wrapper .pt-cv-content .wp-block-button a {
  font-size: 16px;
  border: 1px solid #ffffff;
  padding: 10px 30px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Antonio", sans-serif;
  display: inline-block;
  border-radius: 25px;
}
/* line 11, ../sass/base/_buttons.scss */
.primary-button:hover, .our-focus .pt-cv-page .pt-cv-overlay-wrapper .pt-cv-content .wp-block-button a:hover {
  background: #3E8D72;
  border: 1px solid #3E8D72;
  color: #ffffff;
}

/* line 17, ../sass/base/_buttons.scss */
.secondary-button, .form-submit, #header #dv a, #banner .donate,
#banner .vol, .banner.container-fluid .inner-banner .wp-block-button a:first-child, .banner.container-fluid .inner-banner .wp-block-button a:nth-child(2), .promo .pt-cv-colwrap .pt-cv-rmwrap a, #main-wrapper #pt-cv-view-8d5f7787yo .pt-cv-colwrap .pt-cv-rmwrap a {
  font-size: 20px;
  border: 1px solid #21296B;
  padding: 7px 35px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  background: #21296B;
  font-family: "Antonio", sans-serif;
  display: inline-block;
  border-radius: 25px;
}
/* line 28, ../sass/base/_buttons.scss */
.secondary-button:hover, .form-submit:hover, #header #dv a:hover, #banner .donate:hover,
#banner .vol:hover, .banner.container-fluid .inner-banner .wp-block-button a:hover:first-child, .banner.container-fluid .inner-banner .wp-block-button a:hover:nth-child(2), .promo .pt-cv-colwrap .pt-cv-rmwrap a:hover, #main-wrapper #pt-cv-view-8d5f7787yo .pt-cv-colwrap .pt-cv-rmwrap a:hover {
  border: 1px solid #f47925;
  background: #f47925;
}

/* line 33, ../sass/base/_buttons.scss */
.white-button {
  font-size: 20px;
  border: 1px solid #0044b5;
  padding: 7px 35px;
  text-decoration: none;
  color: #0044b5;
  background: #ffffff;
  font-family: "Antonio", sans-serif;
  display: inline-block;
  border-radius: 6px;
}
/* line 44, ../sass/base/_buttons.scss */
.white-button:hover {
  border: 1px solid #ffba00;
  background: #ffba00;
}

/* line 49, ../sass/base/_buttons.scss */
.form-submit {
  background: #0044b5 !important;
  border: 1px solid #0044b5 !important;
  margin-top: 10px;
  width: auto;
}
/* line 55, ../sass/base/_buttons.scss */
.form-submit:hover {
  background-color: #21296B !important;
  border: 1px solid #21296B !important;
  color: #ffffff !important;
}

/* line 1, ../sass/base/_colors.scss */
.inner-banner.Dark.Blue {
  background: #21296B !important;
}

/* line 4, ../sass/base/_colors.scss */
.inner-banner.Blue {
  background: #0044b5 !important;
}

/* line 7, ../sass/base/_colors.scss */
.inner-banner.Light.Blue {
  background: #5082f0 !important;
}

/* line 10, ../sass/base/_colors.scss */
.inner-banner.Dark.Red {
  background: #d12626 !important;
}

/* line 13, ../sass/base/_colors.scss */
.inner-banner.Red {
  background: #fd372c !important;
}

/* line 16, ../sass/base/_colors.scss */
.inner-banner.Light.Red {
  background: #ff806c !important;
}

/* line 19, ../sass/base/_colors.scss */
.inner-banner.Orange {
  background: #f47925 !important;
}

/* line 22, ../sass/base/_colors.scss */
.inner-banner.Yellow {
  background: #fad42f !important;
}

/* line 25, ../sass/base/_colors.scss */
.inner-banner.Light.Yellow {
  background: #fad42f !important;
}

/* line 28, ../sass/base/_colors.scss */
.inner-banner.Dark.Green {
  background: #156b4c !important;
}

/* line 31, ../sass/base/_colors.scss */
.inner-banner.Green {
  background: #156b4c !important;
}

/* line 34, ../sass/base/_colors.scss */
.inner-banner.Light.Green {
  background: #82d8a4 !important;
}

/* line 37, ../sass/base/_colors.scss */
.inner-banner.Black {
  background: #221e1f !important;
}

/* line 40, ../sass/base/_colors.scss */
.inner-banner.White {
  background: #ffffff !important;
}

/* line 44, ../sass/base/_colors.scss */
._inner-banner::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: -100%;
  top: 0px;
}

/* line 52, ../sass/base/_colors.scss */
._banner-inner-content.Dark.Blue::before {
  background: #21296B !important;
}

/* line 55, ../sass/base/_colors.scss */
._banner-inner-content.Blue::before {
  background: #0044b5 !important;
}

/* line 58, ../sass/base/_colors.scss */
._banner-inner-content.Light.Blue::before {
  background: #5082f0 !important;
}

/* line 61, ../sass/base/_colors.scss */
._banner-inner-content.Red::before {
  background: #fd372c !important;
}

/* line 64, ../sass/base/_colors.scss */
._banner-inner-content.Orange::before {
  background: #f47925 !important;
}

/* line 67, ../sass/base/_colors.scss */
._banner-inner-content.Yellow::before {
  background: #fad42f !important;
}

/* line 70, ../sass/base/_colors.scss */
._banner-inner-content.Light.Yellow::before {
  background: #fad42f !important;
}

/* line 73, ../sass/base/_colors.scss */
._banner-inner-content.Green::before {
  background: #156b4c !important;
}

/* line 77, ../sass/base/_colors.scss */
.front-page-rotor-banner .link-buttons-inner.Dark.Blue a:first-child {
  color: #21296B !important;
}

/* line 80, ../sass/base/_colors.scss */
.front-page-rotor-banner .link-buttons-inner.Blue {
  color: #0044b5 !important;
}

/* line 83, ../sass/base/_colors.scss */
.front-page-rotor-banner .link-buttons-inner.Light.Blue a:first-child {
  color: #5082f0 !important;
}

/* line 86, ../sass/base/_colors.scss */
.front-page-rotor-banner .link-buttons-inner.Red a:first-child {
  color: #fd372c !important;
}

/* line 89, ../sass/base/_colors.scss */
.front-page-rotor-banner .link-buttons-inner.Orange a:first-child {
  color: #f47925 !important;
}

/* line 92, ../sass/base/_colors.scss */
.front-page-rotor-banner .link-buttons-inner.Yellow a:first-child {
  color: #ffba00 !important;
}

/* line 95, ../sass/base/_colors.scss */
.front-page-rotor-banner .link-buttons-inner.Light.Yellow a:first-child {
  color: #fad42f !important;
}

/* line 98, ../sass/base/_colors.scss */
.front-page-rotor-banner .link-buttons-inner.Green a:first-child {
  color: #156b4c !important;
}

/* line 102, ../sass/base/_colors.scss */
.link-buttons.Dark.Blue .link-buttons-inner a:first-child {
  background: #283570 !important;
  border: 1px solid #283570 !important;
}

/* line 106, ../sass/base/_colors.scss */
.link-buttons.Blue .link-buttons-inner a:first-child {
  background: #0044b5 !important;
  border: 1px solid #0044b5 !important;
}

/* line 112, ../sass/base/_colors.scss */
.link-buttons.Light.Blue .link-buttons-inner a:first-child {
  background: #6792EA !important;
  border: 1px solid #6792EA !important;
}

/* line 116, ../sass/base/_colors.scss */
.link-buttons.Red .link-buttons-inner a:first-child {
  background: #fd372c !important;
  border: 1px solid #fd372c !important;
}

/* line 120, ../sass/base/_colors.scss */
.link-buttons.Orange .link-buttons-inner a:first-child {
  background: #f47925 !important;
  border: 1px solid #f47925 !important;
}

/* line 124, ../sass/base/_colors.scss */
.link-buttons.Yellow .link-buttons-inner a:first-child {
  background: #ffba00 !important;
  border: 1px solid #ffba00 !important;
}

/* line 128, ../sass/base/_colors.scss */
.link-buttons.Light.Yellow .link-buttons-inner a:first-child {
  background: #fad42f !important;
  border: 1px solid #fad42f !important;
}

/* line 132, ../sass/base/_colors.scss */
.link-buttons.Green .link-buttons-inner a:first-child {
  background: #156b4c !important;
  border: 1px solid #156b4c !important;
}

/* line 138, ../sass/base/_colors.scss */
.link-buttons-inner.Dark.Blue a:nth-child(2) {
  background: #21296B !important;
  border: 1px solid #21296B !important;
}

/* line 142, ../sass/base/_colors.scss */
.link-buttons-inner.Blue a:nth-child(2) {
  background: #0044b5 !important;
  border: 1px solid #0044b5 !important;
}

/* line 146, ../sass/base/_colors.scss */
.link-buttons-inner.Light.Blue a:nth-child(2) {
  background: #5082f0 !important;
  border: 1px solid #5082f0 !important;
}

/* line 150, ../sass/base/_colors.scss */
.link-buttons-inner.Red a:nth-child(2) {
  background: #fd372c !important;
  border: 1px solid #fd372c !important;
}

/* line 154, ../sass/base/_colors.scss */
.link-buttons-inner.Orange a:nth-child(2) {
  background: #f47925 !important;
  border: 1px solid #f47925 !important;
}

/* line 158, ../sass/base/_colors.scss */
.link-buttons-inner.Yellow a:nth-child(2) {
  background: #ffba00 !important;
  border: 1px solid #ffba00 !important;
}

/* line 162, ../sass/base/_colors.scss */
.link-buttons-inner.Light.Yellow a:nth-child(2) {
  background: #fad42f !important;
  border: 1px solid #fad42f !important;
}

/* line 166, ../sass/base/_colors.scss */
.link-buttons-inner.Green a:nth-child(2) {
  background: #156b4c !important;
  border: 1px solid #156b4c !important;
}

/* line 171, ../sass/base/_colors.scss */
.third-link-buttons.Dark.Blue .link-buttons-inner a:nth-child(3) {
  background: #21296B !important;
  border: 1px solid #21296B !important;
}

/* line 175, ../sass/base/_colors.scss */
.third-link-buttons.Blue .link-buttons-inner a:nth-child(3) {
  background: #0044b5 !important;
  border: 1px solid #0044b5 !important;
}

/* line 179, ../sass/base/_colors.scss */
.third-link-buttons.Light.Blue .link-buttons-inner a:nth-child(3) {
  background: #5082f0 !important;
  border: 1px solid #5082f0 !important;
}

/* line 183, ../sass/base/_colors.scss */
.third-link-buttons.Red .link-buttons-inner a:nth-child(3) {
  background: #fd372c !important;
  border: 1px solid #fd372c !important;
}

/* line 187, ../sass/base/_colors.scss */
.third-link-buttons.Orange .link-buttons-inner a:nth-child(3) {
  background: #f47925 !important;
  border: 1px solid #f47925 !important;
}

/* line 191, ../sass/base/_colors.scss */
.third-link-buttons.Yellow .link-buttons-inner a:nth-child(3) {
  background: #ffba00 !important;
  border: 1px solid #ffba00 !important;
}

/* line 195, ../sass/base/_colors.scss */
.third-link-buttons.Light.Yellow .link-buttons-inner a:nth-child(3) {
  background: #fad42f !important;
  border: 1px solid #fad42f !important;
}

/* line 199, ../sass/base/_colors.scss */
.third-link-buttons.Green .link-buttons-inner a:nth-child(3) {
  background: #156b4c !important;
  border: 1px solid #156b4c !important;
}

/* line 205, ../sass/base/_colors.scss */
.t-outer-content.BlueCircles::after {
  content: '';
  background: url("../images/bluecircles.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1325px;
  position: absolute;
  width: 1435px;
  height: 100%;
  right: -490px;
  top: 0;
}
@media (min-width: 0px) and (max-width: 991px) {
  /* line 205, ../sass/base/_colors.scss */
  .t-outer-content.BlueCircles::after {
    display: none;
  }
}

/* line 222, ../sass/base/_colors.scss */
.t-outer-content.RedArches::after {
  content: '';
  background: url("../images/red-clean.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1745px;
  position: absolute;
  width: 1745px;
  height: 100%;
  right: -140px;
  top: 0;
}
@media (min-width: 0px) and (max-width: 991px) {
  /* line 222, ../sass/base/_colors.scss */
  .t-outer-content.RedArches::after {
    display: none;
  }
}

/* line 238, ../sass/base/_colors.scss */
.t-outer-content.YellowCircles::after {
  content: '';
  background: url("../images/yellow-updated.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1745px;
  position: absolute;
  width: 1745px;
  height: 100%;
  right: -360px;
  top: 0;
}

/* line 252, ../sass/base/_colors.scss */
.t-outer-content.BlueChevrons::after {
  content: '';
  background: url("../images/bluechevrons.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1310px;
  position: absolute;
  width: 1210px;
  height: 100%;
  right: -340px;
  top: 0;
}
@media (min-width: 0px) and (max-width: 991px) {
  /* line 252, ../sass/base/_colors.scss */
  .t-outer-content.BlueChevrons::after {
    display: none;
  }
}

/* line 268, ../sass/base/_colors.scss */
.t-outer-content.OrangeTriangles::after {
  content: '';
  background: url("../images/orange.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1745px;
  position: absolute;
  width: 1745px;
  height: 100%;
  right: -340px;
  top: 0;
}
@media (min-width: 0px) and (max-width: 991px) {
  /* line 268, ../sass/base/_colors.scss */
  .t-outer-content.OrangeTriangles::after {
    display: none;
  }
}

/* line 284, ../sass/base/_colors.scss */
._t-outer-content.Dark.Blue::before {
  background: #21296B !important;
}

/* line 287, ../sass/base/_colors.scss */
._t-outer-content.Blue::before {
  background: #0044b5 !important;
}

/* line 290, ../sass/base/_colors.scss */
._t-outer-content.Light.Blue::before {
  background: #5082f0 !important;
}

/* line 293, ../sass/base/_colors.scss */
._t-outer-content.Red::before {
  background: #fd372c !important;
}

/* line 296, ../sass/base/_colors.scss */
._t-outer-content.Orange::before {
  background: #f47925 !important;
}

/* line 299, ../sass/base/_colors.scss */
._t-outer-content.Yellow::before {
  background: #fad42f !important;
}

/* line 302, ../sass/base/_colors.scss */
._t-outer-content.Light.Yellow::before {
  background: #fad42f !important;
}

/* line 305, ../sass/base/_colors.scss */
._t-outer-content.Green::before {
  background: #156b4c !important;
}

/* line 309, ../sass/base/_colors.scss */
.t-outer-content.Dark.Blue {
  background: #21296B !important;
}

/* line 312, ../sass/base/_colors.scss */
.t-outer-content.Blue {
  background: #0044b5 !important;
}

/* line 315, ../sass/base/_colors.scss */
.t-outer-content.Light.Blue {
  background: #5082f0 !important;
}

/* line 318, ../sass/base/_colors.scss */
.t-outer-content.Dark.Red {
  background: #d12626 !important;
}

/* line 321, ../sass/base/_colors.scss */
.t-outer-content.Red {
  background: #fd372c !important;
}

/* line 324, ../sass/base/_colors.scss */
.t-outer-content.Light.Red {
  background: #ff806c !important;
}

/* line 327, ../sass/base/_colors.scss */
.t-outer-content.Orange {
  background: #f47925 !important;
}

/* line 330, ../sass/base/_colors.scss */
.t-outer-content.Yellow {
  background: #fad42f !important;
}
/* line 332, ../sass/base/_colors.scss */
.t-outer-content.Yellow h1,
.t-outer-content.Yellow .block-system-breadcrumb-block .breadcrumb li a,
.t-outer-content.Yellow .block-system-breadcrumb-block .breadcrumb li {
  color: #21296B !important;
}

/* line 338, ../sass/base/_colors.scss */
.t-outer-content.Light.Yellow {
  background: #fad42f !important;
}
/* line 340, ../sass/base/_colors.scss */
.t-outer-content.Light.Yellow h1,
.t-outer-content.Light.Yellow .block-system-breadcrumb-block .breadcrumb li a,
.t-outer-content.Light.Yellow .block-system-breadcrumb-block .breadcrumb li {
  color: #21296B !important;
}

/* line 346, ../sass/base/_colors.scss */
.t-outer-content.Dark.Green {
  background: #156b4c !important;
}

/* line 349, ../sass/base/_colors.scss */
.t-outer-content.Green {
  background: #156b4c !important;
}

/* line 352, ../sass/base/_colors.scss */
.t-outer-content.Light.Green {
  background: #82d8a4 !important;
}

/* line 355, ../sass/base/_colors.scss */
.t-outer-content.Black {
  background: #221e1f !important;
}

/* line 358, ../sass/base/_colors.scss */
.t-outer-content.White {
  background: #ffffff !important;
}

/* line 1, ../sass/menu/_menu.scss */
#menubar {
  float: right;
  margin-top: 45px;
}
/* line 5, ../sass/menu/_menu.scss */
#menubar .menu .menu-item {
  display: inline-block;
  margin-right: 15px;
  position: initial;
}
/* line 9, ../sass/menu/_menu.scss */
#menubar .menu .menu-item > a {
  color: #0044b5;
  text-decoration: none;
  padding: 10px 10px 45px;
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}
/* line 17, ../sass/menu/_menu.scss */
#menubar .menu .menu-item > a:hover {
  color: #f47925;
  border-bottom: 2px solid #fd372c;
}
/* line 23, ../sass/menu/_menu.scss */
#menubar .menu .menu-item .sub-menu {
  display: none;
  position: absolute;
  top: 109px;
  background: #ffffff;
  border-radius: 10px;
  margin: 0px;
  padding: 0px;
  border: 0px solid;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  padding: 10px 0px 10px 15px;
  z-index: 9;
}
/* line 38, ../sass/menu/_menu.scss */
#menubar .menu .menu-item .sub-menu li a {
  color: #fd372c;
  text-decoration: none;
  font-size: 16px;
  font-family: "Antonio", sans-serif;
  padding: 10px 15px;
  display: block;
  font-weight: bold;
  width: 220px;
  border-left: 5px solid #fff;
  position: relative;
  border-radius: 0px;
  text-transform: none;
}
/* line 52, ../sass/menu/_menu.scss */
#menubar .menu .menu-item .sub-menu li a:hover {
  color: #ffba00;
  border-bottom: 0px solid #fd372c !important;
}
/* line 60, ../sass/menu/_menu.scss */
#menubar .menu .menu-item .sub-menu .sub-menu {
  display: block !important;
  position: relative;
  top: 0px !important;
  box-shadow: none;
  padding: 0px;
}
/* line 66, ../sass/menu/_menu.scss */
#menubar .menu .menu-item .sub-menu .sub-menu li {
  display: block;
}
/* line 68, ../sass/menu/_menu.scss */
#menubar .menu .menu-item .sub-menu .sub-menu li a {
  color: #21296B;
  font-weight: normal;
  font-family: "Palanquin", sans-serif;
  padding: 0px 15px;
}
/* line 73, ../sass/menu/_menu.scss */
#menubar .menu .menu-item .sub-menu .sub-menu li a:hover {
  color: #ffba00;
}
/* line 82, ../sass/menu/_menu.scss */
#menubar .menu .menu-item-has-children.open ul {
  display: block !important;
}

/* line 1, ../sass/menu/_mobile_menu.scss */
#menuwarp {
  background: #21296B;
  overflow: hidden;
  max-width: 0px;
  transition: max-width 1.15s ease-out;
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 99;
  width: 350px;
  bottom: 0;
}
/* line 13, ../sass/menu/_mobile_menu.scss */
#menuwarp .row.region.region-mmenu {
  padding: 20px 30px;
}

/* line 17, ../sass/menu/_mobile_menu.scss */
#menuwarp.active {
  max-width: 100%;
  transition: max-width 1.25s ease-in;
}

/* line 22, ../sass/menu/_mobile_menu.scss */
.user-logged-in #menuwarp {
  top: 43px !important;
}

/* line 25, ../sass/menu/_mobile_menu.scss */
.mobile-menu-icon {
  float: right;
  width: 30px;
  padding: 0px;
  margin-right: 30px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 25, ../sass/menu/_mobile_menu.scss */
  .mobile-menu-icon {
    padding-top: 11px;
  }
}
@media screen and (min-width: 992px) {
  /* line 25, ../sass/menu/_mobile_menu.scss */
  .mobile-menu-icon {
    display: none;
  }
}
/* line 36, ../sass/menu/_mobile_menu.scss */
.mobile-menu-icon img {
  width: 50px;
  cursor: pointer;
}

/* line 42, ../sass/menu/_mobile_menu.scss */
.mobile-close {
  padding: 15px 15px 0px;
}
/* line 45, ../sass/menu/_mobile_menu.scss */
.mobile-close .fa,
.mobile-close svg {
  color: #ffffff;
  font-size: 30px;
  cursor: pointer;
}

/* line 55, ../sass/menu/_mobile_menu.scss */
.mobile-main-menu .menu .menu-item {
  position: relative;
  list-style: none;
}
/* line 58, ../sass/menu/_mobile_menu.scss */
.mobile-main-menu .menu .menu-item a {
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  padding: 5px 0px;
  display: block;
  font-family: "Antonio", sans-serif;
}
/* line 65, ../sass/menu/_mobile_menu.scss */
.mobile-main-menu .menu .menu-item a:hover {
  color: #ffba00;
  text-decoration: none;
}
/* line 70, ../sass/menu/_mobile_menu.scss */
.mobile-main-menu .menu .menu-item span {
  background: url(../images/chevron-down.png);
  background-repeat: no-repeat;
  background-size: 18px;
  color: transparent !important;
  font-size: 26px;
  position: absolute;
  right: 0px;
  top: 10px;
  height: 25px;
  width: 25px;
  z-index: 999;
  cursor: pointer;
}
/* line 84, ../sass/menu/_mobile_menu.scss */
.mobile-main-menu .menu .menu-item .nav.dropdown-menu.row-level-2 {
  background: transparent;
  padding: 0px;
  border: 0px solid;
}
/* line 91, ../sass/menu/_mobile_menu.scss */
.mobile-main-menu .menu .menu-item .sub-menu li {
  color: #ffffff;
}
/* line 93, ../sass/menu/_mobile_menu.scss */
.mobile-main-menu .menu .menu-item .sub-menu li a {
  font-size: 16px;
}
/* line 100, ../sass/menu/_mobile_menu.scss */
.mobile-main-menu .menu .menu-item.expanded span {
  background: url(../images/chevron-down.png);
  background-repeat: no-repeat;
  background-size: auto;
  color: transparent !important;
  font-size: 26px;
  position: absolute;
  right: 7px;
  top: -3px;
  height: 25px;
  width: 25px;
  z-index: 999;
  cursor: pointer;
  rotate: 180deg;
}

/* line 1, ../sass/modules/_searchm.scss */
.search-warp {
  text-align: center;
  transition: all 0.9s ease-in-out 0s;
  max-height: 0px;
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 900px;
  margin: auto;
  background: #0A4680C2;
  z-index: 999;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1, ../sass/modules/_searchm.scss */
  .search-warp {
    width: 600px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 1, ../sass/modules/_searchm.scss */
  .search-warp {
    width: 100%;
  }
}
/* line 22, ../sass/modules/_searchm.scss */
.search-warp .search-block-close {
  position: absolute;
  top: 10px;
  right: 0px;
  z-index: 999;
  width: 50px;
}
/* line 28, ../sass/modules/_searchm.scss */
.search-warp .search-block-close p a {
  color: #ffffff;
  font-size: 24px;
}
/* line 33, ../sass/modules/_searchm.scss */
.search-warp .searchform {
  max-width: 500px;
  margin: 0 auto;
}
/* line 36, ../sass/modules/_searchm.scss */
.search-warp .searchform .js-form-type-search {
  padding-right: 0px;
}
/* line 39, ../sass/modules/_searchm.scss */
.search-warp .searchform .form-actions {
  padding-left: 0px;
}
/* line 42, ../sass/modules/_searchm.scss */
.search-warp .searchform .screen-reader-text {
  display: none;
}
/* line 45, ../sass/modules/_searchm.scss */
.search-warp .searchform #s {
  height: 60px;
  font-size: 20px;
  border-radius: 0px;
  border: 1px solid #fff;
  width: 100%;
}
/* line 51, ../sass/modules/_searchm.scss */
.search-warp .searchform #searchsubmit {
  Background: #f47925 !important;
  Border: 1px solid #f47925 !important;
  Font-size: 19px;
  line-height: 27px;
  Padding: 16px;
  Border-radius: 0px;
  margin-top: 10px;
  margin-left: -4px;
  height: 60px;
}

/* line 66, ../sass/modules/_searchm.scss */
.search-warp.closed {
  max-height: 300px;
  padding-top: 130px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 66, ../sass/modules/_searchm.scss */
  .search-warp.closed {
    max-height: 100%;
    padding-top: 65%;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 76, ../sass/modules/_searchm.scss */
  .user-logged-in .search-warp .search-block-close {
    top: 40px;
  }
}
/* line 1, ../sass/modules/_header.scss */
#header {
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 1, ../sass/modules/_header.scss */
  #header {
    overflow: hidden;
  }
}
/* line 6, ../sass/modules/_header.scss */
#header .col-5.col-xs-8.col-sm-8.col-md-8.col-lg-9 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
/* line 11, ../sass/modules/_header.scss */
#header .site-logo {
  float: left;
}
/* line 13, ../sass/modules/_header.scss */
#header .site-logo img {
  width: 230px;
  padding: 30px 0px 0px 45px;
  max-width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 13, ../sass/modules/_header.scss */
  #header .site-logo img {
    padding: 15px 15px 15px 0px;
  }
}
/* line 22, ../sass/modules/_header.scss */
#header #searchb {
  margin-top: 40px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 22, ../sass/modules/_header.scss */
  #header #searchb {
    margin-top: 20px;
  }
}
/* line 27, ../sass/modules/_header.scss */
#header #searchb .fa-solid,
#header #searchb .fa,
#header #searchb svg {
  margin: 10px;
  color: #0044b5;
  cursor: pointer;
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  /* line 35, ../sass/modules/_header.scss */
  #header #searchb .sf-accordion-toggle {
    display: none;
  }
}
/* line 41, ../sass/modules/_header.scss */
#header #dv {
  padding-top: 35px;
}
/* line 43, ../sass/modules/_header.scss */
#header #dv a {
  border: 1px solid #fd372c;
  background: #fd372c;
  color: #ffffff;
  border-radius: 25px;
  padding: 10px 35px 15px;
  line-height: 23px;
  margin-right: 15px;
}
/* line 52, ../sass/modules/_header.scss */
#header #dv a:hover {
  color: #ffffff !important;
  border: 1px solid #fd372c !important;
  background: #fd372c !important;
}
/* line 58, ../sass/modules/_header.scss */
#header #dv .vol {
  border: 1px solid #0044b5;
  background: #0044b5;
}
/* line 61, ../sass/modules/_header.scss */
#header #dv .vol:hover {
  color: #ffffff !important;
  border: 1px solid #0044b5 !important;
  background: #0044b5 !important;
}
@media screen and (min-width: 0px) and (max-width: 991px) {
  /* line 41, ../sass/modules/_header.scss */
  #header #dv {
    display: none;
  }
}

/* line 74, ../sass/modules/_header.scss */
#banner .donate,
#banner .vol {
  border: 1px solid #fd372c;
  background: #fd372c;
  color: #ffffff;
  border-radius: 0px;
  padding: 10px 35px;
  line-height: 23px;
  margin-right: 0px;
  width: 50%;
  text-align: center;
  float: left;
}
/* line 87, ../sass/modules/_header.scss */
#banner .donate:hover,
#banner .vol:hover {
  color: #ffffff !important;
  border: 1px solid #fd372c !important;
  background: #fd372c !important;
}
/* line 93, ../sass/modules/_header.scss */
#banner .vol {
  border: 1px solid #0044b5;
  background: #0044b5;
}
/* line 96, ../sass/modules/_header.scss */
#banner .vol:hover {
  color: #ffffff !important;
  border: 1px solid #0044b5 !important;
  background: #0044b5 !important;
}

/* line 2, ../sass/modules/_banner.scss */
.home .banner.container-fluid {
  display: block !important;
}

/* line 6, ../sass/modules/_banner.scss */
.banner.container-fluid {
  display: none;
  padding: 0px;
  overflow: hidden;
  position: relative;
}
/* line 11, ../sass/modules/_banner.scss */
.banner.container-fluid .scaleUp.animation {
  height: 600px;
  overflow: hidden;
}
/* line 15, ../sass/modules/_banner.scss */
.banner.container-fluid .inner-banner {
  max-width: 540px;
  padding: 100px 100px 15px 100px;
  height: 100%;
  position: relative;
  z-index: 9;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 15, ../sass/modules/_banner.scss */
  .banner.container-fluid .inner-banner {
    /*background: transparent !important;*/
  }
}
/* line 24, ../sass/modules/_banner.scss */
.banner.container-fluid .inner-banner .banner-title,
.banner.container-fluid .inner-banner .banner-title a {
  color: #ffffff;
  line-height: 90px;
  font-size: 70px;
  text-decoration: none;
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
  position: relative;
  z-index: 99;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 24, ../sass/modules/_banner.scss */
  .banner.container-fluid .inner-banner .banner-title,
  .banner.container-fluid .inner-banner .banner-title a {
    line-height: 50px;
    font-size: 26px;
  }
}
/* line 39, ../sass/modules/_banner.scss */
.banner.container-fluid .inner-banner p {
  margin: 0px;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  font-family: "Palanquin", sans-serif;
  position: relative;
  z-index: 99;
}
/* line 47, ../sass/modules/_banner.scss */
.banner.container-fluid .inner-banner p img {
  width: 100%;
  height: auto;
}
/* line 52, ../sass/modules/_banner.scss */
.banner.container-fluid .inner-banner .wp-block-button {
  position: relative;
  z-index: 99;
}
/* line 55, ../sass/modules/_banner.scss */
.banner.container-fluid .inner-banner .wp-block-button a:first-child {
  margin: 10px 10px 10px 0px;
}
/* line 59, ../sass/modules/_banner.scss */
.banner.container-fluid .inner-banner .wp-block-button a:nth-child(2) {
  border: 1px solid #f47925;
  background: #f47925;
}
/* line 63, ../sass/modules/_banner.scss */
.banner.container-fluid .inner-banner .wp-block-button a:nth-child(2):hover {
  border: 1px solid #21296B;
  background: #21296B;
}
/* line 70, ../sass/modules/_banner.scss */
.banner.container-fluid .bannertags {
  display: none;
}
/* line 74, ../sass/modules/_banner.scss */
.banner.container-fluid .inner-banner.BlueCircles::after {
  content: '';
  background: url("../images/bluecircles.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1325px;
  position: absolute;
  width: 1435px;
  height: 100%;
  right: -490px;
  top: 0;
}
@media (min-width: 0px) and (max-width: 991px) {
  /* line 74, ../sass/modules/_banner.scss */
  .banner.container-fluid .inner-banner.BlueCircles::after {
    display: none;
  }
}
/* line 89, ../sass/modules/_banner.scss */
.banner.container-fluid .inner-banner.RedArches::after {
  content: '';
  background: url("../images/red-clean.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1745px;
  position: absolute;
  width: 1745px;
  height: 100%;
  right: -140px;
  top: 0;
}
@media (min-width: 0px) and (max-width: 991px) {
  /* line 89, ../sass/modules/_banner.scss */
  .banner.container-fluid .inner-banner.RedArches::after {
    display: none;
  }
}
/* line 104, ../sass/modules/_banner.scss */
.banner.container-fluid .inner-banner.YellowCircles::after {
  content: '';
  background: url("../images/yellow-updated.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1757px;
  position: absolute;
  width: 1745px;
  height: 100%;
  right: -360px;
  top: 0;
}
@media (min-width: 0px) and (max-width: 991px) {
  /* line 104, ../sass/modules/_banner.scss */
  .banner.container-fluid .inner-banner.YellowCircles::after {
    display: none;
  }
}
/* line 119, ../sass/modules/_banner.scss */
.banner.container-fluid .inner-banner.BlueChevrons::after {
  content: '';
  background: url("../images/bluechevrons.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1745px;
  position: absolute;
  width: 1475px;
  height: 100%;
  right: -340px;
  top: 0;
}
@media (min-width: 0px) and (max-width: 991px) {
  /* line 119, ../sass/modules/_banner.scss */
  .banner.container-fluid .inner-banner.BlueChevrons::after {
    display: none;
  }
}
/* line 134, ../sass/modules/_banner.scss */
.banner.container-fluid .inner-banner.OrangeTriangles::after {
  content: '';
  background: url("../images/orange1.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1745px;
  position: absolute;
  width: 1745px;
  height: 100%;
  right: -340px;
  top: 0;
}
@media (min-width: 0px) and (max-width: 991px) {
  /* line 134, ../sass/modules/_banner.scss */
  .banner.container-fluid .inner-banner.OrangeTriangles::after {
    display: none;
  }
}

/* line 152, ../sass/modules/_banner.scss */
.banners .slick-dots {
  bottom: 20px;
  left: 103px;
  width: auto;
}
/* line 156, ../sass/modules/_banner.scss */
.banners .slick-dots li button::before {
  color: #fff !important;
  opacity: 0.5 !important;
  font-size: 16px;
}
/* line 161, ../sass/modules/_banner.scss */
.banners .slick-dots .slick-active ::before {
  color: #fff !important;
  opacity: 1 !important;
}

/* line 1, ../sass/modules/_focus.scss */
.impact {
  padding: 50px 0px;
}
/* line 3, ../sass/modules/_focus.scss */
.impact .pt-cv-heading-container {
  border-width: 0px;
}
@media (min-width: 992px) {
  /* line 7, ../sass/modules/_focus.scss */
  .impact .pt-cv-heading .h2div {
    float: left;
  }
}
/* line 11, ../sass/modules/_focus.scss */
.impact .pt-cv-heading .h2div h2 {
  line-height: 60px;
  color: #21296B;
  font-size: 50px;
  font-weight: 700;
  font-family: "Antonio", sans-serif;
}
@media (max-width: 767px) {
  /* line 11, ../sass/modules/_focus.scss */
  .impact .pt-cv-heading .h2div h2 {
    line-height: 40px;
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 11, ../sass/modules/_focus.scss */
  .impact .pt-cv-heading .h2div h2 {
    font-size: 45px;
  }
}
/* line 27, ../sass/modules/_focus.scss */
.impact .pt-cv-heading hr {
  width: 50px;
  rotate: 90deg;
  float: left;
  color: #f47925;
  border-top: 2px solid;
  opacity: 0.65;
  margin-top: 32px;
}
@media (max-width: 991px) {
  /* line 27, ../sass/modules/_focus.scss */
  .impact .pt-cv-heading hr {
    display: none !important;
  }
}
/* line 39, ../sass/modules/_focus.scss */
.impact .pt-cv-heading .hcontent {
  color: #777;
  font-family: "Palanquin", sans-serif;
  font-size: 17px;
  font-weight: 400;
}
@media (min-width: 992px) {
  /* line 39, ../sass/modules/_focus.scss */
  .impact .pt-cv-heading .hcontent {
    float: left;
    width: 60%;
  }
}
/* line 53, ../sass/modules/_focus.scss */
.impact .pt-cv-view .pt-cv-thumb-default img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0px 0px;
}
/* line 59, ../sass/modules/_focus.scss */
.impact .pt-cv-view h4 {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700 !important;
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 30px;
  padding: 0px 20px;
}
/* line 69, ../sass/modules/_focus.scss */
.impact .pt-cv-view h4 a {
  color: #ffffff;
  position: relative;
  z-index: 1;
}
/* line 73, ../sass/modules/_focus.scss */
.impact .pt-cv-view h4 a:hover {
  text-decoration: none;
}
/* line 78, ../sass/modules/_focus.scss */
.impact .pt-cv-view .pt-cv-content {
  color: #ffffff;
  margin: 30px 0px 0px;
  bottom: 30px;
  padding: 0px 20px 20px;
}
/* line 86, ../sass/modules/_focus.scss */
.impact .pt-cv-ifield {
  height: 100%;
  border-radius: 10px;
}
@media (min-width: 768px) {
  /* line 90, ../sass/modules/_focus.scss */
  .impact .pt-cv-page {
    display: flex;
  }
}
/* line 94, ../sass/modules/_focus.scss */
.impact .pt-cv-page .pt-cv-content-item:nth-child(1) .pt-cv-ifield {
  background: #0044b5;
}
/* line 97, ../sass/modules/_focus.scss */
.impact .pt-cv-page .pt-cv-content-item:nth-child(2) .pt-cv-ifield {
  background: #ffba00;
}
/* line 99, ../sass/modules/_focus.scss */
.impact .pt-cv-page .pt-cv-content-item:nth-child(2) .pt-cv-ifield .pt-cv-title a,
.impact .pt-cv-page .pt-cv-content-item:nth-child(2) .pt-cv-ifield .pt-cv-content {
  color: #21296B;
}
/* line 104, ../sass/modules/_focus.scss */
.impact .pt-cv-page .pt-cv-content-item:nth-child(3) .pt-cv-ifield {
  background: #21296B;
}
/* line 107, ../sass/modules/_focus.scss */
.impact .pt-cv-page .pt-cv-content-item:nth-child(4) .pt-cv-ifield {
  background: #fd372c;
}

/* line 2, ../sass/modules/_counter.scss */
.counter-block .container {
  background: #d22626;
  border-radius: 10px;
  margin: 50px auto 0px;
  padding: 0px;
}
@media (min-width: 1400px) {
  /* line 2, ../sass/modules/_counter.scss */
  .counter-block .container {
    max-width: 1295px;
  }
}
@media (min-width: 768px) {
  /* line 2, ../sass/modules/_counter.scss */
  .counter-block .container {
    display: flex;
  }
}
/* line 16, ../sass/modules/_counter.scss */
.counter-block h2 {
  font-size: 50px;
  font-weight: 700;
  color: #ffffff;
  border-width: 0px !important;
}
/* line 21, ../sass/modules/_counter.scss */
.counter-block h2 span {
  padding-left: 0px !important;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 16, ../sass/modules/_counter.scss */
  .counter-block h2 {
    font-size: 32px;
  }
}
/* line 28, ../sass/modules/_counter.scss */
.counter-block #counterLeft {
  padding: 50px;
}
/* line 30, ../sass/modules/_counter.scss */
.counter-block #counterLeft .pt-cv-content-item {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  float: left;
  padding: 15px 0px;
}
/* line 36, ../sass/modules/_counter.scss */
.counter-block #counterLeft .pt-cv-page {
  padding: 0px 15px;
}
/* line 39, ../sass/modules/_counter.scss */
.counter-block #counterLeft .pt-cv-title {
  float: left;
  width: 160px;
  font-size: 44px;
  font-weight: 700;
  color: #fff;
}
/* line 45, ../sass/modules/_counter.scss */
.counter-block #counterLeft .pt-cv-title a {
  color: #fff;
}
/* line 49, ../sass/modules/_counter.scss */
.counter-block #counterLeft .pt-cv-content {
  width: 100%;
  color: #fff;
  padding-top: 15px;
  font-size: 17px;
  font-weight: 600;
}

/* line 60, ../sass/modules/_counter.scss */
#counterRight {
  padding: 0px;
}
/* line 62, ../sass/modules/_counter.scss */
#counterRight .pt-cv-ifield {
  -webkit-mask-image: url(../images/counter_mask.png);
  mask-image: url(../images/counter_mask.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-position: top center;
  text-align: right;
  mask-size: 100.77%;
  border-radius: 0px 10px 0px 0px;
}
@media screen and (min-width: 0px) and (max-width: 991px) {
  /* line 62, ../sass/modules/_counter.scss */
  #counterRight .pt-cv-ifield {
    mask-position: bottom center;
    width: 350px;
    float: right;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 62, ../sass/modules/_counter.scss */
  #counterRight .pt-cv-ifield {
    mask-position: bottom center;
    width: 553px;
    float: right;
  }
}
@media screen and (min-width: 0px) and (max-width: 991px) {
  /* line 81, ../sass/modules/_counter.scss */
  #counterRight .pt-cv-ifield img {
    width: 350px;
    height: auto;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 81, ../sass/modules/_counter.scss */
  #counterRight .pt-cv-ifield img {
    width: 580px;
    height: auto;
  }
}

/* line 1, ../sass/modules/_news.scss */
.news {
  padding: 50px 0px;
}
/* line 3, ../sass/modules/_news.scss */
.news .pt-cv-heading-container {
  border-width: 0px;
}
@media (min-width: 768px) {
  /* line 7, ../sass/modules/_news.scss */
  .news .pt-cv-heading .h2div {
    float: left;
  }
}
/* line 11, ../sass/modules/_news.scss */
.news .pt-cv-heading .h2div h2 {
  line-height: 50px;
  font-size: 50px;
  color: #21296B;
  font-weight: 700;
  font-family: "Antonio", sans-serif;
}
/* line 19, ../sass/modules/_news.scss */
.news .pt-cv-heading hr {
  width: 50px;
  rotate: 90deg;
  float: left;
  color: #f47925;
  border-top: 2px solid;
  opacity: 0.65;
  margin-top: 25px;
}
/* line 31, ../sass/modules/_news.scss */
.news .pt-cv-heading .hcontent {
  color: #777;
  padding-top: 11px;
}
@media (min-width: 992px) {
  /* line 31, ../sass/modules/_news.scss */
  .news .pt-cv-heading .hcontent {
    float: left;
  }
}
/* line 38, ../sass/modules/_news.scss */
.news .pt-cv-heading .hcontent a {
  color: #fd372c;
  font-size: 17px;
  font-weight: 600;
}
@media (min-width: 768px) {
  /* line 46, ../sass/modules/_news.scss */
  .news .pt-cv-view .pt-cv-page {
    display: flex;
  }
}
/* line 51, ../sass/modules/_news.scss */
.news .pt-cv-view .pt-cv-ifield {
  width: 100%;
  background: #ffffff;
  height: 100%;
  border-radius: 10px;
  position: relative;
  border: 1px solid #eee;
}
/* line 60, ../sass/modules/_news.scss */
.news .pt-cv-view .pt-cv-href-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0px 0px;
}
/* line 66, ../sass/modules/_news.scss */
.news .pt-cv-view .pt-cv-title {
  padding: 15px 20px 10px;
}
/* line 68, ../sass/modules/_news.scss */
.news .pt-cv-view .pt-cv-title a {
  text-decoration: none;
  color: #21296B;
  font-size: 23px;
  line-height: 28px;
  font-family: "Antonio", sans-serif;
  font-weight: 700;
}
/* line 80, ../sass/modules/_news.scss */
.news .pt-cv-view .pt-cv-content {
  color: #221e1f;
  padding: 10px 20px;
  font-family: "Palanquin", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
/* line 87, ../sass/modules/_news.scss */
.news .pt-cv-view .pt-cv-rmwrap {
  padding: 0px 0px 15px;
  margin-top: 45px;
}
/* line 90, ../sass/modules/_news.scss */
.news .pt-cv-view .pt-cv-rmwrap .pt-cv-readmore {
  color: #fd372c;
  position: absolute;
  bottom: 20px;
  font-size: 15px;
  font-weight: 600;
  background: transparent;
  border: 0px;
  padding: 0px;
  font-family: "Palanquin", sans-serif;
}

/* line 2, ../sass/modules/_involved.scss */
.our-focus .pt-cv-page {
  grid-auto-rows: 600px !important;
}
/* line 4, ../sass/modules/_involved.scss */
.our-focus .pt-cv-page .pt-cv-thumb-wrapper {
  border-radius: 10px;
}
/* line 7, ../sass/modules/_involved.scss */
.our-focus .pt-cv-page .pt-cv-overlay-wrapper {
  padding-left: 50px;
}
/* line 9, ../sass/modules/_involved.scss */
.our-focus .pt-cv-page .pt-cv-overlay-wrapper .pt-cv-title,
.our-focus .pt-cv-page .pt-cv-overlay-wrapper .pt-cv-title a {
  color: #ffffff;
  line-height: 70px;
  font-size: 60px;
  text-decoration: none;
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 9, ../sass/modules/_involved.scss */
  .our-focus .pt-cv-page .pt-cv-overlay-wrapper .pt-cv-title,
  .our-focus .pt-cv-page .pt-cv-overlay-wrapper .pt-cv-title a {
    line-height: 50px;
    font-size: 26px;
    color: #f47925;
  }
}
/* line 24, ../sass/modules/_involved.scss */
.our-focus .pt-cv-page .pt-cv-overlay-wrapper .subtitle {
  font-size: 70px;
  color: #ffffff;
  line-height: 90px;
  font-family: "Antonio", sans-serif;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 24, ../sass/modules/_involved.scss */
  .our-focus .pt-cv-page .pt-cv-overlay-wrapper .subtitle {
    line-height: 70px;
    font-size: 50px;
    color: #f47925;
  }
}
/* line 35, ../sass/modules/_involved.scss */
.our-focus .pt-cv-page .pt-cv-overlay-wrapper .pt-cv-content {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  color: #ffffff;
  max-width: 555px;
  font-family: "Palanquin", sans-serif;
  padding: 0px 7px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 35, ../sass/modules/_involved.scss */
  .our-focus .pt-cv-page .pt-cv-overlay-wrapper .pt-cv-content {
    color: #f47925;
  }
}
/* line 49, ../sass/modules/_involved.scss */
.our-focus .pt-cv-page .pt-cv-overlay-wrapper .pt-cv-content .wp-block-button a {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 30px 12px;
  border: 1px solid transparent;
}
/* line 56, ../sass/modules/_involved.scss */
.our-focus .pt-cv-page .pt-cv-overlay-wrapper .pt-cv-content .wp-block-button a:hover {
  border: 1px solid transparent;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 49, ../sass/modules/_involved.scss */
  .our-focus .pt-cv-page .pt-cv-overlay-wrapper .pt-cv-content .wp-block-button a {
    width: 100%;
    text-align: center;
  }
}

/* line 1, ../sass/modules/_events.scss */
.promo {
  padding: 0px 0px 50px;
}
/* line 3, ../sass/modules/_events.scss */
.promo .pt-cv-content-item.pt-cv-2-col {
  overflow: hidden;
  background: #fdf2d9;
  position: relative;
  border-radius: 10px;
}
/* line 9, ../sass/modules/_events.scss */
.promo .pt-cv-heading-container {
  border-width: 0px;
}
/* line 12, ../sass/modules/_events.scss */
.promo .pt-cv-heading {
  padding-bottom: 80px;
  display: block;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 12, ../sass/modules/_events.scss */
  .promo .pt-cv-heading {
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) {
  /* line 18, ../sass/modules/_events.scss */
  .promo .pt-cv-heading .h2div {
    float: left;
  }
}
/* line 22, ../sass/modules/_events.scss */
.promo .pt-cv-heading .h2div h2 {
  line-height: 60px;
  color: #21296B;
  font-size: 50px;
  font-weight: 700;
  font-family: "Antonio", sans-serif;
}
@media (max-width: 768px) {
  /* line 22, ../sass/modules/_events.scss */
  .promo .pt-cv-heading .h2div h2 {
    line-height: 40px;
    font-size: 30px;
  }
}
/* line 34, ../sass/modules/_events.scss */
.promo .pt-cv-heading hr {
  width: 50px;
  rotate: 90deg;
  float: left;
  color: #21296b;
  opacity: 1 !important;
  border-top: 2px solid;
  margin-top: 33px;
}
@media (max-width: 991px) {
  /* line 34, ../sass/modules/_events.scss */
  .promo .pt-cv-heading hr {
    display: none !important;
  }
}
/* line 47, ../sass/modules/_events.scss */
.promo .pt-cv-heading .hcontent {
  color: #777;
  padding-top: 19px;
}
/* line 51, ../sass/modules/_events.scss */
.promo .pt-cv-heading .hcontent a {
  color: #fd372c;
}
@media (min-width: 992px) {
  /* line 47, ../sass/modules/_events.scss */
  .promo .pt-cv-heading .hcontent {
    float: left;
    width: 60%;
  }
}
/* line 61, ../sass/modules/_events.scss */
.promo .pt-cv-colwrap .pt-cv-title {
  padding: 15px 0px 10px;
}
/* line 63, ../sass/modules/_events.scss */
.promo .pt-cv-colwrap .pt-cv-title a {
  text-decoration: none;
  color: #21296B;
  font-size: 30px;
  line-height: 28px;
  font-family: "Antonio", sans-serif;
  font-weight: 600;
}
/* line 75, ../sass/modules/_events.scss */
.promo .pt-cv-colwrap .pt-cv-content {
  color: #221e1f;
  padding: 10px 0px;
  font-family: "Palanquin", sans-serif;
  font-weight: 400;
  font-size: 16px;
  border-bottom: 1px solid #221e1f;
}
/* line 83, ../sass/modules/_events.scss */
.promo .pt-cv-colwrap .pt-cv-rmwrap {
  padding: 0px 20px 15px;
  margin-top: 45px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 83, ../sass/modules/_events.scss */
  .promo .pt-cv-colwrap .pt-cv-rmwrap {
    margin-top: 100px;
  }
}
/* line 89, ../sass/modules/_events.scss */
.promo .pt-cv-colwrap .pt-cv-rmwrap a {
  color: #ffffff;
  position: absolute;
  bottom: 40px;
  font-size: 18px;
  background: #21296B !important;
  border: 1px solid #21296B !important;
  font-weight: 500;
  right: 50px;
}
/* line 99, ../sass/modules/_events.scss */
.promo .pt-cv-colwrap .pt-cv-rmwrap a:hover {
  border: 1px solid #21296B;
  background: transparent !important;
  color: #21296B !important;
}
/* line 106, ../sass/modules/_events.scss */
.promo .pt-cv-colwrap .pt-cv-meta-fields {
  position: absolute;
  left: 15px;
  top: 15px;
  background: #21296B;
  color: white;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  text-align: center;
  padding: 24px 20px;
}
/* line 117, ../sass/modules/_events.scss */
.promo .pt-cv-colwrap .pt-cv-meta-fields time {
  color: #fff !important;
  font-size: 20px;
  font-family: "Antonio",sans-serif;
  font-weight: bold;
}

/* line 2, ../sass/modules/_sponsor.scss */
.home .sponsor {
  display: block !important;
}

/* line 7, ../sass/modules/_sponsor.scss */
.sponsor {
  display: none;
  margin-bottom: 20px;
  margin-top: 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  /* line 13, ../sass/modules/_sponsor.scss */
  .sponsor h2 {
    float: left;
    margin-top: 25px;
    font-size: 26px;
    color: #21296B;
  }
}
/* line 22, ../sass/modules/_sponsor.scss */
.sponsor .slick-prev::before, .sponsor .slick-next::before {
  color: #eee;
}
/* line 25, ../sass/modules/_sponsor.scss */
.sponsor .slick-slide {
  text-align: center;
}
/* line 27, ../sass/modules/_sponsor.scss */
.sponsor .slick-slide img {
  display: block;
  height: 100px;
  width: auto;
  border-radius: 10px;
  border: 1px solid #eee;
  margin: 0px 7px;
}
/* line 36, ../sass/modules/_sponsor.scss */
.sponsor .views-field.views-field-field-sponsor-image {
  border: 1px solid #eee;
  margin: 0px 15px;
  border-radius: 10px;
}
/* line 40, ../sass/modules/_sponsor.scss */
.sponsor .views-field.views-field-field-sponsor-image img {
  border-radius: 10px;
}
/* line 44, ../sass/modules/_sponsor.scss */
.sponsor h6,
.sponsor .views-field.views-field-field-sponsor-level {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #f47925;
}

/* line 55, ../sass/modules/_sponsor.scss */
.sponsor-block-slide {
  margin-bottom: 20px;
  margin-top: 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  /* line 60, ../sass/modules/_sponsor.scss */
  .sponsor-block-slide h2 {
    float: left;
    margin-top: 25px;
    font-size: 26px;
    color: #21296B;
    margin-right: 40px;
  }
}
/* line 69, ../sass/modules/_sponsor.scss */
.sponsor-block-slide .views_slideshow_cycle_teaser_section,
.sponsor-block-slide .views_slideshow_cycle_slide {
  width: 100% !important;
  display: flex !important;
}
/* line 74, ../sass/modules/_sponsor.scss */
.sponsor-block-slide .views-field.views-field-field-sponsor-image {
  border: 1px solid #eee;
  margin: 0px 15px;
  border-radius: 10px;
}
/* line 78, ../sass/modules/_sponsor.scss */
.sponsor-block-slide .views-field.views-field-field-sponsor-image img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
/* line 84, ../sass/modules/_sponsor.scss */
.sponsor-block-slide .views-field.views-field-field-sponsor-level {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #f47925;
}
/* line 90, ../sass/modules/_sponsor.scss */
.sponsor-block-slide .view-content.row {
  position: relative;
}
/* line 94, ../sass/modules/_sponsor.scss */
.sponsor-block-slide .views_slideshow_controls_text .views_slideshow_controls_text_previous {
  position: absolute;
  left: -10px;
  top: 32%;
  z-index: 9;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 94, ../sass/modules/_sponsor.scss */
  .sponsor-block-slide .views_slideshow_controls_text .views_slideshow_controls_text_previous {
    left: 10px;
  }
}
/* line 102, ../sass/modules/_sponsor.scss */
.sponsor-block-slide .views_slideshow_controls_text .views_slideshow_controls_text_previous a {
  background-image: url(/modules/contrib/admin_toolbar/misc/icons/0074bd/chevron-right.svg);
  color: transparent;
  background-repeat: no-repeat;
  background-size: 25px;
  width: 25px;
  height: 25px;
  display: block;
  rotate: 180deg;
}
/* line 116, ../sass/modules/_sponsor.scss */
.sponsor-block-slide .views_slideshow_controls_text .views_slideshow_controls_text_previous a:hover {
  text-decoration: none;
}
/* line 121, ../sass/modules/_sponsor.scss */
.sponsor-block-slide .views_slideshow_controls_text .views_slideshow_controls_text_pause {
  display: none;
}
/* line 124, ../sass/modules/_sponsor.scss */
.sponsor-block-slide .views_slideshow_controls_text span:hover {
  text-decoration: none;
}
/* line 127, ../sass/modules/_sponsor.scss */
.sponsor-block-slide .views_slideshow_controls_text .views_slideshow_controls_text_next {
  position: absolute;
  right: -10px;
  top: 32%;
  z-index: 9;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 127, ../sass/modules/_sponsor.scss */
  .sponsor-block-slide .views_slideshow_controls_text .views_slideshow_controls_text_next {
    right: 10px;
  }
}
/* line 135, ../sass/modules/_sponsor.scss */
.sponsor-block-slide .views_slideshow_controls_text .views_slideshow_controls_text_next a {
  background-image: url(/modules/contrib/admin_toolbar/misc/icons/0074bd/chevron-right.svg);
  color: transparent;
  background-repeat: no-repeat;
  background-size: 25px;
  width: 25px;
  height: 25px;
  display: block;
}
/* line 148, ../sass/modules/_sponsor.scss */
.sponsor-block-slide .views_slideshow_controls_text .views_slideshow_controls_text_next a:hover {
  text-decoration: none;
}

/* line 1, ../sass/modules/_footer.scss */
.site-footer-region {
  background: #21296B;
}
/* line 3, ../sass/modules/_footer.scss */
.site-footer-region .sf {
  background: #21296B;
}

/* line 7, ../sass/modules/_footer.scss */
.site-footer_top.clearfix {
  background: #21296B;
  color: #ffffff;
  padding: 80px 0px;
  font-family: "Palanquin", sans-serif;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 7, ../sass/modules/_footer.scss */
  .site-footer_top.clearfix {
    padding: 30px 0px;
  }
}
/* line 16, ../sass/modules/_footer.scss */
.site-footer_top.clearfix h2 {
  font-size: 25px;
  font-weight: 600;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 48px 4px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 16, ../sass/modules/_footer.scss */
  .site-footer_top.clearfix h2 {
    margin: 15px 0px 0px 0px;
  }
}
/* line 31, ../sass/modules/_footer.scss */
.site-footer_top.clearfix #footer-1 img {
  height: auto;
  max-width: 100%;
  width: 225px;
}
/* line 36, ../sass/modules/_footer.scss */
.site-footer_top.clearfix #footer-1 .secondary-button, .site-footer_top.clearfix #footer-1 .form-submit, .site-footer_top.clearfix #footer-1 #header #dv a, #header #dv .site-footer_top.clearfix #footer-1 a, .site-footer_top.clearfix #footer-1 #banner .donate, #banner .site-footer_top.clearfix #footer-1 .donate,
.site-footer_top.clearfix #footer-1 #banner .vol,
#banner .site-footer_top.clearfix #footer-1 .vol, .site-footer_top.clearfix #footer-1 .banner.container-fluid .inner-banner .wp-block-button a:first-child, .banner.container-fluid .inner-banner .wp-block-button .site-footer_top.clearfix #footer-1 a:first-child, .site-footer_top.clearfix #footer-1 .banner.container-fluid .inner-banner .wp-block-button a:nth-child(2), .banner.container-fluid .inner-banner .wp-block-button .site-footer_top.clearfix #footer-1 a:nth-child(2), .site-footer_top.clearfix #footer-1 .promo .pt-cv-colwrap .pt-cv-rmwrap a, .promo .pt-cv-colwrap .pt-cv-rmwrap .site-footer_top.clearfix #footer-1 a, .site-footer_top.clearfix #footer-1 #main-wrapper #pt-cv-view-8d5f7787yo .pt-cv-colwrap .pt-cv-rmwrap a, #main-wrapper #pt-cv-view-8d5f7787yo .pt-cv-colwrap .pt-cv-rmwrap .site-footer_top.clearfix #footer-1 a {
  font-size: 18px;
  background: #fd372c;
  border: 1px solid #fd372c;
  font-family: "Palanquin", sans-serif;
  font-weight: bold;
  padding: 6px 35px 8px;
}
/* line 43, ../sass/modules/_footer.scss */
.site-footer_top.clearfix #footer-1 .secondary-button:hover, .site-footer_top.clearfix #footer-1 .form-submit:hover, .site-footer_top.clearfix #footer-1 #header #dv a:hover, #header #dv .site-footer_top.clearfix #footer-1 a:hover, .site-footer_top.clearfix #footer-1 #banner .donate:hover, #banner .site-footer_top.clearfix #footer-1 .donate:hover,
.site-footer_top.clearfix #footer-1 #banner .vol:hover,
#banner .site-footer_top.clearfix #footer-1 .vol:hover, .site-footer_top.clearfix #footer-1 .banner.container-fluid .inner-banner .wp-block-button a:hover:first-child, .banner.container-fluid .inner-banner .wp-block-button .site-footer_top.clearfix #footer-1 a:hover:first-child, .site-footer_top.clearfix #footer-1 .banner.container-fluid .inner-banner .wp-block-button a:hover:nth-child(2), .banner.container-fluid .inner-banner .wp-block-button .site-footer_top.clearfix #footer-1 a:hover:nth-child(2), .site-footer_top.clearfix #footer-1 .promo .pt-cv-colwrap .pt-cv-rmwrap a:hover, .promo .pt-cv-colwrap .pt-cv-rmwrap .site-footer_top.clearfix #footer-1 a:hover, .site-footer_top.clearfix #footer-1 #main-wrapper #pt-cv-view-8d5f7787yo .pt-cv-colwrap .pt-cv-rmwrap a:hover, #main-wrapper #pt-cv-view-8d5f7787yo .pt-cv-colwrap .pt-cv-rmwrap .site-footer_top.clearfix #footer-1 a:hover {
  background: #fd372c;
  border: 1px solid #fd372c;
  color: #ffffff !important;
}

/* line 57, ../sass/modules/_footer.scss */
.footer-about-block {
  padding: 15px 15px 0px;
}

/* line 60, ../sass/modules/_footer.scss */
.address-block {
  color: #ffffff;
  font-size: 17px;
  font-family: "Palanquin",sans-serif;
  font-weight: 600;
}
/* line 65, ../sass/modules/_footer.scss */
.address-block strong {
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 22px;
  padding: 0px 0px 0px 28px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 73, ../sass/modules/_footer.scss */
  .address-block .add-line {
    display: block;
    margin-bottom: 10px;
  }
}
/* line 78, ../sass/modules/_footer.scss */
.address-block .address-icon {
  background-image: url(../images/map-marker-alt.svg);
  background-repeat: no-repeat;
  padding: 0px 0px 0px 28px;
  background-position: 0px 7px;
}
/* line 84, ../sass/modules/_footer.scss */
.address-block .phone-icon {
  background-image: url(../images/phone.svg);
  background-repeat: no-repeat;
  padding: 3px 0px 0px 28px;
  background-position: 0px 7px;
}
/* line 90, ../sass/modules/_footer.scss */
.address-block .contact-icon {
  background-image: url(../images/paper-plane.svg);
  background-repeat: no-repeat;
  padding: 3px 0px 0px 28px;
  background-position: 0px 7px;
}
/* line 96, ../sass/modules/_footer.scss */
.address-block a {
  color: #ffffff;
  text-decoration: none;
}
/* line 99, ../sass/modules/_footer.scss */
.address-block a:hover {
  color: #ffba00;
}

/* line 110, ../sass/modules/_footer.scss */
.footer-menu-block .menu {
  display: inline-block;
  padding: 0px;
}
/* line 113, ../sass/modules/_footer.scss */
.footer-menu-block .menu .menu-item {
  display: block;
  margin-top: 10px;
}
/* line 117, ../sass/modules/_footer.scss */
.footer-menu-block .menu .menu-item a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding: 2px 0px;
}
/* line 122, ../sass/modules/_footer.scss */
.footer-menu-block .menu .menu-item a:hover {
  color: #ffba00;
}

/* line 131, ../sass/modules/_footer.scss */
.social-media-block {
  text-align: right;
}
/* line 135, ../sass/modules/_footer.scss */
.social-media-block .content a {
  color: #ffffff;
  display: inline-block;
  margin: 0px 15px 0px 0px;
  border-radius: 50%;
  text-align: center;
  background: transparent;
  font-size: 22px;
  padding-top: 6px;
}
/* line 149, ../sass/modules/_footer.scss */
.social-media-block .content a img {
  width: 42px;
  height: 42px;
}
/* line 153, ../sass/modules/_footer.scss */
.social-media-block .content a:hover {
  background: transparent;
  color: #ffba00 !important;
}

/* line 161, ../sass/modules/_footer.scss */
.site-footer__bottom {
  color: #ffffff;
  margin: 0px;
  border: 0px solid;
  font-family: "Palanquin", sans-serif;
}
/* line 167, ../sass/modules/_footer.scss */
.site-footer__bottom .region {
  margin-top: 0px;
}
/* line 172, ../sass/modules/_footer.scss */
.site-footer__bottom .row.region.region-copyright a {
  color: #ffffff;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 178, ../sass/modules/_footer.scss */
  .site-footer__bottom .region {
    margin-top: 0px;
    padding-top: 0px !important;
    padding: 15px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 184, ../sass/modules/_footer.scss */
  .site-footer__bottom .footer-bottom-right, .site-footer__bottom .footer-bottom-center {
    text-align: left;
  }
}
/* line 189, ../sass/modules/_footer.scss */
.site-footer__bottom .footer-bottom-right .charity-block, .site-footer__bottom .footer-bottom-center .charity-block {
  margin: 0px;
}
/* line 191, ../sass/modules/_footer.scss */
.site-footer__bottom .footer-bottom-right .charity-block .content, .site-footer__bottom .footer-bottom-center .charity-block .content {
  padding: 0px;
}
/* line 194, ../sass/modules/_footer.scss */
.site-footer__bottom .footer-bottom-right .charity-block img, .site-footer__bottom .footer-bottom-center .charity-block img {
  width: 170px;
  height: auto;
  margin-left: 15px;
}
/* line 200, ../sass/modules/_footer.scss */
.site-footer__bottom .footer-bottom-right .block-menu, .site-footer__bottom .footer-bottom-center .block-menu {
  margin-top: 20px;
}
/* line 202, ../sass/modules/_footer.scss */
.site-footer__bottom .footer-bottom-right .block-menu ul, .site-footer__bottom .footer-bottom-center .block-menu ul {
  float: right;
}
/* line 206, ../sass/modules/_footer.scss */
.site-footer__bottom .footer-bottom-right a, .site-footer__bottom .footer-bottom-center a {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  padding: 0px 10px 0px;
  line-height: 16px;
}
/* line 213, ../sass/modules/_footer.scss */
.site-footer__bottom .footer-bottom-right a:hover, .site-footer__bottom .footer-bottom-center a:hover {
  color: #ffba00;
}

/* line 221, ../sass/modules/_footer.scss */
#copyright p a {
  color: #ffffff;
}
/* line 223, ../sass/modules/_footer.scss */
#copyright p a:hover {
  color: #ffba00 !important;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 230, ../sass/modules/_footer.scss */
  .bImage #pTitle h1 {
    font-size: 45px !important;
  }
}
/* line 236, ../sass/modules/_footer.scss */
.footer-address p {
  font-size: 18px;
  font-weight: 600;
}

/* line 241, ../sass/modules/_footer.scss */
#block-footertextblock p {
  font-weight: 600;
}

/* line 245, ../sass/modules/_footer.scss */
.footer-donate {
  margin-top: 15px;
}

/* line 249, ../sass/modules/_footer.scss */
.footer-donate p a {
  background: #FD372C !important;
  border: 1px solid #FD372C !important;
  color: #fff !important;
  font-size: 18px;
  font-family: "Palanquin",sans-serif;
  padding-left: 30px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 25px;
  font-weight: 700;
  padding-right: 30px;
  padding-top: 6px;
  padding-bottom: 8px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 271, ../sass/modules/_footer.scss */
  #block-connectwithus {
    margin-top: 0px !important;
    text-align: left !important;
  }
}
/* line 277, ../sass/modules/_footer.scss */
#block-contact .field--name-body {
  margin-top: 24px;
}

/* line 281, ../sass/modules/_footer.scss */
#block-footertextblock {
  margin-top: 30px;
}

/* line 285, ../sass/modules/_footer.scss */
#block-footertextblock {
  width: 99%;
}

/* line 2, ../sass/pages/_pages.scss */
.home .bImage,
.home header h1 {
  display: none;
}

/* line 11, ../sass/pages/_pages.scss */
.home #main-wrapper .breadcrumb-header,
.home #main-wrapper .block-system-breadcrumb-block,
.withImage #main-wrapper .breadcrumb-header,
.withImage #main-wrapper .block-system-breadcrumb-block {
  display: none;
}

/* line 17, ../sass/pages/_pages.scss */
.field--name-field-background-overlay,
.field--name-field-graphic-masking-overlay {
  display: none;
}

/* line 21, ../sass/pages/_pages.scss */
.inner-header-banner-block {
  display: none;
}

/* line 25, ../sass/pages/_pages.scss */
.path-frontpage .breadcrumb-header {
  display: none;
}

/* line 30, ../sass/pages/_pages.scss */
.withOutImage .bImage {
  display: none;
}
/* line 33, ../sass/pages/_pages.scss */
.withOutImage .breadcrumb-header {
  background: #21296B;
  padding: 25px 0px;
  margin-bottom: 25px;
}
/* line 38, ../sass/pages/_pages.scss */
.withOutImage .breadcrumb-header h1,
.withOutImage .breadcrumb-header .title {
  color: white !important;
  text-transform: uppercase;
}
/* line 43, ../sass/pages/_pages.scss */
.withOutImage .breadcrumb-header .block-system-breadcrumb-block {
  color: #ffffff;
}
/* line 46, ../sass/pages/_pages.scss */
.withOutImage .breadcrumb-header .block-system-breadcrumb-block .breadcrumb li {
  color: #ffffff;
}
/* line 48, ../sass/pages/_pages.scss */
.withOutImage .breadcrumb-header .block-system-breadcrumb-block .breadcrumb li a {
  color: #ffffff;
}
/* line 52, ../sass/pages/_pages.scss */
.withOutImage .breadcrumb-header .block-system-breadcrumb-block .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}

/* line 59, ../sass/pages/_pages.scss */
.bImage {
  position: relative;
}
@media screen and (min-width: 0px) {
  /* line 61, ../sass/pages/_pages.scss */
  .bImage #arc-image {
    display: none;
  }
}
/* line 65, ../sass/pages/_pages.scss */
.bImage #arc-image img {
  width: 100%;
  height: auto;
}
/* line 71, ../sass/pages/_pages.scss */
.bImage #inner-banner-image .image-style-header-, .bImage #inner-banner-image img {
  width: 100%;
  height: auto;
}
/* line 76, ../sass/pages/_pages.scss */
.bImage .scaleUp.animation {
  height: 450px;
  width: 100%;
}
/* line 80, ../sass/pages/_pages.scss */
.bImage .t-outer.oneZero {
  background: rgba(0, 0, 0, 0.1);
}
/* line 83, ../sass/pages/_pages.scss */
.bImage .t-outer.twoFive {
  background: rgba(0, 0, 0, 0.25);
}
/* line 86, ../sass/pages/_pages.scss */
.bImage .t-outer.fiveZero {
  background: rgba(0, 0, 0, 0.5);
}
/* line 89, ../sass/pages/_pages.scss */
.bImage .t-outer.sevenFive {
  background: rgba(0, 0, 0, 0.75);
}
/* line 92, ../sass/pages/_pages.scss */
.bImage .t-outer {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  /*background: rgba(0,32,91,0.8);*/
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 92, ../sass/pages/_pages.scss */
  .bImage .t-outer {
    position: relative;
  }
}
/* line 101, ../sass/pages/_pages.scss */
.bImage .t-outer .container-fluid {
  height: 100%;
  padding: 0px;
}
/* line 107, ../sass/pages/_pages.scss */
.bImage .t-outer .container-fluid .block-system-breadcrumb-block {
  position: absolute;
  bottom: 10px;
  color: #ffffff;
  left: 95px;
}
/* line 113, ../sass/pages/_pages.scss */
.bImage .t-outer .container-fluid .block-system-breadcrumb-block .breadcrumb li {
  color: #ffffff;
}
/* line 115, ../sass/pages/_pages.scss */
.bImage .t-outer .container-fluid .block-system-breadcrumb-block .breadcrumb li a {
  color: #ffffff;
}
/* line 119, ../sass/pages/_pages.scss */
.bImage .t-outer .container-fluid .block-system-breadcrumb-block .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}
/* line 125, ../sass/pages/_pages.scss */
.bImage .t-outer .t-outer-content {
  max-width: 510px;
  padding: 80px 80px 15px 80px;
  height: 100%;
  position: relative;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 125, ../sass/pages/_pages.scss */
  .bImage .t-outer .t-outer-content {
    padding-bottom: 150px;
    background: #0044b5;
    max-width: 100%;
  }
}
/* line 136, ../sass/pages/_pages.scss */
.bImage .t-outer .t-outer-content .bannertags {
  display: none;
}
/* line 140, ../sass/pages/_pages.scss */
.bImage .t-outer .t-outer-content::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 340px;
  left: -20px;
  top: 0px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 149, ../sass/pages/_pages.scss */
  .bImage .t-outer .t-outer-content::after {
    display: none !important;
  }
}
/* line 162, ../sass/pages/_pages.scss */
.bImage #pTitle h1 {
  color: #ffffff;
  font-size: 70px;
  text-transform: uppercase;
  text-shadow: 0px 1px 1px #505050;
  margin-bottom: 0px;
  position: relative;
  z-index: 99;
}
/* line 171, ../sass/pages/_pages.scss */
.bImage #pTitle .field.field--name-field-subheading {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}

/* line 179, ../sass/pages/_pages.scss */
.breadcrumb {
  margin-top: 10px;
}
/* line 182, ../sass/pages/_pages.scss */
.breadcrumb li:first-child a {
  display: inline-block;
}

/* line 196, ../sass/pages/_pages.scss */
#content {
  padding-bottom: 20px;
}
/* line 198, ../sass/pages/_pages.scss */
#content img {
  padding: 10px;
}
/* line 201, ../sass/pages/_pages.scss */
#content .tabs .nav.primary.nav-tabs {
  padding-top: 30px;
}

/* line 206, ../sass/pages/_pages.scss */
.path-frontpage #content {
  padding-bottom: 0px;
}

/* line 211, ../sass/pages/_pages.scss */
.fullWidthContent #main {
  max-width: 100%;
}

/* line 216, ../sass/pages/_pages.scss */
.field.field--name-field-page-layout {
  display: none;
}

/* line 220, ../sass/pages/_pages.scss */
#sidebar_first .block-menu .clearfix.nav {
  display: block;
}

/* line 226, ../sass/pages/_pages.scss */
.node--type-events .field--name-field-event-start-date {
  font-weight: bold;
}

/* line 231, ../sass/pages/_pages.scss */
.node--type-latest-news .field--name-field-news-image img {
  width: 100%;
  height: auto;
}

/* line 236, ../sass/pages/_pages.scss */
.path-search .search-form .form-submit {
  margin-top: 0px;
}

/* line 240, ../sass/pages/_pages.scss */
.user-logged-in #log {
  display: none;
}

/* line 244, ../sass/pages/_pages.scss */
.third-link-buttons.Yellow .link-buttons-inner a:nth-child(3) {
  color: #21296b !important;
}

/* line 250, ../sass/pages/_pages.scss */
.node--type-events .recurring-output--wrapper .rule-text {
  display: none;
}

/* line 254, ../sass/pages/_pages.scss */
.paragraph--type--bp-tabs .nav.nav-tabs li a {
  color: #0044b5 !important;
}

/* line 3, ../sass/pages/_all_news.scss */
#main-wrapper .pt-cv-heading-container {
  border-width: 0px;
}
/* line 6, ../sass/pages/_all_news.scss */
#main-wrapper .pt-cv-heading {
  display: none;
}
/* line 9, ../sass/pages/_all_news.scss */
#main-wrapper #pt-cv-view-5788eb5e6o {
  padding-top: 50px;
}
@media (min-width: 768px) {
  /* line 11, ../sass/pages/_all_news.scss */
  #main-wrapper #pt-cv-view-5788eb5e6o .pt-cv-page {
    display: flex;
  }
}
/* line 16, ../sass/pages/_all_news.scss */
#main-wrapper #pt-cv-view-5788eb5e6o .pt-cv-ifield {
  width: 100%;
  background: #ffffff;
  height: 100%;
  border-radius: 10px;
  position: relative;
  border: 1px solid #eee;
}
/* line 25, ../sass/pages/_all_news.scss */
#main-wrapper #pt-cv-view-5788eb5e6o .pt-cv-href-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0px 0px;
}
/* line 31, ../sass/pages/_all_news.scss */
#main-wrapper #pt-cv-view-5788eb5e6o .pt-cv-title {
  padding: 15px 20px 10px;
}
/* line 33, ../sass/pages/_all_news.scss */
#main-wrapper #pt-cv-view-5788eb5e6o .pt-cv-title a {
  text-decoration: none;
  color: #21296B;
  font-size: 23px;
  line-height: 28px;
  font-family: "Antonio", sans-serif;
  font-weight: 700;
}
/* line 45, ../sass/pages/_all_news.scss */
#main-wrapper #pt-cv-view-5788eb5e6o .pt-cv-content {
  color: #221e1f;
  padding: 10px 20px;
  font-family: "Palanquin", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
/* line 52, ../sass/pages/_all_news.scss */
#main-wrapper #pt-cv-view-5788eb5e6o .pt-cv-rmwrap {
  padding: 0px 0px 15px;
  margin-top: 45px;
}
/* line 55, ../sass/pages/_all_news.scss */
#main-wrapper #pt-cv-view-5788eb5e6o .pt-cv-rmwrap .pt-cv-readmore {
  color: #fd372c;
  position: absolute;
  bottom: 20px;
  font-size: 15px;
  font-weight: 600;
  background: transparent;
  border: 0px;
  padding: 0px;
  font-family: "Palanquin", sans-serif;
}

/* line 72, ../sass/pages/_all_news.scss */
.node--type-news .field--name-field-news-image img {
  max-width: 100%;
  height: auto;
}

/* line 1, ../sass/pages/_events_page.scss */
#main-wrapper #pt-cv-view-8d5f7787yo {
  padding: 50px 0px 0px;
}
/* line 3, ../sass/pages/_events_page.scss */
#main-wrapper #pt-cv-view-8d5f7787yo .pt-cv-content-item.pt-cv-2-col {
  overflow: hidden;
  background: #fdf2d9;
  position: relative;
  border-radius: 10px;
}
/* line 9, ../sass/pages/_events_page.scss */
#main-wrapper #pt-cv-view-8d5f7787yo .pt-cv-heading-container {
  border-width: 0px;
}
/* line 12, ../sass/pages/_events_page.scss */
#main-wrapper #pt-cv-view-8d5f7787yo .pt-cv-heading {
  display: none;
}
/* line 16, ../sass/pages/_events_page.scss */
#main-wrapper #pt-cv-view-8d5f7787yo .pt-cv-colwrap .pt-cv-title {
  padding: 15px 0px 10px;
}
/* line 18, ../sass/pages/_events_page.scss */
#main-wrapper #pt-cv-view-8d5f7787yo .pt-cv-colwrap .pt-cv-title a {
  text-decoration: none;
  color: #21296B;
  font-size: 30px;
  line-height: 28px;
  font-family: "Antonio", sans-serif;
  font-weight: 600;
}
/* line 30, ../sass/pages/_events_page.scss */
#main-wrapper #pt-cv-view-8d5f7787yo .pt-cv-colwrap .pt-cv-content {
  color: #221e1f;
  padding: 10px 0px;
  font-family: "Palanquin", sans-serif;
  font-weight: 400;
  font-size: 16px;
  border-bottom: 1px solid #221e1f;
}
/* line 38, ../sass/pages/_events_page.scss */
#main-wrapper #pt-cv-view-8d5f7787yo .pt-cv-colwrap .pt-cv-rmwrap {
  padding: 0px 20px 15px;
  margin-top: 45px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 38, ../sass/pages/_events_page.scss */
  #main-wrapper #pt-cv-view-8d5f7787yo .pt-cv-colwrap .pt-cv-rmwrap {
    margin-top: 100px;
  }
}
/* line 44, ../sass/pages/_events_page.scss */
#main-wrapper #pt-cv-view-8d5f7787yo .pt-cv-colwrap .pt-cv-rmwrap a {
  color: #ffffff;
  position: absolute;
  bottom: 40px;
  font-size: 18px;
  background: #21296B !important;
  border: 1px solid #21296B !important;
  font-weight: 500;
  right: 50px;
}
/* line 54, ../sass/pages/_events_page.scss */
#main-wrapper #pt-cv-view-8d5f7787yo .pt-cv-colwrap .pt-cv-rmwrap a:hover {
  border: 1px solid #21296B;
  background: transparent !important;
  color: #21296B !important;
}
/* line 61, ../sass/pages/_events_page.scss */
#main-wrapper #pt-cv-view-8d5f7787yo .pt-cv-colwrap .pt-cv-meta-fields {
  position: absolute;
  left: 15px;
  top: 15px;
  background: #21296B;
  color: white;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  text-align: center;
  padding: 24px 20px;
}
/* line 72, ../sass/pages/_events_page.scss */
#main-wrapper #pt-cv-view-8d5f7787yo .pt-cv-colwrap .pt-cv-meta-fields time {
  color: #fff !important;
  font-size: 20px;
  font-family: "Antonio",sans-serif;
  font-weight: bold;
}

/* line 3, ../sass/pages/_bod.scss */
#pt-cv-view-d4d532cj1f .pt-cv-content-item,
#pt-cv-view-d326cdfbuk .pt-cv-content-item {
  padding: 20px 0px 30px;
  text-align: center;
}
/* line 7, ../sass/pages/_bod.scss */
#pt-cv-view-d4d532cj1f .pt-cv-href-thumbnail,
#pt-cv-view-d326cdfbuk .pt-cv-href-thumbnail {
  display: block;
}
/* line 9, ../sass/pages/_bod.scss */
#pt-cv-view-d4d532cj1f .pt-cv-href-thumbnail img,
#pt-cv-view-d326cdfbuk .pt-cv-href-thumbnail img {
  border-radius: 50%;
  border: 15px solid #fd372c;
  padding: 0px !important;
  outline: #fd372c solid 15px;
}
/* line 16, ../sass/pages/_bod.scss */
#pt-cv-view-d4d532cj1f .pt-cv-title,
#pt-cv-view-d326cdfbuk .pt-cv-title {
  margin: 35px 0px 0px;
  text-align: center;
  color: #21296B;
  font-size: 20px;
  font-weight: 700;
  font-family: "Antonio", sans-serif;
}
/* line 23, ../sass/pages/_bod.scss */
#pt-cv-view-d4d532cj1f .pt-cv-title a,
#pt-cv-view-d326cdfbuk .pt-cv-title a {
  color: #21296B;
  font-size: 20px;
  font-weight: 700;
  font-family: "Antonio", sans-serif;
}
/* line 30, ../sass/pages/_bod.scss */
#pt-cv-view-d4d532cj1f .pt-cv-content,
#pt-cv-view-d326cdfbuk .pt-cv-content {
  color: #707072;
  font-size: 18px;
  font-weight: 400;
}

@media (min-width: 0px) and (max-width: 640px) {
  /* line 38, ../sass/pages/_bod.scss */
  ._view-board-of-directors .views-row {
    width: 290px !important;
    margin: 1% auto !important;
    float: none !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 46, ../sass/pages/_bod.scss */
  ._view-board-of-directors .views-row .views-field.views-field-title a {
    left: 18px !important;
    font-size: 15px !important;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 54, ../sass/pages/_bod.scss */
  .view-our-team .view-content.row {
    position: relative;
  }
  /* line 58, ../sass/pages/_bod.scss */
  .view-our-team .views_slideshow_controls_text .views_slideshow_controls_text_previous {
    position: absolute;
    left: 15px;
    top: 30%;
    z-index: 9;
  }
  /* line 63, ../sass/pages/_bod.scss */
  .view-our-team .views_slideshow_controls_text .views_slideshow_controls_text_previous a {
    background-image: url(../images/prev_red.png);
    color: transparent;
    background-repeat: no-repeat;
    background-size: 26px;
    width: 40px;
    height: 40px;
    display: block;
  }
  /* line 71, ../sass/pages/_bod.scss */
  .view-our-team .views_slideshow_controls_text .views_slideshow_controls_text_previous a:hover {
    text-decoration: none;
  }
  /* line 76, ../sass/pages/_bod.scss */
  .view-our-team .views_slideshow_controls_text .views_slideshow_controls_text_pause {
    display: none;
  }
  /* line 79, ../sass/pages/_bod.scss */
  .view-our-team .views_slideshow_controls_text span:hover {
    text-decoration: none;
  }
  /* line 82, ../sass/pages/_bod.scss */
  .view-our-team .views_slideshow_controls_text .views_slideshow_controls_text_next {
    position: absolute;
    right: 0px;
    top: 30%;
    z-index: 9;
  }
  /* line 87, ../sass/pages/_bod.scss */
  .view-our-team .views_slideshow_controls_text .views_slideshow_controls_text_next a {
    background-image: url(../images/next_red.png);
    color: transparent;
    background-repeat: no-repeat;
    background-size: 26px;
    width: 40px;
    height: 40px;
    display: block;
  }
  /* line 95, ../sass/pages/_bod.scss */
  .view-our-team .views_slideshow_controls_text .views_slideshow_controls_text_next a:hover {
    text-decoration: none;
  }
}
.counter-block .e-con-inner {
background: #d12626;
  border-radius: 10px;
}
#header .site-logo img {
height: auto;
}
.our-team-block-mobile {
display: none;
}
.our-team-block .wpr-grid-filters {
display: none;
}
.our-team-block .wpr-grid-image-wrap, .our-team-block-mobile .wpr-grid-image-wrap {
width: 250px;
  height: 250px;
  outline: 10px solid #fd372c !important;
  margin: 20px auto 20px;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
	.our-team-block {
display: none;
 }
.our-team-block-mobile {
display: block !important;
}
.our-team-block-mobile .wpr-grid-slider-dots {
    padding-top: 25px;
  }
}
.upcoming-events-block .wpr-grid-item-date .inner-block {
  position: absolute;
  left: 15px;
  width: 112px;
  top: 15px;
}
.upcoming-events-block .wpr-grid-item-date .inner-block span {
border-radius: 50%;
}
.upcoming-events-block .wpr-grid-item {
background: #FDF2D9;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
.upcoming-events-block {
padding-bottom: 10px;
}
.upcoming-events-block .wpr-grid-item-below-content {
padding: 10px 40px 40px !important;
}
}
.get-involved-mobile {
display: none;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
	.get-involved-mobile {
display: block !important;
 }
}
.latest-news-block-mobile {
display: none;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
.latest-news-block-mobile {
display: block !important;
}
.latest-news-block-mobile .slick-slide img {
  display: block;
  width: 415px;
  height: auto;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
}
	.latest-news-block-mobile .wpr-grid-media-hover-bg {
background-color: none !important;
}
.latest-news-block-mobile .e-con-inner {
padding: 20px 20px 60px;
	}
}
.page-events-view .wpr-grid-item-date .inner-block span {
  border-radius: 50%;
}
.page-events-view .wpr-grid-item-date .inner-block {
  position: absolute;
  left: 15px;
  width: 112px;
  top: 15px;
}
.impact-area-mobile #slick-slide10 {
background: #0044b5;
}
.impact-area-mobile #slick-slide11 {
background: #FFBA00;
}
.impact-area-mobile #slick-slide11 .wpr-grid-item-below-content h2 a, .impact-area-mobile #slick-slide31 .wpr-grid-item-below-content p {
color: #21296B !important;
}
.impact-area-mobile #slick-slide12 {
background: #21296B;
}
.impact-area-mobile #slick-slide13 {
background: #FD372C;
}
.impact-area-mobile .wpr-grid-item-below-content {
  min-height: 250px;
  border-radius: 10px;
  padding: 30px !important;
}
.impact-area-mobile .slick-slide {
  margin: 20px;
border-radius: 10px;
}
.elementor-element.elementor-element-513066b8 .elementor-image-box-wrapper .elementor-image-box-content, .elementor-element.elementor-element-6b131046 .elementor-image-box-wrapper .elementor-image-box-content {
padding: 0px 14px;
}

.inner-banner-image {
display: none;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
.social-media-block {
  text-align: left !important;
padding: 10px 0px 20px;
}
}
@media screen and (min-width: 0px) and (max-width: 1024px) {
#menubar {
display: none;
}
	.mobile-main-menu ul.menu {
padding-left: 2rem;
padding-right: 2rem;
}
}
.site-footer_top.clearfix #footer-1 .secondary-button {
color: #fff !important;
}
.address-block .contact-icon a {
color: #fff !important;
}
