/* Box Model Hack */
* {
  box-sizing: border-box;
}

/* Clear fix hack */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clear {
  clear: both;
}

/******************************************
/* BASE STYLES
/*******************************************/

body * {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
}

body {
  background: #2895d5;
}

a {
  text-decoration: none;
  color: white;
}

h1 {
  margin-bottom: 20px;
}

/******************************************
/* LAYOUT
/*******************************************/

.header-wrapper {
  background: white;
  min-height: 10rem;
}

.language-bar-wrapper {
  background: white;
  height: auto;
}

.language-bar {
  display: flex;
  align-items: center;
  justify-content: right;
  height: auto;
  max-width: 1200px;
  margin: 0 auto;
}

.language {
  margin-right: 1rem;
  display: flex;
  font-size: 0.7rem;
  padding: 0.925rem 0em;
}

.nav-wrapper {
  display: flex;
  margin: auto;
  background: #00286e;
  height: 82px;
}

nav {
  margin-right: auto;
  max-width: 1200px;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  font-size: 1rem;
  color: #ffffff;
  width: 100%;
}

.logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}

.logo {
  justify-self: flex-start;
  display: flex;
  width: 220px;
  height: 27.6167px;
}

.nav-list {
  width: 100%;
  height: 100%;
}

ul {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
}

.nav-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 18px 0px 11px;
  height: 100%;
}

.nav-button-text {
  font-weight: bold;
  font-weight: 900;
  font-size: 17px;
  text-transform: uppercase;
}

.has-dropdown {
  margin-right: 8px;
}

.has-dropdown:hover {
  background: white;
}

.has-dropdown:hover * {
  color: #2895d5;
}

ul li span {
  padding-right: 2px;
}

.get-involved-button {
  /* padding-right: 8px; */
  padding-left: 15px;
}

.donate-button-container {
  /* padding-left: 0px; */
}

.donate-button {
  padding: 14px 16.8px;
  justify-self: center;
  border-radius: 25px;
  border: solid #00286e;
  text-transform: uppercase;
  font-size: 1rem;
  color: white;
  background: #2895d5;
}

.search-span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
}

.search-icon {
  width: 20px;
  height: 20px;
  margin-right: 3px;
}

.search-button {
  padding: 0 1px;
}

.news-and-main-container {
  position: absolute;
  top: 122px;
}

.news-banner {
  /* width: auto; */
  padding: 40px 0;
  display: flex;
  background: #2895d5;
  color: white;
}

.news-container {
  max-width: 75rem;
  width: 100%;
  display: flex;
  margin: 0 auto;
}

.news-header {
  margin-bottom: 0px;
}

.news-article-container {
  width: 58.3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}

.news-button {
  height: 3rem;
  justify-self: center;
  border-radius: 2rem;
  border: solid #00286e;
  text-transform: uppercase;
  font-size: 1rem;
  color: white;
  background: #00286e;
}

h1,
h2 {
  /* width: 35rem; */
  font-size: 1.85rem;
  line-height: 2.25rem;
  font-weight: 900;
}

h2 {
  margin-bottom: 20px;
}

.news-header-container {
  height: fit-content;
}

.news-article-container p {
  line-height: 1.5;
  margin-top: 10px;
  font-weight: 400;
  font-size: 1.22rem;
}

.button-container {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  margin-left: auto;
  justify-content: right;
  width: 33.333333%;
  padding: 0 20px;
}

.news-button {
  padding: 14px 24px;
  height: auto;
  font-weight: 900;
  text-align: center;
}

.main-img {
  width: 100%;
  height: 605.2px;
  /* height: 100%; */
  object-fit: cover;
  display: flex;
  z-index: -1;
  position: absolute;
  top: 0px;
  right: 0px;
}

.main-content {
  display: flex;
  align-items: center;
  justify-content: center;

  /* min-height: 10em; */
  /* min-height: 1000px; */
}

.info-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  padding: 9rem 20px 0 20px;
  /* min-width: 1200px; */
}

.info-1 h1 {
  font-size: 1.75rem;
  font-weight: 800;
  width: 50%;
}

.info-1 p {
  /* display: flex; */
  /* width: 50%; */
  width: 100%;
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 2rem;
  margin-bottom: 3rem;
  max-width: 95%;
}

.info-1 a {
  width: 50%;
  color: black;
  font-weight: 200;
  text-decoration: underline;
}

.p-wrapper {
  width: 50%;
}

.main-info-wrapper {
  position: relative;
  min-width: 100vw;
}

.main-info-wrapper > * {
  max-width: 1200px;
  margin: auto;
}

.main-image-wrapper {
  display: flex;
  height: 100%;
  width: 100%;
  top: -200px;
  /* right: auto;
  bottom: auto; */
  left: 200px;
  overflow: hidden;
}

.location-form {
  display: flex;
  width: 100%;
  background: white;
  padding: 20px 20px 24px 20px;
}

input {
  display: flex;
  margin-top: 10px;
  width: 251.767px;
  height: 50px;
}

.search-container {
  width: 100%;
  display: flex;
}

.search-filter {
  margin-left: 10px;
}

.services-wrapper {
  display: flex;
  padding-top: 10px;
  padding-left: 8px;
  width: 251.767px;
  height: 48px;
  border: 1px solid;
  margin-top: 10px;
}

.health-center-header {
  display: flex;
}

.info-2-wrapper {
  margin-top: 6rem;
  background: #2895d5;
  height: 50rem;
}

input {
  display: flex;
  padding: 8px;
  position: relative;
}

/******************************************
/* DROPDOWNS
/*******************************************/
.drop-down-menu * {
  display: flex;
}

.dropdown-menu {
  position: fixed;
  top: 123px;
  left: 0px;
  display: flex;
  min-width: 100vw;
  background: white;
  /* min-height: 17rem; */

  transform: scaleY(0);
  transform-origin: top;
  /* transition: transform 0.2s ease-out; */
  transition: transform 0s ease-in;
}

.no-opacity {
  opacity: 0;
}

.has-dropdown:hover .dropdown-menu {
  transform: scaleY(1);
}

.has-dropdown:hover .dropdown-menu {
  transition: transform 0.2s ease-out;
}

.has-dropdown .dropdown-menu li span {
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}
.has-dropdown:hover .dropdown-menu li span {
  opacity: 1;
}

.full-width-dropdown-wrapper {
  margin: 30px auto;
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding-bottom: 6px;
}

.dropdown-ul {
  display: block;
  flex-direction: column;
  columns: 2;
  font-size: 17.5px;
  /* margin-top: 15px; */
  /* margin-bottom: 15px; */
}

.dropdown-ul * {
  display: block;
  font-weight: 400;
  line-height: 1.25;
}

.dropdown-ul a {
  margin-bottom: 23px;
}

.dropdown-container {
  width: 50%;
  /* padding: 0px 18px 22px 18px; */
}

.dropdown-container * {
  color: #2895d5;
}

.dropdown-container li {
  display: flex;
}

.full-width-dropdown-wrapper .dropdown-container h3 {
  /* min-width: 100%; */
  text-transform: uppercase;
  color: black;
  font-weight: 400;
  font-weight: bold;
  font-size: 0.75rem;
  margin-bottom: 20px;
}

/******************************************
/* ANIMATIONS
/*******************************************/

.scroll-bar {
  min-width: 1000px;
  z-index: 1000;
  transition: transform 0.3s;
  transition-timing-function: ease-out;
  position: fixed;
  width: 100%;
}

.nav-hidden {
  transform: translateY(-8.25rem);
  box-shadow: none;
}

.arrow-container {
  margin-left: 5px;
}

.arrow {
  position: relative;
  top: 5px;
  left: 5px;
}

/******************************************
/* HIDDEN CLASS
/*******************************************/

.hidden {
  display: none;
}

.arrow::before,
.arrow::after {
  content: "";
  background-color: transparent;
  color: black;
  border-bottom: 9px solid white;
  transition: transform 0.2s ease-in-out;
  /* transition: transform 0s ease-in; */
  display: inline-block;
  height: 10px;
  /* width: 12px; */
  width: 2.5px;
  /* position: absolute;
  left: 0;
  top: 0; */
}

.arrow::before {
  transform: rotate(-135deg);
}

.arrow::after {
  transform: rotate(135deg);
}

.has-dropdown:hover .arrow:before {
  /* transform: rotate(-45deg) translateX(6px) translateY(-5px); */
  transform: rotate(-45deg);
  border-color: #2895d5;
}

.has-dropdown .arrow-container {
  transform: translateY(0px);
  transition: 0.2s ease-in-out;
}

.has-dropdown:hover .arrow-container {
  transform: translateY(-8px);
  transition: 0.2s ease-in-out;
}

.has-dropdown:hover .arrow:after {
  /* transform: rotate(45deg) translateX(-6px) translateY(-5px); */
  transform: rotate(45deg);
  border-color: #2895d5;
}

/* test end */
