﻿.page-body {
    /*padding-top: 10px;*/
    padding-left: 0;
    padding-right: 0;
}

.side-panel {
    padding: 1em;
    border-left: 5px solid #00193c;
    background-color: #eeee
}

    .side-panel li {
        margin-bottom: 10px;
        font-size: 0.8em;
    }

    .side-panel h2 {
        margin: 0 0 20px;
        font-size: 1.2em;
        line-height: 120%;
        max-width: 90%;
    }

.page-main > h2:first-child {
    margin-top: 0;
}

.side-panel h3 {
    font-size: 1em;
    margin: 0 0 10px 0;
    line-height: 120%;
}

.side-panel hr {
    margin: 20px 0;
}

.side-panel p {
    font-size: 0.8em;
}

.side-panel img {
    max-width: 100%;
    margin-bottom: 10px;
}

.side-panel ul {
    margin: 0;
    padding: 0 0 0 20px;
}

.myAlert {
    position: absolute;
    right: 25px;
    top: 0;
    font-weight: bold;
    color: #e60054;
    box-sizing: border-box;
    font-size: 1.7em;
}
aside.alert {
    position: initial;
}
.order-1 {
    margin-bottom: 1em;
}
/* Border colour styles */
.side-panel.default {
    border-left: 5px solid #00193c;
}

.side-panel.default .myAlert {
    color: #00193c;
}
.side-panel.pink {
    border-left: 5px solid #e60054;
}

.side-panel.pink .myAlert {
    color: #e60054;
}
.side-panel.gold {
    border-left: 5px solid #a57c00;
}

.side-panel.gold .myAlert {
    color: #a57c00;
}
.side-panel.black {
    border-left: 5px solid #000000;
}

.side-panel.black .myAlert {
    color: #000000;
}
.side-panel.green {
    border-left: 5px solid #017446;
}

.side-panel.green .myAlert {
    color: #017446;
}

/* On screens that are 992px or less */
@media screen and (max-width: 992px) {
    .page-side {
        margin-bottom: 1em;
    }
    div .col-lg-8.order-2.order-lg-1 > p:first-child {
        margin-top: 1em;
    }
    div.col-lg-8.order-2.order-lg-1 > div.slideshow-container {
        margin-top: 1em;
    }
}