.bg-gray {
  background-color: #f4f4f4;
}

/* buttons - start */
.btn.white:hover,
.btn.white:focus,
.btn.btn-block:hover,
.btn.btn-block:focus {
  color: #000 !important;
}

.btn-black {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.btn-black:hover,
.btn-black:focus {
  background-color: #fff;
  color: #000 !important;
}

/* buttons - end */

/* header and alert bar - start */
#site-navigation {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  left: 0 !important;
  width: 100% !important;
  max-width: 100vw;
  z-index: 10000;
  overflow: visible !important;
  transform: none !important;
  animation: none !important;
  box-sizing: border-box;
}

#site-navigation>.alert-banner,
#site-navigation>.navbar {
  max-width: 100%;
  top: auto !important;
  transform: none !important;
  animation: none !important;
  box-sizing: border-box;
  overflow: visible;
}

#site-navigation .navbar>.row {
  width: 100% !important;
  max-width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.alert-lime {
  background-color: var(--green-lime);
  border-radius: 0;
}

.alert {
  border-radius: 0;
  margin: 0;
  padding: 0;
  z-index: 100;
}

.alert a,
.alert .alert-content a {
  color: #fff;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 600;
}

.alert-banner {
  display: none;
  position: relative !important;
  top: 0 !important;
  left: 0;
  right: 0;
  z-index: 21;
  width: 100%;
  opacity: 0;
  border-radius: 0;
  transform: none !important;
  animation: none !important;
  margin: 0 !important;
}

.alert-banner.show {
  display: flex;
  position: relative !important;
  top: 0 !important;
  opacity: 1;
  transform: none !important;
  animation: none !important;
}

.alert span {
  display: inline-block;
}

.alert .btn-close {
  align-self: stretch;
  background: transparent;
  border: none;
  display: flex;
  filter: invert(1);
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0;
  padding: 20px;
  cursor: pointer;
}

.alert .btn-close,
.alert .btn-close .far,
.alert .btn-close .far::before {
  color: #000;
  border-color: #000;
  filter: none;
  opacity: 1;
}

/* Updated the padding from 24px 0 24px 24px to 12px 0 12px 24px Ticket 284715 */
.alert-content {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  min-width: 0;
  padding: 12px 0 12px 24px;
  margin-right: -30px;
  box-sizing: border-box;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body.side-menu-scroll-lock {
  overflow: hidden;
}

.side-header {
  position: fixed;
  width: 100%;
  z-index: 99;
  background-color: #fff;
}

.side-header .navbar {
  padding: 12px 0;
  background-color: var(--green-forest);
}

.side-header .header__logo {
  display: block;
}

.side-header .header__logo img {
  height: auto;
  min-height: 55px;
  max-width: 251px;
  object-fit: contain;
}

.side-header .header__buttons .nav-item {
  display: flex;
  align-content: center;
  max-height: 70px;
}

.side-header .header__buttons .nav-item .nav-link {
  background-color: #fff;
  color: #000;
  padding: 22px 25px;
  font-weight: bold;
  text-transform: uppercase;
}

.side-header .header__buttons .nav-item:hover .nav-link {
  background-color: #f4f4f4;
  color: var(--green-forest);
  text-decoration: underline;
}

.side-header .header__sidemenu-toggler,
.side-header .search-toggle {
  align-items: center;
  max-height: 70px;
  border: none;
  font-weight: bold;
  justify-content: center;
  text-transform: uppercase;
  padding: 0 20px;
  font-size: 20px;
  transition: background-color 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    padding 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    width 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    min-width 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.side-header.search-open .search-toggle {
  padding: 0 10px;
  max-width: 44px;
}

.side-header .header__actions {
  align-items: stretch;
  flex-wrap: nowrap;
  overflow: visible;
  position: relative;
}

.side-header .header__desktop-search {
  align-items: stretch;
  flex: 0 0 auto;
  transition: flex-basis 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.side-header .search-toggle {
  background-color: transparent;
  color: #fff;
  display: inline-flex;
  height: 70px;
  position: relative;
  width: 64px;
  z-index: 4;
}

.side-header .header__sidemenu-toggler {
  background-color: var(--green-forest);
  color: #fff;
  display: inline-flex !important;
  height: 70px;
  min-width: 150px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  width: 150px;
  z-index: 3;
}

.side-header .header__sidemenu-toggler>span {
  margin-right: 12px;
}

#header_search_desktop {
  align-self: center;
  display: flex;
  height: 44px;
  margin-top: 0;
  opacity: 0;
  overflow: hidden;
  position: relative;
  transition: opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    width 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0s linear 0.45s;
  visibility: hidden;
  width: 0;
  z-index: 2;
}

#header_search_desktop .form-control {
  min-width: 0;
  width: 100%;
  max-height: 100%;
}

.side-header.search-open #header_search_desktop {
  opacity: 1;
  transition-delay: 0s, 0s, 0s;
  visibility: visible;
  width: min(260px, 28vw);
  max-width: calc(270px - 44px);
}

.header__sidemenu-wrapper {
  position: fixed;
  width: 400px;
  top: var(--side-menu-top, 0);
  height: calc(100dvh - var(--side-menu-top, 0px));
  max-height: calc(100vh - var(--side-menu-top, 0px));
  background-color: var(--green-forest);
  color: #fff;
  right: 0%;
  opacity: 0;
  padding: 24px 30px 100px 30px;
  pointer-events: none;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  transform: translateX(100%);
  transition: opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0s linear 0.45s;
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
}

.side-header.side-menu-open .header__sidemenu-wrapper {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
  transition-delay: 0s, 0s, 0s;
  visibility: visible;
}

.header__sidemenu-wrapper .single-links a:not(.btn) {
  color: #fff;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
  margin: 8px 0;
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
}

.header__sidemenu-wrapper .single-links a.btn {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 16px;
  color: #000 !important;
  margin: 0;
}

.header__sidemenu-wrapper .single-links a.btn:hover,
.header__sidemenu-wrapper .single-links a.btn:focus {
  background-color: #000 !important;
  color: #fff !important;
}

.header__sidemenu-wrapper .accordion-header {
  border-bottom: 1px solid #fff;
  padding: 16px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px
}

.header__sidemenu-wrapper .accordion-header:last-of-type {
  border-bottom: none;
}

.header__sidemenu-wrapper .accordion-button__text {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
}

.header__sidemenu-wrapper .accordion-button {
  align-items: center;
  color: var(--green-lime);
  box-shadow: none;
  justify-content: space-between;
  text-align: left;
  width: 100%;
}

.side-header .search-toggle .fa-icon-toggle,
.side-header .header__sidemenu-toggler .fa-icon-toggle {
  font-size: 1.125rem;
}

.header__sidemenu-wrapper .accordion-button .fa-icon,
.header__sidemenu-wrapper .accordion-link .fa-icon {
  font-size: 1.25rem;
  color: #fff;
}

.header__sidemenu-wrapper .accordion-button .fa-chevron-down {
  margin-left: 10px;
  font-size: 1.25rem;
}

.header__sidemenu-wrapper .accordion-header .accordion-button {
  display: flex;
  text-decoration: none;
  line-height: 1;
  padding: 4px 0;
  transition: 0.1s;
}

.header__sidemenu-wrapper .accordion-header .accordion-button:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.header__sidemenu-wrapper .accordion-item,
.header__sidemenu-wrapper .accordion-button {
  color: #fff;
  background-color: transparent;
  border-radius: 0;
  border: none;
}

.header__sidemenu-wrapper .accordion-body ul {
  padding-top: 12px;
}

.header__sidemenu-wrapper .accordion-body li a {
  margin-bottom: 8px;
}

.header__sidemenu-wrapper .accordion-item:last-child .accordion-collapse.show {
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.header__sidemenu-wrapper ul {
  list-style: none;
  padding-left: 24px;
}

.header__sidemenu-wrapper ul li {
  padding: 8px 0;
}

.header__sidemenu-wrapper ul li a {
  font-size: 1.2rem;
  font-weight: lighter;
  text-decoration: none;
  color: #fff;
}

.header__sidemenu-wrapper ul li a:hover {
  transition: 0.1s;
  text-decoration: underline;
}

.header__sidemenu-wrapper .resources-title {
  color: #f4f4f4;
  font-size: 1.5rem;
  font-weight: bold;
}

.mobile-sidenav-links {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  padding-top: 16px;
}

.mobile-sidenav-links a,
.mobile-sidenav-links__heading {
  color: #fff;
  font-size: 1rem;
  line-height: 1.25;
  padding: 8px 0;
  text-decoration: none;
}

.mobile-sidenav-links a {
  display: inline-flex;
  font-weight: 600;
}

.mobile-sidenav-links a:hover,
.mobile-sidenav-links a:focus {
  color: #fff;
  text-decoration: underline;
}

.mobile-sidenav-links__heading {
  display: block;
  font-weight: 700;
  margin-top: 8px;
  text-transform: uppercase;
}

.header__sidemenu-wrapper .mobile-sidenav-links__list {
  margin: 0;
  padding-left: 20px;
}

.header__sidemenu-wrapper .mobile-sidenav-links__list li {
  padding: 0;
}

.header__sidemenu-wrapper .mobile-sidenav-links__list li a {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  padding: 6px 0;
}

.side-header .navbar .navbar-toggler {
  border: none;
  box-shadow: none;
}

.side-header .navbar .navbar-toggler:focus {
  border: 2px solid var(--green-lime);
}

.side-header .navbar .navbar-nav {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  align-items: center;
}

.side-header .navbar-brand img {
  width: 60%;
  height: auto;
  padding: 10px 0;
}

.side-header .navbar .dropdown .dropdown-menu {
  border-radius: 0;
  border-top: 4px solid var(--green-forest);
  display: block;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0s linear 0.45s;
  visibility: hidden;
  min-width: 100%;
}

.side-header .navbar .navbar-nav .dropdown:hover>.dropdown-menu,
.side-header .navbar .navbar-nav .dropdown.show>.dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0s, 0s, 0s;
  visibility: visible;
}

.side-header .navbar .xl-menu .dropdown-menu {
  border-radius: 0 0 4px 0;
  border-top: 4px solid var(--green-forest);
  padding: 20px 10px;
}

.side-header .navbar .nav-item a,
.side-header .navbar .dropdown-toggle {
  padding: 0 !important;
  font-size: 1.1rem;
  font-weight: 600;
  color: #f4f4f4;
}

.side-header .navbar .nav-item a:hover,
.side-header .navbar .nav-item a:focus {
  text-decoration: underline;
}

.side-header .navbar .dropdown-toggle>span {
  margin-left: 2px;
}

.side-header .navbar .dropdown-toggle::after {
  display: none;
}

.side-header .navbar .navbar-toggler .fa-icon-toggle {
  font-size: 1.25rem;
}

.header__nav-dropdown.dropdown {
  position: relative;
}

.header__nav-dropdown.dropdown .dropdown-menu {
  position: absolute;
}

.side-header .navbar .dropdown-menu img {
  display: flex;
  align-self: center;
}

.side-header .navbar .dropdown-menu .dropdown-item {
  padding: 8px 12px !important;
  color: #000;
  text-wrap: nowrap;
}

.side-header .navbar .dropdown-menu .dropdown-item:hover,
.side-header .navbar .dropdown-menu .dropdown-item:focus {
  text-decoration: none;
  background-color: var(--green-forest);
  color: #fff;
}

.side-header .navbar .dropdown-menu {
  padding: 0;
}

.side-header .navbar .navbar-collapse {
  height: 100%;
}

.side-header .dropdown-menu a.dropdown-item {
  text-wrap: wrap;
}

.side-header.search-open .header__sidemenu-toggler {
  min-width: 0;
  opacity: 0;
  padding-left: 0;
  padding-right: 0;
  pointer-events: none;
  width: 0;
}

.header__search-form button,
.mobile__search-form button {
  background: transparent;
  border: none;
  box-shadow: none;
  position: absolute;
  right: 8px;
  top: 9px;
  color: var(--green-forest);
}

.mobile__search-form button {
  top: 12px;
}


@media only screen and (max-width: 991.5px) {
  .side-header.transparent {
    background-color: #fff;
  }

  .side-header .header__buttons {
    margin-bottom: 20px;
    text-align: center;
  }

  .side-header .header__buttons a {
    display: inline;
    padding: 0;
  }

  .header__sidemenu-wrapper {
    width: 100%;
  }

  .header__sidemenu-wrapper .accordion-button__text {
    font-size: 1.1rem;
  }

  .header__sidemenu-wrapper ul li a {
    font-size: 1rem;
  }

  .header__sidemenu-wrapper .resources-title {
    font-size: 1.2rem;
  }

  .side-header .header__sidemenu-toggler {
    min-width: 120px;
    width: 120px;
    height: 70px;
    font-size: 16px;
  }

  .side-header.search-open .search-toggle {
    transform: translateX(120px);
  }

  .side-header .header__logo img {
    height: auto;
  }

  .navbar>.row {
    justify-content: space-between;
  }

  .header__sidemenu-wrapper .single-links a.btn {
    margin: 24px 0;
    background-color: var(--green-lime);
  }

  .header__sidemenu-wrapper form {
    position: relative;
  }

  #mobile-search+span {
    color: var(--green-forest);
    position: absolute;
    right: 15px;
    top: 15px;
  }

  .header__sidemenu-wrapper .single-links__button-group {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 48px;
  }

  .header__sidemenu-wrapper .single-links__button-group .btn {
    min-width: 0;
  }
}

@media only screen and (max-width: 1199.5px) {
  .side-header.search-open #header_search_desktop {
    max-width: calc(218px - 44px);
  }

  .side-header .header__logo img {
    min-height: unset;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767.5px) {
  .header__sidemenu-wrapper .single-links__button-group {
    column-gap: 24px;
  }

  .side-header .header__logo img {
    max-width: 300px;
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .header__logo {
    min-width: 210px;
  }

  .header__sidemenu-wrapper .single-links__button-group {
    display: flex;
    flex-direction: column;
    margin: 12px 0;
  }

  .header__sidemenu-wrapper .single-links__button-group .btn {
    margin: 8px 0 !important;
  }

  .side-header .header__sidemenu-toggler {
    padding: 0;
  }

  .side-header .header__sidemenu-toggler > span:last-of-type {
    margin: 0;
  }

  .side-header .header__sidemenu-toggler {
    min-width: 80px;
  }
}

/* header and alert bar - end */

/* hero video - start */
.hero--video .play-pause,
.hero--video .play {
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background-color: var(--green-lime);
  width: 40px;
  height: 40px;
  border: none;
  padding: 0;
  cursor: pointer;
}

.hero--video .play-pause:hover,
.hero--video .play-pause:focus {
  background-color: var(--green-forest);
  color: var(--green-lime);
}

.hero--video .play-pause:hover .ds-pause::before,
.hero--video .play-pause:focus .ds-pause::before,
.hero--video .play-pause:hover .ds-pause::after,
.hero--video .play-pause:focus .ds-pause::after {
  background-color: var(--green-lime);
}

.hero--video .play-pause .fa-icon {
  font-size: 1rem;
}

.hero--video {
  position: relative;
}

body:has(.alert-banner.show) .hero--video {
  margin-top: 88px;
}

.hero--video,
.hero--video video,
.hero--video img {
  width: 100%;
  height: 618px;
  object-fit: cover;
  overflow: hidden;
}

.hero--video video {
  display: block;
}

.hero--video.is-video-loading video {
  opacity: 0;
}

.hero--video .hero--video__bg {
  display: grid;
  position: relative;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
}

.hero--video .hero--video__media,
.hero--video .hero__controls-container,
.hero--video .hero__caption-container {
  grid-area: 1 / 1;
}

.hero--video .hero__controls-container {
  align-self: end;
  display: flex;
  height: 40px;
  margin-bottom: 32px;
  z-index: 3;
}

.hero--video .play-pause .fa,
.hero--video .play .fa {
  align-items: center;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  line-height: 1;
  width: 40px;
}

.hero--video .play-pause .fa-play::before,
.hero--video .play .fa-play::before {
  transform: translateX(1px);
}

.hero--video .hero__caption-container {
  align-self: end;
  margin-bottom: 154px;
  z-index: 2;
}

.hero--video .hero__caption {
  text-align: left;
  line-height: 30px;
  color: #fff;
  margin-right: 30px;
}

.hero--video .hero__caption * {
  margin: 0;
}

.hero__caption h1 {
  color: #fff;
  font-family: AvenirNextLTPro-Medium, sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px;
  margin-bottom: 24px !important;
}

.hero__caption p {
  font-weight: 600;
  font-size: 16px;
  max-width: 780px;
  margin-bottom: 24px !important;
}

.hero__caption-break {
  display: inline;
}

.hero__caption .btn.white {
  font-size: 16px;
  font-weight: 600;
  color: #000 !important;
  margin: 0;
  margin-right: 12px;
}

.hero__caption .btn.white:hover,
.hero__caption .btn.white:focus {
  color: #fff !important;
  background-color: #000;
}

/* custom pause button */
.ds-pause {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 1;
  vertical-align: middle;
}

.ds-pause::before,
.ds-pause::after {
  content: "";
  position: absolute;
  top: 12px;
  bottom: 12px;
  width: 4px;
  background: #000;
}

.ds-pause::before {
  left: calc(50% - 6px);
}

.ds-pause::after {
  left: calc(50% + 2px);
}

/* index hero - start */

/* @media only screen and (min-width: 768px) {
  .hero--video .hero--video__bg::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.25);
    pointer-events: none;
  }
}
 */
@media only screen and (max-width: 991.5px) {
  .hero__caption-break {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .hero__caption h1 {
    font-size: 44px;
    line-height: normal;
  }

  .hero--video .play-pause,
  .hero--video .play {
    position: absolute;
    top: 345px;
    left: 15px;
    width: 40px;
    height: 40px;
  }

  .hero--video video,
  .hero--video img {
    height: 400px;
  }

  .hero--video {
    height: unset;
  }

  .hero--video .hero--video__media {
    grid-area: 1 / 1;
  }

  .hero--video .hero__controls-container {
    display: contents;
  }

  .hero--video .hero__caption {
    background-color: var(--green-forest);
    margin: 0;
    padding: 28px;
  }

  .hero--video .hero__caption-container {
    grid-area: 2 / 1;
    max-width: none;
    margin-bottom: 0;
    padding: 0;
  }

  .hero--video .hero__caption .btn.white {
    margin-bottom: 12px;
  }
}

/* hero video - end */

/* intro links - start */
.intro-links {
  padding-bottom: 60px;
}

/* intro links - end */

/* photo slider - start */
.photo-background-slider .btn-block:hover,
.photo-background-slider .btn-block:focus {
  border-color: #000;
}

/* phoot slider - end */

/* homepage cards and form - start */
.homepage-card-and-form {
  align-items: stretch;
}

.homepage-card-and-form>.col-lg-4 {
  display: flex;
}

.homepage-card-and-form>.col-lg-4>.col {
  display: flex;
  width: 100%;
}

.homepage-card-and-form>.col-lg-4>.col>.card {
  width: 100%;
}

/* homepage cards and form - end */

/* fast facts - start */
.bg-forest .row.stats a {
  color: #fff;
}

.row.stats a {
  display: inline-block;
  width: 100%;
}

.row.stats a:hover .text,
.row.stats a:focus .text {
  text-decoration: underline;
}

.row.stats a .number {
  display: block;
}

.row.stats a .text {
  display: inline-block;
}

.row.stats span[class^="fa"] {
  font-size: 50px;
}

@media screen and (max-width: 767.5px) {
  .stats .text {
    width: 100%;
  }

  .stats {
    display: block;
  }

  .stats .col {
    margin-bottom: 42px;
  }
}

@media screen and (max-width: 991.5px) {
  .stats .text {
    width: 75%;
  }
}

/* fast facts - end */

/* photo background/banner element - start */
.photo-background {
  min-height: 480px;
}

@media (max-width: 767px) {
  .photo-background {
    min-height: 350px;
  }
}

/* photo background/banner element - end */

/* news and events - start */
.news-events {
  border-top: 12px solid var(--green-lime);
}

.news-events h4 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.news-events h5 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-events .news-card {
  border: none;
}

.news-events .news-card .card-body {
  display: flex;
  flex-direction: column;
}

.news-events .news-card .card-body p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-events .news-card .card-body a {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  margin-top: auto;
}

.news-events a:hover,
.news-events a:focus {
  text-decoration: underline;
}

.news-events>.container>.row,
.news-events>.container>.row>[class*="col-"],
.news-events .events {
  display: flex;
  align-items: stretch;
}

.news-events>.container>.row>[class*="col-"],
.news-events .events {
  flex-direction: column;
}

.news-events .events {
  flex: 1 1 auto;
  width: 100%;
}

.news-events .news-card-list,
.news-events .events-list {
  flex: 1 1 auto;
}

.news-events .news-card-list {
  align-items: stretch;
}

.news-events .news-card-list>[class*="col-"] {
  display: flex;
}

.news-events .news-card,
.news-events .news-card>a {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
}

.news-events .news-card>a,
.news-events .news-card .card-body {
  flex: 1 1 auto;
}

.news-events .events-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-events .events-list .event-item {
  margin-bottom: 0;
}

.news-events-header {
  margin-bottom: 20px;
}

.news-events-footer a {
  margin-top: 12px;
  text-decoration: none;
  color: #000;
  float: right;
  font-weight: 600;
  font-size: 16px;
}

.card .card-img-top-small {
  background-color: #f4f4f4;
  color: #fff;
  background-size: cover;
  width: 100%;
  height: 250px;
  max-height: 250px;
  border-radius: 4px 4px 0 0;
}

.event-item {
  margin-bottom: 15px;
}

.event-item-header,
.event-item-header h3 {
  font-size: 18px;
  line-height: 24px;
}

.event-item .event-item-header a {
  color: #000;
}

.event-item-header a {
  text-decoration: none;
  color: #000;
}

.event-item-header a:hover,
.event-item-header a:focus {
  text-decoration: underline;
}

.event-item-copy p {
  margin-bottom: 5px;
  font-weight: 600;
  font-family: AvenirNextLTPro-Medium, sans-serif;
  color: #000;
  font-size: 16px;
  margin-top: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.event-item-date {
  font-size: 12px;
}

.events .event-item {
  display: table;
  margin-bottom: 20px;
  position: relative;
}

.events .event-item .event-date,
.events .event-item .event-text {
  display: table-cell;
  position: relative;
}

.event-item .event-date {
  vertical-align: middle;
}

.event-item .event-date .event-month {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  font-family: AvenirNextLTPro-Medium, sans-serif;
}

.event-item .event-date .event-day {
  display: block;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 40px;
  font-family: AvenirNextLTPro-Bold, sans-serif;
}

.event-item .event-date .year {
  color: #fff;
  text-align: center;
  display: block;
  font-size: 18px;
  font-weight: 700;
  font-family: AvenirNextLTPro-Medium, sans-serif;
}

.event-item .event-text {
  position: relative;
  vertical-align: top;
  padding-left: 20px;
}

.event-item .event-date-bg {
  background-color: var(--green-forest);
  padding: 10px 20px;
  line-height: 36px;
  border-radius: 4px;
}

.event-item .event-item-time-location {
  margin-bottom: 10px;
}

.event-item .event-item-time-location .time,
.event-item .event-item-time-location .location,
.event-item .event-title {
  font-size: 16px;
  font-weight: 700;
  font-family: AvenirNextLTPro-Medium, sans-serif;
  color: #000;
}

.event-item .event-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.event-item .event-item-time-location .time:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  font-size: 14px;
  margin-right: 5px;
  color: var(--green-forest);
}

.event-item .event-item-time-location .location {
  margin-left: 10px;
}

.event-item .event-item-time-location .location:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3c5";
  font-size: 14px;
  margin-right: 5px;
  color: var(--green-forest);
}

@media only screen and (max-width: 991.5px) {

  .news-events .news-card,
  .news-events .events-list .event-item {
    margin-bottom: 40px;
  }
}

/* news and events - end */

/* contrast issues - start */
.card.white-box a {
  color: var(--green-forest);
}

.card.white-box a:hover,
.card.white-box a:focus {
  text-decoration: underline;
}

.ou-form .help-block {
  color: var(--green-forest);
}

.ou-form .btn-default {
  color: #333 !important;
}

/* contrast issues - end */

/* footer - start */
@media only screen and (max-width: 480px) {
  footer .footer-social li a::before {
    font-size: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}

/* footer - end */

/* icon links */
.icons p {
  color: #000;
}

/* handling false positives - contrast */
.icons .icon-list li a {
  color: #000;
}

.icons .icon-list li a:hover,
.icons .icon-list li a:focus {
  color: #fff;
}


.icons .icon-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* Ticket 284715 start */
.event-item .event-date{
	width:94px;
}
@media screen and (max-width: 767px){
	.alert.alert-banner{
		display:none;
	}
}
/* Ticket 284715 end */
