/*------------------------------------*\
    Sass Libraries
\*------------------------------------*/
/*------------------------------------*\
    Mixins
\*------------------------------------*/
/*------------------------------------*\
    Break Points
\*------------------------------------*/
/*------------------------------------*\
    Colors - Name set from first instance I saw, super arbitrary. ex: color[first location][color]
\*------------------------------------*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
    font-size: 62.5%;
}

body {
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    color: #25120C;
    font-size: 1.7rem;
    line-height: 2.5rem;
}

.nav-up {
    top: -90px !important;
}

@media screen and (max-width: 1000px) {
    .nav-up {
        top: 0 !important;
    }
}

/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

a {
    color: #00467E;
    text-decoration: none;
    transition: color .2s ease;
    cursor: pointer;
}

a.orange-link {
    display: block;
    color: #B86C25;
    font-size: 14px;
}

a.orange-link:after {
    content: ' >>';
    right: 0;
    transition: right 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}

a.orange-link:hover:after {
    right: -0.6rem;
    transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);

}

a:hover {
    color: #B86C25;
    transition: color .2s ease-in;
}

a.orange-link:hover {
    /*color: #9a5b1f;*/
    transition: color .2s ease-in;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}

h1, h2 {
    font-family: "trajan-sans-pro";
    font-weight: normal;
}

h1 {
    font-size: 30px;
    font-size: 3rem;
}

h2 {
    font-size: 28px;
    font-size: 2.8rem;
}

h3 {
    font-size: 20px;
    font-size: 2rem;
}

h4 {
    font-size: 16px;
    font-size: 1.6rem;
}

hr {
    border-bottom: none;
}

h3 > a, a > h3 {
    font-weight: normal;
    font-size: 2.2rem;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrappers */
.header-wrapper {
    width: 80%;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .header-wrapper {
        width: 100%;
    }
}

.full-width-outer-wrapper {
    max-width: 100vw;
    display: block;
    margin: 0 auto;
    padding: 0 3%;
}

.outer-wrapper {
    max-width: 1180px;
    width: 61%;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 1000px) {
    .outer-wrapper {
        width: 90%;
    }
}

.inner-wrapper {
    width: 83%;
    display: block;
    margin: 0 auto;
}

.mid-frontpage-wrapper {
    margin: auto;
    max-width: 80%;
    width: 80%;
}

.small-frontpage-wrapper {
    margin: auto;
    max-width: 60%;
    width: 60%;
}

@media screen and (max-width: 1000px) {
    .inner-wrapper {
        width: 90%;
    }

    .mid-frontpage-wrapper,
    .small-frontpage-wrapper {
        max-width: 100%;
        width: 100%;
    }

}

/* header */
.header {
    z-index: 10000;
    font-size: 1.5rem;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #1a0d0b;
    border-bottom: 2px solid white;
    box-shadow: 2px 2px 8px black;
    transition: top 0.2s ease-in-out;
}

.header #header-tel-number {
    display: none;
    font-size: 2rem;
    float: left;
    margin-left: 5%;
    margin-top: 7px;
}

.header #header-tel-number a {
    color: #B86C25;
}

@media screen and (max-width: 900px) {
    .header #header-tel-number {
        display: inherit;
    }
}

@media screen and (max-width: 540px) {
    .header #header-tel-number {
        font-size: 1.4rem;
        margin-top: 7px;
        margin-left: 2%;
    }
}

@media screen and (max-width: 320px) {
    .header #header-tel-number {
        font-size: 1rem;
        margin-top: 7px;
        margin-left: 1%;
    }
}

.header > .nav {
    width: 50%;
    display: inline-block;
    float: left;
    text-align: center;
}

.header > .nav .triangle-down {
    width: 20%;
    height: 0;
    padding-left: 10%;
    padding-top: 10%;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 38px;
    z-index: 10;
    display: none;
    pointer-events: none;
}

.header > .nav .triangle-down.triangularly-visible, .header > .nav .triangle-down:hover {
    display: inherit;
}

.header > .nav .triangle-down:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left: -500px;
    margin-top: -500px;
    border-left: 500px solid transparent;
    border-right: 500px solid transparent;
    border-top: 500px solid #1a0d0b;
    pointer-events: none;
}

.header > .nav a {
    color: white;
}

.header > .nav a#tel {
    color: #B86C25;
}

.header > .nav > ul > li > a {
    padding-bottom: 4%;
}

.header > .nav ul {
    display: inline-block;
    padding: 0;
    width: 65%;
    margin: 0;
}

@media screen and (max-width: 1200px) {
    .header > .nav ul {
        width: 75%;
    }
}

@media screen and (max-width: 1000px) {
    .header > .nav ul {
        width: 85%;
    }
}

.header > .nav ul li {
    position: relative;
    display: inline-block;
    float: left;
    width: 50%;
    padding: 2.5% 0;
    font-family: "trajan-sans-pro";
}

@media screen and (max-width: 750px) {
    .header > .nav ul li {
        text-align: center;
    }

    .header > .nav ul li #tel {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    .header > .nav-left {
        text-align: left;
    }
}

@media screen and (max-width: 750px) {
    .header > .nav-right {
        text-align: right;
    }
}

.header .logo {
    z-index: 3;
    width: 15%;
    max-width: 175px;
    min-width: 105px;
    height: auto;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 8px;
    border-radius: 100%;
    box-shadow: 1px 1px 8px #25120C;
}

.header .unpointable {
    pointer-events: none;
}

.header .massive-sub-menu {
    padding: 4.5% 0 1.5%;
    display: inline-block;
    visibility: hidden;
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    background: #eee9dd;
    box-shadow: 1px 1px 8px black;
    overflow-y: scroll;
    max-height: 100vh;
}

.header .massive-sub-menu .close-massive-menu {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
    display: none;
}

.header .massive-sub-menu .close-massive-menu-show {
    display: initial;
}

.header .massive-sub-menu .close-massive-menu:hover {
    opacity: 1;
}

.header .massive-sub-menu .close-massive-menu:before, .header .massive-sub-menu .close-massive-menu:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #000000;
}

.header .massive-sub-menu .close-massive-menu:before {
    transform: rotate(45deg);
}

.header .massive-sub-menu .close-massive-menu:after {
    transform: rotate(-45deg);
}

.header .massive-sub-menu h3 {
    font-size: 1.7rem;
}

.header .massive-sub-menu #bottom-marketing-menu {
    min-height: 300px;
}

.header .massive-sub-menu .reserve-plan-sub-menu button, .header .massive-sub-menu .reserve-plan-sub-menu #bottom-social-menu .gform_wrapper form .gform_button, #bottom-social-menu .gform_wrapper form .header .massive-sub-menu .reserve-plan-sub-menu .gform_button, .header .massive-sub-menu .reserve-plan-sub-menu .footer .gform_wrapper form .gform_button, .footer .gform_wrapper form .header .massive-sub-menu .reserve-plan-sub-menu .gform_button, .header .massive-sub-menu .reserve-plan-sub-menu .top .top-right-columns ul .menu-button-blue, .header .massive-sub-menu .top .top-right-columns ul .reserve-plan-sub-menu .menu-button-blue,
.header .massive-sub-menu .reserve-plan-sub-menu .top .top-right-columns ul .menu-button-orange,
.header .massive-sub-menu .top .top-right-columns ul .reserve-plan-sub-menu .menu-button-orange {
    padding: 5% 0;
}

.header .massive-sub-menu .reserve-plan-sub-menu #top-left-map {
    width: 40%;
    padding: 0 2% 0 18%;
    text-align: center;
}

.header .massive-sub-menu .reserve-plan-sub-menu #top-left-map span {
    display: block;
}

.header .massive-sub-menu .reserve-plan-sub-menu #top-left-map h3 {
    margin-bottom: 0;
}

.header .massive-sub-menu .reserve-plan-sub-menu .reserve-plan-top-right-columns {
    float: left;
    width: 60%;
    padding: 0 2%;
}

.header .massive-sub-menu .reserve-plan-sub-menu .reserve-plan-top-right-columns ul.two-column-list-of-lists {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}

.header .massive-sub-menu .reserve-plan-sub-menu .reserve-plan-top-right-columns ul.two-column-list-of-lists > li {
    float: left;
    display: inline-block;
}

.header .massive-sub-menu .reserve-plan-sub-menu .reserve-plan-top-right-columns ul.two-column-list-of-lists > li:first-of-type {
    width: 30%;
}

.header .massive-sub-menu .reserve-plan-sub-menu .reserve-plan-top-right-columns ul.two-column-list-of-lists > li:last-of-type {
    width: 50%;
}

.header .massive-sub-menu .reserve-plan-sub-menu .reserve-plan-top-right-columns ul.two-column-list-of-lists > li h3 {
    margin: 0 0 1rem;
    font-size: 1.7rem;
}

.header .massive-sub-menu .reserve-plan-sub-menu .reserve-plan-top-right-columns ul.two-column-list-of-lists > li ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header .massive-sub-menu .reserve-plan-sub-menu .reserve-plan-top-right-columns ul.two-column-list-of-lists > li ul li {
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-weight: bolder;
}

.header .massive-sub-menu .reserve-plan-sub-menu .reserve-plan-top-right-columns ul.two-column-list-of-lists > li ul li a {
    color: black;
}

.header .massive-sub-menu .reserve-plan-sub-menu .reserve-plan-top-right-columns ul.two-column-list-of-lists > li ul li a:hover {
    color: #B86C25;
}

.header .massive-sub-menu .contact-section {
    text-align: center;
}

.header .massive-sub-menu .contact-section h3 {
    margin: 2% 0 0;
}

.header .massive-sub-menu .contact-section h4 {
    margin: 0;
}

.header .massive-sub-menu .contact-section #header-address p {
    margin: 0 0 2%;
    line-height: 1.7rem;
}

.header .massive-sub-menu .top {
    display: inline-block;
    width: 100%;
}

.header .massive-sub-menu .top .top-left-map {
    width: 22%;
    float: left;
    padding: 0 2%;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 1%;
}

.header .massive-sub-menu .top .top-left-map img {
    border-radius: 10px;
    margin-bottom: 5%;
}

.header .massive-sub-menu .top .top-left-map form {
    text-align: center;
}

.header .massive-sub-menu .top .top-left-map form button, .header .massive-sub-menu .top .top-left-map #bottom-social-menu .gform_wrapper form .gform_button, #bottom-social-menu .gform_wrapper .header .massive-sub-menu .top .top-left-map form .gform_button, .header .massive-sub-menu .top .top-left-map .footer .gform_wrapper form .gform_button, .footer .gform_wrapper .header .massive-sub-menu .top .top-left-map form .gform_button, .header .massive-sub-menu .top .top-left-map form .top-right-columns ul .menu-button-blue, .header .massive-sub-menu .top .top-right-columns ul .top-left-map form .menu-button-blue,
.header .massive-sub-menu .top .top-left-map form .top-right-columns ul .menu-button-orange,
.header .massive-sub-menu .top .top-right-columns ul .top-left-map form .menu-button-orange {
    width: 100%;
}

.header .massive-sub-menu .top .top-right-columns {
    width: 100%;
    padding: 0 2%;
    float: left;
}

.header .massive-sub-menu .top .top-right-columns ul {
    list-style: none;
    padding: 0;
    margin: 1% 0;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

@media screen and (max-width: 750px) {
    .header .massive-sub-menu .top .top-right-columns ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

.header .massive-sub-menu .top .top-right-columns ul li {
    text-align: center;
    line-height: 1.6rem;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.header .massive-sub-menu .top .top-right-columns ul li.menu-button-orange, .header .massive-sub-menu .top .top-right-columns ul li.menu-button-blue {
    padding: 0;
}

.header .massive-sub-menu .top .top-right-columns ul li.menu-button-orange a, .header .massive-sub-menu .top .top-right-columns ul li.menu-button-blue a {
    font-size: 1.6rem;
    font-weight: normal;
}

.header .massive-sub-menu .top .top-right-columns ul li a {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: normal;
}

.header .massive-sub-menu .top .top-right-columns ul li small {
    display: block;
    font-size: 1.2rem;
    line-height: normal;
    color: #666666;
}

.header .massive-sub-menu .top .top-right-columns ul li:nth-of-type(odd) {
    margin-bottom: 8%;
}

@media screen and (max-width: 750px) {
    .header .massive-sub-menu .top .top-right-columns ul li:nth-of-type(even) {
        margin-bottom: 8%;
    }
}

.header .massive-sub-menu .top .top-right-columns ul .menu-button-blue,
.header .massive-sub-menu .top .top-right-columns ul .menu-button-orange {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 1rem;
    cursor: pointer;
    font-weight: normal;
}

.header .massive-sub-menu .top .top-right-columns ul .menu-button-blue a,
.header .massive-sub-menu .top .top-right-columns ul .menu-button-blue small,
.header .massive-sub-menu .top .top-right-columns ul .menu-button-orange a,
.header .massive-sub-menu .top .top-right-columns ul .menu-button-orange small {
    color: #ffffff;
}

.header .massive-sub-menu .bottom {
    display: inline-block;
    width: 100%;
}

.header .massive-sub-menu .bottom #bottom-marketing-menu {
    padding: 0 2%;
}

.header .massive-sub-menu.massively-visible, .header .massive-sub-menu:hover {
    display: inline-block;
    visibility: visible;
}

.header .massive-sub-menu.massive-hidden {
    visibility: hidden;
}

#massive-sub-menu .header-wrapper .top-right-columns ul {
    margin-bottom: 12px;
}

#massive-sub-menu .header-wrapper .top-right-columns ul li {
    margin-top: 12px;
    margin-bottom: 0;
    min-height: 50px;
}

#massive-sub-menu .header-wrapper .top-right-columns ul li:first-child {
    margin-top: 0;
}

@media screen and (max-width: 900px) {
    #responsive-menu-container {
        z-index: 9999 !important;
        padding-top: 42px !important;
    }

    button#responsive-menu-button, #bottom-social-menu .gform_wrapper form #responsive-menu-button.gform_button, .footer .gform_wrapper form #responsive-menu-button.gform_button, .header .massive-sub-menu .top .top-right-columns ul #responsive-menu-button.menu-button-blue,
    .header .massive-sub-menu .top .top-right-columns ul #responsive-menu-button.menu-button-orange {
        width: 45px !important;
        height: 42px !important;
    }

    .responsive-menu-subarrow-active:before {
        content: "<";
    }

    #responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow.responsive-menu-subarrow-active {
        background-color: #eee9dc !important;
        border-color: #c0c0c0 !important;
        color: #02457e !important;
    }
}

ul.header-marketing-menu {
    /*
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    */
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}

ul.header-marketing-menu h3 {
    margin: 0;
    font-size: 1.6rem;
}

ul.header-marketing-menu > li span {
    display: block;
    font-weight: lighter;
    font-size: 1.3rem;
    line-height: 1.4rem;
    color: #666666;
}

ul.header-marketing-menu > li span.inline {
    display: inline;
}

ul.header-marketing-menu > li > h3 {
    margin-bottom: 1%;
}

ul.header-marketing-menu > li ul {
    padding: 0 1% 0 0;
    margin: 0;
    list-style: none;
}

ul.header-marketing-menu > li ul li a {
    color: #25120C;
    font-weight: bolder;
    font-size: 1.3rem;
    line-height: 1.3rem;
}

ul.header-marketing-menu > li ul li a:hover {
    color: #B86C25;
}

ul.header-marketing-menu > li ul li ul {
    padding-left: 2%;
}

ul.header-marketing-menu > li ul li ul li {
    margin: 0 0 0;
    line-height: 1.6rem;
}

ul.header-marketing-menu > li ul li ul li * {
    font-size: 1.2rem;
    color: #666666;
}

ul.header-marketing-menu > li ul li ul li span {
    display: inline;
    font-size: 1.2rem;
    line-height: 1.3rem;
}

ul.header-marketing-menu > li ul li ul li:before {
    content: "-";
}

ul.header-marketing-menu > li ul > li {
    margin-bottom: 2%;
    line-height: 1.7rem;
}

.header-spacer {
    position: relative;
    display: block;
    height: 40px;
    width: 100%;
}

/* sidebar */
aside.sidebar {
    padding: 0 3% 0 1%;
    width: 19.5%;
    position: absolute;
    left: 0;
    top: 100px;
}

aside.sidebar h3 {
    margin-top: 0;
}

aside.sidebar .jrb-social-widget {
    text-align: center;
}

aside.sidebar .trip-information-widget {
    text-align: center;
}

aside.sidebar .trip-information-widget h4 {
    border-bottom: 1px solid #25120C;
    margin-bottom: 5%;
}

aside.sidebar .trip-information-widget ul {
    margin: 0 0 10%;
    padding: 0;
    list-style: none;
    display: inline-block;
}

aside.sidebar .trip-information-widget ul li {
    position: relative;
    margin-bottom: 4%;
    padding-bottom: 4%;
    font-size: 1.5rem;
    line-height: 1.5rem;
}

aside.sidebar .trip-information-widget ul li:not(:last-child):after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

aside.sidebar .trip-information-widget ul a {
    color: #25120C;
}

aside.sidebar .trip-information-widget ul a:hover {
    color: #B86C25;
}

aside.sidebar .trip-information-widget ul a.sidebar-active {
    color: #6693ba;
}

aside.sidebar .trip-information-widget form {
    text-align: center;
}

aside.sidebar .trip-information-widget form button, aside.sidebar .trip-information-widget #bottom-social-menu .gform_wrapper form .gform_button, #bottom-social-menu .gform_wrapper aside.sidebar .trip-information-widget form .gform_button, aside.sidebar .trip-information-widget .footer .gform_wrapper form .gform_button, .footer .gform_wrapper aside.sidebar .trip-information-widget form .gform_button, aside.sidebar .trip-information-widget form .header .massive-sub-menu .top .top-right-columns ul .menu-button-blue, .header .massive-sub-menu .top .top-right-columns ul aside.sidebar .trip-information-widget form .menu-button-blue,
aside.sidebar .trip-information-widget form .header .massive-sub-menu .top .top-right-columns ul .menu-button-orange,
.header .massive-sub-menu .top .top-right-columns ul aside.sidebar .trip-information-widget form .menu-button-orange {
    padding: 5% 2%;
    width: 90%;
    text-align: center;
    font-size: 1.4rem;
    min-height: 50px;
}

aside.sidebar .trip-information-widget .more {
    position: relative;
}

aside.sidebar .trip-information-widget .more .find-out {
    display: block;
    text-align: center;
    cursor: pointer;
    width: 140px;
    margin: 0px auto;
    background: white none repeat scroll 0% 0%;
    z-index: 5;
}

aside.sidebar .trip-information-widget .more .find-out .plus {
    font-size: 3rem;
    line-height: 2rem;
    display: block;
}

aside.sidebar .trip-information-widget .more .background-hr {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: -1;
}

aside.sidebar .trip-information-widget .book-it-wrapper {
    margin-bottom: 15%;
}

aside.sidebar .why-momentum-widget .content {
    font-size: 1.3rem;
    line-height: 1.6rem;
    display: inline-block;
}

@media screen and (max-width: 1000px) {
    aside.sidebar {
        position: relative;
        width: 100%;
        text-align: center;
        top: 0;
    }

    aside.sidebar.social-sidebar {
        display: none;
    }

    aside.sidebar .jrb-social-widget {
        display: inline-block;
    }

    aside.sidebar .jrb-social-widget ul.social-repeater {
        width: 100%;
        display: inline-block;
        max-width: 100%;
    }

    aside.sidebar .jrb-social-widget ul.social-repeater li {
        max-width: 70px;
        padding: 2%;
    }

    aside.sidebar .trip-information-widget h4 {
        font-size: 2.4rem;
    }

    aside.sidebar .trip-information-widget .book-it-wrapper button, aside.sidebar .trip-information-widget .book-it-wrapper #bottom-social-menu .gform_wrapper form .gform_button, #bottom-social-menu .gform_wrapper form aside.sidebar .trip-information-widget .book-it-wrapper .gform_button, aside.sidebar .trip-information-widget .book-it-wrapper .footer .gform_wrapper form .gform_button, .footer .gform_wrapper form aside.sidebar .trip-information-widget .book-it-wrapper .gform_button, aside.sidebar .trip-information-widget .book-it-wrapper .header .massive-sub-menu .top .top-right-columns ul .menu-button-blue, .header .massive-sub-menu .top .top-right-columns ul aside.sidebar .trip-information-widget .book-it-wrapper .menu-button-blue,
    aside.sidebar .trip-information-widget .book-it-wrapper .header .massive-sub-menu .top .top-right-columns ul .menu-button-orange,
    .header .massive-sub-menu .top .top-right-columns ul aside.sidebar .trip-information-widget .book-it-wrapper .menu-button-orange {
        padding: 2%;
        margin-bottom: 3%;
    }
}

.aside-social-icons {
    padding: 0 3% 0 0;
    width: 20%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1000px) {
    .aside-social-icons {
        display: none;
    }
}

.aside-social-icons .social-repeater {
    margin: 5% auto 3%;
}


/* footer */
.footer {
    position: relative;
    background: #1a0d0b;
    padding: 3% 0 4%;
    color: white;
    text-align: center;
    z-index: 11;
}

.footer h3 {
    font-size: 1.9rem;
    font-weight: normal;
}

.footer p, .footer nav {
    font-size: 1.4rem;
    line-height: 2rem;
}

.footer .gform_wrapper {
    margin: 10px 0 0;
    padding-left: 3%;
}

.footer .gform_wrapper .gform_body,
.footer .gform_wrapper .gform_footer {
    width: auto !important;
}

.footer .gform_wrapper form {
    width: 100%;
    text-align: center;
    display: inline-block;
}

.footer .gform_wrapper form * {
    display: inline-block;
}

.footer .gform_wrapper form input {
    width: 100% !important;
}

.footer .gform_wrapper form .top_label {
    margin: 0;
    padding: 0;
    width: auto !important;
}

.footer .gform_wrapper form .gform_button {
    padding: 12px 18px !important;
}

.footer .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 3px !important;
}

.footer .footer-wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 4%;
}

.footer h3 {
    color: #ccbd98;
    margin-bottom: 0;
}

.footer p {
    margin-top: 0;
}

.footer a.button {
    color: white;
    transition: background-color 0.2s ease-in;
}

.footer a.button:hover {
    background-color: #07345b;
}

.footer a {
    color: #ffffff;
}

.footer .nav-footer ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

.footer .nav-footer ul li {
    display: inline-block;
}

.footer .nav-footer ul li:after {
    content: " |";
}

.footer .nav-footer ul li:last-of-type:after {
    content: "";
}

.footer .nav-footer ul li a:hover {
    text-decoration: underline;
}

.footer:before {
    background: url("../img/river-swirls-brown.png") left top no-repeat;
    background-size: 100% 100%;
    content: " ";
    position: absolute;
    top: -4.21vw;
    left: 0;
    width: 25%;
    height: auto;
    padding-bottom: 9.02%;
    z-index: 1;
}

@media screen and (max-width: 750px) {
    .footer:before {
        width: 38%;
        padding-bottom: 17%;
        top: -8vw;
    }
}

.mobile-footer {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 30px;
    z-index: 10;
    background: white;
    border-top: 1px solid black;
    box-shadow: 0px 2px 9px #25120c;
    padding-top: 2px;
    padding-right: 10px;
}

.mobile-footer .social-repeater {
    margin: 0 0 0 10px;
    width: 125px;
}

.mobile-footer .social-repeater li {
    width: 30px;
}

.mobile-footer form {
    display: inline-block;
    float: right;
}

.mobile-footer form button, .mobile-footer #bottom-social-menu .gform_wrapper form .gform_button, #bottom-social-menu .gform_wrapper .mobile-footer form .gform_button, .mobile-footer form .header .massive-sub-menu .top .top-right-columns ul .menu-button-blue, .header .massive-sub-menu .top .top-right-columns ul .mobile-footer form .menu-button-blue,
.mobile-footer form .header .massive-sub-menu .top .top-right-columns ul .menu-button-orange,
.header .massive-sub-menu .top .top-right-columns ul .mobile-footer form .menu-button-orange, .mobile-footer .footer .gform_wrapper form .gform_button, .footer .gform_wrapper .mobile-footer form .gform_button {
    display: inline-block;
    height: 24px;
    padding: 0 7%;
    vertical-align: top;
    font-size: .8rem !important;
    white-space: nowrap;
}

@media screen and (max-width: 1000px) {
    .mobile-footer {
        display: inherit;
    }
}

#click-menu {
    z-index: 1000000 !important;
}

#menu-mobile-menu {
    padding-top: 50px;
}

.first-letter-dropcap, main.trip-single-main article > p:first-of-type:first-letter, main.trip-single-main article > strong:first-of-type > p:first-of-type:first-letter, main.frontpage-main .frontpage-hero-text > p:first-of-type:first-letter, main.trip-single-main .frontpage-hero-text > p:first-of-type:first-letter, main.frontpage-main .frontpage-hero-text:first-of-type > strong > p:first-of-type:first-letter, main.trip-single-main .frontpage-hero-text:first-of-type > strong > p:first-of-type:first-letter {
    font-family: "trajan-sans-pro";
    color: #CCBD93;
    font-weight: normal;
    font-size: 280%;
    float: left;
    line-height: 5rem;
    display: inline-block;
    margin-right: 5px;
}

/*------------------------------------*\
    SHORTCODE STUFF
\*------------------------------------*/
.shortcode-column {
    display: inline;
    float: right;
    width: 40%;
    padding-left: 2%;
    margin: 1% 0 2% 2%;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #666666;
}

.shortcode-column img {
    border-radius: 10px;
}

@media screen and (max-width: 750px) {
    .shortcode-column {
        width: 100%;
        margin-bottom: 5%;
    }
}

/*------------------------------------*\
   BUTTONS
\*------------------------------------*/
button, #bottom-social-menu .gform_wrapper form .gform_button, .header .massive-sub-menu .top .top-right-columns ul .menu-button-blue,
.header .massive-sub-menu .top .top-right-columns ul .menu-button-orange, .footer .gform_wrapper form .gform_button {
    border: none;
    box-shadow: none;
    border-radius: 5px;
    font-size: 1.2rem;
    padding: 10px 7px;
    line-height: 1.3rem;
    color: white;
    background-color: #B86C25;
    transition: background-color 0.2s ease-in;
}

button:hover, #bottom-social-menu .gform_wrapper form .gform_button:hover, .header .massive-sub-menu .top .top-right-columns ul .menu-button-blue:hover,
.header .massive-sub-menu .top .top-right-columns ul .menu-button-orange:hover, .footer .gform_wrapper form .gform_button:hover {
    background-color: #9a5b1f;
}

button span, #bottom-social-menu .gform_wrapper form .gform_button span, .header .massive-sub-menu .top .top-right-columns ul .menu-button-blue span,
.header .massive-sub-menu .top .top-right-columns ul .menu-button-orange span, .footer .gform_wrapper form .gform_button span {
    font-size: 1.6rem;
}

button.choose-a-trip, #bottom-social-menu .gform_wrapper form .choose-a-trip.gform_button, .header .massive-sub-menu .top .top-right-columns ul .choose-a-trip.menu-button-blue, .footer .gform_wrapper form .choose-a-trip.gform_button, button.menu-button-orange, #bottom-social-menu .gform_wrapper form .menu-button-orange.gform_button,
.header .massive-sub-menu .top .top-right-columns ul .menu-button-orange, .footer .gform_wrapper form .menu-button-orange.gform_button {
    background-color: #B86C25;
    transition: background-color 0.2s ease-in;
}

button.choose-a-trip:hover, #bottom-social-menu .gform_wrapper form .choose-a-trip.gform_button:hover, .header .massive-sub-menu .top .top-right-columns ul .choose-a-trip.menu-button-blue:hover, .footer .gform_wrapper form .choose-a-trip.gform_button:hover, button.menu-button-orange:hover, #bottom-social-menu .gform_wrapper form .menu-button-orange.gform_button:hover,
.header .massive-sub-menu .top .top-right-columns ul .menu-button-orange:hover, .footer .gform_wrapper form .menu-button-orange.gform_button:hover {
    background-color: #9a5b1f;
}

button.welcome-to-momentum, #bottom-social-menu .gform_wrapper form .gform_button,
.header .massive-sub-menu .top .top-right-columns ul .welcome-to-momentum.menu-button-orange,
.header .massive-sub-menu .top .top-right-columns ul .footer .gform_wrapper form .menu-button-orange.gform_button,
.footer .gform_wrapper form .header .massive-sub-menu .top .top-right-columns ul .menu-button-orange.gform_button, .footer .gform_wrapper form .gform_button, button.menu-button-blue, .header .massive-sub-menu .top .top-right-columns ul .menu-button-blue {
    background-color: #0a477c;
    transition: background-color 0.2s ease-in;
}

button.welcome-to-momentum:hover, #bottom-social-menu .gform_wrapper form .gform_button:hover,
.header .massive-sub-menu .top .top-right-columns ul .welcome-to-momentum.menu-button-orange:hover,
.header .massive-sub-menu .top .top-right-columns ul .footer .gform_wrapper form .menu-button-orange.gform_button:hover,
.footer .gform_wrapper form .header .massive-sub-menu .top .top-right-columns ul .menu-button-orange.gform_button:hover, .footer .gform_wrapper form .gform_button:hover, button.menu-button-blue:hover, .header .massive-sub-menu .top .top-right-columns ul .menu-button-blue:hover {
    background-color: #07345b;
}

/*------------------------------------*\
    RECURRING ELEMENTS
\*------------------------------------*/
.pagebuilder-section {
    margin-bottom: 5%;
}

.pagebuilder-section.pagebuilder-section-trip-repeater .featured-trips {
    margin-bottom: 0;
}

.pagebuilder-section.pagebuilder-section-trip-repeater .featured-trips .featured-trip:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.pagebuilder-section.pagebuilder-section-trip-repeater .featured-trip-blog-description {
    margin-top: 1.4rem;
}

.team-members__separator {
    display: none;
}

.team-members__member--left {
    padding-right: 5%;
}

.team-members__member--right {
    padding-left: 5%;
}

.team-members__name {
    margin-bottom: 0;
}

.team-members__position {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.team-members__photo,
.team-members__inner-photo {
    border-radius: 10px;
    object-fit: contain;
    max-height: 35rem;
}

.team-members__photo {
    width: 100%;
}

.team-members__inner-photo {
    max-width: 500px;
    width: 100%;
}

.team-members__name--inner,
.team-members__position--inner,
.team-members__inner-photo {
    align-self: center;
}


.inline-wrapper {
    display: inline-block;
    width: 100%;
}

.social-wrapper {
    text-align: center;
    max-width: 280px;
    display: block;
    margin: 0 auto;
}

ul.social-repeater {
    list-style: none;
    padding: 0;
    margin: 10% auto 3%;
    display: inline-block;
    width: 100%;
    max-width: 240px;
    text-align: center;
}

ul.social-repeater li {
    display: inline-block;
    width: 55px;
    float: none;
    padding: 0 3%;
}

#email-icon ellipse {
    transition: fill ease .2s;
    fill: white;
}

#email-icon .envelope {
    transition: fill ease .2s;
}

#email-icon:hover ellipse {
    fill: #d05025;
    transition: fill ease 0.2s;
}

#email-icon:hover .envelope {
    fill: white;
    transition: fill ease 0.2s;
}

#facebook-icon .cls-1 {
    fill: #26140f;
    stroke: #26140f;
    stroke-width: 3px;
}

#facebook-icon .cls-1, #facebook-icon .cls-3 {
    stroke-miterlimit: 10;
}

#facebook-icon .cls-2 {
    fill: rgba(0, 0, 0, 0);
    transition: fill ease .2s;
}

#facebook-icon:hover .cls-2 {
    fill: #3e599f;
    transition: fill ease .2s;
}

#facebook-icon .cls-3 {
    fill: #25120C;
    stroke: #25120C;
    stroke-width: 2px;
    transition: fill ease .2s, stroke ease .2s;
}

#facebook-icon:hover .cls-3 {
    fill: white;
    stroke: white;
    transition: fill ease .2s, stroke ease .2s;
}

#googleplus-icon .cls-1, #googleplus-icon .cls-2 {
    fill: #26130e;
}

#googleplus-icon .cls-2 {
    stroke: #26130e;
    stroke-miterlimit: 10;
    stroke-width: 1.25px;
}

#googleplus-icon .cls-3 {
    fill: white;
    transition: fill ease .2s, stroke ease .2s;
}

#massive-sub-menu #googleplus-icon .cls-3 {
    fill: #eee9dd;
}

#googleplus-icon:hover .cls-3 {
    fill: #dd4d39;
    transition: fill ease .2s, stroke ease .2s;
}

#massive-sub-menu #googleplus-icon:hover .cls-3 {
    fill: #dd4d39;
    transition: fill ease .2s, stroke ease .2s;
}

#googleplus-icon .cls-4 {
    fill: #25120C;
    transition: fill ease .2s, stroke ease .2s;
}

#googleplus-icon:hover .cls-4 {
    fill: #fff;
    transition: fill ease .2s, stroke ease .2s;
}

#instagram-icon .cls-1, #instagram-icon .cls-2 {
    fill: #26130e;
}

#instagram-icon .cls-2 {
    stroke: #26130e;
    stroke-miterlimit: 10;
    stroke-width: 1.25px;
}

#instagram-icon .cls-3 {
    fill: transparent;
    transition: fill ease .2s, stroke ease .2s;
}

#instagram-icon:hover .cls-3 {
    fill: #d2c2a2;
    transition: fill ease .2s, stroke ease .2s;
}

#instagram-icon .cls-4 {
    fill: #25120C;
    transition: fill ease .2s, stroke ease .2s;
}

#instagram-icon:hover .cls-4 {
    fill: #fff;
    transition: fill ease .2s, stroke ease .2s;
}

#twitter-icon .cls-1 {
    fill: #26130e;
    stroke: #26130e;
}

#twitter-icon .cls-1, #twitter-icon .cls-3 {
    stroke-miterlimit: 10;
    stroke-width: 1px;
}

#twitter-icon .cls-2, #twitter-icon .cls-3 {
    fill: transparent;
    stroke: white;
    transition: fill ease .2s, stroke ease .2s;
}

#twitter-icon:hover .cls-2, #twitter-icon:hover .cls-3 {
    fill: #28a0da;
    stroke: #28a0da;
    transition: fill ease .2s, stroke ease .2s;
}

#twitter-icon .cls-4 {
    fill: #25120C;
    transition: fill ease .2s, stroke ease .2s;
}

#twitter-icon:hover .cls-4 {
    fill: #fff;
    transition: fill ease .2s, stroke ease .2s;
}

.footer .social-wrapper {
    text-align: center;
    max-width: 240px;
    display: block;
    margin: 0 auto;
}

.footer ul.social-repeater {
    list-style: none;
    padding: 0;
    margin: 6% 0 3%;
    text-align: center;
}

.footer ul.social-repeater li {
    display: inline-block;
    width: 55px;
    float: none;
    padding: 0 3%;
}

.footer #facebook-icon .cls-1 {
    fill: white;
    stroke: white;
    stroke-width: 3px;
}

.footer #facebook-icon .cls-1, .footer #facebook-icon .cls-3 {
    stroke-miterlimit: 10;
}

.footer #facebook-icon .cls-2 {
    fill: #25120C;
    transition: fill ease .2s, stroke ease .2s;
}

.footer #facebook-icon:hover .cls-2 {
    fill: #3e599f;
    transition: fill ease .2s, stroke ease .2s;
}

.footer #facebook-icon .cls-3 {
    fill: white;
    stroke: white;
    stroke-width: 2px;
    transition: fill ease .2s, stroke ease .2s;
}

.footer #facebook-icon:hover .cls-3 {
    fill: white;
    stroke: white;
    transition: fill ease .2s, stroke ease .2s;
}

.footer #googleplus-icon .cls-1, .footer #googleplus-icon .cls-2 {
    fill: white;
}

.footer #googleplus-icon .cls-2 {
    stroke: white;
    stroke-miterlimit: 10;
    stroke-width: 1.25px;
}

.footer #googleplus-icon .cls-3 {
    fill: #25120C;
    transition: fill ease .2s, stroke ease .2s;
}

.footer #googleplus-icon:hover .cls-3 {
    fill: #dd4d39;
    transition: fill ease .2s, stroke ease .2s;
}

.footer #googleplus-icon .cls-4 {
    fill: white;
    transition: fill ease .2s, stroke ease .2s;
}

.footer #googleplus-icon:hover .cls-4 {
    fill: #fff;
    transition: fill ease .2s, stroke ease .2s;
}

.footer #instagram-icon .cls-1, .footer #instagram-icon .cls-2 {
    fill: white;
}

.footer #instagram-icon .cls-2 {
    stroke: white;
    stroke-miterlimit: 10;
    stroke-width: 1.25px;
}

.footer #instagram-icon .cls-3 {
    fill: #25120C;
    transition: fill ease .2s, stroke ease .2s;
}

.footer #instagram-icon:hover .cls-3 {
    fill: #d2c2a2;
    transition: fill ease .2s, stroke ease .2s;
}

.footer #instagram-icon .cls-4 {
    fill: white;
    transition: fill ease .2s, stroke ease .2s;
}

.footer #instagram-icon:hover .cls-4 {
    fill: #fff;
    transition: fill ease .2s, stroke ease .2s;
}

.footer #twitter-icon .cls-1 {
    fill: white;
    stroke: white;
}

.footer #twitter-icon .cls-1, .footer #twitter-icon .cls-3 {
    stroke-miterlimit: 10;
    stroke-width: 1px;
}

.footer #twitter-icon .cls-2, .footer #twitter-icon .cls-3 {
    fill: #25120C;
    stroke: #25120C;
    transition: fill ease .2s, stroke ease .2s;
}

.footer #twitter-icon:hover .cls-2, .footer #twitter-icon:hover .cls-3 {
    fill: #28a0da;
    stroke: #28a0da;
    transition: fill ease .2s, stroke ease .2s;
}

.footer #twitter-icon .cls-4 {
    fill: white;
    transition: fill ease .2s, stroke ease .2s;
}

.footer #twitter-icon:hover .cls-4 {
    fill: #fff;
    transition: fill ease .2s, stroke ease .2s;
}

.invisible {
    visibility: hidden;
}

.center-aligned {
    text-align: center;
}

.center-aligned .br-readonly {
    display: inline-block;
}

.masonry-wrapper {
    width: 100%;
    display: inline-block;
}

.grid-item, .grid-sizer {
    width: 25%;
}

.generic-title {
    text-align: center;
    margin: 4% 0 1%;
}

.jrb-gmap-embed-wrapper {
    display: inline-block;
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 30%;
    overflow: hidden;
}

.jrb-gmap-embed-wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100% !important;
    width: 100% !important;
}

@media screen and (max-width: 750px) {
    .jrb-gmap-embed-wrapper {
        padding-bottom: 50%;
    }
}

@media screen and (max-width: 540px) {
    .jrb-gmap-embed-wrapper {
        padding-bottom: 60%;
    }
}

.jrb-mapbox-embed-wrapper {
    display: inline-block;
    width: 100%;
    height: 0;
    position: relative;
    height: 85vh;
    overflow: hidden;
}

.jrb-mapbox-embed-wrapper ul.map-menu {
    width: 18%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 20%;
}

.jrb-mapbox-embed-wrapper ul.map-menu > li > h3 {
    font-size: 1.7rem;
}

.jrb-mapbox-embed-wrapper ul.map-menu h3 {
    position: relative;
}

.jrb-mapbox-embed-wrapper ul.map-menu h3 .plus {
    font-size: 3rem;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    line-height: 2rem;
    font-weight: lighter;
}

.jrb-mapbox-embed-wrapper ul.map-menu ul.sub-menu > li {
    line-height: 1.7rem;
}

.jrb-mapbox-embed-wrapper ul.map-menu ul.sub-menu > li a {
    font-size: 1.4rem;
    color: #25120C;
}

.jrb-mapbox-embed-wrapper ul.map-menu ul.sub-menu > li a:hover {
    color: #B86C25;
}

.jrb-mapbox-embed-wrapper #map {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1%;
    width: 79%;
}

.jrb-mapbox-embed-wrapper #map .leaflet-popup-content {
    width: auto !important;
    padding: 10px 10px 10px !important;
}

@media screen and (max-width: 900px) {
    .jrb-mapbox-embed-wrapper {
        display: none;
    }
}

.area-popup ul.columns-area {
    list-style: none;
    padding: 0;
    margin: 1% 0 0;
}

.area-popup ul.columns-area > li {
    float: left;
    display: inline-block;
}

.area-popup ul.columns-area > li:first-of-type {
    width: 70%;
}

.area-popup ul.columns-area > li:last-of-type {
    width: 30%;
}

.area-popup form {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.trip-map-icon {
    text-align: center;
    width: 80px;
    height: auto;
    color: white;
    background-color: #0a477c;
    border: 1px solid #6693ba;
    padding: 4px 2px;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #25120C;
    line-height: 13px;
    font-family: "proxima-nova";
}

.leaflet-popup-content-wrapper {
    box-shadow: 8px 8px 28px #25120C !important;
}

.region-subs-loop {
    width: 100%;
    font-family: "proxima-nova";
    margin-bottom: 1%;
}

.region-subs-loop h1 {
    font-family: "proxima-nova";
}

.region-subs-loop li {
    display: inline-block;
    width: 100%;
}

.region-subs-loop li img {
    width: 35%;
    float: left;
}

.region-subs-loop li div {
    width: 65%;
    padding-left: 3%;
    float: left;
}

.region-subs-loop li div button, .region-subs-loop li div #bottom-social-menu .gform_wrapper form .gform_button, #bottom-social-menu .gform_wrapper form .region-subs-loop li div .gform_button, .region-subs-loop li div .header .massive-sub-menu .top .top-right-columns ul .menu-button-blue, .header .massive-sub-menu .top .top-right-columns ul .region-subs-loop li div .menu-button-blue,
.region-subs-loop li div .header .massive-sub-menu .top .top-right-columns ul .menu-button-orange,
.header .massive-sub-menu .top .top-right-columns ul .region-subs-loop li div .menu-button-orange, .region-subs-loop li div .footer .gform_wrapper form .gform_button, .footer .gform_wrapper form .region-subs-loop li div .gform_button {
    padding: 1% 3%;
    margin-top: 3%;
}

.leaflet-popup-content {
    min-width: 600px !important;
}

.leaflet-popup-content .marker-title {
    text-align: center;
    font-size: 18px;
}

.leaflet-popup-content ul.columns {
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
    margin: 1% 0 0;
}

.leaflet-popup-content ul.columns .left, .leaflet-popup-content ul.columns .right {
    float: left;
    width: 50%;
}

.leaflet-popup-content ul.columns .left p, .leaflet-popup-content ul.columns .right p {
    font-size: 11px;
    line-height: 14px;
}

.leaflet-popup-content ul.columns .left {
    padding-right: 1.5%;
}

.leaflet-popup-content ul.columns .left img {
    border-radius: 6px;
}

.leaflet-popup-content ul.columns .right {
    padding-left: 1.5%;
}

.leaflet-popup-content ul.columns .right h6 {
    font-size: 12px;
    line-height: 10px;
    margin: 4px 0 2px;
}

.leaflet-popup-content ul.columns .right h6:first-of-type {
    margin: 0;
}

.leaflet-popup-content ul.columns .right ul.frontpage-hero-button-container {
    padding: 0;
    list-style: none;
    margin-top: 3%;
}

.leaflet-popup-content ul.columns .right ul.frontpage-hero-button-container button, .leaflet-popup-content ul.columns .right ul.frontpage-hero-button-container #bottom-social-menu .gform_wrapper form .gform_button, #bottom-social-menu .gform_wrapper form .leaflet-popup-content ul.columns .right ul.frontpage-hero-button-container .gform_button, .leaflet-popup-content ul.columns .right .header .massive-sub-menu .top .top-right-columns ul.frontpage-hero-button-container .menu-button-blue, .header .massive-sub-menu .top .top-right-columns .leaflet-popup-content ul.columns .right ul.frontpage-hero-button-container .menu-button-blue,
.leaflet-popup-content ul.columns .right .header .massive-sub-menu .top .top-right-columns ul.frontpage-hero-button-container .menu-button-orange,
.header .massive-sub-menu .top .top-right-columns .leaflet-popup-content ul.columns .right ul.frontpage-hero-button-container .menu-button-orange, .leaflet-popup-content ul.columns .right ul.frontpage-hero-button-container .footer .gform_wrapper form .gform_button, .footer .gform_wrapper form .leaflet-popup-content ul.columns .right ul.frontpage-hero-button-container .gform_button {
    width: 100%;
    padding: 2% 0;
}

.leaflet-popup-content ul.columns .right ul.frontpage-hero-button-container li:first-of-type {
    margin-bottom: 1%;
}

ul.area-menu {
    list-style: none;
    padding-left: 1%;
    width: 18%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 20%;
}

ul.area-menu li span {
    display: block;
    font-size: 1.3rem;
    color: #666666;
}

ul.area-menu li ul {
    margin-top: 2%;
    padding-left: 4%;
}

ul.area-menu li ul li {
    font-size: 1.3rem;
}

ul.area-menu li ul li:before {
    content: "-";
}

ul.area-menu li ul li span {
    padding-left: 2%;
    font-size: 1.2rem;
}

ul.area-menu > li {
    margin-bottom: 2%;
}

ul.map-menu {
    list-style: none;
    padding: 0 1%;
    margin: 0;
}

ul.map-menu h3 {
    cursor: pointer;
    margin-bottom: 0;
}

ul.map-menu > li {
    border-bottom: 1px solid #25120C;
    position: relative;
    padding-bottom: 3%;
}

ul.map-menu > li > ul {
    display: none;
    margin-top: 2%;
}

ul.map-menu > li ul {
    list-style: none;
    padding-left: 1%;
}

ul.map-menu > li ul li span {
    display: block;
    font-size: 1.3rem;
    color: #666666;
}

ul.map-menu > li ul li ul {
    margin-top: 2%;
    padding-left: 4%;
}

ul.map-menu > li ul li ul li {
    font-size: 1.3rem;
}

ul.map-menu > li ul li ul li:before {
    content: "-";
}

ul.map-menu > li ul li ul li span {
    padding-left: 2%;
    font-size: 1.2rem;
}

ul.map-menu > li ul > li {
    margin-bottom: 2%;
}

ul.map-mobile-menu {
    display: none;
    padding: 0 2%;
    list-style: none;
}

ul.map-mobile-menu .featured-trip-blog-description {
    margin-top: 2%;
}

ul.map-mobile-menu > li > ul {
    display: none;
}

ul.map-mobile-menu .marketing-menu-mobile-title2 {
    border-bottom: 1px solid #1a0d0b;
}

ul.map-mobile-menu .section-region {
    padding: 0 2%;
}

ul.map-mobile-menu .region-title {
    border-bottom: 1px solid #1a0d0b;
}

@media screen and (max-width: 900px) {
    ul.map-mobile-menu {
        display: inherit;
    }

    ul.map-mobile-menu > li > ul {
        display: none;
    }
}

h3.new-expandable-title {
    position: relative;
    cursor: pointer;
}

h3.new-expandable-title .plus {
    font-size: 3rem;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    line-height: 2rem;
    font-weight: lighter;
}

.area-mobile-loop {
    display: none;
}

@media screen and (max-width: 900px) {
    .area-mobile-loop {
        display: inherit;
    }
}

span.or, a.ask-us-a-q-link {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1.9rem;
    margin-bottom: -0.5%;
}

ul.logo-repeater {
    list-style: none;
    padding: 8;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

ul.logo-repeater li {
    display: inline-block;
    vertical-align: middle;
    text-align: middle;
    margin-bottom: 3%;
}

ul.logo-repeater li img {
    filter: grayscale(100%);
    transition: filter ease .3s;
}

ul.logo-repeater li:hover img {
    filter: grayscale(0);
}

/*ul.logo-repeater li:first-child:nth-last-child(1) {*/
/*    width: 100%;*/
/*}*/

/*ul.logo-repeater li:first-child:nth-last-child(2),*/
/*ul.logo-repeater li:first-child:nth-last-child(2) ~ li {*/
/*    width: 49%;*/
/*}*/

/*ul.logo-repeater li:first-child:nth-last-child(4),*/
/*ul.logo-repeater li:first-child:nth-last-child(4) ~ li {*/
/*    width: 24%;*/
/*}*/

/*ul.logo-repeater li:first-child:nth-last-child(5),*/
/*ul.logo-repeater li:first-child:nth-last-child(5) ~ li {*/
/*    width: 19%;*/
/*}*/

/*ul.logo-repeater li:first-child:nth-last-child(6),*/
/*ul.logo-repeater li:first-child:nth-last-child(6) ~ li {*/
/*    width: 16%;*/
/*}*/

/*ul.logo-repeater li {*/
/*    width: 11.3333%;*/
/*}*/

@media screen and (max-width: 1024px) {
    ul.logo-repeater {
        display: block;
    }

    * ul.logo-repeater li:first-child:nth-last-child(1) {
        width: 100%;
    }

    ul.logo-repeater li:first-child:nth-last-child(2),
    ul.logo-repeater li:first-child:nth-last-child(2) ~ li {
        width: 49%;
    }

    ul.logo-repeater li:first-child:nth-last-child(4),
    ul.logo-repeater li:first-child:nth-last-child(4) ~ li {
        width: 24%;
    }

    ul.logo-repeater li:first-child:nth-last-child(5),
    ul.logo-repeater li:first-child:nth-last-child(5) ~ li {
        width: 20%;
    }

    ul.logo-repeater li:first-child:nth-last-child(6),
    ul.logo-repeater li:first-child:nth-last-child(6) ~ li {
        width: 16%;
    }

    ul.logo-repeater li {
        width: 20.3333%;
    }
}

@media screen and (max-width: 768px) {
    ul.logo-repeater {
        display: block;
    }

    ul.logo-repeater li:first-child:nth-last-child(1) {
        width: 100%;
    }

    ul.logo-repeater li:first-child:nth-last-child(3),
    ul.logo-repeater li:first-child:nth-last-child(3) ~ li {
        width: 32.3333%;
    }

    ul.logo-repeater li:first-child:nth-last-child(5),
    ul.logo-repeater li:first-child:nth-last-child(5) ~ li {
        width: 32.3333%;
    }

    ul.logo-repeater li:first-child:nth-last-child(6),
    ul.logo-repeater li:first-child:nth-last-child(6) ~ li {
        width: 49%;
    }

    ul.logo-repeater li {
        width: 49%;
    }

}

@media screen and (max-width: 540px) {
    ul.logo-repeater li:first-child:nth-last-child(1) {
        width: 100%;
    }

    ul.logo-repeater li {
        width: 49%;
    }

    .team-members__row {
        flex-direction: column;
    }

    .team-members__separator {
        display: block;
        width: 100%;
    }

    .team-members__member--left {
        padding-right: 0;
    }

    .team-members__member--right {
        padding-left: 0;
    }
}

ul.featured-trips {
    list-style: none;
    padding: 0;
}

ul.featured-trips li.featured-trip-blog {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 2%;
    padding-bottom: 2%;
}

ul.featured-trips li.featured-trip-blog .featured-trip-blog-image {
    position: relative;
    float: left;
    width: 50%;
}

@media screen and (max-width: 750px) {
    ul.featured-trips li.featured-trip-blog .featured-trip-blog-image {
        width: 100%;
    }
}

ul.featured-trips li.featured-trip-blog .featured-trip-blog-content {
    float: left;
    width: 50%;
    padding: 0 2% 0;
    color: #666666;
    line-height: 1.8rem;
}

ul.featured-trips li.featured-trip-blog .featured-trip-blog-content .featured-trip-blog-subtitle {
    font-size: 1.2rem;
}

ul.featured-trips li.featured-trip-blog .featured-trip-blog-content .featured-trip-blog-description {
    font-size: 1.4rem;
}


ul.featured-trips li.featured-trip-blog .featured-trip-blog-content.no-featured-image {
    width: 100%;
}

ul.featured-trips li.featured-trip-blog .featured-trip-blog-content h3 {
    margin: 0;
}

ul.featured-trips li.featured-trip-blog .featured-trip-blog-content h3.featured-trip-blog-title {
    font-weight: normal;
    font-size: 2.2rem;
    line-height: 2.3rem;
}


ul.featured-trips li.featured-trip-blog .featured-trip-blog-content .view-article {
    display: block;
    margin-top: 2%;
    color: #B86C25;
}

ul.featured-trips li.featured-trip-blog .featured-trip-blog-content .view-article:after {
    content: ' >>';
    transition: margin 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

ul.featured-trips li.featured-trip-blog .featured-trip-blog-content .view-article:hover:after {
    margin-left: 0.6rem;
    transition: margin 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

ul.featured-trips li.featured-trip-blog .featured-trip-blog-content .featured-trip-blog-description {
    color: #666666;
}

@media screen and (max-width: 750px) {
    ul.featured-trips li.featured-trip-blog .featured-trip-blog-content {
        width: 100%;
    }
}

.image-mask {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.image-mask:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.image-mask__button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1.4% 6% 1.1%;
    opacity: 0;
    z-index: 1;
    font-size: 1.6rem;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid white;
    border-radius: 5px;
    transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), color 0.4s ease, background-color 0.4s ease;
}

.image-mask__button:hover {
    color: #000;
    background-color: #fff;
}

.image-mask img {
    position: relative;
    height: 100%;
    width: 100%;
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.image-mask:hover:after {
    opacity: 1;
}

.image-mask:hover img {
    transform: scale(1.1);
}

.image-mask:hover .image-mask__button {
    opacity: 1;
}

ul.recent-guest-testimonials {
    list-style: none;
    padding: 0;
    text-align: center;
    font-style: italic;
    margin-bottom: 6%;
    display: inline-block;
    width: 100%;
}

ul.recent-guest-testimonials li {
    margin-top: 3%;
    font-size: 1.4rem;
    line-height: 1.8rem;
}

ul.recent-guest-testimonials li:first-of-type {
    margin-top: 0;
}

ul.recent-guest-testimonials li.read-more-reviews {
    margin-top: 2.5%;
    font-style: normal;
}

ul.momentum-news {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
}

ul.momentum-news li {
    float: left;
    width: 50%;
}

ul.momentum-news li img {
    border-radius: 10px;
}

ul.momentum-news li .momentum-news-content {
    padding: 0 1.5%;
    font-size: 1.4rem;
    line-height: 1.8rem;
}

ul.momentum-news li .momentum-news-content h3 {
    margin: 3% 0 0;
    line-height: 2.3rem;
}

ul.momentum-news li .momentum-news-content p {
    color: #666666;
}

ul.momentum-news li .momentum-news-content .view-article {
    display: block;
    margin-top: .5%;
    font-size: 1.3rem;
}

ul.momentum-news li:first-of-type {
    padding-right: 5%;
}

ul.momentum-news li:nth-of-type(2) {
    padding-left: 5%;
}

ul.momentum-news li:last-of-type {
    width: 100%;
    text-align: center;
    margin-top: 2.5%;
    font-size: 1.4rem;
    line-height: 1.8rem;
}

@media screen and (max-width: 540px) {
    ul.momentum-news li {
        width: 100%;
        margin-bottom: 1%;
        padding: 0;
    }

    ul.momentum-news li:first-of-type {
        padding-right: 0;
    }

    ul.momentum-news li:nth-of-type(2) {
        padding-left: 0;
    }
}

.title.centered {
    text-align: center;
}

/*------------------------------------------------------------------------*\
    PAGES
\*------------------------------------------------------------------------*/
/*------------------------------------*\
    FRONT PAGE
\*------------------------------------*/
.embed-container {
    position: relative;
    height: calc(86vh - 40px);
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pnlm-load-box {
    display: none !important;
}

body.home-page, body.front-page, body.post-single, body.tax-regions, body.single-trip, body.tax-collections {
    background-image: url("../img/pan-loading.svg") !important;
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: center calc(43vh - 40px);
}

@media screen and (max-width: 750px) {
    body.home-page, body.front-page, body.post-single, body.tax-regions, body.single-trip, body.tax-collections {
        background-position: center 41vw;
    }
}

.flexslider-frontpage {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.flexslider-frontpage ul.slides li {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    /* Other transform properties here */
    position: relative;
    height: 86vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media screen and (max-width: 750px) {
    .flexslider-frontpage ul.slides li {
        height: calc(90vw - 10px);
    }
}

@media screen and (max-width: 310px) {
    .flexslider-frontpage ul.slides li {
        height: calc(90vw + 4px);
    }
}

.flexslider-frontpage ul.slides li .lightbox {
    display: none;
}

.flexslider-frontpage ul.slides li .rotate-image-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 750px) {
    .flexslider-frontpage ol.flex-control-nav.flex-control-paging {
        display: none;
    }
}

.flexslider-frontpage .flex-control-nav {
    bottom: 10px;
    z-index: 1;
}

.flexslider-frontpage .flex-control-nav li a {
    background: rgba(255, 255, 255, 0);
    border: 1px solid white;
}

.flexslider-frontpage .flex-control-nav li a.flex-active {
    background: white;
}

.flexslider-frontpage .flex-direction-nav {
    position: absolute;
    top: 50%;
    z-index: 10000;
    width: 100%;
}

.flexslider-frontpage .flex-direction-nav a {
    height: 48px;
}

.flexslider-frontpage .flex-direction-nav a::before {
    color: rgba(255, 255, 255, 0.8);
}

.flexslider-frontpage canvas {
    width: 100%;
    height: auto;
}

.flexslider-frontpage .slider-image {
    opacity: 0;
    transition: opacity 0.5s ease-in;
}

.flexslider-frontpage .slider-image--show {
    opacity: 1;
}

.flexslider-frontpage .slider-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: opacity 0.5s ease-in;
}

.flexslider-frontpage .slider-overlay span.overlay-text {
    display: block;
    position: absolute;
    width: 100%;
    top: 25%;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    padding: 0 3%;
}

.flexslider-frontpage .slider-overlay span.overlay-text:hover {
    color: white;
}

.flexslider-frontpage .slider-overlay span.overlay-text .hero-text {
    margin: 0;
    font-size: 7.2rem;
    line-height: 7.6rem;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-shadow: 0 1px 3px rgba(37, 18, 12, 0.4);
}

@media screen and (max-width: 750px) {
    .flexslider-frontpage .slider-overlay span.overlay-text .hero-text {
        font-size: 4.5rem;
        line-height: 3.6rem;
    }
}
@media screen and (max-width: 420px) {
    .flexslider-frontpage .slider-overlay span.overlay-text .hero-text {
        font-size: 3rem;
        line-height: 2.6rem;
    }
}

.flexslider-frontpage .slider-overlay span.overlay-text .subtitle {
    margin: 0;
    font-size: 1.7rem;
    font-family: "trajan-sans-pro";
    text-shadow: 0 1px 1px #25120C;
}

@media screen and (max-width: 750px) {
    .flexslider-frontpage .slider-overlay span.overlay-text .subtitle {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 420px) {
    .flexslider-frontpage .slider-overlay span.overlay-text .subtitle {
        font-size: 1.2rem;
    }
}


@media screen and (max-width: 750px) {
    .flexslider-frontpage .slider-overlay span.overlay-text {
        top: 30%;
        display: flex;
        flex-direction: column;
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 420px) {
    .flexslider-frontpage .slider-overlay span.overlay-text {
        top: 37%;

    }
}

.flexslider-frontpage .slider-overlay span.overlay-text .pannellum-viewer-button {
    height: 80px;
    width: 80px;
    margin-top: 30px;
    padding: 15px;
    background-color: rgba(245, 245, 245, 0.85);
    border-radius: 50%;
    transition: transform 0.2s linear;
}

.flexslider-frontpage .slider-overlay span.overlay-text .pannellum-viewer-button svg {
    opacity: 0.4;
}

.flexslider-frontpage .slider-overlay span.overlay-text .pannellum-viewer-button:hover {
    transform: scale(1.1);
}

.flexslider-frontpage .slider-overlay .slide-description-area {
    bottom: 5%;
    display: block;
    height: 25px;
    left: 3%;
    position: absolute;
    text-align: center;
    width: 25px;
    z-index: 1000000;
}

@media screen and (max-width: 750px) {
    .flexslider-frontpage .slider-overlay .slide-description-area {
        bottom: 12%;
    }
}

@media screen and (max-width: 420px) {
    .flexslider-frontpage .slider-overlay .slide-description-area {
        bottom: 5%;
    }
}

.flexslider-frontpage .slider-overlay .slide-description-area i.fa-camera {
    position: relative;
    color: white;
    z-index: 100;
}

.flexslider-frontpage .slider-overlay .slide-description-area .slide-description {
    display: none;
    position: absolute;
    width: 350px;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    padding: 15px 15px 35px;
    z-index: 10;
    color: #25120C;
    font-size: 1.2rem;
    line-height: 1.4rem;
    text-align: left;
}

.flexslider-frontpage .slider-overlay .slide-description-area .slide-description:hover {
    display: block !important;
    color: #25120C;
}

@media screen and (max-width: 420px) {
    .flexslider-frontpage .slider-overlay .slide-description-area .slide-description {
        width: 200px;
    }
}

.pannellum-image-viewer.pnlm-container {
    height: 90vh;
    width: 100%;
}

.video-modal .video-modal-player {
    height: 0;
    padding-top: 56.25%;
}

.video-modal .video-modal-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.video-modal .video-modal-player .video-modal-close-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 4rem;
    padding: 0;
    z-index: 1;
    opacity: 0.7;
    transition: 0.2s transform ease-in, 0.2s opacity ease-in;
}

.video-modal .video-modal-player .video-modal-close-button:hover {
    opacity: 1;
    transform: scale(1.1);
}

.video-modal .video-modal-player .video-modal-close-button img {
    width: 100%;
}

@media screen and (max-width: 480px) {
    .video-modal .video-modal-player .video-modal-close-button {
        width: 3.4rem;
        padding: 0;
        opacity: 0.6;
    }
}

.video-container,
.featherlight .featherlight-content {
    position: relative;
    padding: 0 0 45.5%;
    height: 0;
    overflow: hidden;
    width: 80%;
    max-width: 100%;
    border-bottom: none !important;
    background: none !important;
}

.video-container iframe,
.video-container object,
.video-container embed,
.featherlight .featherlight-content iframe,
.featherlight .featherlight-content object,
.featherlight .featherlight-content embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.why-momentum-widget {
    text-align: center;
}

.why-momentum-widget button, .why-momentum-widget .header .massive-sub-menu .top .top-right-columns ul .menu-button-blue, .header .massive-sub-menu .top .top-right-columns ul .why-momentum-widget .menu-button-blue,
.why-momentum-widget .header .massive-sub-menu .top .top-right-columns ul .menu-button-orange,
.header .massive-sub-menu .top .top-right-columns ul .why-momentum-widget .menu-button-orange, .why-momentum-widget .footer .gform_wrapper form .gform_button, .footer .gform_wrapper form .why-momentum-widget .gform_button, .why-momentum-widget #bottom-social-menu .gform_wrapper form .gform_button, #bottom-social-menu .gform_wrapper form .why-momentum-widget .gform_button {
    padding: 5px 30px;
    min-height: 50px;
    width: 90%;
    text-align: center;
    font-size: 1.4rem;
    background-color: #00467E;
    margin-bottom: 20px;
    transition: background-color 0.2s ease-in;
}

.why-momentum-widget button:hover, .why-momentum-widget .header .massive-sub-menu .top .top-right-columns ul .menu-button-blue:hover, .header .massive-sub-menu .top .top-right-columns ul .why-momentum-widget .menu-button-blue:hover,
.why-momentum-widget .header .massive-sub-menu .top .top-right-columns ul .menu-button-orange:hover,
.header .massive-sub-menu .top .top-right-columns ul .why-momentum-widget .menu-button-orange:hover, .why-momentum-widget .footer .gform_wrapper form .gform_button:hover, .footer .gform_wrapper form .why-momentum-widget .gform_button:hover, .why-momentum-widget #bottom-social-menu .gform_wrapper form .gform_button:hover, #bottom-social-menu .gform_wrapper form .why-momentum-widget .gform_button:hover {
    background-color: #07345b;
}

@media screen and (max-width: 1000px) {
    .why-momentum-widget button, .why-momentum-widget .header .massive-sub-menu .top .top-right-columns ul .menu-button-blue, .header .massive-sub-menu .top .top-right-columns ul .why-momentum-widget .menu-button-blue,
    .why-momentum-widget .header .massive-sub-menu .top .top-right-columns ul .menu-button-orange,
    .header .massive-sub-menu .top .top-right-columns ul .why-momentum-widget .menu-button-orange, .why-momentum-widget .footer .gform_wrapper form .gform_button, .footer .gform_wrapper form .why-momentum-widget .gform_button, .why-momentum-widget #bottom-social-menu .gform_wrapper form .gform_button, #bottom-social-menu .gform_wrapper form .why-momentum-widget .gform_button {
        padding: 2%;
    }
}

.featherlight .featherlight-close-icon {
    color: #00467E;
    font-size: 22px;
    right: 2px;
    top: 2px;
    background: transparent;
}

.featherlight .featherlight-content {
    background: #eee9dd !important;
    box-shadow: 1px 1px 8px black;
    padding: 10px !important;
    height: auto;
}

.featherlight-iframe .featherlight-content {
    padding: 0 0 45.5% !important;
}

.featherlight .featherlight-content #whymomentum,
.featherlight .featherlight-content #campstyle
{
    display: block !important;
    width: 100%;
    padding: 20px 30px;
}

.featherlight .featherlight-content .team-member-modal {
    display: flex !important;
    flex-direction: column;
    width: 100%;
    padding: 20px 30px;
}

.featherlight .featherlight-content #whymomentum .popup-title,
.featherlight .featherlight-content #campstyle .popup-title,
.featherlight .featherlight-content .team-member-modal .popup-title
{
    text-align: center;
    color: #00467E;
    margin-top: 0;
}

.featherlight .featherlight-content #whymomentum .close-text,
.featherlight .featherlight-content #campstyle .close-text,
.featherlight .featherlight-content .team-member-modal .close-text
{
    position: absolute;
    top: 2px;
    right: 25px;
    padding: 0 4px 0 0;
    font-size: 12px;
    color: #00467E;
    cursor: pointer;
}

.featherlight .featherlight-content #whymomentum .book-it-wrapper form,
.featherlight .featherlight-content #campstyle .book-it-wrapper form,
.featherlight .featherlight-content .team-member-modal .book-it-wrapper form
{
    text-align: center;
}

.featherlight .featherlight-content #whymomentum .book-it-wrapper button,
.featherlight .featherlight-content #whymomentum .book-it-wrapper .footer .gform_wrapper form .gform_button,
.footer .gform_wrapper form .featherlight .featherlight-content #whymomentum .book-it-wrapper .gform_button,
.featherlight .featherlight-content #whymomentum .book-it-wrapper #bottom-social-menu .gform_wrapper form .gform_button,
#bottom-social-menu .gform_wrapper form .featherlight .featherlight-content #whymomentum .book-it-wrapper .gform_button,
.featherlight .featherlight-content #campstyle .book-it-wrapper button,
.featherlight .featherlight-content #campstyle .book-it-wrapper .footer .gform_wrapper form .gform_button,
.footer .gform_wrapper form .featherlight .featherlight-content #campstyle .book-it-wrapper .gform_button,
.featherlight .featherlight-content #campstyle .book-it-wrapper #bottom-social-menu .gform_wrapper form .gform_button,
#bottom-social-menu .gform_wrapper form .featherlight .featherlight-content #campstyle .book-it-wrapper .gform_button,
.featherlight .featherlight-content .team-member-modal .book-it-wrapper button,
.featherlight .featherlight-content .team-member-modal .book-it-wrapper .footer .gform_wrapper form .gform_button,
.footer .gform_wrapper form .featherlight .featherlight-content .team-member-modal .book-it-wrapper .gform_button,
.featherlight .featherlight-content .team-member-modal .book-it-wrapper #bottom-social-menu .gform_wrapper form .gform_button,
#bottom-social-menu .gform_wrapper form .featherlight .featherlight-content .team-member-modal .book-it-wrapper .gform_button
{
    display: inline-block;
    padding: 10px 15px;
}

#whymomentum,
#campstyle,
.team-member-modal
{
    display: none !important;
}

.why-momentum-body button, .why-momentum-body .header .massive-sub-menu .top .top-right-columns ul .menu-button-blue, .header .massive-sub-menu .top .top-right-columns ul .why-momentum-body .menu-button-blue,
.why-momentum-body .header .massive-sub-menu .top .top-right-columns ul .menu-button-orange,
.header .massive-sub-menu .top .top-right-columns ul .why-momentum-body .menu-button-orange, .why-momentum-body .footer .gform_wrapper form .gform_button, .footer .gform_wrapper form .why-momentum-body .gform_button, .why-momentum-body #bottom-social-menu .gform_wrapper form .gform_button, #bottom-social-menu .gform_wrapper form .why-momentum-body .gform_button {
    background-color: #00467E;
    transition: background-color 0.2s ease-in;
}

.why-momentum-body button:hover, .why-momentum-body .header .massive-sub-menu .top .top-right-columns ul .menu-button-blue:hover, .header .massive-sub-menu .top .top-right-columns ul .why-momentum-body .menu-button-blue:hover,
.why-momentum-body .header .massive-sub-menu .top .top-right-columns ul .menu-button-orange:hover,
.header .massive-sub-menu .top .top-right-columns ul .why-momentum-body .menu-button-orange:hover, .why-momentum-body .footer .gform_wrapper form .gform_button:hover, .footer .gform_wrapper form .why-momentum-body .gform_button:hover, .why-momentum-body #bottom-social-menu .gform_wrapper form .gform_button:hover, #bottom-social-menu .gform_wrapper form .why-momentum-body .gform_button:hover {
    background-color: #07345b;
}

.bottom-buttons {
    text-align: center;
}

.bottom-buttons .why-momentum-body,
.bottom-buttons .book-it-wrapper {
    display: inline-block;
}

.bottom-buttons .why-momentum-body button, .bottom-buttons .why-momentum-body .header .massive-sub-menu .top .top-right-columns ul .menu-button-blue, .header .massive-sub-menu .top .top-right-columns ul .bottom-buttons .why-momentum-body .menu-button-blue,
.bottom-buttons .why-momentum-body .header .massive-sub-menu .top .top-right-columns ul .menu-button-orange,
.header .massive-sub-menu .top .top-right-columns ul .bottom-buttons .why-momentum-body .menu-button-orange, .bottom-buttons .why-momentum-body .footer .gform_wrapper form .gform_button, .footer .gform_wrapper form .bottom-buttons .why-momentum-body .gform_button, .bottom-buttons .why-momentum-body #bottom-social-menu .gform_wrapper form .gform_button, #bottom-social-menu .gform_wrapper form .bottom-buttons .why-momentum-body .gform_button,
.bottom-buttons .book-it-wrapper button,
.bottom-buttons .book-it-wrapper .header .massive-sub-menu .top .top-right-columns ul .menu-button-blue,
.header .massive-sub-menu .top .top-right-columns ul .bottom-buttons .book-it-wrapper .menu-button-blue,
.bottom-buttons .book-it-wrapper .header .massive-sub-menu .top .top-right-columns ul .menu-button-orange,
.header .massive-sub-menu .top .top-right-columns ul .bottom-buttons .book-it-wrapper .menu-button-orange,
.bottom-buttons .book-it-wrapper .footer .gform_wrapper form .gform_button, .footer .gform_wrapper form
.bottom-buttons .book-it-wrapper .gform_button,
.bottom-buttons .book-it-wrapper #bottom-social-menu .gform_wrapper form .gform_button, #bottom-social-menu .gform_wrapper form
.bottom-buttons .book-it-wrapper .gform_button {
    padding: 5px 30px;
    min-height: 50px;
    vertical-align: middle;
}

.bottom-buttons .why-momentum-body {
    margin-right: 20px;
}

@media screen and (max-width: 420px) {
    .bottom-buttons .why-momentum-body {
        margin-right: 0;
    }
}

button .sub-head, .header .massive-sub-menu .top .top-right-columns ul .menu-button-blue .sub-head,
.header .massive-sub-menu .top .top-right-columns ul .menu-button-orange .sub-head, .footer .gform_wrapper form .gform_button .sub-head, #bottom-social-menu .gform_wrapper form .gform_button .sub-head {
    font-size: 1.2rem;
}

@media screen and (max-width: 640px) {
    .video-container,
    .featherlight .featherlight-content {
        width: 100%;
        padding: 0 0 56.5% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.video-link-container {
    margin-top: 30px;
}

.video-link-container .video-link {
    cursor: pointer;
}

.video-link-container .video-link {
    text-align: center;
}

.video-link-container .video-link i {
    color: #f5f5f5;
    font-size: 80px;
    opacity: 0.85;
    -webkit-transition: all linear 200ms;
    transition: all linear 200ms;
}

.video-link-container .video-link i:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    color: #f5f5f5;
    opacity: 1;
}

/* YouTube Responsive CSS for HubSpot */
.hs-responsive-embed-youtube {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 Aspect Ratio */
    padding-top: 25px;
}

.hs-responsive-embed-youtube iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
}

main.frontpage-main, main.trip-single-main {
    margin-top: calc(86vh - 40px);
    padding: 1% 0 5%;
    position: relative;
    z-index: 10;
    background: white;
    border-top: 1px solid #25120C;
}

@media screen and (max-width: 750px) {
    main.frontpage-main, main.trip-single-main {
        margin-top: 74%;
    }
}

main.frontpage-main h1.frontpage-title, main.trip-single-main h1.frontpage-title {
    font-weight: lighter;
    font-size: 33px;
    font-size: 3.3rem;
    margin-top: 0;
}

@media screen and (max-width: 750px) {
    main.frontpage-main h1.frontpage-title, main.trip-single-main h1.frontpage-title {
        margin-top: 10%;
        line-height: 3.6rem;
    }
}

main.frontpage-main h1, main.trip-single-main h1, main.frontpage-main h2, main.trip-single-main h2, main.frontpage-main .frontpage-subtitle, main.trip-single-main .frontpage-subtitle {
    text-align: center;
    display: block;
    margin-bottom: 7%;
}

main.frontpage-main h1, main.frontpage-main h2, main.frontpage-main .frontpage-subtitle {
    margin-bottom: 5%;
}

main.trip-single-main h1, main.trip-single-main h2, main.trip-single-main .frontpage-subtitle {
    margin-bottom: 7%;
}

main.frontpage-main .frontpage-subtitle, main.trip-single-main .frontpage-subtitle {
    font-size: 15px;
    font-size: 1.5rem;
    color: #666666;
}

main.frontpage-main .has-subtitle, main.trip-single-main .has-subtitle {
    margin-bottom: 0;
}

main.frontpage-main .dropout-title, main.trip-single-main .dropout-title {
    margin-top: 4rem;
}

main.frontpage-main .frontpage-testimonial, main.trip-single-main .frontpage-testimonial {
    color: #666666;
    font-style: italic;
    margin-bottom: 5%;
}

main.frontpage-main .frontpage-testimonial .name, main.trip-single-main .frontpage-testimonial .name {
    display: block;
    text-align: right;
}

main.frontpage-main .frontpage-testimonial .name.inline, main.trip-single-main .frontpage-testimonial .name.inline {
    display: inline;
}

main.frontpage-main .frontpage-testimonial .more-reviews, main.trip-single-main .frontpage-testimonial .more-reviews {
    display: block;
    text-align: right;
    margin-top: 1%;
    font-style: normal;
}

@media screen and (max-width: 540px) {
    main.frontpage-main .frontpage-testimonial, main.trip-single-main .frontpage-testimonial {
        margin-bottom: 10%;
    }
}

main.frontpage-main ul.frontpage-hero-button-container, main.trip-single-main ul.frontpage-hero-button-container {
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
    margin: 2% 0;
}

main.frontpage-main ul.frontpage-hero-button-container li, main.trip-single-main ul.frontpage-hero-button-container li {
    width: 50%;
    float: left;
}

main.frontpage-main ul.frontpage-hero-button-container li:first-of-type, main.trip-single-main ul.frontpage-hero-button-container li:first-of-type {
    text-align: right;
    padding-right: 2%;
}

main.frontpage-main ul.frontpage-hero-button-container li:last-of-type, main.trip-single-main ul.frontpage-hero-button-container li:last-of-type {
    text-align: left;
    padding-left: 2%;
}

main.frontpage-main ul.frontpage-hero-button-container li button, main.frontpage-main ul.frontpage-hero-button-container li #bottom-social-menu .gform_wrapper form .gform_button, #bottom-social-menu .gform_wrapper form main.frontpage-main ul.frontpage-hero-button-container li .gform_button, main.trip-single-main ul.frontpage-hero-button-container li button, main.trip-single-main ul.frontpage-hero-button-container li #bottom-social-menu .gform_wrapper form .gform_button, #bottom-social-menu .gform_wrapper form main.trip-single-main ul.frontpage-hero-button-container li .gform_button, main.frontpage-main .header .massive-sub-menu .top .top-right-columns ul.frontpage-hero-button-container li .menu-button-blue, main.trip-single-main .header .massive-sub-menu .top .top-right-columns ul.frontpage-hero-button-container li .menu-button-blue, .header .massive-sub-menu .top .top-right-columns main.frontpage-main ul.frontpage-hero-button-container li .menu-button-blue, .header .massive-sub-menu .top .top-right-columns main.trip-single-main ul.frontpage-hero-button-container li .menu-button-blue,
main.frontpage-main .header .massive-sub-menu .top .top-right-columns ul.frontpage-hero-button-container li .menu-button-orange,
main.trip-single-main .header .massive-sub-menu .top .top-right-columns ul.frontpage-hero-button-container li .menu-button-orange,
.header .massive-sub-menu .top .top-right-columns main.frontpage-main ul.frontpage-hero-button-container li .menu-button-orange,
.header .massive-sub-menu .top .top-right-columns main.trip-single-main ul.frontpage-hero-button-container li .menu-button-orange, main.frontpage-main ul.frontpage-hero-button-container li .footer .gform_wrapper form .gform_button, main.trip-single-main ul.frontpage-hero-button-container li .footer .gform_wrapper form .gform_button, .footer .gform_wrapper form main.frontpage-main ul.frontpage-hero-button-container li .gform_button, .footer .gform_wrapper form main.trip-single-main ul.frontpage-hero-button-container li .gform_button {
    width: 230px;
}

@media screen and (max-width: 540px) {
    main.frontpage-main ul.frontpage-hero-button-container li, main.trip-single-main ul.frontpage-hero-button-container li {
        width: 100%;
        padding: 0;
        margin-bottom: 2%;
        text-align: center;
    }

    main.frontpage-main ul.frontpage-hero-button-container li:first-of-type, main.trip-single-main ul.frontpage-hero-button-container li:first-of-type, main.frontpage-main ul.frontpage-hero-button-container li:last-of-type, main.trip-single-main ul.frontpage-hero-button-container li:last-of-type {
        text-align: center;
        padding-right: 0;
        padding-left: 0;
    }
}

main.frontpage-main .frontpage-after-trips, main.trip-single-main .frontpage-after-trips {
    text-align: center;
}

main.frontpage-main .frontpage-after-trips span.or, main.trip-single-main .frontpage-after-trips span.or {
    display: block;
    width: 100%;
}

main.frontpage-main .frontpage-after-trips button, main.frontpage-main .frontpage-after-trips #bottom-social-menu .gform_wrapper form .gform_button, #bottom-social-menu .gform_wrapper form main.frontpage-main .frontpage-after-trips .gform_button, main.trip-single-main .frontpage-after-trips button, main.trip-single-main .frontpage-after-trips #bottom-social-menu .gform_wrapper form .gform_button, #bottom-social-menu .gform_wrapper form main.trip-single-main .frontpage-after-trips .gform_button, main.frontpage-main .frontpage-after-trips .header .massive-sub-menu .top .top-right-columns ul .menu-button-blue, main.trip-single-main .frontpage-after-trips .header .massive-sub-menu .top .top-right-columns ul .menu-button-blue, .header .massive-sub-menu .top .top-right-columns ul main.frontpage-main .frontpage-after-trips .menu-button-blue, .header .massive-sub-menu .top .top-right-columns ul main.trip-single-main .frontpage-after-trips .menu-button-blue,
main.frontpage-main .frontpage-after-trips .header .massive-sub-menu .top .top-right-columns ul .menu-button-orange,
main.trip-single-main .frontpage-after-trips .header .massive-sub-menu .top .top-right-columns ul .menu-button-orange,
.header .massive-sub-menu .top .top-right-columns ul main.frontpage-main .frontpage-after-trips .menu-button-orange,
.header .massive-sub-menu .top .top-right-columns ul main.trip-single-main .frontpage-after-trips .menu-button-orange, main.frontpage-main .frontpage-after-trips .footer .gform_wrapper form .gform_button, main.trip-single-main .frontpage-after-trips .footer .gform_wrapper form .gform_button, .footer .gform_wrapper form main.frontpage-main .frontpage-after-trips .gform_button, .footer .gform_wrapper form main.trip-single-main .frontpage-after-trips .gform_button {
    padding: 1.1% 6%;
}

main.frontpage-main:before, main.trip-single-main:before {
    background: url("../img/river-swirls-white.png") left top no-repeat;
    background-size: 100% 100%;
    content: " ";
    position: absolute;
    top: -4.25vw;
    right: 0;
    width: 25%;
    height: auto;
    padding-bottom: 9%;
    z-index: 1;
}

@media screen and (max-width: 750px) {
    main.frontpage-main:before, main.trip-single-main:before {
        width: 38%;
        padding-bottom: 17%;
        top: -8vw;
    }
}

main.frontpage-main .featured-trip-blog-content h3.featured-trip-blog-title a {
    font-weight: bold !important;
}


main.frontpage-main .featured-trip-blog-content .featured-trip-blog-description {
    font-size: 1.7rem !important;
    line-height: 3rem;
}

/*------------------------------------*\
    TRIP SINGLE
\*------------------------------------*/
.trip-details-container {
    display: flex;
    width: 100%;
    margin-bottom: 5%;
}

@media screen and (max-width: 540px) {
    .trip-details-container {
        flex-direction: column;
    }
}

.trip-details-container .trip-details-half {
    width: 50%;
    float: left;
}

.trip-details-container .trip-details-half .left, .trip-details-container .trip-details-half .right {
    width: 54%;
    padding: 0 2%;
    text-align: center;
    height: 100%;
}

.trip-details-container .trip-details-half .left p, .trip-details-container .trip-details-half .right p {
    margin: 0;
}

.trip-details-container .trip-details-half .left h4, .trip-details-container .trip-details-half .right h4 {
    margin-bottom: 0;
}

.trip-details-container .trip-details-half .left h4:first-of-type, .trip-details-container .trip-details-half .right h4:first-of-type {
    margin-top: 0;
}

@media screen and (max-width: 1000px) {
    .trip-details-container .trip-details-half .left, .trip-details-container .trip-details-half .right {
        width: 70%;
    }
}

@media screen and (max-width: 750px) {
    .trip-details-container .trip-details-half .left, .trip-details-container .trip-details-half .right {
        width: 80%;
    }
}

@media screen and (max-width: 540px) {
    .trip-details-container .trip-details-half .left, .trip-details-container .trip-details-half .right {
        width: 100%;
    }
}

.trip-details-container .trip-details-half .left {
    float: right;
}


.trip-details-container .trip-details-half .right {
    float: left;
    border-left: 1px solid #666666;

}

@media screen and (max-width: 540px) {
    .trip-details-container .trip-details-half .right {
        border-left: none;
    }
}

@media screen and (max-width: 540px) {
    .trip-details-container .trip-details-half {
        width: 100%;
        margin-bottom: 4%;
    }
}

main.trip-single-main.no-slider-main {
    margin-top: 3%;
    border-top: none;
}

main.trip-single-main.no-slider-main:before {
    background: none;
}

main.trip-single-main article {
    margin-bottom: 5%;
}

#gform_wrapper_2 #field_2_7 {
    display: none !important;
}

/*------------------------------------*\
    LAST MINUTE REVIEW STUFF
\*------------------------------------*/
.subtitle, .frontpage-subtitle {
    font-weight: lighter;
}

.frontpage-testimonial {
    font-size: 1.8rem;
    line-height: 2.4rem;
}

.frontpage-testimonial .name {
    font-size: 1.4rem;
}

.frontpage-testimonial .name a.more-reviews {
    display: inline;
}

.recent-guest-testimonials {
    font-size: 1.4rem;
    color: #666666;
}

main.frontpage-main .recent-guest-testimonials li {
    font-size: 1.7rem;
    line-height: 3rem;
}
main.frontpage-main .recent-guest-testimonials li:first-of-type {
    margin-top: 0;
}

/*------------------------------------*\
    SOCIAL FEEDS
\*------------------------------------*/
ul.social-feeds, ul.social-feeds > li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

ul.social-feeds > li, ul.social-feeds > li ul > li {
    width: 50%;
    float: left;
}

ul.social-feeds > li:first-of-type, ul.social-feeds > li ul > li:first-of-type {
    padding-right: 1%;
}

ul.social-feeds > li:last-of-type, ul.social-feeds > li ul > li:last-of-type {
    padding-left: 1%;
}

ul.social-feeds > li ul li {
    display: inline-block;
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 750px) {
    ul.social-feeds > li, ul.social-feeds > li ul > li {
        width: 100%;
        margin-bottom: 1%;
    }
}

ul.social-feeds .social-title {
    position: relative;
    margin-bottom: 5%;
}

ul.social-feeds .social-title h2 {
    color: #25120C;
    margin-bottom: 0;
}

ul.social-feeds .social-title svg {
    width: 40px;
    vertical-align: middle;
}

ul.social-feeds .social-title:hover #instagram-icon .cls-3 {
    fill: #d2c2a2;
    transition: fill ease .2s, stroke ease .2s;
}

ul.social-feeds .social-title:hover #instagram-icon .cls-4 {
    fill: #fff;
    transition: fill ease .2s, stroke ease .2s;
}

ul.social-feeds .social-title:hover #facebook-icon .cls-2 {
    fill: #3e599f;
    transition: fill ease .2s, stroke ease .2s;
}

ul.social-feeds .social-title:hover #facebook-icon .cls-3 {
    fill: white;
    stroke: white;
    transition: fill ease .2s, stroke ease .2s;
}

ul.social-feeds .social-title:hover:after {
    color: #B86C25;
    transition: color ease .2s;
}

ul.social-feeds .social-title:after {
    bottom: -17%;
    content: "Follow us";
    font-size: 1.3rem;
    left: 3%;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
    color: #00467E;
    font-weight: normal;
    transition: color ease .2s;
    cursor: pointer;
}

ul.social-feeds #instafeed {
    background-color: #fafafa;
}

ul.social-feeds #instafeed .instabox {
    position: relative;
    width: 46%;
    margin: 2%;
    float: left;
    padding-bottom: 46%;
}

ul.social-feeds #instafeed .instabox__image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

ul.social-feeds #facefeed {
    height: 0;
    overflow: hidden;
    padding-bottom: 500px;
}

ul.social-feeds #instafeed {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

ul.social-feeds #instafeed .instagram_gallery {
    width: 500px;
}

#bottom-social-menu * {
    text-align: center;
}

#bottom-social-menu h3 {
    margin: 0 0 1%;
    text-align: center;
}

#bottom-social-menu a.button {
    transition: background-color 0.2s ease-in;
}

#bottom-social-menu a.button:hover {
    background-color: #07345b;
}

#bottom-social-menu .jrb-social-widget {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}

#bottom-social-menu .jrb-social-widget .social-repeater {
    margin: 0 auto;
}

#bottom-social-menu .gform_wrapper {
    margin: 0;
    padding-left: 3%;
}

#bottom-social-menu .gform_wrapper form {
    width: 100%;
    text-align: center;
    display: inline-block;
}

#bottom-social-menu .gform_wrapper form * {
    display: inline-block;
    width: auto;
}

#bottom-social-menu .gform_wrapper form input {
    width: 100% !important;
}

#bottom-social-menu .gform_wrapper form .top_label {
    margin: 0;
    padding: 0;
}

#bottom-social-menu .gform_wrapper form .gform_button {
    width: auto !important;
    padding: 9px 12px 7px;
}

#bottom-social-menu .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 3px;
}

.has-border {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.build-your-own-trip {
    line-height: 1.6rem;
}

.build-your-own-trip a h3, .build-your-own-trip h3 a {
    font-size: 1.8rem;
}

.build-your-own-trip small {
    color: #666666;
}

h1.arctic-title {
    margin-bottom: 3rem !important;
}

/*------------------------------------*\
    Last Minute Testimonial Archive Stuff
\*------------------------------------*/
.jrb-pagination-wrapper {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 10%;
}

.testimonial-archive-title {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.testimonial-archive-title--trip {
    line-height: 32px;
}

.testimonial-admin-deets {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.testimonial-admin-deets tbody {
    margin: 0 auto;
}

.featured-testimonial-marker {
    margin: 0 0 2%;
}

.testimonial-archive-testimonial-title {
    margin-bottom: 0;
}

#aggregate-rating {
    text-align: right;
}

#aggregate-rating .br-wrapper {
    display: inline-block;
    width: 100%;
    height: 20px;
}

#aggregate-rating .br-wrapper .br-widget {
    display: inline;
    float: right;
}

/*------------------------------------*\
    Last Minute Responsivity Changes
\*------------------------------------*/
.mobile {
    display: none;
    background: white;
}

@media screen and (max-width: 1000px) {
    .mobile {
        display: inline-block;
        width: 100%;
        padding-bottom: 5% !important;
    }

    .mobile .jrb-social-widget {
        display: none !important;
    }

    .mobile ul {
        text-align: left;
        width: 100%;
        padding: 0 7% !important;
        margin-bottom: 3% !important;
    }

    .desktop {
        display: none;
    }
}

/*------------------------------------*\
    Print Media Query
\*------------------------------------*/
@media print {
    .flexslider-frontpage .slider-overlay span.overlay-text .hero-text {
        color: white !important;
    }

    body.home-page, body.front-page, body.post-single, body.tax-regions, body.single-trip, body.tax-collections {
        background-image: none !important;
    }

    .header {
        position: relative !important;
    }

    .header > .nav ul li {
        font-size: 1.2rem !important;
        white-space: nowrap !important;
        padding: 7.5% 0 !important;
    }

    a[href]:after {
        display: none !important;
    }

    img {
        filter: none !important;
        transition: none !important;
    }

    .flexslider-frontpage .flex-control-nav, .flexslider-frontpage .flex-direction-nav {
        display: none !important;
    }

    .flexslider-frontpage {
        position: relative !important;
        margin: 0 !important;
    }

    .flexslider .slides {
        width: 100% !important;
        transform: none !important;
    }

    .flexslider .slides > li {
        display: none !important;
    }

    .flexslider .slides > li:nth-child(2) {
        display: block !important;
        width: 100% !important;
    }

    .flexslider .slides > li:nth-child(2) .overlay-text, .flexslider .slides > li:nth-child(2) .overlay-text * {
        color: #ffffff !important;
        -webkit-print-color-adjust: exact !important;
    }

    .flexslider .slides img {
        width: 100% !important;
        height: 100% !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    main.frontpage-main:before, main.trip-single-main:before {
        display: none !important;
    }

    .sidebar {
        display: none !important;
    }

    .ul.social-feeds, ul.social-feeds > li ul {
        display: none !important;
    }

    footer .footer-wrapper > *:not(.print-visible) {
        display: none !important;
    }

    footer:before {
        display: none !important;
    }
}
