﻿:root {
    --dark-blue: #00538f;
    --light-grey: #F5F5F5;
    --dark-grey: #444444;
    --white: #fff;
    --green: #00ad41;
}

/*globals*/

body {
    font-family: 'Lato', sans-serif;
    line-height: 1.5;
    background-color: #F5F5F5;
    color: #444444;
    
}

ol, ul, dl {
    margin-top: 0px;
    margin-bottom: 0px;
}

a {
    color: var(--dark-blue);
}

p {
    font-size: 16px;
    margin-bottom: 0px;
    color: #444444;
    white-space: initial;
    padding-bottom: 10px;
}

.inputs, .page {
    text-align: initial;
}

.disabled-0_4 {
    pointer-events: none;
    opacity: 0.4;
}

.page-title {
    border-bottom: none;
    padding: initial;
}

.form-fields {
    border-top: none;
    background-color: initial;
    padding: 0px 0px;
}

.inputs input[type="text"], .inputs input[type="email"], .inputs input[type="tel"], .inputs input[type="password"], .inputs select, .inputs textarea, input {
    border: 1px solid rgb(59, 59, 59);
    border: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133)); 
    width: 100%;
    border: 1px solid rgb(118, 118, 118);
    color: #444444;
    border-radius: 4px;
}

input[type="datetime-local"] {
    min-height: 40px;
    max-width: 100%;
    background-color: #fff;
    height: 36px;
    padding: 8px;
    vertical-align: middle;
}

/*.radios span:nth-of-type(2) {
    padding-left: 30px;
}*/

.inputs .date-picker-wrapper select {
    width: 32.66%;
    max-width: initial;
}

html .date-of-birth select + select {
    margin: 0 0 0 1%;
}

.page-title h1 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    margin: 30px 0px;
    margin-top: 0px;
    font-size: 18px;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 20px;
    text-align: left;
}

.html-traveler-page .page-title h1, .html-insurance-page .page-title h1 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    margin: 10px 0px;
    margin-top: 0px;
    font-size: 18px;
    border-bottom: none;
    padding-bottom: 0px;
    text-align: left;
}

.html-traveler-page .page-title p, .html-insurance-page .page-title p {
    /*text-transform: uppercase;*/
    /*letter-spacing: 2px;*/
    font-weight: bold;
    margin: 30px 0px;
    margin-top: 0px;
    /*font-size: 18px;*/
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 20px;
    text-align: left;
}

/**/
.inputs input[type="date"] {
    min-height: 40px;
}

.inputs input[type="date"] {
    width: 400px;
    max-width: 100%;
    background-color: #fff;
    border: 1px solid rgb(118, 118, 118);
}

input[type="date"] {
    height: 36px;
    border: 1px solid #ddd;
    padding: 8px;
    vertical-align: middle;
}

input[type="date"]:focus {
    border-color: #ccc;
    color: #444;
}

.radios {
    display: inline-block;
    width: 400px;
    max-width: 100%;
}

.radios span {
	display: inline-block;
	/*margin: 0 10px 0 0;*/
	margin: 0 40px 0 0;
}
.radios span > * {
	display: inline !important;
	margin: 0 5px 0 0;
	line-height: 40px;
}

.header-logo a {
    padding-right: 15px;
    padding-left: 15px;
}

.header-logo a img {
    width: 350px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.search-box input.search-box-text {
    display: block;
    height: 42px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: var(--light-grey);
    color: #555 !important;
    background-color: #f2f2f2;
    border: none;
}

.search-box .search-box-button {
    height: 42px;
    display: inline-block;
    /*padding: 0px;*/
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    background-color: var(--dark-blue);
    color: #fff;
    border: none;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.header-menu {

}

.header-menu a {
    color: var(--white);
}

.header-menu .first-level a {
    color: rgba(255,255,255,0.8);
}

.header-menu-wrap {
    background-color: var(--dark-blue);
    color: var(--white);
}

.header-upper {
    background-color: var(--light-grey);
    text-align: right;
}

.header-lower-wrap {
    background-color: var(--white);
}

.topbar {
    background: #F5F5F5;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}

.topbar i {
    font-size: 20px;
    margin-right: 5px;
}

.topbar ul li a {
    color: #999999;
}

.topbar span {
    position: relative;
    top: -2px;
}

.topbar ul li a:hover {
    color: #00538f;
    text-decoration: none;
}

@media (max-width: 767px) {
    .header-links-wrapper {
        display: none !important;
    }

}

@media (min-width: 768px) {
    .header-menu > li > a {
        padding: 10px 15px;
        line-height: 1;
        -webkit-border-radius: 6px;
        margin: 0px 5px;
    }
}

.top-menu {
    text-transform: uppercase;
}

.header-menu > ul > li > a {
    font-size: 16px;
    line-height: 1;
    margin: 0px 5px;
    letter-spacing: 1px;
}

.header-menu > ul > li > a:hover {
    color: #00ad41;
    text-decoration: none;
}

/*fixing margins*/
@media (min-width: 481px) {
    .header-menu {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .header, .header-menu, .master-wrapper-content, .master-wrapper-content, .footer-lower, .footer-upper {
        width: 750px;
    }
    .header-menu > ul > li {
        padding: 0px;
    }
}

@media (min-width: 992px) {
    .header, .header-menu, .master-wrapper-content, .master-wrapper-content, .footer-lower, .footer-upper {
        width: 970px;
    }
    .header-menu {
        padding: 10px 0;
        margin-top: 0px;
    }
    .header-menu > ul > li {
        padding: 0 4px;
    }
    /*.header-links li {
        margin: 0 10px;
    }*/
}

@media (min-width: 1200px) {
    .header, .header-menu, .master-wrapper-content, .master-wrapper-content, .footer-lower, .footer-upper {
        width: 1170px;
    }
    .header-menu {
        padding: 15px 0;
        margin-top: 3px;
    }
    /*.header-links li {
        margin: 0 10px;
    }*/
}

@media (min-width: 1367px) {
    .footer-lower, .footer-upper {
        padding-top: 10px;
    }
}
/*standard breaks*/

.search-box {
    width: 33.33%;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 37px;
    padding-bottom: 20px;
}

@media (max-width: 1000px) {
    .top-menu > li > a {
        padding: 10px 30px;
    }
    .menu-toggle {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 17px;
        padding-bottom: 17px;
        background-size: 43px;
        background-position-x: calc(100% - 15px);
    }
    .top-menu > li {
        margin: 0px;
    }
    .header {
        text-align: left;
    }
    .search-box {
        width: 100%;
    }

    .search-box {
        padding-right: 0px;
        padding-left: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .header-logo {
        margin-bottom: 0px;
    }
    .header-logo a {
        padding: 0px;
    }
    .sublist-toggle {
        background: none;
        height: 42.4px;
        border-left: none;
    }
    .sublist-toggle:hover {
        color: var(--green);
    }
    .top-menu .sublist li a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .top-menu .sublist li a:hover {
        color: var(--green);
        text-transform: none;
    }
}
#small-search-box-form {
    width: 100%;
    display: flex;
}
.search-box input.search-box-text {
    width: 100%;
}

button:hover .fa-search {
    color: var(--green)
}

.dropdown-menu > li > a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu {
    margin-top: 0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 0px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: #08548C;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
}

h3.widget-title {
    border-bottom: 1px solid #dbdbdb;
    color: #444444;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 300;
    font-weight: 400;
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 25px;
    margin-top: 20px;
    text-align: left;
}

.footer {
    background: var(--white);
    text-align: initial;
}

#menu-where-we-travel, #menu-find-your-adventure-1, #menu-find-your-adventure {
    list-style: none;
    padding: 0px;
    font-size: 21px;
    line-height: 30px;
}

.footer-lower-wrap {
    background: #444444;
}

.footer-lower-wrap h3.widget-title {
    color: #b9b9b9;
    border-color: #898989;
}

.footer-upper a, .footer-lower a {
    text-decoration: none;
}

.footer-upper a:hover {
    color: #337ab7;
}

.quick-links a {
    color: #fff;
}

.quick-links a:hover {
    color: #ddd;
}

.quick-links ul {
    list-style: none;
    padding: 0px;
    font-size: 16px;
    line-height: 30px;
}

.credits {
    font-size: 12px;
    color: #c8c8c8;
    margin-top: 20px;
    margin-top: 30px;
}

.quick-links .credits a {
    color: #c8c8c8;
}

.quick-links .credits2 a, .quick-links .credits2 {
    color: #8b8b8b;
}

.quick-links .credits a:hover {
    color: #ddd;
}

.testimonials {
    color: #fff;
    text-decoration: none;
    font-size: 16.5px;
    line-height: 1.7;
}
.testimonials .name {
    text-transform: uppercase;
    font-size: 12px;
}

a.testimonialslink {
    color: #fff;
}
a.testimonialslink:hover {
    color: #ccc;
}

.contact-page .button-1, .email-a-friend-page .button-1, .apply-vendor-page .button-1 {
    background-color: #00538f;
    color: #fff;
    padding: 8px 15px;
    border: none;
    text-transform: uppercase;
}

.inputs {
    display: flex;
    flex-flow: column;
}

/*.inputs label, .inputs input {
    width: 100%;
}*/

.inputs label {
    text-align: left;
    margin: 0px;
    white-space: pre-wrap;
    width: auto;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 16px;
}

.inputs div {
    display: flex;
    align-items: center;
}

.inputs.radios div, .inputs.check-boxes div {
    line-height: 1;
}

.required {
    margin: 0px;
    top: -5px;
    position: relative;
    color: #790000;
    margin-left: 4px;
}

input[type="checkbox"] {
    /*margin-left: auto;*/
}

.html-traveler-page input[type="checkbox"] {
    margin-right: 5px;
}

.subscribe-row {
    padding-top: 10px;
}

.subscribe-row input[type="checkbox"] {
    margin-left: 0px;
    margin-right: 5px;
    width: auto;
}

html .button-1, html .registration-page .button-1 {
    width: auto;
    border-radius: 4px !important;
    padding: 8px 15px !important;
    min-width: initial !important;
    background-color: #00538f;
    color: #fff;
}

.center-1 {
    margin-bottom: 0px;
}

h4 {
    font-size: 18px;
}

.topic-block-body a {
    text-decoration: none;
}

.subscribe-row p {
    font-size: 14px !important;
}

.border-top-1 {
    border-top: 1px solid #dbdbdb;
    padding: 10px 0px;
}

.html-payment-page .border-top-1 {
    min-height: 55px;
}

.border-top-large {
    border-top: 2px solid #dbdbdb;
}

.payment-bottom {
}

.payment-top {
    margin-top: 20px;
    margin-top: 20px;
}

.html-payment-page .master-wrapper-content {
    margin-bottom: 60px;
}

.format-table-font {
    font-size: 12px;
    font-weight: 800;
    text-align: left;
}

@media (max-width: 575px) {
    html .button-1.final-button {
        width: 100%;
    }
}

.row-primary {
    padding: 20px 0px;
    background-color: #eaeaea;
}

.row-bottom {
    background-color: #eaeaea;
    background-color: #dbdbdb;
    padding: 10px 0px;
}


.title-lower {
    color: #999 !important;
    text-transform: uppercase;
    font-weight: normal;
    font-size: .813em;
    letter-spacing: .5pt;
    white-space: nowrap;
    font-size: 13px;
    margin: 1px 0 9px 1px;
}

.fieldset .title, .section .title {
    font-size: 24px;
    text-align: left;
    padding-left: 0px;
    margin-bottom: 10px;
    /*line-height: 1;*/
}

.fieldset .title, .section .title {
    padding-top: 20px;
}

.result h1 {
    color: #00538f;
    font-size: 36px;
    font-weight: 400;
    font-weight: 450;
    margin: 20px 0px 0px;
    line-height: 1.1;
}

.result p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.5;
}

.inputs div.subscribe-row {
    align-self: flex-start;
    width: 100%;
}

.inputs div.subscribe-row label {
    font-size: 14px;
    line-height: 1.5;
    white-space: normal;
    text-transform: initial;
    letter-spacing: initial;
    font-weight: 400;
}

.inputs.regular label {
    text-transform: initial;
    font-weight: normal;
}

.inputs.check-boxes input {
    width: 20px;
    min-width: 20px;
}

.inputs.check-boxes label {
    max-width: 95%;
    font-size: 16px;
    margin-bottom: 0px;
    color: #444444;
    white-space: initial;
    letter-spacing: initial;
}

.flight-copy {
    margin-bottom: 5px;
}

.flight-copy u {
    text-decoration: underline;
}

.inputs {
    align-self: flex-end;
}

.food-restrictions .radios, .radio-input .radios {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.food-restrictions.inputs .radios label, .food-restrictions.inputs .radios input, .radio-input.inputs .radios input {
    width: auto !important;
    text-transform: initial;
}

.food-restrictions .radios span, .radio-input .radios span {
    width: 100%;
    display: flex;
    align-items: center;
}

.food-restrictions .radios span:nth-of-type(2), .food-restrictions .radios span, .radio-input.food-restrictions .radios span {
    padding-left: 10px;
    padding-right: 10px;
}

.amount .buttons {
    text-align: right;
}

.amount #submit-btn {
    width: 100%;
    min-width: initial !important;
}

.amount {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px;
    margin-left: auto;
}

.center-1 .buttons {
    text-align: right;
}

    .center-1 .buttons input {
        width: 100%;
    }

@media(min-width:576px) {
    .amount #submit-btn {
        width: auto;
        min-width: 90px !important;
        min-width: 70px !important;
    }

    .amount {
        max-width: 575px;
        max-width: 425px;
    }

    .center-1 .buttons input {
        width: auto;
    }
}


.amount .fieldset {
    margin-bottom: 15px;
}

.contact-page .button-1:hover, .email-a-friend-page .button-1:hover, .apply-vendor-page .button-1:hover {
    background-color: #337ab7;
}

html .title.sub-heading {
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 0px;
    color: #999;
    line-height: 1;
    margin-bottom: 10px;
}

.email-copy {

}

#subscribe-form .email-copy {
    margin-bottom: 20px;
}

#subscribe-form input[type="text"], #subscribe-form input[type="email"], #subscribe-form input[type="text"]:focus, #subscribe-form input[type="email"]:focus, #subscribe-form input[type="text"]:active, #subscribe-form input[type="email"]:active,
#subscribe-form input:-webkit-autofill, #subscribe-form input:-webkit-autofill:hover, #subscribe-form input:-webkit-autofill:focus, #subscribe-form input:-webkit-autofill:active {
    background: #eee;
    color: #444;
    padding: 8px 2px 10px 12px;
    /*padding: 10px 15px !important;*/
    font-size: 15px;
    outline: none;
    border: none;
    float: left;
    border-radius: 0px;
    /*max-width: 400px;*/
    -webkit-box-shadow: inset 0 0 0 1000px #eee;
}

#subscribe-form input[type="email"] {
    width: 60%;
}

html #subscribe-form #subscribe-btn {
    width: 40%;
    display: inline-block;
    padding: 6px 15px 7px 15px !important;
    margin-bottom: 0;
    white-space: nowrap;
    vertical-align: middle;
    background: #00538f;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    /*max-width: 200px;*/
}

html #subscribe-form .title-lower {
    margin-bottom: 0px;
}

/*@media screen and (max-width: 301px) {
    #subscribe-form input[type="text"], #subscribe-form input[type="email"] {
        width: 100%;
    }
    html #subscribe-form #subscribe-btn {
        margin-top: 20px;
        width: 100%;
        border-top-left-radius: 4px !important;
        border-bottom-left-radius: 4px !important;
    }
    .subscribe-row-bottom {
        flex-flow: column;
    }
}*/

@media screen and (max-width: 251px) {
    #subscribe-form input[type="email"] {
        width: 50%;
    }

    html #subscribe-form #subscribe-btn {
        width: 50%;
    }
}

.subscribe-form-items {
    max-width: 600px;
}

#subscribe-form .inputs {
    align-self: flex-start;
}

/*iframe css*/

iframe {
    border: none;
    height: 100%;
    width: 100%;
    min-height: 285px;
}

#subscribe-form.result h1 {
    font-size: 21px;
}

.login-page .returning-wrapper .buttons, .login-page .new-wrapper .text {
    background: initial;
}

.login-page .returning-wrapper .buttons {
    padding-top: 0px;
}

@media (min-width: 1001px) {
    .login-page .returning-wrapper input[type="text"], .login-page .returning-wrapper input[type="email"], .login-page .returning-wrapper input[type="password"] {
        width: 100%;
    }
}

.payment-info {
    margin-bottom: 30px;
}

.payment-info p {
    font-weight: bold;
}

#PhysicalAbilityToParticipate {
    font-weight: 700;
}

.food-restrictions label.forcheckbox, .radio-input label.forcheckbox {
    font-weight: normal;
}

label b {
    font-weight: 900;
}

.authorization-items .inputs {
    align-self: flex-start;
}

.authorization-items .inputs p {
    padding-bottom: 0px;
}
.authorization-items .inputs.input-initials input {
    max-width: 100px;
}

.category-description p, .manufacturer-description p, .full-description p, .topic-block p, .topic-page p, .post-body p, .news-body p {
    text-align: left;
}

p.double {
    font-size: 32px;
    font-size: 24px;
}

.invoice-right-col .column-item {
    min-width: 125px;
}

.policies-title.row-primary {
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 700;
}

.accom-div {
    width: 100%;
}

.inputs .accom-div {
    margin-bottom: 15px;
}

.inputs .accom-div label {
    line-height: initial;
    max-width: 97%;
    text-transform: initial;
    font-weight: normal;
    margin-top: auto;
    margin-bottom: auto;
}

.inputs .accom-div input[type="radio"], .inputs input[type="checkbox"], input#Dietary_FoodRestrictionsType__WAI, input#Dietary_FoodRestrictionsType__Trv {
    max-width: 25px;
    /*margin-top: auto;
margin-bottom: auto;*/
    margin-top: 4.25px;
    margin-bottom: auto;
}

.inputs {
    align-self: flex-start;
}

.not-required {
    padding-top: 5px;
    padding-bottom: 5px;
}

.label-css {
    text-align: left;
    margin: 0px;
    white-space: pre-wrap;
    width: auto;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 16px;
}

#close-btn {
    border: none;
    text-transform: uppercase;
}

.price-input {
    margin-right: 5px !important;
}

.price-label {
    font-weight: 700 !important;
}

.price-guest {
    font-weight: 700 !important;
    font-size: 16px !important;
    margin-bottom: 10px !important;
}

.html-booking-page .inputs {
    margin-bottom: 10px !important;
}

/*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: 2rem;
    margin-top: 3rem;
    transition: all .2s linear;
    max-width: 650px;
}

#steps::after {
    content: "";
    width: 98%;
    border-top: 3px solid #444;
    position: absolute;
    top: calc(50% - 4px);
    z-index: -1;
}

.steps {
    border: 2px solid #444;
    border-radius: 50%;
    height: 2rem;
    width: 2rem;
    background: var(--light-grey);
    position: relative;
    transition: all .2s linear;
    display: flex;
    flex-direction: column;
    justify-self: center;
    font-weight: 700;
    color: #444;
}

@media (min-width: 768px) {
    #steps {
        margin-bottom: 3rem;
        width: 80%;
        max-width: 600px;
    }

    .steps {
        height: 2.75rem;
        width: 2.75rem;
    }
}

.step-select {
    text-align: center;
    margin: auto;
}

.step-select p {
    font-weight: 700;
    padding: 0px;
}

.steps-title {
    position: absolute;
    left: 50%;
    margin-bottom: 0px;
    transform: translate(-50%, 0);
    text-align: center;
    width: 300%;
    padding-top: 0.25rem;
    color: var(--grey);
}

.position-relative {
    position: relative;
}

.page-body .result a {
    text-decoration: underline;
}

.result ol {
    list-style: auto;
}

.result ol li {
    margin: 0 0 20px;
    font-size: 16px;
}

ol {
    counter-reset: list;
}

ol > li {
    list-style: none;
    position: relative;
}

ol > li:before {
    content: counter(list) ")";
    counter-increment: list;
    left: -40px;
    padding-right: 10px;
    position: absolute;
    text-align: right;
    width: 40px;
}

.loading-overlay {
    width: 100%;
    height: 100%;
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: #00000047;
    z-index: 11;
    display: flex;
    flex-direction: row;
    place-content: center;
    display: none;
    flex-flow: column;
    align-items: center;
}
.loading-overlay.flex-toggle {
    display: flex;
}

.loading-overlay div {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 600px;
}
.loading-overlay p {
    color: white;
}
.loading-icon {
    max-width: 90px;
} 

u {
    text-decoration-line: underline;
}

.html-booking-page .inputs span {
    display: flex;
    align-items: center;
}

.html-booking-page .inputs span.required {
    display: flex;
    align-items: center;
    align-self: flex-start;
}

html .inputs input.input-validation-error, html .inputs select.input-validation-error, html .inputs textarea.input-validation-error {
    border: 2px solid #e4434b;
}

.message-error, .field-validation-error, .username-not-available-status, .poll-vote-error, .password-error {
    font-size: 16px;
    font-weight: 600;
}

.inputs label.remove-caps {
    text-transform: initial;
    letter-spacing: initial;
    font-weight: initial;
}