/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8; }

.mfp-wrap {
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    z-index: 2043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box; }

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
    display: none; }

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 2045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }

.mfp-ajax-cur {
    cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
    cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }

.mfp-loading.mfp-figure {
    display: none; }

.mfp-hide {
    display: none !important; }

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 2044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
    color: #FFF; }

.mfp-s-ready .mfp-preloader {
    display: none; }

.mfp-s-error .mfp-content {
    display: none; }

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 2046;
    box-shadow: none;
    touch-action: manipulation; }

button::-moz-focus-inner {
    padding: 0;
    border: 0; }

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1; }
.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
    color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
    left: 0; }
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
    right: 0; }
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
    line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }

.mfp-image-holder .mfp-content {
    max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
        padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px; }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0; } }

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75); }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0; }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%; }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px; } }/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*
Theme Name: Apex Expeditions Theme
Author: Metric Media Inc.
Description: Wordpress Theme for Apex Expeditions
*/

/*
    (1) Base
    (2) Layout
    (3) Modules
    (4) Media Queries
*/

/*
-------------------------------
(1) Base
-------------------------------
*/

html {
	height: 100%;
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

body {
	margin: 0;
	padding: 0;
	background-color: #301c0a;
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 14px;
	color: #000;
	line-height: 1.5;
	height: 100%;
}

body.mobile-nav {
	overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li {
	margin: 0;
	padding: 0;
}

h2 {
	margin-bottom: 0.3em;
}

ul,
ol {
	list-style-type: none;
}

a {
	text-decoration: none;
}

a:hover {
	color: #82bebb;
}

h1,
h2,
h3 {
	font-weight: 300;
}

h1 {
	font-size: 30px;
	color: #007a72;
}

h2 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
	font-weight: 300;
}

h4.bold {
	font-weight: 600;
	font-size: 16px;
}

a {
	color: #007972;
}

img {
	border: none;
}

.h2 {
	font-size: 24px;
	color: #007a72;
	margin-bottom: 15px;
}
.clear {
	line-height: 0;
	font-size: 1px;
	overflow: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.invisible {
	display: none !important;
}

.lightbox-content {
	padding: 10px 20px;
	background: #fff;
}

.rates-content .mfp-content {
	margin: 0 auto;
	max-width: 600px;
	width: 100%;
}

.button {
	display: block;
	float: left;
	color: #fff;
	background-color: #007a72;
	padding: 8px 14px;
}

a.button:hover {
	background-color: #005b55;
	color: #fff;
}

.button.white {
	background-color: #e6e1d7;
	color: #007a72;
}

a.button.white:hover {
	background-color: #f6f4f1;
	color: #007a72;
}

.button.block {
	display: inline-block;
	float: none;
}

.banner {
	width: 100%;
}

.banner img {
	width: 100%;
	height: auto;
	display: block;
}

.animate {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.bottom-margin {
	margin-bottom: 15px;
}

.hp {
	position: absolute;
	left: -100000px;
}
/*
-------------------------------
(2) Layout
-------------------------------
*/

#ruler {
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	top: -1px;
}

#wrap {
	/*min-height: 100%;*/
	height: 100%;
}

/* main */
#main {
	overflow: auto;
	/*padding-bottom: 44px;*/
	margin-top: 80px;
	/*min-height: 100%;*/
}

/* header */
#header {
	/*overflow: hidden;*/
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 79px;
	z-index: 500;
	border-bottom: 1px solid #f3f0eb;
	line-height: 1.3;
}

body.admin-bar #header {
	top: 32px;
}

#header #logo img {
	display: block;
	float: left;
}

/* nav */
#nav {
	float: right;
	margin-top: 32px;
	/*width: 690px;*/
	/*margin-right: 5%;*/
	margin-right: 73px;
}

#nav li {
	float: left;
	margin: 0 25px;
	text-transform: uppercase;
	font-size: 12px;
}

#nav li a {
	color: #231f20;
	font-weight: 600;
}

#nav li a.active,
#nav li a:hover,
#nav li a:focus,
#nav li a.active {
	color: #007a72;
}

#nav li.nav-button {
	margin-right: 0;
	margin-left: 30px;
}

#nav li.nav-button a {
	/*border: 1px solid #a7a7a7;*/
	color: #fff;
	background-color: #007a72;
	padding: 6px 16px;
}

#nav li.nav-button a:hover {
	background-color: #005b55;
}

#burger {
	display: none;
}

#mobile-nav {
	position: fixed;
	top: 80px;
	left: 0;
	z-index: 1000;
	background-color: #fff;
	width: 100%;
	/*height: 100%;*/
	padding-bottom: 40px;
	display: none;
	line-height: 1.3;
}

#mobile-nav #close-menu {
	display: block;
}

#mobile-nav li.nav-button {
	display: none;
}

/* slides */
.slider-wrap {
	position: relative;
}

.slick-dots {
	display: flex !important;
	justify-content: center;
	flex-wrap: wrap;
}

.slick-slide {
	position: relative;
}

.slick-dots {
	list-style: none;
	margin: 0;
	padding: 0;

	position: absolute;
	top: auto !important;
	bottom: 5px;
	left: 0;
	z-index: 200 !important;
	visibility: visible !important;
	width: 100%;
	height: 20px;
	text-align: center;
}

.slick-dots li {
	display: inline;
}

.slick-dots button {
	background: transparent url(/wp-content/themes/ApexExpeditionsTheme/images/slider_dots.png) 0 -20px no-repeat;
	width: 15px;
	height: 16px;
	margin-right: 15px;
	display: inline-block;
	overflow: hidden;
	text-indent: -100px;
	position: relative;
	z-index: 200 !important;
	cursor: pointer;
}

.slick-dots li.slick-active button {
	background-position: 0 0;
}

.slick-dots button {
	appearance: none;
	display: block;
	border: none;
	border-radius: 0;
}

.slide {
	position: relative;
	width: 100%;
}

/* hide all but the first slide when initializing */
#slideshow.loading .slide-item {
	display: none;
}

/* show only the first slide item when initializing */
#slideshow.loading .slide-item.first {
	display: block;
}

.slide-image img {
	display: block;
}

.slide-video {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	background-color: #301c0a;
}

.slide-video object,
.slide-video embed {
	display: block;
}

.slide-image img {
	width: 100%;
	height: auto;
	display: block;
}

.slide-text {
	position: absolute;
	top: auto;
	left: auto;
	bottom: 32px;
	right: 24px;
	padding: 10px 14px;
	background-color: rgba(48, 28, 10, 0.75);
	width: 280px;
	color: #fff;
	opacity: 0;
}

.slide-text-below {
	font-size: 12px;
	padding: 5px;
}

.slide-text h3 {
	font-size: 36px;
	margin-bottom: 34px;
}

.slide-text p {
	font-size: 12px;
}

#caption {
	padding: 5px;
	font-size: 12px;
}

/* homepage slideshow overrides */

body.home .slide-text {
	top: 100px;
	left: 100px;
	padding: 25px 28px 42px;
	bottom: auto;
	width: 310px;
}

body.home .slide-text.caption-right {
	left: initial;
	right: 100px;
}

body.home .slide-text p {
	font-size: 24px;
	font-weight: 300;
}

.slide-text .button,
.map-list .button {
	margin-top: 60px;
}

.headline-text {
	max-width: 500px;
}

.sub-slider,
.get-in-touch,
#expedition-header,
.fact {
	/* background: transparent url("/wp-content/themes/ApexExpeditionsTheme/images/paper_texture.jpg"); */
	background-color: #e6e1d7;
}

.sub-slider-inner {
	/* background: transparent url("/wp-content/themes/ApexExpeditionsTheme/images/topography_top_light.png") right top no-repeat; */
	background: #f2ede3 url('/wp-content/themes/ApexExpeditionsTheme/images/topography_top_light.png') right top no-repeat;
	/* background-color: #e6e1d7; */
	padding: 30px 35% 33px 100px;
	overflow: auto;
}

.sub-slider-inner-body {
	max-width: 800px;
}

.sub-slider-inner-body p:last-child a {
	display: block;
	float: left;
	color: #fff;
	background-color: #007a72;
	padding: 8px 14px;
	font-size: 14px;
}

.sub-slider-inner-body p:last-child a:hover {
	background-color: #005b55;
}

.sub-slider h2,
.sub-slider h1 {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 14px;
	color: black;
}

.sub-slider p {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 300;
}

.map-container {
	overflow: hidden;
	background-color: #007972;
}

#map-canvas-wrapper {
	float: left;
	width: 66.66%;
	position: relative;
}

@media (min-width: 701px) {
	body.home #map-canvas-wrapper {
		width: 71%;
	}
}

#map-canvas {
	background-color: #66CFE4 !important;
}

#map-canvas > div {
	background-color: transparent !important;
}

/*body.home #map-canvas {
    border-top: 7px solid #007972;
}*/

.map-list {
	float: right;
	width: 33.33%;
	background-color: #007972;
	color: #fff;
	position: relative;
	min-height: 650px;
}

body.home .map-list {
	width: 29%;
}

.map-list #map-arrow {
	position: absolute;
	left: -46px;
	width: 46px;
	height: 100%;
	background: transparent url(/wp-content/themes/ApexExpeditionsTheme/images/bg_map_arrow.png) -30px center no-repeat;
	z-index: 1;
}

.map-list-inner {
	padding: 40px 15% 40px;
	overflow: auto;
}

.map-list h3 {
	font-size: 21px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 18px;
}

body.home .map-list h3 {
	margin-bottom: 8px;
}

.map-list li {
	margin-bottom: 10px;
}

.map-list li.region {
	padding-top: 10px;
	font-weight: bold;
	font-size: 16px;
}

.map-list li a {
	color: #fff;
}

.map-list li a:hover {
	color: #eee;
}

.map-list ol {
	counter-reset: the-counter;
}

.map-list ol li {
	position: relative;
	padding-left: 33px;
	margin-bottom: 18px;
}

.map-list ol li a:before {
	content: counter(the-counter, upper-alpha);
	counter-increment: the-counter;
	font-size: 13px;
	font-family: 'News Cycle';
	line-height: 20px;
	padding-bottom: 2px;
	color: #fff;
	position: absolute;
	left: 0;
	top: -2px;
	width: 22px;
	border: 2px solid #fff;
	border-radius: 14px;
	text-align: center;
}

.map-list ol li.index-9 a:before {
	font-family: 'Nobile';
}

.map-list .button {
	margin-top: 14px;
	clear: left;
	text-align: center;
	min-width: 11em;
}

ul.legend {
	margin-top: 50px;
}

.legend span {
	border: 1px solid #fff;
	background-color: #00a9ce;
	display: inline-block;
	width: 25px;
	height: 4px;
	vertical-align: middle;
	margin-right: 10px;
}

.legend li {
	display: none;
}

.legend span.air {
	background-color: #00a9ce;
}
.legend span.road {
	background-color: #663d35;
}
.legend span.rail {
	background-color: #ff5400;
}

.legend span.boat {
	background-color: #a61b4a;
}

.legend span.dogsled {
	background-color: #3000ce;
}

#zoomin {
	bottom: 58px;
	cursor: pointer;
	position: absolute;
	right: 20px;
	z-index: 30;
}
#zoomout {
	bottom: 22px;
	cursor: pointer;
	position: absolute;
	right: 20px;
	z-index: 30;
}

.gm-style-iw,
.gm-style-iw div {
	overflow: visible !important;
}
.gm-style .gm-style-iw-c {
	padding-left: 0;
	padding-right: 0;
}

.gm-style .gm-style-iw-c,
.gm-style-iw-d {
	max-height: none !important;
}

/*.gm-style-iw>div {
	width: 278px !important;
}*/
.gm-infowindow h1,
.single-expedition .gm-infowindow h1,
.gm-infowindow h4,
.single-expedition .gm-infowindow h {
	color: #000000;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	padding-top: 5px;
	margin-bottom: 10px;
}
.gm-infowindow .infowindow-img {
	/*height: 180px;*/
	margin-bottom: 11px;
}
.gm-infowindow img {
	height: auto;
	/*margin: 0 -20px;
    width: 320px;*/
	width: 100%;
}
.gm-infowindow p {
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 6px;
}

.gm-infowindow p.link {
	margin-top: 2px;
}

.gm-infowindow p.link.additional {
	margin-top: 0;
}

.gm-infowindow p.link a {
	font-size: 10px;
	line-height: 15px;
	padding-bottom: 4px;
	background: transparent url(/wp-content/themes/ApexExpeditionsTheme/images/home_popup_arrow.png) 100% 0 no-repeat;
	padding-right: 20px;
	color: #000;
}
.gm-infowindow p.link a:hover {
	color: #007972;
	background-position: 100% -20px;
}
.gm-style-iw {
	left: 21px !important;
}

.infowindow-pad {
	padding-left: 12px;
	padding-right: 12px;
}

.get-in-touch {
	padding: 25px 0 8px 100px;
	overflow: auto;
}

body.home .get-in-touch {
	background: #fff;
}

.get-in-touch .get-in-touch-inner {
	position: relative;
	/*max-width: 1200px;*/
	overflow: hidden;
	min-height: 20px;
	padding: 5px 0;
}

.get-in-touch h3 {
	float: left;
	font-size: 24px;
	padding-top: 1px;
	margin-right: 32px;
	margin-bottom: 20px;
}

.home .get-in-touch h3,
.single-expedition .get-in-touch h3 {
	margin-right: 18px;
}

.get-in-touch .button {
	float: left;
	display: inline-block;
	height: 20px;
	margin-bottom: 20px;
	margin-right: 8%;
}

.home .get-in-touch .button,
.single-expedition .get-in-touch .button {
	margin-right: 0;
}

.get-in-touch a.button:hover {
	color: #fff;
}

.dark-band {
	background-color: #301c0a;
	padding: 40px 100px 0 100px;
	overflow-y: auto;
	overflow-x: hidden;
	color: #fff;
}

.dark-band.bottom {
	background: #301c0a url(/wp-content/themes/ApexExpeditionsTheme/images/topography_dark_bottom.png) bottom right no-repeat;
}

.dark-band a {
	color: #fff;
}

/* icon */
.icon {
	display: block;
	float: left;
	margin-right: 18px;
}

/* blog excerpt */

.blog-excerpt {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	width: 48%;
	padding: 0 4% 0 245px;
	margin-bottom: 30px;
	position: relative;
	min-height: 157px; /* for absolutely positioned thumbs. without a min height, wrapper will show scrollbars */
}

.blog-excerpt.extra {
	display: none;
}

.blog-excerpt .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	padding: 9px;
	background-color: #007972;
}

.blog-excerpt .icon img {
	display: block;
}

.blog-excerpt .thumb {
	float: left;
	width: 160px;
	position: absolute;
	top: 0;
	left: 68px;
}

.blog-excerpt .content h3,
.blog-excerpt .content h3 {
	margin-bottom: 15px;
}

.blog-excerpt .content p {
	margin-bottom: 15px;
}

/* home features */

.home-features-band {
	/* background: transparent url("/wp-content/themes/ApexExpeditionsTheme/images/paper_texture.jpg") repeat scroll 0 0; */
	background-color: #e6e1d7;
	padding: 50px 100px 0; /* padding-top was 40px */
	overflow: auto;
}

.home-features-band--white {
	background-color: white;
}

.home-features {
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
	width: 30.6%;
	padding: 0 0 0 4%;
	margin-bottom: 40px;
}

.home-features.first {
	padding-left: 0;
}

/*.home-features.extra {
    display: none;
}*/

.home-features .thumb {
	margin-bottom: 10px;
}

.home-features .thumb img {
	width: 100%;
}

.home-features .content h3,
.home-features .content h4 {
	margin-bottom: 15px;
	font-size: 22px;
}

.home-features .content h3 a,
.home-features .content h4 a {
	color: #000;
}

.home-features .content h3 a:hover,
.home-features .content h4 a:hover {
	color: #007a72;
}

/* leader list */

.dark-band.expedition-leaders {
	padding-right: 20px;
}

.expedition-leader {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/*float: left;*/
	width: 33%;
	padding: 0 3% 0 177px;
	margin-bottom: 30px;
	position: relative;
	min-height: 157px;
	display: inline-block;
	vertical-align: top;
}

/*.expedition-leader h3 {
    margin-top: 13%;
}*/

.expedition-leader a.panel-link {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	left: 0;
}

.expedition-leader .thumb {
	position: absolute;
	top: 0;
	left: 0;
}

.expedition-leader .thumb img {
	max-width: 157px;
}

/* cta */
.cta {
	width: 60%;
	max-width: 650px;
	position: relative;
	min-height: 171px; /* prevent overflow problems */
	padding-left: 290px;
	margin-bottom: 30px;
}

.cta .thumb {
	width: 252px;
	position: absolute;
	top: 0;
	left: 0;
}

.cta .thumb img {
	display: block;
}

.cta .content {
	overflow: auto;
}
.cta .content h3 {
	margin-bottom: 15px;
}

.cta .content p {
	font-size: 16px;
	margin-bottom: 15px;
}

.dark-band h3,
.dark-band h4 {
	font-size: 24px;
	/*
    margin-left: 250px;
    margin-right: 40px;
    */
}

.dark-band p {
	/*
    margin-left: 250px;
    margin-right: 40px;
    */
}

.dark-band p.more-link {
	margin-top: 12px;
}

.recent-posts h3 {
	padding-right: 10%;
}

/* journal page */

#journal {
	background-color: #e6e1d7;
	padding: 50px 50px 50px 50px;
}

#journal-inner {
	background-color: #fff;
	overflow: auto;
	max-width: 1150px;
}

#journal-inner .right h2 {
	color: #007972;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 7px;
}

#journal-inner .left {
	float: left;
	width: 70%;
	padding-top: 35px;
}

#journal-inner .content .slider-wrap {
	margin-bottom: 15px;
}

#journal-inner .content #slider .slick-dots {
	position: relative;
}

/* left side of journal */
#journal-inner h1 {
	margin-left: 50px;
	margin-bottom: 50px;
	padding-bottom: 30px;
	border-bottom: 1px solid #007a72;
	/*background: transparent url(/wp-content/themes/ApexExpeditionsTheme/images/bg_journal_underscore.png) bottom left no-repeat;*/
}

body.single #journal-inner h1 {
	border-bottom: none;
	padding-bottom: 0;
	margin: 0 0 15px;
	font-size: 24px;
}

#entries {
	padding-bottom: 40px;
}

#entries .photo {
	margin-bottom: 10px;
}

#entries .photo img {
	width: 100%;
	height: auto;
}

#entries .slick-dots {
	margin-bottom: 30px;
	position: static;
}

#entries .slide-text-below p {
	margin-bottom: 0;
}

#entries .video iframe {
	/* 
    CM: 09/12/2020 - disabling this so that iframes stick to the left margin in /blog
    width:100%; */
}

#entries > ul > li,
#entries li.individual-entry {
	padding-left: 80px;
	margin-bottom: 45px;
	position: relative;
}

#entries .meta {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	text-align: center;
}

#entries .meta .icon {
	width: 50px;
	height: 40px;
	text-align: center;
	background-color: #007972;
	padding-top: 10px;
}

#entries .meta .date {
	font-size: 11px;
	font-weight: 400;
	color: #301c0a;
	text-transform: uppercase;
}

#entries .meta .count {
	font-weight: bold;
	font-size: 25px;
}

/*#entries h2 {
    color: #007972;
    margin-bottom: 15px;
}*/

/*#entries p, h2{
    font-size: 1em;;
    line-height: 1em;
    overflow: visible;
    clear: left;
}*/

#entries p {
	margin-bottom: 15px;
	line-height: 1.5em;
	overflow: visible;
	clear: left;
}
.posted-by-h2 {
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: 300;
	overflow: visible;
	clear: left;
}

#entries .content ul {
	list-style-type: disc;
	padding-left: 1.5em;
	margin-bottom: 15px;
}

#entries .content ol {
	list-style-type: decimal;
	padding-left: 1.5em;
	margin-bottom: 15px;
}

#entries .content li {
	margin-bottom: 9px;
}

#entries span.comment,
#entries a.comment {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #d6d2ce;
}

#entries p.read-more {
	position: relative;
}

/* Ajax Load More Plugin */
.alm-listing li {
	padding: 0 0 0 80px;
	position: relative;
}
.alm-listing li a {
	color: #007972;
}
.alm-listing li img {
	position: relative;
	border-radius: 0;
}

/* comments */

#entries #comments {
	margin-top: 30px;
	margin-left: 80px;
	padding-top: 20px;
	border-top: 1px solid #d6d2ce;
}

#entries .comments-wrapper {
	border-bottom: 1px solid #d6d2ce;
	padding-bottom: 25px;
	margin-bottom: 20px;
}

#entries #comment-nav-below {
	margin-top: 20px;
}

#entries #comment-nav-below .nav-next {
	float: right;
}

#entries .commentlist .comment {
	padding: 15px 12px;
	font-size: 13px;
}

#entries .commentlist > .comment:nth-child(odd) {
	background: #eceae5;
}

#entries .commentlist > .comment:nth-child(even) {
	background: #f9f8f4;
}

#entries .commentlist .comment .comment-author,
#entries .commentlist .comment .comment-meta,
#entries .commentlist .comment .reply {
	font-size: 12px;
}

#entries .commentlist .comment .comment-meta {
	margin-bottom: 15px;
}

#entries .commentlist .comment .comment-author img {
	float: left;
	padding-right: 8px;
	display: none;
}

#entries #comments h3.comments-title,
#entries #respond h3.comment-reply-title {
	font-size: 20px;
	padding-bottom: 12px;
	color: #007a72;
}

#entries #respond p {
	margin-bottom: 10px;
}

#entries #respond #cancel-comment-reply-link {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #d6d2ce;
	font-size: 13px;
}

#entries #respond input[type='text'],
#entries #respond textarea {
	width: 75%;
	max-width: none;
}

#entries #respond input[type='submit'] {
	padding: 5px 10px;
	font-size: 14px;
	margin-top: 15px;
}

p.read-more a {
	padding-right: 20px;
	background: #fff url(/wp-content/themes/ApexExpeditionsTheme/images/readmore.png) 95% 60% no-repeat;
	display: inline-block;
	position: relative;
	bottom: -3px;
	line-height: 1.3;
}

p.post-navigation {
	text-align: right;
	height: 20px;
	padding-left: 80px;
}

p.post-navigation a.newer-posts {
	padding-left: 15px;
	background: transparent url(/wp-content/themes/ApexExpeditionsTheme/images/newerposts.png) 0% 50% no-repeat;
	color: #301c0a;
	font-weight: 600;
	float: left;
}

p.post-navigation a.older-posts {
	padding-right: 15px;
	background: transparent url(/wp-content/themes/ApexExpeditionsTheme/images/olderposts.png) 100% 50% no-repeat;
	color: #301c0a;
	font-weight: 600;
}

/* right column in journal */
#journal-inner .right {
	float: left;
	width: 20%;
	padding: 65px 5% 40px 5%;
	font-size: 13px;
}

#journal-inner #about {
	margin-bottom: 60px;
}

#journal-inner .right h3 {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 7px;
	color: #007972;
}

#journal-inner .right ul,
#journal-inner .right p {
	margin-bottom: 20px;
}

#journal-inner .right li {
	margin-bottom: 3px;
}

#latest-post li {
	clear: both;
	padding-bottom: 15px;
	margin-bottom: 2px;
	overflow: auto;
}

#latest-post .icon {
	margin-right: 5px;
	width: 50px;
	height: 40px;
	background: #007972;
	padding-top: 10px;
	text-align: center;
}

#latest-post .content {
	float: left;
	width: 70%;
}

/* footer */
#footer {
	background-color: #fff;
	color: #666;
	font-size: 11px;
	/*height: 14px;*/
	padding: 14px 0 10px;
	/*position: fixed;*/
	/* negative value of footer height */
	/*margin-top: -42px;*/
	/*bottom: 0;*/
	width: 100%;
	clear: both;
	/*z-index: 300;*/
	border-top: 1px solid #f3f0eb;
	overflow: auto;
	box-sizing: border-box;
}

.footer-padding {
	padding-left: 100px;
	padding-right: 100px;
}

#footer .upper-wrapper {
	clear: both;
	overflow: auto;
	padding-top: 10px;
}

#footer .lower-wrapper {
	clear: both;
	overflow: auto;
	margin-top: 6px;
	margin-bottom: 10px;
	padding-top: 22px;
	padding-bottom: 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#footer h2 {
	font-size: 14px;
	font-weight: 700;
	color: #007972;
}

#footer h3 {
	font-size: 14px;
	font-weight: 700;
	color: #666;
}

.footer-contact-info-wrapper {
	flex-basis: 290px;
}

.footer-contact-info {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-bottom: 2rem;
	font-size: 14px;
}

.signup {
	font-size: 14px;
	font-weight: 700;
}
.tweet {
	background: transparent url(/wp-content/themes/ApexExpeditionsTheme/images/icon_tweet.png) 0 0 no-repeat;
	padding-left: 30px;
	margin-left: 100px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.contact-form-wrapper {
	float: left;
	color: #007972;
}

input[name='URL'],
#salesforce-form input[name='URL'],
#contact-form input[name='URL'] {
	/*display: none;*/
	position: absolute;
	left: -100000px;
}

#footer #contact-form {
	padding: 10px 0 20px 0;
	overflow: auto;
}

#footer #contact-form input[type='text'],
#footer #contact-form input[type='email'] {
	height: 28px;
	width: auto;
	float: left;
	padding-left: 6px;
	margin-right: 10px;
	border: 1px solid #ccc;
}

#footer #contact-form input.name {
	width: 80px;
}

#footer #contact-form input.email {
	width: 160px;
}

#footer #contact-form input {
	float: left;
}

#footer #contact-form input[type='submit'] {
	height: 32px;
	padding-top: 8px;
	background-color: #007a72;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 0;
}

.copyright {
	font-size: 12px;
	line-height: 17px;
}

.copyright .footer-utility {
	float: right;
}

.copyright .footer-utility li {
	float: left;
	border-left: 1px solid #666;
}

.copyright .footer-utility li.first {
	border-left: none;
}

.copyright .footer-utility li a {
	padding: 0 6px;
	color: #666;
}

.copyright .footer-utility li a.last {
	padding-right: 0;
}

.copyright .footer-utility li a:hover {
	color: #007972;
}

.social-icons {
	float: right;
	/*margin-right: 100px;*/
}

#footer .social-icons {
	padding-bottom: 12px;
	color: #007972;
	font-weight: 700;
}

.social-icons span.label {
	margin-top: 0px;
	float: left;
	font-size: 14px;
	margin-right: 9px;
}

#main .social-icons {
	float: none;
	margin-right: 0;
}

.social-icons a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 26px;
	height: 26px;
	margin: -5px 0 0 7px;
	padding: 2px;

	border-radius: 100%;
	overflow: hidden;
	
	background-color: #666;
	color: #fff;
}

.social-icons a:hover {
	background-color: #007972;
}

.social-icons svg {
	display: block;
	width: 20px;
	height: 20px;
}

#main .social-icons a {
	margin: 5px 7px 16px 0;
}

.footer-menu-wrapper {
	display: flex;
	max-width: 1400px;
	column-gap: 4vw;
}

#footer .menu  {
	display: flex;
	column-gap: 4vw;
}

#footer .menu > li {
	list-style-type: none;
	line-height: 20px;
	font-weight: bold;
	font-size: 14px;
	box-sizing: border-box;
	vertical-align: top;
	margin-bottom: 1rem;
}

#footer .menu > li a {
	color: #666;
}

#footer .menu > li a:hover {
	color: #666;
}

#footer .menu > li a[href]:hover {
	color: #007972;
}

#footer .menu li ul {
	display: block;
	margin: 0;
}

#footer ul.menu li ul {
	/* min-width: 120px; */
}

#footer ul.menu li ul li {
	float: none;
	font-weight: normal;
	margin-bottom: 0.5rem;	
}

#footer ul.menu > li > a {
	display: block;
	line-height: 1.3 !important; /* These links are actually headers, anchors with no hrefs, ie <a>Company</a> */
	margin-bottom: 0.35rem;
}

#footer ul.menu li ul li a[href] {
	display: block;
	line-height: 1; /* These are the actual menu item links */
}

#footer .footer-contact {
	display: inline-block;
}

.footer-contact #logo {
	margin-bottom: 6px;
	display: block;
}
/* expeditions */
#expeditions {
	overflow: auto;
	position: relative;
}

#expedition-thumbs li {
	float: left;
	width: 25%;
	position: relative;
}

#expedition-thumbs li img {
	display: block;
	width: 100%;
	height: auto;
}

#expedition-thumbs .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
}

#expedition-thumbs .surface {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 400;
	cursor: pointer;
}

#expedition-thumbs .surface img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.expedition-info {
	top: auto;
	background-color: #e6e1d7;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: none;
}

.expedition-info a {
	z-index: 200;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}

.expedition-info h3 {
	color: #007a72;
	font-size: 24px;
	margin: 7% 34px 0;
}

.expedition-info p {
	margin: 20px 34px 0;
}

.expedition-info p.dates {
	margin-top: 0;
}

#expedition-filter {
	position: fixed;
	bottom: 90px;
	left: 100px;
	background-color: #fff;
	padding: 0 7px;
	z-index: 500;
}

#expedition-filter.asia {
}

#footer #expedition-filter {
	position: static;
	margin: 0 -10% 15px -10%;
	width: 116%;
}
#expedition-filter li {
	float: left;
	margin: 5px 10px;
	font-size: 12px;
}

#expedition-filter li a {
	color: #000;
	display: block;
	background: transparent url('/wp-content/themes/ApexExpeditionsTheme/images/expedition_category_dots.png') 0 -13px no-repeat;
	padding: 2px 0 2px 12px;
}

#expedition-filter li a:hover,
#expedition-filter li.current a {
	background-position: 0 7px;
}

#expedition-header {
	padding: 25px 0 32px 0;
	overflow: auto;
	font-size: 18px;
}

#expedition-header h2 {
	font-size: 30px; /*18px;*/
	color: #007a72;
}

#expedition-header .right {
	/*width: 503px;*/
	/*padding-right: 5%;*/
	padding-right: 73px;
	padding-top: 13px;
}

#expedition-header .left {
	margin-left: 8%;
}

#expedition-header p {
	line-height: 1.5;
	font-weight: 300;
}

#expedition-header .button {
	margin-left: 30px;
	width: 140px;
	font-size: 12px;
	text-transform: uppercase;
	float: none;
	margin-bottom: 15px;
	text-align: center;
}

.single-expedition h1 {
	color: #000;
	font-size: 24px;
	margin-bottom: 18px;
}

#request-reservation-lightbox,
#brochure-lightbox {
	background-color: #fff;
	padding: 20px;
	max-width: 560px;
	margin: 0 auto;
	position: relative;
}

.brochure-thumb {
	display: inline-block;
	max-width: 150px;
	overflow: hidden;
	margin-right: 20px;
	vertical-align: middle;
}

.brochure-thumb img {
	width: 100%;
	height: auto;
	display: block;
}

.brochure-dates {
	display: inline-block;
	vertical-align: middle;
}

.brochure-list {
	margin: 15px 0;
}

.brochure-item {
	display: inline-block;
	vertical-align: middle;
	min-width: 120px;
}

.lightbox-form h2 {
	color: #007a72;
	margin-bottom: 15px;
}

.lightbox-form h2 .expedition-name {
	color: #000;
	display: block;
}

/* trip controls on expedition page */

#trip-controls {
	padding-right: 30%;
	position: relative;
	margin-top: 20px;
	text-align: center;
}

#trip-controls a {
	font-weight: normal;
	font-size: 0.8em;
	padding: 2px 0;
}

#trip-controls a:hover {
	color: #007a72;
}

#trip-controls #map-controls {
	color: #8c8c8c;
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
}

#trip-controls #prev-day {
	color: #007a72;
	background: transparent url(/wp-content/themes/ApexExpeditionsTheme/images/previous_arrow.png) 0 -18px no-repeat;
	padding-left: 20px;
	margin-right: 2px;
}

#trip-controls #next-day {
	color: #007a72;
	background: transparent url(/wp-content/themes/ApexExpeditionsTheme/images/next_arrow.png) 100% -18px no-repeat;
	padding-right: 20px;
	margin-left: 2px;
}

#trip-controls #next-day.disabled,
#trip-controls #prev-day.disabled {
	color: #8c8c8c;
}

#trip-controls #prev-day.disabled {
	background-position: 0 2px;
}
#trip-controls #next-day.disabled {
	background-position: 100% 2px;
}

#trip-controls #download-full-itinerary,
#trip-controls #download-vessel-information {
	color: #8c8c8c;
	position: absolute;
	right: 30%;
	padding-top: 3px;
}

#trip-controls #download-vessel-information {
	top: 18px;
}

.rates_content {
	text-align: center;
}

.rates_content h2 {
	color: #007a72;
}

.rates_content table {
	width: 100%;
	border-spacing: 6px;
}

.rates_content th {
	color: #007a72;
	font-size: 16px;
	padding: 4px;
	text-align: center;
	font-weight: normal;
}

.rates_content td {
	padding: 3px 24px;
	text-align: center;
	font-size: 15px;
	width: 40%;
}

.rates_content th.spacer,
.rates_content td.spacer {
	width: 10%;
}

/* columns */
.columns {
	overflow: auto;
	background-color: #fff;
}

/* description */
#description {
	background-color: #fff;
	overflow: auto;
	padding: 32px 0;
}

/* days-details */
#days-details {
	overflow: auto;
	background-color: #fff;
}

.columns .left,
#description .left,
#days-details .left {
	width: 66.66%;
}

.about .columns .left {
	max-width: 710px;
	width: 62%;
}

.single-leader .columns .left {
	max-width: 800px;
	width: 62%;
}

.columns .inner {
	padding: 32px 0;
}

/*.columns .image {
    overflow: hidden;
}

.columns .image img {
    display: block;
    width: auto;
    height: 100%
}*/

.columns .left .inner,
#description .left .inner {
	padding-left: 100px;
	padding-right: 20%;
}

.single-expedition #description .left .inner {
	max-width: 670px;
	padding-right: 60px;
}

.single-leader .columns .left .inner {
	padding-right: 18%;
	padding-top: 10px;
}

.single-leader .columns .right .inner {
	padding-top: 10px;
}

.about .columns .left .inner {
	max-width: 550px;
	padding-right: 100px;
	padding-top: 50px;
	padding-bottom: 45px;
}

.about .columns.green .left .inner {
	padding-bottom: 25px;
	padding-top: 32px;
}

#days-details .left .inner {
	padding: 50px 25px 50px 100px;
}

#description .left h2 {
	margin-bottom: 18px;
}

.columns .right,
#description .right,
#days-details .right {
	width: 33.33%;
}

.single-expedition #description .right {
	float: left;
	width: auto;
	/*padding-right: 8%;*/
}

.single-leader .columns .right {
	float: left;
	max-width: 350px;
	padding-right: 8%;
	width: 30%;
}

.single-leader h1 {
	color: #000;
	font-size: 24px;
	margin-bottom: 18px;
}

.single-leader .right h1 {
	font-size: 25px;
	color: #007a72;
}

.about .columns .right {
	float: left;
	max-width: 350px;
	padding-right: 8%;
	width: 30%;
}

.about .columns .right .inner {
	padding-top: 50px;
}

.about .columns .right .inner p {
	font-size: 12px;
}

.columns.green {
	background-color: #007a72;
	color: #fff;
}

.about .columns.green .right {
	width: 38%;
	max-width: 478px;
	padding-right: 0;
}

.about .columns.green .right img {
	width: 100%;
	display: block;
}

.columns h2 {
	color: #007a72;
	margin-bottom: 15px;
}

.columns h3 {
	font-size: 24px;
	color: #007a72;
	margin-bottom: 15px;
}

.columns.green h2 {
	color: #fff;
}

.columns p {
	margin-bottom: 15px;
}

.columns p.leader-trip {
	margin-bottom: 6px;
}

.columns a {
	color: #007a72;
}

#days-details .right {
	background-color: #e6e1d7;
}

#days-details .right .inner {
	padding: 49px 15% 52px 40px;
}

#days-details .right .inner h4 {
	margin: 15px 0 4px;
}

#days-details .right .inner h3 a {
	font-size: 12px;
}

/* tweets */
.tweets {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tweets li {
	margin-bottom: 20px;
}

.custom-timeline-owner-profile .p-name,
.p-author .profile .p-name,
.cards-base .profile .p-name {
	font-weight: normal !important;
}

.header .avatar {
	width: 36px !important;
	height: 36px !important;
}

/* quote */
.quote {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #007972;
	color: #007972;
	font-size: 20px;
}

.quote p {
	margin-bottom: 5px;
	font-weight: 300;
}

.quote p.attribution {
	font-size: 12px;
	font-weight: 400;
}

.texture-band .quote {
	margin-top: 20px;
	padding-top: 0;
	border-top: none;
}

/* blocks */
.blocks {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: auto;
}

.blocks li {
	width: 255px;
	margin-right: 70px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.blocks li h2 {
	color: #007972;
}

/* leaders page */

.post-type-archive-leader .blocks {
	font-size: 0.9em;
}

.post-type-archive-leader .blocks li {
	width: 16%;
	margin-right: 4%;
}

.post-type-archive-leader .blocks .photo {
	margin-bottom: 20px;
}

.post-type-archive-leader .blocks .photo img {
	width: 100%;
	max-width: 240px;
	height: auto;
	display: block;
	margin: 0 auto;
}
.post-type-archive-leader .blocks h2 {
	margin-bottom: 7px;
}

.post-type-archive-leader .blocks p {
	line-height: 1.8em;
	margin-bottom: 30px;
}

#leaders-grid .texture-band-body {
	padding-right: 4%;
	padding-bottom: 0;
	max-width: 1630px;
}

.post-type-archive-leader .texture-band-inner h1 {
	margin-bottom: 24px;
}

#leaders-grid .texture-band-body p {
	font-size: 14px;
	font-weight: 400;
}

#leaders-grid .texture-band-body a.trip-link {
	color: #000;
}
#leaders-grid .texture-band-body a.trip-link:hover {
	color: #82bebb;
}

.post-type-archive-leader .bottom .content p:last-child a {
	display: block;
	float: left;
	color: #fff;
	background-color: #007a72;
	padding: 8px 14px;
	font-size: 14px;
}

.post-type-archive-leader .bottom .content p:last-child a:hover {
	background-color: #005b55;
}

/* individual leader page */
.single-leader .columns {
	padding-top: 40px;
}

/* contact page */

/* individual leader page */

body.contact .columns {
	padding-top: 40px;
}

body.contact .columns .left {
	width: 50%;
	max-width: 638px;
}

body.contact .columns .left .inner {
	padding-right: 50px;
	padding-top: 10px;
}

body.contact .columns .right {
	width: 50%;
	float: left;
}

body.contact .columns .right .inner {
	padding-right: 100px;
	padding-left: 50px;
	padding-top: 10px;
}

.contact .texture-band-body {
	font-size: 18px;
	font-weight: 300;
}

fieldset {
	border: none;
	padding: 0;
	margin-bottom: 50px;
}

fieldset#traveller-information {
	margin-bottom: 16px;
}

.form-group {
}

.form-group .form-row {
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
}

.form-group .form-row:first-child {
	padding-right: 2.5%;
}

.form-group .form-row:last-child {
	padding-left: 2.5%;
}

.form-row {
	margin-bottom: 15px;
}

label {
	display: block;
	margin-bottom: 4px;
}

label.inline {
	display: inline;
}

label.error {
	color: red;
}

input[type='email'],
input[type='text'] {
	width: 100%;
	max-width: 350px;
	border: 1px solid #808080;
	height: 23px;
}

input[type='submit'] {
	border: 1px solid #007972;
	color: #007972;
	background-color: #fff;
	padding: 10px 20px;
	font-size: 16px;
	border-radius: 5px;
	cursor: pointer;
}

textarea {
	width: 100%;
	max-width: 350px;
	border: 1px solid #808080;
}

.form-row {
	margin-top: 10px;
}

.required {
	color: #007972;
}

.form-note {
	font-size: 10px;
	margin-top: 3px;
}

#traveling-companion {
	display: none;
}

/* tabs */
.tabs {
	overflow: auto;
	margin-bottom: 14px;
}

.tabs li {
	float: left;
}

.tabs li a {
	display: block;
	color: #8c8c8c;
	padding: 6px 10px;
}

.tabs li a:hover,
.tabs li a.active {
	background-color: #007a72;
	color: #fff;
}

.tab-content {
	clear: left;
	border-top: 1px solid #f3f0eb;
	color: #007a72;
	padding-top: 24px;
}

.tab-content li {
	display: none;
	padding-right: 12%;
	max-width: 500px;
}

.tab-content li.active {
	display: block;
}

.tab-content p {
	margin-bottom: 12px;
}

.tab-content h4 {
	margin-bottom: 20px;
}

#days-details .right h3 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 2px;
}

.bullets {
	margin-bottom: 10px;
}

.bullets li span {
	font-size: 12px;
	color: #007a72;
}

.bullets li.larger {
	font-size: 18px;
	font-weight: 300;
}

#days-details .right p {
	font-size: 12px;
}

#days-details #details-cta p {
	margin-top: 12px;
}

#days-details #details-cta ul {
	list-style-type: disc;
	padding-left: 1.5em;
}

#days-details #details-cta li {
	font-size: 12px;
	margin-top: 6px;
}

p.arrow-link {
	margin-top: 12px;
}
a.arrow-link,
p.arrow-link a {
	color: #007a72;
	position: relative;
}

a.arrow-link img,
p.arrow-link a img {
	vertical-align: top;
	margin-left: 8px;
}

.about p.arrow-link a img {
	vertical-align: middle;
}

/*a.arrow-link:after,
p.arrow-link a:after {
    content: url("/wp-content/themes/ApexExpeditionsTheme/images/link_arrow.png");
    position: absolute;
    right: -22px;
    top: 1px;
}*/

.about p.arrow-link {
	margin-top: 36px;
}

/* fact */

.fact {
	padding: 32px 20% 45px 100px;
}

.fact h3,
.fact p {
	margin-left: 68px;
}

.fact h3 {
	color: #007a72;
	margin-bottom: 6px;
}

.bg-white {
	background-color: white;
}

/* texture-band */
.texture-band {
	background-color: #e6e1d7;
	/* background: transparent url("/wp-content/themes/ApexExpeditionsTheme/images/paper_texture.jpg"); */
}

.texture-band--white {
	background-color: #fff;
	/* background: transparent url("/wp-content/themes/ApexExpeditionsTheme/images/paper_texture.jpg"); */
}

.texture-band.bottom .texture-band-inner {
	/* background-color: #e6e1d7; */
	/* background: transparent url(/wp-content/themes/ApexExpeditionsTheme/images/topography_bottom_light.png) bottom right no-repeat; */
	background: #f2ede3 url('/wp-content/themes/ApexExpeditionsTheme/images/topography_bottom_light.png') bottom right no-repeat;
}

.texture-band-body {
	padding: 50px 8% 50px 100px;
	/*
    CM 6/14/2019:

    increasing this to 875 to match the leaders page
     max-width: 770px;
    */
	max-width: 875px;
	overflow: auto;
}

.post-type-archive-leader .texture-band-body {
	max-width: 865px;
}

.single-leader .texture-band-body {
	max-width: 980px;
	padding-top: 30px;
	padding-bottom: 30px;
	min-height: 190px;
}

.texture-band-body h1 {
	margin-bottom: 0.5em;
}

.texture-band-body p {
	font-size: 18px;
	font-weight: 300;
}

.texture-band-body .quote p {
	font-size: 24px;
}

.testimonials .texture-band-body .quote p {
	font-size: 18px;
	color: #000;
}

.texture-band-body .quote p.attribution {
	font-size: 18px;
	font-weight: 300;
}

.testimonials .texture-band-body .quote p.attribution {
	font-size: 14px;
	color: #000;
}

.testimonials h2 {
	color: #007a72;
}

/* leader-profile */
.leader-profile {
	padding-left: 250px;
	position: relative;
	overflow: visible;
}

.leader-profile .photo {
	float: left;
	margin-right: 6%;
	width: 190px; /*18%;*/
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.leader-profile .photo img {
	width: 100%;
	height: auto;
}

.leader-profile h2 {
	font-size: 24px;
	color: #007a72;
	margin-bottom: 10px;
}

.leader-profile .bio {
	float: left;
	max-width: 730px;
	color: #301c0a;
}

.texture-band-body .leader-profile .bio p {
	font-weight: 300;
	font-size: 30px;
}

#image-video-toggle,
#expeditions-toggle ul {
	position: absolute;
	top: 26px;
	left: 100px;
	background-color: rgba(0, 0, 0, 0.35);
	padding: 0 7px;
	z-index: 400;
}

#expeditions-toggle ul {
	position: static;
	float: left;
}

.texture-band#expeditions-toggle {
	padding-left: 100px;
}

/*#image-video-toggle.video-mode {
    left: auto;
    right: 50px;
}*/

#image-video-toggle li,
#expeditions-toggle li {
	float: left;
	margin: 6px 14px;
}

#image-video-toggle li a,
#expeditions-toggle li a {
	color: #fff;
	display: block;
	background: transparent url('/wp-content/themes/ApexExpeditionsTheme/images/image_video_dots.png') 0 -13px no-repeat;
	padding: 2px 0 2px 19px;
}

#expeditions-toggle li a {
	background: transparent url('/wp-content/themes/ApexExpeditionsTheme/images/image_calendar_dots.png') 0 -13px no-repeat;
}

#expeditions-toggle li a {
	color: #ddd;
}

#image-video-toggle li a:hover,
#expeditions-toggle li a:hover,
#expeditions-toggle li.active a {
	color: #fff;
	background-position: 0 7px;
}

/* image mode */

#image-video-toggle #video-toggle a {
	color: #aaa;
}

#image-video-toggle #video-toggle a:hover {
	color: #fff;
}

#image-video-toggle #image-toggle a {
	background-position: 0 7px;
}

#image-video-toggle.video-mode #image-toggle a {
	background-position: 0 -13px;
	color: #aaa;
}

#image-video-toggle.video-mode #image-toggle a:hover {
	color: #fff;
	background-position: 0 7px;
}

#image-video-toggle.video-mode #video-toggle a {
	background-position: 0 7px;
	color: #fff;
}

/* expedition calendar */

#exp-calendar-list {
	display: none;
}

#calendar-grid .texture-band-body {
	padding-bottom: 0;
	max-width: 1630px;
	padding-top: 20px;
}

#calendar-grid #expeditions-toggle ul {
	margin-bottom: 20px;
	overflow: auto;
}

#calendar-grid h1 {
	margin-bottom: 24px;
}

#exp-calendar-table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	background-color: #faf9f5;
	margin-top: 10px;
}
#exp-calendar-table tr.odd {
	background-color: #e9e9e9;
}
#exp-calendar-table td {
	border: 1px solid #ddd;
	padding: 8px 16px;
}
#exp-calendar-table th {
	background-color: #007a72;
	border: 1px solid #007a72;
	border-bottom: none;
	color: #fff;
	padding: 5px 16px;
	/*font-size: 12px;*/
	text-align: left;
	font-weight: 300;
	white-space: nowrap;
}
#exp-calendar-table th.center {
	text-align: center;
}
#exp-calendar-table a {
	color: #000;
}
#exp-calendar-table a:hover {
	color: #007972;
}
.cal-brochure-thumb {
	height: auto;
	width: 88px;
}

.alert {
	color: #c00;
}

#expeditions-toggle.texture-band {
	padding-top: 20px;
	padding-bottom: 20px;
}

#sneak-peek-section {
	margin-top: 40px;
	margin-bottom: 40px;
	max-width: 800px;
}

#sneak-peek-section .button {
	margin-right: 3%;
}

.texture-band-body #sneak-peek-section p {
	font-size: 14px;
}

/*#expeditions-toggle li {
	float: left;
}
#expeditions-toggle li.first {
	margin-right: 24px;
}*/

/* scroll to buttons */
.scroll-to {
	position: fixed;
	width: 30px;
	height: 30px;
	background: rgba(0, 0, 0, 0.4);
	display: block;
	right: 30px;

	text-align: center;
	color: #fff !important;
	font-size: 19px;
	line-height: 28px;

	z-index: 300;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);

	-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-o-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.scroll-to span {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.scroll-to#scroll-to-top span:before {
	content: '\f106';
}

.scroll-to#scroll-to-bottom span:before {
	content: '\f107';
}

#scroll-to-top {
	bottom: 87px;
}

#scroll-to-bottom {
	bottom: 53px;
}

.scroll-target {
}

.content .more-link {
	margin-top: 15px;
}

#conservation-logos .texture-band-body {
	background: #fff;
	padding-right: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	max-width: none;
	border-top: 1px solid #ccc;
}

#conservation-logos .logo-slideshow .slide {
	/*width: 16.666%;
    min-width: 140px;
    float: none;
    display: inline-block;
    vertical-align: middle;*/
}

#conservation-logos .logo-slideshow .logo-wrapper {
	/*  padding: 0 30px;*/
	position: relative;
}

#conservation-logos .logo-slideshow img {
	width: 100%;
	max-width: 120px;

	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	margin: auto;
	left: 50%;
}

/* leaders page */
.post-type-archive-leader .quote {
	display: inline-block;
	max-width: 343px;
	vertical-align: top;
	background-color: #007a72;
	color: #fff;
	margin-top: 118px;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 30px;
	width: 24%;
}

.post-type-archive-leader .texture-band-width-constraint {
	max-width: 1630px;
	overflow: auto;
	padding-right: 73px;
}

.post-type-archive-leader .texture-band--overview .texture-band-body {
	display: inline-block;
	vertical-align: top;
	width: 60%;
	padding-right: 5%;
}

/* https://ciffonedigital.com/video-backgrounds-wordpress-vimeo/ */
.full-width-video-wrap {
	position: relative;
}

@media (max-width: 768px) {
	.full-width-video-wrap {
		position: relative;
	}
}

.full-width-video {
	position: relative;
	padding: 0;
	width: 100%;
	/* height: calc(100vh - 80px); */
	aspect-ratio: 2.2;
	overflow: hidden;
}

.full-width-video iframe {
	box-sizing: border-box;
	width: 177.77777778vh;
	height: 56.25vw;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.full-width-video-wrap .slide-text {
	z-index: 2;
	opacity: 1;
}

/* ---- 1855 ----- */

@media screen and (min-width: 1600px) {
	.blog-excerpt.extra {
		display: block;
	}

	.blog-excerpt {
		width: 33.333%;
	}
}

/* ---- 1400 ----- */

@media screen and (max-width: 1400px) and (min-width: 701px) {
	body.home #map-canvas-wrapper {
		width: 66.66%;
	}
	body.home .map-list {
		width: 33.33%;
	}
}

@media screen and (max-width: 1400px) {
	.post-type-archive-leader .blocks li {
		width: 21%;
		margin-right: 4%;
	}
}

/* ---- 1315 ----- */

@media screen and (max-width: 1315px) {
	.map-list {
		min-height: 0;
	}
}

@media screen and (max-width: 1250px) {
	.about .columns.green .right {
		margin-top: 87px;
		width: 30%;
		margin-right: 3%;
	}

	#trip-controls {
		padding-right: 10%;
	}

	#trip-controls #download-full-itinerary,
	#trip-controls #download-vessel-information {
		right: 10%;
	}
}

/* ---- 1200 ----- */

@media screen and (max-width: 1200px) {
	body.home .slide-text {
		left: 8%;
	}

	.sub-slider-inner,
    .get-in-touch,
    .dark-band,
    .fact,
        /*#expedition-header,*/
    .home-features-band {
		padding-left: 8%;
	}

	.footer-padding {
		padding-left: 8%;
		padding-right: 8%;
	}

	/*#footer {
        width: 84%;
    }*/

	/*.social-icons {
        margin-right: 0;
    }*/

	/*body.home #footer,
    body.post-type-archive-expedition #footer {
        text-align: center;
    }*/

	body.home .tweet,
	body.post-type-archive-expedition .tweet {
		display: none;
	}

	/*body.home .copyright,
    body.post-type-archive-expedition .copyright,
    body.home .social-icons,
    body.post-type-archive-expedition .social-icons {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
*/
	#image-video-toggle,
	#expedition-filter {
		left: 8%;
	}

	#expedition-header .left {
		/*margin-right: 14%;*/
	}

	#expedition-header .right {
		/*float: left;
        width: auto;*/
	}

	/*.tweet {
        margin-left: 0;
    }*/

	.sub-slider-inner,
    .get-in-touch,
    .dark-band,
    .fact,
        /*#expedition-header,*/
    .home-features-band {
		padding-right: 8%;
	}

	.columns .left .inner,
	#description .left .inner {
		padding-left: 14%;
	}

	#days-details .left .inner {
		padding-left: 14%;
	}

	.texture-band-body,
	.texture-band#expeditions-toggle {
		padding-left: 8%;
		padding-right: 8%;
	}

	.blocks li {
		margin-right: 8%;
	}

	#expedition-thumbs li {
		width: 33.333%;
	}

	body.home .slide-text {
		top: 80px;
		animation-duration: 4s;
	}

	body.home .slide-text h3 {
		font-size: 30px;
	}

	body.home .slide-text p {
		font-size: 20px;
	}

	.leader-profile {
		padding-left: 25%;
	}

	.leader-profile h2 {
		font-size: 22px;
	}

	.texture-band-body .leader-profile .bio p {
		font-size: 26px;
	}

	.leader-profile .photo {
		width: 19%;
	}

	#journal {
		padding: 0;
	}
}

/* ---- 1150 ----- */

@media screen and (max-width: 1150px) {
	#nav {
		width: auto;
		margin-right: 0;
	}
	#nav li {
		margin: 0 14px;
	}

	#nav li.nav-button {
		margin-left: 36px;
		margin-right: 35px;
	}
	
	.footer-menu-wrapper {
		flex-wrap: wrap;
	}

	#footer .footer-contact {
		display: block;
		width: 100%;
		margin-bottom: 1rem;
	}
}

/* ---- 1100 ----- */

@media screen and (max-width: 1100px) {
	.blog-excerpt {
		width: 100%;
		float: none;
	}

	.expedition-leader {
		width: 48%;
	}

	.post-type-archive-leader .blocks li {
		width: 29.333%;
		margin-right: 3.333%;
	}

	.contact-form-wrapper,
	.social-icons {
		float: none;
	}

	.post-type-archive-leader .quote {
		display: block;
		margin: 0 8% 40px 8%;
		width: auto;
	}

	.post-type-archive-leader .texture-band-width-constraint {
		padding-right: 0;
	}

	.post-type-archive-leader .texture-band--overview .texture-band-body {
		width: auto;
		padding-right: 8%;
	}
}

/* ---- 1024 ----- */

@media screen and (max-width: 1024px) {
	/* dark band */
	.dark-band h3 {
		font-size: 21px;
	}

	/* slides */
	body.home .slide-text {
		top: 50px;
		width: 230px;
		padding-bottom: 38px;
	}

	body.home .slide-text h3 {
		font-size: 24px;
		margin-bottom: 23px;
	}

	body.home .slide-text p {
		font-size: 16px;
	}

	body.home .slide-text .button {
		margin-top: 26px;
	}

	/*.home .tweet,
    .post-type-archive-expedition .tweet {
        display: none;
    }*/
}

/* ---- 980 ----- */

@media screen and (max-width: 980px) {
	#nav {
		margin-right: 0;
	}

	#nav li {
		display: none;
	}

	#nav li.nav-button,
	#nav li#burger {
		display: block;
	}

	#nav li.nav-button {
		/*margin: 0 14px;*/
		margin: 0 80px 0 0;
	}

	body.mobile-nav #burger {
		display: none;
	}

	#nav li#burger a {
		display: inline-block;
		width: 30px;
		height: 20px;
		line-height: 10px;
		margin-top: -3px;
	}

	#expedition-header .right {
		margin-right: 0;
		/*padding-right: 68px;*/
		padding-right: 134px;
	}

	.fa-bars:before {
		font-size: 25px;
		line-height: 0;
		color: #b6b6b6;
		margin-right: -25px;
	}

	.fa-bars:hover:before {
		color: #666;
	}

	.mobile-nav .fa-bars:before {
		color: #666;
	}

	#mobile-nav ul {
		padding: 30px 0 0 8%;
		float: right;
		margin-right: 120px;
	}

	#mobile-nav li {
		margin-bottom: 15px;
	}

	#mobile-nav a {
		font-size: 20px;
		color: #000;
		font-weight: 300;
	}

	#mobile-nav a:hover {
		color: #007a72;
	}

	#mobile-nav li.nav-button a {
		font-size: 20px;
	}

	#expedition-header .right {
		margin-right: 35px;
		padding-right: 0;
	}

	.map-list-inner {
		padding: 34px 30px 33px;
	}

	#trip-controls {
		text-align: left;
	}

	#trip-controls #map-controls,
	#trip-controls #download-full-itinerary,
	#trip-controls #download-vessel-information {
		position: static;
		display: block;
	}

	#trip-controls #map-controls {
		margin-bottom: 15px;
	}

	#trip-controls #download-full-itinerary {
		margin-top: 15px;
	}

	.footer-contact #logo {
		margin-right: 0;
	}
}

/* ---- 900 ----- */

@media screen and (max-width: 900px) {

	/* Footer Info Section */
	.footer-contact-info-wrapper {
		width: 100%;
		flex-basis: 100%;;
	}
	
	.footer-contact-info {
		flex-direction: row;
		gap: 1rem;
	}

	.footer-contact-info > div {
		width: 33%;
	}

	/* Column nav */
	.menu-footer-links-1-container {
		flex-basis: 100%;
	}

	#footer .menu {
		column-gap: 1rem;
	}

	#footer .menu > li {
		width: 33%;
	}
}

/* ---- 880 ----- */

@media screen and (max-width: 880px) {
	#expedition-thumbs li {
		width: 50%;
	}

	body.home #scroll-to-bottom {
		bottom: 83px;
	}

	body.home #scroll-to-top {
		bottom: 117px;
	}

	body.home .slide-text {
		top: 30px;
		width: 210px;
	}

	body.home .slide-text h3 {
		font-size: 20px;
	}

	body.home .slide-text p {
		font-size: 12px;
	}

	.map-list h3 {
		font-size: 18px;
	}

	.map-list li {
		font-size: 12px;
	}

	fieldset,
	fieldset#traveller-information {
		margin-bottom: 24px;
	}

	body.contact .columns .right,
	body.contact .columns .left {
		float: none;
		width: 100%;
		max-width: none;
	}

	.columns .left .inner,
	#description .left .inner {
		padding-left: 8%;
		padding-bottom: 0;
	}

	#days-details .left .inner {
		padding-left: 8%;
		padding-top: 32px;
	}

	#days-details .right .inner {
		padding-left: 12%;
		padding-right: 12%;
		padding-top: 27px;
	}

	.single-leader .columns .left .inner {
		padding-left: 14%;
		padding-right: 14%;
		padding-bottom: 32px;
	}

	.about .columns .left .inner {
		padding-left: 14%;
		padding-right: 14%;
	}

	body.contact .columns .left .inner {
		padding-right: 8%;
	}

	body.contact .columns .right .inner {
		padding-top: 0;
		padding-left: 8%;
		padding-right: 8%;
	}

	#ask-question {
		margin-top: 32px;
	}
	.cta {
		padding-left: 38%;
	}

	.cta .thumb {
		width: 35%;
	}

	.cta .thumb img {
		width: 100%;
	}

	#expedition-filter {
		bottom: 110px;
	}

	.home-features {
		width: 100%;
		/*float: none;*/
		display: block;
		padding: 0 0 6px;
		margin-bottom: 18px;
	}

	#exp-calendar-table {
		display: none;
	}

	#exp-calendar-list {
		display: block;
		margin-top: 16px;
	}

	#exp-calendar-list .cal-brochure-thumb {
		width: 100px;
	}

	#exp-calendar-list li {
		overflow: auto;
		padding: 12px 0;
		border-top: 1px solid #808080;
	}

	#exp-calendar-list li.first {
		border-top: none;
	}

	#exp-calendar-list li.year {
		background-color: #007a72;
		color: #fff;
		font-weight: bold;
		padding: 4px 12px;
	}

	#exp-calendar-list li div.thumbnail {
		float: left;
		width: 38%;
		min-height: 10px;
		margin-right: 4%;
		text-align: right;
	}

	#exp-calendar-list li div.content {
		float: left;
		width: 58%;
		position: relative;
	}

	#exp-calendar-list li div.content a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.texture-band-body #exp-calendar-list h3 {
		font-weight: 500;
		margin-bottom: 4px;
		color: #007a72;
	}

	.texture-band-body #exp-calendar-list p {
		font-size: 13px;
		margin-bottom: 4px;
	}

	.texture-band-body #exp-calendar-list p.bold {
		font-weight: 500;
	}
}

/* ---- 800 ----- */

@media screen and (max-width: 800px) {
	.home #footer,
	.post-type-archive-expedition #footer {
		padding-bottom: 10px;
	}

	.post-type-archive-leader .blocks li {
		width: 46%;
		margin-right: 4%;
	}

	#footer .lower-wrapper {
		padding-bottom: 10px;
	}
}

/* ---- 768 ----- */

@media screen and (max-width: 768px) {
	.slide-text,
	body.home .slide-text {
		position: static;
		width: auto;
		overflow: auto;
		padding-bottom: 32px;
	}

	.slide-text {
		padding: 18px 28px;
		opacity: 1;
	}

	#image-video-toggle {
		position: static;
		overflow: auto;
		padding-left: 8%;
	}

	#image-video-toggle li {
		margin-left: 0;
		margin-right: 28px;
	}

	.slick-dots {
		/* using important because display: flex !important is defined to begin with, in order to address an inline prop from JS */
		display: none !important;
	}

	.slide-video {
		margin-top: 33px;
	}

	body.home .slide-text h3 {
		margin-bottom: 10px;
	}

	body.home .slide-text .button {
		margin-top: 24px;
	}
}

/* ---- 767 ----- */

@media screen and (max-width: 767px) {
	/* .expedition-header */
	#expedition-header .left {
		float: none;
	}

	#expedition-header .right {
		float: none;
		width: auto;
		margin-left: 8%;
		margin-right: 0;
		padding-right: 0;
	}

	#expedition-header .right .button {
		margin-left: 0;
	}

	#journal-inner h1 {
		margin-left: 8%;
	}

	#journal-inner .left,
	#journal-inner .right {
		float: none;
		width: auto;
	}

	#journal-inner .right {
		padding-top: 0;
	}

	#entries > ul > li {
		padding-left: 8%;
		padding-right: 8%;
		position: static;
	}

	#entries .meta {
		position: static;
		width: auto;
		overflow: auto;
		margin-bottom: 10px;
	}

	#entries .icon,
	#entries .date {
		float: left;
	}

	#journal-inner .right {
		padding-left: 8%;
	}

	p.post-navigation {
		padding-left: 8%;
		padding-right: 8%;
	}

	#entries #comments {
		margin-left: 8%;
		margin-right: 8%;
	}

	.single-leader .texture-band-body {
		min-height: 0;
	}

	.leader-profile {
		padding-left: 27%;
	}

	.leader-profile .photo {
		width: 22%;
	}

	.texture-band-body .leader-profile .bio p {
		font-size: 22px;
	}

	.about .columns.green .left {
		width: auto;
		float: none;
	}

	.about .columns.green .left .inner {
		padding-left: 8%;
		padding-right: 8%;
	}

	.about .columns.green .right {
		margin-top: 0;
		width: auto;
		float: none;
		padding-bottom: 40px;
		padding-left: 8%;
	}

	.about .columns.green .right .inner {
		padding-top: 0;
	}

	.copyright,
	.social-icons {
		float: none;
		display: inline-block;
		vertical-align: top;
	}

	.copyright .footer-utility {
		float: none;
		overflow: auto;
		margin-bottom: 6px;
	}

	.copyright .footer-utility li.first a {
		padding-left: 0;
	}
}

/* ---- 730 ----- */

@media screen and (max-width: 730px) {
	.expedition-leader {
		width: 100%;
		float: none;
	}

	/* home */
	body.home .slide-text {
		top: 30px;
	}

	body.home .slide-text h3 {
		font-size: 20px;
	}

	body.home .slide-text p {
		font-size: 12px;
	}
}

/* ---- 700 ----- */

@media screen and (max-width: 700px) {
	.equalize-column,
	.map-container {
		height: auto !important;
	}

	#map-canvas-wrapper {
		float: none;
		width: 100%;
		height: auto !important;
	}

	#map-canvas {
		height: 500px !important;
	}

	.map-list,
	body.home .map-list {
		float: none;
		width: 100%;
	}

	.map-list-inner {
		padding-left: 8%;
	}

	.map-list h3 {
		font-size: 21px;
	}

	.map-list li {
		font-size: 14px;
	}

	#days-details .left {
		width: auto;
		float: none;
	}

	#days-details .right {
		width: auto;
		float: none;
	}

	#days-details .right .inner {
		padding-left: 8%;
		padding-right: 8%;
	}

	.single-expedition #description .left .inner {
		padding-right: 10%;
	}

	.single-expedition #description .right {
		width: 25%;
		padding-right: 8%;
	}
	.single-expedition #description .right img {
		max-width: 100%;
		width: 100%;
	}
}

/* ---- 674 ----- */

@media screen and (max-width: 674px) {
	.equalize-column li {
		height: auto !important;
	}
}

/* ---- 600 ----- */

@media screen and (max-width: 600px) {
	#mobile-nav ul {
		float: none;
		margin-right: 0;
	}

	#expedition-filter {
		left: 0;
		bottom: auto;
		width: 120%;
		border-bottom: 1px solid #f3f0eb;
		text-align: center;
	}

	#expedition-filter ul {
		display: inline-block;
		margin: 0 auto;
	}

	.expedition-info p {
		display: none;
	}

	.expedition-info p.dates {
		display: block;
		margin-right: 16px;
	}

	.expedition-info h3 {
		margin-top: 12%;
	}

	.single-expedition #description .left {
		width: auto;
		float: none;
		padding-bottom: 30px;
	}

	.single-expedition #description .right {
		width: auto;
		float: none;
		padding-left: 8%;
	}

	.single-expedition #description .left .inner {
		padding-right: 8%;
	}

	.single-expedition #description .right {
		width: auto;
	}
	.single-expedition #description .right img {
		width: auto;
	}

	#nav li.nav-button {
		display: none;
	}

	#mobile-nav li.nav-button {
		display: list-item;
	}

	.leader-profile {
		padding-left: 130px;
	}
	.leader-profile .photo {
		width: 110px;
	}

	.texture-band-body .leader-profile .bio p {
		font-size: 18px;
	}

	#contact-form input[type='text'] {
		margin-bottom: 5px;
	}

	#contact-form input.email {
		clear: left;
		width: 179px;
		margin-bottom: 5px;
	}

	.contact-form-wrapper,
	.social-icons {
		margin-bottom: 10px;
	}

	#footer .menu,
	.footer-contact-info {
		flex-direction: column;
	}

	#footer .menu > li,
	.footer-contact-info > div {
		width: 100%;
	}
}

/* ---- 568 iPhone horizontal ----- */

@media screen and (max-width: 568px) {
	#header {
		height: 53px;
	}
	#header #logo img {
		height: 54px;
	}
	#nav {
		margin-top: 20px;
	}
	#main {
		margin-top: 54px;
		padding-bottom: 0 !important;
	}
	#mobile-nav {
		top: 54px;
	}
	/*#footer {
        position: static;
        width: 84%;
    }*/
	#scroll-to-bottom,
	body.home #scroll-to-bottom {
		bottom: 38px;
	}
	#scroll-to-top,
	body.home #scroll-to-top {
		bottom: 72px;
	}

	.texture-band-body,
	.about .columns .left .inner {
		padding-top: 36px;
	}

	#leaders-grid .texture-band-body {
		padding-right: 5%;
	}

	.single-leader .columns,
	body.contact .columns {
		padding-top: 26px;
	}

	#map-canvas-wrapper,
	.map-jump-link {
		display: none;
	}

	.map-list ol li {
		padding-left: 0;
	}

	.map-list ol li a:before {
		display: none;
	}

	.legend {
		display: none;
	}

	#trip-controls #map-controls {
		display: none;
	}

	.map-list-inner {
		padding-right: 4%;
	}

	#footer .lower-wrapper {
		padding-bottom: 12px;
	}
}

/* ---- 560 ----- */

@media screen and (max-width: 560px) {
	.blog-excerpt {
		padding-left: 74px;
		min-height: 0;
		margin-bottom: 36px;
	}

	.home-features {
		margin-bottom: 12px;
	}

	.blog-excerpt .thumb {
		display: none;
	}

	.expedition-info h3 {
		font-size: 20px;
	}

	#mobile-nav li.nav-button {
		position: static;
		margin: 0;
	}

	#mobile-nav li.nav-button a {
		border: none;
		background: none;
		padding: 0;
		font-size: 20px;
		color: #000;
		text-transform: none;
	}

	#mobile-nav li.nav-button a:hover {
		background-color: transparent;
		color: #007972;
	}

	.cta {
		padding-left: 0;
		width: auto;
	}

	.cta .thumb {
		display: none;
	}

	.single-leader .columns .left {
		float: none;
		width: auto;
	}

	.single-leader .columns .left .inner {
		padding-left: 8%;
		padding-right: 8%;
	}

	.single-leader .columns .right {
		float: none;
		width: auto;
		padding-left: 8%;
	}

	.about .columns .left {
		width: auto;
		float: none;
	}

	.about .columns .left .inner {
		padding-left: 8%;
		padding-right: 8%;
	}

	.about .columns .right {
		width: auto;
		float: none;
		padding-left: 8%;
	}

	.about .columns .right .inner {
		padding-top: 0;
	}

	.post-type-archive-leader .blocks li {
		width: 96%;
		margin-right: 4%;
	}
}

/* ---- 500 ----- */
@media(max-width: 500px) {
	#footer .menu {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	#footer .menu li {
		flex-basis: 40%;
	}
}
/* ---- 466 ----- */

@media screen and (max-width: 466px) {
	.about .columns.green .right {
		padding-left: 0;
		padding-bottom: 0;
		margin-right: 0;
	}

	.rates_content th,
	.rates_content td {
		width: 50%;
	}

	.rates_content th.spacer,
	.rates_content td.spacer {
		width: 0;
		padding: 0;
		display: none;
	}
}

/* ---- 440 ----- */

@media screen and (max-width: 440px) {
	.expedition-info h3 {
		font-size: 16px;
		margin-left: 12%;
	}

	.expedition-info p {
		margin-left: 12%;
	}

	.expedition-leader {
		padding-left: 0;
	}
	.expedition-leader .thumb {
		position: static;
		float: left;
		margin-right: 18px;
		margin-bottom: 12px;
	}
	.expedition-leader .thumb img {
		width: 110px;
	}

	.expedition-leader p {
		clear: left;
	}

	.expedition-leader p.more-link {
		clear: none;
	}

	#expeditions-toggle li {
		font-size: 13px;
	}

	#expeditions-toggle li.first {
		margin-right: 18px;
	}

	.fact .icon {
		margin-bottom: 12px;
	}

	.fact p {
		clear: left;
		margin-left: 0;
	}

	#footer #expedition-filter {
		display: none;
	}

	body.post-type-archive-expedition #footer {
		padding-top: 10px;
	}

	#main {
		padding-bottom: 71px;
	}

	/*#footer {
        text-align: center;
        padding-bottom: 8px;
    }*/

	/*
    .copyright,
    .social-icons {
        float: none;
        display: block;
        text-align: center;
        padding: 0;
        margin: 0;
        border: none;
    }

    .copyright {
        margin-bottom:11px;
    }*/
}

/* ---- 400 ----- */

@media screen and (max-width: 400px) {
	.social-icons .label {
		display: block;
		width: 100%;
		margin-bottom: 1rem;
	}

	.social-icons a {
		margin-left: 0;
		margin-right: 7px;
	}
}
.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}