﻿main {
    margin-top: 0 !important; 
}

.row {
    margin: 0 auto 0 !important;
}

@media screen and (min-width:769px) {
    .row {
        padding: 0 0;
    }
}

@media screen and (min-width:1441px) {
    .row {
        padding: 0 0;
    }
}

.courseBannerImage {
    width: 100%;
    min-height: 35vh;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    background-position: center center;
}

@media screen and (min-width:769px) {
    .courseBannerImage {
        min-height: 45vh;
    }
}

.courseIntro {
    padding-bottom: 2rem;
}

.courseTitle {
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}

.courseSummary {
    
}
.courseInfo {
   
}
.courseDesc{
    
}
.courseActionSection {
    
}
.courseActionPanel {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: White;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    z-index: 8888;
}

.courseActionPanel h3 {
    display: none;
}

.courseActionPanel .cost {
    width: 100%;
    padding: 1rem 0 1rem;
    margin: 0 auto;
    text-align: center;
}

.courseActionPanel button {
    width: 50%;
}
.addToBasketButton{

}
.sendAnEnquiry{

}
@media screen and (min-width:769px) {
    .courseActionPanel {
        position: relative;
        background: White;
        padding: 2rem 0 1rem;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .courseActionPanel h3 {
        display: block;
        width: 100%;
    }
    .courseActionPanel .cost {
        width: 100%;
        padding: 0;
        margin: 0 0 0.75rem;
        text-align: left;
    }
    .courseActionPanel button {
        width: auto;
        margin-bottom: 1rem;
        margin-right: 1rem;
    }
    .colTwoThirds {
        width: 66.666667% !important;
    }
    .colThird {
        width: 33.333333% !important;
    }
}