    @-webkit-keyframes slideOutDown {
      from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
      }

      to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
      }
    }

    @keyframes slideOutDown {
      from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
      }

      to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
      }
    }

    .btn-info {
      background-color: #138294 !important;
      border: 1px solid #34bad0;
      color: #fff;
    }

    .btn-info:hover {
      background-color: #63E4F8 !important;
    }

    .slideOutDown {
      animation-duration: 1s;
      animation-fill-mode: forwards;
      -webkit-animation-name: slideOutDown;
      animation-name: slideOutDown;
    }

    .rotate-me {
      transform: rotate(180deg)
    }

    @-webkit-keyframes slideInUp {
      from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
      }

      to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
      }
    }

    @keyframes slideInUp {
      from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
      }

      to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
      }
    }

    .slideInUp {
      animation-duration: 1s;
      animation-fill-mode: forward;
      -webkit-animation-name: slideInUp;
      animation-name: slideInUp;
      animation-timing-function: ease-out;
    }

    @-webkit-keyframes slideInLeft {
      from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
      }

      to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
      }
    }

    @keyframes slideInLeft {
      from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
      }

      to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
      }
    }

    .slideInLeft {
      animation-duration: 1s;
      animation-fill-mode: forwards;
      -webkit-animation-name: slideInLeft;
      animation-name: slideInLeft;
    }

    @-webkit-keyframes slideOutLeft {
      from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
      }

      to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
      }
    }

    @keyframes slideOutLeft {
      from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
      }

      to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
      }
    }

    .slideOutLeft {
      animation-duration: 1s;
      animation-fill-mode: forwards;
      -webkit-animation-name: slideOutLeft;
      animation-name: slideOutLeft;
    }



    .dropdown {
      position: relative;
      display: inline-block;
    }

    .dropdown-content {
      display: none;
      position: absolute;
      background-color: #f9f9f9;
      min-width: 250px;
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
      padding: 12px 16px;
      z-index: 1;
    }

    .dropdown:hover .dropdown-content {
      display: block;
    }

    .videoPlayerContainer {
      display: none;
      height: 95vh;
    }

    .audioPlayerContainer {
      display: none;
    }

    .ext-links {
      padding-left: .2rem;
    }



    body {
      font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
      background-color: #eee;
      /* background-color: khaki; */
    }

    .title-banner {
      /* height: 15vh; */
      width: 100%;
      /* background: url('./assets/images/test.jpeg') no-repeat; */
      /* background-size: stretch; */
      text-shadow: #121212 1px 1px 1px;
      /* box-shadow: rgba(0, 0, 0, 0.3) 0px 6px 0px 0px; */
      display: flex;
      justify-content: center;
      align-items: center;

    }

    .title-banner-img {
      width: 100%;
      height: 35vh;
      background: url('./assets/images/test.jpeg') no-repeat;
      background-size: stretch;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    p {
      margin: 0;
    }

    .tile {
      width: 100%;
      /* height: 80%; */
    }

    img.tile {
      height: 25vh;
    }

    .tile-style {
      padding: 1rem;
      margin-bottom: .5rem;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .banner-text {
      width: 100vw;
      font-weight: bold;
      padding: 1.5rem;
    }

    .sub-title {
      color: red;
    }

    .bg-gray {
      background-color: #efefef;
      border-top: 1px solid#ccc
    }

    .major {
      position: relative;
      /* text-align: center; */
      border-top: solid 1px #ccc;
      top: 1em;
      margin: 0 0 3em 0;
      display: flex;
      justify-content: center;
    }

    .major>h2 {
      background-color: #efefef;
      margin: 0;
      /*transform must be 2x padding*/
      transform: translateY(-2rem);
      padding: 1rem;
    }

    ul.dates {
      list-style: none;
      padding-left: 0;
    }

    ul.dates .date {
      display: block;
      position: absolute;
      left: 0;
      top: 1.3em;
      background-color: #d52349;
      height: 3.5em;
      text-align: center;
      color: #fff;
      line-height: 1em;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      padding: 0.5em 0.75em 0 1em;
    }

    ul.dates .date:after {
      content: '';
      position: absolute;
      bottom: 0;
      right: -1.2em;
      border-left: solid 1.25em #d52349;
      border-top: solid 1.8em transparent;
      border-bottom: solid 1.8em transparent;
    }

    #footer ul.contact li,
    #footer ul.dates li,
    #footer ul.divided li {
      border-top-color: #353434;
      border-top-color: rgba(255, 255, 255, 0.05);
    }

    ul.dates li {
      position: relative;
      border-top: solid 1px #ddd;
      padding: 1.3em 0 1.3em;
    }


    img {
      width: 100%;

    }

    a {
      text-decoration: none;
      color: #fff;
      font-weight: bold;
      /* font-size: 1rem; */
    }

    .active {
      border-bottom: 1px solid #fff;
    }

    .ext-link {
      padding-left: 0.2rem;
    }



    .navbar-dark .navbar-nav .nav-link {
      color: rgb(218, 218, 218);
    }

    .text_button{
      color: #f8f9fa;
      background-color: #343a40;
      border-radius: 4px;
      padding-top:6px;
      padding-bottom:6px;
    }

    .presentational_alert {
      position: fixed;
      top: 0px;
      left: 0px;
      height: 20px;
      transform: translateY(-22px);
    }

    .presentational_alert:focus {
      transform: translate(2px);
    }

    .heading_level3{
      font-size:1.3rem;
    }

    .breadcrumb{
      padding-left:1.5rem;
    }
    .sub-title
    {
      font-size:1.5rem;
      color:#000;
      text-align: center;
      padding-top:1rem;
    }

    .container{
      background-color: #ffffff;
    }

    body{
      background-color: #ffffff;
    }