.outer {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    font-weight:500;
}

.text-sm {
    font-size: 13px;
}

a.nav-link {
    text-decoration: none;
}

.donotuse {
    display: none;
}

.stage {
    padding-top: 40px;
    background-size: cover;
    background-position: 50% 90px;
    background-attachment: fixed;
    background-image: url('../../images/xplorer-bg.svg');
    background-repeat: no-repeat;
    background-color: #b3e4f9;
    min-height: 100%;
    flex-grow: 1;
}

.important-field {
    display: none;
}

.burst-bg {
    background-image:url('../../images/blue-bg.svg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
}

.nav-bg {
    background-image:url('../../images/nav-bg.svg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
}

.navbar-brand img {
    width: 260px;
    height: auto;
}

.xplorer-footer .imgholder {
    background-color: #fff;
    width: 45%;
    height: 80px;
    padding: 10px;
    display: inline-block;
    border-radius: 10px;
    line-height: 60px;
}

.xpl-navbar {
    box-shadow: none;
    border-bottom: 2px solid #0399BA;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.xpl-icon {
    height: 1.2rem;
    vertical-align: top;
}

.navbar .xpl-icon {
    height: 1.7rem;
}

.xpl-slide-panel {
    height: 600px;
}

.border-xplorerblue {
    border: 2px solid #0399BA;
}

.bg-xplorerblue {
    background-color: #0399BA;
}

.panel {
    border-radius: 20px;
}

.fit-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.xplorer-footer a {
    color: #fff;
    text-decoration: underline;
}

.xpl-slide-panel .slide-image, .xpl-slide-panel .carousel-item, .xpl-slide-panel .carousel-inner {
    border-radius: 18px;
}

.xpl-slide-panel .carousel-caption {
    left: 35px;
    bottom: 0;
    text-align: left;
    color: #fff;
    height: auto;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

.xpl-slide-panel .carousel-caption h1 {
    color: #fff;
    font-size: 50px;
}

.event-search h2 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0;
}

.xpl-card {
    border-radius: 4px;
    text-align: center;
}

.xpl-card img {
    padding:0;
    width:100%;
    height: 472px;
    object-fit: cover;
}

.xpl-card img.img-svg {
    padding: 20px;
    object-fit: contain;
}

.card-caption {
    font-size:18px;
    font-weight:bold;
    color:#fff;
    border-top: 2px solid #fff;
    height:60px;
    width:100%;
    padding:6px 2px;
    line-height: 1.1;
}

.card-orange {
    background-color:#ff8d00;
}

.card-green {
    background-color:#7cd248;
}

.card-red {
    background-color:#e21b29;
}

.card-purple {
    background-color:#6a27d9;
}

.content-col-image img {
    width: 100%;
    height: auto;
}

.content-block-image-right .row {
    flex-direction: row-reverse;
}

a.doclink-title:hover {
    background-color: var(--bof-light-bg-subtle);
}
a.doclink-title:hover, a.doclink-title:focus, a.doclink-title.focus {
    text-decoration: none;
}
a.doclink-title {
    font-size: 16px;
    text-transform: none;
    letter-spacing: normal;
    color: #333;
    background-color: #fff;
    border: 1px solid var(--bof-secondary);
}
a.doclink-title {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
a.doclink-title {
    display: block;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    padding: .375rem .75rem .375rem 2.8rem;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 400px;
    text-decoration: none;
    margin-bottom: .75rem;
    color: var(--bof-secondary);
    background-position: 10px 50%;
    background-image: url('../../images/fileicons/file.svg');
}

.doclink-userguide a.doclink-title {
    max-width: none;
}

.mce-content-body a.doclink-title[data-mce-selected="inline-boundary"] {
    background-position: 10px 50%;
    background-image: url('../../images/fileicons/file.svg');
    background-repeat: no-repeat;
}

a.doclink-title.doclink-icon-pdf, a.doclink-title[href$='.pdf'], .mce-content-body a.doclink-title[href$='.pdf'][data-mce-selected="inline-boundary"] {
    background-image: url('../../images/fileicons/pdf.svg') !important;
    background-repeat: no-repeat;
    background-position: 10px 50%;
}

a.doclink-title.doclink-icon-word, a.doclink-title[href$='.doc'], a.doclink-title[href$='.docx'],
.mce-content-body a.doclink-title[href$='.doc'][data-mce-selected="inline-boundary"],
.mce-content-body a.doclink-title[href$='.docx'][data-mce-selected="inline-boundary"] {
    background-image: url('../../images/fileicons/word.svg');
    background-repeat: no-repeat;
    background-position: 10px 50%;
}

.content-block-images-inner, .content-images-fixed-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.content-block-images-wrap .content-block-images-inner {
    flex-wrap: wrap;
}

.content-block-images-inner > div {
    flex: 50% 1 1;
    min-width: 100px;
}

.content-images-fixed-inner > div {
    flex: 1 0 0;
}

.content-block-images-inner > div > div {
    width: 100%;
    height: 100%;
}

.content-images-fixed-inner > div > div {
    width: 100%;
    height: auto;
}

.figure-caption {
    margin-top: .5rem;
    text-align: center;
}

.content-block-images-wrap .content-block-images-inner > div {
    flex: 50% 1 1;
}

.content-block-images .content-block-image {
    flex: auto 1 1;
}

.content-block-images .content-block-image img, .content-block-images-inner img {
    width: auto;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-images-fixed-inner img {
    width: 100%;
    height: auto;
}

.content-block-images.content-block-images-wrap .content-block-images-inner img {
    width: 100%;
    height: 100%;
}

.content-block-images-wrap {
    flex-wrap: wrap;
}

.content-block figure {
    display: block;
}

.accordion-body .content-block {
    margin-left: -1rem;
    margin-right: -1rem;
}

.content-block {
    padding-top: 1rem;
    outline: none !important;
}

.content-block:first-child {
    padding-top: 0;
}

.zwys-wrapper .content-block {
    margin-bottom: 1rem;
}

.zwys-content.row.bof-info-blocks {
    margin-bottom: 0 !important;
}

.zwys-image-uploader.zwys-item p {
    display: none;
}

.content-block.content-block-edge {
    margin: 0;
    padding: 1rem 2rem;
}

.content-accordion {
    margin: 0 1rem;
    padding: 0 1rem .5rem 1rem;
    background-color: rgb(var(--bof-white-rgb));
}

.content-block.bg-info-gradient + .content-block.bg-white {
    padding-top: 2rem;
}

.bof-card-grid {
    padding-bottom: 1rem;
}

.bof-card-img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.bof-card-img-holder > div {
    height: 100%;
}

.bof-accordion {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding-top: 1rem;
    padding-bottom: 3rem;
}

.bof-card-grid .row {
    justify-content: center;
}

.bof-card-grid .col.col-faux {
    margin: 0;
}

.bof-card-img-holder {
    height: 240px;
}

.bof-cards-size-4 .bof-card-img-holder {
    height: 200px;
}

.bof-cards-size-2 .bof-card-img-holder {
    height: 360px;
}

.bof-cards-nocrop .bof-card-img-holder, .bof-cards-nocrop .bof-cards-size-4 .bof-card-img-holder, .bof-cards-nocrop .bof-cards-size-2 .bof-card-img-holder,
.bof-cards-nocrop .bof-card-img-holder > div, .bof-cards-nocrop .bof-card-img-holder {
    height: auto;
}

.bof-accordion > div:last-child {
    flex-grow: 1;
}

.bof-card-pad .bof-card-img-holder {
    margin: var(--bof-card-spacer-y) var(--bof-card-spacer-x) 0 var(--bof-card-spacer-x)
}

.bof-card-grid .col {
    flex: 100% 1 1;
}

.bof-card-grid .card {
    background-color: transparent;
}

.content-col-image figure {
    transform: rotate(6deg);
    text-align: center;
    background-color: #fff;
    border-radius: 2px;
    padding: 6px;
    padding-bottom: 12px;
    box-shadow: 2px 2px 16px 0 rgba(51, 51, 51, 0.75);
    font-size: 16px;
    font-family: 'Gloria Hallelujah', cursive;
    margin: 0 1rem 1rem 0;
}

.content-block-image-right figure {
    margin: 0 1rem 1rem 1rem;
}

.shop-item-qty {
    width: 5rem;
}

.shop-basket-top .xpl-icon {
    height: 1rem;
    margin-top: .4rem;
    margin-right: .4rem;
}

.navbar-nav > .nav-item > a.nav-link {
    color: rgba(var(--bof-link-color-rgb));
}

a.btn, .btn {
    border-radius: .25rem;
}

.btn-group > .btn:not(.btn-last):not(.dropdown-toggle), .btn-group > .btn-group:not(.btn-last) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .form-control:last-child, .input-group > .input-group-text:last-child {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.datepicker-cell {
    color: #000;
}

.suggestion-list {
    position: relative;
    width: 100%;
}

.suggestion-list ul {
    position: absolute;
    top: 1px;
    right: 0;
    border: 1px solid #ccc;
    background-color: #fff;
    min-width: 100%;
    margin: 0;
    padding: 0;
    z-index: 10;
    max-height: 16rem;
    overflow-y: auto;
}
.filters .suggestion-list ul {
    right: 10px;
    min-width: 180px;
}

.suggestion-list li {
    font-size: 14px;
    list-style: none;
    padding: 7px 12px;
    margin: 0;
    width: 100%;
    color: var(--bof-body-color);
}

.event_tab_body {
    padding: 1rem;
    border: 1px solid #dee2e6;
    border-top: none;
}

.event_tab_body:empty {
    display: none;
}

.event_item.full_screen .event_tab_body {
    padding: 0;
    border: none;
}

.event_field th {
    padding-right: .7rem;
}

.suggestion-list li:hover {
    background-color: #ddd;
    cursor: pointer;
}

.mapkey{
    line-height: 20px;
    background-image: url('../images/map1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 30px;
    margin-bottom: 10px;
}

#map {
    height: 400px;
}

.mapkey1 {
    background-image: url('../../images/map1.svg');
}

.mapkey2 {
    background-image: url('../../images/map2.svg');
}

.mapkey3 {
    background-image: url('../../images/map3.svg');
}

.mapkey4 {
    background-image: url('../../images/map4.svg');
}

.mapkey5 {
    background-image: url('../../images/map5.svg');
}

.mapkey6 {
    background-image: url('../../images/map6.svg');
}

.mapkey7 {
    background-image: url('../../images/map7.svg');
}

.mapkey8 {
    background-image: url('../../images/map8.svg');
}

.mapkey9 {
    background-image: url('../../images/map9.svg');
}

.mapkey10 {
    background-image: url('../../images/map10.svg');
}

.shop-basket-inner tfoot tr:first-child td, .shop-basket-inner tfoot tr.total td {
    border-top: 1px solid #fff;
}

.xmaps table.listings tr td{
    background-color: #fff;
}

.xmaps .mapselect{
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
}

.xmaps #mapselectoptions{
    position: absolute;
    background-color: #fff;
    left: 11em;
    width: 20em;
    display: none;
    z-index: 300;
    border: 1px solid #ddd;
    max-height: 400px;
    overflow: auto;
}

.xmaps .mapselect .label{
    display: inline-block;
    width: 11em;
}

.xmaps .mapselect table.listings tr.selected td{
    background-color: #000088;
    color: #fff;
}

.xmaps .togglecontainer{
    display: inline-block;
    width: 10px;
}

.xmaps .mapselect td img{
    vertical-align: middle;
    margin-right: 5px;
}

.xmaps .selectedmap{
    width: 20em;
}

.xmaps .dropdownicon{
    float: right;
    background-color: #eee;
    border-left: 1px solid #ddd;
    margin-left: 10px;
}

.xmaps .dropdownicon img{
    margin: 3px;
}

.xmaps .mapicons, .xmaps .mapzoom, .xmaps .mapbuttons{
    display: inline-block;
    margin-top: 5px;
    text-align: center;
    vertical-align: top;
}

.xmaps .mapzoom{
    margin-left: 20px;
}

.xmaps .mapbuttons{
    margin-left: 200px;
}

.xmaps .mapbuttons ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.xmaps .mapbuttons li{
    display: inline-block;
}

.xmaps .mapicons ul,
.xmaps .mapzoom ul{
    list-style: none;
    border: 1px solid #bbb;
    margin: 0;
    padding: 0;
    border-radius: 8px;
}

.xmaps .mapicons ul li,
.xmaps .mapzoom ul li
{
    display: inline-block;
    margin: 3px 0;
    padding: 0 5px;
    border-left: 1px solid #ddd;
    height: 30px;
}

.xmaps .mapicons ul li:first-child,
.xmaps .mapzoom ul li:first-child
{
    border-left: none;
}

.xmaps .icon img{
    height: 30px;
}

.xmaps .mapzoom button{
    background-color: #fff;
    border: none;
    margin-top: 3px;
}

.xmaps .mapimagecontainer{
    position: relative;
    border: 1px solid #bbb; overflow: auto;
}

.xmaps #removehelp{
    margin-top: 10px;
}

.xmaps .success{
    font-weight: bold;
    margin-bottom: 10px;
}



.xmaps table.listings tr td{
    background-color: #fff;
}

.xmaps .mapselect{
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
}

.xmaps #mapselectoptions{
    position: absolute;
    background-color: #fff;
    left: 11em;
    width: 20em;
    display: none;
    z-index: 300;
    border: 1px solid #ddd;
}

.xmaps .mapselect .label{
    display: inline-block;
    width: 11em;
}

.xmaps .mapselect table.listings tr.selected td{
    background-color: #000088;
    color: #fff;
}

.xmaps .togglecontainer{
    display: inline-block;
    width: 10px;
}

.xmaps .mapselect td img{
    vertical-align: middle;
    margin-right: 5px;
}

.xmaps .selectedmap{
    display: inline-block;
}

.xmaps .dropdownicon{
    float: right;
    background-color: #eee;
    border-left: 1px solid #ddd;
    margin-left: 10px;
}

.xmaps .dropdownicon img{
    margin: 3px;
}

.xmaps .mapicons, .xmaps .mapzoom, .xmaps .mapbuttons{
    display: inline-block;
    margin-top: 1rem;
    text-align: center;
    vertical-align: top;
}

.xmaps .mapbuttons {
    text-align: right;
}

.xmaps .mapzoom{
    margin-left: 20px;
}

.xmaps .mapbuttons{
    margin-left: 80px;
}

.xmaps .mapbuttons ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.xmaps .mapbuttons li{
    display: inline-block;
}

#mapselectoptions .minus {
    display: none;
}

.xmap-select-none {
    padding: 8px 8px 8px 20px;
    line-height: 1rem;
}

#location_rows td {
    padding: 3px;
}

#location_rows td:hover, .xmap-select-none:hover {
    background-color: #0a53be;
    color: #fff;
    cursor: pointer;
}

.xmap-select-none-x {
    font-size: 1.5rem;
    vertical-align: middle;
}

.xmaps .mapicons ul,
.xmaps .mapzoom ul{
    list-style: none;
    border: 1px solid #bbb;
    margin: 0;
    padding: 0;
    border-radius: 8px;
}

.xmaps .mapicons ul li,
.xmaps .mapzoom ul li
{
    display: inline-block;
    margin: 3px 0;
    padding: 0 5px;
    border-left: 1px solid #ddd;
    height: 30px;
}

.xmaps .mapicons ul li:first-child,
.xmaps .mapzoom ul li:first-child
{
    border-left: none;
}

.xmaps .icon img{
    height: 30px;
}

.xmaps .mapzoom button{
    background-color: #fff;
    border: none;
    margin-top: 3px;
}

.xmaps .mapimagecontainer{
    position: relative;
    border: 1px solid #bbb; overflow: auto;
}

.xmaps #removehelp{
    margin-top: 10px;
}

.xmaps .success{
    font-weight: bold;
    margin-bottom: 10px;
}

.xmaps .mapicons ul, .xmaps .mapzoom ul, .xmaps .mapbuttons ul{
    margin-bottom: .5rem;
}

.mapzoom {
    text-align: center;
}

.xpl-run-table > tbody > tr > .xpl-run-pos, .xpl-run-table > tbody > tr > td.xpl-run-time {
    font-size: 2rem;
    vertical-align: middle;
}

.xpl-run-table > tbody > tr > td.xpl-run-time {
    text-align: right;
}

.xpl-run-team {
    font-weight: bold;
}

#course_name_suggestions ul {
    position: absolute;
    background-color: #fff;
    margin: 0;
    padding: 0;
    border: 1px solid #dee2e6;
    list-style: none;
}

#course_name_suggestions li {
    padding: 5px;
    margin: 0;
    cursor: pointer;
}

#course_name_suggestions li:hover {
    background-color: #0a53be;
    color: #fff;
}

.bof-purchase-frame {
    width: 100%;
    height: 800px;
}

@media (min-width: 576px) {
    .content-block-images-inner > div, .content-block-images-wrap .content-block-images-inner > div {
        flex: 25% 1 1;
    }

    .xpl-card img {
        height: 187.5px;
    }
}

@media (min-width: 768px) {
    .content-block-images-inner, .content-images-fixed-inner {
        flex-wrap: nowrap;
    }

    .content-block-images-wrap .content-block-images-inner {
        flex-wrap: wrap;
    }

    .xpl-card img {
        height: 233.6px;
    }
}

@media (min-width: 992px) {
    .bof-card-grid.bof-cards-size-4 .col {
        flex: 33% 1 1;
    }

    .bof-card-grid.bof-cards-size-2 .col {
        flex: 50% 1 1;
    }

    .navbar-nav {
        background-color: #fff;
        border-radius: .25rem;
        border: 1px solid #ccc;
    }

    .navbar-nav .nav-item {
        border-right: 1px solid #ccc;
    }

    .navbar-nav .nav-item:last-child {
        border-right: none;
    }

    .navbar-brand img {
        width: 200px;
        position: absolute;
        top: 8px;
    }

    .xpl-card img {
        height: 329px;
    }
}

@media (min-width: 1200px) {
    .bof-card-grid .col {
        flex: 33% 1 1;
    }

    .bof-card-grid.bof-cards-size-4 .col {
        flex: 25% 1 1;
    }

    .bof-card-grid.bof-cards-size-2 .col {
        flex: 50% 1 1;
    }

    .navbar-brand img {
        width: 260px;
        height: auto;
        position: static;
    }

    .xpl-card img {
        height: 400.5px;
    }
}

@media (min-width: 1400px) {
    .xpl-card img {
        height: 472px;
    }
}
