.imgLeft {
  margin: 0 1em 1em 0;
}
.imgRight {
  margin: 0 0 1em 1em;
}

@media screen and (max-width: 768px) {
  .imgLeft, .imgRight {
    margin: 0 0 1em 0;
  }
  
}
.flexslider_content {
margin: 0px 0 0 0;
}

.flexslider .slides li {
display: none;
} /* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider_home .slides img {
max-width: 100%; 
width: 100%;
/*max-height: 372px;*/
display: block;
margin: 0 auto;
}

.flexslider_content .slides img {
max-width: 100%; 
max-height: 230px;
display: block;
position: absolute;
right: 0;
}
.homeSlider {
  box-sizing: border-box;
  position: relative;
  margin-top: -335px;
  height: 47.37vw;
}
@media screen and (max-width: 768px) {
  .homeSlider {
    margin-top: -214px;
  }
}
.homeSlider ul,
.homeSlider li {
  list-style: none;
  margin: 0;
  }
  
.homeSlider .slide img, video {
  display: block;
  position: relative;
  z-index: 0; /* Lower than the z-index of .homeSlider .slide::after */
  }

  .slide::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: hsla(var(--Blue), 0.5); 
  z-index: 1; 
}
.contentFrame h1, .contentFrame h2, .contentFrame h3 {
  color: hsl(var(--Blue));;
}
.contentFrame img {
border-radius: 10px;
}
  video {
  width: 100%;
  height: auto;
  }
  
.homeSlider h1.slideTitle {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  line-height: 110%;
  text-transform: uppercase;
  /*text-shadow: 2px 2px 3px #333, 2px 2px 3px #777;*/
  color: rgba(255,255,255,1);
  font-size: 4vw;
  }
      
.homeSlider .slideContent {
  position: absolute;
  top: 50%;
  right: 10%;
  font-family: 'Monserrat', sans-serif;
  font-weight: 400;
  font-size: 1.2vw;
  line-height: 110%;
  text-align: right;
  padding: 0 10% 0 50%;
  }

  .controls {
  position: relative;
  bottom: -47.37vw; /* Push the controls div down */
  width: 100%;
  text-align: center;
  z-index: 10;
  /*height: 16.188vw;*/
  box-sizing: border-box;
}

.flex-control-nav {
  position: relative;
  background: url('/media/structure/header_border_bottom.webp') no-repeat;
  background-position: bottom;
  background-size: 110% 100%;
  text-align: left;
  padding-left: 20px;
  padding-top: 175px;
  bottom: 0;
  z-index: 20;
  height: 25%;
  margin: 0;
  box-sizing: border-box;
  }

.flex-control-nav li:first-child,
.flex-control-nav li {
  margin: 0 6px;
  float: none;
  display: inline-block;
  vertical-align: top;
}

.flex-control-paging li a {
  width: 13px;
  height: 13px;
  text-indent: -9999px;
  border-radius: 50%;
  background: hsla(var(--Blue));
  box-shadow: none;
}

.flex-control-paging li a.flex-active {
  background: hsl(var(--DarkRed));
  }

@media only screen and (max-width: 1200px) {
.homeSlider h1.slideTitle {
  font-size: 6vw;
  }
  
.homeSlider .slideContent {
  font-size: 2vw;
  padding: 0 10% 0 40%;
  }
  
.homeBlock {
  grid-template-columns: 100%;
  }
}

.contentFrame {
position: relative;
  margin-top: -20vw;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
  background: hsla(var(--White), 0.9);
  border-radius: 10px;
  min-height: 60vh;
  width: 90%;
  max-width: 1920px;
  z-index: 10;
  box-sizing: border-box;
}
.contentFrame ul,
.contentFrame ol {
  overflow: hidden;
  list-style-type: disc;
  list-style-position: inside;
  
  margin-left: 20px;
  margin-bottom: 20px;
  line-height: 1;
}

.contentFrame li {
  
  list-style-type: disc;
  margin-left: 20px;
}

.focusAreaTitle {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  margin-top: -50px;
}
.focusAreaTitle img {
  margin-right: 1em;
  width: 150px;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
}

@media screen and (max-width: 1366px) {
  .contentFrame {
      margin-top: 175px; /* Adjust this value as needed */
      min-height: 500px;
      width: 80%;
      z-index: 10;
  }
}
@media screen and (max-width: 768px) {
    .flex-control-nav {
        background-size: 110% 50%;
    }
    .contentFrame {
      margin-top: 10px; /* Position at the top of the viewport */
      min-height: 500px;
      padding: 10px;
      width: 95%;
      z-index: 10;
    }
    .focusAreaTitle img {
      width: 100px;
    }
  }