/************************
GLOBAL
************************/
html,
body {
  height: 100%;
  margin: 0;
}
body {
  overflow-x: hidden;
}
p {
  font-family: "poppins", sans-serif;
  font-size: 20px;
  line-height: 36px;
  font-weight: 300;
  letter-spacing: 0.4px;
  color: #494949;
}
a,
.span-link {
  text-decoration: none;
  color: #71a3a1;
}
.span-link:hover {
  opacity: 0.9;
  cursor: pointer;
}
img {
  max-width: 100%;
}
/** ARROW BOXES **/
.arrow-box {
  text-align: center;
  padding: 50px;
  position: relative;
}
.arrow-box img {
  position: absolute;
  bottom: 50px;
  transform: rotate(0deg);
  transition: 0.6s;
}
.arrow-box:hover img {
  transform: rotate(90deg);
  transition: 0.6s;
}
.arrow {
  transform: rotate(0deg);
  transition: 0.6s;
}
.arrow:hover {
  transform: rotate(90deg);
  transition: 0.6s;
  cursor: pointer;
}
.arrow-box p {
  margin-bottom: 50px;
}
.read-more,
.my-btn {
  background: #71a3a1;
  color: #fff;
  letter-spacing: 1.6px;
  text-align: center;
  padding: 8px 25px;
  display: inline-block;
  font-size: 17px !important;
  font-weight: 400 !important;
  transition: 0.5s;
}
.read-more:hover,
.my-btn:hover {
  background: #5d7c82;
  cursor: pointer;
  transition: 0.5s;
}
#am,
#board-letter,
#leadership,
#community,
#finance,
#env {
  scroll-margin-top: 80px;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 18px;
    line-height: 28px;
  }
  #am,
  #board-letter,
  #leadership,
  #community,
  #finance,
  #env {
    scroll-margin-top: 70px;
  }
  h3 {
    font-size: 40px !important;
    line-height: 38px !important;
  }
}

/************************
HEADER
************************/
.scrolled {
  background: #1d3a47;
  transition: 0.4s;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 324;
  padding-top: 15px;
  padding-bottom: 15px;
}
header img {
  width: 200px;
}
.menu {
  /* color: #003660; */
  color: #fff;
  font-weight: 800;
  transition: 0.4s;
}
.menu:hover,
.scrolled .menu:hover {
  cursor: pointer;
  color: #969578;
  transition: 0.4s;
}
.scrolled .menu {
  color: #fff;
  transition: 0.4s;
}
.menu-open {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: -100;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #1d3a47;
  opacity: 0;
}
.active-menu {
  z-index: 500;
  opacity: 1;
}
.active-menu-open {
  z-index: 1500;
  opacity: 1;
}
.d-none-open {
  display: none !important;
}
.menu-open ul {
  display: flex;
  margin-left: 0px;
  padding-left: 0px;
  margin-bottom: 0px;
  align-items: center;
  justify-content: space-between;
}
.menu-open ul li:first-of-type {
  width: 22%;
  padding-left: 0px;
}
.menu-open ul li {
  padding-left: 15px;
  display: block;
  color: #fff;
  font-family: "poppins", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
}
.menu-open ul li a {
  color: #fff;
  transition: 0.4s;
}
.menu-open ul li a:hover {
  color: #969578;
  transition: 0.4s;
}
@media screen and (max-width: 1199px) {
  .menu-open ul li:first-of-type {
    width: 22%;
  }
  .menu-open ul li {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .menu-open ul {
    display: block;
  }
  .menu-open ul li {
    display: block;
    width: 100%;
    padding-top: 15px;
  }
  .menu-open ul li:last-of-type {
    padding-bottom: 15px;
  }
  .menu-open ul li:first-of-type {
    width: 100%;
  }
}
/************************
HERO
************************/
/* .hero-wrap {
  animation: homeBackground 12s forwards;
  width: 100%;
  height: 100%;
  background-size: cover;
}
@keyframes homeBackground {
  0% {
    background-image: url(img/1.webp);
  }
  40% {
    background-image: url(img/1.webp);
  }
  50% {
    background-image: url(img/2.webp);
  }
  90% {
    background-image: url(img/2.webp);
  }
  100% {
    background-image: url(img/3.webp);
  }
}
.hero-wrap h1,
.hero-wrap h2,
.hero-wrap p {
  color: #fff;
  font-family: "Crimson Pro", serif;
}
.hero-wrap h1 {
  font-size: 80px;
  line-height: 80px;
} */

.hero-container {
  z-index: 3;
  width: 100%;
  display: flex;
  align-content: center;
  height: 100vh;
  flex-wrap: wrap;
  position: absolute;
  z-index: 2;
  width: 100%;
  min-height: 600px;
}
.hero-overlay {
  background: linear-gradient(263deg, transparent 9.14%, rgba(81, 81, 81, 0.5) 35.36%, #000 82.3%);
  background: linear-gradient(263deg, transparent 9.14%, rgba(81, 81, 81, 0.4) 35.36%, rgba(0, 0, 0, 0.8) 82.3%);
  position: absolute;
  width: 60%;
  height: 100%;
  z-index: -1;
}
.hero-container h1,
.hero-container h2 {
  color: #fff;
  font-family: "Crimson Pro", serif;
}
.hero-container p {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.hero-container h1 {
  font-size: 95px;
  line-height: 90px;
  margin-bottom: 20px;
}
.hero-container h2 {
  font-size: 58px;
  line-height: 58px;
}

/* HERO CAROUSEL */
#carouselExampleIndicators,
#carouselExampleIndicators .carousel-inner,
#carouselExampleIndicators .carousel-item {
  height: 100vh;
  width: 100%;
  min-height: 600px;
}
.carousel-item {
  background-size: cover;
}
.carousel-indicators {
  z-index: 3;
  right: inherit;
  margin-left: 15px;
  margin-right: 15px;
  bottom: 40px;
}
.carousel-indicators [data-bs-target] {
  opacity: 0.4;
  background-color: #d9d9d9;
  width: 40px;
  height: 5px;
  border: none;
}
.carousel-indicators .active {
  background-color: #dddd8d;
  opacity: 1;
}
/* change transition duration to control the speed of fade effect */
.carousel-item {
  transition: transform 1.6s ease-in-out;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 1.6s;
}
.carousel-2,
.carousel-3 {
  background-position: center center;
}
.carousel-4,
.carousel-5,
.caroousel-6 {
  background-position: top center;
}
@media screen and (max-width: 1399px) {
  .hero-container h1 {
    font-size: 80px;
    line-height: 76px;
  }
  .hero-container h2 {
    font-size: 44px;
    line-height: 44px;
  }
}
@media screen and (max-width: 1199px) {
  .hero-container h1 {
    font-size: 66px;
    line-height: 62px;
  }
  .hero-container h2 {
    font-size: 38px;
    line-height: 38px;
  }
}
@media screen and (max-width: 991px) {
  .hero-container h1 {
    font-size: 60px;
    line-height: 57px;
  }
  .hero-container h2 {
    font-size: 35px;
    line-height: 35px;
  }
  .carousel-6 {
    background-position: 60% top;
  }
}
@media screen and (max-width: 767px) {
  .hero-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
  }
  .hero-container {
    align-content: flex-end;
    padding-bottom: 100px;
  }
  .carousel-1 {
    background-position: right center;
  }
  .carousel-3 {
    background-position: 62% center;
  }
}
@media screen and (max-width: 574px) {
  #carouselExampleIndicators,
  #carouselExampleIndicators .carousel-inner,
  #carouselExampleIndicators .carousel-item,
  .hero-container {
    min-height: 500px;
  }
}
@media screen and (max-width: 480px) {
  .hero-container h1 {
    font-size: 44px;
    line-height: 44px;
  }
  .hero-container h2 {
    font-size: 32px;
    line-height: 33px;
  }
}
/************************
INTRO BOXES
************************/
.intro-box {
  text-align: center;
  padding: 40px 15px;
  position: relative;
}
.intro-box p {
  color: #fff;
  font-family: "Crimson Pro", serif;
  font-size: 36px;
  line-height: 34px;
  margin-bottom: 0px;
  padding-bottom: 50px;
  z-index: 2;
  position: relative;
}
.intro-box .arrow-wrap {
  position: absolute;
  bottom: 50px;
  z-index: 2;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.intro-box img {
  transform: rotate(0deg);
  transition: 0.6s !important;
  z-index: 2;
  position: relative;
}
.intro-box:hover img {
  transform: rotate(90deg) !important;
  transition: 0.6s !important;
}
.intro-box-overlay {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.6s;
}
.intro-box:hover .intro-box-overlay {
  opacity: 1;
  transition: 0.6s;
}
@media screen and (min-width: 768px) and (max-width: 858px) {
  .intro-box {
    min-height: 186px;
  }
}
@media screen and (max-width: 1005px) {
  .intro-box p {
    font-size: 30px;
    line-height: 28px;
  }
}
@media screen and (max-width: 572px) {
  .intro-box {
    min-height: 186px;
  }
  .intro-box p {
    font-size: 24px;
    line-height: 24px;
  }
}
/************************
BOARD LETTER
************************/
.board-letter {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.board-letter h3 {
  color: #87a295;
  font-size: 54px;
  font-family: "Crimson Pro", serif;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .board-letter h3 {
    font-size: 40px;
    line-height: 38px;
  }
}
/************************
LEADERSHIP
************************/
.leadership-title {
  background: #5d7c82;
  padding-top: 40px;
  padding-bottom: 45px;
}
.leadership h3 {
  color: #fff;
  font-size: 54px;
  font-family: "Crimson Pro", serif;
  margin-bottom: 20px;
}
.leadership-title p {
  color: #fff;
  text-transform: uppercase;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  font-weight: 400;
  line-height: 30px;
}
.leadership .arrow-box {
  padding-bottom: 165px;
}
.leadership .arrow-box img {
  bottom: 165px;
  z-index: 1;
  margin-left: auto;
  right: 0;
  left: 0;
  margin-right: auto;
}
.leadership .arrow-box p {
  color: #fff;
  font-weight: 400;
  font-size: 23px;
  line-height: 33px;
  max-width: 100%;
  width: 360px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.leadership-photo {
  height: 115px;
  width: 100%;
  background-size: cover;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
/* .leader-photos .col-6:nth-of-type(2),
.leader-photos .col-6:nth-of-type(3) {
  padding-left: 6px;
  padding-right: 6px;
}
.leader-photos .col-6:nth-of-type(3) {
  padding-left: 6px;
  padding-right: 6px;
}
.leader-photos .col-6:first-of-type {
  padding-left: 12px;
  padding-right: 0px;
} */
.leader-photos {
  margin-left: 0px;
  margin-right: 0px;
}
.leader-photos .col-6 {
  padding-right: 4px;
  padding-left: 4px;
}
.leadership-box-overlay {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.6s;
}
#leadership-boxes .arrow-box:hover {
  cursor: pointer;
}
#leadership-boxes .arrow-box:hover .leadership-box-overlay {
  opacity: 1;
  transition: 0.6s;
}
@media screen and (max-width: 767px) {
  .leadership h3 {
    font-size: 40px;
    line-height: 38px;
  }
  .leader-photos p:last-of-type {
    margin-bottom: 25px;
  }
  .leadership .arrow-box p {
    font-size: 20px;
    line-height: 27px;
    max-width: 100%;
  }
}
/************************
MODALS
************************/
.modal-dialog {
  max-width: 100%;
  position: relative;
}
#leadershipModal .modal-dialog:after {
  content: "";
  background-image: url(img/modal-border.svg);
  width: 100%;
  background-size: 100% auto;
  height: 20px;
  position: absolute;
  z-index: 1;
}
.modal-dialog:before {
  content: "";
  background-image: url(img/modal-border.svg);
  width: 100%;
  background-size: 100% auto;
  height: 20px;
  position: absolute;
  z-index: 1;
}
.modal-content {
  border-radius: 0px;
  border: none;
}
.modal-content p {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
}
.modal-content .blue-title {
  color: #003660;
  font-family: "Crimson Pro", serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}
.modal-body {
  padding: 20px 100px 50px 100px;
}
.leader-photos {
  margin-bottom: 45px;
}
.leader-photos p:first-of-type {
  font-weight: 800;
  margin-top: 20px;
}
.leader-photos p {
  margin-bottom: 0px;
  color: #003660;
  font-size: 21px;
  line-height: 25px;
  font-weight: 300;
}
.gray-subtitle {
  font-family: "Crimson Pro", serif;
  font-size: 40px !important;
  line-height: 44px !important;
  color: #737373;
}
.gray-title {
  font-family: "Crimson Pro", serif;
  font-size: 40px !important;
  line-height: 44px !important;
  color: #737373;
  font-weight: 500;
}
.close-modal {
  font-size: 22px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: 25px;
  border-radius: 50%;
  border: 2px solid #5d7c82;
  padding: 3px 6px;
  color: #5d7c82;
  float: right;
  transition: 0.5s;
}
.close-modal:hover {
  color: #fff;
  background: #5d7c82;
  transition: 0.5s;
  cursor: pointer;
}
.modal-links {
  position: relative;
}
.modal-links .col-4:first-of-type {
  background-color: #a9b969;
}
.modal-links .col-4:nth-of-type(2) {
  background-color: #61b2c0;
}
.modal-links .col-4:last-of-type {
  background-color: #9cbbac;
}
.modal-links p {
  color: #fff;
  text-align: center;
  font-family: "Crimson Pro", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  max-width: 100%;
  margin: 0 auto 50px auto;
  z-index: 2;
  position: relative;
}
.modal-links .col-4:hover .intro-box-overlay {
  opacity: 1;
  transition: 0.6s;
}
.modal-links .col-4:hover {
  cursor: pointer;
}
.modal-links img {
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.modal-links .arrow-box {
  padding: 50px 10px;
}
#carouselExampleIndicators2 .carousel-indicators {
  top: -40px;
  bottom: inherit;
  margin-left: 0px;
}
#carouselExampleIndicators2 .carousel-indicators [data-bs-target] {
  color: #7e7e7e;
  opacity: 1;
}
.new-committee-leaders {
  background-color: #223c42;
  padding: 55px 100px 50px 100px;
}
.new-committee-leaders p {
  color: #fff;
}
.committee-leaders-list {
  padding-left: 15px;
}
.committee-leaders-list li {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  font-family: "poppins", sans-serif;
  letter-spacing: 0.4px;
}
.quote {
  font-size: 26px !important;
  line-height: 33px !important;
  font-family: "Crimson Pro", serif;
  font-weight: 500;
}
.default-height {
  height: 300px !important;
  max-height: 300px !important;
  overflow: hidden !important;
}
#leadership2Modal .default-height {
  height: 200px !important;
  max-height: 200px !important;
}
.full-height {
  height: inherit !important;
  max-height: 100% !important;
  overflow: auto !important;
}
.leadership-modal-title {
  display: flex;
  align-items: center;
}
.leadership-modal-title .gray-subtitle {
  margin-bottom: 0px;
}
.leadership-modal-title .close-modal {
  margin-top: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 991px) {
  .modal-body {
    padding: 20px 12px 50px 12px;
  }
  .new-committee-leaders {
    padding: 55px 12px 50px 12px;
  }
  .leader-photos p {
    font-size: 19px;
    line-height: 22px;
  }
  .modal-links p {
    font-size: 20px;
    line-height: 21px;
  }
  .quote {
    font-size: 22px !important;
    line-height: 29px !important;
  }
}
@media screen and (max-width: 575px) {
  .modal-links p {
    font-size: 16px;
    line-height: 17px;
  }
  .gray-title,
  .gray-subtitle {
    font-size: 32px !important;
    line-height: 36px !important;
  }
}

/************************
COMMUNITY
************************/
.callout-1 {
  font-size: 50px;
  line-height: 55px;
}
.callout-2 {
  font-size: 36px;
  line-height: 40px;
}
.callout-3 {
  font-size: 65px;
  line-height: 55px;
}
.callout-4 {
  font-size: 47px;
  line-height: 55px;
}
.community {
  margin-top: 91px;
}
.community-title {
  background: #5d7c82;
  padding-top: 40px;
  padding-bottom: 45px;
}
.community h3 {
  color: #fff;
  font-size: 54px;
  font-family: "Crimson Pro", serif;
  margin-bottom: 20px;
}
.community-title p {
  color: #fff;
  text-transform: uppercase;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  font-weight: 400;
  line-height: 30px;
}
.hover-boxes-section-wrap .col-6 p,
#env-boxes .col-3 p,
#community-boxes .col-4 p {
  color: #fff;
  z-index: 2;
  position: relative;
}
#community-boxes .arrow-box:nth-of-type(1) {
  background-color: #61b2c0;
}
#community-boxes .arrow-box:nth-of-type(3) {
  background-color: #81c191;
}
.hover-boxes-section-wrap img {
  z-index: 2;
}
.leadership-box-overlay {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.6s;
}
.hover-boxes-section-wrap .arrow-box:hover {
  cursor: pointer;
}
.hover-boxes-section-wrap .arrow-box:hover .leadership-box-overlay {
  opacity: 1;
  transition: 0.6s;
}
.hover-boxes-section-wrap p {
  font-weight: 400;
  font-size: 23px;
  line-height: 33px;
  padding-left: 125px;
  padding-right: 125px;
}
.hover-content-title {
  color: #026887;
  font-weight: 600;
  font-size: 22px;
}
/* .hover-content-title a {
  text-decoration: underline;
} */
.hover-content-title a:hover {
  opacity: 0.75;
  transition: 0.4s;
}
.hover-content-wrap,
.hover-content-wrap-2,
.hover-content-wrap-3,
.hover-content-wrap-4 {
  padding-top: 70px;
  padding-bottom: 80px;
}
.hover-boxes-section-wrap .arrow-box {
  background-color: #91a8ab;
  transition: 0.6s;
  padding: 50px 0px;
}
.active-hover-button {
  background-color: #0480a5 !important;
  transition: 0.6s;
}
.hover-boxes-section-wrap .active-hover-button img {
  transform: rotate(90deg);
  transition: 0.6s;
}
.hover-boxes-section-wrap .col-6 .custom-container {
  width: 660px;
  position: relative;
  height: 100%;
}
#community-boxes .col-4 .custom-container {
  position: relative;
  height: 100%;
}
.hover-boxes-section-wrap .col-6:first-of-type .custom-container {
  margin-left: auto;
}
.hover-boxes-section-wrap .col-6 .custom-container img,
#community-boxes .col-4 .custom-container img {
  bottom: 0px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}
.video-container {
  width: 100%;
  aspect-ratio: 16 / 9; /* standard YouTube ratio */
  position: relative;
}

.video-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
#communityModal1 .modal-body,
#communityModal1 .modal-body .col-12 {
  padding: 0px;
}
#communityModal1 .close-modal {
  position: absolute;
  right: 0px;
  z-index: 2;
  top: 20px;
  margin-top: 0px;
  color: #fff;
  background: #5d7c82;
  transition: 0.5s;
}
#communityModal1 .close-modal:hover {
  opacity: 0.8;
}
#communityModal1 .modal-dialog::before {
  width: 0px;
  height: 0px;
}
#communityModal1 .modal-content {
  border-radius: 0px;
  border: none;
  background: transparent;
}
.video-modal:hover {
  cursor: pointer;
}
.video-modal:hover i {
  opacity: 0.8;
}
.d-none.hover-content-2 {
  opacity: 0;
  transition: 0.5s;
}
.hover-content-2 {
  opacity: 1;
  transition: 0.5s;
}
.d-none.hover-content-3a {
  opacity: 0;
  transition: 0.5s;
}
.hover-content-3a {
  opacity: 1;
  transition: 0.5s;
}
@media (min-width: 1400px) {
  #community-boxes .col-4 p {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 1399px) {
  .hover-boxes-section-wrap .col-6 .custom-container {
    width: 570px;
  }
  .hover-boxes-section-wrap p {
    padding-left: 80px;
    padding-right: 80px;
  }
  .callout-1 {
    font-size: 45px;
    line-height: 50px;
  }
  .callout-2 {
    font-size: 31px;
    line-height: 35px;
  }
  .callout-3 {
    font-size: 60px;
    line-height: 50px;
  }
  .callout-4 {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (max-width: 1199px) {
  .hover-boxes-section-wrap .col-6 .custom-container {
    width: 480px;
  }
  .hover-boxes-section-wrap p {
    padding-left: 40px;
    padding-right: 40px;
  }
  .callout-1 {
    font-size: 40px;
    line-height: 45px;
  }
  .callout-2 {
    font-size: 26px;
    line-height: 30px;
  }
  .callout-3 {
    font-size: 55px;
    line-height: 45px;
  }
  .callout-4 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 991px) {
  .hover-boxes-section-wrap .col-6 .custom-container {
    width: 360px;
  }
  .hover-boxes-section-wrap p {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 767px) {
  .hover-boxes-section-wrap .col-6 .custom-container {
    width: 270px;
  }
  .hover-boxes-section-wrap p {
    font-size: 20px;
    line-height: 27px;
  }
}
@media (max-width: 575px) {
  .hover-boxes-section-wrap .col-6 .custom-container {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .hover-boxes-section-wrap p {
    font-size: 18px;
    line-height: 24px;
  }
}
/************************
FINANCE
************************/
.finance-title {
  background: #5d7c82;
  padding-top: 40px;
  padding-bottom: 45px;
}
.finance h3 {
  color: #fff;
  font-size: 54px;
  font-family: "Crimson Pro", serif;
  margin-bottom: 20px;
}
.finance-title p {
  color: #fff;
  text-transform: uppercase;
  width: 850px;
  max-width: 100%;
  margin: 0 auto;
  font-weight: 400;
  line-height: 30px;
}
.callout-2-1,
.callout-2-2,
.callout-2-3 {
  font-size: 50px;
  line-height: 55px;
  display: block;
}
.callout-2-4 {
  font-size: 70px;
  line-height: 70px;
  display: block;
}
@media screen and (max-width: 1199px) {
  .callout-2-1,
  .callout-2-2,
  .callout-2-3 {
    font-size: 40px;
    line-height: 45px;
  }
  .callout-2-4 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 991px) {
  .callout-2-1 {
    font-size: 40px;
    line-height: 45px;
  }
}
/************************
ENVIRONMENT
************************/
.env-title {
  background: #5d7c82;
  padding-top: 40px;
  padding-bottom: 45px;
}
.env h3 {
  color: #fff;
  font-size: 54px;
  font-family: "Crimson Pro", serif;
  margin-bottom: 20px;
}
.env-title p {
  color: #fff;
  text-transform: uppercase;
  width: 850px;
  max-width: 100%;
  margin: 0 auto;
  font-weight: 400;
  line-height: 30px;
}
#env-boxes p {
  padding-left: 8px;
  padding-right: 8px;
}
#env .arrow-box:nth-of-type(1) {
  background-color: #61b2c0;
}
#env .arrow-box:nth-of-type(3) {
  background-color: #81c191;
}
#env .arrow-box:nth-of-type(4) {
  background-color: #71a3a1;
}
#env .custom-container {
  height: 100%;
  position: relative;
}
#env .custom-container img {
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.stat-1 {
  font-size: 40px;
  line-height: 40px;
  display: block;
}
.stat-2 {
  font-size: 40px;
  line-height: 40px;
  display: block;
  margin-bottom: 6px;
}
.stat-3 {
  font-size: 60px;
  line-height: 45px;
}
.stat-4 {
  font-size: 40px;
  line-height: 40px;
}
.stat-5 {
  font-size: 40px;
  line-height: 40px;
  display: block;
}
.stat-2-1,
.stat-2-3 {
  font-size: 40px;
  line-height: 40px;
  display: block;
}
.stat-2-1 {
  margin-bottom: 5px;
}
.stat-2-2 {
  font-size: 60px;
  line-height: 50px;
}
@media screen and (max-width: 1399px) {
  .stat-1,
  .stat-2,
  .stat-4,
  .stat-5 {
    font-size: 40px;
    line-height: 40px;
    display: inline;
  }
  .stat-3 {
    font-size: 55px;
    line-height: 45px;
    display: block;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 991px) {
  .stat-1,
  .stat-2,
  .stat-3,
  .stat-4,
  .stat-5,
  .stat-2-1,
  .stat-2-3 {
    display: inline;
    margin-bottom: 5px;
    font-size: 30px;
    line-height: 40px;
  }
  .stat-3,
  .stat-2-2 {
    font-size: 40px;
    line-height: 40px;
  }
  .stat-2-3 {
    margin-left: 4px;
  }
  #env-boxes p,
  #community-boxes p {
    font-size: 21px;
    line-height: 29px;
  }
}
@media screen and (max-width: 767px) {
  #env-boxes p,
  #community-boxes p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 650px) {
  #env-boxes p,
  #community-boxes p {
    font-size: 17px;
    line-height: 24px;
  }
}
@media screen and (max-width: 550px) {
  #env-boxes p,
  #community-boxes p {
    font-size: 15px;
    line-height: 22px;
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media screen and (max-width: 450px) {
  #env-boxes p,
  #community-boxes p {
    font-size: 14px;
    line-height: 20px;
  }
}
/************************
ASSET MANAGEMENT
************************/
.am-title {
  background: #5d7c82;
  padding-top: 40px;
  padding-bottom: 45px;
}
.am h3 {
  color: #fff;
  font-size: 54px;
  font-family: "Crimson Pro", serif;
  margin-bottom: 20px;
}
.am-title p {
  color: #fff;
  text-transform: uppercase;
  width: 850px;
  max-width: 100%;
  margin: 0 auto;
  font-weight: 400;
  line-height: 30px;
}
.stat-3-1 {
  font-size: 64px;
  line-height: 55px;
  margin-right: 4px;
}
.stat-3-2 {
  font-size: 45px;
  line-height: 55px;
}
.stat-3-3 {
  font-size: 55px;
  line-height: 55px;
  display: block;
}
@media screen and (max-width: 1199px) {
  .stat-3-1 {
    font-size: 55px;
    line-height: 55px;
  }
  .stat-3-3 {
    font-size: 50px;
    line-height: 55px;
    display: inline;
    margin-left: 4px;
  }
}
@media screen and (max-width: 767px) {
  .stat-3-1 {
    font-size: 28px;
    line-height: 28px;
  }
  .stat-3-2 {
    font-size: 20px;
    line-height: 28px;
  }
  .stat-3-3 {
    font-size: 25px;
    line-height: 28px;
  }
}
/*****************************
********** FOOTER *************
******************************/
footer {
  background-color: #223c42;
  padding-top: 20px;
  padding-bottom: 20px;
}
footer,
footer p {
  color: #fff;
  margin-bottom: 0px;
  font-size: 12px;
  letter-spacing: 1px;
}
footer a {
  color: #fff;
}
footer .col-lg-5 {
  text-align: center;
}
footer .col-lg-3 {
  text-align: right;
}
.social {
  margin-bottom: 0px;
  display: inline-block;
  position: relative;
  margin-right: 24px;
  padding-right: 10px;
  padding-left: 0px;
}
.social:after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #aabb86;
  position: absolute;
  right: -10px;
}
.social li {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-left: 5px;
  color: #003660;
  background: #fff;
  height: 33px;
  width: 33px;
  text-align: center;
}
.social li:first-of-type {
  margin-left: 0px;
}
.social li:hover {
  background: #969578;
  border: 1px solid #969578;
  transition: 0.4s;
  color: #fff;
}
.social li:hover i {
  color: #fff;
  transition: 0.4s;
}
.social li a {
  color: #003660;
}
.social li i {
  font-size: 16px;
  line-height: 1;
  padding: 7px 0px 0px 0px;
}
footer a:hover {
  color: #969578 !important;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  footer .col-lg-4 {
    width: 35.33333% !important;
  }
  footer .col-lg-3 {
    width: 23% !important;
  }
}
@media screen and (max-width: 991px) {
  footer .col-lg-5 {
    text-align: left;
  }
  footer .col-lg-3 {
    text-align: left;
  }
  .social {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
/************************
RESOURCES/TABLES
************************/
.resources-title {
  background: #5d7c82;
  padding-top: 40px;
  padding-bottom: 45px;
}
.resources h3 {
  color: #fff;
  font-size: 54px;
  font-family: "Crimson Pro", serif;
  margin-bottom: 20px;
}

#flush-collapseTwo2 {
  overflow-y: scroll;
}
#flush-collapseTwo2 .accordion-body {
  min-width: 900px;
}
#accordionFlushExample .accordion-body {
  overflow-x: auto;
}
.accordions-title {
  color: #fff;
  text-align: center;
  font-weight: 800;
  font-family: "Crimson Pro", serif;
  font-size: 32px;
}
.accordion-button {
  background-color: #bad8dd;
  color: black;
  font-size: 20px;
  margin-bottom: 0px;
  transition: 0.4s;
}
.accordion-button:hover {
  cursor: pointer;
  background: #026887;
  color: #fff;
  transition: 0.4s;
}
.accordion-button::after {
  background-image: url("img/arrow.svg");
  height: 30px;
  width: 30px;
  background-size: cover;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("img/arrow.svg");
  transform: rotate(90deg);
}
.accordion-button:not(.collapsed) {
  background: #bad8dd;
  color: #000;
}
.accordion-item {
  margin-bottom: 10px;
}
table {
  width: 100%;
  margin-top: 15px;
  min-width: 400px;
}
table th {
  background-color: #003660;
  color: #fff;
  padding: 10px 15px;
}
table tr td,
table tr th {
  padding: 10px 15px;
  text-align: right;
  font-size: 14px;
  width: 25%;
}
table tr td:nth-of-type(1),
table tr th:nth-of-type(1) {
  text-align: left;
  width: 50%;
}
table tr:nth-of-type(odd) {
  background: #e4e4e4;
}
table tr:nth-of-type(even) {
  background: #f7f7f7;
}
table tr:last-of-type {
  background: #0075b7;
  color: #fff;
  font-weight: 700;
}
input,
textarea {
  width: 100%;
  background: #ececec;
  border: none;
  padding: 10px;
  border-radius: 15px;
}
::placeholder {
  color: #000;
}
label {
  display: block;
}
input[type="radio"] {
  width: 15px;
  height: 15px;
  padding: 0;
  border: 1px solid #dab52b;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  background: transparent;
  border-radius: 20px;
}
input[type="radio"]:checked {
  border: 2px solid #fff;
  background-size: 5px 5px;
  background-color: #dab52b;
  outline: 1px solid black;
}
input[type="checkbox"] {
  width: 15px;
  height: 15px;
  padding: 0;
  border: 1px solid #dab52b;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  background: transparent;
  border-radius: 20px;
}
input[type="checkbox"]:checked {
  border: 2px solid #fff;
  background-size: 5px 5px;
  background-color: #dab52b;
  outline: 1px solid black;
}
form .btn-blue {
  margin-top: 30px;
  width: auto;
  border: none;
  padding: 10px 30px;
}

/*--------------------------------------------------------------
### Agency Map
--------------------------------------------------------------*/

.overflow {
  position: relative;
  padding: 0 120px;
  overflow: auto;
}

#agencyMapWrapper {
  position: relative;
  width: 100%;
  font-size: 16px;
  font-size: 1em;
  overflow: hidden;
}

.svgWrapper svg {
  width: 100%;
  height: auto !important;
}

#agencyMapWrapper svg,
#agencyMapWrapper ul {
  max-width: 100%;
  width: 100% !important;
}

#agencyMapWrapper ul {
  position: absolute;
  top: 0;
  height: 100%;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1em;
}

#agencyMapWrapper li {
  position: absolute;
  padding-right: 30px;
  font-size: 12px;
  font-size: 0.75em;
  list-style: none;
}

#agencyMapWrapper li .circle {
  width: 1.917em;
  height: 1.917em;
  position: absolute;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#agencyMapWrapper li .circle span {
  position: absolute;
  top: 50%;
  left: calc(50% + 0px);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#agencyMapWrapper li a.circle {
  background: #000;
  top: 0;
  right: 0;
  z-index: 99;
}

#agencyMapWrapper li a + .mapContent {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0s linear 0.2s;
  transition: opacity 0.2s ease-in-out, visibility 0s linear 0.2s;
}

#agencyMapWrapper li a:hover + .mapContent,
#agencyMapWrapper li a:focus + .mapContent,
#agencyMapWrapper li .mapContent:hover,
#agencyMapWrapper li .mapContent.active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0s linear;
  transition: opacity 0.2s ease-in-out, visibility 0s linear;
  z-index: 100;
}

.mapContent {
  background: #f1f4f6;
  padding: 20px 15px 20px 50px;
  position: absolute;
  right: 100%;
  line-height: 1.3;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 200px;
  -webkit-box-shadow: 5px 5px 11px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 5px 5px 11px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 11px 0px rgba(0, 0, 0, 0.25);
}

.mapContent.lowMapContent {
  -ms-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  transform: translate(0, -100%);
  margin-top: 40px;
}

.mapContent:after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #f1f4f6;
}

.mapContent.lowMapContent:after {
  top: auto;
  bottom: 20px;
}

.mapContent .circle {
  left: 15px;
  top: 20px;
}

.mapContent address {
  font-style: normal;
  margin-bottom: 0;
}

.mapContent span {
  display: block;
}

.mapFootnote {
  line-height: 1.6;
  font-size: 18px;
  font-size: 1.125em;
}

.mapFootnote h4 {
  font-weight: 900;
  text-transform: none;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1em;
}

address {
  font-style: normal;
}

.mapFootnote address {
  margin: 0;
}

.mapFootnote span {
  display: block;
}

.mapFootnote .small {
  margin-top: 1em;
  font-size: 14px;
  font-size: 0.875em;
}

#agencyMapWrapper li a.circle:hover {
  cursor: default;
}
