#content {
    outline: none;
}

#product-page .product-details #enrolment-instruction {
    display: none;
}

#enrolment-instruction{
    padding: 20px;
    background-color: #ffffff;
    border-radius: 5px;
}

#enrolment-instruction h3{
    margin-top: 0;
    font-weight: 600;
    font-size: 20px;
}

#enrolment-instruction p{
    font-weight: 400;
    font-size: 16px;
}

#enrolment-instruction .hero-action{
    margin: 0;
}

@media only screen and (max-width: 768px) {
    #app-header {
        padding-bottom: 0;
    }
    #product-page #feature{
        padding-top: 0px;
    }
}

#product-page .product-details {
    padding-left: 30px;
    padding-right: 30px;
}

#product-page #description {
    padding-left: 15px;
    padding-right: 15px;
}

#product-page #description p {
    font-size:18px;
}

#product-page .hero-region.container {
    display: flex;
    flex-wrap: wrap;
}

#product-page .hero-region.container .col-md-6:first-child {
    min-height: 210px;
    flex: 1;
    margin-bottom: 10px;
    flex-basis: 50%;
}

#product-page .hero-region.container .product-image, #product-page .hero-region.container .image-container{
    height: 100%;
}

#product-page .hero-region.container .image-wrapper {
    height: 100%;
    width: 100%;
}

#product-page .hero-region.container .image-placeholder {
    display: none;
}

/* Hide RMIT Logos */
#product-page #description .product-account-logo{
    display: none;
}

/* Catalog Listing */
.product-link .product-description {
    font-size: 14px;
}
.product-link .product-heading p{
    margin-top: 3px;
}

.product-link .product-account-image-wrapper{
    display: none;
}

.product-link .product-image #enrolment-status {
    position: absolute;
    width: 100%;
    background: #000054;
    left: 0;
    bottom: 0;
    text-align: right;
    color: #ffffff;
}

.product-link .product-image #enrolment-status p{
    margin: 0;
    padding: 6px 10px;
    box-sizing: border-box;
    font-weight: 500;
}

@media only screen and (max-width: 768px) {
    #app-header .header-branding img {
        height: 40px;
    }
    
    #app-header .col-xs-12 {
        width: 50%;
    }
    
    .product-tile .product-description {
        height: auto;
        padding-bottom: 30px;
    }
}