body {
  padding-bottom: 5px;
}

#download-casestudy
{
  float: left;
  margin-left: 30vw;
  margin-right: 10px;
}
.carousel {
  margin-left: 15%;
  margin-right: 15%;
}

ul.slides {
  display: block;
  position: relative;
  height: 600px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.slides * {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

ul.slides input {
  display: none; 
}


.slide-container { 
  display: block; 
}

.slide-image {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  transition: all .7s ease-in-out;
}   

.slide-image img {
  width: auto;
  min-width: 100%;
  height: 100%;
}

.carousel-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  font-size: 100px;
  line-height: 600px;
  color: #fff;
}

.carousel-controls label {
  display: none;
  position: absolute;
  padding: 0 20px;
  opacity: 0;
  transition: opacity .2s;
  cursor: pointer;
}

.slide-image:hover + .carousel-controls label{
  opacity: 0.5;
}

.carousel-controls label:hover {
  opacity: 1;
}

.carousel-controls .prev-slide {
  width: 49%;
  text-align: left;
  left: 0;
}

.carousel-controls .next-slide {
  width: 49%;
  text-align: right;
  right: 0;
}

.carousel-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 999;
  text-align: center;
}

.carousel-dots .carousel-dot {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.5;
  margin: 10px;
}

input:checked + .slide-container .slide-image {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .carousel-controls label {
   display: block; 
}

input#img-1:checked ~ .carousel-dots label#img-dot-1,
input#img-2:checked ~ .carousel-dots label#img-dot-2,
input#img-3:checked ~ .carousel-dots label#img-dot-3,
input#img-4:checked ~ .carousel-dots label#img-dot-4,
input#img-5:checked ~ .carousel-dots label#img-dot-5,
input#img-6:checked ~ .carousel-dots label#img-dot-6 {
opacity: 1;
}


input:checked + .slide-container .nav label { display: block; }

.container-2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 2vw;
  gap: 0px;
  grid-auto-flow: column;
  overflow: visible;
  width: 74%;
  padding-bottom: .5vw;
  align-content: center;
}

.image-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 2vw;
  gap: 0px;
  grid-auto-flow: column;
  overflow: visible;
  width: 74%;
  padding-bottom: 1vw;
}

.related {
  width: 25vw;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    serif, "Apple Color Emoji", "Segoe UIEmoji", "Segoe UI Symbol";
  text-decoration: none;
  color: black;
  font-weight: bold;
  padding-bottom: 2em !important;
  font-size: 1.2em;
}

#services_used {
  font-weight: bold;
  
}

#service-list {
  background-color: #326295;
  color:white;
  font-weight: bold;
}


a {
  color: black;
  text-decoration: none;
}

#download_btn {
  margin-left: 37vw;
  height: 4vw;
  width: 18vw;
  margin-top: 10px;
  font-weight: bold;
  background-color: transparent;
  font-size: 1em;
  color: black;
  /* color: #303030; */
  border-radius: 5px;
  border-color: #303030;
  content: "images/dl_icon.png";
  border-width: 1px;

}

.fa 
{
  margin-left: 5px;
}

.header {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    serif, "Apple Color Emoji", "Segoe UIEmoji", "Segoe UI Symbol";
  text-decoration: none;
  color: black;
  font-weight: bold;
  padding-left: 14vw;
  font-size: 2.8em;
  margin-left: 18vw;
  margin-bottom: 15px;
}

.header-2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    serif, "Apple Color Emoji", "Segoe UIEmoji", "Segoe UI Symbol";
  text-decoration: none;
  color: black;
  font-weight: bold;
  padding-left: 7.5vw;
  font-size: 2.4em;
  margin-left: 9vw;
}


.info-box {
  padding: 35px;
  padding-top: 15px;
  width: 17vw;
  height: 215px;
  color: black;
  background-color: #ddd;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  border-radius: 1px;
  font-size: 0.85em !important;
  margin-right: 20px;
}

.info-box-img-1 {
  padding-left: 10px;
  width: 38vw;
  height: 23vw;
  content: url("images/westhelenaimg.PNG");
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.info-box-img-2 {
  padding-left: 10px;
  width: 38vw;
  height: 22vw;
  content: url("images/occ.png");
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  border-radius: 1px;

}

.info-box:hover {
  background-color: #ab192d;
  transition: 0.4s;
  color: white;
}

#mobile_img {
  display: none;
}


@media only screen and (max-width: 1000px) {

  #mobile_img {
    display: block;
    width: 103vw;
    height: 65vw;
  }

  body {
    padding-bottom: 600px;
  }
 
  p {
    width: 80vw;
}

  #download-casestudy
{
  float: left;
  margin-left: 0vw;
}

  .container {
    display: block;
    position: relative;
    float: left;
  }

  .container-2 {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    margin-left: 0%;
  }

  .header {
    float: left;
    font-size: 1.5em;
    margin-left: 1vw;
  }

  .header-2 {
     font-size: 1em;
  }

  .info-box {
    width: 98%;
    margin-bottom: 15px !important;
    font-size: 0.7em !important;
    height: auto;
  }

  .dropdown-content {
    position: relative;
    width: 68vw;
    font-size: 1.5em;
  }

  .related-text {
    font-size: 0.7em !important;
  }

  #banner {
    width: 100%;
    padding-left: 0px;
    height: 25vw;
    padding-bottom: 5px;
  }

  .case-study-image {
    max-width: 125px;
    height: 125;
    padding-right: 5px;
    float: left;
  }
}