.accordion {
  background-color: transparent;
}
.accordion .accordion-item {
  background-color: transparent;
  margin-bottom: 30px;
  border-color: #797D83;
}
.accordion .accordion-header {
  background-color: transparent;
}
.accordion .accordion-header .accordion-button {
  background-color: transparent;
  padding: 15px 5px;
  font-size: 1.15rem;
  font-weight: 800;
  box-shadow: none;
}
.accordion .accordion-header .accordion-button:not(.collapsed) {
  color: #C24200;
}
.accordion .accordion-header .accordion-button:hover {
  color: #2F5388;
  background-color: #eee;
}
.accordion .accordion-header .accordion-button:hover::after {
  background-image: url("../assets/images/garnish/accordion-arrow-hover.svg");
}
.accordion .accordion-header .accordion-button::after {
  width: 26px;
  height: 16px;
  background-size: cover;
  background-image: url("../assets/images/garnish/accordion-arrow.svg");
  transition: background-image 150ms ease-in-out;
}
@media (min-width: 992px) {
  .accordion .accordion-header .accordion-button {
    font-size: 1.25rem;
  }
}
.accordion .accordion-body {
  padding: 20px 5px;
}
@media (min-width: 992px) {
  .accordion .accordion-body {
    padding: 30px 5px;
  }
}
.accordion .accordion-body p {
  margin-bottom: 20px;
}
.accordion .accordion-body p:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .accordion .accordion-body p {
    font-size: 1.15rem;
  }
}

.announcement-banner {
  background-color: #2F5388;
  color: #FFF;
  padding: 20px 0;
}
@media (min-width: 992px) {
  .announcement-banner {
    padding: 40px 0;
  }
}
.announcement-banner p {
  font-size: 1.15rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .announcement-banner p {
    font-size: 1.8rem;
  }
}
.announcement-banner .link {
  position: relative;
  color: #AEE029;
  display: inline-block;
  padding-right: 32px;
  text-decoration: none;
  transition: filter 150ms ease-in-out;
}
.announcement-banner .link:hover {
  filter: brightness(80%);
}
.announcement-banner .link:hover::after {
  right: -5px;
}
@media (min-width: 992px) {
  .announcement-banner .link {
    padding-right: 45px;
  }
}
.announcement-banner .link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url("../assets/images/garnish/right-arrow-green.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 32px;
  transition: right 150ms ease-in-out;
}
@media (min-width: 992px) {
  .announcement-banner .link::after {
    width: 40px;
    height: 42px;
  }
}

.calendar {
  position: relative;
}
.calendar .calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.calendar .calendar-header h3 {
  color: #102542;
  font-size: 1.25rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .calendar .calendar-header h3 {
    font-size: 1.875rem;
  }
}
.calendar .calendar-header .nav-btn {
  background-color: #C24200;
  color: #FFF;
  border: 0;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  transition: background-color 150ms ease-in-out;
}
@media (min-width: 992px) {
  .calendar .calendar-header .nav-btn {
    width: 50px;
    height: 50px;
  }
}
.calendar .calendar-header .nav-btn:hover {
  cursor: pointer;
  background-color: #102542;
}
.calendar .calendar-table {
  width: 100%;
  border: 1px solid #000000;
}
.calendar .calendar-table tr {
  border-bottom: 1px solid #000000;
}
.calendar .calendar-table tr:last-child {
  border-bottom: 0;
}
.calendar .calendar-table th {
  color: #FFF;
  background-color: #2F5388;
  padding: 5px;
  font-size: 0.8rem;
  border-right: 1px solid #000000;
  width: 14.2857142857%;
}
.calendar .calendar-table th:last-child {
  border-right: 0;
}
@media (min-width: 992px) {
  .calendar .calendar-table th {
    font-size: 1.3125rem;
    padding: 10px;
  }
}
.calendar .calendar-table td {
  padding: 5px;
  text-align: right;
  vertical-align: top;
  color: #102542;
  font-weight: 700;
  font-size: 0.8rem;
  border-right: 1px solid #000000;
  height: 50px;
}
.calendar .calendar-table td:last-child {
  border-right: 0;
}
@media (min-width: 992px) {
  .calendar .calendar-table td {
    padding: 10px;
    font-size: 1.3125rem;
    height: 150px;
  }
}
.calendar .event-modal-btn {
  background-color: #C24200;
  border: 0;
  font-weight: 600;
  font-size: 0.75rem;
  width: 100%;
  margin-top: 5px;
  padding: 5px;
}
.calendar .event-modal-btn:hover {
  background-color: #2F5388;
}
@media (min-width: 992px) {
  .calendar .event-modal-btn {
    font-size: 0.9rem;
    padding: 10px;
  }
}

.event-modal .modal-dialog {
  max-width: 960px;
}
.event-modal .modal-header {
  background-color: #2F5388;
  color: #FFF;
  padding: 15px;
}
@media (min-width: 992px) {
  .event-modal .modal-header {
    padding: 20px 30px;
  }
}
.event-modal .modal-header .modal-title {
  text-transform: uppercase;
}
.event-modal .modal-header .btn-close {
  filter: invert(100%);
}
.event-modal .modal-body {
  padding: 20px 15px;
}
@media (min-width: 992px) {
  .event-modal .modal-body {
    padding: 30px;
  }
}
.event-modal .modal-body h4 {
  margin-bottom: 15px;
  color: #002669;
}
.event-modal .modal-footer .btn {
  background-color: #C24200;
  border: 0;
  transition: filter 150ms ease-in-out;
  font-weight: 600;
}
.event-modal .modal-footer .btn:hover {
  filter: brightness(80%);
}

.footer {
  background-color: #102542;
  color: #FFF;
  padding: 40px 20px;
}
@media (min-width: 992px) {
  .footer {
    padding: 40px 40px;
  }
}
.footer .logo-col {
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .footer .logo-col {
    width: auto;
  }
}
.footer .logo-col .project-logo {
  width: 100px;
  height: auto;
}
@media (min-width: 992px) {
  .footer .logo-col .project-logo {
    width: 145px;
    height: auto;
  }
}
.footer .content-col {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
.footer .content-col .navbar-nav {
  width: 100%;
  max-width: 600px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.footer .content-col .navbar-nav .nav-item .nav-link {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  padding-left: 5px;
  padding-right: 5px;
}
.footer .content-col .navbar-nav .nav-item .nav-link:hover {
  text-decoration: underline;
  color: #FFDB22;
}
@media (min-width: 992px) {
  .footer .content-col .navbar-nav .nav-item .nav-link {
    font-size: 1.125rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.footer .content-col .footer-content {
  width: 100%;
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .footer .content-col .footer-content p {
    font-size: 1.125rem;
  }
}
.footer .content-col .footer-content p a {
  text-decoration: underline;
  color: #FFF;
  transition: color 150ms ease-in-out;
}
.footer .content-col .footer-content p a:hover {
  color: #FFDB22;
}
.footer .back-to-top-btn {
  padding: 0;
  background-color: transparent;
  border-radius: 100%;
  border: 0;
}
.footer .back-to-top-btn:hover .arrow-icon circle {
  fill: #C24200;
}
.footer .back-to-top-btn .arrow-icon circle {
  transition: fill 150ms ease-in-out;
}

.future-events .events-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  align-items: stretch;
}
.future-events .events-row .event-col {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .future-events .events-row .event-col {
    width: 50%;
  }
}
.future-events .event-card {
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 8px;
  background-color: #2F5388;
  color: #FFF;
}
.future-events .event-card .event-title {
  font-size: 1.4375rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.future-events .event-card p {
  font-size: 0.9rem;
  margin-bottom: 5px;
}
.future-events .event-card p strong {
  font-weight: 600;
}
@media (min-width: 992px) {
  .future-events .event-card p {
    font-size: 1.15rem;
  }
}

.header {
  position: relative;
}
.header #google_translate_element2 {
  display: none;
}
.header .top-bar {
  position: relative;
  background-color: #102542;
  padding: 20px 0;
}
.header .top-bar .google-translator .lang-select {
  background-color: transparent;
  color: #FFF;
}
.header .top-bar .google-translator .lang-select option {
  color: #000;
}
.header .top-bar .social-container {
  display: flex;
}
.header .top-bar .social-container .social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background-color: #2F5388;
  transition: background-color 150ms ease-in-out;
  border-radius: 100%;
  margin-right: 12px;
}
.header .top-bar .social-container .social-btn:hover {
  cursor: pointer;
  background-color: #C24200;
}
.header .top-bar .social-container .social-btn:last-child {
  margin-right: 0;
}
.header .top-bar .social-container .social-btn .icon {
  height: 18px;
  width: auto;
}
.header .navbar {
  background-color: #FFF;
  border-bottom: 4px solid #2F5388;
  padding: 15px 0;
}
.header .navbar .project-logo {
  width: 40px;
  height: auto;
  margin-right: 5px;
}
@media (min-width: 992px) {
  .header .navbar .project-logo {
    margin-right: 50px;
    width: 60px;
  }
}
.header .navbar .navbar-text {
  color: #102542;
  font-size: 0.75rem;
  line-height: 1.25;
}
@media (min-width: 992px) {
  .header .navbar .navbar-text {
    font-size: 1.5rem;
  }
}
.header .navbar .navbar-nav {
  padding-top: 20px;
}
@media (min-width: 992px) {
  .header .navbar .navbar-nav {
    padding: 0;
  }
}
.header .navbar .nav-link {
  font-size: 1rem;
  color: #102542;
  font-weight: 600;
  transition: color 150ms ease-in-out;
}
.header .navbar .nav-link:hover {
  color: #C24200;
}
@media (min-width: 992px) {
  .header .navbar .nav-link {
    font-size: 1.25rem;
  }
}
.header .navbar .nav-link.active {
  font-weight: 700;
}

.hero {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero .overlay {
  background: rgba(0, 0, 0, 0.55);
  background-size: cover;
}
.hero.home {
  color: #FFF;
}
.hero.home h1 {
  font-size: 2.8rem;
  margin-bottom: 30px;
}
.hero.home h1 .pre-h1 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
}
@media (min-width: 992px) {
  .hero.home h1 {
    font-size: 3.75rem;
    margin-bottom: 45px;
  }
  .hero.home h1 .pre-h2 {
    font-size: 1.875rem;
  }
}
.hero.home .overlay {
  padding: 50px 0;
  color: #FFF;
}
@media (min-width: 992px) {
  .hero.home .overlay {
    padding-top: 170px;
    padding-bottom: 110px;
  }
}
.hero.home p {
  font-size: 1.15rem;
}
@media (min-width: 992px) {
  .hero.home p {
    font-size: 1.375rem;
  }
}
.hero.subpage {
  padding: 30px 0;
  min-height: 300px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 992px) {
  .hero.subpage {
    min-height: 400px;
  }
}
.hero.subpage h1 {
  position: relative;
  display: inline-block;
  padding: 20px 30px;
  color: #FFF;
  background-color: #C24200;
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 0;
  z-index: 1;
}
@media (min-width: 992px) {
  .hero.subpage h1 {
    font-size: 3rem;
  }
}
.hero.subpage h1::after {
  content: "";
  width: 10000px;
  height: 100%;
  background-color: #C24200;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.landing-page .top-banner {
  color: #FFF;
  background-color: #002669;
  padding: 40px 0;
  border-bottom: 6px solid #C24200;
}
@media (min-width: 992px) {
  .landing-page .top-banner {
    padding: 60px 0;
  }
}
.landing-page .top-banner p {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .landing-page .top-banner p {
    font-size: 3rem;
  }
}
.landing-page .hero h1 {
  font-weight: 700;
  font-size: 1.8rem;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .landing-page .hero h1 {
    font-size: 2.625rem;
  }
}
.landing-page .hero .overlay {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .landing-page .hero .overlay {
    padding: 60px 0;
  }
}
.landing-page .landing-footer {
  background-color: #F6EFD5;
  padding: 40px 0;
  border-top: 6px solid #C24200;
}
.landing-page .landing-footer a {
  text-decoration: none;
  color: #2F5388;
  transition: color 150ms ease-in-out;
}
.landing-page .landing-footer a:hover {
  color: #C24200;
  text-decoration: underline;
}

.learn-more-section {
  overflow: hidden;
  padding: 0;
}
@media (min-width: 992px) {
  .learn-more-section {
    background: linear-gradient(to right, #EBDC9F 50%, #E5CE7C 50%);
  }
}
.learn-more-section h2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .learn-more-section h2 {
    font-size: 2.125rem;
    margin-bottom: 20px;
  }
}
.learn-more-section p {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .learn-more-section p {
    margin-bottom: 20px;
    font-size: 1.125rem;
  }
}
.learn-more-section .container {
  padding: 0;
}
@media (min-width: 992px) {
  .learn-more-section .container {
    padding: 0 40px;
  }
}
.learn-more-section .first-section {
  background-color: #EBDC9F;
  padding: 40px 20px;
}
@media (min-width: 992px) {
  .learn-more-section .first-section {
    padding: 60px 40px;
    background-color: transparent;
    padding-left: 0;
  }
}
.learn-more-section .second-section {
  background-color: #E5CE7C;
  padding: 40px 20px;
}
@media (min-width: 992px) {
  .learn-more-section .second-section {
    padding: 60px 40px;
    padding-right: 0;
    background-color: transparent;
  }
}

/* LIGHTBOX */
#lightbox {
  height: 0%;
  position: fixed;
  top: -100%;
  transition: top 0.85s, height 0.5s;
  width: 100%;
  z-index: 3;
}

#lightbox > span {
  background-color: rgba(35, 35, 35, 0.8);
  cursor: pointer;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

#lightbox > span span {
  color: #fff;
  font-size: 3.6em;
  line-height: 0.4em;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

#lightbox div {
  box-shadow: 0 8px 15px 0 #000;
  margin: -120px auto 0;
  max-height: 80%;
  overflow: auto;
  position: relative;
  transform: rotateX(90deg) translateY(-160px);
  transition: 0.24s;
  width: 88%;
}

#lightbox img {
  display: block;
  width: 100%;
  padding: 20px;
  background-color: #FFF;
}

#lightbox.on {
  top: 0;
  height: 100%;
}

#lightbox.on div {
  margin-top: 50px;
  transition: 0.8s ease-out 0.32s;
  transform: rotateX(0deg) translateY(0px);
}

img.lightbox {
  cursor: pointer;
  background-color: #FFF;
  transition: filter 150ms ease-in-out;
}
img.lightbox:hover {
  filter: brightness(0.9);
}

.local-nav {
  background-color: #2F5388;
  color: #FFF;
  padding: 20px 0;
}
@media (min-width: 992px) {
  .local-nav {
    padding: 40px 0;
  }
}
.local-nav p {
  font-size: 1.15rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .local-nav p {
    font-size: 1.25rem;
  }
}
.local-nav .navbar-text {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  padding: 0;
  margin-right: 15px;
  font-size: 1rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .local-nav .navbar-text {
    font-size: 1.25rem;
  }
}
.local-nav .nav-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding: 0;
}
.local-nav .nav-list .nav-item {
  margin: 0 15px;
}
.local-nav .nav-list .nav-item .nav-link {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #AEE029;
  display: inline-block;
  text-decoration: underline;
  transition: color 150ms ease-in-out;
  font-size: 1rem;
  padding: 5px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .local-nav .nav-list .nav-item .nav-link {
    font-size: 1.25rem;
  }
}
.local-nav .nav-list .nav-item .nav-link:hover {
  color: #FFF;
}

.mailing-list-section {
  overflow: hidden;
  padding: 30px 0;
  background-color: #2F5388;
  padding: 40px 0;
}
@media (min-width: 992px) {
  .mailing-list-section {
    padding: 60px 0;
  }
}
.mailing-list-section h2 {
  color: #AEE029;
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .mailing-list-section h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}
.mailing-list-section p {
  color: #FFF;
}

.news-card {
  background-color: #C24200;
  color: #FFF;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
}
.news-card .news-content {
  padding: 30px 20px;
}
.news-card .news-content .title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .news-card .news-content .title {
    font-size: 1.625rem;
  }
}
@media (min-width: 992px) {
  .news-card .news-content p {
    margin-bottom: 20px;
    font-size: 1.15rem;
  }
}
.news-card .news-content .link {
  display: inline-block;
  text-decoration: none;
  color: #FFDB22;
  transition: color 150ms ease-in-out;
  font-weight: 600;
  text-decoration: underline;
}
.news-card .news-content .link:hover {
  color: #FFF;
  text-decoration: underline;
}

.past-events .event-item {
  margin-bottom: 30px;
}
.past-events .event-item h4 {
  color: #002669;
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 20px;
}
.past-events .event-item:last-child {
  margin-bottom: 0;
}

.project-member {
  height: 100%;
}
.project-member .portrait-container {
  width: 100%;
  height: 350px;
  max-width: 350px;
  margin-bottom: 20px;
}
.project-member .portrait-container.tall {
  height: 400px;
  max-width: 320px;
}
.project-member a {
  color: #2F5388;
  transition: color 150ms ease-in-out;
}
.project-member a:hover {
  color: #102542;
}
.project-member .name {
  margin-bottom: 10px;
}
.project-member .title {
  margin-bottom: 0;
  font-weight: 500;
}

.standard-section {
  overflow: hidden;
  padding: 40px 0;
}
.standard-section h2 {
  color: #102542;
}
@media (min-width: 992px) {
  .standard-section {
    padding: 80px 0;
  }
}
.standard-section.bg-light-gray {
  background-color: #f9f9f9;
}
.standard-section.bg-lighter-sand {
  background-color: #faf6e8;
}
.standard-section.bg-light-sand {
  background-color: #F6EFD5;
}

.video-embed {
  position: relative;
  padding-bottom: 50%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.video-embed iframe, .video-embed object, .video-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
  font-size: 16px;
  margin: 0;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

body {
  background-color: #FFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  h2 {
    font-size: 3rem;
    margin-bottom: 45px;
  }
}

h3 {
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  h3 {
    font-size: 1.5625rem;
  }
}

h4 {
  font-size: 1.25rem;
  margin-bottom: 25px;
  font-weight: 800;
}

p {
  font-size: 1rem;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  p {
    font-size: 1.1rem;
    margin-bottom: 40px;
  }
}
p a {
  color: #007AC2;
  font-weight: 700;
  text-decoration: none;
  transition: color 150ms ease-in-out;
}
p a:hover {
  color: #C24200;
  text-decoration: underline;
}

ul {
  margin-bottom: 20px;
}

li {
  font-size: 1rem;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  li {
    font-size: 1.25rem;
  }
}

a img {
  transition: filter 300ms ease-in-out;
}
a:hover img {
  filter: brightness(80%);
}

.document-link {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  margin-bottom: 15px;
  padding-left: 40px;
  transition: color 150ms ease-in-out;
  text-decoration: none;
  color: #000000;
}
.document-link:hover {
  color: #C24200;
  text-decoration: underline;
}
.document-link:hover::after {
  background-image: url("../assets/images/icons/document-orange.svg");
}
.document-link::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/document.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background-image 150ms ease-in-out;
}
@media (min-width: 992px) {
  .document-link {
    font-size: 1.25rem;
  }
}

.btn-link {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-weight: 800;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 800;
  padding: 10px 30px;
  border-radius: 50px;
  background-color: #C24200;
  color: #FFF;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}
.btn-link:hover {
  cursor: pointer;
  background: #FFF;
  color: #102542;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding-left: 50px;
  padding-right: 30px;
}
.btn-link:hover::after {
  left: 15px;
  opacity: 100%;
}
.btn-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
  background-image: url("../assets/images/garnish/right-arrow-dark-blue.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 16px;
  opacity: 0;
  transition: all 300ms ease-in-out;
  transition-delay: 150ms;
}
@media (min-width: 992px) {
  .btn-link {
    font-size: 1.25rem;
    padding: 15px 40px;
  }
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  padding: 0px 20px;
}
.container img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .container {
    padding: 0px 40px;
  }
}

.container-xl {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding: 0px 20px;
}
@media (min-width: 992px) {
  .container-xl {
    padding: 0px 40px;
  }
}

.img-full {
  width: 100%;
  height: auto;
}

.img-fill {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

.bordered {
  border: 3px solid #000000;
}

.b-600 {
  font-weight: 600;
}

.color-blue {
  color: #2F5388;
}

.color-light-blue {
  color: #007AC2;
}

.color-burnt-orange {
  color: #C24200;
}

.cactus-divider {
  display: block;
  width: 100%;
  height: 24px;
  margin-bottom: 50px;
  background-image: url("../assets/images/garnish/cactus-divider.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cactus-divider.orange {
  background-image: url("../assets/images/garnish/cactus-divider-orange.svg");
}
@media (min-width: 992px) {
  .cactus-divider {
    margin-bottom: 70px;
  }
}

.interative-map {
  width: 100%;
  border: 2px solid #102542;
  height: 350px;
}
@media (min-width: 992px) {
  .interative-map {
    height: 700px;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22sass/blocks/accordion.scss%22,%22sass/_variables.scss%22,%22sass/blocks/announcement-banner.scss%22,%22sass/blocks/calendar.scss%22,%22sass/blocks/event-modal.scss%22,%22sass/blocks/footer.scss%22,%22sass/blocks/future-events.scss%22,%22sass/blocks/header.scss%22,%22sass/blocks/hero.scss%22,%22sass/blocks/landing-page.scss%22,%22sass/blocks/learn-more-section.scss%22,%22sass/blocks/lightbox.scss%22,%22sass/blocks/local-nav.scss%22,%22sass/blocks/mailing-list-section.scss%22,%22sass/blocks/news-card.scss%22,%22sass/blocks/past-events.scss%22,%22sass/blocks/project-member.scss%22,%22sass/blocks/standard-section.scss%22,%22sass/blocks/video-embed.scss%22,%22sass/_global.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%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%22,%22file%22:%22main.css%22%7D */
