@charset "UTF-8";
html {
    overflow-x: hidden;
}
html #wpadminbar {
    overflow-y: auto;
    min-width: 0 !important;
}

body {
    overflow-x: hidden;
}

.scrollbar-ripe-malinka::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-ripe-malinka::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-ripe-malinka::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-image: -webkit-linear-gradient(330deg, #222222 0%, #b72026 100%);
    background-image: linear-gradient(120deg, #222222 0%, #b72026 100%);
}

.aligncenter, .alignleft, .alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none !important;
    margin: 0.5em auto 1em !important;
}

.alignright {
    float: right !important;
    margin: 0.5em 0 1em 1em !important;
}

.alignleft {
    float: left !important;
    margin: 0.5em 1em 1em 0 !important;
}

.size-thumbnail, .size-medium, .size-large, .size-full {
    max-width: 100%;
    height: auto;
}

.wp-caption img {
    display: inline;
}

.wp-caption-text {
    padding: 10px;
    color: #fff;
    background: #333333;
}

.btn-outline p {
    margin-bottom: 0px;
}

iframe {
    width: 100%;
}

.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
    padding-top: 5px;
}

/*font sizes*/
.font-size-small {
    font-size: small !important;
}

.font-size-smaller {
    font-size: smaller !important;
}

.font-size-xsmall {
    font-size: x-small !important;
}

.font-size-large {
    font-size: large !important;
}

.font-size-larger {
    font-size: larger !important;
}

.font-size-xlarge {
    font-size: x-large !important;
}

ul li {
    margin-bottom: 11px;
}

/*news dropdown selector*/
.nws-dropdown select {
    background: #e73446;
    padding: 5px;
    width: 100% !important;
    color: #fff;
    font-size: 20px;
    border: 13px solid #e73446;
    border-radius: 10px;
}

body.high-contrast .nws-dropdown select {
    background: #424142;
    border: 13px solid #424142;
}

.slider-category .col-lg-4 {
    flex: none;
    max-width: fit-content;
}
.slider-category .col-sm-6 {
    flex: none;
    max-width: fit-content;
}
.slider-category .col-12 {
    flex: none;
    max-width: fit-content;
}
.slider-category .slick-initialized .slick-slide {
    display: block;
    height: 100%;
}
.slider-category .slick-track {
    height: 450px;
}
.slider-category .slick-prev:before,
.slider-category .slick-next:before {
    font-size: 30px;
    line-height: 1;
}
.slider-category .slick-prev:before,
.slider-category .slick-next:before {
    font-family: "slick";
    font-size: 30px;
    line-height: 1;
}
.slider-category .slick-next {
    right: -10px;
}
.slider-category .slick-prev {
    left: -20px;
}
.slider-category .slick-dots {
    bottom: 50px;
    z-index: 10;
    padding-left: 15px;
    padding-top: 15px;
    position: relative !important;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
    .slider-category .slick-dots {
        bottom: 65px;
    }
}
@media only screen and (max-width: 768px) {
    .slider-category .slick-dots {
        bottom: 20px;
    }
}
.slider-category .slick-dots li {
    background: none;
    margin-bottom: 3px;
    margin-right: 3px;
}
.slider-category .slick-dots li.slick-active {
    border: none;
}
.slider-category .slick-dots li button {
    padding: 10px;
}
.slider-category .slick-dots li button:before {
    display: none !important;
}

body.high-contrast a {
    color: #ffffff !important;
}

body.high-contrast a:hover {
    color: #ffffff61 !important;
}

.sg-block-title .h1, .sg-block-title .h2, .sg-block-title .h3, .sg-block-title .h4, .sg-block-title .h5, .sg-block-title .h6, .sg-block-title h1, .sg-block-title h2, .sg-block-title h3, .sg-block-title h4, .sg-block-title h5, .sg-block-title h6 {
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 1152px) {
    .tp-buttons {
        width: 300px;
    }
}
.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
    font-size: 25px;
    line-height: 1 !important;
    margin: -8px 0 12px 0px !important;
}

input[type=button i] {
    margin-bottom: 0;
    color: #9e1e63;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 10px;
    border-width: 0px;
    border-color: #9e1e63;
    border-radius: 0px;
    border: 3px solid #9e1e63;
}

.gform_wrapper .gform_page_footer input.button {
    font-size: 1.3em;
}

.gform_wrapper .gsection {
    border-bottom: 8px solid #eae8e8;
}

.gform_wrapper h2.gsection_title {
    padding: 0px 0px 8px 0px !important;
}

.gform_wrapper .gform_page_footer .button.gform_previous_button {
    margin-bottom: 0;
    color: #9e1e63;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 10px;
    border-width: 0px;
    border-color: #9e1e63;
    border-radius: 0px;
    border-bottom: 3px solid #9e1e63;
    border-left: 3px solid #9e1e63;
}

.gform_wrapper .gform_page_footer {
    border-top: 8px solid #eae8e8;
}

.tp-buttons a {
    font-size: 15px;
    padding: 5px 8px;
}

p {
    font-size: 18px;
}

ol {
    font-size: 18px;
}

ul {
    font-size: 18px;
}

#datepicker {
    border: 5px solid #ccc;
    margin-top: 5px;
}

ul {
    font-size: 18px;
    list-style-type: square;
}

.blkwhatson figcaption h3 {
    font-weight: 700;
}

.published-date-post {
    border: 2px solid #025996;
    border-radius: 5px;
    padding: 5px 15px;
}

li::marker {
    color: #b72026 !important;
    font-size: 26px;
}

table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

table td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

table tr:nth-child(even) {
    background-color: #f2f2f2;
}

table tr:hover {
    background-color: #ddd;
}

table th {
    padding: 8px;
    text-align: left;
    background-color: #222222;
    padding: 12px;
    color: white;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: top !important;
}

table p {
    font-size: 16px;
}

table ul {
    font-size: 16px;
}

/* Make sure text on right doesn't go below dots on left */
.dot-outer {
    display: flex;
    align-items: stretch;
}

/* Add space around dots */
.dot-container {
    margin: 0 10px 20px 0;
}

/* Create dots */
.fc-dot-js,
.c-dot-js,
.sc-dot-js {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 2px;
}

/* Set dot colours */
.fc-dot-js {
    background: #DE000E;
}

.c-dot-js {
    background: #000EDE;
}

.sc-dot-js {
    background: #0E7800;
}

/* Add a border around the key */
.key-dot .dot-outer {
    margin-bottom: 20px;
    width: 250px;
    border: 1px solid #ccc;
    padding: 20px 20px 0;
}

/* Print Style Sheet */
@media print {
    body {
        background: white;
        color: black;
        margin: 0;
    }

    #header {
        display: none;
    }

    .toprow {
        display: none;
    }

    .hall-graphic {
        display: none;
    }

    .pre-banner {
        display: none;
    }

    #content {
        display: block;
    }

    .pg-content .main_tab_headers {
        display: none;
    }

    #tabs_docs_agendas {
        display: block;
    }

    #tabs_docs_minutes {
        display: block;
    }

    #comments {
        display: none;
    }

    #sidebar {
        display: none;
    }

    #footer {
        display: none;
    }
}
.sg-content-feature-full h2, .sg-content-feature-full h3, .sg-content-feature-full h4, .sg-content-feature-full h5, .sg-content-feature-full h6 {
    margin-bottom: 10px !important;
}

.lb-data .lb-details {
    margin-top: 10px;
}

.lb-data .lb-caption {
    font-size: 15px !important;
    color: #fff;
}

.lb-data .lb-number {
    font-size: 16px !important;
    color: #fff !important;
    padding-top: 10px;
}

#datepicker .ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable {
    background: #dfdada;
    color: #000000;
}

.scrollbar-ripe-malinka::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-ripe-malinka::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-ripe-malinka::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-image: -webkit-linear-gradient(330deg, #222222 0%, #b72026 100%);
    background-image: linear-gradient(120deg, #222222 0%, #b72026 100%);
}

.aligncenter, .alignleft, .alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none !important;
    margin: 0.5em auto 1em !important;
}

.alignright {
    float: right !important;
    margin: 0.5em 0 1em 1em !important;
}

.alignleft {
    float: left !important;
    margin: 0.5em 1em 1em 0 !important;
}

.size-thumbnail, .size-medium, .size-large, .size-full {
    max-width: 100%;
    height: auto;
}

.wp-caption img {
    display: inline;
}

.wp-caption-text {
    padding: 10px;
    color: #fff;
    background: #333333;
}

.btn-outline p {
    margin-bottom: 0px;
}

iframe {
    width: 100%;
}

.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
    padding-top: 5px;
}

/*font sizes*/
.font-size-small {
    font-size: small !important;
}

.font-size-smaller {
    font-size: smaller !important;
}

.font-size-xsmall {
    font-size: x-small !important;
}

.font-size-large {
    font-size: large !important;
}

.font-size-larger {
    font-size: larger !important;
}

.font-size-xlarge {
    font-size: x-large !important;
}

ul li {
    margin-bottom: 11px;
}

/*news dropdown selector*/
.nws-dropdown select {
    background: #e73446;
    padding: 5px;
    width: 100% !important;
    color: #fff;
    font-size: 20px;
    border: 13px solid #e73446;
    border-radius: 10px;
}

body.high-contrast .nws-dropdown select {
    background: #424142;
    border: 13px solid #424142;
}

.slider-category .col-lg-4 {
    flex: none;
    max-width: fit-content;
}
.slider-category .col-sm-6 {
    flex: none;
    max-width: fit-content;
}
.slider-category .col-12 {
    flex: none;
    max-width: fit-content;
}
.slider-category .slick-initialized .slick-slide {
    display: block;
    height: 100%;
}
.slider-category .slick-track {
    height: 450px;
}
.slider-category .slick-prev:before,
.slider-category .slick-next:before {
    font-size: 30px;
    line-height: 1;
}
.slider-category .slick-prev:before,
.slider-category .slick-next:before {
    font-family: "slick";
    font-size: 30px;
    line-height: 1;
}
.slider-category .slick-next {
    right: -10px;
}
.slider-category .slick-prev {
    left: -20px;
}
.slider-category .slick-dots {
    bottom: 50px;
    z-index: 10;
    padding-left: 15px;
    padding-top: 15px;
    position: relative !important;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
    .slider-category .slick-dots {
        bottom: 65px;
    }
}
@media only screen and (max-width: 768px) {
    .slider-category .slick-dots {
        bottom: 20px;
    }
}
.slider-category .slick-dots li {
    background: none;
    margin-bottom: 3px;
    margin-right: 3px;
}
.slider-category .slick-dots li.slick-active {
    border: none;
}
.slider-category .slick-dots li button {
    padding: 10px;
}
.slider-category .slick-dots li button:before {
    display: none !important;
}

body.high-contrast a {
    color: #ffffff !important;
}

body.high-contrast a:hover {
    color: #ffffff61 !important;
}

.sg-block-title .h1, .sg-block-title .h2, .sg-block-title .h3, .sg-block-title .h4, .sg-block-title .h5, .sg-block-title .h6, .sg-block-title h1, .sg-block-title h2, .sg-block-title h3, .sg-block-title h4, .sg-block-title h5, .sg-block-title h6 {
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 1152px) {
    .tp-buttons {
        width: 300px;
    }
}
.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
    font-size: 25px;
    line-height: 1 !important;
    margin: -8px 0 12px 0px !important;
}

.gform_wrapper .gform_page_footer input.button {
    font-size: 1.3em;
}

.gform_wrapper .gsection {
    border-bottom: 8px solid #eae8e8;
}

.gform_wrapper h2.gsection_title {
    padding: 0px 0px 8px 0px !important;
}

.gform_wrapper .gform_page_footer .button.gform_previous_button {
    margin-bottom: 0;
    color: #9e1e63;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 10px;
    border-width: 0px;
    border-color: #9e1e63;
    border-radius: 0px;
    border-bottom: 3px solid #9e1e63;
    border-left: 3px solid #9e1e63;
}

.gform_wrapper .gform_page_footer {
    border-top: 8px solid #eae8e8;
}

.tp-buttons a {
    font-size: 15px;
    padding: 5px 8px;
}

p {
    font-size: 18px;
}

ol {
    font-size: 18px;
}

ul {
    font-size: 18px;
}

#datepicker {
    border: 5px solid #ccc;
    margin-top: 5px;
}

ul {
    font-size: 18px;
    list-style-type: square;
}

.blkwhatson figcaption h3 {
    font-weight: 700;
}

.published-date-post {
    border: 2px solid #025996;
    border-radius: 5px;
    padding: 5px 15px;
}

li::marker {
    color: #b72026;
}

table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

table td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

table tr:nth-child(even) {
    background-color: #f2f2f2;
}

table tr:hover {
    background-color: #ddd;
}

table th {
    padding: 8px;
    text-align: left;
    background-color: #222222;
    padding: 12px;
    color: white;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: top !important;
}

table p {
    font-size: 16px;
}

table ul {
    font-size: 16px;
}

/* Make sure text on right doesn't go below dots on left */
.dot-outer {
    display: flex;
    align-items: stretch;
}

/* Add space around dots */
.dot-container {
    margin: 0 10px 20px 0;
}

/* Create dots */
.fc-dot-js,
.c-dot-js,
.sc-dot-js {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 2px;
}

/* Set dot colours */
.fc-dot-js {
    background: #DE000E;
}

.c-dot-js {
    background: #000EDE;
}

.sc-dot-js {
    background: #0E7800;
}

/* Add a border around the key */
.key-dot .dot-outer {
    margin-bottom: 20px;
    width: 250px;
    border: 1px solid #ccc;
    padding: 20px 20px 0;
}

/* Print Style Sheet */
@media print {
    body {
        background: white;
        color: black;
        margin: 0;
    }

    #header {
        display: none;
    }

    .toprow {
        display: none;
    }

    .hall-graphic {
        display: none;
    }

    .pre-banner {
        display: none;
    }

    #content {
        display: block;
    }

    .pg-content .main_tab_headers {
        display: none;
    }

    #tabs_docs_agendas {
        display: block;
    }

    #tabs_docs_minutes {
        display: block;
    }

    #comments {
        display: none;
    }

    #sidebar {
        display: none;
    }

    #footer {
        display: none;
    }
}
.lb-data .lb-details {
    margin-top: 10px;
}

.lb-data .lb-caption {
    font-size: 15px !important;
    color: #fff;
}

.lb-data .lb-number {
    font-size: 16px !important;
    color: #fff !important;
    padding-top: 10px;
}

#datepicker .ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable {
    background: #dfdada !important;
    color: #000000 !important;
}

#datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day {
    background-color: #025996 !important;
    color: #fff !important;
}

#datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td {
    background: #ccc !important;
}

#datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td a {
    color: #000000 !important;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

body .gform_wrapper .gform_footer input[type=submit] {
    border: 2px solid #222222;
    background: #ffffff;
    color: #222222;
    padding: 10px;
    border-radius: 3px;
}

body .gform_wrapper .gform_footer input[type=submit]:hover {
    border: 2px solid #cccccc;
    background: #ffffff;
    color: #cccccc;
    padding: 10px;
    border-radius: 3px;
}

.modal-content {
    border: 3px solid #ccc;
    outline: 0;
}
.modal-content .modal-header {
    background: #222222;
}
.modal-content .modal-footer {
    background: #222222;
}

body.high-contrast .modal-content {
    border: 3px solid #424142 !important;
    outline: 0;
}
body.high-contrast .modal-content .modal-header {
    background: #222222 !important;
}
body.high-contrast .modal-content .modal-footer {
    background: #222222 !important;
}

.gform_wrapper.gravity-theme .gfield_label {
    text-align: left !important;
    color: #222222;
}

.gform_wrapper.gravity-theme .ginput_complex label, .gform_wrapper.gravity-theme .ginput_complex legend {
    color: #222222;
    text-align: left;
}

.sg-post-excerpt.selection-excerpt {
    font-size: 14px;
    line-height: 20px;
}

.card-body .card-text {
    overflow: hidden;
    line-height: 20px;
    font-size: 14px;
}

.scrollbar-ripe-malinka::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-ripe-malinka::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-ripe-malinka::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-image: -webkit-linear-gradient(330deg, #222222 0%, #b72026 100%);
    background-image: linear-gradient(120deg, #222222 0%, #b72026 100%);
}

.aligncenter, .alignleft, .alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none !important;
    margin: 0.5em auto 1em !important;
}

.alignright {
    float: right !important;
    margin: 0.5em 0 1em 1em !important;
}

.alignleft {
    float: left !important;
    margin: 0.5em 1em 1em 0 !important;
}

.size-thumbnail, .size-medium, .size-large, .size-full {
    max-width: 100%;
    height: auto;
}

.wp-caption img {
    display: inline;
}

.wp-caption-text {
    padding: 10px;
    color: #fff;
    background: #333333;
}

.btn-outline p {
    margin-bottom: 0px;
}

iframe {
    width: 100%;
}

.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
    padding-top: 5px;
}

/*font sizes*/
.font-size-small {
    font-size: small !important;
}

.font-size-smaller {
    font-size: smaller !important;
}

.font-size-xsmall {
    font-size: x-small !important;
}

.font-size-large {
    font-size: large !important;
}

.font-size-larger {
    font-size: larger !important;
}

.font-size-xlarge {
    font-size: x-large !important;
}

ul li {
    margin-bottom: 11px;
}

/*news dropdown selector*/
.nws-dropdown select {
    background: #e73446;
    padding: 5px;
    width: 100% !important;
    color: #fff;
    font-size: 20px;
    border: 13px solid #e73446;
    border-radius: 10px;
}

body.high-contrast .nws-dropdown select {
    background: #424142;
    border: 13px solid #424142;
}

.slider-category .col-lg-4 {
    flex: none;
    max-width: fit-content;
}
.slider-category .col-sm-6 {
    flex: none;
    max-width: fit-content;
}
.slider-category .col-12 {
    flex: none;
    max-width: fit-content;
}
.slider-category .slick-initialized .slick-slide {
    display: block;
    height: 100%;
}
.slider-category .slick-track {
    height: 450px;
}
.slider-category .slick-prev:before,
.slider-category .slick-next:before {
    font-size: 30px;
    line-height: 1;
}
.slider-category .slick-prev:before,
.slider-category .slick-next:before {
    font-family: "slick";
    font-size: 30px;
    line-height: 1;
}
.slider-category .slick-next {
    right: -10px;
}
.slider-category .slick-prev {
    left: -20px;
}
.slider-category .slick-dots {
    bottom: 50px;
    z-index: 10;
    padding-left: 15px;
    padding-top: 15px;
    position: relative !important;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
    .slider-category .slick-dots {
        bottom: 65px;
    }
}
@media only screen and (max-width: 768px) {
    .slider-category .slick-dots {
        bottom: 20px;
    }
}
.slider-category .slick-dots li {
    background: none;
    margin-bottom: 3px;
    margin-right: 3px;
}
.slider-category .slick-dots li.slick-active {
    border: none;
}
.slider-category .slick-dots li button {
    padding: 10px;
}
.slider-category .slick-dots li button:before {
    display: none !important;
}

body.high-contrast a {
    color: #ffffff !important;
}

body.high-contrast a:hover {
    color: #ffffff61 !important;
}

.sg-block-title .h1, .sg-block-title .h2, .sg-block-title .h3, .sg-block-title .h4, .sg-block-title .h5, .sg-block-title .h6, .sg-block-title h1, .sg-block-title h2, .sg-block-title h3, .sg-block-title h4, .sg-block-title h5, .sg-block-title h6 {
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 1152px) {
    .tp-buttons {
        width: 300px;
    }
}
.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
    font-size: 25px;
    line-height: 1 !important;
    margin: -8px 0 12px 0px !important;
}

input[type=button i] {
    margin-bottom: 0;
    color: #9e1e63;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 10px;
    border-width: 0px;
    border-color: #9e1e63;
    border-radius: 0px;
    border: 3px solid #9e1e63;
}

.gform_wrapper .gform_page_footer input.button {
    font-size: 1.3em;
}

.gform_wrapper .gsection {
    border-bottom: 8px solid #eae8e8;
}

.gform_wrapper h2.gsection_title {
    padding: 0px 0px 8px 0px !important;
}

.gform_wrapper .gform_page_footer .button.gform_previous_button {
    margin-bottom: 0;
    color: #9e1e63;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 10px;
    border-width: 0px;
    border-color: #9e1e63;
    border-radius: 0px;
    border-bottom: 3px solid #9e1e63;
    border-left: 3px solid #9e1e63;
}

.gform_wrapper .gform_page_footer {
    border-top: 8px solid #eae8e8;
}

.tp-buttons a {
    font-size: 15px;
    padding: 5px 8px;
}

p {
    font-size: 1.2rem;
}

ol {
    font-size: 1.2rem;
}

ul {
    font-size: 1.2rem;
}

#datepicker {
    border: 5px solid #ccc;
    margin-top: 5px;
}

ul {
    font-size: 1.2rem;
    list-style-type: square;
}

.blkwhatson figcaption h3 {
    font-weight: 700;
}

li::marker {
    color: #b72026;
}

table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

table td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

table tr:nth-child(even) {
    background-color: #f2f2f2;
}

table tr:hover {
    background-color: #ddd;
}

table th {
    padding: 8px;
    text-align: left;
    background-color: #222222;
    padding: 12px;
    color: white;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: top !important;
}

table p {
    font-size: 16px;
}

table ul {
    font-size: 16px;
}

/* Make sure text on right doesn't go below dots on left */
.dot-outer {
    display: flex;
    align-items: stretch;
}

/* Add space around dots */
.dot-container {
    margin: 0 10px 20px 0;
}

/* Create dots */
.fc-dot-js,
.c-dot-js,
.sc-dot-js {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 2px;
}

/* Set dot colours */
.fc-dot-js {
    background: #DE000E;
}

.c-dot-js {
    background: #000EDE;
}

.sc-dot-js {
    background: #0E7800;
}

/* Add a border around the key */
.key-dot .dot-outer {
    margin-bottom: 20px;
    width: 250px;
    border: 1px solid #ccc;
    padding: 20px 20px 0;
}

/* Print Style Sheet */
@media print {
    body {
        background: white;
        color: black;
        margin: 0;
    }

    #header {
        display: none;
    }

    .toprow {
        display: none;
    }

    .hall-graphic {
        display: none;
    }

    .pre-banner {
        display: none;
    }

    #content {
        display: block;
    }

    .pg-content .main_tab_headers {
        display: none;
    }

    #tabs_docs_agendas {
        display: block;
    }

    #tabs_docs_minutes {
        display: block;
    }

    #comments {
        display: none;
    }

    #sidebar {
        display: none;
    }

    #footer {
        display: none;
    }
}
.lb-data .lb-details {
    margin-top: 10px;
}

.lb-data .lb-caption {
    font-size: 15px !important;
    color: #fff;
}

.lb-data .lb-number {
    font-size: 16px !important;
    color: #fff !important;
    padding-top: 10px;
}

#datepicker .ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable {
    background: #dfdada;
    color: #000000;
}

.scrollbar-ripe-malinka::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-ripe-malinka::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-ripe-malinka::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-image: -webkit-linear-gradient(330deg, #222222 0%, #b72026 100%);
    background-image: linear-gradient(120deg, #222222 0%, #b72026 100%);
}

.aligncenter, .alignleft, .alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none !important;
    margin: 0.5em auto 1em !important;
}

.alignright {
    float: right !important;
    margin: 0.5em 0 1em 1em !important;
}

.alignleft {
    float: left !important;
    margin: 0.5em 1em 1em 0 !important;
}

.size-thumbnail, .size-medium, .size-large, .size-full {
    max-width: 100%;
    height: auto;
}

.wp-caption img {
    display: inline;
}

.wp-caption-text {
    padding: 10px;
    color: #fff;
    background: #333333;
}

.btn-outline p {
    margin-bottom: 0px;
}

iframe {
    width: 100%;
}

.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
    padding-top: 5px;
}

/*font sizes*/
.font-size-small {
    font-size: small !important;
}

.font-size-smaller {
    font-size: smaller !important;
}

.font-size-xsmall {
    font-size: x-small !important;
}

.font-size-large {
    font-size: large !important;
}

.font-size-larger {
    font-size: larger !important;
}

.font-size-xlarge {
    font-size: x-large !important;
}

ul li {
    margin-bottom: 11px;
}

/*news dropdown selector*/
.nws-dropdown select {
    background: #e73446;
    padding: 5px;
    width: 100% !important;
    color: #fff;
    font-size: 20px;
    border: 13px solid #e73446;
    border-radius: 10px;
}

body.high-contrast .nws-dropdown select {
    background: #424142;
    border: 13px solid #424142;
}

.slider-category .col-lg-4 {
    flex: none;
    max-width: fit-content;
}
.slider-category .col-sm-6 {
    flex: none;
    max-width: fit-content;
}
.slider-category .col-12 {
    flex: none;
    max-width: fit-content;
}
.slider-category .slick-initialized .slick-slide {
    display: block;
    height: 100%;
}
.slider-category .slick-track {
    height: 450px;
}
.slider-category .slick-prev:before,
.slider-category .slick-next:before {
    font-size: 30px;
    line-height: 1;
}
.slider-category .slick-prev:before,
.slider-category .slick-next:before {
    font-family: "slick";
    font-size: 30px;
    line-height: 1;
}
.slider-category .slick-next {
    right: -10px;
}
.slider-category .slick-prev {
    left: -20px;
}
.slider-category .slick-dots {
    bottom: 50px;
    z-index: 10;
    padding-left: 15px;
    padding-top: 15px;
    position: relative !important;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
    .slider-category .slick-dots {
        bottom: 65px;
    }
}
@media only screen and (max-width: 768px) {
    .slider-category .slick-dots {
        bottom: 20px;
    }
}
.slider-category .slick-dots li {
    background: none;
    margin-bottom: 3px;
    margin-right: 3px;
}
.slider-category .slick-dots li.slick-active {
    border: none;
}
.slider-category .slick-dots li button {
    padding: 10px;
}
.slider-category .slick-dots li button:before {
    display: none !important;
}

body.high-contrast a {
    color: #ffffff !important;
}

body.high-contrast a:hover {
    color: #ffffff61 !important;
}

.sg-block-title .h1, .sg-block-title .h2, .sg-block-title .h3, .sg-block-title .h4, .sg-block-title .h5, .sg-block-title .h6, .sg-block-title h1, .sg-block-title h2, .sg-block-title h3, .sg-block-title h4, .sg-block-title h5, .sg-block-title h6 {
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 1152px) {
    .tp-buttons {
        width: 300px;
    }
}
.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
    font-size: 25px;
    line-height: 1 !important;
    margin: -8px 0 12px 0px !important;
}

.gform_wrapper .gform_page_footer input.button {
    font-size: 1.3em;
}

.gform_wrapper .gsection {
    border-bottom: 8px solid #eae8e8;
}

.gform_wrapper h2.gsection_title {
    padding: 0px 0px 8px 0px !important;
}

.gform_wrapper .gform_page_footer .button.gform_previous_button {
    margin-bottom: 0;
    color: #9e1e63;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 10px;
    border-width: 0px;
    border-color: #9e1e63;
    border-radius: 0px;
    border-bottom: 3px solid #9e1e63;
    border-left: 3px solid #9e1e63;
}

.gform_wrapper .gform_page_footer {
    border-top: 8px solid #eae8e8;
}

.tp-buttons a {
    font-size: 15px;
    padding: 5px 8px;
}

p {
    font-size: 1.2rem;
}

ol {
    font-size: 1.2rem;
}

ul {
    font-size: 1.2rem;
}

#datepicker {
    border: 5px solid #ccc;
    margin-top: 5px;
}

ul {
    font-size: 1.2rem;
    list-style-type: square;
}

.blkwhatson figcaption h3 {
    font-weight: 700;
}

li::marker {
    color: #b72026;
}

table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

table td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

table tr:nth-child(even) {
    background-color: #f2f2f2;
}

table tr:hover {
    background-color: #ddd;
}

table th {
    padding: 8px;
    text-align: left;
    background-color: #222222;
    padding: 12px;
    color: white;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: top !important;
}

table p {
    font-size: 16px;
}

table ul {
    font-size: 16px;
}

/* Make sure text on right doesn't go below dots on left */
.dot-outer {
    display: flex;
    align-items: stretch;
}

/* Add space around dots */
.dot-container {
    margin: 0 10px 20px 0;
}

/* Create dots */
.fc-dot-js,
.c-dot-js,
.sc-dot-js {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 2px;
}

/* Set dot colours */
.fc-dot-js {
    background: #DE000E;
}

.c-dot-js {
    background: #000EDE;
}

.sc-dot-js {
    background: #0E7800;
}

/* Add a border around the key */
.key-dot .dot-outer {
    margin-bottom: 20px;
    width: 250px;
    border: 1px solid #ccc;
    padding: 20px 20px 0;
}

/* Print Style Sheet */
@media print {
    body {
        background: white;
        color: black;
        margin: 0;
    }

    #header {
        display: none;
    }

    .toprow {
        display: none;
    }

    .hall-graphic {
        display: none;
    }

    .pre-banner {
        display: none;
    }

    #content {
        display: block;
    }

    .pg-content .main_tab_headers {
        display: none;
    }

    #tabs_docs_agendas {
        display: block;
    }

    #tabs_docs_minutes {
        display: block;
    }

    #comments {
        display: none;
    }

    #sidebar {
        display: none;
    }

    #footer {
        display: none;
    }
}
.lb-data .lb-details {
    margin-top: 10px;
}

.lb-data .lb-caption {
    font-size: 15px !important;
    color: #fff;
}

.lb-data .lb-number {
    font-size: 16px !important;
    color: #fff !important;
    padding-top: 10px;
}

#datepicker .ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable {
    background: #dfdada !important;
    color: #000000 !important;
}

#datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day {
    background-color: #025996 !important;
    color: #fff !important;
}

#datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td {
    background: #ccc !important;
}

#datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td a {
    color: #000000 !important;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

body .gform_wrapper .gform_footer input[type=submit] {
    border: 2px solid #222222;
    background: #ffffff;
    color: #222222;
    padding: 10px;
    border-radius: 3px;
}

body .gform_wrapper .gform_footer input[type=submit]:hover {
    border: 2px solid #cccccc;
    background: #ffffff;
    color: #cccccc;
    padding: 10px;
    border-radius: 3px;
}

.modal-content {
    border: 3px solid #ccc;
    outline: 0;
}
.modal-content .modal-header {
    background: #222222;
}
.modal-content .modal-footer {
    background: #222222;
}

.gform_wrapper.gravity-theme .gfield_label {
    text-align: left !important;
    color: #222222;
}

.gform_wrapper.gravity-theme .ginput_complex label, .gform_wrapper.gravity-theme .ginput_complex legend {
    color: #222222;
    text-align: left;
}

.sg-post-excerpt.selection-excerpt {
    font-size: 14px;
    line-height: 20px;
}

.sg-post-excerpt.selection-content {
    font-size: 14px;
    line-height: 20px;
}

.card-body .card-text {
    overflow: hidden;
    line-height: 20px !important;
    font-size: 14px;
}

body {
    overflow-x: hidden;
}

.scrollbar-ripe-malinka::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-ripe-malinka::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-ripe-malinka::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-image: -webkit-linear-gradient(330deg, #222222 0%, #b72026 100%);
    background-image: linear-gradient(120deg, #222222 0%, #b72026 100%);
}

.aligncenter, .alignleft, .alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none !important;
    margin: 0.5em auto 1em !important;
}

.alignright {
    float: right !important;
    margin: 0.5em 0 1em 1em !important;
}

.alignleft {
    float: left !important;
    margin: 0.5em 1em 1em 0 !important;
}

.size-thumbnail, .size-medium, .size-large, .size-full {
    max-width: 100%;
    height: auto;
}

.wp-caption img {
    display: inline;
}

.wp-caption-text {
    padding: 10px;
    color: #fff;
    background: #333333;
}

.btn-outline p {
    margin-bottom: 0px;
}

iframe {
    width: 100%;
}

.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
    padding-top: 5px;
}

/*font sizes*/
.font-size-small {
    font-size: small !important;
}

.font-size-smaller {
    font-size: smaller !important;
}

.font-size-xsmall {
    font-size: x-small !important;
}

.font-size-large {
    font-size: large !important;
}

.font-size-larger {
    font-size: larger !important;
}

.font-size-xlarge {
    font-size: x-large !important;
}

ul li {
    margin-bottom: 11px;
}

/*news dropdown selector*/
.nws-dropdown select {
    background: #e73446;
    padding: 5px;
    width: 100% !important;
    color: #fff;
    font-size: 20px;
    border: 13px solid #e73446;
    border-radius: 10px;
}

body.high-contrast .nws-dropdown select {
    background: #424142;
    border: 13px solid #424142;
}

.slider-category .col-lg-4 {
    flex: none;
    max-width: fit-content;
}
.slider-category .col-sm-6 {
    flex: none;
    max-width: fit-content;
}
.slider-category .col-12 {
    flex: none;
    max-width: fit-content;
}
.slider-category .slick-initialized .slick-slide {
    display: block;
    height: 100%;
}
.slider-category .slick-track {
    height: 450px;
}
.slider-category .slick-prev:before,
.slider-category .slick-next:before {
    font-size: 30px;
    line-height: 1;
}
.slider-category .slick-prev:before,
.slider-category .slick-next:before {
    font-family: "slick";
    font-size: 30px;
    line-height: 1;
}
.slider-category .slick-next {
    right: -10px;
}
.slider-category .slick-prev {
    left: -20px;
}
.slider-category .slick-dots {
    bottom: 50px;
    z-index: 10;
    padding-left: 15px;
    padding-top: 15px;
    position: relative !important;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
    .slider-category .slick-dots {
        bottom: 65px;
    }
}
@media only screen and (max-width: 768px) {
    .slider-category .slick-dots {
        bottom: 20px;
    }
}
.slider-category .slick-dots li {
    background: none;
    margin-bottom: 3px;
    margin-right: 3px;
}
.slider-category .slick-dots li.slick-active {
    border: none;
}
.slider-category .slick-dots li button {
    padding: 10px;
}
.slider-category .slick-dots li button:before {
    display: none !important;
}

body.high-contrast a {
    color: #ffffff !important;
}

body.high-contrast a:hover {
    color: #ffffff61 !important;
}

.sg-block-title .h1, .sg-block-title .h2, .sg-block-title .h3, .sg-block-title .h4, .sg-block-title .h5, .sg-block-title .h6, .sg-block-title h1, .sg-block-title h2, .sg-block-title h3, .sg-block-title h4, .sg-block-title h5, .sg-block-title h6 {
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 1152px) {
    .tp-buttons {
        width: 300px;
    }
}
.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
    font-size: 25px;
    line-height: 1 !important;
    margin: -8px 0 12px 0px !important;
}

.gform_wrapper .gform_page_footer input.button {
    font-size: 1.3em;
}

.gform_wrapper .gsection {
    border-bottom: 8px solid #eae8e8;
}

.gform_wrapper h2.gsection_title {
    padding: 0px 0px 8px 0px !important;
}

.gform_wrapper .gform_page_footer .button.gform_previous_button {
    margin-bottom: 0;
    color: #9e1e63;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 10px;
    border-width: 0px;
    border-color: #9e1e63;
    border-radius: 0px;
    border-bottom: 3px solid #9e1e63;
    border-left: 3px solid #9e1e63;
}

.gform_wrapper .gform_page_footer {
    border-top: 8px solid #eae8e8;
}

.tp-buttons a {
    font-size: 15px;
    padding: 5px 8px;
}

p {
    font-size: 1.2rem;
}

ol {
    font-size: 1.2rem;
}

ul {
    font-size: 1.2rem;
}

#datepicker {
    border: 5px solid #ccc;
    margin-top: 5px;
}

ul {
    font-size: 1.2rem;
    list-style-type: square;
}

.blkwhatson figcaption h3 {
    font-weight: 700;
}

li::marker {
    color: #b72026;
}

table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

table td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

table tr:nth-child(even) {
    background-color: #f2f2f2;
}

table tr:hover {
    background-color: #ddd;
}

table th {
    padding: 8px;
    text-align: left;
    background-color: #222222;
    padding: 12px;
    color: white;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: top !important;
}

table p {
    font-size: 16px;
}

table ul {
    font-size: 16px;
}

/* Make sure text on right doesn't go below dots on left */
.dot-outer {
    display: flex;
    align-items: stretch;
}

/* Add space around dots */
.dot-container {
    margin: 0 10px 20px 0;
}

/* Create dots */
.fc-dot-js,
.c-dot-js,
.sc-dot-js {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 2px;
}

/* Set dot colours */
.fc-dot-js {
    background: #DE000E;
}

.c-dot-js {
    background: #000EDE;
}

.sc-dot-js {
    background: #0E7800;
}

/* Add a border around the key */
.key-dot .dot-outer {
    margin-bottom: 20px;
    width: 250px;
    border: 1px solid #ccc;
    padding: 20px 20px 0;
}

/* Print Style Sheet */
@media print {
    body {
        background: white;
        color: black;
        margin: 0;
    }

    #header {
        display: none;
    }

    .toprow {
        display: none;
    }

    .hall-graphic {
        display: none;
    }

    .pre-banner {
        display: none;
    }

    #content {
        display: block;
    }

    .pg-content .main_tab_headers {
        display: none;
    }

    #tabs_docs_agendas {
        display: block;
    }

    #tabs_docs_minutes {
        display: block;
    }

    #comments {
        display: none;
    }

    #sidebar {
        display: none;
    }

    #footer {
        display: none;
    }
}
.lb-data .lb-details {
    margin-top: 10px;
}

.lb-data .lb-caption {
    font-size: 15px !important;
    color: #fff;
}

.lb-data .lb-number {
    font-size: 16px !important;
    color: #fff !important;
    padding-top: 10px;
}

#datepicker .ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable {
    background: #dfdada;
    color: #000000;
}

.scrollbar-ripe-malinka::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-ripe-malinka::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-ripe-malinka::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-image: -webkit-linear-gradient(330deg, #222222 0%, #b72026 100%);
    background-image: linear-gradient(120deg, #222222 0%, #b72026 100%);
}

.aligncenter, .alignleft, .alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none !important;
    margin: 0.5em auto 1em !important;
}

.alignright {
    float: right !important;
    margin: 0.5em 0 1em 1em !important;
}

.alignleft {
    float: left !important;
    margin: 0.5em 1em 1em 0 !important;
}

.size-thumbnail, .size-medium, .size-large, .size-full {
    max-width: 100%;
    height: auto;
}

.wp-caption img {
    display: inline;
}

.wp-caption-text {
    padding: 10px;
    color: #fff;
    background: #333333;
}

.btn-outline p {
    margin-bottom: 0px;
}

iframe {
    width: 100%;
}

.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
    padding-top: 5px;
}

/*font sizes*/
.font-size-small {
    font-size: small !important;
}

.font-size-smaller {
    font-size: smaller !important;
}

.font-size-xsmall {
    font-size: x-small !important;
}

.font-size-large {
    font-size: large !important;
}

.font-size-larger {
    font-size: larger !important;
}

.font-size-xlarge {
    font-size: x-large !important;
}

ul li {
    margin-bottom: 11px;
}

/*news dropdown selector*/
.nws-dropdown select {
    background: #e73446;
    padding: 5px;
    width: 100% !important;
    color: #fff;
    font-size: 20px;
    border: 13px solid #e73446;
    border-radius: 10px;
}

body.high-contrast .nws-dropdown select {
    background: #424142;
    border: 13px solid #424142;
}

.slider-category .col-lg-4 {
    flex: none;
    max-width: fit-content;
}
.slider-category .col-sm-6 {
    flex: none;
    max-width: fit-content;
}
.slider-category .col-12 {
    flex: none;
    max-width: fit-content;
}
.slider-category .slick-initialized .slick-slide {
    display: block;
    height: 100%;
}
.slider-category .slick-track {
    height: 450px;
}
.slider-category .slick-prev:before,
.slider-category .slick-next:before {
    font-size: 30px;
    line-height: 1;
}
.slider-category .slick-prev:before,
.slider-category .slick-next:before {
    font-family: "slick";
    font-size: 30px;
    line-height: 1;
}
.slider-category .slick-next {
    right: -10px;
}
.slider-category .slick-prev {
    left: -20px;
}
.slider-category .slick-dots {
    bottom: 50px;
    z-index: 10;
    padding-left: 15px;
    padding-top: 15px;
    position: relative !important;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
    .slider-category .slick-dots {
        bottom: 65px;
    }
}
@media only screen and (max-width: 768px) {
    .slider-category .slick-dots {
        bottom: 20px;
    }
}
.slider-category .slick-dots li {
    background: none;
    margin-bottom: 3px;
    margin-right: 3px;
}
.slider-category .slick-dots li.slick-active {
    border: none;
}
.slider-category .slick-dots li button {
    padding: 10px;
}
.slider-category .slick-dots li button:before {
    display: none !important;
}

body.high-contrast a {
    color: #ffffff !important;
}

body.high-contrast a:hover {
    color: #ffffff61 !important;
}

.sg-block-title .h1, .sg-block-title .h2, .sg-block-title .h3, .sg-block-title .h4, .sg-block-title .h5, .sg-block-title .h6, .sg-block-title h1, .sg-block-title h2, .sg-block-title h3, .sg-block-title h4, .sg-block-title h5, .sg-block-title h6 {
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 1152px) {
    .tp-buttons {
        width: 300px;
    }
}
.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
    font-size: 25px;
    line-height: 1 !important;
    margin: -8px 0 12px 0px !important;
}

.gform_wrapper .gform_page_footer input.button {
    font-size: 1.3em;
}

.gform_wrapper .gsection {
    border-bottom: 8px solid #eae8e8;
}

.gform_wrapper h2.gsection_title {
    padding: 0px 0px 8px 0px !important;
}

.gform_wrapper .gform_page_footer .button.gform_previous_button {
    margin-bottom: 0;
    color: #9e1e63;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 10px;
    border-width: 0px;
    border-color: #9e1e63;
    border-radius: 0px;
    border-bottom: 3px solid #9e1e63;
    border-left: 3px solid #9e1e63;
}

.gform_wrapper .gform_page_footer {
    border-top: 8px solid #eae8e8;
}

.tp-buttons a {
    font-size: 15px;
    padding: 5px 8px;
}

p {
    font-size: 1.2rem;
}

ol {
    font-size: 1.2rem;
}

ul {
    font-size: 1.2rem;
}

#datepicker {
    border: 5px solid #ccc;
    margin-top: 5px;
}

ul {
    font-size: 1.2rem;
    list-style-type: square;
}

.blkwhatson figcaption h3 {
    font-weight: 700;
}

li::marker {
    color: #b72026;
}

table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

table td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

table tr:nth-child(even) {
    background-color: #f2f2f2;
}

table tr:hover {
    background-color: #ddd;
}

table th {
    padding: 8px;
    text-align: left;
    background-color: #222222;
    padding: 12px;
    color: white;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: top !important;
}

table p {
    font-size: 16px;
}

table ul {
    font-size: 16px;
}

/* Make sure text on right doesn't go below dots on left */
.dot-outer {
    display: flex;
    align-items: stretch;
}

/* Add space around dots */
.dot-container {
    margin: 0 10px 20px 0;
}

/* Create dots */
.fc-dot-js,
.c-dot-js,
.sc-dot-js {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 2px;
}

/* Set dot colours */
.fc-dot-js {
    background: #DE000E;
}

.c-dot-js {
    background: #000EDE;
}

.sc-dot-js {
    background: #0E7800;
}

/* Add a border around the key */
.key-dot .dot-outer {
    margin-bottom: 20px;
    width: 250px;
    border: 1px solid #ccc;
    padding: 20px 20px 0;
}

/* Print Style Sheet */
@media print {
    body {
        background: white;
        color: black;
        margin: 0;
    }

    #header {
        display: none;
    }

    .toprow {
        display: none;
    }

    .hall-graphic {
        display: none;
    }

    .pre-banner {
        display: none;
    }

    #content {
        display: block;
    }

    .pg-content .main_tab_headers {
        display: none;
    }

    #tabs_docs_agendas {
        display: block;
    }

    #tabs_docs_minutes {
        display: block;
    }

    #comments {
        display: none;
    }

    #sidebar {
        display: none;
    }

    #footer {
        display: none;
    }
}
.lb-data .lb-details {
    margin-top: 10px;
}

.lb-data .lb-caption {
    font-size: 15px !important;
    color: #fff;
}

.lb-data .lb-number {
    font-size: 16px !important;
    color: #fff !important;
    padding-top: 10px;
}

#datepicker .ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable {
    background: #dfdada !important;
    color: #000000 !important;
}

#datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day {
    background-color: #025996 !important;
    color: #fff !important;
}

#datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td {
    background: #ccc !important;
}

#datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td a {
    color: #000000 !important;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

body .gform_wrapper .gform_footer input[type=submit] {
    border: 2px solid #222222;
    background: #ffffff;
    color: #222222;
    padding: 10px;
    border-radius: 3px;
}

body .gform_wrapper .gform_footer input[type=submit]:hover {
    border: 2px solid #cccccc;
    background: #ffffff;
    color: #cccccc;
    padding: 10px;
    border-radius: 3px;
}

.modal-content {
    border: 3px solid #ccc;
    outline: 0;
}
.modal-content .modal-header {
    background: #222222;
}
.modal-content .modal-footer {
    background: #222222;
}

.gform_wrapper.gravity-theme .gfield_label {
    text-align: left !important;
    color: #222222;
}

.gform_wrapper.gravity-theme .ginput_complex label, .gform_wrapper.gravity-theme .ginput_complex legend {
    color: #222222;
    text-align: left;
}

.sg-post-excerpt.selection-excerpt {
    font-size: 14px;
    line-height: 20px;
}

.card-body .card-text {
    overflow: hidden;
    line-height: 20px;
    font-size: 14px;
}

.scrollbar-ripe-malinka::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-ripe-malinka::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-ripe-malinka::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-image: -webkit-linear-gradient(330deg, #222222 0%, #b72026 100%);
    background-image: linear-gradient(120deg, #222222 0%, #b72026 100%);
}

.aligncenter, .alignleft, .alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none !important;
    margin: 0.5em auto 1em !important;
}

.alignright {
    float: right !important;
    margin: 0.5em 0 1em 1em !important;
}

.alignleft {
    float: left !important;
    margin: 0.5em 1em 1em 0 !important;
}

.size-thumbnail, .size-medium, .size-large, .size-full {
    max-width: 100%;
    height: auto;
}

.wp-caption img {
    display: inline;
}

.wp-caption-text {
    padding: 10px;
    color: #fff;
    background: #333333;
}

.btn-outline p {
    margin-bottom: 0px;
}

iframe {
    width: 100%;
}

.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
    padding-top: 5px;
}

/*font sizes*/
.font-size-small {
    font-size: small !important;
}

.font-size-smaller {
    font-size: smaller !important;
}

.font-size-xsmall {
    font-size: x-small !important;
}

.font-size-large {
    font-size: large !important;
}

.font-size-larger {
    font-size: larger !important;
}

.font-size-xlarge {
    font-size: x-large !important;
}

ul li {
    margin-bottom: 11px;
}

/*news dropdown selector*/
.nws-dropdown select {
    background: #e73446;
    padding: 5px;
    width: 100% !important;
    color: #fff;
    font-size: 20px;
    border: 13px solid #e73446;
    border-radius: 10px;
}

body.high-contrast .nws-dropdown select {
    background: #424142;
    border: 13px solid #424142;
}

.slider-category .col-lg-4 {
    flex: none;
    max-width: fit-content;
}
.slider-category .col-sm-6 {
    flex: none;
    max-width: fit-content;
}
.slider-category .col-12 {
    flex: none;
    max-width: fit-content;
}
.slider-category .slick-initialized .slick-slide {
    display: block;
    height: 100%;
}
.slider-category .slick-track {
    height: 450px;
}
.slider-category .slick-prev:before,
.slider-category .slick-next:before {
    font-size: 30px;
    line-height: 1;
}
.slider-category .slick-prev:before,
.slider-category .slick-next:before {
    font-family: "slick";
    font-size: 30px;
    line-height: 1;
}
.slider-category .slick-next {
    right: -10px;
}
.slider-category .slick-prev {
    left: -20px;
}
.slider-category .slick-dots {
    bottom: 50px;
    z-index: 10;
    padding-left: 15px;
    padding-top: 15px;
    position: relative !important;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
    .slider-category .slick-dots {
        bottom: 65px;
    }
}
@media only screen and (max-width: 768px) {
    .slider-category .slick-dots {
        bottom: 20px;
    }
}
.slider-category .slick-dots li {
    background: none;
    margin-bottom: 3px;
    margin-right: 3px;
}
.slider-category .slick-dots li.slick-active {
    border: none;
}
.slider-category .slick-dots li button {
    padding: 10px;
}
.slider-category .slick-dots li button:before {
    display: none !important;
}

body.high-contrast a {
    color: #ffffff !important;
}

body.high-contrast a:hover {
    color: #ffffff61 !important;
}

.sg-block-title .h1, .sg-block-title .h2, .sg-block-title .h3, .sg-block-title .h4, .sg-block-title .h5, .sg-block-title .h6, .sg-block-title h1, .sg-block-title h2, .sg-block-title h3, .sg-block-title h4, .sg-block-title h5, .sg-block-title h6 {
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 1152px) {
    .tp-buttons {
        width: 300px;
    }
}
.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
    font-size: 25px;
    line-height: 1 !important;
    margin: -8px 0 12px 0px !important;
}

.gform_wrapper .gform_page_footer input.button {
    font-size: 1.3em;
}

.gform_wrapper .gsection {
    border-bottom: 8px solid #eae8e8;
}

.gform_wrapper h2.gsection_title {
    padding: 0px 0px 8px 0px !important;
}

.gform_wrapper .gform_page_footer .button.gform_previous_button {
    margin-bottom: 0;
    color: #9e1e63;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 10px;
    border-width: 0px;
    border-color: #9e1e63;
    border-radius: 0px;
    border-bottom: 3px solid #9e1e63;
    border-left: 3px solid #9e1e63;
}

.gform_wrapper .gform_page_footer {
    border-top: 8px solid #eae8e8;
}

.tp-buttons a {
    font-size: 15px;
    padding: 5px 8px;
}

p {
    font-size: 1.2rem;
}

ol {
    font-size: 1.2rem;
}

ul {
    font-size: 1.2rem;
}

#datepicker {
    border: 5px solid #ccc;
    margin-top: 5px;
}

ul {
    font-size: 1.2rem;
    list-style-type: square;
}

.blkwhatson figcaption h3 {
    font-weight: 700;
}

li::marker {
    color: #b72026;
}

table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

table td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

table tr:nth-child(even) {
    background-color: #f2f2f2;
}

table tr:hover {
    background-color: #ddd;
}

table th {
    padding: 8px;
    text-align: left;
    background-color: #222222;
    padding: 12px;
    color: white;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: top !important;
}

table p {
    font-size: 16px;
}

table ul {
    font-size: 16px;
}

/* Make sure text on right doesn't go below dots on left */
.dot-outer {
    display: flex;
    align-items: stretch;
}

/* Add space around dots */
.dot-container {
    margin: 0 10px 20px 0;
}

/* Create dots */
.fc-dot-js,
.c-dot-js,
.sc-dot-js {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 2px;
}

/* Set dot colours */
.fc-dot-js {
    background: #DE000E;
}

.c-dot-js {
    background: #000EDE;
}

.sc-dot-js {
    background: #0E7800;
}

/* Add a border around the key */
.key-dot .dot-outer {
    margin-bottom: 20px;
    width: 250px;
    border: 1px solid #ccc;
    padding: 20px 20px 0;
}

/* Print Style Sheet */
@media print {
    body {
        background: white;
        color: black;
        margin: 0;
    }

    #header {
        display: none;
    }

    .toprow {
        display: none;
    }

    .hall-graphic {
        display: none;
    }

    .pre-banner {
        display: none;
    }

    #content {
        display: block;
    }

    .pg-content .main_tab_headers {
        display: none;
    }

    #tabs_docs_agendas {
        display: block;
    }

    #tabs_docs_minutes {
        display: block;
    }

    #comments {
        display: none;
    }

    #sidebar {
        display: none;
    }

    #footer {
        display: none;
    }
}
.lb-data .lb-details {
    margin-top: 10px;
}

.lb-data .lb-caption {
    font-size: 15px !important;
    color: #fff;
}

.lb-data .lb-number {
    font-size: 16px !important;
    color: #fff !important;
    padding-top: 10px;
}

#datepicker .ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable {
    background: #dfdada;
    color: #000000;
}

.scrollbar-ripe-malinka::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-ripe-malinka::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-ripe-malinka::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-image: -webkit-linear-gradient(330deg, #222222 0%, #b72026 100%);
    background-image: linear-gradient(120deg, #222222 0%, #b72026 100%);
}

.aligncenter, .alignleft, .alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none !important;
    margin: 0.5em auto 1em !important;
}

.alignright {
    float: right !important;
    margin: 0.5em 0 1em 1em !important;
}

.alignleft {
    float: left !important;
    margin: 0.5em 1em 1em 0 !important;
}

.size-thumbnail, .size-medium, .size-large, .size-full {
    max-width: 100%;
    height: auto;
}

.wp-caption img {
    display: inline;
}

.wp-caption-text {
    padding: 10px;
    color: #fff;
    background: #333333;
}

.btn-outline p {
    margin-bottom: 0px;
}

iframe {
    width: 100%;
}

.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
    padding-top: 5px;
}

/*font sizes*/
.font-size-small {
    font-size: small !important;
}

.font-size-smaller {
    font-size: smaller !important;
}

.font-size-xsmall {
    font-size: x-small !important;
}

.font-size-large {
    font-size: large !important;
}

.font-size-larger {
    font-size: larger !important;
}

.font-size-xlarge {
    font-size: x-large !important;
}

ul li {
    margin-bottom: 11px;
}

/*news dropdown selector*/
.nws-dropdown select {
    background: #e73446;
    padding: 5px;
    width: 100% !important;
    color: #fff;
    font-size: 20px;
    border: 13px solid #e73446;
    border-radius: 10px;
}

body.high-contrast .nws-dropdown select {
    background: #424142;
    border: 13px solid #424142;
}

.slider-category .col-lg-4 {
    flex: none;
    max-width: fit-content;
}
.slider-category .col-sm-6 {
    flex: none;
    max-width: fit-content;
}
.slider-category .col-12 {
    flex: none;
    max-width: fit-content;
}
.slider-category .slick-initialized .slick-slide {
    display: block;
    height: 100%;
}
.slider-category .slick-track {
    height: 450px;
}
.slider-category .slick-prev:before,
.slider-category .slick-next:before {
    font-size: 30px;
    line-height: 1;
}
.slider-category .slick-prev:before,
.slider-category .slick-next:before {
    font-family: "slick";
    font-size: 30px;
    line-height: 1;
}
.slider-category .slick-next {
    right: -10px;
}
.slider-category .slick-prev {
    left: -20px;
}
.slider-category .slick-dots {
    bottom: 50px;
    z-index: 10;
    padding-left: 15px;
    padding-top: 15px;
    position: relative !important;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
    .slider-category .slick-dots {
        bottom: 65px;
    }
}
@media only screen and (max-width: 768px) {
    .slider-category .slick-dots {
        bottom: 20px;
    }
}
.slider-category .slick-dots li {
    background: none;
    margin-bottom: 3px;
    margin-right: 3px;
}
.slider-category .slick-dots li.slick-active {
    border: none;
}
.slider-category .slick-dots li button {
    padding: 10px;
}
.slider-category .slick-dots li button:before {
    display: none !important;
}

body.high-contrast a {
    color: #ffffff !important;
}

body.high-contrast a:hover {
    color: #ffffff61 !important;
}

.sg-block-title .h1, .sg-block-title .h2, .sg-block-title .h3, .sg-block-title .h4, .sg-block-title .h5, .sg-block-title .h6, .sg-block-title h1, .sg-block-title h2, .sg-block-title h3, .sg-block-title h4, .sg-block-title h5, .sg-block-title h6 {
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 1152px) {
    .tp-buttons {
        width: 300px;
    }
}
.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
    font-size: 25px;
    line-height: 1 !important;
    margin: -8px 0 12px 0px !important;
}

.gform_wrapper .gform_page_footer input.button {
    font-size: 1.3em;
}

.gform_wrapper .gsection {
    border-bottom: 8px solid #eae8e8;
}

.gform_wrapper h2.gsection_title {
    padding: 0px 0px 8px 0px !important;
}

.gform_wrapper .gform_page_footer .button.gform_previous_button {
    margin-bottom: 0;
    color: #9e1e63;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 10px;
    border-width: 0px;
    border-color: #9e1e63;
    border-radius: 0px;
    border-bottom: 3px solid #9e1e63;
    border-left: 3px solid #9e1e63;
}

.gform_wrapper .gform_page_footer {
    border-top: 8px solid #eae8e8;
}

.tp-buttons a {
    font-size: 15px;
    padding: 5px 8px;
}

p {
    font-size: 1.2rem;
}

ol {
    font-size: 1.2rem;
}

ul {
    font-size: 1.2rem;
}

#datepicker {
    border: 5px solid #ccc;
    margin-top: 5px;
}

ul {
    font-size: 1.2rem;
    list-style-type: square;
}

.blkwhatson figcaption h3 {
    font-weight: 700;
}

li::marker {
    color: #b72026;
}

table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

table td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

table tr:nth-child(even) {
    background-color: #f2f2f2;
}

table tr:hover {
    background-color: #ddd;
}

table th {
    padding: 8px;
    text-align: left;
    background-color: #222222;
    padding: 12px;
    color: white;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: top !important;
}

table p {
    font-size: 16px;
}

table ul {
    font-size: 16px;
}

/* Make sure text on right doesn't go below dots on left */
.dot-outer {
    display: flex;
    align-items: stretch;
}

/* Add space around dots */
.dot-container {
    margin: 0 10px 20px 0;
}

/* Create dots */
.fc-dot-js,
.c-dot-js,
.sc-dot-js {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 2px;
}

/* Set dot colours */
.fc-dot-js {
    background: #DE000E;
}

.c-dot-js {
    background: #000EDE;
}

.sc-dot-js {
    background: #0E7800;
}

/* Add a border around the key */
.key-dot .dot-outer {
    margin-bottom: 20px;
    width: 250px;
    border: 1px solid #ccc;
    padding: 20px 20px 0;
}

/* Print Style Sheet */
@media print {
    body {
        background: white;
        color: black;
        margin: 0;
    }

    #header {
        display: none;
    }

    .toprow {
        display: none;
    }

    .hall-graphic {
        display: none;
    }

    .pre-banner {
        display: none;
    }

    #content {
        display: block;
    }

    .pg-content .main_tab_headers {
        display: none;
    }

    #tabs_docs_agendas {
        display: block;
    }

    #tabs_docs_minutes {
        display: block;
    }

    #comments {
        display: none;
    }

    #sidebar {
        display: none;
    }

    #footer {
        display: none;
    }
}
.lb-data .lb-details {
    margin-top: 10px;
}

.lb-data .lb-caption {
    font-size: 15px !important;
    color: #fff;
}

.lb-data .lb-number {
    font-size: 16px !important;
    color: #fff !important;
    padding-top: 10px;
}

#datepicker .ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable {
    background: #dfdada !important;
    color: #000000 !important;
}

#datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day {
    background-color: #025996 !important;
    color: #fff !important;
}

#datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td {
    background: #ccc !important;
}

#datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td a {
    color: #000000 !important;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

body .gform_wrapper .gform_footer input[type=submit] {
    border: 2px solid #222222;
    background: #ffffff;
    color: #222222;
    padding: 10px;
    border-radius: 3px;
}

body .gform_wrapper .gform_footer input[type=submit]:hover {
    border: 2px solid #cccccc;
    background: #ffffff;
    color: #cccccc;
    padding: 10px;
    border-radius: 3px;
}

.modal-content {
    border: 3px solid #ccc;
    outline: 0;
}
.modal-content .modal-body div#gform_confirmation_message_2 h3 {
    color: #033878 !important;
}
.modal-content .modal-body div#gform_confirmation_message_2 {
    color: #222222;
    font-size: 16px !important;
}

.gform_wrapper.gravity-theme .gfield_label {
    text-align: left !important;
    color: #222222;
}

.gform_wrapper.gravity-theme .ginput_complex label, .gform_wrapper.gravity-theme .ginput_complex legend {
    color: #222222;
    text-align: left;
}

.sg-post-excerpt.selection-excerpt {
    font-size: 14px;
    line-height: 20px;
}

.sg-post-excerpt.selection-content {
    font-size: 14px;
    line-height: 20px;
}

.card-body .card-text {
    overflow: hidden;
    line-height: 20px !important;
    font-size: 14px;
}

.mptxt p {
    font-size: 1rem;
    line-height: 1.4rem !important;
}

.sg-content-feature-full .sg-block-title.sg-primary, .sg-content-feature .sg-block-title.sg-primary {
    margin-top: 10px !important;
}

.adbllks .advert-body {
    font-size: 15px;
    line-height: 22px;
}
.adbllks .advert-body p {
    font-size: 17px;
    line-height: 22px;
}

.hd-btn {
    margin: 5px;
    text-decoration: none;
    letter-spacing: 2px;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.hd-btn:hover {
    margin: 5px;
    text-decoration: none;
    letter-spacing: 2px;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 700;
}

.slick-dots li button::before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px !important;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: darkgreen;
    -webkit-font-smoothing: antialiased;
}

.slick-dots li button::before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px !important;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: darkgreen;
    -webkit-font-smoothing: antialiased;
}

.sgdashboard .nav-link.active {
    border-color: #b72026 !important;
    background-color: #b72026 !important;
    color: #ffffff !important;
}

.dropdown-menu.show {
    display: block;
    border: 2px solid #222222;
    margin: 5px;
}

a.dropdown-item {
    text-decoration: none;
}

a.dropdown-item:hover {
    background: #222222;
    color: #ffffff;
}

.pmpro_actionlinks {
    display: none;
}

#pmpro_account .pmpro_box h3 {
    background: none;
    border: none;
    margin: 0;
    padding: 18px 0px;
}