html {
    overflow-x: hidden;
}


h1 {
    margin: 1rem 0rem;
    font-size: 35px;
    line-height: 1.1em;
    font-family: 'Open Sans', sans-serif;
}

h2 {
    margin: 1rem 0rem;
    font-size: 20px;
    line-height: 1.15em;
    font-weight: bold;
}

h3 {
    margin: 1rem 0rem;
    font-size: 1.65em;
    line-height: 1.25em;
}

h4 {
    margin: 1rem 0rem;
    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;
}

p {
    margin: 1rem 0rem;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
}

p.heavy_text {
    font-family: 'Passion One';
    font-weight: normal;
    font-size: 20px;
}

.notice {
    clear: both;
    padding: 10px 15px;
    margin-bottom: 45px;
    background-color: #ededed;
}

.notice a {
    text-decoration: underline;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child {
    margin-top: 0px;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
    margin-bottom: 0px;
}

label {
    font-weight: normal;
}

.website_overlay {
    position:absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
}

/*--------------------------------------------*/

a:link,
a:active,
a:visited {
    text-decoration: none;
    color: #004b5e;
}

a:hover {
    text-decoration: none;
    color: #ff395e;
}

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;
}

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;
}

.btn_block {
    clear: both;
    display: block;
    float: none;
}

a.link_block {
    clear: both;
    position: relative;
    display: block;
    margin-top: 5px;
    padding: 8px 15px;
    text-decoration: none;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

a.link_block:hover {
    background: transparent url("../../images/rgba0-0-0-0.1.png");
    background-color: rgba(0, 0, 0, 0.1);
}

a.link_block .glyphicon-chevron-right,
a.link_block_lg .glyphicon-chevron-right,
a.link_block_md .glyphicon-chevron-right,
a.link_block_sm .glyphicon-chevron-right,
a.link_block_xs .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -0.5em;
}

.btn-default {
    background-color: white;
    background-image: none;
    border-color: #004b5e;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background-color: #005d74;
    color: white;
}

.btn-primary {
    background-color: #ff395e;
    background-image: none;
    border-color: #ff395e;
    color: white !important;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active {
        color: white;
        background-color: #d31438;
        border-color: #d31438;
    }

.btn-success {
    background-image: none;
    background-color: #00b181;
    border-color: #00b181;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background-color: #008762;
}

.pagination > li > a {
    color: #00b6b0;
}

.pagination > .active > a,
.pagination > .active > span
{
    background-color: #00b6b0;
    border-color: #00b6b0;
} 


/*--------------------------------------------*/

.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;
}

.popover {
    min-width: 300px;
}

/*--------------------------------------------*/

.container {
    width: 100%;
}

.spacing {
    margin-top: 15px;
    margin-bottom: 15px;
}

.spacing_top {
    margin-top: 15px;
}

.spacing_bottom {
    margin-bottom: 15px;
}

.padding {
    padding-left: 15px;
    padding-right: 15px;
}

.padding_left {
    padding-left: 15px;
}

.padding_right {
    padding-right: 15px;
}

.padding_top {
    padding-top: 15px;
}

.padding_bottom {
    padding-bottom: 15px;
}

.nopadding {
    padding: 0px;
}

.nopadding_right {
    padding-right: 0px;
}

.nopadding_left {
    padding-left: 0px;
}

/*--------------------------------------------*/

.push_right {
    float: right;
}

.push_left {
    float: left;
}

/*--------------------------------------------*/

img.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 4px;
    display: block;
}

img.aligncenter {
    text-align: center;
    margin: 1em auto 5px auto;
    clear: both;
    display: block;
}

img.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 4px;
    display: block;
}

img.fullwidth {
    margin: 0px;
    display: block;
}

img.drop_shadow {
    border: 1px solid #AAAAAA;
    -webkit-box-shadow: 5px 5px 5px #AAAAAA;
    -moz-box-shadow: 5px 5px 5px #AAAAAA;
    box-shadow: 5px 5px 5px #AAAAAA;
}

/*--------------------------------------------*/

.section {
    padding-bottom: 50px;
    padding-top: 50px;
}

.section header {
    margin-bottom: 25px;
}

/*--------------------------------------------*/

[data-twttr-id] .twitterborderhide {
    position: relative;
    top: -6px;
    border-top: 1px solid #fff;
}

/*-----------------------------------------------------------------------------------------------*/

html {
    font-size: 16px;
}

body {
    margin: 0px;
    color: #000000;
    background-color: white;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5em;
    font-family: Helvetica, Arial, Sans-Serif;
}

#page {
    min-height: 100vh;
}

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);
}

/*-----------------------------------------------------------------------------------------------*/

#cookie_bar {
    position: relative;
    z-index: 4000;
    padding-top: 7px;
    width: 100%;
    min-height: 49px;
    text-align: center;
    font-size: 14px;
    line-height: 34px;
    box-shadow: 0px 2px 11px 2px rgba(0,0,0,0.4);
    background-color: #004b5e;
}

#cookie_bar .cookie_prompt {
    margin-right: 30px;
}

#cookie_bar .coloured-button {
    margin-top: 0;
    padding: 0 20px;
}

/*-----------------------------------------------------------------------------------------------*/

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 7px;
    z-index: 9999;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 34px;
    background: #004b5e;
    color: #fff;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    transition: background .5s ease;
}

    #back-to-top:hover {
        background: #ff395e;
    }

#back-to-top.show {
    opacity: 1;
}

/*-----------------------------------------------------------------------------------------------*/

#header {
    padding: 18px 0px;
    height: 126px;
}

#header .container {
    position: relative;
}

#header .logo {
    display: block;
    float: left;
    line-height: 0px;
    margin-left: 57px;
}

#header .logo img {
    height: 90px;
    width: auto;
}


    #header .logo_text {
        font-size: 20px;
        font-weight: bold;
        margin-top: 28px;
        margin-left: 10px;
        display: inline;
        font-weight: bold;
        color: #004b5e;
    }

    #header .header-actions {
        float: right;
        margin-bottom: 6px;
        display: flex;
        margin-right: 37px;
        margin-top: 13px;
    }

#header .header-actions a {

}

#header .header-actions a.open-search {
    color: #004b5e;
}


#header .header-actions a.open-search:hover {
    color: #ff395e;
}

.search_header {
    margin-right: 25px;
    margin-top: 7px;
}


#content {
    margin-top: 30px;
}

/*-----------------------------------------------------------------------------------------------*/

.lower_banner {
    background-attachment: fixed;
    position: absolute;
    right: 0;
    width: 80%;
    height: 1000px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 20;
}

.lower_banner .container {
    position: relative;
    height: 100%;
    text-align: center;
}

.lower_banner .container h1,
.lower_banner .container p,
.lower_banner .container span {
    display: none !important;
    position: absolute;
    display: block;
    margin: 0px;
    padding: 8px 15px;
    left: 15px;
    bottom: 20px;
    max-width: 90%;
    color: #FFFFFF;
    font-size: 2em;
    line-height: 1.1em;
    background: rgba(0,0,0,0.7);
}

.lower_banner .image_upload_instructions {
    z-index: 999;
}

/*-----------------------------------------------------------------------------------------------*/

.breadcrumb {
    padding: 0px;
    background-color: transparent;
}

.breadcrumb > li + li:before {
    color: #000000;
}

.breadcrumb > .active {
    color: #000000;
}

/*-----------------------------------------------------------------------------------------------*/

.expandable {
    clear: both;
    margin-bottom: 15px;
}

.expandable_heading .expandable_title {
    margin: 0px;
    color: #FFFFFF !important;
    text-align: center;
}

.expandable_heading .expandable_title a {
    display: block;
    padding: 10px;
    color: #FFFFFF !important;
    text-decoration: none;
}

.expandable_heading .expandable_title a.collapsed {
    background: none;
}

.expandable_heading .expandable_title a,
.expandable_heading .expandable_title a.collapsed:hover {
    background: transparent url("../../images/rgba0-0-0-0.2.png");
    background: rgba(0, 0, 0, 0.2);
}

.expandable_heading .expandable_title .glyphicon {
    float: right;
    transition: transform 0.5s;
    transform: rotate(180deg);
}

.expandable_heading .expandable_title .collapsed .glyphicon {
    transform: rotate(0deg);
}

.expandable_collapse {
    overflow: hidden;
}

.expandable_body {
    padding: 15px;
    font-size: 0.9em;
}

.expandable_body h3.media-heading a {
    color: #000000;
}

/*--------------------------------------------*/

.editable_expandable {
    clear: both;
    margin: 15px 0px;
}

.editable_expandable .expandable_heading,
.editable_expandable .expandable_heading .expandable_title,
.editable_expandable .expandable_heading .expandable_title a {
    background: #F1F1F1 !important;
    color: #444444 !important;
}

.editable_expandable .expandable_heading {
    padding: 10px;
}

.editable_expandable .expandable_heading h4 {
    margin: 0px;
}

.editable_expandable .expandable_title {
    text-align: left;
}

.editable_expandable .expandable_body {
    font-size: 1em;
    border: 1px dashed #CCCCCC;
}

.editable_expandable .expandable_body > :first-child {
    margin-top: 0px;
}

/*--------------------------------------------*/

.master_lower .editable_expandable .expandable_heading,
.lmeditor_inline .editable_expandable .expandable_heading {
    padding: 0px;
}

.master_lower .editable_expandable .expandable_body,
.lmeditor_inline .editable_expandable .expandable_body {
    border: none;
}

/*-----------------------------------------------------------------------------------------------*/

#footer {
    margin-top: 50px;
    padding: 30px 0 20px 0px;
    color: #004b5e;
    font-size: 0.8em;
    margin-top: 0;
    border-top: 10px solid #004b5e;
    text-align: center;
    position: relative;
}

.page_home #footer {
}

.page_home #footer .footer_left_bar {
    display: none;
}

#footer .footer_separator {
    padding: 0px 15px;
}

#footer .logo img {
    height: 100px;
    width: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

#footer .footer_social_media {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 101%;
    padding-top: 40px;
    background-color: #004b5e;
    z-index: 100;
}

#footer .footer_social_media i {
    display: none;
    color: white;
    margin-bottom: 20px;
    display: block;
    font-size: 15px;
}

.footer_right_bar {
    position: absolute;
    top: -10px;
    right: 0;
    width: 50px;
    height: 100%;
    background-color: white;
    z-index: 20;
}

.footer_left_bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 52px;
    height: 101%;
    background-color: white;
    z-index: 20;
}

/*-----------------------------------------------------------------------------------------------*/

.sitemap {
    text-align: center;
    margin: 0 50px;
    margin-bottom: 20px;
}

    .sitemap .sitemap_heading a {
        color: #a7a7a7;
        display: block;
        padding-bottom: 15px;
        text-decoration: none;
    }

    .sitemap .sitemap_content {
        width: 100%;
        text-align: left;
    }

    .sitemap .sitemap_content .container {
        max-width: 1170px;
    }

        .sitemap .sitemap_content a {
            color: #a7a7a7;
        }

        .sitemap .sitemap_heading a:hover,
        .sitemap .sitemap_content .landing_pages a:hover,
        .sitemap .sitemap_content .sub_pages a:hover {
            color: #ff395e;
            text-decoration: none;
        }

        .sitemap .sitemap_content .landing_pages {
            line-height: normal;
            display: flex;
            justify-content: space-between;
            border-top: 1px solid #d0d0d0;
            border-bottom: 1px solid #d0d0d0;
            padding: 15px 0;
        }

        .sitemap .sitemap_content a.landing_page {
            color: #a7a7a7;
            font-size: 16px;
        }

        .sitemap .sitemap_content ul {
            margin-top: 20px;
        }

        .sitemap .sitemap_content li {
            margin: 8px 0;
            font-size: 13px;
        }

/*-----------------------------------------------------------------------------------------------*/