/* IMPORT FONTS */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.cdnfonts.com/css/avenir");

:root {
  --animate-delay: 0.5s;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;

  background: white;
  transition: background 0s;

  -webkit-transition: background 0s;
  -moz-transition: background 0s;
  -ms-transition: background 0s;
  -o-transition: background 0s;
  transition: background 0s;
}

blockquote {
  font-family: Georgia, "Oswald", serif;
  font-size: 1.2em;
  font-style: italic;
  margin: 0.25em 0;
  padding: 0.35em 40px;
  line-height: 1.45;
  position: relative;
  color: #383838;
  margin-left: 1.3em;
}

blockquote:before {
  display: block;
  padding-left: 10px;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: -20px;
  top: -20px;
  color: #40b7e7;
}

blockquote:after {
  display: block;
  padding-right: 10px;
  content: "\201D";
  font-size: 80px;
  position: absolute;
  right: 0;
  color: #40b7e7;
  bottom: 0;
}

blockquote cite {
  color: #999999;
  font-size: 1em;
  display: block;
  margin-top: 0.5em;
}

blockquote cite:before {
  content: "\2014 \2009";
}

.article a {
  text-decoration: underline;
}

.article hr {
  margin-left: 2em;
  margin-right: 2em;
}

.article li {
  margin-left: 1em;
  padding: 0em 2em 0 0;
}

.article-image img {
  padding-top: 0 !important;
}

h1 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 7.5em;
  font-style: normal;
}
h2 {
  /* width: 83%; */
  margin: 0 auto;
  padding-top: 1.5em;
  font-size: 3rem;
  font-family: "Oswald", sans-serif;
  padding-left: 1.2em;
  width: 100%;
}

h3 {
  font-family: "Oswald", sans-serif;
  color: #000;
  font-size: 1.4rem;
}

.logo a {
  justify-content: center;
  margin-top: auto;
  display: flex;
}

.logo-white {
  display: none;
}

.social-white {
  display: none;
}

.donate-white {
  display: none;
}

img.center-block.logo {
  max-width: 150px;
  padding: 0.5em;
}

#sticky-sidebar {
  height: 100%;
  /* border-right: 1px solid #8c8a8a; */
  display: flex;
  flex-direction: column;
  flex: 1;
}

#sticky-sidebar::after {
  content: "";
  position: absolute;
  right: 0;
  top: 3.5%;
  height: 93%;
  border-right: 1px solid #8c8a8a;
}

#sticky-sidebar.changed-white::after {
  content: "";
  position: absolute;
  right: 0;
  top: 3.5%;
  height: 93%;
  border-right: 1px solid #ffffff;
}

#sticky-sidebar.changed-dark::after {
  content: "";
  position: absolute;
  right: 0;
  top: 3.5%;
  height: 93%;
  border-right: 1px solid #8c8a8a;
}

div#inner-sidebar {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.social-icon {
  padding: 0.5rem 0.4rem;
}

.social-icon img {
  border-radius: 100%;
}

nav {
  z-index: 1;
  width: 50%;
  padding-top: 2em !important;
  top: 0;
  background-color: #fff;
}

.nav {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: auto;
  flex-wrap: wrap !important;
  align-content: flex-end;
}

#navbarNav a.nav-link {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  text-transform: uppercase;
  color: black;
  font-size: 1.3rem;
  /* font-size: 1.45vw; */
  line-height: 1;
  position: relative;
}

#navbarNav a.nav-link:before {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  content: "";
  border: 1px solid black;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
}

#navbarNav a.nav-link.dark-circle:before {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  content: "";
  border: 1px solid black;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
}

#navbarNav a.nav-link.white-circle:before {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  content: "";
  border: 1px solid white;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
}

#navbarNav {
  display: inline !important;
}

#navbarNav ul {
  justify-content: space-between;
  display: flex;
  margin-left: 3em;
}

/* NAVBAR DROPDOWN STYLING - START */
.navbar-nav li:hover .dropdown-menu {
  display: block;
  margin-left: -3em;
  border-radius: 25px;
  /* box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; */
  box-shadow: rgba(0, 0, 0, 0.55) 2.4px 2.4px 3.2px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
}

.dropdown-item {
  font-family: "Oswald";
  /* font-size: 1.45vw; */
  font-size: 1.2em;
  font-weight: 500;
  /* padding: 0.25rem 1rem 0.25rem 3.5rem; */
  padding: 0.5rem 1rem 0.5rem 3.5rem;
  position: relative;
  border-radius: 25px;
}

.dropdown-item:hover {
  background-color: #f0f0f0;
}

.dropdown-item:nth-of-type(1):before {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  content: "";
  /* border: 1px solid #f26b3d;
  background-color: #f26b3d; */
  border: 1px solid #da291c;
  background-color: #da291c;
  top: 3px;
  left: 8px;
}

.dropdown-item:nth-of-type(2):before {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  content: "";
  border: 1px solid #40b6e6;
  background-color: #40b6e6;
  top: 3px;
  left: 8px;
}

.dropdown-item:nth-of-type(3):before {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  content: "";
  border: 1px solid #007cba;
  background-color: #007cba;
  top: 3px;
  left: 8px;
}

.dropdown-item:nth-of-type(4):before {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  content: "";
  border: 1px solid #9bc454;
  background-color: #9bc454;
  top: 3px;
  left: 8px;
}

.dropdown-item:nth-of-type(5):before {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  content: "";
  border: 1px solid #f89c24;
  background-color: #f89c24;
  top: 3px;
  left: 8px;
}

.dropdown-item:nth-of-type(6):before {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  content: "";
  border: 1px solid #34bdac;
  background-color: #34bdac;
  top: 3px;
  left: 8px;
}

.dropdown-divider {
  border-top: 1px solid #2d2a2b;
  margin: 0.5em;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #000;
  text-decoration: none;
  background-color: white;
  border-radius: 25px;
}
/* NAVBAR DROPDOWN STYLING - END */

/* SIGNATURE */
/*
* Prefixed by:
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
#dz-signature {
  opacity: 0;
}
#dz-signature.animate {
  opacity: 1;
}

@-webkit-keyframes line1 {
  0%,
  25% {
    opacity: 1;
    stroke-dashoffset: 270.43;
  }
  90% {
    stroke-dashoffset: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes line1 {
  0%,
  25% {
    opacity: 1;
    stroke-dashoffset: 270.43;
  }
  90% {
    stroke-dashoffset: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes line2 {
  0%,
  25% {
    stroke-dashoffset: 143.69;
    opacity: 1;
  }
  90% {
    stroke-dashoffset: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes line2 {
  0%,
  25% {
    stroke-dashoffset: 143.69;
    opacity: 1;
  }
  90% {
    stroke-dashoffset: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes line3 {
  0%,
  25% {
    stroke-dashoffset: 182.16;
    opacity: 1;
  }
  90% {
    stroke-dashoffset: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes line3 {
  0%,
  25% {
    stroke-dashoffset: 182.16;
    opacity: 1;
  }
  90% {
    stroke-dashoffset: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes line4 {
  0%,
  25% {
    stroke-dashoffset: 43.65;
    opacity: 1;
  }
  90% {
    stroke-dashoffset: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes line4 {
  0%,
  25% {
    stroke-dashoffset: 43.65;
    opacity: 1;
  }
  90% {
    stroke-dashoffset: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes line5 {
  0%,
  25% {
    stroke-dashoffset: 182;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 364;
    opacity: 1;
  }
}

@keyframes line5 {
  0%,
  25% {
    stroke-dashoffset: 182;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 364;
    opacity: 1;
  }
}

@-webkit-keyframes line6 {
  0%,
  25% {
    stroke-dashoffset: 131.69;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 263.38;
    opacity: 1;
  }
}

@keyframes line6 {
  0%,
  25% {
    stroke-dashoffset: 131.69;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 263.38;
    opacity: 1;
  }
}

@-webkit-keyframes line7 {
  0%,
  25% {
    stroke-dashoffset: 190;
    opacity: 1;
  }
  90% {
    stroke-dashoffset: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes line7 {
  0%,
  25% {
    stroke-dashoffset: 190;
    opacity: 1;
  }
  90% {
    stroke-dashoffset: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes line8 {
  0%,
  25% {
    stroke-dashoffset: 195.39;
    opacity: 1;
  }
  90% {
    stroke-dashoffset: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes line8 {
  0%,
  25% {
    stroke-dashoffset: 195.39;
    opacity: 1;
  }
  90% {
    stroke-dashoffset: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes line9 {
  0%,
  25% {
    stroke-dashoffset: -33.82;
    opacity: 1;
  }
  90% {
    stroke-dashoffset: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes line9 {
  0%,
  25% {
    stroke-dashoffset: -33.82;
    opacity: 1;
  }
  90% {
    stroke-dashoffset: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes line9 {
  0%,
  25% {
    stroke-dashoffset: 33.82;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 67.64;
    opacity: 1;
  }
}

@keyframes line9 {
  0%,
  25% {
    stroke-dashoffset: 33.82;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 67.64;
    opacity: 1;
  }
}

/*
  * Prefixed by:
  * PostCSS: v7.0.29,
  * Autoprefixer: v9.7.6
  * Browsers: last 4 version
  */

#Signature path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  opacity: 0;
}

.animate #line1 {
  stroke-dasharray: 270.43;
  -webkit-animation: line1 0.35s 0s ease-in-out forwards;
  animation: line1 0.35s 0s ease-in-out forwards;
}
.animate #line2 {
  stroke-dasharray: 143.69;
  -webkit-animation: line2 0.25s 0.4s ease-in-out forwards;
  animation: line2 0.25s 0.4s ease-in-out forwards;
}
.animate #line3 {
  stroke-dasharray: 182.16;
  -webkit-animation: line3 0.25s 0.75s ease-in-out forwards;
  animation: line3 0.25s 0.75s ease-in-out forwards;
}
.animate #line4 {
  stroke-dasharray: 43.65;
  -webkit-animation: line4 0.5s 1s ease-in-out forwards;
  animation: line4 0.5s 1s ease-in-out forwards;
}
.animate #line5 {
  stroke-dasharray: 182;
  -webkit-animation: line5 0.85s 1.25s ease-in-out forwards;
  animation: line5 0.85s 1.25s ease-in-out forwards;
}
.animate #line6 {
  stroke-dasharray: 131.69;
  -webkit-animation: line6 0.25s 2s ease-in-out forwards;
  animation: line6 0.25s 2s ease-in-out forwards;
}
.animate #line7 {
  stroke-dasharray: 190;
  -webkit-animation: line7 0.25s 2.35s ease-in-out forwards;
  animation: line7 0.25s 2.35s ease-in-out forwards;
}
.animate #line8 {
  stroke-dasharray: 195.39;
  -webkit-animation: line8 0.25s 2.55s ease-in-out forwards;
  animation: line8 0.25s 2.55s ease-in-out forwards;
}
.animate #line9 {
  stroke-dasharray: 33.82;
  -webkit-animation: line9 0.5s 2.75s ease-in-out forwards;
  animation: line9 0.5s 2.75s ease-in-out forwards;
}

/* SIDE ANIMATIONS - START */

@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.home img {
  width: 100%;
  pointer-events: none;
  user-select: none;
}

.users-color-container {
  /* display: grid; */
  display: flex;
  justify-content: center;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 20px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(0);
  }
}

@keyframes fadeIn1 {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeOut1 {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(0);
  }
}

.item {
  aspect-ratio: 1/1;
  animation: fadeIn 0.5s linear 1 forwards;
  animation-delay: calc(0.2s * var(--i));
  opacity: 0;
}

.item.moveIn {
  aspect-ratio: 1/1;
  animation: fadeIn 0.5s linear 1 forwards;
  animation-delay: calc(0.2s * var(--i));
  opacity: 0;
}

.item.moveOut {
  aspect-ratio: 1/1;
  animation: fadeOut 0.5s linear 1 forwards;
  animation-delay: calc(0.2s * var(--i));
  opacity: 1;
}

.item-grey {
  background-color: #5f5f62;
  border-radius: 200px 200px 0 0;
  width: 75%;
  height: 100%;
  margin: auto;
}

.item-triangle-circle {
  height: 100%;
  margin: auto;
  width: 0;
  border-left: 250px solid transparent;
  border-top: 250px solid rgb(228, 144, 35);
}

.item-yellow-circle {
  height: 100%;
  margin: auto;
  width: 75%;
  border-radius: 50%;
  background: rgb(228, 144, 35);
}

.item-yellow-crescent {
  background: rgb(228, 144, 35);
  border-radius: 200px 200px 0 0;
  width: 75%;
  height: 100%;
  margin: auto;
}

.item-redd {
  background-color: #da291c;
  border-radius: 150px 150px 0 0;
  width: 75%;
  height: 100%;
  margin: auto;
}

.item-triangle-circle-redd {
  height: 100%;
  margin: auto;
  width: 0;
  border-left: 250px solid transparent;
  border-top: 250px solid rgb(223, 43, 31);
}

.item-red-circlee {
  height: 100%;
  margin: auto;
  width: 75%;
  border-radius: 50%;
  background: rgb(223, 43, 31);
}

.item-red-crescentt {
  background: rgb(223, 43, 31);
  border-radius: 200px 200px 0 0;
  width: 75%;
  height: 100%;
  margin: auto;
}

/* SIDE ANIMATIONS - END */

.hero-title .navbar {
  display: block;
}

.hero-title {
  /* height: 93%; */
  margin-top: 10em;
  position: relative;
}

.hero-title h1 {
  width: 85%;
  margin: 0 auto;
  /* letter-spacing: -5px; */
  line-height: 1;
  letter-spacing: -0.3vw;
}

.hero-title p {
  /* width: 83%; */
  margin: 0 auto;
  padding-top: 1.5em;
  font-size: 1.1rem;
  font-family: "Avenir", Arial, sans-serif;
  padding-left: 3.5em;
  width: 100%;
}

.hero-title-variable {
  /* color: #5f5f62; */
  color: #da291c;
}

h1#sentence {
  min-height: 3em;
  /* font-size: 8vw; */
  font-size: 6em;
}

div#main {
  /* min-height: 93%; */
}

@keyframes bouncing {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 20px;
  }
  100% {
    bottom: 0;
  }
}

#down-arrow {
  position: absolute;
  bottom: -10%;
  left: 6%;
}

.arrow {
  animation: bouncing 1s infinite ease-in-out;
  /* left: 10%;
  margin-left: -25px; */
  position: absolute;
  width: 45px;
}

#landing-text,
#acknowledgement-text,
#letter-text {
  height: 93vh;
  position: relative;
}

#landing-text-mobile,
#acknowledgement-text-mobile,
#letter-text-mobile {
  /* height: 100vh; */
  position: relative;
}

#landing-text-mobile h2,
#acknowledgement-text-mobile h2,
#letter-text-mobile h2 {
  padding-bottom: 0.2em;
  padding-left: 0.2em !important;
}

.animate-grey {
  background-color: #5f5f62;
  width: 75%;
  height: 100%;
  border-radius: 200px 200px 0 0;
  margin: auto;
}

.animate-red {
  background-color: #da291c;
  width: 75%;
  height: 100%;
  border-radius: 150px 150px 0 0;
  margin: auto;
}

#mainImages {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 0px);
}

.header {
  flex-grow: 1;
  display: block;
  position: relative;
  transform: rotate(180deg);
  min-height: 32%;
}

.content {
  width: 100%;
  flex-grow: 1;
  display: block;
  position: relative;
  /* height: 10em; */
}

.content img {
  /* height: 100%;
  margin: 0 auto;
  display: block;
  max-width: 100%; */
  height: 100%;
  margin: 0 auto;
  display: block;
  /* max-width: 75%;
  width: 75%; */
  max-width: 100%;
  width: 100%;
  border-radius: 50%;
}

.footer {
  flex-grow: 1;
  display: block;
  position: relative;
  max-height: 33%;
}

/* LAND ACKNOWLEDGEMENT PAGE */
.acknowledgement-page {
  background: #f89c24;
  overflow: auto;
}

.acknowledgement-page #sticky-sidebar {
  /* border-right: 1px solid #ffffff; */
}

.acknowledgement-page #sticky-sidebar::after {
  content: "";
  position: absolute;
  right: 0;
  top: 3.5%;
  height: 93%;
  border-right: 1px solid #ffffff;
}

.acknowledgement-page #navbarNav a.nav-link {
  color: #ffffff !important;
}

.acknowledgement-page #navbarNav a.nav-link:before {
  border: 1px solid #ffffff;
}

.acknowledgement-page .hero-title h1 {
  width: 75%;
  margin: 0 auto;
  letter-spacing: -2px;
  line-height: 1;
}

.acknowledgement-page h1 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 3.5em;
  color: #ffffff;
  font-style: normal;
}

.acknowledgement-page .hero-title p {
  width: 75%;
  margin: 0 auto;
  padding-top: 1.5em;
  font-size: 1.1rem;
  color: #ffffff;
}

.acknowledgement-page p {
  font-family: "Avenir", Arial, sans-serif;
}

/* MESSAGE FROM DANIELE PAGE */
.message-page {
  background: #ee2e23;
  overflow: auto;
}

.message-page #sticky-sidebar {
  /* border-right: 1px solid #ffffff; */
}

.message-page #sticky-sidebar::after {
  content: "";
  position: absolute;
  right: 0;
  top: 3.5%;
  height: 93%;
  border-right: 1px solid #ffffff;
}

.message-page #navbarNav a.nav-link {
  color: #ffffff !important;
}

.message-page #navbarNav a.nav-link:before {
  border: 1px solid #ffffff;
}

.message-page .hero-title h1 {
  width: 75%;
  margin: 0 auto;
  letter-spacing: -2px;
  line-height: 1;
}

.message-page h1 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 3.5em;
  color: #ffffff;
  font-style: normal;
}

.message-page .hero-title p {
  width: 75%;
  margin: 0 auto;
  padding-top: 1.5em;
  font-size: 1.1rem;
  color: #ffffff;
}

.message-page p {
  font-family: "Avenir", Arial, sans-serif;
}

.message-page .hero-title {
  height: auto;
  margin-top: 4em;
  margin-bottom: 4em;
}

/* THE AFRICAN RESETTLEMENT EMERGENCY FUND PAGE */

.african-resettlement-emergency-fund-page {
  /* background: #f26b3d; */
  background: #da291c;
}

.african-resettlement-emergency-fund-page #sticky-sidebar {
  /* border-right: 1px solid #ffffff; */
}

.african-resettlement-emergency-fund-page #sticky-sidebar::after {
  content: "";
  position: absolute;
  right: 0;
  top: 3.5%;
  height: 93%;
  border-right: 1px solid #ffffff;
}

.african-resettlement-emergency-fund-page #navbarNav a.nav-link {
  color: #ffffff !important;
}

.african-resettlement-emergency-fund-page #navbarNav a.nav-link:before {
  border: 1px solid #ffffff;
}

.african-resettlement-emergency-fund-page .hero-title h1 {
  width: 100%;
  margin: 0 auto;
  letter-spacing: -2px;
  line-height: 1;
}

.african-resettlement-emergency-fund-page h1 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 3.5em;
  color: #ffffff;
  font-style: normal;
}

.african-resettlement-emergency-fund-page .hero-title p {
  width: 100%;
  margin: 0 auto;
  font-size: 1.1rem;
  color: #000000;
  padding: 1em 2em;
}

.african-resettlement-emergency-fund-page p,
ul,
li {
  font-family: "Avenir", Arial, sans-serif;
  font-size: 1.1rem;
  margin-bottom: 1em;
}

.african-resettlement-emergency-fund-page .article {
  background: #ffffff;
  color: #000000;
  padding-bottom: 2em;
  margin-top: 7em;
  margin-bottom: 3em;
  border-radius: 15px;
}

.african-resettlement-emergency-fund-page .article h1 {
  /* color: #f26b3d; */
  color: #da291c;
  padding: 1em 0.5em;
}

.african-resettlement-emergency-fund-page .article ul {
  margin-bottom: 0;
}

.african-resettlement-emergency-fund-page .article img {
  padding-top: 1em;
}

.african-resettlement-emergency-fund-page .article .circle {
  width: 250px;
  font-family: Oswald, sans-serif;
  font-weight: 600;
  /* border: 5px solid #f26b3d; */
  border: 5px solid #da291c;
  height: 250px;
  border-radius: 100%;
  font-size: 50px;
  /* color: #f26b3d; */
  color: #da291c;
  text-align: center;
  background: #fff;
  line-height: 40px;
  padding-top: 1.5em;
}

.african-resettlement-emergency-fund-page .article .circle-orange {
  width: 250px;
  font-family: Oswald, sans-serif;
  font-weight: 600;
  /* border: 5px solid #f26b3d; */
  border: 5px solid #da291c;
  height: 250px;
  border-radius: 100%;
  font-size: 50px;
  color: #fff;
  text-align: center;
  /* background: #f26b3d; */
  background: #da291c;
  line-height: 50px;
  padding-top: 1.5em;
}

.african-resettlement-emergency-fund-page .article .circle-break {
  font-size: 30px;
  line-height: 0 !important;
  padding: 0 10px;
}

/* COUNTING NUMBERS CIRCLES - START */
.flex-icons-text-2-orange {
  display: block;
  text-align: center;
  background: none;
  /* border: 5px solid #f26b3d; */
  border: 5px solid #da291c;
  /* color: #f26b3d; */
  color: #da291c;
  padding: 1em;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  font-size: 1.2em;
  margin: 0 auto;
  font-family: "Oswald", sans-serif;
}

.flex-icons-text-2-orange-full {
  display: block;
  text-align: center;
  /* background: #f26b3d;
  border: 5px solid #f26b3d; */
  background: #da291c;
  border: 5px solid #da291c;
  color: #fff;
  padding: 1em;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  font-size: 1.2em;
  margin: 0 auto;
  font-family: "Oswald", sans-serif;
}

.flex-icons-text-2-yellow-full {
  display: block;
  text-align: center;
  background: #007cba;
  border: 5px solid #007cba;
  color: #fff;
  padding: 1em;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  font-size: 1.2em;
  margin: 0 auto;
  font-family: "Oswald", sans-serif;
}

.large-text-number-orange {
  display: block;
  font-size: 2.5em;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  /* color: #f26b3d; */
  color: #da291c;
  margin-top: 1em;
}

.large-text-number-orange-full {
  display: block;
  font-size: 2.5em;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  color: #fff;
  margin-top: 1em;
}

.large-text-number-yellow-full {
  display: block;
  font-size: 2.5em;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  color: #fff;
  margin-top: 1em;
}

.sub-text-orange {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 110%;
  /* color: #f26b3d; */
  color: #da291c;
  display: block;
  text-align: center;
  font-family: "Oswald", sans-serif;
}

.sub-text-white {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 110%;
  color: #fff;
  display: block;
  text-align: center;
  font-family: "Oswald", sans-serif;
}

.additional-info {
  margin: 0.5em 0;
}

.plus-sign::after {
  content: "+";
}

.million-sign::after {
  content: " million";
}

/* COUNTING NUMBERS CIRCLES - END */

/* CLUSTER TABLES PAGE - START */

.cluster-tables-page {
  background: #40b6e6;
}

.cluster-tables-page #sticky-sidebar {
  /* border-right: 1px solid #ffffff; */
}

.cluster-tables-page #sticky-sidebar::after {
  content: "";
  position: absolute;
  right: 0;
  top: 3.5%;
  height: 93%;
  border-right: 1px solid #ffffff;
}

.cluster-tables-page #navbarNav a.nav-link {
  color: #ffffff !important;
}

.cluster-tables-page #navbarNav a.nav-link:before {
  border: 1px solid #ffffff;
}

.cluster-tables-page .hero-title h1 {
  width: 100%;
  margin: 0 auto;
  letter-spacing: -2px;
  line-height: 1;
}

.cluster-tables-page h1 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 3.5em;
  color: #ffffff;
  font-style: normal;
}

.cluster-tables-page .hero-title p {
  width: 100%;
  margin: 0 auto;
  font-size: 1.1rem;
  color: #000000;
  padding: 1em 2em;
}

.cluster-tables-page p,
ul,
li {
  font-family: "Avenir", Arial, sans-serif;
  font-size: 1.1rem;
  margin-bottom: 1em;
}

.cluster-tables-page .article {
  background: #ffffff;
  color: #000000;
  padding-bottom: 2em;
  margin-top: 7em;
  margin-bottom: 3em;
  border-radius: 15px;
}

.cluster-tables-page .article h1 {
  color: #40b6e6;
  padding: 1em 0.5em;
}

.cluster-tables-page .article ul {
  margin-bottom: 0;
}

.cluster-tables-page .article img {
  padding-top: 1em;
}

/* CLUSTER TABLES PAGE - END */

/* COMMUNITY ENGAGEMENT PAGE - START */

.community-engagement-page {
  background: #007cba;
}

.community-engagement-page #sticky-sidebar {
  /* border-right: 1px solid #ffffff; */
}

.community-engagement-page #sticky-sidebar::after {
  content: "";
  position: absolute;
  right: 0;
  top: 3.5%;
  height: 93%;
  border-right: 1px solid #ffffff;
}

.community-engagement-page #navbarNav a.nav-link {
  color: #ffffff !important;
}

.community-engagement-page #navbarNav a.nav-link:before {
  border: 1px solid #ffffff;
}

.community-engagement-page .hero-title h1 {
  width: 100%;
  margin: 0 auto;
  letter-spacing: -2px;
  line-height: 1;
}

.community-engagement-page h1 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 3.5em;
  color: #ffffff;
  font-style: normal;
}

.community-engagement-page .hero-title p {
  width: 100%;
  margin: 0 auto;
  font-size: 1.1rem;
  color: #000000;
  padding: 1em 2em;
}

.community-engagement-page p,
ul,
li {
  font-family: "Avenir", Arial, sans-serif;
  font-size: 1.1rem;
  margin-bottom: 1em;
}

.community-engagement-page .article {
  background: #ffffff;
  color: #000000;
  padding-bottom: 2em;
  margin-top: 7em;
  margin-bottom: 3em;
  border-radius: 15px;
}

.community-engagement-page .article h1 {
  color: #007cba;
  padding: 1em 0.5em;
}

.community-engagement-page .article ul {
  margin-bottom: 0;
}

.community-engagement-page .article img {
  padding-top: 1em;
}

/* COMMUNITY ENGAGEMENT PAGE - END */

/* CROSS SECTOR COLLABORATION PAGE - START */

.cross-sector-page {
  background: #9bc454;
}

.cross-sector-page #sticky-sidebar {
  /* border-right: 1px solid #ffffff; */
}

.cross-sector-page #sticky-sidebar::after {
  content: "";
  position: absolute;
  right: 0;
  top: 3.5%;
  height: 93%;
  border-right: 1px solid #ffffff;
}

.cross-sector-page #navbarNav a.nav-link {
  color: #ffffff !important;
}

.cross-sector-page #navbarNav a.nav-link:before {
  border: 1px solid #ffffff;
}

.cross-sector-page .hero-title h1 {
  width: 100%;
  margin: 0 auto;
  letter-spacing: -2px;
  line-height: 1;
}

.cross-sector-page h1 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 3.5em;
  color: #ffffff;
  font-style: normal;
}

.cross-sector-page .hero-title p {
  width: 100%;
  margin: 0 auto;
  font-size: 1.1rem;
  color: #000000;
  padding: 1em 2em;
}

.cross-sector-page p,
ul,
li {
  font-family: "Avenir", Arial, sans-serif;
  font-size: 1.1rem;
  margin-bottom: 1em;
}

.cross-sector-page .article {
  background: #ffffff;
  color: #000000;
  padding-bottom: 2em;
  margin-top: 7em;
  margin-bottom: 3em;
  border-radius: 15px;
}

.cross-sector-page .article h1 {
  color: #9bc454;
  padding: 1em 0.5em;
}

.cross-sector-page .article ul {
  margin-bottom: 0;
}

.cross-sector-page .article img {
  /* padding-top: 1em; */
}

/* CROSS SECTOR COLLABORATION PAGE - END */

/* MOVEMENT MOBILIZATION PAGE - START */

.movement-mobilization-page {
  background: #f89c24;
}

.movement-mobilization-page #sticky-sidebar {
  /* border-right: 1px solid #ffffff; */
}

.movement-mobilization-page #sticky-sidebar::after {
  content: "";
  position: absolute;
  right: 0;
  top: 3.5%;
  height: 93%;
  border-right: 1px solid #ffffff;
}

.movement-mobilization-page #navbarNav a.nav-link {
  color: #ffffff !important;
}

.movement-mobilization-page #navbarNav a.nav-link:before {
  border: 1px solid #ffffff;
}

.movement-mobilization-page .hero-title h1 {
  width: 100%;
  margin: 0 auto;
  letter-spacing: -2px;
  line-height: 1;
}

.movement-mobilization-page h1 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 3.5em;
  color: #ffffff;
  font-style: normal;
}

.movement-mobilization-page .hero-title p {
  width: 100%;
  margin: 0 auto;
  font-size: 1.1rem;
  color: #000000;
  padding: 1em 2em;
}

.movement-mobilization-page p,
ul,
li {
  font-family: "Avenir", Arial, sans-serif;
  font-size: 1.1rem;
  margin-bottom: 1em;
}

.movement-mobilization-page .article {
  background: #ffffff;
  color: #000000;
  padding-bottom: 2em;
  margin-top: 7em;
  margin-bottom: 3em;
  border-radius: 15px;
}

.movement-mobilization-page .article h1 {
  color: #f89c24;
  padding: 1em 0.5em;
}

.movement-mobilization-page .article ul {
  margin-bottom: 0;
}

.movement-mobilization-page .article img {
  /* padding-top: 1em; */
}

/* MOVEMENT MOBILIZATION PAGE - END */

/* COMMUNITY HUBS PAGE - START */

.community-hubs-page {
  background: #34bdac;
}

.community-hubs-page #sticky-sidebar {
  /* border-right: 1px solid #ffffff; */
}

.community-hubs-page #sticky-sidebar::after {
  content: "";
  position: absolute;
  right: 0;
  top: 3.5%;
  height: 93%;
  border-right: 1px solid #ffffff;
}

.community-hubs-page #navbarNav a.nav-link {
  color: #ffffff !important;
}

.community-hubs-page #navbarNav a.nav-link:before {
  border: 1px solid #ffffff;
}

.community-hubs-page .hero-title h1 {
  width: 100%;
  margin: 0 auto;
  letter-spacing: -2px;
  line-height: 1;
}

.community-hubs-page h1 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 3.5em;
  color: #ffffff;
  font-style: normal;
}

.community-hubs-page .hero-title p {
  width: 100%;
  margin: 0 auto;
  font-size: 1.1rem;
  color: #000000;
  padding: 1em 2em;
}

.community-hubs-page p,
ul,
li {
  font-family: "Avenir", Arial, sans-serif;
  font-size: 1.1rem;
  margin-bottom: 1em;
}

.community-hubs-page .article {
  background: #ffffff;
  color: #000000;
  padding-bottom: 2em;
  margin-top: 7em;
  margin-bottom: 3em;
  border-radius: 15px;
}

.community-hubs-page .article h1 {
  color: #34bdac;
  padding: 1em 0.5em;
}

.community-hubs-page .article ul {
  margin-bottom: 0;
}

.community-hubs-page .article img {
  /* padding-top: 1em; */
}

/* COMMUNITY HUBS PAGE - END */

/* MEDIA QUERIES - START */

/* Media Query for Mobile Devices */
@media (max-width: 480px) {
  body {
    /* background-color: white !important; */
  }
  h1#sentence {
    /* min-height: 3em;
    font-size: 3.5em !important; */
    min-height: 4em;
    font-size: 3.7em !important;
  }
  .ar-title-mobile {
    padding-left: 2em !important;
  }
  .article {
    margin-top: 10em !important;
  }
  p.article-image {
    padding-top: 0 !important;
  }
  .article hr {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .article.full-size {
    margin-bottom: 0 !important;
  }
  .rg-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .flex-legend-numbers {
    flex-direction: column !important;
    margin: 1em 0 !important;
  }
  .columns {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }
  .column-board-members {
    min-width: 50%;
  }
  .columns-board-members {
    padding: 1em 0 !important;
  }
  .stewardship-h2,
  .stewardship-h3 {
    padding-left: 0 !important;
  }
  .hide-mobile {
    display: none;
  }
  .offset-1,
  .offset-2,
  .offset-3,
  .offset-4,
  .offset-5,
  .offset-6,
  .offset-7,
  .offset-8,
  .offset-9,
  .offset-md-1,
  .offset-md-2,
  .offset-md-3,
  .offset-md-4,
  .offset-md-5,
  .offset-md-6,
  .offset-md-7,
  .offset-md-8,
  .offset-md-9 {
    margin-left: 0 !important;
  }
  .full-size {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 1.5em 2em 2em 2em;
  }
  article.full-size blockquote,
  .article p {
    padding: 1em 0 !important;
    margin: 0 !important;
  }
  .article h1 {
    /* padding-top: 0.5em !important;
    padding-bottom: 0.5em !important; */
    padding: 0.1em 0 !important;
    font-size: 2.8em !important;
  }
  .article h2 {
    padding: 1em 0 0.5em 0 !important;
    font-size: 1.5em !important;
  }
  .article h3 {
    font-size: 1em;
    margin-bottom: 0;
  }
  button.btn.btn-link {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .article ul {
    padding-left: 0;
  }
  blockquote {
    padding-right: 0;
    margin-left: 0;
  }
  .d-sm-block {
    display: block !important;
  }
  .mobile-fix {
    margin: revert-layer !important;
    padding: 0 !important;
  }
  .mobile-fix-o {
    margin: revert-layer !important;
    padding: 2em 0 0 0 !important;
  }
  article#acknowledgement-text-mobile p,
  #landing-text-mobile p,
  #letter-text-mobile p {
    font-size: 1.1em;
  }
  #acknowledgement-text-mobile #down-arrow {
    left: 0;
  }
}

/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {
  body {
    /* background-color: white !important; */
  }
  h1#sentence {
    min-height: 3em;
    font-size: 5em !important;
  }
  .d-md-block {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .article {
    margin-top: 10em !important;
  }
  p.article-image {
    padding-top: 0 !important;
  }
  .article hr {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .article.full-size {
    margin-bottom: 0 !important;
  }
  .rg-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .flex-legend-numbers {
    flex-direction: column !important;
    margin: 1em 0 !important;
  }
  .columns {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }
  .column-board-members {
    min-width: 50%;
  }
  .columns-board-members {
    padding: 1em 0 !important;
  }
  .stewardship-h2,
  .stewardship-h3 {
    padding-left: 0 !important;
  }
  .hide-mobile {
    display: none;
  }
  .offset-1,
  .offset-2,
  .offset-3,
  .offset-4,
  .offset-5,
  .offset-6,
  .offset-7,
  .offset-8,
  .offset-9,
  .offset-md-1,
  .offset-md-2,
  .offset-md-3,
  .offset-md-4,
  .offset-md-5,
  .offset-md-6,
  .offset-md-7,
  .offset-md-8,
  .offset-md-9 {
    margin-left: 0 !important;
  }
  .full-size {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 1.5em 2em 2em 2em;
  }
  article.full-size blockquote,
  .article p {
    padding: 1em 0 !important;
    margin: 0 !important;
  }
  .article h1 {
    /* padding-top: 0.5em !important;
    padding-bottom: 0.5em !important; */
    padding: 0.1em 0 !important;
  }
  .article ul {
    padding-left: 0;
  }
  blockquote {
    padding-right: 0;
    margin-left: 0;
  }
  .flex-icons-text-2-orange,
  .flex-icons-text-2-orange-full,
  .flex-icons-text-2-yellow-full {
    width: 200px !important;
    height: 200px !important;
  }
  .sub-text-orange,
  .sub-text-white {
    font-size: 1em !important;
  }
  .large-text-number-orange-full,
  .large-text-number-yellow-full {
    font-size: 1.8em !important;
  }
  .large-text-number-orange {
    font-size: 2.2em !important;
  }
  .container-of-images {
    /* justify-content: space-between !important; */
  }
}

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px) {
  body {
    /* background-color: white !important; */
  }
  h1#sentence {
    min-height: 3em;
    font-size: 7em !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-md-block {
    display: none !important;
  }
  .article {
    margin-top: 10em !important;
  }
  p.article-image {
    padding-top: 0 !important;
  }
  .article hr {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .rg-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .flex-legend-numbers {
    flex-direction: column !important;
    margin: 1em 0 !important;
  }
  .columns {
    padding-left: 0 !important;
    padding-right: 0;
    width: 100% !important;
  }
  .column-board-members {
    min-width: 50%;
  }
  .columns-board-members {
    padding: 1em 0 !important;
  }
  .stewardship-h2,
  .stewardship-h3 {
    padding-left: 0 !important;
  }
  .hide-mobile {
    display: none;
  }
  .offset-1,
  .offset-2,
  .offset-3,
  .offset-4,
  .offset-5,
  .offset-6,
  .offset-7,
  .offset-8,
  .offset-9,
  .offset-md-1,
  .offset-md-2,
  .offset-md-3,
  .offset-md-4,
  .offset-md-5,
  .offset-md-6,
  .offset-md-7,
  .offset-md-8,
  .offset-md-9 {
    margin-left: 0 !important;
  }
  .full-size {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 1.5em 2em 2em 2em;
  }
  .article.full-size blockquote,
  .article p {
    padding: 1em 0 !important;
    margin: 0 !important;
  }
  .article h1 {
    /* padding-top: 0.5em !important;
    padding-bottom: 0.5em !important; */
    padding: 0.1em 0 !important;
  }
  .article ul {
    padding-left: 0;
  }
  blockquote {
    padding-right: 0;
    margin-left: 0;
  }
  blockquote:before {
    top: -30px;
  }
  .flex-icons-text-2-orange,
  .flex-icons-text-2-orange-full,
  .flex-icons-text-2-yellow-full {
    width: 200px !important;
    height: 200px !important;
  }
  .sub-text-orange,
  .sub-text-white {
    font-size: 1em !important;
  }
  .large-text-number-orange-full,
  .large-text-number-yellow-full {
    font-size: 1.8em !important;
  }
  .large-text-number-orange {
    font-size: 2.2em !important;
  }
  .container-of-images {
    /* justify-content: space-between !important; */
  }
  #navbarNav a.nav-link {
    font-size: 1em !important;
  }
  #acknowledgement-text-mobile #down-arrow {
    left: 0;
  }
}

/* Landscape iPad Air */
@media only screen and (min-device-width: 768px) and (max-device-width: 1180px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  .container-of-images {
    justify-content: space-between !important;
    width: 100% !important;
  }
}

/* Landscape iPad Pro */
@media only screen and (min-device-width: 1366px) and (max-device-height: 1024px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape)  {
  /* .container-of-images {
    justify-content: space-between !important;
    width: 100% !important;
  } */
}

/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1150px) {
  .d-md-block {
    display: block;
  }
  .social-icon img {
    width: 27px;
  }
  h1#sentence {
    min-height: 3em;
    /* font-size: 8vw; */
    font-size: 4.8em !important;
  }
  /* .flex-icons-text-2-orange,
  .flex-icons-text-2-orange-full,
  .flex-icons-text-2-yellow-full {
    width: 225px !important;
    height: 225px !important;
  }
  .sub-text-orange,
  .sub-text-white {
    font-size: 1.2em !important;
  }
  .large-text-number-orange-full,
  .large-text-number-yellow-full {
    font-size: 2.2em !important;
  } */
  .flex-icons-text-2-orange,
  .flex-icons-text-2-orange-full,
  .flex-icons-text-2-yellow-full {
    width: 200px !important;
    height: 200px !important;
  }
  .sub-text-orange,
  .sub-text-white {
    font-size: 1em !important;
  }
  .large-text-number-orange-full,
  .large-text-number-yellow-full {
    font-size: 1.8em !important;
  }
  .large-text-number-orange {
    font-size: 2.2em !important;
  }
  .container-of-images {
    justify-content: space-between !important;
    width: 100% !important;
  }
  #navbarNav a.nav-link {
    font-size: 1em !important;
  }
  #acknowledgement-text #down-arrow {
    left: 9% !important;
  }
}

/* Media Query for Laptops and Desktops */
@media (min-width: 1151px) and (max-width: 1280px) {
  .d-md-block {
    display: block;
  }
  .social-icon img {
    width: 27px;
  }
  h1#sentence {
    min-height: 3em;
    /* font-size: 8vw; */
    font-size: 4.8em !important;
  }
  /* .flex-icons-text-2-orange,
  .flex-icons-text-2-orange-full,
  .flex-icons-text-2-yellow-full {
    width: 225px !important;
    height: 225px !important;
  }
  .sub-text-orange,
  .sub-text-white {
    font-size: 1.2em !important;
  }
  .large-text-number-orange-full,
  .large-text-number-yellow-full {
    font-size: 2.2em !important;
  } */
  .flex-icons-text-2-orange,
  .flex-icons-text-2-orange-full,
  .flex-icons-text-2-yellow-full {
    width: 200px !important;
    height: 200px !important;
  }
  .sub-text-orange,
  .sub-text-white {
    font-size: 1em !important;
  }
  .large-text-number-orange-full,
  .large-text-number-yellow-full {
    font-size: 1.8em !important;
  }
  .large-text-number-orange {
    font-size: 2.2em !important;
  }
  .container-of-images {
    /* justify-content: space-between !important; */
  }
  #navbarNav a.nav-link {
    font-size: 1em !important;
  }
}

@media (min-width: 1281px) and (max-width: 1500px) {
  .d-md-block {
    display: block;
  }
  .container-of-images {
    /* justify-content: space-between !important; */
  }
}

/* Media Query for Large screens */
@media (min-width: 1501px) {
  body {
    /* background-color: white; */
  }
  .d-md-block {
    display: block;
  }

  .sentence {
    width: 91% !important;
  }

  h1#sentence {
    min-height: 3em;
    /* font-size: 8vw; */
    /* font-size: 8em; */
    font-size: 650%;
  }

  #navbarNav a.nav-link,
  .dropdown-item {
    font-size: 1.3em !important;
  }

  img.center-block.logo {
    max-width: 200px !important;
  }
  .social-icon img {
    width: 40px !important;
  }

  .home-page .hero-title {
    margin-top: 8em !important;
  }
}

/* MEDIA QUERIES - END */

a.topbtn:hover .top {
  border: 0.2em solid #d0d0d0;
}

a.topbtn:hover .top:after {
  border-top: 0.2em solid #d0d0d0;
  border-right: 0.2em solid #d0d0d0;
}

.top {
  display: none;
  width: 3.5em;
  height: 3.5em;
  border: 0.2em solid #fff;
  border-radius: 50%;
  /* margin-right: 3em; */
  position: fixed;
  bottom: 7%;
  /* right: 2%; */
  z-index: 99;
  /* right: 3%; */
  margin-left: 1em;
  /* transform: translate(50%, 0); */
}

.top:after {
  content: "";
  display: inline-block;
  margin-top: 1.2em;
  margin-left: 0.85em;
  width: 1.4em;
  height: 1.4em;
  border-top: 0.2em solid #fff;
  border-right: 0.2em solid #fff;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

a.donatebtn:hover .donate {
  border: 0.2em solid #d0d0d0;
}

a.donatebtn:hover .donate:after {
  border-top: 0.2em solid #d0d0d0;
  border-right: 0.2em solid #d0d0d0;
}

a.donatebtn {
  /* width: 100%;
  text-align: center;
  display: ruby;
  margin-bottom: 20px; */

  width: 100%;
  text-align: center;
  /* display: ruby; */
  margin-bottom: 20px;
  /* margin: 0 auto; */
  transform: translateX(-30%);
  margin-left: 50%;
}

.donate {
  /* width: 3.5em;
  height: 3.5em; */
  border: 0.2em solid #da291c;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  display: flex;
}

.donate:after {
  content: "Donate";
  display: inline-block;
}

.circleBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 100%;
  margin-bottom: 1.5em;
  cursor: pointer;
}

.donate-color {
  background: #da291c;
  border: 2px solid #da291c;
  color: #fff;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.donate-color:hover {
  border: 2px solid #da291c;
  color: #da291c;
  background-color: #fff;
}

.donate-white {
  background: #fff;
  border: 2px solid #fff;
  /* color: #da291c; */
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  text-align: center;
}

.donate-white:hover {
  border: 2px solid #fff;
  color: #fff !important;
  background-color: transparent;
}

.btn-link {
  white-space: initial !important;
  text-align: left !important;
  color: #000000 !important;
  width: 100% !important;
}

.btn-link:hover {
  color: #000000 !important;
  text-decoration: none !important;
  background-color: transparent;
  border-color: transparent;
}

table.tableizer-table {
  border: 1px solid #ccc;
  font-family: "Avenir", Arial, Helvetica, sans-serif;
  width: 100%;
}
.tableizer-table td {
  padding: 4px;
  margin: 3px;
  border: 1px solid #ccc;
}
.tableizer-table th {
  background-color: #40b6e6;
  color: #fff;
  font-weight: bold;
  padding: 1em;
}

.mdi-chevron-up,
.mdi-chevron-down {
  font-size: 1.5em;
}

.no-click {
  cursor: initial !important;
}

#headingTwelve {
  background: color(srgb 0.2557 0.7117 0.9009);
}

#headingTwelve h3 {
  color: #fff;
}

/***** Mobile Menu *****/

.navbarMobile {
  /* background: white; */
  /* background: color(srgb 0.9488 0.4178 0.24); */
  /* background: #da291c; */
  transition: all 0.6s;
  backface-visibility: hidden;
  box-shadow: 0 2px 5px 1px rgba(51, 51, 51, 0.5);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.navbarMobile-dark .navbarMobile-nav {
  font-size: 15px;
  color: color(srgb 0.9488 0.4178 0.24);
  text-transform: uppercase;
  list-style: none;
  padding-left: 0;
}

.navbarMobile-dark .navbarMobile-nav .navMobile-link {
  color: #fff;
  /* color: rgba(255, 255, 255, 0.8); */
  border: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 1.2em;
  color: #000;
  text-decoration: none;
}

.navbarMobile-dark .navbarMobile-nav .navMobile-link:hover {
  color: #000;
}

.navbarMobile-dark .navbarMobile-nav .navMobile-link:hover {
  text-decoration: none;
}

.navMobile-link::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.navbarMobile-dark .navbarMobile-nav .navMobile-link:hover {
  color: #fff;
}

.navbarMobile-dark .navbarMobile-nav .navMobile-link:focus {
  color: #fff;
  outline: 0;
}

.navbarMobile-dark .navbarMobile-toggler {
  border-color: #444;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  cursor: pointer;
  position: absolute;
  right: 0.5em;
  top: 45%;
  transform: translate(0, -50%);
}

.navbarMobile-dark .navbarMobile-toggler:focus {
  background: none;
  outline: 0;
}

.navbarMobile-dark .navbarMobile-toggler span {
  display: block;
  width: 30px;
  height: 2px;
  margin: 6px auto;
  background: #fff;
  transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  cursor: pointer;
}

.navbarMobile-dark .navbarMobile-toggler:hover span,
.navbarMobile-dark .navbarMobile-toggler:focus span {
  background: #fff;
  cursor: pointer;
}

/* rotate first span */
.navbarMobile-dark
  .navbarMobile-toggler[aria-expanded="true"]
  span:first-of-type {
  transform: rotate(45deg) translate(6px, 6px);
}

/* hide second span */
.navbarMobile-dark
  .navbarMobile-toggler[aria-expanded="true"]
  span:nth-of-type(2) {
  opacity: 0;
}

/* rotate third span */
.navbarMobile-dark
  .navbarMobile-toggler[aria-expanded="true"]
  span:last-of-type {
  transform: rotate(-45deg) translate(5px, -5px);
}

.navbarMobile-dark .navbarMobile-toggler[aria-expanded="false"] span {
  transform: none;
  opacity: 1;
}

.navbarMobile-brand {
  width: 162px;
  height: 44px;
  background: url(../img/logo.png) left center no-repeat;
  border: 0;
  text-indent: -99999px;
}

@media (max-width: 767px) {
  .navbarMobile-nav .navMobile-link {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-optical-sizing: auto;
    font-size: 1.2em;
  }
  .article {
    margin-top: 10em !important;
  }
  .article hr {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 576px) {
  .mobile-nav-container {
    max-width: revert;
  }
}

@media (max-width: 480px) {
  /* .article {
    margin-top: 10em !important;
  } */
}

.stewardship-h2 {
  font-size: 2rem;
  /* color: color(srgb 0.9488 0.4178 0.24); */
  color: #da291c;
  font-weight: 600;
  padding-top: 1em;
  padding-left: 1em;
}

.stewardship-h3 {
  font-size: 1.4rem;
  /* color: color(srgb 0.9488 0.4178 0.24); */
  color: #da291c;
  font-weight: 600;
  padding-top: 1em;
  padding-left: 1.4em;
}

.rg-container {
  padding: 1em 2em;
  line-height: 1.4;
  margin: 0;
  padding-bottom: 0;
}

table.rg-table {
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 1em;
  border-collapse: collapse;
  border-spacing: 0;
  border: solid 1px black;
  font-family: "Avenir", Arial, Helvetica, sans-serif;
}

table.rg-table thead {
  /* background: #f26b3d; */
  background: #da291c;
  border-bottom: 0;
  color: #fff;
}

table.rg-table thead tr th {
  color: #fff;
  padding: 0.5em 1.5em;
  font-size: 1em;
}
table.rg-table th {
  font-weight: bold;
  padding: 0.35em;
  font-size: 0.9em;
}
table.rg-table thead tr th,
table.rg-table tfoot tr th,
table.rg-table tfoot tr td,
table.rg-table tbody tr th,
table.rg-table tbody tr td,
table.rg-table tr td {
  display: table-cell;
  line-height: 1.125rem;
  padding: 0.5em 0.5em;
}

table.rg-table tr {
  border-bottom: 1px solid #000;
  color: #000;
}

.subhead-table {
  font-size: 0.9rem;
}

.caption-stewardship {
  font-size: 0.9em !important;
  padding: 0.5em 2em !important;
  margin-bottom: 0 !important;
}

.columns {
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  float: left;
}

.flex-legend {
  display: flex;
  flex-direction: column;
}

.flex-legend-numbers {
  display: flex;
  align-items: center;
  font-family: "Avenir", Arial, Helvetica, sans-serif;
}

.flex-legend-words {
  display: inline-block;
  padding: 0.5em 10px;
  font-size: 1em;
  font-family: "Avenir", Arial, Helvetica, sans-serif;
}

.red-box {
  background: #da291c;
  color: #ffffff;
}

.purple-box {
  background: #9661af;
  color: #ffffff;
}

.green-box {
  background: #64a70b;
  color: #ffffff;
}

.orange-box {
  background: #e35205;
  color: #ffffff;
}

.flex-legend-box {
  display: inline-block;
  float: left;
  vertical-align: middle;
  margin-bottom: 10px;
  min-width: 60px;
  height: 60px;
  font-size: 1.3em;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  text-align: center;
  line-height: 60px;
}

.canvasjs-chart-credit {
  display: none;
}

.columns-board-members {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  padding: 1em 2em;
}

.column-board-members {
  flex: 33%;
  margin-bottom: 2em;
  padding: 0 2em 0 0;
  font-family: "Avenir", Arial, Helvetica, sans-serif;
}

/* 0 second trans delay, .6 second trans duration on opacity fade out. */
#myCarousel .active.carousel-item-end,
#myCarousel .active.carousel-item-start {
  transition-duration: 600ms;
  transition-delay: 0ms;
}

/* .6 second trans delay, .6 second trans duration on opacity fade in. */
#myCarousel .carousel-item-next,
#myCarousel .carousel-item-prev {
  transition-duration: 600ms;
  transition-delay: 600ms;
}

/* 1.2 seconds (1200 milliseconds) in total of transition delay and duration in my css above.
If you modify this you need to adjust your data-bs-interval time if your running auto data-bs-ride. */

.hidden-div {
  display: none !important;
}

.set-2 .header-images {
  /* min-height: 30%; */
  margin: 0 auto;
  width: 100%;
  /* flex-grow: 1; */
  transform: rotate(0deg);
}

.set-2 .content-images {
  /* min-height: 46%; */
}

.set-2 .footer-images {
  /* min-height: 20%; */
}

.set-2 .header-images img {
  max-height: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
  max-width: 100%;
  width: 100%;
  border-radius: initial;
}

.set-2 .full-circle {
  border-radius: 0;
}

.set-3 .header-images {
  /* min-height: 30%; */
  margin: 0 auto;
  width: 100%;
  /* flex-grow: 1; */
  transform: rotate(0deg);
}

.set-3 .content-images {
  /* min-height: 46%; */
}

.set-3 .footer-images {
  /* min-height: 20%; */
}

.set-3 .header-images img {
  max-height: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
  max-width: 100%;
  width: 100%;
  border-radius: initial;
}

.set-3 .full-circle {
  border-radius: 0;
}

.carousel.carousel-fade .item {
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}

.carousel.carousel-fade .active.item {
  opacity: 1;
}

.slideDown1,
.slideDown2,
.slideDown3 {
  display: none;
  margin-top: 0.5em;
  background: white;
  padding: 0.5em;
  border-radius: 25px;
}

.mobile-dropdown {
  color: #000;
  font-size: 1em;
  text-transform: none;
}

.mobile-dropdown:hover,
.mobile-dropdown:focus {
  color: #000;
  font-size: 1em;
  text-transform: none;
}

.d-sm-block .circleBtn {
  justify-content: flex-start;
}

.donate-btn-mobile {
  border: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 1.2em;
  color: #000;
  text-decoration: none;
}
