/* Proxima Nova font rules for Blackball styling - Main site Font

Proxima Nova Black

font-family: proxima-nova, sans-serif;
font-weight: 900;
font-style: normal;

Proxima Nova Black Italic

font-family: proxima-nova, sans-serif;
font-weight: 900;
font-style: italic;

Proxima Nova Bold

font-family: proxima-nova, sans-serif;
font-weight: 700;
font-style: normal;

Proxima Nova Bold Italic

font-family: proxima-nova, sans-serif;
font-weight: 700;
font-style: italic;

Proxima Nova Extrabold

font-family: proxima-nova, sans-serif;
font-weight: 800;
font-style: normal;

Proxima Nova Extrabold Italic

font-family: proxima-nova, sans-serif;
font-weight: 800;
font-style: italic;

Proxima Nova Semibold

font-family: proxima-nova, sans-serif;
font-weight: 600;
font-style: normal;

Proxima Nova Semibold Italic

font-family: proxima-nova, sans-serif;
font-weight: 600;
font-style: italic;

Proxima Nova Regular
font-family: proxima-nova, sans-serif;
font-weight: 400;
font-style: normal;

Proxima Nova Italic
font-family: proxima-nova, sans-serif;
font-weight: 400;
font-style: italic;

Proxima Nova Medium
font-family: proxima-nova, sans-serif;
font-weight: 500;
font-style: normal;

Proxima Nova Medium Italic
font-family: proxima-nova, sans-serif;
font-weight: 500;
font-style: italic;

*/

/* Blackball color Schemes
    To maintain consistent colors throughout site, only change the color variable here.
    Do not change individual colors within CSS rules. If a new color is added, add here as a variable first,
    then use the variable to set the color of the element
==================================================*/

:root {
    --main-blue: #053c5e;
    --opaque-blue-bckgrnd: rgba(5, 60, 94, 0.6);
    --navy-blue-hover: #125e8a;
    --main-red: #d93228;
    --warm-red-hover: #fc504d;
    --light-gray: #eaebeb;
    --dark-gray: #8e9397;
    --black: #000;
    --white: #fff;
    --in-text-link-color: #1778b1;
    --in-text-link-hover: #075b8f;
    --hotel-gray-caption: rgba(234, 235, 235, 0.8);
}

/* ==================================================
Blackball color Schemes
*/

@font-face {
    font-family: "Fjalla";
    src: url("../font/fjalla-webfont.eot");
    src: url("../font/fjalla-webfont.eot?#iefix") format("embedded-opentype"),
        url("../font/fjalla-webfont.woff2") format("woff2"),
        url("../font/fjalla-webfont.woff") format("woff"),
        url("../font/fjalla-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.flex {
    display: flex;
}
.hide {
    display: none;
}
/* Page Default */
html {
    scroll-behavior: smooth;
}
body {
    padding: 0;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 0 auto;
}
strong {
    font-weight: bold;
}
h1,
h2,
h3 {
    color: #000;
}
h1 {
    font-family: Fjalla;
    font-size: 50px;
    font-weight: 500;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 40px 0;
    margin: 0;
}
h2 {
    font-weight: 800;
    font-style: normal;
    font-size: 22px;
    margin: 0;
    padding: 20px 0 10px;
    letter-spacing: 0.05em;
    line-height: 30px;
    text-transform: uppercase;
}
h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: -0.015em;
    margin: 30px 0 5px;
    color: #000;
    text-transform: none;
}
p,
ul {
    font-family: proxima-nova, Century Gothic, Franklin Gothic, Tahoma,
        sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 0 0 20px;
    line-height: 28px;
    font-size: 19px;
    letter-spacing: 0.2px;
    list-style: none;
    color: #555555;
}

li {
    margin-bottom: 0px;
}

.center {
    text-align: center;
}

.main > .container {
    max-width: 100% !important;
    padding: 0px;
}

.page-inner {
    max-width: 1500px;
    margin: 0 auto;
}
.page-center {
    display: block;
    margin: 0 auto;
}
#backToTop {
    display: none;
    position: fixed;
    width: 35px;
    height: 35px;
    border-radius: 20px;
    background: var(--light-gray);
    color: #000;
    border: 1px solid #000;
    right: 20px;
    bottom: 20px;
    text-align: center;
    padding-top: 7px;
}
body.scrolled #backToTop {
    display: block;
}
#backToTop .mdi-chevron-up::before {
    font-size: 30px;
    position: relative;
    bottom: 14px;
}
#session-closed-content {
    text-align: center;
    height: fit-content;
    margin: 75px 25px;
}
/*Admin Login*/
#login-container {
    width: 350px;
    margin: 100px auto;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 10px;
    justify-content: center;
    padding: 30px;
}
#login-container .submit {
    display: flex;
    justify-content: center;
}
#login-container .forgot-pw {
    display: flex;
    justify-content: center;
    font-size: 12px;
    margin: 0 0 20px 0;
}
#login-container label {
    font-size: 14px;
    margin: 10px 0 0 0;
    font-weight: 500;
    color: #222;
}
#login-container .admin-button {
    padding: 0 10px;
    background: linear-gradient(to bottom, #ee5f5b, #bd362f);
    border: 1px solid #bd362f;
    color: #ffffff;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
    font-weight: 100;
    text-transform: capitalize;
}
.expired_reset {
    background: #fff;
    border-radius: 12px;
    margin: 50px auto;
    width: fit-content;
    padding: 0 80px 50px;
}

/* Elements */

.wide-card-wrapper {
	max-width: 1400px;
    height: 400px;
	width: 100%;
	margin: 24px auto;
	background-color: var(--light-gray);
	padding: 0;
}

.wide-card-wrapper .wide-card-container {
    padding: 20px;
    display: flex;
    flex-flow: column nowrap;
}

.wide-card-wrapper .wide-card-container .wide-card-header,
.content-dialog-inner h3 {
    font-size: 30px;
    margin: 0;
}
.wide-card-wrapper .wide-card-container .wide-card-header,
.wide-card-wrapper .wide-card-container .wide-card-footer {
    flex: 0 0 auto;
}

.wide-card-wrapper .wide-card-container .wide-card-content {
    flex-flow: 1 0 auto;
    overflow: hidden;
}

.wide-card-wrapper .wide-card-image-wrapper {
    flex: 0 0 30%;
    max-height: 100%;
}

.wide-card-wrapper .wide-card-image-wrapper img {
    height: 100%;
}

.wide-card-wrapper .wide-card-container .wide-card-content {
	width: 100%;
}
dialog::backdrop {
    background: #000000ad;
}

.content-dialog {
	height: 70vh;
	max-height: 1100px;
    max-width: 1200px;
    width: 90%;
    margin: auto;
	overflow-y: scroll;
	background: #eee;
    padding: 10px;
    border: 1px solid #000;
}
.content-dialog .close-modal-button {
    padding: 8px;
    background: #eee;
    border-radius: 20px;
    border: 1px solid #ccc;
    color: #000;
    display: flex;
    align-items: center;
    height: 26px;
    position: absolute;
    right: 12px;
}
.content-dialog-inner {
    display: flex;
}

/* User Login and Register*/
#UserLogin.login p {
    margin: 0;
}
#UserLogin .new-site-accounts a,
#user-fail a {
    color: var(--in-text-link-color);
}
#UserLogin .new-site-accounts a:hover,
#user-fail a:hover {
    color: var(--in-text-link-hover);
}
#UserLogin form {
    max-width: 600px;
    margin: 0px auto 50px auto;
}
#UserLogin form .fieldset {
    background: var(--dark-gray);
    padding: 30px;
    border-radius: 6px;
}
#UserLogin form label {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
}
#UserLogin form input[type="text"],
#UserLogin form input[type="password"] {
    border-radius: 0;
    background: #fff;
}
#UserLogin form .login-btns {
    justify-content: space-between;
    margin-top: 20px;
}
#UserLogin .login {
    margin-top: 30px;
}
#UserLogin .submit .login-btn,
.register-user .submit input {
    border-radius: 0;
    background: var(--main-red);
    margin: 0;
}
#UserLogin .forgot {
    border-radius: 0;
    background: var(--main-red);
    color: #fff;
    padding: 0 10px;
    align-items: center;
    display: flex;
    height: 40px;
}
#UserLogin .login.flex {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
#UserLogin.banner img {
    width: 100%;
}
.register-user-wrapper {
    justify-content: center;
}
.register-user {
    flex-direction: column;
    border-radius: 6px;
    padding: 30px;
}
.register-user label {
    margin: 0;
    font-size: 14px;
    color: #333;
}
.register-user .flex-input {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.register-user .flex-input span {
    color: #000;
    background: var(--light-gray);
    padding: 3px 6px;
    position: relative;
    left: 4px;
    border-radius: 4px 0 0 4px;
    border: 1px solid #ccc;
}

.register-user .flex-input input[type="email"],
.register-user .flex-input input[type="text"],
.register-user .flex-input input[type="password"] {
    width: 350px;
    height: 29px;
    border-radius: 0 4px 4px 0;
}
.register-user .submit {
    display: flex;
    justify-content: end;
}

/* Header */
#header-notice {
    text-align: center;
    width: 100%;
    background: var(--main-red);
}
#header-notice > .banner {
    color: #fff;
    text-align: center;
    padding: 10px;
    width: 95%;
    margin: 0 auto;
}
#header-notice > .banner > .banner-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 14px;
    display: block;
    margin: 0 0 10px;
}
#header-notice a.covid-reqs {
    text-decoration: underline;
    color: #fff;
    font-weight: bold;
}
#header {
    position: relative;
    width: 100%;
    z-index: 100;
    margin: 0 auto;
}
#header-upper {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    font-size: 0;
    padding-left: 30px;
    display: flex;
    align-items: center;
}
#header-right {
    display: flex;
    justify-content: end;
    vertical-align: middle;
    width: calc(100% - 195px);
    text-align: right;
    transition: all 0.5s ease-in;
}
#header-left {
    display: flex;
    align-items: center;
}
#header-search {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
    width: 150px;
}
#header-search.active {
    padding-right: 25px;
    overflow: hidden;
    width: 150px;
}
#header-search.active #header-mag,
#header-search input[type="submit"] {
    display: none;
}
#header-search.active label {
    display: none;
}
#header-search.active input[type="text"] {
    width: 160px;
    text-indent: unset;
}
#header-search input[type="submit"] {
    background: transparent;
    border: none;
    position: absolute;
}
#header-mag {
    background: url(/img/frontend/icon-search-red.png) 5px 5px no-repeat;
    background-size: auto;
    background-size: 24px;
    opacity: 1;
    cursor: pointer;
    position: absolute;
    top: -3px;
    right: 55px;
    width: 30px;
    height: 35px;
    z-index: 20;
    margin: 0 -1px 0 0;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    transition: 0.3s all;
}
#header-search label {
    display: block;
    position: absolute;
    top: -3px;
    right: 0;
    font-size: 12px;
    font-family: proxima-nova, Century Gothic, Franklin Gothic, Tahoma,
        sans-serif;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    padding: 7px 5px;
    cursor: pointer;
    overflow: hidden;
    width: 60px;
    z-index: 11;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    transition: 0.3s all;
}
#header-search input[type="text"] {
    border: 0;
    border-radius: 0;
    color: #303030;
    background: transparent;
    height: 29px;
    width: 29px;
    padding: 3px 4px;
    outline: none;
    font-family: proxima-nova, Century Gothic, Franklin Gothic, Tahoma,
        sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.02em;
    position: relative;
    z-index: 10;
    margin: 0;
    box-shadow: none;
    text-indent: -99px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    transition: 0.3s all;
}

#phone-icon {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    background: url(/img/frontend/icon-phone-red.png) center center
        no-repeat;
    background-size: auto;
    background-size: 98%;
}

#login,
#headerPhone {
    display: inline-block;
    margin-right: 15px;
}
#login,
#headerPhone a,
#headerPhone span:nth-child(2) {
    font-size: 12px;
    font-family: proxima-nova, Century Gothic, Franklin Gothic, Tahoma,
        sans-serif;
    font-weight: 700;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
}
#login .login-label {
    font-weight: 700;
}
#user-icon {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    background: url(/img/frontend/icon_user.png) center center no-repeat;
    background-size: auto;
    background-size: 98%;
    margin: 0 8px 0 0;
}

#site-logo {
    display: inline-block;
    vertical-align: middle;
    width: 190px;
    padding: 15px 0;
}
#header-left #mobile-nav-toggle {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
    font-family: "Fjalla";
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    text-align: center;
    width: 30px;
    cursor: pointer;
}
#header-left #mobile-nav-toggle div {
    width: 30px;
    height: 4px;
    background: #000;
    border-radius: 3px;
    margin: 6px 1px 18px;
    box-shadow: 0 8px 0 0, 0 16px 0 0;
}
.mobile-nav-wrapper {
    background: var(--main-blue);
    opacity: .95;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 99;
}
#mobile-header-nav-inner {
    padding: 70px 0;
    display: flex;
    width: 600px;
    margin: 0 auto;
}
#mobile-header-nav-inner a {
    color: #fff;
    padding-left: 10px;
}
#mobile-header-menu li {
    padding: 12px 0;
    border-bottom: 1px solid #555555;
}
#mobile-header-nav-submenus li {
    padding: 12px;
    background: #4c4c4c;
    border-bottom: 1px solid #555555;

}
#mobile-header-menu {
    width: 300px;
}
#mobile-header-menu li {
    display: flex;
    justify-content: space-between;
}


#mobile-header-menu > li#hm-about-us-mobile:after,
#hm-travel-info-mobile:after,
#hm-packagesovernight-mobile:after,
#hm-packagesday-trip-mobile:after,
#mobile-header-menu > li#hm-seattle-to-victoria-mobile:after {
    content: "\f054";
    font-family: fontawesome;
    color: #fff;
    padding-right: 10px;
}
#mobile-header-menu .menu-item:hover {
    cursor: pointer;
}
#mobile-header-menu .menu-item.active {
    background: #4c4c4c;
    transition: 0.5s all;
}
.submenu {
    position: absolute;
    margin-left: 50%;
    transition: 0.5s ease-in-out;
    width: 38%;
}
.slide-left {
    margin-left: 0%;
}

.top-section img {
    position: absolute;
    top: 10px;
}
.top-section .menu-button {
    position: absolute;
    top: 10px;
    right: 0;
    background: transparent;
    border: none;
    font-size: 14px;
    padding: 5px 10px 5px;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
}
.top-section .menu-button:hover {
    background: transparent;
}
.top-section .menu-button:after {
    content: "\f00d";
    font-family: fontawesome;
    color: #fff;
    margin-left: 10px;
    border: 2px solid #fff;
    padding: 0px 8px;
    border-radius: 20px;
    line-height: 26px;
}
.menu-item-back:before {
   content: "\f053";
    font-family: fontawesome;
    color: #fff;
    padding-left: 10px;
}

#header-nav {
    background: var(--main-blue);
}
#header-nav-inner {
    position: relative;
    max-width: 1500px;
    margin: 0 auto;
}
#header-menu > li {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    position: relative;
}
#header-menu > li > a {
    color: #fff;
    font-size: 14px;
    display: block;
    line-height: 32px;
    font-family: proxima-nova, Century Gothic, Franklin Gothic, Tahoma,
        sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    padding: 12px 20px;
    text-decoration: none;
}
#header-menu > li > .submenu {
    margin: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0px;
    background: #fff;
    box-shadow: 0 0px 65px rgba(0, 0, 0, 0.15);
    width: 100%;
    cursor: pointer;
    min-width: 178px;
    text-align: left;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.2s opacity;
    -moz-transition: 0.2s opacity;
    -ms-transition: 0.2s opacity;
    transition: 0.2s opacity;
    font-size: 16px;
}
#header-menu li:hover .submenu,
#header-menu li .submenu:hover {
    opacity: 1;
    pointer-events: all;
}
#header-menu li .submenu .menu-item {
    padding: 5px 20px;
}
#header-menu li .submenu .menu-item:hover {
    background: #eee;
}
#header-menu li .submenu .menu-item a {
    color: #555555;
}
#header-menu {
    margin: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}
#header-menu li.menu-item:hover {
    background: var(--navy-blue-hover);
}

li.nav-book-now {
    background: var(--main-red);
    float: right;
}
#header-menu .submenu .menu-item a {
    display: block;
}

/* Search Results */
#searchResults {
    max-width: 1500px;
    margin: 30px auto;
}

#searchResults .results-title {
    text-align: center;
    font-size: 40px;
}

#searchResults .search-results {
    text-align: center;
}


#searchResults h2 {
    font-size: 26px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
}

#searchResults .results-container {
    margin: 50px auto;
    justify-content: center;
    flex-wrap: wrap;
}

#searchResults .search-item {
    width: 340px;
    background: #eee;
    margin: 10px;
}

#searchResults .search-item {
    transform: scale(1);
    transition: 1s ease-in-out;
    overflow: hidden;
}

#searchResults .search-item .search-img {
    transform: scale(1);
    overflow: hidden;
    height: 275px;
}

#searchResults .search-item .search-img img {
    width: 100%;
    height: 100%;
    transition: 1s ease;
    object-fit: cover;
}

#searchResults .search-item:hover img {
    transform: scale(1.1);
    opacity: 0.8;
}

#searchResults h3 {
    font-size: 22px;
    text-transform: uppercase;
    margin: 15px 0 0 0;
}

#searchResults .category {
    font-size: 18px;
    text-transform: uppercase;
    color: var(--dark-gray);
    margin-bottom: 10px;
    letter-spacing: 1px;
}

#searchResults .search-item .description {
    padding: 0 20px;
}

#searchResults .search-item .snippet {
    max-height: 115px;
    overflow: hidden;
}

#searchResults .swiper-slide {
    max-width: unset !important;
    width: 345px !important;
}

#searchResults .swiper-slide .search-item .pricing .tool-tip-icon {
    border-radius: 20px;
    background: var(--main-blue);
    color: var(--white) !important;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 21px;
    position: relative;
    top: 4px;
    left: 10px;
    font-weight: 500;
    font-size: 14px !important;
}

#searchResults .swiper-slide .search-item .tool-tip-text {
    visibility: hidden;
    background-color: var(--white);
    color: #000;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    width: 200px;
    position: absolute;
    right: 50px;
    line-height: 14px;
    font-size: 12px;
    box-shadow: 0 0 15px 2px #00000020;
}

#searchResults .price-tool-tip:hover .tool-tip-text {
    visibility: visible;
}

#searchResults .swiper-horizontal>.swiper-pagination-bullets,
#searchResults .swiper-pagination-bullets.swiper-pagination-horizontal,
#searchResults .swiper-pagination-custom,
#searchResults .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 0px);
}

/* Hero Slider */

#home-rotator .swiper-pagination {
    text-align: right;
    padding-right: 20px;
}

#home-rotator .swiper-pagination-bullet {
    height: 18px;
    width: 18px;
    background: black;
    box-shadow: inset 0 0 0px 2px #fff;
    opacity: 1;
}

#home-rotator .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}

#hero-rotator {
    /* max-height: 600px; */
    height: calc(29vw);
}

#hero-rotator.tablet {
    height: calc(100vw / 1.33);
}

#hero-rotator .swiper-slide img {
    display: block;
    margin: auto;
    height: 100%;
    min-height: 600px;
    width: 100%;
    box-shadow: 0 0 20px -5px #1b1b1b90;
    object-fit: contain;
    object-position: top;
}
.swiper-slide p {
    color: #000;
    margin: 10px 0 0 0;
}
#hero-rotator::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: inset 0 0 2000px 100px #1b1b1b90;
    bottom: 0;
}

#homePage .swiper-slide {
    max-width: unset !important;
}

#homePage .swiper-slide .search-item .pricing .tool-tip-icon {
    border-radius: 20px;
    background: var(--main-blue);
    color: var(--white) !important;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 21px;
    position: relative;
    top: 15px;
    left: 10px;
    font-weight: 500;
    font-size: 14px !important;
}

#homePage .swiper-slide .search-item .tool-tip-text {
    visibility: hidden;
    background-color: var(--white);
    color: #000;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    width: 200px;
    position: absolute;
    right: 50px;
    line-height: 14px;
    font-size: 12px;
    box-shadow: 0 0 15px 2px #00000020;
}

#homePage .price-tool-tip:hover .tool-tip-text {
    visibility: visible;
}

#homePage .swiper-horizontal>.swiper-pagination-bullets,
#homePage .swiper-pagination-bullets.swiper-pagination-horizontal,
#homePage .swiper-pagination-custom,
#homePage .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, -6px);
}

/* Trip Planner */
#trip-planner {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--light-gray);
    width: 100%;
    position: relative;
    bottom: 7px;
}
#trip-planner .trip-planner-title {
    text-transform: uppercase;
    color: var(--black);
    text-align: left;
    font-size: 25px;
    font-family: Fjalla;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 10px 17px 9px 15px;
    width: 12%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 36px;
}

#ferry-form {
    display: flex !important;
    justify-content: space-evenly;
    align-items: center;
    padding: 0;
    margin: 0 0 0 -40px;
}

#trip-planner .tab-content {
    padding: 28px 30px 28px 0px;
    margin: 0;
    border: none;
    background: var(--light-gray);
    border-radius: 0;
    width: 85%;
}

#trip-planner-type {
    text-align: center;
}

#trip-planner legend,
#trip-planner label {
    color: #000;
}

#trip-planner-type label:hover,
#trip-planner-type label.active {
    color: #fff;
    background: var(--main-blue);
}

#trip-planner-type label {
    position: relative;
    font-family: proxima-nova, Century Gothic, Franklin Gothic, Tahoma,
        sans-serif;
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 16px;
    z-index: 10;
    padding: 15px;
    background: var(--white);
    margin: 0 5px;
    width: 100px;
    cursor: pointer;
}

#trip-planner-type input[type="radio"] {
    display: none;
}

#trip-planner select {
    margin-bottom: 0;
    width: 100%;
    border-radius: 0;
    border: 0;
    font-size: 16px;
    font-family: proxima-nova, Century Gothic, Franklin Gothic, Tahoma,
        sans-serif;
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
    padding: 11px;
    --webkit-appearance: none;
    background: url(/img/frontend/icon-dropdown-arrow-red.png) 97% center
        no-repeat #fff;
    background-size: auto;
    background-size: 22px;
    cursor: pointer;
    height: 57px;
    letter-spacing: 0.1em;
    color: black;
}

#ferry-form .starting-point {
    width: 22%;
}

#ferry-form .vehicle-types label {
    margin-bottom: 0;
}

#ferry-form .vehicle-types {
    width: 25%;
    margin-top: -20px;
}

.home-booking-button {
    display: inline-block;
    padding: 5px 3px;
    cursor: pointer;
    border: none;
    width: 20%;
    height: 60px;
    margin-right: 7px;
}

.home-booking-button[data-option="Vehicles"] {
    background: url(/img/frontend/travel-mode-new-car-gray.png) center center
        no-repeat;
    background-size: 90%;
    background-color: var(--white);
}

.home-booking-button[data-option="Passengers"] {
    background: url(/img/frontend/travel-mode-walk-new-gray.png) center center
        no-repeat;
    background-size: 90%;
    background-color: var(--white);
}

.home-booking-button[data-option="Motorcycles"] {
    background: url(/img/frontend/travel-mode-motorcycle-new-gray.png) center
        center no-repeat;
    background-color: var(--white);
    background-size: 90%;
}

.home-booking-button[data-option="Bicycles"] {
    background: url(/img/frontend/travel-mode-bike-new-gray.png) center center
        no-repeat;
    background-color: var(--white);
    background-size: 90%;
}

.home-booking-button[data-option="Passengers"]:hover,
.home-booking-button[data-option="Passengers"].selected-travel-mode {
    background: url(/img/frontend/travel-mode-walk-new-blue.png) center center
        no-repeat;
    background-color: var(--white);
    background-size: 90%;
}

.home-booking-button[data-option="Vehicles"]:hover,
.home-booking-button[data-option="Vehicles"].selected-travel-mode {
    background: url(/img/frontend/travel-mode-new-car-blue.png) center center
        no-repeat;
    background-color: var(--white);
    background-size: 90%;
}

.home-booking-button[data-option="Motorcycles"]:hover,
.home-booking-button[data-option="Motorcycles"].selected-travel-mode {
    background: url(/img/frontend/travel-mode-motorcycle-new-blue.png) center
        center no-repeat;
    background-color: var(--white);
    background-size: 90%;
}

.home-booking-button[data-option="Bicycles"]:hover,
.home-booking-button[data-option="Bicycles"].selected-travel-mode {
    background: url(/img/frontend/travel-mode-bike-new-blue.png) center center
        no-repeat;
    background-color: var(--white);
    background-size: 90%;
}

#trip-planner #searchButton,
#trip-planner #searchPackagesButton,
#travel-reqs-accept-btn {
    --webkit-appearance: none;
    border: 0;
    background: var(--main-red) !important;
    color: #fff;
    font-family: proxima-nova, Century Gothic, Franklin Gothic, Tahoma,
        sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-align: center;
    width: calc(100% + 60px);
    margin: 0px -30px 0px;
    height: 52px;
    display: block;
    position: relative;
    overflow: hidden;
}

#ferry-form #searchButton {
    width: 12%;
}
#trip-planner-type {
    column-count: 2;
}
#trip-planner-type label {
    width: 150px;
}
select#ReservationDepartPort {
    -moz-appearance: none;
    -webkit-appearance: none;
}
select#ReservationDepartPort::-ms-expand {
    display: none;
}

/* Primary Button */
.primary-btn {
    color: #fff !important;
    background: var(--main-red);
    border: none;
    border-radius: 0;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 60px;
    vertical-align: middle;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}
.primary-btn a {
    text-decoration: none;
    color: #fff;
}
.primary-btn:hover,
.primary-btn a:hover {
    color: #fff;
    background: var(--warm-red-hover);
    border: none;
    border-radius: 0;
}

/* Home Page */
.more-pkgs .flex {
    margin: 50px auto;
    width: 85%;
    justify-content: center;
    gap: 20px;
}
.more-pkgs .flex button {
    justify-content: center;
}
.more-pkgs .card {
    width: 300px;
    background: #eee;
}
.item-card-grid {
    display: flex;
    overflow: hidden;
    justify-content: space-evenly;
}
.package-rotator-wrapper {
    max-width: 1300px;
    margin: 0 auto 30px auto;
}
.package-rotator-wrapper .swiper-pagination {
    display: none;
}
#packages-rotator h3 {
    font-size: 19px;
    margin: 15px 0 0 0;
}
#packages-rotator .search-item .description {
    padding: 0 20px;
}
#packages-rotator .swiper-wrapper .swiper-slide {
    width: 350px !important;
    height: 590px;
    display: flex;
    flex-direction: column;
    background: #eee;
}
#packages-rotator .swiper-wrapper .swiper-slide .pricing > div p {
    font-size: 17px;
}
.package-rotator-inner {
    gap: 20px;
}
.package-rotator-wrapper .swiper-button-next {
    top: 320px;
    right: -15px;
    color: var(--main-blue);
    position: relative;
}
.package-rotator-wrapper .swiper-button-prev {
    top: 320px;
    left: -15px;
    color: var(--main-blue);
    position: relative;
}
.package-rotator-wrapper .swiper-button-next:after {
    font-size: 26px;
    background: var(--light-gray);
    padding: 10px 14px 10px 17px;
    border-radius: 26px;
}
.package-rotator-wrapper .swiper-button-prev:after {
    font-size: 26px;
    background: var(--light-gray);
    padding: 10px 20px 10px 14px;
    border-radius: 26px;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
    height: 15px;
    width: 15px;
}
.swiper-pagination-bullet {
    background: #fff !important;
    border: 2px solid var(--main-blue);
    opacity: 1 !important;
}
.swiper-pagination-bullet-active {
    background: var(--main-blue) !important;
    border: 2px solid var(--main-blue);
}
.item-card-grid .item-card {
    width: 300px;
    display: flex;
    flex-direction: column;
    background: #eee;
}
.item-card-grid .item-card.items-selected {
    border: 5px solid var(--main-red);
    box-shadow: 0 0 15px -5px #000000;
    align-items: flex-end;
}
.item-card-grid .item-card.items-selected::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--white);
    display: flex;
    position: absolute;
    width: 70px;
    height: 70px;
    font-size: 25px;
    background: linear-gradient(45deg, transparent 50%, #d93228 50%);
    padding-left: 35px;
}
.item-card-grid .item-card .description {
    margin: 15px 0;
}
.room-confirmation h3,
.item-card-grid .item-card .description h3 {
    font-size: 18px;
    margin: 0;
}
.item-card-grid .item-card .description p {
    color: #000;
}
.item-card-grid .item-card .description .pricing p {
    margin: 0;
}
.item-card-grid .item-card .description .pricing p.sub-text {
    font-size: 12px;
    line-height: 18px;
}
.item-card .price-tool-tip {
    position: absolute;
}
.item-card .pricing .tool-tip-icon {
    border-radius: 20px;
    background: var(--main-blue);
    color: var(--white) !important;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 21px;
    position: relative;
    top: -27px;
    left: 225px;
    font-weight: 500;
    font-size: 14px !important;
}

.swiper-wrapper .item-card .pricing .tool-tip-icon {
    border-radius: 20px;
    background: var(--main-blue);
    color: var(--white) !important;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 21px;
    position: relative;
    top: -45px;
    left: 272px;
    font-weight: 500;
    font-size: 14px !important;
}
.item-card .tool-tip-text {
    visibility: hidden;
    background-color: var(--white);
    color: #000;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    width: 200px;
    position: absolute;
    left: 50px;
    top: 0;
    line-height: 14px;
    font-size: 12px;
}
.price-tool-tip:hover .tool-tip-text {
    visibility: visible;
}
#exclusive-deals .content-block-inner {
    padding: 10px 50px 0;
    margin: 0 auto !important;
    width: 85%;
}
.content-block-inner p {
    color: black !important;
    padding: 10px 0 0;
    margin: 0 auto !important;
    width: 70%;
}
.content-block h2,
.block-inner h2,
.content-left h2 {
    font-family: Fjalla;
    font-weight: 500;
    font-size: 50px;
    letter-spacing: 0.06em;
    line-height: 60px;
}
#home-package-deals .block-inner p {
    padding: 10px 50px 0;
}
.home-page-content {
    max-width: 1500px;
    margin: 0 auto;
}
#homePage a.red {
    color: #fff;
    border-radius: 0;
    background-color: var(--main-red);
    letter-spacing: .22em;
    font-size: 18px;
    padding: 15px 20px;
    font-weight: 800;
    margin: 50px auto;
    max-width: 350px;
    display: flex;
    justify-content: center;
}
#homePage a.red:hover {
    background: var(--warm-red-hover);
    cursor: pointer;
}
.content-block,
.content-block-inner {
    padding: 100px 0 100px;
    text-align: center;
    max-width: 1500px;
    margin: 0 auto;
}
#welcome-aboard {
    background-image: url("/webroot/img/frontend/Welcome-aboard-blue.png");
}
.welcome-aboard-grid img {
    transform: scale(1);
    transition: transform 1s ease;
}
.welcome-aboard-grid img:hover {
    transform: scale(1.1);
}
#welcome-aboard .block-inner .flex {
    flex-wrap: wrap;
    justify-content: space-evenly;
}
#welcome-aboard .block-inner h2 {
    color: #fff;
    line-height: 50px;
}
.block-inner h2 {
    text-align: center;
    padding-bottom: 45px;
}

.block-inner {
    text-align: center;
    vertical-align: middle;
    padding: 200px 50px;
    margin: 0 auto;
}
.block-inner h3 {
    font-size: 22px;
    font-family: proxima-nova, Century Gothic, Franklin Gothic, Tahoma,
        sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    letter-spacing: 0.18em;
}

.recent-articles-block .article-content h3,
.recent-articles-block .article-content .article-inner {
    text-align: left;
}
.recent-articles-block .article-content {
    padding: 0 25px;
    display: flex;
    flex-flow: column nowrap;
}
.recent-articles-block .article-content .category {
    color: var(--dark-gray);
    text-align: left;
    font-size: 18px;
    margin-bottom: 10px;
}
.package .article-content > *,
.recent-articles-block .article-content > * {
    flex: 0 0 auto;
}
.package .recent-article-img img,
.recent-articles-block .recent-article-img img {
    object-fit: cover;
}
.recent-articles-block .article-inner {
    flex: 1 1 100%;
}
.recent-articles-block > h2 {
    margin-bottom: 20px;
}
.package .article-content img,
.recent-articles-block .article-content img {
    object-fit: cover;
    object-position: center;
    height: 360px;
    width: 100%;
}
.package .article-content,
.recent-articles-block .article-content {
    transform: scale(1);
    transition: 1s ease-in-out;
    overflow: hidden;
}

.package .article-content .recent-article-img,
.recent-articles-block .article-content .recent-article-img {
    transform: scale(1);
    overflow: hidden;
    height: 360px;
}

.package .article-content .recent-article-img img,
.recent-articles-block .article-content .recent-article-img img {
    width: 100%;
    height: 100%;
    transition: 1s ease;
}

.package .article-content:hover img,
.recent-articles-block .article-content:hover img {
    transform: scale(1.1);
    opacity: 0.8;
}
.package .article-content .article-inner p,
.recent-articles-block .article-content .article-inner p {
    max-height: 300px;
    overflow: hidden;
    font-size: 18px;
}
.package .article-content .read-more.flex,
.travelTradeGroups .article-content .read-more.flex,
.recent-articles-block .article-content .read-more.flex {
    justify-content: center;
}

#homeRoute {
    background-image: url("/webroot/img/the-route-hero.jpg");
    background-position: 74% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 420px;
}
#homeRoute p {
    color: #000;
    font-size: 16px;
}
#homeRoute .flex {
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 30px;
    max-width: 500px;
}
#homeRoute .route-inner {
    max-width: 1500px;
    position: relative;
    margin: 0 auto;
}

.content-left {
    max-width: 600px;
    padding-left: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Static Banner */
.banner img {
    width: 100%;
    object-fit: cover;
    object-position: 0 90%;
    max-height: 525px;
}

#page-featured-banner {
	position: relative;
}

#featured-banner-mobile {
	display: none;
	max-width: 100%;
	width: 100%;
}

#featured-banner-desktop {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Banners */
#banner_class {
    display: flex;
    justify-content: center;
}
#header_notice #banner_class.alert {
    background: var(--main-red);
    color: #fff;
    padding: 20px;
}
#header_notice #banner_class.notice_black {
    background: #000;
    color: #fff;
    padding: 20px;
}
#header_notice #banner_class.notice_blue {
    background: var(--main-blue);
    color: #fff;
    padding: 20px;
}
#header_notice #banner_class.notice_grey {
    background: var(--dark-gray);
    color: #fff;
    padding: 20px;
}
#header_notice #banner_class.notice_grey a,
#header_notice #banner_class.notice_blue a,
#header_notice #banner_class.notice_black a,
#header_notice #banner_class.alert a {
    color: #fff;
}

/* About Us Page */
.about-us {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 25px;
}
.about-us h3 {
    font-size: 46px;
    line-height: 50px;
    font-weight: 700;
}
.about-us-img {
    margin: 30px 0px 30px 0px;
}
.aboutUs .embed-container iframe {
    width: 100%;
    height: 600px;
}

.aboutUs .button.red {
    color: #fff;
    border-radius: 0;
    background-color: var(--main-red);
    letter-spacing: 2px;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}
#boat-red {
    float: left;
    margin: 0 60px 60px 0;
}
#timeline {
    margin: 30px 0;
}
#timeline img {
    border-radius: 260px;
    max-width: 240px;
    border: 12px solid #fff;
    margin: 20px auto;
    display: block;
}
#timeline p {
    max-width: 75%;
    margin: 0 auto;
    font-size: 19px;
}
#timeline h2.center {
    margin: 0 auto;
    max-width: 900px;
}
.timeline-btn {
    border-radius: 50px;
    padding: 0 15px;
    color: #000;
    background: #eee;
    border: none;
}
#timeline .swiper-slide h3 {
    font-size: 32px;
    line-height: 50px;
}
#history-rotator h3::after {
    content: "";
    width: calc(100% - 110px);
    border-top: 10px dotted #ddd;
    position: absolute;
    z-index: 10;
    left: calc(50% + 68px);
    top: 52px;
}

body #history-rotator .swiper-button-next::after {
    font-size: 18px;
    color: #000;
}

body #history-rotator .swiper-button-prev::after {
    font-size: 18px;
    color: #000;
}

body #history-rotator .swiper-button-next,
body #history-rotator .swiper-button-prev {
    height: 35px;
    width: 35px;
    border-radius: 50px;
    background-color: #ddd;
    position: absolute;
    top: 60px
}

body #history-rotator .swiper-button-next {
    z-index: 100;
    visibility: visible;
    right: 0px;
}

body #history-rotator .swiper-button-prev {
    z-index: 100;
    visibility: visible;
    left: 0px;
}

/* The Route Page */
.the-route {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 25px;
}
.about-us iframe {
    width: 100%;
    height: 600px;
    margin: 20px 0;
}
.about-us .red {
    color: #fff;
    background: var(--main-red);
    border: none;
    border-radius: 0;
    font-size: 15px;
    margin-bottom: 60px;
    vertical-align: middle;
    letter-spacing: 0.22em;
}
.about-us #boat-red {
    float: left;
    margin: 0 45px 50px 0;
}
@media (max-width: 782px) {
    .about-us .embed-container p:nth-child(-n+5) {
        display: none;
    }
    .about-us #boat-red {
        margin: 0 45px 50px 45px;
    }
}

/* Related Pages */
.related-pages {
    justify-content: center;
}
.related-page {
    display: inline-block;
    vertical-align: top;
    width: 400px;
    margin-bottom: 5px;
}
.related-page a {
    position: relative;
    margin: 0 2px;
    display: block;
}
.related-page-bg {
    position: relative;
    height: 272px;
    overflow: hidden;
}

.related-page-thumb {
    width: 100%;
    height: 100% !important;
    transition: 0.8s all;
    object-fit: cover;
}
.related-page-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.related-page h3 {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    background: rgba(5, 60, 94, 0.8);
    padding: 15px 25px;
    text-align: center;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 700;
}
.related-page-cta button {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px;
    margin-bottom: 0;
}
.related-page-section {
    max-width: 1500px;
    margin: 30px auto 60px auto;
    padding: 0 10px;
}
.related-pages-title h3 {
    font-weight: 700;
    margin: 60px auto 30px auto;
}

/* Whats on Board Page */
.whats-on-board {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 25px;
}
.whats-on-board-cards {
    position: relative;
    max-width: 1500px;
    margin: 0 auto;
    padding: 60px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.whats-on-board-cards .flex {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.whats-on-board-cards .list-article {
    width: 300px;
    background: var(--light-gray);
    height: 380px;
}
.list-article {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #222;
}

.list-article a {
    position: relative;
    display: block;
    color: #222;
}
.whats-on-board-cards .thumb-bg-1 {
    background: url(/webroot/img/mv-coho-tour-desk.jpg) center center no-repeat;
    background-size: cover;
    margin: 0 auto;
}
.whats-on-board-cards .thumb-bg-2 {
    background: url(/webroot/img/coffee-shop.jpg) center center no-repeat;
    background-size: cover;
    margin: 0 auto;
}
.whats-on-board-cards .thumb-bg-3 {
    background: url(/webroot/img/gift-shop.jpg) center center no-repeat;
    background-size: cover;
    margin: 0 auto;
}
.whats-on-board-cards .thumb-bg-4 {
    background: url(/webroot/img/duty-free-store.jpg) center center no-repeat;
    background-size: cover;
    margin: 0 auto;
}
.whats-on-board-cards .thumb-bg-5 {
    background: url(/webroot/img/pet-friendly-blue.jpg) center center no-repeat;
    background-size: cover;
    margin: 0 auto;
}
.whats-on-board-cards .thumb-bg-6 {
    background: url(/webroot/img/hotels/bicycle-racks-blue.jpg) center center no-repeat;
    background-size: cover;
    margin: 0 auto;
}
.whats-on-board-cards .thumb-bg-7 {
    background: url(/webroot/img/frontend/welcome-aboard-blue.png) center center
        no-repeat;
    background-size: cover;
    margin: 0 auto;
}
.whats-on-board-cards .thumb-bg-8 {
    background: url(/webroot/img/wifi-blue.jpg) center center no-repeat;
    background-size: cover;
    margin: 0 auto;
}
.whats-on-board-cards .thumb-icon {
    padding: 30px 80px;
    transform: scale(1);
    transition: transform 1s ease;
}
.whats-on-board-cards .thumb-icon:hover {
    padding: 30px 80px;
    transform: scale(1.1);
}
.card-content h3 {
    font-weight: 700;
    margin: 15px 20px 0;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: -0.015em;
}
.card-content p {
    position: relative;
    overflow: hidden;
    height: 110px;
    margin: 10px 20px 0 20px;
    font-size: 16px;
}
.card-content .read-more-link a {
    margin: 0 20px;
    font-size: 16px;
    color: var(--in-text-link-color);
    text-decoration: underline;
}
.read-more-link a:hover {
    color: var(--in-text-link-hover);
}

/* Tour Desk Page */
.tourDesk {
    max-width: 1500px;
    margin: 0 auto;
}
.tourDesk .row {
    margin: 0 auto;
}
.tourDesk .column.two {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding-top: 20px;
}
.attraction-info ul.dashed {
    list-style-type: none;
}
.attraction-info ul.dashed li:before {
    content: "- " !important;
    text-indent: -20px !important;
    font-weight: 600;
}

/* Coffee Shop Page */
.coffee-shop-wrapper {
    font-size: 14px;
    font-family: proxima-nova, Century Gothic, Franklin Gothic, Tahoma, sans-serif;
    font-weight: 400;
    margin: 0 auto 80px;
    position: relative;
    max-width: 1000px;
    columns: 2;
}
.coffee-shop-item-group:first-child {
    margin-top: -15px;
}
.coffee-shop-item-group {
    position: relative;
    margin: 0 2px;
    background: #fff;
    padding: 0;
    box-shadow: 0 0 0 2px #eee;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.coffee-shop-item-group:nth-child(2n + 2) {
    background: #eee;
}
.coffee-shop-item {
    padding: 10px 20px 5px;
    font-size: 0;
    background: #fff;
    color: #555555;
}
.coffee-shop-item.gray {
    background: #eee;
}
.coffee-shop-item div {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}
.coffee-shop-item-title {
    width: 80%;
}
.coffee-shop-item-amount, .coffee-shop-item-price {
    width: 19%;
    text-align: right;
}
.coffee-shop-section h2 {
    top: -2px;
    background: var(--main-blue);
    color: #fff;
    margin: 15px 0 -2px;
    padding: 10px 20px;
    letter-spacing: 0.1em;
    position: relative;
    font-size: 16px;
    box-shadow: 0 0 0 2px #eee;
    font-weight: 700;
    outline: 1px solid var(--main-blue);
}
.coffee-shop-item .coffee-shop-item-description {
    display: block;
    font-style: italic;
    font-size: 12px;
    opacity: 0.9;
    width: 70%;
}
.coffee-shop .menu-item-group {
    background: #fff;
    padding: 0 20px;
    box-shadow: 0 0 0 2px #eee;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.coffee-shop .menu-item-group .grey {
    background: #eee;
    margin: 0 -20px;
    padding: 0 20px;
}
.coffee-shop .menu-item div {
    display: inline-block;
}
.coffee-shop .menu-item {
    margin: 0 auto;
}
.coffee-shop .item-title {
    padding: 10px 0 0 0;
    font-size: 14px;
    width: 90%;
}
.coffee-shop .item-title .brew {
    padding: 0 0 10px 0;
}
.coffee-shop .item-description {
    font-size: 12px;
    padding: 0 0 10px 0;
}
.coffee-shop .item {
    font-size: 14px;
    width: 90%;
    padding: 10px 0;
}
.coffee-shop .item-size {
    font-size: 14px;
    width: 90%;
    padding: 0 0 10px 0;
}
.price {
    text-align: right;
}

/* Gift Shop */
#giftShop .gift-shop,
#giftShop .container,
#giftShop .inner {
    max-width: 1500px;
    margin: 0 auto;
}
#giftShop .page-inner {
    padding: 40px 0;
}
.black-ball-shop {
    background: #eee;
    width: 100%;
    margin: 60px 0;
}
.black-ball-shop h1 {
    padding-bottom: 10px;
}
.black-ball-shop img {
    margin-top: 60px;
}

/* Duty Free Page */
.duty-free {
    max-width: 1500px;
    margin: 0 auto;
}
.duty-free p {
    padding-left: 0 !important;
}
.duty-free .row {
    margin: 0 auto 60px auto;
}
.duty-free .column-1 {
    margin: 0 0 0 auto;
}
.duty-free .column-2 {
    margin: 0 auto 0 0;
}
.duty-free .menu .column {
    max-width: 500px;
}
.duty-free .menu-section {
    margin: 0 auto;
}
.duty-free .residents h2 {
    background: var(--main-blue);
    color: #fff;
    margin: 0;
    padding: 10px 20px;
    letter-spacing: 0.1em;
    position: relative;
    font-size: 20px;
    box-shadow: 0 0 0 2px #eee;
}
.duty-free .grey-box {
    background: #eee;
    padding: 20px 30px;
}
.duty-free .residents {
    margin-top: 80px;
}
.duty-free .residents .column {
    max-width: 600px;
}
.duty-free .residents button {
    margin-bottom: 20px !important;
}
.duty-free .residents .red {
    color: #fff;
    background: var(--main-red);
    border-radius: 0;
    letter-spacing: 2px;
    font-size: 14px;
}
.duty-free .residents .red:hover {
    background: var(--warm-red-hover);
    border: 1px solid var(--warm-red-hover);
}
.row.knots.vodka {
    max-width: 1200px;
}
.duty-free .menu-section h3 {
    background: var(--main-blue);
    color: #fff;
    margin: 0;
    padding: 10px 20px;
    letter-spacing: 0.1em;
    position: relative;
    font-size: 16px;
    box-shadow: 0 0 0 2px #eee;
}
.duty-free .menu-item-group {
    background: #fff;
    padding: 0 20px;
    box-shadow: 0 0 0 2px #eee;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.duty-free .menu-item-group .grey {
    background: #eee;
    margin: 0 -20px;
    padding: 0 20px;
}
.duty-free .menu-item div {
    display: inline-block;
}
.duty-free .menu-item {
    margin: 0 auto;
}
.duty-free .item {
    font-size: 14px;
    width: 65%;
    padding: 10px 0;
}
.duty-free .size {
    width: 20%;
}
.price {
    text-align: right;
}
.duty-free .knots-vodka img {
    max-height: 350px;
}
.duty-free .knots-vodka {
    margin: 0 auto;
}
.duty-free .knots-vodka .column-1 {
    margin: 0 auto;
    width: 60%;
}
.duty-free .knots-vodka h3 {
    font-size: 22px;
    letter-spacing: -0.015em;
    margin: 10px 0 30px 0;
}

/* Travel with Pets page */
#travelingWithPets .dog-images {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
#travelingWithPets .dog-images img {
    width: 33%;
}
#travelingWithPets .traveling {
    gap: 50px;
    justify-content: center;
    margin-bottom: 80px;
}
#travelingWithPets .pets-columns {
   flex-wrap: wrap;
   justify-content: center;
   display: flex;
   margin-left: 50px;
}
#travelingWithPets .pets-columns .column.two {
    width: 50%;
}
#travelingWithPets .pets-tips-list-h2 {
    padding: 0 0 20px 0;
}
#travelingWithPets .pet-bullet-points li {
    margin-bottom: 36px;
    max-width: 600px;
}
#travelingWithPets .pet-bullet-points li:before {
    content: "";
    position: relative;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    margin: -3px 10px 0 -34px;
    background: url(/webroot/img/pawprint-bullet.png);
}
#travelingWithPets a {
    color: var(--in-text-link-color);
}
#travelingWithPets a:hover {
    color: var(--in-text-link-hover);
}
#travelingWithPets .red {
    color: #fff;
    background: var(--main-red);
    border: none;
    border-radius: 0;
    font-size: 15px;
    vertical-align: middle;
    letter-spacing: 0.22em;
}
/* FAQ Page */
.inner-content.expand {
    height: fit-content;
    padding: 20px;
}
.inner-content {
    height: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    transition: height 2s;
    background: #eee;
    overflow-y: hidden;
}
.inner-content a {
    color: var(--in-text-link-color);
}
.expansion-container {
    width: 100%;
    margin-bottom: 10px;
    height: fit-content;
}
.title-content {
    cursor: pointer;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 700;
    background: var(--main-blue);
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}

#faq {
    max-width: 1500px;
    margin: 0 auto 60px auto;
}
#faq h2 {
    margin: 0 auto;
}

/* Travel Info Page */
#travel-info {
    max-width: 1500px;
    margin: 0 auto;
}
#travel-info > p {
    width: 90%;
    margin: 0 auto;
}
.travel-info-cards {
    position: relative;
    max-width: 1500px;
    margin: 0 auto;
    padding: 60px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.travel-info-cards .flex {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.travel-info-cards img {
    max-height: 165px;
}
.list-article {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    color: #222;
}
.travel-info-cards .list-article {
    background: var(--light-gray);
    width: 300px;
    height: 380px;
}
.list-article a {
    position: relative;
    display: block;
    color: #222;
}
.travel-info-cards .thumb-bg-1 {
    background: url(/webroot/img/vehicle-deck-blue.jpg) center center no-repeat;
    background-size: cover;
    margin: 0 auto;
}
.travel-info-cards .thumb-bg-2 {
    background: url(/webroot/img/bicycle-racks-blue.jpg) center center no-repeat;
    background-size: cover;
    margin: 0 auto;
}
.travel-info-cards .thumb-bg-3 {
    background: url(/webroot/img/loading-cars-blue.jpg) center center no-repeat;
    background-size: cover;
    margin: 0 auto;
}
.travel-info-cards .thumb-bg-4 {
    background: url(/webroot/img/victoria-terminal-blue.jpg) center center
        no-repeat;
    background-size: cover;
    margin: 0 auto;
}
.travel-info-cards .thumb-bg-5 {
    background: url(/webroot/img/onboard-map-blue.jpg) center center no-repeat;
    background-size: cover;
    margin: 0 auto;
}
.travel-info-cards .thumb-bg-6 {
    background: url(/webroot/img/walkons-blue.jpg) center center no-repeat;
    background-size: cover;
    margin: 0 auto;
}
.travel-info-cards .thumb-bg-7 {
    background: url(/webroot/img/passenger-ramp-blue.jpg) center center
        no-repeat;
    background-size: cover;
    margin: 0 auto;
}
.travel-info-cards .thumb-bg-8 {
    background: url(/webroot/img/pet-friendly-blue.jpg) center center no-repeat;
    background-size: cover;
    margin: 0 auto;
}
.travel-info-cards .thumb-icon {
    padding: 30px 80px;
    transition: transform 1s ease;
    transform: scale(1);
}
.travel-info-cards .thumb-icon:hover {
    transform: scale(1.1);
}
.card-content h3 {
    font-weight: 700;
    margin: 15px 20px 0;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: -0.015em;
}


.read-more-link a:hover {
    color: var(--in-text-link-hover);
}
.travel-info-cards .pl-30 {
    padding-left: 105px;
}

/* Packages */
#locations-list {
    font-size: 16px;
    text-align: center;
    position: relative;
    z-index: 10;
    margin: 50px auto;
}
#locations-list a.active {
    background: var(--main-red);
    color: #fff;
    box-shadow: none;
}
#locations-list a.active:hover {
    background: var(--warm-red-hover);
    color: #fff;
    box-shadow: none;
}
#locations-list a {
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    padding: 8px 14px;
    color: #888;
    box-shadow: 0 0 0 2px #eee;
    margin: 0 10px;
    border-radius: 20px;
}
.content i.mdi::before {
    width: 30px;
    font-size: 24px;
    color: #222;
}
dialog:focus-visible {
    outline: 0;
}
.swiper-button-next, .swiper-button-prev {
    color: #000 !important;
    text-shadow: 2px 1px 10px #fff;
}
.package .more-packages,
.package .recent-articles {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
}
.package > .description,
.package .featured {
    max-width: 1100px;
    margin: 0 auto;
}

.package a {
    color: var(--in-text-link-color);
}
.package a:hover {
    color: var(--in-text-link-hover);
}
.more-info .pricing p {
    color: #000;
}
.package .featured-item {
    height: 385px;
    background: #eee;
    margin: 20px 0;
}
.package .featured-item img {
    width: 385px;
}
.package .featured-item .description {
    margin: auto;
    padding: 0 50px;
}
.package .description h1 {
    padding-top: 0;
}
.package .description .more-info {
    justify-content: space-between;
}
.package .package-header {
    width: 1100px;
    margin: 0 auto;
}
.more-info .price-tool-tip,
.attraction .price-tool-tip {
    position: absolute;
}
.more-info .pricing .tool-tip-icon {
    border-radius: 20px;
    background: var(--main-blue);
    color: var(--white) !important;
    display: inline-block;
    width: 22px;
    height: 21px;
    text-align: center;
    line-height: 21px;
    position: relative;
    bottom: 1px;
    left: 10px;
    font-weight: 500;
    font-size: 14px !important;
}
.more-info .tool-tip-text {
    visibility: hidden;
    background-color: var(--white);
    color: #000;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    width: 200px;
    position: absolute;
    right: 0px;
    bottom: 30px;
    line-height: 14px;
    font-size: 12px;
}
.price-tool-tip:hover .tool-tip-text {
    visibility: visible;
}
.more-info .pricing.hotel p {
    margin-bottom: 5px;
}
.more-info .pricing.hotel em {
    font-size: 12px;
}
.more-info .pricing.hotel .tool-tip-icon {
    bottom: 30px;
}
.overnight-pkg .sub-text {
    font-size: 10px;
}
.more-packages p,
.attraction-page p,
.attraction-card-group p {
    margin: 0 !important;
    font-size: 16px;
    color: #000 !important;
}
.more-packages .description,
.attraction-page .description,
.attraction-card-group .description {
    margin: 10px auto;
    padding: 0 12px;
    justify-content: space-evenly;
    flex-direction: column;
    gap: 0;
}
.attraction-page .description {
    padding: 0 20px;
}
.more-packages .description h3 ,
.attraction-page .description h3,
.attraction-card-group .description h3 {
    font-size: 18px;
    margin: 0;
    line-height: 20px;
}
.package .article-content h3 {
    font-size: 20px;
    margin: 15px 0 5px 0;
    line-height: 20px;
}

.more-packages .column {
    background: var(--light-gray);
    padding: 0;
    margin: 0 10px;
}
.attraction-page .attraction-item-wraper {
    gap: 50px;
}
.attraction-page .attraction-featured-img {
    margin-top: 20px;
}
.attraction-page .attraction-item-wraper .attraction-left .attraction-thumbs {
    width: 500px;
}
.attraction-page .attraction-thumbs {
    width: 500px;
}
.attraction-page .attraction-thumbs .swiper-wrapper {
    width: 515px;
    display: flex;
    flex-wrap: wrap;
}
.attraction-page h1.attraction-title {
    padding-bottom: 0px;
}
.attraction-page .attraction-location {
    font-family: proxima-nova, Century Gothic, Franklin Gothic, Tahoma, sans-serif;
    font-size: 18px;
    color: #555;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: 4px 0 0;
}
.attraction-description {
    font-size: 18px;
    font-family: proxima-nova, Century Gothic, Franklin Gothic, Tahoma, sans-serif;
    font-weight: 400;
    margin: 0 0 10px;
    padding: 10px 0 0;
    line-height: 28px;
}
.attraction-page .card-group,
.more-packages .attraction-list,
.more-packages .hotel-list {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
}
.attraction-card-group > div {
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.main .attraction-page {
    max-width: 1500px !important;
}
.attraction-page .card-group,
.attraction-card-group a > div {
    display: flex;
    flex-direction: column;
}

.attraction-page .card-group .card-group-cards {
    display: flex;
    flex-wrap: wrap;
}
.attraction-page .card-group .card-group-cards a > div {
    gap: 10px;
}

.attraction-page .card-group a > div {
    flex-direction: column;
}
.attraction-page .card-group a > div,
.attraction-card-group a > div,
.more-packages .attraction,
.more-packages .hotel {
    background: var(--light-gray);
    padding: 0;
    margin: 10px;
    height: 550px;
    width: 350px;
}

.attraction-page .card-group a > div img,
.more-packages .attraction img {
    width: 350px;
}
.attraction .pricing .tool-tip-icon {
    border-radius: 20px;
    background: var(--main-blue);
    color: var(--white) !important;
    display: inline-block;
    width: 22px;
    height: 21px;
    text-align: center;
    line-height: 21px;
    position: relative;
    bottom: 0px;
    left: 8px;
    font-weight: 500;
    font-size: 14px !important;
}
.attraction .tool-tip-text {
    visibility: hidden;
    background-color: var(--white);
    color: #000;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    width: 200px;
    position: absolute;
    left: -180px;
    bottom: 30px;
    line-height: 14px;
    font-size: 12px;
}
div .col-overlay {
    position: absolute;
    width: 350px;
    height: 550px;
    background: rgba(255, 255, 255, 0.6);
    opacity: 0;
}
.col-overlay button {
    position: relative;
    top: 300px;
    margin: 0 auto;
    left: 100px;
}
.col-overlay:hover {
    opacity: 1;
    transition: 200ms ease-in;
}
.package .static-banner img {
    width: 100%;
}
.package .article-content p.subtext {
    margin: 5px 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--dark-gray);
}
.package .article-inner {
    margin: 0 0 20px 0;
}
#packages-image-map-container {
    min-height: 440px;
    display: flex;
    gap: 20px;
    margin: 20px auto;
    max-width: 1080px;
}
#packages-image-map-container .map-gallery,
#package-rotator.swiper {
    width: 35%;
    max-width: 400px;
    height: 400px;
}
#packages-image-map-container .contact-map {
    width: 65%;
}
#packages-image-map-container .contact-map #map {
    width: 100%;
    height: 400px;
}
.container.combination-page h1 {
        padding: 40px 0 0 0;
    }
#packages-image-map-container img {
    object-fit: cover;
}
#packages-image-map-container img:last-child {
    width: 650px;
}
#packages-image-map-container .swiper {
    margin: 0;
}
#packages-image-map-container .swiper-wrapper img {
    height: 100%;
}
#packages-image-map-container .swiper-wrapper .img-description {
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #000;
    background: #ffffffde;
    padding: 10px 0;
    margin: 0;
    text-align: center;
    font-size: 16px;
}
.combination-page h5 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.combination-page .room-container {
    max-width: 1500px;
    width: 100%;
    margin: 24px auto;
    min-height: 350px;
}
.combination-page .room-container img,
.combination-page #package-rotator {
    object-fit: cover;
    width: 35%;
}
.room-container .room-description {
    padding: 0 30px 30px;
    background: #eee;
    width: 100%;
}
.combination-page .room-container p {
    margin: 0;
}
.combination-page .room-container p.occupancy {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--dark-gray);
    margin-bottom: 10px;
}

.combination-page a.primary-btn {
    padding: 20px 30px;
    font-weight: 700;
    font-size: 16px;
}
.combination-page .accordion-section {
    margin: 70px 0;
}
.combination-description {
    margin: 40px 0;
    font-size: 17px;
}
.why-book {
    background: url(/webroot/img/frontend/welcome-aboard-blue.png);
    padding: 60px 0;
    margin: 80px auto 60px auto;
}
.why-book .row {
    margin: 60px auto;
}
.why-book img {
    width: 60px;
    height: 60px;
    margin: 20px 10px;
}
.why-book .column,
.why-book h2 {
    color: #fff;
    text-align: center;
}
.why-book .column {
    margin: 0 20px;
}
.why-book p {
    font-size: 16px !important;
    line-height: 1.25 !important;
}
.recent-articles .row {
    margin: 0 auto;
}
.recent-articles .article-content,
.travelTradeGroups .articles .article-content {
    padding: 0px !important;
    color: #000;
    margin: 0 10px;
    flex-basis: 100%;
}

.whats-nearby > .flex {
    gap: 5px;
    flex-wrap: wrap;
}
.whats-nearby .nearby-card {
    background: var(--light-gray);
    padding: 0;
    min-height: 475px;
    flex-direction: column;
    width: 265px;
}
.whats-nearby .description {
    margin: 10px auto;
    padding: 0 25px;
}
.whats-nearby h2 {
    font-size: 20px;
    line-height: 20px;
    padding: 10px 0 20px;
}
.whats-nearby .description h3 {
    margin: 10px 0;
    font-size: 20px;
    line-height: 20px;
}
.whats-nearby img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.whats-nearby p {
    font-size: 16px;
    line-height: 22px;
    margin: 10px 0;
}
.whats-nearby .learn-more-link a {
    text-decoration: underline;
    color: var(--main-blue);
    font-size: 16px;
}

/* FAQ Accorion Style */
.faq-accordion {
    padding: 20px 0;
}
.faq-accordion .accordion-section {
    position: relative;
}
#accordion {
    margin: 0 auto;
    max-width: 1500px;
    flex-direction: column;
}
#accordion li {
    list-style: none;
    width: 100%;
    margin-bottom: 10px;
}
#accordion li label {
    cursor: pointer;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 700;
    background: var(--main-blue);
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}
#accordion li label span {
    padding-right: 10px;
}
#accordion li label + input[type="checkbox"] {
    display: none;
}
#accordion .content {
    padding: 0 10px;
    line-height: 26px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s;
    background: #eee;
}
#accordion .content p:first-child {
    padding: 20px 0 0 20px;
}
#accordion .content p {
    padding: 0 20px;
}
#accordion .content button {
    margin: 10px 0 20px 20px;
}
#accordion label + input[type="checkbox"]:checked + .content {
    max-height: 2000px;
}
.red {
    color: var(--main-red);
}
ul.dot-list li {
    list-style: circle !important;
    margin-left: 30px;
}

/* Commercial Vehicles page */
#commercial .left-section,
#commercial .right-section {
    width: 50%;
}

#commercial .menu-section {
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
}
#commercial .menus {
    margin: 0 auto;
}
#commercial .menus h3 {
    background: var(--main-blue);
    color: #fff;
    margin: 0;
    padding: 10px 20px;
    letter-spacing: 0.1em;
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
}
#commercial .menu-item-group {
    background: #fff;
    border: 1px solid #eee;
    padding: 0 20px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
#commercial .reservation {
    background: #eee;
    padding: 10px 20px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
#commercial .reservation .columns {
    columns: 2;
    display: flex;
    gap: 50px;
}
#commercial .reservation p {
    font-size: 16px;
}
#commercial .reservation .title {
    margin: 0;
}
#commercial a {
    color: var(--in-text-link-color);
}
#commercial button a {
    color: #fff;
}
#commercial button {
    font-size: 12px;
    margin-bottom: 0;
    padding: 0 12px;
}
#commercial .menu-item-group {
    color: #555;
}
#commercial .menu-item-group .grey {
    background: #eee;
    margin: 0 -20px;
    padding: 0 20px;
}

#commercial .menu-item {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#commercial .item-title {
    padding: 10px 0;
    font-size: 16px;
}
#commercial .item {
    font-size: 18px;
    width: 85%;
    padding: 10px 0;
}
#commercial .item-size {
    font-size: 14px;
    width: 90%;
    padding: 0 0 10px 0;
}
#commercial .price {
    text-align: right;
    font-size: 18px;
    width: 15%;
    text-align: left;
}
#commercial .faq {
    width: 90%;
    margin: 0 auto;
}
#commercial .faq #accordion .content ul {
    padding: 10px;
}
#commercial .faq #accordion .content p:first-child {
    padding: 20px;
}
#commercial .faq #accordion li label {
    flex-wrap: wrap;
}
#commercial .faq a {
    padding-left: 20px;
}
#commercial .faq .title {
    margin: 0;
}
#commercial .faq .content button {
    margin: 10px 0 20px 0 !important;
}
#commercial .red {
    background: var(--main-red);
    color: #fff;
    border-radius: 0;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid var(--main-red);
}

/* Travel Trade Groups */
#travelTradeGroup textarea {
    min-height: 150px;
    background: #fff;
    border-radius: 0;
}
.primary-btn.sample {
    padding: 12px 20px;
    color: #fff !important;
    font-weight: bold;
    letter-spacing: 3px;
}
#travelTradeGroup {
    margin-top: 50px;
}
#travelTradeGroup > .flex {
    gap: 100px;
    margin-bottom: 60px;
}
#travelTradeGroup .left-section,
#travelTradeGroup .right-section {
    width: 50%;
}
#travelTradeGroup .right-section .flex {
    align-items: flex-start;
}
#travelTradeGroup p {
    margin: 0;
}
#travelTradeGroup .tour-agents p {
    padding: 10px 0;
}
#travelTradeGroup .charter img {
    height: 100%;
    object-fit: none;
}

#travelTradeGroup .menu-section {
    margin: 0 auto;
}
#travelTradeGroup .flex h2,
.charter h2 {
    padding-top: 0;
    font-size: 24px;
    line-height: 24px;
}
#travelTradeGroup .menu-section h3 {
    top: -2px;
    background: var(--main-blue);
    color: #fff;
    margin: 0;
    padding: 10px 20px;
    letter-spacing: 0.1em;
    position: relative;
    font-size: 16px;
    box-shadow: 0 0 0 2px #eee;
    font-size: 20px;
    text-transform: uppercase;
}
#travelTradeGroup .image-library {
    padding: 10px 20px 30px 0;
    width: 800px;
}
#travelTradeGroup form {
    background: #eee;
}
#travelTradeGroup form fieldset {
    background: #eee;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    justify-content: center;
}
#travelTradeGroup form button {
    margin: 0 0 30px 0;
}
#travelTradeGroup form input[type="text"] {
    background: #fff;
    border-radius: 0;
}

#travelTradeGroup form label {
    font-size: 16px;
    margin: 0;
}
#travelTradeGroup form label:first-child {
    margin-top: 10px;
}

.charter.flex .description {
    margin-left: calc(50vw - 700px);
    padding-right: 50px;
    padding-top: 30px;
}
.charter.flex > div,
.charter.flex .img-wrapper {
    width: 50%;
    background: #eee;
    height: 800px;
}
.charter.flex img {
    object-fit: cover;
    height: 800px;
}
.charter p {
    font-size: 18px;
}
#travelTradeGroup .articles .flex {
    gap: 30px;
}
#travelTradeGroup .article-content {
    width: 50%;
}
#travelTradeGroup .articles .sub-text {
    padding: 0 0 20px 0;
    font-weight: 700;
    font-size: 16px;
}
#travelTradeGroup .primary-btn {
    font-size: 14px;
    background: var(--main-red);
    border-radius: 0;
}
#travelTradeGroup .primary-btn:hover {
    background: var(--warm-red-hover);
    border: 1px solid var(--warm-red-hover);
}
#travelTradeGroup a {
    color: var(--in-text-link-color);
}
.charter .description a.red {
    background: var(--main-red);
    color: #fff;
    border-radius: 0;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid var(--main-red);
}

/* Image Gallery */
.image-gallery {
    max-width: 1500px;
    margin: 0 auto;
}
.image-gallery .flex {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 15px;
}
.image-gallery .flex img {
    width: 200px;
}
.image-gallery .disclaimer {
    margin: 40px 20px;
}

/* Newsletter */
#newsletter {
    background: #eaebeb;
    font-size: 0;
    padding: 30px 0;
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
}
#newsletter h3 {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 28px;
    color: #333;
    letter-spacing: 0.04em;
    font-family: Fjalla;
    font-weight: 500;
    padding: 0 8px 0 0;
}
.newsletter-icon {
    display: inline-block;
    vertical-align: middle;
    width: 55px;
    height: 45px;
    opacity: 0.4;
}
.sign-up-btn,
.red-btn {
    color: #fff;
    background-color: var(--main-red) !important;
    border-radius: 0 !important;
    border: none !important;
    font-size: 16px;
    vertical-align: middle;
    margin: 0;
    font-weight: bold !important;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.sign-up-btn:hover,
.red-btn:hover {
    color: #fff;
    background-color: var(--warm-red-hover) !important;
    border: none !important;
    border-radius: 0;
}

/* Footer */
footer {
    position: relative;
    z-index: 99;
}
#footer {
    color: #000;
    background: url(/webroot/img/frontend/footer-overlay.png) center center no-repeat
        #053c5e;
    background-size: cover;
}
#footer .footer-inner {
    position: relative;
    margin: 0 auto;
    max-width: 1500px;
    padding: 70px 0;
    color: #fff;
}
#footer ul {
    list-style: none !important;
}
#footer .footer-nav {
    margin: 0 25px;
    flex-wrap: wrap;
}
#footer .footer-nav .nav-list {
    margin: 0 50px 20px 0;
    width: 100%;
}
#footer .footer-nav li {
    font-size: 16px;
    color: #fff;
}
#footer .footer-nav a {
    color: #fff;
    text-decoration: none;
}
#footer .footer-nav li:first-of-type a,
#footer .footer-nav .top-nav a {
    letter-spacing: 0.15em;
}
#footer .footer-nav a:hover {
    color: #ccc;
}
/* #footer .footer-nav .articles {
    max-width: 400px;
} */

#footer .footer-lower {
    display: flex;
    flex-direction: column;
    margin: 0 25px;
}
#footer .footer-lower-1 {
    text-align: right;
    padding: 0 0 10px;
}
#footer .social-links {
    margin-bottom: -20px;
    padding-right: 60px;
}
#footer a.footer-logo {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    bottom: 15px;
    left: 60px;
}
#footer .footer-lower-2 {
    text-align: right;
    border-top: 1px solid #fff;
    padding: 10px 0 0;
    font-size: 15px;
    max-width: fit-content;
    margin-left: auto;
}
#footer .footer-lower-2 a:first-child {
    padding: 0;
}
#footer .footer-lower-2 a {
    vertical-align: middle;
    display: inline-block;
    line-height: 26px;
    color: #fff;
    letter-spacing: 0.02em;
    padding: 0 0 0 35px;
}
#footer .footer-lower-2 span {
    padding: 0 0 0 35px;
}

/* Recent Articles */
.article-page span.breadcrumbs:not(a) {
    line-height: 30px;
    font-weight: 700;
    font-size: 25px;
}
.article-page span.breadcrumbs a {
    padding-left: 5px;
    padding-right: 5px;
}
#articles-page .location-accordion {
    position: relative;
    top: -80px;
    width: 80%;
    display: flex;
    margin: 0 auto;
    justify-content: flex-end;
}
#articles-page .location-accordion #accordion .content {
    transition: none;
}
#articles-page .location-accordion #accordion label + input[type="checkbox"]:checked + .content {
    position: absolute;
    width: 300px;
    z-index: 9;
    padding: 0;
}
ul#article-filter-dropdown {
    margin: 0;
}
ul#article-filter-dropdown li {
    width: 100%;
    padding: 5px 20px;
    margin: 0;
}
ul#article-filter-dropdown li:hover {
    background: var(--navy-blue-hover);
    color: #fff;
}
#articles-page .accordion-section {
    width: 300px;
}
#accordion .filter {
    color: #333;
    background: #ccc;
    font-weight: 600;
    padding: 0px 10px;
    font-size: 13px;
    position: absolute;
    top: -28px;
    right: 0;
}
#articles-page .article-grid {
    width: 90%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto 80px;
}
#articles-page .article-item {
    background: #eee;
    width: 30%;
    transform: scale(1);
    transition: 1s ease-in-out;
    overflow: hidden;
    margin: 10px;
    max-width: 400px;
}
#articles-page .article-item .description {
    padding: 20px;
    height: 225px;
}
#articles-page .article-item .description p {
    max-height: 115px;
    overflow: hidden;
}
#articles-page .article-item .description h3,
.article-page h3 {
    margin: 0;
    line-height: 30px;
    font-weight: 700;
}

#articles-page .article-item .description h4 {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--dark-gray);
    line-height: 28px;
    font-size: 18px;
    font-weight: 500;
}
#articles-page .article-item .article-img {
    transform: scale(1);
    overflow: hidden;
    height: 225px;
}
#articles-page .article-item .article-img img {
    width: 100%;
    height: 100%;
    transition: 1s ease;
}
#articles-page .article-item:hover img {
    transform: scale(1.1);
    opacity: 0.8;
}
.article-page.container {
    max-width: 1500px;
    margin: 0 auto 30px;
    width: 90%;
}

.article-page h1 {
    padding-bottom: 0;
}

.article-page h2 {
    font-size: 25px;
}

.article-page pre {
    border: none;
    background: transparent;
}

.article-page img {
    object-fit: contain;
    height: fit-content;
}

.breadcrumbs {
    display: flex;
    justify-content: center;
}

.breadcrumbs a {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    padding-bottom: 40px;
}

.article-page p a:not(.red),
a.category {
    color: var(--in-text-link-color);
}
.article-page p a:not(.red){
    font-size: unset !important;
    word-break: break-word;
}

a.all-articles {
    color: var(--dark-gray);
}

.article-page .red {
    background: var(--main-red);
    color: #fff;
    border-radius: 0;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 16px;
    height: fit-content;
    line-height: 25px;
    padding: 10px 20px;
    text-wrap: wrap;
}

.article-page .columns {
    margin: 20px auto 30px;
}

.article-page .column.two {
    display: flex;
    flex-direction: column;
    height: fit-content;
    width: 50%;
}

.article-page .itinerary-table {
    font-size: 18px;
    box-shadow: inset 2px 0 #eee, inset -2px 0 #eee;
}

.itinerary-table .table-row:last-child {
    border-bottom: 2px solid #eee;
}

.article-page .itinerary-table .heading .col {
    padding: 12px;
}

.article-page .itinerary-table .col {
    padding: 10px;
}

.itinerary-table .table-row .col:last-child {
    width: 80%;
}

.itinerary-table .table-row:nth-child(2n + 1) {
    background: #eee;
}

.article-page .itinerary-table .heading {
    color: #fff;
    background: var(--main-blue);
}

.article-page .itinerary-table .table-row {
    display: flex;
    gap: 30px;
}

.article-page .itinerary-table .table-row:not(.heading) {
    color: #555555;
}

/* Drive On Passengers */
#drive-on-page a {
    color: var(--in-text-link-color);
}
#drive-on-page a.red {
    background: var(--main-red);
    color: #fff;
    border-radius: 0;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid var(--main-red);
}
#drive-on-page a.red:hover {
    background: var(--warm-red-hover);
    color: #fff;
    border: 1px solid var(--main-red);
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
}
#drive-on-page .columns {
    columns: 2;
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-bottom: 30px;
}
#drive-on-page .telephone-columns {
    justify-content: space-evenly;
}
#drive-on-page .columns img {
    max-height: 82px;
    width: auto;
}
#drive-on-page .vehicles-content {
    background: var(--main-blue);
    padding: 50px 0;
}
#drive-on-page .vehicles-content h2,
#drive-on-page .vehicles-content p {
    color: #fff;
}
#drive-on-page .vehicles-content .columns {
    justify-content: space-evenly;
    max-width: 1500px;
    margin: 0 auto;
}
#drive-on-page .column.three p {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 60px 0;
}
#drive-on-page .tel-bullet-point li {
    margin: 10px 0;
}
#drive-on-page .tel-bullet-point li::before {
    content: "";
    background: url(/webroot/img/phone-logo-grey.png);
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin: -3px 10px 0 -24px
}

/* Media Inquires */
#media .container {
    background: #eee;
    padding: 20px 0;
    max-width: unset;
    width: 24px;
    height: 24px;
    display: inline-block;
}
#media .container .timeline > h2 {
    padding: 30px 0;
}
#media .inner {
    margin: 0 auto;
    max-width: 1500px;
}
#media .container > .flex,
#media .container .timeline > .flex {
    margin: 0px auto;
    max-width: 1500px;
    padding: 0 25px;
}
#media .container > .flex {
    gap: 20px;
}
#media .beginning {
    display: flex;
    gap: 50px;
}
#media .beginning .column {
    width: 50%;
}
#media-downloads > .columns {
    display: flex;
}
#media-downloads > .columns .column.two {
    width: 250px;
}
#media-downloads .column.two p a {
    color: var(--in-text-link-color);
}
#media-downloads br {
    display: none;
}
#media-downloads {
    display: flex;
    flex-direction: column;
}
#media-downloads a span {
    background: #fff;
    width: 350px;
    font-size: 18px;
    border-radius: 4px;
    padding: 10px 20px 10px 40px;
    font-weight: bold;
    color: var(--in-text-link-color);
}
#media-downloads a {
    align-items: center;
    margin-bottom: 10px;
    border-radius: 4px;
    display: flex;
}
#media-downloads img {
    height: 60px;
    position: relative;
    left: 20px;
}
#media .downloads .media-downloads span,
#media .downloads .contact-us .inquires a {
    color: var(--in-text-link-color);
    font-weight: 600;
}
#media .downloads .contact-us {
    gap: 20px;
}
#media .downloads .contact-us .inquires {
    width: 160px;
}

#flags-through-the-years {
    display: flex;
    justify-content: space-evenly;
    margin: 30px auto;
    gap: 15px;
}
.timeline {
    max-width: 1500px;
    margin: 0 auto;
}
.timeline h2 {
    padding: 20px 0 40px;
}
#timeline-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
#timeline-grid .column.four {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 300px;
}
#timeline-grid .column.four img {
    width: 200px;
    border-radius: 100px;
    border: 10px solid #fff;
}
#media-video {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    margin: 25px auto;
}
#media-video iframe {
    width: 600px;
    height: 400px;
}
#media-video .column.three-two {
    width: 50%;
}

/* Career Page */
#careerPage {
    max-width: 1500px;
    margin: 0 auto 50px;
}
#careerPage .career-info ul li {
    list-style: none;
    margin-left: 20px;
}
#careerPage a {
    color: var(--in-text-link-color);
}
#careerPage a:hover {
    color: var(--in-text-link-hover);
}

/* Schedules and Fares */
#schedules .fares-section {
    gap: 50px;
}

#schedules .fares-section h3 {
    background: var(--main-blue);
    color: var(--white);
    padding: 10px 0;
    margin: 0;
}
#schedules .left-section,
#schedules .right-section {
    width: 50%;
}
#schedules .fares-menu-group > .item {
    padding: 10px;
    font-size: 19px;
    color: #000;
}
#schedules .fuel-charge,
#schedules .price.fuel-charge {
    font-size: 16px;
    color: #222;
    align-items: center;
    display: flex;
}
#schedules .fares-menu-group > .item.gray {
    background: #eee;
}
#schedules .item-name {
    line-height: 22px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#schedules .item-name span {
    display: block;
    font-size: 14px;
    font-style: italic;
}
#schedules .fare {
    display: flex;
    justify-content: space-between;
    padding-right: 40px;
}
#schedules .fare-title {
    display: flex;
    justify-content: end;
    gap: 15px;
    color: #000;
    font-weight: 600;
    font-size: 16px;
}
#schedules .fare em {
    font-size: 16px;
    position: relative;
    bottom: 5px;
}
#schedules .price {
    font-weight: 600;
    color: #000;
    font-size: 19px;
}
#schedules .pricing {
    display: flex;
    min-width: 150px;
    justify-content: space-between;
    gap: 10px;
}

#schedules .accordion-section .title {
    padding: 0 0 0 20px;
}

#schedules .accordion-section .departures {
    justify-content: center;
    gap: 0;
    flex-direction: column;
    width: 100%;
    max-width: 1330px;
    margin: 0 auto 50px auto;
    position: relative;
}
#schedules .accordion-section .departures::before {
    background: #ffffff70;
    content: "";
    width: 25%;
    top: -10px;
    bottom: -10px;
    position: absolute;
    box-shadow: 0 0 10px 2px #00000020;
}
#schedules .accordion-section .departures > .flex {
    justify-content: space-around;
}
#schedules .accordion-section .departures > .flex.white {
    background: #fff;
}
#schedules .accordion-section .departures > .flex > p {
    margin: 0;
    padding: 10px 0;
    color: #000;
    z-index: 999;
}
#schedules .accordion-section .departures h4 {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    max-width: 200px;
    color: #000;
    letter-spacing: 1px;
    z-index: 999;
}
#schedules .terms-conditions p strong {
    color: #000;
}
#schedules .terms-conditions h3 {
    margin: 0;
    color: #000;
}
#schedules .terms-conditions a {
    color: var(--in-text-link-color);
}
#schedules .terms-conditions a:hover {
    color: var(--in-text-link-hover);
}
#schedules .terms-conditions {
    columns: 2;
    margin-bottom: 50px;
}
#schedules .terms-conditions p:first-child strong {
    color: #d93328;
}
#schedules .schedule-fares {
    font-size: 18px;
    text-align: center;
    color: #555555;
    margin: 10px 0 30px;
}

/* Walk-off*/
#walkOn .drop-off {
    background: #eee;
    padding-bottom: 30px;
}
#walkOn .drop-off .terminals {
    gap: 50px;
}
#walkOn .drop-off button {
    margin: 0;
}
#walkOn .cycling-routes {
    margin: 50px auto;
}
#walkOn .route-links {
    justify-content: center;
    gap: 50px;
}
#walkOn .route-links a {
    font-size: 18px;
    font-weight: 700;
    color: var(--in-text-link-color);
}
#walkOn .column {
    display: inline-block;
}
#walkOn .column.one {
    width: 100%;
}
#walkOn .column.two {
    width: 49%;
    padding: 0 10px;
}
#walkOn .column.two img {
    height: auto;
}
#walkOn a.red {
    background: var(--main-red);
    color: #fff;
    border-radius: 0;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid var(--main-red);
}
#walkOn a.red:hover {
    background: var(--warm-red-hover);
    border: 1px solid var(--warm-red-hover);
}
#walkOn .cycling-routes {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#walkOn .cycle-route-links {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}
#walkOn .cycle-route-links a {
    color: var(--in-text-link-color);
}

/* Getting Here */
#gettingHere .left-section,
#gettingHere .right-section {
    width: 50%;
    background: #eee;
}
#gettingHere > .page-content > .flex {
    gap: 50px;
}
#gettingHere > .page-content > .flex h3 {
    top: -2px;
    background: var(--main-blue);
    color: #fff;
    margin: 0;
    padding: 10px 20px;
    letter-spacing: 0.1em;
    position: relative;
    font-size: 20px;
}
#gettingHere .directions {
    display: flex;
    justify-content: flex-end;
}
#gettingHere .directions .primary-btn {
    position: absolute;
    margin: 10px 20px;
}
#gettingHere .description {
    padding: 10px 30px;
}
.getting-here {
    margin-bottom: 30px;
}
.getting-here h3 {
    text-transform: uppercase;
}
.getting-here p {
    padding: 10px 30px;
    margin: 0;
}
.getting-here p a {
    color: var(--in-text-link-color);
}


/* Id Requirements */
.idRequirements .page-inner > .flex.requirements {
    gap: 50px;
}
.idRequirements a {
    color: var(--in-text-link-color);
    font-weight: 600;
    text-decoration: underline;
}
.idRequirements a:hover {
    color: var(--in-text-link-hover);
}
.countries li {
    margin: 20px 0;
}

/* Accessibility */
.page-inner.accessibility {
    max-width: none !important;
}
.accessibility a {
    color: var(--in-text-link-color);
}
.accessibility a:hover {
    color: var(--in-text-link-hover);
}
.accessibility p.accessibility-note {
    background: #eee;
    padding: 30px;
    margin: 20px auto !important;
}
.accessibility .page-content > p,
.accessibility .page-content .first-accessible {
    max-width: 1500px;
    margin: 20px auto;
}
.accessibility .first-accessible div:last-of-type {
    width: 100%;
}
.accessibility .first-accessible div:last-of-type h3 {
    margin: 20px auto 40px auto;
}
.accessibility .columns.first-accessible {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.accessibility .column.two {
    width: 45%;
}
.accessibility .page-content .column.three {
    width: 33%;
    display: inline-flex;
    padding: 0 20px;
    flex-direction: column;
    align-items: center;
}
.accessibility #accessible-services {
    background: var(--main-blue);
}
.accessibility #accessible-services h2,
.accessibility #accessible-services h3,
.accessibility #accessible-services p {
    color: #fff;
}
.accessibility #accessible-services {
    background: var(--main-blue);
    margin: 0 auto;
    width: auto;
    padding: 100px 130px;
}
.accessibility .icon {
    display: flex;
    justify-content: center;
}
.accessibility .icon img {
    height: 75px;
    width: auto;
}


/* Parking */
.parking .flex {
    gap: 50px;
}
.parking a {
    color: var(--in-text-link-color);
}
.parking a:hover {
    color: var(--in-text-link-hover);
}
.parking .columns {
    display: flex;
    gap: 50px;
}
/* Non-Reserved Travel */
.nonReservedTravel {
    margin-bottom: 30px;
}
.nonReservedTravel .columns {
    display: flex;
    gap: 50px;
}

.nonReservedTravel a {
    color: var(--in-text-link-color);
}
.nonReservedTravel a:hover {
    color: var(--in-text-link-hover);
}
.nonReservedTravel .columns .column.two > .columns {
    display: flex;
    gap: 50px;
}


/* Covid-19 */
#covid19 a {
    color: var(--in-text-link-color);
}
#covid19 a:hover {
    color: var(--in-text-link-hover);
}
#covid19 #accordion .circle li {
    list-style: circle;
    margin-left: 30px;
}
#covid19 .please-note {
    background: #eee;
    padding: 20px;
}

/* Car rentals */
.carRentals {
    max-width: 1500px;
    margin: 0 auto 60px auto;
    padding: 0 25px;
}
.carRentals h6 {
    font-size: 14px;
    margin-top: 10px;
    color: #555555;
}
.carRentals .columns {
    display: flex;
    justify-content: space-between;
}
.carRentals .columns .column.three {
    font-size: 18px;
    padding: 1px;
    color: #555555;
}

.carRentals .table-row.heading h3 {
    color: #fff;
    margin: 0;
}
.carRentals .table-row {
    display: flex;
}
.carRentals .table-row .col:first-child {
    width: 20%;
}
.carRentals .table-row .col:last-child {
    width: 80%;
}
.carRentals .table-row:nth-child(2n + 1) {
    background: #eee;
}
.carRentals .table-row.heading {
    background-color: var(--main-blue);
    padding: 10px 0 0 10px;
}
.carRentals .table-row:not(.heading) .col {
    padding: 15px 10px;
    margin: 0;
}


/* Seattle to Victoria */
#seattleToVictoria .page-heading {
    padding: 40px 0;
}
#seattleToVictoria .page-heading h1 {
    padding: 0;
}
#seattleToVictoria .page-heading h3 {
    color: var(--dark-gray);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.015em;
    margin: 0px 0 5px;
    font-weight: 600;
}
#seattleToVictoria .page-content {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 25px;
}
#seattleToVictoria .columns {
    display: flex;
    gap: 50px;
    margin-bottom: 40px;
}
#seattleToVictoria .columns .column.three {
    display: flex;
    flex-direction: column;
    width: 33%;
}
#seattleToVictoria .icon {
    text-align: center;
    height: 150px;
}
#seattleToVictoria .icon img {
    width: auto;
    height: 125px;
}
#seattleToVictoria #travelOptions {
    max-width: 1500px;
    margin: 0 auto;
}
#seattleToVictoria #travelOptions p:first-of-type {
    padding: 0;
}
#seattleToVictoria #travelOptions p {
    font-size: 16px;
    padding: 0 20px;
}
#seattleToVictoria #travelOptions button {
    margin: 0;
}
#seattleToVictoria .red {
    background: var(--main-red);
    color: #fff;
    border-radius: 0;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 13px;
}
#seattleToVictoria #travelOptions h2 {
    margin: 0 0 20px 0;
}
#seattleToVictoria #travelOptions h3 {
    padding: 0 20px;
}
#seattleToVictoria .travel-options {
    gap: 30px;
    max-width: 90%;
    margin: 0 auto;
}
#seattleToVictoria .travel-options h3 {
    margin: 0;
}
#seattleToVictoria .option-car,
#seattleToVictoria .option-bus {
    width: 50%;
}
#seattleToVictoria .option-car-inner,
#seattleToVictoria .option-bus-inner {
    padding: 20px 30px;
}
#seattleVictoriaRoutes {
    margin: 50px 0;
}
#seattleVictoriaRoutes h3 {
    margin: 0 0 30px 0;
}
#seattleVictoriaRoutes .route-options {
    gap: 30px;
    justify-content: center;
}
#seattleVictoriaRoutes .route-options .route {
    width: 30%;
    background: #eee;
    height: fit-content;
}
#seattleToVictoria .route p:first-of-type {
    padding: 0;
}
#seattleToVictoria .route p,
#seattleToVictoria .route ul {
    font-size: 16px;
    padding: 0 20px;
}
#seattleVictoriaRoutes h3 {
    color: var(--dark-gray);
    letter-spacing: 2px;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.015em;
    margin: 0 0 30px 0;
    font-weight: 600;
}
#seattleVictoriaRoutes .route-options h3 {
    text-transform: uppercase;
    background: #053c5e;
    border: 1px solid #053c5e;
    color: #fff;
    margin: 0px;
    padding: 10px;
    font-size: 18px;
    letter-spacing: 1px;
}
#seattleVictoriaRoutes .route-map {
    width: 100%;
    height: 240px;
    border: none;
}
#seattleVictoriaRoutes .routes-inner {
    padding: 10px 20px 20px 20px;
}
#seattleVictoriaRoutes .routes-inner li {
    font-size: 16px;
}
#seattleVictoriaRoutes .travel-options button {
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    white-space: pre-wrap;
    height: fit-content;
    line-height: 18px;
    padding: 10px;
}
#seattleVictoriaRoutes .routes-inner button {
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    white-space: pre-wrap;
    height: fit-content;
    line-height: 18px;
    padding: 10px;
}

/* Contact Us Page*/
#contactUs {
    max-width: 1500px;
    margin: 0 auto;
}
#contactUs .grey {
    background: #eee;
}
#contactUs .ferry-terminals > .flex,
#contactUs .hotel-ferry-package-table > .flex {
    justify-content: center;
    gap: 20px;
}
#contactUs .ferry-terminals h3,
#contactUs .hotel-ferry-package-table h3 {
    background-color: var(--main-blue);
    padding: 15px;
    color: #fff;
    letter-spacing: 0.2em;
    font-size: 20px;
}

#contactUs .ferry-terminals .port-angeles-table,
#contactUs .ferry-terminals .canada-table,
#contactUs .hotel-ferry-package-inner,
#contactUs .contact-us-form {
    width: 550px;
}

#contactUs .hearing-impaired-disclaimer {
    margin: 30px auto;
    width: 1120px;
}
#contactUs .hearing-disclaimer-inner {
    width: 1120px;
    margin: 0 auto;
}
#contactUs .hearing-disclaimer-inner p {
    padding: 10px 20px;
    margin-top: 30px;
}
#contactUs .grey {
    background: #eee;
}
#contactUs h3 {
    border: none;
    color: #fff;
    background: var(--main-blue);
    font-size: 22px;
    padding: 5px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.port-angeles-table p,
.canada-table p {
    display: flex;
}
#contactUs .port-angeles-table p:not(.title),
#contactUs .canada-table p:not(.title),
.hotel-ferry-package-table p:not(.title) {
    margin: 0;
    padding: 10px 0;
}
#contactUs .ferry-terminals .port-angeles-address,
#contactUs .ferry-terminals .victoria-address {
    padding-bottom: 10px;
    align-items: baseline;
}
#contactUs .ferry-terminals .port-angeles-address p:not(.title),
#contactUs .ferry-terminals .victoria-address p:not(.title),
#contactUs .contact-us-form p.note  {
    padding: 0;
}
#contactUs .title {
    width: 35%;
    padding: 10px 0 10px 20px;
    margin: 0;
}
#contactUs a {
    color: var(--in-text-link-color);
    text-decoration: underline;
}
#contactUs .contact-form-inner {
    padding: 20px;
}
#contactUs form input,
#contactUs form textarea {
    background: #fff;
    border-radius: 0;
    min-height: 50px;
    margin: 0;
}
#contactUs form input {
    margin-bottom: 15px;
}
#contactUs form textarea {
    height: 150px;
}
#contactUs form label {
    color: #000;
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
}
#contactUs form fieldset,
#contactUs form button {
    margin: 0;
}
#contactUs form button {
    height: 50px;
    width: 100%;
    font-size: 20px;
}
#contactUs .get-to-ferry h2 {
    margin: 20px 0;
}
#contactUs #page-header {
    padding: 0 20px;
}

.contact-map {
    margin-bottom: 80px;
}
.contact-map h2 {
    padding: 40px 0;
}
#contactUs .hotel-ferry-package-inner {
    height: 225px;
}

#map {
	width: 100%;
	height: 575px;
	margin: 0 0 -80px;
    min-width: 500px;
}

#map-wrapper {
	position: relative;
}

#location-title {
	font-family: proxima-nova, Century Gothic, Franklin Gothic, Tahoma, sans-serif;
	font-weight: 700;
	font-size: 26px;
}

#location-content {
	padding: 10px 0 0 0;
}

#location-title span {
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 16px;
	opacity: 0.7;
	padding: 4px 0 0 0;
}

#location-info {
	position: absolute;
	left: 50px;
	top: calc(50% - 120px);
	z-index: 10;
	font-size: 18px;
	color: #000;
	font-family: proxima-nova, Century Gothic, Franklin Gothic, Tahoma, sans-serif;
	font-weight: 400;
	background: rgb(255 255 255 / 85%);
	padding: 40px;
	box-shadow: 0 2px 30px #b3e5e4;
	display: none;

	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}

.location-marker-info {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	font-size: 18px;
	color: #000;
	font-family: proxima-nova, Century Gothic, Franklin Gothic, Tahoma, sans-serif;
	font-weight: 400;
	background: rgb(255 255 255 / 85%);
	padding: 20px;
	box-shadow: 0 2px 30px #b3e5e4;
	display: none;

	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
}
#location-info a {
    background: var(--main-red);
    color: #fff;
    border-radius: 0;
    letter-spacing: 1px;
    font-weight: 500;
}
.text-muted {
    color: #999;
}

/* Privacy Policy and Terms */
.policy-inner a,
.terms-conditions a {
   color: var(--in-text-link-color);
}
.policy-inner a:hover,
.terms-conditions a:hover {
   color: var(--in-text-link-hover);
}

a.image-gallery-item {
    position: relative;
    width: 200px;
    display: block;
    overflow: hidden;
    margin: 0;
}
.imageGallery .disclaimer {
    font-size: 19px;
}

.display-error {
    display: block;
    color: #ff0000;
    font-size: 14px;
}

::not(#ReservationContainer) .loading {
    position: relative;
    pointer-events: none;
    visibility: hidden;
}
::not(#ReservationContainer) .loading::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(/img/admin/ajax_loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    visibility: visible;
}

/* Admin Dashboard */

#AdminDashboardContainer form div.input.required label:after {
    content: "*";
    color: red;
}

#refund_detail dl dt {
    font-weight: bold;
}

/* 2FA */

.mfa {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.mfa fieldset {
    color: #000;
    max-width: 465px;
    font-weight: 400;
}
.mfa label {
    margin-bottom: 0;
}

.mfa button[type="submit"] {
    color: #fff;
    background-color: var(--main-red) !important;
    border-radius: 0 !important;
    border: none !important;
    font-size: 16px;
    vertical-align: middle;
    margin-bottom: 30px;
    font-weight: bold !important;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
}