﻿
.module_inline_title {
    margin: 0px;
    color: #000000;
    font-weight: normal;
    font-size: 1.25em;
    line-height: 1.25em;
}

    .module_inline_title a,
    .module_inline_title a:active,
    .module_inline_title a:visited,
    .module_inline_title a:link {
        color: #000000;
    }

        .module_inline_title a:hover {
            color: #0c4752;
        }

.module_inline_metadata {
    margin: 0.6em 0;
    font-weight: lighter;
}

    .module_inline_metadata + .module_inline_title,
    .module_inline_title + .module_inline_metadata {
        margin-top: 4px;
    }

.module_inline_content {
    margin-top: 10px;
}

/*-----------------------------------------------------------------------------------------------*/

.module_listing_container + .module_listing_container {
    margin-top: 15px;
}

.module_listing {
    background-color: #f3f3f3;
    border-bottom: 3px solid #922782;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    min-height: 35vh;
}

    .module_listing:hover .module_listing_image img {
        transform: scale(1.1);
    }

.module_listing_image {
    overflow: hidden;
    text-align: center;
}

    .module_listing_image a {
        display: inline-block;
        line-height: 0px;
        width: 100%;
    }

    .module_listing_image img {
        width: 100%;
        max-height: 250px;
        height: 250px;
        object-fit: cover;
        transition: all .5s ease;
    }

.module_listing_title {
    margin: 5px 0px 0;
    color: #922782;
    font-weight: normal;
    font-size: 1.6em;
    line-height: 1.2em;
}

    .module_listing_title a,
    .module_listing_title a:active,
    .module_listing_title a:link,
    .module_listing_title a:visited {
        color: #922782;
    }

        .module_listing_title a:hover {
            color: #0c4752;
        }

.module_listing_metadata {
    margin: 0px;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.3em;
}

    .module_listing_metadata + .module_listing_title,
    .module_listing_title + .module_listing_metadata {
        margin-top: 4px;
    }

.module_listing_content,
.module_listing_content:last-child {
    padding: 1em;
    margin-top: -1.5em;
    z-index: 2;
    position: relative;
}

.image_True .module_listing_content {
    margin-top: -5.5em;
}

.module_listing_top {
    margin-top: -35px;
    margin-left: -1px;
    width: 101%;
    position: relative;
    z-index: 1;
}

.module_listing_subheading {
    font-size: 18px;
}

/*-----------------------------------------------------------------------------------------------*/


.module_article_header {
    position: relative;
    /*padding: 0 1em 3em;*/
    overflow: hidden;
    border-radius: 30px 30px 0 0;
    border-bottom: 3px solid #922782;
}

    .module_article_header img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        z-index: -1;
    }

.module_article_title {
    margin-bottom: 24px;
}

.module_article_header .module_article_title,
.module_article_header .module_article_subheading,
.module_article_header .module_article_metadata {
    background-color: #fff;
    padding: .5em;
    border-radius: 15px;
    width: fit-content;
}

.module_article_metadata {
    margin-bottom: 24px;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.3em;
}

/*.module_article_header .module_article_title {
    background-color: #922782;
    color: #fff;
    padding: .5em;
    border-radius: 15px;
    width: fit-content;
}*/

.module_article_title + .module_article_metadata {
    margin-top: -18px;
}

.module_article_image.copy {
    display: none;
    margin-bottom: 20px;
    max-width: 290px;
    max-height: 290px;
    overflow: hidden;
}

.module_article_image.sidebar {
    margin-top: 50px;
}

.module_article_image img {
    max-width: 100%;
}

.module_article_read_other {
    margin-top: 10px;
    font-weight: bold;
}

.module_article_comments {
    margin-top: 30px;
}

.module_article_related_links {
    margin-top: 30px;
    margin-bottom: -20px;
}

    .module_article_related_links h2 {
        margin-bottom: 20px;
    }

    .module_article_related_links .related_link {
        margin-bottom: 20px;
    }


/*-----------------------------------------------------------------------------------------------*/

.block_image img {
    transition: all .5s ease;
}

.block_image:hover img {
    transform: scale(1.1);
}

.block_image p, .block_image a, .block_image img {
    width: 100%;
    height: 100%;
}



/*-----------------------------------------------------------------------------------------------*/

#association-widget {
    /* width: fit-content;*/
}

.association-widget .logo {
    height: 10vh;
}

    .association-widget .logo img {
        height: 100%;
        width: 100%;
        max-width: 250px;
        object-fit: contain;
    }

/*-----------------------------------------------------------------------------------------------*/
/* Calendar */
.calendar {
    margin: 15px 0;
}

.calendar_day_label {
    font-weight: bold;
    color: #999999;
}

.calendar_week {
    clear: both;
}

.calendar_day {
    float: left;
    width: 14.28%;
}

.other_month.calendar_day {
    opacity: 0.6;
}

.calendar_day_today {
    background: #d0eab6;
}

.calendar_day_inner {
    position: relative;
    border: 1px solid #DDDDDD;
    padding: 7px;
    margin: 1px;
    min-height: 100px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.calendar_day_number {
    position: absolute;
    top: 7px;
    right: 7px;
    color: #666666;
}

.calendar_day_saturday .calendar_day_inner,
.calendar_day_sunday .calendar_day_inner {
    background: #EFEFEF;
}

/*-----------------------------------------------------------------------------------------------*/
/* Data Pager */

.data_pager a,
.data_pager .data_pager_button {
    padding: 5px;
    background-color: #eef;
    border: 1px solid #bbb;
    margin: 0 2px;
}

.data_pager .data_pager_first {
    margin-left: 0;
    background-color: transparent;
    border: 0;
}

.data_pager .data_pager_last {
    margin-right: 0;
    background-color: transparent;
    border: 0;
}

.data_pager .data_pager_current {
    background-color: #f9f9f9;
}

.data_pager a.aspNetDisabled.data_pager_button {
    text-decoration: none;
    color: inherit;
}

.page_content .pagination .active a {
    color: #FFFFFF;
    background-color: #2C467D;
    border-color: #2C467D;
}

.pagination > .active > a, .pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #922782;
    border-color: #922782;
}

.pagination > li > a,
.pagination > li > span,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #922782;
}

/*-----------------------------------------------------------------------------------------------*/
/* REVIEWS */
.review_box {
    background: #eff1f7;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZjFmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #eff1f7 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eff1f7), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #eff1f7 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #eff1f7 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #eff1f7 0%, #ffffff 100%);
    background: linear-gradient(top, #eff1f7 0%, #ffffff 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

    .review_box > div {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .review_box .review_name {
        font-size: 1.2em;
        padding-top: 3px;
        display: block;
    }

    .review_box .review_number a {
        color: #A2A2A2;
    }

    .review_box .review_date {
        font-size: 0.8em;
        color: #8B867A;
        white-space: nowrap;
    }

    .review_box .review_comment {
        margin: 7px 0;
        font-size: 0.9em;
        line-height: 1.4em;
    }

    .review_box blockquote, blockquote {
        margin: 1em 3em;
        color: #999;
        border-left: 2px solid #999;
        padding-left: 1em;
        font-style: italic;
    }

        .review_box blockquote .quote_name,
        blockquote .quote_name {
            font-style: normal;
            color: #777;
        }

    .review_box .review_rating {
        float: right;
        font-weight: bold;
    }

    .review_box .review_rate {
        float: right;
        display: block;
        padding-right: 15px;
    }

    .review_box .quoteLink {
        float: right;
        font-size: 0.8em;
        background: url('../images/quote.png') center right no-repeat;
        padding-right: 15px;
        color: #A2A2A2;
    }

    .review_box .review_rating_good {
        color: #67A851;
    }

    .review_box .review_rating_neutral {
        color: #8B867A;
    }

    .review_box .review_rating_bad {
        color: #CF2929;
    }

/*-----------------------------------------------------------------------------------------------*/
/* TABLES */

.tabledefault {
    width: 100%;
    border-collapse: collapse;
}

    .tabledefault th {
        padding: 3px;
        font-weight: bold;
        background-color: #DFDFDF;
        border-bottom: solid 2px #CCCCCC;
        border-right: solid 1px #CCCCCC;
    }

    .tabledefault tr:hover td {
        background: #DFDFDF;
    }

    .tabledefault td {
        padding: 8px;
        background-color: #EFEFEF;
        border-bottom: 1px solid #FFFFFF;
        border-top: 1px solid transparent;
    }

.table > tbody > tr:first-of-type > td{
    border:none!important;
}

.table > tbody > tr > td {
    border-color: #dbc3d8;
    vertical-align: top;
    padding: 1em;
    background-color: #fcfcfc;
}

    .table > tbody > tr > td:first-of-type {
        font-weight: bold;
        color: #922782;
    }

    table.styled td {
        vertical-align: top;
        padding: 1em;
    }

table.gallery img {
    height: 25vh;
    object-fit: cover;
    object-position: top;
}

/*-----------------------------------------------------------------------------------------------*/

.social_share {
    float: right;
    color: #999999;
    white-space: nowrap;
}

    .social_share ul {
        display: inline;
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

        .social_share ul li {
            display: inline;
            margin: 0px 0px 0px 2px;
        }

/*-----------------------------------------------------------------------------------------------*/

.feature_row h1 {
    font-size: 2.3em;
}

.feature_row img {
    max-width: 100%;
}

.feature_row .media-left img {
    max-width: none;
}

.feature_row .btn-default {
    float: right;
}

.feature_row .feature_column {
    border-right: 1px solid #D8D8D8;
}

    .feature_row .feature_column:last-child {
        border-right: none;
    }


/*-----------------------------------------------------------------------------------------------*/

.alert {
    background: #922782;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 10px;
}

    .alert a {
        color: #fff;
    }

        .alert a:hover {
            color: #f3f3f3;
        }

/*-----------------------------------------------------------------------------------------------*/

.columnised_nav hr.spacer {
    margin-top: 15px;
    margin-bottom: 15px;
}

.navigation_row {
    color: #000000;
    font-weight: 600;
    font-size: 0.9em;
}

    .navigation_row h2 {
        margin-top: 0px;
        font-weight: 600;
    }

    .navigation_row img {
        max-width: 100%;
        height: auto !important;
    }

    .navigation_row p:last-child {
        margin-bottom: 14px;
    }

/*-----------------------------------------------------------------------------------------------*/

/*.profile_pending_notice {
    padding: 10px 15px;
    color: #FFFFFF;
    background: #0072AA;
}*/

.profile_progress {
    height: 25px;
    margin-bottom: 20px;
    border: 1px solid #2c547a;
    background: #2c547a;
}

.profile_progress_bar {
    background: url("../../images/progress.jpg") repeat-x;
    height: 100%;
    border: 1px solid #5384b2;
    width: 0;
    position: relative;
    -webkit-box-shadow: 4px 0px 5px -2px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 4px 0px 5px -2px rgba(0, 0, 0, 0.55);
    box-shadow: 4px 0px 5px -2px rgba(0, 0, 0, 0.55);
}

.profile_progress_percent {
    padding: 2px 6px;
    background: #8B1B29;
    color: #fff;
    position: absolute;
    top: 29px;
    left: 100%;
    text-align: center;
    margin-left: -15px;
    font-family: Arial, sans-serif;
}

    .profile_progress_percent:after {
        content: " ";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 5px 10px 5px;
        border-color: transparent transparent #8B1B29 transparent;
        position: absolute;
        margin-left: -5px;
        top: -5px;
        left: 50%;
    }

/*---------------------------------------------------------------*/
/* Member Certificate */

#cert_container {
    height: 1350px;
    padding: 20px 50px;
    position: relative;
    width: 950px;
}

    /* Header */

    #cert_container header img {
        margin-right: 40px;
        width: 120px;
    }

    #cert_container header h1 {
        color: rgb(51, 153, 102);
        font-size: 18pt;
        font-weight: bold;
        margin: 0 0 15px 0;
        text-transform: uppercase;
    }

    #cert_container header p {
        line-height: 1em;
        margin: 0;
    }

    #cert_container header small {
        font-size: 11pt;
        font-weight: bold;
        line-height: 0;
    }

    /* Body */

    #cert_container .spacer {
        margin: 60px 0;
    }

    #cert_container p {
        font-size: 14pt;
        line-height: 1.6em;
    }

    #cert_container img {
        width: 180px;
    }

    /* Footer */

    #cert_container footer {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
    }

        #cert_container footer p {
            line-height: 1em;
            margin: 0;
        }

        #cert_container footer small {
            font-size: 10pt;
            line-height: 0;
        }

        #cert_container footer .footer_spacer {
            padding: 0 10px;
        }

/*-----------------------------------------------------------------------------------------------*/

.widget_cards .cards {
    display: flex;
    gap: 15px;
    margin: 20px 0;
}

    .widget_cards .cards .card {
        flex: 1 1 0px;
        padding: 15px;
    }

.widget_cards[data-color="offwhite"] .card {
    background: var(--offwhite);
}

/*.widget_cards[data-color="warmgrey"] .card {
    background: var(--warm-grey);
}*/

.widget_cards[data-color="grey"] .card {
    background: #F1F1F1;
}

    .widget_cards[data-color="grey"] .card h1,
    .widget_cards[data-color="grey"] .card h2,
    .widget_cards[data-color="grey"] .card h3,
    .widget_cards[data-color="grey"] .card h4,
    .widget_cards[data-color="grey"] .card h5,
    .widget_cards[data-color="grey"] .card h6,
    .widget_cards[data-color="grey"] .card p {
    }



.widget_cards[data-color="purple"] .card {
    background: #922782;
}

    .widget_cards[data-color="purple"] .card h1,
    .widget_cards[data-color="purple"] .card h2,
    .widget_cards[data-color="purple"] .card h3,
    .widget_cards[data-color="purple"] .card h4,
    .widget_cards[data-color="purple"] .card h5,
    .widget_cards[data-color="purple"] .card h6,
    .widget_cards[data-color="purple"] .card p {
        color: #fff;
    }


/*.widget_cards[data-color="light-blue"] .card h1,
    .widget_cards[data-color="light-blue"] .card h2,
    .widget_cards[data-color="light-blue"] .card h3,
    .widget_cards[data-color="light-blue"] .card h4,
    .widget_cards[data-color="light-blue"] .card h5,
    .widget_cards[data-color="light-blue"] .card h6,
    .widget_cards[data-color="light-blue"] .card p {
        color: var(--white);
    }*/

.widget_cards[data-dropshadow="true"] .card {
    box-shadow: rgba(0,0,0,0.1) 5px 5px 5px;
}

.widget_cards[data-borders="true"] .card {
    border-radius: 10px;
}

.widget_cards[data-amount="two"] .card.two,
.widget_cards[data-amount="three"] .card.two,
.widget_cards[data-amount="four"] .card.two {
    display: flex !important;
}

.widget_cards[data-amount="three"] .card.three,
.widget_cards[data-amount="four"] .card.three {
    display: flex !important;
}

.widget_cards[data-amount="four"] .card.four {
    display: flex !important;
}

.widget_cards .card a {
    color: #fff !important;
}

    .widget_cards .card a:hover {
        color: #337ab7 !important;
    }

.widget_cards .card .btn {
    background-color: #0a536e !important;
}

    .widget_cards .card .btn:hover, .widget_cards .card .btn:active {
        background-color: #138db9 !important;
        color: white !important;
    }



/* -- Forms -- */
.form-control, .input-group-addon {
    border: none;
    box-shadow: none;
    background-color: rgba(0,0,0,.04);
    border-bottom: 1px solid #922782;
    border-radius: 0;
}

    .form-control:focus {
        border-color: #1eb9a6;
        box-shadow: none;
    }



.btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.dropdown-menu {
    border-radius: 0;
}

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        background-image: none;
        background-color: #f3f3f3;
    }



/*-----------------------------------------------------------------------------------------------*/
/* COOKIE MODAL */

#cookieModal.modal {
    text-align: center;
    padding: 0 !important;
}

    #cookieModal.modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

    #cookieModal.modal .modal-backdrop.in {
        opacity: 0.75;
    }

    #cookieModal.modal h1,
    #cookieModal.modal h2,
    #cookieModal.modal h3,
    #cookieModal.modal h4,
    #cookieModal.modal a {
        color: #922782;
        font-weight: bold;
    }

        #cookieModal.modal a:focus,
        #cookieModal.modal a:hover {
            color: #666;
        }

    #cookieModal.modal .cookie_btn {
        position: relative;
        padding: 8px 15px;
        margin: 0;
        background: #922782;
        color: #fff !important;
        text-decoration: none !important;
        display: inline-block;
        border: 0;
        border-radius: 0;
        overflow: hidden;
        text-align: center;
        cursor: pointer;
        line-height: 1.2em;
        z-index: 1;
        transition: background 0.3s linear;
        -webkit-transition: background 0.3s linear;
        -moz-transition: background 0.3s linear;
        -o-transition: background 0.3s linear;
    }

        #cookieModal.modal .cookie_btn:focus,
        #cookieModal.modal .cookie_btn:hover {
            background: #666;
        }

        #cookieModal.modal .cookie_btn + .cookie_btn {
            margin: 0 0 0 15px;
        }

    #cookieModal.modal .modal-header {
        border-bottom: none;
        padding: 15px 15px 0;
    }

    #cookieModal.modal .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
        margin: 60px auto;
    }

        #cookieModal.modal .modal-dialog .modal-content {
            border-radius: 0;
            padding: 15px 15px 0;
        }

    #cookieModal.modal .modal-footer{
        border-top: none;
    }

    #cookieModal.modal .required_cookies {
        display: none;
    }

    #cookieModal.modal .switch {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 25px;
        margin: 0;
    }

        #cookieModal.modal .switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

    #cookieModal.modal .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

        #cookieModal.modal .slider:before {
            position: absolute;
            content: "";
            height: 17px;
            width: 17px;
            left: 4px;
            bottom: 4px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
        }

    #cookieModal.modal input:checked + .slider {
        background-color: #922782;
    }

    #cookieModal.modal input:focus + .slider {
        box-shadow: 0 0 1px #922782;
    }

    #cookieModal.modal input:checked + .slider:before {
        -webkit-transform: translateX(34px);
        -ms-transform: translateX(34px);
        transform: translateX(34px);
    }

    #cookieModal.modal .slider.round {
        border-radius: 34px;
    }

        #cookieModal.modal .slider.round:before {
            border-radius: 50%;
        }

    #cookieModal.modal .properties {
        font-size: 16px;
        font-weight: 700;
        margin: 15px 0 30px;
    }

        #cookieModal.modal .properties.plus,
        #cookieModal.modal .properties.minus {
            position: relative;
            padding: 0 0 0 30px;
        }

            #cookieModal.modal .properties.plus:before,
            #cookieModal.modal .properties.minus:before {
                position: absolute;
                top: -1px;
                left: 0;
                font-size: 1.5em;
            }

            #cookieModal.modal .properties.plus:before {
                content: "\2b";
            }

            #cookieModal.modal .properties.minus:before {
                content: "\2212";
            }

        #cookieModal.modal .properties span {
            color: #988a8a;
            font-weight: 400;
        }

    #cookieModal.modal input[type=submit].dark_btn:hover {
        background: transparent;
    }

/*-----------------------------------------------------------------------------------------------*/
