.dexp-body-inner{
  
}
.dexp-sticky{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}
#section-header{
  padding: 20px 0;
}
.region-navigation ul.menu{
  margin: 0;
  text-align: right;
}
.region-navigation ul.menu li.menu-item{
  padding-top: 0;
  display: inline-block;
  margin-left: 30px;
}
.region-navigation ul.menu li.menu-item a{
  padding-top: 0;
  display: inline-block;
  line-height: 41px;
}

.mainImage img {
    width: 100%;
    height: auto;
}
section.page_header {
  background: rgb(5,36,83);
  background: linear-gradient(154deg, rgb(0 55 115) 0%, rgb(0 55 115) 100%);
  color: #fff;
  text-align: center;
}
footer {
  background: #80868C;
  color: #fff;
  padding: 30px;
  margin-top: 15px;
  text-align: center;
}
.bg-grey {
  background-color: #80868C!important;
}
.border.border-grey{
  border-color: #80868C!important;
}
.right a {
  color: #343a40;
}
.right a:hover {
  color: rgb(0 55 115);
  text-decoration: none;
}
.right .btnWrap a {border: 1px solid rgb(0 55 115) ;
  padding: .375rem .75rem;
    color: rgb(0 55 115) ;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  color: #343a40;
}
.right .btnWrap a:hover{
  background-color: rgb(0 55 115) ;
  color: #fff ;
  text-decoration: none;
}
.DatesHolder h3 {
  margin-bottom: 0;
}

 .event-card {
    border: 1px solid #dee2e6;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
  }
.card-img{position: relative;}
  .event-card img {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #dee2e6;
  }

  .event-card .card-body {
    padding: 1rem;
  }

  .event-card .date {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 5px 10px;
    border-radius: 5px;max-width: calc(100% - 2rem);
  }


a {
    color: rgb(0 55 115);
}
.fullbtn{position: absolute; bottom:0; left:0; right: 0; width: 100%;}
.fullbtn a {
    width: 100%;
    padding: 1em;
    background: rgb(0 55 115);
    color: #fff;
    display: block;
    text-align: center;
}
.fullbtn a:hover {
    background: #052453;
    color: #fff;
    text-decoration: none;
}
a, .card-title a {
    color: rgb(0 55 115);
}
.tactical-image img, div#block-learn-content img, .region-tactical img{max-width: 100%; height: auto}
@media (min-width: 1024px) {
div#map {
    height: 75%;
    margin-top: 30px;
    max-height: 350px;
    border-radius: 10px;
}
    .col-md-5.rtCol iframe {
    border-radius: 10px;
}
.mainImage img {
    max-height: 70vh;
    object-fit: cover;
    object-position: top;
}
.bt {
    max-width: 1150px;
    margin: auto;
    left: 0;
    background: rgba(242, 242, 242, 0.8);
    padding: 30px;
    color: #0b3f79;
    border-radius: 10px;
    margin-bottom: 30px;
    line-height: 1.6;
    padding: 3em 1.5em;
}
   .bt  h1.page-title {
    margin-bottom: 0;
}
    
}