html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: transparent;
    vertical-align: baseline;
    font-size: 100%;
}

html {
    font-size: 15px;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

    nav ul {
        list-style: none;
    }

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    background: transparent;
    vertical-align: baseline;
    color: #053d6f;
}

    a:hover {
        color: #0e66b2;
        text-decoration: underline;
    }

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-weight: bold;
    font-style: italic;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

hr {
    display: block;
    margin: 1em 0;
    padding: 0;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
}

input:not([type=submit]):not([type=button]):not([type=checkbox]), select, textarea, .input {
    vertical-align: middle;
    font-size: 100%;
    border: 1px solid #053dbf;
    background-color: #ffffff;
    padding: 8px;
    margin-bottom: 2px;
    margin-top: 2px;
    border-radius: 2px;
    min-width: 300px;
}

input:not([type=submit]):not([type=button]):not([type=checkbox]), textarea, /*select,*/ .input {
    -webkit-appearance: none;
}

#guide-nav input {
    min-width: unset;
    padding: 4px;
}

select {
    max-width: 300px;
}

    select#selectLanguage {
        min-width: initial;
    }

input[type=search] {
    -webkit-appearance: textfield;
}

input:focus {
    outline: none;
}

input[type=button], input[type=submit], button, .button {
    cursor: pointer;
    border-radius: 3px;
    -webkit-appearance: none;
}

input[type=button], input[type=submit], button, a.button {
    vertical-align: middle;
    border: 1px solid #0a2a4f;
    margin-top: 12px;
    margin-bottom: 6px;
    background-color: #053d6f;
    color: white;
    font-size: 120%;
    padding: 6px 20px;
}

    input[type=button]:hover, input[type=submit]:hover, button:hover, a.button:hover {
        background-color: #0e66b2;
    }

label, .label {
    margin-top: 10px;
}

a.button {
    display: inline-block;
}

a.chevron:before {
    font-family: "FontAwesome";
    content: "\f138\00a0";
}

a.download:before {
    font-family: "FontAwesome";
    content: "\f019\00a0";
}

/*
a.button {
	border-radius: 3px;
	padding: 8px 18px !important;
	margin-top: 20px;
	font-family: "Open Sans", sans-serif !important;
	font-size: 1rem;
	background: transparent;
	transition: all .2s ease-in-out;
}

a.button:hover {
	background: #000;
	color: #fff;
	text-decoration: none !important;
}

a.button.fill {
	background: #000;
	color: #fff;
}

a.button.fill:hover {
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-decoration: none;
}
*/
input:disabled, input[type=text]:read-only {
    background-color: #f1f2f3 !important;
    color: #000;
}

#banners-container {
    position: relative;
    display: block;
    /* overflow: hidden; */
    height: 380px;
}

.banner-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 380px;
}

.banner-textoverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 3% 5%;
    background-color: white;
}

    .banner-textoverlay h1 {
        font-size: 32px;
        font-weight: bold;
    }

.banner-link a, .banner-link a:hover {
    background-color: transparent;
}

.banner-link:hover {
    background-color: rgba(255, 232, 197, 0.90);
}

    .banner-link:hover a {
        color: #0e66b2;
    }

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

.dark {
    background: #ffffff;
    background-image: url('../images/Ny Header.svg');
    background-position: -1px 0;
    background-size: cover;
}

.round {
    border-radius: 50%;
}

.text--center {
    text-align: center;
}

    .text--center .seperator {
        margin-right: auto;
        margin-left: auto;
    }

.center,
.center img {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

body {
    font-family: "Open Sans", sans-serif;
    line-height: 1.3;
}

textarea {
    font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
    font-family: "Roboto", sans-serif;
    line-height: 1.2;
}

header h1, header h2, header h3, header h4, header h5 {
    font-weight: 500;
}

h1 {
    letter-spacing: -.2px;
    font-size: 2rem;
}

.text-center {
    text-align: center;
}

.large-headers h1 {
    font-size: 2.6rem;
    text-shadow: 3px 3px 3px #ccc;
}

h2 {
    font-size: 1.60rem;
}

h3 {
    font-size: 1.3rem;
}

h4 {
    font-size: 1.1rem;
    margin-bottom: 3px;
}

h5 {
    font-size: 1rem;
    margin: 0;
}

    h5 + * {
        margin-bottom: 20px;
    }

    h5 a {
        font-size: inherit;
        font-family: inherit !important;
    }

strong {
    font-weight: 900;
}

p {
}

blockquote {
    font-size: 1rem;
    font-style: italic;
    line-height: 1.6;
    letter-spacing: 0.2px;
    quotes: "\00ab" "\00bb";
}

p,
blockquote,
li {
    color: #4d4d4d;
    font-weight: 400;
}

a,
a:visited {
    text-decoration: none;
    width: auto;
}

blockquote {
    color: #2c2c2c;
    font-size: 1.2rem;
}

    blockquote:before,
    blockquote:after {
        display: inline-block;
        padding: 0 2px;
        font-size: 1.4rem;
        content: '"';
    }

html,
body {
    width: 100%;
    overflow-x: hidden;
}

body {
    background: transparent;
    min-height: 100%;
    min-width: 100%;
    font-size: 14px;
}

*[role="content"] {
    position: relative;
    /*min-height: calc(100vh - 486px);*/
}

header {
    padding: 16px 0;
    position: relative;
    height: 88px;
}

    header .container {
        max-width: 100%;
    }

.umb-grid .container, .zero-padding {
    padding: 0;
}

.umb-block-grid__area-container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px; /* Optional: adjust spacing between columns */
}

.umb-block-grid__area {
    grid-column: span var(--umb-block-grid--area-column-span, 6);
}


header .row {
    margin: 0;
}

header a {
    white-space: nowrap;
}

section .row {
    margin-left: 0;
    margin-right: 0;
}

.brand {
    position: relative;
    float: left;
    width: 64px;
    height: 64px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left center;
}

.brand-name {
    position: relative;
    float: left;
    color: rgba(255, 255, 255, 1.0);
    font-size: 1.4rem;
    margin-left: 0.5em;
    padding-top: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.field-validation-error, .validation-summary-errors > ul > li {
    color: #a50808;
    list-style: none;
}

.field-validation-error {
    max-width: 300px;
}

.validation-summary-errors > ul {
    margin-left: 0;
}

#toggle {
    position: absolute;
    right: 30px;
    top: 56px;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
}

.toggle {
    position: relative;
    z-index: 999;
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

    .toggle .cross {
        transition-duration: 0s;
        transition-delay: .1s;
    }

        .toggle .cross span:before {
            transition-property: margin, -webkit-transform;
            transition-property: margin, transform;
            transition-duration: .1s;
            transition-delay: .1s, 0;
        }

        .toggle .cross span:after {
            transition-property: margin, -webkit-transform;
            transition-property: margin, transform;
            transition-duration: .1s;
            transition-delay: .1s, 0;
        }

        .toggle .cross.open span {
            background-color: transparent;
            transition-delay: .1s;
        }

            .toggle .cross.open span:before {
                margin-top: 0;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                transition-delay: 0, .1s;
                background-color: #c6c5cd;
            }

            .toggle .cross.open span:after {
                margin-top: 0;
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
                transition-delay: 0, .1s;
                background-color: #c6c5cd;
            }

    .toggle span {
        margin: 0 auto;
        position: relative;
        z-index: 999;
        top: 20px;
        width: 25px;
        height: 2px;
        background-color: #fff;
        display: block;
    }

        .toggle span:before,
        .toggle span:after {
            position: absolute;
            content: '';
            width: 25px;
            height: 2px;
            background-color: #fff;
            display: block;
        }

        .toggle span:before {
            margin-top: -7px;
        }

        .toggle span:after {
            margin-top: 7px;
        }

#loginPopup {
    display: none;
    position: absolute;
    z-index: 9999;
    top: 28px;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
}

#loginPopupInner {
    padding: 8px;
}


footer {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

    footer * {
        color: rgba(255, 255, 255, 1.0) !important;
    }

    footer ul {
        margin: 15px auto 0;
        text-align: center;
    }

        footer ul li {
            position: relative;
            display: block;
            text-align: left;
            padding: 0 0 5px 0;
            margin: 0;
            line-height: 1;
        }

    footer a {
        padding-bottom: 3px;
    }

        footer a:hover {
            color: #c1d7eb !important;
            padding-bottom: 3px;
            text-decoration: none;
        }

p {
    margin-top: 0;
    margin-bottom: 8px;
}

h1, h2, h3, h4, h5 {
    margin-top: 14px;
    margin-bottom: 2px;
}

.harbour-row h1, .banner h1, .harbour-row h2, .banner h2, .harbour-row h3, .harbour-row h4, .harbour-row h5 {
    margin: 0;
}

.harbour-namecontainer {
    width: 100%;
}

.harbour-number {
    float: left;
    clear: left;
    width: auto;
    margin-right: 16px;
}

.harbour-name {
    float: left;
    clear: right;
}

ul, ol {
    margin-top: 6px;
    margin-bottom: 8px;
    margin-left: 40px;
}

nav ul {
    margin-top: 0;
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

    img.modalImg {
        cursor: pointer;
        transition: 0.3s;
    }

        img.modalImg:hover {
            opacity: 0.8;
        }

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.modal-content {
    margin: auto;
    display: block;
    width: 100%;
}

.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

blockquote {
    padding: 10px;
    text-align: center;
    position: relative;
    font-size: 1.3rem;
}

    blockquote + * {
        padding: 30px 10px;
    }

* + ul {
    /*	margin-bottom: 30px; */
}

.equal {
    display: table;
    table-layout: fixed;
}

    .equal .vcenter {
        display: table-cell;
        vertical-align: middle;
    }

.full {
    margin: 0;
    padding: 0 !important;
    overflow: hidden;
}

    .full * {
        max-width: 100%;
        width: 100%;
        height: auto;
        margin: 0 !important;
        padding: 0 !important;
        line-height: 0;
    }

    .full .wide {
        width: 100%;
        height: auto;
    }

.small {
    font-size: .85rem;
}

code,
pre {
    overflow: auto;
    padding: 6px 10px;
    border-radius: 3px;
    background-color: rgba(248, 248, 248, 0.3);
    font-size: .9rem;
    font-family: "Courier 10 Pitch", Courier, monospace;
    line-height: 2.3;
}

.gallery .row > div {
    margin-bottom: 2%;
}

.gallery img {
    margin: 0;
}

.video-wrapper {
    position: relative;
    padding-bottom: 50%;
    padding-top: 0;
    height: 0;
}

    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.breadcrumb {
    background: rgba(0, 0, 0, 0.6);
    transition: all 200ms ease-in-out;
}

    .breadcrumb a,
    .breadcrumb a:visited {
        color: #fff;
        font-size: 1rem;
    }

    .breadcrumb:hover {
        background: black;
    }

.icon {
    width: 48px;
    height: 48px;
    position: relative;
    float: left;
    margin: 4px;
    vertical-align: middle;
    cursor: pointer;
}

    .icon > img {
        max-width: 100%;
        max-height: 100%;
        vertical-align: middle;
    }

.language {
    width: 24px;
    height: 18px;
    float: left;
    margin: 0.25em;
    cursor: pointer;
}

    .language img {
        display: block;
        vertical-align: bottom;
        width: 100%;
    }

.bottom-nav-item {
    padding: 12px;
    display: inline-block;
}

.harbour-nav {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5rem;
}

.harbour-row {
    float: left;
    clear: both;
    width: 100%;
}

    .harbour-row:not(.top-row) {
        margin-top: 8px;
    }

.top-row {
    margin-top: 0;
}

.line-spacer {
    display: block;
    float: left;
    width: 100%;
    height: 0.4em;
    margin-bottom: 0.3em;
    border-bottom: solid 1px #163f6f;
}

.timestamp {
    color: #5f727f;
    font-size: 80%;
    border-bottom: 1px solid #c6c5cd;
    margin-bottom: 4px;
}

    .timestamp:before {
        font-family: "FontAwesome";
        content: "\f017";
    }

img.mini-thumbnail {
    width: 100px;
}

.harbour-description p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.harbour-description strong {
    font-weight: bold;
}

div#guide-nav {
    overflow: hidden;
    background: #8fb8db;
    padding: 3px;
    min-height: 500px;
}

    div#guide-nav a:hover {
        color: #053d6f;
    }

    div#guide-nav ul:not(#search-results):not(.level-4) {
        list-style: none;
        margin-left: 0;
        width: 100%;
        padding: 5px 4px 2px 4px;
    }

    div#guide-nav ul.level-4 {
        margin-top: 2px;
        margin-left: 8px;
    }

    div#guide-nav > ul {
        margin: 0;
    }

div.guide-menu-item {
    padding: 3px 10px 3px 4px;
}

div#guide-nav ul.level-5 div {
    margin-bottom: 0 !important;
}

div#guide-nav a {
    text-decoration: none;
}

a.book-link:before {
    font-family: FontAwesome;
    content: "\f02d\00a0";
}

a.area-link:before {
    font-family: FontAwesome;
    content: "\f10c\00a0";
}

a.guide-link {
    font-size: 1.5rem;
}

    a.guide-link:before {
        font-family: FontAwesome;
        content: "\f0ac\00a0";
    }

div#guide-nav ul.level-3 {
    font-size: 1.2rem;
    background: #c1d7eb;
    line-height: 105%;
}

.guide-name {
    display: block;
    padding-left: 1.35em;
    font-size: 87%;
}

.area-name {
    display: block;
    padding-left: 1.3em;
    font-size: 90%;
}

div.main-item {
    margin-top: 0.2em;
    margin-bottom: 0.6em;
}

div#translateWrapper {
}

    div#translateWrapper button {
        font-size: 80%;
        padding: 4px;
    }

div#guide-nav ul.level-4 {
    font-size: 1.1rem;
    background: #e3edf7;
    line-height: 105%;
}

div#guide-nav ul.level-5 {
    margin-top: 2px;
    font-size: 1rem;
    line-height: 100%;
    background: #f2f7fc;
}

    div#guide-nav ul.level-5 > li.selected {
        font-weight: bold;
    }

    div#guide-nav ul.level-5 a:hover {
        text-decoration: underline;
    }

div#guide-nav li, div#guide-nav ul {
    display: block;
}

    div#guide-nav ul.level-3 > li:not(.selected) > ul,
    div#guide-nav ul.level-4 > li:not(.selected) > ul {
        display: none;
        /*max-height: 0;*/
    }

    /*
div#guide-nav > ul > li.selected > ul, 
div#guide-nav > ul > li > ul > li.selected > ul
{
    max-height: 2000px;
}
*/

    div#guide-nav ul.level-5 div {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-bottom: 0;
        padding: 2px 4px 2px 18px;
        font-size: 90%;
        line-height: 103%;
    }

div#guide-search {
    position: relative;
    display: block;
    margin: 6px;
    min-height: 36px;
}

#search-text {
    width: 100%;
    border: none;
}

#search-results-panel {
    position: absolute;
    left: 0;
    z-index: 99999;
    display: block;
    background: #e3edf7;
    width: 100%;
    padding: 4px;
    box-shadow: 2px 2px 3px rgba(0, 0, 50, 0.3);
}

    #search-results-panel li {
    }

.search-result-name, .search-result-name-full, .search-result-dist {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.search-result-dist {
}

.search-result-name {
    max-width: 70%;
}

.search-result-name-full {
    max-width: 100%;
}

#search-results-panel ul {
    margin-left: 6px;
}

#search-results-panel li:hover {
    background-color: #c1d7eb;
}

    #search-results-panel li:hover a {
        color: #053d6f;
    }

#guide-search button {
    padding: 0 8px;
    width: 32px;
    margin: 2px 0 0 2px;
}

div#search-text-wrapper {
    position: relative;
    display: block;
    float: left;
    clear: left;
    width: 87%;
}

#search-mode-button-wrapper {
    position: relative;
    right: 0;
    float: right;
    clear: right;
}

#search-mode-button-icon {
    text-align: center;
}

#search-nearest-panel {
    height: 120px;
    width: 100%;
    display: inline-block;
}

#select-facilities {
    max-height: 106px;
    overflow-y: scroll;
    position: absolute;
    float: left;
    clear: left;
    width: 86%;
    background-color: #f2f7fc;
    box-shadow: rgba(0,0,0,0.2) 2px 2px 3px;
}

#facility-tip {
    display: block;
    position: absolute;
    z-index: 999;
    font-size: 1rem;
    padding: 3px;
    box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 3px;
    background-color: #dce8f4;
}

input[type=checkbox], input[type=radio] {
    vertical-align: middle;
    position: relative;
    margin: 2px 2px 2px 3px;
    bottom: 1px;
}

#select-facilities-title {
    padding: 2px 4px 4px 4px;
    color: #053d6f;
}

#search-nearest-button-panel {
    position: relative;
    right: 0;
    float: right;
    clear: right;
}

    #search-nearest-button-panel button {
        margin-bottom: 2px;
        padding: 1px;
    }

#search-box button {
    width: 34px;
    height: 31px;
}

#map {
    height: 400px;
    width: 100%;
}

#member-links {
    margin-bottom: 4px;
    text-align: right;
}

    #member-links a {
        padding: 4px 12px;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 1.0);
    }

    #member-links > a {
        margin-right: 0;
    }

    #member-links a:hover {
        color: #c1d7eb;
        text-decoration: none;
    }

ul.nobullet {
    list-style: none;
    margin-left: 0;
}

select#selectLanguage, select#selectLanguage > option {
    color: #222 !important;
}

select#selectLanguage {
    padding: 2px;
    font-size: 0.8em;
}

div.weatherSlot {
    position: relative;
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
    padding: 4px;
    background-color: #eaf2f6;
    font-size: 0.68rem;
}

    div.weatherSlot div {
        text-align: center;
    }

div.weatherTemperatureWarm {
    font-size: 1.3rem;
    color: darkred;
}

div.weatherTemperatureCold {
    font-size: 1.3rem;
    color: darkblue;
}

div.weatherIcon > img {
    width: 4.3rem;
}

div#weatherText {
    position: relative;
    float: left;
    clear: both;
}

@media (min-width: 768px) {

    div.guide-menu-item:hover {
        background-color: #ffffff;
    }


    .dark img {
        padding: 0;
    }

    .breadcrumb {
        padding: 4px 8px;
        position: absolute;
        left: 40px;
        top: 40px;
    }

        .breadcrumb a {
            font-size: 1.2rem;
        }
}

@media (min-width: 992px) {

    header {
        padding: 10px 0;
    }

        header .container {
            max-width: 1060px;
        }

    #toggle {
        display: none;
    }

    #guide-toggle, .guide-toggle-row {
        display: none;
    }

    nav {
        z-index: 999;
        text-align: right;
        left: 0px;
        right: 0px;
        display: block;
        position: relative;
        transition: height 300ms ease-in-out;
        margin: 0 auto;
        background: none;
        width: 100%;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 18px;
        text-transform: uppercase;
    }

        nav > ul {
            position: relative;
            display: inline-block;
            width: auto;
            margin-left: 0;
        }

            nav > ul li {
                position: relative;
                float: left;
            }

                nav > ul li a,
                nav > ul li span {
                    cursor: pointer;
                    display: inline-block;
                    padding: 8px;
                    color: rgba(255, 255, 255, 1.0);
                }
                /*
nav > ul li a:hover,
nav > ul li span:hover {
	color: #fff;
    background: rgba(0, 0, 0, 0.2);
}
*/
                nav > ul li span {
                    cursor: default;
                }

                nav > ul li:after {
                    content: "";
                    clear: both;
                    display: block;
                }

                nav > ul li > a,
                nav > ul li span {
                    color: #ffffff;
                }

                    nav > ul li > a:hover,
                    nav > ul li span:hover {
                        color: #c1d7eb;
                    }

                nav > ul li.selected > a,
                nav > ul li.selected span {
                    font-weight: 700;
                }

        nav li > ul {
            position: absolute;
            left: 0;
            top: 75%;
            display: none;
            white-space: nowrap;
            height: auto;
            margin-bottom: 0;
            margin-left: 10px;
            text-align: left;
            background: rgba(0, 0, 0, 0.8);
            padding: 5px 8px 5px 0;
        }


            nav li > ul li {
                float: none;
                display: block;
                position: relative;
            }

                nav li > ul li a {
                    padding: 8px 8px 8px 15px;
                    font-size: 16px;
                    font-weight: 500;
                    color: rgba(255, 255, 255, 0.8);
                }

                    nav li > ul li a:hover {
                        color: #fff;
                    }

        nav > ul li:last-child a {
            /*padding-right: 0;*/
        }

        nav .has-child > .sublevel {
            display: none;
        }

        nav .has-child:hover > .sublevel {
            display: block;
        }

        nav.left {
            text-align: left;
        }

            nav.left li > ul {
                background: rgba(200,200,200,0.8);
                left: 30px;
            }

            nav.left > ul li {
                display: block;
                position: relative;
                width: 100%;
                text-align: left;
            }

                nav.left > ul li a:hover,
                nav.left > ul li span:hover {
                    color: #b70;
                }

                nav.left > ul li > a,
                nav.left > ul li span {
                    color: #444;
                }

                nav.left > ul li.selected > a,
                nav.left > ul li.selected span {
                    font-weight: 700;
                }

        nav a:hover {
            text-decoration: none;
        }

    footer .row div[class^="col-"] {
        margin-bottom: 12px;
        margin-top: 12px;
    }

    .video-wrapper {
        margin: 60px auto;
    }

    .container {
        max-width: 1060px;
    }

    div#guide-nav ul.level-5 {
        max-height: 500px;
        overflow-y: scroll;
    }
}

@media (max-width: 992px) {

    body {
        width: 100vw;
        overflow-x: hidden;
    }

    nav {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 1;
        transition: -webkit-transform 300ms ease-in-out, opacity 300ms ease-in-out;
        transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
        position: absolute;
        top: -24px;
        background: rgba(0, 0, 0, 0.95);
        z-index: 999;
        width: 100%;
        min-height: 300px;
        font-family: "Roboto Condensed", sans-serif;
        text-transform: uppercase;
    }

        nav.open {
            opacity: 1;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }

        nav > ul {
            margin: 0;
            padding: 10px;
            position: relative;
            display: inline-table;
            width: 100%;
        }

            nav > ul li:first-child a {
            }

            nav > ul li a,
            nav > ul li span {
                color: rgba(255, 255, 255, 0.6);
                font-size: 150%;
            }

    #member-links a {
        font-size: 125%;
    }

    nav > ul li.selected > a,
    nav > ul li.selected span {
        color: #fff;
        font-weight: 700;
    }

    nav > ul li.selected ul {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        height: 120%;
    }

    nav li > ul {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        position: relative;
        text-align: center;
        transition: all 300ms ease-in-out;
        height: 0;
        margin: 0;
    }

    .language_menu {
        margin-top: 4px;
    }

    .language {
        margin-left: 0;
        margin-right: 0.5em;
    }

    nav > ul li.selected ul li a {
        color: #fff;
        font-weight: 500;
    }

    nav li {
        text-align: left;
        margin-left: 4px;
    }

    footer .row {
        margin: 0;
        padding: 8px 0 0 0;
    }

    footer ul {
        margin: 0 0 8px 0;
    }

    div#guide-nav {
        padding-left: 0;
        padding-right: 0;
        position: absolute;
        left: 0;
        top: 42px;
        z-index: 99;
    }
    /*
div#guide-nav > ul {
    font-size: 1.4rem;
    background-color: rgba(208, 223, 230, 0.9);
}

div#guide-nav > ul > li > ul {
    font-size: 1.2rem;
    background: rgba(234, 242, 246, 0.6);
}

div#guide-nav > ul > li > ul > li > ul {
    font-size: 1rem;
    background: rgba(234, 242, 246, 0.6);
}
*/

    a.guide-link {
        font-size: 1.8rem;
    }

    div#guide-nav ul.level-3 {
        font-size: 1.6rem;
    }

    div#guide-nav ul.level-4 {
        font-size: 1.4rem;
    }

    div#guide-nav ul.level-5 {
        font-size: 1.2rem;
    }

    .facility, #select-facilities-title {
        font-size: 1.2rem;
    }

    .main {
        position: relative;
    }

    #guide-toggle {
        display: inline;
    }

    .guide-toggle-row {
        display: block;
    }

    div#guide-nav:not(.open) {
        display: none;
    }

    div#guide-nav.open {
        display: block;
    }

    .main > .row {
        margin-top: 4px;
    }

    .harbour-nav {
        font-size: 2rem;
    }

    #banners-container {
        height: 240px;
    }

    .banner-wrapper {
        height: 240px;
    }

    .banner div {
        padding: 4px 8px;
        margin: 8px;
    }

    .banner-textoverlay h1 {
        font-size: 24px;
    }

    .banner-textoverlay h2 {
        font-size: 18px;
    }

    .right-col {
        padding-right: 0;
    }

    .line-spacer {
        height: 0.3em;
        margin-bottom: 0.3em;
    }

    /* Avoid auto-zoom on iPhone */
    input[type=text], input[type=search], input[type=email], input[type=tel], select {
        font-size: 18px !important;
    }

    select {
        max-width: 204.5px;
    }

    .stripe-element {
        max-width: 300px;
    }

    .brand-name {
        float: left;
        clear: both;
        left: 0;
        color: rgba(255, 255, 255, 1.0);
        font-size: 1.2rem;
        margin-left: 0;
        padding-top: 8px;
        text-transform: uppercase;
        font-weight: bold;
    }

    .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6 {
        margin-bottom: 12px;
    }

    header .col-md-2, header .col-md-3, header .col-md-4, .col-md-5, .col-md-6 {
        margin-bottom: 0;
    }

    footer div.row {
        padding-top: 0;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

    #banners-container {
        height: 280px;
    }

    .banner-wrapper {
        height: 280px;
    }
}

@media (max-width: 768px) {

    .breadcrumb {
        text-align: center;
        padding: 20px 0;
        background: black;
    }
}

@media (max-width: 479px) {
    .banner-textoverlay h1 {
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    div#guide-nav ul {
        width: 99%;
    }

    div#guide-nav {
        width: 98%;
    }
}

/* lightweight YouTube player */

.youtube-player {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 0;
}

    .youtube-player iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        background: transparent;
    }

    .youtube-player img {
        object-fit: cover;
        display: block;
        left: 0;
        bottom: 0;
        margin: auto;
        max-width: 100%;
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        height: auto;
        cursor: pointer;
        -webkit-transition: 0.4s all;
        -moz-transition: 0.4s all;
        transition: 0.4s all;
    }

        .youtube-player img:hover {
            -webkit-filter: brightness(75%);
        }

    .youtube-player .play {
        height: 60px;
        width: 78px;
        left: 50%;
        top: 50%;
        margin-left: -36px;
        margin-top: -36px;
        position: absolute;
        background: url('//i.imgur.com/XhaHoBu.png') no-repeat;
        background-size: contain;
        cursor: pointer;
    }

    .grid-padding{
        padding-left: 15px;
        padding-bottom: 15px;
    }

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
