@charset "UTF-8";
.bg-navy {
  background: #0E2F47;
}

.bg-navy-25 {
  background: rgba(14, 47, 71, 0.25);
}

.bg-navy-75 {
  background: rgba(14, 47, 71, 0.75);
}

.bg-navy-50 {
  background: rgba(14, 47, 71, 0.5);
}

.bg-white {
  background: #FFFFFF;
}

.bg-white-25 {
  background: rgba(255, 255, 255, 0.25);
}

.bg-white-75 {
  background: rgba(255, 255, 255, 0.75);
}

.bg-white-50 {
  background: rgba(255, 255, 255, 0.5);
}

.bg-green {
  background: #3AAA35;
}

.bg-green-25 {
  background: rgba(58, 170, 53, 0.25);
}

.bg-green-75 {
  background: rgba(58, 170, 53, 0.75);
}

.bg-green-50 {
  background: rgba(58, 170, 53, 0.5);
}

.bg-bahia {
  background: #95C11F;
}

.bg-bahia-25 {
  background: rgba(149, 193, 31, 0.25);
}

.bg-bahia-75 {
  background: rgba(149, 193, 31, 0.75);
}

.bg-bahia-50 {
  background: rgba(149, 193, 31, 0.5);
}

.bg-transparent {
  background: transparent;
}

.bg-transparent-25 {
  background: rgba(0, 0, 0, 0.25);
}

.bg-transparent-75 {
  background: rgba(0, 0, 0, 0.75);
}

.bg-transparent-50 {
  background: rgba(0, 0, 0, 0.5);
}

.bg-grey {
  background: #F0F0F0;
}

.bg-grey-25 {
  background: rgba(240, 240, 240, 0.25);
}

.bg-grey-75 {
  background: rgba(240, 240, 240, 0.75);
}

.bg-grey-50 {
  background: rgba(240, 240, 240, 0.5);
}

.bg-transparentBahia {
  background: rgba(149, 193, 31, 0.1);
}

.bg-transparentBahia-25 {
  background: rgba(149, 193, 31, 0.25);
}

.bg-transparentBahia-75 {
  background: rgba(149, 193, 31, 0.75);
}

.bg-transparentBahia-50 {
  background: rgba(149, 193, 31, 0.5);
}

.bg-transparentGreen {
  background: rgba(58, 170, 53, 0.1);
}

.bg-transparentGreen-25 {
  background: rgba(58, 170, 53, 0.25);
}

.bg-transparentGreen-75 {
  background: rgba(58, 170, 53, 0.75);
}

.bg-transparentGreen-50 {
  background: rgba(58, 170, 53, 0.5);
}

.bg-transparentNavy {
  background: rgba(14, 47, 71, 0.1);
}

.bg-transparentNavy-25 {
  background: rgba(14, 47, 71, 0.25);
}

.bg-transparentNavy-75 {
  background: rgba(14, 47, 71, 0.75);
}

.bg-transparentNavy-50 {
  background: rgba(14, 47, 71, 0.5);
}

.btn-navy {
  background: #0E2F47;
  color: #0E2F47;
  text-decoration: none;
  border-radius: 2rem;
  padding: 0.3rem 2.25rem;
  transition: 0.2s ease-in-out all;
}
.btn-navy.btn-light {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: 3px solid #FFFFFF;
}
.btn-navy.btn-light:hover {
  background: #164b72;
  color: #0E2F47;
  transform: scale(1.05);
}
.btn-navy.btn-light:focus {
  background: #164b72;
  color: #0E2F47;
}
.btn-navy.btn-light.active {
  background: #FFFFFF;
}
.btn-navy.btn-dark {
  border: 2px solid #0E2F47;
}
.btn-navy.btn-dark:hover {
  background: #FFFFFF;
  color: #0E2F47;
  transform: scale(1.05);
}
.btn-navy:hover {
  background: #164b72;
  color: #0E2F47;
}

.btn-white {
  background: #FFFFFF;
  color: #0E2F47;
  text-decoration: none;
  border-radius: 2rem;
  padding: 0.3rem 2.25rem;
  transition: 0.2s ease-in-out all;
}
.btn-white.btn-light {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: 3px solid #FFFFFF;
}
.btn-white.btn-light:hover {
  background: white;
  color: #0E2F47;
  transform: scale(1.05);
}
.btn-white.btn-light:focus {
  background: white;
  color: #0E2F47;
}
.btn-white.btn-light.active {
  background: #FFFFFF;
}
.btn-white.btn-dark {
  border: 2px solid #0E2F47;
}
.btn-white.btn-dark:hover {
  background: #FFFFFF;
  color: #0E2F47;
  transform: scale(1.05);
}
.btn-white:hover {
  background: white;
  color: #0E2F47;
}

.btn-green {
  background: #3AAA35;
  color: #0E2F47;
  text-decoration: none;
  border-radius: 2rem;
  padding: 0.3rem 2.25rem;
  transition: 0.2s ease-in-out all;
}
.btn-green.btn-light {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: 3px solid #FFFFFF;
}
.btn-green.btn-light:hover {
  background: #50c74b;
  color: #0E2F47;
  transform: scale(1.05);
}
.btn-green.btn-light:focus {
  background: #50c74b;
  color: #0E2F47;
}
.btn-green.btn-light.active {
  background: #FFFFFF;
}
.btn-green.btn-dark {
  border: 2px solid #0E2F47;
}
.btn-green.btn-dark:hover {
  background: #FFFFFF;
  color: #0E2F47;
  transform: scale(1.05);
}
.btn-green:hover {
  background: #50c74b;
  color: #0E2F47;
}

.btn-bahia {
  background: #95C11F;
  color: #0E2F47;
  text-decoration: none;
  border-radius: 2rem;
  padding: 0.3rem 2.25rem;
  transition: 0.2s ease-in-out all;
}
.btn-bahia.btn-light {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: 3px solid #FFFFFF;
}
.btn-bahia.btn-light:hover {
  background: #b0de35;
  color: #0E2F47;
  transform: scale(1.05);
}
.btn-bahia.btn-light:focus {
  background: #b0de35;
  color: #0E2F47;
}
.btn-bahia.btn-light.active {
  background: #FFFFFF;
}
.btn-bahia.btn-dark {
  border: 2px solid #0E2F47;
}
.btn-bahia.btn-dark:hover {
  background: #FFFFFF;
  color: #0E2F47;
  transform: scale(1.05);
}
.btn-bahia:hover {
  background: #b0de35;
  color: #0E2F47;
}

.btn-transparent {
  background: transparent;
  color: #0E2F47;
  text-decoration: none;
  border-radius: 2rem;
  padding: 0.3rem 2.25rem;
  transition: 0.2s ease-in-out all;
}
.btn-transparent.btn-light {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: 3px solid #FFFFFF;
}
.btn-transparent.btn-light:hover {
  background: rgba(26, 26, 26, 0);
  color: #0E2F47;
  transform: scale(1.05);
}
.btn-transparent.btn-light:focus {
  background: rgba(26, 26, 26, 0);
  color: #0E2F47;
}
.btn-transparent.btn-light.active {
  background: #FFFFFF;
}
.btn-transparent.btn-dark {
  border: 2px solid #0E2F47;
}
.btn-transparent.btn-dark:hover {
  background: #FFFFFF;
  color: #0E2F47;
  transform: scale(1.05);
}
.btn-transparent:hover {
  background: rgba(26, 26, 26, 0);
  color: #0E2F47;
}

.btn-grey {
  background: #F0F0F0;
  color: #0E2F47;
  text-decoration: none;
  border-radius: 2rem;
  padding: 0.3rem 2.25rem;
  transition: 0.2s ease-in-out all;
}
.btn-grey.btn-light {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: 3px solid #FFFFFF;
}
.btn-grey.btn-light:hover {
  background: white;
  color: #0E2F47;
  transform: scale(1.05);
}
.btn-grey.btn-light:focus {
  background: white;
  color: #0E2F47;
}
.btn-grey.btn-light.active {
  background: #FFFFFF;
}
.btn-grey.btn-dark {
  border: 2px solid #0E2F47;
}
.btn-grey.btn-dark:hover {
  background: #FFFFFF;
  color: #0E2F47;
  transform: scale(1.05);
}
.btn-grey:hover {
  background: white;
  color: #0E2F47;
}

.btn-transparentBahia {
  background: rgba(149, 193, 31, 0.1);
  color: #0E2F47;
  text-decoration: none;
  border-radius: 2rem;
  padding: 0.3rem 2.25rem;
  transition: 0.2s ease-in-out all;
}
.btn-transparentBahia.btn-light {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: 3px solid #FFFFFF;
}
.btn-transparentBahia.btn-light:hover {
  background: rgba(176, 222, 53, 0.1);
  color: #0E2F47;
  transform: scale(1.05);
}
.btn-transparentBahia.btn-light:focus {
  background: rgba(176, 222, 53, 0.1);
  color: #0E2F47;
}
.btn-transparentBahia.btn-light.active {
  background: #FFFFFF;
}
.btn-transparentBahia.btn-dark {
  border: 2px solid #0E2F47;
}
.btn-transparentBahia.btn-dark:hover {
  background: #FFFFFF;
  color: #0E2F47;
  transform: scale(1.05);
}
.btn-transparentBahia:hover {
  background: rgba(176, 222, 53, 0.1);
  color: #0E2F47;
}

.btn-transparentGreen {
  background: rgba(58, 170, 53, 0.1);
  color: #0E2F47;
  text-decoration: none;
  border-radius: 2rem;
  padding: 0.3rem 2.25rem;
  transition: 0.2s ease-in-out all;
}
.btn-transparentGreen.btn-light {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: 3px solid #FFFFFF;
}
.btn-transparentGreen.btn-light:hover {
  background: rgba(80, 199, 75, 0.1);
  color: #0E2F47;
  transform: scale(1.05);
}
.btn-transparentGreen.btn-light:focus {
  background: rgba(80, 199, 75, 0.1);
  color: #0E2F47;
}
.btn-transparentGreen.btn-light.active {
  background: #FFFFFF;
}
.btn-transparentGreen.btn-dark {
  border: 2px solid #0E2F47;
}
.btn-transparentGreen.btn-dark:hover {
  background: #FFFFFF;
  color: #0E2F47;
  transform: scale(1.05);
}
.btn-transparentGreen:hover {
  background: rgba(80, 199, 75, 0.1);
  color: #0E2F47;
}

.btn-transparentNavy {
  background: rgba(14, 47, 71, 0.1);
  color: #0E2F47;
  text-decoration: none;
  border-radius: 2rem;
  padding: 0.3rem 2.25rem;
  transition: 0.2s ease-in-out all;
}
.btn-transparentNavy.btn-light {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: 3px solid #FFFFFF;
}
.btn-transparentNavy.btn-light:hover {
  background: rgba(22, 75, 114, 0.1);
  color: #0E2F47;
  transform: scale(1.05);
}
.btn-transparentNavy.btn-light:focus {
  background: rgba(22, 75, 114, 0.1);
  color: #0E2F47;
}
.btn-transparentNavy.btn-light.active {
  background: #FFFFFF;
}
.btn-transparentNavy.btn-dark {
  border: 2px solid #0E2F47;
}
.btn-transparentNavy.btn-dark:hover {
  background: #FFFFFF;
  color: #0E2F47;
  transform: scale(1.05);
}
.btn-transparentNavy:hover {
  background: rgba(22, 75, 114, 0.1);
  color: #0E2F47;
}

.pointer {
  cursor: pointer;
}

.likeButton.active {
  color: blue;
}

.text-navy {
  color: #0E2F47;
}

.text-white {
  color: #FFFFFF;
}

.text-green {
  color: #3AAA35;
}

.text-bahia {
  color: #95C11F;
}

.text-transparent {
  color: transparent;
}

ul.whiteBullet {
  list-style: none;
  padding: 0;
}
ul.whiteBullet li {
  margin-left: 16px;
  color: #000000;
  position: relative;
}
ul.whiteBullet li::before {
  content: "•";
  color: #FFFFFF;
  font-size: 16px;
  position: absolute;
  left: -16px;
}

.font-centuryGothic {
  font-family: "century-gothic", sans-serif;
}

.font-coconPro {
  font-family: "ff-cocon-pro", sans-serif;
}

.size-1 {
  font-size: 0.0625rem;
}

.size-2 {
  font-size: 0.125rem;
}

.size-3 {
  font-size: 0.1875rem;
}

.size-4 {
  font-size: 0.25rem;
}

.size-5 {
  font-size: 0.3125rem;
}

.size-6 {
  font-size: 0.375rem;
}

.size-7 {
  font-size: 0.4375rem;
}

.size-8 {
  font-size: 0.5rem;
}

.size-9 {
  font-size: 0.5625rem;
}

.size-10 {
  font-size: 0.625rem;
}

.size-11 {
  font-size: 0.6875rem;
}

.size-12 {
  font-size: 0.75rem;
}

.size-13 {
  font-size: 0.8125rem;
}

.size-14 {
  font-size: 0.875rem;
}

.size-15 {
  font-size: 0.9375rem;
}

.size-16 {
  font-size: 1rem;
}

.size-17 {
  font-size: 1.0625rem;
}

.size-18 {
  font-size: 1.125rem;
}

.size-19 {
  font-size: 1.1875rem;
}

.size-20 {
  font-size: 1.25rem;
}

.size-21 {
  font-size: 1.3125rem;
}

.size-22 {
  font-size: 1.375rem;
}

.size-23 {
  font-size: 1.4375rem;
}

.size-24 {
  font-size: 1.5rem;
}

.size-25 {
  font-size: 1.5625rem;
}

.size-26 {
  font-size: 1.625rem;
}

.size-27 {
  font-size: 1.6875rem;
}

.size-28 {
  font-size: 1.75rem;
}

.size-29 {
  font-size: 1.8125rem;
}

.size-30 {
  font-size: 1.875rem;
}

.size-31 {
  font-size: 1.9375rem;
}

.size-32 {
  font-size: 2rem;
}

.size-33 {
  font-size: 2.0625rem;
}

.size-34 {
  font-size: 2.125rem;
}

.size-35 {
  font-size: 2.1875rem;
}

.size-36 {
  font-size: 2.25rem;
}

.size-37 {
  font-size: 2.3125rem;
}

.size-38 {
  font-size: 2.375rem;
}

.size-39 {
  font-size: 2.4375rem;
}

.size-40 {
  font-size: 2.5rem;
}

.size-41 {
  font-size: 2.5625rem;
}

.size-42 {
  font-size: 2.625rem;
}

.size-43 {
  font-size: 2.6875rem;
}

.size-44 {
  font-size: 2.75rem;
}

.size-45 {
  font-size: 2.8125rem;
}

.size-46 {
  font-size: 2.875rem;
}

.size-47 {
  font-size: 2.9375rem;
}

.size-48 {
  font-size: 3rem;
}

.size-49 {
  font-size: 3.0625rem;
}

.size-50 {
  font-size: 3.125rem;
}

.size-51 {
  font-size: 3.1875rem;
}

.size-52 {
  font-size: 3.25rem;
}

.size-53 {
  font-size: 3.3125rem;
}

.size-54 {
  font-size: 3.375rem;
}

.size-55 {
  font-size: 3.4375rem;
}

.size-56 {
  font-size: 3.5rem;
}

.size-57 {
  font-size: 3.5625rem;
}

.size-58 {
  font-size: 3.625rem;
}

.size-59 {
  font-size: 3.6875rem;
}

.size-60 {
  font-size: 3.75rem;
}

.size-61 {
  font-size: 3.8125rem;
}

.size-62 {
  font-size: 3.875rem;
}

.size-63 {
  font-size: 3.9375rem;
}

.size-64 {
  font-size: 4rem;
}

.size-65 {
  font-size: 4.0625rem;
}

.size-66 {
  font-size: 4.125rem;
}

.size-67 {
  font-size: 4.1875rem;
}

.size-68 {
  font-size: 4.25rem;
}

.size-69 {
  font-size: 4.3125rem;
}

.size-70 {
  font-size: 4.375rem;
}

.size-71 {
  font-size: 4.4375rem;
}

.size-72 {
  font-size: 4.5rem;
}

.size-73 {
  font-size: 4.5625rem;
}

.size-74 {
  font-size: 4.625rem;
}

.size-75 {
  font-size: 4.6875rem;
}

.size-76 {
  font-size: 4.75rem;
}

.size-77 {
  font-size: 4.8125rem;
}

.size-78 {
  font-size: 4.875rem;
}

.size-79 {
  font-size: 4.9375rem;
}

.size-80 {
  font-size: 5rem;
}

header {
  position: sticky;
  top: 0;
  z-index: 999;
}
header .loginMemberProfile {
  position: relative;
}
header .loginMemberProfile:hover {
  background: #95C11F;
}
header .loginMemberProfile:hover .loginMemberProfile__menu {
  display: block;
  position: absolute;
  width: 100%;
}
header .loginMemberProfile__menu {
  display: none;
  background: #FFFFFF;
}

.headerNavigation__link {
  color: #0E2F47;
  text-decoration: none;
}
.headerNavigation__link:hover {
  color: #0E2F47;
  text-decoration: underline;
}
.headerNavigation__link.active {
  text-decoration: underline;
  font-weight: bold;
}
.headerNavigation__link.contact {
  padding-top: 7px;
  border-radius: 1rem;
  border: 2px solid #0E2F47;
}
.headerNavigation__link.contact.active {
  text-decoration: none;
}
.headerNavigation__link.contact:hover {
  color: #0E2F47;
  text-decoration: none;
}

.footerNavigation__link {
  color: #FFFFFF;
  text-decoration: none;
}
.footerNavigation__link:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.footerNavigation__link.active {
  text-decoration: underline;
}
.footerNavigation__link.contact {
  border-radius: 1rem;
  border: 2px solid #FFFFFF;
}
.footerNavigation__link.contact.active {
  text-decoration: none;
}
.footerNavigation__link.contact:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.slick-slider .slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1.5rem;
  cursor: pointer;
}
.slick-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1.5rem;
  cursor: pointer;
  width: auto;
}
.slick-slider .slick-track {
  height: auto;
  display: flex;
}
.slick-slider .slick-slide {
  height: auto;
}
@media screen and (max-width: 768px) {
  .slick-slider.articleSlider .sliderArrow {
    font-size: 2rem;
  }
}

select option:disabled {
  color: rgba(14, 47, 71, 0.5);
  font-size: 1rem;
  font-weight: bold;
}

.moveVaultFileContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0E2F47;
  z-index: 99999;
}
.moveVaultFileContainer #moveVaultFile {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.moveVaultFileContainer #moveVaultFile label {
  margin: 0.25rem 0;
}
.moveVaultFileContainer #moveVaultFile label .radio-button {
  transform: scale(2.5);
  margin-right: 0.5rem;
}

.forumSearch {
  width: 180px;
  transition: 0.5s ease-out all;
}
.forumSearch:hover {
  width: 100%;
}

.fileStatusChange {
  position: absolute;
  width: 185px;
  top: 100%;
  left: 100%;
  transform: translate(-2rem, -2rem);
  z-index: 999999;
}

.uploadProgressContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(14, 47, 71, 0.75);
  z-index: 9999;
}
.uploadProgressContainer__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

h1 {
  font-size: 1.625rem;
}

h2 {
  font-size: 1.375rem;
}

h3 {
  font-size: 1.125rem;
}

p {
  font-size: 1rem;
}
p.small {
  font-size: 0.875rem;
}
p.x-small {
  font-size: 0.75rem;
}

.btn-navy {
  background: #0E2F47;
  color: #0E2F47;
  text-decoration: none;
  border-radius: 2rem;
  padding: 0.3rem 2.25rem;
  transition: 0.2s ease-in-out all;
}
.btn-navy.btn-light {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: 3px solid #FFFFFF;
}
.btn-navy.btn-light:hover {
  background: #164b72;
  color: #0E2F47;
  transform: scale(1.05);
}
.btn-navy.btn-light:focus {
  background: #164b72;
  color: #0E2F47;
}
.btn-navy.btn-light.active {
  background: #FFFFFF;
}
.btn-navy.btn-dark {
  border: 2px solid #0E2F47;
}
.btn-navy.btn-dark:hover {
  background: #FFFFFF;
  color: #0E2F47;
  transform: scale(1.05);
}
.btn-navy:hover {
  background: #164b72;
  color: #0E2F47;
}

.btn-white {
  background: #FFFFFF;
  color: #0E2F47;
  text-decoration: none;
  border-radius: 2rem;
  padding: 0.3rem 2.25rem;
  transition: 0.2s ease-in-out all;
}
.btn-white.btn-light {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: 3px solid #FFFFFF;
}
.btn-white.btn-light:hover {
  background: white;
  color: #0E2F47;
  transform: scale(1.05);
}
.btn-white.btn-light:focus {
  background: white;
  color: #0E2F47;
}
.btn-white.btn-light.active {
  background: #FFFFFF;
}
.btn-white.btn-dark {
  border: 2px solid #0E2F47;
}
.btn-white.btn-dark:hover {
  background: #FFFFFF;
  color: #0E2F47;
  transform: scale(1.05);
}
.btn-white:hover {
  background: white;
  color: #0E2F47;
}

.btn-green {
  background: #3AAA35;
  color: #0E2F47;
  text-decoration: none;
  border-radius: 2rem;
  padding: 0.3rem 2.25rem;
  transition: 0.2s ease-in-out all;
}
.btn-green.btn-light {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: 3px solid #FFFFFF;
}
.btn-green.btn-light:hover {
  background: #50c74b;
  color: #0E2F47;
  transform: scale(1.05);
}
.btn-green.btn-light:focus {
  background: #50c74b;
  color: #0E2F47;
}
.btn-green.btn-light.active {
  background: #FFFFFF;
}
.btn-green.btn-dark {
  border: 2px solid #0E2F47;
}
.btn-green.btn-dark:hover {
  background: #FFFFFF;
  color: #0E2F47;
  transform: scale(1.05);
}
.btn-green:hover {
  background: #50c74b;
  color: #0E2F47;
}

.btn-bahia {
  background: #95C11F;
  color: #0E2F47;
  text-decoration: none;
  border-radius: 2rem;
  padding: 0.3rem 2.25rem;
  transition: 0.2s ease-in-out all;
}
.btn-bahia.btn-light {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: 3px solid #FFFFFF;
}
.btn-bahia.btn-light:hover {
  background: #b0de35;
  color: #0E2F47;
  transform: scale(1.05);
}
.btn-bahia.btn-light:focus {
  background: #b0de35;
  color: #0E2F47;
}
.btn-bahia.btn-light.active {
  background: #FFFFFF;
}
.btn-bahia.btn-dark {
  border: 2px solid #0E2F47;
}
.btn-bahia.btn-dark:hover {
  background: #FFFFFF;
  color: #0E2F47;
  transform: scale(1.05);
}
.btn-bahia:hover {
  background: #b0de35;
  color: #0E2F47;
}

.btn-transparent {
  background: transparent;
  color: #0E2F47;
  text-decoration: none;
  border-radius: 2rem;
  padding: 0.3rem 2.25rem;
  transition: 0.2s ease-in-out all;
}
.btn-transparent.btn-light {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: 3px solid #FFFFFF;
}
.btn-transparent.btn-light:hover {
  background: rgba(26, 26, 26, 0);
  color: #0E2F47;
  transform: scale(1.05);
}
.btn-transparent.btn-light:focus {
  background: rgba(26, 26, 26, 0);
  color: #0E2F47;
}
.btn-transparent.btn-light.active {
  background: #FFFFFF;
}
.btn-transparent.btn-dark {
  border: 2px solid #0E2F47;
}
.btn-transparent.btn-dark:hover {
  background: #FFFFFF;
  color: #0E2F47;
  transform: scale(1.05);
}
.btn-transparent:hover {
  background: rgba(26, 26, 26, 0);
  color: #0E2F47;
}

.btn-grey {
  background: #F0F0F0;
  color: #0E2F47;
  text-decoration: none;
  border-radius: 2rem;
  padding: 0.3rem 2.25rem;
  transition: 0.2s ease-in-out all;
}
.btn-grey.btn-light {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: 3px solid #FFFFFF;
}
.btn-grey.btn-light:hover {
  background: white;
  color: #0E2F47;
  transform: scale(1.05);
}
.btn-grey.btn-light:focus {
  background: white;
  color: #0E2F47;
}
.btn-grey.btn-light.active {
  background: #FFFFFF;
}
.btn-grey.btn-dark {
  border: 2px solid #0E2F47;
}
.btn-grey.btn-dark:hover {
  background: #FFFFFF;
  color: #0E2F47;
  transform: scale(1.05);
}
.btn-grey:hover {
  background: white;
  color: #0E2F47;
}

.btn-transparentBahia {
  background: rgba(149, 193, 31, 0.1);
  color: #0E2F47;
  text-decoration: none;
  border-radius: 2rem;
  padding: 0.3rem 2.25rem;
  transition: 0.2s ease-in-out all;
}
.btn-transparentBahia.btn-light {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: 3px solid #FFFFFF;
}
.btn-transparentBahia.btn-light:hover {
  background: rgba(176, 222, 53, 0.1);
  color: #0E2F47;
  transform: scale(1.05);
}
.btn-transparentBahia.btn-light:focus {
  background: rgba(176, 222, 53, 0.1);
  color: #0E2F47;
}
.btn-transparentBahia.btn-light.active {
  background: #FFFFFF;
}
.btn-transparentBahia.btn-dark {
  border: 2px solid #0E2F47;
}
.btn-transparentBahia.btn-dark:hover {
  background: #FFFFFF;
  color: #0E2F47;
  transform: scale(1.05);
}
.btn-transparentBahia:hover {
  background: rgba(176, 222, 53, 0.1);
  color: #0E2F47;
}

.btn-transparentGreen {
  background: rgba(58, 170, 53, 0.1);
  color: #0E2F47;
  text-decoration: none;
  border-radius: 2rem;
  padding: 0.3rem 2.25rem;
  transition: 0.2s ease-in-out all;
}
.btn-transparentGreen.btn-light {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: 3px solid #FFFFFF;
}
.btn-transparentGreen.btn-light:hover {
  background: rgba(80, 199, 75, 0.1);
  color: #0E2F47;
  transform: scale(1.05);
}
.btn-transparentGreen.btn-light:focus {
  background: rgba(80, 199, 75, 0.1);
  color: #0E2F47;
}
.btn-transparentGreen.btn-light.active {
  background: #FFFFFF;
}
.btn-transparentGreen.btn-dark {
  border: 2px solid #0E2F47;
}
.btn-transparentGreen.btn-dark:hover {
  background: #FFFFFF;
  color: #0E2F47;
  transform: scale(1.05);
}
.btn-transparentGreen:hover {
  background: rgba(80, 199, 75, 0.1);
  color: #0E2F47;
}

.btn-transparentNavy {
  background: rgba(14, 47, 71, 0.1);
  color: #0E2F47;
  text-decoration: none;
  border-radius: 2rem;
  padding: 0.3rem 2.25rem;
  transition: 0.2s ease-in-out all;
}
.btn-transparentNavy.btn-light {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: 3px solid #FFFFFF;
}
.btn-transparentNavy.btn-light:hover {
  background: rgba(22, 75, 114, 0.1);
  color: #0E2F47;
  transform: scale(1.05);
}
.btn-transparentNavy.btn-light:focus {
  background: rgba(22, 75, 114, 0.1);
  color: #0E2F47;
}
.btn-transparentNavy.btn-light.active {
  background: #FFFFFF;
}
.btn-transparentNavy.btn-dark {
  border: 2px solid #0E2F47;
}
.btn-transparentNavy.btn-dark:hover {
  background: #FFFFFF;
  color: #0E2F47;
  transform: scale(1.05);
}
.btn-transparentNavy:hover {
  background: rgba(22, 75, 114, 0.1);
  color: #0E2F47;
}

.pointer {
  cursor: pointer;
}

.likeButton.active {
  color: blue;
}

.box-shadow-1 {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.box-shadow-2 {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.articleListGrid__item {
  transition: 0.2s ease-in-out all;
}
.articleListGrid__item.hover:hover {
  transform: scale(1.05);
  transform-origin: bottom;
  cursor: pointer;
}
.articleListGrid__item a {
  color: initial;
  text-decoration: none;
}
.articleListGrid__item__content {
  border-radius: 1.4rem;
  overflow: hidden;
}
.articleListGrid__item__content--caseStudy {
  background: rgba(58, 170, 53, 0.1);
}
.articleListGrid__item__content--event {
  background: #F0F0F0;
}
.articleListGrid__item__content--newsArticle {
  background: rgba(149, 193, 31, 0.1);
}
.articleListGrid__item__content__imageBlock {
  padding-top: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.teamMemberRow__teamMember {
  transition: 0.2s ease-in-out all;
}
.teamMemberRow__teamMember:hover {
  transform: scale(1.05);
  transform-origin: bottom;
}
.teamMemberRow__teamMember img {
  border-radius: 50%;
}
.teamMemberRow__teamMember__bio {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.teamMemberRow__teamMember__bio__content {
  width: 80%;
  max-width: 750px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 10%);
  max-height: 80vh;
  overflow-y: auto;
  border-radius: 1rem;
}
.teamMemberRow__teamMember__bio__content img.profile {
  border-radius: 50%;
}

.memberType {
  border-radius: 1rem;
}

.loginForm {
  border-radius: 1.5rem;
}

.vaultContent__vaultResource__dropdownControl {
  border-top: 1px solid rgba(14, 47, 71, 0.3);
  cursor: pointer;
  transition: 0.2s ease-in-out all;
}
.vaultContent__vaultResource__dropdownControl__uploadDocBtn {
  display: none;
}
.vaultContent__vaultResource__dropdownControl:hover {
  background: rgba(14, 47, 71, 0.3);
}
.vaultContent__vaultResource__dropdownControl.active {
  background: rgba(14, 47, 71, 0.3);
}
.vaultContent__vaultResource__dropdownControl.active .vaultContent__vaultResource__dropdownControl__uploadDocBtn {
  display: inline;
}
.vaultContent__vaultResource__dropdownContent {
  background: rgba(14, 47, 71, 0.1);
}
.vaultContent__resourceAccordion__dropdownContent__item {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: 0.2s ease-in-out all;
}
.vaultContent__resourceAccordion__dropdownContent__item:hover {
  background: rgba(255, 255, 255, 0.3);
}
.vaultContent__resourceAccordion__dropdownContent__item.active {
  background: rgba(255, 255, 255, 0.3);
}
.vaultContent__resourceAccordion__dropdownContent__item.active .vaultContent__vaultResource__dropdownControl__uploadDocBtn {
  display: inline;
}
.vaultContent__resourceAccordion__dropdownContent__item__resource {
  background: rgba(255, 255, 255, 0.2);
}
.vaultContent__resourceAccordion__dropdownControl {
  transition: 0.2s ease-in-out all;
  cursor: pointer;
}

.gridColumn {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.gridColumn.coverLeft {
  background-size: 50vw;
  background-position: left;
}
@media only screen and (max-width: 768px) {
  .gridColumn.coverLeft {
    background-image: none !important;
  }
}
.gridColumn.coverRight {
  background-size: 50vw;
  background-position: right;
}
@media only screen and (max-width: 768px) {
  .gridColumn.coverRight {
    background-image: none !important;
  }
}
.gridColumn__customHomepageContent__header__sidebarContent {
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.articleView__image {
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.articleView__event {
  background: #F0F0F0;
  border-radius: 1.5rem;
}
.articleView__news {
  background: rgba(149, 193, 31, 0.1);
  border-radius: 1.5rem;
}
.articleView__caseStudy {
  background: rgba(58, 170, 53, 0.1);
  border-radius: 1.5rem;
}

.forumSearch .input-group {
  padding: 2px;
  border-radius: 3rem;
  border: 1px solid #0E2F47;
}
.forumSearch input {
  border: none;
  border-radius: 3rem;
}
.forumSearch input:focus {
  outline: none;
}
.forumSearch .input-group-btn {
  border-radius: 50% !important;
  background: #95C11F;
}

.forumOperations {
  top: 0;
  right: 0;
  border-radius: 2rem;
  background: #FFFFFF;
}

@font-face {
  font-family: "avenir"; /* Replace with the desired font name */
  src: url("../../Avenir/AvenirRegular/AvenirRegular.ttf") format("truetype");
  /* Add more src declarations for different font formats (e.g., woff, woff2) */
}
html, body {
  height: 100%;
  margin: 0 auto;
  padding: 0;
  color: #0E2F47;
  overflow-x: hidden;
  font-size: 1rem;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "avenir", sans-serif;
}
@media screen and (max-width: 768px) {
  html, body {
    font-size: 0.875rem;
  }
}

#lightbox {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #95C11F;
  display: none;
}
#lightbox .closeBtn {
  position: absolute;
  top: 2rem;
  right: 2rem;
}
#lightbox #docx-container {
  position: absolute;
  background: #F0F0F0;
  width: 75%;
  max-height: 75%;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 2rem;
  border-radius: 2rem;
}

.responseAlert {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 50%;
  width: 75%;
  transform: translateX(-50%);
  margin: 0;
  padding: 1rem;
}

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

header, footer {
  flex: 0 0 auto;
}

.bodyContent {
  flex: 1 0 auto;
  overflow: auto;
}