body {
    font-family: "Open Sans", "Noto Sans", "Noto Sans CJK", helvetica, arial, sans-serif;
    color: #626262;
    overflow-x: hidden;
}

header {
    -webkit-box-shadow: 0px 9px 9px 0px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0px 9px 9px 0px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 9px 9px 0px rgba(0, 0, 0, 0.21);
    padding: 20px 0;
    position: relative;
    z-index: 100;
}

h1 {
    font-family: "Open Sans", "Noto Sans", "Noto Sans CJK", helvetica, arial, sans-serif;
    color: #212121;
    font-size: 1.5em;
    font-weight: 600;
}
h2 {
    font-family: "Open Sans", "Noto Sans", "Noto Sans CJK", helvetica, arial, sans-serif;
    color: #212121;
    font-size: 1.3em;
    font-weight: 600;
}
h3 {
    font-family: "Open Sans", "Noto Sans", "Noto Sans CJK", helvetica, arial, sans-serif;
    color: #212121;
    font-size: 1.1em;
    font-weight: 600;
}
h4 {
    font-family: "Open Sans", "Noto Sans", "Noto Sans CJK", helvetica, arial, sans-serif;
    color: #212121;
    font-size: 1.0em;
    font-weight: 600;
}


/*.tooltip-inner {
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}*/

.tooltips {
    color: #000;
}

.fw {
    width: 100%;
}

a {
    color: #e40234;
}

    a:hover, a:focus, a:active {
        color: #000;
        text-decoration: none;
    }

.event-info-column .lead {
    font-size: 1.2em;
}

.event-info-column {
    border-left: 1px solid #e3e3e3;
}

.img-row .event-info-column {
    border-left: 1px solid #4c4f59;
}

@media (min-width: 992px) {
    .fac {
        margin-bottom: 0px;
        margin-right: 6px;
        color: #000;
        font-size: 1.1em;
        letter-spacing: .02em;
        float: right;
    }
    .reduce {
        margin-right: 40px;
    }
}


@media (min-width: 992px) {
    .quotes {
        margin-top: -100px;
    }
}


.bird {
    width: 130%;
    margin-bottom: -150px;
}

.fw {
    width: 100%;
}

.breathe-s {
    padding-top: 20px;
    padding-bottom: 20px;
}

.breathe-s-top {
    padding-top: 20px;
}

.breathe-s-bottom {
    padding-bottom: 20px;
}

.breathe {
    padding-top: 40px;
    padding-bottom: 40px;
}

.contrast {
    background: #ededed;
}

.darker {
    background: #343434;
    color: #fff;
}

    .darker h2, .darker h1 {
        color: #fff;
    }

#map {
    height: 600px;
    width: 100%;
    margin-bottom: 20px;
}

#map1 {
    height: 350px;
    width: 100%;
    margin-bottom: 20px;
}

#map2 {
    height: 350px;
    width: 100%;
    margin-bottom: 20px;
}

#map-chooser {
    background: #1f1f1f;
    padding: 15px 20px;
    color: #fff;
}

.corner h2 {
    color: #fff;
}

.corner .inner {
    padding: 20px 20px 20px 20px;
    z-index: 50;
    margin-top: 20px;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
    font-size: 0.9em;
}

.corner:first-of-type .inner {
    padding: 20px 20px 20px 20px;
}

.corner {
    padding: 0;
    position: relative;
    color: #fff;
}

    .corner.a {
        background-color: #003b4b;
        z-index: 40;
    }

    .corner.b {
        background-color: #338d6f;
        z-index: 30;
    }

    .corner.c {
        background-color: #2d5565;
        z-index: 20;
    }

    .corner.d {
        background-color: #007752;
        z-index: 10;
    }

.corner {
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

    .corner:nth-of-type(2) {
        animation-delay: 1s;
    }

    .corner:nth-of-type(3) {
        animation-delay: 2s;
    }

    .corner:nth-of-type(4) {
        animation-delay: 3s;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.event .date:after, .news-article-short .date:after {
    left: 100%;
    top: 30%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.event .date:after, .news-article-short .date:after {
    /*border-color: #fff;*/
    border-left-color: #e40234;
    border-width: 4px;
    margin-top: -4px;
}

.snippet {
    margin-top: 20px;
    margin-bottom: 20px;
}

.news-article-short {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

    .news-article-short:last-of-type {
        border-bottom: none;
    }

    .event .date, .news-article-short .date {
        position: relative;
        background: #e40234;
        display: inline-block;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        padding: 3px 7px;
        float: left;
        max-width: 15%;
    }

    .news-article-short img {
        margin-bottom: 20px;
    }

.article-header {
    display: inline-block;
    max-width: 80%;
    margin-left: 10px;
}

.event .date span, .news-article-short .date span {
    /*display: block;*/
    font-size: 1.7em;
}

.event .date {
    position: absolute;
    z-index: 10;
    top: 50px;
    left: 0;
}

.event {
    font-size: .8em;
}

.event-cover {
    background: #f1f1f1;
    padding-left: 55px;
}

    .event-cover h2 {
        font-size: 1.2em;
    }

    .event-cover .btn {
        position: absolute;
        right: 40px;
        bottom: 20px;
        z-index: 10;
    }

.news-article-short h2 {
    margin: 0 0 5px 0;
    font-size: 1.3em;
}

.updated {
    color: #919191;
    font-size: .9em;
    padding-bottom: 10px;
}


.paginate {
    list-style: none;
    margin: 0px;
    padding: 0;
    display: block;
    text-align: center;
}

    .paginate li {
        display: inline-block;
    }

        .paginate li a {
            background: #a3a3a3;
            padding: 3px 6px;
            font-size: .7em;
            color: #fff;
            border-radius: 50%;
            margin: 0 5px;
            display: inline-block;
        }

            .paginate li a.active {
                background: #e40234;
            }

    .paginate > li:first-child > a, .paginate > li:last-child > a {
        border-top-left-radius: 50%;
        border-bottom-left-radius: 50%;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
        background: #000;
    }

.sidenav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidenav li a, .sidenav li {
    color: black;
    padding: 4px 0;
    display: block;
}

.sidenav li {
    border-bottom: 1px solid #ccc;
}

    .sidenav li:first-of-type {
        border-top: 1px solid #ccc;
    }

    .sidenav li a:hover {
        color: #424242;
        text-decoration: underline;
    }

.exemptions-form {
    background: #f1f1f1;
    padding: 30px;
}

.entry-requirements-form {
    background: #f1f1f1;
    padding: 30px;
}

#restart-exemptions {
    margin-bottom: 20px;
}

#exemptions {
    background: #fbfbfb;
    padding: 0 20px;
}

    #exemptions th,
    #exemptions td {
        padding: 10px 0;
    }

select.form-control {
    background-color: white;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    border: none;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%), linear-gradient(to right, #fcc24f, #fcc24f);
    background-position: calc(100% - 17px) calc(1em + 2px), calc(100% - 12px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
}

select:disabled.form-control {
    background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
}

#map-chooser select {
    background-color: white;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    border: none;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, #e40133, #e40133);
    background-position: calc(100% - 17px) calc(1em + 2px), calc(100% - 12px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
}

#map-chooser .input-group-addon {
    padding: 0 15px 0 0;
    color: #fff;
    text-align: center;
    background-color: transparent;
    border: none;
}

.gm-style-iw {
    width: 230px !important;
    top: 15px !important;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
    border-radius: 2px 2px 2px 2px;
}

#iw-container {
    margin-bottom: 10px;
}

    #iw-container .iw-title-main,
    #iw-container .iw-title-partner {
        font-size: 1.1em;
        font-weight: bold;
        padding: 10px;
        background-color: #e40234;
        color: white;
        margin: 0;
        border-radius: 2px 2px 0 0;
    }

    #iw-container .iw-title-partner {
        background-color: #753bbd;
    }

    #iw-container .iw-content {
        font-size: 1em;
        line-height: 18px;
        font-weight: 400;
        margin-right: 1px;
        padding: 15px 5px 20px 15px;
        overflow-y: auto;
        overflow-x: hidden;
    }

.carousel .play {
    display: none;
}

.carousel .play,
.carousel .stop {
    color: #e40234;
}

.carousel-navigation {
    text-align: center;
    font-size: 2em;
}

    .carousel-navigation i {
        cursor: pointer;
    }

.carousel-logo {
    max-width: 24%;
    max-height: 80px;
    display: inline-block;
    padding: 2%;
}

li .carousel-logo:first-of-type {
    padding-left: 0;
}

.info {
    z-index: 99;
    left: 0;
    right: 0;
    bottom: 10%;
    position: fixed;
}

    .info .info-bg {
        color: #fff;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 0;
        border-bottom-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    .info .h-icon {
        max-width: 85px;
        padding: 20px 0 5px 0;
    }

    .info p {
        color: #b9b9bb;
        font-size: 0.9em;
    }

        .info p.lead {
            font-weight: bold;
            margin-bottom: 0;
            color: #fff;
            font-size: 1.5em;
        }

    .info .btn {
        margin-bottom: -15px;
        font-size: 0.9em;
    }

.btn .subtext {
    text-transform: none;
    font-size: 0.8em;
    clear: both;
    display: block;
    white-space: normal;
    padding-bottom: 10px;
}

.info-col .info-link {
    min-height: 170px;
    display: block;
}

.scrolling {
    position: absolute;
    bottom: 10%;
}

.offscreen {
    position: absolute;
    bottom: 10%;
}

.btn-primary {
    background: #fcc24f;
    color: #000;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 5px 20px;
}

.btn-secondary {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 5px 20px;
}

    .btn-secondary.active.focus,
    .btn-secondary.active:focus,
    .btn-secondary.active:hover,
    .btn-secondary:active.focus,
    .btn-secondary:active:focus,
    .btn-secondary:active:hover,
    .open > .dropdown-toggle.btn-secondary.focus,
    .open > .dropdown-toggle.btn-secondary:focus,
    .open > .dropdown-toggle.btn-secondary:hover,
    .btn-secondary:hover,
    .btn-secondary:active,
    .btn-secondary:focus,
    .btn-secondary:active:focus {
        background: #000;
        color: #faa700;
        background-color: #000;
        border-color: #000;
    }

.btn-ternary {
    background: #b5b5b5;
    color: #000;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 5px 20px;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus {
    background: #faa700;
    color: #000;
    background-color: #faa700;
    border-color: #faa700;
}

.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
    background: #faa700;
    color: #000;
    background-color: #faa700;
    border-color: #faa700;
}

.btn-search {
    background: #000;
    color: #fff;
    border: none;
    text-transform: uppercase;
    border-radius: 0;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 5px 10px;
}

    .btn-search:focus,
    .btn-search:visited,
    .btn-search:active:focus {
        color: #fff;
        text-decoration: none;
    }

    .btn-search:hover {
        color: #ccc;
        text-decoration: none;
    }

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

nav > ul > li {
    display: inline-block;
    padding: 10px 10px;
    text-transform: uppercase;
}

    nav > ul > li:last-of-type {
        /*padding-left: 0;
        padding-right: 0;*/
    }

@media (min-width: 992px) {

    nav ul > li {
        position: relative;
    }

    nav ul {
        top: 0;
    }

        nav ul li > ul {
            position: absolute;
        }
}

nav ul li a {
    color: #000;
    padding: 12px 0;
    text-transform: uppercase;
}

#search-filter input {
    border-radius: 0;
    border: 1px solid #dfdfdf;
    background: #dfdfdf;
    box-shadow: none;
    color: #000;
    height: 44px;
}

.filter-box {
    background: #f1f1f1;
    padding: 20px 30px;
}

.btn-default {
    background: #fcc24f;
    border: 1px solid #fcc24f;
    border-radius: 0;
    padding-top: 11px;
    padding-bottom: 11px;
}

    .btn-default:hover {
        background: #faa700;
        border: 1px solid #fcc24f;
        border-radius: 0;
        padding-top: 11px;
        padding-bottom: 11px;
    }

.tbl-wrap {
    display: none;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border: none;
    padding: 15px 20px;
}

.table > thead > tr > th {
    background: #fcc24f;
}

.table-consultation {
    max-width: 500px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ededed;
}

table.table-agenda tr td:first-of-type {
    padding-left: 0;
    width: 100px;
    font-weight: bold;
}

.table-expand {
    background: #000;
    color: #fff;
    padding: 15px 20px;
    font-size: 1.5em;
    font-weight: bold;
}

.cols {
    column-count: 2;
}

.btn.btn-secondary.disabled {
    background: #ccc;
    color: #fff;
}

.box-1,
.box-2,
.box-3,
.box-4 {
    background-color: #003c4c;
    color: #fff;
    padding: 20px;
    font-weight: bold;
    font-size: 1.2em;
    border-radius: 0px 15px 0px 15px;
    margin-bottom: 30px;
    background-image: url("/images/smallwatermark.png");
    background-repeat: no-repeat;
    background-position: right -50px bottom -120px;
}

    .box-1:after,
    .box-2:after,
    .box-3:after,
    .box-4:after {
        content: " ";
        clear: both;
        display: block;
    }

.light {
    background: #f1f1f1;
    margin: 0;
}

.dark {
    background: #e6e6e6;
    margin: 0;
}

.box-2 {
    background-color: #007853;
}

.box-3 {
    background-color: #6e6e6e;
}

.box-4 {
    background-color: #2d5565;
}

.expandable-heading {
    background: #383838;
    padding: 20px 20px;
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
}

    .expandable-heading:after {
        content: " ";
        clear: both;
        display: block;
    }

.expandable-content {
    padding: 10px;
    font-size: 0.75em;
    font-weight: normal;
}

    .expandable-content p:first-of-type {
        display: block;
        border-top: 1px solid rgb(153, 153, 153);
        padding-top: 20px;
        margin-top: 20px;
    }

.box-1.ex,
.box-2.ex,
.box-3.ex,
.box-4.ex {
    font-size: 1.5em;
}

.expandable {
    display: none;
    clear: both;
}

.contact-form {
    background: #f1f1f1;
}

    .contact-form h2 {
        display: block;
        background: #fcc24f;
        color: #000;
        font-size: 1.1em;
        padding: 15px 30px;
    }

    .contact-form .form-inner {
        margin: 0 30px;
    }

        .contact-form .form-inner hr {
            border-top: 1px solid white;
            margin-top: 7px;
            margin-bottom: 7px;
        }

.social-contacts a {
    color: #626262;
    font-weight: bold;
    font-size: 0.9em;
}

    .social-contacts a i {
        color: #e40234;
        font-size: 1.5em;
        margin-right: 5px;
    }

.form-footer {
    background: #373737;
    padding: 20px 30px;
    color: #fff;
    margin-top: 30px;
}

    .form-footer:after {
        content: " ";
        display: block;
        clear: both;
    }

select,
textarea,
input[type="text"],
input[type="num"],
input[type="password"] {
    border-radius: 0 !important;
}
/* select:not([multiple]){
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    padding: .5em;
} */

footer {
    background: #dfdfdf;
    font-size: 0.9em;
    padding-top: 30px;
    padding-bottom: 30px;
}

    footer a {
        color: #e40234;
    }

        footer a:hover {
            color: #aa0505;
        }

    footer .fab {
        font-size: 1.7em;
        display: inline-block;
        padding: 0 3px;
    }

    footer .twitter-title {
        font-weight: bold;
        font-size: 1.2em;
    }

    footer ul {
        list-style: none;
        margin: 0 0 10px 0;
        padding: 0;
    }

        footer ul li {
            display: inline-block;
        }

            footer ul li:after {
                content: " | ";
            }

            footer ul li:last-of-type:after {
                content: "";
            }

/*! http://responsiveslides.com v1.55 by @viljamis */
#slideshow {
    position: relative;
    background: #32405b;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .rslides li {
        -webkit-backface-visibility: hidden;
        position: absolute;
        display: none;
        width: 100%;
        left: 0;
        top: 0;
    }

        .rslides li:first-child {
            position: relative;
            display: block;
            float: left;
        }

    .rslides img {
        display: block;
        height: auto;
        float: left;
        width: 100%;
        border: 0;
    }

.rslides1_tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 5%;
    z-index: 999;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    text-align: center;
    z-index: 50;
}

    .rslides1_tabs li {
        display: inline-block;
        text-indent: -9999px;
        background: #ccc;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        opacity: 0.3;
    }

        .rslides1_tabs li.rslides_here {
            opacity: 0.9;
        }

.rslides li .pitch {
    position: absolute;
    top: 90px;
    left: 5%;
    right: 5%;
    text-align: center;
    color: #fff;
    z-index: 12;
}

    .rslides li .pitch p {
        padding: 10px 10%;
    }

    .rslides li .pitch h1 {
        color: #fff;
        font-size: 3em;
    }

/* bootstrap overrides. */

.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutter > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.small-gutter {
    margin-right: 2px;
    margin-left: 2px;
}

    .small-gutter > [class*="col-"] {
        padding-right: 2px;
        padding-left: 2px;
    }

.close-nav {
    font-size: 2em;
    color: #fff;
    cursor: pointer;
}

.subnav {
    display: block;
}

    .subnav h2 {
        display: inline-block;
        background: #e40133;
        color: #fff;
        padding: 5px 20px;
        border-radius: 0;
        border-bottom-left-radius: 10px;
        border-top-right-radius: 10px;
        margin-left: 20px;
    }

    .subnav ul {
        list-style: none;
        margin: 0;
        padding: 20px 20px 20px 20px;
        background: #eaeaea;
        border-radius: 0;
        border-bottom-left-radius: 10px;
        border-top-right-radius: 10px;
        margin-top: -25px;
    }

    .subnav li a {
        color: #000;
        border-bottom: 1px solid #cccccc;
        display: block;
        padding: 5px 0;
    }

.extra-padding-bottom {
    padding-bottom: 50px;
}

.download-wrapper {
    background: #ececec;
    text-align: center;
    padding-top: 25px;
    border: none;
    border-bottom-left-radius: 15px;
}

    .download-wrapper .btn {
        margin-top: 25px;
        width: 100%;
        text-transform: none;
    }

.includes ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 27px;
}

    .includes ul li {
        padding: 10px 0;
    }

.includes li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
    display: block;
    height: 0;
    width: 0;
    left: -1.4em;
    font-size: 1.4em;
    top: 0em;
    position: relative;
    color: #763cbd;
}

.bullet ul {
    list-style: none;
}

    .bullet ul li {
        padding: 10px 0;
    }

.bullet li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
    display: block;
    height: 0;
    width: 0;
    left: -1.4em;
    font-size: 1.4em;
    top: 0em;
    position: relative;
    color: #E20033;
}

.includes blockquote {
    background: #763cbd;
    font-size: 1em;
    color: #fff;
    border: none;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
    padding: 30px;
    margin-top: 30px;
}



.includes cite {
    font-size: .8em;
    font-style: normal;
}

.distance .btn-primary {
    background: #763cbd;
    color: #fff;
}

.distance a {
    color: #763cbd;
}

.heading-separate {
    display: block;
    margin-top: 40px;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 10px;
}

@media (max-width: 768px) {
    .heading-separate {
        border-bottom: none !important;
    }
}

@media (max-width: 768px) {
    .g-recaptcha {
        transform: scale(0.7);
        transform-origin: 0;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}

.policy-logo {
    height: auto;
    padding-bottom: 10px;
}

/*.policy-logo img {
        max-height:;
    }*/

.journey {
    margin-top: 30px;
    position: relative;
    cursor: pointer;
}

.journey-name {
    font-weight: 600;
    padding-bottom: 10px;
    position: absolute;
    top: 20px;
    color: #fff;
    left: 30px;
    font-size: 1.5em;
    z-index: 1;
}

#journey-info {
    margin-bottom: 30px;
    opacity: 0;
    overflow: hidden;
    transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    max-height: 0;
}

    #journey-info.animate {
        opacity: 1;
        max-height: 3600px;
        transition: all 1s ease-out;
    }

.journey-info {
    display: none;
}

.profile-name {
    font-weight: 600;
    font-size: 1em;
    padding-bottom: 10px;
}

.divider {
    border-left: 1px solid #c2912f;
}

.profile-info {
    display: none;
}

.profile-inner h2 {
    font-size: 2em;
    margin-top: 0;
    padding-top: 0;
}

.journey-inner h2 {
    margin-top: 0;
    padding-top: 0;
}

.profile-inner h4 {
    font-size: 1.3em;
}

.multiply {
    clear: both;
}

    .multiply.active:not(.cpdmode):not(.shopmode) {
        background: #fcc24f;
    }

    .multiply:hover:not(.cpdmode):not(.shopmode) {
        background: #fcc24f;
    }

    .multiply.cpdmode.active {
        outline: 2px solid #fcc24f;
    }

    .multiply.cpdmode:hover {
        outline: 2px solid #fcc24f;
    }

#profile-info {
    margin-bottom: 30px;
    opacity: 0;
    overflow: hidden;
    transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    max-height: 0;
}

.profile img {
    margin-bottom: 10px;
    mix-blend-mode: multiply;
    cursor: pointer;
}

.journey img {
    margin-bottom: 10px;
    mix-blend-mode: multiply;
    cursor: pointer;
}

.profile-inner,
.journey-inner {
    background: #fcc24f;
    border: none;
    border-radius: 0;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 30px;
}

#profile-info.animate {
    opacity: 1;
    max-height: 1200px;
    transition: all 1s ease-out;
}

.triangle.animate {
    opacity: 1;
    transition: all 1s ease-out;
}

.profile-inner:after,
.journey-inner:after {
    display: block;
    clear: both;
    content: " ";
}

.triangle {
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 0 15px 20px 15px;
    border-color: transparent transparent #fcc24f transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}

.journey .triangle {
    left: 20%;
    transform: translateX(-20%);
}

.form-progress {
    list-style: none;
    font-weight: bold;
    padding: 0;
    margin: 0;
    line-height: 2em;
    vertical-align: middle;
    display: table-cell;
}

    .form-progress li::before {
        content: "";
        position: absolute;
        background: #eee;
        z-index: -1;
        top: -35px;
        left: 1.15em;
        width: 0.2em;
        height: 8em;
    }

    .form-progress li:first-child::before {
        height: 4em;
        top: 35px;
    }

    .form-progress li:last-child::before {
        height: 4em;
    }

.num-heading {
    display: inline-block;
}

.num {
    background: #000;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.5em;
    margin-right: 15px;
    text-align: center;
    line-height: 2em;
    width: 2em;
    font-size: 1.3em;
}

.form-progress .num {
    display: block;
    float: left;
}

.incomplete .num {
    background: #b5b5b5;
}

.form-progress li {
    position: relative;
    margin: 30px 0;
}

.form-progress .active {
    background: #fcc24f;
    color: #000;
    border: none;
    border-radius: 0;
    border-bottom-left-radius: 1.2em;
    border-top-left-radius: 1.2em;
    border-top-right-radius: 1.2em;
    padding: 0 20px 0 0;
    /*overflow: auto;*/
}

.form-progress span.progress-label {
    display: inline-block;
    max-width: 70%;
    line-height: 130%;
    padding-top: 10px;
    padding-bottom: 10px;
}
/* media queries. */

@media (max-width: 768px) {
    .journey {
        clear: both;
    }
}

@media (max-width: 767px) {
    .responsive-main-column {
        width: 100%;
    }

    .responsive-block {
        display: block !important;
        clear: both;
    }
}

@media (min-width: 767px) {
    .responsive-main-column {
        width: 55%;
    }
}

@media (max-width: 992px) {
    .event-info-column {
        border-left: none;
    }

    .img-row .event-info-column {
        border-left: none;
    }

    .responsive-inline-block {
        display: inline-block !important;
    }

    #map-chooser .pull-right {
        float: none !important;
        text-align: center;
        padding: 20px 0 0 0;
    }
}

@media (max-width: 1199px) {
    .logo {
        padding-top: 10px;
    }
}

@media (max-width: 992px) {
    .acc {
        /*margin-left: 5%;*/
    }

    nav > ul {
        display: flex;
        flex-direction: column;
    }

        nav > ul > li:last-of-type {
            order: -1;
        }
}

@media (max-width: 992px) {
    .fac {
        margin-left: 5%;
/*        padding-left: 22px;*/
        display: block !important;
    }

        .fac .input-group {
            padding-bottom: 20px;
        }

    .corner:after {
        content: "";
        position: absolute;
        top: 99%;
        left: 0;
        right: 0;
        padding-bottom: 10%;
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
        clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    }

    .corner .inner {
        border-left: 30px solid #fff;
        border-right: 30px solid #fff;
    }

    .corner.a:after {
        background: #003b4b;
    }

    .corner.b:after {
        background: #338d6f;
    }

    .corner.c:after {
        background: #2d5565;
    }

    .corner.d:after {
        background: #007752;
    }

    .top-advert {
        display: none;
    }

    .desktop-l-float {
        margin-bottom: 20px;
        width: 100%;
    }

    nav .accordion-open {
        display: block;
    }

    nav .accordion-closed {
        display: none;
    }

    .open-nav {
        font-size: 2.5em;
        cursor: pointer;
    }

        .open-nav.navopened {
            display: none !important;
        }

    body.navopened {
        height: 100%;
        overflow: hidden;
        width: 100%;
        position: fixed;
    }

    .mobile-btns {
        margin: 5%;
    }

        .mobile-btns .btn {
            font-size: 0.8em;
            border-bottom-left-radius: 8px;
            border-top-right-radius: 8px;
        }

    #mobile-nav-bg.navopened {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #242f4a url("../images/navbg.jpg") top left no-repeat;
        z-index: 899;
    }

    nav {
        display: none;
    }

        nav.navopened {
            display: block;
            position: fixed;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 900;
            overflow-y: scroll; /* has to be scroll, not auto */
            -webkit-overflow-scrolling: touch;
            padding-top: 10px;
        }

        nav ul {
            text-align: left;
        }

        nav > ul > li {
            display: block;
            padding: 5px 5%;
            font-weight: bold;
            font-size: 2em;
        }

            nav > ul > li:last-of-type {
                /*padding-left: 0;
                padding-right: 0;*/
            }

            nav > ul > li > a {
                color: #ececec;
                text-transform: none;
                border-bottom: 1px solid #ccc;
                display: block;
                padding-bottom: 10px;
            }

        nav ul li a:hover {
            color: #ccc;
        }

        nav ul ul li {
            font-weight: normal;
            padding: 5px 0;
        }

            nav ul ul li a {
                border: none;
                padding: 0;
                text-transform: none;
                font-size: 0.8em;
                color: #c9d0d5;
            }

                nav ul ul li a:hover {
                    color: #ececec;
                }

        nav a:focus,
        nav a:visited,
        nav a:active:focus {
            color: #ececec;
            text-decoration: none;
        }

    .logo {
        padding-top: 0;
    }

    #slideshow img {
        /*width: 150%;
        transform: translate(-17%, 0);*/
    }

    .btn-primary {
        color: #000 !important;
    }

    .grad {
        width: 100%;
        height: 100px;
        background-image: -webkit-linear-gradient( rgba(35, 21, 163, 0) 0%, #0b1730 80%, #0b1730 100% );
        position: absolute;
        bottom: 0;
        z-index: 10;
    }

    #slideshow .rslides {
        height: 600px;
        background: #0b1730;
    }

    #slideshow .rslides1_tabs li {
        width: 5px;
        height: 5px;
    }

    .rslides li .pitch h1 {
        font-size: 1.9em;
    }

    .rslides li .pitch {
        top: 40px;
    }

        .rslides li .pitch p {
            display: none;
        }

    .info {
        margin-left: 5%;
        margin-right: 5%;
    }

        .info .info-bg {
            border-radius: 0;
            background-color: rgba(0, 0, 0, 0.5);
        }

    .h-icon {
        width: 100%;
    }

    .info-col .info-link {
        min-height: 0;
    }

    .info-titles {
        text-align: left;
        padding-top: 15px;
    }

    .info p.lead {
        font-size: 1.2em;
    }

    .info-arrow {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
        color: #fff;
    }

        .info-arrow:hover {
            color: #ccc;
        }

    .info-col .info-row {
        position: relative;
        border-bottom: 1px solid #5a5a5a;
    }

    .info-col:last-of-type .info-row {
        border: none;
    }

    .live-support-tab {
        display: none;
    }
}

@media (min-width: 768px) {
    .pull-right-sm {
        float: right;
    }
}

@media (min-width: 992px) {
    .corner .inner {
        margin-right: -60px;
        padding: 20px 20px 20px 90px;
    }

    .corner.a:before {
        background: linear-gradient(to top right, #003b4b 50%, transparent 51%);
    }

    .corner.a:after {
        background: linear-gradient(to bottom right, #003b4b 50%, transparent 51%);
    }

    .corner.b:before {
        background: linear-gradient(to top right, #338d6f 50%, transparent 51%);
    }

    .corner.b:after {
        background: linear-gradient(to bottom right, #338d6f 50%, transparent 51%);
    }

    .corner.c:before {
        background: linear-gradient(to top right, #2d5565 50%, transparent 51%);
    }

    .corner.c:after {
        background: linear-gradient(to bottom right, #2d5565 50%, transparent 51%);
    }

    .corner.d:before {
        background: linear-gradient(to top right, #007752 50%, transparent 51%);
    }

    .corner.d:after {
        background: linear-gradient(to bottom right, #007752 50%, transparent 51%);
    }

    .corner .inner-border {
        border-top: 30px solid #fff;
        border-bottom: 30px solid #fff;
        margin-right: -60px;
        z-index: 1;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
    }

    .corner:after,
    .corner:before {
        z-index: 2;
        content: "";
        position: absolute;
        left: 100%;
        width: 80px;
        height: 50%;
    }

    .corner:before {
        top: 0px;
    }

    .corner:after {
        bottom: 0px;
        height: 51%;
    }

    .row-arrows {
        padding: 0 80px 0 0;
    }

    .pull-right-md {
        float: right;
    }

    .live-support-tab-wrap {
        position: absolute;
        right: 0;
        height: 100%;
        top: 0;
        bottom: 0;
        z-index: 999;
    }

    .live-support-tab {
        display: inline-block;
        width: 100vh;
        position: absolute;
        -webkit-transform: rotate(-90deg) translate(-50%, -50%);
        -moz-transform: rotate(-90deg) translate(-50%, -50%);
        -ms-transform: rotate(-90deg) translate(-50%, -50%);
        -o-transform: rotate(-90deg) translate(-50%, -50%);
        transform: rotate(-90deg) translate(-50%, -50%);
        transform-origin: 0;
    }

        .live-support-tab a {
            display: inline-block;
            font-size: 1.2em;
            background: #fff;
            border-top-right-radius: 8px;
            border-top-left-radius: 8px;
            -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.41);
            -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.41);
            box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.41);
        }

            .live-support-tab a i {
                background: #e40234;
                padding: 15px;
                color: #fff;
                border-top-left-radius: 8px;
            }

            .live-support-tab a span {
                padding: 15px;
                color: #000;
                text-transform: uppercase;
            }



    .watermarked {
        background: transparent url("../images/watermark.jpg") bottom right no-repeat;
    }

    .desktop-l-float {
        float: left;
        max-width: 40%;
        margin-right: 20px;
        margin-bottom: 10px;
        margin-top: 5px;
    }

    nav ul li ul {
        display: none;
        position: absolute;
        top: 55px;
        background: #fff;
        border-radius: 5px;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.46);
        -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.46);
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.46);
        /*transform: translate(-30%, 0);*/
    }

    nav ul li:hover > ul {
        display: block;
        z-index: 1;
    }

    /*nav > ul > li > ul:before {
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.46);
        -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.46);
        box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.16);
        content: " ";
        background: #fff;
        display: block;
        height: 20px;
        width: 20px;
        left: -10px;
        z-index: 999;
        margin: -10px auto 0 auto;
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }*/

    nav > ul ul li {
        display: block;
        text-align: left;
        position: relative;
        padding: 0 30px 8px 15px;
    }

    nav ul ul li a, nav ul ul ul li a {
        color: #5a5a5a;
        text-transform: none;
        display: block;
        padding: 0;
        padding-bottom: 4px;
        border-bottom: 1px solid #eee;
    }

        nav ul ul li a:hover, nav ul ul ul li a:hover {
            color: #ccc;
        }

    nav ul li a:visited {
        color: #5a5a5a;
        text-decoration: none;
    }


    @media (min-width: 992px) {
        .has_sub > a:after {
            content: "❯";
            display: inline-block;
            float: right;
            margin-right: -20px;
            color: #e0e0e0;
        }
    }

    nav ul ul ul {
        display: none;
        width: 100%;
        position: absolute;
        left: 100%;
        transform: none;
        top: 0;
        z-index: 0;
        padding-top: 10px;
    }

    nav ul ul li:hover ul {
        display: block;
    }
}



.img-row {
    color: #fff;
    background: rgba(40, 48, 67, 0.82);
}

    .img-row h1, .img-row h2 {
        color: #fff;
    }
/* video embedding  */
.embed-container {
    background: #fff;
    margin-top: 25px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

    .embed-container iframe, .embed-container object, .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .embed-container .overlay {
        background: rgba(0, 0, 0, 0.28);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        z-index: 1;
    }

    .embed-container .play {
        height: 72px;
        width: 72px;
        left: 50%;
        top: 50%;
        margin-left: -36px;
        margin-top: -36px;
        position: absolute;
        background: url("/images/playbtn.png") no-repeat;
        cursor: pointer;
        z-index: 2;
    }

    .embed-container img {
        bottom: 0;
        display: block;
        left: 0;
        margin: auto;
        width: 101%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        cursor: pointer;
        -webkit-transition: .4s all;
        -moz-transition: .4s all;
        transition: .4s all;
    }




.event-info-column blockquote {
    border: none;
    color: #eaeaea;
    font-weight: 100;
}

    .event-info-column blockquote:before {
        content: open-quote;
        font-family: serif;
        display: block;
        font-size: 4em;
        color: grey;
        position: absolute;
        top: -30px;
        ;
        left: 0px;
    }

    .event-info-column blockquote:after {
        content: close-quote;
        font-family: serif;
        display: block;
        font-size: 4em;
        color: grey;
        position: absolute;
        bottom: -30px;
        right: 50px;
    }

.event-info-column cite {
    color: #eaeaea;
    font-style: normal;
}

.fixednav {
    background: #e5e5e5;
    position: absolute;
    top: 0;
    width: 180px;
    padding: 20px 0;
    border-bottom-left-radius: 10px;
}

.responsive-tables tfoot tr {
    background-color: white;
}

.fixednav a {
    color: #919191;
}

.fixednav.fixed {
/*    position: fixed;*/
}

@media (max-width: 1199px) {
    .fixednav {
        width: 147px;
    }
}


.fixednav ul {
    list-style: none;
    margin: 0px;
    padding: 0 0 0 10px;
    line-height: 2em;
    vertical-align: middle;
    display: table-cell;
}

.fixednav li {
    padding-left: 40px;
    position: relative;
    margin: 10px 0;
}

    .fixednav li.active a {
        color: #1f1f1f;
    }

    .fixednav li::before {
        content: "\f111";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        color: #bfbfbf;
        z-index: 3;
        left: 14px;
        width: 0.2em;
        height: 8em;
        font-size: 16px;
    }

    .fixednav li.active::before {
        color: #1f1f1f;
        font-size: 18px;
        left: 12px;
    }

    .fixednav li::after {
        content: "\f111";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        color: #fff;
        z-index: 3;
        left: 18px;
        top: 0px;
        width: 0.1em;
        height: 8em;
        font-size: 8px;
    }

    .fixednav li.active::after {
        font-size: 10px;
        left: 16px;
    }

.fixednav::before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 31px;
    width: 0.2em;
    height: 75%;
    margin-top: 20px;
    margin-bottom: 10px;
    /*border-left: 1px solid #bfbfbf;*/
}



.form-progress .num {
    display: block;
    float: left;
}

.incomplete .num {
    background: #b5b5b5;
}

.form-progress li {
    position: relative;
    margin: 30px 0;
}

.form-progress .active {
    background: #fcc24f;
    color: #000;
    border: none;
    border-radius: 0;
    border-bottom-left-radius: 1.2em;
    border-top-left-radius: 1.2em;
    border-top-right-radius: 1.2em;
    padding: 0 20px 0 0;
    /*overflow: auto;*/
}

.form-progress span.progress-label {
    display: inline-block;
    max-width: 70%;
    line-height: 130%;
    padding-top: 10px;
    padding-bottom: 10px;
}

#information {
    height: 200px;
}

.einfo {
    /*color: #fff;*/
    padding-bottom: 50px;
}

.einfo-dates {
    color: #fcc24f;
    font-weight: bold;
    padding-top: 20px;
}

.einfo h1 {
    /*color: #fff;*/
    font-size: 3em;
    padding-top: 40px;
    padding-bottom: 20px;
}

.register-btn-wrap {
    margin: 20px 15px;
}

@media (min-width: 992px) {

    .register-btn {
        position: absolute;
        right: 0;
        bottom: 0;
    }
}

@media (max-width: 991px) {
    nav ul ul ul {
        margin-left: 20px;
    }
}

.modal-a {
    margin-top: 20%;
    transform: translateY(-20%);
    z-index: 99999;
}

.close-modal {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 2em;
    color: #000;
    cursor: pointer;
}

.modal-backdrop {
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 1000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.modal-header {
    background: #fcc24f;
    /*border-top-right-radius: 1.2em;*/
    padding: 30px;
}

    .modal-header h1 {
        padding: 0;
        margin: 0;
    }

.modal-body {
    background: white;
    padding: 30px;
    border-bottom-left-radius: 1.2em;
}


/*loader*/

.animated {
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}

.yt-loader {
    -webkit-animation-name: horizontalProgressBar;
    animation-name: horizontalProgressBar;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    background: rgba(0,0,0,0.46);
    border: solid;
    height: 3px;
    left: 0;
    top: 0;
    width: 0%;
    z-index: 9999;
    position: relative;
}

    .yt-loader:after {
        display: block;
        position: absolute;
        content: '';
        right: 0px;
        width: 100px;
        height: 100%;
        box-shadow: #ececec 1px 0 6px 1px;
        opacity: 0.5;
    }

@keyframes horizontalProgressBar {
    0% {
        width: 0%;
    }

    20% {
        width: 10%;
    }

    30% {
        width: 15%;
    }

    40% {
        width: 18%;
    }

    50% {
        width: 20%;
    }

    60% {
        width: 22%;
    }

    100% {
        width: 100%;
    }
}

div.grid-section div.container {
    padding-left: 0px !important;
}

.tooltip {
    opacity: unset;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #fcc24f;
    border-color: #fcc24f;
    color: #626262;
}


.cookie-consent {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    display: none;
}

    .cookie-consent .darker {
        padding: 30px 0px 0px 0px;
    }


td.sorting_1.dtr-control::before {
    background-color: #d33333 !important;
}

.ecomms-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 22px;
    padding-right: 12px;
}

.mt-16{
    margin-top:16px;
}
.cursor-pointer{

}
.cursor-pointer:hover {
    cursor: pointer;
}
