/*Slider with content styliing */
.kcm-sliders .kcm-slider-full {
  position: relative;
  overflow: hidden;
}

.kcm-sliders .header-text h1,
.kcm-sliders .header-text h2 {
  padding: 0;
  margin: 0;
  color: #333333;
  line-height: 150%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.kcm-sliders .kcm-slider-full .header-text h1{
  font-size: 1.3em;
  margin-top: 10px;
}

.mtitle1 h1{
  margin-top: 10px;
}

.kcm-sliders .kcm-slider-full .header-text h2 {
  font-size: 1.1em;
}

.kcm-sliders .kcm-slider-teaser .header-text h1,
.kcm-sliders .kcm-slider-teaser .header-text h2 {
  padding: 0 10px 0 10px;
}

.kcm-sliders .kcm-slider-teaser .header-text h1{
  font-size: 1.2em;
}

.kcm-sliders .kcm-slider-teaser .header-text h2{
  font-size: 1.0em;
  font-style: italic;
}

.kcm-sliders .kcm-slider-full .body-text {
  color: #333333;
  padding: 5px 0px 2px 0px;
}

.kcm-sliders .kcm-slider-full .body-text p {
  display: none;
}
.kcm-sliders .kcm-slider-full .body-text a.cta {
  display: block;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  text-decoration: none;
  padding-bottom: 10px;
}


/* VIDEO SLIDE STYLING */
.kcm-sliders .slide-contains-video img {
  display: none;
}

/* TEASER(S) */
.kcm-slider-teaser {
  margin: 10px 0px 23px 0px;
}
.kcm-slider-teaser .text-container {
  position: relative;
}
.kcm-slider-teaser .header-text {
  margin-top:15px;
}
.kcm-slider-teaser .body-text {
  background-color: transparent;
  padding: 0;
}
.kcm-slider-teaser .body-text p {
  display: none;
}
.kcm-slider-teaser .body-text a.cta {
  font-size: 12px;
  display: none;  
}

.kcm-sliders .header-text h1 a, .kcm-sliders .kcm-slider-full .header-text h2 a{
  color: #1C5A79;
  text-decoration: none;
}

/* Mobile-only fix */
@media only screen and (max-width: 767px) {
  .kcm-sliders .kcm-slider-full .text-container .header-text {
    background: none;
  }
}

/* Tablet */
@media only screen and (min-width: 768px) {
  /* Layer .text-container on top of img */
  .kcm-sliders .kcm-slider-full .text-container {
    position: absolute; 
    bottom: 10px;
    width: 100%;
  }

  /* Align .text-container left or right */
  .kcm-sliders .text-container.bottom-left-50,
  .kcm-sliders .text-container.bottom-left-75 {
    left: 15px;
  }

  .kcm-sliders .text-container.bottom-right-50,
  .kcm-sliders .text-container.bottom-right-75 {
    right: 15px;
  }

  /* Balance videos */
  .kcm-sliders .slide-contains-video .bottom-left-50 .kcm-video-slide,
  .kcm-sliders .slide-contains-video .bottom-left-50 .header-text,
  .kcm-sliders .slide-contains-video .bottom-left-50 .body-text,
  .kcm-sliders .slide-contains-video .bottom-left-75 .kcm-video-slide,
  .kcm-sliders .slide-contains-video .bottom-left-75 .header-text,
  .kcm-sliders .slide-contains-video .bottom-left-75 .body-text {
    margin-right: 15px;
  }

  .kcm-sliders .slide-contains-video .bottom-right-50 .kcm-video-slide,
  .kcm-sliders .slide-contains-video .bottom-right-50 .header-text,
  .kcm-sliders .slide-contains-video .bottom-right-50 .body-text,
  .kcm-sliders .slide-contains-video .bottom-right-75 .kcm-video-slide,
  .kcm-sliders .slide-contains-video .bottom-right-75 .header-text,
  .kcm-sliders .slide-contains-video .bottom-right-75 .body-text {
    margin-left: 15px;
  }

  /* Widths for .text-container */
  .kcm-sliders .text-container.bottom-left-50,
  .kcm-sliders .text-container.bottom-right-50,
  .kcm-sliders .slide-contains-video .text-container.bottom-left-50,
  .kcm-sliders .slide-contains-video .text-container.bottom-left-75,
  .kcm-sliders .slide-contains-video .text-container.bottom-right-50,
  .kcm-sliders .slide-contains-video .text-container.bottom-right-75 {
    width: 50%;
  }

  .kcm-sliders .text-container.bottom-left-75,
  .kcm-sliders .text-container.bottom-right-75 {
    width: 75%;
  }

  /* Styling .kcm-slider-full text */
  .kcm-sliders .kcm-slider-full .body-text,
  .kcm-sliders .kcm-slider-full .header-text {
    display: inline-block;
    opacity: 0.90;
    -webkit-opacity: 0.90;
    -moz-opacity: 0.90;
    -o-opacity: 0.90;
    -khtml-opacity: 0.90;
    filter: alpha(opacity=90);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  .kcm-sliders .kcm-slider-full .header-text {
    padding: 10px 15px 10px 15px;
  }

  .kcm-sliders .kcm-slider-full .header-text h1,
  .kcm-sliders .kcm-slider-full .header-text h2 {
    color: #fff;
    line-height: 130%;
  }

  .kcm-sliders .kcm-slider-full .header-text h1 {
    font-size: 1.4em;
  }

  .kcm-sliders .kcm-slider-full .header-text h2 {
    font-size: 1.2em;
  }

  .kcm-sliders .kcm-slider-full .header-text a {
    color: #fff;
  }

  .kcm-sliders .kcm-slider-full .body-text {
    color: #333;
    padding: 5px 15px 5px 15px;
    background-color: #fff;
  }


.kcm-sliders .kcm-slider-full .body-text {
    color: #333;
    padding: 5px 15px 5px 15px;
    background-color: #fff;
  }
  .kcm-sliders .kcm-slider-full .body-text p {
    display: block;
  }

  .kcm-sliders .kcm-slider-full .body-text a.cta {
    font-size: 1.1em;
  }

  /* Styling for .slide-contains-video */
  .kcm-sliders .slide-contains-video img {
    display: block;
  }

  .kcm-sliders .slide-contains-video .header-text,
  .kcm-sliders .slide-contains-video .body-text {
    padding: 5px 5px 2px 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #featured-wrapper.container{
    max-width: 100%;
  }
}

/* Desktop */
@media only screen and (min-width: 992px) {
  .kcm-sliders .kcm-slider-full .header-text h1,
  .kcm-sliders .kcm-slider-full .header-text h2 {
    line-height: 160%;
  }

  .kcm-sliders .kcm-slider-full .header-text h1 {
    font-size: 1.5em;
  }

  .kcm-sliders .kcm-slider-full .header-text h2 {
    font-size: 1.2em;
  }

  .kcm-sliders .kcm-slider-full .body-text p {
    font-size: 17px;
  }

  .kcm-sliders .slide-contains-video .header-text,
  .kcm-sliders .slide-contains-video .body-text {
    padding: 10px 15px 10px 15px;
  }
  .kcm-sliders .slide-contains-video .body-text {
    padding-bottom: 0px;
  }
}

/* Widescreen Desktop */
@media only screen and (min-width: 1200px) {
    /* Balance videos */
  .kcm-sliders .slide-contains-video .bottom-left-50 .kcm-video-slide,
  .kcm-sliders .slide-contains-video .bottom-left-75 .kcm-video-slide {
    margin-right: 25px;
  }

  .kcm-sliders .slide-contains-video .bottom-right-50 .kcm-video-slide,
  .kcm-sliders .slide-contains-video .bottom-right-75 .kcm-video-slide {
    margin-left: 25px;
  }

  .kcm-sliders .kcm-slider-full .header-text h1,
  .kcm-sliders .kcm-slider-full .header-text h2 {
    line-height: 150%;
  }

  .kcm-sliders .kcm-slider-full .header-text h1 {
    font-size: 1.7em;
  }

  .kcm-sliders .kcm-slider-full .header-text h2 {
    font-size: 1.3em;
  }

  .kcm-sliders .slide-contains-video .header-text h1, 
  .kcm-sliders .slide-contains-video .header-text h2 {
    line-height: 130%;
  }
  .kcm-sliders  .kcm-slider-teaser {
    width: 360px;
    margin: 10px 15px 25px;
  }
}

.copycode{
  background: #F5F5F5;
  padding: 18px;
  border-radius: 10px;
  font-size: 13px;
  color: #888;
}

.copycode-wrapper{
  margin: 40px 0 20px 0;
}

.so-full-image, .so-thumbnail{
  margin-bottom: 20px;
}
