/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@font-face {
	font-family: 'proxima-nova';
	src: url('../fonts/ProximaNovaRegular.eot');
	src: local('ProximaNovaRegular'), url('../fonts/ProximaNovaRegular.woff') format('woff'), url('../fonts/ProximaNovaRegular.ttf') format('truetype');
}
@font-face {
	font-family: 'brandon-grotesque';
	src: url('../fonts/BrandonGrotesque-Regular.eot');
	src: local('BrandonGrotesque-Regular'), url('../fonts/BrandonGrotesque-Regular.woff') format('woff'), url('../fonts/BrandonGrotesque-Regular.ttf') format('truetype'), url('../fonts/BrandonGrotesque-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden],
template {
	display: none
}
a {
	background-color: transparent
}
a:active,
a:hover {
	outline: 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b,
strong {
	font-weight: bold
}
dfn {
	font-style: italic
}
h1 {
	font-size: 2em;
	margin: 0.67em 0
}
mark {
	background: #ff0;
	color: #000
}
small {
	font-size: 80%
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -0.5em
}
sub {
	bottom: -0.25em
}
img {
	border: 0;
	max-width: 100%;
	vertical-align: bottom
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 1em 40px
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}
pre {
	overflow: auto
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}
button {
	overflow: visible
}
button,
select {
	text-transform: none
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled],
html input[disabled] {
	cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}
input {
	line-height: normal
}
input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}
legend {
	border: 0;
	padding: 0
}
textarea {
	overflow: auto
}
optgroup {
	font-weight: bold
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
td,
th {
	padding: 0
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
html {
	background-color: #222
}
.fadeload {
	-webkit-transition: opacity 0.25s cubic-bezier(0, 1.05, 1, 1);
	-o-transition: opacity 0.25s cubic-bezier(0, 1.05, 1, 1);
	transition: opacity 0.25s cubic-bezier(0, 1.05, 1, 1)
}
.lazyload {
	opacity: 0
}
.lazyloaded {
	opacity: 1
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@-webkit-keyframes pageIn {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10vh);
		transform: translateY(10vh)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes pageIn {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10vh);
		transform: translateY(10vh)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@-webkit-keyframes carouselNextHalf {
	0% {
		-webkit-transform: translateX(-33.33%);
		transform: translateX(-33.33%)
	}
	100% {
		-webkit-transform: translateX(-66.66%);
		transform: translateX(-66.66%)
	}
}
@keyframes carouselNextHalf {
	0% {
		-webkit-transform: translateX(-33.33%);
		transform: translateX(-33.33%)
	}
	100% {
		-webkit-transform: translateX(-66.66%);
		transform: translateX(-66.66%)
	}
}
@-webkit-keyframes carouselPrevHalf {
	from {
		-webkit-transform: translateX(-33.33%);
		transform: translateX(-33.33%)
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@keyframes carouselPrevHalf {
	from {
		-webkit-transform: translateX(-33.33%);
		transform: translateX(-33.33%)
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@-webkit-keyframes carouselNextVertical {
	0% {
		-webkit-transform: translateY(-33.33%);
		transform: translateY(-33.33%)
	}
	50% {
		-webkit-transform: translateY(-49.996%);
		transform: translateY(-49.996%)
	}
	100% {
		-webkit-transform: translateY(-66.66%);
		transform: translateY(-66.66%)
	}
}
@keyframes carouselNextVertical {
	0% {
		-webkit-transform: translateY(-33.33%);
		transform: translateY(-33.33%)
	}
	50% {
		-webkit-transform: translateY(-49.996%);
		transform: translateY(-49.996%)
	}
	100% {
		-webkit-transform: translateY(-66.66%);
		transform: translateY(-66.66%)
	}
}
@-webkit-keyframes carouselPrevVertical {
	0% {
		-webkit-transform: translateY(-33.33%);
		transform: translateY(-33.33%)
	}
	50% {
		-webkit-transform: translateY(-16.665%);
		transform: translateY(-16.665%)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes carouselPrevVertical {
	0% {
		-webkit-transform: translateY(-33.33%);
		transform: translateY(-33.33%)
	}
	50% {
		-webkit-transform: translateY(-16.665%);
		transform: translateY(-16.665%)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
.wrapper {
	position: relative;
	overflow: hidden
}
.half {
	float: left;
	width: 50%
}
@media screen and (max-width: 767px) {
	.half {
		width: 100%
	}
}
.third {
	float: left;
	width: 33.333%
}
@media screen and (max-width: 767px) {
	.third {
		width: 50%
	}
}
@media screen and (max-width: 550px) {
	.third {
		width: 100%
	}
}
body {
	font: 18px/1.35"proxima-nova", sans-serif;
	color: rgba(52, 52, 52, 0.7);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "brandon-grotesque", sans-serif;
	text-transform: uppercase;
	color: #222
}
h2 {
	font-size: 1.3rem;
	letter-spacing: 0.17rem
}
h3 {
	font-size: 1.18rem;
	letter-spacing: 0.1rem;
	font-weight: lighter
}
a {
	text-decoration: none
}
.button,
input[type="submit"] {
	text-transform: uppercase;
	border: 2px solid #222;
	display: inline-block;
	padding: 0.8rem 2.5rem;
	margin: 0.5rem 0.2rem;
	text-decoration: none;
	color: #222 !important;
	background: #fff;
	line-height: 1;
	-webkit-transition: background ease-out 0.2s, border ease-out 0.2s, color ease-out 0.2s;
	-o-transition: background ease-out 0.2s, border ease-out 0.2s, color ease-out 0.2s;
	transition: background ease-out 0.2s, border ease-out 0.2s, color ease-out 0.2s;
	font-family: "brandon-grotesque", sans-serif;
	letter-spacing: 0.15rem
}
.button:hover,
input[type="submit"]:hover {
	background: #222;
	color: #e6007e !important;
	cursor: pointer
}
.slate-bck .button,
.content-experience-type-list .content-row:nth-child(odd) .button,
.slate-bck input[type="submit"],
.content-experience-type-list .content-row:nth-child(odd) input[type="submit"] {
	background: #222;
	border: 2px solid #fff;
	color: #fff !important
}
.slate-bck .button:hover,
.content-experience-type-list .content-row:nth-child(odd) .button:hover,
.slate-bck input[type="submit"]:hover,
.content-experience-type-list .content-row:nth-child(odd) input[type="submit"]:hover {
	background: #fff;
	color: #222 !important
}
.button.magenta,
input[type="submit"].magenta {
	color: #fff !important;
	background: #e6007e;
	border-color: #e6007e
}
.button.magenta:hover,
input[type="submit"].magenta:hover {
	background: #fff;
	color: #e6007e !important
}
.button-wrapper {
	padding: 3rem 0 3rem
}
a.kite-button,
button.kite-button {
	margin-top: 7rem;
	position: relative
}
a.kite-button svg,
button.kite-button svg {
	position: absolute;
	top: -11rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 17rem;
	width: 17rem;
	z-index: -1
}
.slate-bck a.kite-button svg path,
.slate-bck button.kite-button svg path {
	fill: #7e7e7f
}
a.balloon-button,
button.balloon-button {
	margin-top: 2rem;
	position: relative
}
a.balloon-button svg,
button.balloon-button svg {
	position: absolute;
	top: -10rem;
	right: 50%;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	height: 12rem;
	width: 12rem;
	z-index: -1
}
[data-aspect-ratio="1:1"] {
	padding-bottom: 100%
}
[data-aspect-ratio="16:9"] {
	padding-bottom: 56.25%
}
[data-aspect-ratio="4:3"] {
	padding-bottom: 75%
}
[data-aspect-ratio="4:1"] {
	padding-bottom: 25%
}
.responsive-video {
	position: relative;
	height: 0;
	width: 100%
}
.responsive-video iframe,
.responsive-video video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%
}
form.wpcf7-form p {
	display: block
}
form.wpcf7-form label {
	font-style: italic;
	display: block
}
form.wpcf7-form span {
	margin-bottom: 1rem
}
form.wpcf7-form hr {
	margin: 3rem auto
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="tel"],
textarea,
select {
	width: 100%;
	border: 2px solid #e5e5e5;
	background-color: #e5e5e5;
	padding: 0.5rem 1rem !important
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
	outline: none;
	border-color: #e6007e
}
textarea {
	resize: vertical;
	max-height: 6rem
}
select,
input[type="date"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	background-color: #e5e5e5
}
select::-ms-expand,
input[type="date"]::-ms-expand {
	display: none
}
.wpcf7-form-control-wrap {
	position: relative;
	width: 100%;
	max-width: 30rem;
	display: block;
	margin: 0 auto
}
.wpcf7-form-control-wrap.source-choice:after,
.wpcf7-form-control-wrap.your-country:after,
.wpcf7-form-control-wrap.time:after {
	position: absolute;
	content: '';
	right: 0.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 2rem;
	width: 2rem;
	background-image: url("../images/svgs/chevron-down-magenta.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	pointer-events: none
}
.page-body .wpcf7-form-control-wrap {
	max-width: none
}
.wpcf7-form-control-wrap.newsletter {
	display: inline-block;
	width: auto;
	margin-bottom: 0
}
.wpcf7-form-control {
	display: block;
	padding: 0.8rem 0
}
.wpcf7-list-item {
	display: block;
	margin-bottom: 0.5rem !important
}
.wpcf7-list-item-label {
	font-style: normal
}
div.wpcf7-response-output {
	max-width: 30rem;
	margin: 2rem auto
}
span.wpcf7-not-valid-tip {
	color: #e6007e;
	font-weight: bold
}
.mc4wp-checkbox input[type="checkbox"] {
	margin-right: 1rem
}
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ng,
div.wpcf7-mail-sent-ok {
	background-color: #e6007e;
	font-weight: bold;
	color: #fff;
	padding: 1rem;
	border: none
}
.styled-radio {
	position: relative
}
.styled-radio .check {
	position: absolute;
	z-index: 2;
	width: 1rem;
	height: 1rem;
	top: 0;
	left: 0;
	border-radius: 50%;
	background: #fff;
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 1.05, 1, 1);
	transition: -webkit-transform 0.25s cubic-bezier(0, 1.05, 1, 1);
	-o-transition: transform 0.25s cubic-bezier(0, 1.05, 1, 1);
	transition: transform 0.25s cubic-bezier(0, 1.05, 1, 1);
	transition: transform 0.25s cubic-bezier(0, 1.05, 1, 1), -webkit-transform 0.25s cubic-bezier(0, 1.05, 1, 1);
	pointer-events: none
}
.styled-radio .check:after {
	content: '';
	position: absolute;
	opacity: 0;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 0.75rem;
	height: 0.75rem;
	background: #e6007e;
	border-radius: 50%;
	-webkit-transition: opacity 0.25s cubic-bezier(0, 1.05, 1, 1);
	-o-transition: opacity 0.25s cubic-bezier(0, 1.05, 1, 1);
	transition: opacity 0.25s cubic-bezier(0, 1.05, 1, 1)
}
.styled-radio input[type="radio"] {
	position: relative;
	width: 1rem;
	height: 1rem;
	z-index: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: none
}
.styled-radio input[type="radio"]:hover {
	cursor: pointer
}
.styled-radio input[type="radio"]:active+.check {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}
.styled-radio input[type="radio"]:checked+.check:after {
	opacity: 1
}
.screen-reader-text {
	position: absolute;
	left: -999rem
}
.crowd-carousel .viewport {
	overflow: hidden;
	position: relative;
	padding-bottom: 56.25%
}
.crowd-carousel .carousel-item {
	float: left;
	width: 33.33%
}
.crowd-carousel.disabled .items-container {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.crowd-carousel .items-container {
	position: absolute;
	-webkit-transform: translateX(-33.33%);
	-ms-transform: translateX(-33.33%);
	transform: translateX(-33.33%);
	width: 300%;
	height: 100%
}
.crowd-carousel .items-container.next {
	-webkit-animation: forwards carouselNext linear 1.5s;
	animation: forwards carouselNext linear 1.5s
}
.crowd-carousel .items-container.prev {
	-webkit-animation: forwards carouselPrev linear 1.5s;
	animation: forwards carouselPrev linear 1.5s
}
.crowd-carousel .carousel-prev {
	position: absolute;
	top: 0;
	left: 0
}
.crowd-carousel .carousel-next {
	position: absolute;
	top: 0;
	right: 0
}
.crowd-carousel .carousel-dot-wrapper {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
@-webkit-keyframes carouselNext {
	from {
		-webkit-transform: translateX(-33.33%);
		transform: translateX(-33.33%)
	}
	to {
		-webkit-transform: translateX(-66.66%);
		transform: translateX(-66.66%)
	}
}
@keyframes carouselNext {
	from {
		-webkit-transform: translateX(-33.33%);
		transform: translateX(-33.33%)
	}
	to {
		-webkit-transform: translateX(-66.66%);
		transform: translateX(-66.66%)
	}
}
@-webkit-keyframes carouselPrev {
	from {
		-webkit-transform: translateX(-33.33%);
		transform: translateX(-33.33%)
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@keyframes carouselPrev {
	from {
		-webkit-transform: translateX(-33.33%);
		transform: translateX(-33.33%)
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@media screen and (max-width: 450px) {
	.crowd-carousel .viewport {
		padding-bottom: 100%
	}
}
.accordion-content {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
	-webkit-transition: max-height ease 0.5s, opacity ease 0.5s, visibility ease 0.5s;
	-o-transition: max-height ease 0.5s, opacity ease 0.5s, visibility ease 0.5s;
	transition: max-height ease 0.5s, opacity ease 0.5s, visibility ease 0.5s
}
.expanded .accordion-content {
	opacity: 1;
	max-height: 30rem;
	visibility: visible
}
.accordion-toggle:hover {
	cursor: pointer
}
.expanded .accordion-content {
	max-height: 80rem
}
@-webkit-keyframes plyr-progress {
	to {
		background-position: 25px 0
	}
}
@keyframes plyr-progress {
	to {
		background-position: 25px 0
	}
}
.plyr {
	position: relative;
	max-width: 100%;
	min-width: 200px;
	font-family: "proxima-nova", sans-serif;
	direction: ltr
}
.plyr,
.plyr *,
.plyr *::after,
.plyr *::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.plyr a,
.plyr button,
.plyr input,
.plyr label {
	-ms-touch-action: manipulation;
	touch-action: manipulation
}
.plyr:focus {
	outline: 0
}
.plyr video,
.plyr audio {
	width: 100%;
	height: auto;
	vertical-align: middle;
	border-radius: inherit
}
.plyr input[type='range'] {
	display: block;
	height: 20px;
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	border: none;
	background: transparent
}
.plyr input[type='range']::-webkit-slider-runnable-track {
	height: 8px;
	background: transparent;
	border: 0;
	border-radius: 4px;
	-webkit-user-select: none;
	user-select: none
}
.plyr input[type='range']::-webkit-slider-thumb {
	-webkit-appearance: none;
	margin-top: -4px;
	position: relative;
	height: 16px;
	width: 16px;
	background: #fff;
	border: 2px solid transparent;
	border-radius: 100%;
	-webkit-transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
	transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
	-o-transition: background .2s ease, border .2s ease, transform .2s ease;
	transition: background .2s ease, border .2s ease, transform .2s ease;
	transition: background .2s ease, border .2s ease, transform .2s ease, -webkit-transform .2s ease;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.plyr input[type='range']::-moz-range-track {
	height: 8px;
	background: transparent;
	border: 0;
	border-radius: 4px;
	-moz-user-select: none;
	user-select: none
}
.plyr input[type='range']::-moz-range-thumb {
	position: relative;
	height: 16px;
	width: 16px;
	background: #fff;
	border: 2px solid transparent;
	border-radius: 100%;
	-webkit-transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
	transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
	-o-transition: background .2s ease, border .2s ease, transform .2s ease;
	transition: background .2s ease, border .2s ease, transform .2s ease;
	transition: background .2s ease, border .2s ease, transform .2s ease, -webkit-transform .2s ease;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
	box-sizing: border-box
}
.plyr input[type='range']::-ms-track {
	height: 8px;
	background: transparent;
	border: 0;
	color: transparent
}
.plyr input[type='range']::-ms-fill-upper {
	height: 8px;
	background: transparent;
	border: 0;
	border-radius: 4px;
	-ms-user-select: none;
	user-select: none
}
.plyr input[type='range']::-ms-fill-lower {
	height: 8px;
	background: transparent;
	border: 0;
	border-radius: 4px;
	-ms-user-select: none;
	user-select: none;
	background: #e6007e
}
.plyr input[type='range']::-ms-thumb {
	position: relative;
	height: 16px;
	width: 16px;
	background: #fff;
	border: 2px solid transparent;
	border-radius: 100%;
	-webkit-transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
	transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
	-o-transition: background .2s ease, border .2s ease, transform .2s ease;
	transition: background .2s ease, border .2s ease, transform .2s ease;
	transition: background .2s ease, border .2s ease, transform .2s ease, -webkit-transform .2s ease;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
	box-sizing: border-box;
	margin-top: 0
}
.plyr input[type='range']::-ms-tooltip {
	display: none
}
.plyr input[type='range']:focus {
	outline: 0
}
.plyr input[type='range']::-moz-focus-outer {
	border: 0
}
.plyr input[type='range'].tab-focus:focus {
	outline-offset: 3px
}
.plyr input[type='range']:active::-webkit-slider-thumb {
	background: #e6007e;
	border-color: #fff;
	-webkit-transform: scale(1.25);
	transform: scale(1.25)
}
.plyr input[type='range']:active::-moz-range-thumb {
	background: #e6007e;
	border-color: #fff;
	transform: scale(1.25)
}
.plyr input[type='range']:active::-ms-thumb {
	background: #e6007e;
	border-color: #fff;
	-ms-transform: scale(1.25);
	transform: scale(1.25)
}
.plyr--video input[type='range'].tab-focus:focus {
	outline: 1px dotted rgba(255, 255, 255, 0.5)
}
.plyr--audio input[type='range'].tab-focus:focus {
	outline: 1px dotted rgba(86, 93, 100, 0.5)
}
.plyr__sr-only {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important
}
.plyr__video-wrapper {
	position: relative;
	background: #000;
	border-radius: inherit;
	-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC)
}
.plyr__video-embed {
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border-radius: inherit
}
.plyr__video-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.plyr__video-embed>div {
	position: relative;
	padding-bottom: 200%;
	-webkit-transform: translateY(-35.95%);
	-ms-transform: translateY(-35.95%);
	transform: translateY(-35.95%)
}
.plyr .plyr__video-embed iframe {
	pointer-events: none
}
.plyr video::-webkit-media-text-track-container {
	display: none
}
.plyr__captions {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	-webkit-transform: translateY(-60px);
	-ms-transform: translateY(-60px);
	transform: translateY(-60px);
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	color: #fff;
	font-size: 16px;
	text-align: center;
	font-weight: 400
}
.plyr__captions span {
	border-radius: 2px;
	padding: 3px 10px;
	background: rgba(0, 0, 0, 0.7);
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	line-height: 150%
}
.plyr__captions span:empty {
	display: none
}
@media (min-width: 768px) {
	.plyr__captions {
		font-size: 24px
	}
}
.plyr--captions-active .plyr__captions {
	display: block
}
.plyr--fullscreen-active .plyr__captions {
	font-size: 32px
}
.plyr--hide-controls .plyr__captions {
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px)
}
.plyr::-webkit-media-controls {
	display: none
}
.plyr__controls {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
	text-align: center
}
.plyr__controls>button,
.plyr__controls .plyr__progress,
.plyr__controls .plyr__time {
	margin-left: 5px
}
.plyr__controls>button:first-child,
.plyr__controls .plyr__progress:first-child,
.plyr__controls .plyr__time:first-child {
	margin-left: 0
}
.plyr__controls .plyr__volume {
	margin-left: 5px
}
.plyr__controls[data-plyr="pause"] {
	margin-left: 0
}
.plyr__controls button {
	position: relative;
	display: inline-block;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	overflow: visible;
	vertical-align: middle;
	padding: 7px;
	border: 0;
	background: transparent;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: background .3s ease, color .3s ease, opacity .3s ease;
	-o-transition: background .3s ease, color .3s ease, opacity .3s ease;
	transition: background .3s ease, color .3s ease, opacity .3s ease;
	color: inherit
}
.plyr__controls button svg {
	width: 18px;
	height: 18px;
	display: block;
	fill: currentColor
}
.plyr__controls button:focus {
	outline: 0
}
.plyr__controls .icon--exit-fullscreen,
.plyr__controls .icon--muted,
.plyr__controls .icon--captions-on {
	display: none
}
@media (min-width: 480px) {
	.plyr__controls>button,
	.plyr__controls .plyr__progress,
	.plyr__controls .plyr__time {
		margin-left: 10px
	}
}
.plyr--hide-controls .plyr__controls {
	opacity: 0;
	pointer-events: none
}
.plyr--video .plyr__controls {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 50px 10px 10px;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
	background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
	background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
	color: #fff;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease
}
.plyr--video .plyr__controls button.tab-focus:focus,
.plyr--video .plyr__controls button:hover {
	background: #e6007e;
	color: #fff
}
.plyr--audio .plyr__controls {
	padding: 10px;
	border-radius: inherit;
	background: #fff;
	border: 1px solid #dbe3e8;
	color: #565D64
}
.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr--audio .plyr__controls button:hover {
	background: #e6007e;
	color: #fff
}
.plyr__play-large {
	display: none;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 10px;
	background: #e6007e;
	border: 4px solid currentColor;
	border-radius: 100%;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	color: #fff;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.plyr__play-large svg {
	position: relative;
	left: 2px;
	width: 20px;
	height: 20px;
	display: block;
	fill: currentColor
}
.plyr__play-large:focus {
	outline: 1px dotted rgba(255, 255, 255, 0.5)
}
.plyr .plyr__play-large {
	display: inline-block
}
.plyr--audio .plyr__play-large {
	display: none
}
.plyr--playing .plyr__play-large {
	opacity: 0;
	visibility: hidden
}
.plyr__controls[data-plyr='pause'],
.plyr--playing .plyr__controls[data-plyr='play'] {
	display: none
}
.plyr--playing .plyr__controls[data-plyr='pause'] {
	display: inline-block
}
.plyr--fullscreen-active .icon--exit-fullscreen,
.plyr--muted .plyr__controls .icon--muted,
.plyr--captions-active .plyr__controls .icon--captions-on {
	display: block
}
.plyr--fullscreen-active .icon--exit-fullscreen+svg,
.plyr--muted .plyr__controls .icon--muted+svg,
.plyr--captions-active .plyr__controls .icon--captions-on+svg {
	display: none
}
.plyr[data-plyr='captions'],
.plyr[data-plyr='fullscreen'] {
	display: none
}
.plyr--captions-enabled[data-plyr='captions'],
.plyr--fullscreen-enabled[data-plyr='fullscreen'] {
	display: inline-block
}
.plyr__tooltip {
	position: absolute;
	z-index: 2;
	bottom: 100%;
	margin-bottom: 10px;
	padding: 5px 7.5px;
	pointer-events: none;
	opacity: 0;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	-webkit-transform: translate(-50%, 10px) scale(0.8);
	-ms-transform: translate(-50%, 10px) scale(0.8);
	transform: translate(-50%, 10px) scale(0.8);
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition: opacity .2s .1s ease, -webkit-transform .2s .1s ease;
	transition: opacity .2s .1s ease, -webkit-transform .2s .1s ease;
	-o-transition: transform .2s .1s ease, opacity .2s .1s ease;
	transition: transform .2s .1s ease, opacity .2s .1s ease;
	transition: transform .2s .1s ease, opacity .2s .1s ease, -webkit-transform .2s .1s ease
}
.plyr__tooltip::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -4px;
	border-right: 4px solid transparent;
	border-top: 4px solid rgba(0, 0, 0, 0.7);
	border-left: 4px solid transparent;
	z-index: 2
}
.plyr button:hover .plyr__tooltip,
.plyr button.tab-focus:focus .plyr__tooltip,
.plyr__tooltip--visible {
	opacity: 1;
	-webkit-transform: translate(-50%, 0) scale(1);
	-ms-transform: translate(-50%, 0) scale(1);
	transform: translate(-50%, 0) scale(1)
}
.plyr button:hover .plyr__tooltip {
	z-index: 3
}
.plyr__controls button:first-child .plyr__tooltip {
	left: 0;
	-webkit-transform: translate(0, 10px) scale(0.8);
	-ms-transform: translate(0, 10px) scale(0.8);
	transform: translate(0, 10px) scale(0.8);
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%
}
.plyr__controls button:first-child .plyr__tooltip::before {
	left: 16px
}
.plyr__controls button:last-child .plyr__tooltip {
	right: 0;
	-webkit-transform: translate(0, 10px) scale(0.8);
	-ms-transform: translate(0, 10px) scale(0.8);
	transform: translate(0, 10px) scale(0.8);
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}
.plyr__controls button:last-child .plyr__tooltip::before {
	left: auto;
	right: 16px;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%)
}
.plyr__controls button:first-child:hover .plyr__tooltip,
.plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:first-child .plyr__tooltip--visible,
.plyr__controls button:last-child:hover .plyr__tooltip,
.plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:last-child .plyr__tooltip--visible {
	-webkit-transform: translate(0, 0) scale(1);
	-ms-transform: translate(0, 0) scale(1);
	transform: translate(0, 0) scale(1)
}
.plyr__progress {
	display: none;
	position: relative;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.plyr__progress input[type="range"] {
	position: relative;
	z-index: 2
}
.plyr__progress input[type="range"]::-webkit-slider-runnable-track {
	background: transparent
}
.plyr__progress input[type="range"]::-moz-range-track {
	background: transparent
}
.plyr__progress input[type="range"]::-ms-fill-upper {
	background: transparent
}
.plyr__progress .plyr__tooltip {
	left: 0
}
.plyr .plyr__progress {
	display: inline-block
}
.plyr__progress--buffer,
.plyr__progress--played,
.plyr__volume--display {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 8px;
	margin: -4px 0 0;
	padding: 0;
	vertical-align: top;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 100px
}
.plyr__progress--buffer::-webkit-progress-bar,
.plyr__progress--played::-webkit-progress-bar,
.plyr__volume--display::-webkit-progress-bar {
	background: transparent
}
.plyr__progress--buffer::-webkit-progress-value,
.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
	background: currentColor;
	border-radius: 100px;
	min-width: 8px
}
.plyr__progress--buffer::-moz-progress-bar,
.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
	background: currentColor;
	border-radius: 100px;
	min-width: 8px
}
.plyr__progress--buffer::-ms-fill,
.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
	border-radius: 100px
}
.plyr__progress--played,
.plyr__volume--display {
	z-index: 1;
	color: #e6007e;
	background: transparent;
	-webkit-transition: none;
	-o-transition: none;
	transition: none
}
.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
	min-width: 8px;
	max-width: 99%;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-transition: none;
	-o-transition: none;
	transition: none
}
.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
	min-width: 8px;
	max-width: 99%;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-transition: none;
	-o-transition: none;
	transition: none
}
.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
	display: none
}
.plyr__progress--buffer::-webkit-progress-value {
	-webkit-transition: width .2s ease;
	-o-transition: width .2s ease;
	transition: width .2s ease
}
.plyr__progress--buffer::-moz-progress-bar {
	-webkit-transition: width .2s ease;
	-o-transition: width .2s ease;
	transition: width .2s ease
}
.plyr__progress--buffer::-ms-fill {
	-webkit-transition: width .2s ease;
	-o-transition: width .2s ease;
	transition: width .2s ease
}
.plyr--video .plyr__progress--buffer,
.plyr--video .plyr__volume--display {
	background: rgba(255, 255, 255, 0.25)
}
.plyr--video .plyr__progress--buffer {
	color: rgba(255, 255, 255, 0.25)
}
.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
	background: rgba(198, 214, 219, 0.67)
}
.plyr--audio .plyr__progress--buffer {
	color: rgba(198, 214, 219, 0.67)
}
.plyr--loading .plyr__progress--buffer {
	-webkit-animation: plyr-progress 1s linear infinite;
	animation: plyr-progress 1s linear infinite;
	background-size: 25px 25px;
	background-repeat: repeat-x;
	background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(135deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
	color: transparent
}
.plyr--video.plyr--loading .plyr__progress--buffer {
	background-color: rgba(255, 255, 255, 0.25)
}
.plyr--audio.plyr--loading .plyr__progress--buffer {
	background-color: rgba(198, 214, 219, 0.67)
}
.plyr__time {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px
}
.plyr__time+.plyr__time {
	display: none
}
@media (min-width: 768px) {
	.plyr__time+.plyr__time {
		display: inline-block
	}
}
.plyr__time+.plyr__time::before {
	content: '\2044';
	margin-right: 10px
}
.plyr__volume {
	display: none
}
.plyr .plyr__volume {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative
}
.plyr .plyr__volume input[type="range"] {
	position: relative;
	z-index: 2
}
@media (min-width: 480px) {
	.plyr .plyr__volume {
		display: block;
		max-width: 60px
	}
}
@media (min-width: 768px) {
	.plyr .plyr__volume {
		max-width: 100px
	}
}
.plyr--is-ios .plyr__volume,
.plyr--is-ios[data-plyr='mute'] {
	display: none !important
}
.plyr--fullscreen-active {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 10000000;
	background: #000;
	border-radius: 0 !important
}
.plyr--fullscreen-active video {
	height: 100%
}
.plyr--fullscreen-active .plyr__video-wrapper {
	height: 100%;
	width: 100%
}
.plyr--fullscreen-active .plyr__controls {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}
.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
header.masthead {
	background-color: #222;
	width: 100vw;
	height: 100vh;
	max-height: 1440px;
	position: relative;
	overflow: visible
}
header.masthead .wrapper {
	height: 100%;
	overflow: visible
}
header.masthead .wrapper.masthead-shadow {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), to(#222));
	background: -webkit-linear-gradient(top, transparent 60%, #222 100%);
	background: -o-linear-gradient(top, transparent 60%, #222 100%);
	background: linear-gradient(to bottom, transparent 60%, #222 100%)
}
.single header.masthead .wrapper.masthead-shadow {
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#222));
	background: -webkit-linear-gradient(top, transparent 0%, #222 100%);
	background: -o-linear-gradient(top, transparent 0%, #222 100%);
	background: linear-gradient(to bottom, transparent 0%, #222 100%)
}
header.masthead .logo {
	padding: 2rem
}
header.masthead .logo img {
	height: 12rem;
	width: 12rem
}
@media screen and (max-width: 950px) {
	header.masthead .logo {
		display: none
	}
}
@media screen and (max-width: 450px) {
	header.masthead .logo {
		text-align: center
	}
}
header.masthead .article-meta {
	display: block;
	width: auto;
	margin: 1rem 0;
	font-size: 1rem;
	color: #fff
}
header.masthead .article-meta a {
	color: #fff
}
@media screen and (max-width: 1000px) {
	header.masthead .article-meta {
		margin: 0rem
	}
}
header.masthead .article-meta div {
	display: inline-block;
	padding: 0.5rem;
	margin: 0;
	width: 30%;
	text-align: center;
	border-bottom: 2px solid #fff
}
header.masthead .article-meta div:first-child {
	border-right: 2px solid #fff
}
@media screen and (max-width: 1175px) {
	header.masthead .article-meta div {
		width: 50%
	}
}
@media screen and (max-width: 1000px) {
	header.masthead .article-meta div {
		padding: 0.5rem
	}
}
.masthead-top {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}
@media screen and (max-width: 950px) {
	.masthead-top {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.masthead-top div {
		width: 100%
	}
}
.masthead-secondary-menu {
	margin: 0 0 0 auto;
	padding: 1rem 5rem 1rem 1rem
}
.masthead-secondary-menu ul {
	list-style: none;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding: 0
}
.masthead-secondary-menu ul.sub-menu {
	position: absolute;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}
.masthead-secondary-menu ul.sub-menu li {
	opacity: 0
}
.masthead-secondary-menu ul.sub-menu li:nth-child(1) {
	-webkit-transition: all 0.3s cubic-bezier(0, 0, 1, -0.01) 0.2s;
	-o-transition: all 0.3s cubic-bezier(0, 0, 1, -0.01) 0.2s;
	transition: all 0.3s cubic-bezier(0, 0, 1, -0.01) 0.2s;
	-webkit-transform: translate(0, 1rem) rotate(0);
	-ms-transform: translate(0, 1rem) rotate(0);
	transform: translate(0, 1rem) rotate(0)
}
.masthead-secondary-menu ul.sub-menu li:nth-child(2) {
	-webkit-transition: all 0.3s cubic-bezier(0, 0, 1, -0.01) 0.1s;
	-o-transition: all 0.3s cubic-bezier(0, 0, 1, -0.01) 0.1s;
	transition: all 0.3s cubic-bezier(0, 0, 1, -0.01) 0.1s;
	-webkit-transform: translate(0, -1.87rem) rotate(0);
	-ms-transform: translate(0, -1.87rem) rotate(0);
	transform: translate(0, -1.87rem) rotate(0)
}
.masthead-secondary-menu ul.sub-menu li:nth-child(3) {
	-webkit-transition: all 0.3s cubic-bezier(0, 0, 1, -0.01);
	-o-transition: all 0.3s cubic-bezier(0, 0, 1, -0.01);
	transition: all 0.3s cubic-bezier(0, 0, 1, -0.01);
	-webkit-transform: translate(0, -4.8rem) rotate(0);
	-ms-transform: translate(0, -4.8rem) rotate(0);
	transform: translate(0, -4.8rem) rotate(0)
}
.masthead-secondary-menu ul.sub-menu svg {
	height: 2.5rem;
	width: 2.5rem;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s
}
.masthead-secondary-menu ul .item-has-children {
	z-index: 99
}
.masthead-secondary-menu ul .item-has-children:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	height: 1rem;
	width: 2rem;
	background-image: url("../images/svgs/chevron-down.svg");
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0.5rem 0
}
.masthead-secondary-menu ul .item-has-children:hover .sub-menu li {
	opacity: 1
}
.masthead-secondary-menu ul .item-has-children:hover .sub-menu li:nth-child(1) {
	-webkit-transform: translate(0, 1.5rem) rotate(0deg);
	-ms-transform: translate(0, 1.5rem) rotate(0deg);
	transform: translate(0, 1.5rem) rotate(0deg)
}
.masthead-secondary-menu ul .item-has-children:hover .sub-menu li:nth-child(2) {
	-webkit-transform: translate(-0.2rem, 1.5rem) rotate(6deg);
	-ms-transform: translate(-0.2rem, 1.5rem) rotate(6deg);
	transform: translate(-0.2rem, 1.5rem) rotate(6deg)
}
.masthead-secondary-menu ul .item-has-children:hover .sub-menu li:nth-child(3) {
	-webkit-transform: translate(-0.8rem, 1.5rem) rotate(12deg);
	-ms-transform: translate(-0.8rem, 1.5rem) rotate(12deg);
	transform: translate(-0.8rem, 1.5rem) rotate(12deg)
}
.masthead-secondary-menu ul .item-has-children:hover .sub-menu li svg:hover {
	opacity: 0.75
}
.masthead-secondary-menu a {
	color: #fff;
	font-weight: bold
}
.masthead-secondary-menu>ul>li {
	position: relative
}
.masthead-secondary-menu>ul>li>a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
	margin: 0 2rem
}
@media screen and (max-width: 950px) {
	.masthead-secondary-menu {
		display: none
	}
}
.no-objectfit header.masthead {
	background-position: center;
	background-size: cover;
	background-attachment: fixed
}
.no-objectfit .masthead-background img {
	display: none
}
.masthead-background img {
	position: fixed;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	max-height: 1440px;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 1;
	pointer-events: none
}
.masthead-title {
	position: absolute;
	padding: 0;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center
}
.masthead-title h1 {
	color: #fff;
	font-weight: lighter;
	letter-spacing: 0.5rem;
	font-size: 3.3125rem
}
@media screen and (max-width: 1024px) {
	.masthead-title h1 {
		font-size: 5vw
	}
}
@media screen and (max-width: 625px) {
	.masthead-title h1 {
		font-size: 7.5vw
	}
}
.masthead-title .magenta-dash {
	height: 6px;
	display: block;
	margin: 0 auto
}
.masthead-title p {
	color: #fff;
	border-bottom: 2px solid rgba(255, 255, 255, 0.6);
	display: inline-block
}
.corner-title .masthead-title {
	bottom: 5vh;
	padding: 2rem;
	top: inherit;
	left: inherit;
	text-align: left;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.page-holder {
	background-color: #fff;
	position: relative
}
.nav-main {
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	z-index: 99;
	-webkit-transition: background-color 0.2s cubic-bezier(0, 1.05, 1, 1);
	-o-transition: background-color 0.2s cubic-bezier(0, 1.05, 1, 1);
	transition: background-color 0.2s cubic-bezier(0, 1.05, 1, 1);
	padding: 0 2%
}
.fixed-nav .nav-main {
	background-color: rgba(229, 229, 229, 0.75);
	bottom: auto !important
}
.fixed-nav .nav-main .menu-item a {
	color: #222
}
.nav-main ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin: 1.5rem 0;
	padding: 0;
	position: relative
}
.nav-main .sub-menu {
	position: absolute;
	width: 20rem;
	display: block;
	opacity: 0;
	overflow: hidden;
	left: 0;
	top: 100%;
	margin: 0;
	pointer-events: none;
	-webkit-transition: opacity 0.2s cubic-bezier(0, 1.05, 1, 1);
	-o-transition: opacity 0.2s cubic-bezier(0, 1.05, 1, 1);
	transition: opacity 0.2s cubic-bezier(0, 1.05, 1, 1)
}
.nav-main .sub-menu .menu-item {
	margin: 0
}
.nav-main .sub-menu .menu-item a {
	text-align: left;
	color: #222
}
.nav-main .sub-menu .menu-item a:hover {
	color: #222;
	background: rgba(255, 255, 255, 0.9)
}
.nav-main .menu-item:hover .sub-menu {
	opacity: 1;
	pointer-events: auto
}
.nav-main .menu-item {
	font-size: 1.25rem;
	margin: 0;
	text-align: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative
}
@media screen and (max-width: 1200px) {
	.nav-main .menu-item {
		font-size: 1rem
	}
}
.nav-main .menu-item:last-child {
	white-space: nowrap
}
.nav-main .menu-item:hover a {
	color: #222;
	background: rgba(216, 216, 216, 0.9)
}
.nav-main .menu-item:hover>a {
	color: #fff;
	background: #e6007e
}
.nav-main .menu-item a {
	color: #fff;
	font-weight: lighter;
	margin: 0;
	padding: 1rem 1.5rem;
	text-align: center;
	-webkit-transition: color 0.2s cubic-bezier(0, 1.05, 1, 1), background 0.2s cubic-bezier(0, 1.05, 1, 1);
	-o-transition: color 0.2s cubic-bezier(0, 1.05, 1, 1), background 0.2s cubic-bezier(0, 1.05, 1, 1);
	transition: color 0.2s cubic-bezier(0, 1.05, 1, 1), background 0.2s cubic-bezier(0, 1.05, 1, 1);
	width: 100%;
	display: inline-block;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.nav-main .menu-item.current-menu-item>a {
	background: #e6007e;
	color: #fff
}
@media screen and (max-width: 950px) {
	.nav-main {
		display: none
	}
}
.burger-nav-button {
	display: none;
	width: 100%;
	background-color: rgba(230, 0, 126, 0.8);
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0, 1.05, 1, 1);
	transition: -webkit-transform 0.5s cubic-bezier(0, 1.05, 1, 1);
	-o-transition: transform 0.5s cubic-bezier(0, 1.05, 1, 1);
	transition: transform 0.5s cubic-bezier(0, 1.05, 1, 1);
	transition: transform 0.5s cubic-bezier(0, 1.05, 1, 1), -webkit-transform 0.5s cubic-bezier(0, 1.05, 1, 1);
	color: #fff;
	border: 0;
	padding: 1rem;
	text-transform: uppercase;
	z-index: 99;
	text-align: left;
	outline: none
}
@media screen and (max-width: 950px) {
	.burger-nav-button {
		display: block;
		position: absolute;
		top: 56px
	}
}
body.mobile-nav-open .burger-nav-button {
	-webkit-transform: translateX(calc(-100% + 4rem));
	-ms-transform: translateX(calc(-100% + 4rem));
	transform: translateX(calc(-100% + 4rem))
}
.quick-nav-mobile {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(34, 34, 34, 0.75);
	display: none;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 1rem
}
.quick-nav-mobile a {
	color: #fff
}
.quick-nav-mobile .mobile-phone,
.quick-nav-mobile .mobile-country-picker {
	width: auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.quick-nav-mobile .mobile-country-picker a {
	padding: 0.5rem 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.quick-nav-mobile .mobile-country-picker a+a {
	padding-left: 1rem
}
@media screen and (max-width: 950px) {
	.quick-nav-mobile {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
}
.nav-mobile {
	position: fixed;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: opacity 0.2s cubic-bezier(0, 1.05, 1, 1);
	-o-transition: opacity 0.2s cubic-bezier(0, 1.05, 1, 1);
	transition: opacity 0.2s cubic-bezier(0, 1.05, 1, 1);
	padding: 0;
	z-index: -1;
	background-color: #222
}
.nav-mobile ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left
}
.nav-mobile ul ul {
	padding-left: 1rem
}
.nav-mobile .menu-item {
	text-transform: uppercase;
	opacity: 0;
	-webkit-transform: translateY(1rem);
	-ms-transform: translateY(1rem);
	transform: translateY(1rem);
	-webkit-transition: opacity 0.4s cubic-bezier(0, 1.05, 1, 1), -webkit-transform 0.5s cubic-bezier(0, 1.05, 1, 1);
	transition: opacity 0.4s cubic-bezier(0, 1.05, 1, 1), -webkit-transform 0.5s cubic-bezier(0, 1.05, 1, 1);
	-o-transition: opacity 0.4s cubic-bezier(0, 1.05, 1, 1), transform 0.5s cubic-bezier(0, 1.05, 1, 1);
	transition: opacity 0.4s cubic-bezier(0, 1.05, 1, 1), transform 0.5s cubic-bezier(0, 1.05, 1, 1);
	transition: opacity 0.4s cubic-bezier(0, 1.05, 1, 1), transform 0.5s cubic-bezier(0, 1.05, 1, 1), -webkit-transform 0.5s cubic-bezier(0, 1.05, 1, 1)
}
.nav-mobile .menu-item:nth-child(1) {
	-webkit-transition-delay: 0.05s;
	-o-transition-delay: 0.05s;
	transition-delay: 0.05s
}
.nav-mobile .menu-item:nth-child(2) {
	-webkit-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s
}
.nav-mobile .menu-item:nth-child(3) {
	-webkit-transition-delay: 0.15s;
	-o-transition-delay: 0.15s;
	transition-delay: 0.15s
}
.nav-mobile .menu-item:nth-child(4) {
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s
}
.nav-mobile .menu-item:nth-child(5) {
	-webkit-transition-delay: 0.25s;
	-o-transition-delay: 0.25s;
	transition-delay: 0.25s
}
.nav-mobile .menu-item:nth-child(6) {
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s
}
.nav-mobile .menu-item:nth-child(7) {
	-webkit-transition-delay: 0.35s;
	-o-transition-delay: 0.35s;
	transition-delay: 0.35s
}
.nav-mobile .menu-item:nth-child(8) {
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s
}
.nav-mobile .menu-item:nth-child(9) {
	-webkit-transition-delay: 0.45s;
	-o-transition-delay: 0.45s;
	transition-delay: 0.45s
}
.nav-mobile .menu-item:nth-child(10) {
	-webkit-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s
}
.nav-mobile .menu-item:nth-child(11) {
	-webkit-transition-delay: 0.55s;
	-o-transition-delay: 0.55s;
	transition-delay: 0.55s
}
.nav-mobile .menu-item:nth-child(12) {
	-webkit-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s
}
.nav-mobile .menu-item:nth-child(13) {
	-webkit-transition-delay: 0.65s;
	-o-transition-delay: 0.65s;
	transition-delay: 0.65s
}
.nav-mobile .menu-item:nth-child(14) {
	-webkit-transition-delay: 0.7s;
	-o-transition-delay: 0.7s;
	transition-delay: 0.7s
}
.nav-mobile .menu-item:nth-child(15) {
	-webkit-transition-delay: 0.75s;
	-o-transition-delay: 0.75s;
	transition-delay: 0.75s
}
.nav-mobile .menu-item:nth-child(16) {
	-webkit-transition-delay: 0.8s;
	-o-transition-delay: 0.8s;
	transition-delay: 0.8s
}
.nav-mobile .menu-item:nth-child(17) {
	-webkit-transition-delay: 0.85s;
	-o-transition-delay: 0.85s;
	transition-delay: 0.85s
}
.nav-mobile .menu-item:nth-child(18) {
	-webkit-transition-delay: 0.9s;
	-o-transition-delay: 0.9s;
	transition-delay: 0.9s
}
.nav-mobile .menu-item:nth-child(19) {
	-webkit-transition-delay: 0.95s;
	-o-transition-delay: 0.95s;
	transition-delay: 0.95s
}
.nav-mobile .menu-item:nth-child(20) {
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s
}
.nav-mobile .menu-item a {
	font-size: 1.125rem;
	color: #222;
	display: block;
	padding: 1rem 1rem 1rem 3rem;
	background: #e5e5e5
}
@media screen and (orientation: landscape) {
	.nav-mobile .menu-item a {
		font-size: 1.5rem
	}
}
.nav-mobile .menu-item .sub-menu a {
	background: #f2f2f2
}
.nav-mobile .menu-item .accordion-toggle:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0.5rem;
	width: 2rem;
	height: 1rem;
	background: url(../images/svgs/chevron-down-magenta.svg) no-repeat;
	background-size: contain;
	opacity: 1;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	-ms-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
	-webkit-transition: opacity 0.25s cubic-bezier(0, 1.05, 1, 1), -webkit-transform 0.25s cubic-bezier(0, 1.05, 1, 1);
	transition: opacity 0.25s cubic-bezier(0, 1.05, 1, 1), -webkit-transform 0.25s cubic-bezier(0, 1.05, 1, 1);
	-o-transition: transform 0.25s cubic-bezier(0, 1.05, 1, 1), opacity 0.25s cubic-bezier(0, 1.05, 1, 1);
	transition: transform 0.25s cubic-bezier(0, 1.05, 1, 1), opacity 0.25s cubic-bezier(0, 1.05, 1, 1);
	transition: transform 0.25s cubic-bezier(0, 1.05, 1, 1), opacity 0.25s cubic-bezier(0, 1.05, 1, 1), -webkit-transform 0.25s cubic-bezier(0, 1.05, 1, 1)
}
.nav-mobile .menu-item.expanded>a {
	position: relative
}
.nav-mobile .menu-item.expanded>a:before {
	opacity: 1;
	-webkit-transform: translateY(-50%) rotate(0deg);
	-ms-transform: translateY(-50%) rotate(0deg);
	transform: translateY(-50%) rotate(0deg)
}
.nav-mobile.open-menu {
	left: 4rem;
	width: calc(100% - 4rem);
	z-index: 1
}
.nav-mobile.open-menu .menu-item {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.mobile-country-picker {
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.mobile-country-picker a {
	padding: 0.5rem 1rem
}
.mobile-country-picker svg {
	width: 2.5rem;
	height: 2.5rem
}
body.mobile-nav-open {
	overflow: hidden
}
body {
	background: #fff
}
.full-page-wrapper {
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0, 1.05, 1, 1);
	transition: -webkit-transform 0.5s cubic-bezier(0, 1.05, 1, 1);
	-o-transition: transform 0.5s cubic-bezier(0, 1.05, 1, 1);
	transition: transform 0.5s cubic-bezier(0, 1.05, 1, 1);
	transition: transform 0.5s cubic-bezier(0, 1.05, 1, 1), -webkit-transform 0.5s cubic-bezier(0, 1.05, 1, 1);
	position: relative;
	z-index: 0;
	overflow-x: hidden
}
body.mobile-nav-open .full-page-wrapper {
	overflow: hidden;
	-webkit-transform: translateX(calc(-100% + 4rem));
	-ms-transform: translateX(calc(-100% + 4rem));
	transform: translateX(calc(-100% + 4rem))
}
.sharebar {
	position: fixed;
	top: 7.5rem;
	right: 0;
	background-color: #545454;
	height: auto;
	max-height: 41px;
	overflow: hidden;
	z-index: 99;
	-webkit-transition: max-height 0.5s ease;
	-o-transition: max-height 0.5s ease;
	transition: max-height 0.5s ease
}
.sharebar ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	list-style: none;
	padding: 0;
	margin: 0
}
.sharebar ul li {
	background-color: #fff;
	cursor: pointer
}
.sharebar ul li:first-child {
	background-color: #545454;
	opacity: 1;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.sharebar ul li:first-child svg {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1
}
.sharebar ul li:first-child svg path {
	fill: #fff
}
.sharebar ul li:first-child:hover svg {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}
.sharebar ul li:first-child:hover svg path {
	fill: #e6007e
}
.sharebar ul li a:hover.facebook path {
	fill: #3b5998
}
.sharebar ul li a:hover.linkedin path {
	fill: #0077b5
}
.sharebar ul li a:hover.googleplus path,
.sharebar ul li a:hover.googleplus rect {
	fill: #dd4b39
}
.sharebar ul li a:hover.twitter path {
	fill: #1da1f2
}
.sharebar ul li a:hover.pinterest path {
	fill: #bd081c
}
.sharebar ul li svg {
	height: 1.6rem;
	width: 1.6rem;
	margin: 0.5rem 0.5rem;
	opacity: 0.8;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: opacity 0.2s cubic-bezier(0, 0, 1, -0.01), -webkit-transform 0.2s cubic-bezier(0, 0, 1, -0.01);
	transition: opacity 0.2s cubic-bezier(0, 0, 1, -0.01), -webkit-transform 0.2s cubic-bezier(0, 0, 1, -0.01);
	-o-transition: opacity 0.2s cubic-bezier(0, 0, 1, -0.01), transform 0.2s cubic-bezier(0, 0, 1, -0.01);
	transition: opacity 0.2s cubic-bezier(0, 0, 1, -0.01), transform 0.2s cubic-bezier(0, 0, 1, -0.01);
	transition: opacity 0.2s cubic-bezier(0, 0, 1, -0.01), transform 0.2s cubic-bezier(0, 0, 1, -0.01), -webkit-transform 0.2s cubic-bezier(0, 0, 1, -0.01)
}
.sharebar ul li:nth-child(2) svg {
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s
}
.sharebar ul li:nth-child(3) svg {
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s
}
.sharebar ul li:nth-child(4) svg {
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s
}
.sharebar ul li:nth-child(5) svg {
	-webkit-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s
}
.sharebar ul li:nth-child(6) svg {
	-webkit-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s
}
.sharebar ul li path,
.sharebar ul li rect {
	fill: #545454
}
.sharebar.sharebar-open {
	max-height: 378px
}
.sharebar.sharebar-open li svg {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.content-row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	overflow: hidden;
	position: relative
}
@media screen and (max-width: 768px) {
	.content-row {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.content-row:nth-child(even) {
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}
.content-row.center-content {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.content-row-header {
	width: 100%;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	text-align: center;
	padding: 5rem 0
}
.content-row-header h2 {
	font-size: 1.5rem;
	letter-spacing: 5px;
	line-height: 1.8;
	max-width: 540px;
	font-weight: 400;
	margin: 0 auto
}
.page-template-page-content-template .content-row-header {
	padding: 5rem 0 0
}
.content-col-half {
	width: 50%;
	position: relative;
	min-height: 50vw;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: start
}
@media screen and (max-width: 768px) {
	.content-col-half {
		width: 100%;
		min-height: 100vw
	}
}
.content-text-background {
	height: 100%;
	min-height: 50vw;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.content-text-background h2,
.content-text-background p {
	margin: 1rem auto
}
.content-text-background h2 {
	max-width: 20rem
}
.content-text-background p {
	max-width: 24.25rem
}
.page-template-page-content-template .content-text-background p {
	line-height: 1.7
}
.content-text-background.slate-bck,
.content-experience-type-list .content-row:nth-child(odd) .content-text-background {
	background-color: #222
}
.content-text-background.slate-bck h2,
.content-text-background.slate-bck h3,
.content-text-background.slate-bck h4,
.content-experience-type-list .content-row:nth-child(odd) .content-text-background h2,
.content-experience-type-list .content-row:nth-child(odd) .content-text-background h3,
.content-experience-type-list .content-row:nth-child(odd) .content-text-background h4 {
	color: #fff
}
.content-text-background.slate-bck p,
.content-experience-type-list .content-row:nth-child(odd) .content-text-background p {
	color: rgba(255, 255, 255, 0.8)
}
.content-text-background.slate-bck svg,
.content-text-background.slate-bck g,
.content-text-background.slate-bck path,
.content-text-background.slate-bck rect,
.content-text-background.slate-bck polygon,
.content-experience-type-list .content-row:nth-child(odd) .content-text-background svg,
.content-experience-type-list .content-row:nth-child(odd) .content-text-background g,
.content-experience-type-list .content-row:nth-child(odd) .content-text-background path,
.content-experience-type-list .content-row:nth-child(odd) .content-text-background rect,
.content-experience-type-list .content-row:nth-child(odd) .content-text-background polygon {
	fill: #fff !important
}
.content-text-background.slate-bck line,
.content-experience-type-list .content-row:nth-child(odd) .content-text-background line {
	stroke: #fff !important
}
.content-text-background.grey-bck {
	background-color: #e5e5e5;
	color: #202020
}
.content-text-background.grey-bck svg,
.content-text-background.grey-bck g,
.content-text-background.grey-bck path,
.content-text-background.grey-bck rect,
.content-text-background.grey-bck polygon {
	fill: #202020 !important
}
.content-text-background.grey-bck line {
	stroke: #202020 !important
}
.content-text-background .background-pattern {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.05
}
.content-text-background .background-pattern svg {
	width: 50vw;
	height: 50vw
}
@media screen and (max-width: 768px) {
	.content-text-background {
		min-height: 100vw
	}
}
.content-text {
	text-align: center;
	padding: 5vw
}
.content-text svg {
	height: 6rem;
	width: 6rem
}
.content-text a {
	color: #e6007e
}
.content-text a:not(.button):hover {
	text-decoration: underline
}
.content-text hr {
	max-width: 3.125rem;
	border: 0;
	background: #e6007e;
	height: 3px
}
.content-text blockquote {
	font-family: "brandon-grotesque", sans-serif;
	font-size: 2.2rem;
	text-transform: uppercase;
	letter-spacing: 3px
}
.breadcrumbs {
	position: absolute;
	top: 0;
	left: 0;
	margin: 2rem 4rem;
	z-index: 1
}
.breadcrumbs a {
	color: #545454
}
.slate-bck .breadcrumbs a {
	color: #8d8d8d
}
.breadcrumbs .breadcrumb_last {
	color: #e6007e;
	text-decoration: underline
}
.breadcrumbs.inline-breadcrumbs {
	position: inherit
}
@media screen and (max-width: 767px) {
	.breadcrumbs {
		position: inherit
	}
}
.magenta-dash {
	display: inline-block;
	background-color: #e6007e;
	height: 3px;
	width: 3.125rem
}
.itinerary-count {
	display: block;
	margin: 1rem;
	color: #8d8d8d
}
.content-testimonials-slider-background {
	height: 100%;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.content-testimonials-slider-background svg,
.content-testimonials-slider-background path,
.content-testimonials-slider-background rect {
	fill: rgba(34, 34, 34, 0.8)
}
.content-testimonials-slider-background h2,
.content-testimonials-slider-background p {
	color: rgba(34, 34, 34, 0.8)
}
.content-testimonials-slider-background p {
	max-width: 24.25rem;
	margin: 1rem auto
}
.content-testimonials-slider-background.slate-bck {
	background-color: #222
}
.content-testimonials-slider-background.slate-bck h2,
.content-testimonials-slider-background.slate-bck p,
.content-testimonials-slider-background.slate-bck a {
	color: #fff
}
.content-testimonials-slider-background.slate-bck svg,
.content-testimonials-slider-background.slate-bck path,
.content-testimonials-slider-background.slate-bck rect {
	fill: #fff
}
.content-testimonials-slider {
	text-align: center;
	padding: 5rem 0
}
.content-testimonials-slider svg {
	height: 3rem;
	width: auto
}
.content-testimonials-slider blockquote {
	margin: 0 auto;
	font-family: "brandon-grotesque", sans-serif;
	font-style: italic;
	text-transform: uppercase;
	width: 100%;
	max-width: 30vw
}
@media screen and (max-width: 768px) {
	.content-testimonials-slider blockquote {
		max-width: 80vw
	}
}
.content-testimonials-slider cite {
	font-weight: bold;
	font-style: normal;
	color: #545454;
	display: block;
	margin: 0 auto;
	max-width: 30vw
}
@media screen and (max-width: 768px) {
	.content-testimonials-slider cite {
		max-width: 80vw
	}
}
.slate-bck .content-testimonials-slider cite {
	color: #fff
}
.content-testimonials-slider cite span {
	display: block;
	font-weight: lighter
}
.content-testimonials-slider .crowd-carousel {
	height: auto;
	width: 50vw
}
@media screen and (max-width: 768px) {
	.content-testimonials-slider .crowd-carousel {
		width: 100vw
	}
}
.content-testimonials-slider .crowd-carousel .viewport {
	padding-bottom: 0
}
.content-testimonials-slider .crowd-carousel .items-container {
	position: inherit;
	width: 300%;
	-webkit-transform: translateX(-33.33%);
	-ms-transform: translateX(-33.33%);
	transform: translateX(-33.33%);
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.content-testimonials-slider .crowd-carousel .items-container.next {
	-webkit-animation-name: carouselNextHalf;
	animation-name: carouselNextHalf;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-timing-function: cubic-bezier(0, 1.05, 1, 1);
	animation-timing-function: cubic-bezier(0, 1.05, 1, 1)
}
.content-testimonials-slider .crowd-carousel .items-container.prev {
	-webkit-animation-name: carouselPrevHalf;
	animation-name: carouselPrevHalf;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-timing-function: cubic-bezier(0, 1.05, 1, 1);
	animation-timing-function: cubic-bezier(0, 1.05, 1, 1)
}
.content-testimonials-slider .crowd-carousel .items-container:after {
	content: "";
	display: table;
	clear: both
}
.content-testimonials-slider .crowd-carousel .carousel-item {
	margin: 0;
	padding: 5rem;
	width: 50vw;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
@media screen and (max-width: 768px) {
	.content-testimonials-slider .crowd-carousel .carousel-item {
		width: 100vw;
		padding: 3rem
	}
}
.content-testimonials-slider .crowd-carousel .carousel-next,
.content-testimonials-slider .crowd-carousel .carousel-prev {
	background-color: #fff;
	background-size: 10%;
	background-position: center;
	background-repeat: no-repeat;
	border: 0;
	color: #fff;
	height: 100%;
	width: 10vw;
	text-indent: -999rem;
	bottom: 0;
	opacity: 0.8;
	outline: 0
}
.slate-bck .content-testimonials-slider .crowd-carousel .carousel-next,
.slate-bck .content-testimonials-slider .crowd-carousel .carousel-prev {
	background-color: #222
}
.content-testimonials-slider .crowd-carousel .carousel-next:disabled,
.content-testimonials-slider .crowd-carousel .carousel-prev:disabled {
	opacity: 0.6
}
@media screen and (max-width: 768px) {
	.content-testimonials-slider .crowd-carousel .carousel-next,
	.content-testimonials-slider .crowd-carousel .carousel-prev {
		background-size: 50%
	}
}
.content-testimonials-slider .crowd-carousel .carousel-next {
	background-position: 20%;
	background-image: url("../images/svgs/chevron-right-slate.svg")
}
.slate-bck .content-testimonials-slider .crowd-carousel .carousel-next {
	background-image: url("../images/svgs/chevron-right-white.svg")
}
.content-testimonials-slider .crowd-carousel .carousel-prev {
	background-position: 80%;
	background-image: url("../images/svgs/chevron-left-slate.svg")
}
.slate-bck .content-testimonials-slider .crowd-carousel .carousel-prev {
	background-image: url("../images/svgs/chevron-left-white.svg")
}
.content-blog-slider-background {
	height: 100%;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.content-blog-slider-background .category-icon svg,
.content-blog-slider-background .category-icon path,
.content-blog-slider-background .category-icon rect {
	fill: #222
}
.content-blog-slider-background h2 {
	color: #222;
	max-width: 30vw;
	width: 100%;
	margin: 1rem auto
}
@media screen and (max-width: 768px) {
	.content-blog-slider-background h2 {
		max-width: 80vw
	}
}
.content-blog-slider-background p,
.content-blog-slider-background div,
.content-blog-slider-background a {
	color: rgba(34, 34, 34, 0.7)
}
.content-blog-slider-background p {
	max-width: 30vw;
	width: 100%;
	margin: 1rem auto
}
@media screen and (max-width: 768px) {
	.content-blog-slider-background p {
		max-width: 80vw
	}
}
.content-blog-slider-background .article-meta {
	display: block;
	width: auto;
	margin: 1rem 0;
	font-size: 1rem
}
@media screen and (max-width: 1000px) {
	.content-blog-slider-background .article-meta {
		margin: 0rem
	}
}
.content-blog-slider-background .article-meta div {
	display: inline-block;
	padding: 0.5rem;
	margin: 0;
	width: 30%;
	text-align: center;
	border-bottom: 1px solid rgba(34, 34, 34, 0.7)
}
.content-blog-slider-background .article-meta div:first-child {
	border-right: 1px solid rgba(34, 34, 34, 0.7)
}
@media screen and (max-width: 1175px) {
	.content-blog-slider-background .article-meta div {
		width: 50%
	}
}
@media screen and (max-width: 1000px) {
	.content-blog-slider-background .article-meta div {
		padding: 0.5rem
	}
}
.content-blog-slider-background.slate-bck {
	background-color: #222
}
.content-blog-slider-background.slate-bck h3 {
	color: #fff
}
.content-blog-slider-background.slate-bck p,
.content-blog-slider-background.slate-bck div,
.content-blog-slider-background.slate-bck a {
	color: #fff
}
.content-blog-slider-background.slate-bck svg,
.content-blog-slider-background.slate-bck path,
.content-blog-slider-background.slate-bck rect {
	fill: #fff !important
}
.content-blog-slider-background.slate-bck line {
	stroke: #fff !important
}
.content-blog-slider-background.slate-bck .article-meta div {
	border-color: #fff;
	color: #fff
}
.content-blog-slider {
	text-align: center
}
.content-blog-slider svg {
	height: 6rem;
	width: auto;
	min-height: 50px
}
.content-blog-slider .crowd-carousel {
	height: auto;
	width: 50vw
}
@media screen and (max-width: 768px) {
	.content-blog-slider .crowd-carousel {
		width: 100vw
	}
}
.content-blog-slider .crowd-carousel .viewport {
	padding-bottom: 0
}
.content-blog-slider .crowd-carousel .items-container {
	position: inherit;
	width: 300%;
	-webkit-transform: translateX(-33.33%);
	-ms-transform: translateX(-33.33%);
	transform: translateX(-33.33%)
}
.content-blog-slider .crowd-carousel .items-container.next {
	-webkit-animation-name: carouselNextHalf;
	animation-name: carouselNextHalf;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-timing-function: cubic-bezier(0, 1.05, 1, 1);
	animation-timing-function: cubic-bezier(0, 1.05, 1, 1)
}
.content-blog-slider .crowd-carousel .items-container.prev {
	-webkit-animation-name: carouselPrevHalf;
	animation-name: carouselPrevHalf;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-timing-function: cubic-bezier(0, 1.05, 1, 1);
	animation-timing-function: cubic-bezier(0, 1.05, 1, 1)
}
.content-blog-slider .crowd-carousel .items-container:after {
	content: "";
	display: table;
	clear: both
}
.content-blog-slider .crowd-carousel .carousel-item {
	margin: 0;
	padding: 5rem;
	width: 50vw;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
@media screen and (max-width: 768px) {
	.content-blog-slider .crowd-carousel .carousel-item {
		width: 100vw;
		padding: 3rem
	}
}
.content-blog-slider .crowd-carousel .carousel-next,
.content-blog-slider .crowd-carousel .carousel-prev {
	background-color: #fff;
	background-size: 10%;
	background-position: center;
	background-repeat: no-repeat;
	border: 0;
	color: #fff;
	height: 100%;
	width: 10vw;
	text-indent: -999rem;
	bottom: 0;
	opacity: 0.8;
	outline: 0
}
.slate-bck .content-blog-slider .crowd-carousel .carousel-next,
.slate-bck .content-blog-slider .crowd-carousel .carousel-prev {
	background-color: #222
}
.content-blog-slider .crowd-carousel .carousel-next:disabled,
.content-blog-slider .crowd-carousel .carousel-prev:disabled {
	opacity: 0.6
}
@media screen and (max-width: 768px) {
	.content-blog-slider .crowd-carousel .carousel-next,
	.content-blog-slider .crowd-carousel .carousel-prev {
		background-size: 50%
	}
}
.content-blog-slider .crowd-carousel .carousel-next {
	background-position: 20%;
	background-image: url("../images/svgs/chevron-right-slate.svg")
}
.slate-bck .content-blog-slider .crowd-carousel .carousel-next {
	background-image: url("../images/svgs/chevron-right-white.svg")
}
.content-blog-slider .crowd-carousel .carousel-prev {
	background-position: 80%;
	background-image: url("../images/svgs/chevron-left-slate.svg")
}
.slate-bck .content-blog-slider .crowd-carousel .carousel-prev {
	background-image: url("../images/svgs/chevron-left-white.svg")
}
.content-image {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden
}
.no-objectfit .content-image div {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}
.content-image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.no-objectfit .content-image img {
	display: none
}
.page-template-page-content-template .content-image img {
	padding: 10vw
}
.content-image>div {
	height: 100%;
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01)
}
.content-image .crowd-carousel {
	height: 100%
}
.content-image .crowd-carousel .viewport {
	height: 100%;
	padding-bottom: 0
}
.content-image .crowd-carousel .items-container {
	width: 150vw;
	-webkit-transform: translateX(-50vw);
	-ms-transform: translateX(-50vw);
	transform: translateX(-50vw)
}
.content-image .crowd-carousel .carousel-item {
	width: 50vw
}
.no-objectfit .content-image .crowd-carousel .carousel-item {
	background-size: cover
}
@media screen and (max-width: 768px) {
	.content-image .crowd-carousel .carousel-item {
		width: 100vw
	}
}
.content-image .crowd-carousel .carousel-next,
.content-image .crowd-carousel .carousel-prev {
	background-color: #e6007e;
	background-image: url("../images/svgs/arrow-icon.svg");
	background-size: 60%;
	background-position: center;
	background-repeat: no-repeat;
	border: 0;
	color: #fff;
	height: 3rem;
	width: 3rem;
	text-indent: -999rem
}
.content-image .crowd-carousel .carousel-next:disabled,
.content-image .crowd-carousel .carousel-prev:disabled {
	opacity: 0.6
}
.content-image .crowd-carousel .carousel-next {
	bottom: 0;
	left: 0;
	top: inherit;
	right: inherit;
	background-color: #545454
}
.content-image .crowd-carousel .carousel-prev {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	bottom: 3rem;
	top: inherit
}
.content-image .crowd-carousel .carousel-dot-wrapper {
	top: inherit;
	bottom: 0;
	left: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	margin: 0.25rem;
	height: 1.5rem
}
.content-image .crowd-carousel .carousel-dot {
	text-indent: -9999rem;
	border: 1px solid #fff;
	background: none;
	border-radius: 50%;
	height: 1rem;
	width: 1rem;
	margin: 0.25rem;
	outline: none
}
.content-image .crowd-carousel .carousel-dot.current-slide {
	background: #fff
}
.content-image .crowd-carousel.vertical-carousel .items-container {
	width: 100%;
	height: 300%;
	-webkit-transform: translateY(-33.33%);
	-ms-transform: translateY(-33.33%);
	transform: translateY(-33.33%)
}
.content-image .crowd-carousel.vertical-carousel .items-container.next {
	-webkit-animation-name: carouselNextVertical;
	animation-name: carouselNextVertical;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s
}
.content-image .crowd-carousel.vertical-carousel .items-container.prev {
	-webkit-animation-name: carouselPrevVertical;
	animation-name: carouselPrevVertical;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s
}
.content-image .crowd-carousel.vertical-carousel .carousel-item {
	height: 33.33%
}
.content-svg {
	height: 100%;
	width: 100%
}
.no-objectfit .content-svg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}
.content-svg picture {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1
}
.content-svg img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.no-objectfit .content-svg img {
	display: none
}
.page-template-page-content-template .content-svg img {
	padding: 10vw
}
.content-svg>div {
	height: 100%
}
.svg-wrapper {
	padding: 5vw;
	z-index: 2;
	position: relative
}
.svg-wrapper svg {
	width: 100%
}
.svg-map g#pinsandpaths>path {
	opacity: 0;
	-webkit-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px)
}
.content-video {
	position: relative;
	overflow: hidden
}
.content-video .video-cover,
.content-video .video-wrapper {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0
}
.content-video .video-cover {
	z-index: 5;
	cursor: pointer;
	-webkit-transition: opacity 0.25s cubic-bezier(0, 1.05, 1, 1);
	-o-transition: opacity 0.25s cubic-bezier(0, 1.05, 1, 1);
	transition: opacity 0.25s cubic-bezier(0, 1.05, 1, 1)
}
.content-video .video-cover.hide-cover {
	opacity: 0;
	pointer-events: none
}
.no-objectfit .content-video .video-cover {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}
.content-video .video-cover-image {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}
.content-video .video-cover-image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.no-objectfit .content-video .video-cover-image img {
	display: none
}
.content-video .video-cover-content {
	z-index: 6;
	position: relative;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 2rem;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), to(#222));
	background: -webkit-linear-gradient(top, transparent 60%, #222 100%);
	background: -o-linear-gradient(top, transparent 60%, #222 100%);
	background: linear-gradient(to bottom, transparent 60%, #222 100%)
}
.home .content-video .video-cover-content {
	background: none;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.home .content-video .video-cover-content h2,
.home .content-video .video-cover-content p {
	font-weight: lighter;
	max-width: 280px;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0
}
.home .content-video .video-cover-content svg {
	margin: 0;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0
}
.content-video .video-cover-content h2,
.content-video .video-cover-content p {
	color: #fff;
	margin: 2rem;
	font-weight: bold;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}
.content-video .video-cover-content svg {
	width: 3rem;
	height: 3rem;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	margin: 1.4rem 0
}
.content-video .video-cover-content svg path {
	fill: #fff
}
@media screen and (max-width: 900px) {
	.content-video .video-cover-content {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.content-video .video-cover-content h2,
	.content-video .video-cover-content p {
		width: 100%;
		margin: 1rem 0 0
	}
	.content-video .video-cover-content svg {
		margin: 0
	}
}
@media screen and (max-width: 400px) {
	.content-video .video-cover-content h2,
	.content-video .video-cover-content p {
		width: 100%;
		margin: 0.5rem 0 0;
		font-size: 1rem
	}
	.content-video .video-cover-content svg {
		margin: 0
	}
}
.content-row-cta-center {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	overflow: hidden;
	position: relative;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
@media screen and (max-width: 768px) {
	.content-row-cta-center {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}
.content-col-cta {
	width: 50vw;
	margin: 2rem
}
@media screen and (max-width: 768px) {
	.content-col-cta {
		width: 100%;
		max-width: 100%;
		margin: 0
	}
}
.content-row-cta {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	overflow: hidden;
	position: relative
}
@media screen and (max-width: 768px) {
	.content-row-cta {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}
.content-col-cta-half {
	width: 50%;
	position: relative
}
@media screen and (max-width: 768px) {
	.content-col-cta-half {
		width: 100%
	}
}
.content-link-cta {
	text-align: center;
	width: 100%;
	height: 100%;
	min-height: 420px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden
}
.link-cta-upper,
.link-cta-lower {
	width: 100%
}
.link-cta-upper {
	position: relative;
	-webkit-flex-grow: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	height: 66%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}
.cta-image-bck {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 0
}
.cta-image-bck img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%
}
.no-objectfit .cta-image-bck img {
	display: none
}
.link-cta-content-cover {
	padding: 5rem;
	position: relative;
	background-color: rgba(84, 84, 84, 0.9);
	z-index: 5;
	width: 100%;
	height: 100%;
	color: #fff
}
.link-cta-content-cover h2,
.link-cta-content-cover p {
	color: #fff;
	max-width: 24.25rem;
	margin: 1rem auto
}
.link-cta-content-cover h2 {
	font-size: 1.5rem
}
.link-cta-content-cover p {
	font-weight: lighter
}
.link-cta-lower {
	background-color: #545454;
	padding: 2rem;
	z-index: 5;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 33%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.link-cta-lower .button {
	background-color: #545454
}
.link-cta-button-wrapper {
	background-color: #222
}
.content-contact-cta {
	text-align: center;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	min-height: 420px
}
.contact-cta-upper,
.contact-cta-lower {
	width: 100%
}
.contact-cta-upper {
	position: relative;
	-webkit-flex-grow: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	height: 66%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}
.cta-image-bck {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 0
}
.cta-image-bck img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%
}
.no-objectfit .cta-image-bck img {
	display: none
}
.contact-cta-content-cover {
	padding: 5rem;
	position: relative;
	background-color: rgba(34, 34, 34, 0.8);
	z-index: 5;
	width: 100%;
	height: 100%;
	color: #fff;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.contact-cta-content-cover h2,
.contact-cta-content-cover p {
	color: #fff;
	max-width: 24.25rem;
	margin: 1rem auto
}
.contact-cta-content-cover h2 {
	font-size: 1.5rem
}
.contact-cta-lower {
	background-color: #222;
	padding: 2rem;
	z-index: 5;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 33%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.contact-cta-lower a {
	color: #fff;
	padding: 1rem;
	margin: 2rem 0;
	white-space: nowrap
}
.contact-cta-lower a:last-child {
	border-left: 2px solid #e6007e;
	text-decoration: underline
}
@media screen and (max-width: 400px) {
	.contact-cta-lower {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: auto
	}
	.contact-cta-lower a {
		width: 100%;
		margin: 0
	}
	.contact-cta-lower a:last-child {
		border: 0;
		border-top: 2px solid #e6007e
	}
}
.contact-cta-button-wrapper {
	background-color: #222
}
.taxonomy-item-listing .taxonomy-header {
	width: 100%;
	background: #e5e5e5;
	text-align: center;
	padding: 1.25rem 2rem
}
.taxonomy-item-listing .taxonomy-header h2 {
	font-weight: 400;
    font-size: 1.5rem;
	letter-spacing: 3px
}
.tax-location .taxonomy-item-listing .taxonomy-header h2,
.page-id-26 .taxonomy-item-listing .taxonomy-header h2,
.page-id-28 .taxonomy-item-listing .taxonomy-header h2 {
	font-size: 1.5rem;
	font-weight: normal
}
.taxonomy-item-listing .taxonomy-header p {
	max-width: 42.25rem;
	margin: 1rem auto
}
.taxonomy-item-listing .taxonomy-list-item-link, .taxonomy-item-picker .taxonomy-list-item-link {
	width: 25%;
	float: left
}
.taxonomy-item-listing:after {
	content: "";
	display: table;
	clear: both
}
.taxonomy-item-listing .content-row-button {
	background: #fff;
	padding-bottom: 0
}
.taxonomy-item-listing .content-row-button .button-wrapper {
	padding: 2rem 0 2rem
}
.content-experience-type-list>.content-row-button .button-wrapper {
	padding: 2rem 0 3rem
}
@media screen and (max-width: 800px) {
	.taxonomy-item-listing .taxonomy-header {
		padding: 3rem 1rem
	}
}
@media screen and (max-width: 700px) {
	.taxonomy-item-listing .taxonomy-header {
		padding: 2rem 1rem
	}
	.taxonomy-item-listing .taxonomy-list-item-link {
		width: 100%
	}
}
@media screen and (max-width: 450px) {
	.taxonomy-item-listing .taxonomy-header {
		padding: 1rem
	}
	.taxonomy-item-listing .taxonomy-header h2 {
		font-size: 2.25rem
	}
}
.hotel-menu {
	background-color: #222;
	padding: 3rem 2rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}
.hotel-menu-item {
	color: #fff;
	padding: 1rem 1.5rem;
	border: 1px solid transparent
}
.hotel-menu-item:hover {
	border-color: #e6007e
}
span.hotel-menu-item {
	color: #e6007e;
	pointer-events: none
}
.taxonomy-item-picker {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
/*.taxonomy-item-picker .taxonomy-header {
	text-align: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative
}*/
.taxonomy-item-picker .taxonomy-header h2 {
	font-weight: 500;
	font-size: 1.5rem;
	letter-spacing: 3px
}
.taxonomy-item-picker .taxonomy-list-item-link {
	width: 50%;
	float: left
}
.taxonomy-item-picker:after {
	content: "";
	display: table;
	clear: both
}
.taxonomy-item-picker .taxonomy-list-item-link:nth-of-type(2) .taxonomy-list-item {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}
.taxonomy-list-title-image {
	position: absolute;
	top: 50%;
	left: 50%;
	height: auto;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1
}
.taxonomy-list-title-image img {
	width: 100%;
	max-width: none
}
.taxonomy-list-title {
	/*background-color: rgba(255, 255, 255, 0.8);*/
	z-index: 2;
	height: 100%;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
@media screen and (max-width: 800px) {
	.taxonomy-item-picker .taxonomy-header h2 {
		font-size: 1.1rem;
		padding: 1rem
	}
}
@media screen and (max-width: 700px) {
	.taxonomy-item-picker .taxonomy-header h2 {
		padding: 3rem 1rem
	}
	.taxonomy-item-picker .taxonomy-list-item-link {
		width: 50%!important;
	}
}
.content-row-button {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	overflow: hidden;
	position: relative;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1rem 0 1rem;
	z-index: 1
}
.content-row-guide-price {
	padding: 4rem 2rem;
	text-align: center
}
.content-row-guide-price h2 {
	color: #545454;
	font-size: 3rem;
	font-weight: lighter;
	display: inline-block
}
.content-row-guide-price .price {
	color: #e6007e;
	font-weight: normal;
	white-space: nowrap
}
.content-row-guide-price .more-info {
	display: inline-block;
	vertical-align: super;
	border: 1px solid #545454;
	border-radius: 50%;
	width: 2rem;
	height: 2rem;
	padding: 0.25rem;
	position: relative;
	margin-left: 0.5rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.content-row-guide-price .more-info:after {
	content: '?';
	font-size: 1rem;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.content-row-guide-price .small-print {
	background-color: #e5e5e5;
	color: #343434;
	padding: 2rem 2rem;
	max-width: 37.5rem;
	position: relative;
	text-align: left;
	display: none;
	margin: 0 auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.content-row-guide-price .small-print.show-small-print {
	display: block
}
.related-blogs-list .related-blogs-header {
	width: 100%;
	text-align: center;
	padding: 6.25rem 0
}
.full-width-image img {
	max-width: none;
	width: 100%
}
.content-title {
	padding: 6.25rem 2rem;
	background-color: #e5e5e5;
	overflow: hidden;
	position: relative
}
.content-title .title-background-image {
	position: absolute;
	top: 50%;
	left: 50%;
	min-height: 100%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1
}
.content-title .title-background-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	max-width: none;
	width: auto;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.content-title .title-background-image:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	background-color: rgba(229, 229, 229, 0.7)
}
.content-title h2 {
	position: relative;
	max-width: 60rem;
	margin: 0 auto;
	text-align: center;
	z-index: 2
}
.content-full-width-carousel img {
	max-width: none;
	width: 100%
}
.content-full-width-carousel .items-container.next {
	-webkit-animation: forwards carouselNext ease-in-out 0.75s;
	animation: forwards carouselNext ease-in-out 0.75s
}
.content-full-width-carousel .items-container.prev {
	-webkit-animation: forwards carouselPrev ease-in-out 0.75s;
	animation: forwards carouselPrev ease-in-out 0.75s
}
.content-full-width-carousel .carousel-dot-wrapper {
	top: inherit;
	bottom: 0;
	left: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	margin: 0.25rem;
	height: 1.5rem
}
.content-full-width-carousel .carousel-dot {
	text-indent: -9999rem;
	border: 1px solid #fff;
	background: none;
	border-radius: 50%;
	height: 1rem;
	width: 1rem;
	margin: 0.25rem;
	outline: none
}
.content-full-width-carousel .carousel-dot.current-slide {
	background: #fff
}
@media screen and (max-width: 450px) {
	.content-full-width-carousel .viewport {
		padding-bottom: 56.25%
	}
}
.beyond-india-header {
	padding: 5vw
}
.beyond-india-header nav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex: 1 auto;
	-ms-flex: 1 auto;
	flex: 1 auto
}
.beyond-india-header a {
	background: transparent;
	padding: 0.8rem 1.25rem;
	border-width: 1px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 1rem 1rem
}
.content-location-map {
	height: 100%;
	width: 100%;
	min-height: 50vw;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
@media screen and (max-width: 768px) {
	.content-location-map {
		min-height: 100vw
	}
}
.content-map {
	height: 100%;
	width: 100%;
	min-height: 50vw
}
@media screen and (max-width: 768px) {
	.content-map {
		min-height: 100vw
	}
}
.content-location-compass {
	width: 100%;
	height: 100%;
	min-height: 45vw;
	padding: 2rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #efefef;
}
.content-compass {
	width: 100%;
	height: 100%;
	min-height: 45vw;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: url("../images/svgs/compass.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50%
}
.content-compass .menu-item {
	text-align: center
}
.content-compass .menu-item:nth-child(1) {
	width: 100%
}
.content-compass .menu-item:nth-child(2) {
	width: 33.33%
}
.content-compass .menu-item:nth-child(3) {
	width: 33.33%
}
.content-compass .menu-item:nth-child(4) {
	width: 33.33%
}
.content-compass .menu-item:nth-child(5) {
	width: 100%
}
.content-compass .menu-item.current-menu-item a,
.content-compass .menu-item.current-location-ancestor a {
	position: relative;
	background-color: #e6007e
}
.compass-link {
	background-color: #545454;
	color: #fff;
	padding: 0.8rem 1rem;
	text-align: center;
	display: inline-block;
	position: relative;
	-webkit-transition: background-color 0.2s cubic-bezier(0, 1.05, 1, 1), -webkit-transform 0.2s cubic-bezier(0, 1.05, 1, 1);
	transition: background-color 0.2s cubic-bezier(0, 1.05, 1, 1), -webkit-transform 0.2s cubic-bezier(0, 1.05, 1, 1);
	-o-transition: background-color 0.2s cubic-bezier(0, 1.05, 1, 1), transform 0.2s cubic-bezier(0, 1.05, 1, 1);
	transition: background-color 0.2s cubic-bezier(0, 1.05, 1, 1), transform 0.2s cubic-bezier(0, 1.05, 1, 1);
	transition: background-color 0.2s cubic-bezier(0, 1.05, 1, 1), transform 0.2s cubic-bezier(0, 1.05, 1, 1), -webkit-transform 0.2s cubic-bezier(0, 1.05, 1, 1)
}
.compass-link:hover {
	background-color: #e6007e;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}
@media screen and (max-width: 470px) {
	.content-compass .menu-item {
		width: 100% !important;
		margin-bottom: 1rem
	}
}
.special-offer-row {
	background-size: cover;
	background-position: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.special-offer-row .content-col-half {
	background-color: #222;
	margin: 2rem 1rem 2rem 2rem;
	max-width: 30rem;
	padding: 2rem
}
.special-offer-row .content-col-half:last-child {
	margin: 2rem 2rem 2rem 1rem
}
@media screen and (max-width: 1055px) {
	.special-offer-row .content-col-half {
		margin: 2rem !important
	}
}
.content-offer-background {
	height: 100%;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.content-offer-background h2,
.content-offer-background p {
	margin: 1rem auto
}
.content-offer-background h2 {
	max-width: 20rem
}
.content-offer-background p {
	max-width: 24.25rem
}
.page-template-page-content-template .content-offer-background p {
	line-height: 1.7
}
.content-offer-background.slate-bck {
	background-color: #222
}
.content-offer-background.slate-bck h2,
.content-offer-background.slate-bck h2 p {
	color: #e6007e
}
.content-offer-background.slate-bck p {
	color: rgba(255, 255, 255, 0.8)
}
.content-offer-background.slate-bck svg,
.content-offer-background.slate-bck g,
.content-offer-background.slate-bck path,
.content-offer-background.slate-bck rect,
.content-offer-background.slate-bck polygon {
	fill: #fff !important
}
.content-offer-background.slate-bck line {
	stroke: #fff !important
}
.content-offer-background.grey-bck {
	background-color: #e5e5e5;
	color: #202020
}
.content-offer-background.grey-bck svg,
.content-offer-background.grey-bck g,
.content-offer-background.grey-bck path,
.content-offer-background.grey-bck rect,
.content-offer-background.grey-bck polygon {
	fill: #202020 !important
}
.content-offer-background.grey-bck line {
	stroke: #202020 !important
}
.content-offer {
	text-align: center
}
.content-offer .button .button-number {
	color: #222;
	display: block;
	font-size: 2rem;
	margin-top: 0.5rem
}
.offer-price {
	font-size: 5vw;
	font-weight: lighter
}
@media screen and (min-width: 1400px) {
	.offer-price {
		font-size: 4.375rem
	}
}
@media screen and (max-width: 420px) {
	.offer-price {
		font-size: inherit
	}
}
.content-testimonial-list {
	max-width: 60rem;
	margin: 0 auto;
	padding: 1rem;
	text-align: center
}
.content-testimonial-list h2 {
	margin: 4rem 1rem
}
.page-body {
	max-width: 37.5rem;
	margin: 0 auto;
	padding: 5rem 2rem
}
.page-body a {
	color: #e6007e
}
.page-body a:not(.button):hover {
	text-decoration: underline
}
.page-body hr {
	max-width: 3.125rem;
	border: 0;
	background: #e6007e;
	height: 3px
}
.page-body blockquote {
	font-family: "brandon-grotesque", sans-serif;
	font-size: 2.2rem;
	text-transform: uppercase;
	letter-spacing: 3px
}
.article-wrapper {
	max-width: 53.75rem;
	margin: 0 auto;
	padding: 5rem 2rem 0;
	text-align: center
}
.article-body h2,
.article-body h3,
.article-body h4,
.article-body h5,
.article-body h6,
.article-body p,
.article-body blockquote {
	max-width: 37.5rem
}
.article-body h2,
.article-body h3,
.article-body h4,
.article-body h5,
.article-body h6,
.article-body blockquote,
.article-body .wp-caption,
.article-body>img,
.article-body p {
	margin: 0 auto 4rem
}
.article-body>p {
	font-weight: lighter
}
.article-body>p:first-of-type {
	font-family: "brandon-grotesque", sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 1.6;
	font-weight: normal;
	margin-top: 4rem
}
.article-body>p:last-of-type {
	margin-bottom: 0
}
.article-body a {
	color: #e6007e;
	display: inline-block
}
.article-body a:hover {
	text-decoration: underline
}
.article-body blockquote {
	font-family: "brandon-grotesque", sans-serif;
	font-size: 2.5rem;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: 3px
}
.article-body .wp-caption {
	display: inline-block;
	position: relative;
	max-width: 100%
}
.article-body .wp-caption .wp-caption-text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	text-transform: uppercase;
	font-family: "brandon-grotesque", sans-serif;
	letter-spacing: 2.5px;
	margin-bottom: 2rem
}
.article-body img {
	width: 100%;
	height: auto
}
.single-sidebar {
	background-color: #222;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.single-sidebar .widget {
	padding: 0 2rem 6rem
}
.single-sidebar .widget:first-of-type {
	padding-top: 4rem
}
.single-sidebar .searchform {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.single-sidebar .searchform label {
	display: none
}
.single-sidebar .searchform input {
	border: 1px solid #e6007e;
	margin: 0;
	padding: 1rem 3rem
}
.single-sidebar .searchform input[type="text"] {
	background-color: transparent;
	color: #fff
}
.single-sidebar .searchform input[type="text"]::-webkit-input-placeholder {
	color: #e6007e
}
.single-sidebar .searchform input[type="text"]:-moz-placeholder {
	color: #e6007e
}
.single-sidebar .searchform input[type="text"]::-moz-placeholder {
	color: #e6007e
}
.single-sidebar .searchform input[type="text"]:-ms-input-placeholder {
	color: #e6007e
}
.single-sidebar .searchform input[type="submit"] {
	background-color: #e6007e;
	color: #fff
}
.single-sidebar .categories-widget {
	list-style: none;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0
}
.single-sidebar .categories-widget a {
	color: #fff;
	padding: 1rem 3rem;
	border: 1px solid transparent;
	display: block;
	text-align: center
}
.single-sidebar .categories-widget a:hover {
	border: 1px solid #e6007e
}
@media screen and (max-width: 800px) {
	.single-sidebar .categories-widget {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.single-sidebar .categories-widget li {
		width: 100%
	}
}
.single-sidebar .tags-widget {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	max-width: 46rem
}
.single-sidebar .tags-widget li {
	display: inline-block
}
.single-sidebar .tags-widget a {
	color: #545454;
	display: inline-block;
	margin: 0.5rem 0 0
}
.single-sidebar .tags-widget a:hover {
	color: #8d8d8d;
	text-decoration: underline
}
.footer-upper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	overflow: hidden;
	position: relative
}
@media screen and (max-width: 768px) {
	.footer-upper {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}
.footer-upper .footer-col-half {
	
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.footer-upper .footer-col-half:first-child {
	background-color: #282828
}
.footer-upper .footer-col-half:last-child {
	background-color: #545454
}
.footer-upper .footer-col-half .footer-col-content {
	padding: 5rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}
.footer-upper .footer-col-half .footer-col-content h2,
.footer-upper .footer-col-half .footer-col-content p {
	max-width: 24.25rem;
	margin: 1rem auto
}
.footer-upper .footer-col-half .footer-col-content h2 {
	color: #fff
}
.footer-upper .footer-col-half .footer-col-content p {
	color: #8d8d8d
}
.footer-upper .footer-col-half .footer-col-content a {
	color: #e6007e;
	border-bottom: 2px solid #e6007e;
	text-transform: uppercase
}
.footer-col-half {
	width: 50%;
	position: relative
}
@media screen and (max-width: 768px) {
	.footer-col-half {
		width: 100%
	}
}
.social-list {
	list-style: none;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0
}
.social-list a {
	width: 33%;
	padding: 2rem 1rem;
	border-bottom: none !important
}
.social-list a path,
.social-list a rect {
	-webkit-transition: fill 0.1s cubic-bezier(0, 1.05, 1, 1);
	-o-transition: fill 0.1s cubic-bezier(0, 1.05, 1, 1);
	transition: fill 0.1s cubic-bezier(0, 1.05, 1, 1)
}
.social-list a:hover {
	-webkit-transform: scale(1.2) skewX(3deg);
	-ms-transform: scale(1.2) skewX(3deg);
	transform: scale(1.2) skewX(3deg)
}
.social-list a:hover path,
.social-list a:hover rect {
	fill: #e6007e
}
.social-list svg {
	height: 2rem;
	width: 2rem
}
.social-list svg path,
.social-list svg rect {
	fill: #222
}
.footer-lower {
	background-color: #202020;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 3rem
}
.footer-lower h2 {
	color: #fff;
	font-weight: lighter;
	margin: 2rem 0
}
.footer-lower ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.footer-lower li.menu-item-has-children {
	margin-bottom: 2rem
}
.footer-lower li.menu-item-has-children>a {
	color: #fff
}
.footer-lower a {
	color: #a7a7a7;
	font-weight: lighter
}
.footer-lower a:hover {
	text-decoration: underline
}
.footer-lower p {
	color: #a7a7a7;
	font-weight: lighter
}
.footer-lower .footer-col-quarter,
.footer-lower>.footer-col-half {
	padding: 1rem
}
@media screen and (max-width: 470px) {
	.footer-lower .footer-col-half {
		width: 100%;
		text-align: center
	}
}
@media screen and (max-width: 768px) {
	.footer-lower .footer-col-quarter {
		width: 50%
	}
}
@media screen and (max-width: 470px) {
	.footer-lower .footer-col-quarter {
		width: 100%;
		text-align: center
	}
}
.footer-lower .footer-col-upper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
@media screen and (max-width: 470px) {
	.footer-lower .footer-col-upper {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}
.footer-lower .footer-col-lower {
	text-align: left
}
.footer-lower .footer-col-lower li {
	display: inline-block;
	width: calc(50% - 2rem);
	padding-right: 1rem
}
@media screen and (max-width: 470px) {
	.footer-lower .footer-col-lower {
		text-align: center
	}
	.footer-lower .footer-col-lower li {
		width: 100%;
		padding: 0
	}
}
.footer-col-quarter {
	width: 25%;
	position: relative
}
.footer-logo-list li {
	margin: 2rem 2rem 4rem
}
.footer-logo-list img {
	max-width: 152px;
}
.copyright-row {
	margin: 1rem 0 0;
	width: 100%;
	color: #a5a5a5;
	font-weight: lighter;
	font-size: 1rem;
	padding: 1rem
}
.copyright-row .photography-attribution {
	display: block
}
.copyright-row .site-by {
	float: right
}
.copyright-row .site-by a {
	color: #fff
}
@media screen and (max-width: 767px) {
	.copyright-row .site-by {
		float: none;
		display: block;
		margin-top: 1rem
	}
}
@media screen and (max-width: 470px) {
	.copyright-row {
		text-align: center
	}
	.copyright-row .photography-attribution {
		margin-top: 1rem
	}
}
.taxonomy-list-item-link {
	position: relative;
	display: block;
	overflow: hidden;
	height:100%;background: #222
}
.taxonomy-list-item-link:hover{
	background: #222
}
.white-list .taxonomy-list-item-link {
	background: #fff
}
.taxonomy-list-item-link:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-box-shadow: inset 0px 0px #fff, inset -0px -0px #fff;
	box-shadow: inset 0px 0px #fff, inset -0px -0px #fff;
	z-index: 3;
	-webkit-transition: -webkit-box-shadow 0.25s cubic-bezier(0, 1.05, 1, 1);
	transition: -webkit-box-shadow 0.25s cubic-bezier(0, 1.05, 1, 1);
	-o-transition: box-shadow 0.25s cubic-bezier(0, 1.05, 1, 1);
	transition: box-shadow 0.25s cubic-bezier(0, 1.05, 1, 1);
	transition: box-shadow 0.25s cubic-bezier(0, 1.05, 1, 1), -webkit-box-shadow 0.25s cubic-bezier(0, 1.05, 1, 1)
}
.white-list .taxonomy-list-item-link:before {
	-webkit-box-shadow: inset 0px 0px #222, inset 0px 0px #222;
	box-shadow: inset 0px 0px #222, inset 0px 0px #222
}
.taxonomy-list-item-link:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -100%);
	-ms-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #fff;
	z-index: 3;
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 1.05, 1, 1);
	transition: -webkit-transform 0.25s cubic-bezier(0, 1.05, 1, 1);
	-o-transition: transform 0.25s cubic-bezier(0, 1.05, 1, 1);
	transition: transform 0.25s cubic-bezier(0, 1.05, 1, 1);
	transition: transform 0.25s cubic-bezier(0, 1.05, 1, 1), -webkit-transform 0.25s cubic-bezier(0, 1.05, 1, 1)
}
.white-list .taxonomy-list-item-link:after {
	border-top: 15px solid #222
}
.taxonomy-list-item-link:nth-of-type(4n+3) .taxonomy-list-item,
.taxonomy-list-item-link:nth-of-type(4n+4) .taxonomy-list-item {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}
.taxonomy-list-item-link:hover:before {
	-webkit-box-shadow: inset 15px 15px #fff, inset -15px -15px #fff;
	box-shadow: inset 15px 15px #fff, inset -15px -15px #fff
}
.white-list .taxonomy-list-item-link:hover:before {
	-webkit-box-shadow: inset 15px 15px #222, inset -15px -15px #222;
	box-shadow: inset 15px 15px #222, inset -15px -15px #222
}
.taxonomy-list-item-link:hover:after {
	-webkit-transform: translate(-50%, 15px);
	-ms-transform: translate(-50%, 15px);
	transform: translate(-50%, 15px)
}
.taxonomy-list-item-link:hover .content:after {
	opacity: 0.2;
	background-size: 105%
}
.taxonomy-item-picker .taxonomy-list-item-link.taxonomy-header:before,
.taxonomy-item-picker .taxonomy-list-item-link.taxonomy-header:after {
	display: none
}
.taxonomy-list-item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative
}
@media screen and (min-width: 701px) {
	.taxonomy-list-item {
		height: 25vw
	}
}
.taxonomy-list-item:after {
	content: '';
	width: calc(100% - 10rem);
	position: absolute;
	height: 2px;
	background: #e6007e;
	top: calc(55% - 1px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2
}
.taxonomy-list-item .content {
	color: #ffffff;
	text-align: center;
	position: relative
}
.taxonomy-list-item .content h3,
.taxonomy-list-item .content p {
	position: absolute;
	left: 3rem;
	width: calc(100% - 6rem);
	z-index: 2
}
.taxonomy-list-item .content h3 {
	color: #fff;
	margin: 0 0 1rem 0;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 1px;
	bottom: 45%
}
.taxonomy-list-item .content p {
	margin: 1rem 0 0 0;
	font-size: 0.875rem;
	letter-spacing: 1px;
	top: 55%
}
.taxonomy-list-item .content:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../images/svgs/peacock-icon-light-grey.svg");
	background-size: 110%;
	background-position: center top;
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity 0.25s cubic-bezier(0, 1.05, 1, 1), background-size 0.5s cubic-bezier(0, 1.05, 1, 1);
	-o-transition: opacity 0.25s cubic-bezier(0, 1.05, 1, 1), background-size 0.5s cubic-bezier(0, 1.05, 1, 1);
	transition: opacity 0.25s cubic-bezier(0, 1.05, 1, 1), background-size 0.5s cubic-bezier(0, 1.05, 1, 1)
}
.white-list .taxonomy-list-item .content:after {
	background-image: url("../images/svgs/peacock-icon-light-grey.svg")
}
.taxonomy-list-item .image {
	overflow: hidden
}
.taxonomy-list-item img {
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
	width: 100%;
	height: auto
}
.white-list .taxonomy-list-item .content {
	background: #fff;
	color: #343434
}
.white-list .taxonomy-list-item h3 {
	color: #343434
}
@media screen and (max-width: 1022px) {
	.taxonomy-list-item .content h3,
	.taxonomy-list-item .content p {
		left: 2rem;
		width: calc(100% - 4rem)
	}
}
@media screen and (max-width: 900px) {
	.taxonomy-list-item .content h3,
	.taxonomy-list-item .content p {
		left: 1rem;
		width: calc(100% - 2rem)
	}
	.taxonomy-list-item .content h3 {
		font-size: 0.875rem
	}
}
@media screen and (max-width: 768px) {
	.taxonomy-list-item .half {
		width: 50%
	}
}
@media screen and (max-width: 700px) {
	.taxonomy-list-item-link:nth-of-type(4n+3) .taxonomy-list-item,
	.taxonomy-list-item-link:nth-of-type(4n+4) .taxonomy-list-item {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.taxonomy-list-item-link:nth-of-type(even) .taxonomy-list-item {
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
}
@media screen and (max-width: 370px) {
	.taxonomy-list-item:after {
		top: calc(65% - 0.5px);
		width: calc(100% - 5rem)
	}
	.taxonomy-list-item .content h3,
	.taxonomy-list-item .content p {
		left: 0.5rem;
		width: calc(100% - 1rem)
	}
	.taxonomy-list-item .content h3 {
		bottom: 35%
	}
	.taxonomy-list-item .content p {
		top: 65%
	}
}
.itinerary-map {
	position: relative
}
.itinerary-map:after {
	content: '';
	display: block;
	clear: both
}
.itinerary-map #map-wrapper,
.itinerary-map #google-map {
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
	width: 100vw;
	height: 100vh;
	background: #222
}
.itinerary-map #map-wrapper.stick,
.itinerary-map #google-map.stick {
	position: fixed
}
.itinerary-map .itinerary-title {
	color: #e6007e;
	font-weight: 200;
	letter-spacing: 3px;
	text-align: center;
	padding: 3rem 0
}
.itinerary-map .itinerary {
	position: relative;
	z-index: 2;
	width: 40%;
	float: right;
	margin-right: 10%;
	background: rgba(255, 255, 255, 0.8);
	min-height: 100vh;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	text-align: center
}
.itinerary-map .itinerary h3,
.itinerary-map .itinerary .item {
	width: 100%
}
.itinerary-map .itinerary .item {
	font-size: 1rem;
	position: relative
}
.itinerary-map .itinerary .item .label {
	display: block;
	padding: 3rem 5rem;
	background: rgba(141, 141, 141, 0)
}
.itinerary-map .itinerary .item:hover .label {
	cursor: pointer;
	background: rgba(141, 141, 141, 0.2)
}
.itinerary-map .itinerary .item .styled-radio {
	position: absolute;
	top: 1rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.itinerary-map .itinerary .title {
	margin: 0;
	text-transform: none;
	font-family: "proxima-nova", sans-serif
}
.itinerary-map .itinerary .description {
	margin-bottom: 0
}
.itinerary-meta {
	position: absolute;
	left: 25%;
	top: 55%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 40vw;
	height: 20vw;
	max-width: 31.25rem;
	z-index: 2
}
.item-meta {
	opacity: 0;
	position: absolute;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: opacity 0.5s cubic-bezier(0, 1.05, 1, 1), -webkit-transform 0.5s cubic-bezier(0, 1.05, 1, 1);
	transition: opacity 0.5s cubic-bezier(0, 1.05, 1, 1), -webkit-transform 0.5s cubic-bezier(0, 1.05, 1, 1);
	-o-transition: opacity 0.5s cubic-bezier(0, 1.05, 1, 1), transform 0.5s cubic-bezier(0, 1.05, 1, 1);
	transition: opacity 0.5s cubic-bezier(0, 1.05, 1, 1), transform 0.5s cubic-bezier(0, 1.05, 1, 1);
	transition: opacity 0.5s cubic-bezier(0, 1.05, 1, 1), transform 0.5s cubic-bezier(0, 1.05, 1, 1), -webkit-transform 0.5s cubic-bezier(0, 1.05, 1, 1)
}
.item-meta:after {
	content: '';
	display: block;
	clear: both
}
.item-meta .item-meta-text {
	position: absolute;
	left: 0;
	top: 10%;
	color: #fff;
	width: 60%;
	background-color: rgba(230, 0, 126, 0.8);
	font-weight: normal;
	padding: 0.2rem 0.5rem
}
.item-meta .item-meta-text span:nth-child(2) {
	border-left: 1px solid #fff;
	margin-left: 0.5rem;
	padding-left: 0.5rem
}
.item-meta picture {
	display: block;
	width: 50%;
	float: right
}
.item-meta.checked-item {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: opacity 0.5s cubic-bezier(0, 1.05, 1, 1) 0.5s, -webkit-transform 0.5s cubic-bezier(0, 1.05, 1, 1) 0.5s;
	transition: opacity 0.5s cubic-bezier(0, 1.05, 1, 1) 0.5s, -webkit-transform 0.5s cubic-bezier(0, 1.05, 1, 1) 0.5s;
	-o-transition: opacity 0.5s cubic-bezier(0, 1.05, 1, 1) 0.5s, transform 0.5s cubic-bezier(0, 1.05, 1, 1) 0.5s;
	transition: opacity 0.5s cubic-bezier(0, 1.05, 1, 1) 0.5s, transform 0.5s cubic-bezier(0, 1.05, 1, 1) 0.5s;
	transition: opacity 0.5s cubic-bezier(0, 1.05, 1, 1) 0.5s, transform 0.5s cubic-bezier(0, 1.05, 1, 1) 0.5s, -webkit-transform 0.5s cubic-bezier(0, 1.05, 1, 1) 0.5s
}
@media screen and (max-width: 768px) {
	.itinerary-map #map-wrapper {
		position: static;
		height: 600px
	}
	.itinerary-map .styled-radio {
		display: none
	}
	.itinerary-map .itinerary {
		width: 100%;
		margin: 0;
		background: #222;
		color: #fff
	}
	.itinerary-map .itinerary .item .label {
		padding: 2rem 5rem
	}
	.itinerary-map .itinerary .item .label:hover {
		cursor: auto;
		background: rgba(141, 141, 141, 0)
	}
	.itinerary-map h4 {
		color: #fff
	}
	.itinerary-map:after {
		content: '';
		display: block;
		clear: both
	}
	.itinerary-meta {
		display: none
	}
}
.search-widget {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 25rem
}
.search-widget input[type="text"] {
	border: 1px solid #e6007e;
	color: #e6007e;
	padding: 1rem 2rem;
	display: block;
	-webkit-flex: 1 0;
	-ms-flex: 1 0;
	flex: 1 0;
	min-width: 0;
	background: transparent
}
.search-widget input[type="text"]:placeholder {
	color: #e6007e
}
.search-widget input[type="submit"] {
	display: block;
	border-width: 1px;
	border-left-width: 0;
	margin: 0
}
@media screen and (max-width: 610px) {
	.search-widget {
		width: 100%
	}
	.search-widget input[type="text"],
	.search-widget input[type="submit"] {
		-webkit-flex: 1 auto;
		-ms-flex: 1 auto;
		flex: 1 auto
	}
}
.index-header {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 7rem 10% 3rem 10%;
	background: #e5e5e5
}
.index-header .breadcrumbs {
	left: calc(10% - 4rem)
}
.index-header .search-widget {
	margin: 0 0 1rem 0
}
.index-filters {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex: 1 auto;
	-ms-flex: 1 auto;
	flex: 1 auto;
	margin-right: 2.5rem
}
.index-filters .button {
	background: transparent;
	border-color: #222;
	padding: 0.8rem 1.25rem;
	border-width: 1px;
	color: #202020;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 2.5rem 1rem 0
}
.index-filters .button.active {
	border-color: #e6007e
}
@media screen and (max-width: 610px) {
	.index-filters {
		margin-right: 0
	}
	.index-filters .button {
		font-size: 1rem;
		margin-right: 1rem
	}
}
@media screen and (max-width: 420px) {
	.index-filters {
		margin-right: 0
	}
	.index-filters .button {
		font-size: 0.875rem;
		padding: 0.5rem 0.875rem
	}
}
.press-listing-background {
	background-color: #222
}
.press-listing {
	max-width: 67.75rem;
	margin: 0 auto 4rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.press-listing h2,
.press-listing h3,
.press-listing .download-link {
	color: #fff
}
.press-listing .breadcrumbs a {
	color: #8d8d8d
}
.press-header {
	width: 100%;
	padding: 0 1rem
}
.press-header h2 {
	font-size: 2.5rem;
	text-align: center;
	font-weight: lighter;
	max-width: 50rem;
	margin: 4rem auto
}
.press-article {
	width: 50%;
	padding: 2rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.press-article picture {
	overflow: hidden;
	display: block
}
.press-article img {
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0, 1.05, 1, 1);
	transition: -webkit-transform 0.5s cubic-bezier(0, 1.05, 1, 1);
	-o-transition: transform 0.5s cubic-bezier(0, 1.05, 1, 1);
	transition: transform 0.5s cubic-bezier(0, 1.05, 1, 1);
	transition: transform 0.5s cubic-bezier(0, 1.05, 1, 1), -webkit-transform 0.5s cubic-bezier(0, 1.05, 1, 1)
}
.press-article a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%
}
.press-article a:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}
.press-article a:hover span {
	color: #e6007e
}
.press-article h3 {
	font-weight: lighter;
	letter-spacing: 4px;
	width: 100%
}
.press-article span {
	color: #bcbcbc;
	-webkit-transition: color 0.5s cubic-bezier(0, 1.05, 1, 1);
	-o-transition: color 0.5s cubic-bezier(0, 1.05, 1, 1);
	transition: color 0.5s cubic-bezier(0, 1.05, 1, 1);
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end
}
.press-article span svg {
	height: 15px;
	width: 15px;
	display: inline-block;
	vertical-align: middle
}
@media screen and (max-width: 425px) {
	.press-header h2 {
		font-size: 1.5rem
	}
	.press-article {
		width: 100%
	}
}
.press-archive {
	background-color: #222;
	text-align: center;
	padding: 4rem 2rem
}
.press-archive-header {
	color: #fff;
	max-width: 67.75rem;
	margin: 0 auto 3rem
}
.press-archive-header h2 {
	color: #fff
}
.press-archive-years {
	max-width: 67.75rem;
	margin: 0 auto
}
.press-archive-years .button {
	background-color: transparent;
	color: #fff !important;
	border: 1px solid transparent;
	margin: 1rem 0;
	-webkit-transition: color 0.2s cubic-bezier(0, 1.05, 1, 1);
	-o-transition: color 0.2s cubic-bezier(0, 1.05, 1, 1);
	transition: color 0.2s cubic-bezier(0, 1.05, 1, 1)
}
.press-archive-years .button:hover {
	color: #e6007e !important
}
.press-archive-years .button.current-year {
	border-color: #e6007e
}
.press-archive-years .button.empty-year {
	color: #545454 !important;
	cursor: not-allowed;
	pointer-events: none
}
.loadmore-button.loading {
	opacity: 0.5;
	cursor: progress
}
.content-row-button.loaded {
	display: none
}
.featured-region-list {
	padding: 3vw;
	background-color: #222;
}
.featured-region-list h2 {
	text-align: center;
	margin: 0 2.5rem 2rem;
	color: #fff
}
.featured-region-list nav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex: 1 auto;
	-ms-flex: 1 auto;
	flex: 1 auto
}
.featured-region-list a {
	background: transparent;
	padding: 0.8rem 1.25rem;
	border-width: 1px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 1rem 1rem;
	color: #fff !important;
	border-color: #fff
}
.featured-region-list a:hover {
	border-color: #e6007e
}
.tool-pagination {
	padding: 4rem 2rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.tool-pagination .pages {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0
}
.tool-pagination a,
.tool-pagination .page-number {
	color: #343434;
	text-transform: uppercase;
	border: 1px solid #222;
	padding: 0.8rem 1.2rem;
	margin: 0.35rem;
	display: block;
	-webkit-transition: color 0.2s cubic-bezier(0, 1.05, 1, 1), border-color 0.2s cubic-bezier(0, 1.05, 1, 1);
	-o-transition: color 0.2s cubic-bezier(0, 1.05, 1, 1), border-color 0.2s cubic-bezier(0, 1.05, 1, 1);
	transition: color 0.2s cubic-bezier(0, 1.05, 1, 1), border-color 0.2s cubic-bezier(0, 1.05, 1, 1)
}
.tool-pagination a:hover,
.tool-pagination .page-number:hover {
	border-color: #e6007e;
	color: #e6007e
}
.tool-pagination a.current,
.tool-pagination .page-number.current {
	border-color: #e6007e;
	color: #fff;
	background: #e6007e
}
.print-itinerary-bar {
	background-color: #222;
	text-align: center;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 2rem 0
}
.print-itinerary-bar h2 {
	color: #fff;
	width: 50%;
}
.print-itinerary-bar div {
	width: 40%
}
.print-itinerary-bar h2,
.print-itinerary-bar div {
	z-index: 2;
	position: relative;
}
@media screen and (max-width: 768px) {
	.print-itinerary-bar h2,
	.print-itinerary-bar div {
		width: 100%;
	}
}
.print-itinerary-bar:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background-image: url("../images/svgs/peacock-icon-grey.svg");
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	z-index: 1;
}
.testimonial {
	text-align: left;
	padding: 0 0 0 6rem;
	margin: 4rem 0;
	z-index: 2;
	position: relative;
}
.testimonial:before {
	content: '“';
	font-size: 15rem;
	opacity: 0.1;
	z-index: 1;
	position: absolute;
	line-height: 0.75;
	top: 0;
	left: 0;
}
.testimonial blockquote {
	margin: 0;
}
@media screen and (max-width: 420px) {
	.testimonial {
		padding: 3rem 1rem 1rem;
		margin: 2rem 0;
	}
}
/* payment Page CSS */
.greavesPay .wpcf7-form-control-wrap,.greavesPay label{display: inline-block!important;vertical-align: middle}
.greavesPay .wpcf7-form-control-wrap{width: 60%!important;}
.greavesPay label{text-align: right;padding-right: 15px;float: left;width:38%;}
.font-xsmall{font-size: 12px;}.align-left{text-align: left;}.pull-right{float: right;}
.btn-full{width: 100%;margin: 0!important;padding:0.7rem 0.5rem!important;}
.greavesPay .colhalf{width: 49%;display: inline-block;vertical-align: middle;}
.greavesPay p{max-width: inherit}.colhalf2{width: 45%;display: inline-block;vertical-align: middle;font-size: 15px;margin-bottom: 0!important;}
.page-template-contact-new header.masthead{height: 35vh;}
.page-template-contact-new header .masthead-background{display: none;}
.locationBlock .content-col-half{display:block;}
.locationBlock .content-text-background{height:inherit; min-height:inherit;}
.taxonomyMain{padding:10px;width: 100%;}
.taxonomy-item-listing .taxonomy-list-item .content, .taxonomy-item-picker .taxonomy-list-item-link .content{position:initial}
.taxonomy-item-listing .taxonomy-list-item .image, .taxonomy-item-picker .taxonomy-list-item-link .image{opacity:0.5;transform: scale(1.1);}
.taxonomy-item-listing .half, .taxonomy-item-picker .half {width: 100%;}
.taxonomy-item-listing .taxonomy-list-item .content p{color:#fff;}
.iteneraries .content-col-half{align-items: start;}
.ItinSeparator .taxonomy-list-item-link{width: 50%;}
.white-list .taxonomy-list-item-link{background:#222}
.white-list .taxonomy-list-item h3 {color: #fff;}
.taxonomy-item-picker .taxonomy-list-item-link {
	width: 25%;
}
.taxonomy-item-picker .taxonomy-header {
    width: 100%;
    background: #e5e5e5;
    text-align: center;
    padding: 1.25rem 2rem;
}



