@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,bolditalic,italic);
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,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes fallIn {
  0% {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fallIn {
  0% {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fallUp {
  0% {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fallUp {
  0% {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes zoomLeft {
  0% {
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes zoomLeft {
  0% {
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes zoomRight {
  0% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes zoomRight {
  0% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes scaleToFull {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleToFull {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes scaleToNone {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes scaleToNone {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

.fallIn {
  position: relative;
  -webkit-animation: fallIn 800ms ease-out;
  animation: fallIn 800ms ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.fallUp {
  position: relative;
  -webkit-animation: fallUp 800ms ease-out;
  animation: fallUp 800ms ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.zoomLeft {
  position: relative;
  -webkit-animation: zoomLeft 800ms ease-out;
  animation: zoomLeft 800ms ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.zoomRight {
  position: relative;
  -webkit-animation: zoomRight 800ms ease-out;
  animation: zoomRight 800ms ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.scale-to-full {
  -webkit-animation: scaleToFull 200ms ease-out;
  animation: scaleToFull 200ms ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.scale-to-none {
  -webkit-animation: scaleToNone 200ms ease-out;
  animation: scaleToNone 200ms ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

img[src*=svg] {
  width: 100%\9;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=svg] {
    width: 100%;
  }
}

.mobile-menu-button {
  display: none;
}

.hidden, #gform_fields_1 label, #gform_fields_2 .instruction, #gform_fields_3 .instruction, .filters .filters-menu #filters {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.horizontal-scroll-menu:before, .content-editor blockquote:before, .content-editor:before, .horizontal-scroll-menu:after, .content-editor blockquote:after, .content-editor:after {
  content: ' ';
  display: table;
}

.horizontal-scroll-menu:after, .content-editor blockquote:after, .content-editor:after {
  clear: both;
}

.image-banner, .home-header, .standard-header, .detailed-header, .block-content-image-left .image-container, .full-width-image-slider .slide, .single-itinerary .itinerary-part-images .image-container {
  background-size: cover;
  background-position: center;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

.xdebug-var-dump {
  background: white !important;
  color: black !important;
}

html,
body {
  height: 100%;
  position: relative;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.625;
  color: #283846;
  background-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.wrapper {
  position: relative;
  max-width: 950px;
  width: 91.4666666667%;
  margin: 0 auto;
}

@media screen and (min-width: 79.365em) {
  .wrapper {
    width: 73.125em;
    margin: 0 auto;
  }
}

.wrapper-large {
  max-width: 1169px;
}

.clearfix {
  clear: both;
}

.small-image {
  height: 150px !important;
  width: auto;
}

.link {
  box-shadow: 0 0 0 0 #283846;
  color: #283846;
  text-decoration: none;
  transition: color 200ms ease, box-shadow 200ms ease;
}

.link:hover, .link:focus {
  color: #00c1f3;
  text-decoration: underline;
}

.dark-link {
  color: #283846;
}

.dark-link:hover, .dark-link:focus {
  color: #00c1f3;
}

.light-link {
  color: #fff;
}

.light-link:hover, .light-link:focus {
  color: #00c1f3;
}

.orange-link {
  color: #f7600e;
  font-weight: bold;
  text-transform: uppercase;
}

.orange-link:hover, .orange-link:focus {
  color: #e45508;
}

.encompassing-link {
  text-decoration: none;
  color: inherit;
  box-shadow: none;
}

.encompassing-link:hover, .encompassing-link:focus {
  box-shadow: none;
}

.loading {
  min-width: 45px;
  min-height: 45px;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-image: url("../../images/loading.gif") !important;
  background-position: center !important;
}

.atcb-link {
  text-decoration: none !important;
}

form {
  width: 100%;
}

input[type=text] {
  border: 0;
  width: 100%;
}

.gform_wrapper {
  margin: 0 auto !important;
}

.gform_wrapper .gfield_required {
  color: #fff !important;
}

.gform_wrapper li {
  margin-top: 25px !important;
}

.gform_wrapper li:before {
  content: '' !important;
}

.gform_wrapper input,
.gform_wrapper textarea {
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  padding: 10px 20px !important;
  width: 100% !important;
}

.gform_wrapper input[type=radio] {
  border-radius: 50%;
  background: transparent;
  max-width: 14px;
  max-height: 14px;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  padding: 6px !important;
  position: relative;
  top: -2px;
  margin-right: 5px;
  transition: all 200ms;
}

.gform_wrapper input[type=radio]:checked {
  background: #fff;
}

.gform_wrapper .gfield_radio li {
  display: block;
}

.gform_wrapper .gfield_radio li input,
.gform_wrapper .gfield_radio li label {
  display: inline-block !important;
}

.gform_wrapper .ginput_container_select {
  position: relative;
}

.gform_wrapper .ginput_container_select .custom-dropdown {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: transparent;
  pointer-events: none;
}

.gform_wrapper .ginput_container_select .custom-dropdown:before {
  content: '';
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
}

.gform_wrapper .ginput_container_select .custom-dropdown:after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: relative;
}

.gform_wrapper select {
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  padding: 11px 20px !important;
  width: 100% !important;
}

.gform_wrapper select::-ms-expand {
  display: none;
}

.gform_wrapper option {
  color: #000;
}

.gform_wrapper .gform_footer {
  text-align: center;
}

.gform_wrapper input[type=submit] {
  border: 1px solid #fff;
  background: transparent;
  transition: all 200ms;
  width: auto !important;
}

.gform_wrapper input[type=submit]:hover {
  border: 1px solid #00c1f3;
  background: #00c1f3;
}

.gform_wrapper .gfield_creditcard_warning,
.gform_wrapper .gfield_error {
  color: red !important;
  border-color: red !important;
  background-color: rgba(255, 0, 0, 0.2) !important;
}

.gform_wrapper .gfield_creditcard_warning label,
.gform_wrapper .gfield_error label {
  color: red !important;
}

.gform_wrapper .gfield_creditcard_warning span,
.gform_wrapper .validation_error {
  border-color: red !important;
}

.gform_wrapper .gfield_creditcard_warning_message,
.gform_wrapper .validation_message,
.gform_wrapper .validation_error {
  color: red !important;
}

.gform_wrapper .ginput_total {
  color: #fff !important;
}

/**
 *  gform_dark for white backgrounds
 **/
.gform_dark .gfield_required {
  color: #283846 !important;
}

.gform_dark input,
.gform_dark select {
  color: #283846;
  background: #eff1f2;
}

.gform_dark .custom-dropdown:before,
.gform_dark .custom-dropdown:after {
  border-color: #283846 !important;
}

.gform_dark input[type=submit] {
  border: 1px solid #283846;
}

.gform_dark input[type=submit]:hover {
  color: #fff;
}

.gform_dark .ginput_total {
  color: #283846 !important;
}

#gform_fields_1 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  flex-wrap: wrap;
  height: 250px;
}

@media (max-width: 48em) {
  #gform_fields_1 {
    display: block;
    height: auto;
  }
}

#gform_fields_1 li {
  width: 50%;
}

@media (max-width: 48em) {
  #gform_fields_1 li {
    width: 100%;
  }
}

#gform_fields_1 #field_1_4 {
  height: 100%;
}

#gform_fields_1 #field_1_4 textarea {
  height: 204px;
}

@media (max-width: 48em) {
  #gform_fields_1 #field_1_4 textarea {
    height: auto;
  }
}

#gform_fields_2 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

#gform_fields_2 .gfield_radio li {
  display: inline;
  margin-right: 20px;
}

#gform_fields_2 .ginput_complex label {
  display: none;
}

#gform_fields_2 .ginput_container_creditcard label {
  display: block;
}

#gform_fields_2 #field_2_1 {
  width: 100%;
}

@media (max-width: 48em) {
  #gform_fields_2 #field_2_1 li {
    display: block;
  }
}

#gform_fields_2 #field_2_2 {
  width: 66%;
}

@media (max-width: 48em) {
  #gform_fields_2 #field_2_2 {
    width: 100%;
  }
}

#gform_fields_2 #field_2_3 {
  width: 33%;
}

@media (max-width: 48em) {
  #gform_fields_2 #field_2_3 {
    width: 100%;
  }
}

#gform_fields_2 #field_2_4 {
  width: 100%;
  padding-right: 25px;
}

#gform_fields_2 #field_2_4 #input_2_4_1 {
  margin-bottom: 20px;
}

@media (max-width: 48em) {
  #gform_fields_2 #field_2_4 {
    padding-right: 15px;
  }
}

@media (max-width: 40.0625em) {
  #gform_fields_2 #field_2_4 {
    padding-right: 0;
  }
}

#gform_fields_2 #field_2_6 {
  width: 33%;
}

@media (max-width: 48em) {
  #gform_fields_2 #field_2_6 {
    width: 100%;
  }
}

#gform_fields_2 #field_2_7,
#gform_fields_2 #field_2_8 {
  width: 16.5%;
}

@media (max-width: 62.5em) {
  #gform_fields_2 #field_2_7,
  #gform_fields_2 #field_2_8 {
    width: 33%;
  }
}

@media (max-width: 48em) {
  #gform_fields_2 #field_2_7,
  #gform_fields_2 #field_2_8 {
    width: 100%;
  }
}

#gform_fields_2 #field_2_5 {
  width: 33%;
}

@media (max-width: 62.5em) {
  #gform_fields_2 #field_2_5 {
    width: 100%;
  }
}

#gform_fields_2 #input_2_9_2_cardinfo_right input {
  margin-top: 2px;
}

#gform_fields_3 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

#gform_fields_3 .ginput_complex label {
  display: none;
}

#gform_fields_3 .ginput_container_creditcard label {
  display: block;
}

#gform_fields_3 #field_3_1 {
  width: 100%;
}

#gform_fields_3 #field_3_3 {
  width: 66%;
}

@media (max-width: 48em) {
  #gform_fields_3 #field_3_3 {
    width: 100%;
  }
}

#gform_fields_3 #field_3_4 {
  width: 33%;
}

@media (max-width: 48em) {
  #gform_fields_3 #field_3_4 {
    width: 100%;
  }
}

#gform_fields_3 #field_3_2 {
  width: 100%;
}

#gform_fields_3 #field_3_2 #input_3_2_1 {
  margin-bottom: 20px;
}

#gform_fields_3 #field_3_5 {
  width: 33%;
}

@media (max-width: 48em) {
  #gform_fields_3 #field_3_5 {
    width: 100%;
  }
}

#gform_fields_3 #field_3_6 {
  width: 33%;
}

@media (max-width: 48em) {
  #gform_fields_3 #field_3_6 {
    width: 100%;
  }
}

#gform_fields_3 #field_3_7 {
  width: 33%;
}

@media (max-width: 48em) {
  #gform_fields_3 #field_3_7 {
    width: 100%;
  }
}

#gform_fields_3 #field_3_8 {
  width: 33%;
}

@media (max-width: 48em) {
  #gform_fields_3 #field_3_8 {
    width: 100%;
  }
}

#gform_fields_3 #field_3_9 {
  width: 33%;
}

@media (max-width: 48em) {
  #gform_fields_3 #field_3_9 {
    width: 100%;
  }
}

#gform_fields_3 #field_3_10 {
  width: 33%;
}

@media (max-width: 48em) {
  #gform_fields_3 #field_3_10 {
    width: 100%;
  }
}

#gform_fields_3 #field_3_11 {
  width: 100%;
}

#gform_fields_3 #field_3_12 {
  width: 100%;
}

#gform_fields_3 #field_3_16 {
  width: 50%;
}

@media (max-width: 48em) {
  #gform_fields_3 #field_3_16 {
    width: 100%;
  }
}

#gform_fields_3 #field_3_14 {
  width: 100%;
}

#gform_fields_3 #field_3_17 {
  width: 100%;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
}

.button {
  text-transform: uppercase;
  border-radius: 5px;
  padding: 4px 25px;
  text-decoration: none;
  transition: background 200ms, color 200ms, border 200ms;
  display: inline-block;
  cursor: pointer;
}

.blue-button {
  background: #00c1f3;
  color: #fff !important;
  box-shadow: none !important;
}

.blue-button:hover {
  background: #00adda;
}

.transparent-button-light {
  border: 1px solid #283846;
  color: #283846;
}

.transparent-button-light:hover {
  border: 1px solid #00c1f3;
  background: #00c1f3;
  color: #fff;
}

.transparent-button-dark {
  border: 1px solid #fff;
  color: #fff;
}

.transparent-button-dark:hover {
  border: 1px solid #00c1f3;
  background: #00c1f3;
}

.image-rounded {
  border-radius: 5px;
}

.image-circle {
  border-radius: 50%;
}

.image-vivid-hover {
  -webkit-filter: grayscale(50%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(50%);
  transition: filter 500ms, -webkit-filter 500ms;
}

.image-vivid-hover:hover {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.image-med-small {
  max-width: 200px;
  max-height: 200px;
}

.image-med {
  max-width: 300px;
  max-height: 300px;
}

.image-med-small-background {
  max-width: 200px;
  max-height: 200px;
  min-width: 200px;
  min-height: 200px;
  display: inline-block;
}

.image-med-background {
  max-width: 300px;
  max-height: 300px;
  min-width: 300px;
  min-height: 300px;
  display: inline-block;
}

.image-scale-hover {
  transition: all 200ms;
}

.image-scale-hover:hover {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

.image-banner {
  margin-top: -80px;
  width: 100%;
  height: 500px;
  margin-bottom: 40px;
  display: block;
}

.page-headline {
  font-size: 1.5rem;
}

@media (min-width: 20em) and (max-width: 73.125em) {
  .page-headline {
    font-size: calc(1.5rem + (2.625 - 1.5) * (100vw - 20rem) / (73.125 - 20));
  }
}

@media (min-width: 73.125em) {
  .page-headline {
    font-size: 2.625rem;
  }
}

.two-tone-headline {
  font-weight: 300 !important;
  text-transform: uppercase;
  font-size: 2.625em !important;
  line-height: 1.2;
}

.two-tone-headline span {
  color: #aad922;
}

.tt-content-editor {
  font-size: 42px !important;
  text-align: center;
}

.title-headline {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 10px;
  transition: all 200ms;
}

a:hover .title-headline {
  color: #00c1f3;
}

.headline-underline {
  font-weight: 600;
  padding-bottom: 4px;
  margin-bottom: 10px;
  border-bottom: 1px solid #00c1f3;
}

.main-header {
  background-color: white;
  border-top: 13px solid #aad922;
  padding: 26px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  transition: padding 800ms;
}

@media all and (min-width: 48em) {
  .main-header + main {
    margin-top: 130px;
  }
}

@media screen and (max-width: 48em) {
  .main-header + main {
    padding-top: 140px !important;
  }
}

.main-header .site-logo img {
  width: 169px;
  height: 75px;
}

.main-header .site-logo-condensed {
  display: none;
}

.main-header .site-logo-condensed img {
  width: 149px;
  height: 24px;
}

.main-header .wrapper {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

@media all and (max-width: 48em) {
  .main-header .wrapper {
    display: block;
  }
}

.main-header .wrapper .site-menu {
  margin-left: auto;
  padding-left: 20px;
}

.main-header-condensed {
  padding: 10px;
}

.sticky-footer-push {
  min-height: 100%;
  padding-bottom: 175px;
}

.main-footer {
  height: 175px;
  margin-top: -175px;
}

.main-footer {
  padding: 16px 0;
  background-color: #dfe4e6;
  border-bottom: 13px solid #aad922;
  height: auto;
  min-height: 175px;
  text-align: center;
  position: relative;
}

@media all and (max-width: 60.9375em) {
  .main-footer {
    padding-top: 32px;
  }
}

.main-footer .wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto;
}

@media all and (max-width: 60.9375em) {
  .main-footer .wrapper {
    flex-wrap: wrap;
    position: static;
    -webkit-transform: none;
    transform: none;
  }
  .main-footer .wrapper > * {
    width: 100%;
    margin: 0 auto 20px;
  }
}

.main-footer .logo {
  width: 169px;
  height: 75px;
}

.main-footer .menu-copy {
  text-align: center;
}

.main-footer .social {
  padding: 10px;
}

.main-footer .social a {
  color: #aad922;
  transition: color 200ms;
}

.main-footer .social a:hover {
  color: #99c31f;
}

.main-footer .social .social-link {
  padding: 5px;
}

.main-footer .social .social-link svg {
  width: 32px;
  height: 32px;
}

.footer-menu {
  list-style: none;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.footer-menu .menu-item {
  display: inline;
  padding: 10px;
}

@media all and (max-width: 39.375em) {
  .footer-menu .menu-item {
    display: block;
  }
}

.footer-menu .menu-item a {
  text-decoration: none;
  color: #283846;
  transition: color 200ms;
}

.footer-menu .menu-item a:hover {
  color: #aad922;
}

.home-header {
  height: 500px;
  position: relative;
}

.home-header:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(33, 66, 95, 0.75);
}

.home-header .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  text-align: center;
  width: 91%;
}

.home-header .header-title {
  font-weight: bold;
  font-size: 2.25rem;
  position: relative;
  line-height: 1;
  -webkit-animation: fallIn 800ms ease-out;
  animation: fallIn 800ms ease-out;
  margin-bottom: 10px;
}

@media (min-width: 20em) and (max-width: 62.5em) {
  .home-header .header-title {
    font-size: calc(2.25rem + (4.75 - 2.25) * (100vw - 20rem) / (62.5 - 20));
  }
}

@media (min-width: 62.5em) {
  .home-header .header-title {
    font-size: 4.75rem;
  }
}

.home-header .header-copy {
  width: 63%;
  margin: 0 auto;
  font-size: 1.1875em;
  -webkit-animation: fadeIn 800ms ease-out;
  animation: fadeIn 800ms ease-out;
}

@media all and (max-width: 48em) {
  .home-header .header-copy {
    width: 100%;
  }
}

.home-header .header-cta {
  margin-top: 20px;
  -webkit-animation: fadeIn 800ms ease-out;
  animation: fadeIn 800ms ease-out;
}

.home-site-search {
  background: #c7d0d7;
  position: relative;
  height: 100px;
}

.home-site-search .content {
  background: #fff;
  border-radius: 5px;
  position: absolute;
  display: -webkit-box;
  display: flex;
  padding: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 550px;
}

@media all and (max-width: 38.75em) {
  .home-site-search .content {
    width: 91%;
  }
}

.home-site-search .icon {
  color: #00c1f3;
  padding: 0 10px;
}

.home-site-search .icon svg {
  width: 20px;
  height: 20px;
}

.home-site-search input[type=text] {
  padding-left: 5px;
}

.standard-header {
  height: 315px;
  margin-bottom: 80px;
  position: relative;
}

.standard-header:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 193, 243, 0.75);
}

.standard-header .title {
  z-index: 1;
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 300;
  font-size: 3.375em;
  font-size: 1.875rem;
  text-transform: uppercase;
  -webkit-animation: fadeIn 800ms ease-out;
  animation: fadeIn 800ms ease-out;
  width: 91%;
  text-align: center;
}

@media (min-width: 20em) and (max-width: 62.5em) {
  .standard-header .title {
    font-size: calc(1.875rem + (3.375 - 1.875) * (100vw - 20rem) / (62.5 - 20));
  }
}

@media (min-width: 62.5em) {
  .standard-header .title {
    font-size: 3.375rem;
  }
}

.detailed-header {
  margin-bottom: 80px;
  padding: 20px 0;
  color: #fff;
  font-weight: 600;
  position: relative;
}

.detailed-header:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 193, 243, 0.9);
}

.detailed-header .wrapper {
  z-index: 1;
  position: relative;
}

.detailed-header .breadcrumbs {
  margin-bottom: 60px;
}

.detailed-header .breadcrumbs a {
  color: #fff;
  text-decoration: none;
}

.detailed-header .breadcrumbs a:hover {
  text-decoration: underline;
}

.detailed-header .pre-title {
  text-transform: uppercase;
}

.detailed-header .title {
  font-weight: 800;
  font-size: 2.375em;
}

@media (max-width: 48em) {
  .detailed-header .title {
    font-size: 1.375em;
  }
}

.block-content-image-left {
  display: -webkit-box;
  display: flex;
}

@media all and (max-width: 48em) {
  .block-content-image-left {
    flex-wrap: wrap;
    display: block;
  }
}

.block-content-image-left .image-container {
  margin-right: 20px;
  box-shadow: none !important;
}

@media all and (max-width: 48em) {
  .block-content-image-left .image-container {
    width: 100%;
    margin: 0 auto 20px;
  }
}

.block-content-image-left svg {
  width: 18px;
  height: 18px;
}

.block-content-image-left .content {
  text-align: left;
}

.block-content-image-left .date {
  color: #00c1f3;
  text-transform: uppercase;
}

.block-content-image-left .category {
  color: #00c1f3;
  font-style: italic;
}

.block-content-image-left .title {
  font-weight: 800;
  font-size: 1.5em;
}

.block-content-image-left .destinations {
  margin-top: 5px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 0.875em;
}

.block-content-image-left .venue {
  display: inline-block;
  margin-right: 20px;
}

.block-content-image-left .time {
  display: inline-block;
}

.block-content-image-left .copy {
  margin: 10px 0 20px;
}

.block-section-content-container {
  position: relative;
}

.block-section-content-container li {
  margin-bottom: 30px;
}

.block-content {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.block-content img {
  margin-bottom: 10px;
}

.block-content-with-sidebar {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media (max-width: 48em) {
  .block-content-with-sidebar {
    display: block;
  }
}

.block-content-with-sidebar .main {
  -webkit-box-flex: 4;
  flex: 4;
  margin-bottom: 60px;
}

.block-content-with-sidebar .sidebar {
  -webkit-box-flex: 1;
  flex: 1;
  margin-left: 60px;
  font-size: 0.875em;
  margin-bottom: 60px;
}

@media (max-width: 48em) {
  .block-content-with-sidebar .sidebar {
    margin-left: 0;
  }
}

.block-content-with-sidebar .sidebar svg {
  fill: #f7600e;
  color: #f7600e;
  width: 20px;
  height: 20px;
}

.block-content-50-50 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media (max-width: 48em) {
  .block-content-50-50 {
    display: block;
  }
}

.block-content-50-50 > div {
  width: 48%;
  margin-bottom: 40px;
}

@media (max-width: 48em) {
  .block-content-50-50 > div {
    width: 100%;
  }
}

.block-content-50-50 .title {
  text-align: center;
  font-weight: 600;
  font-size: 1.25em;
  text-align: center;
}

.block-content-50-50 .image-rounded {
  width: 100%;
  margin: 20px 0;
}

.block-content-50-50 p {
  text-align: center;
}

.block-content-four-columns {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.block-content-four-columns .block-content-column {
  width: 24%;
  margin-bottom: 10px;
  margin-right: 11px;
}

.block-content-four-columns .block-content-column:nth-of-type(4n) {
  margin-right: 0;
}

@media all and (max-width: 59.375em) {
  .block-content-four-columns .block-content-column {
    width: 32%;
  }
  .block-content-four-columns .block-content-column:nth-of-type(4n) {
    margin-right: 11px;
  }
  .block-content-four-columns .block-content-column:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media all and (max-width: 45.9375em) {
  .block-content-four-columns .block-content-column {
    width: 49%;
  }
  .block-content-four-columns .block-content-column:nth-of-type(1n), .block-content-four-columns .block-content-column:nth-of-type(3n), .block-content-four-columns .block-content-column:nth-of-type(4n) {
    margin-right: 8px;
  }
  .block-content-four-columns .block-content-column:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media all and (max-width: 29.6875em) {
  .block-content-four-columns .block-content-column {
    margin-right: 0 !important;
    width: 100%;
  }
}

.block-content-three-columns {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.block-content-three-columns .block-content-column {
  width: 32%;
  margin-bottom: 10px;
  margin-right: 18px;
}

.block-content-three-columns .block-content-column:nth-of-type(3n) {
  margin-right: 0;
}

@media all and (max-width: 64.75em) {
  .block-content-three-columns .block-content-column {
    width: 49%;
    margin-right: 12px;
  }
  .block-content-three-columns .block-content-column:nth-of-type(3n) {
    margin-right: 12px;
  }
  .block-content-three-columns .block-content-column:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media all and (max-width: 42.875em) {
  .block-content-three-columns .block-content-column {
    margin-right: 0 !important;
    width: 100%;
  }
}

.block-content-two-columns {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.block-content-two-columns .block-content-column {
  width: 49%;
  margin-bottom: 10px;
  margin-right: 12px;
}

.block-content-two-columns .block-content-column:nth-of-type(2n) {
  margin-right: 0;
}

@media all and (max-width: 42.875em) {
  .block-content-two-columns .block-content-column {
    width: 100%;
    margin-right: 0 !important;
  }
}

.block-content-one-columns {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.block-content-one-columns .block-content-column {
  width: 100%;
  margin-bottom: 10px;
}

.block-content-column img {
  max-width: 100%;
  height: auto;
}

.block-content-centered {
  text-align: center;
}

.partner-block .title {
  text-transform: uppercase;
  font-weight: 600;
}

.member-benefits img {
  width: 300px;
  min-width: 300px;
  display: block;
  margin: 0 auto;
}

.home-slider a {
  text-decoration: none;
  color: inherit;
}

.home-slider a:hover .title {
  color: #00c1f3;
}

.home-slider .title {
  font-weight: 800;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 1em;
  transition: all 200ms;
}

.full-width-image-slider {
  list-style: none;
}

.full-width-image-slider .slide {
  height: 400px;
  width: 100%;
}

.bx-wrapper {
  margin: 0 auto;
}

.non-featured-members-listing a {
  margin-bottom: 8px;
  display: inline-block;
  line-height: 1.3;
}

.single-itinerary .itinerary-header {
  background: #21425f;
  color: #fff;
  margin-top: -80px;
  margin-bottom: 80px;
  padding: 50px 0;
}

.single-itinerary .itinerary-header .row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

@media (max-width: 48em) {
  .single-itinerary .itinerary-header .row {
    flex-wrap: wrap;
  }
}

.single-itinerary .itinerary-header .row .title {
  font-weight: bold;
  font-size: 1.25em;
}

.single-itinerary .itinerary-header .row .wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0;
}

@media (max-width: 48em) {
  .single-itinerary .itinerary-header .row .wrapper {
    flex-wrap: wrap;
  }
}

.single-itinerary .itinerary-header .row:first-child {
  margin-bottom: 50px;
}

.single-itinerary .itinerary-header .row:first-child > * {
  width: 50%;
  margin-right: 20px;
}

@media (max-width: 48em) {
  .single-itinerary .itinerary-header .row:first-child > * {
    width: 100%;
    margin-bottom: 10px;
  }
}

.single-itinerary .itinerary-nav .title {
  margin-right: 40px;
}

@media (max-width: 48em) {
  .single-itinerary .itinerary-nav .title {
    width: 100%;
  }
}

.single-itinerary .itinerary-nav-sticky {
  position: fixed;
  background: #21425f;
  z-index: 2;
  padding-left: 10px;
  left: 0;
  width: 100%;
}

.single-itinerary .itinerary-nav-sticky .wrapper {
  margin: 0 auto !important;
}

.single-itinerary .block-number {
  background: #dfe4e6;
  color: #21425f;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  margin: 7px;
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
  position: relative;
  transition: all 200ms;
}

.single-itinerary .block-number a {
  color: inherit;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.single-itinerary .block-number:first-of-type {
  margin-left: 0;
}

.single-itinerary .block-number:hover {
  background: #f7600e;
  color: #fff;
}

.single-itinerary .block-number:hover .block-number-label {
  display: block;
}

.single-itinerary .block-number-label {
  display: none;
  color: #fff;
  font-size: 0.875em;
  position: absolute;
  top: calc(100% + 16px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  background: #f7600e;
  border-radius: 5px;
  padding: 1px 15px;
}

.single-itinerary .block-number-label:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 16px solid #f7600e;
}

.single-itinerary .block-number-label-right {
  left: 0;
  -webkit-transform: none;
  transform: none;
}

.single-itinerary .block-number-label-right:before {
  left: 10px;
  -webkit-transform: none;
  transform: none;
}

.single-itinerary .block-number-label-left {
  right: 0;
  left: inherit;
  -webkit-transform: none;
  transform: none;
}

.single-itinerary .block-number-label-left:before {
  right: 10px;
  left: inherit;
  -webkit-transform: none;
  transform: none;
}

.single-itinerary .itinerary-nav-active {
  background: #f7600e;
  color: #fff;
}

.single-itinerary .itinerary-anchor {
  position: relative;
  top: -120px;
}

.single-itinerary .itinerary-part-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
}

.single-itinerary .itinerary-part-header .block-number {
  background: #f7600e;
  color: #fff;
  margin-left: 0;
}

.single-itinerary .itinerary-part-header .label-1 {
  font-weight: bold;
  font-size: 1.375em;
  margin-left: 15px;
}

.single-itinerary .itinerary-part-header .label-2 {
  font-weight: bold;
  font-size: 1.125em;
  margin-left: 15px;
}

.single-itinerary .itinerary-part-images {
  margin: 20px 0 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media (max-width: 48em) {
  .single-itinerary .itinerary-part-images {
    display: block;
  }
}

.single-itinerary .itinerary-part-images .image-container {
  height: 300px;
  -webkit-box-flex: 1;
  flex: 1;
  margin: 0 10px;
}

.single-itinerary .itinerary-part-images .image-container:first-child {
  margin-left: 0;
}

.single-itinerary .itinerary-part-images .image-container:last-child {
  margin-right: 0;
}

@media (max-width: 48em) {
  .single-itinerary .itinerary-part-images .image-container {
    margin: 0  0 20px 0;
  }
}

.single-itinerary .itinerary-part-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

@media (max-width: 48em) {
  .single-itinerary .itinerary-part-content {
    display: block;
  }
}

.single-itinerary .itinerary-part-content .content {
  -webkit-box-flex: 2;
  flex: 2;
  margin-right: 20px;
}

@media (max-width: 48em) {
  .single-itinerary .itinerary-part-content .content {
    margin: 0 0 20px 0;
  }
}

.single-itinerary .itinerary-part-content .location-list {
  -webkit-box-flex: 1;
  flex: 1;
  list-style: none;
}

.single-itinerary .itinerary-part-content .location-list li {
  margin-bottom: 12px;
}

.single-itinerary .itinerary-part-content .location-list svg {
  width: 20px;
  height: 20px;
  margin-left: 20px;
}

.single-itinerary #map {
  height: 475px;
  margin-bottom: 60px;
  background: #cecece;
}

.single-itinerary .full-mentions-list {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  margin-bottom: 80px;
  list-style-position: inside;
}

@media (max-width: 56.25em) {
  .single-itinerary .full-mentions-list {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}

@media (max-width: 48em) {
  .single-itinerary .full-mentions-list {
    -webkit-columns: inherit;
    -moz-columns: inherit;
    columns: inherit;
  }
}

.single-itinerary .full-mentions-list li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 20px;
  padding-left: 8px;
}

.single-itinerary .full-mentions-list li .orange-link {
  margin-left: 8px;
}

.single-itinerary .full-mentions-list li .address,
.single-itinerary .full-mentions-list li .phone,
.single-itinerary .full-mentions-list li .encompassing-link {
  margin-left: 25px;
  font-size: 0.875em;
}

.single-itinerary .full-mentions-list svg {
  width: 20px;
  height: 20px;
}

/**
 *  Itineraries listing
 **/
#itineraries-listing {
  text-align: center;
  display: none;
}

#itineraries-listing .itineraries-list {
  list-style: none;
}

#itineraries-listing .itineraries-list li {
  margin-bottom: 40px;
  padding: 0;
}

#itineraries-listing .itineraries-list li:before {
  content: '';
}

#itineraries-listing .itineraries-list li img {
  min-width: 300px;
  min-height: 300px;
}

@media (max-width: 48em) {
  #itineraries-listing .itineraries-list li img {
    margin-bottom: 10px;
    min-width: inherit;
    min-height: inherit;
  }
}

.single-location #map {
  width: 250px;
  height: 250px;
  margin-bottom: 30px;
  background: #c7d0d7;
}

@media (max-width: 48em) {
  .single-location #map {
    width: 100%;
  }
}

#news-app {
  text-align: center;
  padding-bottom: 50px;
}

#news-app li {
  text-align: left;
  padding-left: 0;
}

#news-app li:before {
  content: '';
}

#news-app li .link {
  margin-top: 10px;
  display: inline-block;
}

#news-app .block-content-image-left {
  margin-bottom: 50px;
}

#news-app .load-more {
  margin-bottom: 50px;
}

#events-listing .events-list li {
  padding-left: 0;
  margin-bottom: 50px;
}

#events-listing .events-list li:before {
  content: '';
}

#events-listing .events-list .image-container {
  min-width: 300px;
}

.single-format-standard .recent-posts {
  margin-bottom: 30px;
  list-style: none;
}

.single-format-standard .recent-posts li {
  padding-left: 8px;
}

.single-format-standard .recent-posts li:before {
  content: '•';
  color: #00c1f3;
  position: relative;
  left: -4px;
  top: 1px;
  font-size: 1.125em;
}

.single-format-standard .recent-posts a {
  text-decoration: none;
  box-shadow: none;
}

.single-format-standard .tags-list {
  list-style: none;
}

.single-format-standard .tags-list li {
  display: inline-block;
}

.single-format-standard .tag {
  color: #000;
  border: 1px solid #000;
  margin: 3px;
  text-decoration: none;
  display: inline-block;
  padding: 2px 12px;
  transition: all 200ms;
}

.single-format-standard .tag:hover {
  background: #dfe4e6;
}

.content-wrapper-with-sidebar {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media (max-width: 48em) {
  .content-wrapper-with-sidebar {
    display: block;
  }
}

.content-wrapper-with-sidebar .content-editor {
  -webkit-box-flex: 4;
  flex: 4;
  margin-bottom: 50px;
}

.content-wrapper-with-sidebar .post-sidebar {
  -webkit-box-flex: 2;
  flex: 2;
  margin-left: 50px;
  font-size: 0.875em;
  margin-bottom: 50px;
}

@media (max-width: 48em) {
  .content-wrapper-with-sidebar .post-sidebar {
    margin-left: 0;
  }
}

#map-section {
  position: relative;
}

@media (max-width: 48em) {
  #map-section #map {
    height: 500px !important;
  }
}

@media (max-width: 48em) {
  #map-section .map-data {
    height: auto !important;
  }
}

#map-section #map-control {
  position: absolute;
  top: 50px;
  left: 2%;
  width: 33%;
  min-width: 290px;
  max-width: 500px;
}

@media (max-width: 48em) {
  #map-section #map-control {
    width: 100%;
    max-width: 10000px;
    position: static;
  }
}

#map-section .map-control-section {
  background: #fff;
  padding: 10px 25px;
  box-shadow: 2px 2px 6px #c7d0d7;
  border-radius: 5px;
  margin-bottom: 12px;
}

#map-section .map-control-section:last-of-type {
  overflow-y: scroll;
}

@media (max-width: 48em) {
  #map-section .map-control-section {
    box-shadow: none;
  }
}

#map-section .map-search {
  display: -webkit-box;
  display: flex;
}

#map-section .map-search .icon {
  color: #00c1f3;
  padding: 0 10px;
}

#map-section .map-search .icon svg {
  width: 20px;
  height: 20px;
}

#map-section .content-editor {
  margin-top: 20px;
  font-size: 0.875em;
}

#map-section .member-listing {
  list-style-position: inside;
}

#map-section .member-listing li {
  margin-bottom: 30px;
}

#map-section .member-listing .title {
  text-transform: uppercase;
  font-weight: bold;
}

#map-section .member-listing .image-container {
  width: 100%;
  height: 175px;
  overflow: hidden;
  margin: 10px 0px;
}

#map-section .member-listing .image-container img {
  position: relative;
  width: 100%;
  top: -100px;
}

#map-section .member-listing .description {
  font-size: 0.875em;
}

#map-section .member-listing .links {
  font-size: 0.875em;
  margin-top: 8px;
}

#map-section .member-listing .links .highlight-on-map {
  text-decoration: none;
  box-shadow: none;
}

#map-section .member-listing .links svg {
  width: 15px;
  height: 15px;
}

#map-section .info-bubble {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  background: #f7600e;
  padding: 2px;
  border-radius: 5px;
  width: 200px;
  position: relative;
}

#map-section .info-bubble:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid #f7600e;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
}

.filters {
  margin-bottom: 20px;
}

.filters ul {
  list-style: none;
}

.filters ul li {
  padding-left: 0 !important;
}

.filters ul li:before {
  content: '' !important;
}

.filters .two-column-filters {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}

@media (max-width: 75em) {
  .filters .two-column-filters {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}

@media (max-width: 48em) {
  .filters .two-column-filters {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}

@media (max-width: 31.25em) {
  .filters .two-column-filters {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}

.filters .remove-filter {
  font-size: 0.875em;
  background: #00c1f3;
  border-radius: 25px;
  color: #fff;
  padding: 0 15px;
  margin: 4px;
  display: inline-block;
  float: left;
  cursor: pointer;
}

.filters .remove-filter:after {
  content: 'x';
  margin-left: 15px;
}

.filters .filters-menu {
  text-align: right;
  width: 100%;
  position: relative;
}

.filters .filters-menu #filters:checked + label + .filter-content {
  display: block;
}

.filters .filters-menu label {
  cursor: pointer;
}

.filters .filters-menu svg {
  width: 20px;
  height: 20px;
}

.filters .filters-menu .filter-content {
  display: none;
  background: #21425f;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  text-align: left;
  width: 100%;
}

.filters .filters-menu .filter-content ul {
  margin-bottom: 20px;
}

.filters .filters-menu .filter-label-open {
  float: right;
  cursor: pointer;
}

.filters .filters-menu .filter-label-open svg {
  fill: #fff;
  color: #fff;
}

.filters .filters-menu .filter-headline {
  color: #aad922;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
}

.filters input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #fff;
  width: 10px;
  height: 10px;
  position: relative;
  margin-right: 4px;
}

.filters input[type=checkbox]:checked {
  border: 1px solid #aad922;
}

.filters input[type=checkbox]:checked:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  height: 6px;
  width: 6px;
  background: #aad922;
}

.filters input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #fff;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  position: relative;
  margin-right: 8px;
}

.filters input[type=radio]:checked {
  border: 1px solid #aad922;
}

.filters input[type=radio]:checked:before {
  content: '';
  position: absolute;
  border-radius: 50%;
  top: 2px;
  left: 2px;
  height: 5px;
  width: 5px;
  background: #aad922;
}

.large-accordion {
  list-style: none;
}

.large-accordion .accordion-li {
  padding: 0;
  margin: 30px 0;
}

.large-accordion .accordion-li:before {
  content: '';
}

.large-accordion .accordion-label {
  background: #dfe4e6;
  border-radius: 5px;
  display: block;
  padding: 13px 22px;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}

.large-accordion .accordion-arrow {
  float: right;
  transition: all 200ms;
}

.large-accordion .accordion-arrow svg {
  width: 20px;
  height: 20px;
}

.large-accordion .rotated {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.large-accordion .accordion-content {
  display: none;
  margin: 30px 0 50px;
}

.page-template-template-home .block-section {
  text-align: center;
  padding: 80px 0;
}

.page-template-template-home .block-section .block-section-content-container {
  margin: 30px 0 10px;
}

.page-template-template-home .block-section a:not(.button):not(.bx-next):not(.bx-prev) {
  color: #283846 !important;
}

.page-template-template-home .block-section a:not(.button):not(.bx-next):not(.bx-prev):hover {
  color: #00c1f3 !important;
}

.page-template-template-home .block-section:nth-of-type(2n) {
  background: #21425f;
  color: #fff;
}

.page-template-template-home .block-section:nth-of-type(2n) svg {
  fill: #00c1f3;
}

.page-template-template-home .block-section:nth-of-type(2n) a:not(.button):not(.bx-next):not(.bx-prev) {
  color: #fff !important;
}

.page-template-template-home .block-section:nth-of-type(2n) a:not(.button):not(.bx-next):not(.bx-prev):hover {
  color: #00c1f3 !important;
}

.page-template-template-members-listing {
  text-align: center;
}

.board-of-directors .two-tone-headline {
  font-size: 2.25em;
  margin-bottom: 10px;
}

.board-of-directors .block-content {
  margin-bottom: 60px;
}

.board-of-directors .content {
  position: relative;
}

.board-of-directors .content:hover .content-hover {
  opacity: 1;
}

.board-of-directors .content:hover .content-hover .name {
  -webkit-animation: fallIn 200ms ease-out;
  animation: fallIn 200ms ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.board-of-directors .content:hover .content-hover .copy {
  -webkit-animation: fallUp 200ms ease-out;
  animation: fallUp 200ms ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.board-of-directors .content .wrapper {
  width: 91%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.board-of-directors .content img {
  margin-bottom: 0;
}

.board-of-directors .content .content-hover {
  pointer-events: none;
  transition: all 200ms;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  width: 100%;
  max-width: 300px;
  border-radius: 5px;
  color: #fff;
  background: rgba(247, 96, 14, 0.9);
}

.board-of-directors .content .content-hover .name {
  text-transform: uppercase;
  font-weight: 600;
}

.board-of-directors .content .content-hover .copy {
  font-size: 0.875em;
}

.board-of-directors .title {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 8px;
}

.page-template-template-contact .contact-block {
  margin-bottom: 60px;
  font-size: 0.875em;
}

.page-template-template-contact .contact-block .block-content-column {
  margin-bottom: 20px;
}

.page-template-template-contact .contact-block svg {
  fill: #f7600e;
  width: 30px;
  height: 30px;
}

.page-template-template-contact .contact-block .title {
  font-size: 1.1875em;
  font-weight: 600;
  margin: 8px 0;
}

.page-template-template-contact .contact-block .content-editor > * + * {
  margin-top: 0;
}

.page-template-template-contact #map {
  height: 375px;
  background: #dfe4e6;
}

.page-template-template-contact .contact-form {
  padding-top: 80px;
  padding-bottom: 60px;
  background: #21425f;
  color: #fff;
}

.page-template-template-join-benefits .block-section {
  padding: 80px 0;
  background: #283846;
  color: #fff;
}

.single-event .block-content-four-columns {
  margin-bottom: 50px;
}

.single-event .block-content-four-columns .title {
  font-weight: 600;
  font-size: 1.3125em;
}

.single-event .block-content-four-columns svg {
  color: #f7600e;
  fill: #f7600e;
  width: 20px;
  height: 20px;
}

.single-event .block-content-four-columns .atcb-link {
  text-decoration: underline;
}

.single-event .block-content-four-columns a {
  font-size: 0.875em;
}

.single-event #map {
  height: 350px;
}

.page-id-34 .content-editor a {
  display: inline-block;
  margin-top: 11px;
}

.page-id-34 .post-sidebar a {
  display: inline;
}

.bx-viewport {
  height: auto !important;
}

.slider-container {
  position: relative;
}

.slider-control {
  color: #c7d0d7;
}

.slider-control a {
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider-control svg {
  width: 20px;
  height: 40px;
}

.slider-prev {
  position: absolute;
  top: 45%;
  left: -50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media all and (max-width: 66.5em) {
  .slider-prev {
    left: -30px;
  }
}

@media all and (max-width: 48em) {
  .slider-prev {
    position: relative;
    display: inline-block;
    -webkit-transform: none;
    transform: none;
  }
}

.slider-next {
  position: absolute;
  top: 45%;
  -webkit-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
  right: -50px;
}

@media all and (max-width: 66.5em) {
  .slider-next {
    right: -30px;
  }
}

@media all and (max-width: 48em) {
  .slider-next {
    position: relative;
    display: inline-block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@media screen and (max-width: 48em) {
  .js-menu-expanded {
    overflow-y: scroll;
  }
  .js-menu-expanded body {
    overflow: hidden;
    height: 100%;
  }
}

@media screen and (max-width: 48em) {
  .site-menu {
    height: 0vh;
    transition: height 0.35s ease-out;
  }
  .js-menu-expanded .site-menu {
    width: calc(100% + 50px);
    height: calc(100vh - 100px);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-right: 50px;
  }
}

@media screen and (max-width: 48em) {
  .main-header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    transition: background-color 0.35s linear;
  }
  .js-menu-expanded .main-header {
    background-color: white;
  }
  .js-menu-expanded .main-header .wrapper {
    overflow: hidden;
  }
  .main-header ~ main {
    padding-top: 100px;
  }
}

@media screen and (max-width: 48em) {
  .main-menu {
    opacity: 0;
    padding-top: 10px;
    padding-bottom: 44px;
    overflow: hidden;
    transition: opacity 0.35s linear;
  }
  .js-menu-expanded .main-menu {
    opacity: 1;
  }
}

@media screen and (max-width: 48em) {
  .main-menu .menu-item {
    opacity: 0;
    -webkit-transform: scale(1.1) translateY(-100%);
    transform: scale(1.1) translateY(-100%);
    transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
  }
  .main-menu .menu-item:nth-child(1) {
    transition-delay: 300ms, 300ms;
  }
  .main-menu .menu-item:nth-child(2) {
    transition-delay: 350ms, 350ms;
  }
  .main-menu .menu-item:nth-child(3) {
    transition-delay: 400ms, 400ms;
  }
  .main-menu .menu-item:nth-child(4) {
    transition-delay: 450ms, 450ms;
  }
  .main-menu .menu-item:nth-child(5) {
    transition-delay: 500ms, 500ms;
  }
  .main-menu .menu-item:nth-child(6) {
    transition-delay: 550ms, 550ms;
  }
  .js-menu-expanded .main-menu .menu-item {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}

.main-menu a {
  display: block;
  vertical-align: middle;
  line-height: 0.8;
  text-decoration: none;
  text-align: left;
  padding: 16px;
}

@media screen and (max-width: 48em) {
  .main-menu a {
    border-bottom: solid 1px rgba(40, 56, 70, 0.25);
  }
}

.main-menu {
  list-style: none;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

@media all and (max-width: 59.6875em) {
  .main-menu {
    letter-spacing: normal;
  }
}

@media screen and (min-width: 48.0625em) {
  .main-menu {
    font-size: 0.1px;
    text-align: justify;
  }
  .main-menu:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  .main-menu > * {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-size: 1rem;
  }
}

.main-menu .menu-item {
  color: #283846;
}

.main-menu .menu-item:hover {
  color: #aad922;
}

.main-menu .menu-item:hover .sub-menu {
  display: block;
  -webkit-animation: fadeIn 200ms ease-out;
  animation: fadeIn 200ms ease-out;
}

@media (max-width: 48em) {
  .main-menu .menu-item-has-children > a:after {
    content: '';
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    display: inline-block;
    top: -1px;
    position: relative;
    margin-left: 10px;
    transition: all 250ms;
  }
  .main-menu .menu-item-has-children:hover > a:after {
    top: -3px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}

.main-menu a {
  color: inherit;
  transition: color 200ms;
  padding: 10px 20px;
}

@media all and (max-width: 68.125em) {
  .main-menu a {
    padding: 10px 15px;
  }
}

@media all and (max-width: 63.75em) {
  .main-menu a {
    padding: 10px 10px;
  }
}

@media all and (max-width: 59.6875em) {
  .main-menu a {
    padding: 10px 5px;
    font-size: 0.8125em;
  }
}

@media all and (max-width: 48em) {
  .main-menu a {
    font-size: inherit;
  }
}

.main-menu .sub-menu {
  list-style: none;
  display: none;
  background: white;
}

@media screen and (max-width: 48em) {
  .main-menu .sub-menu {
    display: none;
    background-color: #eeeeee;
  }
}

@media screen and (min-width: 48.0625em) {
  .main-menu .sub-menu {
    position: absolute;
    z-index: 1;
    white-space: nowrap;
  }
}

@media screen and (max-width: 48em) {
  .mobile-menu-button {
    display: inline-block;
    position: absolute;
    z-index: 10;
    right: 0;
    width: 48px;
    height: 48px;
    top: 0;
  }
}

@media screen and (max-width: 48em) {
  .mobile-button-icon {
    display: block;
    position: absolute;
    top: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 18px;
    height: 1px;
    background-color: #283846;
    transition: background-color 0ms linear 200ms;
  }
  .mobile-button-icon:before, .mobile-button-icon:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #283846;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: top 200ms ease-in-out 150ms, -webkit-transform 150ms ease-in-out;
    transition: top 200ms ease-in-out 150ms, transform 150ms ease-in-out;
    transition: top 200ms ease-in-out 150ms, transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
  }
  .mobile-button-icon:before {
    top: -5px;
  }
  .mobile-button-icon:after {
    top: calc(100% + 4px);
  }
}

.js-menu-expanded .mobile-button-icon {
  background-color: transparent;
  transition: background-color 0ms linear 200ms;
}

.js-menu-expanded .mobile-button-icon:before, .js-menu-expanded .mobile-button-icon:after {
  top: 0;
  transition: top 200ms ease-in-out, -webkit-transform 150ms ease-in-out 150ms;
  transition: top 200ms ease-in-out, transform 150ms ease-in-out 150ms;
  transition: top 200ms ease-in-out, transform 150ms ease-in-out 150ms, -webkit-transform 150ms ease-in-out 150ms;
}

.js-menu-expanded .mobile-button-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.js-menu-expanded .mobile-button-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@-webkit-keyframes slidein-animation {
  0% {
    opacity: 0;
  }
  1% {
    -webkit-transform: translateX(160px);
    transform: translateX(160px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slidein-animation {
  0% {
    opacity: 0;
  }
  1% {
    -webkit-transform: translateX(160px);
    transform: translateX(160px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.horizontal-scroll-menu {
  overflow: hidden;
  height: 44px;
  padding: 4px 0;
}

.horizontal-scroll-menu .horizontal-scroll-menu-items {
  width: 100%;
  font-size: 0.1px;
  white-space: nowrap;
  padding-bottom: 50px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-overflow-scrolling: touch;
}

.horizontal-scroll-menu .horizontal-scroll-menu-items > .horizontal-scroll-menu-item {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  padding: 0 5px;
  -webkit-animation-name: slidein-animation;
  animation-name: slidein-animation;
  -webkit-animation-duration: 350ms;
  animation-duration: 350ms;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

.horizontal-scroll-menu .horizontal-scroll-menu-link {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 10px 5px;
}

.content-editor blockquote {
  border-left: 4px solid #283846;
  color: #5e6a74;
  font-size: 1.1875em;
  font-style: italic;
  margin-bottom: 26px;
  padding: 0 0 6px 20px;
}

.content-editor blockquote.alignleft, .content-editor blockquote.alignright {
  border: 0 solid #283846;
  border-top-width: 4px;
  padding: 14px 0 0;
  width: calc(50% - 14px);
}

.content-editor address {
  font-style: italic;
}

.content-editor pre {
  border: solid 1px #c9cdd1;
  line-height: 1.3125;
  max-width: 100%;
  overflow: auto;
  padding: 14px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.content-editor sup,
.content-editor sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.content-editor sub {
  top: -6px;
}

.content-editor sup {
  bottom: -3px;
}

.content-editor small {
  font-size: 80%;
}

.content-editor big {
  font-size: 125%;
}

.content-editor hr {
  background-color: #c9cdd1;
  border: 0;
  height: 1px;
}

.content-editor .alignleft {
  float: left;
  margin: 6px 26px 26px 0;
}

.content-editor .alignright {
  float: right;
  margin: 6px 0 26px 26px;
}

.content-editor .aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 26px;
}

.wp-caption {
  background: transparent;
  border: none;
  margin-bottom: 26px;
  max-width: 100%;
  padding: 0;
  text-align: inherit;
}

.wp-caption-text,
.wp-caption-dd {
  color: #5e6a74;
  font-size: 0.8125em;
  font-style: italic;
  padding-top: 7px;
}

.content-editor > * + * {
  margin-top: 1.625em;
}

.content-editor h1,
.content-editor h2,
.content-editor h3,
.content-editor h4,
.content-editor h5,
.content-editor h6 {
  line-height: 1.1;
}

.content-editor h1 + *,
.content-editor h2 + *,
.content-editor h3 + *,
.content-editor h4 + *,
.content-editor h5 + *,
.content-editor h6 + * {
  margin-top: 0.8125em;
}

.content-editor h1 {
  font-size: 2.625em;
}

.content-editor h2 {
  font-size: 1.625em;
}

.content-editor h3 {
  font-size: 1.25em;
}

.content-editor h4,
.content-editor h5 {
  font-size: 1em;
}

.content-editor h6 {
  font-size: 0.8125em;
}

.content-editor a:not(.link):not(.button) {
  color: #283846;
  text-decoration: underline;
  transition: all 200ms;
}

.content-editor a:not(.link):not(.button):hover, .content-editor a:not(.link):not(.button):focus {
  color: #00c1f3;
  text-decoration: underline;
}

.content-editor ul,
.content-editor ol {
  list-style: none;
  margin-top: 0;
}

.content-editor ul li,
.content-editor ol li {
  position: relative;
  margin-bottom: 10px;
}

.content-editor ul li {
  padding-left: 1.25em;
}

.content-editor ul li:before {
  content: '\2022';
  position: absolute;
  color: #00c1f3;
  left: 0.4375em;
}

.content-editor ul li ul {
  margin-top: 10px;
}

.content-editor ul li li {
  padding-left: 2.5em;
}

.content-editor ul li li:before {
  content: '-';
  left: 1.5em;
}

.content-editor ol {
  counter-reset: num-list;
}

.content-editor ol li {
  padding-left: 2em;
}

.content-editor ol li:before {
  counter-increment: num-list;
  content: counter(num-list) ".";
  position: absolute;
  left: 0;
  width: 1.625em;
  text-align: right;
}

.content-editor img {
  max-width: 100%;
  height: auto;
}

/*# sourceMappingURL=style.css.map */