/*
in summary, we have the base shape which are YELLOW by default, listed below
1) .upper-half
2) .lower-Half
3) .line

then if we want to adjust their color and z-indez, we use
1) class="{name} blue" 
2) class="{name} backward" 
2) class="{name} blue backward" 
*/
.upper-half {
  border-top-right-radius: 25rem;
}
.upper-half-right {
  float: right;
  border-top-left-radius: 25rem;
}

.lower-half {
  border-bottom-right-radius: 25rem;
}
.lower-half-right {
  float: right;
  border-bottom-left-radius: 25rem;
}

.line, .membership-shape-line-right, .membership-shape-line, .line-right {
  position: relative;
  top: 1rem;
  left: 0;
  height: 1rem;
  width: 9rem;
  border-radius: 0rem 25rem 25rem 0rem;
  background-color: #f09221;
}
.line-right {
  float: right;
  border-radius: 25rem 0rem 0rem 25rem;
}

.big-line {
  width: 40%;
  height: 25rem;
}

.membership-shape {
  position: relative;
  background-color: #005da6;
  z-index: -1;
}
.membership-shape-half-left, .membership-shape-half-right {
  position: absolute;
  top: 0;
  width: 300px;
  height: 1156px;
  background-color: #005da6;
}
@media (max-width: 576.95px) {
  .membership-shape-half-left, .membership-shape-half-right {
    height: 100em;
  }
}
.membership-shape-half-left {
  left: 0;
  border-top-right-radius: 160px;
}
@media (min-width: 1200px) and (max-width: 1920.95px) {
  .membership-shape-half-left {
    border-top-right-radius: 160px;
  }
}
@media (min-width: 992px) and (max-width: 1219.95px) {
  .membership-shape-half-left {
    border-top-right-radius: 120px;
  }
}
.membership-shape-half-right {
  right: 0;
  border-top-left-radius: 160px;
}
@media (min-width: 1200px) and (max-width: 1920.95px) {
  .membership-shape-half-right {
    border-top-left-radius: 160px;
  }
}
@media (min-width: 992px) and (max-width: 1219.95px) {
  .membership-shape-half-right {
    border-top-left-radius: 120px;
  }
}
.membership-shape-line {
  width: 112px !important;
  top: 0.5rem;
  float: left;
}
.membership-shape-line-right {
  width: 112px !important;
  top: 0.5rem;
  float: right;
  border-radius: 25rem 0rem 0rem 25rem;
}

.circle {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #32CC54;
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.front-page-image {
  width: 80%;
  background-color: #360345;
  margin: 4rem;
  margin-top: 0;
  border-radius: 0rem 15rem 0rem 15rem;
}
.front-page-padding {
  padding: 10em;
}
.front-page-title {
  font-size: 3.5rem;
  font-weight: 700;
}

.events-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.stories-card {
  background-color: white;
  border-radius: 1rem;
  padding: 1.5rem;
}
.stories-card:hover {
  background-color: #f09221;
  color: white;
}

.header {
  margin: 2rem 4rem 4rem;
}
.header-pma-logo {
  width: 174px;
}
.header-nav-menu a {
  color: black;
  text-decoration: none;
}
.header-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.header-menu ul {
  display: flex;
}
.header-menu li {
  margin: 0 10px;
  list-style: none;
}
.header-menu a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #000;
}

.hamburger {
  background-color: white;
  border: none;
}

.modal-dialog {
  margin: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.modal-content {
  height: 100%;
  border-radius: 0;
}

.menu-pma-top-menu-container ul li:hover > ul {
  display: block;
}
.menu-pma-top-menu-container ul ul {
  display: none;
  position: absolute;
  top: 2.5em;
  left: 0;
  z-index: 99999;
  width: 180px;
  background: #fff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}
.menu-pma-top-menu-container li {
  position: relative;
}
.menu-pma-top-menu-container li .sub-menu {
  padding: 0;
}

.footer__contents {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 70px;
  width: 100%;
  height: auto;
  background: #002542;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .footer__contents {
    padding: 60px 40px;
  }
}
@media (min-width: 480px) and (max-width: 767.98px) {
  .footer__contents {
    padding: 80px 40px;
  }
}
@media (min-width: 1440px) {
  .footer__contents {
    height: 404px;
  }
}
@media (min-width: 1920px) {
  .footer__contents {
    height: 428px;
  }
}
.footer__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 767.98px) {
  .footer__container {
    flex-direction: column;
  }
}
.footer__address {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: flex-start;
  padding: 0px;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .footer__address {
    width: 100%;
    align-items: center;
    margin-bottom: 32px;
  }
}
@media (min-width: 480px) and (max-width: 767.98px) {
  .footer__address {
    flex-direction: row;
    align-items: center;
    margin-bottom: 32px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer__address {
    width: 182.67px;
    margin-right: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer__address {
    width: 257.67px;
    margin-right: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .footer__address {
    width: 326.67px;
    margin-right: 40px;
  }
}
@media (min-width: 1440px) {
  .footer__address {
    width: 406.67px;
    margin-right: 40px;
  }
}
@media (min-width: 1920px) {
  .footer__address {
    width: 540px;
    margin-right: 80px;
  }
}
.footer__img {
  width: 172px;
  height: 93px;
  margin-bottom: 32px;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .footer__img {
    width: 152px;
    height: 87px;
  }
}
@media (min-width: 480px) and (max-width: 767.98px) {
  .footer__img {
    width: 162px;
    height: 90px;
    margin-right: 32px;
    margin-bottom: 0;
  }
}
.footer__links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 406.67px;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .footer__links {
    width: 100%;
    margin-bottom: 32px;
  }
}
@media (min-width: 480px) and (max-width: 767.98px) {
  .footer__links {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) {
  .footer__links {
    margin-right: 40px;
    display: none;
  }
}
.footer__sitemap--mobile, .footer__urls--mobile {
  display: flex;
  flex-direction: column;
  width: 100% !important;
}
.footer__sitemap--mobile:first-child, .footer__urls--mobile:first-child {
  margin-right: 40px;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .footer__sitemap--mobile, .footer__urls--mobile {
    width: 100%;
  }
  .footer__sitemap--mobile:first-child, .footer__urls--mobile:first-child {
    margin-right: 32px;
  }
}
@media (min-width: 480px) and (max-width: 575.98px) {
  .footer__sitemap--mobile, .footer__urls--mobile {
    width: 184px;
  }
  .footer__sitemap--mobile:first-child, .footer__urls--mobile:first-child {
    margin-right: 32px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .footer__sitemap--mobile, .footer__urls--mobile {
    width: 232px;
  }
  .footer__sitemap--mobile:first-child, .footer__urls--mobile:first-child {
    margin-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer__sitemap--mobile, .footer__urls--mobile {
    width: 86px;
  }
  .footer__sitemap--mobile:first-child, .footer__urls--mobile:first-child {
    margin-right: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer__sitemap--mobile, .footer__urls--mobile {
    width: 108.83px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .footer__sitemap--mobile, .footer__urls--mobile {
    width: 143.33px;
  }
}
.footer__sitemap {
  display: flex;
  flex-direction: column;
  margin-right: 40px;
}
.footer__sitemap a {
  text-decoration: none;
}
.footer__sitemap a:hover {
  color: #1AC0F2 !important;
  text-decoration: none;
}
@media (min-width: 0px) and (max-width: 767.98px) {
  .footer__sitemap {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer__sitemap {
    margin-right: 32px;
    width: 86px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .footer__sitemap {
    width: 143.33px;
  }
}
@media (min-width: 1440px) {
  .footer__sitemap {
    width: auto;
  }
}
.footer__urls {
  display: flex;
  flex-direction: column;
  margin-right: 40px;
}
.footer__urls a {
  text-decoration: none;
}
.footer__urls a:hover {
  color: #1AC0F2 !important;
  text-decoration: none;
}
@media (min-width: 0px) and (max-width: 767.98px) {
  .footer__urls {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer__urls {
    margin-right: 32px;
    width: 86px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .footer__urls {
    width: 143.33px;
  }
}
@media (min-width: 1440px) {
  .footer__urls {
    width: auto;
  }
}
.footer__connect {
  display: flex;
  flex-direction: column;
  width: 406.67px;
}
@media (min-width: 0px) and (max-width: 767.98px) {
  .footer__connect {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer__connect {
    width: 182.67px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer__connect {
    width: 257.67px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .footer__connect {
    width: 326.67px;
  }
}
@media (min-width: 1440px) {
  .footer__connect {
    width: 406.67px !important;
  }
}
@media (min-width: 1920px) {
  .footer__connect {
    width: 540px;
  }
}
.footer__title {
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 28px;
}
@media (min-width: 0px) and (max-width: 575.98px) {
  .footer__title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1920px) {
  .footer__title {
    font-size: 18px;
    line-height: 28px;
  }
}
.footer__text {
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  margin-bottom: 8px;
  word-wrap: break-word;
}
.footer__text:last-child {
  margin: 0;
}
@media (min-width: 480px) and (max-width: 991.98px) {
  .footer__text br {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer__text:not(:first-of-type) br {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .footer__text br {
    display: none;
  }
}
@media (min-width: 1440px) {
  .footer__text br {
    display: none;
  }
}
@media (min-width: 1920px) {
  .footer__text {
    font-size: 16px;
    line-height: 24px;
  }
}
.footer__credits {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 40px 70px;
  width: 100%;
  height: 120px;
  background: #003864;
}
@media (min-width: 0px) and (max-width: 767.98px) {
  .footer__credits {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 32px 40px;
  }
}
.footer__copyright {
  width: 1018px;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  margin-right: 20px;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .footer__copyright {
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 20px 0;
  }
}
@media (min-width: 480px) and (max-width: 767.98px) {
  .footer__copyright {
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px 0;
  }
}
@media (min-width: 768px) {
  .footer__copyright {
    height: auto;
  }
  .footer__copyright br {
    display: none;
  }
}
.footer__socials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.footer__socials a {
  margin-right: 28px;
}
.footer__socials a img {
  width: 32px;
  height: 32px;
}
@media (min-width: 768px) {
  .footer__socials a img {
    width: 40px;
    height: 40px;
  }
}
.footer__socials a:last-child {
  margin: 0;
}

.email {
  margin-top: 20px !important;
}
@media (min-width: 348px) {
  .email br {
    display: none;
  }
}

body {
  margin: 0;
  padding: 0;
}

.right-0 {
  right: 0;
}

.yellow {
  background-color: #f09221;
}

.blue {
  background-color: #1ac0f2;
}

.font-blue {
  color: #004a85;
}

.backward {
  z-index: -1;
}

.clear {
  clear: both;
}

.top-n1 {
  top: -1rem;
}

.top-14 {
  top: 14rem;
}

.top-20 {
  top: 20rem;
}

.top-30 {
  top: 30rem;
}

.text-right {
  text-align: right;
}

.pma-button {
  background-color: white;
  color: #005da6;
  border: 3px solid #005da6;
  border-radius: 20px;
  padding: 10px 20px;
  font-weight: 600;
}

.page-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.image-rounded {
  border-radius: 25px;
}

/* Extra small devices (phones) */
@media only screen and (max-width: 575.98px) {
  /* Your CSS styles for extra small devices */
  .front-page-image {
    margin: 0rem;
    border-radius: 0;
    width: 100%;
  }
  .front-page-padding {
    padding: 0rem;
  }
  .front-page-title {
    font-size: 24px;
  }
  .pma-button {
    width: 80%;
  }
  .header {
    margin: 0rem;
  }
  .mobile-none {
    display: none;
  }
  .mobile-center {
    text-align: center;
  }
  .footer-icon-container {
    width: 100%;
    justify-content: center;
  }
}
/* Small devices (tablets) */
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  /* Your CSS styles for small devices */
}
/* Medium devices (desktops) */
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  /* Your CSS styles for medium devices */
}
/* Large devices (desktops) */
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  /* Your CSS styles for large devices */
}
/* Extra large devices (large desktops) */
@media only screen and (min-width: 1200px) {
  /* Your CSS styles for extra large devices */
}
