body {
    overflow-x:  hidden;
}
        .cc-contentsection {
            padding: 20px 0;
        }
        
        .cc-stories-head .breadcrumb {
            background: none;
            margin-bottom: 0;
            padding-bottom: .1rem;
        }
        
        .cc-stories-head .breadcrumb-item+.breadcrumb-item::before {
            color: rgb(255, 255, 255);
        }
        
        .cc-stories-head .breadcrumb-item.active {
            color: rgb(255, 255, 255);
        }
        
        .cc-stories-head h1 {
            font-size: 5.5rem;
            margin-bottom: .7rem;
        }
        
        .cc-stories-hero .cc-stories-featured {
            margin-top: 30px;
            margin-bottom: 30px;
            height: 500px;
            background-size: cover;
        }
        
        .cc-story-card {
            margin-top: 15px;
            margin-bottom: 15px;
        }
        
        .cc-stories-featured-stripe,
        .cc-story-stripe {
            height: 10px;
            display: block;
            border-bottom: 2px solid rgb(255, 255, 255);
        }
        
        .cc-stories-featured h3,
        .cc-story-card h3 {
            padding-top: 15px;
            padding-left: 20px;
            padding-right: 20px;
            font-size: 1.15rem;
        }
        
        .cc-stories-featured h3 {
            font-size: 1.6rem;
        }
        
        .cc-stories-featured-label,
        .cc-story-card .cc-story-label {
            display: inline-block;
            position: absolute;
            bottom: 10px;
            right: 15px;
            padding: 2px 7px;
            border-top: 2px solid rgb(255, 255, 255);
            border-left: 2px solid rgb(255, 255, 255);
        }
        
        .cc-stories-featured a,
        .cc-stories-featured a:hover,
        .cc-stories-featured a:active,
        .cc-stories a,
        .cc-stories a:hover,
        .cc-stories a:active {
            color: rgb(0, 0, 0);
        }
        
        .cc-stories-featured p {
            position: absolute;
            bottom: 10px;
            padding-left: 20px;
            padding-right: 20px;
            line-height: 20px;
            font-size: 1rem;
        }
        
        .cc-story-card {
            height: 320px;
        }
        
        @media screen and (min-width: 576px) {
            .cc-story-card {
                height: 240px;
            }
        }
        
        @media screen and (min-width: 768px) {
            .cc-story-card {
                height: 330px;
            }
        }
        
        @media screen and (min-width: 992px) {
            .cc-story-card {
                height: 210px;
            }
        }
        
        @media screen and (min-width: 1200px) {
            .cc-story-card {
                height: 240px;
            }
        }
        
        @media screen and (min-width: 1600px) {
            .cc-story-card {
                height: 355px;
            }
        }
        
        .cc-story-sm-2col {
            margin-top: 15px;
            margin-bottom: 15px;
        }
        
        .cc-story-sm-2col img {
            width: 100%;
        }
        
        .cc-story-sm-2col h3 {
            font-size: .95rem;
            margin-bottom: 0;
        }
        
        .cc-story-sm-2col .cc-story-label {
            font-size: .8rem;
            line-height: 1.25;
            display: inline-block;
        }
        /* fix for image height stretching */
        
        .carousel-item {
            align-items: center;
        }
        
        #cc-snapshots-carousel {
            margin-bottom: 130px;
        }
        
        .carousel-caption {
            width: 50%;
            text-align: left;
            background-color: rgba(0, 0, 0, 0.5);
            left: 20px;
            padding: 15px;
        }
        .carousel-caption a {
            color: rgb(208, 155, 44);
        }
        
        .carousel-item img {
            width: 100%;
        }
        
        .carousel-indicators {
            bottom: -40px;
            margin-right: 0;
            margin-left: 0;
        }
        
        .carousel-indicators li {
            max-width: 12%;
            width: 12%;
            opacity: 1;
        }
        
        .carousel-indicators li.active img {
            opacity: .5;
        }
        
        
        .cc-home-story {
            margin-top: 15px;
            margin-bottom: 15px;
        }

        .cc-home-story-stripe {
            height: 10px;
            display: block;
            border-bottom: 2px solid rgb(255, 255, 255);
        }
        
        .cc-home-story h3 {
            padding-top: 15px;
            padding-left: 0px;
            padding-right: 20px;
            font-size: 1rem;
        }
 
        .cc-home-story-label {
            display: inline-block;
            position: absolute;
            bottom: 0px;
            margin-left: 13px;
            right: 15px;
            padding: 2px 7px;
            border-top: 2px solid rgb(255, 255, 255);
            border-left: 2px solid rgb(255, 255, 255);
            font-size: 16px;
        }
        
        .cc-home-stories a,
        .cc-home-stories a:hover,
        .cc-home-stories a:active {
            color: rgb(0, 0, 0);
        }
        
        .cc-home-story .cc-story-img {
            height: 320px;
        }
        .cc-home-story .cc-story-img img {
            object-fit: cover;
            height: 100%;
        }
        @media screen and (min-width: 576px) {
            .cc-home-story .cc-story-img {
                height: 240px;
            }
        }
        
        @media screen and (min-width: 768px) {
            .cc-home-story .cc-story-img {
                height: 330px;
            }
        }
        
        @media screen and (min-width: 992px) {
            .cc-home-story .cc-story-img {
                height: 210px;
            }
        }
        
        @media screen and (min-width: 1200px) {
            .cc-home-story .cc-story-img {
                height: 240px;
            }
        }
        
        @media screen and (min-width: 1600px) {
            .cc-home-story .cc-story-img {
                height: 355px;
            }
        }   
        
        @media screen and (min-width: 576px) {
            .cc-home-story .cc-story-img.cc-story-img-feat {
                height: 290px;
            }
        }
        
        @media screen and (min-width: 768px) {
            .cc-home-story .cc-story-img.cc-story-img-feat {
                height: 360px;
            }
        }
        
        @media screen and (min-width: 992px) {
            .cc-home-story .cc-story-img.cc-story-img-feat {
                height: 290px;
            }
        }
        
        @media screen and (min-width: 1200px) {
            .cc-home-story .cc-story-img.cc-story-img-feat {
                height: 350px;
            }
        }
        
        @media screen and (min-width: 1600px) {
            .cc-home-story .cc-story-img.cc-story-img-feat {
                height: 380px;
            }
        }   
        
/* stories with a sidebar */

@media screen and (min-width: 992px) {
  .cc-subsite-content-sidebarleft .cc-home-story .cc-story-img,
  .cc-subsite-content-sidebarright .cc-home-story .cc-story-img {
    height: 140px;
  }
}
@media screen and (min-width: 1200px) {
  .cc-subsite-content-sidebarleft .cc-home-story .cc-story-img,
  .cc-subsite-content-sidebarright .cc-home-story .cc-story-img {
    height: 160px;
  }
}
@media screen and (min-width: 1600px) {
  .cc-subsite-content-sidebarright
  .cc-subsite-content-sidebarleft .cc-home-story .cc-story-img,
  .cc-subsite-content-sidebarright .cc-home-story .cc-story-img {
    height: 225px;
  }
}

        /* potential global styles? */
        
        .cc-txt-intro-lg {
            font-size: 1.4rem;
        }