.hero--landing {
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 600px) {
    .hero--landing {
        height: 500px;
    }
    
}

@media screen and (max-width: 480px) {
    .hero--landing {
        height: 400px;
    }
    
}

.hero--landing .hero-image {
    border-radius: 0;
}

.hero--landing .hero-image:after {
    background: rgba(0, 0, 0, 0.2);
}

.hero--landing .hero-content {
 top:0;
 left:0;
 transform:none;
 margin:0;
 width: 100%;
 height: 100%;
 padding: 0 0 150px;
 display: flex;
 justify-content: center;
 align-items: center;
}

.hero--landing .hero-content  img {
    margin: 80px auto;
    padding: 0 40px;
    max-width: 100%;
    width: 700px;
    max-height: calc(100% - 70px);
    object-fit: contain;
}


.template--landing h1 {
    position: relative;
    margin-bottom: 60px;
}

@media screen and (max-width:750px) {
    .template--landing h1 {
        font-size: 40px;
    } 
}

@media screen and (max-width: 600px) {
    .template--landing h1 {
        font-size: 36px;
    } 
}

@media screen and (max-width: 480px) {
    .template--landing h1 {
        font-size: 32px;
    } 
}

@media screen and (max-width: 440px) {
    .template--landing h1 {
        font-size: 28px;
        margin-bottom: 25px;
    } 
}


@media screen and (max-width: 400px) {
    .template--landing h1 {
        font-size: 26px;
    } 
}

.template--landing h1:after {
    content:'';
    position: absolute;
    bottom:-26px;
    left:0;
    width: 25%;
    height: 7px;
    background-color: #a1a9b7;
}

@media screen and (max-width: 480px) {
    .template--landing h1:after {
        height: 6px;
        width: 30%;
    }
}

@media screen and (max-width: 440px) {
    .template--landing h1:after {
     content:none;
    }
}

.section--top .content {
    margin-top: -200px;
}

.cols--imgright .btn {
    margin-top: 10px;
}



@media screen and (min-width: 901px) {
    .cols--faq-tweets>div:first-child {
        width: calc(100% - 380px);
        margin-right: 30px;
    }

    .cols--faq-tweets>div:last-child {
        width: 350px;
    }
}

@media screen and (max-width: 900px) {
    .cols--faq-tweets>div:first-child {
        width: 100%;
       margin: 0;
    }

    .cols--faq-tweets>div:last-child {
        width: 100%;
       margin: 40px 0 0 !important;
    }
}

@media screen and (min-width: 1481px) {
    .cols--imgright .col {
        width: 56%;
        margin-right: 4%;
    }

    .cols--imgright .col:last-child,
    .cols--imgright .endCol {
        margin-right: 0;
        width: 40%;
    }
}

.cols:not(.cols--imgright) {
    margin: 55px 0;
}

.cols:not(.cols--imgright):last-child {
    margin-bottom: 0;
}

.twitter-landing {
    padding: 15px;
    border: 1px solid #ccc;
    position: relative;
}

.tl-tweets {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.tl-label {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background-color: #333;
    font-weight: 600;
    padding: 5px 12px 7px 12px;
}

.tl-intro {
    font-size: 14px;
    margin: 40px 0 25px;
}

.tl-intro p {
    line-height: 1.5em;
}

.tl-intro p:not(:last-child) {
    margin-bottom: 10px;
}

.landing-events {
    margin: 50px 0;
}

.landing-events .course-list {
    margin-top: 30px;
}

.course-list .cl-item {
    border: 1px solid #ccc;
}

.landing-organiser {
    margin: 50px 0;
}

.org-list-item {
    margin: 40px 0 50px;

}

.org-list-item:last-child {
    margin: 0;
}

.org-list-inner img {
    float: right;
    width: 22%;
    margin: 0 0 30px 30px;
}

.org-list-buttons {
    margin-top: 30px;
}

.org-list-buttons .btn+.btn {
    margin-left: 12px;
}

@media screen and (max-width: 1000px) {
    .org-list-inner img {
        width: 28%;
    }
}

@media screen and (max-width: 750px) {
    .org-list-inner img {
        width: 34%;
    }
}

@media screen and (max-width: 600px) {
    .org-list-inner img {
        width: 40%;
        margin: 0 0 25px 25px;
    }
}

@media screen and (max-width: 440px) {
    .org-list-inner img {
        float: none;
        margin: 25px 0;
        width: 50%;
    }
}


@media screen and (max-width: 480px) {
    .org-list-buttons .btn {
        width: 100%;
        margin: 20px 0 0;
        text-align: center;
    }

    .org-list-buttons .btn+.btn {
        margin: 20px 0 0;
    }

    .org-list-buttons .btn:first-child {
        margin-top: 0;
    }


}


.event-catblock {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    padding: 20px 25px;
}

.event-catblock + .event-catblock { border-top:none; }

.event-catblock:first-of-type,
.event-catblock.first { margin-top:50px; }
.event-catblock:last-of-type { margin-bottom:50px; }
.event-catblock:last-child { margin-bottom:0; }


.ecb-img {
    flex: 0 0 250px;
}



.ecb-img img {
    margin:0;
    max-height: 140px;
}

@media screen and (max-width: 850px) {
    .ecb-img {
        flex: 0 0 200px;
    }

    .ecb-img img {
        max-height: 120px;
    }
    
 }


.ecb-info {
    margin-left:30px;
}

@media screen and (max-width: 750px) {
    .event-catblock {
        display: block;
    }

    .ecb-img {
        margin:0 0 30px;
    }

    .ecb-info {
        margin: 0;
    }
 }

 @media screen and (max-width: 440px) {
    .ecb-img img {
        max-height: 100px;
    }
    
 }


.ecb-info h4,
.ecb-info h5,
.ecb-info h6 {
    margin-bottom: 10px;
}