﻿
.module_inline_container {
}

.module_inline_image {
}

.module_inline_title {
    margin: 0px;
    color: #000000;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.25em;
    line-height: 1.25em;
}

    .module_inline_title a,
    .module_inline_title a:active,
    .module_inline_title a:link,
    .module_inline_title a:visited {
        color: #222222;
    }

.module_inline_metadata {
    margin: 0px;
    font-weight: bold;
}

    .module_inline_metadata + .module_inline_title,
    .module_inline_title + .module_inline_metadata {
        margin-top: 4px;
    }

.module_inline_content {
    margin-top: 10px;
}

/*-----------------------------------------------------------------------------------------------*/

.module_listing_heading{
    display: flex;
}

.module_listing_categories {
    border-radius: 4px;
    display: flex;
    flex-grow: 1;
    gap: 1em;
    justify-content: end;
    align-items: center;
}

    .module_listing_categories button {
        white-space: nowrap;
        background: none;
    }

    .module_listing_categories .dropdown-menu {
        max-height: 205px;
        overflow: auto;
    }

/*-----------------------------------------------------------------------------------------------*/

.module_listing_container {
    margin-bottom: 15px;
    display: flex;
    position: relative;
}

.module_listing_tab {
    position: absolute;
    top: 20px;
    left: -10px;
    background-color: var(--sec);
    color: #fff;
    padding: 5px 10px;
    z-index: 2;
}

.module_listing_image {
    overflow: hidden;
    text-align: center;
    flex-basis: 50%;
}

    .module_listing_image a {
        display: inline-block;
        line-height: 0px;
    }

    .module_listing_image img {
        max-width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

.module_listing_title {
    margin: 0px;
    color: #000000;
    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: #222222;
    }

.module_listing_metadata {
    margin: 0px 0px 10px 0px;
    color: var(--sec);
    line-height: 1.3em;
}

    .module_listing_metadata + .module_listing_title,
    .module_listing_title + .module_listing_metadata {
        margin-top: 10px;
    }

.module_listing_content {
    flex-basis: 50%;
    height: 250px;
}

.module_listing_content,
.module_listing_content:last-child {
    margin-top: 10px;
    margin-bottom: 15px;
}

.module_listing_footer{
    display: flex;
    flex-wrap: wrap;
}

.module_listing_links {
    flex-grow: 1;
}

    .module_listing_links a{
        color: var(--pri);
    }

    .module_listing_tags .tag {
        padding: 4px 15px 5px;
        margin: 0 2px;
        border-radius: 15px;
        background: var(--sec);
        color: #fff;
    }

/*-----------------------------------------------------------------------------------------------*/

.module_article_header {
    overflow: hidden;
    position: relative;
    clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%);
    padding: 4em 2em 3em;
}

    .module_article_header img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        object-fit: cover;
        object-position: center;
        z-index: -1;
    }

.module_article_title {
    margin-bottom: 24px;
}

.module_article_metadata {
    margin-bottom: 24px;
    font-size: 1.3em;
    line-height: 1.3em;
}

.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;
    }

/*-----------------------------------------------------------------------------------------------*/
/* Multiple Date Range Selector */

.date_range {
    margin: 0 0 15px;
}

.date_range_text {
    line-height: 34px;
    float: left;
    margin: 0 15px;
}

/*-----------------------------------------------------------------------------------------------*/
/* Calendar */

.calendar {
    margin: 15px 0;
}

.calendar_day_label {
    font-weight: bold;
    color: #999;
}

.calendar_week {
    clear: both;
}

.calendar_day {
    float: left;
    width: 14.28%;
}

.other_month.calendar_day {
    opacity: 0.6;
}

.calendar_day_today {
    background: #f7ebb3;
}

.calendar_day_inner {
    position: relative;
    border: 1px solid #ddd;
    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: #666;
}

.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;
}

/*-----------------------------------------------------------------------------------------------*/
/* LISTS */

#content ul:not(.breadcrumb):not(.pagination):not(.dropdown-menu):not(.side_menu):not(.nav-tabs) {
    list-style-type: none;
    padding: 0;
    margin: 0px 0px 0px 2em;
}

    #content ul:not(.breadcrumb):not(.pagination):not(.dropdown-menu):not(.side_menu):not(.nav-tabs) li:before {
        content: "";
        position: relative;
        font-family: 'Glyphicons Halflings';
        float: left;
        height: 7px;
        width: 7px;
        top: 9px;
        margin-left: -25px;
        background-color: var(--sec);
        border-radius: 50px;
        overflow: hidden;
    }

    #content ul:not(.breadcrumb):not(.pagination):not(.dropdown-menu):not(.side_menu):not(.nav-tabs) li ul {
        list-style-type: none;
        padding: 0;
        margin: 0px 0px 0px 1em;
    }

        #content ul:not(.breadcrumb):not(.pagination):not(.dropdown-menu):not(.side_menu):not(.nav-tabs) li ul li:before {
            content: "\e074";
            font-family: 'Glyphicons Halflings';
            float: left;
            font-size: 8px;
            margin-left: -15px;
            color: #666666;
        }

/*-----------------------------------------------------------------------------------------------*/
/* PAGINATION */

.pagination > li > a,
.pagination > li > span {
    color: #000;
}

    .pagination > li > a:focus,
    .pagination > li > a:hover,
    .pagination > li > span:focus,
    .pagination > li > span:hover {
        color: #000;
    }

.pagination > li.active > a,
.pagination > li.active > a:focus,
.pagination > li.active > a:hover,
.pagination > li.active > span,
.pagination > li.active > span:focus,
.pagination > li.active > span:hover {
    background-color: #666666;
    border-color: #666666;
    color: #FFFFFF;
}

/*-----------------------------------------------------------------------------------------------*/
/* 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;
    }

/*-----------------------------------------------------------------------------------------------*/

h2.media-heading + p {
    margin-top: 0px;
}

.right_image img {
    width: 100%;
    height: auto;
}

/*-----------------------------------------------------------------------------------------------*/

.social_share {
    color: #999;
    white-space: nowrap;
    display: inline-block;
}

.share_buttons {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline;
}

    .share_buttons li {
        margin: 0;
        margin-left: 2px;
        display: inline;
    }

/*-----------------------------------------------------------------------------------------------*/
/* MODULE STYLES */

.cs_inline {
    background-size: cover;
}

    .cs_inline .cs_inner {
        background-color: rgba(0,0,0,0.65);
        padding: 25px;
    }

/*-----------------------------------------------------------------------------------------------*/

.btn-group{
    height: fit-content;
}

.btn-group.category_selector .dropdown-menu {
    min-width: 250px;
    padding: 8px;
}

.btn-group.category_selector li:first-child {
    margin-bottom: 8px;
}

.btn-group.category_selector .checkboxes {
    max-height: 200px;
    overflow-y: auto;
}

.btn-group.category_selector .clear_button {
    cursor: pointer;
}

/*-----------------------------------------------------------------------------------------------*/

.editable_panel .panel-title a .fa-caret-down,
.editable_panel .panel-title a .fa-caret-up {
    float: right;
    font-size: 1.2em;
}

.editable_panel .panel-heading {
    background-image: none;
}

.editable_panel .panel-title a {
    display: block;
    font-weight: 600;
}

/*-----------------------------------------------------------------------------------------------*/

.grid_blocks {
    margin-top: 30px;
}

    .grid_blocks + .grid_blocks {
        margin-top: 0px;
    }

.grid_block {
    position: relative;
    margin-bottom: 30px;
}

    .grid_block.row {
        margin-left: 0px;
        margin-right: 0px;
    }

    .grid_block .block_image {
        overflow: hidden;
        text-align: center;
        max-height: 300px;
    }

    .grid_block.row .block_image {
        padding-left: 0px;
        padding-right: 0px;
        height: 300px;
    }

.grid_blocks.minor .grid_block.row .block_image {
    height: 180px;
}

.grid_block .block_image a {
    display: block;
    height: 100%;
    line-height: 0px;
}

.grid_block .block_image img {
    min-width: 100%;
    min-height: 100%;
}

.grid_block .block_content {
    padding: 1em 2em;
}

.grid_blocks.minor .grid_block .block_content {
    padding-bottom: 15px;
}

.grid_block.row .block_content {
    position: static;
}

.grid_block .block_content > p:last-child {
    margin-top: -14px;
}

    .grid_block .block_content > p:last-child > a:first-child:last-child {
        /*position: absolute;
        bottom: 15px;
        right: 15px;*/
    }

.grid_blocks.minor .grid_block .block_content > p:last-child > a:first-child:last-child {
    position: static;
    display: block;
}

.grid_block .block_content > p:last-child {
    margin-top: 0px;
}

/*-----------------------------------------------------------------------------------------------*/

#factoid-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
}

    #factoid-slider > span {
        min-width: 20px;
        width: 20px;
        height: 20px;
        border: 3px solid #fff;
        border-radius: 10px;
    }

        #factoid-slider > span:hover {
            cursor: pointer;
            background-color: rgba(255, 255, 255, .5);
        }

    #factoid-slider .factoid {
        text-align: center;
    }

        #factoid-slider .factoid h1{
            text-transform: uppercase;
            letter-spacing: 5px;
        }

#factoid-slider .factoid .btn:empty{
    display: none;
}

#logo-slider .slick-track {
    display: flex;
    align-items: center;
}

#logo-slider .logo {
    margin: 10px 20px;
}

    #logo-slider .logo img {
        max-width: 100%;
        margin: 0 auto;
        object-fit: contain;
        object-position: center;
    }

#logo-slider .slick-dots{
    margin: 0!important;
}

#logo-slider .slick-dots li {
    display: inline-block;
}

    #logo-slider .slick-dots li::before {
        content: none !important;
    }

    #logo-slider .slick-dots li button {
        font-size: 0;
        line-height: 0;
        margin: 0 5px;
        height: 15px;
        width: 15px;
        border-radius: 10px;
        background: none;
        border: 2px solid var(--pri);
    }

    #logo-slider .slick-dots li.slick-active button {
        background: rgba(30, 7, 88, .5);
    }

/*-----------------------------------------------------------------------------------------------*/

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin: 60px auto;
}

.modal-content {
    border-radius: 0;
    border: 0;
}

.close_modal_btn {
    position: absolute;
    top: -50px;
    right: 0;
    color: #b1b1b1;
    cursor: pointer;
    font-weight: 300;
    font-size: 4em;
    float: none;
    text-shadow: none;
    line-height: unset;
    opacity: 1;
    transition: all ease 0.3s;
}

.close_modal_btn:hover {
    color: #fff;
    opacity: 1;
}

.modal-body {
    padding: 30px 60px;
}

.modal-backdrop.in {
    opacity: 0.8;
}

/*-----------------------------------------------------------------------------------------------*/

#blueimp-gallery {
    background: rgba(0,0,0,.8);
    overflow-x: hidden;
    overflow-y: auto;
}

#blueimp-gallery > .slides {
    overflow: visible;
}

#blueimp-gallery > .slides > .slide {
    overflow: visible;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    height: auto;
}

#blueimp-gallery .slide-content {
    position: relative;
    display: inline-block;
    background-color: #FFFFFF;
    vertical-align: middle;
    padding: 15px 30px;
    margin: 60px auto;
    text-align: left;
    width: 1140px;
}

#blueimp-gallery .slide-active .slide-content {
    opacity: 1;
}

#blueimp-gallery .slide-content .prev,
#blueimp-gallery .slide-content .next {
    color: #b1b1b1;
    font-size: 1em;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
}

#blueimp-gallery .slide-content .prev span,
#blueimp-gallery .slide-content .next span {
    position: relative;
    display: inline-block;
    padding: 2px;
    text-align: center;
}

#blueimp-gallery .slide-content .prev:hover,
#blueimp-gallery .slide-content .next:hover {
    color: #fff;
}

#blueimp-gallery .slide-content .prev {
    position: absolute;
    bottom: -50px;
    left: 0;
}

#blueimp-gallery .slide-content .prev span {
    margin: 0 10px 0 0;
}

#blueimp-gallery .slide-content .next {
    position: absolute;
    bottom: -50px;
    right: 0;
}

#blueimp-gallery .slide-content .next span {
    margin: 0 0 0 10px;
}

#blueimp-gallery .slide-content h2:first-child {
    font-size: 2.5em;
    text-transform: uppercase;
    color: #e41c3f;
    font-weight: 700;
    letter-spacing: 2px;
}

#blueimp-gallery .slide-content .standard_btn {
    opacity: 1;
    font-size: 1em;
    font-weight: 400;
    text-shadow: none;
    line-height: 1.5em;
    float: left;
    margin-top: 15px;
}

#blueimp-gallery .slide-content .standard_btn:hover {
    opacity: 1;
}

/*-----------------------------------------------------------------------------------------------*/

.pagination {
    border-radius: 0;
    display: flex;
    justify-content: center;
}

    .pagination > li > a,
    .pagination > li > span {
        border-color: transparent;
        background: none;
        transition: all .2s;
    }

    .pagination > .disabled > a,
    .pagination > .disabled > a:focus,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > span,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > span:hover {
        background-color: transparent;
        border-color: transparent;
    }

    .pagination > li:first-child > a,
    .pagination > li:first-child > span,
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
        border-radius: 0 !important;
    }

    .pagination > li.active > a,
    .pagination > li.active > a:focus,
    .pagination > li.active > a:hover,
    .pagination > li.active > span,
    .pagination > li.active > span:focus,
    .pagination > li.active > span:hover,
    .pagination > li > a:focus,
    .pagination > li > a:hover,
    .pagination > li > span:focus,
    .pagination > li > span:hover {
        background-color: var(--pri);
        border-color: transparent;
        color: #fff;
    }

.btn-group.open > .dropdown-menu {
    border-radius: 0!important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: var(--sec);
    background-image: none;
}

/*-----------------------------------------------------------------------------------------------*/

.resource_block {
    position: relative;
    background: #f8f8f8;
    padding: 15px 30px;
    margin: 15px 0;
}

.resource_block a {
    position: relative;
    padding: 15px 0;
    display: block;
    font-size: 1em;
    line-height: 1.2em;
    color: #000;
    background-repeat: no-repeat;
    transition: color 0.3s linear;
}

.resource_block a:hover {
    color: #18cdff;
}

.resource_block a + a {
    border-top: 1px solid #d9d9d9;
}

.resource_block a[href*=pdf] {
    padding: 15px 35px 15px 40px;
    background-image: url(../../images/icons/resource_pdf.png), url(../../images/icons/resource_download.png);
    background-position: top 8px left, top 12px right;
    background-size: 25px 30px, 20px 20px;
}

.resource_block a[href*=mailto] {
    padding: 15px 35px 15px 0;
    background-image: url(../../images/icons/resource_email.png);
    background-position: top 12px right;
    background-size: 20px 20px;
}

/*-----------------------------------------------------------------------------------------------*/

.calpicker {
    position: relative;
    padding: 15px;
    background-color: var(--pri);
}

.calpicker .calpicker_status {
    padding: 0 0 5px;
    text-align: center;
    font-size: 1.5em;
    line-height: 1.2em;
    color: #fff;
}

.calpicker .calpicker_titles,
.calpicker .calpicker_dates {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.calpicker .calpicker_titles {
    padding: 0 0 5px;
}

.calpicker .calpicker_titles > .calpicker_title,
.calpicker .calpicker_dates > .calpicker_day {
    position: relative;
    display: block;
    padding: 4px 0;
    margin: 5px 10px;
    text-align: center;
}

.calpicker .calpicker_titles > .calpicker_title {
    flex: 0 0 calc(14.2% - 20px);
    color: #9b9b9b;
}

.calpicker .calpicker_dates > .calpicker_day {
    flex: 0 0 calc(14.28% - 20px);
    cursor: pointer;
    color: #fff;
}

.calpicker .calpicker_dates > .calpicker_day.today {
    background-color: rgba(0, 0, 0, 0.2);
}

.calpicker .calpicker_dates > .calpicker_day.selected_day {
    background-color: var(--occupiers);
    border-radius: 50%;
    color: #fff !important;
}

.calpicker .calpicker_dates > .calpicker_day.pending_day {
    color: #9b9b9b;
}

.calpicker .calpicker_dates > .calpicker_day.disabled_day {
    cursor: not-allowed;
}

.calpicker .calpicker_options {
    position: relative;
    padding: 15px 0 0;
    text-align: center;
}

.calpicker .calpicker_options .glyphicon {
    margin: 0 15px;
    color: #fff;
    cursor: pointer;
}

/*-----------------------------------------------------------------------------------------------*/

.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
    background-color: var(--pri);
}

.bootstrap-datetimepicker-widget td span.active {
    background-color: var(--pri);
}

/*-----------------------------------------------------------------------------------------------*/

.input-group.time .input-group-addon {
    cursor: pointer;
}

.input-group.time input.disabled {
    background: #c7c7c7;
    cursor: not-allowed;
}

.has-error .input-group.time .input-group-addon .glyphicon-time {
    visibility: hidden; 
}

.timeselector {
    position: absolute;
    font-size: 14px;
    z-index: 1000;
    float: left;
    width: 19em;
    padding: 4px;
    margin: 3px 0;
    display: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.timeselector.bottom::before {
    position: absolute;
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0,0,0,.2);
    top: -7px;
    left: 7px;
}

.timeselector.top::before {
    position: absolute;
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0,0,0,.2);
    bottom: -7px;
    left: 6px;
}

.timeselector.bottom::after {
    position: absolute;
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    top: -6px;
    left: 8px;
}

.timeselector.top::after {
    position: absolute;
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    bottom: -6px;
    left: 7px;
}

.timeselector.right::before {
    left: auto;
    right: 6px;
}

.timeselector.right::after {
    left: auto;
    right: 7px;
}

.timeselector .timeselector_row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.timeselector .timeselector_row > .timeselector_col {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex: 1;
}

.timeselector .timeselector_time {
    font-size: 2em;
    padding: 15px 0;
}

.timeselector .timeselector_btn {
    display: inline-block;
    padding: 15px;
    background: #fff;
    color: var(--pri);
    width: 100%;
    border-radius: 2px;
}

.timeselector .timeselector_btn:hover {
    background: #eee;
}

/*-----------------------------------------------------------------------------------------------*/

.marketing-notice {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.75);
    color: #000;
    z-index: 999;
    font-family: Founders Grotesk, Arial, Helvetica, Tahoma, Geneva, Verdana, Sans-Serif;
}

    .marketing-notice .marketing-notice-container {
        max-width: 1000px;
        margin: 0 15px;
        overflow: auto;
    }

        .marketing-notice .marketing-notice-container > a {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
        }

    .marketing-notice .marketing-notice-panel {
        background: #fff;
        min-height: 100px;
    }

        .marketing-notice .marketing-notice-panel .marketing-notice-panel-body {
            position: relative;
            background-image: url(../../images/marketing.jpg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            padding: 30px;
            color: #fff;
            min-height: 550px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 60px;
        }

            .marketing-notice .marketing-notice-panel .marketing-notice-panel-body .marketing-notice-close {
                position: absolute;
                background-image: url(../../images/marketing-close.png);
                background-repeat: no-repeat;
                background-position: center;
                background-size: 100% 100%;
                padding: 20px;
                top: 30px;
                right: 30px;
                cursor: pointer;
                transition: filter 0.3s linear;
                z-index: 99;
            }

            .marketing-notice .marketing-notice-panel .marketing-notice-panel-body .marketing-notice-close:hover {
                filter: invert(1);
            }

            .marketing-notice .marketing-notice-panel .marketing-notice-panel-body h2,
            .marketing-notice .marketing-notice-panel .marketing-notice-panel-body h3 {
                color: #fff;
                line-height: 0.9em;
                margin: 0;
            }

            .marketing-notice .marketing-notice-panel .marketing-notice-panel-body h2 {
                font-size: 2.2rem;
            }

            .marketing-notice .marketing-notice-panel .marketing-notice-panel-body h2 .bubble {
                background: #fff;
                color: #51b0bf;
                border-radius: 1.8rem / 50%;
                padding: 15px 15px 0;
                margin: 0 5px;
                text-transform: uppercase;
            }

            .marketing-notice .marketing-notice-panel .marketing-notice-panel-body h3 {
                font-size: 6.5rem;
            }

        .marketing-notice .marketing-notice-panel .marketing-notice-panel-footer {
            display: flex;
            padding: 30px;
            gap: 30px;
        }

            .marketing-notice .marketing-notice-panel .marketing-notice-panel-footer h4 {
                font-size: 1.6rem;
                line-height: 1.2em;
            }
            
            .marketing-notice .marketing-notice-panel .marketing-notice-panel-footer a {
                padding: 8px 15px 0;
                border-radius: 1.2rem / 50%;
                border: 1px solid #000;
                line-height: 1.5rem;
                font-size: 1.5rem;
                color: #000;
                transition: border-color 0.3s linear, color 0.3s linear;
                z-index: 99;
            }

            .marketing-notice .marketing-notice-panel .marketing-notice-panel-footer a:hover {
                border-color: #51b0bf;
                color: #51b0bf;
            }

            .marketing-notice .marketing-notice-panel .marketing-notice-panel-footer div {
                display: flex;
                align-items: center;
            }

            .marketing-notice .marketing-notice-panel .marketing-notice-panel-footer div:last-child {
                border-left: 1px solid #000;
                padding: 0 0 0 30px;
                justify-content: space-between;
                align-items: center;
                gap: 15px;
                flex: 1;
            }

/*-----------------------------------------------------------------------------------------------*/

.grecaptcha {
    overflow: hidden;
}