@charset "UTF-8";
/*
Theme Name: CH2 Framework
Theme URI: TDB
Author: Helio Interactive
Author URI: http://heliointeractive.com
Description: Underscores SASS Bootstrap ACF
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ch2_sandbox
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

CH2 is built out of on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|Rubik:500|Walter+Turncoat");
/*
Extends a divs background to fill the viewport on both sides,
only ONE color is needed, additional arguments allow to specify left and right "bar" colors
Remember html and body element should have overflow-x hidden to prevent scrollbars.

color 1 will determine ALL the colors, color 2 overrides outside colors, color 3 overrides right side one.
*/
/*
This mixin helps with fonts that could potentially get TOO small while scaling off of the general design.
 */
/*
Buttons Mixins

*/
/* Variables */
/* Map button styles
 each of these styles will produce a predictable button colored based on the variables above. e.g.:

 .btn-style-default will produce a solid purple button while .btn-default-o will produce a ghost button. additional styles can be added easily below e.g. black: $black would allow for button .btn-black that would always use black for its color..
 */
[class*=btn],
button,
.button,
.block.posts_with_filtering .facetwp-radio,
.btn-default,
.block.posts_with_filtering .facetwp-radio.checked,
.block.posts_with_filtering .facetwp-radio:hover,
.block.callout.style-3 a.btn,
.block.callout.style-4 a.btn,
.block.callout.style-5 a.btn,
#tribe-events #tribe-bar-form .tribe-bar-submit input[type=submit],
html body #page button:not(.pum-close):not([class*=tribe-]):not(.slick-arrow):not([id*=slick-slide-control]),
html body #page button.tribe-common-c-btn,
html body #page input[type=button],
html body #page input[type=reset],
html body #page input[type=submit],
html body button:not(.pum-close):not([class*=tribe-]):not(.slick-arrow):not([id*=slick-slide-control]),
html body button.tribe-common-c-btn,
html body input[type=button],
html body input[type=reset],
html body input[type=submit] {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 0.85rem;
  font-weight: bold;
  margin: 0.5rem;
  padding: 0.7em 1.1em;
  /* Button reset */
  text-shadow: none;
  text-transform: uppercase;
  transition: all 120ms ease;
}
[class*=btn]:hover,
button:hover,
.button:hover,
.block.posts_with_filtering .facetwp-radio:hover,
.btn-default:hover,
.block.callout.style-3 a.btn:hover,
.block.callout.style-4 a.btn:hover,
.block.callout.style-5 a.btn:hover,
#tribe-events #tribe-bar-form .tribe-bar-submit input[type=submit]:hover,
html body #page button:hover:not(.pum-close):not([class*=tribe-]):not(.slick-arrow):not([id*=slick-slide-control]),
html body #page button.tribe-common-c-btn:hover,
html body #page input[type=button]:hover,
html body #page input[type=reset]:hover,
html body #page input[type=submit]:hover,
html body button:hover:not(.pum-close):not([class*=tribe-]):not(.slick-arrow):not([id*=slick-slide-control]),
html body button.tribe-common-c-btn:hover,
html body input[type=button]:hover,
html body input[type=reset]:hover,
html body input[type=submit]:hover {
  text-decoration: none;
}

.btn-default, .block.posts_with_filtering .facetwp-radio.checked, .block.posts_with_filtering .facetwp-radio:hover, .block.callout.style-3 a.btn, .block.callout.style-4 a.btn, .block.callout.style-5 a.btn, #tribe-events #tribe-bar-form .tribe-bar-submit input[type=submit], html body #page button:not(.pum-close):not([class*=tribe-]):not(.slick-arrow):not([id*=slick-slide-control]),
html body #page button.tribe-common-c-btn,
html body #page input[type=button],
html body #page input[type=reset],
html body #page input[type=submit],
html body button:not(.pum-close):not([class*=tribe-]):not(.slick-arrow):not([id*=slick-slide-control]),
html body button.tribe-common-c-btn,
html body input[type=button],
html body input[type=reset],
html body input[type=submit],
.button-default {
  background-color: rgb(0, 169, 161);
}
.btn-default:hover, .block.posts_with_filtering .facetwp-radio:hover, .block.callout.style-3 a.btn:hover, .block.callout.style-4 a.btn:hover, .block.callout.style-5 a.btn:hover, #tribe-events #tribe-bar-form .tribe-bar-submit input[type=submit]:hover, html body #page button:hover:not(.pum-close):not([class*=tribe-]):not(.slick-arrow):not([id*=slick-slide-control]),
html body #page button.tribe-common-c-btn:hover,
html body #page input[type=button]:hover,
html body #page input[type=reset]:hover,
html body #page input[type=submit]:hover,
html body button:hover:not(.pum-close):not([class*=tribe-]):not(.slick-arrow):not([id*=slick-slide-control]),
html body button.tribe-common-c-btn:hover,
html body input[type=button]:hover,
html body input[type=reset]:hover,
html body input[type=submit]:hover,
.button-default:hover {
  background-color: rgb(30, 74, 83);
  color: white;
}

.btn-default-o,
.button-default-o {
  background-color: transparent;
  color: rgb(0, 169, 161);
}
.btn-default-o:hover,
.button-default-o:hover {
  background-color: transparent;
  border-color: transparent;
  color: rgb(30, 74, 83);
}

.btn-alt, .block.callout.style-1 a.btn, .block.callout.style-2 a.btn, .block.text_and_icons.style-1 a.btn, .block.text_and_icons.style-2 a.btn, .block.stats.style-1 a.btn, .block.stats.style-2 a.btn,
.button-alt {
  background-color: white;
}
.btn-alt:hover, .block.callout.style-1 a.btn:hover, .block.callout.style-2 a.btn:hover, .block.text_and_icons.style-1 a.btn:hover, .block.text_and_icons.style-2 a.btn:hover, .block.stats.style-1 a.btn:hover, .block.stats.style-2 a.btn:hover,
.button-alt:hover {
  background-color: rgb(30, 74, 83);
  color: white;
}

.btn-alt-o,
.button-alt-o {
  background-color: transparent;
  color: white;
}
.btn-alt-o:hover,
.button-alt-o:hover {
  background-color: transparent;
  border-color: transparent;
  color: rgb(30, 74, 83);
}

[class*=btn-alt] {
  color: rgb(0, 169, 161) !important;
}

.btn-default, .block.posts_with_filtering .facetwp-radio.checked, .block.posts_with_filtering .facetwp-radio:hover, .block.callout.style-3 a.btn, .block.callout.style-4 a.btn, .block.callout.style-5 a.btn, #tribe-events #tribe-bar-form .tribe-bar-submit input[type=submit], html body #page button:not(.pum-close):not([class*=tribe-]):not(.slick-arrow):not([id*=slick-slide-control]),
html body #page button.tribe-common-c-btn,
html body #page input[type=button],
html body #page input[type=reset],
html body #page input[type=submit],
html body button:not(.pum-close):not([class*=tribe-]):not(.slick-arrow):not([id*=slick-slide-control]),
html body button.tribe-common-c-btn,
html body input[type=button],
html body input[type=reset],
html body input[type=submit],
.btn-alt-o {
  color: #fff !important;
}

[class*=btn-alt-o] {
  color: white;
}

[class$=-o] {
  padding: 0.5em 0;
  position: relative;
}
[class$=-o]:after {
  content: "⟶";
  font-size: 1.6em;
  padding-left: 0.5em;
  position: relative;
  top: 0.025em;
  vertical-align: center;
}

.btn-default-o {
  color: rgb(0, 169, 161);
}
.btn-default-o:visited {
  color: rgb(0, 169, 161);
}

.btn-alt-o:hover {
  color: rgb(0, 169, 161) !important;
}

/*
Special classes
Any two blocks of these classes will be separated by a white border.
one need only add the special class to the class list.
 */
.bright-pop, .topo-show + .topo-show, .topo-show + .split_hovers, .topo-show + .text_and_icons, .topo-show + .callout.style-5, .topo-show + .callout.style-2, .topo-show + .callout.style-1, .topo-show + .hero, .split_hovers + .topo-show, .split_hovers + .split_hovers, .split_hovers + .text_and_icons, .split_hovers + .callout.style-5, .split_hovers + .callout.style-2, .split_hovers + .callout.style-1, .split_hovers + .hero, .text_and_icons + .topo-show, .text_and_icons + .split_hovers, .text_and_icons + .text_and_icons, .text_and_icons + .callout.style-5, .text_and_icons + .callout.style-2, .text_and_icons + .callout.style-1, .text_and_icons + .hero, .callout.style-5 + .topo-show, .callout.style-5 + .split_hovers, .callout.style-5 + .text_and_icons, .callout.style-5 + .callout.style-5, .callout.style-5 + .callout.style-2, .callout.style-5 + .callout.style-1, .callout.style-5 + .hero, .callout.style-2 + .topo-show, .callout.style-2 + .split_hovers, .callout.style-2 + .text_and_icons, .callout.style-2 + .callout.style-5, .callout.style-2 + .callout.style-2, .callout.style-2 + .callout.style-1, .callout.style-2 + .hero, .callout.style-1 + .topo-show, .callout.style-1 + .split_hovers, .callout.style-1 + .text_and_icons, .callout.style-1 + .callout.style-5, .callout.style-1 + .callout.style-2, .callout.style-1 + .callout.style-1, .callout.style-1 + .hero, .hero + .topo-show, .hero + .split_hovers, .hero + .text_and_icons, .hero + .callout.style-5, .hero + .callout.style-2, .hero + .callout.style-1, .hero + .hero {
  border-top: solid 0.2rem white !important;
}

/*--------------------------------------------------------------
# Normalize Not pulling it in for now while testing reboot.
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# reboot
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.15;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (min-width: 400px) {
  html {
    font-size: calc(16px + 4 * (100vw - 400px) / 1200);
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 20px;
  }
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  background-color: #fff;
  color: #212529;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  margin-top: 0;
}

p {
  margin-bottom: 0.5rem;
  margin-top: 0;
}

abbr[title],
abbr[data-original-title] {
  border-bottom: 0;
  cursor: help;
  text-decoration: underline;
  text-decoration: underline dotted;
  -webkit-text-decoration: underline dotted;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin-bottom: 1rem;
  margin-top: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

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;
}

a {
  background-color: transparent;
  color: #007bff;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

pre {
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  border-style: none;
  vertical-align: middle;
}

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

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  caption-side: bottom;
  color: #868e96;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  text-align: left;
}

th {
  text-align: left;
}

label {
  display: block;
  margin-bottom: 0.5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

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;
}

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  color: inherit;
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: 0.5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.js header, .js .block, .js footer {
  opacity: 1;
}

/*--------------------------------------------------------------
# Boostrap Grid
--------------------------------------------------------------*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=466c6aef7c6106cc86454bd9af34bc08)
 * Config saved to config.json and https://gist.github.com/466c6aef7c6106cc86454bd9af34bc08
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container, .block.social .outer-block-wrapper, .block.stats .outer-block-wrapper, .block.featured_posts .outer-block-wrapper, .single.single-plan_your_ride .outer-block-wrapper, .block.points_of_interest .outer-block-wrapper, .block.conditions_dropdowns .outer-block-wrapper, .block.newsletter .outer-block-wrapper, .block.tral_conditions .outer-block-wrapper, .block.list_block .outer-block-wrapper, .block.contact_block .outer-block-wrapper, .block.posts_with_filtering .outer-block-wrapper, .outer-block-wrapper, .search-results .outer-wrapper, .error404 .outer-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 98%;
}

@media (min-width: 768px) {
  .container, .block.social .outer-block-wrapper, .block.stats .outer-block-wrapper, .block.featured_posts .outer-block-wrapper, .single.single-plan_your_ride .outer-block-wrapper, .block.points_of_interest .outer-block-wrapper, .block.conditions_dropdowns .outer-block-wrapper, .block.newsletter .outer-block-wrapper, .block.tral_conditions .outer-block-wrapper, .block.list_block .outer-block-wrapper, .block.contact_block .outer-block-wrapper, .block.posts_with_filtering .outer-block-wrapper, .outer-block-wrapper, .search-results .outer-wrapper, .error404 .outer-wrapper {
    width: 97%;
  }
}
@media (min-width: 992px) {
  .container, .block.social .outer-block-wrapper, .block.stats .outer-block-wrapper, .block.featured_posts .outer-block-wrapper, .single.single-plan_your_ride .outer-block-wrapper, .block.points_of_interest .outer-block-wrapper, .block.conditions_dropdowns .outer-block-wrapper, .block.newsletter .outer-block-wrapper, .block.tral_conditions .outer-block-wrapper, .block.list_block .outer-block-wrapper, .block.contact_block .outer-block-wrapper, .block.posts_with_filtering .outer-block-wrapper, .outer-block-wrapper, .search-results .outer-wrapper, .error404 .outer-wrapper {
    width: 95%;
  }
}
@media (min-width: 1200px) {
  .container, .block.social .outer-block-wrapper, .block.stats .outer-block-wrapper, .block.featured_posts .outer-block-wrapper, .single.single-plan_your_ride .outer-block-wrapper, .block.points_of_interest .outer-block-wrapper, .block.conditions_dropdowns .outer-block-wrapper, .block.newsletter .outer-block-wrapper, .block.tral_conditions .outer-block-wrapper, .block.list_block .outer-block-wrapper, .block.contact_block .outer-block-wrapper, .block.posts_with_filtering .outer-block-wrapper, .outer-block-wrapper, .search-results .outer-wrapper, .error404 .outer-wrapper {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.row, .block.social .inner-block-wrapper, .block.stats .inner-block-wrapper, .block.featured_posts .inner-block-wrapper .posts-container, .block.posts_with_filtering .inner-block-wrapper .posts-container, .block.featured_posts .inner-block-wrapper, .single.single-plan_your_ride .inner-block-wrapper, .block.points_of_interest .inner-block-wrapper, .block.conditions_dropdowns .inner-block-wrapper, .block.tral_conditions .inner-block-wrapper, .block.list_block .inner-block-wrapper, .block.posts_with_filtering .inner-block-wrapper, .inner-block-wrapper, .search-results .inner-wrapper, .error404 .inner-wrapper {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.col > *:first-child, .col .module > *:first-child {
  margin-top: 0;
}
.col > *:last-child, .col .module > *:last-child {
  margin-bottom: 0;
}

.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .block.posts_with_filtering article, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .block.featured_posts .inner-block-wrapper .posts-container article, .block.posts_with_filtering .inner-block-wrapper .posts-container article, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .single.single-plan_your_ride .content, .block.points_of_interest .facetwp, .col-md-12, .block.three_circles .three_circles--content, .block.form .form--content, .block.image_slider .image_slider--content, .block.text_and_table .text_and_table--content .intro, .block.text_and_icons .text_and_icons--content, .block.stats .text_and_icons--content, .block.hero .hero--content, .search-results .content-wrapper, .error404 .content-wrapper, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .single.single-plan_your_ride .content, .block.points_of_interest .facetwp {
    float: left;
  }
  .col-sm-12, .single.single-plan_your_ride .content, .block.points_of_interest .facetwp {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .block.posts_with_filtering article, .col-md-5, .col-md-6, .block.featured_posts .inner-block-wrapper .posts-container article, .block.posts_with_filtering .inner-block-wrapper .posts-container article, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .block.three_circles .three_circles--content, .block.form .form--content, .block.image_slider .image_slider--content, .block.text_and_table .text_and_table--content .intro, .block.text_and_icons .text_and_icons--content, .block.stats .text_and_icons--content, .block.hero .hero--content, .search-results .content-wrapper, .error404 .content-wrapper {
    float: left;
  }
  .col-md-12, .block.three_circles .three_circles--content, .block.form .form--content, .block.image_slider .image_slider--content, .block.text_and_table .text_and_table--content .intro, .block.text_and_icons .text_and_icons--content, .block.stats .text_and_icons--content, .block.hero .hero--content, .search-results .content-wrapper, .error404 .content-wrapper {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6, .block.featured_posts .inner-block-wrapper .posts-container article, .block.posts_with_filtering .inner-block-wrapper .posts-container article {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4, .block.posts_with_filtering article {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before, .block:before,
.clearfix:after,
.block:after,
.container:before,
.block.social .outer-block-wrapper:before,
.block.stats .outer-block-wrapper:before,
.block.featured_posts .outer-block-wrapper:before,
.single.single-plan_your_ride .outer-block-wrapper:before,
.block.points_of_interest .outer-block-wrapper:before,
.block.conditions_dropdowns .outer-block-wrapper:before,
.block.newsletter .outer-block-wrapper:before,
.block.tral_conditions .outer-block-wrapper:before,
.block.list_block .outer-block-wrapper:before,
.block.contact_block .outer-block-wrapper:before,
.block.posts_with_filtering .outer-block-wrapper:before,
.outer-block-wrapper:before,
.search-results .outer-wrapper:before,
.error404 .outer-wrapper:before,
.container:after,
.block.social .outer-block-wrapper:after,
.block.stats .outer-block-wrapper:after,
.block.featured_posts .outer-block-wrapper:after,
.single.single-plan_your_ride .outer-block-wrapper:after,
.block.points_of_interest .outer-block-wrapper:after,
.block.conditions_dropdowns .outer-block-wrapper:after,
.block.newsletter .outer-block-wrapper:after,
.block.tral_conditions .outer-block-wrapper:after,
.block.list_block .outer-block-wrapper:after,
.block.contact_block .outer-block-wrapper:after,
.block.posts_with_filtering .outer-block-wrapper:after,
.outer-block-wrapper:after,
.search-results .outer-wrapper:after,
.error404 .outer-wrapper:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.block.social .inner-block-wrapper:before,
.block.stats .inner-block-wrapper:before,
.block.featured_posts .inner-block-wrapper .posts-container:before,
.block.posts_with_filtering .inner-block-wrapper .posts-container:before,
.block.featured_posts .inner-block-wrapper:before,
.single.single-plan_your_ride .inner-block-wrapper:before,
.block.points_of_interest .inner-block-wrapper:before,
.block.conditions_dropdowns .inner-block-wrapper:before,
.block.tral_conditions .inner-block-wrapper:before,
.block.list_block .inner-block-wrapper:before,
.block.posts_with_filtering .inner-block-wrapper:before,
.inner-block-wrapper:before,
.search-results .inner-wrapper:before,
.error404 .inner-wrapper:before,
.row:after,
.block.social .inner-block-wrapper:after,
.block.stats .inner-block-wrapper:after,
.block.featured_posts .inner-block-wrapper .posts-container:after,
.block.posts_with_filtering .inner-block-wrapper .posts-container:after,
.block.featured_posts .inner-block-wrapper:after,
.single.single-plan_your_ride .inner-block-wrapper:after,
.block.points_of_interest .inner-block-wrapper:after,
.block.conditions_dropdowns .inner-block-wrapper:after,
.block.tral_conditions .inner-block-wrapper:after,
.block.list_block .inner-block-wrapper:after,
.block.posts_with_filtering .inner-block-wrapper:after,
.inner-block-wrapper:after,
.search-results .inner-wrapper:after,
.error404 .inner-wrapper:after {
  content: " ";
  display: table;
  width: 0; /* SAFARI FIX */
}

.clearfix:after, .block:after,
.container:after,
.block.social .outer-block-wrapper:after,
.block.stats .outer-block-wrapper:after,
.block.featured_posts .outer-block-wrapper:after,
.single.single-plan_your_ride .outer-block-wrapper:after,
.block.points_of_interest .outer-block-wrapper:after,
.block.conditions_dropdowns .outer-block-wrapper:after,
.block.newsletter .outer-block-wrapper:after,
.block.tral_conditions .outer-block-wrapper:after,
.block.list_block .outer-block-wrapper:after,
.block.contact_block .outer-block-wrapper:after,
.block.posts_with_filtering .outer-block-wrapper:after,
.outer-block-wrapper:after,
.search-results .outer-wrapper:after,
.error404 .outer-wrapper:after,
.container-fluid:after,
.row:after,
.block.social .inner-block-wrapper:after,
.block.stats .inner-block-wrapper:after,
.block.featured_posts .inner-block-wrapper .posts-container:after,
.block.posts_with_filtering .inner-block-wrapper .posts-container:after,
.block.featured_posts .inner-block-wrapper:after,
.single.single-plan_your_ride .inner-block-wrapper:after,
.block.points_of_interest .inner-block-wrapper:after,
.block.conditions_dropdowns .inner-block-wrapper:after,
.block.tral_conditions .inner-block-wrapper:after,
.block.list_block .inner-block-wrapper:after,
.block.posts_with_filtering .inner-block-wrapper:after,
.inner-block-wrapper:after,
.search-results .inner-wrapper:after,
.error404 .inner-wrapper:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.ch2-grid {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  z-index: -99999;
  background-color: lightblue;
}
.ch2-grid .col {
  border: solid 1px black;
  background: darkgrey;
}
.ch2-grid .the-stuff {
  background: white;
  display: block;
  height: 100vh;
}

.grid-on .site {
  opacity: 0.95;
}
.grid-on .ch2-grid {
  display: block;
}

.grid-debug-button {
  position: fixed;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  z-index: 99999;
}
.grid-debug-button:hover {
  background: blue;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: rgb(81, 83, 74);
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2.hero--title {
  font-weight: normal;
  font-size: 2.5em;
  line-height: 1.1;
}
@media (min-width: 768px) {
  h1,
  h2.hero--title {
    font-size: 3em;
  }
}
@media (min-width: 992px) {
  h1,
  h2.hero--title {
    font-size: 3.5em;
  }
}

h2,
h3.callout--title,
h3.text_and_icons--title,
h3.image_slider--title,
h3.logo_block--title {
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 1.54em;
}
@media (min-width: 768px) {
  h2,
  h3.callout--title,
  h3.text_and_icons--title,
  h3.image_slider--title,
  h3.logo_block--title {
    font-size: 1.8em;
  }
}
@media (min-width: 992px) {
  h2,
  h3.callout--title,
  h3.text_and_icons--title,
  h3.image_slider--title,
  h3.logo_block--title {
    font-size: 2.1em;
  }
}

h3 {
  font-size: 1.32em;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.54em;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 1.8em;
  }
}

h4 {
  font-size: 1.1em;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
@media (min-width: 768px) {
  h4 {
    font-size: 1.29em;
  }
}
@media (min-width: 992px) {
  h4 {
    font-size: 1.5em;
  }
}

h5, h6 {
  text-transform: uppercase;
  font-size: 0.9em;
  font-family: "Walter Turncoat", cursive;
}

h6 {
  font-size: 0.85em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
  position: relative;
}
blockquote:before {
  color: rgba(0, 0, 0, 0.1);
  content: "“" !important;
  display: block;
  font-family: Serif;
  font-size: 10rem;
  left: -4rem;
  line-height: 1;
  position: absolute;
  top: -2rem;
  z-index: 0;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
@media screen and (max-width: 768px) {
  pre {
    font-size: 13.125px;
    font-size: 0.8203125rem;
  }
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  code, kbd, tt, var {
    font-size: 13.125px;
    font-size: 0.8203125rem;
  }
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

div:not(.datepicker) table:not(.ui-datepicker-calendar) {
  margin: 0 0 1.5em;
  width: 100%;
}
div:not(.datepicker) table:not(.ui-datepicker-calendar) {
  width: 100%;
}
div:not(.datepicker) table:not(.ui-datepicker-calendar) th, div:not(.datepicker) table:not(.ui-datepicker-calendar) td {
  min-width: 150px;
  padding: 0.25em;
  text-align: left;
  width: auto;
}
div:not(.datepicker) table:not(.ui-datepicker-calendar) th {
  background: rgba(0, 0, 0, 0.05);
}
div:not(.datepicker) table:not(.ui-datepicker-calendar) tfoot {
  border-top: 1px grey solid;
}
div:not(.datepicker) table:not(.ui-datepicker-calendar) tr:not(.tribe-section-content-row):nth-child(even) {
  background: rgba(0, 0, 0, 0.05);
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
html body #page button:not(.pum-close):not([class*=tribe-]):not(.slick-arrow):not([id*=slick-slide-control]):hover,
html body #page button.tribe-common-c-btn:hover,
html body #page input[type=button]:hover,
html body #page input[type=reset]:hover,
html body #page input[type=submit]:hover,
html body button:not(.pum-close):not([class*=tribe-]):not(.slick-arrow):not([id*=slick-slide-control]):hover,
html body button.tribe-common-c-btn:hover,
html body input[type=button]:hover,
html body input[type=reset]:hover,
html body input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
html body #page button:not(.pum-close):not([class*=tribe-]):not(.slick-arrow):not([id*=slick-slide-control]):active, html body #page button:not(.pum-close):not([class*=tribe-]):not(.slick-arrow):not([id*=slick-slide-control]):focus,
html body #page button.tribe-common-c-btn:active,
html body #page button.tribe-common-c-btn:focus,
html body #page input[type=button]:active,
html body #page input[type=button]:focus,
html body #page input[type=reset]:active,
html body #page input[type=reset]:focus,
html body #page input[type=submit]:active,
html body #page input[type=submit]:focus,
html body button:not(.pum-close):not([class*=tribe-]):not(.slick-arrow):not([id*=slick-slide-control]):active,
html body button:not(.pum-close):not([class*=tribe-]):not(.slick-arrow):not([id*=slick-slide-control]):focus,
html body button.tribe-common-c-btn:active,
html body button.tribe-common-c-btn:focus,
html body input[type=button]:active,
html body input[type=button]:focus,
html body input[type=reset]:active,
html body input[type=reset]:focus,
html body input[type=submit]:active,
html body input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

html body #page input[type=text]:not(.tribe-datepicker):not(.tribe-timepicker):not(.select2-search__field),
html body #page input[type=email],
html body #page input[type=url],
html body #page input[type=password],
html body #page input[type=search],
html body #page input[type=number],
html body #page input[type=tel],
html body #page input[type=range],
html body #page input[type=date],
html body #page input[type=month],
html body #page input[type=week],
html body #page input[type=time],
html body #page input[type=datetime],
html body #page input[type=datetime-local],
html body #page input[type=color],
html body #page textarea {
  color: rgb(147, 149, 152);
  background-color: rgb(230, 231, 232);
  border: none;
  border-radius: 0;
  padding: 0.65rem 1.2rem;
  font-size: 0.9rem;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  text-shadow: 0 0 0.5px;
}
html body #page input[type=text]:not(.tribe-datepicker):not(.tribe-timepicker):not(.select2-search__field):focus,
html body #page input[type=email]:focus,
html body #page input[type=url]:focus,
html body #page input[type=password]:focus,
html body #page input[type=search]:focus,
html body #page input[type=number]:focus,
html body #page input[type=tel]:focus,
html body #page input[type=range]:focus,
html body #page input[type=date]:focus,
html body #page input[type=month]:focus,
html body #page input[type=week]:focus,
html body #page input[type=time]:focus,
html body #page input[type=datetime]:focus,
html body #page input[type=datetime-local]:focus,
html body #page input[type=color]:focus,
html body #page textarea:focus {
  color: rgb(147, 149, 152);
}
html body #page select {
  border: 1px solid #ccc;
}
html body #page textarea {
  width: 100%;
}
html body #page .gform_wrapper {
  margin: 0;
}
html body #page .ginput_container {
  margin-top: 0;
}
html body #page .gfield {
  margin: 0 0 1.8rem;
  padding: 0;
}
html body #page .gfield .medium, html body #page .gfield .large {
  width: 100%;
}
html body #page .gfield:not(#field_4_3) label {
  display: none;
}
html body #page .ginput_complex {
  width: 100%;
  border: none;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
html body #page .ginput_complex span {
  width: calc(50% - 0.9rem);
  padding: 0;
  margin: 0;
}
html body #page .gform_footer {
  margin: 0;
  padding: 0;
}

label[for=allDayCheckbox] {
  display: inline-block;
}

.events-community-post-title input,
.events-community-post-content textarea {
  background: white !important;
  color: #464646 !important;
}

/*----------.----------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: rgb(0, 169, 161);
}
a:visited {
  color: rgb(0, 169, 161);
}
a:hover, a:focus, a:active {
  color: rgb(0, 194.5, 185.2928994083);
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  left: -999em;
  position: absolute;
  top: 2.5em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
@media (min-width: 768px) {
  .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    left: 0;
  }
}
.main-navigation ul ul a {
  width: 200px;
}
@media (min-width: 768px) {
  .main-navigation ul li > ul {
    display: none;
  }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    transition: all 0s;
    left: 0;
    display: block;
  }
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
@media screen and (max-width: 768px) {
  .screen-reader-text:focus {
    font-size: 12.25px;
    font-size: 0.765625rem;
  }
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
html body {
  background: transparent;
}
html body .site, html body #page {
  margin-top: calc(70px + 5rem);
}
html body .site.logged-in, html body #page.logged-in {
  margin-top: calc(70px + 2rem + 3rem + 32px);
}
@media (min-width: 768px) {
  html body .site, html body #page {
    margin-top: 7rem;
  }
  html body .site.logged-in, html body #page.logged-in {
    margin-top: calc(6.5rem + 32px);
  }
}
html body.logged-in .site-header {
  top: 32px;
}
html body .menu-toggle {
  top: 7rem;
}
html body.scrolled.scrolled.scrolled {
  margin-top: 5rem;
}
html body.scrolled.scrolled.scrolled .menu-toggle {
  top: 3rem;
}
html body.scrolled.scrolled.scrolled .site-branding {
  height: 3.5rem;
  overflow: hidden;
  padding: 1rem 0.75rem;
}
html body.scrolled.scrolled.scrolled .site-branding img {
  position: relative;
  top: 1.2rem;
}
@media (min-width: 768px) {
  html body.scrolled.scrolled.scrolled .logo a {
    padding: 1rem 0.75rem;
    overflow: hidden;
    height: 3rem;
  }
  html body.scrolled.scrolled.scrolled .logo a img {
    position: relative;
    top: -0.4rem;
  }
}

.site-header {
  background: rgb(22, 67, 81);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  /*
  	search box stuff

  	.search-box {
  		display: flex;
  		justify-content: flex-end;
  		align-items: flex-end;
  		.search-form {
  			display: block;
  			opacity: 0;
  			width: 0;
  			z-index: 10;
  			overflow: hidden;
  			transition: width 1.5s, opacity 1s;
  			background: white;
  			padding: 5px 5px 0;
  		}
  		&.toggled .search-form {
  			opacity: 1;
  			width: 11.5rem;
  		}
  		input {
  			border: none;
  		}
  		label {
  			display: inline
  		}
  		.search-field {
  			border-radius: 0;
  			border-bottom: solid 1px $color__gray;
  			height: 35px;
  			margin: 0;
  		}
  	}

  	.search-submit {
  		display: none;
  		color: transparent;
  	}

  	.search-toggle, .search-submit {
  		outline: none;
  		border: none;
  		background: transparent url('../../assets/images/loupe.png') no-repeat right center;
  		margin: 0;
  		background-size: 22px 22px;
  		border-radius: 0;
  		height: 33px;
  		width: 33px;
  		padding: 5px;
  		padding: 0;
  		&:hover {
  			opacity: .5;
  		}
  	}
  	.toggled .search-toggle {
  		background-image: url('../../assets/images/close.png');
  	}
  */
}
.site-header * {
  transition: all 0.2s;
}
.site-header.logged-in #wpadminbar {
  z-index: 999;
}
.site-header .login-wrapper {
  display: flex;
  min-height: 2rem;
  padding: 0 0.75rem;
  width: 100%;
  background-color: rgb(0, 48, 62);
  position: relative;
  content: "";
  display: table;
  table-layout: fixed;
}
.site-header .login-wrapper:before, .site-header .login-wrapper:after {
  z-index: 0;
  content: "";
  position: absolute;
  background-color: rgb(0, 48, 62);
  top: 0;
  bottom: 0;
  left: -999%;
  right: 100%;
}
.site-header .login-wrapper:after {
  background-color: rgb(0, 48, 62);
  left: 100%;
  right: -999%;
}
.site-header #login-menu {
  align-items: center;
  color: white;
  display: flex;
  flex-direction: row;
  font-family: "Rubik", sans-serif;
  font-weight: bold;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 12px;
}
@media screen and (min-width: 400px) {
  .site-header #login-menu {
    font-size: calc(12px + 2 * (100vw - 400px) / 1200);
  }
}
@media screen and (min-width: 1600px) {
  .site-header #login-menu {
    font-size: 14px;
  }
}
.site-header #login-menu li {
  float: none;
}
.site-header #login-menu a {
  display: block;
  padding: 0.5rem 0 0.25rem 1em;
}
.site-header #login-menu a:hover {
  color: rgb(0, 169, 161);
  text-decoration: none;
}
.site-header .site-branding {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 1.5rem 0.75rem;
  width: 100%;
}
.site-header .site-branding .site-title {
  font-size: 1rem;
  margin: 0;
}
@media (min-width: 768px) {
  .site-header .site-branding {
    display: none;
  }
}
@media (min-width: 768px) {
  .site-header .main-navigation {
    padding-left: 4.5em;
  }
}
.site-header .main-navigation a {
  font-family: "Rubik", sans-serif;
  font-size: 0.8rem;
  padding: 0.375rem 0.75rem;
  position: relative;
  text-transform: uppercase;
}
.site-header .main-navigation a:hover {
  color: rgb(0, 169, 161);
}
.site-header .main-navigation .no-case a {
  text-transform: none;
}
.site-header .main-navigation .no-case a:after {
  display: none;
}
.site-header .main-navigation {
  float: none;
}
@media (min-width: 768px) {
  .site-header .main-navigation .menu-primary-menu-container {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .site-header .main-navigation .menu-primary-menu-container .nav-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .site-header .main-navigation .menu-primary-menu-container .nav-menu > .menu-item:not(:first-child):not(.logo):before {
    display: block;
    position: absolute;
    content: "-";
    color: rgb(0, 169, 161);
    left: -0.25em;
    top: 0.7em;
  }
}
@media (min-width: 768px) {
  .site-header .main-navigation .menu-primary-menu-container li a {
    padding: 0.75rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .site-header .main-navigation .menu-primary-menu-container .logo + .menu-item:before {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .site-header .main-navigation .menu-primary-menu-container li:first-child a {
    padding-left: 0;
  }
  .site-header .main-navigation .menu-primary-menu-container li:last-child a {
    padding-right: 0;
  }
  .site-header .main-navigation .menu-primary-menu-container ul.sub-menu {
    transition: all 0;
  }
  .site-header .main-navigation .menu-primary-menu-container ul.sub-menu li a {
    font-size: 0.7rem;
    padding: 0.25rem 0.5rem;
    color: rgb(22, 67, 81);
  }
  .site-header .main-navigation .menu-primary-menu-container ul.sub-menu li a:hover {
    color: rgb(0, 169, 161);
  }
}
.site-header .main-navigation .menu-image {
  min-width: 210px;
}
.site-header .main-navigation .menu-item.logo {
  display: none;
}
@media (min-width: 768px) {
  .site-header .main-navigation .menu-item.logo {
    display: block;
  }
}
.site-header .main-navigation a {
  color: rgb(220, 221, 222);
}
.site-header .main-navigation li {
  width: 100%;
}
@media (min-width: 768px) {
  .site-header .main-navigation li {
    width: auto;
  }
}
.site-header .main-navigation .sub-menu {
  background: white;
  padding: 0.5em 1em;
}
@media (min-width: 768px) {
  .site-header .main-navigation {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.site-header .main-navigation .menu-toggle {
  background-color: transparent !important;
  border: none;
  color: transparent;
  height: 32px;
  outline: none;
  padding: 0 !important;
  position: absolute;
  top: 4rem;
  right: 0.75rem;
  width: 32px;
  z-index: 1001;
}
.site-header .main-navigation .menu-toggle .fancy-burger {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.site-header .main-navigation .menu-toggle .fancy-burger span {
  background: rgb(220, 221, 222);
  display: block;
  height: 4px;
  position: relative;
  transition: all 0.5s;
  width: 30px;
}
.site-header .main-navigation .menu-toggle .fancy-burger span:after, .site-header .main-navigation .menu-toggle .fancy-burger span:before {
  background: rgb(220, 221, 222);
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  transition: all 0.5s ease-out;
  width: 30px;
}
.site-header .main-navigation .menu-toggle .fancy-burger span:before {
  bottom: -200%;
}
.site-header .main-navigation .menu-toggle .fancy-burger span:after {
  top: -200%;
}
@media (min-width: 768px) {
  .site-header .main-navigation .menu-toggle {
    display: none !important;
  }
}
.site-header .toggled .menu-toggle.menu-toggle span {
  transform: rotate(45deg);
}
.site-header .toggled .menu-toggle.menu-toggle span:before {
  bottom: 0 !important;
  transform: rotate(-90deg);
}
.site-header .toggled .menu-toggle.menu-toggle span:after {
  top: 0 !important;
  transform: rotate(-90deg);
}
.site-header .menu-main-navigation-container .menu > li {
  position: relative;
}
@media (min-width: 768px) {
  .site-header .menu-main-navigation-container .menu {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
  }
  .site-header .menu-main-navigation-container li {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    width: auto;
  }
  .site-header .menu-main-navigation-container a {
    text-align: center;
    padding: 0.2rem 0.5rem;
  }
  .site-header .menu-main-navigation-container .menu > li:nth-last-child(1), .site-header .menu-main-navigation-container .menu > li:nth-last-child(2) {
    margin-left: 0.5rem;
  }
}

@media (max-width: 767px) {
  #site-navigation #primary-menu .menu-item-has-children {
    position: relative;
  }
  #site-navigation #primary-menu .menu-item-has-children:after {
    line-height: 1.25em;
    color: rgb(220, 221, 222);
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    display: block;
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding-left: 1em;
    width: 3em;
    cursor: pointer;
    transform-origin: center;
  }
  #site-navigation #primary-menu .menu-item-has-children.open:after {
    content: "-";
  }
  #site-navigation #primary-menu li .sub-menu {
    transition: all 0.5s;
    box-shadow: none;
    height: 0;
    display: block;
    top: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
  }
  #site-navigation #primary-menu li .sub-menu a span {
    color: rgb(0, 169, 161);
  }
  #site-navigation #primary-menu li .sub-menu li {
    margin-left: 1em;
  }
  #site-navigation #primary-menu li .sub-menu li:hover {
    background: rgb(0, 169, 161);
  }
  #site-navigation #primary-menu li .sub-menu li:hover a {
    color: #fff;
  }
  #site-navigation #primary-menu li .sub-menu li:hover a span {
    color: #fff;
  }
  #site-navigation #primary-menu li.open .sub-menu {
    position: relative;
    height: auto;
    left: auto;
    display: block;
    background: transparent;
  }
  #site-navigation #primary-menu li.open .sub-menu a span {
    color: rgb(0, 169, 161);
  }
}
#topbar {
  text-align: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  position: relative;
  z-index: 10;
}
@media (min-width: 640px) {
  #topbar {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 768px) {
  #topbar .container, #topbar .outer-block-wrapper, #topbar .search-results .outer-wrapper, .search-results #topbar .outer-wrapper, #topbar .error404 .outer-wrapper, .error404 #topbar .outer-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
#topbar p {
  margin: 0;
  font-size: 12px;
  color: white;
}
@media (min-width: 370px) {
  #topbar p {
    font-size: 14px;
  }
}
@media (min-width: 400px) {
  #topbar p {
    font-size: 16px;
  }
}
@media (min-width: 600px) {
  #topbar p {
    font-size: 18px;
  }
}
#topbar .btn {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 12px;
  display: block;
  max-width: 200px;
  margin: 0.5rem auto 0;
  color: black;
}
@media (min-width: 400px) {
  #topbar .btn {
    font-size: 14px;
  }
}
@media (min-width: 640px) {
  #topbar .btn {
    display: inline-block;
    margin-top: 0.5rem;
    margin-left: 1rem;
    margin-right: 0;
    margin-bottom: 0.65rem;
  }
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#colophon {
  z-index: 99999999;
  min-height: calc(15rem + 10vh + 10vw);
  margin-top: auto;
  padding: 4rem 0 5rem;
  background: rgb(22, 67, 81) url(../images/mountain-footer.png);
  background-position: center calc(100% + 5vw);
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 768px) {
  #colophon {
    padding: 4rem 0 7.5rem;
  }
}
#colophon .footer-heading {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: rgb(0, 169, 161);
}
@media (max-width: 992px) {
  #colophon .footer-branding img {
    padding-bottom: 3rem;
    margin: 0 auto;
    display: block;
  }
}
#colophon address {
  font-size: 0.8rem;
  line-height: 1.35;
  font-weight: normal;
  color: white;
}
#colophon #footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#colophon .menu-item {
  position: relative;
  font-size: 0.8rem;
}
#colophon .menu-item a {
  padding: 0;
  color: white;
  text-align: center;
}
#colophon .sub-menu {
  display: none;
}
#colophon .site-info {
  bottom: 4em;
  padding-top: 3rem;
  color: white;
  font-weight: normal;
  font-size: 0.6rem;
}
@media (min-width: 768px) {
  #colophon .site-info {
    position: absolute;
  }
}
#colophon .site-info a {
  color: rgb(0, 169, 161);
}
#colophon .sep {
  padding: 10px;
}
#colophon .gform_wrapper .gfield {
  margin-bottom: 0.75rem;
}
#colophon .gform_wrapper input[type=text],
#colophon .gform_wrapper input[type=submit] {
  font-size: 0.8rem;
}
#colophon .gform_wrapper input[type=text] {
  background: rgb(0, 48, 62);
  color: white !important;
}
#colophon .gform_wrapper input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
#colophon .gform_wrapper input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
#colophon .gform_wrapper input[type=text]:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
#colophon .gform_wrapper input[type=text]:-moz-placeholder { /* Firefox 18- */
  color: white;
}
#colophon .clearfix, #colophon .block {
  clear: both;
}
#colophon .social-links {
  padding-top: 1rem;
}
#colophon .social-links a i {
  font-size: 1.25rem;
  color: rgb(0, 169, 161);
  padding: 0 0.5rem 0 0;
}
#colophon .social-links a i:hover {
  color: white;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/*
Use this file primarily for DEFAULT posts and pages or for relatively GLOBAL styles i.e if the styles for archives will apply for multiple post types or are styles that will work for most pages. that being said, most global styles should be going on a client specific "base styles file"
*/
.sticky {
  display: block;
}

.hentry {
  margin: 0;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*
event stuff
 */
@media (min-width: 792px) {
  #tribe-events #tribe-bar-form .tribe-bar-submit {
    margin-top: 15px;
  }
}
#tribe-events p {
  font-size: 1rem;
  line-height: 1.6 !important;
}
#tribe-events .entry-summary {
  margin-top: 0 !important;
}
#tribe-events .entry-summary p:first-of-type {
  margin-top: -5px;
}
#tribe-events .tribe-events-event-image + .tribe-events-list-event-description p:first-child:first-line {
  margin-left: calc(30% + 0.75rem);
  width: calc(70% - 0.75rem);
}
#tribe-events .tribe-events-event-image {
  display: block;
  margin: 0 1.5rem 0.75rem 0 !important;
}

.page-voice .pre-heading {
  text-transform: none !important;
}

span.lowercase {
  text-transform: lowercase !important;
}

#tribe-events-content .tribe-events-read-more {
  color: rgb(0, 169, 161);
  padding: 0.5em 0;
  position: relative;
}
#tribe-events-content .tribe-events-read-more:after {
  content: "⟶";
  font-size: 1.6em;
  padding-left: 0.5em;
  position: relative;
  top: 0.025em;
  vertical-align: center;
}
#tribe-events-content .tribe-events-read-more:hover {
  color: rgb(30, 74, 83);
}

.events-list .tribe-events-loop, #tribe-events-bar {
  margin: 0 auto !important;
  max-width: 800px !important;
}

#tribe-events-bar {
  margin-bottom: 2em !important;
}

.single-tribe_events #tribe-events .tribe-events-single-event-title {
  font-family: "Rubik", sans-serif;
  font-size: 2rem;
  font-weight: normal;
}
.single-tribe_events #tribe-events .tribe-events-schedule {
  font-size: 0.9rem !important;
}
.single-tribe_events #tribe-events .tribe-events-event-image {
  margin: 0 0 2rem !important;
}
.single-tribe_events #tribe-events .tribe-events-single-event-description strong, .single-tribe_events #tribe-events .url {
  font-weight: normal;
}
.single-tribe_events #tribe-events .tribe-events-single-event-description strong a, .single-tribe_events #tribe-events .url a {
  color: rgb(0, 169, 161);
  font-weight: 600;
}
.single-tribe_events #tribe-events .tribe-events-single-event-description strong a:hover, .single-tribe_events #tribe-events .url a:hover {
  color: rgb(30, 74, 83);
  text-decoration: underline;
}
.single-tribe_events #tribe-events .tribe-events-gmap {
  color: rgb(0, 169, 161);
  font-weight: 600;
}
.single-tribe_events #tribe-events .tribe-events-gmap:hover {
  color: rgb(30, 74, 83);
  text-decoration: underline;
}
.single-tribe_events #tribe-events .tribe-events-button {
  background-color: transparent;
  background-color: rgb(0, 169, 161);
  border: none;
  border-radius: 0px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 0.85rem;
  font-weight: bold;
  margin: 0.5rem;
  /* Button reset */
  padding: 0.7em 1.1em;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 120ms ease;
}
.single-tribe_events #tribe-events .tribe-events-button:hover {
  text-decoration: none;
}
.single-tribe_events #tribe-events .tribe-events-cal-links {
  margin: 0 -0.5rem;
}
.single-tribe_events #tribe-events .tribe-events-event-meta {
  background: transparent;
  border: none;
  margin: 0 -4%;
  width: 108%;
}

.page-blog .post-snippet {
  margin-bottom: 1.5rem;
}
.page-blog .post-snippet h2.entry-title {
  margin-bottom: 0;
}

html body.page-blog #page .facet-reset {
  color: rgb(0, 169, 161) !important;
}
html body.page-blog #page .facet-reset:hover {
  cursor: pointer;
}

.single-post .block.entry-content .outer-block-wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .single-post .post-meta-stuff {
    max-width: 200px;
    float: left;
    margin: 0 2rem 1rem 0;
  }
}
@media (min-width: 1200px) {
  .single-post .post-meta-stuff {
    float: none;
    margin: none;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.single-post .cat-heading, .single-post .detail-heading, .single-post .share-title {
  color: rgb(0, 169, 161);
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}
.single-post .cat-list, .single-post .detail-content {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
}
.single-post .at-share-btn-elements {
  margin: 0.5rem 0 0;
  padding: 0;
}
.single-post .at-share-btn-elements .at-share-btn {
  background: transparent;
  color: black;
  margin-left: 0;
  margin-right: 0.5rem;
  width: auto;
}
.single-post .at-share-btn-elements .at-label {
  display: none;
}
.single-post .content {
  float: left;
  margin: 0 auto;
  max-width: 768px;
  width: 100%;
}
@media (min-width: 1200px) {
  .single-post .content {
    float: none;
  }
}

.block.general_copy {
  margin: 0 auto;
}

.slick-slider-wrapper {
  background: lightgrey;
  margin: 1rem 3.5rem 3rem;
  max-width: 100%;
}
.slick-slider-wrapper button {
  background-color: transparent !important;
}
.slick-slider-wrapper .slick-prev, .slick-slider-wrapper .slick-next {
  border-radius: 50%;
  height: 3.5rem;
  opacity: 0.5;
  width: 3.5rem;
}
.slick-slider-wrapper .slick-prev:before, .slick-slider-wrapper .slick-next:before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: initial;
  color: transparent;
  display: block;
  font-size: 3.5rem;
  line-height: 1.15;
}
.slick-slider-wrapper .slick-prev:hover, .slick-slider-wrapper .slick-next:hover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: initial;
  opacity: 1;
}
.slick-slider-wrapper .slick-slider.slick-slider .slick-arrow.slick-prev {
  left: auto;
  right: 100%;
}
.slick-slider-wrapper .slick-slider.slick-slider .slick-arrow.slick-prev:before {
  background-image: url(../images/arrow-grey-left.png);
}
.slick-slider-wrapper .slick-slider .slick-arrow.slick-next {
  left: 100%;
  right: auto;
}
.slick-slider-wrapper .slick-slider .slick-arrow.slick-next:before {
  background-image: url(../images/arrow-grey-left.png);
  transform: scaleX(-1);
}
.slick-slider-wrapper .slick-dots {
  bottom: -2rem;
}

.style-1 .slick-slider-wrapper .slick-slider.slick-slider .slick-arrow.slick-prev:before {
  background-image: url(../images/arrow-dark-left.png);
}
.style-1 .slick-slider-wrapper .slick-slider .slick-arrow.slick-next:before {
  background-image: url(../images/arrow-dark-left.png);
  transform: scaleX(-1);
}

.comment-form-cookies-consent label {
  display: inline;
  margin-left: 1em;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  width: 100%;
}

.product_cat-bundles > .entry-summary > .price,
.bundled_product_permalink {
  display: none;
}

.woocommerce .quantity .qty {
  padding: 0.43rem 0.2rem !important;
  text-align: center;
}

.woocommerce.single-product .product_meta {
  display: none;
}

.woocommerce.single-product .entry-content {
  margin-top: 0;
}

.bundled_item_optional .bundled_product_title.product_title {
  font-size: 1rem;
}

.woocommerce div.product .bundled_item_optional span.price {
  font-size: 1rem;
}

.woocommerce-cart-form .product-thumbnail {
  display: none;
}

.bundled_table_item .bundled_table_item_indent {
  padding-left: 0 !important;
}

.woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 200px;
  padding: 0.45rem 1.2rem !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background-color: #00a9a1;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #1e4a53;
  border-color: #ccc #bbb #aaa;
}

.woocommerce-checkout .general_copy h3 {
  font-size: 1.25rem;
  line-height: 1.2;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.25rem;
  margin-bottom: 0.5rem;
}

.woocommerce form .form-row label {
  line-height: 1.2;
}

.woocommerce-billing-fields__field-wrapper p {
  margin-bottom: 1rem !important;
}

.woocommerce form .form-row h4 {
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 0;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  width: 100%;
}

#billing_address_1_field,
#billing_city_field,
#billing_postcode_field,
#billing_phone_field,
#shipping_address_1_field,
#shipping_city_field,
#shipping_postcode_field,
#birthday_field,
#years_riding_experience_field,
#family_1_first_name_field,
#family_1_birth_date_field,
#family_1_relation_field,
#family_1_years_riding_field,
#family_2_first_name_field,
#family_2_birth_date_field,
#family_2_years_riding_field,
#family_3_first_name_field,
#family_3_birth_date_field,
#family_3_years_riding_field,
#family_4_first_name_field,
#family_4_birth_date_field,
#family_4_years_riding_field,
#family_5_first_name_field,
#family_5_birth_date_field,
#family_5_years_riding_field,
#youth_1_first_name_field,
#youth_1_city_field,
#youth_1_zip_field,
#youth_1_phone_field,
#youth_2_first_name_field,
#youth_2_city_field,
#youth_2_zip_field,
#youth_2_phone_field,
#youth_3_first_name_field,
#youth_3_city_field,
#youth_3_zip_field,
#youth_3_phone_field {
  width: 48%;
  float: left;
  margin-right: 5%;
}

#billing_address_2_field,
#shipping_address_2_field,
#bike_shop_choice_field {
  width: 47%;
  float: left;
  clear: none;
  margin-top: 1.65rem;
}

#billing_state_field,
#billing_email_field,
#billing_country_field,
#shipping_state_field,
#shipping_email_field,
#shipping_country_field,
#ethnicity_field,
#riding_level_field,
#family_1_last_name_field,
#family_1_email_field,
#family_1_ethnicity_field,
#family_1_riding_level_field,
#family_2_last_name_field,
#family_2_ethnicity_field,
#family_2_riding_level_field,
#family_3_last_name_field,
#family_3_ethnicity_field,
#family_3_riding_level_field,
#family_4_last_name_field,
#family_4_ethnicity_field,
#family_4_riding_level_field,
#family_5_last_name_field,
#family_5_ethnicity_field,
#family_5_riding_level_field,
#youth_1_last_name_field,
#youth_1_state_field,
#youth_1_birthdate_field,
#youth_1_email_field,
#youth_2_last_name_field,
#youth_2_state_field,
#youth_2_birthdate_field,
#youth_2_email_field,
#youth_3_last_name_field,
#youth_3_state_field,
#youth_3_birthdate_field,
#youth_3_email_field {
  width: 47%;
  float: left;
  clear: none;
}

#bike_shop_choice_field {
  margin-top: 0;
}

#bike_shop_name_field {
  width: 47%;
  float: right;
  clear: none;
}

.woocommerce-additional-fields {
  overflow: hidden;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem !important;
}

#family_2_heading_field h4,
#family_3_heading_field h4,
#family_4_heading_field h4 {
  margin-top: 1rem;
}

#order_review_heading {
  margin-top: 2rem;
  border: none;
}

.woocommerce-checkout #payment div.form-row:not(.place-order) {
  padding: 0;
  margin: 0 !important;
}

.woocommerce-checkout #payment div.form-row.form-row-wide {
  padding: 0 0 1rem !important;
  margin: 0 !important;
}

#gender_field {
  padding-top: 1rem;
  margin-bottom: 1rem;
}

#years_riding_experience_field,
#riding_level_field {
  margin-bottom: 1rem;
}

#volunteer_waiver_field {
  background: yellow;
  padding: 0.5rem 0.75rem;
}

#gender_field .radio,
#riding_level_field .radio,
#family_1_relation_field .radio,
#family_1_gender_field .radio,
#family_2_gender_field .radio,
#family_3_gender_field .radio,
#family_4_gender_field .radio,
#family_5_gender_field .radio,
#family_1_riding_level_field .radio,
#family_2_riding_level_field .radio,
#family_3_riding_level_field .radio,
#family_4_riding_level_field .radio,
#family_5_riding_level_field .radio {
  font-size: 0.9rem;
  font-weight: bold;
}

#gender_field .checkbox,
#family_1_gender_field .checkbox,
#family_2_gender_field .checkbox,
#family_3_gender_field .checkbox,
#family_4_gender_field .checkbox,
#family_5_gender_field .checkbox {
  display: block !important;
  font-size: 0.9rem;
  font-weight: bold;
}
#gender_field .description,
#gender_field br,
#family_1_gender_field .description,
#family_1_gender_field br,
#family_2_gender_field .description,
#family_2_gender_field br,
#family_3_gender_field .description,
#family_3_gender_field br,
#family_4_gender_field .description,
#family_4_gender_field br,
#family_5_gender_field .description,
#family_5_gender_field br {
  display: none;
}

#family_2_relation_field .input-radio {
  clear: both;
}

#youth_1_heading_field h3,
#youth_2_heading_field h3,
#youth_3_heading_field h3 {
  margin-top: 0;
  border-bottom: none;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 0;
}

#youth_2_heading_field h3,
#youth_3_heading_field h3 {
  margin-top: 1.5rem;
}

.woocommerce div.product form.cart div.quantity {
  display: none !important;
}

.bundled_product_title .item_suffix {
  display: none;
}

.woocommerce.woocommerce-message .button.wc-forward, .woocommerce.woocommerce-message .block.posts_with_filtering .wc-forward.facetwp-radio, .block.posts_with_filtering .woocommerce.woocommerce-message .wc-forward.facetwp-radio {
  display: none;
}

.page .woocommerce .single-product .product h1 {
  font-family: "Rubik", sans-serif;
  font-size: 32px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 1rem;
}
@media screen and (min-width: 400px) {
  .page .woocommerce .single-product .product h1 {
    font-size: calc(32px + 28 * (100vw - 400px) / 1200);
  }
}
@media screen and (min-width: 1600px) {
  .page .woocommerce .single-product .product h1 {
    font-size: 60px;
  }
}
.page .woocommerce .single-product .product .product_meta {
  display: none;
}

.woocommerce .woocommerce-orders-table__cell-order-actions a.button, .woocommerce .woocommerce-orders-table__cell-order-actions .block.posts_with_filtering a.facetwp-radio, .block.posts_with_filtering .woocommerce .woocommerce-orders-table__cell-order-actions a.facetwp-radio {
  margin-bottom: 0.25rem;
  display: block;
  text-align: center;
}
.woocommerce .woocommerce-orders-table__cell-order-actions a.button:last-child, .woocommerce .woocommerce-orders-table__cell-order-actions .block.posts_with_filtering a.facetwp-radio:last-child, .block.posts_with_filtering .woocommerce .woocommerce-orders-table__cell-order-actions a.facetwp-radio:last-child {
  margin-bottom: 0;
}

.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

.woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
  overflow: hidden;
}
.woocommerce-MyAccount-content .woocommerce-address-fields > p {
  clear: both;
  margin-top: 1rem;
}

#report_form h4 {
  margin-top: 1rem;
}
#report_form h4:first-of-type {
  margin-top: 0;
}
#report_form input .datepicker {
  margin-bottom: 1rem;
}
#report_form .checkbox-group div {
  display: flex;
  align-items: baseline;
}
#report_form .checkbox-group div input {
  margin-right: 6px;
}
#report_form div:first-of-type div label {
  display: flex;
  align-items: baseline;
}
#report_form div:first-of-type div label input {
  margin-right: 6px;
}
#report_form input[type=submit] {
  font-size: 1rem;
  text-transform: uppercase;
  border: none;
  font-weight: bold;
  padding: 0.7em 1.1em;
}
#report_form input[type=submit]:hover {
  cursor: pointer;
}

.woocommerce-EditAccountForm .woocommerce-form-row {
  margin-bottom: 1rem !important;
}
.woocommerce-EditAccountForm fieldset {
  margin-top: 1rem;
}
.woocommerce-EditAccountForm fieldset legend {
  font-weight: bold;
}
.woocommerce-EditAccountForm span em {
  font-size: 0.8rem;
}
.woocommerce-EditAccountForm #family_1_relation_field {
  clear: both;
  width: 100%;
}
.woocommerce-EditAccountForm #family_5_birth_date_field {
  margin-bottom: 1rem;
}
.woocommerce-EditAccountForm button[type=submit] {
  margin-top: 2rem;
}

.woocommerce-MyAccount-navigation-link.is-active {
  font-weight: bold;
}

@media (min-width: 768px) {
  .bundle_form table.variations td, .bundle_form table.variations th {
    display: table-cell !important;
  }
}

div.bundled_product_summary, .woocommerce div.product.bundled_product_summary {
  padding-bottom: 0 !important;
  margin-bottom: 1.5rem !important;
  border-bottom: none !important;
}

.bundled_product .cart .variations td.label {
  padding: 0 !important;
}

.woocommerce th.product-quantity,
.woocommerce td.product-quantity {
  display: none;
}

.postid-3420 .variations_form[data-title="Primary Membership"] #pa_membership-type option[value=individual],
.postid-3421 .variations_form[data-title="Primary Membership"] #pa_membership-type option[value=individual],
.postid-3422 .variations_form[data-title="Primary Membership"] #pa_membership-type option[value=individual],
.postid-3424 .variations_form[data-title="Primary Membership"] #pa_membership-type option[value=individual],
.postid-3425 .variations_form[data-title="Primary Membership"] #pa_membership-type option[value=individual],
.postid-3426 .variations_form[data-title="Primary Membership"] #pa_membership-type option[value=individual] {
  display: none;
}

.cross-sells {
  width: 100% !important;
}
.cross-sells > h2 {
  display: none;
}
.cross-sells li {
  width: 100% !important;
  display: flex;
  align-items: center;
}
.cross-sells li a {
  display: inline-block;
}
.cross-sells li a:first-child {
  width: 70%;
  float: left;
}
.cross-sells li a:last-child {
  width: 30%;
  float: right;
  text-align: center;
  margin-top: 0 !important;
}
.cross-sells li a h2 {
  font-size: 1.5rem !important;
  line-height: 1.2;
}
.cross-sells li img {
  display: none !important;
}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
  float: none;
  margin-top: 1rem;
  padding-bottom: 1rem;
}
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address label {
  display: flex;
  align-items: center;
}
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address input {
  margin-right: 6px;
}

.cross-sells .products li.post-4387 .price {
  display: none !important;
}

#pa_membership-term {
  pointer-events: none;
}
#pa_membership-term option[value=next-term] {
  display: none;
}

body:not(.postid-3427) .single-product .bundled_product:not(.bundled_item_optional) .attribute_options:first-child {
  display: none;
}

.tribe-events-l-container {
  padding: 0 !important;
}
.tribe-events-l-container .tribe-events-c-search__button {
  margin: 0 !important;
}
.tribe-events-l-container .tribe-events-c-events-bar__views {
  display: none !important;
}
.tribe-events-l-container .tribe-common-c-svgicon.tribe-common-c-btn-icon__icon-svg.tribe-events-c-top-bar__nav-link-icon-svg {
  padding: 0 !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border {
  border: none !important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input {
  padding-top: 0.55rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 40px !important;
}

.tribe-events-c-top-bar__datepicker-button {
  width: auto !important;
  margin: 0 !important;
  padding: 0.25rem !important;
  display: flex !important;
  align-items: center !important;
  flex-direction: row-reverse !important;
  justify-content: flex-start !important;
}
.tribe-events-c-top-bar__datepicker-button time {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

div.datepicker table th,
div.datepicker table td {
  text-align: center !important;
}

.tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused, .tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .day.active:hover, .tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused, .tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .month.active:hover, .tribe-events .datepicker .year.active, .tribe-events .datepicker .year.active.focused, .tribe-events .datepicker .year.active:focus, .tribe-events .datepicker .year.active:hover {
  background-color: #01a9a2 !important;
}

.single-tribe_events #tribe-events .tribe-events-event-meta {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.tribe-events-button {
  color: white !important;
}

ul.tribe-events-sub-nav {
  padding-left: 0 !important;
}

button.tribe-events-calendar-month__day-cell.tribe-events-calendar-month__day-cell--mobile {
  padding: 0 !important;
  background-color: #fefefe !important;
  display: flex !important;
  margin: 0 !important;
}

.tribe-events .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__day-date {
  color: #01a9a2 !important;
}

.tribe-events-c-events-bar__search-button {
  margin: 0 !important;
  padding: 8px !important;
  font-size: 0.5rem !important;
}

.tribe-events .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__mobile-events-icon--event {
  background-color: #01a9a2 !important;
}

.tribe-events .tribe-events-c-events-bar__search-button-icon-svg {
  width: 16px !important;
}

body.tribe_community_list .block.hero .outer-block-wrapper,
body.tribe_community_edit .block.hero .outer-block-wrapper {
  min-height: 0;
}

body.tribe_community_list .block .outer-block-wrapper {
  max-width: 1200px !important;
}
body.tribe_community_list .tribe-event-list-search {
  display: none;
}

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
/*
404
*/
.error404 .site-content {
  padding: 4.125rem 0.75rem 6.125rem;
  text-align: center;
}
.error404 h1.page-title {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 400;
  color: rgb(220, 221, 222);
}

/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
/*
Search
*/
.search-results .site-content {
  padding: 4.125rem 0.75rem 6.125rem;
}
.search-results h1.page-title {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 400;
  color: rgb(220, 221, 222);
}
.search-results h2.entry-title a {
  font-size: 1.6rem;
  font-weight: 400;
}
.search-results .entry-footer {
  background: #f6f6f6;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Styles applying to all blocks
--------------------------------------------------------------*/
.block.default-1, .block {
  background: white;
}

.block.default-2 {
  background: #f6f6f6;
}

.js .block {
  opacity: 0;
}

.block {
  position: relative;
  padding: 3.5rem 0 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.grid-on .block {
  border-bottom: 1px dashed rgb(220, 221, 222);
}

.outer-block-wrapper .inner-block-wrapper:before, .outer-block-wrapper .inner-block-wrapper:after {
  display: none;
}

.photo-credit {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  padding-left: 0.75rem;
  font-family: "Rubik", sans-serif;
  font-size: 10px;
  color: rgb(220, 221, 222);
  opacity: 0.8;
  text-shadow: 0 0 3em rgb(40, 70, 52), 0 0 4em rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 400px) {
  .photo-credit {
    font-size: calc(10px + 2 * (100vw - 400px) / 1200);
  }
}
@media screen and (min-width: 1600px) {
  .photo-credit {
    font-size: 12px;
  }
}

.block .pre-heading {
  font-size: 1rem;
  margin-bottom: 0;
  font-family: "Walter Turncoat", cursive;
  text-transform: uppercase;
}
.block .heading, .block #tribe-events #tribe-bar-form .tribe-events-page-title, #tribe-events #tribe-bar-form .block .tribe-events-page-title, .block .big-heading, .block .tribe-events-page-title {
  font-family: "Rubik", sans-serif;
  font-size: 32px;
  line-height: 1.2;
  font-weight: normal;
}
@media screen and (min-width: 400px) {
  .block .heading, .block #tribe-events #tribe-bar-form .tribe-events-page-title, #tribe-events #tribe-bar-form .block .tribe-events-page-title, .block .big-heading, .block .tribe-events-page-title {
    font-size: calc(32px + 28 * (100vw - 400px) / 1200);
  }
}
@media screen and (min-width: 1600px) {
  .block .heading, .block #tribe-events #tribe-bar-form .tribe-events-page-title, #tribe-events #tribe-bar-form .block .tribe-events-page-title, .block .big-heading, .block .tribe-events-page-title {
    font-size: 60px;
  }
}

.buttons {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  width: calc(100% + 1rem);
}

/*--------------------------------------------------------------
# General copy
--------------------------------------------------------------*/
.block.general_copy {
  /*content here*/
  padding: 2em 0.75rem;
  width: 100% !important;
}
.block.general_copy.style-1 {
  background-color: #f6f6f6;
}
.block.general_copy.style-2 {
  background-color: #fff;
}
.block.general_copy .outer-block-wrapper {
  max-width: 800px;
  width: 100%;
}
/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
.block.hero {
  padding: 0;
  position: relative;
  background-size: cover;
  background-position: center center;
  color: white;
}
.block.hero .outer-block-wrapper {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  min-height: calc(20rem + 15vw);
  display: flex;
  align-items: center;
}
.block.hero .inner-block-wrapper {
  height: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block.hero .button, .block.hero .block.posts_with_filtering .facetwp-radio, .block.posts_with_filtering .block.hero .facetwp-radio {
  margin-top: calc(2rem + 1.5vw);
}
.block.hero .hero--content {
  text-align: center;
  padding: 0;
}
.block.hero .filter {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: radial-gradient(rgba(42, 73, 55, 0.25), rgba(42, 73, 55, 0.1));
}
.block.hero.height-short .outer-block-wrapper {
  min-height: calc(12rem + 10vw);
}

.single-product .block.hero .outer-block-wrapper {
  min-height: calc(12rem + 10vw);
}

/*--------------------------------------------------------------
# Text and icons
--------------------------------------------------------------*/
.block.text_and_icons, .block.stats {
  /*
  Backgrounds
   */
  /*
  Typography
   */
  text-align: center;
  color: white;
  /*
  link stuff
   */
  /*layout*/
  /*
  buttons
   */
}
.block.text_and_icons.style-1, .block.stats.style-1 {
  background: rgb(0, 169, 161) !important;
}
.block.text_and_icons.style-1.topo-show, .block.stats.style-1.topo-show {
  background: linear-gradient(to right, rgba(0, 169, 161, 0.95), rgba(0, 169, 161, 0.95)), url(../images/topo.svg), rgb(0, 169, 161) !important;
}
.block.text_and_icons.style-2, .block.stats.style-2 {
  background: rgb(242, 105, 60) !important;
}
.block.text_and_icons.style-2.topo-show, .block.stats.style-2.topo-show {
  background: linear-gradient(to right, rgba(242, 105, 60, 0.95), rgba(242, 105, 60, 0.95)), url(../images/topo.svg), rgb(242, 105, 60) !important;
}
.block.text_and_icons .icon-label, .block.stats .icon-label {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
}
.block.text_and_icons .icon-copy, .block.stats .icon-copy {
  font-size: 0.8rem;
  line-height: 1.6;
}
.block.text_and_icons a, .block.stats a {
  text-decoration: none;
}
.block.text_and_icons a .icon-label, .block.stats a .icon-label {
  color: white;
}
.block.text_and_icons a:hover img, .block.stats a:hover img {
  transform: scale(1.15) !important;
}
@media (max-width: 768px) {
  .block.text_and_icons a img:not(:hover), .block.stats a img:not(:hover) {
    animation: pulse 5s infinite linear;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.05);
  }
  75% {
    transform: scale(1);
  }
  90% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.block.text_and_icons .icons-wrapper, .block.stats .icons-wrapper {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: start;
}
.block.text_and_icons .icon-outer-wrapper, .block.stats .icon-outer-wrapper {
  padding: 1.25rem 0.75rem;
  width: 50%;
}
@media (min-width: 768px) {
  .block.text_and_icons .icon-outer-wrapper, .block.stats .icon-outer-wrapper {
    width: 20%;
  }
}
.block.text_and_icons .icon-img-wrapper, .block.stats .icon-img-wrapper {
  margin: 0 auto 1.5rem;
  max-width: 5.6rem;
  display: flex;
  align-items: flex-end;
}
.block.text_and_icons .icon-img-wrapper img, .block.stats .icon-img-wrapper img {
  transition: all 0.3s;
}
.block.text_and_icons .buttons, .block.stats .buttons {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  width: calc(100% + 1rem);
}
.block.text_and_icons .btn, .block.stats .btn {
  opacity: 0.95;
}
.block.text_and_icons.style-1 a.btn, .block.stats.style-1 a.btn {
  color: rgb(0, 169, 161);
}
.block.text_and_icons.style-2 a.btn, .block.stats.style-2 a.btn {
  color: rgb(242, 105, 60);
}

/*--------------------------------------------------------------
# Text and table
--------------------------------------------------------------*/
.block.text_and_table {
  /*content here*/
}
.block.text_and_table table {
  margin: 2.75rem 0 1.5em;
}
@media (max-width: 768px) {
  .block.text_and_table .table-wrapper {
    overflow-x: scroll;
  }
  .block.text_and_table th:first-child,
  .block.text_and_table th,
  .block.text_and_table td:first-child,
  .block.text_and_table td {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .block.text_and_table th {
    font-size: 0.85rem;
    padding-left: 15px;
  }
  .block.text_and_table td, .block.text_and_table tr {
    font-size: 0.8rem;
    padding: 15px;
  }
}

/*--------------------------------------------------------------
# Image slider
--------------------------------------------------------------*/
.block.image_slider {
  text-align: center;
  /*content here*/
}
.block.image_slider .slick-arrow {
  background: transparent;
  padding: 0;
  z-index: 10;
  height: 100%;
  width: 100px;
  border: none;
  border-radius: 0;
}
.block.image_slider .slick-arrow:before {
  color: white;
  font-size: 2rem;
  opacity: 0.75;
}
.block.image_slider .slick-arrow:hover:before {
  opacity: 1;
}
.block.image_slider .slick-arrow.slick-prev {
  left: 0;
}
.block.image_slider .slick-arrow.slick-prev:before {
  content: "◀";
}
.block.image_slider .slick-arrow.slick-next {
  right: 0;
}
.block.image_slider .slick-arrow.slick-next:before {
  content: "▶";
}

/*--------------------------------------------------------------
# Logo block
--------------------------------------------------------------*/
.block.logo_block {
  padding: 3rem 0;
  /*
  basic background colors
   */
  text-align: center;
  /*
  layout things
   */
  /*
  filters & hovers
   */
}
.block.logo_block + .block.logo_block {
  padding: 0 0 3rem;
}
.block.logo_block.style-1 {
  background: #f6f6f6;
  background: #f6f6f6 !important;
}
.block.logo_block.style-1.topo-show {
  background: linear-gradient(to right, rgba(246, 246, 246, 0.95), rgba(246, 246, 246, 0.95)), url(../images/topo.svg), #f6f6f6 !important;
}
.block.logo_block.style-2 {
  background: #fff !important;
}
.block.logo_block.style-2.topo-show {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), url(../images/topo.svg), #fff !important;
}
.block.logo_block .heading, .block.logo_block #tribe-events #tribe-bar-form .tribe-events-page-title, #tribe-events #tribe-bar-form .block.logo_block .tribe-events-page-title {
  margin-bottom: 1rem;
}
.block.logo_block .heading.heading-style-2, .block.logo_block #tribe-events #tribe-bar-form .heading-style-2.tribe-events-page-title, #tribe-events #tribe-bar-form .block.logo_block .heading-style-2.tribe-events-page-title {
  color: rgb(0, 169, 161);
  text-transform: uppercase;
  font-weight: normal;
  font-family: "Walter Turncoat", cursive;
}
.block.logo_block .copy {
  max-width: 40rem;
  margin: 0 auto;
}
.block.logo_block .logos-wrapper {
  width: 100%;
  margin: 1.25rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.block.logo_block .logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  width: 50%;
  padding: 1.5rem 0.75rem;
}
@media (min-width: 768px) {
  .block.logo_block .limit-3 .logo {
    width: 33%;
  }
  .block.logo_block .limit-4 .logo {
    width: 25%;
  }
  .block.logo_block .limit-5 .logo {
    width: 20%;
  }
}
.block.logo_block .image-wrapper {
  width: 12rem;
  height: 12rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.block.logo_block .image-wrapper.logo-size-small {
  width: 8rem;
  height: 8rem;
}
.block.logo_block .image-wrapper.logo-size-large {
  width: 16rem;
  height: 16rem;
}
.block.logo_block .logo {
  filter: grayscale(1) contrast(0.75) opacity(0.8);
  transition: all 0.3s;
}
.block.logo_block .logo[href] {
  filter: grayscale(1) contrast(0.75) opacity(0.7);
}
.block.logo_block .logo[href]:hover {
  transform: scale(1.15);
  filter: grayscale(1) contrast(0.75) opacity(1);
}

/*--------------------------------------------------------------
# Call to action
--------------------------------------------------------------*/
.block.callout {
  text-align: center;
  padding: 0;
  min-height: 20rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  /*
  Backgrounds
   */
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center;
  /*
  Typography & Content alignment
   */
  color: white;
  /*
  Buttons
   */
  /*Main  here*/
}
@media screen and (min-width: 400px) {
  .block.callout {
    min-height: calc(20rem + 13 * (100vw - 400px) / 1200);
  }
}
@media screen and (min-width: 1600px) {
  .block.callout {
    min-height: 33rem;
  }
}
.block.callout .outer-block-wrapper:before, .block.callout .outer-block-wrapper:after {
  display: none;
}
.block.callout .inner-block-wrapper {
  position: relative;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: calc(15rem + 10vh + 10vw);
}
.block.callout:not(.style-5) .photo-credit {
  display: none;
}
.block.callout.style-1 {
  background: rgb(0, 169, 161) !important;
}
.block.callout.style-1.topo-show {
  background: linear-gradient(to right, rgba(0, 169, 161, 0.9), rgba(0, 169, 161, 0.9)), url(../images/topo.svg), rgb(0, 169, 161) !important;
}
.block.callout.style-2 {
  background: rgb(242, 105, 60) !important;
}
.block.callout.style-2.topo-show {
  background: linear-gradient(to right, rgba(242, 105, 60, 0.9), rgba(242, 105, 60, 0.9)), url(../images/topo.svg), rgb(242, 105, 60) !important;
}
.block.callout.style-3 {
  background-color: #fff !important;
}
.block.callout.style-3.topo-show {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9625), rgba(255, 255, 255, 0.9625)), url(../images/topo.svg), #fff !important;
}
.block.callout.style-4 {
  background-color: #f6f6f6 !important;
}
.block.callout.style-4.topo-show {
  background: linear-gradient(to right, rgba(246, 246, 246, 0.9625), rgba(246, 246, 246, 0.9625)), url(../images/topo.svg), #f6f6f6 !important;
}
.block.callout.style-5 {
  background-color: transparent;
  text-shadow: 0 0 3em rgb(40, 70, 52), 0 0 4em rgba(0, 0, 0, 0.5);
}
.block.callout.style-5.align-center .inner-block-wrapper {
  justify-content: center;
}
.block.callout.style-5.align-left, .block.callout.style-5.align-right {
  text-align: left;
}
@media (min-width: 992px) {
  .block.callout.style-5.align-left .callout--content, .block.callout.style-5.align-right .callout--content {
    max-width: 50%;
  }
}
.block.callout.style-5.align-left .callout--content {
  text-align: left;
}
@media (min-width: 992px) {
  .block.callout.style-5.align-left .callout--content {
    margin-right: 50%;
  }
}
.block.callout.style-5.align-right .callout--content {
  text-align: right;
}
@media (min-width: 992px) {
  .block.callout.style-5.align-right .callout--content {
    margin-left: 50% !important;
  }
}
.block.callout.align-left {
  background-position: center right !important;
}
.block.callout.align-right {
  background-position: center left !important;
}
.block.callout.style-1, .block.callout.style-2 {
  text-align: center !important;
}
.block.callout.style-1 .callout--content.callout--content, .block.callout.style-2 .callout--content.callout--content {
  text-align: center !important;
  margin: 0 auto !important;
  max-width: 40rem !important;
}
.block.callout.style-3, .block.callout.style-4 {
  color: #262626;
  background-image: none !important;
}
.block.callout.style-3 .inner-block-wrapper, .block.callout.style-4 .inner-block-wrapper {
  justify-content: center !important;
}
.block.callout .callout--content {
  padding: 0 0.75rem;
  max-width: 40rem;
  margin: 0 !important;
  text-align: center;
}
.block.callout .callout--content {
  padding: 0 0.75rem;
  max-width: 40rem;
}
.block.callout .btn {
  opacity: 0.95;
}
.block.callout.style-1 a.btn {
  color: rgb(0, 169, 161);
}
.block.callout.style-2 a.btn {
  color: rgb(242, 105, 60);
}

/*--------------------------------------------------------------
# Two columns
--------------------------------------------------------------*/
.block.two_columns {
  min-height: auto;
  position: relative;
  /*
  Layout
   */
  /*
  typography
   */
  /*content here*/
}
.block.two_columns.style-1 {
  background: #f6f6f6;
}
.block.two_columns.style-2 {
  background: #fff;
}
.block.two_columns .general-general, .block.two_columns .logos-general, .block.two_columns .general-logos, .block.two_columns .boxed-boxed {
  position: relative !important;
}
@media (min-width: 768px) {
  .block.two_columns .general-general:before, .block.two_columns .logos-general:before, .block.two_columns .general-logos:before, .block.two_columns .boxed-boxed:before {
    position: absolute;
    left: calc(50% - 0.05rem);
    content: "";
    top: 25%;
    bottom: 25%;
    width: 0.1rem;
    background: rgb(0, 169, 161);
  }
}
@media (max-width: 767px) {
  .block.two_columns.image-general, .block.two_columns.image-boxed, .block.two_columns.general-image, .block.two_columns.boxed-image {
    padding-bottom: 0;
  }
  .block.two_columns.image-general .boxed, .block.two_columns.image-boxed .boxed, .block.two_columns.general-image .boxed, .block.two_columns.boxed-image .boxed {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: -2px;
  }
}
.block.two_columns .two_columns--content {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .block.two_columns .two_columns--content {
    flex-direction: row;
    position: initial;
  }
}
.block.two_columns .col {
  min-height: 15rem;
  position: initial;
}
@media (min-width: 768px) {
  .block.two_columns .col:first-child, .block.two_columns .col:last-child {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.block.two_columns [class*=logos] .col, .block.two_columns .general-general .col {
  min-height: 10rem;
}
.block.two_columns.image-general .image-container, .block.two_columns.general-image .image-container {
  left: -0.75rem;
  right: -0.75rem;
}
.block.two_columns .image-general .general, .block.two_columns .general-image .general {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .block.two_columns .image-general .image-container, .block.two_columns .general-image .image-container {
    width: 100vw;
  }
}
@media (min-width: 768px) {
  .block.two_columns .general:first-child, .block.two_columns .logos:first-child {
    padding-right: 10%;
  }
  .block.two_columns .general:nth-child(2), .block.two_columns .logos:nth-child(2) {
    padding-left: 10%;
  }
}
.block.two_columns .logos {
  /*
  filters & hovers
   */
}
.block.two_columns .logos .logos-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.block.two_columns .logos .image-wrapper {
  width: 10rem;
  height: 10rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .block.two_columns .logos .image-wrapper {
    width: 6rem;
    height: 6rem;
  }
}
.block.two_columns .logos .image-wrapper img {
  width: 100%;
}
.block.two_columns .logos .logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  width: 50%;
  padding: 0.75rem;
}
@media (min-width: 768px) {
  .block.two_columns .logos .logo {
    width: 33%;
  }
}
.block.two_columns .logos .logo {
  filter: grayscale(1) contrast(0.75) opacity(0.8);
  transition: all 0.3s;
}
.block.two_columns .logos .logo[href] {
  filter: grayscale(1) contrast(0.75) opacity(0.7);
}
.block.two_columns .logos .logo[href]:hover {
  transform: scale(1.15);
  filter: grayscale(1) contrast(0.75) opacity(1);
}
.block.two_columns .boxed-image, .block.two_columns .general-image, .block.two_columns .image-general, .block.two_columns .image-boxed {
  display: flex;
  justify-content: center;
  align-items: center;
}
.block.two_columns .boxed-boxed .boxed .box-wrapper {
  position: initial !important;
}
@media (max-width: 767px) {
  .block.two_columns .two_columns--content.image-general, .block.two_columns .two_columns--content.image-boxed {
    flex-direction: column-reverse;
  }
}
.block.two_columns .boxed-image, .block.two_columns .image-boxed {
  position: relative;
}
.block.two_columns .boxed-image .image-container, .block.two_columns .image-boxed .image-container {
  width: 100%;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .block.two_columns .boxed-image .image-container, .block.two_columns .image-boxed .image-container {
    width: calc(100% + 1.5rem) !important;
    left: -0.75rem !important;
    right: -0.75rem !important;
  }
}
@media (min-width: 768px) {
  .block.two_columns .boxed-image .image-container, .block.two_columns .image-boxed .image-container {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .block.two_columns .boxed-image .col.image, .block.two_columns .image-boxed .col.image {
    padding-top: 50% !important;
    min-height: 50%;
  }
}
.block.two_columns .boxed {
  display: flex;
  padding: 0 2rem 2rem;
  flex-direction: column;
  justify-content: center;
}
.block.two_columns .boxed .buttons {
  padding-bottom: 0;
}
.block.two_columns .boxed .box-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  border: solid 0.2rem rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .block.two_columns .boxed {
    min-height: 50%;
  }
  .block.two_columns .boxed:first-child {
    padding-right: 0 !important;
  }
  .block.two_columns .boxed:first-child .box-wrapper {
    position: absolute;
    top: 2.5rem;
    bottom: 2.5rem;
    left: 0;
    right: 50%;
    padding-right: 0;
    border-right: 0;
  }
  .block.two_columns .boxed:first-child .box-wrapper > * {
    padding-right: 10%;
  }
  .block.two_columns .boxed:nth-child(2) {
    padding-left: 0 !important;
  }
  .block.two_columns .boxed:nth-child(2) .box-wrapper {
    position: absolute;
    top: 2.5rem;
    bottom: 2.5rem;
    right: 0;
    left: 50%;
    padding-left: 0;
    border-left: 0;
  }
  .block.two_columns .boxed:nth-child(2) .box-wrapper > * {
    padding-left: 10%;
  }
}
.block.two_columns .image {
  overflow: visible;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .block.two_columns .image {
    width: 50%;
    position: initial;
  }
}
.block.two_columns .image-container {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 768px) {
  .block.two_columns .image-container {
    width: 50vw;
  }
}
.block.two_columns[class*=image-] h2.heading, .block.two_columns[class*=image-] #tribe-events #tribe-bar-form h2.tribe-events-page-title, #tribe-events #tribe-bar-form .block.two_columns[class*=image-] h2.tribe-events-page-title, .block.two_columns[class*=-image] h2.heading, .block.two_columns[class*=-image] #tribe-events #tribe-bar-form h2.tribe-events-page-title, #tribe-events #tribe-bar-form .block.two_columns[class*=-image] h2.tribe-events-page-title {
  display: none;
}
.block.two_columns [class*=image-] .image-container {
  top: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .block.two_columns [class*=image-] .image-container {
    left: auto;
    right: 50%;
    top: 0;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .block.two_columns [class*=-image] .image-container {
    left: 50%;
    right: auto;
    top: 0;
    bottom: 0;
  }
}
.block.two_columns .buttons {
  padding-top: 1rem;
  padding-bottom: 0;
  color: white;
  text-align: center;
}
@media (min-width: 768px) {
  .block.two_columns .buttons {
    text-align: left;
    padding-bottom: 0;
  }
}
.block.two_columns .col-heading {
  font-size: 1.75rem;
  margin: 0;
}
.block.two_columns .copy {
  line-height: 1.7;
}
.block.two_columns .copy p:last-of-type {
  margin-bottom: 0.5em;
}
.block.two_columns h2 {
  margin: 0 0 2rem;
  text-align: center;
  z-index: 2;
  position: relative;
}
.block.two_columns ul, .block.two_columns ol {
  margin: 0 0 1.5rem -0.5rem;
}
@media (max-width: 767px) {
  .block.two_columns h3, .block.two_columns p {
    text-align: center;
  }
}

.two_columns.default-1 + .two_columns.default-1 {
  padding-top: 0;
  margin-top: -1.5rem;
}

.two_columns.default-2 + .two_columns.default-2 {
  padding-top: 0;
  margin-top: -1.5rem;
}

@media (min-width: 768px) {
  .col.image:nth-child(2) .photo-credit {
    left: 50%;
  }
}
/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.block.form {
  /*content here*/
}
.block.form .gform_wrapper h3.gform_title {
  font-weight: 400;
  font-size: 1.6em;
}
.block.form .gform_wrapper span.gform_description {
  color: rgb(220, 221, 222);
}
.block.form .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,
.block.form .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last,
.block.form .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
  padding-top: 0;
}
.block.form .gform_wrapper ul.gform_fields {
  margin: 0;
  width: 100%;
  padding: 0 0 2.75rem 0;
  max-width: 700px;
}
.block.form .gform_wrapper ul.gform_fields li.gfield select {
  height: 44px;
  margin-top: 1px;
  border: 0;
  outline: 1px solid #ccc;
}
.block.form .gform_wrapper .gfield_radio li label {
  margin: 5px 0 0 12px;
}
.block.form .gform_wrapper .gfield_checkbox li label {
  margin: 5px 0 0 4px;
}
.block.form .gform_wrapper .top_label input[type=text],
.block.form .gform_wrapper .top_label input[type=email],
.block.form .gform_wrapper .top_label input[type=url],
.block.form .gform_wrapper .top_label input[type=password],
.block.form .gform_wrapper .top_label input[type=search],
.block.form .gform_wrapper .top_label input[type=number],
.block.form .gform_wrapper .top_label input[type=tel],
.block.form .gform_wrapper .top_label input[type=range],
.block.form .gform_wrapper .top_label input[type=date],
.block.form .gform_wrapper .top_label input[type=month],
.block.form .gform_wrapper .top_label input[type=week],
.block.form .gform_wrapper .top_label input[type=time],
.block.form .gform_wrapper .top_label input[type=datetime],
.block.form .gform_wrapper .top_label input[type=datetime-local],
.block.form .gform_wrapper .top_label input[type=color],
.block.form .gform_wrapper .top_label textarea,
.block.form .gform_wrapper .top_label select {
  border-radius: 0;
  width: 100%;
}
.block.form .gform_wrapper .gform_footer input.button, .block.form .gform_wrapper .gform_footer .block.posts_with_filtering input.facetwp-radio, .block.posts_with_filtering .block.form .gform_wrapper .gform_footer input.facetwp-radio,
.block.form .gform_wrapper .gform_footer input[type=submit],
.block.form .gform_wrapper .gform_page_footer input.button,
.block.form .gform_wrapper .gform_page_footer .block.posts_with_filtering input.facetwp-radio,
.block.posts_with_filtering .block.form .gform_wrapper .gform_page_footer input.facetwp-radio,
.block.form .gform_wrapper .gform_page_footer input[type=submit] {
  color: #fff;
  border-radius: 10px;
  padding: 10px 30px;
  border: 2px solid;
  font-size: 0.8rem;
  margin-top: 1rem;
}
.block.form .gform_wrapper .gform_footer input.button:hover, .block.form .gform_wrapper .gform_footer .block.posts_with_filtering input.facetwp-radio:hover, .block.posts_with_filtering .block.form .gform_wrapper .gform_footer input.facetwp-radio:hover,
.block.form .gform_wrapper .gform_footer input[type=submit]:hover,
.block.form .gform_wrapper .gform_page_footer input.button:hover,
.block.form .gform_wrapper .gform_page_footer .block.posts_with_filtering input.facetwp-radio:hover,
.block.posts_with_filtering .block.form .gform_wrapper .gform_page_footer input.facetwp-radio:hover,
.block.form .gform_wrapper .gform_page_footer input[type=submit]:hover {
  background: #fff;
}
.block.form .gform_wrapper select {
  color: rgb(220, 221, 222);
}

/*--------------------------------------------------------------
# Three circles
--------------------------------------------------------------*/
.block.three_circles {
  /*content here*/
}
.block.three_circles .three_circles--content {
  text-align: center;
}
.block.three_circles .three_circles--title {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 2.75rem;
}
.block.three_circles h2 {
  text-align: center;
}
.block.three_circles img {
  border-radius: 50%;
  margin-bottom: 1.6rem;
}
.block.three_circles .circles-wrapper {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -0.75rem;
  width: calc(100% + 1.5rem);
}
.block.three_circles .circles-wrapper .single-circle-wrapper {
  width: 33.3333333333%;
  width: 33.33333333%;
  padding: 0 0.75rem 2.75rem;
  text-align: center;
}
@media (max-width: 768px) {
  .block.three_circles .circles-wrapper .single-circle-wrapper {
    width: 60%;
    margin: 0 auto;
  }
}
@media (max-width: 800px) {
  .block.three_circles .circles-wrapper .label {
    font-size: 18px;
  }
}
.block.three_circles .circle-link:hover img {
  box-shadow: 0 0 10px 0 rgba(125, 125, 125, 0.5);
}
.block.three_circles .copy {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 1.6rem;
  display: block;
  font-size: 0.8rem;
}
.block.three_circles .copy *:last-child {
  margin-bottom: 0;
}
.block.three_circles .button, .block.three_circles .block.posts_with_filtering .facetwp-radio, .block.posts_with_filtering .block.three_circles .facetwp-radio {
  text-align: center;
  width: auto;
}

/*--------------------------------------------------------------
# Posts with Filtering
--------------------------------------------------------------*/
.block.posts_with_filtering .inner-block-wrapper {
  /*
  .facet-reset {
  	background: transparent;
  	color: black;
  	font-weight: bold;
  	text-transform: uppercase;
  	font-size: 1rem;
  	cursor: pointer;
  	border-bottom: 1px solid #ccc;
  	width: 100%;
  	@media (min-width: $bp_phone) {
  		width: auto;
  		border-bottom: none;
  	}
  }
  */
}
.block.posts_with_filtering .inner-block-wrapper h4 {
  font-size: 44px;
  font-weight: normal;
  margin-bottom: 1em;
  text-align: center;
}
.block.posts_with_filtering .inner-block-wrapper .post-filters {
  text-align: center;
}
.block.posts_with_filtering .inner-block-wrapper .post-filters .facetwp-facet-categories {
  display: block;
}
@media (min-width: 768px) {
  .block.posts_with_filtering .inner-block-wrapper .post-filters .facetwp-facet-categories {
    display: inline-block;
  }
}
.block.posts_with_filtering button.facet-reset {
  background: transparent !important;
  color: #262626 !important;
  font-size: 1rem;
  outline: none;
  text-transform: uppercase;
}
.block.posts_with_filtering button.facet-reset:hover {
  background: rgb(0, 169, 161) !important;
  color: #fff !important;
}
.block.posts_with_filtering .facetwp-radio {
  background: none;
  background: transparent;
  border-bottom: 1px solid #ccc;
  color: #262626;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .block.posts_with_filtering .facetwp-radio {
    display: inline-block;
    border-bottom: none;
  }
}
.block.posts_with_filtering .facetwp-radio .facetwp-counter {
  display: none;
}
.facetwp-pager {
  display: inline-block;
  font-size: 1.25rem;
  margin-bottom: 15px;
  text-align: center;
  width: 100%;
}
.facetwp-pager .facetwp-pager-label {
  display: block;
  margin-right: 0;
}

.facetwp-selections ul {
  margin-left: 0;
  padding-left: 0;
}
.facetwp-selections ul li {
  display: block;
  margin-bottom: 0.5em;
}
.facetwp-selections ul .facetwp-selection-label {
  font-weight: bold;
}

/*--------------------------------------------------------------
# Anchor
--------------------------------------------------------------*/
.block.anchor {
  visibility: hidden;
  z-index: 0;
  position: relative;
  top: -100px;
}

/*--------------------------------------------------------------
# Split hovers
--------------------------------------------------------------*/
.block.split_hovers {
  min-height: auto;
  margin: 0;
  /*
  Layout  and gen stuffs
   */
  padding: 0;
  background: rgb(0, 48, 62);
  /*
  Hover states, the magic
   */
  /*
  Typography
   */
  color: #fff;
}
.block.split_hovers * {
  transition: opacity 0.5s;
}
.block.split_hovers .hover-background {
  width: 100vw;
  position: absolute;
  left: -0.75rem;
  right: -0.75rem;
  top: 0;
  bottom: 50%;
  z-index: 0;
  opacity: 0.15;
}
.block.split_hovers .hover-background:last-child {
  top: 50%;
  bottom: 0;
}
@media (min-width: 768px) {
  .block.split_hovers .hover-background.hover-background {
    width: 50vw;
    right: 50%;
    left: auto;
    top: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0.95;
  }
  .block.split_hovers .hover-background.hover-background:last-child {
    left: 50%;
    right: auto;
  }
  .block.split_hovers .hover-section:nth-child(3) .photo-credit {
    padding-left: 3rem;
  }
  .block.split_hovers .hover-section:first-child .photo-credit {
    padding-right: 3rem;
    right: 0;
    left: auto;
  }
}
.block.split_hovers .inner-block-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .block.split_hovers .inner-block-wrapper {
    flex-direction: row;
  }
}
.block.split_hovers .hover-section {
  width: 100%;
  padding: 4.5rem 0.75rem;
  position: relative;
  z-index: 1;
}
.block.split_hovers .hover-section:first-child {
  border-bottom: solid 0.2rem white;
}
@media (min-width: 768px) {
  .block.split_hovers .hover-section {
    width: 50%;
    border-bottom: none !important;
  }
  .block.split_hovers .hover-section:first-child {
    padding-right: 7vw;
    border-right: solid 0.1rem white;
  }
  .block.split_hovers .hover-section:first-child .big-heading {
    padding-right: 7vw;
  }
  .block.split_hovers .hover-section:nth-child(3) {
    border-left: solid 0.1rem white;
    padding-left: 7vw;
  }
  .block.split_hovers .hover-section:nth-child(3) .big-heading {
    padding-left: 7vw;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .block.split_hovers .hover-section {
    min-height: 50vw;
  }
}
@media (min-width: 768px) {
  .block.split_hovers .hover-section:first-child:hover ~ .hover-background:nth-child(2) {
    opacity: 0.15;
  }
  .block.split_hovers .hover-section:first-child:hover .heading, .block.split_hovers .hover-section:first-child:hover #tribe-events #tribe-bar-form .tribe-events-page-title, #tribe-events #tribe-bar-form .block.split_hovers .hover-section:first-child:hover .tribe-events-page-title, .block.split_hovers .hover-section:first-child:hover .copy, .block.split_hovers .hover-section:first-child:hover .button, .block.split_hovers .hover-section:first-child:hover .block.posts_with_filtering .facetwp-radio, .block.posts_with_filtering .block.split_hovers .hover-section:first-child:hover .facetwp-radio {
    opacity: 1;
  }
  .block.split_hovers .hover-section:first-child:hover .big-heading {
    opacity: 0;
  }
  .block.split_hovers .hover-section:nth-child(3):hover ~ .hover-background:nth-child(4) {
    opacity: 0.15;
  }
  .block.split_hovers .hover-section:nth-child(3):hover .heading, .block.split_hovers .hover-section:nth-child(3):hover #tribe-events #tribe-bar-form .tribe-events-page-title, #tribe-events #tribe-bar-form .block.split_hovers .hover-section:nth-child(3):hover .tribe-events-page-title, .block.split_hovers .hover-section:nth-child(3):hover .copy, .block.split_hovers .hover-section:nth-child(3):hover .button, .block.split_hovers .hover-section:nth-child(3):hover .block.posts_with_filtering .facetwp-radio, .block.posts_with_filtering .block.split_hovers .hover-section:nth-child(3):hover .facetwp-radio {
    opacity: 1;
  }
  .block.split_hovers .hover-section:nth-child(3):hover .big-heading {
    opacity: 0;
  }
}
.block.split_hovers .hover-section .heading, .block.split_hovers .hover-section #tribe-events #tribe-bar-form .tribe-events-page-title, #tribe-events #tribe-bar-form .block.split_hovers .hover-section .tribe-events-page-title {
  font-size: 1.75rem;
  font-family: "Rubik", sans-serif;
}
.block.split_hovers .big-heading {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  text-shadow: 0 0 2em rgb(0, 48, 62);
}
@media (min-width: 768px) {
  .block.split_hovers .big-heading {
    opacity: 1;
  }
}
.block.split_hovers .heading, .block.split_hovers #tribe-events #tribe-bar-form .tribe-events-page-title, #tribe-events #tribe-bar-form .block.split_hovers .tribe-events-page-title, .block.split_hovers .copy, .block.split_hovers .button, .block.split_hovers .block.posts_with_filtering .facetwp-radio, .block.posts_with_filtering .block.split_hovers .facetwp-radio {
  opacity: 1;
}
@media (min-width: 768px) {
  .block.split_hovers .heading, .block.split_hovers #tribe-events #tribe-bar-form .tribe-events-page-title, #tribe-events #tribe-bar-form .block.split_hovers .tribe-events-page-title, .block.split_hovers .copy, .block.split_hovers .button, .block.split_hovers .block.posts_with_filtering .facetwp-radio, .block.posts_with_filtering .block.split_hovers .facetwp-radio {
    opacity: 0;
  }
}
.block.split_hovers .copy {
  line-height: 1.7;
  margin-bottom: 1em;
}
.block.split_hovers .button:hover, .block.split_hovers .block.posts_with_filtering .facetwp-radio:hover, .block.posts_with_filtering .block.split_hovers .facetwp-radio:hover {
  color: rgb(0, 169, 161);
}

/*--------------------------------------------------------------
# Contact block
--------------------------------------------------------------*/
.block.contact_block.order-reverse .inner-block-wrapper {
  flex-direction: column-reverse;
}
.block.contact_block.order-reverse .inner-block-wrapper > div:first-child {
  padding-bottom: 0;
}
.block.contact_block.order-reverse .inner-block-wrapper > div:last-child {
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .block.contact_block.order-reverse .inner-block-wrapper {
    flex-direction: row-reverse;
  }
  .block.contact_block.order-reverse .inner-block-wrapper > div:last-child {
    padding-right: 3rem;
  }
  .block.contact_block.order-reverse .inner-block-wrapper > div:first-child {
    padding-left: 3rem;
  }
}
.block.contact_block .inner-block-wrapper {
  display: flex;
  flex-direction: column;
}
.block.contact_block .inner-block-wrapper > div {
  padding: 0 0.75rem 3rem;
}
.block.contact_block .inner-block-wrapper > div:last-child {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .block.contact_block .inner-block-wrapper {
    flex-direction: row;
  }
  .block.contact_block .inner-block-wrapper > div {
    padding-bottom: 0 !important;
  }
  .block.contact_block .inner-block-wrapper > div:first-child {
    padding-right: 3rem;
  }
  .block.contact_block .inner-block-wrapper > div:last-child {
    padding-left: 3rem;
  }
}
.block.contact_block.type-form .form, .block.contact_block.type-form .icons {
  width: 100%;
}
@media (min-width: 768px) {
  .block.contact_block.type-form .form {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .block.contact_block.type-form .icons {
    width: 40%;
  }
}
.block.contact_block.style-3 {
  color: #fff;
  text-shadow: 0 0 0.5px;
}
.block.contact_block.type-general .general, .block.contact_block.type-general .icons {
  width: 100%;
}
@media (min-width: 768px) {
  .block.contact_block.type-general .general, .block.contact_block.type-general .icons {
    width: 50%;
  }
}
.block.contact_block.type-general h2 {
  font-family: "Rubik", sans-serif;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 0.5em;
  margin-top: -0.15em;
}
@media screen and (min-width: 400px) {
  .block.contact_block.type-general h2 {
    font-size: calc(30px + 30 * (100vw - 400px) / 1200);
  }
}
@media screen and (min-width: 1600px) {
  .block.contact_block.type-general h2 {
    font-size: 60px;
  }
}
.block.contact_block.type-general .copy {
  line-height: 1.7;
}
.block.contact_block .icons {
  display: flex;
  flex-direction: column;
}
.block.contact_block .contact-icon {
  display: flex;
  flex-direction: row;
  flex-grow: unset;
  margin-bottom: 1.5rem;
}
.block.contact_block .icon-image {
  flex: none;
  width: 3.5rem;
  margin: 0 1.5rem 0 0;
  padding: 0;
  display: block;
}
.block.contact_block .icon-copy {
  line-height: 1.5;
}

/*--------------------------------------------------------------
# List block
--------------------------------------------------------------*/
.block.list_block {
  /*content here*/
}
.block.list_block.style-1 {
  background: #f6f6f6;
}
.block.list_block.style-2 {
  background: #fff;
}
.block.list_block .pre-heading, .block.list_block .heading, .block.list_block #tribe-events #tribe-bar-form .tribe-events-page-title, #tribe-events #tribe-bar-form .block.list_block .tribe-events-page-title {
  text-align: center;
}
.block.list_block .heading, .block.list_block #tribe-events #tribe-bar-form .tribe-events-page-title, #tribe-events #tribe-bar-form .block.list_block .tribe-events-page-title {
  margin-bottom: 2rem;
}
.block.list_block .list-items {
  list-style: none;
  padding: 0 0.75rem;
  max-width: 50rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .block.list_block .list-items {
    column-count: 2;
    column-gap: 6rem;
  }
}
.block.list_block .list-item {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 1rem;
}
/*--------------------------------------------------------------
# Contact block
--------------------------------------------------------------*/
.block.contact_block.order-reverse .inner-block-wrapper {
  flex-direction: column-reverse;
}
.block.contact_block.order-reverse .inner-block-wrapper > div:first-child {
  padding-bottom: 0;
}
.block.contact_block.order-reverse .inner-block-wrapper > div:last-child {
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .block.contact_block.order-reverse .inner-block-wrapper {
    flex-direction: row-reverse;
  }
  .block.contact_block.order-reverse .inner-block-wrapper > div:last-child {
    padding-right: 3rem;
  }
  .block.contact_block.order-reverse .inner-block-wrapper > div:first-child {
    padding-left: 3rem;
  }
}
.block.contact_block .inner-block-wrapper {
  display: flex;
  flex-direction: column;
}
.block.contact_block .inner-block-wrapper > div {
  padding: 0 0.75rem 3rem;
}
.block.contact_block .inner-block-wrapper > div:last-child {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .block.contact_block .inner-block-wrapper {
    flex-direction: row;
  }
  .block.contact_block .inner-block-wrapper > div {
    padding-bottom: 0 !important;
  }
  .block.contact_block .inner-block-wrapper > div:first-child {
    padding-right: 3rem;
  }
  .block.contact_block .inner-block-wrapper > div:last-child {
    padding-left: 3rem;
  }
}
.block.contact_block.type-form .form, .block.contact_block.type-form .icons {
  width: 100%;
}
@media (min-width: 768px) {
  .block.contact_block.type-form .form {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .block.contact_block.type-form .icons {
    width: 40%;
  }
}
.block.contact_block.style-3 {
  color: #fff;
  text-shadow: 0 0 0.5px;
}
.block.contact_block.type-general .general, .block.contact_block.type-general .icons {
  width: 100%;
}
@media (min-width: 768px) {
  .block.contact_block.type-general .general, .block.contact_block.type-general .icons {
    width: 50%;
  }
}
.block.contact_block.type-general h2 {
  font-family: "Rubik", sans-serif;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 0.5em;
  margin-top: -0.15em;
}
@media screen and (min-width: 400px) {
  .block.contact_block.type-general h2 {
    font-size: calc(30px + 30 * (100vw - 400px) / 1200);
  }
}
@media screen and (min-width: 1600px) {
  .block.contact_block.type-general h2 {
    font-size: 60px;
  }
}
.block.contact_block.type-general .copy {
  line-height: 1.7;
}
.block.contact_block .icons {
  display: flex;
  flex-direction: column;
}
.block.contact_block .contact-icon {
  display: flex;
  flex-direction: row;
  flex-grow: unset;
  margin-bottom: 1.5rem;
}
.block.contact_block .icon-image {
  flex: none;
  width: 3.5rem;
  margin: 0 1.5rem 0 0;
  padding: 0;
  display: block;
}
.block.contact_block .icon-copy {
  line-height: 1.5;
}

/*--------------------------------------------------------------
# Tral conditions
--------------------------------------------------------------*/
.block.tral_conditions {
  /*content here*/
}
.block.tral_conditions .sources {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .block.tral_conditions .sources {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.block.tral_conditions .sources .source {
  width: 100%;
  margin: 1.5rem 0;
  padding: 0 1.5rem;
  height: 33rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 1;
}
.block.tral_conditions .sources .source iframe {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.5rem;
  right: 1.5rem;
  height: 100%;
  width: calc(100% - 2 * 1.5rem);
  border: solid 0.1rem #f6f6f6;
}
@media (min-width: 768px) {
  .block.tral_conditions .sources .source {
    flex-basis: 50%;
  }
  .block.tral_conditions .sources .source:nth-child(even) {
    padding-left: 1.5rem;
  }
  .block.tral_conditions .sources .source:nth-child(odd) {
    padding-right: 1.5rem;
  }
}

/*--------------------------------------------------------------
# Newsletter
--------------------------------------------------------------*/
.block.newsletter {
  padding: 1.5rem 0;
  min-height: auto;
}
.block.newsletter.style-1 {
  background: #f6f6f6;
}
.block.newsletter.style-2 {
  background: #fff;
}
@media (max-width: 767px) {
  .block.newsletter .outer-block-wrapper {
    width: 100%;
  }
}
.block.newsletter .inner-block-wrapper {
  margin: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .block.newsletter .inner-block-wrapper {
    max-width: 900px;
    margin: 0 auto;
  }
}
.block.newsletter h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.block.newsletter form li span {
  width: 100% !important;
}
.block.newsletter form li input {
  margin: 0 !important;
}
.block.newsletter form .gform_footer input {
  margin: 0 !important;
}
@media (min-width: 600px) {
  .block.newsletter form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  .block.newsletter form .gform_body {
    flex: 4;
  }
  .block.newsletter form .gform_body ul {
    display: flex;
  }
  .block.newsletter form li {
    margin: 0 1rem 0 0 !important;
    width: 47.5% !important;
  }
  .block.newsletter form li:nth-child(2) {
    margin: 0 !important;
  }
  .block.newsletter form .gform_footer {
    flex: 1;
  }
  .block.newsletter form .gform_footer input {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Conditions dropdowns
--------------------------------------------------------------*/
.block.conditions_dropdowns {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  color: #fff;
  padding: 0;
  /*content here*/
}
.block.conditions_dropdowns .outer-block-wrapper {
  padding: 3em 0;
  position: relative;
}
@media (max-width: 767px) {
  .block.conditions_dropdowns .outer-block-wrapper {
    padding: 3em 0.75rem;
  }
}
.block.conditions_dropdowns .inner-block-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  min-height: 20rem;
}
.block.conditions_dropdowns input[type=checkbox] {
  display: none;
}
.block.conditions_dropdowns .info {
  padding: 0 0.75rem;
  width: 100%;
}
.block.conditions_dropdowns .dropdowns {
  display: flex;
  flex-direction: column;
  margin-top: 2.5rem;
  padding: 0 0.75rem;
}
@media (min-width: 768px) {
  .block.conditions_dropdowns .dropdowns {
    flex-direction: row;
  }
}
.block.conditions_dropdowns .region, .block.conditions_dropdowns .trail-condition {
  color: #fff;
  display: block;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  padding: 0.75rem;
  text-transform: uppercase;
  width: 100% !important;
}
.block.conditions_dropdowns .trail-condition {
  font-weight: normal;
  padding: 0.57rem 0.75rem;
}
.block.conditions_dropdowns .trail-condition:hover {
  background: rgb(0, 48, 62);
  text-decoration: none;
}
.block.conditions_dropdowns .trail-select-wrapper {
  background-color: rgb(0, 169, 161);
  margin-bottom: 1.5rem;
  position: relative;
  width: 100%;
}
.block.conditions_dropdowns .trail-select-wrapper label {
  margin: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .block.conditions_dropdowns .trail-select-wrapper:first-child {
    margin-right: 1.5rem;
  }
  .block.conditions_dropdowns .trail-select-wrapper:last-child {
    margin-left: 1.5rem;
  }
}
.block.conditions_dropdowns .trail-select {
  background-color: rgb(0, 169, 161);
  display: none;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: calc(100% + 0.6rem);
  z-index: 2;
}
.block.conditions_dropdowns .region:after {
  background-image: url(../images/arrow-down.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 0.45rem;
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 0.225rem);
  width: 0.85rem;
  z-index: 1;
}
.block.conditions_dropdowns input:checked ~ .trail-select {
  display: block;
}
.block.conditions_dropdowns input:checked ~ .region:after {
  transform: scaleY(-1);
}

.single-trail_conditions #drop_toggle {
  display: none;
}
.single-trail_conditions .hero--content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-trail_conditions .hero--content img {
  max-width: 17rem;
}
.single-trail_conditions .region, .single-trail_conditions .trail-condition {
  display: block;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  padding: 0.75rem;
  text-transform: uppercase;
  width: 100% !important;
}
.single-trail_conditions .trail-condition {
  font-weight: normal;
  padding: 0.57rem 0.75rem;
}
.single-trail_conditions .trail-condition:hover {
  background: rgb(0, 48, 62);
  text-decoration: none;
}
.single-trail_conditions .trail-select-wrapper {
  background-color: rgb(0, 169, 161);
  margin: 0 0 1.5rem;
  max-width: 26rem;
  position: relative;
  text-align: left;
  width: 100%;
}
.single-trail_conditions .trail-select-wrapper label {
  margin: 0;
  width: 100%;
}
.single-trail_conditions .trail-select {
  background-color: rgb(0, 169, 161);
  display: none;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: calc(100% + 0.6rem);
  z-index: 2;
}
.single-trail_conditions .region:after {
  background-image: url(../images/arrow-down.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 0.45rem;
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 0.225rem);
  width: 0.85rem;
  z-index: 1;
}
.single-trail_conditions input:checked ~ .trail-select {
  display: block;
}
.single-trail_conditions input:checked ~ .region:after {
  transform: scaleY(-1);
}

/*--------------------------------------------------------------
# Points of interest
--------------------------------------------------------------*/
.block.points_of_interest {
  /*content here*/
}
.block.points_of_interest .facetwp {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 768px) {
  .block.points_of_interest .facetwp {
    flex-direction: row;
    display: block;
  }
}
.block.points_of_interest .sidebar, .block.points_of_interest .content {
  padding: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .block.points_of_interest .sidebar, .block.points_of_interest .content {
    float: left;
  }
}
@media (min-width: 768px) {
  .block.points_of_interest .sidebar {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .block.points_of_interest .content {
    width: 74.5%;
    float: right;
  }
}
.block.points_of_interest .facetwp-facet {
  margin-bottom: 2rem;
}
.block.points_of_interest .facetwp-type-checkboxes {
  margin-bottom: 0;
}
.block.points_of_interest .list,
.block.points_of_interest .map {
  margin: 0;
  width: 100%;
}
.block.points_of_interest .list .facetwp-template,
.block.points_of_interest .list .facetwp-facet-itinerary_map,
.block.points_of_interest .map .facetwp-template,
.block.points_of_interest .map .facetwp-facet-itinerary_map {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 768px) {
  .block.points_of_interest .list .facetwp-template,
  .block.points_of_interest .list .facetwp-facet-itinerary_map,
  .block.points_of_interest .map .facetwp-template,
  .block.points_of_interest .map .facetwp-facet-itinerary_map {
    flex-direction: row;
    padding-left: 3rem;
  }
}
.block.points_of_interest .facetwp-checkbox {
  background: url(../images/checkbox-unchecked.png) 0 50% no-repeat;
  background-size: 1rem 1rem;
  cursor: pointer;
  margin-bottom: 4px;
  padding-left: 1.5rem;
}
.block.points_of_interest .facetwp-checkbox.checked {
  background-image: url(../images/checkbox-checked.png) !important;
}
.block.points_of_interest .facetwp-search-wrap {
  width: 100%;
}
.block.points_of_interest .facetwp-search-wrap input {
  text-transform: uppercase;
  width: 100%;
}
.block.points_of_interest .facetwp-search-wrap .facetwp-btn {
  margin: 0;
  padding: 0.1rem 0.5rem;
}
.block.points_of_interest .label {
  color: rgb(0, 169, 161);
  display: block;
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
}
.block.points_of_interest .single-plan_your_ride {
  color: #262626 !important;
  display: block;
  position: relative;
  padding: 0.75rem;
}
.block.points_of_interest .single-plan_your_ride:visited {
  color: #262626 !important;
}
@media (min-width: 768px) {
  .block.points_of_interest .single-plan_your_ride {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .block.points_of_interest .single-plan_your_ride {
    height: 73vw;
  }
}
.block.points_of_interest .single-plan_your_ride h3 {
  color: #262626 !important;
}
.block.points_of_interest .single-plan_your_ride:hover {
  text-decoration: none;
}
.block.points_of_interest .single-plan_your_ride:hover h3 {
  text-decoration: underline;
}
.block.points_of_interest .single-plan_your_ride h3 {
  font-size: 1.2rem;
  font-weight: bold;
}
.block.points_of_interest .thumbnail {
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 1rem;
  padding-top: 55%;
  position: relative;
  width: 100%;
  z-index: 0;
}
.block.points_of_interest .poi-icons {
  bottom: -1rem;
  display: flex;
  flex-direction: row;
  position: absolute;
  right: 0;
  z-index: 2;
}
.block.points_of_interest .poi-icon {
  display: block;
}
.block.points_of_interest .poi-icon img {
  margin-right: 0.8rem;
}
.block.points_of_interest .map {
  opacity: 0;
}

.view-as-button {
  cursor: pointer;
}
.view-as-button.active {
  background: #e6e7e8 !important;
  cursor: default;
  pointer-events: none;
}

button.facetwp-map-filtering {
  display: none !important;
}

.poi-meta {
  line-height: 1.25;
  z-index: 1;
}

.types, .poi-regions {
  display: inline;
  font-size: 12px;
  font-weight: bold;
}
.types span, .poi-regions span {
  color: #262626 !important;
  line-height: 1;
}
.types > span:not(:first-child):before, .poi-regions > span:not(:first-child):before {
  content: ", ";
  display: inline;
}

.poi-regions {
  font-weight: normal;
}

.single.single-plan_your_ride {
  z-index: 1;
}
.single.single-plan_your_ride .types, .single.single-plan_your_ride .poi-regions {
  font-size: 0.8rem;
}
.single.single-plan_your_ride .poi-header {
  background-color: rgb(243, 244, 244);
}
.single.single-plan_your_ride .poi-logo {
  display: block;
  margin: 2rem auto;
  max-width: 15rem;
}
.single.single-plan_your_ride .poi-logo img {
  display: block;
  margin: 0 auto;
}
.single.single-plan_your_ride .favorites {
  display: none;
}
.single.single-plan_your_ride .content {
  background: white;
  display: flex;
  flex-direction: column;
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .single.single-plan_your_ride .content {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .single.single-plan_your_ride .side-info {
    width: 15rem;
    min-width: 15rem;
    flex-basis: 15rem;
  }
}
@media (min-width: 768px) {
  .single.single-plan_your_ride .main-info {
    padding-left: 3rem;
  }
}
.single.single-plan_your_ride .email, .single.single-plan_your_ride .phone, .single.single-plan_your_ride .web, .single.single-plan_your_ride .pin {
  color: #262626;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: bold;
  margin: 0.6rem 0;
  min-height: 3.5rem;
  outline: none;
  padding-bottom: 0.5rem;
  padding-left: 3.5rem;
  position: relative;
}
.single.single-plan_your_ride .email:before, .single.single-plan_your_ride .phone:before, .single.single-plan_your_ride .web:before, .single.single-plan_your_ride .pin:before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 2.5rem;
  left: 0;
  margin-right: 1rem;
  position: absolute;
  top: -0.65rem;
  width: 2.5rem;
}
.single.single-plan_your_ride .email:visited, .single.single-plan_your_ride .phone:visited, .single.single-plan_your_ride .web:visited, .single.single-plan_your_ride .pin:visited {
  color: #262626;
}
.single.single-plan_your_ride .email:last-child, .single.single-plan_your_ride .phone:last-child, .single.single-plan_your_ride .web:last-child, .single.single-plan_your_ride .pin:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.single.single-plan_your_ride .email[href]:hover, .single.single-plan_your_ride .phone[href]:hover, .single.single-plan_your_ride .web[href]:hover, .single.single-plan_your_ride .pin[href]:hover {
  color: rgb(0, 169, 161);
}
.single.single-plan_your_ride .email:before {
  background-image: url(../images/VMBA_Icons-mail-teal.png);
}
.single.single-plan_your_ride .phone:before {
  background-image: url(../images/VMBA_Icons-tel-teal.png);
}
.single.single-plan_your_ride .web:before {
  background-image: url(../images/VMBA_Icons-web-teal.png);
}
.single.single-plan_your_ride .pin:before {
  background-image: url(../images/VMBA_Icons-pin-teal.png);
}
.single.single-plan_your_ride .poi-title {
  font-family: "Rubik", sans-serif;
  font-size: 1.75rem;
  margin-top: 0.5em;
}
.single.single-plan_your_ride .poi-description, .single.single-plan_your_ride .nearby h3 {
  color: #262626;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0;
  margin-top: 0.75em;
}
.single.single-plan_your_ride .nearby ul {
  font-size: 1rem;
  font-weight: normal;
  list-style: none;
  margin: 0;
  padding: 0;
}
.single.single-plan_your_ride .poi-region {
  display: block;
}
.single.single-plan_your_ride .difficulties {
  display: inline;
  font-weight: normal;
  padding-left: 0.5em;
}
.single.single-plan_your_ride .difficulty {
  display: inline;
}
.single.single-plan_your_ride .difficulty:not(:first-child):before {
  content: ", ";
  display: inline;
}
.single.single-plan_your_ride article {
  margin: 0;
}
.single.single-plan_your_ride .content {
  padding-bottom: 2rem;
}

.facetwp-facet-type > .facetwp-checkbox {
  background-position: 2rem 50% !important;
  padding: 0.5rem 0 0.5rem 3.5rem !important;
  position: relative;
}
.facetwp-facet-type > .facetwp-checkbox:before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
}
.facetwp-facet-type .facetwp-depth {
  margin-left: 3rem;
}

.facetwp-checkbox[data-value=bike-shops]:before {
  background-image: url("../images/icon-bike-shops.png");
}

.facetwp-checkbox[data-value=downhill-riding]:before {
  background-image: url("../images/icon-downhill-riding.png");
}

.facetwp-checkbox[data-value=guide-services-lessons]:before {
  background-image: url("../images/icon-guide-services-lessons.png");
}

.facetwp-checkbox[data-value=lodging]:before {
  background-image: url("../images/icon-lodging.png");
}

.facetwp-checkbox[data-value=trails]:before {
  background-image: url("../images/icon-trails.png");
}

.facetwp-checkbox[data-value=food]:before {
  background-image: url("../images/icon-food.png");
}

/*--------------------------------------------------------------
# Featured Posts
--------------------------------------------------------------*/
.block.featured_posts, .block.posts_with_filtering {
  min-height: auto;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .block.featured_posts .outer-block-wrapper, .block.posts_with_filtering .outer-block-wrapper {
    width: 97%;
  }
}
.block.featured_posts .inner-block-wrapper h4, .block.posts_with_filtering .inner-block-wrapper h4 {
  font-family: "Rubik", sans-serif;
  font-size: 1.75rem;
  margin-bottom: 2.5rem;
  text-align: center;
}
.block.featured_posts article .wrapper, .block.posts_with_filtering article .wrapper {
  background-size: cover;
  display: block;
  height: 20rem;
  position: relative;
}
.block.featured_posts .entry-content, .block.featured_posts .color-filter, .block.posts_with_filtering .entry-content, .block.posts_with_filtering .color-filter {
  bottom: 0;
  color: white;
  left: 0;
  padding: 0.75rem;
  position: absolute;
  z-index: 1;
}
.block.featured_posts .color-filter, .block.posts_with_filtering .color-filter {
  height: 100%;
  opacity: 0.8;
  width: calc(100% + 1px);
  z-index: -1;
}
.block.featured_posts .entry-content, .block.posts_with_filtering .entry-content {
  margin-left: -1px;
}
.block.featured_posts .entry-content h2, .block.featured_posts .entry-content .entry-meta, .block.posts_with_filtering .entry-content h2, .block.posts_with_filtering .entry-content .entry-meta {
  color: white;
  z-index: 1;
}
.block.featured_posts .entry-content a, .block.posts_with_filtering .entry-content a {
  color: white;
}
.block.featured_posts .entry-content .entry-meta, .block.posts_with_filtering .entry-content .entry-meta {
  font-size: 13px;
}
.block.featured_posts .entry-content .entry-meta .entry-date, .block.posts_with_filtering .entry-content .entry-meta .entry-date {
  font-style: italic;
}
.block.featured_posts .entry-content h2, .block.posts_with_filtering .entry-content h2 {
  font-size: 1.25rem;
}

.featured_posts .entry-content {
  left: 0;
  right: 25%;
}

.posts_with_filtering .entry-content {
  left: 0;
  right: 0;
}

.page-blog .facetwp-radio[data-value=uncategorized] {
  display: none;
}

/*--------------------------------------------------------------
# Stats
--------------------------------------------------------------*/
.block.stats {
  padding: 2rem 0 1.5rem;
  color: #262626;
  /*content here*/
}
.block.stats.style-1 {
  background-color: #f6f6f6 !important;
}
.block.stats.style-2 {
  background-color: #fff !important;
}
.block.stats .counters {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.block.stats .copy {
  margin-bottom: 2rem;
}
.block.stats .single-counter {
  padding: 1.5rem 0.75rem;
  width: 40%;
}
@media (min-width: 768px) {
  .block.stats .single-counter {
    width: 33%;
  }
}
@media (min-width: 992px) {
  .block.stats .single-counter {
    width: 20%;
  }
}
.block.stats .the-counter {
  white-space: nowrap;
}
.block.stats .counter-wrapper, .block.stats .counter, .block.stats .prefix, .block.stats .suffix {
  display: inline;
  font-size: 1.7rem;
  font-family: "Rubik", sans-serif;
  color: #262626;
}
.block.stats .counter-wrapper {
  position: relative;
  color: transparent;
  user-select: none;
}
.block.stats .counter {
  position: absolute;
  left: 0;
  right: 0;
}
.block.stats .label {
  font-size: 0.9rem;
}

/*--------------------------------------------------------------
# instagram
--------------------------------------------------------------*/
.block.instagram {
  padding-bottom: 0 !important;
  /*content here*/
}
.block.instagram .inner-block-wrapper {
  text-align: center;
}
.block.instagram .title-stuff {
  margin-bottom: 2.5rem;
}
.block.instagram .instagram--title {
  font-size: 1.75rem;
  font-family: "Rubik", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  display: inline;
}
.block.instagram .instagram-link {
  font-size: 1.5rem;
  line-height: 1.75;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  transform: translateY(-3px);
}
@media (max-width: 768px) {
  .block.instagram .sbi_item {
    width: 50% !important;
  }
}
/*--------------------------------------------------------------
# Social
--------------------------------------------------------------*/
.block.social {
  /*content here*/
}
.block.social .heading, .block.social #tribe-events #tribe-bar-form .tribe-events-page-title, #tribe-events #tribe-bar-form .block.social .tribe-events-page-title {
  text-align: center;
  font-size: 1.75rem;
  margin-bottom: 2rem;
}
.block.social .social-links {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.block.social .social-links a {
  height: 3.75rem;
  width: 3.75rem;
  line-height: 1;
  font-size: 2rem;
  color: white;
  background: #262626;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.75rem;
}
.block.social:after {
  content: "";
  display: block;
  margin: auto;
  position: relative;
  bottom: -3.5rem;
  height: 1px;
  width: 70%;
  max-width: 1200px;
  background: #f6f6f6;
}

body .at-icon-wrapper {
  background-color: black !important;
}
