﻿@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

html {
    /* 62.5% of 16px base font size is 10px */
    font-size: 62.5%;
    overflow-x: hidden;
}

html.html-ourteam-page {
    overflow-x: visible;
}

body {
    font-family: 'Lato', sans-serif;
    max-width: 100%;
    overflow-x: hidden;
    background-color: #fff;
}

.teams-page-div p, .teams-page-div p span, .teams-page-div div, .teams-page-div span, .teams-page-div strong, .teams-page-div,
.featured-leader .search-departure-link-div p, .featured-leader .search-departure-link-div p span, .featured-leader .search-departure-link-div, .featured-leader .search-departure-link-div strong {
    font-family: 'Lato', sans-serif !important;
    font-size: 1.6rem !important;
    color: var(--black) !important;
    line-height: 1 !important;
    font-weight: 400 !important;
}

.teams-page-div p, .teams-page-div p span, .teams-page-div div, .teams-page-div span, .teams-page-div strong, .teams-page-div {
    line-height: 2 !important;
}

.featured-leader .search-departure-link-div p {
    line-height: 1 !important;
}


:root {
    --white: #FFFFFF;
    --transwhite: ffffffb0;
    /*--black: #13161F;*/
    --black: #1D1D1D;
    --blue: #6B919C;
    --dark-blue: #283458;
    --green: #445E31;
    --orange: #EF4023;
    --grey-light: #D2D2D2;
    --grey-lightb: #C6C6C6;
    --grey-other: #FCFCFC;
    --grey-darker: #636363;
    --side-bar-grey: #F5F5F5;
    --steps-clr: #AAAAAA;
    --box-shadow-reg: #13161f94 0px 0px 16px;
    --img-border: 4px;
}

p, a, li, .inputs label {
    font-size: 1.8rem;
}
.topic-left a {
    font-size:unset;
    
}

p {
    margin-bottom: 0px;
    color: var(--black);
}

h2 {
    font-size: 2.6rem;
    /*font-weight: 600;
    text-transform: uppercase;*/
}

h3 {
    color: var(--orange);
    text-transform: uppercase;
}

h4 {
    text-transform: uppercase;
    font-size: 1.75rem;
    font-weight: 600;
}

a {
    text-decoration: none;
}

.master-wrapper-page {
    /*overflow: hidden;*/
    overflow: visible;
}

.master-wrapper-content-div {
    max-width: 95%;
    width: 100%;
    margin: auto;
}



@media all and (min-width: 1001px) {
    .master-wrapper-content-div {
        /*max-width: 980px;*/
        max-width: 1280px;
        width: 95%;
    }
}

@media all and (min-width: 1367px) {
    .master-wrapper-content-div {
        /*max-width: 1200px;*/
        max-width: 1450px;
        width: 95%;
    }
}

.featured-bg {
    position: relative;
}

    .orange {
        color: var(--orange);
    }

.contact-page .button-1, .email-a-friend-page .button-1, .apply-vendor-page .button-1, .button-1 {
    background-color: var(--blue);
    box-shadow: transparent 0px 0px 0px;
    transition: all linear .5s;
    color: var(--white);
    border: none;
    border-radius: 2px;
}

        .contact-page .button-1:hover,
        .email-a-friend-page .button-1:hover,
        .apply-vendor-page .button-1:hover, .button-1:hover {
            background-color: var(--blue);
            box-shadow: #13161f94 0px 0px 16px;
        }

    .disabled-0_4 {
        pointer-events: none;
        opacity: 0.4;
    }

    .disabled-0_4 {
        position: relative;
    }

    .disabled-0_4::after {
        content: url("/images/icons/loading.svg");
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        
    }

        .disabled-0_4::before {
            content: 'Loading...';
            position: absolute;
            top: calc(50% - 70px);
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 1;
            color: black;
            font-weight: 900;
            text-align: center;
        }

    input {
        border-radius: 3px;
        border-color: var(--grey-light);
    }

    .inputs {
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .master-wrapper-content {
        min-height: 100vh;
        padding-top: 8rem;
        /*padding-bottom: 4rem;*/
    }

    .html-login-page .master-wrapper-content {
        padding-top: 0px;
        min-height: auto;
    }

    .master-padding-top {
        padding-top: 8rem;
    }

    .html-topic-page .master-wrapper-content {
        padding-bottom: 4rem;
    }

    @media (min-width: 1000px) {
        .master-wrapper-content {
            padding-top: 5rem;
        }

        .master-padding-top {
            padding-top: 5rem;
        }

        .html-account-page .master-wrapper-content {
            padding-top: 0rem;
        }
    }

    @media (min-width: 1001px) {
        .inputs input[type="date"], .inputs input[type="datetime-local"] {
            min-height: 40px;
        }
    }

    .inputs input[type="date"], .inputs input[type="datetime-local"] {
        /*width: 400px;*/
        max-width: 100%;
        background-color: #fff;
    }

    input[type="date"], input[type="datetime-local"] {
        height: 36px;
        border: 1px solid #ddd;
        padding: 8px;
        vertical-align: middle;
    }

    input[type="date"], input[type="datetime-local"] {
        border-radius: 0;
    }

        input[type="date"]:focus, input[type="datetime-local"]:focus {
            border-color: #ccc;
            color: #444;
        }

    ol, ul, dl {
        margin-bottom: 0px;
    }

    select {
        min-height: 40px;
        height: 36px;
        border: 1px solid #ddd;
        padding: 8px 16px;
        vertical-align: middle;
    }

    /*header menu */
    .header-primary {
        position: fixed;
        width: 100%;
        z-index: 2;
        left: 0px;
        top: 0px;
        background: transparent;
        background: #00000012;
        padding: 0px;
        transition: all linear .25s;
    }

        .header-primary.scroll {
            background: white;
        }

    .header-menu {
        transition: all linear .25s;
    }

    .top-menu.mobile li a {
        color: transparent;
        transition: all linear .25s;
    }

    .header-menu > ul > li > a {
        color: var(--white);
    }

    .scroll .header-menu > ul > li > a {
        color: var(--black);
    }

    @media (max-width: 1001px) {
        .header-menu.navOpen {
            background: var(--white);
        }

        .top-menu.mobile {
            display: block;
            visibility: hidden;
            max-height: 0px;
            overflow: hidden;
            transition: all linear .25s;
        }

            .top-menu.mobile.navShow {
                visibility: visible;
                max-height: 100%;
                padding-top: 2rem;
            }

                .top-menu.mobile.navShow li a {
                    color: #555;
                }
    }

    @media (min-width: 1000px) {
        .header-menu {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            /*lower*/
            justify-content: flex-end;
            color: white;
            margin-bottom: 0px;
        }
    }

    .scroll .header-menu {
        color: var(--black);
    }

    .header-menu .top-menu {
        width: 100%;
    }

    @media (min-width: 1000px) {
        .header-menu .top-menu {
            width: 70%;
            display: flex !important;
            align-self: center;
            justify-content: flex-end;
            margin-bottom: 0px;
        }
    }


    .top-menu.mobile {
        background: var(--transwhite);
    }




    .header-menu .header-logo img {
        /*max-width: 100%;*/
        width: 8rem;
        height: auto;
    }

    .header-menu .header-logo {
        width: 20%;
        margin: auto;
        margin-left: 0px;
        /*other*/
        position: absolute;
        top: 0px;
        left: 0px;
        padding-right: 25px;
        padding-left: 25px;
    }

    @media (min-width: 1000px) {
        .header-menu .header-logo img {
            width: 12rem;
            height: auto;
        }

        .header-menu .header-logo {
            padding-right: 0px;
            padding-left: 0px;
        }
    }

    .dropdown-trigger {
        position: relative;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #fff;
        color: var(--black);
        width: 100vw;
        max-width: 800px;
        /*height: 150px;*/
        left: 50%;
        transform: translateX(-50%);
        top: auto;
        box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
        z-index: 1;
        padding: 1rem 2rem;
        text-align: left;
    }

    .dropdown-content.right {
        left: auto;
        right: 0px;
        transform: none;
    }

    .dropdown-content.mediumm {
        max-width: 500px;
    }

    .dropdown-content.smallm {
        max-width: 200px;
        text-align: center;
    }

    .dropdown-content.contact-nav, .dropdown-content.account-nav {
        max-width: 175px;
        left: auto;
        right: 0px;
        transform: translateX(0%);
        flex-direction: column;
        /*height: 80px;*/
        text-align: center;
    }

    .dropdown-trigger:hover .account-nav {
        display: flex;
    }

    .dropdown-trigger:hover .dropdown-content {
        display: block;
    }

    .dropdown-trigger .primary-nav {
        /*padding: .5rem 0rem;*/
        border-bottom: 2px solid transparent;
        transition: all linear .25s;
        padding: 0px;
    }

    .dropdown-trigger:hover .primary-nav {
        border-bottom: 2px solid var(--black);
    }

    a.primary-nav {
        text-decoration: none;
    }

    .primary-nav {
        padding-left: 1rem;
        cursor: pointer;
    }

    .header-upper {
        color: var(--white);
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        min-height: 4rem;
    }

    @media (min-width: 1000px) {
        .header-upper {
            flex-direction: row;
        }
    }

    .header-upper-parent {
        background: var(--black);
    }

    .header-contact-wrapper {
        display: flex;
        align-self: center;
    }

        .header-contact-wrapper p {
            padding: 0.5rem;
        }

    .header-account-wrapper {
        display: flex;
        align-self: end;
    }

    /*//header icons*/
    .header-icon {
        padding: .5rem 0rem;
        max-width: 3rem;
    }

    .header-links .header-top-right .dropdown-trigger, .header-links .header-top-right .search-icon-li {
        margin: auto;
    }

    .header-search-icon, .header-close-icon {
        padding: .5rem;
        max-width: 4rem;
    }

    .header-close-icon {
        display: none;
    }

    .search-text {
        width: 0px;
        transition: all linear .25s;
    }

    .search-active .header-close-icon {
        display: block;
    }

    .search-active .header-search-icon {
        display: none;
    }

    .search-active .search-text {
        width: 175px;
    }

    .header-search-form {
        visibility: hidden;
        width: 0px;
        transition: all linear .25s;
        display: flex;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0px;
        overflow: visible;
    }

    .search-active .header-search-form {
        visibility: visible;
        width: 100%;
        width: 25rem;
    }

    .profile-nav {
        padding: .5rem 0px;
    }

    .form-center {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .search-button {
        background: none;
        border: none;
        background-image: url('/images/icons/search-icon.svg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 100%;
        width: 3rem;
        height: auto;
    }

    li.search-icon-li {
        display: flex;
        position: relative;
        overflow: visible;
    }

    .search-icon-li form {
        margin: auto;
    }

    .search-icon-li {
        z-index: 0;
    }

    .header-search-toggle {
        z-index: 1;
    }

    .header-search-form {
        z-index: 0;
    }

    .header-top-right {
        display: flex;
    }

    .top-menu li {
        text-align: center;
    }




    /*//burger*/

    .hamburger {
        position: relative;
        display: none;
        width: 35px;
        height: 25px;
        background: none;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 0;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        margin-left: auto;
    }

    input[type=button].hamburger {
        border: none;
        outline: none;
    }

    .hamburger span, .hamburger:before, .hamburger:after {
        height: 2px;
        content: "";
        position: absolute;
        background: var(--white);
        left: 0;
        right: 0;
        -webkit-transition: all 0.1s ease-out;
        -moz-transition: all 0.1s ease-out;
        -ms-transition: all 0.1s ease-out;
        -o-transition: all 0.1s ease-out;
        transition: all 0.1s ease-out;
    }

    .scroll .hamburger span, .scroll .hamburger:before, .scroll .hamburger:after,
    .navOpen .hamburger span, .navOpen .hamburger:before, .navOpen .hamburger:after {
        background: var(--black);
    }

    .hamburger span {
        top: 50%;
        margin-top: -1px;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    .hamburger:before {
        top: 0;
    }

    .hamburger:after {
        bottom: 0;
    }

    @media (max-width: 1140px) {
        .hamburger {
            display: block;
        }
    }

    .hamburger span:first-of-type {
        opacity: 0;
    }

    .hamburger span:last-of-type {
        opacity: 0;
    }

    /*burger open*/

    .navOpen .hamburger span:nth-child(2), .hamburger.close span:nth-child(2), .navOpen .hamburger:before, .navOpen .hamburger:after {
        opacity: 0;
    }

    .navOpen .hamburger span:first-of-type, .hamburger.close span:first-of-type {
        opacity: 1;
        -webkit-transform: rotate( -45deg );
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .navOpen .hamburger span:last-of-type, .hamburger.close span:last-of-type {
        opacity: 1;
        -webkit-transform: rotate( 45deg );
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    /*Burger Above*/
    .store-search-box {
        display: flex;
    }

    .header-logo .search-box-desktop {
        display: none;
    }

    @media (max-width: 1002px) {
        .header-logo {
            display: flex;
        }

            .header-logo a {
                margin-left: 0px;
            }

        .header-lower {
            width: 90%;
            margin-right: auto;
            margin-left: auto;
        }

        .menu-toggle {
            padding-right: 25px;
            padding-left: 25px;
        }

        .store-search-box {
            display: none;
        }

        .header-logo .search-box-desktop {
            display: flex;
        }
    }

    #small-search-box-form input[type=text] {
        background: none;
    }

    .phone-mobile {
        padding: 10px 0;
        background-color: #1e93c1;
        text-align: center;
        color: #fff;
        font-size: 16px;
    }

        .phone-mobile:hover {
            transition: all .2s ease-out;
            color: #14617f;
        }

    .administration {
        color: var(--white);
    }

    .block .listbox.display-menu {
        display: block;
        height: auto;
    }

    .block .listbox {
        height: 0px;
        transition: all 2s;
    }


    input[type="button"].button-1.toggle-portal {
        display: block;
        background: none;
        border: 2px solid #1e93c1;
        background-image: url(/images/icons/arrow-down-solid.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 45% 45%;
        height: 30px;
        width: 30px;
        min-width: 30px;
        cursor: pointer;
        padding: 0px;
        border-radius: 50%;
    }

    @media (min-width: 1001px) {
        input[type="button"].button-1.toggle-portal {
            display: none;
        }
    }

    input[type="button"].button-1.toggle-portal:hover {
        background-color: white;
    }

    .toggle-portal.toggle-on {
        transform: rotate(180deg);
        height: auto;
    }

    /*burger*/

    /*footer*/
    .footer {
        background-color: var(--green);
        color: var(--white);
        line-height: 1.6;
        position: relative;
    }

    .footer-wave {
        position: absolute;
        bottom: calc(100% - 1px);
        width: 100%;
        left: 0px;
    }

    .footer p {
        color: var(--white);
    }

    .footer-upper {
        /*margin-top: 4rem;
    padding-top: 6rem;*/
        padding-bottom: 6rem;
    }

    .footer-top {
        height: 10rem;
        position: relative;
        border-bottom: 2px solid var(--white);
        margin-bottom: 6rem;
        /*width: 85%;
    margin-right: auto;
    margin-left: auto;*/
    }

    .footer-lower {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .footer-info {
        text-align: center;
    }

    @media only screen and (min-width: 1000px) {
        .footer-info {
            text-align: right;
        }
    }

    .footer-bird-img {
        position: absolute;
        right: 0px;
        bottom: -8px;
    }

    .footer-block {
        /*padding-top: 6rem;*/
    }

    /*@media (min-width: 1000px) {
    .footer-block.my-account {
        border-right: 1px solid var(--white);
    }
}*/

    .phone-contact a {
        padding-left: 1rem;
    }

    .footer .title {
        text-transform: uppercase;
    }


    .footer-block {
        width: 100%;
        padding: 0px 2rem;
 
    }



    .footer-block a {
        text-decoration: none;
    }

    @media only screen and (min-width: 1000px) {
        .footer-block {
            width: 33%;
        }
    }

    @media only screen and (max-width: 767px) {
        .footer-block {
            text-align: center;
        }
        /*.footer-block .title {
            text-align: center;
        }*/
    }

    .footer-block .title {
        font-size: 1.6rem;
        text-align: left;
        /*padding: 1.5rem;*/
        padding: 1.5rem;
        padding:0rem;
        padding-bottom: 1rem;
        padding-top: 1rem;
    }

    @media only screen and (max-width: 767px) {
        .footer-block .title {
            text-align: center;
        }
    }

    .footer-block .title strong {
        font-weight: 600;
    }

    .footer a {
        font-size: 1.6rem;
        color: var(--white);
        font-weight: 400;
        text-decoration: none;
    }

    .networks.social {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 1.5rem;
    }

   
    .footer-block.my-account {
        border-left: none;
        padding-left: 1rem;
        border-right: none;
    }

    @media only screen and (min-width: 1000px) {
        .footer-block.my-account {
            border-left: 1px solid white;
            padding-left: 1.5rem;
            border-right: 1px solid white;
        }
    }
    .footer-column {
        padding-top: 1rem;
        padding-bottom: 1rem;
        /*align-items: center;*/
    }

    .inputs label {
        padding-bottom: 1rem;
    }

    /*.required {
    position: absolute;
    top: 0px;
    right: 0px;
}*/

    .buttons {
        text-align: right;
    }

    .contactus-middle {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    @media (min-width: 767.98px) {
        .contactus-middle {
            border-right: #C6C6C6 1px solid;
            border-left: #C6C6C6 1px solid;
            padding-top: 0rem;
            padding-bottom: 0rem;
        }
    }

    .contact-us-row {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    .contact-us-row a {
        font-size: 1.6rem;
        color: var(--black);
        font-weight: normal;
    }

    .inputs label.RememberMe-label {
        padding-bottom: 0px;
    }

    .login-page .customer-blocks {
        display: flex;
        justify-content: space-between;
        /*min-height: 100vh;*/
        flex-direction: column;
    }

    .login-page .page-body {
        padding-top: 0px;
    }

    /*.page-body {
        padding-top: 4rem;
    }*/
    .topic-subheader {
        padding-bottom: 3rem;
    }

    .required-star, .required {
        color: var(--orange);
    }

    .input-row {
        display: flex;
    }

    .fieldset-top {
        padding-bottom: 2rem;
    }

    .sub-title {
        font-size: 1.4rem;
        color: var(--orange);
        text-transform: uppercase;
        padding-bottom: 1rem;
        padding-top: 1rem;
    }

    .item-box input[type="button"] {
        max-width: 100%;
    }

    input[type=checkbox] {
        margin-right: 0.5rem;
    }

    .side-bar {
        background-color: var(--side-bar-grey);
        margin-bottom: 4rem;
    }

    .side-bar-div {
        padding: 1.5rem;
    }

    .side-bar-div a {
        color: var(--black);
    }

    .grey-bg {
        background-color: var(--grey-other);
    }

    .img-maxwidth {
        width: 100%;
        height: auto;
    }

    .side-bar p {
        font-size: 1.5rem;
        line-height: 1.5;
    }

    /*//homepage*/

    .slick-featured-products {
        display: flex;
        flex-direction: row;
        max-width: 1200px;
        margin: auto;
    }

    /*.item-box-featured {
        width: 33%;
    }*/

        .item-box-featured .buttons {
            text-align: center;
        }

    .item-box input[type="button"] {
        text-align: center;
        color: var(--white);
        min-width: 140px;
        padding: 10px 30px;
        text-align: center;
        font-size: 15px;
    }

    .product-title-alt {
        text-align: center;
    }

    /*blog*/

    .blog-read-more {
        text-align: right;
    }
/*
    .blog-read-more a, a {
        color: var(--dark-blue);
        font-weight: 600;
        font-size: 1.6rem;
    }*/

    .header-upper-parent a, .header-upper-parent p {
        color: var(--white);
    }

    .dropdown-content a {
        color: var(--black);
        text-decoration: none;
        font-weight: 400;
    }

    .blog-view-post {
        text-align: center;
    }

/*    .blog-post-button {
        width: 100%;
    }*/

    .blog-viewall-button {
    }

    .blog-img {
        padding-bottom: 1.5rem;
    }

    .blog-inspired-img {
        /*text-align: center;*/
        display: flex;
        justify-content: center;
    }

    .blog-img img, .blog-inspired-img img {
        /*max-width: 100%;*/
        width: 100%;
        height: 20rem;
        object-fit: cover;
        border-radius: var(--img-border);
    }
    /*slider*/
    .featured-products {
        position: relative;
    }

    .button-a, input[type="button"], a[type="button"] {
        background: var(--blue);
        text-align: center;
        color: var(--white);
        min-width: 140px;
        padding: 10px 30px;
        text-align: center;
        justify-content: center;
        font-size: 15px;
        text-decoration: none;
        border-radius: 2px;
        border: none;
        display:inline-block;
    }

        .button-a:hover {
            text-decoration: none;
            color: white;
        }


        
    .featured-bg .button-a {
        box-shadow: 2px 2px 10px #17171757;
    }

    .home-programs-button-div {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    /*//featured tours*/
    .product-grid.home-page-product-grid {
        /*background-color: #E9E9E9;*/
        background-color: #f8f8f8;
    }

.featured-program-bg {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 700px;
height: 650px;
width: 100%;
}

    .color-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: black;
        opacity: 0.6;
    }

    .blog-card {
/*        margin-bottom: 3rem;
        margin-top: 3rem;*/
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        padding: 1rem;
    }

    .tour-types .blog-card {
        padding: 0px;
    }

    /*.homepage-blog .blog-card-width {
        max-width: 35rem;
    }*/

    .blog-card p {
        color: #8A8A8A;
    }

    .blog-home-copy {
        border: solid 1px var(--grey-light);
        padding: 1.5rem;
    }

    .blog-announced-copy {
        padding: 1.5rem;
    }

    .blog-inspired-copy {
        margin-top: 1.5rem;
        padding: 1.5rem;
        border: 1px solid var(--grey-lightb);
        border-radius: 4px;
    }

    .homepage-blog .blog-announced-copy h3 {
        height: 45px;
        overflow: hidden;
    }

    /*.blog-announced-copy p {
        min-height: 7rem;
    }*/

    .html-home-page .slider-nav, .html-home-page .navigation-div {
        position: relative;
        height: 750px;
        height: 699px;
        height: 650px;
        display: flex;
        align-items: center;
    }

    .side-nav {
        padding-left: 45px;
        padding-right: 45px;
        margin-top: 0px;
        background: var(--grey);
        margin-bottom: 0px;
        border: 1px solid var(--primary);
        border-top: none;
    }

    .product-title {
        padding-top: 1rem;
        /*padding-bottom: 1rem;*/
        margin-bottom: 0rem;
        padding-bottom: 0rem;
        font-size: 2rem;
        font-weight: 700;
        text-align: center;
    }

    .product-copy {
        padding-bottom: 2rem;
        font-weight: 400;
    }

    .slider-nav .slick-track {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    #testimonials-content .slick-track {
        display: flex;
        align-items: center;
    }

    .slider-nav .slick-slide img {
        max-width: 100%;
        max-height: 100%;
        border-radius: var(--img-border);
    }

    .slider-nav .prv img, .slider-nav .nxt img {
        height: auto;
        width: auto;
    }

    .slider-nav .slick-center .details {
        display: flex;
    }

    .featured-slider-block {
        height: 700px;

        height: 650px;
    }

    .slider-for {
        position: absolute;
        z-index: 0;
        height: 750px;
        height: 650px;
        width: 100%;
        top: 0px;
        left: 0px;
    }

    .slider-nav {
        z-index: 1;
    }

    .featured-top-svg {
        position: absolute;
        top: -1px;
        right: 0px;
        width: 100%;
        z-index: 1;
    }

    .featured-top-svg-out {
        position: absolute;
        bottom: calc(100% - 1px);
        right: 0px;
        width: 100%;
        z-index: -1;
    }

    .featured-bottom-svg-out {
        position: absolute;
        bottom: -3px;
        right: 0px;
        width: 100%;
        z-index: 1;
    }

    .item-box {
        transition: all linear 0.5s;
    }

    .slick-featured-products .item-box.slick-current {
        transform: scale(1.1);
    }
    .slick-featured-products .item-box{
        padding: 40px;

    }

    .item-box {
        opacity: 1;
    }

    .item-box:not(.slick-current) .home-programs-button-div {
        /*display: none;*/
        visibility: hidden;
        opacity: 0;
    }

    .featured-tours-top {
        padding-top: 4rem;
        padding-bottom: 0rem;
        right: 1rem;
        z-index: 2;
 /*       position: relative;*/
    }

    button.slick-arrow-prev {
        background-color: transparent;
        border: none;
        left: 1rem;
        z-index: 1;
        position: absolute;
        outline: 0px;
        top: calc(50% + 2.5rem);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    button.slick-arrow-next {
        background-color: transparent;
        border: none;
        right: 1rem;
        z-index: 1;
        position: absolute;
        outline: 0px;
        top: calc(50% + 2.5rem);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .slider-home-blog button.slick-arrow-prev, .inspired-all-posts button.slick-arrow-prev, .slider-specialoffer button.slick-arrow-prev, .html-ourteam-page button.slick-arrow-prev {
        left: -40px;
    }

    .slider-home-blog button.slick-arrow-next, .inspired-all-posts button.slick-arrow-next, .slider-specialoffer button.slick-arrow-next, .html-ourteam-page button.slick-arrow-next {
        right: -40px;
    }

    .hpsSlickSlider {
        z-index: 0;
    }

    .hpsSlickSlider button.slick-arrow-prev {
        left: 10vw;
    }

    .hpsSlickSlider button.slick-arrow-next {
        right: 10vw;
    }

    .slider-home-blog button.slick-arrow-prev, .slider-home-blog button.slick-arrow-next, .slider-home-blogcategories button.slick-arrow-prev, .slider-home-blogcategories button.slick-arrow-next {
        height: 100%;
        max-width: 40px;
    }

    .slider-home-blog {
        max-width: 800px;
        margin: auto;
    }

    .slick-arrow-next img, .slick-arrow-prev img {
        width: 2rem;
    }
    /*slider*/

    .html-ourteam-page .slick-arrow-next img, .html-ourteam-page .slick-arrow-prev img {
        width: 3rem;
    }



/*How It All Started*/
.featured-leader-box {
    border: solid var(--grey-lightb) 1px;
    border-radius: 4px;
    padding: 2rem;
    position: relative;
    margin-top: 2rem;
}

.featured-leader-title {
}

.featured-leader-text {
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.clr-black {
    color: var(--black);
}

.clr-orange {
    color: var(--orange);
}

.quote-top-left {
    position: absolute;
    top: -15px;
    left: -10px;
    width: 30px;
}

.home-featured-tour-leader {
    border-top: solid var(--grey-lightb) 1px;
    /*border-left: solid var(--grey-lightb) 1px;*/
    position: relative;
    padding-top: 2rem;
    padding-left: 2rem;
    /**/
    display: flex;
    flex-direction: column;
    align-items: center;
}



.featured-leader-h3 {
    position: absolute;
    top: -12px;
    left: 0px;
    background: white;
}

.featured-leader-img {
    width: 100%;
    height: 225px;
    max-width: 225px;
    height: auto;
    border-radius: 50%;
    margin-right: auto;
    margin-left: auto;
}

.homepage-testimonials, .stay-informed {
    /*height: 50vh;*/
    /*min-height: 200px;*/
    min-height: 40vh;
    width: 100%;
    /*padding: 4rem;*/
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: var(--white);
}

.homepage-testimonials {
    background: url(/images/backgrounds/testimonials.jpg);
}

.stay-informed {
    background: url(/images/backgrounds/stay-informed.jpg);
}

.homepage-testimonials, .stay-informed {
    background-repeat: no-repeat;
    /*background-size: cover;*/
    background-size: 100% 100%;
    background-position: center;
}

.homepage-testimonials h2 {
    color: var(--grey-lightb);
}

.homepage-testimonials a p, .stay-informed p, .stay-informed h2 {
    color: var(--white);
}

.copy-center {
    padding-top: 2rem;
    padding-bottom: 4rem;
}

.homepage-testimonials, .stay-informed, .homepage-video, .get-inspired-by, .homepage-blog, .tour-types {
    padding: 4rem;
}

.stay-informed {
    margin: 0px;
}

.homepage-testimonials .slick-arrow-next {
    right: -30px;
}

.homepage-testimonials .slick-arrow-prev {
    left: -30px;
}

.homepage-testimonials a {
    text-decoration: none;
}

/*testimonial*/
.testimonial-div {
    background-color: var(--grey-lightb);
    padding: 5rem 4rem;
    box-shadow: 2px 2px 10px #17171757;
    position: relative;
    z-index: 0;
    margin: 2rem 1rem 2rem 1rem;
    /*max-width: 600px;*/
}

.html-testimonials-page .testimonial-div, .html-details-page .testimonial-div {
    background-color: var(--side-bar-grey);
    box-shadow: none;
}

.testimonial-trip {
    font-size: 1.6rem;
    color: var(--grey-darker);
    font-weight: 600;
}

.testimonial-title {
    font-size: 2rem;
    color: var(--black);
    font-weight: 600;
}

.testimonial-copy {
    text-align: center;
}

.quote-left {
    position: absolute;
    top: 2.5rem;
    left: 3rem;
    width: 3.5rem;
    z-index: 0;
}

.quote-right {
    position: absolute;
    bottom: 2.5rem;
    right: 3rem;
    width: 3.5rem;
    z-index: 0;
}

.testimonial-inner {
    z-index: 1;
}

.title-underline {
    /*border-bottom: 4px solid var(--dark-blue);*/
    position: relative;
}

/*.title-underline::after {
    content: "";
    content: url("/images/assets/find-your-tour-line.svg");
    width: 100%;
    position: absolute;
    bottom: -20px;
    left: -2px;
}*/

.title-underline-clean {
    /*width: 100%;*/
    position: absolute;
    bottom: -14px;
    left: -2px;
}

.featured-tours-top .title-underline-clean {
    bottom: -20px;
    left: calc(-50%);
    transform: translateX(50%);
    z-index: 2;
    width: 100%;
}

@media (max-width: 1001px) {
    .featured-tours-top .title-underline-clean {
        bottom: -30px;
    }

}

.homepage-search {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.homepage-search select {
    width: calc(33% - 62px);
    box-shadow: 0px 6px 9px #00000021;
    border: none;
    background-repeat: no-repeat;
    background-image: url(/images/assets/blue-search-arrow.svg);
    background-position: right center;
    background-size: auto 100%;
    /*SELECT*/
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
    cursor: pointer;
    font-weight: 500;
    color: var(--black);
}

.find-vent {
    padding: 0rem 0rem 0rem 3rem;
}

/*.find-vent {
    padding-top: 3rem;
    padding-bottom: 3rem;
}*/

.find-your-tour {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.welcome-to-victor-div {
    padding-top: 1rem;
    padding-bottom: 1rem;
    max-width: 900px;
    margin: auto;
}

.welcome-to-victor-div p {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.welcome-to-victor-div p {
    margin-bottom: 0px;
}

.custom-search-copy, .custom-header-copy {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.find-your-tour-search {
    background-color: var(--side-bar-grey);
    position: relative;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.padding-top-register {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

@media (min-width: 992px) {
    .padding-top-register {
        padding-left: 2rem;
    }
}

.find-your-tour-search:after {
    background-color: var(--side-bar-grey);
    content: "";
    height: 100%;
    width: calc(100vw - 100%);
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
}

input[type="button"].grey-search-button {
    background: none;
    border: none;
    background-image: url(/images/icons/search-grey.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    width: 2rem;
    min-width: initial;
    height: auto;
    padding: 0px;
}

.find-your-tour-input {
    background: var(--white);
    border-radius: 3px;
    padding: 0px 8px;
    box-shadow: 0px 6px 9px #00000021;
}

.find-your-tour-input #Filter_Query {
    width: 100%;
}

.find-your-tour-input input[type="text"] {
    border: none;
    height: 30px;
    background: none;
    padding: 8px 0px;
}

.find-your-tour-search .accordion-button {
    padding: 0px;
    background-color: transparent;
    color: var(--black);
    font-size: 1.8rem;
    padding: .4rem 0rem;
    border-bottom: none;
}

.find-your-tour-search .accordion-button:not(.collapsed) {
    border-bottom: 1px solid var(--black);
        
}

.accordion-button {
    border-bottom: 1px solid var(--black);
    padding-left: .5rem;
    padding-right: .5rem;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.html-topic-page .accordion-button {
    text-transform: uppercase;
}

.accordion-button:not(.collapsed) {
    border-bottom: none;
    box-shadow: none;
    color: initial;
    background-color: initial;
}

.html-topic-page .accordion-button.collapsed::after {
    background-image: url("/images/icons/plus.svg");
    background-repeat: no-repeat;
    transform: rotate(0deg);
    background-position: center;
}

.html-topic-page .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
    background-image: url("/images/icons/minus.svg");
    background-position: center;
}

.html-topic-page .accordion-button:after {
    order: -1;
    margin-right: 0.5em;
    margin-left: 0px;
}

.html-topic-page .accordion-button span {
    padding: .3rem;
    font-weight: 600;
    font-size: 1.6rem;
}

.html-topic-page .accordion-body {
    padding-top: 0px;
    padding-left: 2.3rem;
}

.search-checkboxes {
    padding: 1rem .4rem;
}


.tour-search-range.search-checkboxes {
    padding: 1.5rem;
}

.search-state {
    padding-left: 1.5rem;
    padding-bottom: 1rem;
    padding-top: 0.5rem;
}

.search-checkbox-div {
    display: flex;
}

.search-checkbox-div input {
    margin-top: 3px;
}

.search-filter-sub-title {
    color: var(--grey-darker);
    font-size: 1.4rem;
}

.box-shadow-grey-line.accordion-button:not(.collapsed) {
    box-shadow: inset 0 -1px 0 var(--grey-darker);
}

input[type="text"].search-slider-input {
    width: 100%;
    border: none;
    background: none;
    padding-left: 0px;
    padding-right: 0px;
}

/*//slider*/
.ui-state-default, .ui-widget-content .ui-state-default {
    border-radius: 50%;
    background: var(--blue);
    border: none;
}

.ui-widget.ui-widget-content {
    border: none;
}

.ui-widget-header {
    background: var(--grey-lightb);
}

.ui-slider-horizontal .ui-slider-range {
    height: .8rem;
    top: .1rem;
}

.find-your-tour-trips {
    padding: 3rem 1.5rem;
}

@media only screen and (min-width: 1000px) {
    .find-your-tour-trips {
        padding: 1rem 1.5rem;
    }

    .blog-view-post {
        text-align: right;
    }
}

/*search bottom*/
.pager li a, .pager li span {
    background-color: transparent;
    border: none;
    text-decoration: none;
    padding: 2px 4px;
    min-width: initial;
    height: initial;
}

.pager li a.current-page {
    border-bottom: solid 2px var(--orange);
}

/*search sortby*/
.sortby {
    text-decoration: none;
    display: flex;
    border-bottom: 1px solid transparent;
}

.sortby span {
    padding-right: 0.3rem;
}

.sortby-active {
    border-bottom: 1px solid var(--black);
}

.arrow-img {
    /*padding-left: 0.5rem;*/
    display: none;
}

.sortby-active .arrow-img {
    display: block;
}

.sortby-reverse .arrow-img {
    transform: rotate(180deg);
}

.item-grid .details h2 {
    line-height: 1;
}

.featured-img {
    max-width: 100%;
    width: 400px;
    float: left;
    padding: 0rem 2rem 2rem 0rem;
}

#search-btn {
    border: none;
    box-shadow: 0px 6px 9px #00000021;
}

/*login/portal*/

.register-block, .returning-wrapper {
    padding: 4rem;
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: center;
    height: 100%;
    min-height: 70vh;
    width: 100%;
}

.register-block {
    align-items: center;
}

@media only screen and (min-width: 1000px) {
    .register-block, .returning-wrapper {
        width: 49%;
        align-items: flex-start;
    }

    .login-page .customer-blocks {
        flex-direction: row;
    }

}

.register-block {
    background-color: #F5F5F5;
    background-image: url(/images/assets/login-create.png);
    /*background-size: auto 100%;*/
    background-size: 75% auto;
    background-repeat: no-repeat;
    background-position: bottom right;
    position: relative;
    z-index: 0;
}

.register-block:after {
    content: "";
    background: #F5F5F5;
    height: 100%;
    width: 50vw;
    z-index: 0;
    position: absolute;
    left: 100%;
    top: 0;
}

.login-form-field {
    padding-top: 2rem;
    /*padding-bottom: 2rem;*/
}

.login-form-field input {
    width: 100%;
}

@media only screen and (max-width: 999px) {
    .html-login-page .master-wrapper-content {
        width: 100%;
    }
}

.register-button {
    max-width: 100%;
    width: 32rem;
}

.create-account-copy {
    font-size: 2rem;
    padding: 0rem 0rem 2rem 0rem;
    width: 100%;
    text-align: center;
}

.register-block .buttons {
    width: 100%;
    display: flex;
    justify-content: center;
}

.external-authentication {
    margin: 0px;
}

.side-2 {
    /*height: 100%;*/
    background: var(--side-bar-grey);
}

.block .listbox {
    height: auto;
}

.block .list li a {
    text-decoration: none;
    width: 100%;
    color: var(--black);
    padding: 1rem 0 1rem 0px;
}

.block .list li a:hover, .block .list li a.active {
    padding: 1rem 0 1rem 1.5rem;
    border-left: .5rem solid var(--orange);
    /*background: var(--white);*/
}

.block .list li {
    border-left: 0px solid transparent;
}

.block .list li a:hover {
    /*border-left: .5rem solid var(--orange);*/
    background: var(--white);
}


@media only screen and (min-width: 1000px) {
    .html-account-page .master-column-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}

.html-account-page .page-body {
    padding-top: 0rem;
}

.html-account-page .side-2, .html-account-page .center-2 {
    padding-top: 2rem;
}

.html-account-page .center-2 {
    min-height: 70vh;
}

.html-account-page .master-wrapper-content {
    min-height: initial;
}

.html-booking-page .master-wrapper-content {
    padding-bottom: 4rem;
}

.html-ourteam-page .master-wrapper-content {
    padding-bottom: 4rem;
}

.html-account-page .side-2 {
    position: relative;
}

.html-account-page .side-2:after {
    content: "";
    background: #F5F5F5;
    height: 100%;
    width: 50vw;
    z-index: 0;
    position: absolute;
    right: 100%;
    top: 0px;
}

.block .listbox {
    padding-right: 0px;
}

.help-link a {
    text-decoration: none;
}

.help-link {
    background-color: var(--side-bar-grey);
    padding: 1.5rem;
}

.help-bottom {
    background-color: var(--side-bar-grey);
}

.help-link h4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.help-link a {
    border-top: 1px solid var(--grey-lightb);
    padding: .5rem 0px;
    color: var(--black);
}

.hero-img {
    height: 440px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3rem;
}

.hero-img {
    padding-bottom: 5.5rem;
}

.hero-copy {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 1rem;
}

.hero-img h1 {
    color: var(--white);
    font-size: 5rem;
}

.hero-copy h2 {
    color: var(--white);
}

a[type="button"].button-hero {
    bottom: 0px;
    right: 0px;
    position: absolute;
    background-color: var(--orange);
/*    padding-left: 5rem;
    padding-right: 5rem;*/
    width: auto;
    z-index: 1;
}

.topic-left {
    padding-left: 0px;
    padding-right: 0rem;
}

.topic-left p {
    padding-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
    .topic-left {
        padding-right: 2rem;
    }
}

.float-left {
    float: left;
    padding-right: 15px;
    padding-bottom: 15px;
}

/*.iframe-fb {
   width: auto !important;
}*/

._2p3a {
    margin: auto;
}

.facebook-div {
    display: flex;
    justify-content: center;
}

.country-card {
    background: black;
    padding: 4rem 5rem;
    min-height: 42rem;
    height: 33vh;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*margin: 2rem 0rem;*/
    max-width: 28rem;
    /*max-width: 36.3rem;*/
    width: 100%;
}

.country-card:before {
    content: "";
}

.country-card h4 {
    color: white;
    text-align: center;
}

.question-circle {
    width: 30px;
    height: 30px;
    margin: auto;
    margin-left: 10px;
    margin-right: 0px;
}

.tooltip-inner {
    max-width: 500px;
    /*background-color: var(--black);*/
    padding: .5rem;
}

.tooltip {
    border-bottom: none;
}

.victor-interviews .help-link p {
    font-size: 14px;
    border-top: 1px solid #C6C6C6;
    padding: 5px 0px;
    margin: 0px;
}

.menu-title {
    border-bottom: 2px solid var(--black);
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding-bottom: 5px;
    background: url(/images/icons/menu/blog.svg);
    background-repeat: no-repeat;
    background-position-x: right;
    color: var(--black);
}

.menu-title.menu-gallery-icon {
    background-image: url(/images/icons/menu/gallery.svg);
    text-align: left !important;
}
.menu-title.menu-cu-icon {
    background-image: url(/images/icons/menu/contact-us.svg);
    text-align: left !important;
}
.menu-title.news {
    background-image: url(/images/icons/menu/social.svg);
}

.menu-title.news-2 {
    background-image: url(/images/icons/menu/other.svg);
}

.menu-title.tours {
    background-image: url(/images/icons/menu/tours.svg);
}

.menu-title.tours-2 {
    background-image: url(/images/icons/menu/types.svg);
}

.menu-title.tours-3 {
    background-image: url(/images/icons/menu/destinations.svg);
}

.menu-title.help {
    background-image: url(/images/icons/menu/help.svg);
}

.menu-title.about {
    background-image: url(/images/icons/menu/about.svg);
}

.footer .footer-powered-by a {
    font-size: 12px;
}

.trip-search-departure {
    background: var(--black);
    color: var(--white);
    text-align: center;
    font-size: 1.2rem;
    padding: .2rem;
    width: 100%;
    border-radius: var(--img-border);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.trip-search-title a,
.trip-search-title {
    font-weight: 600;
    color: var(--orange);
    text-decoration: none;
    /*min-height: 38px;*/
}
.trip-search-title {
    height: 5.8rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

.trip-search-title a {
    height: 58px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.previous-featured-div .trip-search-title, .previous-featured-div p, .featured-leader p {
    text-align: center;
}

.featured-leader-inner .trip-search-title, .featured-leader-inner .trip-search-title a {
    min-height: auto;
}

.item-box .picture, .home-page-specialoffers .picture {
    margin-bottom: 1rem;
}

.search-departure-link-div {
    margin-top: 1rem;
    margin-bottom: 1rem;
    min-height: 54px;
}

.slider-specialoffer .search-departure-link-div {
    min-height: initial;
}

.search-departure-link-div p {
    text-decoration: none;
    color: var(--black);
    font-size: 1.2rem;
    text-overflow: ellipsis;
}

.featured-leader .search-departure-link-div p {
    max-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-departure-link a, .search-departure-link p {
    text-decoration: none;
    color: var(--black);
    font-size: 1.4rem;
}

.search-departure-link p {
    font-weight: 600 !important;
}

/*a[type="button"] {
    background: var(--blue);
    color: var(--white);
    width: 100%;
    width: auto;
    text-align: center;
    text-decoration: none;
    padding: .65rem 1rem;
    border-radius: 2px;
    min-width: 140px;
    font-weight: 7600;
}*/

.trip-item-div {
    display: flex;
    flex-direction: column;
}

/*.trip-item-div .details a[type="button"], .photo-gallery-div .details a[type="button"]  {
    width: 100%;
}*/

.slider-specialoffer .trip-item-div {
    padding: 0px 0.75rem;
}

#results-div {
    padding-top: 1.5rem;
}

.search-subcheck-title, .search-filter-sub-title {
    color: var(--black);
}

.search-new, .search-specialoffers {
    position: absolute;
    top: 15px;
    right: 0px;
    background-color: var(--orange);
    color: var(--white);
    padding: 0.25rem 1.5rem;
    padding-bottom: .4rem;
    font-size: 1.4rem;
}

.search-specialoffers {
    background-color: var(--blue);
}

.html-custom-search-page .item-box .picture, .home-page-specialoffers .trip-item-div .picture, .photo-gallery-div .picture, .featured-leader .picture {
    background-size: cover;
    background-position: bottom;
    min-height: 200px;
    display: flex;
    align-items: flex-end;
    background-position: center;
    border-radius: var(--img-border);
}

.featured-leader .picture {
    /*min-height: 225px;*/
    height: 225px;
    width: 225px;
    max-width: 100%;
    border-radius: 50%;
    margin: auto;
}

.home-page-specialoffers .trip-item-div .picture, .featured-leader .picture {
    position: relative;
}

.trip-search-subtitle {
    color: var(--black);
    font-size: 1.4rem;
}

.trip-search-copy {
    font-size: 1.4rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.trip-search-date {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--black);
}

.post-category-date, .post-body {
    color: var(--black);
}

.post-category-date {
    font-size: 2rem;
    padding-bottom: 2rem;
}
.post-body {
    font-size: 1.8rem;
}

.post-body, .news-body {
    padding: 0px;
}

a.blog-backbutton {
    text-decoration: none;
    color: var(--black);
    font-size: 1.8rem;
    font-weight: 600;
    /*transition: scale(1) translateX(0px);*/
    display: flex;
    align-items: center;
    flex-direction: row;
}

/*a.blog-backbutton:hover {
    transition: scale(1.02) translateX(10px);
}*/

a.blog-backbutton img {
    width: 1.25rem;
    margin-right: 1rem;
}

.allpost-content {
    max-width: 800px;
    width: 100%;
    margin: auto;
}

.blog-backbutton-div {
    padding-bottom: 1rem;
    margin-top: 1rem;
}

@media (min-width: 1000px) {
    .blog-backbutton-div {
        position: absolute;
        top: 0px;
        left: 0px;
    }
}

.tripdetails-top {
    background: var(--side-bar-grey);
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #8A8A8A;
    border-top: 1px solid #8A8A8A;
}

.col-right-border {
    border-right: 1px solid var(--blue);
}

.tripdetails-top .col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

a[type="button"].button-side {
    background-color: var(--orange);
    width: auto;
    text-align: center;
/*    padding: 1.5rem;
    font-size: 1.6rem;*/
    width: 100%;
}

a[type="button"].button-side.blue {
    /*width: auto;*/
    background-color: var(--blue);
}

.details-side-lower, .details-side-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem;
    
}

/*.details-side-price {
    padding-bottom: 3rem;
}*/

.details-side-lower {
    padding-top: 2.5rem;
}

.details-side-price {
    background: var(--black);
    color: var(--white);
}

.details-side-lower {
    background: var(--side-bar-grey);
}
.detail-side-parent {
    background: var(--side-bar-grey);
}

.details-side-lower h4 {
    text-transform: initial;
    text-align: left;
    width: 100%;
    margin-bottom: 0px;
}

.details-side-lower hr {
    border-bottom: 1px solid #C6C6C6;
    height: 0px;
    width: 100%;
    opacity: 1;
}

.details-side-price p, .details-side-price a, .details-side-price h2 {
    color: var(--white);
}

.details-side-price hr {
    border-bottom: 1px solid var(--white);
    width: 100%;
    opacity: 1;
}

.details-side-price p a, .details-side-lower p a, .details-documents a, .previous-featured-div a {
    color: var(--blue);
    text-decoration: none;
}

.details-documents a {
    margin-bottom: .35rem;
}

.map-svg {
    width: 100%;
}

.left-body {
    padding: 4rem;
    line-height: 2;
    display: block;
    width: 100%;
}

.left-body p {
    text-align: justify;
}

.left-body-img-default {
    width: 100%;
    max-width: 300px;
}

.left-body-img-default:first-of-type {
    float: left;
    /*display: flex;*/
    /*align-items: flex-start;*/
}

.left-body-img-default:nth-of-type(2) {
    float: right; /* shape-outside only apply to float elements */
    height: 100%; /* take all the height */
    /*width: 100px;*/
    margin-left: 15px;
    /* push the image to the bottom */
    object-fit: contain;
    object-position: bottom;
    /**/
    /*shape-outside: inset(calc(100% - 100px) 0 0);*/ /* make the text flow on the top free space*/
}

.inspired-posts {
    padding: 1rem;
}

.inspired-posts .picture, .home-page-specialoffers .picture {
    height: 30rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: var(--img-border);
}

.inspired-content {
    padding: 2rem;
    border: 2px solid var(--side-bar-grey);
    border-radius: 6px;
    margin-top: 2rem;
}

/*.inspired-all-posts {
    display: flex;
    justify-content: space-between;
}*/

.text-right {
    text-align: right;
}

.a-specialoffers {
    text-decoration: none;
    color: var(--blue);
}

.home-page-specialoffers {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.item-box .details, .trip-item-div .details {
    padding: 0 10px;
}

/*top-nav*/
/*steps */
.order-progress li.active-step a:before {
    background-color: var(--dark-blue);
}

#steps {
    display: flex;
    flex-flow: row;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    width: 100%;
    margin: auto;
    margin-bottom: 5rem;
    margin-top: 3rem;
    transition: all .2s linear;
    /*max-width: 650px;*/
    max-width: 85%;
}

    #steps::after {
        content: "";
        width: 98%;
        border-top: 1px solid var(--steps-clr);
        position: absolute;
        top: calc(50% - 2px);
        z-index: -1;
    }

.steps {
    /*border: 1px solid var(--black);*/
    border-radius: 50%;
    height: 4rem;
    width: 4rem;
    background: var(--steps-clr);
    position: relative;
    transition: all .2s linear;
    display: flex;
    flex-direction: column;
    justify-self: center;
    font-weight: 700;
    color: var(--white);
}

@media (min-width: 768px) {
    #steps {
        /*margin-bottom: 3rem;*/
        margin-bottom: 8rem;
        width: 100%;
        max-width: 100%;
        /*max-width: 600px;*/
    }

    .steps {
        height: 4.75rem;
        width: 4.75rem;
    }
}

.step-select {
    text-align: center;
    margin: auto;
}

.step-select p {
    font-weight: 400;
    padding: 0px;
    color: var(--white);
}

.steps-title {
    position: absolute;
    left: 50%;
    margin-bottom: 0px;
    transform: translate(-50%, 0);
    text-align: center;
    width: 400%;
    padding-top: 0.25rem;
    color: var(--steps-clr);
    font-weight: 600;
    margin-top: 0.5rem;
}

.position-relative {
    position: relative;
}

.sub-title-booking {
    margin-bottom: 16px;
}

.booking-summary, .booking-left {
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    padding: 1.5rem;
    padding-bottom: 0px;
    position: relative;
}

.top-title {
    position: absolute;
    top: -1.1rem;
    left: 1rem;
    background: white;
    width: auto;
    padding-right: 5px;
    padding-left: 5px;
    font-weight: 600;
}

.booking-summary-location {
    font-weight: 400;
    color: var(--grey-darker);
}

.booking-summary-date {
    font-size: 1.8rem;
}

.booking-summary-top {
    background: var(--side-bar-grey);
    margin-bottom: 2rem;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 6px;
}

.booking-summary hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    background-color: var(--grey-darker);
}

.booking-summary .buttons {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}

.booking-left-margin  {
    margin-top: 2.5rem;
}

.html-booking-page label {
    font-weight: 500;
}

.booking-left-top-copy {
    color: var(--steps-clr);
    font-size: 1.4rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.booking-summary-due p {
    font-weight: 700;
    font-size: 1.8rem;
}

@media (min-width: 768px) { 
    .booking-padding-right {
        padding-right:2rem;
    }
}

.booking-radio label {
    color: var(--black);
    font-size: 1.8rem;
    padding-top: .2rem;
    padding-bottom: .2rem;
    padding-left: 1rem;
    font-weight: 600;
}

input[type='radio'] {
    width: 1.5rem;
    height: 1.5rem;
}

input[type='radio']:checked {
    accent-color: var(--blue);
}

.html-booking-page input[type=checkbox], .html-payment-page input[type=checkbox] {
    width: 2rem;
    height: 2rem;
    margin-right: .75rem;
}

.video-box {
    position: relative;
}

.video-box img {
    max-width: 100%;
}

.video-box .icon-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.video-div p {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/*gallery css*/

#galleryModal .btn-close, #photoGalleryModal .btn-close, #youtubeGalleryModal .btn-close, #mapModal .btn-close, #itineraryNotificationModal .btn-close {
    right: 1rem;
    top: 1rem;
    position: absolute;
    color: white;
    background: url("/images/icons/x-button.svg")center/1.5rem auto no-repeat;
}

#itineraryNotificationModal .btn-close {
    background: url("/images/icons/close-icon-blue.svg")center/100% auto no-repeat;
    right: -1rem;
    top: -3rem;
    width: 6rem;
    height: 6rem;
    opacity: 1;
}

@media (min-width: 576px) {
    #itineraryNotificationModal .btn-close {
        right: -3rem;
    }
}

#gallery-iframe-div {
    width: 100%;
}
#gallery-iframe {
    height: 60vh;
    width: 100%;
}

#gallery-copy, #photogallery-copy {
    text-align: center;
    color: var(--white);
    padding-top: 1rem;
}

#galleryModal .modal-content, #photoGalleryModal .modal-content {
    background-color: transparent;
    border: none;
}

/*.modal-dialog {
    width: fit-content;
}*/

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 800px;
    }
}

.photo-galleries-input {
    border: 1px solid var(--grey-lightb);
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding-right: 5px;
}

.photo-galleries-input input[type="text"] {
    border: none;
    padding: 5px;
    padding-right: 0px;
    height: auto;
    width: 100%;
    max-width: 225px;
}

input[type="button"].side-youtube-white {
    background: var(--black) url(/images/icons/youtube-icon-white.svg) no-repeat;
    background-position-x: calc(100% - 15px);
    background-position-y: center;
    background-size: auto 1.75rem;
    padding-right: 40px;
    padding-left: 40px;
}

.side-bar input[type="button"] {
    white-space: break-spaces;
}

.video-div {
    cursor: pointer;
}

.back-button-gallery p {
    padding-left: .5rem;
}

a.back-button-gallery p, a.back-button-gallery {
    text-decoration: none;
}

.arrow-image-slider {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}

.arrow-image-slider.left-ar {
    left: 0px;
    z-index: 2;
    cursor: pointer;
}

    .arrow-image-slider.right-ar {
        right: 0px;
        z-index: 2;
        cursor: pointer;
    }

.details-gallery {
    max-width: 350px;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

#meet-our-team-div {
    position: relative;
    height: 100%;
    overflow: visible;
}

#meet-our-team-nav {
    position: sticky;
    top: 28rem;
}

#meet-our-team-nav a[type="button"] {
    border: 4px solid var(--dark-blue);
    font-weight: 600;
    max-width: 225px;
    color: var(--dark-blue);
    background-color: white;
}

#meet-our-team-nav a[type="button"].selected {
    color: white;
    background-color: var(--dark-blue);
}
/*type="button"*/

a[type="button"]#OfficeStaffButton {
    border: 4px solid var(--green);
    color: var(--green);
}

a[type="button"]#OfficeStaffButton.selected {
    background-color: var(--green);
}




.team-block img {
    border-radius: 50%;
    border: 3px solid var(--dark-blue);
    /*max-width: 115px;*/
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.team-block .team-img {
    border-radius: 50%;
    border: 3px solid var(--dark-blue);
    width: 6vw;
    height: 6vw;
    min-width: 100px;
    min-height: 100px;
    background: white;
    background: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.teams-office-staff .team-block .team-img {
    border-color: var(--green);
}

/*.team-block.t2nd img, .team-block.t2nd .team-img {
    border-color: var(--green);
}

.team-block.t3rd img, .team-block.t3rd .team-img {
    border-color: var(--orange);
}*/
.team-block {
    display: flex;
    /*justify-content: space-between;*/
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    flex-direction: column;
}

@media (min-width: 768px) {
    .team-block {
        flex-direction: row;
    }
}

.team-copy {
    padding: 0rem .4rem;
    /*padding-bottom: 10px;*/
}

.team-block h3 {
    /*min-height: 44px;*/
    color: var(--dark-blue);
    /*border-bottom: 2px solid var(--dark-blue);*/
    /*    display: flex;
    align-items: center;*/
    /*    width: 100%;*/
    margin-bottom: 0px;
    text-decoration: none !important;
    /*//*/
    padding-top: 0px;
    position: relative;
    padding: 0rem 0rem .4rem 0rem;
    text-align: center;
}

@media (min-width: 768px) {
    .team-block h3 {
        text-align: left;
    }
}


.team-block h3 span:after {
    content: "";
    position: absolute;
    height: 2px;
    background-color: var(--dark-blue);
    width: 100%;
    /*width: 20px;*/
    bottom: 0px;
    left: 0px;
}

.teams-office-staff .team-block h3 span:after {
    background-color: var(--green);
}

.teams-office-staff .team-block h3 {
    color: var(--green);
}

/*.team-block.t2nd h3 {
    color: var(--green);
    border-bottom: 2px solid var(--green);
}

.team-block.t3rd h3 {
    color: var(--orange);
    border-bottom: 2px solid var(--orange);
}*/

/*.team-block.t2nd h3:after {
    background-color: var(--green);
}

.team-block.t3rd h3:after {
    background-color: var(--orange);
}*/

.team-copy {
    z-index: 0;
    /*width: 100%;*/
}

.team-copy h3 {
    position: relative;
}

/*.team-copy h3:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--dark-blue);
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.teams-office-staff .team-copy h3:after {
    background-color: var(--green);
}*/

.team-grey {
    background: var(--side-bar-grey);
    width: 100%;
    height: 11rem;
    padding: .4rem;
    position: relative;
}

.team-grey p {
    font-size: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 100%;
    text-decoration: none;
}

.team-grey:after {
    height: 100%;
    width: 100%;
    content: "";
    background: var(--side-bar-grey);
    position: absolute;
    top: 0px;
    left: -100%;
}

.team-content-top {
    z-index: 1;
    margin-bottom: auto;
    /*//*/
    /*max-width: 100px;
    width: 100%;
    height: auto;*/
}

.html-ourteam-page a {
    text-decoration: none;
/*    padding-top: 5px;
    padding-bottom: 5px;*/
}

/*.html-ourteam-page .col-team a {
    padding: 10px;
}*/

#OfficeStaff, #TourLeaders {
    top: -110px;
    position: absolute;
}

/*slider-member-padding*/
.slider-member-padding {
    float: left;
    padding: 0rem 1rem 1rem 0rem;
    max-width: 536px;
    width: 100%;
    /*padding: 10px 30px;*/
    padding: 0px 20px;
    padding-bottom: 20px;
}

.slider-memberimages .slick-track {
    display: flex !important;
    align-items: center;
}

.slider-memberimages .slick-track img {
    padding-right: 5px;
    padding-left: 5px;
}

.tour-leader-basic {
    width: 100%;
}
/*no longer needed due to slider*/
/*.teams-page-div img {
    float: left;
    padding: 0rem 1rem 1rem 0rem;
    max-width: 536px;
    width: 100%;
    padding: 10px 30px;
}

@media only screen and (min-width: 768px) {
    .teams-page-div img {
        padding-left: 0px;
    }
}*/
@media only screen and (min-width: 768px) {
    .slider-member-padding {
        padding-left: 0px;
    }
}

.previous-featured-div {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.previous-featured-div h3 {
    padding-bottom: 4rem;
    margin: 0px;
}



.view-leader-button {
    padding-top: 5rem;
    text-align: right;
    width: 100%;
}

.tour-leader-div {
    padding-top: .5rem;
    padding-bottom: .5rem;
    /*overflow: hidden;*/
}

.tour-leader-div img {
    max-width: 100%;
}

.tour-leader-div p {
    padding-top: .5rem;
}

.details-background-item {
    width: 50vw;
    height: 100%;
    position: absolute;
    top: 0px;
    left: calc(100% - 15px);
    z-index: 0;
    background: var(--side-bar-grey);
}

.details-side-price, .details-side-lower {
    z-index: 1;
}

.map-svg {
    margin-top: 1rem;
}

.featured-leader-inner {
    padding-left: .5rem;
    padding-right: .5rem;
}

.sublist li.sub-bottom {
    margin: 0px;
}

li.sub-bottom {
}

ul.top-menu {
    padding-right: 2rem;
}

@media (max-width: 1000px) {
    .top-menu .sublist .sublist {
        background-color: var(--side-bar-grey);
        background-color: none;
    }

    /*.sublist-toggle {
        background-color: #e7e7e7;
    }*/

    .sub-bottom .sublist-toggle {
        background: url('/images/icons/arrow-down-grey.svg') center no-repeat;
        /*background-color: #e7e7e7;*/
    }

    .sub-bottom .sub-bottom a {
        /*background-color: var(--side-bar-grey);*/
        background-color: var(--side-bar-grey);
    }

    .top-menu.mobile a {
        border-bottom: var(--grey-lightb) 1px solid;
    }

    .top-menu.mobile .second-level a {
        border-bottom: none;
    }

    .header-menu.navOpen {
        max-height: 90vh;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .header-logo {
        z-index: 1;
    }
    .menu-toggle {
        z-index: 0;
    }
}

.header-menu > ul > li {
    padding: 0 20px;
}


.hero-img-mobile {
    display: none;
}

.hero-img-desktop {
    display: block;
}

.homepage-search {
    flex-direction: row;
}

.sort-items {
    flex-direction: row;
}

.sortby {
    margin: 0rem;
}

.sort-items p {
    padding-bottom: 0rem;
}

.tripdetails-top .col {
    padding: 1rem;
    /*width: 100%;*/
}

.trip-details-row {
    flex-direction: row;
}

.home-featured-tour-leader:before {
    content: "";
    border-left: solid var(--grey-lightb) 1px;
    height: 50%;
    width: 1px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

@media only screen and (max-width: 768px) {
    .hero-img-mobile {
        display: block;
    }
    .hero-img-desktop {
        display: none;
    }
    .homepage-search {
        flex-direction: column;
    }
    .homepage-search select {
        width: 100%;
        margin-bottom: 1.5rem;
    }
    .sort-items {
        flex-direction: column;
    }
    .sortby {
        margin: .5rem;
    }
    .sort-items p {
        padding-bottom: 1rem;
    }
    /*.tripdetails-top .col {
        width: auto;
    }*/
    .trip-details-row {
        flex-direction: column;
    }
    .trip-details-row .col-right-border {
        border-right: none;
    }
    .home-featured-tour-leader:before {
        border-left: none;
    }
}

.truncated-description {
    height: 48px;
    overflow-y: scroll;
    overflow-y: hidden;
    min-height: auto;
    margin-bottom: 20px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
}



.account-page a {
    width: auto;
}

.order-list-page .picture {
    min-height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

h3.order-header {
    color: var(--black);
    font-weight: 600;
    margin-bottom: 0px;
}

.order-header-date {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 600;
    color: #757575;
}

.order-header-top {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.order-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    padding-bottom: 1rem;
}

.order-icon-left {
    padding-right: 1rem;
}

.order-div {
    border-bottom: 2px solid var(--grey-light);
}

.order-status {
    background-color: var(--black);
    color: var(--white);
    padding: .75rem 1.25rem;
    position: absolute;
    right: 0px;
    top: 0px;
    display: flex;
    align-items: center;
}

.order-status img {
    padding-right: .5rem;
}

.order-status.Booked {
    background-color: var(--green);
}

.payment-form-top p {
    padding-bottom: 1.5rem;
}

.clr-red {
    color: var(--orange);
}

.payment-border {
    border: 1px solid var(--black);
    border-radius: 4px;
    background: var(--white);
    margin-bottom: 2rem;
    /*box-shadow: var(--box-shadow-reg);*/
    overflow: hidden;
}

.payment-row-table {
    border-top: 1px solid var(--black);
    padding: 1rem;
    color: #000000;
}

.payment-row-table:nth-child(even) {
    background: var(--side-bar-grey);
}

.payment-border div.payment-row-bottom {
    background-color: #D3D3D3;
    color: black;
    font-weight: 600;
}

.payment-row-top {
    border-top: none;
    background-color: var(--blue);
    color: var(--white);
    font-weight: 600;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea, select {
    padding: 8px 8px;
}

.featured-leader-box-overflow {
    max-height: 200px;
    overflow-y: scroll;
    margin-bottom: 2rem;
}

/*READ MORE*/
/* width */
.featured-leader-box-overflow::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.featured-leader-box-overflow::-webkit-scrollbar-track {
    background: white;
}

/* Handle */
.featured-leader-box-overflow::-webkit-scrollbar-thumb {
    background: var(--grey-lightb);
}

/* Handle on hover */
.featured-leader-box-overflow::-webkit-scrollbar-thumb:hover {
    background: #8A8A8A;
}

.how-it-all-started {
    max-width: 600px;
    margin-bottom: 4rem;
}

.tooltip-inner p {
    color: var(--white);
}

.bg-grey-register {
    background-color: var(--side-bar-grey);
    height: 100%;
}


.master-column-wrapper .block-account-navigation .title {
    padding-left: 2rem;
}

.booking-left-bottom {
    text-align: right;
}

.booking-left-bottom label, .booking-left-bottom label a {
    font-size: 1.45rem;
}

.html-payment-page .payment-border .button-1 {
    width: 100%;
    padding: 10px 30px;
    background-color: var(--black);
}

.html-payment-page .payment-border .button-1:disabled {
    background-color: var(--grey-light);
}

.details-soldout {
    color: var(--blue) !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.4rem;
}

.details-soldout span {
    text-decoration: line-through;
}

.html-custom-search-page .custom-header-copy h2 {
    text-align: left !important;
    color: var(--black);
    font-size: 1.4rem;
}

.topmenu-banner {
    padding: 1rem;
}

.video-div {
    max-width: 480px;
    width: 100%;
}

.remove-image-button span {
    background-color: red;
    padding: 6px;
    max-width: 130px;
    text-align: center;
    color: white;
    display: block;
}

.html-details-page .photo-gallery-div {
    width: 100%;
}

.html-details-page .testimonial-div {
    margin-left: auto;
    margin-right: auto;
}

.slider-touritems .slick-arrow {
    display: none;
}

.html-featured-leader-page .slider-touritems .slick-arrow {
    width: auto;
}

.product-copy {
    text-align: center;
    color: white;
    font-size: 1.2rem;
}

.connecting-tours a {
    color: var(--blue);
}

#galleryModal, #photoGalleryModal, #youtubeGalleryModal, #mapModal {
    overflow-y: hidden;
}

    /*#photoGalleryModal .btn-close, #youtubeGalleryModal .btn-close, #mapModal .btn-close {
        right: 0px;
        top: 0px;
        position: absolute;
        color: white;
        background: url("/images/icons/x-button.svg")center/1rem auto no-repeat;
    }*/

.item-box .picture {
    cursor: pointer;
}

.product-image {
    padding: 1.5rem 1.25rem;
    min-height: 23rem;
    /*max-width: 50rem;*/
    width: 100%;
}

.tour-leader-pic {
    width: 17rem;
    height: 17rem;
    object-fit: cover;
}

@media only screen and (min-width: 768px) {
    .product-image:first-of-type {
        padding-left: 0rem;
    }

    .product-image:nth-of-type(2) {
        padding-right: 0rem;
    }
}

p.intro-outro-description {
    color: var(--blue);
}

.product-image-description {
    color: var(--steps-clr);
    font-size: 1.2rem;
    width: 100%;
}

.teams-page-div p.product-image-description {
    color: var(--steps-clr) !important;
    font-size: 1.2rem !important;
}

.itin-trip-details a {
    font-size: 1.6rem;
    color: var(--blue);
    font-weight: 600;
}

#itineraryNotificationModal .modal-content {
    padding: 4.5rem;
}

#itineraryNotificationModal .modal-dialog {
    max-width: 550px;
}

.notification-copy {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#success-itin-div {
    display: none;
}

#itinerary-forthcoming {
    cursor: pointer;
}

.search-specialoffers-copy {
    color: var(--grey);
    font-size: 1.2rem;
    margin-top: 1rem;
}

.html-registration-page .message-error ul {
    padding: 0px;
}

/*.html-home-page .slick-featured-products {
    width: 100%;
}*/

/*.html-home-page .slick-featured-products .slick-list {
    overflow: visible;
}*/

.order-il-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-departure-div {
    padding-bottom: 2rem;
}

.blogpost-page .tags {
    padding: 0px;
    margin: 0px;
}

.blog-page .tags ul, .blogpost-page .tags ul {
    padding-left: .5rem;
}

.blogpost-page {
    margin-bottom: 3rem;
}

.download-button {
    z-index: 1;
    position: absolute;
    right: 0px;
    top: -40px;
    transition: all ease-in-out .5s;
}

.download-button img {
    width: 20px;
}

.photo-gallery-div {
    overflow: hidden;
}

.photo-gallery-div:hover .download-button  {
    top: 0px;
}

.is-successful-False {
    color: var(--orange);
}

.is-successful-True {
    color: var(--green);
}

.payment-border-pay {
    border: 1px solid var(--black);
    border: 1px solid #aabdaa;
    border-radius: 4px;
    background: var(--white);
    overflow: hidden;
    /*background-color: #D3D3D3;*/
    background-color: #d7ebd7;
}

.payment-border-pay p {
    font-size: 1.4rem;
    font-weight: 600;
    padding: 1rem;
    text-align: center;
}

.payment-border-pay-div {
    margin-bottom: 15px;
}

.field-report-readonly {
    background-color: grey;
}

.html-process-payment-page .button-1.button-1-clr-b {
    background-color: var(--orange);
    font-weight: 400;
}

.payment-border-pay p {
    max-width: 850px;
    margin: auto;
}

.payment-return-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.payment-return-button a[type="button"] {
    width: auto;
}

/*//header icons*/
.header-search-toggle {
    padding-right: 1.1rem;
    max-width: 4rem;
    height: 4.4rem;
    cursor: pointer;
}

.header-icon.primary-nav {
    height: 2.6rem;
}

.row-team {
    display: flex;
    align-content: flex-start;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 768px) {
    .row-team {
        flex-direction: row;
        align-items: unset;
    }
}

.col-team-nav, .col-team {
    width: 100%;
}

.col-team-nav .row, .col-team .row {
    gap: 10px;
}


.col-leaders {
    flex: 0 0 auto;
    width: calc(33.33333333% - 10px);
    min-width: 145px;
}

@media (min-width: 768px) {
    .col-leaders {
        flex: 0 0 auto;
        width: calc(33.33333333% - 10px);
        min-width: 245px;
    }
}
/*@media (min-width: 992px) {
    .col-leaders {
        width: calc(33.33333333% - 10px);
        min-width: 245px;
    }
}*/
.col-team-nav {
    max-width: 185px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.tourtype-copy {
    height: 85px;
    overflow-y: scroll;


}

/* width */
.tourtype-copy::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.tourtype-copy::-webkit-scrollbar-track {
    background: none;
}

/* Handle */
.tourtype-copy::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.team-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.header-img {
    position: relative;
}

.hero-wave {
    position: absolute;
    bottom: -3px;
    width: 100%;
    right: 0px;
    z-index: 0;
}

/*.hero-wave {

}*/

/*.html-details-page .hero-wave {
    display: none;
}*/

.row-gap {
    display: flex;
    gap: 20px;
}

/*@media (min-width: 576px) {
    .row-gap .col-sm-6 {
        width: calc(50% - 15px);
    }
}*/

@media (min-width: 576px) {
    .row-gap .col-sm-6 {
        width: calc(50% - 15px);
    }
}

@media (min-width: 768px)  {
    .row-gap .col-md-4 {
        width: calc(33.3% - 15px);
    }
}


/*.row-gap-just-announced .slick-track {
    display: flex;
    gap: 10px;
}*/


/* the slides */
.row-gap-just-announced .slick-slide {
    margin: 0 7px;
}

/* the parent */
.row-gap-just-announced .slick-list {
    margin: 0 -7px;
}


.html-ourteam-page button.slick-arrow-prev {
    left: 0px;
}

.html-ourteam-page button.slick-arrow-next {
    right: 0px;
}

.html-ourteam-page .slider-memberimages button.slick-arrow-prev {
    left: 5px;
}

.html-ourteam-page .slider-memberimages button.slick-arrow-next {
    right: 5px;
}

@media (min-width: 768px) {
    .html-ourteam-page button.slick-arrow-prev {
        left: -40px;
    }

    .html-ourteam-page button.slick-arrow-next {
        right: -40px;
    }

    .html-ourteam-page .slider-memberimages button.slick-arrow-prev {
        left: 0px;
    }

    .html-ourteam-page .slider-memberimages button.slick-arrow-next {
        right: 0px;
    }
}

/*.slider-member-padding {
    padding: 0px 20px;
}*/

.country-details-title {
    padding-bottom: 10px;
}

.country-details-copy {
    padding-bottom: 40px;
    /*padding-top: 20px;*/
}

#country-details-id {
    padding-bottom: 70px;
    padding-top: 20px;
}

#tour-types-wrap {
    gap: 20px;
}

.tour-type-title {
    background-color: var(--orange);
    padding: 1rem 0rem;
    color: var(--white);
    margin-bottom: 2rem;
    margin-top: 2rem;
}

/*styling this*/

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-left: 1rem;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: #ccc;*/
    background-color: #9b9b9b;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

.switch input:checked + .slider {
    background-color: var(--green);
}

.switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.switch .slider:after {
    font-size: 1.3rem;
    position: absolute;
    content: "No";
    color: white;
    top: 48%;
    left: 33px;
    transform: translateY(-50%);
}

.switch .slider.no-text-slider:after {
    content: "";
}




.switch input:checked + .slider:after {
    content: "Yes";
    left: 7px;
}

.switch input:checked + .slider.no-text-slider:after {
    content: "";
}

a.member-upcomingtour {
    line-height: 1.2;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

a.member-upcomingtour:hover {
    color: #0a58ca;
}

.html-blogpost-page img {
    border-radius: var(--img-border);
}

a.button-a.disabled {
    cursor: not-allowed;
}

#gallery-photo {
    max-height: calc(100vh - 150px);
    height: auto;
    width: fit-content;
    max-width: calc(100vw - 150px);
}

.html-galleries-page .modal-content {
    align-items: center;
}

#paymentFormFrame {
    max-width: 100%;
    width: 850px;
    height: 750px;
    overflow: hidden;
    margin-bottom: 40px;
}

@media all and (min-width: 1001px) {
    #paymentFormFrame {
        height: 550px;
    }
}

#amount-div {
    max-width: 400px;
    margin-left: auto;
}


#amount-div #Amount {
    background-color: #f6f6f6;
    pointer-events: none;
}

#WantDetailedItinerary__div label, #WantFieldReport__div label {
    padding-bottom: 3px;
    padding-left: 5px;
}

.detailed-radio {
    display: flex;
    gap: 15px;
}

.detailed-radio div {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.hide-accordion {
    visibility: hidden;
}