/*!
 * Theme Name: YDNPA Main
 * Theme URI: http://wwww.yorkshiredales.org.uk
 * Description: The main theme for the Yorkshire Dales National Park Authority website
 * Version: 1.0.1
 * Author: Andy Kay
 * Author URI: http://andykay.co.uk
 * Tags: HTML5, CSS3, starter, framework
 *
 * License: MIT
 * License URI: http://opensource.org/licenses/mit-license.php
*/

@charset "UTF-8";
/**
 * styles.scss
 * ---
 * Main `sass` file. Import here `sass` files
 */
/**
 * modules/mixins
 * ---
 */
/**
 * modules/variables
 * ---
 */
/**
 * Typography
 */
/**
 * Colors
 */
/** future proof spelling choices other files **/
/**
  Progress
**/
/**
 * Grid
 */
/**
  * Breakpoints
  */
.align-top {
  vertical-align: top !important; }

.align-text-top {
  vertical-align: text-top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-baseline {
  vertical-align: baseline !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-bottom {
  vertical-align: bottom !important; }

.d-block {
  display: block !important; }

.d-flex {
  display: flex !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-inline-flex {
  display: inline-flex !important; }

.d-none {
  display: none !important; }

.d-table {
  display: table !important; }

.d-table-cell {
  display: table-cell !important; }

.d-table-row {
  display: table-row !important; }

@media (min-width: 420) {
  .d-xs-block {
    display: block !important; }
  .d-xs-flex {
    display: flex !important; }
  .d-xs-inline {
    display: inline !important; }
  .d-xs-inline-block {
    display: inline-block !important; }
  .d-xs-inline-flex {
    display: inline-flex !important; }
  .d-xs-none {
    display: none !important; }
  .d-xs-table {
    display: table !important; }
  .d-xs-table-cell {
    display: table-cell !important; }
  .d-xs-table-row {
    display: table-row !important; } }

@media (min-width: 576px) {
  .d-sm-block {
    display: block !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-table-row {
    display: table-row !important; } }

@media (min-width: 768px) {
  .d-md-block {
    display: block !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-inline-flex {
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-table-row {
    display: table-row !important; } }

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-table-row {
    display: table-row !important; } }

@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-table-row {
    display: table-row !important; } }

@media (min-width: 2000px) {
  .d-xxl-block {
    display: block !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-table-row {
    display: table-row !important; } }

@media (max-width: 419.98px) {
  .d-d-block {
    display: block !important; }
  .d-d-flex {
    display: flex !important; }
  .d-d-inline {
    display: inline !important; }
  .d-d-inline-block {
    display: inline-block !important; }
  .d-d-inline-flex {
    display: inline-flex !important; }
  .d-d-none {
    display: none !important; }
  .d-d-table {
    display: table !important; }
  .d-d-table-cell {
    display: table-cell !important; }
  .d-d-table-row {
    display: table-row !important; } }

@media (max-width: 575.98px) {
  .d-xs-d-block {
    display: block !important; }
  .d-xs-d-flex {
    display: flex !important; }
  .d-xs-d-inline {
    display: inline !important; }
  .d-xs-d-inline-block {
    display: inline-block !important; }
  .d-xs-d-inline-flex {
    display: inline-flex !important; }
  .d-xs-d-none {
    display: none !important; }
  .d-xs-d-table {
    display: table !important; }
  .d-xs-d-table-cell {
    display: table-cell !important; }
  .d-xs-d-table-row {
    display: table-row !important; } }

@media (max-width: 767.98px) {
  .d-sm-d-block {
    display: block !important; }
  .d-sm-d-flex {
    display: flex !important; }
  .d-sm-d-inline {
    display: inline !important; }
  .d-sm-d-inline-block {
    display: inline-block !important; }
  .d-sm-d-inline-flex {
    display: inline-flex !important; }
  .d-sm-d-none {
    display: none !important; }
  .d-sm-d-table {
    display: table !important; }
  .d-sm-d-table-cell {
    display: table-cell !important; }
  .d-sm-d-table-row {
    display: table-row !important; } }

@media (max-width: 991.98px) {
  .d-md-d-block {
    display: block !important; }
  .d-md-d-flex {
    display: flex !important; }
  .d-md-d-inline {
    display: inline !important; }
  .d-md-d-inline-block {
    display: inline-block !important; }
  .d-md-d-inline-flex {
    display: inline-flex !important; }
  .d-md-d-none {
    display: none !important; }
  .d-md-d-table {
    display: table !important; }
  .d-md-d-table-cell {
    display: table-cell !important; }
  .d-md-d-table-row {
    display: table-row !important; } }

@media (max-width: 1199.98px) {
  .d-lg-d-block {
    display: block !important; }
  .d-lg-d-flex {
    display: flex !important; }
  .d-lg-d-inline {
    display: inline !important; }
  .d-lg-d-inline-block {
    display: inline-block !important; }
  .d-lg-d-inline-flex {
    display: inline-flex !important; }
  .d-lg-d-none {
    display: none !important; }
  .d-lg-d-table {
    display: table !important; }
  .d-lg-d-table-cell {
    display: table-cell !important; }
  .d-lg-d-table-row {
    display: table-row !important; } }

@media (max-width: 1999.98px) {
  .d-xl-d-block {
    display: block !important; }
  .d-xl-d-flex {
    display: flex !important; }
  .d-xl-d-inline {
    display: inline !important; }
  .d-xl-d-inline-block {
    display: inline-block !important; }
  .d-xl-d-inline-flex {
    display: inline-flex !important; }
  .d-xl-d-none {
    display: none !important; }
  .d-xl-d-table {
    display: table !important; }
  .d-xl-d-table-cell {
    display: table-cell !important; }
  .d-xl-d-table-row {
    display: table-row !important; } }

.d-xxl-d-block {
  display: block !important; }

.d-xxl-d-flex {
  display: flex !important; }

.d-xxl-d-inline {
  display: inline !important; }

.d-xxl-d-inline-block {
  display: inline-block !important; }

.d-xxl-d-inline-flex {
  display: inline-flex !important; }

.d-xxl-d-none {
  display: none !important; }

.d-xxl-d-table {
  display: table !important; }

.d-xxl-d-table-cell {
  display: table-cell !important; }

.d-xxl-d-table-row {
  display: table-row !important; }

@media print {
  .d-print-block {
    display: block !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-inline-flex {
    display: inline-flex !important; }
  .d-print-none {
    display: none !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-table-row {
    display: table-row !important; } }

.align-content-around {
  align-content: space-around !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-center {
  align-content: center !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-center {
  align-items: center !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-center {
  align-self: center !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-stretch {
  align-self: stretch !important; }

.flex-column {
  flex-direction: column !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-row {
  flex-direction: row !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-around {
  justify-content: space-around !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.order-first {
  order: -1; }

.order-last {
  order: 1; }

.order-0 {
  order: 0; }

@media (min-width: 420) {
  .align-content-xs-around {
    align-content: space-around !important; }
  .align-content-xs-between {
    align-content: space-between !important; }
  .align-content-xs-center {
    align-content: center !important; }
  .align-content-xs-end {
    align-content: flex-end !important; }
  .align-content-xs-start {
    align-content: flex-start !important; }
  .align-content-xs-stretch {
    align-content: stretch !important; }
  .align-items-xs-baseline {
    align-items: baseline !important; }
  .align-items-xs-center {
    align-items: center !important; }
  .align-items-xs-start {
    align-items: flex-start !important; }
  .align-items-xs-end {
    align-items: flex-end !important; }
  .align-items-xs-stretch {
    align-items: stretch !important; }
  .align-self-xs-auto {
    align-self: auto !important; }
  .align-self-xs-baseline {
    align-self: baseline !important; }
  .align-self-xs-center {
    align-self: center !important; }
  .align-self-xs-end {
    align-self: flex-end !important; }
  .align-self-xs-start {
    align-self: flex-start !important; }
  .align-self-xs-stretch {
    align-self: stretch !important; }
  .flex-xs-column {
    flex-direction: column !important; }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xs-row {
    flex-direction: row !important; }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xs-fill {
    flex: 1 1 auto !important; }
  .flex-xs-grow-0 {
    flex-grow: 0 !important; }
  .flex-xs-grow-1 {
    flex-grow: 1 !important; }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xs-wrap {
    flex-wrap: wrap !important; }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xs-around {
    justify-content: space-around !important; }
  .justify-content-xs-between {
    justify-content: space-between !important; }
  .justify-content-xs-center {
    justify-content: center !important; }
  .justify-content-xs-end {
    justify-content: flex-end !important; }
  .justify-content-xs-start {
    justify-content: flex-start !important; }
  .order-xs-first {
    order: -1; }
  .order-xs-last {
    order: 1; }
  .order-xs-0 {
    order: 0; } }

@media (min-width: 576px) {
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 1; }
  .order-sm-0 {
    order: 0; } }

@media (min-width: 768px) {
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-stretch {
    align-self: stretch !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 1; }
  .order-md-0 {
    order: 0; } }

@media (min-width: 992px) {
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 1; }
  .order-lg-0 {
    order: 0; } }

@media (min-width: 1200px) {
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 1; }
  .order-xl-0 {
    order: 0; } }

@media (min-width: 2000px) {
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 1; }
  .order-xxl-0 {
    order: 0; } }

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

.float-none {
  float: none !important; }

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

@media (min-width: 420) {
  .float-xs-left {
    float: left !important; }
  .float-xs-none {
    float: none !important; }
  .float-xs-right {
    float: right !important; } }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-none {
    float: none !important; }
  .float-sm-right {
    float: right !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-none {
    float: none !important; }
  .float-md-right {
    float: right !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-none {
    float: none !important; }
  .float-lg-right {
    float: right !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-none {
    float: none !important; }
  .float-xl-right {
    float: right !important; } }

@media (min-width: 2000px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-none {
    float: none !important; }
  .float-xxl-right {
    float: right !important; } }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-relative {
  position: relative !important; }

.position-static {
  position: static !important; }

.position-sticky {
  position: sticky !important; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0; }

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

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0; } }

.show-for-sr,
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto; }

.shadow {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2) !important; }

.shadow-lg {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px 0 rgba(0, 0, 0, 0.2) !important; }

.shadow-none {
  box-shadow: none !important; }

.shadow-sm {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important; }

.shadow-24 {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px 0 rgba(0, 0, 0, 0.2) !important; }

.shadow-16 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px 0 rgba(0, 0, 0, 0.2) !important; }

.shadow-12 {
  box-shadow: 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 7px 8px 0 rgba(0, 0, 0, 0.2) !important; }

.shadow-8 {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2) !important; }

.shadow-6 {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px 0 rgba(0, 0, 0, 0.2) !important; }

.shadow-4 {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.2) !important; }

.shadow-2 {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important; }

.shadow-1 {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2) !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.mh-100 {
  max-height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mr-1 {
  margin-right: 0.25rem !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.ml-1 {
  margin-left: 0.25rem !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.ml-2 {
  margin-left: 0.5rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mr-3 {
  margin-right: 1rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.ml-3 {
  margin-left: 1rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mr-4 {
  margin-right: 1.5rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.ml-4 {
  margin-left: 1.5rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mr-5 {
  margin-right: 3rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.ml-5 {
  margin-left: 3rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pr-1 {
  padding-right: 0.25rem !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pl-1 {
  padding-left: 0.25rem !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pr-2 {
  padding-right: 0.5rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pl-2 {
  padding-left: 0.5rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pr-3 {
  padding-right: 1rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pl-3 {
  padding-left: 1rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pr-4 {
  padding-right: 1.5rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pl-4 {
  padding-left: 1.5rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pr-5 {
  padding-right: 3rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.pl-5 {
  padding-left: 3rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto {
  margin-top: auto !important; }

.mr-auto {
  margin-right: auto !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-auto {
  margin-left: auto !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

@media (min-width: 420) {
  .m-xs-0 {
    margin: 0 !important; }
  .mt-xs-0 {
    margin-top: 0 !important; }
  .mr-xs-0 {
    margin-right: 0 !important; }
  .mb-xs-0 {
    margin-bottom: 0 !important; }
  .ml-xs-0 {
    margin-left: 0 !important; }
  .mx-xs-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-xs-1 {
    margin: 0.25rem !important; }
  .mt-xs-1 {
    margin-top: 0.25rem !important; }
  .mr-xs-1 {
    margin-right: 0.25rem !important; }
  .mb-xs-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xs-1 {
    margin-left: 0.25rem !important; }
  .mx-xs-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-xs-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-xs-2 {
    margin: 0.5rem !important; }
  .mt-xs-2 {
    margin-top: 0.5rem !important; }
  .mr-xs-2 {
    margin-right: 0.5rem !important; }
  .mb-xs-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xs-2 {
    margin-left: 0.5rem !important; }
  .mx-xs-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-xs-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-xs-3 {
    margin: 1rem !important; }
  .mt-xs-3 {
    margin-top: 1rem !important; }
  .mr-xs-3 {
    margin-right: 1rem !important; }
  .mb-xs-3 {
    margin-bottom: 1rem !important; }
  .ml-xs-3 {
    margin-left: 1rem !important; }
  .mx-xs-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-xs-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-xs-4 {
    margin: 1.5rem !important; }
  .mt-xs-4 {
    margin-top: 1.5rem !important; }
  .mr-xs-4 {
    margin-right: 1.5rem !important; }
  .mb-xs-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xs-4 {
    margin-left: 1.5rem !important; }
  .mx-xs-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-xs-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-xs-5 {
    margin: 3rem !important; }
  .mt-xs-5 {
    margin-top: 3rem !important; }
  .mr-xs-5 {
    margin-right: 3rem !important; }
  .mb-xs-5 {
    margin-bottom: 3rem !important; }
  .ml-xs-5 {
    margin-left: 3rem !important; }
  .mx-xs-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-xs-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-xs-0 {
    padding: 0 !important; }
  .pt-xs-0 {
    padding-top: 0 !important; }
  .pr-xs-0 {
    padding-right: 0 !important; }
  .pb-xs-0 {
    padding-bottom: 0 !important; }
  .pl-xs-0 {
    padding-left: 0 !important; }
  .px-xs-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-xs-1 {
    padding: 0.25rem !important; }
  .pt-xs-1 {
    padding-top: 0.25rem !important; }
  .pr-xs-1 {
    padding-right: 0.25rem !important; }
  .pb-xs-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xs-1 {
    padding-left: 0.25rem !important; }
  .px-xs-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-xs-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-xs-2 {
    padding: 0.5rem !important; }
  .pt-xs-2 {
    padding-top: 0.5rem !important; }
  .pr-xs-2 {
    padding-right: 0.5rem !important; }
  .pb-xs-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xs-2 {
    padding-left: 0.5rem !important; }
  .px-xs-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-xs-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-xs-3 {
    padding: 1rem !important; }
  .pt-xs-3 {
    padding-top: 1rem !important; }
  .pr-xs-3 {
    padding-right: 1rem !important; }
  .pb-xs-3 {
    padding-bottom: 1rem !important; }
  .pl-xs-3 {
    padding-left: 1rem !important; }
  .px-xs-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-xs-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-xs-4 {
    padding: 1.5rem !important; }
  .pt-xs-4 {
    padding-top: 1.5rem !important; }
  .pr-xs-4 {
    padding-right: 1.5rem !important; }
  .pb-xs-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xs-4 {
    padding-left: 1.5rem !important; }
  .px-xs-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-xs-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-xs-5 {
    padding: 3rem !important; }
  .pt-xs-5 {
    padding-top: 3rem !important; }
  .pr-xs-5 {
    padding-right: 3rem !important; }
  .pb-xs-5 {
    padding-bottom: 3rem !important; }
  .pl-xs-5 {
    padding-left: 3rem !important; }
  .px-xs-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xs-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-xs-auto {
    margin: auto !important; }
  .mt-xs-auto {
    margin-top: auto !important; }
  .mr-xs-auto {
    margin-right: auto !important; }
  .mb-xs-auto {
    margin-bottom: auto !important; }
  .ml-xs-auto {
    margin-left: auto !important; }
  .mx-xs-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1 {
    margin-left: 0.25rem !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2 {
    margin-left: 0.5rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3 {
    margin-left: 1rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4 {
    margin-left: 1.5rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5 {
    margin-left: 3rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0 {
    padding-left: 0 !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1 {
    padding-left: 0.25rem !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2 {
    padding-left: 0.5rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3 {
    padding-left: 1rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4 {
    padding-left: 1.5rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5 {
    padding-left: 3rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto {
    margin-left: auto !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1 {
    margin-left: 0.25rem !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2 {
    margin-left: 0.5rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3 {
    margin-left: 1rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4 {
    margin-left: 1.5rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5 {
    margin-left: 3rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1 {
    padding-left: 0.25rem !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2 {
    padding-left: 0.5rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3 {
    padding-left: 1rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4 {
    padding-left: 1.5rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5 {
    padding-left: 3rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .mr-md-auto {
    margin-right: auto !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto {
    margin-left: auto !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1 {
    margin-left: 0.25rem !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2 {
    margin-left: 0.5rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3 {
    margin-left: 1rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4 {
    margin-left: 1.5rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5 {
    margin-left: 3rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0 {
    padding-left: 0 !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1 {
    padding-left: 0.25rem !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2 {
    padding-left: 0.5rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3 {
    padding-left: 1rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4 {
    padding-left: 1.5rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5 {
    padding-left: 3rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto {
    margin-left: auto !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0 {
    margin-left: 0 !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1 {
    margin-left: 0.25rem !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2 {
    margin-left: 0.5rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3 {
    margin-left: 1rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4 {
    margin-left: 1.5rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5 {
    margin-left: 3rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0 {
    padding-left: 0 !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1 {
    padding-left: 0.25rem !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2 {
    padding-left: 0.5rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3 {
    padding-left: 1rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4 {
    padding-left: 1.5rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5 {
    padding-left: 3rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto {
    margin-left: auto !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 2000px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0 {
    margin-left: 0 !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1 {
    margin-left: 0.25rem !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2 {
    margin-left: 0.5rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3 {
    margin-left: 1rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4 {
    margin-left: 1.5rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5 {
    margin-left: 3rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0 {
    padding-left: 0 !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1 {
    padding-left: 0.25rem !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2 {
    padding-left: 0.5rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3 {
    padding-left: 1rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4 {
    padding-left: 1.5rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5 {
    padding-left: 3rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto {
    margin-left: auto !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-center {
  text-align: center !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

@media (min-width: 420) {
  .text-xs-center {
    text-align: center !important; }
  .text-xs-left {
    text-align: left !important; }
  .text-xs-right {
    text-align: right !important; } }

@media (min-width: 576px) {
  .text-sm-center {
    text-align: center !important; }
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; } }

@media (min-width: 768px) {
  .text-md-center {
    text-align: center !important; }
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; } }

@media (min-width: 992px) {
  .text-lg-center {
    text-align: center !important; }
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; } }

@media (min-width: 1200px) {
  .text-xl-center {
    text-align: center !important; }
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; } }

@media (min-width: 2000px) {
  .text-xxl-center {
    text-align: center !important; }
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; } }

.text-capitalize {
  text-transform: capitalize !important; }

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

.text-uppercase {
  text-transform: uppercase !important; }

.invisible {
  visibility: hidden !important; }

.visible {
  visibility: visible !important; }

.wht-b-trans-t {
  background: white;
  background: -webkit-linear-gradient(white 0%, white 100%);
  background: -o-linear-gradient(white 0%, white 100%);
  background: linear-gradient(white 0%, white 100%); }

/**
 * modules/fonts
 * ---
 * Declare fonts here
 */
@font-face {
    font-family: 'Syntax';
    src: url('fonts/SyntaxLTStd-Roman.woff2') format('woff2'),
        url('fonts/SyntaxLTStd-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Syntax-italic';
    src: url('fonts/SyntaxLTStd-Italic.woff2') format('woff2'),
        url('fonts/SyntaxLTStd-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Syntax-bold';
    src: url('fonts/SyntaxLTStd-Bold.woff2') format('woff2'),
        url('fonts/SyntaxLTStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/**
 * partials/reset
 * ---
 * Reset file
 * NOTE: also `normalize.css` is used
 */
*,
*:after,
*:before {
  box-sizing: border-box; }

*:focus {
  outline: 2px dotted #ffb400 !important;
  border: 2px dotted #ffb400 !important; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 100%;
  overflow-x: hidden; }

body {
  margin: 0 auto;
  font-family: "Syntax", "Helvetica Neue", Helvetica, Arial, "Open Sans", sans-serif;
  font-size: 140%;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  min-height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden; }

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

a {
  color: #000;
  text-decoration: none;
  transition: all 0.15s ease-in;
  border-color: #a0e5dd;
  cursor: pointer; }
  a:hover {
    border-color: #50cfc1;
    outline: none; }
  a.glossaryLink {
    border-color: #ffd266; }
    a.glossaryLink:hover {
      border-color: #ffb400;
      outline: none; }
  a:visited {
    outline: none;
    border: none; }

p a {
  border-bottom: 2px solid #a0e5dd;
}
input[type="text"],
input[type="search"],
input[type="tel"] {
  font-size: inherit;
  line-height: inherit; }

button[disabled], input[disabled] {
  cursor: not-allowed;
  opacity: 0.5; }

::selection {
  background-color: #04A4CC;
  color: #fff;
  text-shadow: none; }

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

/**
 * partials/wordpress
 * ---
 * Wordpess core classes
 */
/**
 * Alignment
 */
.alignnone {
  margin: 5px 15px 15px 0; }

.aligncenter {
  display: block;
  margin: 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 15px 15px; }

.alignleft {
  float: left;
  margin: 5px 15px 15px 0; }

/**
 * Gallery & images
 */
.wp-caption {
  background: #fff;
  border: thin solid #F0F0F0;
  max-width: 95%;
  padding: 5px 5px;
  text-align: center; }
  .wp-caption img {
    width: auto;
    max-width: 98.5%;
    height: auto;
    border: 0 none;
    padding: 0;
    margin: 0; }

.wp-caption .wp-caption-text,
.gallery-caption {
  margin: 0;
  padding: 0 5px 5px;
  font-size: 140%;
  line-height: 1.5; }

.tiled-gallery__item {
  position: relative; }
  .tiled-gallery__item .img-title {
    height: 0;
    opacity: 0;
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    right: 0;
    left: 0;
    bottom: 0;
    padding: auto 0;
    text-align: center;
    transition: all 0.2s ease-in-out;
    pointer-events: none; }
    .tiled-gallery__item .img-title.active {
      height: auto;
      opacity: 1;
      padding: 10px; }

.woocommerce .card .image {
  height: 200px;
  background-color: #dcdee2; }

.woocommerce .card .card-spacer {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

/**
 * partials/utils
 * ---
 * Utils classes
 */
.clear:before, .clear:after {
  content: " ";
  display: table; }

.clear:after {
  clear: both; }

.reset-box {
  padding: 0;
  margin: 0; }

/**
 * partials/wrapper
 * ---
 */
body {
  max-width: 1440px; }

.wrapper, .wp-router-placeholder-page main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative; }

.content-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  max-width: 945px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative; }

/**
 * partials/header
 * ---
 */
.header {
  background-color: #fff; }
  .header a {
    color: #000; }
  .header .primary-nav {
    background-color: #b5cac7; }
  .header .secondary-nav {
    background-color: #fff; }
  .header .wrapper {
    background-color: #b5cac7;
    margin: 0 -1px 0 auto; }
    @media (max-width: 575.98px) {
      .header .wrapper h5 {
        margin-top: 5px !important;
        max-width: 90vw; } }
  .header .post-header {
    background-color: #b5cac7;
    flex-grow: 1; }
  .header .pre-header {
    background-color: #fff;
    flex-grow: 1; }

.logo-wrapper {
  background: #fff;
  z-index: 3; }
  .logo-wrapper .logo {
    background: #003d2a;
    padding: 5px;
    width: 140px;
    height: 140px;
    z-index: 3;
    margin-left: -1px; }
    .logo-wrapper .logo a {
      border: none;
      display: inline-block;
      margin-top: 10px; }
    .logo-wrapper .logo img {
      padding: 1em; }

@media (max-width: 991.98px) {
  body #wpadminbar {
    position: fixed; }
  .header {
    background-color: #b5cac7;
    position: fixed;
    width: 100%;
    z-index: 9; }
    .header .pre-header, .header .post-header {
      display: none; }
  .logo-wrapper {
    min-width: 70px; }
    .logo-wrapper .logo {
      width: 70px;
      height: 70px; }
      .logo-wrapper .logo a {
        margin-top: 0; }
      .logo-wrapper .logo img {
        padding: 5px; }
  .logo-img {
    display: none; }
  .logo-img-mob {
    display: inline-block;
    margin-top: 12px; } }

@media (min-width: 992px) {
  .logo-img-mob {
    display: none; } }

/**
 * partials/nav
 * ---
 * Menus
 */
.nav.secondary-nav {
  align-self: flex-end; }

.menu {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0; }

.menu-btn {
  display: none; }

.scroll-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.primary-nav {
  margin: 0;
  height: 65px; }
  .primary-nav > ul > li {
    font-size: 18px;
    margin-left: 20px; }

.primary-nav, .secondary-nav {
  align-items: center;
  align-content: stretch; }
  .primary-nav > ul > li, .secondary-nav > ul > li {
    position: relative; }
    .primary-nav > ul > li .sub-menu-wrapper, .secondary-nav > ul > li .sub-menu-wrapper {
      display: none;
      position: absolute;
      right: -10px;
      top: 75px;
      padding: 10px;
      background: white;
      width: 570px;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      padding: 20px;
      box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2); }
      .primary-nav > ul > li .sub-menu-wrapper:before, .secondary-nav > ul > li .sub-menu-wrapper:before {
        content: "";
        position: absolute;
        right: 55px;
        top: -10px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid white; }
      .primary-nav > ul > li .sub-menu-wrapper li:before, .secondary-nav > ul > li .sub-menu-wrapper li:before {
        position: absolute;
        left: auto;
        right: 0px;
        transform: rotate(180deg);
        transition: all 0.2s; }
      .primary-nav > ul > li .sub-menu-wrapper li:hover:before, .secondary-nav > ul > li .sub-menu-wrapper li:hover:before {
        content: url("img/menu-arrow.png"); }
      .primary-nav > ul > li .sub-menu-wrapper li.current-menu-item:before, .secondary-nav > ul > li .sub-menu-wrapper li.current-menu-item:before {
        content: url("img/menu-arrow.png");
        transform: rotate(225deg); }
      .primary-nav > ul > li .sub-menu-wrapper li.current-menu-item:hover:before, .secondary-nav > ul > li .sub-menu-wrapper li.current-menu-item:hover:before {
        transform: rotate(180deg); }
      .primary-nav > ul > li .sub-menu-wrapper li a, .secondary-nav > ul > li .sub-menu-wrapper li a {
        display: block; }
      .primary-nav > ul > li .sub-menu-wrapper .sub-menu, .secondary-nav > ul > li .sub-menu-wrapper .sub-menu {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0; }
        .primary-nav > ul > li .sub-menu-wrapper .sub-menu .menu-item, .secondary-nav > ul > li .sub-menu-wrapper .sub-menu .menu-item {
          margin-bottom: 5px;
          min-height: 34px;
          position: relative; }
      .primary-nav > ul > li .sub-menu-wrapper .sub-menu-back, .secondary-nav > ul > li .sub-menu-wrapper .sub-menu-back {
        max-width: 40px; }
      .primary-nav > ul > li .sub-menu-wrapper .sub-menu-thumbnail, .secondary-nav > ul > li .sub-menu-wrapper .sub-menu-thumbnail {
        width: 100%;
        background-size: cover;
        position: relative; }
        .primary-nav > ul > li .sub-menu-wrapper .sub-menu-thumbnail > span, .secondary-nav > ul > li .sub-menu-wrapper .sub-menu-thumbnail > span {
          display: block;
          position: absolute;
          width: 100%;
          top: 60%;
          text-align: center; }
          .primary-nav > ul > li .sub-menu-wrapper .sub-menu-thumbnail > span span, .secondary-nav > ul > li .sub-menu-wrapper .sub-menu-thumbnail > span span {
            background: #f5a078;
            padding: 7px 14px;
            text-transform: uppercase; }
    .primary-nav > ul > li:hover .sub-menu-wrapper, .secondary-nav > ul > li:hover .sub-menu-wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
    .primary-nav > ul > li:nth-child(n+5) .sub-menu-wrapper, .secondary-nav > ul > li:nth-child(n+5) .sub-menu-wrapper {
      width: 570px; }
      .primary-nav > ul > li:nth-child(n+5) .sub-menu-wrapper:before, .secondary-nav > ul > li:nth-child(n+5) .sub-menu-wrapper:before {
        right: 30px; }
    .primary-nav > ul > li:nth-child(1) .sub-menu-wrapper, .secondary-nav > ul > li:nth-child(1) .sub-menu-wrapper {
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      left: -10px; }
      .primary-nav > ul > li:nth-child(1) .sub-menu-wrapper:before, .secondary-nav > ul > li:nth-child(1) .sub-menu-wrapper:before {
        left: 55px; }
      .primary-nav > ul > li:nth-child(1) .sub-menu-wrapper li, .secondary-nav > ul > li:nth-child(1) .sub-menu-wrapper li {
        margin-left: 0;
        margin-right: 15px; }
      .primary-nav > ul > li:nth-child(1) .sub-menu-wrapper li:hover:before, .secondary-nav > ul > li:nth-child(1) .sub-menu-wrapper li:hover:before {
        content: url("img/menu-arrow.png");
        left: -15px;
        top: 7px;
        right: auto;
        transform: none; }
      .primary-nav > ul > li:nth-child(1) .sub-menu-wrapper li.current-menu-item:before, .secondary-nav > ul > li:nth-child(1) .sub-menu-wrapper li.current-menu-item:before {
        content: url("img/menu-arrow.png");
        left: -15px;
        top: 7px;
        right: auto;
        transform: rotate(-45deg); }
      .primary-nav > ul > li:nth-child(1) .sub-menu-wrapper li.current-menu-item:hover:before, .secondary-nav > ul > li:nth-child(1) .sub-menu-wrapper li.current-menu-item:hover:before {
        transform: rotate(0deg); }
  .primary-nav .sub-menu-chevron, .secondary-nav .sub-menu-chevron {
    display: none;
    float: right;
    margin-right: 23px; }

.not-front .primary-nav > ul > li {
  padding: 15px 7px; }
  .not-front .primary-nav > ul > li .sub-menu-wrapper {
    top: 65px;
    z-index: 2; }

.secondary-nav {
  padding-top: 3px; }
  .secondary-nav li {
    margin-left: 20px;
    font-size: 14px; }
  .secondary-nav > ul > li .sub-menu-wrapper {
    z-index: 9;
    top: 33px;
    background-color: #b5cac7; }
    .secondary-nav > ul > li .sub-menu-wrapper:before {
      border-bottom: 10px solid #b5cac7; }
    .secondary-nav > ul > li .sub-menu-wrapper .sub-menu {
      padding-right: 0;
      margin-top: 0; }
    .secondary-nav > ul > li .sub-menu-wrapper li {
      font-size: 16px; }
      .secondary-nav > ul > li .sub-menu-wrapper li a {
        padding-top: 0;
        border-bottom: 3px solid transparent;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .secondary-nav > ul > li .sub-menu-wrapper li a:hover {
          border-bottom: 3px solid #50cfc1; }

.tertiary-nav {
  background: #fff;
  justify-content: space-between; }
  .tertiary-nav .btn-primary {
    padding: 10px;
    min-width: 100px; }
  .tertiary-nav input[type="search"] {
    border: none;
    padding: 8px 7px; }

.mobile-events-nav form {
  display: none; }

.page-nav, .sidebar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  font-size: 17px;
  background-color: #eaedf5; }
  .page-nav h5, .sidebar h5 {
    margin: 0;
    color: #1a1a1a;
    padding: 30px 20px 0; }
  .page-nav .side-shop h5, .sidebar .side-shop h5 {
    padding: 30px 0 0; }
  .page-nav .more-list, .sidebar .more-list {
    padding: 0 20px; }
  .page-nav ul, .sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .page-nav ul li.active, .sidebar ul li.active {
      opacity: 0.5; }
  .page-nav span li,
  .page-nav li.cat-item, .sidebar span li,
  .sidebar li.cat-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
    position: relative;
    margin-right: 20px;
    border-bottom: 1px solid #dcdee2;
    padding: 20px 0 20px 3px; }
    .page-nav span li:last-of-type,
    .page-nav li.cat-item:last-of-type, .sidebar span li:last-of-type,
    .sidebar li.cat-item:last-of-type {
      border-bottom: none; }
    .page-nav span li a,
    .page-nav li.cat-item a, .sidebar span li a,
    .sidebar li.cat-item a {
      border: none !important;
      padding-left: 0; }
      .page-nav span li a .icon,
      .page-nav li.cat-item a .icon, .sidebar span li a .icon,
      .sidebar li.cat-item a .icon {
        float: right; }

.woocommerce .sidebar span li {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }

.menu-item, .page-item {
  list-style: none; }
  .menu-item.current_page_item > a, .menu-item.current_page_item > a:hover, .page-item.current_page_item > a, .page-item.current_page_item > a:hover {
    border-bottom: 3px solid #50cfc1; }
  .menu-item a, .page-item a {
    border-bottom: 3px solid transparent;
    padding: 7px 7px 2px;
    display: block; }
    .menu-item a:hover, .page-item a:hover {
      border-bottom: 3px solid #50cfc1; }

.breadcrumbs {
  background: #fff;
  padding: 0px 9px 0px 70px; }
  .breadcrumbs > span {
    padding: 9px 3px;
    position: relative;
    display: inline-block;
    cursor: pointer; }
  .breadcrumbs .breadcrumb-children {
    display: none;
    list-style: none;
    position: absolute;
    top: 38px;
    padding: 10px;
    margin: 0;
    background: #b5cac7;
    min-width: 150px;
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2); }
    .breadcrumbs .breadcrumb-children:before {
      content: "";
      position: absolute;
      left: 55px;
      top: -10px;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #b5cac7; }
    .breadcrumbs .breadcrumb-children li {
      font-size: 14px; }
      .breadcrumbs .breadcrumb-children li a {
        padding: 9px 7px 3px;
        display: block;
        height: 36px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 200px; }

@media (min-width: 992px) {
  .sub-menu-chevron, .sub-menu-back {
    display: none !important; }
  .nav-wrapper {
    right: 0 !important;
    z-index: 2; }
  .breadcrumbs > span:hover .breadcrumb-children {
    display: block; }
  .mobile-page-nav {
    display: none; }
  .tertiary-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .primary-nav h5, .secondary-nav h5 {
    display: none; }
  .primary-menu {
    margin: 0; }
    .primary-menu > .menu-item {
      padding: 20px 7px; } }

.more-list-reveal {
  display: none;
  background-color: #d9deed;
  margin-top: -1px;
  padding: 10px 45px 10px 20px;
  cursor: pointer;
  color: black; }
  @media (max-width: 991.98px) {
    .more-list-reveal {
      padding-right: 25px; } }
  .more-list-reveal i {
    transition: all 0.2s; }
  .more-list-reveal.more-list-revealed i {
    transform: rotate(180deg); }

@media (min-width: 576px) {
  .page-nav span li.more-list-hidden {
    display: none; } }

@media (min-width: 992px) {
  .sub-menu-wrapper .sub-menu-wrapper {
    display: none !important; } }

@media (max-width: 991.98px) {
  .breadcrumbs {
    padding-left: 30px; }
  .menu-item a, .page_item a {
    flex-grow: 1;
    text-align: left; }
    .menu-item a:hover, .page_item a:hover {
      border-bottom: none; }
  .more-list-reveal {
    padding-right: 45px; }
  .nav-wrapper nav:last-of-type {
    padding-bottom: 100px; }
  .nav-padding-sm {
    padding-bottom: 0px; }
  .col-sm-11.nav-wrapper {
    max-width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: none;
    position: fixed !important;
    height: calc(100vh - 70px);
    margin-top: 69px;
    z-index: 9;
    right: -100%;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); }
  .scroll-wrapper {
    overflow-x: hidden;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .not-front .primary-nav > ul > li {
    padding: 0px 7px; }
  .primary-nav, .secondary-nav {
    height: auto; }
    .primary-nav h5, .secondary-nav h5 {
      text-align: center; }
    .primary-nav > ul, .secondary-nav > ul {
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      padding: 0; }
      .primary-nav > ul > li, .secondary-nav > ul > li {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        .primary-nav > ul > li .sub-menu-wrapper,
        .primary-nav > ul > li:nth-child(n+5) .sub-menu-wrapper,
        .primary-nav > ul > li:nth-child(2) .sub-menu-wrapper, .secondary-nav > ul > li .sub-menu-wrapper,
        .secondary-nav > ul > li:nth-child(n+5) .sub-menu-wrapper,
        .secondary-nav > ul > li:nth-child(2) .sub-menu-wrapper {
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          display: block;
          position: fixed;
          left: auto !important;
          right: -120%;
          width: 100%;
          height: 100%;
          top: 69px;
          z-index: 5;
          text-align: left;
          padding: 0; }
          .primary-nav > ul > li .sub-menu-wrapper .col-sm-6,
          .primary-nav > ul > li:nth-child(n+5) .sub-menu-wrapper .col-sm-6,
          .primary-nav > ul > li:nth-child(2) .sub-menu-wrapper .col-sm-6, .secondary-nav > ul > li .sub-menu-wrapper .col-sm-6,
          .secondary-nav > ul > li:nth-child(n+5) .sub-menu-wrapper .col-sm-6,
          .secondary-nav > ul > li:nth-child(2) .sub-menu-wrapper .col-sm-6 {
            max-width: 100%;
            padding-right: 0; }
          .primary-nav > ul > li .sub-menu-wrapper .sub-menu,
          .primary-nav > ul > li:nth-child(n+5) .sub-menu-wrapper .sub-menu,
          .primary-nav > ul > li:nth-child(2) .sub-menu-wrapper .sub-menu, .secondary-nav > ul > li .sub-menu-wrapper .sub-menu,
          .secondary-nav > ul > li:nth-child(n+5) .sub-menu-wrapper .sub-menu,
          .secondary-nav > ul > li:nth-child(2) .sub-menu-wrapper .sub-menu {
            padding: 0;
            margin-top: 20px; }
            .primary-nav > ul > li .sub-menu-wrapper .sub-menu li,
            .primary-nav > ul > li:nth-child(n+5) .sub-menu-wrapper .sub-menu li,
            .primary-nav > ul > li:nth-child(2) .sub-menu-wrapper .sub-menu li, .secondary-nav > ul > li .sub-menu-wrapper .sub-menu li,
            .secondary-nav > ul > li:nth-child(n+5) .sub-menu-wrapper .sub-menu li,
            .secondary-nav > ul > li:nth-child(2) .sub-menu-wrapper .sub-menu li {
              font-size: 18px;
              margin-left: 0;
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex; }
              .primary-nav > ul > li .sub-menu-wrapper .sub-menu li:before,
              .primary-nav > ul > li:nth-child(n+5) .sub-menu-wrapper .sub-menu li:before,
              .primary-nav > ul > li:nth-child(2) .sub-menu-wrapper .sub-menu li:before, .secondary-nav > ul > li .sub-menu-wrapper .sub-menu li:before,
              .secondary-nav > ul > li:nth-child(n+5) .sub-menu-wrapper .sub-menu li:before,
              .secondary-nav > ul > li:nth-child(2) .sub-menu-wrapper .sub-menu li:before {
                content: ''; }
              .primary-nav > ul > li .sub-menu-wrapper .sub-menu li:not(.menu-item-has-children) .sub-menu-chevron,
              .primary-nav > ul > li:nth-child(n+5) .sub-menu-wrapper .sub-menu li:not(.menu-item-has-children) .sub-menu-chevron,
              .primary-nav > ul > li:nth-child(2) .sub-menu-wrapper .sub-menu li:not(.menu-item-has-children) .sub-menu-chevron, .secondary-nav > ul > li .sub-menu-wrapper .sub-menu li:not(.menu-item-has-children) .sub-menu-chevron,
              .secondary-nav > ul > li:nth-child(n+5) .sub-menu-wrapper .sub-menu li:not(.menu-item-has-children) .sub-menu-chevron,
              .secondary-nav > ul > li:nth-child(2) .sub-menu-wrapper .sub-menu li:not(.menu-item-has-children) .sub-menu-chevron {
                display: none; }
              .primary-nav > ul > li .sub-menu-wrapper .sub-menu li a,
              .primary-nav > ul > li:nth-child(n+5) .sub-menu-wrapper .sub-menu li a,
              .primary-nav > ul > li:nth-child(2) .sub-menu-wrapper .sub-menu li a, .secondary-nav > ul > li .sub-menu-wrapper .sub-menu li a,
              .secondary-nav > ul > li:nth-child(n+5) .sub-menu-wrapper .sub-menu li a,
              .secondary-nav > ul > li:nth-child(2) .sub-menu-wrapper .sub-menu li a {
                display: block;
                padding-left: 30px;
                padding-top: 10px;
                padding-bottom: 10px; }
          .primary-nav > ul > li .sub-menu-wrapper .sub-menu-thumbnail,
          .primary-nav > ul > li:nth-child(n+5) .sub-menu-wrapper .sub-menu-thumbnail,
          .primary-nav > ul > li:nth-child(2) .sub-menu-wrapper .sub-menu-thumbnail, .secondary-nav > ul > li .sub-menu-wrapper .sub-menu-thumbnail,
          .secondary-nav > ul > li:nth-child(n+5) .sub-menu-wrapper .sub-menu-thumbnail,
          .secondary-nav > ul > li:nth-child(2) .sub-menu-wrapper .sub-menu-thumbnail {
            display: none; }
          .primary-nav > ul > li .sub-menu-wrapper:before,
          .primary-nav > ul > li:nth-child(n+5) .sub-menu-wrapper:before,
          .primary-nav > ul > li:nth-child(2) .sub-menu-wrapper:before, .secondary-nav > ul > li .sub-menu-wrapper:before,
          .secondary-nav > ul > li:nth-child(n+5) .sub-menu-wrapper:before,
          .secondary-nav > ul > li:nth-child(2) .sub-menu-wrapper:before {
            border: none; }
  .secondary-nav {
    flex-grow: 1; }
    .secondary-nav > ul > li {
      font-size: 18px;
      margin-left: 20px;
      height: auto; }
      .secondary-nav > ul > li a {
        display: block; }
    .secondary-nav .menu {
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      padding-top: 10px;
      padding-bottom: 20px; }
  .tertiary-nav .search {
    padding: 20px 30px 0;
    background-color: #b0cecb;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    .tertiary-nav .search .search-input {
      flex-grow: 1; }
  .mobile-page-nav {
    background-color: #eaedf5;
    text-align: center; }
    .mobile-page-nav > ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      list-style: none;
      padding: 0; }
      .mobile-page-nav > ul li {
        font-size: 18px;
        margin-left: 20px;
        margin-right: 30px;
        height: 50px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        .mobile-page-nav > ul li a {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          -ms-justify-content: space-between;
          justify-content: space-between;
          -ms-flex-pack: space-between; }
  .mobile-events-nav .menu-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    .mobile-events-nav .menu-item a {
      padding-left: 0; }
  .mobile-events-nav form {
    display: block;
    padding: 0 20px; }
    .mobile-events-nav form label {
      display: block;
      text-align: left; }
    .mobile-events-nav form select {
      border-bottom: 1px solid;
      margin-bottom: 3rem; }
  nav .menu-item, nav .page_item {
    margin-bottom: 32px; }
    nav .menu-item a, nav .page_item a {
      padding: 7px 7px 11px; } }

/**
 * partials/sidebar
 * ---
 */
.sidebar .event-detail {
  padding: 0px 20px 0;
  color: #555;
  display: block; }
  .sidebar .event-detail a {
    color: #555; }

.sidebar-events-filters {
  margin-right: 20px; }
  .sidebar-events-filters label {
    display: block; }
  .sidebar-events-filters input[type="text"],
  .sidebar-events-filters input[type="search"] {
    border: none;
    padding: 5px 7px;
    width: 100%;
    margin-bottom: 20px; }

.sidebar-events {
  padding: 40px; }
  .sidebar-events h5 {
    padding: 0 0 20px 0; }
  .sidebar-events ul {
    list-style: disc; }
    .sidebar-events ul li {
      font-size: 17px; }

.event-category-list li > a {
  padding: 0; }

.content-wrapper {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  padding: 50px 0 50px 0; }
  .content-wrapper a:not(.btn) {
    font-family: 'Syntax', "Helvetica Neue", Helvetica, Arial, "Open Sans", sans-serif;
    border-bottom: 2px solid #a0e5dd; }
    .content-wrapper a:not(.btn):hover {
      border-bottom: 2px solid #50cfc1; }
    .content-wrapper a:not(.btn):focus {
      outline: auto; }
    .content-wrapper a:not(.btn).b-none {
      border: none !important; }
    .content-wrapper a:not(.btn).glossaryLink {
      border-color: #ffd266; }
      .content-wrapper a:not(.btn).glossaryLink:hover {
        border-color: #ffb400;
        outline: none; }
  .content-wrapper h1 {
    padding: 0 20px; }
  .content-wrapper .blog-home h1 {
    display: block; }
  .content-wrapper .article {
    margin-bottom: 50px; }
  @media (max-width: 991.98px) {
    .content-wrapper:first-of-type {
      padding-top: 70px; }
      .content-wrapper:first-of-type h1 {
        margin: 50px 0; } }

.has-thumb .content-wrapper:first-of-type {
  padding-top: 0; }

.has-thumb .content-wrapper h1 {
  padding-top: 0; }

.warning {
  text-align: left;
  padding: 0px 30px;
  border-left: 3px solid #ffb400;
  margin: 0 10px 0px 10px; }
  .warning h4 {
    margin: 10px 0; }
  .warning a {
    border-color: #ffb400 !important; }

.loop article {
  margin: 50px 0; }
  .loop article:first-of-type {
    margin-top: 0; }
  .loop article .loop-image {
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #eaedf5;
    display: flex;
    justify-content: center;
    align-items: center;}
    .loop article .loop-image.loop-image-cover {
      background-size: cover;
    }
    .loop article .loop-image img {
      max-height: 100%;
      }
  @media (min-width: 576px) {
    .loop article h3 {
      margin-top: 0; } }
  @media (max-width: 575.98px) {
    .loop article {
      background-color: #eaedf5;
      padding: 20px 20px 20px; }
      .loop article > .row > div {
        padding: 0; } }

.page-template-poi_listing article > p, .page-template-poi_listing .entry-title {
  width: 100%;
  max-width: 945px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 20px; }

.page-template-poi_listing article > p:last-of-type {
  padding-bottom: 50px; }

.page-template-poi_listing .entry-title {
  padding-top: 70px; }

.page-template-poi_page .content-wrapper {
  padding-top: 0; }

.single-poi .heading-has-image {
  display: none; }

@media (max-width: 991.98px) {
  .single-poi .wrapper > h1 {
    display: block;
    margin-top: 100px;
    padding: 0 20px; }
  .single-poi .hero {
    margin-top: 0; }
  .single-poi .content-wrapper > h1 {
    display: none; }
  .single-poi .heading-has-image {
    display: block; } }

.w3w {
  position: relative;
  cursor: pointer; }
  .w3w .w3w-hover {
    letter-spacing: -0.2rem;
    padding-right: 3px; }
  .w3w:hover .w3w-hover {
    color: #E11F26; }
  .w3w:hover .w3w-tooltip {
    visibility: visible;
    display: block;
    opacity: 1; }
  .w3w .w3w-tooltip {
    visibility: hidden;
    display: none;
    width: 220px;
    background-color: #E11F26;
    color: #fff;
    text-align: center;
    padding: 10px 5px;
    font-size: 1.5rem;
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 110%;
    left: 50%;
    margin-left: -110px;
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s; }
    .w3w .w3w-tooltip a {
      color: white;
      text-decoration: underline; }
    .w3w .w3w-tooltip::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: #E11F26 transparent transparent transparent; }

.info-row .icon-lrg {
  height: 38px; }
  .info-row .icon-lrg.icon-calendar {
    max-width: 38px; }

.search-results .col-sm-12 {
  flex-basis: auto; }

.home iframe {
  display: block;
  margin: 0 auto; }

.home .dual_cta {
  margin: 50px auto;
  max-width: 1080px; }

.home .yd-block:nth-child(odd) {
  background: #eaedf5; }

.home .yd-block:nth-child(even) {
  background: #fff; }

.home .home-intro {
  margin: 70px auto; }

.meet-the-members .bio-hidden {
  display: none; }

.meet-the-members .reveal-biog {
  cursor: pointer; }
  .meet-the-members .reveal-biog i {
    transition: all 0.2s; }

.meet-the-members .bio-revealed i {
  transform: rotate(180deg); }

.delegation {
  padding: 20px; }
  .delegation li {
    font-size: 17px;
    padding-left: 20px; }
  .delegation p {
    margin: 5px; }

.pagination {
  text-align: center; }
  .pagination a, .pagination li {
    padding: 10px;
    margin: 0 10px; }
  .pagination .current {
    opacity: 0.5; }

nav.woocommerce-pagination {
  margin: 0 auto; }
  nav.woocommerce-pagination ul {
    list-style: none; }
    nav.woocommerce-pagination ul li {
      display: inline-block;
      padding: 10px; }

.single-post .date {
  margin: 0 20px 30px;
  color: #555; }

.events-single .event-image {
  padding: 0;
  background: #eaedf5; }
  .events-single .event-image img {
    max-width: 100%;
    max-height: 400px;
    margin: auto; }
  @media (max-width: 767.98px) {
    .events-single .event-image {
      padding: 20px 0 0; } }

.events-single .event-header .event-detail {
  color: #555;
  font-size: 17px;
  text-transform: capitalize; }

@media (max-width: 767.98px) {
  .events-single .event-content .content-wrapper {
    padding-top: 0; } }

.tribe-events-ajax-loading {
  display: none; }

.author-bio .author-image {
  margin: 20px 0 20px 20px;
  width: 150px;
  height: 150px; }
  @media (max-width: 991.98px) {
    .author-bio .author-image {
      width: 100%;
      height: auto;
      margin: 20px 0 20px; } }

.author-bio .author-info {
  padding: 0 20px 20px; }

@media (max-width: 767.98px) {
  .author-bio.sidebar {
    display: none; } }

.author-bio.mobile {
  display: none; }
  .author-bio.mobile .author-image {
    width: 40%;
    display: inline-block;
    vertical-align: top; }
  .author-bio.mobile .author-info {
    width: 60%;
    display: inline-block; }
  @media (max-width: 767.98px) {
    .author-bio.mobile {
      display: block; }
      .author-bio.mobile .author-image {
        margin: 0; } }
  @media (max-width: 575.98px) {
    .author-bio.mobile .author-image {
      width: 100%;
      max-width: 150px;
      display: block; }
    .author-bio.mobile .author-info {
      padding: 0;
      width: 100%;
      display: block; } }

#comments .comment-list {
  list-style: none;
  padding-left: 0px; }
  #comments .comment-list ul {
    list-style: none; }
  #comments .comment-list .comment {
    border-left: 3px solid #50cfc1;
    padding-left: 20px;
    margin-bottom: 50px; }
    #comments .comment-list .comment .comment-body .comment-author.vcard img {
      border-radius: 100%; }
    #comments .comment-list .comment .comment-body .comment-meta a {
      color: #555; }

#comments #commentform label, #comments .contact-form label {
  display: inline-block; }

.corporate-friends .wp-block-image {
  display: inline-block;
  padding: 5px; }

.job {
  background-color: #eaedf5; }

.post-hidden {
  opacity: 0;
  max-height: 0;
  overflow-y: hidden;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .post-hidden.post-revealed {
    opacity: 1;
    max-height: 100%;
    padding-bottom: 3rem; }

.post-reveal {
  background-color: #d9deed;
  margin-top: -1px;
  padding: 10px 45px 10px 20px;
  cursor: pointer;
  color: black; }
  @media (max-width: 991.98px) {
    .post-reveal {
      padding-right: 25px; } }
  .post-reveal i {
    transition: all 0.2s; }
  .post-reveal.post-reveal-active i {
    transform: rotate(180deg); }

#ttcont {
  padding: 15px 30px !important;
  border-radius: 5px !important;
  background: #d9deed !important;
  color: #000 !important;
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2); }

@media (max-width: 991.98px) {
  .error404 .content-wrapper h1 {
    margin-top: 70px; }
  .error404 .content-wrapper .col .search {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    .error404 .content-wrapper .col .search input[type="search"] {
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      width: auto; } }

@media (max-width: 767.98px) {
  .meet-the-members .member-contact {
    padding-left: 0; } }

.traffic td.red {
  background-color: red;
  color: red; }

.traffic td.orange {
  background-color: orange;
  color: orange; }

.traffic td.yellow {
  background-color: yellow;
  color: yellow; }

.traffic td.green {
  background-color: green;
  color: green; }

.skip-to-content-link {
  background: #242424;
  color: #fff;
  line-height: 1;
  left: 0;
  padding: .8rem;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s; }
  .skip-to-content-link:focus {
    transform: translateY(0%);
    color: #fff; }

/**
 * partials/footer
 * ---
 */
.footer .footer-top {
  padding: 50px;
  background-color: #003d2a; }
  .footer .footer-top * {
    color: white;
    font-size: 16px; }
  .footer .footer-top .col {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
  .footer .footer-top .menu {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0; }
    .footer .footer-top .menu li {
      margin-left: 0; }
      .footer .footer-top .menu li a {
        padding: 0 0 5px 0;
        margin-bottom: 10px; }
      .footer .footer-top .menu li:last-of-type {
        margin-bottom: 0px; }

.footer .footer-bottom p {
  width: 100%;
  text-align: right; }

.footer .wrapper {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }

@media (max-width: 991.98px) {
  .footer .menu {
    width: auto; }
    .footer .menu .menu-item {
      margin-bottom: 0; }
      .footer .menu .menu-item a:hover {
        border-bottom: 3px solid #50cfc1; }
  .footer .footer-logos a {
    margin-bottom: 32px; } }

@media (max-width: 575.98px) {
  .footer .footer-top {
    padding: 20px; } }

/**
 * partials/print
 * ---
 * Print version
 * (from https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css)
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

#tribe-events .tribe-community-events h1,
h1 {
  font-size: 50px;
  letter-spacing: 0em; }
  @media (max-width: 767.98px) {
    #tribe-events .tribe-community-events h1,
    h1 {
      font-size: 30px; } }

#tribe-events .tribe-community-events h2,
h2 {
  font-size: 35px;
  letter-spacing: 0em; }
  @media (max-width: 767.98px) {
    #tribe-events .tribe-community-events h2,
    h2 {
      font-size: 25px; } }

#tribe-events .tribe-community-events h3,
h3 {
  font-size: 25px;
  letter-spacing: 0em; }
  @media (max-width: 767.98px) {
    #tribe-events .tribe-community-events h3,
    h3 {
      font-size: 20px; } }

#tribe-events .tribe-community-events h4,
h4 {
  font-size: 22px;
  letter-spacing: 0em; }

#tribe-events .tribe-community-events h5,
h5 {
  font-size: 17px;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

#tribe-events .tribe-community-events p,
p {
  font-size: 17px;
  letter-spacing: 0.01em; }

p.intro {
  font-size: 18px;
  letter-spacing: 0.01em; }

#tribe-events .tribe-community-events strong,
#tribe-events .tribe-community-events a {
  font-size: inherit; }

figcaption,
blockquote,
blockquote.wp-block-quote {
  border-left: 3px solid #50cfc1;
  margin: 0;
  padding-left: 30px; }
  figcaption p,
  blockquote p,
  blockquote.wp-block-quote p {
    font-family: "Syntax-bold", "Syntax", "Helvetica Neue", Helvetica, Arial, "Open Sans", sans-serif;
    font-size: 17px;
    letter-spacing: 0.01em; }
  figcaption cite,
  blockquote cite,
  blockquote.wp-block-quote cite {
    font-family: "Syntax-italic", "Syntax", "Helvetica Neue", Helvetica, Arial, "Open Sans", sans-serif;
    font-size: 17px;
    letter-spacing: 0.01em; }

.wp-block-image figcaption {
  padding-left: 20px;
  text-align: left; }

b, strong {
  font-family: "Syntax-bold", "Syntax", "Helvetica Neue", Helvetica, Arial, "Open Sans", sans-serif; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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, .col-xs,
.col-xs-auto, .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, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .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, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  -ms-flex: none !important;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  -ms-flex: none !important;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  -ms-flex: none !important;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  -ms-flex: none !important;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  -ms-flex: none !important;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  -ms-flex: none !important;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  -ms-flex: none !important;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  -ms-flex: none !important;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  -ms-flex: none !important;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  -ms-flex: none !important;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  -ms-flex: none !important;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  -ms-flex: none !important;
  max-width: 100%; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

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

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

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

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

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

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  max-width: none;
  width: auto; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

@media (min-width: 420) {
  .col-xs-1 {
    flex: 0 0 8.33333%;
    -ms-flex: none !important;
    max-width: 8.33333%; }
  .col-xs-2 {
    flex: 0 0 16.66667%;
    -ms-flex: none !important;
    max-width: 16.66667%; }
  .col-xs-3 {
    flex: 0 0 25%;
    -ms-flex: none !important;
    max-width: 25%; }
  .col-xs-4 {
    flex: 0 0 33.33333%;
    -ms-flex: none !important;
    max-width: 33.33333%; }
  .col-xs-5 {
    flex: 0 0 41.66667%;
    -ms-flex: none !important;
    max-width: 41.66667%; }
  .col-xs-6 {
    flex: 0 0 50%;
    -ms-flex: none !important;
    max-width: 50%; }
  .col-xs-7 {
    flex: 0 0 58.33333%;
    -ms-flex: none !important;
    max-width: 58.33333%; }
  .col-xs-8 {
    flex: 0 0 66.66667%;
    -ms-flex: none !important;
    max-width: 66.66667%; }
  .col-xs-9 {
    flex: 0 0 75%;
    -ms-flex: none !important;
    max-width: 75%; }
  .col-xs-10 {
    flex: 0 0 83.33333%;
    -ms-flex: none !important;
    max-width: 83.33333%; }
  .col-xs-11 {
    flex: 0 0 91.66667%;
    -ms-flex: none !important;
    max-width: 91.66667%; }
  .col-xs-12 {
    flex: 0 0 100%;
    -ms-flex: none !important;
    max-width: 100%; }
  .offset-xs-0 {
    margin-left: 0; }
  .offset-xs-1 {
    margin-left: 8.33333%; }
  .offset-xs-2 {
    margin-left: 16.66667%; }
  .offset-xs-3 {
    margin-left: 25%; }
  .offset-xs-4 {
    margin-left: 33.33333%; }
  .offset-xs-5 {
    margin-left: 41.66667%; }
  .offset-xs-6 {
    margin-left: 50%; }
  .offset-xs-7 {
    margin-left: 58.33333%; }
  .offset-xs-8 {
    margin-left: 66.66667%; }
  .offset-xs-9 {
    margin-left: 75%; }
  .offset-xs-10 {
    margin-left: 83.33333%; }
  .offset-xs-11 {
    margin-left: 91.66667%; }
  .order-xs-0 {
    order: 0; }
  .order-xs-1 {
    order: 1; }
  .order-xs-2 {
    order: 2; }
  .order-xs-3 {
    order: 3; }
  .order-xs-4 {
    order: 4; }
  .order-xs-5 {
    order: 5; }
  .order-xs-6 {
    order: 6; }
  .order-xs-7 {
    order: 7; }
  .order-xs-8 {
    order: 8; }
  .order-xs-9 {
    order: 9; }
  .order-xs-10 {
    order: 10; }
  .order-xs-11 {
    order: 11; }
  .order-xs-12 {
    order: 12; }
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xs-auto {
    flex: 0 0 auto;
    max-width: none;
    width: auto; }
  .order-xs-first {
    order: -1; }
  .order-xs-last {
    order: 13; } }

@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    -ms-flex: none !important;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    -ms-flex: none !important;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    -ms-flex: none !important;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    -ms-flex: none !important;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    -ms-flex: none !important;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    -ms-flex: none !important;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    -ms-flex: none !important;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    -ms-flex: none !important;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    -ms-flex: none !important;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    -ms-flex: none !important;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    -ms-flex: none !important;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    -ms-flex: none !important;
    max-width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    max-width: none;
    width: auto; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; } }

@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.33333%;
    -ms-flex: none !important;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    -ms-flex: none !important;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    -ms-flex: none !important;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    -ms-flex: none !important;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    -ms-flex: none !important;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    -ms-flex: none !important;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    -ms-flex: none !important;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    -ms-flex: none !important;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    -ms-flex: none !important;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    -ms-flex: none !important;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    -ms-flex: none !important;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    -ms-flex: none !important;
    max-width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    max-width: none;
    width: auto; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; } }

@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.33333%;
    -ms-flex: none !important;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    -ms-flex: none !important;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    -ms-flex: none !important;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    -ms-flex: none !important;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    -ms-flex: none !important;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    -ms-flex: none !important;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    -ms-flex: none !important;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    -ms-flex: none !important;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    -ms-flex: none !important;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    -ms-flex: none !important;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    -ms-flex: none !important;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    -ms-flex: none !important;
    max-width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    max-width: none;
    width: auto; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; } }

@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.33333%;
    -ms-flex: none !important;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    -ms-flex: none !important;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    -ms-flex: none !important;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    -ms-flex: none !important;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    -ms-flex: none !important;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    -ms-flex: none !important;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    -ms-flex: none !important;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    -ms-flex: none !important;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    -ms-flex: none !important;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    -ms-flex: none !important;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    -ms-flex: none !important;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    -ms-flex: none !important;
    max-width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    max-width: none;
    width: auto; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; } }

@media (min-width: 2000px) {
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    -ms-flex: none !important;
    max-width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    -ms-flex: none !important;
    max-width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    -ms-flex: none !important;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    -ms-flex: none !important;
    max-width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    -ms-flex: none !important;
    max-width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    -ms-flex: none !important;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    -ms-flex: none !important;
    max-width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    -ms-flex: none !important;
    max-width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    -ms-flex: none !important;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    -ms-flex: none !important;
    max-width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    -ms-flex: none !important;
    max-width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    -ms-flex: none !important;
    max-width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .order-xxl-0 {
    order: 0; }
  .order-xxl-1 {
    order: 1; }
  .order-xxl-2 {
    order: 2; }
  .order-xxl-3 {
    order: 3; }
  .order-xxl-4 {
    order: 4; }
  .order-xxl-5 {
    order: 5; }
  .order-xxl-6 {
    order: 6; }
  .order-xxl-7 {
    order: 7; }
  .order-xxl-8 {
    order: 8; }
  .order-xxl-9 {
    order: 9; }
  .order-xxl-10 {
    order: 10; }
  .order-xxl-11 {
    order: 11; }
  .order-xxl-12 {
    order: 12; }
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    max-width: none;
    width: auto; }
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 13; } }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%; }

.row {
  display: flex;
  flex-wrap: wrap; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*='col-'] {
    padding-right: 0;
    padding-left: 0; }

.col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.btn, button, .button,
.tribe_community_edit #tribe-events .tribe-button,
#tribe-events-pg-template #tribe-events.tribe-js #loginform .button-primary,
.tribe_community_list #tribe-events .tribe-button,
#commentform .form-submit .submit,
.content-wrapper .wp-block-file .wp-block-button__link,
.content-wrapper .wp-block-file .wp-block-file__button {
  background: none;
  border: none;
  border-radius: 0;
  padding: 5px 7px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: inherit;
  font-weight: normal;
  font-size: inherit;
  color: #000;
  font-weight: 600; }

/**
 * Accessibility amends
 * Focus state must have a visual indicator
 * Colour choices can be over-ridden by additional classes
**/
.btn:focus, button:focus, .button:focus {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  outline: auto !important; }

.btn:disabled, button:disabled, .button:disabled {
  opacity: 0.5;
  cursor: not-allowed; }

.btn-primary, .button-primary,
.tribe_community_edit #tribe-events .tribe-button,
#tribe-events-pg-template #tribe-events.tribe-js #loginform .button-primary,
.tribe_community_list #tribe-events .tribe-button,
#commentform .form-submit .submit,
.content-wrapper .wp-block-file .wp-block-button__link,
.content-wrapper .wp-block-file .wp-block-file__button,
.woocommerce-mini-cart__buttons a.checkout,
.woocommerce-cart-form button,
.cart-collaterals .button,
.checkout-button,
#place_order,
.woocommerce-form-login button,
.woocommerce-form-coupon button,
.card-tall a.add_to_cart_button,
.card-tall .woocommerce-variation-add-to-cart,
.wc-bookings-booking-form-button.single_add_to_cart_button {
  background: #50cfc1;
  min-width: 140px;
  padding: 14px; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .button-primary:hover, .button-primary:active, .button-primary:focus,
  .tribe_community_edit #tribe-events .tribe-button:hover,
  .tribe_community_edit #tribe-events .tribe-button:active,
  .tribe_community_edit #tribe-events .tribe-button:focus,
  #tribe-events-pg-template #tribe-events.tribe-js #loginform .button-primary:hover,
  #tribe-events-pg-template #tribe-events.tribe-js #loginform .button-primary:active,
  #tribe-events-pg-template #tribe-events.tribe-js #loginform .button-primary:focus,
  .tribe_community_list #tribe-events .tribe-button:hover,
  .tribe_community_list #tribe-events .tribe-button:active,
  .tribe_community_list #tribe-events .tribe-button:focus,
  #commentform .form-submit .submit:hover,
  #commentform .form-submit .submit:active,
  #commentform .form-submit .submit:focus,
  .content-wrapper .wp-block-file .wp-block-button__link:hover,
  .content-wrapper .wp-block-file .wp-block-button__link:active,
  .content-wrapper .wp-block-file .wp-block-button__link:focus,
  .content-wrapper .wp-block-file .wp-block-file__button:hover,
  .content-wrapper .wp-block-file .wp-block-file__button:active,
  .content-wrapper .wp-block-file .wp-block-file__button:focus,
  .woocommerce-mini-cart__buttons a.checkout:hover,
  .woocommerce-mini-cart__buttons a.checkout:active,
  .woocommerce-mini-cart__buttons a.checkout:focus,
  .woocommerce-cart-form button:hover,
  .woocommerce-cart-form button:active,
  .woocommerce-cart-form button:focus,
  .cart-collaterals .button:hover,
  .cart-collaterals .button:active,
  .cart-collaterals .button:focus,
  .checkout-button:hover,
  .checkout-button:active,
  .checkout-button:focus,
  #place_order:hover,
  #place_order:active,
  #place_order:focus,
  .woocommerce-form-login button:hover,
  .woocommerce-form-login button:active,
  .woocommerce-form-login button:focus,
  .woocommerce-form-coupon button:hover,
  .woocommerce-form-coupon button:active,
  .woocommerce-form-coupon button:focus,
  .card-tall a.add_to_cart_button:hover,
  .card-tall a.add_to_cart_button:active,
  .card-tall a.add_to_cart_button:focus,
  .card-tall .woocommerce-variation-add-to-cart:hover,
  .card-tall .woocommerce-variation-add-to-cart:active,
  .card-tall .woocommerce-variation-add-to-cart:focus,
  .wc-bookings-booking-form-button.single_add_to_cart_button:hover,
  .wc-bookings-booking-form-button.single_add_to_cart_button:active,
  .wc-bookings-booking-form-button.single_add_to_cart_button:focus {
    background: #78dacf; }
  .btn-primary.disabled, .button-primary.disabled,
  .tribe_community_edit #tribe-events .tribe-button.disabled,
  #tribe-events-pg-template #tribe-events.tribe-js #loginform .button-primary.disabled,
  .tribe_community_list #tribe-events .tribe-button.disabled,
  #commentform .form-submit .submit.disabled,
  .content-wrapper .wp-block-file .wp-block-button__link.disabled,
  .content-wrapper .wp-block-file .wp-block-file__button.disabled,
  .woocommerce-mini-cart__buttons a.checkout.disabled,
  .woocommerce-cart-form button.disabled,
  .cart-collaterals .button.disabled,
  .checkout-button.disabled,
  #place_order.disabled,
  .woocommerce-form-login button.disabled,
  .woocommerce-form-coupon button.disabled,
  .card-tall a.add_to_cart_button.disabled,
  .card-tall .woocommerce-variation-add-to-cart.disabled,
  .wc-bookings-booking-form-button.single_add_to_cart_button.disabled {
    background: #dcdee2;
    color: #1a1a1a;
    cursor: not-allowed; }

.tribe_community_edit #tribe-events .button-primary {
  background: #50cfc1 !important; }

.tribe_community_list #tribe-events .tribe-button.tribe-button-tertiary {
  background: #b4eae4; }

.btn-primary.btn-primary-sm {
  padding: 7px 10px;
  min-width: 50px; }

.btn-primary-square {
  background: #50cfc1;
  min-width: 48px;
  min-height: 48px;
  padding: 8px 14px; }
  .btn-primary-square:hover, .btn-primary-square:active, .btn-primary-square:focus {
    background: #78dacf; }

.btn-primary-simple {
  background: none;
  border-top: 2px solid #50cfc1; }
  .btn-primary-simple:hover {
    background-color: #50cfc1;
    border-top: 2px solid #50cfc1; }

.btn-secondary, .button.wc-forward {
  background: #f5a078;
  border-bottom: none !important;
  min-width: 140px;
  padding: 14px; }
  .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .button.wc-forward:hover, .button.wc-forward:active, .button.wc-forward:focus {
    background: #f9c1a7; }

.btn-tertiary, .btn-tirtiary {
  background: #dcdee2;
  min-width: 140px;
  padding: 7px 10px; }
  .btn-tertiary:hover, .btn-tertiary:active, .btn-tertiary:focus, .btn-tirtiary:hover, .btn-tirtiary:active, .btn-tirtiary:focus {
    background: #c0c4cb; }

.btn-next,
.btn-prev {
  background: #f5a078;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  padding: 14px;
  position: absolute;
  top: 30%;
  padding-top: 20px;
  z-index: 9; }
  .btn-next:hover, .btn-next:active, .btn-next:focus,
  .btn-prev:hover,
  .btn-prev:active,
  .btn-prev:focus {
    background: #f9c1a7; }
  .btn-next:before,
  .btn-prev:before {
    content: url(img/menu-arrow.png); }
  .btn-next.slick-disabled,
  .btn-prev.slick-disabled {
    opacity: 0.2; }

.btn-prev {
  left: -70px;
  transform: rotate(180deg); }

.btn-next {
  right: -70px; }

.menu-btn {
  min-width: auto;
  padding: 20px;
  box-sizing: border-box;
  width: 75px;
  height: 70px;
  top: 0;
  right: 0;
  z-index: 4; }
  .menu-btn img {
    transition: all 0.2s; }

.sub-menu-back {
  margin-left: 32px;
  margin-top: 30px; }

.menu-btn-vertical img {
  transform: rotate(90deg); }

@media (max-width: 991.98px) {
  .menu-btn {
    display: block; }
  .btn {
    min-width: 48px;
    min-height: 48px; }
    .btn.btn-primary-sm {
      display: inline-block;
      padding-top: 10px; } }

.hero {
  background-size: cover;
  background-position: center;
  background-color: #363636;
  height: 620px;
  position: relative; }
  .hero h1 {
    margin-top: auto; }
  .hero .wrapper {
    margin-top: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .hero .wrapper .hero-hide {
      background-color: #53857f;
      padding: 2px 10px;
      cursor: pointer;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .hero .wrapper .hero-hide i {
        transition: all 0.2s; }
    .hero .wrapper .hero-hidden i {
      transform: rotate(180deg); }
    .hero .wrapper .hero-detail {
      padding: 15px 20px;
      background-color: #003d2a;
      color: #fff; }

.home .hero {
  margin-top: -29px;
  z-index: 1; }
  .home .hero h1 {
    color: white;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    width: 50%;
    margin: auto auto 0; }

@media (max-width: 991.98px) {
  .home .hero {
    margin-top: 70px; }
    .home .hero h1 {
      font-size: 30px;
      width: 90%; }
    .home .hero .search {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      margin: 50px auto 0; }
      .home .hero .search .search-input {
        flex-grow: 1;
        max-width: 300px;
        width: auto; }
  .hero {
    min-height: 50vh;
    max-height: 80vh;
    margin-top: 70px; } }

@media (max-width: 767.98px) {
  .hero {
    min-height: 30vh;
    max-height: 30vh; }
    .hero .wrapper .hero-detail {
      display: none; }
  .home .hero {
    max-height: 70vh; } }

.dual_cta {
  margin: 50px 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }
  .dual_cta .dual_cta_left.col-md-6 {
    padding-right: 10px; }
  .dual_cta .dual_cta_right.col-md-6 {
    padding-left: 10px; }
  .dual_cta .col-md-6 {
    padding: 0; }
    .dual_cta .col-md-6 .cta_content {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: space-around;
      -moz-justify-content: space-around;
      -ms-justify-content: space-around;
      justify-content: space-around;
      -ms-flex-pack: space-around;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      padding: 70px 0;
      width: 100%;
      height: 100%;
      min-height: 300px;
      max-height: 250px;
      background-size: cover;
      background-color: #363636; }
      .dual_cta .col-md-6 .cta_content h5 {
        color: #fff;
        margin: 0;
        text-transform: uppercase;
        white-space: nowrap;
        text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4); }
      .dual_cta .col-md-6 .cta_content h2 {
        color: #fff;
        margin: 0;
        text-align: center;
        text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
        font-weight: 100; }
      .dual_cta .col-md-6 .cta_content a {
        cursor: pointer;
        color: #000;
        font-weight: 600; }
        .dual_cta .col-md-6 .cta_content a:hover {
          filter: brightness(110%); }

.cta-events-list {
  padding: 50px 0; }
  .cta-events-list h5 {
    margin-top: 0; }
  .cta-events-list li {
    list-style: none;
    font-size: 22px;
    padding: 5px 0; }
    .cta-events-list li:hover:before {
      content: url("img/menu-arrow.png");
      left: -20px;
      position: absolute;
      transform: none; }
  .cta-events-list a:not(.btn-primary) {
    border-bottom: 3px solid transparent;
    padding: 0 0 5px 0; }
    .cta-events-list a:not(.btn-primary):hover {
      border-color: #50cfc1; }
  .cta-events-list a.btn-primary {
    margin-top: 20px; }
  .cta-events-list span {
    display: block; }
  .cta-events-list .large-cta {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .cta-events-list .large-cta h3 {
      text-align: center; }
    .cta-events-list .large-cta .cta_image {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: flex-end;
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      align-items: flex-end;
      width: 100%;
      min-height: 300px;
      background-size: cover;
      padding: 0 0 11px 0; }

.page-template-default .cta-events-list {
  padding: 30px 0 30px 20px;
  border-left: 3px solid #50cfc1; }
  .page-template-default .cta-events-list .pusher {
    display: none; }
  .page-template-default .cta-events-list .large-cta .cta_image {
    background-size: contain;
    background-repeat: no-repeat; }
    .page-template-default .cta-events-list .large-cta .cta_image .cta-event-list-link {
      display: none; }
  .page-template-default .cta-events-list li {
    font-size: inherit; }
    .page-template-default .cta-events-list li:hover:before {
      left: -10px; }

@media (max-width: 991.98px) {
  .cta-events-list .pusher {
    display: none; } }

@media (max-width: 767.98px) {
  .dual_cta .dual_cta_left.col-md-6 {
    padding-right: 0;
    padding-bottom: 20px; }
  .dual_cta .dual_cta_right.col-md-6 {
    padding-left: 0; }
  .cta-events-list .large-cta .cta-event-list {
    margin-bottom: 50px; }
    .cta-events-list .large-cta .cta-event-list .cta-event-list-link {
      display: none; }
  .cta-events-list .large-cta .cta_image {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; } }

ul, ol {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 10px; }
  ul li, ol li {
    font-size: 17px; }

.icon {
  background-image: url("img/icon-ss.png");
  display: block;
  height: 30px;
  width: 30px;
  background-size: cover; }
  .icon.icon-computer {
    width: 38px;
    max-width: 38px; }
  .icon.icon-map {
    width: 36px;
    max-width: 36px;
    background-position: -45px; }
  .icon.icon-car {
    width: 31px;
    max-width: 31px;
    background-position: -87px; }
  .icon.icon-download {
    width: 27px;
    max-width: 27px;
    background-position: -124px; }
  .icon.icon-go {
    width: 30px;
    max-width: 30px;
    background-position: -160px; }
  .icon.icon-camera {
    width: 34px;
    max-width: 34px;
    background-position: -195px; }
  .icon.icon-mail {
    width: 37px;
    max-width: 37px;
    background-position: -235px; }
  .icon.icon-phone {
    width: 27px;
    max-width: 27px;
    background-position: -277px; }
  .icon.icon-down {
    width: 22px;
    max-width: 22px;
    background-position: -307px; }

.icon-sm {
  background-image: url("img/icon-ss.png");
  display: block;
  height: 20px;
  width: 20px;
  max-width: 20px;
  background-size: cover; }
  .icon-sm.icon-computer {
    width: 25px;
    max-width: 25px; }
  .icon-sm.icon-map {
    width: 25px;
    max-width: 25px;
    background-position: -30px; }
  .icon-sm.icon-car {
    width: 22px;
    max-width: 22px;
    background-position: -58px; }
  .icon-sm.icon-download {
    width: 18px;
    max-width: 18px;
    background-position: -83px; }
  .icon-sm.icon-go {
    width: 20px;
    max-width: 20px;
    background-position: -107px; }
  .icon-sm.icon-camera {
    width: 24px;
    max-width: 24px;
    background-position: -130px; }
  .icon-sm.icon-mail {
    width: 26px;
    max-width: 26px;
    background-position: -157px; }
  .icon-sm.icon-phone {
    width: 19px;
    max-width: 19px;
    background-position: -184px; }
  .icon-sm.icon-down {
    width: 17px;
    max-width: 17px;
    background-position: -203px; }

.icon.icon-wht,
.icon-sm.icon-wht {
  background-image: url("img/icon-ss-wht.png"); }

.icon-lrg {
  background-image: url("img/icon-ss-lrg.png");
  display: block;
  height: 50px;
  width: 50px;
  background-size: cover; }
  .icon-lrg.icon-calendar {
    width: 64px;
    max-width: 64px; }
  .icon-lrg.icon-sign {
    width: 36px;
    max-width: 36px;
    background-position: -45px; }
  .icon-lrg.icon-parking {
    width: 36px;
    max-width: 36px;
    background-position: -45px; }
  .icon-lrg.icon-dog {
    width: 36px;
    max-width: 36px;
    background-position: -45px; }
  .icon-lrg.icon-wheelchair {
    width: 36px;
    max-width: 36px;
    background-position: -45px; }

.icon-lrg-blk {
  background-image: url("img/icon-ss-lrg-blk.png"); }

/* Social media small */
.icon-sm-sm {
  background-image: url("img/icon-sm-ss.png");
  display: block;
  height: 35px;
  width: 35px;
  background-size: cover; }
  .icon-sm-sm.icon-insta {
    width: 35px;
    max-width: 35px; }
  .icon-sm-sm.icon-fb {
    width: 32px;
    max-width: 32px;
    background-position: -34px; }
  .icon-sm-sm.icon-tw {
    width: 39px;
    max-width: 39px;
    background-position: -66px; }
  .icon-sm-sm.icon-yt {
    width: 40px;
    max-width: 40px;
    background-position: -102px; }

.icon-sm-sm-blk {
  background-image: url("../img/icon-sm-ss-blk.png"); }

.icon-sm-lrg {
  background-image: url("../img/icon-sm-ss-lrg.png");
  display: block;
  height: 50px;
  width: 50px;
  background-size: cover; }
  .icon-sm-lrg.icon-insta {
    width: 64px;
    max-width: 64px; }
  .icon-sm-lrg.icon-fb {
    width: 36px;
    max-width: 36px;
    background-position: -45px; }
  .icon-sm-lrg.icon-tw {
    width: 36px;
    max-width: 36px;
    background-position: -45px; }
  .icon-sm-lrg.icon-yt {
    width: 36px;
    max-width: 36px;
    background-position: -45px; }

.icon-sm-lrg-blk {
  background-image: url("../img/icon-sm-ss-lrg-blk.png"); }

.icon-flag {
  background-image: url("../img/flags-ss.png");
  display: block;
  height: 44px;
  width: 60px;
  max-width: 60px;
  background-size: cover; }
  .icon-flag.icon-france {
    background-position: -61px; }
  .icon-flag.icon-netherlands {
    background-position: -181px; }
  .icon-flag.icon-germany {
    background-position: -121px; }

.footer-logos ul {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .footer-logos a:hover {
    border: none; }
  .footer-logos .footer-logo {
    background-image: url("img/footer-logos-ss.png");
    display: block;
    height: 87px;
    width: 100px;
    max-width: 100%;
    background-size: cover; }
    .footer-logos .footer-logo.viewranger {
      width: 122px;
      background-position: -97px; }
    .footer-logos .footer-logo.npuk {
      width: 142px;
      background-position: -230px; }
    .footer-logos .footer-logo.investors {
      width: 190px;
      background-position: -378px; }

@media (min-width: 992px) {
  .footer-logos {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; } }

@media (max-width: 575.98px) {
  .footer-logos .footer-logo {
    height: 60px; }
    .footer-logos .footer-logo.europarc {
      width: 65px; }
    .footer-logos .footer-logo.viewranger {
      width: 90px;
      background-position: -68px; }
    .footer-logos .footer-logo.npuk {
      width: 92px;
      background-position: -160px; }
    .footer-logos .footer-logo.investors {
      height: 55px;
      width: 118px;
      background-position: -241px; } }

form input, .wc-payment-form input {
  border-radius: 0 !important;
  -webkit-appearance: none; }

form input:active, form input:focus, .wc-payment-form input:active, .wc-payment-form input:focus {
  outline: none;
  border: 1px solid #50cfc1; }

form input[type="text"],
form input[type="password"],
form input[type="search"],
form input[type="email"],
form input[type="number"],
form input[type="tel"],
form textarea, .wc-payment-form input[type="text"],
.wc-payment-form input[type="password"],
.wc-payment-form input[type="search"],
.wc-payment-form input[type="email"],
.wc-payment-form input[type="number"],
.wc-payment-form input[type="tel"],
.wc-payment-form textarea {
  border: 1px solid black;
  padding: 5px 7px;
  box-sizing: border-box; }

form label, .wc-payment-form label {
  color: #000;
  font-size: 13px; }

form input[type="checkbox"], .wc-payment-form input[type="checkbox"] {
  border: 1px solid #dcdee2;
  padding: 10px;
  -webkit-appearance: checkbox; }

form input[type="radio"], .wc-payment-form input[type="radio"] {
  -webkit-appearance: checkbox; }

form textarea, .wc-payment-form textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.hero .search,
.error404 .col .search {
  margin-top: 50px; }
  .hero .search input[type="search"],
  .error404 .col .search input[type="search"] {
    border: 1px solid black;
    padding: 12px 15px 13px;
    border-right: none;
    margin-right: -3px;
    width: 300px; }
  .hero .search .btn-primary,
  .error404 .col .search .btn-primary {
    border: 1px solid black;
    border-left: none; }

.hero .search .btn-primary:hover {
  border: solid 1px #78dacf; }

select {
  width: 100%;
  border: none;
  border-radius: 0;
  height: 2em;
  outline: none;
  margin-bottom: 0;
  background-color: transparent;
  -webkit-appearance: none; }
  select:after {
    display: block;
    content: "";
    position: absolute;
    background-color: white;
    border: 1px solid #f95706;
    margin-left: 0.5rem;
    transform: rotate(45deg);
    right: 1rem;
    top: 8px;
    width: 16px;
    height: 16px;
    min-width: 16px;
    border-left: 0;
    border-top: 0; }

.woocommerce select {
  background-color: white;
  border: 1px solid;
  padding: 0 5px; }

.sidebar form {
  padding: 0 20px 20px;
  width: 100%; }
  .sidebar form select {
    margin-bottom: 20px;
    cursor: pointer;
    border-bottom: 1px solid #555; }

#loginform {
  padding: 60px; }

#tribe-events-pg-template #tribe-events.tribe-js #loginform,
#tribe_events_community_login {
  float: none;
  padding: 0; }
  #tribe-events-pg-template #tribe-events.tribe-js #loginform label,
  #tribe_events_community_login label {
    width: auto;
    display: block;
    text-align: left; }
  @media (max-width: 767.98px) {
    #tribe-events-pg-template #tribe-events.tribe-js #loginform,
    #tribe_events_community_login {
      width: 100%; }
      #tribe-events-pg-template #tribe-events.tribe-js #loginform input[type="text"],
      #tribe-events-pg-template #tribe-events.tribe-js #loginform input[type="password"],
      #tribe_events_community_login input[type="text"],
      #tribe_events_community_login input[type="password"] {
        width: 100%; } }

#commentform, .contact-form {
  padding: 20px;
  background-color: #eaedf5; }
  #commentform label, .contact-form label {
    display: block;
    font-size: 17px; }
  #commentform input[type="text"],
  #commentform input[type="password"],
  #commentform input[type="email"],
  #commentform input[type="search"],
  #commentform textarea, .contact-form input[type="text"],
  .contact-form input[type="password"],
  .contact-form input[type="email"],
  .contact-form input[type="search"],
  .contact-form textarea {
    border: 1px solid black;
    width: 100%;
    min-width: 100%;
    max-width: 100%; }

.add-to-cart.donate form {
  background: #53857f; }
  .add-to-cart.donate form .pound {
    color: #fff;
    font-size: larger;
    padding-top: 10px; }

@media (max-width: 767.98px) {
  .add-to-cart.donate form {
    padding: 20px; }
    .add-to-cart.donate form .pound {
      padding-left: 0; }
    .add-to-cart.donate form .btn {
      max-width: 140px;
      min-width: 120px; } }

.card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 10px; }
  .card .image {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center;
    display: block; }
    .card .image.image-sm {
      text-align: center; }
      .card .image.image-sm h3 {
        background: #003d2a;
        color: #fff; }
  .card h3 {
    margin-top: 10px;
    font-weight: 100; }
  .card a h3 {
    transition: all 0.15s ease-in;
    border-bottom: 3px solid transparent; }
  .card a:hover h3 {
    border-bottom: 3px solid #50cfc1; }
  .card.event-card {
    color: white;
    flex-grow: 1; }
    .card.event-card .card-title {
      background-color: #003d2a;
      padding: 0 20px; }
    .card.event-card .card-body {
      background-color: #fff;
      color: black;
      padding: 20px; }
    .card.event-card h3 {
      flex-wrap: wrap;
      max-width: 79%;
      margin: 0;
      line-height: initial; }
  .card.product-card {
    margin: 0;
    padding: 0; }
    .card.product-card:nth-child(1) {
      padding-right: 10px !important; }
    .card.product-card:nth-child(2) {
      padding-right: 10px !important;
      padding-left: 10px !important; }
    .card.product-card:nth-child(3) {
      padding-left: 10px !important; }
    .card.product-card span, .card.product-card a {
      display: block;
      border: none;
      transition: all 0.5s; }
      .card.product-card span:hover, .card.product-card a:hover {
        border: none; }
        .card.product-card span:hover .product-card-img-wrapper, .card.product-card a:hover .product-card-img-wrapper {
          border: 1px solid #1a1a1a; }
    .card.product-card .product-card-img-wrapper {
      width: 100%;
      height: 300px;
      border: 1px solid #dcdee2;
      padding: 30px; }
      .card.product-card .product-card-img-wrapper .product-card-img {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center; }
    .card.product-card .product-card-price {
      font-weight: 500; }
      .card.product-card .product-card-price h5 {
        margin: 10px 0; }
  .card.meeting-snippet {
    margin: 0 0 40px; }
    .card.meeting-snippet .card-title {
      align-items: center;
      min-height: 100px;
      max-height: auto; }

.cross-sell .card .image {
  height: 150px;
  background-size: contain;
  background-repeat: no-repeat; }

.cross-sell .card .add_to_cart_button {
  border-top: none !important;
  width: 100%; }

.woocommerce .carousel-wrapper .carousel .card-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 150px; }

.woocommerce.tax-product_cat .card.product {
  width: 33% !important;
  min-height: 400px;
  margin: 0 0 30px;
  padding: 0 10px;
  text-align: left; }
  @media (max-width: 767.98px) {
    .woocommerce.tax-product_cat .card.product {
      width: 50% !important; } }
  @media (max-width: 419.98px) {
    .woocommerce.tax-product_cat .card.product {
      width: 100% !important; } }
  .woocommerce.tax-product_cat .card.product .toggle-options {
    border: none !important; }
  .woocommerce.tax-product_cat .card.product > a {
    border-color: transparent;
    display: flex;
    flex-direction: column;
    flex: 1; }
    .woocommerce.tax-product_cat .card.product > a:hover {
      border-color: #78dacf; }
  .woocommerce.tax-product_cat .card.product .btn-primary {
    background: #f8f8f9;
    border-top: none;
    width: 100%; }
    .woocommerce.tax-product_cat .card.product .btn-primary:hover {
      background: #78dacf; }

.woocommerce-cart .cart-grid {
  width: 100%; }
  .woocommerce-cart .cart-grid .card {
    padding: 0 10px;
    margin: 0 0 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .woocommerce-cart .cart-grid .card.card-100 {
      padding: 0 0 30px 0px;
      width: 100%;
      max-width: 100%; }
    @media (min-width: 768px) {
      .woocommerce-cart .cart-grid .card:nth-child(4n), .woocommerce-cart .cart-grid .card:first-of-type {
        padding-left: 0px; }
      .woocommerce-cart .cart-grid .card:nth-child(3n) {
        padding-right: 0px; } }
    @media (max-width: 991.98px) {
      .woocommerce-cart .cart-grid .card:nth-child(3n), .woocommerce-cart .cart-grid .card:first-of-type {
        padding-left: 0px; }
      .woocommerce-cart .cart-grid .card:nth-child(3n) {
        padding-right: 10px; }
      .woocommerce-cart .cart-grid .card:nth-child(2n) {
        padding-right: 0px;
        padding-left: 10px; } }
    @media (max-width: 767.98px) {
      .woocommerce-cart .cart-grid .card {
        padding: 15px !important; } }
    .woocommerce-cart .cart-grid .card a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      flex: 1;
      transition: all 0.2s ease-in-out; }
    .woocommerce-cart .cart-grid .card .card-header {
      width: 100%;
      height: 200px;
      background-position: center;
      background-size: cover;
      background-color: #cebfd2; }
    .woocommerce-cart .cart-grid .card .card-title {
      padding: 0 15px;
      min-height: 50px;
      background-color: #eaedf5; }
      .woocommerce-cart .cart-grid .card .card-title h5 {
        margin: 10px 0; }
    .woocommerce-cart .cart-grid .card .card-content {
      padding: 15px 20px;
      background-color: #eaedf5; }
    .woocommerce-cart .cart-grid .card .card-text {
      color: #555;
      background-color: #eaedf5; }
      .woocommerce-cart .cart-grid .card .card-text.simple-product-text {
        display: none; }
    .woocommerce-cart .cart-grid .card .card-actions {
      background-color: #eaedf5; }
      .woocommerce-cart .cart-grid .card .card-actions .btn {
        display: inline-block; }
    .woocommerce-cart .cart-grid .card .card-spacer {
      background-color: #eaedf5;
      flex-grow: 1; }
    .woocommerce-cart .cart-grid .card .card-footer {
      background-color: #eaedf5;
      padding: 15px 20px; }
    .woocommerce-cart .cart-grid .card .difficulty {
      display: inline-block;
      background-image: url("../img/left-black.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    .woocommerce-cart .cart-grid .card input[type="number"] {
      max-width: 35%; }

.carousel-wrapper {
  width: 100%;
  padding: 50px 0;
  text-align: center; }
  .carousel-wrapper > h2 {
    text-align: center;
    margin-bottom: 10px; }
  .carousel-wrapper > p {
    margin-bottom: 50px;
    margin-top: 0; }
  .carousel-wrapper .cta-event-list-link {
    display: block; }
  .carousel-wrapper .carousel {
    max-width: 1080px;
    margin: 0 auto;
    text-align: left; }
    .carousel-wrapper .carousel .card-title {
      align-items: center;
      min-height: 100px;
      max-height: 100px; }
      .carousel-wrapper .carousel .card-title h3 {
        text-transform: capitalize; }
    .carousel-wrapper .carousel .card-body .event-excerpt {
      min-height: 150px; }
    .carousel-wrapper .carousel .card-body strong {
      font-weight: bold;
      text-transform: uppercase; }
    .carousel-wrapper .carousel .card-body .event-time {
      font-size: 15px; }
    .carousel-wrapper .carousel .card-body .event-link:hover:after {
      content: url("img/menu-arrow.png");
      padding-left: 20px;
      transform: none; }
    .carousel-wrapper .carousel .card-body a {
      border-bottom: 3px solid #50cfc1;
      padding: 0 0 5px 0;
      text-transform: uppercase; }
    .carousel-wrapper .carousel .card .bg-1 {
      background-color: #53857f; }
    .carousel-wrapper .carousel .card .bg-2 {
      background-color: #50cfc1; }
    .carousel-wrapper .carousel .card .bg-3 {
      background-color: #f5a078; }
    .carousel-wrapper .carousel .card .bg-4 {
      background-color: #7f8954; }
    .carousel-wrapper .carousel .card .bg-5 {
      background-color: #50cfc1; }
    .carousel-wrapper .carousel .card .bg-6 {
      background-color: #003d2a; }

.yd-block:nth-child(odd) {
  background: #eaedf5; }

@media (max-width: 1999.98px) {
  .carousel-wrapper .carousel {
    max-width: 1080px; } }

@media (max-width: 1199.98px) {
  .carousel-wrapper .carousel.carousel-4 {
    max-width: 810px; }
  .carousel-wrapper .carousel.carousel-3 {
    max-width: 710px; } }

@media (max-width: 991.98px) {
  .carousel-wrapper .carousel.carousel-4 {
    max-width: 528px; }
  .carousel-wrapper .carousel.carousel-3 {
    max-width: 710px; } }

@media (max-width: 767.98px) {
  .carousel-wrapper .carousel.carousel-4 {
    max-width: 266px; }
  .carousel-wrapper .carousel.carousel-3 {
    max-width: 345px; } }

.map-row #map {
  height: 700px; }
  @media (max-width: 767.98px) {
    .map-row #map {
      height: 70vh; } }

.legend {
  background: #fafafa; }
  @media (min-width: 576px) and (max-width: 991.98px) {
    .legend {
      padding-top: 20px;
      padding-bottom: 20px;
      transition: all 0.6s ease-in-out;
      position: absolute;
      max-width: 300px;
      right: -300px; }
      .legend.active {
        right: 0; }
      .legend .toggle-filters {
        position: absolute;
        transform: rotate(-90deg);
        left: -78px;
        top: 38%;
        padding: 15px 25px;
        background: #f5a078;
        cursor: pointer;
        animation: 0.6s ease-out 2s 1 paddingNudge; }
      .legend .b-filters {
        max-height: 612px;
        height: 612px; }
      .legend #clear-filters {
        display: block; } }

@keyframes paddingNudge {
  0% {
    left: -78px; }
  30% {
    left: -60px; }
  100% {
    left: -78px; } }

.b-map {
  width: 100%; }
  @media (min-width: 576px) {
    .b-map.filtered {
      width: calc(100% - 15rem); } }
  @media (min-width: 992px) {
    .b-map.filtered {
      width: calc(100% - 20rem); } }
  .b-map .map-wrapper {
    height: 60vh;
    max-height: 900px; }
    @media (min-width: 576px) {
      .b-map .map-wrapper {
        height: 70vh; } }
  .b-map .key-wrapper {
    position: relative;
    background-color: #7a9f9a; }
    .b-map .key-wrapper .toggle-key {
      color: white;
      position: absolute;
      left: 50%;
      top: 0;
      text-align: center;
      width: 86px;
      z-index: 1;
      margin-left: -40px;
      line-height: 28px;
      font-size: 1.5rem;
      text-decoration: none; }
      @media (min-width: 992px) {
        .b-map .key-wrapper .toggle-key {
          top: -32px; } }
      .b-map .key-wrapper .toggle-key:before {
        display: block;
        content: '';
        width: 16px;
        height: 32px;
        position: absolute;
        border: 50px solid transparent;
        border-bottom: 50px solid #f5a078;
        border-right: none;
        z-index: -1;
        transform: rotate(-315deg);
        top: -68px;
        left: 35px; }
        @media (min-width: 992px) {
          .b-map .key-wrapper .toggle-key:before {
            transform: rotate(-135deg);
            top: auto;
            left: auto; } }
    .b-map .key-wrapper .key-outer {
      transition: all 0.5s ease-in-out;
      height: 0;
      opacity: 0;
      overflow: hidden;
      max-width: 50rem;
      margin: 0 2rem; }
      .b-map .key-wrapper .key-outer.active {
        height: auto;
        padding: 4rem 3rem 3rem;
        opacity: 1; }
        @media (min-width: 992px) {
          .b-map .key-wrapper .key-outer.active {
            padding: 3rem; } }
      @media only screen and (min-width: rem(420)) {
        .b-map .key-wrapper .key-outer {
          margin: 0 2rem; } }
      @media only screen and (min-width: rem(768px)) {
        .b-map .key-wrapper .key-outer {
          margin: auto; } }
      .b-map .key-wrapper .key-outer .key-inner {
        color: white; }
        @media (min-width: 576px) {
          .b-map .key-wrapper .key-outer .key-inner {
            box-sizing: border-box;
            display: flex;
            flex-wrap: wrap;
            margin-left: -64px; }
            .b-map .key-wrapper .key-outer .key-inner > * {
              padding: rem(0px);
              margin-left: 64px;
              box-sizing: border-box; }
            .b-map .key-wrapper .key-outer .key-inner > * {
              width: calc(50% - 64px); } }
        @media (min-width: 768px) {
          .b-map .key-wrapper .key-outer .key-inner {
            box-sizing: border-box;
            display: flex;
            flex-wrap: wrap;
            margin-left: -64px;
            flex-direction: row; }
            .b-map .key-wrapper .key-outer .key-inner > * {
              padding: rem(0px);
              margin-left: 64px;
              box-sizing: border-box; }
            .b-map .key-wrapper .key-outer .key-inner > * {
              width: calc(25% - 64px); } }
        .b-map .key-wrapper .key-outer .key-inner .key-marker {
          position: relative;
          text-transform: uppercase;
          font-size: 1rem;
          margin-bottom: 2rem; }
          @media (min-width: 768px) {
            .b-map .key-wrapper .key-outer .key-inner .key-marker {
              margin-bottom: 0; } }
          .b-map .key-wrapper .key-outer .key-inner .key-marker::before {
            display: block;
            content: '';
            width: 34px;
            height: 50px;
            position: absolute;
            background-image: url("../../resources/images/marker-sprite@2x.png");
            background-size: cover;
            background-position-y: center;
            left: -46px;
            top: -12px; }
          .b-map .key-wrapper .key-outer .key-inner .key-marker.blue::before {
            background-position-x: -212px; }
          .b-map .key-wrapper .key-outer .key-inner .key-marker.green::before {
            background-position-x: -178px; }
          .b-map .key-wrapper .key-outer .key-inner .key-marker.red::before {
            background-position-x: -144px; }
          .b-map .key-wrapper .key-outer .key-inner .key-marker.black::before {
            background-position-x: -246px; }
          .b-map .key-wrapper .key-outer .key-inner .key-marker.accommodation::before {
            width: 36px;
            background-position-x: -72px; }
          .b-map .key-wrapper .key-outer .key-inner .key-marker.food::before {
            width: 36px;
            background-position-x: -36px; }
          .b-map .key-wrapper .key-outer .key-inner .key-marker.parking::before {
            width: 36px;
            background-position-x: 0px; }

.b-filters {
  width: 100%;
  background: #fafafa;
  max-height: 570px;
  overflow-y: scroll; }
  @media (min-width: 992px) {
    .b-filters {
      min-height: 550px; } }
  .b-filters h2 {
    border-bottom: 6px solid #f5a078;
    margin: 0 0 3rem 1rem; }
  .b-filters h3 {
    padding-bottom: 1rem;
    padding-left: 1rem;
    border-left: 3px solid #7a9f9a;
    margin: 0; }
    @media (min-width: 992px) {
      .b-filters h3 {
        padding-bottom: 1.5rem; } }
    @media (max-width: 767.98px) {
      .b-filters h3 {
        padding-bottom: 2rem; } }
    .b-filters h3.active {
      border-left: 3px solid #f5a078; }
      .b-filters h3.active + .filter-group {
        height: auto;
        max-height: 500px;
        padding: 0 2rem 1rem 1rem;
        opacity: 1;
        border-left: 3px solid #f5a078; }
      .b-filters h3.active + .b-search-filter__panel {
        max-height: 500px;
        padding: 0 2rem 1rem 1rem;
        opacity: 1;
        border-left: 3px solid #f5a078; }
      .b-filters h3.active a {
        color: #50cfc1; }
    .b-filters h3 a {
      text-decoration: none;
      font-size: 17px;
      letter-spacing: 0.04em; }
      @media (min-width: 992px) {
        .b-filters h3 a {
          font-size: 1.2rem;
          letter-spacing: 3px; } }
    .b-filters h3 .badge {
      display: none;
      float: right;
      margin-right: 2rem;
      margin-top: 11px;
      font-size: 1rem;
      color: white;
      background: #f5a078;
      width: 20px;
      height: 20px;
      border-radius: 100%;
      text-align: center;
      line-height: 1.2rem;
      padding-top: 5px;
      letter-spacing: 1px; }
  .b-filters .filter-group {
    position: relative;
    max-height: 0;
    overflow: hidden;
    transition: all 0.6s ease-in-out;
    padding: 0;
    opacity: 0; }
  .b-filters .b-search-filter__panel {
    position: relative;
    border-left: 3px solid #7a9f9a;
    max-height: 0;
    overflow: hidden;
    transition: all 0.6s ease-in-out;
    padding: 0;
    opacity: 0; }
    .b-filters .b-search-filter__panel a {
      box-sizing: border-box;
      height: 57px;
      display: block;
      padding: 1rem rem(60) rem(15) 1rem;
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      text-decoration: none;
      transition: all 0.2s ease-in-out; }
      .b-filters .b-search-filter__panel a:focus {
        outline-color: transparent;
        outline-offset: 0;
        outline-width: 1px;
        text-decoration: underline; }
      @media (min-width: 992px) {
        .b-filters .b-search-filter__panel a {
          border-left-width: 0; } }
      .b-filters .b-search-filter__panel a svg {
        pointer-events: none;
        width: rem(22);
        height: rem(25);
        position: absolute;
        right: 1rem;
        top: 1rem;
        transform-origin: center;
        background-color: white;
        transition: all 0.3s ease-in-out; }
    .b-filters .b-search-filter__panel div {
      display: flex;
      padding-left: 1rem;
      margin-bottom: 1rem; }
      .b-filters .b-search-filter__panel div input {
        position: absolute;
        z-index: -1;
        opacity: 0; }
        .b-filters .b-search-filter__panel div input:focus {
          outline-offset: 0;
          outline-width: 0; }
        .b-filters .b-search-filter__panel div input:focus + label {
          text-decoration: underline; }
        .b-filters .b-search-filter__panel div input + label {
          display: inline-flex;
          align-items: center;
          cursor: pointer;
          margin: 0;
          font-weight: 200;
          white-space: nowrap;
          padding-right: 2rem;
          width: 100%;
          position: relative; }
          .b-filters .b-search-filter__panel div input + label.focus {
            text-decoration: underline; }
          .b-filters .b-search-filter__panel div input + label:after {
            display: block;
            content: "";
            position: absolute;
            right: 4px;
            top: 4px;
            width: 18px;
            height: 18px;
            background-color: white;
            border: 1px solid #50cfc1;
            margin-left: 0.5rem;
            min-width: 18px;
            border-radius: 100%; }
          .b-filters .b-search-filter__panel div input + label.disabled {
            color: #f9c1a7; }
            .b-filters .b-search-filter__panel div input + label.disabled:before {
              border-color: #f9c1a7;
              background-color: #f5a078; }
        .b-filters .b-search-filter__panel div input:checked + label:after {
          background: #f5a078; }
  .b-filters .e-select {
    padding: 0 12px 14px 9px;
    border-left: 3px solid #7a9f9a;
    position: relative; }
    .b-filters .e-select:after {
      display: block;
      content: "";
      position: absolute;
      border: 1px solid #f95706;
      margin-left: 0.5rem;
      transform: rotate(45deg);
      right: 3rem;
      top: -2px;
      width: 16px;
      height: 16px;
      min-width: 16px;
      border-left: 0;
      border-top: 0;
      cursor: pointer;
      pointer-events: auto; }
    .b-filters .e-select select {
      width: 100%;
      border: none;
      border-radius: 0;
      height: 2em;
      outline: none;
      margin-bottom: 0;
      background-color: transparent;
      -webkit-appearance: none;
      text-transform: uppercase;
      font-size: 1.2rem;
      letter-spacing: 3px;
      cursor: pointer; }
  .b-filters a.cta {
    display: inline-block;
    margin: 2rem 1.5rem; }

.b-route-info-window {
  position: absolute; }

.b-route-info-window-fixed {
  position: absolute;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 2rem;
  right: 0.5rem;
  left: 70px;
  top: auto;
  bottom: 0.5rem;
  margin-top: 0;
  width: auto; }
  @media (min-width: 768px) {
    .b-route-info-window-fixed {
      left: 140px; } }
  @media (min-width: 992px) {
    .b-route-info-window-fixed {
      right: 2rem;
      top: 50%;
      margin-top: -150px;
      width: 300px;
      bottom: auto;
      left: auto; } }
  @media (max-width: 991.98px) {
    .b-route-info-window-fixed {
      right: 40px;
      left: auto;
      bottom: 40px;
      width: 300px;
      height: 122px; } }
  @media (max-width: 767.98px) {
    .b-route-info-window-fixed {
      right: 10px;
      bottom: 10px;
      width: 75vw; } }
  .b-route-info-window-fixed .multi-wrapper, .b-route-info-window-fixed .single-wrapper {
    position: absolute;
    left: 0;
    right: 0; }
    .b-route-info-window-fixed .multi-wrapper h3.multiple-starts, .b-route-info-window-fixed .single-wrapper h3.multiple-starts {
      top: -4.5rem;
      height: 4.5rem;
      background: #fafafa;
      padding: 1.2rem 0.5rem 0.5rem 1rem;
      font-size: 1.5rem;
      color: #000;
      right: 0;
      left: 0;
      text-transform: uppercase; }
      @media (min-width: 992px) {
        .b-route-info-window-fixed .multi-wrapper h3.multiple-starts, .b-route-info-window-fixed .single-wrapper h3.multiple-starts {
          display: block; } }
      @media (max-width: 767.98px) {
        .b-route-info-window-fixed .multi-wrapper h3.multiple-starts, .b-route-info-window-fixed .single-wrapper h3.multiple-starts {
          font-size: 1.2rem; } }
    .b-route-info-window-fixed .multi-wrapper .route-next, .b-route-info-window-fixed .multi-wrapper .b-route-info-window-close, .b-route-info-window-fixed .single-wrapper .route-next, .b-route-info-window-fixed .single-wrapper .b-route-info-window-close {
      top: -4.5rem;
      display: inline-block;
      cursor: pointer;
      bottom: 0;
      width: auto;
      right: 0;
      background-color: #50cfc1;
      z-index: 9;
      padding: 0.5rem 1rem; }
      @media (min-width: 992px) {
        .b-route-info-window-fixed .multi-wrapper .route-next, .b-route-info-window-fixed .multi-wrapper .b-route-info-window-close, .b-route-info-window-fixed .single-wrapper .route-next, .b-route-info-window-fixed .single-wrapper .b-route-info-window-close {
          display: flex;
          bottom: -45px;
          width: 100%;
          height: 45px;
          justify-content: center;
          align-items: center; } }
      @media (max-width: 767.98px) {
        .b-route-info-window-fixed .multi-wrapper .route-next, .b-route-info-window-fixed .multi-wrapper .b-route-info-window-close, .b-route-info-window-fixed .single-wrapper .route-next, .b-route-info-window-fixed .single-wrapper .b-route-info-window-close {
          padding: 0px 0px 0 10px; } }
    @media (max-width: 991.98px) {
      .b-route-info-window-fixed .multi-wrapper .route-next, .b-route-info-window-fixed .single-wrapper .route-next {
        padding-top: 1.5rem; } }
  .b-route-info-window-fixed .single-wrapper {
    top: 22px;
    left: -22px; }
    .b-route-info-window-fixed .single-wrapper .route-next, .b-route-info-window-fixed .single-wrapper .b-route-info-window-close {
      box-shadow: rgba(0, 0, 0, 0.5) 0 0 2rem;
      max-width: 45px; }
      .b-route-info-window-fixed .single-wrapper .route-next > span, .b-route-info-window-fixed .single-wrapper .b-route-info-window-close > span {
        padding-left: 3px; }
  .b-route-info-window-fixed .route-wrapper {
    position: relative;
    height: 5rem; }
    @media (min-width: 992px) {
      .b-route-info-window-fixed .route-wrapper {
        height: 240px; } }
    .b-route-info-window-fixed .route-wrapper .route {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: none;
      z-index: 1; }
      .b-route-info-window-fixed .route-wrapper .route:first-child {
        display: block; }
      @media (max-width: 991.98px) {
        .b-route-info-window-fixed .route-wrapper .route img {
          display: none; } }
      .b-route-info-window-fixed .route-wrapper .route .route-detail {
        background-color: white;
        padding: 0.5rem;
        height: auto; }
        @media (min-width: 992px) {
          .b-route-info-window-fixed .route-wrapper .route .route-detail {
            padding: 20px; } }
        .b-route-info-window-fixed .route-wrapper .route .route-detail h3 {
          font-size: 18px; }
          @media (min-width: 992px) {
            .b-route-info-window-fixed .route-wrapper .route .route-detail h3 {
              margin: 0;
              font-size: 24px;
              margin: 0 0 0.75rem; } }
        .b-route-info-window-fixed .route-wrapper .route .route-detail p {
          display: none; }
          @media (min-width: 992px) {
            .b-route-info-window-fixed .route-wrapper .route .route-detail p {
              display: block;
              max-height: 100px;
              min-height: 100px;
              overflow-y: scroll; } }
        .b-route-info-window-fixed .route-wrapper .route .route-detail .cta {
          width: auto;
          display: flex;
          align-items: center;
          justify-content: center; }
          @media only screen and (max-width: rem(991px)) {
            .b-route-info-window-fixed .route-wrapper .route .route-detail .cta {
              border: none;
              width: auto;
              display: inline; } }

.b-route-info-window-close {
  cursor: pointer;
  width: 45px;
  height: 45px;
  padding: 2px 4px 0 5px;
  z-index: 1;
  background: #50cfc1; }
  @media (min-width: 992px) {
    .b-route-info-window-close {
      width: 30px;
      height: 30px;
      top: 0.5rem;
      right: 0.5rem;
      padding: 0; } }
  .b-route-info-window-close span {
    position: relative;
    text-indent: -100px;
    overflow: hidden;
    display: block;
    padding: 6px 0 0 5px;
    width: 100%;
    height: 100%; }
    .b-route-info-window-close span::before {
      display: block;
      position: absolute;
      top: 50%;
      content: '';
      width: 20px;
      height: 2px;
      transform: rotateZ(-45deg);
      transform-origin: center;
      background: #000; }
    .b-route-info-window-close span::after {
      display: block;
      position: absolute;
      top: 50%;
      content: '';
      width: 20px;
      height: 2px;
      transform: rotateZ(45deg);
      transform-origin: center;
      background: #000; }

.b-route-info-window-route-spacer {
  overflow: visible;
  cursor: default;
  clear: both;
  position: relative;
  background-color: white;
  border: 1px solid #ccc; }

.route-info-animation {
  -webkit-animation-name: route-info-animation;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  transform-origin: bottom right; }

@-webkit-keyframes route-info-animation {
  from {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1.2); }
  90% {
    -webkit-transform: scale(0.95); }
  to {
    -webkit-transform: scale(1); } }

.route-elevation {
  left: -4rem;
  top: 2.5rem;
  width: 4rem;
  padding: 0.3rem;
  height: 2.5rem;
  position: absolute;
  background: #f9c1a7;
  color: #000;
  display: flex;
  align-items: center;
  z-index: -2;
  opacity: 1;
  transition: all ease-in-out 0.5s;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 2rem; }
  @media (max-width: 991.98px) {
    .route-elevation {
      top: 3.5rem;
      left: -5rem;
      width: 5rem;
      height: 5rem;
      position: absolute;
      padding: 0;
      color: white;
      display: flex;
      align-items: center;
      z-index: -2;
      opacity: 1;
      transition: all ease-in-out 0.5s;
      box-shadow: rgba(0, 0, 0, 0.5) 0 0 2rem; } }
  @media (min-width: 992px) {
    .route-elevation {
      left: -7rem;
      top: 1rem;
      min-width: 10rem;
      min-height: 10rem; } }
  .route-elevation div {
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 1rem;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #000; }
    .route-elevation div span {
      line-height: 1.0rem; }
      .route-elevation div span:last-child {
        font-size: 12px;
        line-height: 1rem; }
    @media only screen and (min-width: rem(768px)) {
      .route-elevation div {
        transform: rotate(-45deg);
        font-size: 1.2rem; } }
    @media (min-width: 992px) {
      .route-elevation div {
        font-size: 1.5rem;
        padding-right: 5rem;
        margin-top: -2rem;
        line-height: 1rem;
        text-align: right; }
        .route-elevation div span {
          line-height: 1.5rem; }
          .route-elevation div span:last-child {
            font-size: 0.9rem; } }

.route-distance {
  left: -4rem;
  top: 0rem;
  width: 5rem;
  height: 3.5rem;
  padding: 0.3rem;
  position: absolute;
  background: #f5a078;
  display: flex;
  align-items: center;
  text-align: center;
  z-index: -1;
  opacity: 1;
  transition: all ease-in-out 0.9s;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 2rem; }
  @media (max-width: 991.98px) {
    .route-distance {
      left: -3.5rem;
      top: 0;
      width: 4rem;
      height: 4rem;
      position: absolute;
      display: flex;
      align-items: center;
      text-align: center;
      z-index: -1;
      opacity: 1;
      transition: all ease-in-out 0.9s;
      box-shadow: rgba(0, 0, 0, 0.5) 0 0 2rem; } }
  @media (min-width: 992px) {
    .route-distance {
      left: -5rem;
      top: 9rem;
      width: 6rem;
      height: 6rem; } }
  .route-distance div {
    text-align: center;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #000;
    margin-top: 0rem;
    line-height: 1rem; }
    .route-distance div span {
      line-height: 1.0rem; }
      .route-distance div span:last-child {
        font-size: 12px;
        line-height: 1rem; }
    @media only screen and (min-width: rem(768px)) {
      .route-distance div {
        transform: rotate(-45deg);
        font-size: 1.2rem; } }
    @media (min-width: 992px) {
      .route-distance div {
        text-align: right;
        padding-right: 30px;
        font-size: 1.5rem; }
        .route-distance div span {
          line-height: 1.5rem; }
          .route-distance div span:last-child {
            font-size: 0.9rem; } }

.route-distance.off {
  opacity: 0; }

.route-elevation.off {
  opacity: 0; }

.b-route-detail {
  margin: 0; }
  @media only screen and (min-width: rem(768px)) {
    .b-route-detail {
      margin: 0 0 5rem 0; } }
  .b-route-detail .route-content {
    position: relative;
    z-index: z-index("route-content"); }
    .b-route-detail .route-content__inner .route-icons {
      box-sizing: border-box;
      display: flex;
      flex-wrap: wrap;
      margin-left: 0px;
      max-width: 50rem;
      padding: 5%; }
      .b-route-detail .route-content__inner .route-icons > * {
        padding: rem(0px);
        margin-left: 0px;
        box-sizing: border-box; }
      .b-route-detail .route-content__inner .route-icons > * {
        width: calc(33.33333% - 0px); }
      .b-route-detail .route-content__inner .route-icons .route-icon {
        position: relative; }
        .b-route-detail .route-content__inner .route-icons .route-icon > div {
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          left: 0; }
          .b-route-detail .route-content__inner .route-icons .route-icon > div .route-icon-text {
            color: #fff;
            display: flex;
            flex-direction: column;
            justify-content: center;
            text-align: center;
            padding: 12% 2rem 0;
            height: 100%;
            font-size: 0.75rem; }
            @media only screen and (min-width: rem(768px)) {
              .b-route-detail .route-content__inner .route-icons .route-icon > div .route-icon-text {
                font-size: 0.9rem; } }
    .b-route-detail .route-content__inner .route-detail-info {
      padding: 5%; }
      @media only screen and (min-width: rem(576px)) {
        .b-route-detail .route-content__inner .route-detail-info {
          padding: 0 0 5% 5%; } }
      .b-route-detail .route-content__inner .route-detail-info ul li {
        border: 4px solid #f5a078;
        margin: 1rem;
        padding: 1rem; }
        @media only screen and (min-width: rem(576px)) {
          .b-route-detail .route-content__inner .route-detail-info ul li {
            box-sizing: border-box;
            display: flex;
            flex-wrap: wrap;
            margin-left: 0px;
            margin: 1rem 0 1rem 1rem;
            border-right: 0; }
            .b-route-detail .route-content__inner .route-detail-info ul li > * {
              padding: rem(0px);
              margin-left: 0px;
              box-sizing: border-box; }
            .b-route-detail .route-content__inner .route-detail-info ul li > * {
              width: calc(20% - 0px); }
            .b-route-detail .route-content__inner .route-detail-info ul li > :nth-child(2n + 1) {
              width: calc(20% - 0px); }
            .b-route-detail .route-content__inner .route-detail-info ul li > :nth-child(2n + 2) {
              width: calc(80% - 0px); } }
        .b-route-detail .route-content__inner .route-detail-info ul li > * {
          margin-bottom: 0; }
  @media only screen and (min-width: rem(576px)) {
    .b-route-detail {
      box-sizing: border-box;
      display: flex;
      flex-wrap: wrap;
      margin-left: 0px; }
      .b-route-detail > * {
        padding: rem(0px);
        margin-left: 0px;
        box-sizing: border-box; }
      .b-route-detail > * {
        width: calc(6.25% - 0px); }
      .b-route-detail > :nth-child(2n + 1) {
        width: calc(37.5% - 0px); }
      .b-route-detail > :nth-child(2n + 2) {
        width: calc(62.5% - 0px); }
      .b-route-detail .route-content__inner {
        margin-top: -3rem;
        margin-left: -3rem;
        margin-bottom: -3rem;
        background-color: rgba(255, 255, 255, 0.5); } }

.b-route-summary {
  margin: 0 3rem 8rem 0; }
  @media only screen and (min-width: rem(768px)) {
    .b-route-summary {
      margin: 0 0 5rem 0; } }
  .b-route-summary .route-content {
    position: relative;
    z-index: z-index("route-content");
    margin-top: 3rem;
    text-align: right; }
    .b-route-summary .route-content__inner {
      text-align: left; }
      .b-route-summary .route-content__inner h3 {
        padding: 0.5rem 1rem;
        margin: 0; }
      .b-route-summary .route-content__inner .content {
        border-top: 4px solid #f5a078; }
        .b-route-summary .route-content__inner .content .cta {
          margin: 1rem 0;
          width: 100%; }
        .b-route-summary .route-content__inner .content .route-description {
          position: relative;
          background: #fff;
          padding: 1rem 0rem 0 1rem; }
          .b-route-summary .route-content__inner .content .route-description__marker {
            width: 2rem;
            position: absolute;
            top: -1rem;
            right: -1rem; }
        .b-route-summary .route-content__inner .content .route-stats {
          position: absolute;
          z-index: z-index("route-stats");
          top: 0;
          right: 0;
          width: 3rem; }
          @media only screen and (min-width: rem(992px)) {
            .b-route-summary .route-content__inner .content .route-stats {
              background-color: rgba(0, 0, 0, 0.4); } }
          .b-route-summary .route-content__inner .content .route-stats__distance {
            width: 2rem; }
            .b-route-summary .route-content__inner .content .route-stats__distance:before {
              content: '';
              position: absolute;
              background-color: #7a9f9a;
              transform: rotate(45deg);
              opacity: 0.9;
              z-index: z-index("route-stats-diamond");
              width: 3rem;
              height: 3rem;
              top: 3rem;
              left: auto;
              right: -1.5rem; }
            .b-route-summary .route-content__inner .content .route-stats__distance > span {
              position: absolute;
              color: white;
              display: flex;
              flex-direction: column;
              align-items: center;
              justify-content: center;
              text-align: center;
              line-height: 1;
              width: 3rem;
              height: 3rem;
              top: 3rem;
              left: auto;
              right: -1.5rem;
              font-size: 1.2rem;
              z-index: z-index("route-stats"); }
              .b-route-summary .route-content__inner .content .route-stats__distance > span .unit {
                font-size: 0.8rem;
                text-transform: lowercase; }
          .b-route-summary .route-content__inner .content .route-stats__elevation {
            width: 3rem; }
            .b-route-summary .route-content__inner .content .route-stats__elevation:before {
              content: '';
              position: absolute;
              width: 4rem;
              height: 4rem;
              background-color: #f5a078;
              top: -1rem;
              left: auto;
              right: -2rem;
              transform: rotate(45deg);
              opacity: 0.9;
              z-index: z-index("route-stats-diamond"); }
            .b-route-summary .route-content__inner .content .route-stats__elevation > span {
              position: absolute;
              color: white;
              display: flex;
              flex-direction: column;
              align-items: center;
              justify-content: center;
              text-align: center;
              font-size: 1.2rem;
              line-height: 1;
              width: 4rem;
              height: 4rem;
              left: auto;
              top: -1rem;
              right: -2rem;
              z-index: z-index("route-stats"); }
              .b-route-summary .route-content__inner .content .route-stats__elevation > span .unit {
                font-size: 0.8rem;
                text-transform: lowercase; }
  @media only screen and (min-width: rem(576px)) {
    .b-route-summary {
      box-sizing: border-box;
      display: flex;
      flex-wrap: wrap;
      margin-left: 0px; }
      .b-route-summary > * {
        padding: rem(0px);
        margin-left: 0px;
        box-sizing: border-box; }
      .b-route-summary > * {
        width: calc(5.55556% - 0px); }
      .b-route-summary > :nth-child(2n + 1) {
        width: calc(44.44444% - 0px); }
      .b-route-summary > :nth-child(2n + 2) {
        width: calc(55.55556% - 0px); }
      .b-route-summary .route-spacer {
        display: flex;
        margin-left: -3rem;
        padding-left: 6rem;
        margin-bottom: 3rem;
        width: calc(55.55556% + 3rem);
        background-color: #7a9f9a; }
      .b-route-summary .route-content__inner {
        position: absolute;
        top: -2rem;
        left: calc(100% - 3rem);
        width: 24rem; } }
    @media only screen and (min-width: rem(576px)) and (min-width: rem(992px)) {
      .b-route-summary .route-content__inner {
        top: 1rem;
        width: 34rem; } }
    @media only screen and (min-width: rem(576px)) and (min-width: rem(1200px)) {
      .b-route-summary .route-content__inner {
        width: 44rem; } }
  @media only screen and (min-width: rem(576px)) {
        .b-route-summary .route-content__inner h3 {
          padding: 0 0 0 6rem; }
        .b-route-summary .route-content__inner .content {
          display: flex; }
          .b-route-summary .route-content__inner .content .cta {
            width: 215px;
            float: left; } }
        @media only screen and (min-width: rem(576px)) and (min-width: rem(992px)) {
          .b-route-summary .route-content__inner .content .cta {
            float: right;
            margin: 1rem 3rem 0; } }
  @media only screen and (min-width: rem(576px)) {
          .b-route-summary .route-content__inner .content .route-description {
            padding: 1rem 2rem; } }
        @media only screen and (min-width: rem(576px)) and (min-width: rem(1200px)) {
          .b-route-summary .route-content__inner .content .route-description {
            padding: 3rem; } }
  @media only screen and (min-width: rem(576px)) {
            .b-route-summary .route-content__inner .content .route-description__marker {
              width: 4rem;
              top: -2rem;
              right: -2rem; }
          .b-route-summary .route-content__inner .content .route-stats {
            position: inherit; } }
        @media only screen and (min-width: rem(576px)) and (min-width: rem(992px)) {
          .b-route-summary .route-content__inner .content .route-stats {
            background-color: rgba(0, 0, 0, 0.4); } }
  @media only screen and (min-width: rem(576px)) {
            .b-route-summary .route-content__inner .content .route-stats__distance {
              width: 3rem; }
              .b-route-summary .route-content__inner .content .route-stats__distance:before {
                width: 4rem;
                height: 4rem;
                top: 9rem;
                left: -2rem; }
              .b-route-summary .route-content__inner .content .route-stats__distance > span {
                width: 6rem;
                left: -3rem;
                height: 6rem;
                font-size: 1.6rem;
                top: 8rem; }
                .b-route-summary .route-content__inner .content .route-stats__distance > span .unit {
                  font-size: 1rem; }
            .b-route-summary .route-content__inner .content .route-stats__elevation:before {
              width: 6rem;
              height: 6rem;
              top: 3rem;
              left: -3rem; }
            .b-route-summary .route-content__inner .content .route-stats__elevation > span {
              width: 6rem;
              left: -3rem;
              height: 8rem;
              font-size: 1.6rem;
              top: auto; }
              .b-route-summary .route-content__inner .content .route-stats__elevation > span .unit {
                font-size: 1rem; }
      .b-route-summary:nth-child(even) {
        flex-direction: row-reverse; }
        .b-route-summary:nth-child(even) .route-content {
          text-align: left; }
          .b-route-summary:nth-child(even) .route-content__inner {
            left: -21rem; } }
        @media only screen and (min-width: rem(576px)) and (min-width: rem(992px)) {
          .b-route-summary:nth-child(even) .route-content__inner {
            left: -31rem; } }
        @media only screen and (min-width: rem(576px)) and (min-width: rem(1200px)) {
          .b-route-summary:nth-child(even) .route-content__inner {
            left: -41rem; } }
        @media only screen and (min-width: rem(576px)) and (min-width: rem(576px)) {
          .b-route-summary:nth-child(even) .route-content__inner h3 {
            padding-left: 3rem; } }
  @media only screen and (min-width: rem(576px)) {
            .b-route-summary:nth-child(even) .route-content__inner .content {
              flex-direction: row-reverse; }
              .b-route-summary:nth-child(even) .route-content__inner .content .route-description__marker {
                right: auto;
                left: -2rem; }
              .b-route-summary:nth-child(even) .route-content__inner .content .route-stats__distance:before {
                left: auto;
                right: -2rem; }
              .b-route-summary:nth-child(even) .route-content__inner .content .route-stats__distance > span {
                left: auto;
                right: -3rem; }
              .b-route-summary:nth-child(even) .route-content__inner .content .route-stats__elevation:before {
                left: auto;
                right: -3rem; }
              .b-route-summary:nth-child(even) .route-content__inner .content .route-stats__elevation > span {
                left: auto;
                right: -3rem; }
        .b-route-summary:nth-child(even) .route-spacer {
          margin-right: -3rem;
          padding-right: 6rem;
          margin-left: 0;
          padding-left: 0; } }

table {
  border-collapse: collapse; }
  table th {
    text-align: left;
    text-transform: uppercase;
    vertical-align: top;
    padding: 10px; }
  table td {
    vertical-align: top;
    padding: 10px !important; }
    table td p {
      margin: 0;
      font-size: 14px; }
  table tr {
    border-top: 1px solid #dcdee2; }
    table tr:first-child {
      border-top: none; }
    table tr:last-child {
      border-top: none; }
  table.weather .col-header {
    min-width: 20vw;
    max-width: 225px;
    font-weight: 500; }

.wp-block-file {
  border-left: 3px solid #50cfc1;
  padding: 10px 0 10px 20px; }
  .wp-block-file a {
    font-size: 17px; }

.content-wrapper .wp-block-jetpack-tiled-gallery {
  margin: 20px auto; }

div.embed-video iframe {
  max-width: 100%; }

body #tribe-events-pg-template,
body .tribe-events-pg-template {
  padding: 0 !important; }

@media screen and (min-width: 48em) {
  body #tribe-events-pg-template .tribe-js {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; } }

#tribe-events .tribe-community-events {
  background: none;
  border: none;
  color: #000;
  font-size: inherit;
  padding: 0; }

#tribe-events .tribe-community-events .tribe-section,
#tribe-events .tribe-community-events-list {
  border-radius: 0;
  border-color: #dcdee2;
  box-shadow: none;
  font-size: 17px; }
  #tribe-events .tribe-community-events .tribe-section .tribe-section-header,
  #tribe-events .tribe-community-events-list .tribe-section-header {
    background-color: #eaedf5;
    border-color: #dcdee2; }

#tribe-events .tribe-community-events input.btn {
  padding: 14px; }

#tribe-events .quicktags-toolbar {
  background-color: #eaedf5; }

#tribe-events .wp-switch-editor {
  background-color: #d9deed; }

#tribe-events textarea {
  border-color: #dcdee2; }
  #tribe-events textarea:not(.wp-editor-area) {
    width: 80%;
    min-width: 80%;
    max-width: 80%; }

.tribe_community_edit #tribe-events-pg-template.tribe-events-pg-template {
  max-width: 1080px; }
  .tribe_community_edit #tribe-events-pg-template.tribe-events-pg-template .tribe-community-events {
    background: none;
    border: none; }
    .tribe_community_edit #tribe-events-pg-template.tribe-events-pg-template .tribe-community-events * {
      font-size: 17px; }
    .tribe_community_edit #tribe-events-pg-template.tribe-events-pg-template .tribe-community-events h1 {
      font-size: 50px; }
    .tribe_community_edit #tribe-events-pg-template.tribe-events-pg-template .tribe-community-events input {
      padding: 14px; }
    .tribe_community_edit #tribe-events-pg-template.tribe-events-pg-template .tribe-community-events .tribe-section {
      border: none; }
      .tribe_community_edit #tribe-events-pg-template.tribe-events-pg-template .tribe-community-events .tribe-section .tribe-section-header {
        background-color: #eaedf5; }
      .tribe_community_edit #tribe-events-pg-template.tribe-events-pg-template .tribe-community-events .tribe-section table.tribe-section-content .tribe-section-content-label,
      .tribe_community_edit #tribe-events-pg-template.tribe-events-pg-template .tribe-community-events .tribe-section table.tribe-section-content td:first-child,
      .tribe_community_edit #tribe-events-pg-template.tribe-events-pg-template .tribe-community-events .tribe-section table.virtual-event-wrapper .tribe-section-content-label,
      .tribe_community_edit #tribe-events-pg-template.tribe-events-pg-template .tribe-community-events .tribe-section table.virtual-event-wrapper td:first-child {
        vertical-align: middle; }

#ui-datepicker-div.tribe-ui-datepicker.ui-widget {
  font-size: 17px; }
  #ui-datepicker-div.tribe-ui-datepicker.ui-widget .ui-datepicker-title {
    font-size: 12px; }

#tribe-events-pg-template #tribe-events.tribe-js .error {
  border-left: 3px solid #ffb400;
  padding-left: 20px;
  margin: 40px 0; }
  @media (max-width: 991.98px) {
    #tribe-events-pg-template #tribe-events.tribe-js .error {
      margin-top: 90px; } }
  #tribe-events-pg-template #tribe-events.tribe-js .error a {
    font-family: 'Syntax', "Helvetica Neue", Helvetica, Arial, "Open Sans", sans-serif;
    border-bottom: 2px solid #a0e5dd; }
    #tribe-events-pg-template #tribe-events.tribe-js .error a:hover {
      border-bottom: 2px solid #50cfc1; }
    #tribe-events-pg-template #tribe-events.tribe-js .error a:focus {
      outline: auto; }
    #tribe-events-pg-template #tribe-events.tribe-js .error a.b-none {
      border: none !important; }
    #tribe-events-pg-template #tribe-events.tribe-js .error a.glossaryLink {
      border-color: #ffd266; }
      #tribe-events-pg-template #tribe-events.tribe-js .error a.glossaryLink:hover {
        border-color: #ffb400;
        outline: none; }

#tribe-events-pg-template #tribe-events.tribe-js > p {
  font-size: 17px;
  float: none;
  width: 100%;
  margin: 50px 0 20px; }

.progress-wrapper {
  background-color: #eaedf5;
  padding: 15px 30px; }
  .progress-wrapper h5 {
    margin-bottom: 10px; }
  .progress-wrapper .progress {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
    position: relative;
    width: 100%;
    height: 30px;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #afb4bf;
    background: #afb4bf;
    /* Old browsers */
    background: -moz-linear-gradient(left, #afb4bf 0%, #afb4bf 24.9%, #c7ccd8 25%, #c7ccd8 49.9%, #d9deed 50%, #d9deed 74.9%, #eaedf5 75%, #eaedf5 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #afb4bf 0%, #afb4bf 24.9%, #c7ccd8 25%, #c7ccd8 49.9%, #d9deed 50%, #d9deed 74.9%, #eaedf5 75%, #eaedf5 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #afb4bf 0%, #afb4bf 24.9%, #c7ccd8 25%, #c7ccd8 49.9%, #d9deed 50%, #d9deed 74.9%, #eaedf5 75%, #eaedf5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afb4bf', endColorstr='#eaedf5',GradientType=1 );
    /* IE6-9 */ }
    .progress-wrapper .progress.red {
      background: red;
      background: -moz-linear-gradient(left, red 0%, red 24.9%, #c7ccd8 25%, #c7ccd8 49.9%, #d9deed 50%, #d9deed 74.9%, #eaedf5 75%, #eaedf5 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, red 0%, red 24.9%, #c7ccd8 25%, #c7ccd8 49.9%, #d9deed 50%, #d9deed 74.9%, #eaedf5 75%, #eaedf5 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, red 0%, red 24.9%, #c7ccd8 25%, #c7ccd8 49.9%, #d9deed 50%, #d9deed 74.9%, #eaedf5 75%, #eaedf5 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$red, endColorstr=$red,GradientType=1 );
      /* IE6-9 */ }
    .progress-wrapper .progress.orange {
      background: #ffd700;
      background: -moz-linear-gradient(left, #ffd700 0%, #ffd700 49.9%, #d9deed 50%, #d9deed 74.9%, #eaedf5 75%, #eaedf5 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #ffd700 0%, #ffd700 49.9%, #d9deed 50%, #d9deed 74.9%, #eaedf5 75%, #eaedf5 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #ffd700 0%, #ffd700 49.9%, #d9deed 50%, #d9deed 74.9%, #eaedf5 75%, #eaedf5 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$orange, endColorstr=$orange,GradientType=1 );
      /* IE6-9 */ }
    .progress-wrapper .progress.yellow {
      background: #99d699;
      background: -moz-linear-gradient(left, #99d699 0%, #99d699 74.9%, #eaedf5 75%, #eaedf5 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #99d699 0%, #99d699 74.9%, #eaedf5 75%, #eaedf5 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #99d699 0%, #99d699 74.9%, #eaedf5 75%, #eaedf5 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$yellow, endColorstr=$yellow,GradientType=1 );
      /* IE6-9 */ }
    .progress-wrapper .progress.green {
      background: green; }
    .progress-wrapper .progress label {
      background: rgba(255, 255, 255, 0.5);
      padding: 4px 15px 0px;
      border-radius: 15px;
      text-transform: uppercase; }
  .progress-wrapper p {
    margin-top: 10px;
    text-align: center;
    font-style: italic;
    color: #555; }

.overview-progress-wrapper {
  background: #eaedf5;
  padding: 30px; }
  .overview-progress-wrapper .chart-legend {
    background: none; }
    .overview-progress-wrapper .chart-legend .value {
      display: inline-block;
      text-align: center;
      padding: 6px;
      border-radius: 50%;
      width: 30px;
      height: 30px; }
    .overview-progress-wrapper .chart-legend .red {
      background: red;
      color: white; }
    .overview-progress-wrapper .chart-legend .orange {
      background: #ffd700; }
    .overview-progress-wrapper .chart-legend .yellow {
      background: #99d699; }
    .overview-progress-wrapper .chart-legend .green {
      background: green;
      color: white; }
  .overview-progress-wrapper .chart-wrapper .donut {
    display: none;
    width: 300px;
    height: 300px; }
    .overview-progress-wrapper .chart-wrapper .donut.css-donut {
      background: radial-gradient(white 40%, transparent 41%), conic-gradient(red 0%, red 25%, #ffd700 25%, #ffd700 50%, #99d699 50%, #99d699 75%, green 75%, green 100%);
      border-radius: 50%; }
      .overview-progress-wrapper .chart-wrapper .donut.css-donut .objective-total {
        display: block;
        text-align: center;
        margin: 0 auto;
        padding-top: 40%; }
        .overview-progress-wrapper .chart-wrapper .donut.css-donut .objective-total strong {
          font-size: 2em; }
  .overview-progress-wrapper .chart-wrapper .donut-canvas-wrapper {
    position: relative; }
    .overview-progress-wrapper .chart-wrapper .donut-canvas-wrapper .objective-total {
      display: none;
      text-align: center;
      position: absolute;
      top: 40%;
      left: 50%;
      margin-left: -34px; }

.social-links a {
  max-width: 40px;
  height: 30px; }
  .social-links a.insta:hover svg {
    fill: #e4405f; }
  .social-links a.fb:hover svg {
    fill: #3b5999; }
  .social-links a.tw:hover svg {
    fill: #55acee; }
  .social-links a.yt:hover svg {
    fill: #cd201f; }

.social-links svg {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.2s ease-in-out; }

.footer .social-links {
  margin: 0 0 40px; }
  .footer .social-links svg {
    fill: white; }

.woocommerce section:nth-last-of-type(even):not(.up-sells), .cart section:nth-last-of-type(even):not(.up-sells), .checkout section:nth-last-of-type(even):not(.up-sells) {
  background: #f8f8f9; }

.woocommerce .breadcrumb-wrapper, .cart .breadcrumb-wrapper, .checkout .breadcrumb-wrapper {
  padding-top: 100px !important; }

.woocommerce .woocommerce-message, .cart .woocommerce-message, .checkout .woocommerce-message {
  background: #dcdee2;
  padding: 15px 20px;
  margin-bottom: 30px;
  text-transform: uppercase; }

.single-product .row.product {
  padding-bottom: 60px; }

.single-product .entry-summary .woocommerce-variation-price {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 30px; }

.single-product .variations .variation {
  padding: 0 0 15px 0;
  justify-content: space-between; }
  .single-product .variations .variation label {
    width: 100%;
    margin-bottom: 5px;
    font-weight: bold; }
  .single-product .variations .variation select {
    margin: 0;
    display: block; }

.single-product .variations.hide {
  height: 0;
  opacity: 0;
  overflow: hidden; }

.single-product .quantity {
  margin-bottom: 30px; }

.toggle-options .icon-down {
  transition: all 0.2s ease-in-out; }

.toggle-options.active .icon-down {
  transform: rotate(180deg); }

.variations.hide {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out; }
  .variations.hide.active {
    height: auto;
    opacity: 1; }

.widget_shopping_cart_content ul {
  border-left: none;
  padding-left: 0; }

.widget_shopping_cart_content .woocommerce-mini-cart-item:not(:first-of-type) {
  border-top: 1px solid #c9cddb;
  padding-top: 15px;
  margin-top: 15px; }

.widget_shopping_cart_content .woocommerce-mini-cart-item a:first-of-type img {
  width: 100%;
  height: auto; }

.widget_shopping_cart_content .woocommerce-mini-cart-item .btn {
  padding: 3px 10px; }

.widget_shopping_cart_content .woocommerce-mini-cart__total {
  border-top: 2px solid #dcdee2;
  padding-top: 15px; }

.widget_shopping_cart_content .woocommerce-mini-cart__buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }

.onsale {
  position: absolute;
  width: 100%;
  padding: 10px;
  background: #8f6b96;
  text-align: center;
  color: white;
  text-transform: uppercase; }

.woocommerce-cart .woocommerce-cart-form {
  margin-bottom: 60px; }
  @media (max-width: 767.98px) {
    .woocommerce-cart .woocommerce-cart-form {
      padding: 15px;
      margin-bottom: 0; } }

@media (max-width: 767.98px) {
  .woocommerce-cart .cross-sells {
    padding: 15px; } }

.woocommerce-cart .quantity {
  max-width: 100%; }
  .woocommerce-cart .quantity input[type="number"] {
    max-width: 100%; }

.woocommerce-cart .product-remove a {
  display: inline-flex;
  min-width: auto; }

.woocommerce-cart .coupon {
  background: #eaedf5;
  padding: 30px;
  margin-bottom: 30px; }
  .woocommerce-cart .coupon .input-text {
    width: 100%;
    max-width: 340px; }
  .woocommerce-cart .coupon .btn-primary {
    padding: 8px 10px; }

#woocommerce .woocommerce-mini-cart-item.row.mini_cart_item {
  margin-right: 0; }
  #woocommerce .woocommerce-mini-cart-item.row.mini_cart_item > .col-sm-12 {
    margin-bottom: 1rem; }
  #woocommerce .woocommerce-mini-cart-item.row.mini_cart_item > .col-sm-6 {
    text-align: right; }
  #woocommerce .woocommerce-mini-cart-item.row.mini_cart_item .variation dd {
    margin-left: 0;
    margin-bottom: 15px; }
    #woocommerce .woocommerce-mini-cart-item.row.mini_cart_item .variation dd p {
      margin: 0;
      font-weight: bold; }

.product.product-type-booking .summary .price {
  display: none; }

.product.product-type-booking .summary .cart {
  padding-top: 30px; }
  .product.product-type-booking .summary .cart .wc-bookings-booking-form {
    padding: 0;
    border: none; }
    .product.product-type-booking .summary .cart .wc-bookings-booking-form .form-field {
      font-size: inherit; }
      .product.product-type-booking .summary .cart .wc-bookings-booking-form .form-field label {
        width: 50%;
        display: inline-block;
        text-align: left; }
      .product.product-type-booking .summary .cart .wc-bookings-booking-form .form-field input[type=number] {
        width: 20%;
        margin-right: 20px;
        vertical-align: top; }
    .product.product-type-booking .summary .cart .wc-bookings-booking-form .wc-bookings-date-picker {
      padding: 0;
      border: none; }
      .product.product-type-booking .summary .cart .wc-bookings-booking-form .wc-bookings-date-picker .wc-bookings-date-picker-date-fields {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between; }
      .product.product-type-booking .summary .cart .wc-bookings-booking-form .wc-bookings-date-picker .ui-widget-content {
        border-radius: 0; }
        .product.product-type-booking .summary .cart .wc-bookings-booking-form .wc-bookings-date-picker .ui-widget-content .ui-datepicker-header {
          background: #003d2a !important; }
          .product.product-type-booking .summary .cart .wc-bookings-booking-form .wc-bookings-date-picker .ui-widget-content .ui-datepicker-header .ui-datepicker-next, .product.product-type-booking .summary .cart .wc-bookings-booking-form .wc-bookings-date-picker .ui-widget-content .ui-datepicker-header .ui-datepicker-prev {
            background: none; }
      .product.product-type-booking .summary .cart .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker th {
        color: #555; }
      .product.product-type-booking .summary .cart .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-calendar td.bookable a {
        background: #50cfc1 !important; }
      .product.product-type-booking .summary .cart .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a {
        background: #33b9aa !important; }
      .product.product-type-booking .summary .cart .wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-calendar td.fully_booked a {
        background: #986987 !important; }
    .product.product-type-booking .summary .cart .wc-bookings-booking-form .block-picker {
      max-height: 275px;
      overflow-y: scroll;
      border-bottom: 2px solid #dcdee2; }
      .product.product-type-booking .summary .cart .wc-bookings-booking-form .block-picker .block {
        width: 50%; }
      .product.product-type-booking .summary .cart .wc-bookings-booking-form .block-picker li a {
        display: inline-block; }
        .product.product-type-booking .summary .cart .wc-bookings-booking-form .block-picker li a.selected {
          background: #33b9aa; }
      .product.product-type-booking .summary .cart .wc-bookings-booking-form .block-picker li:nth-child(odd) a:hover,
      .product.product-type-booking .summary .cart .wc-bookings-booking-form .block-picker li:nth-child(odd) a:focus,
      .product.product-type-booking .summary .cart .wc-bookings-booking-form .block-picker li:nth-child(even) a:hover,
      .product.product-type-booking .summary .cart .wc-bookings-booking-form .block-picker li:nth-child(even) a:focus {
        background: #50cfc1 !important; }
  .product.product-type-booking .summary .cart .wc-bookings-booking-form-button.single_add_to_cart_button {
    width: 100%; }

.woocommerce-checkout .woocommerce .woocommerce-form-login-toggle,
.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle {
  margin-bottom: 30px; }

.woocommerce-checkout .woocommerce .woocommerce-form-login .form-row,
.woocommerce-checkout .woocommerce .woocommerce-form-coupon .form-row {
  padding-right: 15px;
  padding-left: 0;
  display: inline-block; }

.woocommerce-checkout .woocommerce .woocommerce-form-login .form-row-first,
.woocommerce-checkout .woocommerce .woocommerce-form-coupon .form-row-first {
  padding-right: 15px;
  width: 70%; }

.woocommerce-checkout .woocommerce .woocommerce-form-login .form-row-last,
.woocommerce-checkout .woocommerce .woocommerce-form-coupon .form-row-last {
  width: 30%; }

.woocommerce-checkout .woocommerce .woocommerce-form-login .form-row-last,
.woocommerce-checkout .woocommerce .woocommerce-form-login .lost_password,
.woocommerce-checkout .woocommerce .woocommerce-form-coupon .form-row-last,
.woocommerce-checkout .woocommerce .woocommerce-form-coupon .lost_password {
  padding-left: 15px;
  padding-right: 0; }

.woocommerce-checkout .woocommerce form {
  padding: 15px 30px;
  background: white;
  margin-bottom: 30px; }

.woocommerce-checkout .woocommerce form,
.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap; }
  .woocommerce-checkout .woocommerce form .form-row,
  .woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper .form-row,
  .woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper .form-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%; }
    .woocommerce-checkout .woocommerce form .form-row input:not([type="checkbox"]), .woocommerce-checkout .woocommerce form .form-row select,
    .woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper .form-row input:not([type="checkbox"]),
    .woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper .form-row select,
    .woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper .form-row input:not([type="checkbox"]),
    .woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper .form-row select {
      width: 100%; }
  .woocommerce-checkout .woocommerce form > p:nth-of-type(even),
  .woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper > p:nth-of-type(even),
  .woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper > p:nth-of-type(even) {
    padding-left: 15px; }
  .woocommerce-checkout .woocommerce form > p:nth-of-type(odd),
  .woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper > p:nth-of-type(odd),
  .woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper > p:nth-of-type(odd) {
    padding-right: 15px; }

.woocommerce-checkout .woocommerce .screen-reader-text {
  border: 0;
  clip: unset;
  -webkit-clip-path: unset;
  clip-path: unset;
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: static !important;
  width: auto;
  word-wrap: normal !important; }

.woocommerce-checkout-review-order-table {
  width: 100%; }
  .woocommerce-checkout-review-order-table th, .woocommerce-checkout-review-order-table tr, .woocommerce-checkout-review-order-table td {
    padding: 15px;
    text-align: left; }
  .woocommerce-checkout-review-order-table thead {
    border-bottom: 2px solid #dcdee2; }
  .woocommerce-checkout-review-order-table tbody tr:nth-of-type(odd) {
    background: #fff; }
  .woocommerce-checkout-review-order-table .cart-subtotal {
    border-top: 2px solid #dcdee2;
    border-bottom: 2px solid #dcdee2; }
  .woocommerce-checkout-review-order-table .order-total {
    background: #dcdee2; }
  .woocommerce-checkout-review-order-table .variation dt, .woocommerce-checkout-review-order-table .variation dd {
    display: inline-block;
    width: auto; }
  .woocommerce-checkout-review-order-table .variation dd {
    margin-left: 0;
    font-weight: bold; }
    .woocommerce-checkout-review-order-table .variation dd ::after {
      content: ','; }
    .woocommerce-checkout-review-order-table .variation dd:last-of-type::after {
      content: ''; }

.woocommerce-checkout-payment .about_paypal {
  margin-left: 15px; }

.woocommerce-checkout-payment .payment_methods {
  margin-top: 30px;
  border: none;
  padding: 0; }

.woocommerce-checkout-payment .place-order {
  margin-top: 30px; }

#stripe-card-element,
#stripe-exp-element,
#stripe-cvc-element {
  border: 1px solid black;
  padding: 12px 10px;
  box-sizing: border-box; }

@media (max-width: 767.98px) {
  .woocommerce-cart .row > div.col-sm-4, .woocommerce-cart .row > div.col-sm-8, .woocommerce-checkout .row > div.col-sm-4, .woocommerce-checkout .row > div.col-sm-8 {
    padding: 0; }
    .woocommerce-cart .row > div.col-sm-4 .card-no-link-wrap, .woocommerce-cart .row > div.col-sm-8 .card-no-link-wrap, .woocommerce-checkout .row > div.col-sm-4 .card-no-link-wrap, .woocommerce-checkout .row > div.col-sm-8 .card-no-link-wrap {
      padding: 0; }
  .woocommerce-cart .cart_totals, .woocommerce-checkout .cart_totals {
    background: white;
    padding: 15px; }
  .coupon #coupon_code {
    width: 100%;
    margin: 15px 0; }
  .woocommerce .breadcrumb-wrapper, .cart .breadcrumb-wrapper, .checkout .breadcrumb-wrapper {
    padding-top: 77px !important; }
  .woocommerce-checkout .woocommerce form .form-row,
  .woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper .form-row,
  .woocommerce-checkout .woocommerce .woocommerce-shipping-fields__field-wrapper .form-row {
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important; } }

.woocommerce-form-login {
  margin-bottom: 60px; }
  .woocommerce-form-login input[type="text"],
  .woocommerce-form-login input[type="password"] {
    width: 100%; }

.stock.out-of-stock {
  margin: 0;
  font-style: italic;
  color: #dcdee2; }

.widget_shopping_cart_content ul li {
  border-bottom: none !important; }

.widget_shopping_cart_content .woocommerce-mini-cart__buttons {
  flex-direction: column !important; }
  .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button:first-of-type {
    margin-bottom: 15px; }
  .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button {
    border-bottom: none !important; }

.tax-product_cat .content-wrapper:first-of-type h1 {
  margin-bottom: 0; }

.woocommerce .select2-container--default .select2-selection--single,
.woocommerce .select2-dropdown {
  border-radius: 0;
  border-color: #000; }

.woocommerce-result-count {
  color: grey;
  font-style: italic; }

.shop-filter-wrapper {
  background: #eaedf5;
  padding: 15px 0;
  transition: all 0.2s ease-in-out; }
  .shop-filter-wrapper .widget_layered_nav {
    flex: 1;
    padding: 0 15px; }
    .shop-filter-wrapper .widget_layered_nav h5 {
      margin: 0; }
    .shop-filter-wrapper .widget_layered_nav:first-of-type {
      padding-left: 0; }
    .shop-filter-wrapper .widget_layered_nav:last-of-type {
      padding-right: 0; }
  @media (max-width: 767.98px) {
    .shop-filter-wrapper i {
      transition: all 0.2s ease-in-out; }
    .shop-filter-wrapper .filter-item {
      height: 0;
      opacity: 0;
      overflow: hidden;
      transition: all 0.2s ease-in-out;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .shop-filter-wrapper .filter-item .widget_layered_nav {
        padding: 0; }
    .shop-filter-wrapper.active i {
      transform: rotate(180deg); }
    .shop-filter-wrapper.active .filter-item {
      padding-top: 15px;
      height: auto;
      opacity: 1; }
    .shop-filter-wrapper.active .widget_layered_nav {
      padding-top: 15px; }
      .shop-filter-wrapper.active .widget_layered_nav:last-of-type {
        padding-bottom: 30px; } }

.woocommerce-error {
  background: #f5c4c4;
  padding: 15px;
  margin: 0;
  list-style: none; }

.woocommerce-checkout .woocommerce .payment_box.payment_method_sagepaydirect {
  background: #eaedf5;
  padding: 30px;
  margin-top: 30px; }

.woocommerce-checkout .woocommerce .wc_payment_methods.payment_methods.methods {
  list-style: none; }
  .woocommerce-checkout .woocommerce .wc_payment_methods.payment_methods.methods li {
    padding: 15px 0; }

.woocommerce-checkout .woocommerce form .form-row {
  width: 100%;
  margin: 15px auto; }
  .woocommerce-checkout .woocommerce form .form-row select {
    border: 1px solid black;
    padding: 5px 7px;
    box-sizing: border-box; }

.woocommerce-checkout .woocommerce #sagepaydirect-payment-data {
  padding-top: 15px;
  font-size: 17px;
  letter-spacing: 0.01em; }

.woocommerce-checkout .woocommerce #sagepaydirect-cc-form {
  border: none;
  padding: 30px 30px 0;
  margin: 0; }
  .woocommerce-checkout .woocommerce #sagepaydirect-cc-form .wc-credit-card-form-card-type,
  .woocommerce-checkout .woocommerce #sagepaydirect-cc-form .wc-credit-card-form-card-number,
  .woocommerce-checkout .woocommerce #sagepaydirect-cc-form .wc-credit-card-form-card-expiry,
  .woocommerce-checkout .woocommerce #sagepaydirect-cc-form .wc-credit-card-form-card-cvc {
    font-size: inherit;
    border: 1px solid black;
    padding: 5px 7px;
    box-sizing: border-box; }

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: auto;
  touch-action: auto;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

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

.slick-arrow.slick-hidden {
  display: none; }

.slick-arrow:focus {
  border: 1px solid #000;
  outline: auto !important; }

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none; }

/**
 * The picker input element.
 */
.picker__input {
  cursor: default; }

/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec; }

/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
/**
 * Make the holder and frame fullscreen.
 */
.picker__holder,
.picker__frame {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -ms-transform: translateY(100%);
  transform: translateY(100%); }

/**
 * The holder should overlay the entire screen.
 */
.picker__holder {
  position: fixed;
  transition: background 0.15s ease-out, transform 0s 0.15s;
  -webkit-backface-visibility: hidden; }

/**
 * The frame that bounds the box contents of the picker.
 */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.15s ease-out; }

@media (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%; } }

@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%; } }

/**
 * The wrapper sets the stage to vertically align the box contents.
 */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%; }

@media (min-height: 33.875em) {
  .picker__wrap {
    display: block; } }

/**
 * The box contains all the picker contents.
 */
.picker__box {
  background: #fff;
  display: table-cell;
  vertical-align: middle; }

@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em; } }

@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24); } }

@media (min-height: 40.125em) {
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px; } }

/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  -ms-transform: translateY(0);
  transform: translateY(0);
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out; }

.picker--opened .picker__frame {
  -ms-transform: translateY(0);
  transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1; }

@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0; } }

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em; }

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em; }

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em; }

.picker__year {
  color: #999;
  font-size: .8em;
  font-style: italic; }

/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em; }

@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em; } }

.picker__select--month {
  width: 35%; }

.picker__select--year {
  width: 22.5%; }

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #f5a078; }

/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em; }

@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em; } }

.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em; }

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em; } }

.picker__nav--next {
  right: -1em;
  padding-left: 1.25em; }

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em; } }

.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto; }

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000; }

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000;
  background: #f7b190; }

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5; }

/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em; }

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em; } }

.picker__table td {
  margin: 0;
  padding: 0; }

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999;
  font-weight: 500;
  /* Increase the spacing a tad */ }

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em; } }

/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent; }

.picker__day--today {
  position: relative; }

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #f17f49;
  border-left: .5em solid transparent; }

.picker__day--disabled:before {
  border-top-color: #aaa; }

.picker__day--outfocus {
  color: #ddd; }

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000;
  background: #f7b190; }

.picker__day--highlighted {
  border-color: #f5a078; }

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000;
  background: #f7b190; }

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #f5a078;
  color: #fff; }

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default; }

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb; }

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center; }

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #fff;
  background: #fff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom; }

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000;
  background: #f7b190;
  border-bottom-color: #f7b190; }

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #f7b190;
  border-color: #f5a078;
  outline: none; }

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0; }

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em; }

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #f17f49;
  border-left: .66em solid transparent; }

.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #50cfc1; }

.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777; }

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default; }

.picker__button--today[disabled]:before {
  border-top-color: #aaa; }


/* ==========================================================================
   TAC - POI styles
   ========================================================================== */

.info-row svg,
.info-row i {
  font-size: 25px;
}

.info-row a {
  border-bottom: 2px solid #a0e5dd;
  transition: all .15s ease-in;
}

.info-row a:hover {
  border-bottom: 2px solid #50cfc1;
}

.info-row a:focus {
  outline: 2px dotted #ffb400!important;
  border: 2px dotted #ffb400!important;
} 


/* ==========================================================================
   TAC - link block styles
   ========================================================================== */

.block-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 15px;
  margin-bottom: 45px;
}

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

  .block-links {
    grid-template-columns: repeat(1,1fr);
  }
}

.block-links__item {
  display: flex;
  flex-direction: column;
}

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

.block-links__inner {
  padding: 35px 20px;
  background: #53857f;
  color: #FFFFFF;
  flex-grow: 1;
}

.block-links__inner h3 {
  margin-top: 0;
}

.block-links__link {
  font-size: 18px;
  color: #FFFFFF;
}


/* ==========================================================================
   TAC - Y3P styles
   ========================================================================== */

.y3p-container {
  display: flex;
  grid-gap: 30px;
}

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

  .y3p-container {
    display: block;
  }
}

.y3p-title {
  flex: 0 0 calc(33.3333% - 15px);
}

.y3p-content {
  flex: 0 0 calc(66.6666% - 15px);
}

.y3p-form form {
  max-width: 300px;
  padding: 0 !important;
  margin: 25px 0 45px;
}

@media only screen and (max-width: 767px) {
  
  .y3p-form form {
    max-width: 100%;
  }
}

.y3p-form form.is-registration {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 30px;
  max-width: 600px;
}

@media only screen and (max-width: 767px) {
  
  .y3p-form form.is-registration {
    display: block;
  }
}

.y3p-form form.is-registration > * {
  flex: 0 0 calc(50% - 15px);
}

.y3p-form form.is-search {
  max-width: 200px;
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
}

@media only screen and (max-width: 767px) {
  
  .y3p-form form.is-search {
    max-width: 100%;
  }
}

.y3p-form label {
  font-size: 15px;
  display: block;
}

.y3p-form [type="text"],
.y3p-form [type="number"],
.y3p-form [type="password"],
.y3p-form [type="email"],
.y3p-form textarea,
.y3p-form select {
  padding: 15px 18px !important;
  font-size: 17px !important;
  line-height: 1.5 !important;
  height: auto !important;
  width: 100%;
  border: 1px solid #CCCCCC;
}

.y3p-form select {
  background: url(img/icon-chevron-down.svg) no-repeat right 10px center / 25px 15px !important;
}

.y3p-form [type="submit"] {
  font-size: 17px;
}

.y3p-availability {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 15px;
  padding: 15px 0;
}

@media only screen and (max-width: 767px) {
  
  .y3p-availability {
    grid-template-columns: 1fr 1fr;
  } 
}

.y3p-date-button {
  padding: 20px 10px;
  background: #eaedf5;
  position: relative;
  border-bottom: none !important;
}

.y3p-date-button span {
  display: flex;
}

.y3p-date-button span:first-of-type {
  margin-bottom: 1rem;
}

.y3p-date-button span svg {
  margin-right: 0.5rem;
}

.y3p-date-button:hover {
  background: #003d2a;
  color: #ffffff;
}

.y3p-date-button.is-busy {
  background: #f5a078;
}

.y3p-date-button.is-busy:hover {
  background: #f9c1a7;
}


/* Cards. */
.y3p-cards {
  display: flex;
  grid-gap: 30px;
  margin: 40px 0;
}

@media only screen and (max-width: 767px) {
  
  .y3p-cards {
    display: block;
  }

  .y3p-card {
    margin-bottom: 30px;
  }
}

.y3p-card {
  flex: 1;
  background: #eaedf5;
  padding: 25px;
}

.y3p-card h3 {
  margin-bottom: 0;
}

.y3p-card .btn {
  font-size: 17px;
  margin-top: 15px;
  display: inline-block;
}


/* Tables. */

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

  .y3p-table-container {
    overflow-x: scroll;
  }
}

.y3p-table {
  font-size: 17px;
  border: 1px solid #CCCCCC;
  border-bottom: none;
  margin-bottom: 50px;
}

.y3p-table th,
.y3p-table td {
  padding: 15px 20px !important;
}

.y3p-table th {
  background: #003d2a;
  color: #ffffff;
}

.y3p-table tr {
  border-bottom: 1px solid #CCCCCC;
}

.y3p-table tr:nth-child(odd) {
  background: #eaedf5;
}


.y3p-message {
  display: flex;
  justify-content: space-between;
  grid-gap: 30px;
  margin-bottom: 35px;
}

.y3p-confirmation {
  margin-top: 25px;
}

.y3p-confirmation p {
  color: red;
  margin-bottom: 25px;
}


@media only screen and (max-width: 767px) {
  
  .y3p-message {
    display: block;
  } 
}

.y3p-message blockquote p {
  margin: 0;
}


.y3p-key {
  min-width: 200px;
}

.y3p-key dl {
  font-size: 17px;
  margin: 0;
}

.y3p-key dl > div {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.y3p-key dt {
  width: 25px;
  height: 25px;
  margin-right: 15px;
  background: #eaedf5;
  text-indent: -9999px;
}

.y3p-key dt.is-busy {
  background: #f5a078;
}

.y3p-key dd {
  margin: 0;
}

.y3p-chart {
  margin-bottom: 4.5rem;
}

/* Refinements for acf form. */
.acf-form {
  width: 100%;
  max-width: 100% !important;
}

.acf-fields {
  display: flex;
  grid-gap: 30px;
  flex-wrap: wrap;
}

.acf-fields > * {
  flex: 0 0 calc(50% - 15px);
}

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

  .acf-fields > * {
    flex: 0 0 100%;
  }
}

.acf-fields > .acf-field-textarea {
  flex: 0 0 100%;
}

.acf-field {
  padding: 0 !important;
  border: none !important;
}


.home-template {
  margin: 0 auto!important;
  max-width: 100%!important;
}





/* ==========================================================================
	Accommodations Filter
	========================================================================== */
.filter-container {
  margin: 4rem 0 0 0; 
  }
  @media (max-width: 991.98px) {
        .filter-container {
  margin: 4rem 2rem 0 2rem; 
  } }
      @media (max-width: 767.98px) {
        .filter-container {
  margin: 4rem 1rem 0 1rem; 
  } }

.flexi-filter-bar {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  border: 1px solid rgba(122, 159, 154, 0.3); }
  @media (max-width: 767.98px) {
    .flexi-filter-bar {
      height: auto;
      flex-direction: column; } }
  .flexi-filter-bar__selections {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 80%;
    height: 60px; }
    @media (max-width: 767.98px) {
      .flexi-filter-bar__selections {
        width: 100%;
        height: auto;
        justify-content: flex-start;
        flex-direction: column; } }
    .flexi-filter-bar__selections .selection {
      width: inherit;
      height: 100%;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      color: #003d2a;
      text-align: center;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 2rem;
      font-size: 16px;
      cursor: pointer; }
      @media (max-width: 767.98px) {
        .flexi-filter-bar__selections .selection {
          width: 100%; } }
      .flexi-filter-bar__selections .selection .indicator {
        color: #7a9f9a; }
      .flexi-filter-bar__selections .selection.selection-active {
        background: #7a9f9a;
        color: #fff; }
        .flexi-filter-bar__selections .selection.selection-active:focus {
          outline: 0 !important;
          border: 0 !important; }
        .flexi-filter-bar__selections .selection.selection-active .indicator {
          color: #fff; }
    .flexi-filter-bar__selections .disabled {
      opacity: 0.6;
      cursor: default; }
  .flexi-filter-bar__search {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 100%;
    background: #003d2a;
    color: #fff;
    font-size: 16px; }
    @media (max-width: 767.98px) {
      .flexi-filter-bar__search {
        width: 100%; } }
    .flexi-filter-bar__search .submit-results {
      width: 100%;
      height: 100%;
      text-align: center;
      padding: 0.8rem;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer; }
      .flexi-filter-bar__search .submit-results:hover {
        opacity: 0.6;
        transition: 0.2s opacity; }
      .flexi-filter-bar__search .submit-results:focus {
        outline: 0 !important;
        border: 0 !important; }

.filter-block {
  width: 100%;
  display: none; }
  .filter-block__options {
    padding: 2rem;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: auto;
    background-color: #7a9f9a;
    color: #fff; }
    .filter-block__options .filter-option, .filter-block__options .skill-filter-option {
      grid-column: span 3;
      display: flex;
      align-items: center;
      flex-direction: row;
      margin: 0.5rem 0; }
      @media (max-width: 1199.98px) {
        .filter-block__options .filter-option, .filter-block__options .skill-filter-option {
          grid-column: span 4; } }
      @media (max-width: 991.98px) {
        .filter-block__options .filter-option, .filter-block__options .skill-filter-option {
          grid-column: span 6; } }
      @media (max-width: 767.98px) {
        .filter-block__options .filter-option, .filter-block__options .skill-filter-option {
          grid-column: span 12; } }
      .filter-block__options .filter-option input, .filter-block__options .skill-filter-option input {
        margin-right: 1rem; }
      .filter-block__options .filter-option label, .filter-block__options .skill-filter-option label {
        margin: 0;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        cursor: pointer; }

#skills-options, #specialties-options, #languages-options, #genders-options {
  display: none; }



/* Checkboxes */
.filter-block__options input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0 0.5rem 0 0;
  font: inherit;
  color: currentColor;
  width: 1.6em;
  height: 1.6em;
  border: 0.15em solid #000;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center; }

.filter-block__options input[type="checkbox"]::before {
  content: "";
  width: 1.6em;
  height: 1.6em;
  border-radius: 50%;
  transform: scale(0);
  transform-origin: center center;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #003d2a;
  background-color: CanvasText; }

.filter-block__options input[type="checkbox"]:checked::before {
  transform: scale(1); }

.filter-block__options input[type="checkbox"]:focus {
  outline: 2px solid #003d2a;
  outline-offset: 2px; }

.filter-block__options input[type="checkbox"]:disabled {
  --form-control-color: $white;
  color: #fff;
  cursor: not-allowed; }

.flexi-pagefilter-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: auto;
  grid-column-gap: 1rem; }
  .flexi-pagefilter-grid .filter-dropdown {
    grid-column: span 2;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    cursor: pointer; }
    @media (max-width: 1199.98px) {
      .flexi-pagefilter-grid .filter-dropdown {
        grid-column: span 3; } }
    @media (max-width: 991.98px) {
      .flexi-pagefilter-grid .filter-dropdown {
        grid-column: span 4; } }
    @media (max-width: 767.98px) {
      .flexi-pagefilter-grid .filter-dropdown {
        grid-column: span 12; } }
    .flexi-pagefilter-grid .filter-dropdown.selection-active {
      color: currentColor; }
  .flexi-pagefilter-grid .submit-filter {
    grid-column: span 4;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.8rem;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    cursor: pointer; }

.filter-specialties {
  padding: 1rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: auto;
  color: currentColor; }
  .filter-specialties .filter-option {
    grid-column: span 3;
    display: flex;
    align-items: center;
    flex-direction: row;
    margin: 1rem / 2 0; }
    @media (max-width: 1199.98px) {
      .filter-specialties .filter-option {
        grid-column: span 4; } }
    @media (max-width: 991.98px) {
      .filter-specialties .filter-option {
        grid-column: span 6; } }
    @media (max-width: 767.98px) {
      .filter-specialties .filter-option {
        grid-column: span 12; } }
    .filter-specialties .filter-option input {
      margin-right: 1rem; }
    .filter-specialties .filter-option label {
      margin: 0;
      width: 100%;
      display: flex;
      flex-direction: row;
      align-items: center; }

.filter-dropdown-container {
  display: none; }
  .filter-dropdown-container .filter-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px; }

.results-message {
  margin-bottom: 2rem;
  font-size: 20px;
  color: #003d2a; }

.accommodation-results-container {
   }
  @media (max-width: 767.98px) {
    .accommodation-results-container {
      margin: 2rem 0;
      padding: 0 2rem; } }
  .accommodation-results-container #accommodation-results {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: auto;
    grid-gap: 4rem;
    margin-bottom: 4rem; }
    @media (max-width: 767.98px) {
      .accommodation-results-container #accommodation-results {
        grid-gap: 0;
        grid-row-gap: 4rem; } }
    .accommodation-results-container #accommodation-results .accommodation-link {
      grid-column: span 4;
      display: flex;
      align-items: center;
      flex-direction: column; }
      @media (max-width: 991.98px) {
        .accommodation-results-container #accommodation-results .accommodation-link {
          grid-column: span 6; } }
      @media (max-width: 767.98px) {
        .accommodation-results-container #accommodation-results .accommodation-link {
          grid-column: span 12; } }
      .accommodation-results-container #accommodation-results .accommodation-link:hover {
        opacity: 0.6;
        transition: 0.2s opacity; }
      .accommodation-results-container #accommodation-results .accommodation-link .accommodation-card {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        height: 100%; }
        .accommodation-results-container #accommodation-results .accommodation-link .accommodation-card .accommodation-content {
          display: flex;
          justify-content: space-between;
          flex-direction: column;
          height: 100%;
          background: #dcdee2;
          padding: 2rem; }
          .accommodation-results-container #accommodation-results .accommodation-link .accommodation-card .accommodation-content .accommodation-name {
            font-size: 22px;
            margin: 0 0 1rem 0; }
          .accommodation-results-container #accommodation-results .accommodation-link .accommodation-card .accommodation-content .accommodation-terms {
            list-style: none;
            font-size: 1.2rem;
            color: #7a9f9a;
            margin: 0;
            padding: 0; }
            .accommodation-results-container #accommodation-results .accommodation-link .accommodation-card .accommodation-content .accommodation-terms li {
              font-size: 14px; }
          .accommodation-results-container #accommodation-results .accommodation-link .accommodation-card .accommodation-content .accommodation-btn {
            margin: 2rem 0; }

.featured-accommodations-container {
  padding: 4rem;
  background: #7a9f9a; }
  @media (max-width: 767.98px) {
    .featured-accommodations-container {
      padding: 4rem 2rem; } }
  .featured-accommodations-container h2 {
    color: #fff;
    margin-top: 0;
    line-height: 1; }
  .featured-accommodations-container .featured-accommodations {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: auto;
    grid-gap: 4rem; }
    @media (max-width: 767.98px) {
      .featured-accommodations-container .featured-accommodations {
        grid-gap: 0;
        grid-row-gap: 4rem; } }
    .featured-accommodations-container .featured-accommodations .accommodation {
      grid-column: span 4;
      display: flex;
      flex-direction: row;
      background: #fff; }
      @media (max-width: 991.98px) {
        .featured-accommodations-container .featured-accommodations .accommodation {
          grid-column: span 6; } }
      @media (max-width: 767.98px) {
        .featured-accommodations-container .featured-accommodations .accommodation {
          grid-column: span 12; } }
      .featured-accommodations-container .featured-accommodations .accommodation a:hover {
        opacity: 0.6;
        transition: 0.2s opacity; }
      .featured-accommodations-container .featured-accommodations .accommodation .content {
        padding: 2rem; }
        .featured-accommodations-container .featured-accommodations .accommodation .content h2 {
          font-size: 20px;
          color: #000;
          margin: 0 0 1rem 0; }
        .featured-accommodations-container .featured-accommodations .accommodation .content .locations {
          list-style: none;
          font-size: 1.2rem;
          color: #7a9f9a;
          margin: 0;
          padding: 0; }
          .featured-accommodations-container .featured-accommodations .accommodation .content .locations li {
            font-size: 14px; }

.accommodation-loading {
  display: none;
  margin: 0 0 8rem 0; }
  .accommodation-loading .sk-folding-cube {
    margin: 0 auto;
    width: 30px;
    height: 30px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg); }
  .accommodation-loading .sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .accommodation-loading .sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #003d2a;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%; }
  .accommodation-loading .sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg); }
  .accommodation-loading .sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg); }
  .accommodation-loading .sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg); }
  .accommodation-loading .sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
  .accommodation-loading .sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; }
  .accommodation-loading .sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s; }

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }