* {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'NewsCycle-Regular';
    src: url('/wp-content/uploads/fonts/NewsCycle-Regular.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NewsCycle-Bold';
    src: url('/wp-content/uploads/fonts/NewsCycle-Bold.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('/wp-content/uploads/fonts/OpenSans-Regular.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SegoeUI-Regular';
    src: url('/wp-content/uploads/fonts/Segoe\ UI.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


html,
body {
  height: 100%;
}
body {
  font-family: "OpenSans-Regular", sans-serif !important;
  background-color: #fff !important;
  font-size: 1em;
}
@media all and (max-width: 640px) {
  body {
    font-size: 1em;
  }
}
@media all and (max-width: 1200px) {
  body {
    font-size: 1em;
  }
}
@media all and (max-width: 1080px) {
  body {
    font-size: 1.06875em;
  }
}
@media all and (max-width: 979px) {
  body {
    font-size: 1.0975507813em;
  }
}
@media all and (max-width: 890px) {
  body {
    font-size: 1.1009114583em;
  }
}
@media all and (max-width: 809px) {
  body {
    font-size: 1.0860403646em;
  }
}
@media all and (max-width: 735px) {
  body {
    font-size: 1.0575195313em;
  }
}
@media all and (max-width: 665px) {
  body {
    font-size: 1.0174153646em;
  }
}
a,
a:hover,
a:focus {
  text-decoration: none !important;
}
a img {
  text-decoration: none;
  border: 0px;
  outline: none;
}
img {
  width: 100%;
}
.wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.section-title{
  color:#283B91;
  font-family: 'NewsCycle-Regular', sans-serif !important;
  font-weight: 400;
}
section,
header,
main.site-pages,
footer.site-footer {
  float: left;
  width: 100%;
}

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: transparent;
    transition: 
        background 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

/* Sticky header after scroll */
.site-header.is-sticky {
    position: fixed;
    background: rgba(255, 255, 255,1); /* adjust color */

}

/* Prevent jump when header becomes fixed */
body.has-sticky-header {
    padding-top: 80px; /* match header height */
}

header.site-header {
  position: absolute;
  /* background-color: #F6EFE2 !important; */
}
@media screen and (max-width: 769px) {
  header.site-header {
    position: relative;
    background-color: #181818 !important;
  }
  header.site-header img {
    max-width: 130px !important;
  }
}
#ocp-header {
  transition: background-color 0.3s ease;
  width: 100%;
}
.sticky {
  position: fixed !important;
  top: 0;
  width: 100%;
  background-color: #181818;
}
@media screen and (max-width: 769px) {
  main.site-main {
    float: left;
    width: 100%;
  }
}
nav ul#menu-primary-menu li {
  padding: 0 10px;
}
nav ul#menu-primary-menu li a {
  color: #d2d6e3;
}
nav ul#menu-primary-menu li ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
nav ul#menu-primary-menu li ul li {
  padding: 0 !important;
}
nav ul#menu-primary-menu li ul li a {
  font-size: 0.9375em;
}
h2 {
  font-size: 3.125em;
  font-weight: 600;
}




@media all and (max-width: 640px) {
  h2 {
    font-size: 1em;
  }
}
@media all and (max-width: 1200px) {
  h2 {
    font-size: 3.125em;
  }
}
@media all and (max-width: 1162px) {
  h2 {
    font-size: 2.94390625em;
  }
}
@media all and (max-width: 1123px) {
  h2 {
    font-size: 2.7636328125em;
  }
}
@media all and (max-width: 1082px) {
  h2 {
    font-size: 2.5802157738em;
  }
}
@media all and (max-width: 1040px) {
  h2 {
    font-size: 2.3988095238em;
  }
}
@media all and (max-width: 997px) {
  h2 {
    font-size: 2.2198828125em;
  }
}
@media all and (max-width: 952px) {
  h2 {
    font-size: 2.04em;
  }
}
@media all and (max-width: 905px) {
  h2 {
    font-size: 1.8601655506em;
  }
}
@media all and (max-width: 856px) {
  h2 {
    font-size: 1.6814285714em;
  }
}
@media all and (max-width: 805px) {
  h2 {
    font-size: 1.5048828125em;
  }
}
@media all and (max-width: 752px) {
  h2 {
    font-size: 1.3316666667em;
  }
}
@media all and (max-width: 696px) {
  h2 {
    font-size: 1.16em;
  }
}
button.navbar-toggler,
button:focus.navbar-toggler {
  border: solid 1px #d2d6e3;
  background-color: rgba(0, 0, 0, 0);
  outline: none;
  box-shadow: initial !important;
}
button.navbar-toggler i,
button:focus.navbar-toggler i {
  color: #d2d6e3;
}
button.btn-primary,
button.learn-more-button {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  padding: 7px 19px;
}
@media screen and (max-width: 414px) {
  button.btn-primary,
  button.learn-more-button {
    font-size: 0.8125em;
  }
}
button.learn-more-button {
  background-color: rgba(0, 0, 0, 0) !important;
  border: solid 1px #fff !important;
  color: #fff !important;
  outline: none;
}
button.btn-primary {
  border: 0;
  background-color: #fb453f !important;
}
button.btn-primary i {
  font-size: 0.9375em;
}
button.btn-primary:hover {
  background-color: #fb0302 !important;
}
.image-overlay {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  transition: filter 0.6s ease;
}
.image-overlay .background-image {
  width: 100%;
  display: block;
  transition: filter 0.6s ease;
}
.image-overlay .logo-overlay img {
  max-width: 150px;
  width: 100%;
}
@media screen and (max-width: 414px) {
  .image-overlay .logo-overlay img {
    max-width: 100px;
  }
}
.image-overlay .overlay-content {
  position: absolute;
  bottom: 75px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  transform: translateY(100%);
  transition: transform 0.6s ease;
  z-index: 1;
}
@media screen and (max-width: 414px) {
  .image-overlay .overlay-content {
    bottom: 55px;
  }
}
.image-overlay .overlay-content .overlay-text {
  color: #fff !important;
  text-align: left;
  padding: 10px 0 20px 0;
  font-size: 0.9375em;
}
@media screen and (max-width: 414px) {
  .image-overlay .overlay-content .overlay-text {
    font-size: 0.8125em;
  }
}
.image-overlay .overlay-content .button-container {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.image-overlay .overlay-content .button-container .donate-button,
.image-overlay .overlay-content .button-container .learn-more-button {
  transition: background-color 0.3s ease;
}
.image-overlay:hover .background-image {
  filter: grayscale(100%);
}
.image-overlay:hover .overlay-content {
  transform: translateY(80px);
}
@media screen and (max-width: 414px) {
  .image-overlay:hover .overlay-content {
    transform: translateY(60px);
  }
}
footer.site-footer {
  background-color: #ffffff;
}
footer.site-footer .details i,
footer.site-footer .details a {
  font-size: 0.875em;
}
footer.site-footer .details i {
  color: #fb453f;
}
footer.site-footer .details a {
  color: #d2d6e3 !important;
}
footer.site-footer img {
 max-width: 250px !important;
  width: 100%;
}
footer.site-footer h3 {
  text-transform: uppercase;
  color: #d2d6e3;
  font-size: 1em;
}
footer.site-footer p,
footer.site-footer a,
footer.site-footer span {
  color: #d2d6e3;
  font-size: 0.875em;
}
footer.site-footer ul {
  margin: 0;
  padding: 0;
}
footer.site-footer ul li {
  list-style: none;
  list-style-type: none;
   margin-top: 30px;

}
footer.site-footer ul li a {
  color: #283B91;
  font-size: 16px;
  font-family: 'NewsCycle-Regular', sans-serif !important;
  
}
footer.site-footer .footer-bottom {
 
  background-color: #ffffff;
}
footer.site-footer .footer-bottom p {
  color: #2F559799 !important;
  font-size: 14px;
  font-family: 'OpenSans-Regular', sans-serif !important;
}
.who-we-are {
  height: 100%;
}
@media screen and (min-width: 769px) {
  .who-we-are {
    min-height: 750px !important;
  }
}
.who-we-are .who-we-are-bg {
  position: relative;
  background-color: #fb453f;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .who-we-are .who-we-are-bg {
    height: 650px;
    position: absolute;
    width: 100%;
  }
}
.news-block {
  margin: 30px 0 0 0;
}
.news-block article {
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -ms-border-radius: 15px !important;
  -o-border-radius: 15px !important;
  border-radius: 15px !important;
}
.news-block article img {
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -ms-border-radius: 15px 15px 0 0;
  -o-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
}
.news-block article header .entry-taxonomies {
  display: none;
}
.news-block article header h2 {
  font-size: 1.125em;
}
.news-block article header h2 a {
  color: #1e1e1e;
}
.news-block article .entry-summary p {
  color: #333;
  margin: 10px 0 !important;
}
.news-block article .entry-actions p a {
  color: #333 !important;
  text-decoration: underline !important;
  font-weight: 300 !important;
}
.news-block article .entry-actions p span {
  display: none !important;
}
@media screen and (min-width: 1025px) {
  .wp-block-kadence-posts.grid-lg-col-3 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
.wp-block-kadence-posts .loop-entry .entry-content-wrap {
  padding: 1.5rem !important;
}
.offcanvas {
  background-color: #1e1e1e;
}
.offcanvas ul#menu-primary-menu-1 li {
  border-bottom: solid 1px #333;
}
.offcanvas ul#menu-primary-menu-1 li a {
  color: #fff !important;
  padding: 7px 5px;
  font-size: 0.9375em;
}
.offcanvas ul#menu-primary-menu-1 li a:hover {
  background-color: #000;
}
.offcanvas ul#menu-primary-menu-1 li ul.dropdown-menu {
  background-color: #000;
}
.offcanvas ul#menu-primary-menu-1 li ul.dropdown-menu a:hover {
  background-color: #333;
}
.offcanvas ul#menu-primary-menu-1 li:last-child {
  border-bottom: 0 !important;
}
.offcanvas div.offcanvas-header img {
  max-width: 130px !important;
}
.offcanvas div.offcanvas-header button {
  border: 0;
  outline: 0;
  background-color: rgba(0, 0, 0, 0);
}
.offcanvas div.offcanvas-header button i {
  color: #d2d6e3;
}
ul.dropdown-menu li a {
  color: #333 !important;
}
.page-banner,
.post-banner,
.archive-banner {
  height: auto;
  overflow: hidden;
  position: relative;
}
.post-banner-meta div.categ {
  background-color: #fb453f;
  max-width: 70px;
  margin: 0 auto;
  border-radius: 7px;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-banner-meta div.categ a {
  color: #fff !important;
  font-size: 0.875em;
}
.post-banner-meta p {
  color: #d2d6e3;
  font-size: 0.875em;
}
.page-banner-image img,
.post-banner-image img,
.archive-banner-image img {
  object-fit: cover;
}
.post-banner-image img,
.archive-banner-image img {
  max-height: 575px;
}
.page-banner-image img {
  height: 100%;
}
.page-banner-title,
.post-banner-title,
.archive-banner-title {
  font-size: 3em;
  font-family: 'NewsCycle-Bold', sans-serif !important;
}

.page-banner-description {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
}

@media all and (max-width: 640px) {
  .page-banner-title,
  .post-banner-title,
  .archive-banner-title {
    font-size: 1.2em;
  }
}
@media all and (max-width: 1200px) {
  .page-banner-title,
  .post-banner-title,
  .archive-banner-title {
    font-size: 4.375em;
  }
}
@media all and (max-width: 1173px) {
  .page-banner-title,
  .post-banner-title,
  .archive-banner-title {
    font-size: 4.1764123884em;
  }
}
@media all and (max-width: 1145px) {
  .page-banner-title,
  .post-banner-title,
  .archive-banner-title {
    font-size: 3.9753394717em;
  }
}
@media all and (max-width: 1116px) {
  .page-banner-title,
  .post-banner-title,
  .archive-banner-title {
    font-size: 3.7723125em;
  }
}
@media all and (max-width: 1086px) {
  .page-banner-title,
  .post-banner-title,
  .archive-banner-title {
    font-size: 3.5678816964em;
  }
}
@media all and (max-width: 1056px) {
  .page-banner-title,
  .post-banner-title,
  .archive-banner-title {
    font-size: 3.3691428571em;
  }
}
@media all and (max-width: 1025px) {
  .page-banner-title,
  .post-banner-title,
  .archive-banner-title {
    font-size: 3.1697591146em;
  }
}
@media all and (max-width: 993px) {
  .page-banner-title,
  .post-banner-title,
  .archive-banner-title {
    font-size: 2.9703186384em;
  }
}
@media all and (max-width: 960px) {
  .page-banner-title,
  .post-banner-title,
  .archive-banner-title {
    font-size: 2.7714285714em;
  }
}
@media all and (max-width: 925px) {
  .page-banner-title,
  .post-banner-title,
  .archive-banner-title {
    font-size: 2.5680106027em;
  }
}
@media all and (max-width: 889px) {
  .page-banner-title,
  .post-banner-title,
  .archive-banner-title {
    font-size: 2.3668632812em;
  }
}
@media all and (max-width: 851px) {
  .page-banner-title,
  .post-banner-title,
  .archive-banner-title {
    font-size: 2.1634332217em;
  }
}
@media all and (max-width: 812px) {
  .page-banner-title,
  .post-banner-title,
  .archive-banner-title {
    font-size: 1.9641458333em;
  }
}
@media all and (max-width: 771px) {
  .page-banner-title,
  .post-banner-title,
  .archive-banner-title {
    font-size: 1.7650106027em;
  }
}
@media all and (max-width: 727px) {
  .page-banner-title,
  .post-banner-title,
  .archive-banner-title {
    font-size: 1.5631311384em;
  }
}
@media all and (max-width: 680px) {
  .page-banner-title,
  .post-banner-title,
  .archive-banner-title {
    font-size: 1.3610119048em;
  }
}
.site-pages h3 {
  font-size: 1.875em;
  font-weight: 600;
}
@media all and (max-width: 640px) {
  .site-pages h3 {
    font-size: 1.2em;
  }
}
@media all and (max-width: 1200px) {
  .site-pages h3 {
    font-size: 1.875em;
  }
}
@media all and (max-width: 1136px) {
  .site-pages h3 {
    font-size: 1.8155714286em;
  }
}
@media all and (max-width: 1073px) {
  .site-pages h3 {
    font-size: 1.7526065848em;
  }
}
@media all and (max-width: 1012px) {
  .site-pages h3 {
    font-size: 1.6874196429em;
  }
}
@media all and (max-width: 952px) {
  .site-pages h3 {
    font-size: 1.61925em;
  }
}
@media all and (max-width: 893px) {
  .site-pages h3 {
    font-size: 1.5482985491em;
  }
}
@media all and (max-width: 835px) {
  .site-pages h3 {
    font-size: 1.4747628348em;
  }
}
@media all and (max-width: 778px) {
  .site-pages h3 {
    font-size: 1.3988370536em;
  }
}
@media all and (max-width: 722px) {
  .site-pages h3 {
    font-size: 1.3207120536em;
  }
}
@media all and (max-width: 667px) {
  .site-pages h3 {
    font-size: 1.2405753348em;
  }
}
.site-pages p {
  color: #666;
}
.site-pages ul li {
  color: #666;
}
.post-content p {
  font-weight: 300;
}
.related-articles,
.press-release {
  width: 100%;
  padding: 30px;
  float: left;
}
.related-articles .card,
.press-release .card {
  border: 0;
  border-radius: 0;
  background-color: #fdfdfd;
  border: solid 1px #f1f1f1;
}
.related-articles h2,
.press-release h2 {
  font-weight: 900;
  text-align: center;
  font-size: 1.1875em;
  text-transform: uppercase;
}
.related-articles h5,
.press-release h5 {
  font-size: 1em;
}
.related-articles h5 a,
.press-release h5 a {
  color: #333;
  font-weight: 900;
}
.related-articles p,
.press-release p {
  color: #333;
  font-weight: 300;
  font-size: 0.9375em;
}
.related-articles img,
.press-release img {
  max-height: 150px;
  object-fit: cover;
  border-radius: 0;
}
.related-articles a.card-link,
.press-release a.card-link {
  text-decoration: underline !important;
}
.pagination span.current {
  background-color: #fb453f;
  color: #fff !important;
}
.pagination a.page-numbers {
  background-color: #ccc;
}
.pagination a.prev {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.pagination a.next {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.pagination span,
.pagination a {
  border: solid 1px #f1f1f1;
  padding: 0.5rem 0.75rem;
  color: #1e1e1e;
}
.offcanvas-menu {
  width: 250px;
}

.navbar-nav .dropdown-menu {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  visibility: hidden;

}
.navbar-nav .dropdown:hover > .dropdown-menu {
  display: block;
  visibility: visible;
  opacity: 1;
}
.navbar-nav .dropdown-menu.show {
  display: block;
} /*# sourceMappingURL=main.css.map */


/* 
button.top-nav-button {
  
  width: 146px;
  height: 49px;
  
} */
 .dq-btn{
  border: none;
  border-radius: 5px;
  font-family: 'Paralucent Light', sans-serif !important;
   width: 146px;
  height: 49px;
 }

 .dq-btn-rounded{
  border-radius: 5px;
 }

 .dq-btn-md{
 width:210px !important;
 height: 50px;
 font-family: 'Paralucent Light', sans-serif !important;
text-transform: uppercase;
letter-spacing: 3px;

 }
.dq-btn-primary{
background-color: #0B5F53 !important;
color: #ffffff;
border: 1px solid #0B5F53 !important;

}


.dq-btn-primary-outline{
  background-color: transparent !important;
  color: #0B5F53 !important;
  border: 1px solid #0B5F53 !important;
}
.dq-btn-secondary-outline{
  background-color: transparent !important;
  color: #F6EFE2 !important;
  border: 1px solid #F6EFE2 !important;
}

.nav-link{
  color:#464646 !important;
font-size: 18px;
  font-family: 'NewsCycle-Regular', sans-serif !important;
  font-weight: 400 !important;
}

.paralucent-light{
  font-family: 'Paralucent Light', sans-serif !important;
  
}

.paralucent-medium{
 font-family: 'Paralucent Medium', sans-serif !important;
}

.text-green{
  color: #0B5F53;
}

.text-gray{
  color: #333333;
}

.text-dark-gray{
  color:#2B2B2B;
}
.work-sans-regular{
  
  font-family: 'Work Sans', sans-serif !important;
}

.kt-blocks-info-box-title{
   font-family: 'Paralucent Medium', sans-serif !important;
     color: #0B5F53;
     font-size:25px;
     margin-top: 10px;
}

.kt-infobox-textcontent{
  padding-left: 21px;
  padding-right: 21px;
  line-height: 1em;
}

.text-light{
  color: #ffffff !important;
}
.text-light-warm{
  color:#F6EFE2 !important;
}

#menu-quick-links {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 0;
  margin: 0;
}

#menu-quick-links li {
  list-style: none;
}

#menu-quick-links li a {
  text-decoration: none;
  color: #F6F4EB;
    font-family: 'WorkSans', sans-serif !important;
    font-size:16px;
    margin-left: 10px;
    margin-right:10px;
}

.approach-section {
  background-color: #f6efe4;
}

.approach-item {
  align-items: flex-start;
}

.approach-number {
  font-size: 65px;
  color: #0b5f53;
  line-height: 1;
}

.approach-content {
  line-height: 1;
}

.approach-title {
  font-size: 25px;
  margin-top: 17px;
}

.approach-text {
  color: #333;
}


.wp-block-accordion{
  width: 100% !important;
 
}

.wp-block-accordion-item{

  border-top: 1px solid #ccc !important;
}
@media screen and (max-width:1399px) {
  #menu-quick-links {
  display: flex;
  gap: 5px;

}
}

@media screen and (max-width:1199px) {
  #menu-quick-links {
  display: flex;
  gap: 0px;

}

#menu-quick-links li a {
  font-size: 14px;
}

}

@media screen and (max-width:991px) {
  #menu-quick-links {
  display: flex;
  flex-direction: column;

}
}

@media screen and (max-width:480px) {
 .section-title{
  font-size:30px !important;
 }
 .section-sub-heading{
  font-size: 18px !important;
 }

 .approach-number {
  font-size: 42px;

}

.approach-title {
  font-size: 20px;
  margin-top:0px;
}

.approach-text {
  color: #333;
  font-size: 16px;
}


}


/* DEFAULT (ON HERO) */
.site-header .nav-link,
.site-header .navbar-nav a,
.site-header .dq-btn,
.site-header .navbar-toggler i {
    color: #ffffff !important;
}

/* Sticky state */
.site-header.is-sticky .nav-link,
.site-header.is-sticky .navbar-nav a,
.site-header.is-sticky .dq-btn,
.site-header.is-sticky .navbar-toggler i {
    color: #323232 !important;
      font-family: 'NewsCycle-Regular', sans-serif !important;
  font-weight: 400 !important;
}


/* Toggler border */
.site-header.is-sticky .navbar-toggler {
    border-color: #323232 !important;
}

.kt-blocks-info-box-title{
    font-family: 'NewsCycle-Regular', sans-serif !important;
}


.segoe-ui-regular{
   font-family: 'SegoeUI-Regular', sans-serif !important;
}
