  .dummy-css { }
  
* { box-sizing: border-box; }
p { font-weight: lighter; }

a.anchor {
    display: block;
    position: relative;
    top: -200px;
    visibility: hidden;
}

@media screen and (min-width: 74.5em) { 
        .carousel__element-title {
        font-size: 3rem;
        line-height: 1.5;
        margin-top: 2.1875rem;
        }
        .carousel__element-box { 
            bottom: 8.875rem; 
        } 
        .parallax {
        background-attachment: scroll;
        }
}
    
    @media screen and (min-width: 48em) { 
        .border-right {
         border-right: 1px solid #f0f2f3; 
        }
        .border-bottom { 
        border-bottom: 1px solid #f0f2f3; 
        }
        .carousel__element-text {
        max-width: 53.625rem;
        }
        .centred-text-mobile {
        text-align: center;
        }
        .image-text__text p {
        font-size: 1.25rem;
        line-height: 1.4;
        }
        .image-text__text--right {
        padding-left: 2.875rem;
        }
        .showcaseContainer > div { 
        flex: 1;
        } 
        .showcaseContainer { 
        display: flex; flex-wrap: wrap; 
        }
        .parallax {
        background-attachment: fixed;
        }
    }
    
    @media screen and (max-width: 48em) {
        
    /**BEGIN SHOW FOOTER LINKS ON MOBILE**/
    .footer-bottom {
    display: block;
    }
    .footer__links-list {
    display: block;
    text-align: center;
    padding: 1.25rem 0 1.25rem 0;
    }
    .bottom-element {
    padding: 0.4375rem 0 0.4375rem 0;
    }
    /**END SHOW FOOTER LINKS ON MOBILE**/
       
        .carousel__element-box {
        padding-bottom:  0.375rem;
        }
       .centred-text-mobile {
        text-align: left;
        }
       .carousel__element-title {
        max-width: 53.625rem;
        }
        .carousel__element-title + .carousel__element-text {
        padding-top: 1.125rem;
        }
        .showcaseContainer { 
        flex-direction: column;
        } 
        .image-grid-wrapper.image-grid-wrapper--stack .imagegrid__picture {
        height: auto;
        }
        .image-text__text p {
        font-size: 1rem;
        line-height: 1.375;
        }
        .image-text__text {
        padding-bottom: 1rem;
        }
        .image-text__text h3 {
        padding-top: 1.5rem;
        }
        .max-width-mobile {
        max-width: 1000px;
        margin: 10px auto 0;
        }
        .group .footer__logo-bar {
        flex-direction: column;
        }
        .footer__logo-bar-wrapper {
        text-align: center;
        }
        .group .footer__logo-bar-image {
        padding-bottom: 0.75rem;
        }
    }
    
    .padding { padding-top: 40px; padding-bottom: 40px; }
    .padding-small { padding-top: 20px; padding-bottom: 20px; }
    .padding-medium { padding-top: 80px; padding-bottom: 80px; }
    .padding-large { padding-top: 200px; padding-bottom: 200px; }
    .padding-top { padding-top: 40px; }
    .padding-bottom { padding-bottom: 40px; }
    .padding-xs { padding-top: 5px; padding-bottom: 5px;}

    @media screen and (max-width : 1191px ) {
    .padding { padding-top: 20px; padding-bottom: 20px; } 
    .padding-small { padding-top: 10px; padding-bottom: 10px; }  
    .padding-large { padding-top: 100px; padding-bottom: 100px; } 
    .padding-medium { padding-top: 50px; padding-bottom: 50px; }
    .padding-top { padding-top: 25px; }
    .padding-bottom { padding-bottom: 25px; } 
    .padding-xs { padding-top: 5px; padding-bottom: 5px;}
    }

    
        .bg-image-resp {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4);
        }
        
        .bg-image-resp-no-overlay { 
        background-position: center center; 
        background-size: cover;
        background-repeat: no-repeat; 
        }
        
        .warning-msg {
        margin: 10px 0;
        padding: 15px;
        background: #f1ede6;
        }
        
        .margin-auto {
        max-width: 850px;
        margin: 10px auto 0;
        }
        
        .width-80 {
        max-width: 80%;
        }

        .white-text {
        color: #FFF;
        }
        
        
        .carousel-panel { padding-top: 0.8125rem; background-color: #fff; }
        .carousel-panel-container .slick-prev, .carousel-panel-container .slick-next { background-color: transparent; }
        .image-carousel__element-image--pic { height: 34.313rem; }
        .image-carousel-container { border: none; }
        .image-carousel__element-image--pic { background-color: #fff; }
        .carousel__element-text h5 { margin-top: 5px; margin-bottom: 20px; }
        .carousel-panel__element-image-wrapper { border: none; }
    