html {
    overflow-x: hidden;
}

p {
    font-size: 14px;
    line-height: 1.7em;
    margin: 0 0 15px;
}

h1 {
    margin: 0.5em 0;
    font-size: 30px;
    line-height: 1.5em;
    color: #4b939E;
}

h2 {
    margin: 14px 0px;
    font-size: 26px;
    line-height: 1.5em;
    color: #4b939E;
}

h3 {
    margin: 14px 0px;
    font-size: 22px;
    line-height: 1.5em;
    color: #4b939E;
}

h4 {
    margin: 14px 0px;
    font-size: 1.35em;
    line-height: 1.35em;
}

h5 {
    margin: 14px 0px;
    font-size: 1.2em;
    line-height: 1.4em;
}

h6 {
    margin: 14px 0px;
    font-size: 1.1em;
    line-height: 1.4em;
}

    h1:first-child,
    h2:first-child,
    h3:first-child,
    h4:first-child,
    h5:first-child,
    h6:first-child {
        margin-top: 0px;
    }

    h1:last-child,
    h2:last-child,
    h3:last-child,
    h4:last-child,
    h5:last-child,
    h6:last-child {
        margin-bottom: 0px;
    }

li {
    font-size: 14px;
}

a:link,
a:active,
a:visited,
.btn-link {
    text-decoration: none;
    color: #EC6158;
}

a:hover,
.btn-link:hover {
    text-decoration: none;
    color: #EC6158;
}

a.btn.btn-primary,
a.btn.btn-danger,
a.btn.btn-warning,
a.btn.btn-info,
a.btn.btn-success {
    color: white;
}

a.pdf,
a.word,
a.ppt,
a.video,
a.document,
a.audio {
    display: inline-block;
    padding-left: 22px;
}

a.pdf {
    background: url('../../images/pdf.png') left 2px no-repeat;
}

a.word {
    background: url('../../images/icon_doc.png') left 2px no-repeat;
}

a.ppt {
    background: url("../../images/icon_ppt.png") left 2px no-repeat;
}

a.video {
    background: url("../../images/icon_youtube.png") left 2px no-repeat;
}

a.document {
    background: url("../../images/icon_document.png") left 2px no-repeat;
}

a.audio {
    background: url("../../images/icon_audio.png") left 2px no-repeat;
}

a.external_link:after {
    position: relative;
    display: inline-block;
    content: "\e164";
    top: 1px;
    padding-left: 5px;
    font-weight: 400;
    font-style: normal;
    font-size: 0.9em;
    line-height: 1em;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#page a {
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

.search-box {
    display: inline;
}

.notice {
    clear: both;
    padding: 10px 15px;
    font-weight: 600;
    background-color: #D8D8D8;
}

.notice a {
    text-decoration: underline;
}

/*-----------------------------------------------------------------------------------------------*/

.clearer {
    clear: both;
    height: 0px;
    overflow: hidden;
    font-size: 0px;
    line-height: 0px;
}

.clear:after {
    content: " ";
    clear: both;
    display: block;
}

hr {
    height: 1px;
    overflow: hidden;
    color: #666666;
    border: none;
    background-color: #666666;
}

.nopadding {
    padding: 0 !important;
}

.nopadding_right {
    padding-right: 0 !important;
}

.nopadding_left {
    padding-left: 0 !important;
}

.push_right {
    float: right;
}

.push_left {
    float: left;
}

.spacer_bottom {
    margin-bottom: 15px;
}

img.alignright {
    display: block;
    float: right;
    margin-bottom: 15px;
    margin-right: 15px;
}

.sponsors-section img.alignright {
    margin-bottom: 4px;
    margin-left: 0;
}

img.alignleft {
    display: block;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
}

.sponsors-section img.alignleft {
    margin-bottom: 4px;
    margin-right: 0;
}

img.aligncenter {
    text-align: center;
    margin: 1em auto 5px auto;
    clear: both;
    display: block;
}

img.fullwidth {
    margin: 0px;
    display: block;
}

.section {
    padding-bottom: 50px;
    padding-top: 50px;
}

    .section header {
        margin-bottom: 25px;
    }

/* COLOUR SCHEME */

.red {
    color: #EC6158 !important;
}

.red-background {
    background: #EC6158 !important;
}

.teal {
    color: #4b939E !important;
}

.teal-background {
    background: #4b939E !important;
}

.teal-text {
    color: #4b939E !important;
}

.light-blue {
    color: #00b8d4 !important;
}

.light-blue-background {
    background-color: #00b8d4 !important;
}

.purple {
    color: #A296B4 !important;
}

.purple-background {
    background-color: #A296B4 !important;
}

.dark-purple {
    color: #7a629f !important;
}

.dark-purple-background {
    background-color: #7a629f !important;
}

/*-----------------------------------------------------------------------------------------------*/

html {
    font-size: 1em;
}

body {
    margin: 0px;
    color: #2e2e2e;
    font-family: 'Open Sans', Arial, Helvetica, Tahoma, Geneva, Verdana, Sans-Serif;
    font-size: 1em;
    line-height: 1.5em;
}

    body > form {
        margin: 0px;
    }

.blur {
    -webkit-filter: blur(7px);
    -moz-filter: blur(7px);
    filter: blur(7px);
}

.page_inset {
    padding: 30px;
    background-color: #FFFFFF;
    border: 1px solid rgba(156, 175, 176, 0.8);
}

/*-----------------------------------------------------------------------------------------------*/
/* Fullscreen Search */
.search-overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
}

.search-overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    text-align: center;
    margin: auto;
}

.search-overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

    .search-overlay .closebtn:hover {
        color: #EC6158;
    }

.search-overlay input[type=text] {
    height: 54px;
    padding: 15px;
    font-size: 18px;
    border: none;
    float: left;
    width: 300px;
    background: white;
}

    .search-overlay input[type=text]:focus {
        box-shadow: 0 0 10px #EC6158;
    }

.search-overlay a.search_button {
    float: left;
    padding: 15px 20px;
    background: #EC6158;
    color: #ffffff;
    font-size: 24px;
    border: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    transition: all .5s ease;
}

    .search-overlay a.search_button:hover {
        color: #4b939E;
    }

/*---------------------------------------------*/
/* Scroll to top button */

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    background: #EC6158;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: all .5s ease;
    opacity: 0;
}

    #back-to-top:hover {
        background: #4b939E;
    }

    #back-to-top.show {
        opacity: 1;
    }

/*---------------------------------------------*/

.search_box {
    position: absolute;
    right: 10px;
    top: 28px;
}

#header {
    padding: 1.5em 0px;
    background: transparent;
    background-color: #4b939E;
    z-index: 2;
}

    #header .container {
        position: relative;
        z-index: 2;
    }

    #header .logo {
        display: block;
        float: left;
        line-height: 0px;
    }

        #header .logo img {
            max-height: 100px;
        }

    #header .members-and-search {
        float: right;
        vertical-align: middle;
    }

        #header .members-and-search .coloured-button {
            border-radius: 2px;
            margin-right: 50px;
        }

.search_box .search-link {
    vertical-align: middle;
}

    .search_box .search-link > i {
        color: #fff;
        font-size: 1.5em;
        margin: 0 10px;
        transition: all .5s ease;
    }

        .search_box search-link:hover > i,
        .search_box .search-link > i:hover {
            color: #EC6158;
        }

#content {
    margin-top: 30px;
}

.page_home #content {
    position: relative;
    margin-top: -150px;
}

/*---------------------------------------------------------------------------------*/
/* HOMEPAGE */

.page_home .white-overlay {
    position: absolute;
    height: 125px;
    width: 100%;
    top: -100px;
    z-index: 1;
    background-image: url(../../images/banner-overlay-smaller.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.members_profile .white-overlay {
    position: relative;
    bottom: 125px;
    z-index: 0 !important;
}

.page_home .white-overlay > img {
    width: 100vw;
    max-width: 100%;
    height: 125px;
}

.intro-section {
    text-align: right;
    padding-top: 0;
    padding-bottom: 2em;
    z-index: 5;
    position: relative;
}

.intro-section .container {
    position: relative;
}

.intro-section .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}

.intro-section .col-xs-12:first-child {
    padding-right: 15px;
}

.home-surgeon-search {
    text-align: left;
}

.home-surgeon-search > h2 {
    font-size: 22px;
    margin-bottom: 0;
}

.home-surgeon-search input {
    color: #a4a4a4;
    background-color: #eeeeee;
    width: 70%;
    outline: none;
    border: none;
    padding: 10px 1em;
}

.home-surgeon-search input:focus {
    outline-style: solid;
    outline-color: #EC6158;
    outline-width: thin;
}

.home-surgeon-search a {
    display: inline-block;
    position: relative;
    left: -20px;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 50%;
    background-color: #EC6158;
    color: #fff;
    padding: 20px;
    vertical-align: middle;
}

.home-surgeon-search a > i {
    font-size: 40px;
    transition: all .5s ease;
}

.home-surgeon-search a:hover i {
    color: #4b939E;
}

.intro-section h1 {
    font-size: 2.2em;
}

.intro-section p {
    font-size: 13px;
}

.intro-section .coloured-button {
    font-size: 1.2em !important;
}

.columns-section {
    text-align: center;
    padding-top: 2em;
    padding-bottom: 2em;
}

.columns-section img {
    max-height: 50px;
    width: auto;
}

.columns-section a {
    color: #4b939E;
    transition: all 1s ease;
}

.columns-section a:hover {
    color: #EC6158;
}

.columns-section h3 {
    border-left: 1px solid grey;
}

.columns-section .first-col h3 {
    border: none;
}

.columns-section p {
    font-size: 13px;
    padding-right: 20px;
    padding-left: 20px;
}

/* INLINE MODULES SECTION */

.modules-section {
    padding: 0;
}

.modules-section .table_format {
    display: table;
    border-spacing: 15px 0;
    margin: 0px -55px;
}

.modules-section .table_format .col-sm-6 {
    float: none;
    display: table-cell;
    vertical-align: top;
    background: #eaeaea;
}

.modules-section .coloured-button:hover {
    opacity: 0.8;
}

.modules-section .col-xs-12:first-child {
    padding-left: 0;
    padding-right: 0;
}

.modules-section .col-xs-12:last-child {
    padding-left: 0;
    padding-right: 0;
}

.modules-section .learning-section,
.modules-section .news-events-section {
    background: #eaeaea;
    min-height: 102vh;
}

.modules-section .latest-news-article,
.modules-section .latest-learning-article {
    height: 300px;
    width: 100%;
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
}

.modules-section .latest-article-title {
    display: inline-block;
    color: #fff;
    font-size: 1.5em;
    padding: 10px 15px;
    font-weight: normal;
}

.latest-news-article .latest-article-title {
    background-color: #EC6158;
}

.latest-learning-article .latest-article-title {
    background-color: #a296b4;
}

.latest-news-article {
    background-image: url("../../../_userfiles/pages/images/news/news-article.png");
}

.latest-learning-article {
    background-image: url("../../../_userfiles/pages/images/learning/learning-article.png")
}

.latest-news-article .rss-icon {
    float: right;
}

.latest-news-article .rss-icon img {
    vertical-align: middle;
    max-height: 25px;
    margin-top: 10px;
    margin-right: 10px;
}

.latest-article-content {
    position: relative;
    margin-top: 2em;
    padding-left: 25px;
    color: #fff;
    height: 70%;
}

    .latest-article-content .coloured-button:link {
        font-size: 1.2em;
        padding: 3px 10px;
    }

    .latest-article-content p {
        display: block;
        margin: 15px 0;
    }

    .latest-article-content h3 {
        color: #fff;
        line-height: inherit;
        width: 80%;
        margin-top: 0;
        line-height: 28px;
        font-size: 20px;
    }

    .latest-article-content a.latest-article-link,
    .latest-article-content a.latest-article-link:active,
    .latest-article-content a.latest-article-link:visited {
        color: #fff;
        position: absolute;
        bottom: 0;
        right: 20px;
        transition: all .5s ease;
    }

        .latest-article-content a.latest-article-link:focus,
        .latest-article-content a.latest-article-link:hover {
            color: #EC6158 !important;
        }

.calendar-links {
    margin: 0 15px;
    padding: 10px 0;
    border-bottom: 1px solid grey;
    vertical-align: middle;
    text-align: center;
}

    .calendar-links .view-calendar,
    .calendar-links .view-this-month {
        color: grey;
        vertical-align: middle;
        line-height: 30px;
    }

.view-calendar img {
    max-height: 30px;
    margin-right: 5px;
    vertical-align: middle;
}

.calendar-links .separator {
    margin-left: 15px;
    margin-right: 15px;
}

.inline-events,
.inline-news {
    padding: 25px;
    padding-bottom: 60px;
}

    .inline-events .coloured-button:link,
    .inline-news .coloured-button:link {
        font-size: 1em;
        padding: 2px 15px;
    }

.article-container,
.article-container {
    display: block;
    margin-top: 1em;
}

    .article-container h2,
    .article-container h2 {
        color: #000;
        font-weight: bold;
        font-size: 15px;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .article-container h1 {
        font-size: 20px;
        line-height: 25px;
        font-weight: bold;
        margin-top: 13px;
        margin-bottom: 8px;
    }

    .article-container p {
        font-size: 13px;
        line-height: 20px;
    }

.inline-events .further-button:link,
.inline-news .further-button:link,
.inline-learning .further-button:link {
    float: right;
    display: block;
    margin-top: 5px;
    margin-bottom: 25px;
}

.inline-events .coloured-button {
    background-color: #00b8d4 !important;
}

.inline-events .article-container h1 {
    color: #00b8d4;
}

.inline-news .coloured-button {
    background-color: #4b939E !important;
}

.inline-news .article-container h1 {
    color: #4b939E;
}

.inline-learning .coloured-button {
    background-color: #A296B4 !important;
}

.inline-learning .article-container h1 {
    color: #A296B4;
}

.filter-links {
    padding: 10px 25px;
    border-bottom: 1px solid grey;
    vertical-align: middle;
}

    .filter-links p {
        margin-bottom: 5px;
    }

    .filter-links .coloured-button,
    .filter-links .coloured-button:link {
        padding: 2px 15px;
        background-color: #A296B4 !important;
        font-size: 1em;
        margin-bottom: 5px;
    }

.inline-learning .coloured-button,
.inline-learning .coloured-button:link {
    padding: 2px 10px;
    background-color: #A296B4 !important;
    font-size: 1em;
    margin-bottom: 5px;
}

.inline-learning {
    padding: 25px;
    padding-bottom: 60px;
    padding-top: 5px;
}

    .inline-learning .further-button {
        position: absolute;
        bottom: 20px;
        right: 25px;
    }

    .inline-learning .article-container {
        margin-top: 1.5em;
    }

/* SPONSORS SECTION */

.sponsors-section a.smoothscroll > img {
    color: #a4a4a4;
    width: auto;
    max-width: 40px;
    margin: 2em auto;
    transition: all .5s ease;
}

.sponsors-section h1 {
    color: #a4a4a4;
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 1.5em;
}

.sponsors-section img {
    max-width: 100%;
    height: auto;
}

/*-----------------------------------------------------------------------------------------------*/

.alert-bar {
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    background: #4b939E;
    color: #fff;
    padding: 5px 15px;
    position: fixed;
    text-align: center;
    gap: .5em;
    z-index: 1001;
}

    .alert-bar a {
        color: #fff;
        font-weight: bold;
    }

    .alert-bar .coloured-button {
        margin: 5px;
    }

/*-----------------------------------------------------------------------------------------------*/

.lower-banner {
    height: 200px;
    width: 100%;
    position: absolute;
    top: 50px;
    overflow: hidden;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
}

.lower-banner img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
}

.lower-banner .image_upload_instructions {
    top: 0;
    margin-top: 50px;
    z-index: 999;
}

#admin_navigation ~ #page .lower-banner {
    top: 99px;
}

.master_lower .white-overlay {
    position: absolute;
    top: 150px;
    height: 125px;
    width: 100%;
    background-image: url(../../images/banner-overlay-smaller.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.master_lower .white-overlay > img {
    width: 100vw;
    max-width: 100%;
    height: 125px;
}

.master_lower #admin_navigation ~ #page .white-overlay {
    top: 199px;
}

/*-----------------------------------------------------------------------------------------------*/
/*heritage timeline*/

.heritage_timeline {
    position: relative;
    background-color: #fff;
    padding: 30px 60px;
}

.heritage_timeline .heritage_timeline_desc {
    position: relative;
    padding: 30px 0;
    color: #002f56;
}

.heritage_timeline .heritage_timeline_desc h2 {
    color: #4b939E;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 25px;
    background: #4b939e;
    border: 0;
    outline: none;
    transition: opacity .2s;
    position: absolute;
    bottom: -225px;
    left: 0;
    z-index: 99;
    padding: 0;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 20px;
    background: #4b939e;
    border: none;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 25px;
    width: 50px;
    background: #266c77;
    margin-top: -3px;
    cursor: pointer;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 20px;
    background: #4b939e;
    border: none;
}

input[type=range]::-moz-range-thumb {
    border: none;
    height: 25px;
    width: 50px;
    border-radius: 0;
    background: #266c77;
    margin-top: -3px;
    cursor: pointer;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 50px;
    background: transparent;
    color: transparent;
    border: 0;
}

input[type=range]::-ms-fill-lower {
    background: #4b939e;
}

input[type=range]::-ms-fill-upper {
    background: #4b939e;
}

input[type=range]::-ms-thumb {
    border: none;
    height: 25px;
    width: 50px;
    background: #266c77;
    margin-top: 0;
    cursor: pointer;
}

input[type=range]::-ms-tooltip {
    display: none;
}

.heritage_timeline .heritage_item {
    padding: 0 20px;
}

.heritage_timeline .heritage_item:focus {
    outline: none;
}

.heritage_timeline #heritage_slider:before {
    position: absolute;
    content: "";
    background-color: #ec6158;
    height: 210px;
    width: calc(100% + 120px);
    border-bottom: 25px solid #4b939e;
    top: 15px;
    left: -60px;
}

.heritage_timeline .heritage_item .herit_img {
    position: relative;
    height: 200px;
    margin: 0 0 20px;
    overflow: hidden;
}

.heritage_timeline .heritage_item .herit_img img {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
}

.heritage_timeline .heritage_item .herit_img .herit_link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.heritage_timeline .heritage_item .herit_year {
    position: relative;
    color: #ec6158;
    padding: 20px 0;
    text-align: center;
    line-height: normal;
    font-size: 3.5em;
    font-weight: 700;
}

.heritage_timeline .heritage_item .herit_year:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    background-color: #4b939e;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
}

.heritage_timeline .heritage_item .herit_desc {
    position: relative;
    padding: 15px;
    background-color: #4b939e;
    color: #fff;
}

.heritage_timeline .heritage_item .herit_desc h1,
.heritage_timeline .heritage_item .herit_desc h2,
.heritage_timeline .heritage_item .herit_desc h3,
.heritage_timeline .heritage_item .herit_desc a,
.heritage_timeline .heritage_item .herit_desc ul li:before {
    color: #fff !important;
}

.heritage_timeline .heritage_item .herit_desc hr {
    background-color: #fff;
}

.heritage_timeline .prev_page,
.heritage_timeline .next_page {
    position: absolute;
    padding: 15px;
    color: #fff;
    font-size: 2em;
    cursor: pointer;
    top: 80px;
}

.heritage_timeline .prev_page {
    left: -50px;
}

.heritage_timeline .next_page {
    right: -50px;
}

/*-----------------------------------------------------------------------------------------------*/

.breadcrumb {
    padding: 0px;
    background-color: transparent;
    padding-bottom: 10px;
}

    .breadcrumb > li + li:before {
        color: #000000;
        content: "> ";
    }

    .breadcrumb > .active {
        color: #000000;
    }

/*-----------------------------------------------------------------------------------------------*/
/* Lower Page */

/*.master_lower #content p {
    font-size: 14px;
    line-height: 1.7em;
    margin: 0 0 15px;
}

.master_lower #content h2 {
    margin: 1em 0;
}*/

.lower-left-column {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
}

.lower-right-column {
    padding-right: 0;
    padding-left: 20px;
    margin-right: 0;
}

    .lower-right-column img {
        max-width: 100%;
        height: auto;
        max-height: 300px;
    }

.share-buttons-container {
    position: relative;
    bottom: 0;
    margin-top: 50px;
    padding-left: 30px;
}

ul.share-buttons {
    list-style: none;
    padding: 0;
}

    ul.share-buttons li {
        display: inline;
    }

    ul.share-buttons .sr-only {
        position: absolute;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px, 1px, 1px, 1px);
        padding: 0;
        border: 0;
        height: 1px;
        width: 1px;
        overflow: hidden;
    }

    ul.share-buttons img {
        width: 32px;
    }

/*----------------------------------------------------------------------------------------------*/

#footer {
    background-image: url(../../../_resources/images/footer-background.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #000;
    font-size: 10px;
    margin-top: 50px;
    padding: 0 0 15px 0;
}

.page_home #footer {
    margin-top: 20px;
}

#footer > .container {
    position: relative;
    padding-top: 60px;
    right: 0;
    height: 100%;
}

#footer .col-xs-12 {
    text-align: right;
    padding-right: 30px;
    padding-top: 15px;
}

    #footer .col-xs-12 p {
        padding: 0;
        margin: 0;
        line-height: normal;
    }

#footer .social-media-links {
    display: inline-block;
    margin-top: 30px;
    margin-right: 100px;
}

    #footer .social-media-links a {
        margin-right: 5px;
    }

#footer .links-container {
    display: inline-block;
    margin-top: 30px;
    font-size: 12px;
    float: right;
    text-align: right;
}

#footer .footer_item {
    padding: 0 0 0 10px;
}

#footer a {
    color: #000;
}

#footer .footer-logo {
    padding: 0;
    float: right;
}

.footer-logo img {
    display: inline-block;
}

/*-------------------------------- Editable panels ------------------------------------------------*/

.EA_panel .panel-heading {
    background-color: #4b939E !important;
}

.EA_panel .panel-title a {
    color: white !important;
}

.EA_panel {
    margin-bottom: 15px !important;
}

    .EA_panel .panel-body {
        color: #36454f !important;
        background-color: #F0F0F0 !important
    }


/*---------------------------------- General ----------------------------------------------*/

.margin_top {
    margin-top: 10px;
}

.container .container {
    padding: 0px !important;
}

.master_lower #content .lower_nav h2 {
    margin-top: 0px;
}

ul p {
    margin: 0 0 5px;
}

/*---------------------------------RHS Menu----------------------------------------*/

.rhs_menu ul {
    background-color: #EC6158;
}

.rhs_menu .side_menu ul li a {
    color: whitesmoke;
}

.rhs_menu .side_menu ul > li.active {
    background-color: rgba(0, 0, 0, 0.2);
}

    .rhs_menu .side_menu ul > li.active > ul > li.active > ul > li.active {
        background-color: rgb(151,62,56);
    }

/*----------------------------Educational Lower Pages-----------------------------*/

.event_item h1 {
    color: #4b939E !important;
    padding: 5px;
}

.event_item h2 {
    padding: 5px;
}

.event_item p {
    padding: 5px;
}
