@charset "UTF-8";
/**
* santabarbaraca
* http://www.santabarbaraca.com
*
* Copyright (c) 2015 Jaclyn @ Substance
*/
/**
 * Global
 */
/**
 * Vars
 */
/* colors */
/* frameworks */
/* font-face */
/* paths */
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/**
 * Mixins
 */
/**
 * Grid Settings
 */
@-moz-document url-prefix() { }

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  height: 99px;
  margin-top: -50px;
  width: 50px;
  background-color: transparent;
  background-image: url("../images//gallery-arrow.png");
  cursor: pointer;
  opacity: 0.5; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    opacity: 1; }
  @media screen and (min-width: 768px) {
    .slick-prev,
    .slick-next {
      display: block !important; } }

.slick-prev {
  left: 0px;
  z-index: 2;
  transform: rotate(180deg); }

.slick-next {
  right: 0; }

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

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 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-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; }

@keyframes slickFadeIn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes slickFadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.slick-slide:not(.slick-cloned) .highlight-image {
  animation-name: slickFadeOut;
  animation-duration: 0.2s;
  opacity: 0; }

.slick-slide:not(.slick-cloned).slick-active .highlight-image {
  animation-name: slickFadeIn;
  animation-duration: 0.5s;
  opacity: 1; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -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 {
  transform: translate3d(0, 0, 0); }

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

.slick-slide {
  float: left;
  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; }

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #222;
  background: #f6f3e6;
  border: 1px solid #6591b0;
  font-family: "Figtree", sans-serif;
  font-size: 1.1em;
  width: 17em;
  padding: .2em .2em 0; }

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table; }

.pika-single:after {
  clear: both; }

.pika-single {
  *zoom: 1; }

.pika-single.is-hidden {
  display: none; }

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); }

.pika-lendar {
  float: left;
  margin: 0 0 .4em; }

.pika-title {
  position: relative;
  text-align: center;
  background-color: #6591b0;
  color: #fff;
  line-height: 1.1em;
  padding: .2em 0 0 5px; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  font-weight: 400; }

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  *position: absolute;
  *top: 0; }

.pika-prev:hover,
.pika-next:hover {
  opacity: 1; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background: url(../images/gallery-arrow-white-little-prev.png) no-repeat;
  background-size: 10px 20px;
  *left: 0; }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background: url(../images/gallery-arrow-white-little.png) no-repeat;
  background-size: 10px 20px;
  *right: 0; }

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  margin-bottom: 0; }

.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 1px; }

.pika-table th {
  padding: .3em .1em;
  font-weight: 400;
  text-align: center;
  font-size: .9em; }

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #555;
  text-align: center;
  background: #c9d6d6; }

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #6591b0; }

.is-inrange .pika-button {
  background: #D5E9F7; }

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px; }

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px; }

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3; }

.pika-button:hover {
  color: #363636;
  box-shadow: none; }

/* styling for abbr */
.pika-table abbr {
  border-bottom: none; }

/**
 * Base
 */
/**
 * Font Face
 */
/**
 * @license
 * MyFonts Webfont Build ID 3092750, 2015-09-16T19:15:58-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: Quickpen by Trial by Cupcakes
 * URL: http://www.myfonts.com/fonts/trial-by-cupcakes/quickpen/regular/
 * Copyright: Copyright (c) 2014 by Trial by Cupcakes. All rights reserved.
 * Licensed pageviews: 400,000
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3092750
 *
 * © 2015 MyFonts Inc
*/
/* @import must be at top of file, otherwise Quickpen CSS will not work */
/*
  @font-face {
    font-family: 'Quickpen';
    src: url('../fonts/Quickpen.woff2') format('woff2'),
         url('../fonts/Quickpen.woff') format('woff');
  }
*/
@font-face {
  font-family: 'Trebuchet';
  src: url("../fonts//treb-eng/38EBFF_0_0.eot");
  src: url("../fonts//treb-eng/38EBFF_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts//treb-eng/38EBFF_0_0.woff2") format("woff2"), url("../fonts//treb-eng/38EBFF_0_0.woff") format("woff"), url("../fonts//treb-eng/38EBFF_0_0.ttf") format("truetype"), url("../fonts//treb-eng/38EBFF_0_0.svg#wf") format("svg");
  font-display: swap; }

@font-face {
  font-family: 'Trebuchet-Bold';
  src: url("../fonts//treb-eng/38EBFF_1_0.eot");
  src: url("../fonts//treb-eng/38EBFF_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts//treb-eng/38EBFF_1_0.woff2") format("woff2"), url("../fonts//treb-eng/38EBFF_1_0.woff") format("woff"), url("../fonts//treb-eng/38EBFF_1_0.ttf") format("truetype"), url("../fonts//treb-eng/38EBFF_1_0.svg#wf") format("svg");
  font-display: swap; }

@font-face {
  font-family: 'Trebuchet-Italic';
  src: url("../fonts//treb-eng/38EBFF_2_0.eot");
  src: url("../fonts//treb-eng/38EBFF_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts//treb-eng/38EBFF_2_0.woff2") format("woff2"), url("../fonts//treb-eng/38EBFF_2_0.woff") format("woff"), url("../fonts//treb-eng/38EBFF_2_0.ttf") format("truetype"), url("../fonts//treb-eng/38EBFF_2_0.svg#wf") format("svg");
  font-display: swap; }

@font-face {
  font-family: 'Trebuchet-BoldItalic';
  src: url("../fonts//treb-eng/38EBFF_3_0.eot");
  src: url("../fonts//treb-eng/38EBFF_3_0.eot?#iefix") format("embedded-opentype"), url("../fonts//treb-eng/38EBFF_3_0.woff2") format("woff2"), url("../fonts//treb-eng/38EBFF_3_0.woff") format("woff"), url("../fonts//treb-eng/38EBFF_3_0.ttf") format("truetype"), url("../fonts//treb-eng/38EBFF_3_0.svg#wf") format("svg");
  font-display: swap; }

@font-face {
  font-family: 'DINEngschriftStd';
  src: url("../fonts//treb-eng/38EBFF_4_0.eot");
  src: url("../fonts//treb-eng/38EBFF_4_0.eot?#iefix") format("embedded-opentype"), url("../fonts//treb-eng/38EBFF_4_0.woff2") format("woff2"), url("../fonts//treb-eng/38EBFF_4_0.woff") format("woff"), url("../fonts//treb-eng/38EBFF_4_0.ttf") format("truetype"), url("../fonts//treb-eng/38EBFF_4_0.svg#wf") format("svg");
  font-display: swap; }

/**
 * Typography
 */
html {
  font-size: 100%; }

body,
button,
input,
select,
textarea {
  color: #444;
  font-size: 18px;
  line-height: 30px; }

body {
  font-family: 'Vollkorn', serif;
  line-height: 2.22222em; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

h1 {
  font-family: "DINEngschriftStd", 'Trebuchet', 'sans-serif';
  color: #0c4299;
  font-size: 2.22222em;
  line-height: 1.4; }

h2 {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #021a3f;
  text-align: center;
  text-transform: uppercase; }

h3, .ada-h3 {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #444;
  font-size: 1.33333em;
  text-transform: uppercase; }

h5 {
  font-size: 1em; }

h6 {
  font-size: 0.88889em; }

h4, .ada-h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #444;
  font-weight: 600;
  line-height: 1.2;
  text-align: left; }

h4, .ada-h4 {
  font-family: 'Vollkorn', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #021a3f;
  font-size: 1.27778em;
  font-weight: 200;
  line-height: 1; }
  @media screen and (min-width: 768px) {
    h4, .ada-h4 {
      font-size: 1.38889em; } }

.ada-h4 {
  text-transform: none; }

p {
  margin-bottom: 2em;
  text-align: left; }

a {
  color: #021a3f; }

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

address {
  margin: 0 0 1.5em; }

pre {
  max-width: 100%;
  overflow: auto;
  margin-bottom: 1.6em;
  padding: 1.6em;
  background: color(background-pre);
  font-family: monospace;
  font-size: 0.9375em;
  line-height: 1; }

code,
kbd,
tt,
var {
  font-family: monospace;
  font-size: 0.9375em; }

abbr,
acronym {
  border-bottom: 1px dotted color(border-abbr);
  cursor: help; }

mark,
ins {
  background: color(background-ins);
  text-decoration: none; }

big {
  font-size: 125%; }

.content-area ul,
.content-area ol {
  margin-left: 8px;
  line-height: 30px; }
  @media screen and (min-width: 768px) {
    .content-area ul,
    .content-area ol {
      margin: 0 0 1.5em 3em; } }
  .content-area ul li,
  .content-area ol li {
    margin-bottom: 8px; }

.content-area ul {
  list-style: disc; }

.content-area ol {
  list-style: decimal; }

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

.content-area dt {
  font-weight: bold; }

.content-area dd {
  margin: 0 1.5em 1.5em; }

label, .faux-label {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.72222em;
  line-height: 1.5;
  text-transform: uppercase; }
  @media screen and (min-width: 769px) {
    label, .faux-label {
      font-size: 16px; } }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase; }

.wp-caption-text {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #112348;
  font-size: 0.66667em;
  line-height: 1.6;
  text-align: left; }
  .wp-caption-text .gallery-num {
    color: #134eac; }
  .wp-caption-text .caption-attribution {
    color: #666; }

blockquote {
  font-family: "DINEngschriftStd", 'Trebuchet', 'sans-serif';
  color: #0c4299;
  font-size: 2em;
  line-height: 1.4; }
  @media screen and (min-width: 768px) {
    blockquote.alignleft, blockquote.alignright {
      font-size: 1.66667em; } }
  @media screen and (min-width: 768px) {
    blockquote {
      font-size: 2.22222em; } }
  blockquote em {
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.33333em;
    font-style: normal;
    text-transform: uppercase; }

.header-surtitle, .full-cta-surtitle {
  color: #0c4299;
  font-weight: 200; }

.image-header-surtitle, .full-cta-surtitle {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.3;
  text-shadow: 0 0 15px black;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    .image-header-surtitle, .full-cta-surtitle {
      font-size: 1.22222em; } }
  @media screen and (min-width: 769px) {
    .image-header-surtitle, .full-cta-surtitle {
      font-size: 1.72222em; } }

.header-title, .full-cta-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "DINEngschriftStd", 'Trebuchet', 'sans-serif';
  color: #021a3f;
  font-weight: 400;
  word-wrap: break-word; }
  @media screen and (min-width: 320px) {
    .header-title, .full-cta-title {
      font-size: 2.22222em; } }
  @media screen and (min-width: 768px) {
    .header-title, .full-cta-title {
      font-size: 7.83333em; } }

.image-header-title, .full-cta-title {
  color: #fff;
  text-shadow: 0 0 30px black;
  text-transform: uppercase; }
  @media screen and (min-width: 320px) {
    .image-header-title, .full-cta-title {
      font-size: 2.77778em; } }
  @media screen and (min-width: 768px) {
    .image-header-title, .full-cta-title {
      font-size: 6.94444em; } }

.header-subtitle, .full-cta-subtitle, .full-cta-description {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #112348;
  font-size: 0.88889em;
  line-height: 1.4;
  text-align: left; }
  .header-subtitle a, .full-cta-subtitle a, .full-cta-description a {
    color: #112348;
    text-decoration: none; }

.image-header-subtitle, .full-cta-description {
  color: #fff;
  font-size: 1em;
  text-shadow: 0 0 15px black; }
  .image-header-subtitle a, .full-cta-description a {
    color: #fff;
    text-decoration: none; }

.full-cta-subtitle {
  color: #fff;
  font-size: 0.88889em;
  font-weight: 300;
  text-shadow: 0 0 15px black; }
  @media screen and (min-width: 768px) {
    .full-cta-subtitle {
      font-size: 1.11111em; } }
  @media screen and (min-width: 769px) {
    .full-cta-subtitle {
      font-size: 1.5em; } }
  .full-cta-subtitle a {
    color: #fff;
    text-decoration: none; }

.cta-set-module .cta-figure .cta-content a {
  text-decoration: none; }

.cta-set-module .cta-subheadline {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.77778em;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    .cta-set-module .cta-subheadline {
      font-size: 0.83333em; } }

.cta-set-module .cta-headline {
  font-family: 'Vollkorn', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #021a3f;
  font-size: 1.27778em;
  font-weight: 200;
  line-height: 1;
  text-align: left;
  text-transform: none; }
  @media screen and (min-width: 768px) {
    .cta-set-module .cta-headline {
      font-size: 1.38889em; } }
  .ie .cta-set-module .cta-headline {
    line-height: 1.4; }
  .cta-set-module .cta-headline a {
    color: #021a3f;
    line-height: 1.4em; }

.cta-set-module .cta-content p {
  font-size: 0.88889em; }

.cta-set-module .cta-set-content p {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.94444em; }
  @media screen and (min-width: 768px) {
    .cta-set-module .cta-set-content p {
      text-align: center; } }
  @media screen and (min-width: 769px) {
    .cta-set-module .cta-set-content p {
      font-size: 1.27778em; } }

.cta-set-module.template-blue .cta-subheadline {
  color: #112348; }

.cta-set-module.template-blue .cta-set-content {
  color: #021a3f; }

.cta-set-module.template-green .cta-subheadline {
  color: #418205; }

.cta-set-module.template-green .cta-set-content {
  color: #418205; }
  .cta-set-module.template-green .cta-set-content a {
    color: #418205; }

.cta-set-module + .listings-wrapper {
  margin-top: 15px; }
  @media screen and (min-width: 768px) {
    .cta-set-module + .listings-wrapper {
      margin-top: 35px; } }

.icon-title {
  color: #112348;
  font-size: 1.38889em;
  font-weight: 200;
  line-height: 0.5;
  text-align: center;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    .icon-title {
      font-size: 3.33333em; } }
  .no-borderimage .icon-title {
    line-height: 1; }
  .windows7 .icon-title,
  .windows8 .icon-title {
    padding-bottom: 2%; }
  .icon-title .calendar-svg .st0 {
    fill: #112348; }
  .icon-title .calendar-svg .st1 {
    stroke: #112348; }

.dash-title {
  font-family: "DINEngschriftStd", 'Trebuchet', 'sans-serif';
  color: #112348;
  font-size: 1.44444em;
  font-weight: 200;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    .dash-title {
      font-size: 1.94444em; } }

.listing-title {
  font-family: 'Vollkorn', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.55556em;
  font-weight: 400;
  line-height: 1.2; }

.content-section-title {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0c4299;
  font-size: 1.55556em;
  text-align: center;
  text-transform: uppercase; }

.button, .page-link.prev, .page-link.next, .page-numbers.prev, .page-numbers.next {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.83333em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  color: #112348; }
  .button:hover, .page-link.prev:hover, .page-link.next:hover, .page-numbers.prev:hover, .page-numbers.next:hover {
    color: #f6f3e6; }

#simpleview-form:before, #calendarForm:before {
  color: #fff;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#simpleview-form h3, #simpleview-form .ada-h3, #calendarForm h3, #calendarForm .ada-h3 {
  color: #021a3f;
  line-height: 1.3;
  text-align: center; }

#simpleview-form p, #calendarForm p {
  text-align: center; }

#simpleview-form .labelContainerClass, #simpleview-form .datalabel, #calendarForm .labelContainerClass, #calendarForm .datalabel {
  color: #fff; }
  @media screen and (min-width: 768px) {
    #simpleview-form .labelContainerClass, #simpleview-form .datalabel, #calendarForm .labelContainerClass, #calendarForm .datalabel {
      text-align: right; } }
  #simpleview-form .labelContainerClass label, #simpleview-form .datalabel label, #calendarForm .labelContainerClass label, #calendarForm .datalabel label {
    font-family: 'Vollkorn', serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.94444em;
    text-transform: none; }

#simpleview-form .fieldContainerClass input + label, #calendarForm .fieldContainerClass input + label {
  font-size: 1em;
  line-height: 1.2;
  text-transform: none; }

#simpleview-form .hint, #simpleview-form .sectionNotesClass, #calendarForm .hint, #calendarForm .sectionNotesClass {
  color: #fff;
  font-size: 0.94444em;
  line-height: 1.2;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/**
 * Forms
 */
input[type=search],
input[type=text],
input[type=password],
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  margin-right: 10px; }

input[type="text"],
input[type="date"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: color(text-input);
  font-size: 1.22222em;
  background: none;
  background-color: #bfd1a2;
  border: none;
  border-radius: 0; }
  input[type="text"]:focus,
  input[type="date"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    color: color(text-input-focus);
    outline: 0; }
  input[type="text"].blue,
  input[type="date"].blue,
  input[type="email"].blue,
  input[type="url"].blue,
  input[type="password"].blue,
  input[type="search"].blue,
  textarea.blue {
    background-color: #C9D6D6; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

input[type="date"] {
  min-height: 36px;
  white-space: nowrap;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  input[type="date"]::-webkit-input-placeholder {
    color: #bfd1a2; }
  input[type="date"]::-webkit-inner-spin-button {
    display: none; }
  input[type="date"]::-webkit-calendar-picker-indicator {
    display: none; }

select {
  position: relative;
  height: 40px;
  padding-right: 36px;
  padding-left: 10px;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #C9D6D6;
  background-image: url("../images//select-arrow.png");
  background-position: 97% center;
  background-repeat: no-repeat;
  background-size: 16px 7px;
  border: 0 solid #f6f3e6;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none; }
  @media screen and (min-width: 768px) {
    select {
      height: 50px; } }
  select::-ms-expand {
    display: none; }

.lt-ie10 .main-category, .lt-ie10 .sub-category, .lt-ie10 .sub-types {
  width: calc(100% - 30px);
  overflow: hidden; }
  .lt-ie10 .main-category select, .lt-ie10 .sub-category select, .lt-ie10 .sub-types select {
    padding-right: 0;
    width: calc(100% + 30px);
    background-position: 92% center; }

textarea {
  width: 100%; }

fieldset {
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  border: none; }

button {
  border: none; }

input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: 10px 15px;
  color: #418205;
  line-height: 1;
  background-color: #f6f3e6;
  border: 1px solid #418205;
  border-radius: 5px; }
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    color: #f6f3e6;
    background-color: #418205; }
  input[type="button"].blue, .blue input[type="button"],
  input[type="reset"].blue, .blue
  input[type="reset"],
  input[type="submit"].blue, .blue
  input[type="submit"] {
    color: #112348;
    background-color: #f6f3e6;
    border: 1px solid #112348; }
    input[type="button"].blue:hover, .blue input[type="button"]:hover,
    input[type="reset"].blue:hover, .blue
    input[type="reset"]:hover,
    input[type="submit"].blue:hover, .blue
    input[type="submit"]:hover {
      color: #f6f3e6;
      background-color: #112348; }

#simpleview-form, #calendarForm {
  position: relative;
  padding-top: 40px;
  margin-bottom: 100px; }
  #simpleview-form:before, #calendarForm:before {
    content: 'Highlighted navy blue fields are required';
    /*Note: The text for SV forms is modified and hidden with JavaScript.*/
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
    background-color: #021a3f; }
    @media screen and (min-width: 768px) {
      #simpleview-form:before, #calendarForm:before {
        max-width: 365px; } }
  #simpleview-form h3, #calendarForm h3 {
    padding-top: 35px; }
  #simpleview-form .rowClass + h3, #calendarForm .rowClass + h3 {
    clear: both;
    margin-top: 35px;
    border-top: 1px solid #112348; }
  #simpleview-form .rowClass:after, #calendarForm .rowClass:after {
    content: '';
    display: table;
    clear: both; }
  #simpleview-form input, #simpleview-form textarea, #calendarForm input, #calendarForm textarea {
    background-color: #C9D6D6; }
    #simpleview-form input#code, #simpleview-form textarea#code, #calendarForm input#code, #calendarForm textarea#code {
      margin-bottom: 20px;
      min-height: 40px;
      width: 100%; }
      @media screen and (min-width: 768px) {
        #simpleview-form input#code, #simpleview-form textarea#code, #calendarForm input#code, #calendarForm textarea#code {
          width: 50%; } }
    #simpleview-form input.buttonClass, #simpleview-form input.button, #simpleview-form textarea.buttonClass, #simpleview-form textarea.button, #calendarForm input.buttonClass, #calendarForm input.button, #calendarForm textarea.buttonClass, #calendarForm textarea.button {
      color: #112348;
      font-size: 1.1111111111em;
      background-color: transparent;
      border-color: #112348; }
      #simpleview-form input.buttonClass:hover, #simpleview-form input.button:hover, #simpleview-form textarea.buttonClass:hover, #simpleview-form textarea.button:hover, #calendarForm input.buttonClass:hover, #calendarForm input.button:hover, #calendarForm textarea.buttonClass:hover, #calendarForm textarea.button:hover {
        color: #f6f3e6;
        background-color: #112348; }
  #simpleview-form input[type=reset], #calendarForm input[type=reset] {
    display: none; }
  #simpleview-form .labelContainerClass, #simpleview-form .datalabel, #calendarForm .labelContainerClass, #calendarForm .datalabel {
    display: inline; }
    #simpleview-form .labelContainerClass label, #simpleview-form .datalabel label, #calendarForm .labelContainerClass label, #calendarForm .datalabel label {
      display: block;
      float: left;
      height: 100%;
      margin-top: 10px;
      margin-bottom: 0;
      padding: 7.5px 3px;
      width: 100%;
      font-family: 'Vollkorn', serif;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #444;
      text-align: left;
      text-transform: none; }
      @media screen and (min-width: 768px) {
        #simpleview-form .labelContainerClass label, #simpleview-form .datalabel label, #calendarForm .labelContainerClass label, #calendarForm .datalabel label {
          margin-top: 0;
          margin-right: 20px;
          margin-bottom: 10px;
          padding-right: 25px;
          padding-left: 25px;
          width: calc( 50% - 10px);
          text-align: right; } }
      #simpleview-form .labelContainerClass label.labelRequiredClass, #simpleview-form .labelContainerClass label.svformreq, #simpleview-form .labelContainerClass label.formreq, #simpleview-form .datalabel label.labelRequiredClass, #simpleview-form .datalabel label.svformreq, #simpleview-form .datalabel label.formreq, #calendarForm .labelContainerClass label.labelRequiredClass, #calendarForm .labelContainerClass label.svformreq, #calendarForm .labelContainerClass label.formreq, #calendarForm .datalabel label.labelRequiredClass, #calendarForm .datalabel label.svformreq, #calendarForm .datalabel label.formreq {
        color: #fff;
        background-color: #021a3f; }
  #simpleview-form .fieldContainerClass, #calendarForm .fieldContainerClass {
    display: inline; }
    #simpleview-form .fieldContainerClass input, #simpleview-form .fieldContainerClass select, #simpleview-form .fieldContainerClass textarea, #calendarForm .fieldContainerClass input, #calendarForm .fieldContainerClass select, #calendarForm .fieldContainerClass textarea {
      float: left;
      height: 30px;
      margin-right: 10px;
      margin-left: 0;
      width: 30px; }
      @media screen and (min-width: 768px) {
        #simpleview-form .fieldContainerClass input, #simpleview-form .fieldContainerClass select, #simpleview-form .fieldContainerClass textarea, #calendarForm .fieldContainerClass input, #calendarForm .fieldContainerClass select, #calendarForm .fieldContainerClass textarea {
          margin-left: 25%; } }
      #simpleview-form .fieldContainerClass input:last-child, #simpleview-form .fieldContainerClass input#contact_country, #simpleview-form .fieldContainerClass input#account_country, #simpleview-form .fieldContainerClass select:last-child, #simpleview-form .fieldContainerClass select#contact_country, #simpleview-form .fieldContainerClass select#account_country, #simpleview-form .fieldContainerClass textarea:last-child, #simpleview-form .fieldContainerClass textarea#contact_country, #simpleview-form .fieldContainerClass textarea#account_country, #calendarForm .fieldContainerClass input:last-child, #calendarForm .fieldContainerClass input#contact_country, #calendarForm .fieldContainerClass input#account_country, #calendarForm .fieldContainerClass select:last-child, #calendarForm .fieldContainerClass select#contact_country, #calendarForm .fieldContainerClass select#account_country, #calendarForm .fieldContainerClass textarea:last-child, #calendarForm .fieldContainerClass textarea#contact_country, #calendarForm .fieldContainerClass textarea#account_country {
        margin-right: 0;
        margin-left: 0;
        min-height: 40px;
        width: 100%; }
        @media screen and (min-width: 768px) {
          #simpleview-form .fieldContainerClass input:last-child, #simpleview-form .fieldContainerClass input#contact_country, #simpleview-form .fieldContainerClass input#account_country, #simpleview-form .fieldContainerClass select:last-child, #simpleview-form .fieldContainerClass select#contact_country, #simpleview-form .fieldContainerClass select#account_country, #simpleview-form .fieldContainerClass textarea:last-child, #simpleview-form .fieldContainerClass textarea#contact_country, #simpleview-form .fieldContainerClass textarea#account_country, #calendarForm .fieldContainerClass input:last-child, #calendarForm .fieldContainerClass input#contact_country, #calendarForm .fieldContainerClass input#account_country, #calendarForm .fieldContainerClass select:last-child, #calendarForm .fieldContainerClass select#contact_country, #calendarForm .fieldContainerClass select#account_country, #calendarForm .fieldContainerClass textarea:last-child, #calendarForm .fieldContainerClass textarea#contact_country, #calendarForm .fieldContainerClass textarea#account_country {
            margin-bottom: 10px;
            width: calc(50% - 10px); } }
      #simpleview-form .fieldContainerClass input[type="checkbox"], #simpleview-form .fieldContainerClass select[type="checkbox"], #simpleview-form .fieldContainerClass textarea[type="checkbox"], #calendarForm .fieldContainerClass input[type="checkbox"], #calendarForm .fieldContainerClass select[type="checkbox"], #calendarForm .fieldContainerClass textarea[type="checkbox"] {
        height: 30px;
        margin-bottom: 20px;
        width: 30px;
        opacity: 0; }
    #simpleview-form .fieldContainerClass #account_addr2, #calendarForm .fieldContainerClass #account_addr2 {
      float: right; }
    #simpleview-form .fieldContainerClass textarea, #calendarForm .fieldContainerClass textarea {
      height: 80px; }
    #simpleview-form .fieldContainerClass input + label, #calendarForm .fieldContainerClass input + label {
      position: relative;
      top: 3px;
      float: left;
      width: calc(100% - 40px); }
      @media screen and (min-width: 768px) {
        #simpleview-form .fieldContainerClass input + label, #calendarForm .fieldContainerClass input + label {
          width: calc(75% - 40px); } }
      #simpleview-form .fieldContainerClass input + label:before, #calendarForm .fieldContainerClass input + label:before {
        content: '';
        position: absolute;
        top: -3px;
        left: -40px;
        height: 30px;
        width: 30px;
        background-color: #C9D6D6; }
    #simpleview-form .fieldContainerClass table, #calendarForm .fieldContainerClass table {
      float: left;
      margin-top: 4px;
      width: calc(50% - 10px); }
      #simpleview-form .fieldContainerClass table input, #calendarForm .fieldContainerClass table input {
        clear: left;
        margin-left: 0; }
    #simpleview-form .fieldContainerClass input:checked + label:before, #calendarForm .fieldContainerClass input:checked + label:before {
      background-image: url("../images//checkmark.png");
      background-position: center center;
      background-repeat: no-repeat; }
  #simpleview-form .captchaContainerClass, #calendarForm .captchaContainerClass {
    text-align: center; }
  #simpleview-form .buttonContainerClass, #calendarForm .buttonContainerClass {
    text-align: center; }
  #simpleview-form hr, #calendarForm hr {
    margin-top: 35px;
    margin-bottom: 35px;
    background-color: #112348; }
  #simpleview-form .hint, #calendarForm .hint {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 7.5px 25px;
    width: 100%;
    background-color: #021a3f; }
    @media screen and (min-width: 768px) {
      #simpleview-form .hint, #calendarForm .hint {
        width: 80%; } }
  #simpleview-form .hintClass, #calendarForm .hintClass {
    float: right;
    max-width: calc(50% - 10px);
    text-align: left; }
    #simpleview-form .hintClass.formreq, #calendarForm .hintClass.formreq {
      display: none; }

#calendarForm #contact_formhead_hint {
  margin-bottom: 20px;
  color: #fff; }

#calendarForm > p {
  display: none; }

#calendarForm .formhead {
  padding-top: 35px;
  padding-bottom: 20px;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #021a3f;
  font-size: 1.33333em;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase; }

#calendarForm .datalabel, #calendarForm .datafield {
  height: 100%;
  margin-bottom: 6px; }

#calendarForm .datalabel label, #calendarForm .datafield input, #calendarForm .datalabel .hint {
  height: 40px;
  padding-top: 9.5px;
  padding-bottom: 9.5px; }

#calendarForm .datalabel .hint {
  float: right;
  height: 40px;
  min-height: 40px;
  width: 100%; }
  @media screen and (min-width: 768px) {
    #calendarForm .datalabel .hint {
      width: calc(50% - 10px); } }

#calendarForm .datafield input, #calendarForm .datafield textarea, #calendarForm .datafield select {
  width: 100%; }
  @media screen and (min-width: 768px) {
    #calendarForm .datafield input, #calendarForm .datafield textarea, #calendarForm .datafield select {
      width: calc(50% - 10px); } }

#calendarForm .datafield select {
  margin-bottom: 4px; }

#calendarForm .datafield select[multiple="multiple"] {
  height: 120px;
  margin-bottom: 0;
  background-image: none; }

#calendarForm .svFldReqMsg {
  display: none !important; }

#calendarForm #multifileuploadcontainer {
  display: block !important;
  text-align: center; }
  #calendarForm #multifileuploadcontainer label {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding: 7.5px 25px;
    width: 100%;
    color: #fff;
    background-color: #021a3f; }
  #calendarForm #multifileuploadcontainer input[type="file"] {
    height: auto !important;
    margin-bottom: 10px;
    width: 200px !important;
    font-size: 0.88889em;
    line-height: 0;
    background-color: transparent;
    visibility: visible !important; }
    #calendarForm #multifileuploadcontainer input[type="file"] + .fileuploads {
      display: none; }
  #calendarForm #multifileuploadcontainer .fileuploads {
    margin-bottom: 10px; }
    #calendarForm #multifileuploadcontainer .fileuploads #mf_body tr td:first-child {
      width: 46px; }
    #calendarForm #multifileuploadcontainer .fileuploads .deleteit {
      display: block;
      height: 26px;
      margin-right: 10px;
      margin-left: 10px;
      width: 26px;
      background-image: url(../svgs//hamburger_close.svg);
      background-size: 26px 26px; }
    #calendarForm #multifileuploadcontainer .fileuploads td {
      background-color: #C9D6D6;
      border: 1px solid #f6f3e6; }

#calendarForm .svrecurall {
  margin-top: 30px; }
  #calendarForm .svrecurall input[type="radio"] {
    display: inline-block;
    height: auto;
    width: auto; }
    #calendarForm .svrecurall input[type="radio"]:checked + label + .recur_opt {
      display: block; }
  #calendarForm .svrecurall .norecurrencemsg {
    margin-top: -5px;
    padding-bottom: 10px;
    padding-left: 28px;
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.88889em;
    line-height: 1.5; }
  #calendarForm .svrecurall legend {
    display: none; }
  #calendarForm .svrecurall label {
    display: inline-block; }
  #calendarForm .svrecurall .recur_opt {
    display: none;
    margin-top: 0;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 0;
    border-top: 1px solid #112348;
    border-bottom: 1px solid #112348; }
  #calendarForm .svrecurall ul {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none; }
  #calendarForm .svrecurall li {
    padding-left: 28px; }
    #calendarForm .svrecurall li label {
      width: calc( 100% - 40px); }
      #calendarForm .svrecurall li label input {
        width: 50px;
        text-align: right; }
      #calendarForm .svrecurall li label select {
        width: 100px; }
        #calendarForm .svrecurall li label select[name="monthlyweekday"], #calendarForm .svrecurall li label select#yearlymonth1, #calendarForm .svrecurall li label select[name="yearlyweekday"], #calendarForm .svrecurall li label select[name="yearlymonth2"] {
          width: 178px; }
    #calendarForm .svrecurall li label[for="weekly_1"] + div {
      text-align: left !important; }
      #calendarForm .svrecurall li label[for="weekly_1"] + div > ul > li {
        padding-left: 0;
        width: auto !important;
        text-align: center !important; }
    #calendarForm .svrecurall li input[type="Checkbox"] {
      height: 14px;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      width: 26px; }
    #calendarForm .svrecurall li .minilabel {
      display: block;
      width: 100%; }
    #calendarForm .svrecurall li ul {
      padding-left: 0; }
  #calendarForm .svrecurall #yearlyRT_6, #calendarForm .svrecurall #yearlyRT, #calendarForm .svrecurall #monthlyRT_4, #calendarForm .svrecurall #monthlyRT_5 {
    float: left;
    margin-top: 13px; }
    @media screen and (min-width: 768px) {
      #calendarForm .svrecurall #yearlyRT_6, #calendarForm .svrecurall #yearlyRT, #calendarForm .svrecurall #monthlyRT_4, #calendarForm .svrecurall #monthlyRT_5 {
        margin-top: 18px; } }
  #calendarForm .svrecurall #recur_show_1 legend {
    display: block;
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    padding: 7.5px 25px;
    width: 100%;
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 0.77778em;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    background-color: #021a3f; }
  #calendarForm .svrecurall #recur_show_1 li {
    padding-left: 0; }
  #calendarForm .svrecurall #recur_show_1 #enddate {
    width: 142px; }

#calendarForm img, #calendarForm input#code {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto; }
  #calendarForm img + br, #calendarForm input#code + br {
    display: none; }

#calendarForm .sv_api_hint {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 7.5px 25px;
  width: 100%;
  color: #fff;
  font-size: 0.94444em;
  line-height: 1.5;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #021a3f; }
  @media screen and (min-width: 768px) {
    #calendarForm .sv_api_hint {
      width: 80%; } }

#sv_submit_event_form #svErrorContainer {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 7.5px 25px;
  width: 80%;
  color: #a31f34;
  font-size: 0.94444em;
  line-height: 1.5;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#svThankYou {
  display: block;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding: 7.5px 25px;
  width: 100%;
  color: #fff;
  font-size: 0.94444em;
  line-height: 1.5;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #021a3f; }
  @media screen and (min-width: 768px) {
    #svThankYou {
      width: 80%; } }

#simpleview-form:before {
  content: none !important;
  display: none !important; }

p.sv-required-note {
  margin: 0; }

p.sv-required-note span {
  background-color: #021a3f;
  color: #fff;
  padding: 4px 20px 2px 20px;
  display: inline-block;
  line-height: 1.2; }

/* Focus ring for custom Simpleview checkboxes */
#simpleview-form .fieldContainerClass input[type="checkbox"]:focus + label::before {
  outline: 2px solid #2c2c2c; }

html {
  box-sizing: border-box; }

body {
  position: relative; }

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

body {
  background: color(background-body);
  /* Fallback for when there is no custom background color defined. */ }

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

hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

pre {
  max-width: 100%; }

img,
picture,
embed,
object {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }
  img.size-medium,
  picture.size-medium,
  embed.size-medium,
  object.size-medium {
    width: 100%; }
    @media screen and (min-width: 768px) {
      img.size-medium,
      picture.size-medium,
      embed.size-medium,
      object.size-medium {
        max-width: 330px;
        width: auto; } }
    @media screen and (min-width: 769px) {
      img.size-medium,
      picture.size-medium,
      embed.size-medium,
      object.size-medium {
        max-width: 100%;
        width: auto; } }

iframe {
  max-width: 100%; }

picture img {
  width: 100%; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

a {
  color: color(link); }
  a:visited {
    color: color(link-visited); }
  a:hover, a:focus, a:active {
    color: color(link-hover); }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

.container {
  max-width: 66.66667em;
  margin-left: auto;
  margin-right: auto; }
  .no-mediaqueries .container {
    padding-right: 1.28205%;
    padding-left: 1.28205%; }

.fake-img {
  display: inline-block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  line-height: 0; }
  .fake-img img {
    border: 0;
    clip: none;
    height: auto;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: static;
    width: auto; }
    .js .fake-img img {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.clearfix {
  content: '';
  display: table; }

.screen-reader-text {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    top: 5px;
    left: 5px;
    display: block;
    height: auto;
    width: auto;
    padding: 15px 23px 14px;
    clip: auto !important;
    z-index: 100000;
    /* Above WP toolbar. */
    background-color: color(background-screen);
    color: color(text-screen);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    font-weight: bold;
    font-size: 0.875em;
    line-height: normal;
    text-decoration: none;
    border-radius: 3px; }

.alignleft {
  display: block;
  margin-right: auto;
  margin-bottom: 2em;
  margin-left: auto; }
  @media screen and (min-width: 768px) {
    .alignleft {
      display: inline;
      float: left;
      margin-right: 2em;
      margin-left: -30px; } }
  @media screen and (min-width: 769px) {
    .alignleft {
      margin-left: calc(-50vw + 315px); } }
  @media screen and (min-width: 1024px) {
    .alignleft {
      margin-left: -25%; } }

.alignright {
  display: block;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (min-width: 768px) {
    .alignright {
      display: inline;
      float: right;
      margin-left: 2em;
      margin-right: -30px; } }
  @media screen and (min-width: 769px) {
    .alignright {
      margin-right: calc(-50vw + 315px); } }
  @media screen and (min-width: 1024px) {
    .alignright {
      margin-right: -25%; } }

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

#wpadminbar {
  margin-top: -46px !important; }
  @media screen and (min-width: 600px) {
    #wpadminbar {
      margin-top: 0px !important; } }

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table; }

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

/**
 * Layout
 */
/**
 * Header
 */
.site-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  position: relative;
  z-index: 4; }
  .no-flexbox .site-header {
    display: block; }
  .site-header > div {
    flex: 1 0 100%; }
    .site-header > div .utility-menu {
      display: none; }
      @media screen and (min-width: 769px) {
        .site-header > div .utility-menu {
          order: 1; } }
      @media screen and (min-width: 769px) {
        .no-flexbox .site-header > div .utility-menu {
          display: inline-block; } }
  .site-header .main-nav-wrapper {
    background-color: #A4022C;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
    padding: 0;
    order: 2; }
    .site-header .main-nav-wrapper .container {
      display: flex;
      width: 95%;
      max-width: 1280px; }
    @media screen and (max-width: 1279px) {
      .site-header .main-nav-wrapper .container {
        max-width: none;
        width: 100%; }
        .site-header .main-nav-wrapper .container .site-branding {
          margin-left: 13px; }
          .site-header .main-nav-wrapper .container .site-branding h1 {
            margin-left: 0; } }
    .no-flexbox .site-header .main-nav-wrapper {
      display: block; }
    .site-header .main-nav-wrapper .site-branding {
      flex: 1 1 auto; }
      @media screen and (min-width: 769px) {
        .site-header .main-nav-wrapper .site-branding {
          flex: 0 0 250px; } }
      .no-flexbox .site-header .main-nav-wrapper .site-branding {
        margin: 12px 0;
        vertical-align: middle; }
    .site-header .main-nav-wrapper .main-navigation {
      flex: 0 0 50px;
      margin-left: auto; }
      .no-flexbox .site-header .main-nav-wrapper .main-navigation {
        display: inline-block;
        padding: 0;
        float: right;
        vertical-align: middle;
        line-height: 0; }
  .site-header > .utility-menu {
    display: none; }
    @media screen and (min-width: 1280px) {
      .site-header > .utility-menu {
        display: block; } }
  .site-header .utility-menu {
    line-height: 0; }
    @media screen and (min-width: 1280px) {
      .site-header .utility-menu {
        background-color: rgba(245, 242, 226, 0.9); } }
    .site-header .utility-menu .container {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: flex-end;
      max-width: 1280px; }
      .no-flexbox .site-header .utility-menu .container {
        text-align: right; }
    .site-header .utility-menu .main-nav-wrapper + .utility-menu {
      display: none; }
      @media screen and (max-width: 1279px) {
        .site-header .utility-menu .main-nav-wrapper + .utility-menu {
          display: block; } }
    .site-header .utility-menu .menu-utility-container {
      flex: 0 1 auto; }
      .no-flexbox .site-header .utility-menu .menu-utility-container {
        display: inline-block; }

.icon-search::after {
  background-color: #3b3b3b;
  content: '';
  display: block;
  height: 100%;
  -webkit-mask-image: url("/wp-content/themes/santabarbaraca/assets/svgs/search.svg");
          mask-image: url("/wp-content/themes/santabarbaraca/assets/svgs/search.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  width: 100%; }

.icon-search:hover::after {
  background-color: #A4022C; }

/**
 * Navigation
 */
.menu,
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0; }
  .menu li,
  .menu ul li {
    list-style-type: none; }

.menu a {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: all 0.25s ease-out; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

.menu-toggle {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
  display: block;
  height: 50px;
  width: 50px;
  margin: 0;
  padding: 0;
  background-image: url(../svgs//hamburger-white.svg);
  background-repeat: no-repeat;
  background-size: 30px 20px;
  background-position: center;
  cursor: pointer; }
  .menu-toggle:before {
    content: "";
    display: block;
    width: 0;
    height: 150%; }
  .show-navigation .menu-toggle {
    background-image: url(../svgs//hamburger_close-white.svg);
    background-size: 26px 26px; }
    .no-flexbox .show-navigation .menu-toggle {
      background-image: url(../images//hamburger_close_sm.png); }
  @media screen and (min-width: 1280px) {
    .menu-toggle {
      display: none; } }

.main-navigation .hamburgerized {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 4;
  max-height: 0;
  padding-right: 12px;
  padding-left: 12px;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .main-navigation .hamburgerized {
      justify-content: flex-end; } }
  @media screen and (min-width: 1280px) {
    .main-navigation .hamburgerized {
      position: static;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: stretch;
      max-height: none;
      padding-right: 0;
      padding-left: 0;
      background-color: transparent; } }
  @media screen and (min-width: 769px) {
    .no-flexbox .main-navigation .hamburgerized {
      display: inline-block; } }
  @media screen and (min-width: 769px) {
    .main-navigation .hamburgerized .menu-main-navigation-container {
      flex: 1 1 auto;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center;
      align-content: stretch;
      justify-content: flex-end; } }
  @media screen and (min-width: 769px) {
    .no-flexbox .main-navigation .hamburgerized .menu-main-navigation-container {
      display: inline-block;
      vertical-align: middle; } }
  .main-navigation .hamburgerized .widget_search {
    margin-bottom: 0; }
    @media screen and (min-width: 769px) {
      .main-navigation .hamburgerized .widget_search {
        flex: 0 0 65px;
        margin: 10px 0 10px 10px; } }
    @media screen and (min-width: 769px) {
      .no-flexbox .main-navigation .hamburgerized .widget_search {
        display: inline-block;
        height: 100%;
        width: 65px;
        margin: 0 0 0 10px;
        vertical-align: middle; } }
  .main-navigation .hamburgerized .header__social-item a[class*="icon"]::after {
    background-color: #fff; }

@media screen and (min-width: 1280px) {
  .main-navigation .menu,
  .main-navigation .sub-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: stretch; } }

@media screen and (min-width: 769px) {
  .no-flexbox .main-navigation .menu, .no-flexbox
  .main-navigation .sub-menu {
    display: table;
    height: 64px;
    max-width: 1200px; } }

@media screen and (min-width: 769px) {
  .lt-ie10 .main-navigation .menu, .lt-ie10
  .main-navigation .sub-menu {
    line-height: 0; } }

@media screen and (min-width: 769px) {
  .flexboxtweener .main-navigation .menu, .flexboxtweener
  .main-navigation .sub-menu {
    justify-content: stretch; } }

.main-navigation .menu .menu-item,
.main-navigation .sub-menu .menu-item {
  padding-top: 2px;
  padding-bottom: 2px; }
  @media screen and (max-width: 1279px) {
    .main-navigation .menu .menu-item > .main-menu-link,
    .main-navigation .sub-menu .menu-item > .main-menu-link {
      border-top: 1px solid #fff;
      margin: 0 auto;
      width: 90%; } }
  .main-navigation .menu .menu-item:first-child > a,
  .main-navigation .sub-menu .menu-item:first-child > a {
    border-top-width: 0; }
  .main-navigation .menu .menu-item.menu-item-depth-2,
  .main-navigation .sub-menu .menu-item.menu-item-depth-2 {
    border-top: 0; }
  @media screen and (min-width: 769px) {
    .main-navigation .menu .menu-item,
    .main-navigation .sub-menu .menu-item {
      border-top: 0;
      padding-top: 0;
      padding-bottom: 0; }
      .main-navigation .menu .menu-item.main-menu-item,
      .main-navigation .sub-menu .menu-item.main-menu-item {
        border-top: 2px solid #A4022C; } }
  @media screen and (min-width: 769px) {
    .no-flexbox .main-navigation .menu .menu-item, .no-flexbox
    .main-navigation .sub-menu .menu-item {
      display: table-cell;
      min-height: 100%;
      vertical-align: top; } }
  .main-navigation .menu .menu-item .menu-icon,
  .main-navigation .sub-menu .menu-item .menu-icon {
    background-image: url(../svgs//chevron-white.svg);
    transition: all 250ms ease-in-out; }
  @media screen and (max-width: 1279px) {
    .main-navigation .menu .menu-item.show-sub-nav > .main-menu-link .menu-icon,
    .main-navigation .sub-menu .menu-item.show-sub-nav > .main-menu-link .menu-icon {
      transform: rotate(-180deg); } }
  @media screen and (min-width: 1280px) {
    .main-navigation .menu .menu-item.show-sub-nav > .main-menu-link,
    .main-navigation .sub-menu .menu-item.show-sub-nav > .main-menu-link {
      background-color: #fff;
      color: #A4022C !important;
      position: relative; }
      .main-navigation .menu .menu-item.show-sub-nav > .main-menu-link::after,
      .main-navigation .sub-menu .menu-item.show-sub-nav > .main-menu-link::after {
        background: url(../svgs//chevron-red.svg) no-repeat center center;
        bottom: 8px;
        content: '';
        display: block;
        height: 6px;
        left: 50%;
        position: absolute;
        transform: translateX(-50%) rotate(-180deg);
        width: 12px; } }
  .main-navigation .menu .menu-item.show-sub-nav > .sub-menu-link,
  .main-navigation .sub-menu .menu-item.show-sub-nav > .sub-menu-link {
    color: #e2d8ad;
    text-transform: none; }
  .main-navigation .menu .menu-item.show-sub-nav:hover > .menu-link.main-menu-link,
  .main-navigation .sub-menu .menu-item.show-sub-nav:hover > .menu-link.main-menu-link {
    opacity: 1; }
  @media screen and (max-width: 1279px) {
    .main-navigation .menu .menu-item.show-sub-nav + .main-menu-item,
    .main-navigation .sub-menu .menu-item.show-sub-nav + .main-menu-item {
      margin-top: 15px; } }
  @media screen and (min-width: 1280px) {
    .main-navigation .menu .menu-item:hover > .menu-link.main-menu-link, .main-navigation .menu .menu-item:focus > .menu-link.main-menu-link, .main-navigation .menu .menu-item:active > .menu-link.main-menu-link,
    .main-navigation .sub-menu .menu-item:hover > .menu-link.main-menu-link,
    .main-navigation .sub-menu .menu-item:focus > .menu-link.main-menu-link,
    .main-navigation .sub-menu .menu-item:active > .menu-link.main-menu-link {
      color: #fff;
      opacity: .72; } }
  @media screen and (min-width: 1280px) and (min-width: 1280px) {
    .main-navigation .menu .menu-item:hover > .menu-link.main-menu-link .item-wrapper:before, .main-navigation .menu .menu-item:focus > .menu-link.main-menu-link .item-wrapper:before, .main-navigation .menu .menu-item:active > .menu-link.main-menu-link .item-wrapper:before,
    .main-navigation .sub-menu .menu-item:hover > .menu-link.main-menu-link .item-wrapper:before,
    .main-navigation .sub-menu .menu-item:focus > .menu-link.main-menu-link .item-wrapper:before,
    .main-navigation .sub-menu .menu-item:active > .menu-link.main-menu-link .item-wrapper:before {
      border-top-color: #fff;
      transform: scale(1); } }

@media screen and (min-width: 1280px) and (min-width: 1280px) {
  .main-navigation .menu .menu-item:hover > .menu-link.sub-menu-link .item-wrapper:after, .main-navigation .menu .menu-item:focus > .menu-link.sub-menu-link .item-wrapper:after, .main-navigation .menu .menu-item:active > .menu-link.sub-menu-link .item-wrapper:after,
  .main-navigation .sub-menu .menu-item:hover > .menu-link.sub-menu-link .item-wrapper:after,
  .main-navigation .sub-menu .menu-item:focus > .menu-link.sub-menu-link .item-wrapper:after,
  .main-navigation .sub-menu .menu-item:active > .menu-link.sub-menu-link .item-wrapper:after {
    border-bottom-color: #fff;
    transform: scale(1); } }
  .no-js .main-navigation .menu .menu-item.has-submenu:hover > .sub-menu-wrapper,
  .no-js .main-navigation .menu .menu-item.has-submenu:focus > .sub-menu-wrapper,
  .no-js .main-navigation .menu .menu-item.has-submenu:active > .sub-menu-wrapper,
  .js .main-navigation .menu .menu-item.has-submenu.show-sub-nav > .sub-menu-wrapper, .no-js
  .main-navigation .sub-menu .menu-item.has-submenu:hover > .sub-menu-wrapper,
  .no-js
  .main-navigation .sub-menu .menu-item.has-submenu:focus > .sub-menu-wrapper,
  .no-js
  .main-navigation .sub-menu .menu-item.has-submenu:active > .sub-menu-wrapper,
  .js
  .main-navigation .sub-menu .menu-item.has-submenu.show-sub-nav > .sub-menu-wrapper {
    max-height: 999px; }
    @media screen and (min-width: 769px) {
      .no-js .main-navigation .menu .menu-item.has-submenu:hover > .sub-menu-wrapper,
      .no-js .main-navigation .menu .menu-item.has-submenu:focus > .sub-menu-wrapper,
      .no-js .main-navigation .menu .menu-item.has-submenu:active > .sub-menu-wrapper,
      .js .main-navigation .menu .menu-item.has-submenu.show-sub-nav > .sub-menu-wrapper, .no-js
      .main-navigation .sub-menu .menu-item.has-submenu:hover > .sub-menu-wrapper,
      .no-js
      .main-navigation .sub-menu .menu-item.has-submenu:focus > .sub-menu-wrapper,
      .no-js
      .main-navigation .sub-menu .menu-item.has-submenu:active > .sub-menu-wrapper,
      .js
      .main-navigation .sub-menu .menu-item.has-submenu.show-sub-nav > .sub-menu-wrapper {
        max-height: 500px;
        overflow: visible; } }
    .no-js .main-navigation .menu .menu-item.has-submenu:hover > .sub-menu-wrapper .menu-view-all,
    .no-js .main-navigation .menu .menu-item.has-submenu:focus > .sub-menu-wrapper .menu-view-all,
    .no-js .main-navigation .menu .menu-item.has-submenu:active > .sub-menu-wrapper .menu-view-all,
    .js .main-navigation .menu .menu-item.has-submenu.show-sub-nav > .sub-menu-wrapper .menu-view-all, .no-js
    .main-navigation .sub-menu .menu-item.has-submenu:hover > .sub-menu-wrapper .menu-view-all,
    .no-js
    .main-navigation .sub-menu .menu-item.has-submenu:focus > .sub-menu-wrapper .menu-view-all,
    .no-js
    .main-navigation .sub-menu .menu-item.has-submenu:active > .sub-menu-wrapper .menu-view-all,
    .js
    .main-navigation .sub-menu .menu-item.has-submenu.show-sub-nav > .sub-menu-wrapper .menu-view-all {
      font-family: "Figtree", sans-serif;
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      background-color: #a31c3f; }
      .no-js .main-navigation .menu .menu-item.has-submenu:hover > .sub-menu-wrapper .menu-view-all a,
      .no-js .main-navigation .menu .menu-item.has-submenu:focus > .sub-menu-wrapper .menu-view-all a,
      .no-js .main-navigation .menu .menu-item.has-submenu:active > .sub-menu-wrapper .menu-view-all a,
      .js .main-navigation .menu .menu-item.has-submenu.show-sub-nav > .sub-menu-wrapper .menu-view-all a, .no-js
      .main-navigation .sub-menu .menu-item.has-submenu:hover > .sub-menu-wrapper .menu-view-all a,
      .no-js
      .main-navigation .sub-menu .menu-item.has-submenu:focus > .sub-menu-wrapper .menu-view-all a,
      .no-js
      .main-navigation .sub-menu .menu-item.has-submenu:active > .sub-menu-wrapper .menu-view-all a,
      .js
      .main-navigation .sub-menu .menu-item.has-submenu.show-sub-nav > .sub-menu-wrapper .menu-view-all a {
        color: #fff;
        line-height: 1;
        padding: 15px 0; }
        .no-js .main-navigation .menu .menu-item.has-submenu:hover > .sub-menu-wrapper .menu-view-all a::after,
        .no-js .main-navigation .menu .menu-item.has-submenu:focus > .sub-menu-wrapper .menu-view-all a::after,
        .no-js .main-navigation .menu .menu-item.has-submenu:active > .sub-menu-wrapper .menu-view-all a::after,
        .js .main-navigation .menu .menu-item.has-submenu.show-sub-nav > .sub-menu-wrapper .menu-view-all a::after, .no-js
        .main-navigation .sub-menu .menu-item.has-submenu:hover > .sub-menu-wrapper .menu-view-all a::after,
        .no-js
        .main-navigation .sub-menu .menu-item.has-submenu:focus > .sub-menu-wrapper .menu-view-all a::after,
        .no-js
        .main-navigation .sub-menu .menu-item.has-submenu:active > .sub-menu-wrapper .menu-view-all a::after,
        .js
        .main-navigation .sub-menu .menu-item.has-submenu.show-sub-nav > .sub-menu-wrapper .menu-view-all a::after {
          content: '\000BB' /'';
          display: inline-block;
          font-size: 20px;
          font-weight: normal;
          margin: -1px 0 auto 8px; }
  .no-flexbox .main-navigation .menu .menu-item.has-submenu.show-sub-nav > .sub-menu-wrapper, .no-flexbox
  .main-navigation .sub-menu .menu-item.has-submenu.show-sub-nav > .sub-menu-wrapper {
    display: table;
    max-height: 999px; }
  .main-navigation .menu .menu-item.show-sub-nav > a,
  .main-navigation .sub-menu .menu-item.show-sub-nav > a {
    pointer-events: normal; }
  .main-navigation .menu .menu-item.show-sub-nav > .sub-menu-wrapper,
  .main-navigation .menu .menu-item.show-sub-nav > .sub-menu-wrapper > .sub-menu,
  .main-navigation .sub-menu .menu-item.show-sub-nav > .sub-menu-wrapper,
  .main-navigation .sub-menu .menu-item.show-sub-nav > .sub-menu-wrapper > .sub-menu {
    max-height: 999em;
    width: 100%; }
  .no-flexbox .main-navigation .menu .menu-item.show-sub-nav > .menu-link > .menu-icon, .no-flexbox
  .main-navigation .sub-menu .menu-item.show-sub-nav > .menu-link > .menu-icon {
    background-image: url(../images//hamburger_close_sm.png); }
  .main-navigation .menu .menu-item.show-sub-nav > .menu-link > .menu-icon > *,
  .main-navigation .sub-menu .menu-item.show-sub-nav > .menu-link > .menu-icon > * {
    display: none; }
  .main-navigation .menu .menu-item .sub-menu-wrapper,
  .main-navigation .sub-menu .menu-item .sub-menu-wrapper {
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: 0.25s max-height ease-out; }
    @media screen and (min-width: 1280px) {
      .main-navigation .menu .menu-item .sub-menu-wrapper,
      .main-navigation .sub-menu .menu-item .sub-menu-wrapper {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
        align-content: stretch;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #A4022C;
        border-top: 1px solid #A4022C; }
        .show-sub-nav .main-navigation .menu .menu-item .sub-menu-wrapper, .show-sub-nav
        .main-navigation .sub-menu .menu-item .sub-menu-wrapper {
          border-top: 1px solid #fff;
          display: flex; }
        .no-flexbox .main-navigation .menu .menu-item .sub-menu-wrapper, .no-flexbox
        .main-navigation .sub-menu .menu-item .sub-menu-wrapper {
          display: none;
          line-height: 0;
          text-align: center;
          white-space: nowrap; } }
    .no-flexbox .main-navigation .menu .menu-item .sub-menu-wrapper, .no-flexbox
    .main-navigation .sub-menu .menu-item .sub-menu-wrapper {
      width: 100%; }
    @media screen and (max-width: 1279px) {
      .main-navigation .menu .menu-item .sub-menu-wrapper > .sub-menu,
      .main-navigation .sub-menu .menu-item .sub-menu-wrapper > .sub-menu {
        background-color: #e2d8ad; } }
    @media screen and (min-width: 1280px) {
      .main-navigation .menu .menu-item .sub-menu-wrapper > .sub-menu,
      .main-navigation .sub-menu .menu-item .sub-menu-wrapper > .sub-menu {
        max-width: 66.66667em;
        margin-left: auto;
        margin-right: auto;
        max-width: 66.66667em; }
        .no-mediaqueries .main-navigation .menu .menu-item .sub-menu-wrapper > .sub-menu, .no-mediaqueries
        .main-navigation .sub-menu .menu-item .sub-menu-wrapper > .sub-menu {
          padding-right: 1.28205%;
          padding-left: 1.28205%; }
        .no-flexbox .main-navigation .menu .menu-item .sub-menu-wrapper > .sub-menu, .no-flexbox
        .main-navigation .sub-menu .menu-item .sub-menu-wrapper > .sub-menu {
          display: table;
          height: 100%;
          max-width: 1200px;
          text-align: right; } }
    @media screen and (max-width: 1199px) {
      .main-navigation .menu .menu-item .sub-menu-wrapper > .sub-menu,
      .main-navigation .sub-menu .menu-item .sub-menu-wrapper > .sub-menu {
        padding-left: 0; } }
    @media screen and (min-width: 769px) {
      .main-navigation .menu .menu-item .sub-menu-wrapper > .sub-menu.menu-depth-2,
      .main-navigation .sub-menu .menu-item .sub-menu-wrapper > .sub-menu.menu-depth-2 {
        position: relative;
        top: 0;
        max-width: 120em;
        height: auto;
        padding-left: 0;
        border-top: 1px solid #24120a; } }
    @media screen and (max-width: 1199px) {
      .main-navigation .menu .menu-item .sub-menu-wrapper > .sub-menu.menu-depth-2,
      .main-navigation .sub-menu .menu-item .sub-menu-wrapper > .sub-menu.menu-depth-2 {
        max-width: 100%; } }

@media screen and (max-width: 1279px) {
  .main-navigation .sub-menu {
    margin: 0 auto; } }

@media screen and (min-width: 1280px) {
  .main-navigation .sub-menu {
    flex: 1 1 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    align-content: stretch; } }

@media screen and (min-width: 769px) {
  .no-flexbox .main-navigation .sub-menu {
    display: block;
    max-width: 100%; } }

.main-navigation .sub-menu.menu-depth-1 {
  margin-top: 2px; }
  @media screen and (min-width: 769px) {
    .main-navigation .sub-menu.menu-depth-1 {
      justify-content: center;
      margin-top: 0; } }
  @media screen and (min-width: 769px) {
    .no-flexbox .main-navigation .sub-menu.menu-depth-1 {
      max-height: 100%;
      width: 100%;
      text-align: right; } }
  @media screen and (min-width: 769px) {
    .main-navigation .sub-menu.menu-depth-1 .sub-menu-wrapper {
      align-items: flex-start;
      align-content: flex-start;
      justify-content: flex-start; } }
  @media screen and (min-width: 769px) {
    .main-navigation .sub-menu.menu-depth-1 .sub-menu-wrapper > .sub-menu {
      flex: 0 1 auto; } }

@media screen and (min-width: 769px) {
  .main-navigation .sub-menu.menu-depth-2 {
    flex: 0 0 auto;
    justify-content: flex-start; } }

@media screen and (min-width: 769px) {
  .flexboxtweener .main-navigation .sub-menu.menu-depth-2 {
    flex: 1 0; } }

.main-navigation .sub-menu > .menu-item {
  font-family: "Figtree", sans-serif;
  font-size: 0.625em; }
  @media screen and (max-width: 1279px) {
    .main-navigation .sub-menu > .menu-item {
      border-top: 1px solid #A4022C;
      justify-content: center;
      margin: 0 auto;
      padding: 15px 0;
      width: 85%; }
      .main-navigation .sub-menu > .menu-item:first-child {
        border-top: 0;
        padding-top: 30px; }
      .main-navigation .sub-menu > .menu-item:last-child {
        padding-bottom: 30px; }
      .main-navigation .sub-menu > .menu-item a {
        color: #A4022C;
        justify-content: center; } }
  @media screen and (min-width: 1280px) {
    .main-navigation .sub-menu > .menu-item {
      flex: 0 1 auto;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center;
      font-size: 0.54167em; }
      .main-navigation .sub-menu > .menu-item.width-05 {
        max-width: 5%; }
      .main-navigation .sub-menu > .menu-item.width-10 {
        max-width: 10%; }
      .main-navigation .sub-menu > .menu-item.width-15 {
        max-width: 15%; }
      .main-navigation .sub-menu > .menu-item.width-20 {
        max-width: 20%; }
      .main-navigation .sub-menu > .menu-item.width-25 {
        max-width: 25%; }
      .main-navigation .sub-menu > .menu-item.width-30 {
        max-width: 30%; }
      .main-navigation .sub-menu > .menu-item.width-35 {
        max-width: 35%; }
      .main-navigation .sub-menu > .menu-item.width-40 {
        max-width: 40%; }
      .main-navigation .sub-menu > .menu-item.width-45 {
        max-width: 45%; }
      .main-navigation .sub-menu > .menu-item.width-50 {
        max-width: 50%; }
      .translated-ltr .main-navigation .sub-menu > .menu-item.width-05,
      .translated-rtl .main-navigation .sub-menu > .menu-item.width-05, .translated-ltr .main-navigation .sub-menu > .menu-item.width-10,
      .translated-rtl .main-navigation .sub-menu > .menu-item.width-10, .translated-ltr .main-navigation .sub-menu > .menu-item.width-15,
      .translated-rtl .main-navigation .sub-menu > .menu-item.width-15, .translated-ltr .main-navigation .sub-menu > .menu-item.width-20,
      .translated-rtl .main-navigation .sub-menu > .menu-item.width-20, .translated-ltr .main-navigation .sub-menu > .menu-item.width-25,
      .translated-rtl .main-navigation .sub-menu > .menu-item.width-25, .translated-ltr .main-navigation .sub-menu > .menu-item.width-30,
      .translated-rtl .main-navigation .sub-menu > .menu-item.width-30, .translated-ltr .main-navigation .sub-menu > .menu-item.width-35,
      .translated-rtl .main-navigation .sub-menu > .menu-item.width-35, .translated-ltr .main-navigation .sub-menu > .menu-item.width-40,
      .translated-rtl .main-navigation .sub-menu > .menu-item.width-40, .translated-ltr .main-navigation .sub-menu > .menu-item.width-45,
      .translated-rtl .main-navigation .sub-menu > .menu-item.width-45, .translated-ltr .main-navigation .sub-menu > .menu-item.width-50,
      .translated-rtl .main-navigation .sub-menu > .menu-item.width-50 {
        max-width: none !important; }
      .main-navigation .sub-menu > .menu-item > * {
        flex: 1 1 auto; } }
  @media screen and (min-width: 769px) {
    .no-flexbox .main-navigation .sub-menu > .menu-item {
      display: table-cell;
      height: 100%;
      max-height: 64px;
      text-align: left;
      white-space: normal; } }
  .flexboxtweener .main-navigation .sub-menu > .menu-item.width-05, .flexboxtweener .main-navigation .sub-menu > .menu-item.width-10, .flexboxtweener .main-navigation .sub-menu > .menu-item.width-15, .flexboxtweener .main-navigation .sub-menu > .menu-item.width-20, .flexboxtweener .main-navigation .sub-menu > .menu-item.width-25, .flexboxtweener .main-navigation .sub-menu > .menu-item.width-30, .flexboxtweener .main-navigation .sub-menu > .menu-item.width-35, .flexboxtweener .main-navigation .sub-menu > .menu-item.width-40, .flexboxtweener .main-navigation .sub-menu > .menu-item.width-45, .flexboxtweener .main-navigation .sub-menu > .menu-item.width-50 {
    max-width: none; }
  .main-navigation .sub-menu > .menu-item .item-wrapper {
    font-size: 18px;
    line-height: 1.1; }
    @media screen and (min-width: 769px) {
      .main-navigation .sub-menu > .menu-item .item-wrapper {
        margin-top: 3px;
        margin-bottom: 3px; } }
    .no-flexbox .main-navigation .sub-menu > .menu-item .item-wrapper {
      display: inline-block;
      vertical-align: top;
      margin-top: 0;
      margin-bottom: 0; }
  .main-navigation .sub-menu > .menu-item .sub-menu > .menu-item {
    font-size: 1em;
    text-transform: capitalize; }
    @media screen and (min-width: 769px) {
      .main-navigation .sub-menu > .menu-item .sub-menu > .menu-item {
        font-size: 16px; } }

.main-navigation .menu-link {
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between; }
  .main-navigation .menu-link.sub-menu-link {
    color: #F5F2E2;
    text-align: center;
    text-transform: none; }
    @media screen and (max-width: 1279px) {
      .main-navigation .menu-link.sub-menu-link {
        justify-content: center; } }
    @media screen and (min-width: 1280px) {
      .main-navigation .menu-link.sub-menu-link {
        padding: 30px 0; } }
    .main-navigation .menu-link.sub-menu-link .item-wrapper {
      flex: 0 1 auto;
      padding: 8px 6px; }
      @media screen and (min-width: 769px) {
        .main-navigation .menu-link.sub-menu-link .item-wrapper {
          flex: 1 1 auto;
          line-height: 1.25;
          padding: 0 10px;
          position: relative; }
          .main-navigation .menu-link.sub-menu-link .item-wrapper:after {
            bottom: -8px;
            border-bottom: 2px solid transparent;
            content: '';
            left: 0;
            position: absolute;
            right: 0;
            transition: all 0.25s ease-out;
            transform: scale(0); } }
  .no-flexbox .main-navigation .menu-link {
    display: block;
    min-height: 33px;
    width: 100%; }
  .main-navigation .menu-link.main-menu-link .item-wrapper {
    flex: 0 1 auto;
    padding: 8px 6px; }
    @media screen and (min-width: 769px) {
      .main-navigation .menu-link.main-menu-link .item-wrapper {
        flex: 1 1 auto;
        padding: 8px 10px;
        position: relative; }
        .main-navigation .menu-link.main-menu-link .item-wrapper:before {
          border-top: 3px solid transparent;
          content: '';
          left: 0;
          position: absolute;
          right: 0;
          top: 0px;
          transition: all 0.25s ease-out;
          transform: scale(0); } }
  .no-flexbox .main-navigation .menu-link {
    display: inline-block;
    height: 100%; }
    @media screen and (min-width: 769px) {
      .no-flexbox .main-navigation .menu-link {
        display: block;
        height: 100%;
        width: 100%; } }
  .main-navigation .menu-link .menu-icon {
    flex: 0 0 33px;
    display: flex;
    flex-direction: column;
    flex-wrap: no-wrap;
    align-items: center;
    justify-content: center;
    background-image: none;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center; }
    @media screen and (min-width: 1280px) {
      .main-navigation .menu-link .menu-icon {
        display: none; } }
    .no-flexbox .main-navigation .menu-link .menu-icon {
      display: block;
      height: 100%;
      width: 33px;
      padding: 12.5px 6.5px;
      float: right;
      vertical-align: middle; }
      @media screen and (min-width: 769px) {
        .no-flexbox .main-navigation .menu-link .menu-icon {
          display: none; } }
    .main-navigation .menu-link .menu-icon > * {
      flex: 0 0 auto; }
      .no-flexbox .main-navigation .menu-link .menu-icon > * {
        display: block;
        height: 8px;
        width: 20px; }

.main-navigation .menu-item-depth-0 > .menu-link {
  text-transform: uppercase; }
  .no-flexbox .main-navigation .menu-item-depth-0 > .menu-link {
    min-height: 54px; }
  .main-navigation .menu-item-depth-0 > .menu-link .item-wrapper {
    font-family: "DINEngschriftStd", 'Trebuchet', 'sans-serif';
    padding: 20px 0;
    font-size: 24px;
    line-height: 1.083333333; }
    @media screen and (min-width: 1280px) {
      .main-navigation .menu-item-depth-0 > .menu-link .item-wrapper {
        padding: 25px 10px;
        white-space: nowrap; }
        .main-navigation .menu-item-depth-0 > .menu-link .item-wrapper:before {
          top: 12px; } }
    .lt-ie10 .main-navigation .menu-item-depth-0 > .menu-link .item-wrapper {
      padding-top: 20px;
      padding-bottom: 14px; }
    @media screen and (min-width: 769px) {
      .no-flexbox .main-navigation .menu-item-depth-0 > .menu-link .item-wrapper {
        display: block; } }
    @media screen and (min-width: 769px) {
      .windows7 .main-navigation .menu-item-depth-0 > .menu-link .item-wrapper,
      .windows8 .main-navigation .menu-item-depth-0 > .menu-link .item-wrapper {
        padding-top: 20px;
        padding-bottom: 18px; } }
  .no-flexbox .main-navigation .menu-item-depth-0 > .menu-link .menu-icon {
    padding: 23px 6.5px; }

.main-navigation .menu-item-depth-2 {
  padding-top: 0;
  padding-bottom: 0; }
  .main-navigation .menu-item-depth-2 > .menu-link .item-wrapper {
    margin-left: 14px; }
    @media screen and (min-width: 769px) {
      .main-navigation .menu-item-depth-2 > .menu-link .item-wrapper {
        margin-left: 0;
        padding-left: 10px; } }

.main-navigation.show-navigation .hamburgerized {
  max-height: 999em;
  min-height: 100vh; }
  @media screen and (max-width: 1279px) {
    .main-navigation.show-navigation .hamburgerized {
      background-color: #A4022C;
      padding: 0;
      overflow: visible; } }

@media screen and (max-width: 1279px) {
  .main-navigation.show-navigation .utility-menu {
    display: flex;
    flex-direction: column; }
    .main-navigation.show-navigation .utility-menu .container {
      flex-direction: column;
      padding: 0;
      width: 100%; }
    .main-navigation.show-navigation .utility-menu .mobile-search {
      border-top: 1px solid #fff;
      margin: 0 auto;
      position: relative;
      width: 90%; }
      .main-navigation.show-navigation .utility-menu .mobile-search .searchBtn {
        text-transform: uppercase;
        font-family: "DINEngschriftStd", 'Trebuchet', 'sans-serif';
        padding: 20px 0 30px 0;
        font-size: 24px;
        text-decoration: none;
        color: #fff;
        display: flex;
        align-items: center;
        cursor: pointer; }
        .main-navigation.show-navigation .utility-menu .mobile-search .searchBtn::after {
          content: '';
          display: flex;
          flex: 0 0 33px;
          height: 30px;
          line-height: 1;
          flex-direction: column;
          align-items: center;
          background: url(../svgs/chevron-white.svg) center center no-repeat;
          transition: all .25s ease-in-out;
          background-repeat: no-repeat;
          background-size: 20px 20px;
          background-position: center;
          margin-left: auto; }
        .main-navigation.show-navigation .utility-menu .mobile-search .searchBtn.is-active::after {
          transform: rotate(-180deg); }
        .main-navigation.show-navigation .utility-menu .mobile-search .searchBtn::before {
          background: url(../svgs//search-white.svg) no-repeat center center;
          content: '';
          display: block;
          height: 25px;
          margin-right: 7px;
          width: 18px; }
      .main-navigation.show-navigation .utility-menu .mobile-search .mobile-search__panel--open .widget_search {
        display: flex; }
      .main-navigation.show-navigation .utility-menu .mobile-search .mobile-search__panel--open .search-wrapper > .container > label {
        display: block; }
      .main-navigation.show-navigation .utility-menu .mobile-search .search-wrapper {
        margin-top: 0; }
      .main-navigation.show-navigation .utility-menu .mobile-search .search-trigger {
        height: auto;
        padding: 10px 0; }
        .main-navigation.show-navigation .utility-menu .mobile-search .search-trigger .container {
          opacity: 1;
          max-height: 80px; }
    .main-navigation.show-navigation .utility-menu .widget_search {
      border-top: 0;
      display: none;
      margin: 0;
      width: 100%; }
      .main-navigation.show-navigation .utility-menu .widget_search .container > label {
        display: none; }
    .main-navigation.show-navigation .utility-menu .menu-utility-container {
      background-color: rgba(245, 242, 226, 0.9);
      width: 100%; }
    .main-navigation.show-navigation .utility-menu #utility-menu {
      -moz-columns: 2 auto;
           columns: 2 auto;
      -moz-column-rule-color: #A4022C;
           column-rule-color: #A4022C;
      -moz-column-rule-style: solid;
           column-rule-style: solid;
      -moz-column-rule-width: 1px;
           column-rule-width: 1px;
      display: block;
      margin: 25px auto;
      max-width: 400px; }
      .main-navigation.show-navigation .utility-menu #utility-menu li {
        border-top: 0;
        font-size: 16px;
        padding-left: 25px; }
      .main-navigation.show-navigation .utility-menu #utility-menu a {
        color: #3b3b3b;
        padding: 0; }
      .main-navigation.show-navigation .utility-menu #utility-menu .mobile-hidden {
        display: none; }
    .main-navigation.show-navigation .utility-menu .header__social-media {
      background-color: #A4022C;
      width: 100%;
      padding: 0 5%;
      text-align: center; }
      .main-navigation.show-navigation .utility-menu .header__social-media li {
        padding: 25px 0; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  width: 50%;
  float: left; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  width: 50%;
  float: right;
  text-align: right; }

.menu-utility-container {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  letter-spacing: 0.2px;
  text-transform: uppercase; }
  .menu-utility-container,
  .menu-utility-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0; }
    .menu-utility-container li,
    .menu-utility-container ul li {
      list-style-type: none; }
  .menu-utility-container .menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: space-around;
    padding: 0;
    margin: 0;
    list-style: none; }
    .no-flexbox .menu-utility-container .menu {
      display: inline-block; }
  .menu-utility-container .menu-item {
    flex: 1 1 auto;
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: none;
    line-height: 3; }
    .no-flexbox .menu-utility-container .menu-item {
      display: inline-block; }
  .menu-utility-container a {
    display: inline-block;
    padding: 0 10px;
    background-color: transparent;
    color: #112348;
    position: relative; }
    .menu-utility-container a::before {
      border-bottom: 1px solid transparent;
      content: '';
      display: block;
      left: 0;
      position: absolute;
      top: 8px;
      width: 100%;
      transition: all 250ms ease-in-out; }
    .menu-utility-container a[aria-current="page"], .menu-utility-container a:hover, .menu-utility-container a:active {
      color: #A4002C; }
      .menu-utility-container a[aria-current="page"]::before, .menu-utility-container a:hover::before, .menu-utility-container a:active::before {
        border-bottom-color: #A4002C; }

.main-navigation #nav-menu-item-16637 .sub-menu .menu-item.width-10 {
  max-width: 6%; }

html.windows10.chrome .main-navigation .menu .menu-item.current_page_item.menu-item-depth-0 > .menu-link > .item-wrapper,
html.windows10.chrome .main-navigation .menu .menu-item.menu-item-depth-0 > .menu-link > .item-wrapper {
  line-height: 1.3em !important; }
  @media screen and (min-width: 769px) {
    html.windows10.chrome .main-navigation .menu .menu-item.current_page_item.menu-item-depth-0 > .menu-link > .item-wrapper,
    html.windows10.chrome .main-navigation .menu .menu-item.menu-item-depth-0 > .menu-link > .item-wrapper {
      padding: 20px 20px 20px !important; } }

@media screen and (min-width: 769px) {
  .mobile-parent-item {
    display: none !important; } }

.show-sub-nav > .menu-link,
.current-menu-item.show-sub-nav > .menu-link {
  background-color: #A4022C; }

@media screen and (min-width: 769px) {
  .show-sub-nav .show-sub-nav > .menu-link {
    background-color: transparent !important;
    color: #a31f34; } }

.main-navigation .menu .menu-item:not(.show-sub-nav) > .menu-link > .menu-icon {
  background-size: 20px 12px; }

.main-navigation .menu .menu-item.show-sub-nav > .sub-menu-link > .menu-icon {
  background-size: 14px 14px; }

.header__social-media {
  list-style: none;
  margin: 0;
  padding: 0; }

.header__social-item {
  display: inline-block;
  height: 23px;
  margin-right: 12px;
  width: 23px; }
  .header__social-item:first-child {
    margin-right: 5px; }
  .header__social-item:nth-child(2) {
    margin-right: 10px; }
  @media screen and (max-width: 1279px) {
    .header__social-item {
      margin-right: 20px; } }
  .header__social-item--threads {
    margin-right: 14px; }
    @media screen and (max-width: 1279px) {
      .header__social-item--threads {
        margin-right: 21px; } }
  @media screen and (min-width: 1280px) {
    .header__social-item {
      position: relative; } }
  .header__social-item:last-child {
    margin-right: 0; }
  .header__social-item > a {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    transition: all 250ms ease-in-out;
    position: relative;
    width: 100%; }
    .header__social-item > a::after {
      background-color: #3b3b3b;
      content: '';
      display: block;
      height: 25px;
      width: 25px;
      -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat;
      -webkit-mask-position: center center;
              mask-position: center center;
      -webkit-mask-size: 80% 80%;
              mask-size: 80% 80%; }
    .header__social-item > a:hover::after {
      background-color: #A4022C; }
    .header__social-item > a.facebook-icon::after {
      -webkit-mask-image: url("/wp-content/themes/santabarbaraca/assets/svgs/facebook.svg");
              mask-image: url("/wp-content/themes/santabarbaraca/assets/svgs/facebook.svg"); }
    .header__social-item > a.twitter-icon::after {
      -webkit-mask-image: url("/wp-content/themes/santabarbaraca/assets/svgs/twitter-x.svg");
              mask-image: url("/wp-content/themes/santabarbaraca/assets/svgs/twitter-x.svg");
      width: 20px;
      height: 20px; }
    .header__social-item > a.tiktok-icon::after {
      -webkit-mask-image: url("/wp-content/themes/santabarbaraca/assets/svgs/header-tiktok.svg");
              mask-image: url("/wp-content/themes/santabarbaraca/assets/svgs/header-tiktok.svg"); }
    .header__social-item > a.instagram-icon::after {
      -webkit-mask-image: url("/wp-content/themes/santabarbaraca/assets/svgs/header-instagram.svg");
              mask-image: url("/wp-content/themes/santabarbaraca/assets/svgs/header-instagram.svg"); }
    .header__social-item > a.pinterest-icon::after {
      -webkit-mask-image: url("/wp-content/themes/santabarbaraca/assets/svgs/header-pinterest.svg");
              mask-image: url("/wp-content/themes/santabarbaraca/assets/svgs/header-pinterest.svg"); }
    .header__social-item > a.threads-icon::after {
      -webkit-mask-image: url("/wp-content/themes/santabarbaraca/assets/svgs/threads.svg");
              mask-image: url("/wp-content/themes/santabarbaraca/assets/svgs/threads.svg"); }
    .header__social-item > a.youtube-icon::after {
      -webkit-mask-image: url("/wp-content/themes/santabarbaraca/assets/svgs/header-youtube.svg");
              mask-image: url("/wp-content/themes/santabarbaraca/assets/svgs/header-youtube.svg"); }
    .header__social-item > a.linkedin-icon::after {
      -webkit-mask-image: url("/wp-content/themes/santabarbaraca/assets/svgs/linkedin.svg");
              mask-image: url("/wp-content/themes/santabarbaraca/assets/svgs/linkedin.svg"); }
    @media screen and (max-width: 1279px) {
      .header__social-item > a {
        color: #fff; } }
    @media screen and (min-width: 1280px) {
      .header__social-item > a {
        bottom: 2px;
        height: 23px;
        position: absolute; }
        .header__social-item > a:before {
          border-top: 1px solid transparent;
          content: '';
          position: absolute;
          top: -2px;
          transition: all 0.25s ease-out;
          transform: scale(0);
          width: 100%; }
        .header__social-item > a:hover {
          color: #A4022C; }
          .header__social-item > a:hover:before {
            border-top-color: #A4022C;
            transform: scale(1); } }

@media screen and (min-width: 1280px) {
  nav#site-navigation.main-navigation .menu .menu-item.show-sub-nav .sub-menu-wrapper {
    border-top: 1px solid #fff !important;
    z-index: 2; } }

nav#site-navigation.main-navigation .menu .menu-item:not(.show-sub-nav) > .sub-menu-link .menu-icon {
  display: none; }

nav#site-navigation.main-navigation .menu .menu-item:not(.show-sub-nav) .sub-menu-wrapper {
  border-top: 0 !important; }

@media screen and (max-width: 1279px) {
  body.sub-nav-visible .site-content, body.sub-nav-visible .site-footer {
    display: none; } }

.sub-menu-wrapper .menu-view-all a {
  text-align: center; }

/**
 * Layout
 */
.hentry {
  margin: 0 0 1.5em; }

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

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

/**
 * Modules
 */
.module {
  margin-top: 20px;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .module {
      margin-top: 60px;
      margin-bottom: 60px; } }

@media screen and (max-width: 769px) {
  .page-template-page-events-landing-template .module {
    margin-top: 0px;
    margin-bottom: 0px; } }

.horiz-set {
  clear: both;
  text-align: center; }
  .horiz-set .horiz-set-2 {
    display: inline-block;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .horiz-set .horiz-set-2 {
        float: left;
        width: calc( 50% - 15px); }
        .horiz-set .horiz-set-2:nth-child(even) {
          margin-left: 30px; }
        .horiz-set .horiz-set-2:nth-child(odd) {
          clear: left; } }
    @media screen and (min-width: 769px) {
      .horiz-set .horiz-set-2 {
        width: calc( 50% - 20px); }
        .horiz-set .horiz-set-2:nth-child(even) {
          margin-left: 40px; } }
  .horiz-set .horiz-set-3 {
    display: inline-block;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .horiz-set .horiz-set-3 {
        float: left;
        width: calc( 33.3333% - 20px); }
        .horiz-set .horiz-set-3:first-of-type {
          margin-right: 30px; }
        .horiz-set .horiz-set-3:last-of-type {
          margin-left: 30px; } }
    @media screen and (min-width: 769px) {
      .horiz-set .horiz-set-3 {
        width: calc( 33.3333% - 26.666px); }
        .horiz-set .horiz-set-3:first-of-type {
          margin-right: 40px; }
        .horiz-set .horiz-set-3:last-of-type {
          margin-left: 40px; } }

.cta-set-module {
  content: '';
  display: table;
  margin-right: 10px;
  margin-left: 10px; }
  @media screen and (min-width: 768px) {
    .cta-set-module {
      margin-top: 30px;
      margin-right: 40px;
      margin-left: 40px; } }
  @media screen and (min-width: 769px) {
    .cta-set-module {
      margin-right: auto;
      margin-left: auto;
      max-width: 1200px;
      min-width: 600px;
      width: 80%; } }
  .cta-set-module .dash-title-wrapper hr {
    top: -30px; }
    @media screen and (min-width: 768px) {
      .cta-set-module .dash-title-wrapper hr {
        top: 0; } }
  .cta-set-module .cta-subheadline {
    margin-bottom: 0;
    margin-top: -4px; }
    @media (max-width: 800px) {
      .cta-set-module .cta-subheadline {
        margin-top: 15px; } }
  .cta-set-module .cta-headline {
    margin-top: 15px;
    margin-bottom: 15px; }
    @media screen and (min-width: 768px) {
      .cta-set-module .cta-headline {
        margin-top: 4px;
        margin-bottom: 14px; } }
  .cta-set-module .cta-content {
    display: table;
    width: 100%; }
    .cta-set-module .cta-content p {
      margin-top: 0;
      margin-bottom: 30px;
      line-height: 1.6; }
      @media screen and (min-width: 768px) {
        .cta-set-module .cta-content p {
          margin-bottom: 10px;
          line-height: 1.8; } }
  .cta-set-module .cta-figure .cta-content {
    display: table; }
    .ie .cta-set-module .cta-figure .cta-content {
      overflow: hidden;
      height: calc(100% - 22px); }
  .cta-set-module .cta-figure .cta-image {
    position: relative;
    display: table;
    padding-top: 75%;
    width: 100%;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .cta-set-module .cta-figure .cta-image {
        margin-bottom: 22px; } }
    .cta-set-module .cta-figure .cta-image img {
      position: absolute;
      top: -1000px;
      right: -1000px;
      bottom: -1000px;
      left: -1000px;
      margin: auto;
      min-height: 100%;
      min-width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .cta-set-module .cta-set-content {
    clear: both;
    margin-top: -25px; }
    @media screen and (min-width: 768px) {
      .cta-set-module .cta-set-content {
        margin-top: 0;
        padding-top: 10px; } }
  .cta-set-module .button-group, .cta-set-module .individual-button {
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .cta-set-module .button-group, .cta-set-module .individual-button {
        margin-bottom: 0; } }
  .cta-set-module .offers-book-btn {
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 21px;
    background-color: #a4022c;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    padding: 8px 15px;
    text-decoration: none;
    text-transform: uppercase; }
  .cta-set-module .cta-holder {
    display: block;
    margin-top: 10px; }
    @media screen and (max-width: 769px) {
      .cta-set-module .cta-holder {
        margin-bottom: 30px; } }
  .cta-set-module .cta-content .cta-holder {
    margin-bottom: 10px;
    text-align: center; }
    .cta-set-module .cta-content .cta-holder + br {
      display: none; }
  .cta-set-module .cta-set.horiz-set-2 {
    margin-bottom: 50px; }

.visual-cta-set-module {
  content: '';
  display: table;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%; }
  .ios.safari .visual-cta-set-module .cta-set-title {
    padding-bottom: 20px; }
  .visual-cta-set-module + .module-full-cta {
    margin-top: 0; }
  .visual-cta-set-module + .visual-cta-set-module {
    margin-top: -10px; }
  .visual-cta-set-module .visual-cta-set-module-title-wrapper {
    margin-right: 10px;
    margin-left: 10px;
    line-height: 1;
    margin-bottom: 15px; }
    @media screen and (min-width: 768px) {
      .visual-cta-set-module .visual-cta-set-module-title-wrapper {
        margin-bottom: 40px; } }
  .visual-cta-set-module a {
    display: block;
    line-height: 0; }
  .visual-cta-set-module .visual-cta-figure {
    width: calc(100% - 20px); }
    @media screen and (min-width: 768px) {
      .visual-cta-set-module .visual-cta-figure {
        width: 100%; } }
  @media screen and (min-width: 768px) {
    .visual-cta-set-module .visual-cta-set {
      margin-bottom: 10px; }
    .visual-cta-set-module .alt-horiz-set-2 {
      float: left;
      margin-left: 10px;
      width: calc( 100% / 2 - 15px); }
      .visual-cta-set-module .alt-horiz-set-2:last-child {
        margin-right: 10px; }
    .visual-cta-set-module .alt-horiz-set-3 {
      float: left;
      margin-left: 10px;
      width: calc( 100% / 3 - 14px); }
      .visual-cta-set-module .alt-horiz-set-3:last-child {
        margin-right: 10px; } }

.visual-cta-content .visual-cta-headline {
  font-family: "DINEngschriftStd", 'Trebuchet', 'sans-serif';
  color: #fff;
  font-size: 2em;
  font-weight: 200;
  line-height: 1.3;
  text-shadow: 0 0 15px black;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    .visual-cta-content .visual-cta-headline {
      font-size: 2.22222em; } }
  @media screen and (min-width: 1025px) {
    .visual-cta-content .visual-cta-headline {
      font-size: 2.5em; } }
  @media screen and (min-width: 768px) {
    .alt-horiz-set-3 .visual-cta-content .visual-cta-headline {
      font-size: 1.88889em; } }
  @media screen and (min-width: 1025px) {
    .alt-horiz-set-3 .visual-cta-content .visual-cta-headline {
      font-size: 2.36111em; } }

.visual-cta-content .visual-cta-subheadline {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: none;
  margin-top: 0;
  color: #fff;
  font-size: 0.88889em;
  line-height: 1.2;
  text-shadow: 0 0 15px black;
  text-transform: uppercase; }
  @media screen and (min-width: 769px) {
    .visual-cta-content .visual-cta-subheadline {
      display: block; } }
  @media screen and (min-width: 1025px) {
    .visual-cta-content .visual-cta-subheadline {
      margin-top: 10px;
      font-size: 1.22222em; } }
  .alt-horiz-set-3 .visual-cta-content .visual-cta-subheadline {
    margin-top: 0; }
    @media screen and (min-width: 768px) {
      .alt-horiz-set-3 .visual-cta-content .visual-cta-subheadline {
        font-size: 0.77778em; } }
    @media screen and (min-width: 1025px) {
      .alt-horiz-set-3 .visual-cta-content .visual-cta-subheadline {
        margin-top: 10px;
        font-size: 1.66667em; } }

.gallery-module {
  margin-top: 40px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  max-height: 630px;
  max-width: 100%;
  width: 61.33333em; }
  .gallery-module * {
    outline: none; }
  .gallery-module .slick-prev,
  .gallery-module .slick-next {
    height: 50px;
    width: 29px;
    background-image: url("../images//gallery-arrow-white.png");
    background-repeat: no-repeat;
    background-size: contain; }
    .gallery-module .slick-prev:focus,
    .gallery-module .slick-next:focus {
      outline: auto;
      outline-color: #000;
      outline-style: dotted; }
    @media screen and (min-width: 768px) {
      .gallery-module .slick-prev,
      .gallery-module .slick-next {
        height: 99px;
        width: 50px; } }
    @media screen and (min-width: 926px) {
      .gallery-module .slick-prev,
      .gallery-module .slick-next {
        height: 99px;
        width: 50px;
        background-image: url("../images//gallery-arrow.png"); } }
  .gallery-module .slick-prev {
    left: 20px; }
    @media screen and (min-width: 768px) {
      .gallery-module .slick-prev {
        left: 50px; } }
    @media screen and (min-width: 926px) {
      .gallery-module .slick-prev {
        left: 10px; } }
  .gallery-module .slick-next {
    right: 20px; }
    @media screen and (min-width: 768px) {
      .gallery-module .slick-next {
        right: 50px; } }
    @media screen and (min-width: 926px) {
      .gallery-module .slick-next {
        right: 10px; } }
  .gallery-module .highlight-image {
    position: relative;
    left: 0;
    display: block;
    height: 0;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 75%;
    max-width: calc( 100% - 20px);
    width: 840px; }
    @media screen and (min-width: 926px) {
      .gallery-module .highlight-image {
        height: 630px;
        max-width: calc( 100% - 80px);
        padding-bottom: 0; } }
  .gallery-module img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto; }
  .gallery-module .gallery-caption {
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    max-width: calc( 100% - 20px); }
    @media screen and (min-width: 840px) {
      .gallery-module .gallery-caption {
        margin-top: 15px;
        margin-right: auto;
        margin-left: auto;
        max-width: calc( 100% - 80px);
        width: 840px; } }

.full-cta-module {
  margin-top: 0;
  margin-bottom: 0; }
  .full-cta-module + .full-cta-module {
    margin-top: 0; }
  .full-cta-module .full-cta-icon svg {
    height: 70px;
    width: 70px; }
  .full-cta-module .full-cta-subtitle {
    margin-top: 0;
    margin-bottom: 11px;
    text-align: center; }
  .full-cta-module .full-cta-description {
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    margin-top: 0;
    text-align: center;
    text-shadow: 0 0 15px black; }
    .full-cta-module .full-cta-description p {
      text-align: center; }
  .full-cta-module .full-cta-button {
    margin-top: 10px;
    border-color: #fff;
    color: #fff;
    text-shadow: none; }
    @media screen and (min-width: 768px) {
      .full-cta-module .full-cta-button {
        margin-top: 17px; } }
    .full-cta-module .full-cta-button:hover {
      color: #0c4299;
      background-color: #fff; }

.homepage-visual-cta-set div article.homepage-horiz-set-3 > a:focus {
  outline: none; }
  .homepage-visual-cta-set div article.homepage-horiz-set-3 > a:focus .homepage-cta.visual-cta-figure.effect-bubba {
    outline: 2px solid black; }

.homepage-visual-cta-set div article.homepage-horiz-set-3:first-child .homepage-cta {
  position: relative; }

.homepage-visual-cta-set div article.homepage-horiz-set-3:last-child .homepage-cta {
  position: relative; }

div[id^="formatted_"] iframe[id^="google_ads_iframe"] {
  height: 250px; }

div[id^="neighborhood_"] iframe[id^="google_ads_iframe"] {
  height: auto;
  min-height: 450px; }
  @media screen and (min-width: 768px) {
    div[id^="neighborhood_"] iframe[id^="google_ads_iframe"] {
      min-height: 600px; } }
  @media screen and (max-width: 736px) and (orientation: landscape) {
    div[id^="neighborhood_"] iframe[id^="google_ads_iframe"] {
      min-height: 600px; } }
  @media screen and (min-width: 1024px) {
    div[id^="neighborhood_"] iframe[id^="google_ads_iframe"] {
      min-height: 217px; } }

.formatted-container {
  margin-bottom: 0; }

.formatted-container-top {
  max-width: 975px;
  margin: 0 auto; }
  .formatted-container-top .horiz-set-2 {
    max-width: 465px; }

.medium-rectangle_ads_container {
  margin: 0 auto 75px; }

.medium-rectangle_top_container {
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .medium-rectangle_top_container {
      width: 650px; } }
  .medium-rectangle_top_container .medium-rectangle_container {
    width: 325px !important;
    height: 250px;
    margin-left: 0 !important; }
    .medium-rectangle_top_container .medium-rectangle_container:last-of-type {
      margin-left: 0 !important;
      margin-top: 30px; }
      @media screen and (min-width: 768px) {
        .medium-rectangle_top_container .medium-rectangle_container:last-of-type {
          margin-top: 0; } }
    .medium-rectangle_top_container .medium-rectangle_container iframe[id^="google_ads_iframe"] {
      height: 255px !important; }

.cta-set-module.featured-partners-container, .cta-set-module.formatted-container {
  margin-left: auto;
  margin-right: auto; }

.formatted-container,
.featured-partners-container {
  display: block;
  max-width: 95%; }
  @media screen and (min-width: 768px) {
    .formatted-container,
    .featured-partners-container {
      display: table;
      max-width: 1496px;
      width: 80%; } }

.notice-sponsored {
  bottom: 10px;
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  right: 20px; }

hr.neighborhood-sep {
  background-color: #6591b0 !important;
  border: 0 !important;
  box-sizing: content-box !important;
  clear: both !important;
  height: 1px !important;
  margin-top: 45px !important;
  margin-bottom: 45px !important;
  max-width: 75% !important;
  opacity: 1 !important; }

.featured-partners-container div .horiz-set-3 {
  margin-top: 30px; }
  .featured-partners-container div .horiz-set-3:first-child {
    margin-top: 0; }
    @media screen and (min-width: 768px) {
      .featured-partners-container div .horiz-set-3:first-child {
        margin-top: 30px; } }

#dfp-adblock {
  margin-bottom: 60px; }

a.offers-book-btn:focus {
  border: 3px solid #000; }

/**
 * Related Posts
 */
.related-posts {
  margin-top: 60px;
  margin-right: 15px;
  margin-bottom: 60px;
  margin-left: 15px; }
  .related-posts .related-posts-subtitle {
    margin-right: auto;
    margin-left: auto; }
    @media screen and (min-width: 768px) {
      .related-posts .related-posts-subtitle {
        position: relative;
        top: -30px;
        min-width: 620px;
        width: 75%; } }
  .related-posts .related-post-image {
    display: block;
    text-align: center; }
  @media screen and (min-width: 768px) {
    .related-posts {
      margin-right: auto;
      margin-left: auto;
      max-width: 70%; } }

body {
  margin: 0 auto;
  background-color: #f6f3e6; }

.menu .children {
  background: #f0f0f0; }

.entry-content {
  position: relative;
  margin-right: 10px;
  margin-left: 10px; }
  @media screen and (min-width: 768px) {
    .entry-content {
      margin-right: 40px;
      margin-left: 40px; } }
  @media screen and (min-width: 769px) {
    .entry-content {
      margin-right: auto;
      margin-left: auto;
      min-width: 600px;
      width: 50%; } }
  .entry-content p:last-child {
    margin-bottom: 0; }

label, .faux-label {
  display: block;
  margin-top: 0;
  margin-bottom: 10px; }

figure {
  margin: 0; }

.content-video {
  margin-bottom: 30px;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .content-video {
      margin-left: calc((100% - (100vw - 20px) )/2);
      width: calc( 100vw - 20px); }
      .has_scrollbars .content-video {
        margin-left: calc((100% - (100vw - 35px) )/2);
        width: calc(100vw - 35px); } }
  @media screen and (min-width: 840px) {
    .content-video {
      margin-left: calc( (100% - 140%)/2);
      width: 140%; } }

.alignnone {
  margin-bottom: 120px;
  margin-left: calc(-50vw + 50%); }
  @media screen and (min-width: 768px) {
    .has-scrollbars .alignnone {
      margin-left: calc((-50vw + 7.5px) + 50%); } }
  .alignnone img {
    min-width: 100vw; }
    @media screen and (min-width: 768px) {
      .has-scrollbars .alignnone img {
        min-width: calc(100vw - 15px); } }
  .alignnone .wp-caption-text {
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto; }

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin-top: 0.8075em;
    margin-right: auto;
    margin-left: auto; }
    @media screen and (min-width: 768px) {
      .wp-caption .wp-caption-text {
        max-width: 330px; } }
    @media screen and (min-width: 769px) {
      .wp-caption .wp-caption-text {
        max-width: 400px; } }
  .wp-caption.aligncenter .wp-caption-text {
    max-width: 100%; }

@media (max-width: 677px) {
  blockquote {
    margin-left: 10px !important;
    margin-right: 0 !important; } }

@media screen and (min-width: 768px) {
  blockquote {
    margin-left: 10px;
    margin-right: 0; } }

@media screen and (min-width: 840px) {
  blockquote {
    margin-left: calc( ( 100% - 140% )/2);
    min-width: 140%; } }

@media screen and (min-width: 768px) {
  blockquote {
    margin-top: 15px;
    margin-bottom: 15px; } }

blockquote.alignleft, blockquote.alignright {
  margin-top: 0;
  margin-bottom: 40px;
  min-width: 0; }
  @media screen and (min-width: 768px) {
    blockquote.alignleft, blockquote.alignright {
      max-width: 400px; } }

@media screen and (min-width: 768px) {
  blockquote.alignleft {
    margin-right: 40px;
    padding-left: 35px; } }

@media screen and (min-width: 769px) {
  blockquote.alignleft {
    padding-left: 0; } }

@media screen and (min-width: 768px) {
  blockquote.alignright {
    margin-left: 40px;
    padding-right: 35px; } }

@media screen and (min-width: 769px) {
  blockquote.alignright {
    padding-right: 0; } }

blockquote p {
  margin: 0;
  line-height: 1; }

blockquote em {
  display: block;
  text-align: right; }

.image-header-container, .full-cta-container {
  position: relative;
  height: 75vh;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding-top: 0; }
  .image-header-container .parallax-window, .full-cta-container .parallax-window {
    height: 75vh; }
  @media screen and (min-width: 768px) {
    .has-scrollbars .image-header-container, .has-scrollbars .full-cta-container {
      width: calc(100vw - 15px);
      overflow: hidden; } }
  @media screen and (min-width: 768px) {
    .image-header-container, .full-cta-container {
      height: 100vh;
      padding-top: 0;
      padding-bottom: 0;
      background-attachment: fixed;
      backface-visibility: hidden;
      perspective: 1000; }
      @supports (-webkit-touch-callout: none) {
        .image-header-container, .full-cta-container {
          /* CSS specific to iOS devices */
          background-attachment: initial; } } }
  .no-borderimage .image-header-container, .no-borderimage .full-cta-container {
    width: calc(100vw - 17px); }

.image-header-container {
  display: block !important; }
  .image-header-container .parallax-window {
    display: none !important; }
    @media screen and (min-width: 769px) {
      .image-header-container .parallax-window {
        display: block !important; } }

.image-header-container,
.image-header-container .parallax-window {
  height: 75vh; }
  @media screen and (min-width: 769px) {
    .image-header-container,
    .image-header-container .parallax-window {
      height: calc(100vh - 120px); } }
  .image-header-container .parallax-image,
  .image-header-container .parallax-window .parallax-image {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 0;
    height: 75vh; }
    @media screen and (min-width: 768px) {
      .image-header-container .parallax-image,
      .image-header-container .parallax-window .parallax-image {
        height: 100vh; } }

.gsc-banner-visible .parallax-window {
  margin-top: -49px; }

body.logged-in .image-header-container,
body.logged-in .full-cta-container {
  position: relative;
  height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .has-scrollbars body.logged-in .image-header-container, .has-scrollbars
    body.logged-in .full-cta-container {
      width: calc(100vw - 15px);
      overflow: hidden; } }
  @media screen and (min-width: 768px) {
    body.logged-in .image-header-container,
    body.logged-in .full-cta-container {
      height: calc(100vh - 32px);
      padding-top: 0;
      padding-bottom: 0;
      background-attachment: fixed;
      transform: translate3d(0, 0, 0);
      backface-visibility: hidden;
      perspective: 1000; } }
  .no-borderimage body.logged-in .image-header-container, .no-borderimage
  body.logged-in .full-cta-container {
    width: calc(100vw - 17px); }

@media all and (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
  .ie10 .image-header-container {
    /* IE10+ CSS styles go here */
    position: relative;
    top: -94px;
    margin-bottom: -94px; } }

.lt-ie10 .image-header-container {
  position: relative;
  top: -94px;
  margin-bottom: -94px; }

@media screen and (min-width: 769px) {
  html.windows.chrome body.home .image-header-container {
    margin-top: -100px; }
  html.windows.chrome body:not(.page-template-page-microsite):not():not(.page-template-page-campaign-coop) .image-header-container {
    margin-top: -113px !important; }
  html.windows.chrome body.page-template.page-template-page-campaign-refresh-feed .image-header-container[class*="image-"] {
    margin-top: 0 !important; } }

body.page-template-page-campaign-refresh-feed .image-header-container[class*="image-"], body.page-template-page-campaign-savvy .image-header-container[class*="image-"], body.page-template-page-campaign-coop .image-header-container[class*="image-"] {
  margin-top: 0 !important; }

@media screen and (min-width: 768px) {
  .full-cta-container {
    min-height: 100vh; } }

.header-content, .full-cta-content {
  margin-right: 15px;
  margin-bottom: auto;
  margin-left: 15px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .header-content, .full-cta-content {
      margin-top: 163px;
      margin-right: auto;
      margin-bottom: auto;
      margin-left: auto;
      width: 80%; } }

.image-header-filter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.15; }

.image-header-content, .full-cta-content {
  position: relative;
  z-index: 2;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 75vh; }
  @media screen and (min-width: 768px) {
    .image-header-content, .full-cta-content {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 2;
      margin-top: 0;
      height: 100%; } }
  .lt-ie10 .image-header-content, .lt-ie10 .full-cta-content {
    bottom: auto;
    height: auto; }

@media screen and (min-width: 769px) {
  .image-header-content {
    height: calc(100% - 94px);
    margin: auto; } }

body.page-template-page-spanish-microsite .image-header-container .parallax-image {
  height: 75vh; }
  @media screen and (min-width: 768px) {
    body.page-template-page-spanish-microsite .image-header-container .parallax-image {
      height: 100vh; } }

@media screen and (min-width: 768px) {
  .full-cta-content {
    height: 100vh; } }

.image-header-surtitle, .full-cta-surtitle {
  max-width: 100%; }
  @media screen and (min-width: 768px) {
    .image-header-surtitle, .full-cta-surtitle {
      margin-bottom: 30px; } }

.image-header-icon svg {
  height: 70px;
  width: 70px; }

.header--share-icon {
  display: inline-block;
  height: 26px;
  width: 26px; }
  .header--share-icon::after {
    background-color: #fff;
    content: '';
    display: block;
    height: 26px;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    width: 26px; }
  .header--share-icon.fb-icon::after {
    -webkit-mask-image: url("/wp-content/themes/santabarbaraca/assets/svgs/facebook.svg");
            mask-image: url("/wp-content/themes/santabarbaraca/assets/svgs/facebook.svg"); }
  .header--share-icon.tw-icon::after {
    -webkit-mask-image: url("/wp-content/themes/santabarbaraca/assets/svgs/twitter.svg");
            mask-image: url("/wp-content/themes/santabarbaraca/assets/svgs/twitter.svg"); }

.image-header-icon {
  margin-top: 0; }

.image-header-icon, .full-cta-icon {
  margin-right: auto;
  margin-left: auto; }
  .image-header-icon path, .full-cta-icon path {
    fill: #fff; }
  .image-header-icon circle, .full-cta-icon circle {
    stroke: #fff; }

.image-header-title, .full-cta-title {
  line-height: 1.2;
  max-width: 100%;
  font-size: 2.55556em; }
  @media screen and (min-width: 768px) {
    .image-header-title, .full-cta-title {
      font-size: 3.88889em; } }
  @media screen and (min-width: 769px) {
    .image-header-title, .full-cta-title {
      font-size: 7.83333em; } }
  @media all and (-ms-high-contrast: none) and (min-width: 769px), (-ms-high-contrast: active) and (min-width: 769px) {
    .image-header-title, .full-cta-title {
      /* IE10+ CSS styles go here */
      margin-top: -30px;
      margin-bottom: 30px; } }
  .windows7 .image-header-title, .windows8 .image-header-title, .windows7 .full-cta-title, .windows8 .full-cta-title {
    margin-top: -30px;
    margin-bottom: 30px; }

.full-cta-title {
  text-transform: uppercase; }

.no-image-header-title {
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .no-image-header-title {
      margin-top: 0; } }

.header-subtitle, .full-cta-description {
  margin-top: -9px;
  margin-right: auto;
  margin-left: auto;
  max-width: 620px;
  padding-top: 15px;
  border-top: 1px solid #112348; }

.image-header-subtitle, .full-cta-description {
  border-color: rgba(255, 255, 255, 0.7); }
  .image-header-subtitle.header-entry-share, .full-cta-description.header-entry-share {
    text-align: center; }
    @media screen and (min-width: 768px) {
      .image-header-subtitle.header-entry-share, .full-cta-description.header-entry-share {
        text-align: left; } }
    .image-header-subtitle.header-entry-share .facebook-svg, .image-header-subtitle.header-entry-share .twitter-svg, .full-cta-description.header-entry-share .facebook-svg, .full-cta-description.header-entry-share .twitter-svg {
      display: none;
      height: 26px;
      width: 26px; }
      @media screen and (min-width: 768px) {
        .image-header-subtitle.header-entry-share .facebook-svg, .image-header-subtitle.header-entry-share .twitter-svg, .full-cta-description.header-entry-share .facebook-svg, .full-cta-description.header-entry-share .twitter-svg {
          display: block; } }
      .image-header-subtitle.header-entry-share .facebook-svg path, .image-header-subtitle.header-entry-share .twitter-svg path, .full-cta-description.header-entry-share .facebook-svg path, .full-cta-description.header-entry-share .twitter-svg path {
        fill: #fff; }

.no-image-header-subtitle .facebook-svg, .no-image-header-subtitle .twitter-svg {
  display: none; }
  @media screen and (min-width: 768px) {
    .no-image-header-subtitle .facebook-svg, .no-image-header-subtitle .twitter-svg {
      display: block; } }

.full-cta-description {
  display: none; }
  @media screen and (min-width: 768px) {
    .full-cta-description {
      display: block; } }

.header-entry-share {
  content: '';
  display: table; }
  .header-entry-share .facebook-svg, .header-entry-share .twitter-svg {
    float: left;
    height: 26px;
    width: 26px; }
    .header-entry-share .facebook-svg path, .header-entry-share .twitter-svg path {
      fill: #112348; }
  .header-entry-share .image-header-icon + span {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .header-entry-share .image-header-icon + span {
        float: left;
        margin-left: 10px;
        width: calc(100% - 62px); } }

.full-width-image-wrapper {
  height: 50vh;
  margin-top: 30px;
  margin-bottom: 90px;
  width: 100vw; }
  @media screen and (min-width: 768px) {
    .full-width-image-wrapper {
      height: 100vh;
      margin-top: 60px; } }
  .full-width-image-wrapper .wp-caption-text {
    max-width: 100%; }
  .full-width-image-wrapper .parallax-window {
    position: static;
    height: 50vh;
    background-position: center center; }
    @media screen and (min-width: 768px) {
      .full-width-image-wrapper .parallax-window {
        height: 100vh; } }
  .full-width-image-wrapper .parallax-image {
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 0;
    height: 50vh; }
    @media screen and (min-width: 768px) {
      .full-width-image-wrapper .parallax-image {
        height: 100vh; } }
    @media screen and (min-width: 769px) {
      .full-width-image-wrapper .parallax-image {
        background-attachment: fixed; } }
  .no-js .full-width-image-wrapper .parallax-window, .safari .full-width-image-wrapper .parallax-window {
    background-size: cover !important; }
    @media screen and (min-width: 769px) {
      .no-js .full-width-image-wrapper .parallax-window, .safari .full-width-image-wrapper .parallax-window {
        background-attachment: fixed; } }

.full-width-image {
  position: relative;
  height: 75vh;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  min-height: 50vh; }
  .full-width-image .parallax-window {
    height: 75vh; }
  @media screen and (min-width: 768px) {
    .has-scrollbars .full-width-image {
      width: calc(100vw - 15px);
      overflow: hidden; } }
  @media screen and (min-width: 768px) {
    .full-width-image {
      height: 100vh;
      padding-top: 0;
      padding-bottom: 0;
      background-attachment: fixed;
      backface-visibility: hidden;
      perspective: 1000; }
      @supports (-webkit-touch-callout: none) {
        .full-width-image {
          /* CSS specific to iOS devices */
          background-attachment: initial; } } }
  .no-borderimage .full-width-image {
    width: calc(100vw - 17px); }
  @media screen and (min-width: 768px) {
    .full-width-image {
      min-height: 100vh; } }
  .full-width-image + .wp-caption-text {
    position: static;
    margin-right: 10px;
    margin-left: 10px;
    max-width: none; }
    @media screen and (min-width: 768px) {
      .full-width-image + .wp-caption-text {
        margin-right: 40px;
        margin-left: 40px;
        min-width: 600px; } }
    @media screen and (min-width: 769px) {
      .full-width-image + .wp-caption-text {
        position: absolute;
        margin-right: auto;
        margin-bottom: 60px;
        margin-left: calc(50% - 35vw);
        min-width: 600px;
        width: 70vw; } }

.ad.ad-large a {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: calc(100vw - 20px) !important;
  text-align: center; }
  .has_scrollbars .ad.ad-large a {
    width: calc(100vw - 35px) !important; }
  @media screen and (min-width: 768px) {
    .ad.ad-large a {
      max-width: 970px; } }

@media screen and (min-width: 970px) {
  .ad.ad-large a {
    margin: 60px auto !important;
    text-align: center; } }

.ad.ad-small span {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }
  @media screen and (min-width: 320px) {
    .ad.ad-small span {
      display: inline-block;
      margin-right: auto;
      margin-left: auto;
      width: calc(33.3333333% - 6.666px);
      text-align: center; }
      .ad.ad-small span:first-of-type {
        margin-right: 10px;
        text-align: left; }
      .ad.ad-small span:last-of-type {
        margin-left: 10px;
        text-align: right; }
      .ad.ad-small span a {
        max-width: 100%; }
      .ad.ad-small span.ads-1 {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
        text-align: center; }
      .ad.ad-small span.ads-2 {
        margin-right: 0;
        margin-left: 0;
        width: calc(50% - 3px);
        text-align: center; }
        .ad.ad-small span.ads-2:first-of-type {
          margin-right: 6px; } }

.ad a {
  height: auto !important;
  max-width: 100vw; }
  .has_scrollbars .ad a {
    max-width: calc(100vw - 15px); }

.ad#inline-ad {
  margin-right: auto;
  margin-left: auto;
  line-height: 0; }
  @media screen and (min-width: 768px) {
    .ad#inline-ad {
      max-width: 75%; } }
  .ad#inline-ad span {
    line-height: 0; }
  .listings .ad#inline-ad {
    display: none; }
    .listings .ad#inline-ad + hr {
      display: none; }
    .listings .ad#inline-ad:first-of-type {
      display: block; }
      .listings .ad#inline-ad:first-of-type + hr {
        display: block; }

.icon-title {
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  padding-top: 30px;
  border-style: solid;
  border-color: #112348;
  border-width: 0;
  border-top-width: 1px; }
  @media screen and (min-width: 768px) {
    .icon-title {
      margin-bottom: 60px;
      min-width: 620px;
      width: 75%;
      border-top-width: 0;
      border-bottom-width: 1px;
      padding-bottom: 15px; } }
  .icon-title span {
    position: relative; }
    .icon-title span .custom-svg {
      background-color: currentColor;
      position: absolute;
      bottom: 30%;
      left: -80px;
      display: none;
      height: 40px;
      width: 40px; }
      @media screen and (min-width: 768px) {
        .icon-title span .custom-svg {
          display: block; } }
      .icon-title span .custom-svg.calendar-alt-icon {
        -webkit-mask-image: url(../svgs//calendar-alt.svg);
                mask-image: url(../svgs//calendar-alt.svg); }
      .icon-title span .custom-svg.checklist-icon {
        -webkit-mask-image: url(../svgs//checklist.svg);
                mask-image: url(../svgs//checklist.svg); }
      .icon-title span .custom-svg.clock-icon {
        -webkit-mask-image: url(../svgs//clock.svg);
                mask-image: url(../svgs//clock.svg); }
      .icon-title span .custom-svg.tags-icon {
        -webkit-mask-image: url(../svgs//tags.svg);
                mask-image: url(../svgs//tags.svg); }

.dash-title-wrapper {
  text-align: center;
  line-height: 1;
  margin-bottom: 5px; }
  @media screen and (min-width: 768px) {
    .dash-title-wrapper {
      line-height: 2; } }
  .dash-title-wrapper .dash-title {
    display: inline;
    line-height: 1;
    position: relative;
    z-index: 2; }
    @media screen and (min-width: 768px) {
      .dash-title-wrapper .dash-title {
        bottom: -34px;
        background-color: #f6f3e6;
        padding-right: 10px;
        padding-left: 10px; } }
  .dash-title-wrapper hr {
    position: relative;
    display: none;
    background-color: #112348; }
    @media screen and (min-width: 768px) {
      .dash-title-wrapper hr {
        display: block; } }

.content-section-title {
  margin-top: 0;
  margin-bottom: 10px; }

.button-group {
  display: inline-block;
  border: 1px solid #112348;
  border-radius: 5px;
  cursor: pointer;
  line-height: 30px; }
  .button-group .button:first-child {
    margin-right: -1px; }
  .button-group .button:last-child {
    margin-left: -1px; }
  .button-group .button-divider {
    display: inline-block;
    height: 26px;
    margin-bottom: -8px;
    width: 1px;
    background-color: #112348; }

.button, .page-link.prev, .page-link.next, .page-numbers.prev, .page-numbers.next {
  display: inline-block;
  padding: 12px 15px; }
  .button svg path, .page-link.prev svg path, .page-link.next svg path, .page-numbers.prev svg path, .page-numbers.next svg path {
    fill: #112348; }
  .button:hover, .button.active, .page-link.prev:hover, .page-link.prev.active, .page-link.next:hover, .page-link.next.active, .page-numbers.prev:hover, .page-numbers.prev.active, .page-numbers.next:hover, .page-numbers.next.active {
    color: #f6f3e6;
    background-color: #112348; }
    .button:hover svg path, .button.active svg path, .page-link.prev:hover svg path, .page-link.prev.active svg path, .page-link.next:hover svg path, .page-link.next.active svg path, .page-numbers.prev:hover svg path, .page-numbers.prev.active svg path, .page-numbers.next:hover svg path, .page-numbers.next.active svg path {
      fill: #fff; }

.individual-button, .page-link.prev, .page-link.next, .page-numbers.prev, .page-numbers.next {
  border: 1px solid #112348;
  border-radius: 5px;
  cursor: pointer; }

.large-button-wrapper {
  margin-right: auto;
  margin-left: auto;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .large-button-wrapper .large-button {
      font-size: 1.11111em;
      border-width: 2px; } }

.arrow-button {
  padding-right: 11px;
  padding-left: 11px; }
  @media screen and (min-width: 768px) {
    .arrow-button {
      padding-right: 15px;
      padding-left: 15px; } }
  .arrow-button:before {
    position: relative;
    top: 1px;
    margin-right: 10px;
    content: '\25BE';
    font-size: 1.66667em;
    line-height: 0; }
  .arrow-button.open:before {
    top: 6px;
    display: inline-block;
    transform: rotate(180deg); }
  .arrow-button.open:after {
    content: ''; }
  .arrow-button.open span {
    display: none; }

h1 .custom-svg {
  float: left;
  height: 40px;
  width: 40px; }

.effect-bubba {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  background-color: #111;
  overflow-x: hidden;
  overflow-y: hidden; }
  @media screen and (min-width: 768px) {
    .effect-bubba {
      margin-right: 0;
      margin-bottom: 0;
      margin-left: 0; } }
  .effect-bubba img, .effect-bubba .homepage-cta-image {
    display: block;
    opacity: .8;
    transition: opacity 0.35s; }
  .effect-bubba figcaption, .effect-bubba div.visual-cta-content {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 100%;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .effect-bubba figcaption, .effect-bubba div.visual-cta-content {
        padding-top: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        padding-left: 15px; } }
    @media screen and (min-width: 1025px) {
      .effect-bubba figcaption, .effect-bubba div.visual-cta-content {
        padding-top: 40px;
        padding-right: 40px;
        padding-bottom: 40px;
        padding-left: 40px; } }
    .effect-bubba figcaption::before, .effect-bubba figcaption::after, .effect-bubba div.visual-cta-content::before, .effect-bubba div.visual-cta-content::after {
      content: '';
      position: absolute;
      top: 10px;
      right: 10px;
      bottom: 10px;
      left: 10px;
      opacity: 0;
      transition: opacity 0.35s, transform 0.35s; }
      @media screen and (min-width: 768px) {
        .effect-bubba figcaption::before, .effect-bubba figcaption::after, .effect-bubba div.visual-cta-content::before, .effect-bubba div.visual-cta-content::after {
          top: 15px;
          right: 15px;
          bottom: 15px;
          left: 15px; } }
      @media screen and (min-width: 1025px) {
        .effect-bubba figcaption::before, .effect-bubba figcaption::after, .effect-bubba div.visual-cta-content::before, .effect-bubba div.visual-cta-content::after {
          top: 30px;
          right: 30px;
          bottom: 30px;
          left: 30px; } }
    .effect-bubba figcaption::before, .effect-bubba div.visual-cta-content::before {
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      transform: scale(0, 1); }
    .effect-bubba figcaption::after, .effect-bubba div.visual-cta-content::after {
      border-right: 1px solid #fff;
      border-left: 1px solid #fff;
      transform: scale(1, 0); }
    .effect-bubba figcaption h2,
    .effect-bubba figcaption .visual-cta-headline, .effect-bubba div.visual-cta-content h2,
    .effect-bubba div.visual-cta-content .visual-cta-headline {
      max-width: calc(100% - 20px);
      margin-bottom: 0; }
  .effect-bubba:hover {
    background-color: #24120a; }
    .effect-bubba:hover img, .effect-bubba:hover .homepage-cta-image {
      opacity: 0.6; }
    .effect-bubba:hover figcaption::before,
    .effect-bubba:hover figcaption::after,
    .effect-bubba:hover div.visual-cta-content::before,
    .effect-bubba:hover div.visual-cta-content::after {
      opacity: 1;
      transform: scale(1); }

.newsletter-input {
  max-width: 275px;
  width: calc(100% - 105px); }
  .newsletter-input::-moz-placeholder {
    font-family: "DINEngschriftStd", 'Trebuchet', 'sans-serif';
    color: #444;
    font-size: 0.83333em;
    line-height: 1.9;
    font-weight: 100;
    text-transform: uppercase; }
  .newsletter-input::placeholder {
    font-family: "DINEngschriftStd", 'Trebuchet', 'sans-serif';
    color: #444;
    font-size: 0.83333em;
    line-height: 1.9;
    font-weight: 100;
    text-transform: uppercase; }
    @media screen and (min-width: 840px) {
      .newsletter-input::-moz-placeholder {
        font-size: 0.88889em;
        line-height: 2; }
      .newsletter-input::placeholder {
        font-size: 0.88889em;
        line-height: 2; } }

.firefox .newsletter-input::-moz-placeholder {
  line-height: 1.75; }

.firefox .newsletter-input::placeholder {
  line-height: 1.75; }

.newsletter-submit {
  position: relative;
  bottom: 3px;
  max-width: 95px; }

.enclosed-widget {
  text-align: center; }
  .enclosed-widget .enclosed-widget-title {
    position: relative;
    top: 26px;
    z-index: 2;
    display: inline-block;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #f6f3e6;
    font-family: "DINEngschriftStd", 'Trebuchet', 'sans-serif';
    color: #112348;
    font-size: 1.33333em;
    font-weight: 200;
    line-height: 1.4;
    text-transform: uppercase;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .enclosed-widget .enclosed-widget-title {
        top: 0;
        display: inline-block;
        font-size: 1.11111em; } }
    @media screen and (min-width: 769px) {
      .enclosed-widget .enclosed-widget-title {
        font-size: 1.94444em; }
        .enclosed-widget .enclosed-widget-title.jackrabbit-widget-title {
          font-size: 45px !important;
          top: 5px; } }
  .enclosed-widget .enclosed-widget-content {
    margin-top: -39px;
    margin-bottom: 20px;
    padding-top: 50px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    width: 100%;
    text-align: center;
    border: #112348 solid 1px;
    border-right-width: 0;
    border-left-width: 0; }
    .enclosed-widget .enclosed-widget-content:after {
      content: '';
      display: table;
      clear: both; }
    @media screen and (min-width: 768px) {
      .enclosed-widget .enclosed-widget-content {
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        text-align: left;
        border-width: 1px; } }
    @media screen and (min-width: 840px) {
      .enclosed-widget .enclosed-widget-content {
        margin-top: -48px;
        padding-top: 45px;
        padding-right: 40px;
        padding-left: 40px; } }
  .enclosed-widget.green .enclosed-widget-title {
    color: #418205; }
  .enclosed-widget.green .enclosed-widget-content {
    border-color: #418205; }
  .enclosed-widget p {
    text-align: center; }
    @media screen and (min-width: 768px) {
      .enclosed-widget p {
        text-align: left; } }
  .enclosed-widget .newsletter-input {
    max-width: none;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .enclosed-widget .newsletter-input {
        max-width: 275px;
        width: calc( 100% - 100px); } }
  .enclosed-widget .newsletter-submit {
    display: block;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto; }
    @media screen and (min-width: 768px) {
      .enclosed-widget .newsletter-submit {
        display: inline;
        margin-top: 0; } }

.rsvp-iframe {
  height: 800px;
  margin-bottom: 30px;
  width: 100%;
  overflow: scroll; }

.rfp-iframe {
  height: 1640px; }

.parallax-window {
  height: 100vh;
  width: 100vw;
  position: absolute; }
  @media screen and (min-width: 768px) {
    .parallax-window {
      position: static; }
      .has-scrollbars .parallax-window {
        width: calc( 100vw - 15px); } }

.parallax-mirror.gsc-banner-present {
  margin-top: -49px !important; }

.parallax-mirror .parallax-image {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden; }

.gsc-banner-visible .parallax-mirror .parallax-image {
  margin-top: -49px; }

.no-js .parallax-slider, .safari:not(.home) .parallax-slider {
  display: none; }

.plan-itinerary-title, .business-special-offers-title, .itinerary-business-title, .single-itinerary .plan-itinerary-title {
  border-bottom-width: 0;
  line-height: 1;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .plan-itinerary-title, .business-special-offers-title, .itinerary-business-title, .single-itinerary .plan-itinerary-title {
      margin-bottom: -20px; } }

.business-special-offers-title,
.associated-itineraries-title {
  font-family: "DINEngschriftStd", 'Trebuchet', 'sans-serif'; }

.itinerary-business-title.icon-title {
  border-top-width: 0; }

h2.plan-itinerary-title {
  font-family: DINEngschriftStd,Trebuchet,"sans-serif"; }

@media screen and (min-width: 768px) {
  html.windows10.chrome .related-itineraries-title,
  html.windows10.chrome .itinerary-business-title,
  html.windows10.chrome .business-special-offers-title,
  html.windows10.chrome .plan-itinerary-title,
  html.windows10.chrome .recent-press-release-title {
    margin-bottom: -5px; } }

@media screen and (min-width: 768px) {
  html.windows10.chrome .recent-press-release-title {
    line-height: 1; } }

@media screen and (min-width: 768px) {
  html.windows10.chrome .page-template-page-neighborhoods-towns-template .itinerary-businesses .dash-title-wrapper hr {
    margin-top: -70px; } }

html.windows10.chrome section.related-itineraries .related-itineraries-title {
  margin-bottom: 60px;
  padding-bottom: 15px; }

html.windows10.chrome section.associated-itineraries .associated-itineraries-title {
  margin-bottom: 60px;
  padding-bottom: 15px; }

html.windows10.chrome section.business-amenities .amenities-title {
  margin-bottom: 60px;
  padding-bottom: 15px; }

.post-list-with-image hr.post-listing-break, .post-listing-break {
  display: none;
  margin-top: 9px; }
  @media screen and (min-width: 768px) {
    .post-list-with-image hr.post-listing-break, .post-listing-break {
      display: block; } }

@keyframes fadeSlide {
  0% {
    top: 30px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }

@keyframes fastFadeSlide {
  0% {
    top: 15px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }

@keyframes fadeInElement {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fade-slide {
  position: relative;
  top: 30px;
  opacity: 0; }
  .fade-slide.triggered {
    animation-name: fadeSlide;
    animation-duration: 0.5s;
    top: 0;
    opacity: 1; }

.fast-fade-slide {
  position: relative;
  top: 15px;
  opacity: 0; }
  .fast-fade-slide .visual-cta-content h2,
  .fast-fade-slide .visual-cta-content h3 {
    opacity: 0; }
  .fast-fade-slide.triggered {
    animation-name: fastFadeSlide;
    animation-duration: 0.5s;
    top: 0;
    opacity: 1; }
    .fast-fade-slide.triggered .visual-cta-content h2,
    .fast-fade-slide.triggered .visual-cta-content h3 {
      animation-name: fadeInElement;
      opacity: 1; }
    .fast-fade-slide.triggered .visual-cta-content h2 {
      animation-duration: 1s; }
    .fast-fade-slide.triggered .visual-cta-content h3 {
      animation-duration: 1.5s; }

.cta-icon img {
  opacity: 1 !important; }

@keyframes altFadeSlideUp {
  0% {
    top: 30px;
    opacity: 0; }
  50% {
    top: 30px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }

@keyframes altFadeSlideDown {
  0% {
    bottom: 30px;
    opacity: 0; }
  50% {
    bottom: 30px;
    opacity: 0; }
  100% {
    bottom: 0;
    opacity: 1; } }

.content-fade-slide .image-header-icon,
.content-fade-slide .image-header-surtitle,
.content-fade-slide .image-header-title,
.content-fade-slide .image-header-subtitle,
.content-fade-slide .full-cta-icon,
.content-fade-slide .full-cta-surtitle,
.content-fade-slide .full-cta-title,
.content-fade-slide .full-cta-subtitle,
.content-fade-slide .full-cta-description,
.content-fade-slide .full-cta-button {
  position: relative;
  opacity: 0; }

.content-fade-slide .image-header-icon,
.content-fade-slide .image-header-surtitle,
.content-fade-slide .full-cta-icon,
.content-fade-slide .full-cta-surtitle {
  bottom: 30px; }

.content-fade-slide .image-header-subtitle,
.content-fade-slide .full-cta-subtitle,
.content-fade-slide .full-cta-description,
.content-fade-slide .full-cta-button {
  top: 30px; }

.content-fade-slide .homepage-header-title {
  position: absolute; }

.content-fade-slide.triggered .image-header-icon,
.content-fade-slide.triggered .image-header-surtitle,
.content-fade-slide.triggered .image-header-title,
.content-fade-slide.triggered .image-header-subtitle,
.content-fade-slide.triggered .full-cta-icon,
.content-fade-slide.triggered .full-cta-surtitle,
.content-fade-slide.triggered .full-cta-title,
.content-fade-slide.triggered .full-cta-subtitle,
.content-fade-slide.triggered .full-cta-description,
.content-fade-slide.triggered .full-cta-button {
  opacity: 1; }

.content-fade-slide.triggered .image-header-icon,
.content-fade-slide.triggered .image-header-surtitle,
.content-fade-slide.triggered .full-cta-icon,
.content-fade-slide.triggered .full-cta-surtitle {
  bottom: 0;
  animation-name: altFadeSlideDown;
  animation-duration: 0.6s; }

.content-fade-slide.triggered .image-header-icon,
.content-fade-slide.triggered .image-header-surtitle {
  animation-duration: 0.8s; }

.content-fade-slide.triggered .image-header-title,
.content-fade-slide.triggered .full-cta-title {
  animation-name: fadeInElement;
  animation-duration: 0.25s; }

.content-fade-slide.triggered .image-header-title {
  animation-duration: 0.45s; }

.content-fade-slide.triggered .image-header-subtitle,
.content-fade-slide.triggered .full-cta-subtitle,
.content-fade-slide.triggered .full-cta-description,
.content-fade-slide.triggered .full-cta-button {
  top: 0;
  animation-name: altFadeSlideUp; }

.content-fade-slide.triggered .full-cta-subtitle {
  animation-duration: 0.4s; }

.content-fade-slide.triggered .image-header-subtitle {
  animation-duration: 0.6s; }

.content-fade-slide.triggered .full-cta-description {
  animation-duration: 0.8s; }

.content-fade-slide.triggered .full-cta-button {
  animation-duration: 1.1s; }

@keyframes backgroundFade {
  0% {
    background-color: #f6f3e6; }
  50% {
    background-color: #f6f3e6; }
  100% {
    background-color: rgba(0, 0, 0, 0.15); } }

.fade-in {
  background-color: #f6f3e6; }
  .fade-in.triggered {
    animation-name: backgroundFade;
    animation-duration: 0.2s;
    background-color: rgba(0, 0, 0, 0.15); }

@keyframes lineDraw {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@media screen and (min-width: 768px) {
  .dash-title-wrapper hr {
    margin-right: auto;
    margin-left: auto;
    width: 0; }
  .dash-title-wrapper.triggered hr {
    width: 100%;
    animation-name: lineDraw;
    animation-duration: 0.4s; } }

@media screen and (min-width: 769px) {
  .jrs-header #primary-menu .item-wrapper {
    position: relative;
    bottom: 10px; } }

body.page-template-page-next-month-template .enclosed-widget-title {
  top: -4px; }

body.page-template-page-next-month-template .full-cta-container .parallax-window {
  height: 100vh; }
  body.page-template-page-next-month-template .full-cta-container .parallax-window .parallax-slider .parallax-image {
    height: 100vh;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover; }

.listings-category-more {
  text-align: center; }

.button-category-more {
  background-color: #112348;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 10px 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (min-width: 768px) {
    .button-category-more {
      padding: 5px 20px; } }
  .button-category-more:hover {
    background-color: #112348; }
  .button-category-more:focus {
    outline: 1px solid #fff;
    outline-offset: -2px; }

.wedding-share-bar {
  background-color: #a4002c;
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.1rem;
  line-height: 1.4;
  overflow: hidden;
  text-align: left; }

.wedding-share-bar .share-bar__inner {
  align-items: center;
  display: grid;
  grid-row-gap: 25px;
  margin: 30px auto;
  max-width: 675px;
  width: 90%; }

@media screen and (min-width: 769px) {
  .wedding-share-bar .share-bar__inner {
    grid-row-gap: 0;
    grid-template-columns: auto 1fr;
    grid-column-gap: 32px; } }

.wedding-share-bar .wedding-share-bar--icons {
  text-align: center; }

.wedding-share-bar .share-bar__inner .image-header-icon {
  cursor: pointer;
  display: inline-block; }

.wedding-share-bar .share-bar__inner .image-header-icon * {
  cursor: pointer; }

.wedding-share-bar .share-bar__inner .header--share-icon {
  height: 33px;
  width: 40px; }
  .wedding-share-bar .share-bar__inner .header--share-icon::after {
    height: 100%;
    width: 100%; }
  .wedding-share-bar .share-bar__inner .header--share-icon.tw-icon {
    width: 30px; }

.global-share-bar {
  background-color: #a4002c;
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.1rem;
  line-height: 1.4;
  overflow: hidden;
  text-align: left; }

.global-share-bar .share-bar__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 30px auto;
  max-width: 710px;
  width: 90%; }

@media screen and (max-width: 769px) {
  .global-share-bar .share-bar__inner {
    flex-direction: column; } }

.global-share-bar .global-share-bar--icons {
  flex-shrink: 0;
  text-align: center; }

.global-share-bar .share-bar__inner .image-header-icon {
  cursor: pointer;
  display: inline-block; }

.global-share-bar .share-bar__inner .image-header-icon * {
  cursor: pointer; }

.global-share-bar .share-bar__inner .header--share-icon {
  height: 33px;
  width: 40px; }
  .global-share-bar .share-bar__inner .header--share-icon::after {
    height: 100%;
    width: 100%; }
  .global-share-bar .share-bar__inner .header--share-icon.tw-icon {
    width: 30px; }

.ada-pop-up-alert {
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/**
* santabarbaraca
* http://www.santabarbaraca.com
*
* Copyright (c) 2015 Jaclyn @ Substance
*/
.archive-surtitle {
  margin-bottom: 10px;
  color: #112348; }

.archive-header-title {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #24120a;
  font-size: 2.77778em;
  text-transform: uppercase; }

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

/* Search widget. */
/* JackRabbit widget. */
.jackrabbit-widget {
  margin-top: 60px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding-top: 1px;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .jackrabbit-widget {
      width: 66.4%; } }
  @media screen and (min-width: 769px) {
    .jackrabbit-widget {
      width: 100%;
      font-size: 45px; } }
  .jackrabbit-widget .jackrabbit-form {
    padding-top: 50px;
    padding-bottom: 14px; }
    @media screen and (min-width: 768px) {
      .jackrabbit-widget .jackrabbit-form {
        padding-top: 30px; } }
    @media screen and (min-width: 840px) {
      .jackrabbit-widget .jackrabbit-form {
        margin-left: calc( ( 100% - 120% )/2);
        min-width: 120%; } }
  .jackrabbit-widget .jackrabbit-checkin, .jackrabbit-widget .jackrabbit-checkout {
    float: left;
    margin-bottom: 10px;
    width: calc( 50% - 2.5px); }
    .jackrabbit-widget .jackrabbit-checkin:first-of-type, .jackrabbit-widget .jackrabbit-checkout:first-of-type {
      margin-right: 5px; }
    @media screen and (min-width: 769px) {
      .jackrabbit-widget .jackrabbit-checkin, .jackrabbit-widget .jackrabbit-checkout {
        margin-bottom: 10px;
        width: calc( 50% - 59.5px); }
        .jackrabbit-widget .jackrabbit-checkin:last-of-type, .jackrabbit-widget .jackrabbit-checkout:last-of-type {
          margin-right: 10px; } }
    .jackrabbit-widget .jackrabbit-checkin label, .jackrabbit-widget .jackrabbit-checkout label {
      display: block;
      margin-bottom: 0;
      text-align: left; }
    .jackrabbit-widget .jackrabbit-checkin span, .jackrabbit-widget .jackrabbit-checkout span {
      position: relative;
      display: block;
      height: 36px; }
    .jackrabbit-widget .jackrabbit-checkin input, .jackrabbit-widget .jackrabbit-checkout input {
      position: absolute;
      top: 0;
      left: 0;
      height: 36px;
      width: 100%;
      font-size: 18px;
      cursor: pointer; }
      @media screen and (min-width: 768px) {
        .jackrabbit-widget .jackrabbit-checkin input, .jackrabbit-widget .jackrabbit-checkout input {
          font-size: 22px; } }
    .jackrabbit-widget .jackrabbit-checkin .calendar-svg, .jackrabbit-widget .jackrabbit-checkout .calendar-svg {
      position: absolute;
      top: 0;
      right: 5px;
      bottom: 0;
      height: 25px;
      margin-top: auto;
      margin-bottom: auto;
      width: 30px;
      pointer-events: none; }
  .jackrabbit-widget .jackrabbit-checkin {
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .jackrabbit-widget .jackrabbit-checkin {
        margin-bottom: 0; } }
  .jackrabbit-widget .search-btn {
    clear: both;
    display: block;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    color: #444;
    background-color: #f6f3e6;
    border: 1px solid #444; }
    .jackrabbit-widget .search-btn:hover {
      color: #f6f3e6;
      background-color: #418205; }
    @media screen and (min-width: 768px) {
      .jackrabbit-widget .search-btn {
        width: 104px; } }
    @media screen and (min-width: 769px) {
      .jackrabbit-widget .search-btn {
        clear: none;
        display: inline-block;
        margin-right: 0;
        margin-left: 0; } }

#ui-datepicker-div {
  z-index: 4 !important;
  display: none;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: none;
  background-color: #f6f3e6;
  border-color: #418205;
  border-radius: 0; }
  @media (max-width: 767px) {
    #ui-datepicker-div {
      margin-top: 40px;
      margin-bottom: 80px; } }
  @media screen and (min-width: 768px) {
    #ui-datepicker-div {
      margin-top: -46px; } }
  @media screen and (min-width: 769px) {
    #ui-datepicker-div {
      margin-top: -38px; } }
  #ui-datepicker-div .ui-datepicker-header {
    color: #fff;
    font-weight: normal;
    background: none;
    background-color: #418205;
    border: none;
    border-radius: 0; }
    #ui-datepicker-div .ui-datepicker-header .ui-corner-all {
      cursor: pointer; }
      #ui-datepicker-div .ui-datepicker-header .ui-corner-all:after {
        position: absolute;
        bottom: 0;
        z-index: 10;
        color: #fff; }
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:after {
      content: '';
      right: 0;
      height: 34px;
      width: 40px;
      color: #fff;
      background-image: url("../images//gallery-arrow-white-little.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 10px 20px;
      transform: rotate(180deg); }
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:after {
      content: '';
      left: 0;
      height: 34px;
      width: 40px;
      color: #fff;
      background-image: url("../images//gallery-arrow-white-little.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 10px 20px; }
    #ui-datepicker-div .ui-datepicker-header .ui-icon-circle-triangle-w, #ui-datepicker-div .ui-datepicker-header .ui-icon-circle-triangle-e, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev-hover, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next-hover {
      background: none;
      top: 2px; }
      #ui-datepicker-div .ui-datepicker-header .ui-icon-circle-triangle-w:hover, #ui-datepicker-div .ui-datepicker-header .ui-icon-circle-triangle-e:hover, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev-hover:hover, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next-hover:hover {
        background: none;
        border: none; }
  #ui-datepicker-div th {
    padding-top: 0.3em;
    padding-right: 0;
    padding-bottom: 0.3em;
    padding-left: 0;
    font-weight: normal; }
  #ui-datepicker-div .ui-widget-content {
    background: none; }
  #ui-datepicker-div .ui-state-default {
    text-align: center;
    background: none;
    background-color: #bfd1a2;
    border-color: #bfd1a2; }
    #ui-datepicker-div .ui-state-default:hover {
      border-color: #418205; }
  #ui-datepicker-div .ui-state-active {
    color: #fff;
    background-color: #418205; }
  .blue-datepicker #ui-datepicker-div {
    border-color: #112348; }
    .blue-datepicker #ui-datepicker-div .ui-datepicker-header {
      background-color: #112348; }
    .blue-datepicker #ui-datepicker-div .ui-state-default {
      background-color: #C9D6D6;
      border-color: #C9D6D6; }
    .blue-datepicker #ui-datepicker-div .ui-state-active {
      background-color: #112348; }
  @media screen and (min-width: 768px) {
    .blue-datepicker.home #ui-datepicker-div {
      margin-top: -46px; } }
  @media screen and (min-width: 769px) {
    .blue-datepicker.home #ui-datepicker-div {
      margin-top: -62px; } }
  .dark #ui-datepicker-div {
    border-color: #25110B; }
    .dark #ui-datepicker-div .ui-datepicker-header {
      background-color: #25110B; }
    .dark #ui-datepicker-div .ui-state-default {
      color: #f6f3e6;
      background-color: #53342B;
      border-color: #53342B; }
    .dark #ui-datepicker-div .ui-state-active {
      background-color: #25110B; }

.highlight-widget {
  margin-bottom: 30px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .highlight-widget {
      margin-bottom: 15px; } }
  @media screen and (min-width: 768px) {
    .highlight-widget.aligncenter {
      margin-left: -10%;
      width: 120%; } }
  @media screen and (min-width: 768px) {
    .highlight-widget .highlight-widget-title {
      top: -4px;
      font-size: 1.3em; } }
  .highlight-widget .highlight-widget-content {
    font-size: 16px;
    line-height: 1.6;
    text-align: left; }
    @media screen and (min-width: 768px) {
      .highlight-widget .highlight-widget-content {
        padding-top: 30px;
        padding-right: 40px;
        padding-left: 40px;
        width: 400px;
        line-height: 1.8; } }
    @media screen and (min-width: 769px) {
      .highlight-widget .highlight-widget-content {
        margin-top: -48px; } }
    .highlight-widget .highlight-widget-content p {
      margin-top: 0;
      margin-bottom: 10px;
      font-size: 16px;
      line-height: 1.6;
      text-align: left; }
    .highlight-widget .highlight-widget-content a {
      color: #000; }
    .highlight-widget .highlight-widget-content ul, .highlight-widget .highlight-widget-content ol {
      margin-left: 0;
      padding-left: 0;
      list-style: none; }
    .highlight-widget .highlight-widget-content li {
      margin-bottom: 10px;
      line-height: 1.2; }
  @media screen and (min-width: 768px) {
    .highlight-widget.aligncenter .highlight-widget-content {
      width: 100%; } }

.stay-in-touch-cta {
  margin-bottom: 30px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .stay-in-touch-cta {
      margin-bottom: 15px; } }
  @media screen and (min-width: 769px) {
    .stay-in-touch-cta {
      margin-left: calc( -40vw + 50%);
      width: 80vw; } }
  .stay-in-touch-cta .stay-in-touch-cta-content {
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    border-width: 1px; }
    @media screen and (min-width: 768px) {
      .stay-in-touch-cta .stay-in-touch-cta-content {
        padding-top: 26px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px; } }
    @media screen and (min-width: 769px) {
      .stay-in-touch-cta .stay-in-touch-cta-content {
        padding-top: 40px;
        padding-right: 30px;
        padding-bottom: 30px;
        padding-left: 30px; } }
  @media screen and (min-width: 768px) {
    .stay-in-touch-cta .stay-in-touch-cta-group {
      float: left;
      width: 48%; } }
  .stay-in-touch-cta .stay-in-touch-cta-group:first-of-type {
    margin-bottom: 24px; }
    @media screen and (min-width: 768px) {
      .stay-in-touch-cta .stay-in-touch-cta-group:first-of-type {
        margin-right: 4%;
        margin-bottom: 0; } }
  .stay-in-touch-cta .stay-in-touch-mag {
    position: relative;
    top: 4px;
    float: left;
    margin-right: 20px;
    margin-bottom: 22px;
    max-height: 90px;
    max-width: 75px; }
    @media screen and (min-width: 768px) {
      .stay-in-touch-cta .stay-in-touch-mag {
        margin-bottom: 0;
        max-height: 109px;
        max-width: 90px; } }
    @media screen and (min-width: 769px) {
      .stay-in-touch-cta .stay-in-touch-mag {
        top: auto;
        bottom: 3px;
        max-height: 149px;
        max-width: 123px; } }
  .stay-in-touch-cta p {
    font-size: 0.77778em;
    line-height: 1.4;
    margin-bottom: 15px; }
  .stay-in-touch-cta .stay-in-touch-button {
    clear: both;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .stay-in-touch-cta .stay-in-touch-button {
        clear: none;
        float: right; } }
    @media screen and (min-width: 1025px) {
      .stay-in-touch-cta .stay-in-touch-button {
        float: none; } }
  .stay-in-touch-cta .stay-in-touch-cta-visitors-guide p {
    text-align: left; }

/* TripAdvisor widget. */
.tripadvisor-widget {
  display: none;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #112348; }
  @media screen and (min-width: 768px) {
    .tripadvisor-widget {
      padding-top: 15px;
      padding-bottom: 0px; } }
  .tripadvisor-widget .tripadvisor-overview-section .tripadvisor-label {
    margin-bottom: 5px; }
  .tripadvisor-widget .tripadvisor-overview-section .tripadvisor-traveler-rating-label {
    margin-bottom: 2px; }
  .tripadvisor-widget .tripadvisor-overview-section:nth-of-type(2) {
    margin-top: 10px;
    margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .tripadvisor-widget .tripadvisor-overview-section {
      float: left;
      width: 167px; }
      .tripadvisor-widget .tripadvisor-overview-section:last-of-type {
        float: right; }
      .tripadvisor-widget .tripadvisor-overview-section.tripadvisor-overview-traveler-rating {
        margin-top: 0;
        margin-bottom: 0;
        width: calc(100% - 334px);
        text-align: center; }
        .tripadvisor-widget .tripadvisor-overview-section.tripadvisor-overview-traveler-rating .tripadvisor-traveler-rating-container {
          display: inline-block;
          margin-right: auto;
          margin-left: auto;
          text-align: left; }
      .tripadvisor-widget .tripadvisor-overview-section.tripadvisor-overview-read-button {
        position: relative;
        top: 2px; } }
  .tripadvisor-widget .tripadvisor-label {
    display: block;
    font-size: 0.55556em; }
  .tripadvisor-widget .tripadvisor-number-reviews {
    position: relative;
    bottom: 4px;
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.55556em; }
  .tripadvisor-widget .tripadvisor-reviews {
    display: none; }
  .tripadvisor-widget .tripadvisor-ranking {
    margin-top: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #021a3f;
    font-size: 1.38889em;
    border-top: 1px solid #112348;
    border-bottom: 1px solid #112348; }
    @media screen and (min-width: 768px) {
      .tripadvisor-widget .tripadvisor-ranking {
        margin-top: 0; } }
  .tripadvisor-widget .tripadvisor-reviews {
    clear: both; }
  .tripadvisor-widget .tripadvisor-review {
    padding-bottom: 40px;
    border-bottom: 1px solid #112348; }
  .tripadvisor-widget .tripadvisor-review-title {
    margin-bottom: 10px;
    font-family: 'Vollkorn', serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #021a3f;
    font-size: 1.55556em;
    font-weight: 200; }
  .tripadvisor-widget .tripadvisor-review-author {
    position: relative;
    bottom: 4px;
    font-size: 0.83333em;
    font-weight: 600; }
  .tripadvisor-widget .tripadvisor-review-content {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0.88889em; }
  .tripadvisor-widget .tripadvisor-read-button.open:after {
    content: 'Hide Reviews'; }
  .tripadvisor-widget .tripadvisor-more-actions {
    margin-top: 30px; }
    .tripadvisor-widget .tripadvisor-more-actions .button:first-of-type {
      margin-right: 10px;
      margin-bottom: 15px; }
  .tripadvisor-widget .tripadvisor-disclaimer {
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.66667em;
    line-height: 1.6; }

.utility-sidebar {
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    .utility-sidebar {
      position: absolute;
      top: 0;
      left: -220px;
      width: 180px; } }
  @media screen and (min-width: 768px) {
    .utility-sidebar .utility-sidbar-title {
      top: -10px;
      font-size: 1em; } }
  .utility-sidebar .utility-sidebar-navigation {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 50px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    width: calc(100% - 20px); }
    @media screen and (min-width: 768px) {
      .utility-sidebar .utility-sidebar-navigation {
        margin-right: 0;
        margin-left: 0;
        padding-top: 9px;
        padding-right: 20px;
        padding-bottom: 0;
        padding-left: 20px;
        width: 100%; } }
  .utility-sidebar ul.sidebar-menu, .utility-sidebar ul.sidebar-menu ul {
    list-style: none;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0; }
    .utility-sidebar ul.sidebar-menu ul.children, .utility-sidebar ul.sidebar-menu ul ul.children {
      margin-left: 0; }
  .utility-sidebar li.page_item, .utility-sidebar li.pagenav {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1;
    border-bottom: 1px solid #112348; }
    .utility-sidebar li.page_item:last-child, .utility-sidebar li.pagenav:last-child {
      border-bottom: 0; }
    .utility-sidebar li.page_item.current_page_item > a, .utility-sidebar li.page_item.active > a, .utility-sidebar li.pagenav.current_page_item > a, .utility-sidebar li.pagenav.active > a {
      color: #fff;
      background-color: #a31f34; }
  .utility-sidebar .menu-parent.current_page_item {
    color: #fff;
    background-color: #a31f34; }
  .utility-sidebar .pagenav > ul > li:first-child {
    border-top: 1px solid #112348; }
  .utility-sidebar a {
    position: relative;
    z-index: 2;
    display: block;
    padding: 5px;
    margin-left: -5px;
    width: calc( 100% + 10px);
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: black;
    font-size: 0.77778em;
    text-decoration: none;
    text-transform: uppercase; }
    .utility-sidebar a:hover {
      color: #fff;
      background-color: #a31f34; }
    @media screen and (min-width: 768px) {
      .utility-sidebar a {
        width: 148px; } }
    .utility-sidebar a.menu-parent {
      margin-bottom: 10px; }
  .utility-sidebar .children li {
    border-bottom: 0;
    padding-top: 0;
    padding-bottom: 0; }
  .utility-sidebar .children a {
    font-size: 72%;
    text-transform: none; }

.next-month-event-cta-links {
  padding-top: 30px;
  text-align: center; }
  .next-month-event-cta-links a {
    text-decoration: none; }
  @media screen and (min-width: 768px) {
    .next-month-event-cta-links {
      float: left;
      padding-top: 0;
      padding-right: 40px;
      width: 50%;
      text-align: right; } }

@media screen and (min-width: 768px) {
  .next-month-cta-content {
    min-width: 749px; } }

.next-month-event-cta-title {
  margin-bottom: 0;
  font-family: "DINEngschriftStd", 'Trebuchet', 'sans-serif';
  font-size: 1.55556em;
  line-height: 1.2; }
  @media screen and (min-width: 768px) {
    .next-month-event-cta-title {
      font-size: 2.22222em;
      text-align: right; } }

@media screen and (min-width: 768px) {
  .next-month-event-cta-content {
    float: right;
    width: 50%; } }

.event-submit-cta {
  margin-top: 20px;
  margin-bottom: 30px; }
  .event-submit-cta .event-submit-cta-content {
    text-align: center; }
  .event-submit-cta .event-submit-cta-text {
    margin-bottom: 15px;
    line-height: 1.4; }
  @media screen and (min-width: 768px) {
    .event-submit-cta {
      margin-top: 40px;
      margin-bottom: 60px; } }

.recent-press-release-title {
  margin-right: 0;
  margin-left: 0;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .recent-press-release-title {
      margin-bottom: 20px; } }

.recent-press-release .press-release-header .press-release-sur-title {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #112348;
  font-size: 0.77778em;
  font-weight: 400;
  margin-bottom: 0;
  text-align: left;
  text-transform: uppercase; }

.recent-press-release .press-release-header .press-release-title {
  color: #021a3f !important;
  text-transform: none; }

.recent-press-release .press-release-header .press-release-sub-title {
  margin-top: 0;
  font-family: 'Vollkorn', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #444;
  font-size: 1.11111em;
  font-style: italic;
  text-align: left;
  text-transform: none; }

.recent-press-release.post-list-with-image a {
  text-decoration: none; }

.recent-press-release.post-list-with-image hr {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: none; }

.recent-press-release .press-release-all-button {
  border-width: 1px; }

.featured-itinerary-button-wrapper {
  display: none;
  margin-top: 20px;
  text-align: left; }
  @media screen and (min-width: 768px) {
    .featured-itinerary-button-wrapper {
      display: block; } }

.weather-cta {
  margin-right: 10px;
  margin-left: 10px;
  max-width: 700px; }
  @media screen and (min-width: 768px) {
    .weather-cta {
      margin-right: auto;
      margin-left: auto; } }
  .weather-cta .weather-cta-title {
    top: 32px;
    font-size: 1.5em; }
    @media screen and (min-width: 768px) {
      .weather-cta .weather-cta-title {
        top: 0; } }
  @media screen and (min-width: 768px) {
    .weather-cta .weather-cta-content {
      padding-top: 30px;
      padding-left: 0; } }
  .weather-cta .weather-data {
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .weather-cta .weather-data {
        float: left;
        width: 261px; } }
  .weather-cta .weather-content {
    margin-top: 10px; }
    @media screen and (min-width: 768px) {
      .weather-cta .weather-content {
        float: left;
        margin-top: 0;
        width: calc(100% - 261px); } }
    .weather-cta .weather-content p {
      margin-top: 0;
      margin-bottom: 15px;
      font-size: 0.9em;
      line-height: 1.5; }
  .weather-cta .weather-data-title {
    margin-top: 2px;
    margin-bottom: 0;
    font-size: 0.77778em;
    font-weight: 200;
    text-align: center;
    text-transform: uppercase; }
  .weather-cta .icon-weather {
    position: relative;
    height: 128px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden; }
    .weather-cta .icon-weather img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      max-height: 128px;
      max-width: 128px; }
  .weather-cta .weather-temp {
    color: #DD3A0F;
    font-size: 1.33333em; }
  .weather-cta.weather-forecast-cta {
    margin-right: auto;
    margin-left: auto;
    max-width: 1053px;
    padding-right: 15px;
    padding-left: 15px; }
    @media screen and (min-width: 769px) {
      .weather-cta.weather-forecast-cta .weather-cta-content {
        padding-left: 40px; } }
    .weather-cta.weather-forecast-cta .weather-forecast {
      margin-top: 25px;
      clear: both; }
      .weather-cta.weather-forecast-cta .weather-forecast:after {
        content: '';
        display: table;
        clear: both; }
      .weather-cta.weather-forecast-cta .weather-forecast .weather-temp {
        font-size: 1.11111em; }
    .weather-cta.weather-forecast-cta .weather-data {
      margin-bottom: 30px; }
      @media screen and (min-width: 769px) {
        .weather-cta.weather-forecast-cta .weather-data {
          margin-bottom: 0;
          width: 33%; }
          .weather-cta.weather-forecast-cta .weather-data:nth-of-type(2) {
            width: 34%; } }
      .weather-cta.weather-forecast-cta .weather-data.current-weather {
        float: none;
        padding-bottom: 30px;
        width: 100%;
        border-bottom: 1px solid #112348; }
        .weather-cta.weather-forecast-cta .weather-data.current-weather:after {
          content: '';
          display: table;
          clear: both; }
        @media screen and (min-width: 769px) {
          .weather-cta.weather-forecast-cta .weather-data.current-weather .weather-temp, .weather-cta.weather-forecast-cta .weather-data.current-weather .icon-weather, .weather-cta.weather-forecast-cta .weather-data.current-weather .weather-cond {
            float: left;
            width: 33%; } }
        .weather-cta.weather-forecast-cta .weather-data.current-weather .weather-temp, .weather-cta.weather-forecast-cta .weather-data.current-weather .weather-cond {
          margin-top: 61px;
          font-size: 1.33333em;
          text-align: center; }
        @media screen and (min-width: 769px) {
          .weather-cta.weather-forecast-cta .weather-data.current-weather .weather-temp {
            text-align: right; } }
        @media screen and (min-width: 769px) {
          .weather-cta.weather-forecast-cta .weather-data.current-weather .weather-cond {
            text-align: left; } }
        .weather-cta.weather-forecast-cta .weather-data.current-weather .icon-weather {
          height: 160px; }
        .weather-cta.weather-forecast-cta .weather-data.current-weather svg {
          max-height: 160px;
          max-width: 160px; }
    .weather-cta.weather-forecast-cta .weather-temp {
      display: block; }
      .weather-cta.weather-forecast-cta .weather-temp.min {
        color: #112348;
        line-height: 1; }
    .weather-cta.weather-forecast-cta .weather-links {
      text-align: center; }
      @media screen and (min-width: 769px) {
        .weather-cta.weather-forecast-cta .weather-links {
          margin-top: 30px; } }

.flyin-notification {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 10;
  padding: 15px 10px 15px 15px;
  width: 100%;
  color: #fff;
  background-color: rgba(163, 31, 52, 0.9);
  opacity: 0; }
  @media screen and (min-width: 768px) {
    .flyin-notification {
      position: fixed;
      top: 120px;
      right: -385px;
      left: auto;
      padding-left: 35px;
      width: 385px; } }
  .flyin-notification .flyin-title {
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 0.66667em;
    text-transform: uppercase; }
  .flyin-notification .flyin-message {
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 0.88889em;
    line-height: 1.5; }
    .flyin-notification .flyin-message p {
      margin: 0 0 10px; }
  .flyin-notification .flyin-button {
    padding: 8px 11px;
    color: #fff;
    font-size: 0.66667em;
    border-color: #fff; }
    .flyin-notification .flyin-button:hover {
      color: #a31f34;
      background-color: #fff; }
  .flyin-notification .x-svg {
    position: absolute;
    top: 8px;
    right: 17px;
    height: 15px;
    width: 15px;
    cursor: pointer; }
    .flyin-notification .x-svg::before {
      background-color: #fff;
      content: '';
      display: inline-block;
      height: 15px;
      -webkit-mask-image: url(../svgs//x-close.svg);
              mask-image: url(../svgs//x-close.svg);
      -webkit-mask-position: center center;
              mask-position: center center;
      -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat;
      -webkit-mask-size: 15px 15px;
              mask-size: 15px 15px;
      width: 15px; }

.featured-itineraries-widget.cta-set-module .cta-headline {
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .featured-itineraries-widget.cta-set-module .cta-headline {
      margin-bottom: 14px; } }

.featured-itineraries-widget.cta-set-module .cta-content p {
  display: none; }
  @media screen and (min-width: 768px) {
    .featured-itineraries-widget.cta-set-module .cta-content p {
      display: table; } }

a.ui-datepicker-prev.ui-corner-all:focus {
  outline: auto; }

a.ui-datepicker-next.ui-corner-all:focus {
  outline: auto; }

a.osano-cm-link {
  color: #fff; }

/**
* santabarbaraca
* http://www.santabarbaraca.com
*
* Copyright (c) 2015 Jaclyn @ Substance
*/
.snapshots-columns {
  content: '';
  display: table;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  max-width: 1060px;
  width: calc(100% - 30px); }
  @media (min-width: 1200px) {
    .snapshots-columns {
      max-width: none;
      width: 88.3333%; }
      .snapshots-columns.modular-snapshots {
        max-width: 1060px; } }

.snapshots-page-columns {
  margin-top: 40px;
  max-width: 1200px; }
  @media screen and (min-width: 768px) {
    .snapshots-page-columns {
      margin-top: 163px; } }

.snapshots-col {
  float: left; }

.snapshots-col-1 {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .snapshots-col-1 {
      width: calc( 26.923% - 6.666px);
      margin-right: 10px; } }

.snapshots-col-2 {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .snapshots-col-2 {
      width: calc( 41.1346% - 6.667px);
      margin-right: 10px; } }

.snapshots-col-3 {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .snapshots-col-3 {
      width: calc( 31.7307% - 6.666px); } }

.snapshots-header {
  margin-bottom: 10px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-color: #25110B; }
  .snapshots-header .snapshots-svg {
    display: block;
    height: 36px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    width: 36px; }
  .snapshots-header .snapshots-header-title {
    margin-bottom: 10px;
    color: #f6f3e6;
    font-size: 1.77778em;
    text-align: center; }
  .snapshots-header .snapshots-header-subtitle {
    color: #f6f3e6;
    font-size: 0.72222em;
    line-height: 1.7; }
    .snapshots-header .snapshots-header-subtitle .image-header-icon + span {
      float: none;
      margin-left: 0; }
  .snapshots-header svg {
    margin-bottom: 10px; }
    .snapshots-header svg.twitter-svg {
      margin-right: 10px; }
    .snapshots-header svg path {
      fill: #f6f3e6 !important; }

.snapshot {
  position: relative;
  display: block;
  margin-bottom: 10px;
  line-height: 0; }
  .snapshot .effect-bubba {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    background-color: transparent; }
    .snapshot .effect-bubba .homepage-cta-image {
      height: 100%;
      width: 100%;
      background-color: #25110B;
      opacity: 0;
      transition: opacity 0.35s; }
      .snapshot .effect-bubba .homepage-cta-image:hover {
        opacity: 0.2; }
    .snapshot .effect-bubba .visual-cta-content:hover + .homepage-cta-image {
      opacity: 0.2; }

.snapshots-load-more {
  display: none;
  margin-bottom: 150px;
  padding-top: 30px;
  width: 51.666%;
  border-top: 1px solid #112348; }

.snapshot-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  display: none;
  height: 100vh;
  background-color: #25110B; }
  .snapshot-modal .snapshot-modal-sb-logo {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    width: 188px; }
    @media screen and (min-width: 768px) {
      .snapshot-modal .snapshot-modal-sb-logo {
        top: 20px;
        left: 20px;
        width: 250px; } }
    @media screen and (min-width: 1200px) and (min-height: 715px) {
      .snapshot-modal .snapshot-modal-sb-logo {
        left: calc((100vw - 1200px)/2); } }
  .snapshot-modal #snapshot-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    width: 56px; }
    @media screen and (min-width: 768px) {
      .snapshot-modal #snapshot-modal-close {
        top: 4px;
        right: 4px;
        width: 80px; } }

.snapshot-gallery {
  position: relative; }
  .snapshot-gallery .slick-prev,
  .snapshot-gallery .slick-next {
    height: 74px;
    background-image: url("../images//gallery-arrow-white.png");
    background-size: contain; }
    @media screen and (min-width: 768px) {
      .snapshot-gallery .slick-prev,
      .snapshot-gallery .slick-next {
        height: 123px;
        width: 75px; } }
  .snapshot-gallery .slick-prev {
    left: 0; }
    @media (min-width: 1060px) {
      .snapshot-gallery .slick-prev {
        left: 20px; } }
  .snapshot-gallery .slick-next {
    right: 0; }
    @media (min-width: 1060px) {
      .snapshot-gallery .slick-next {
        right: 20px; } }
  .snapshot-gallery .snapshot-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    text-align: center;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .has-scrollbars .snapshot-gallery .snapshot-slide {
        width: calc( 100vw - 15px); } }
  .snapshot-gallery .snapshot-slide-interior {
    position: relative;
    height: 100vh;
    width: 100vw;
    overflow: hidden; }
  .snapshot-gallery picture {
    position: relative;
    display: block;
    height: 100vh;
    width: 100vw; }
    .snapshot-gallery picture img {
      position: absolute;
      top: -9999px;
      bottom: -9999px;
      left: -9999px;
      right: -9999px;
      margin: auto;
      min-height: 100vh;
      min-width: 100vh;
      -o-object-fit: cover;
         object-fit: cover; }
  .snapshot-gallery .snapshot-slide-content {
    position: absolute;
    bottom: 40px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 20px 20px;
    width: calc(100% - 20px);
    color: #fff;
    text-align: left;
    text-shadow: 0 0 15px black; }
    @media screen and (min-width: 768px) {
      .snapshot-gallery .snapshot-slide-content {
        bottom: 40px;
        margin-right: 11.666%;
        margin-left: 11.666%;
        padding: 20px 40px;
        max-width: 700px;
        width: 76.668%; } }
    .snapshot-gallery .snapshot-slide-content > * {
      position: relative;
      z-index: 2; }
    .snapshot-gallery .snapshot-slide-content .snapshot-slide-content-desc a {
      color: #fff; }
  .snapshot-gallery .snapshot-slide-content-bk {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: none;
    background-color: rgba(37, 17, 11, 0.8); }
  .snapshot-gallery .snapshot-slide-secondary-content {
    display: none; }
  .snapshot-gallery .snapshot-slide-content-actionable {
    position: relative;
    margin-left: 20px;
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 0.77778em;
    text-transform: uppercase; }
    .snapshot-gallery .snapshot-slide-content-actionable:before {
      content: '';
      position: absolute;
      top: -14px;
      left: -24px;
      height: 43px;
      width: 16px;
      background-image: url("../images//snapshot-about-arrow.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      transform: rotate(0deg); }
    .snapshot-gallery .snapshot-slide-content-actionable.open:before {
      top: -12px;
      transform: rotate(-180deg); }
    @media screen and (min-width: 768px) {
      .snapshot-gallery .snapshot-slide-content-actionable {
        margin-left: 0; } }
  .snapshot-gallery .snapshot-slide-content-title {
    margin-top: 15px;
    margin-bottom: 0;
    font-family: "DINEngschriftStd", 'Trebuchet', 'sans-serif';
    color: #fff;
    text-transform: none; }
  .snapshot-gallery .snapshot-slide-content-desc {
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.77778em;
    line-height: 1.4; }
  .snapshot-gallery .snapshot-slide-credit {
    display: block; }
  .snapshot-gallery .snapshot-slide-content-button {
    float: left;
    color: #fff;
    border-color: #fff; }
    .snapshot-gallery .snapshot-slide-content-button:hover {
      color: #25110B;
      background-color: #fff; }
  .snapshot-gallery .snapshot-slide-content-social {
    align-items: center;
    display: flex;
    float: left;
    justify-content: center;
    margin-top: 20px;
    width: 140px; }
    @media screen and (min-width: 768px) {
      .snapshot-gallery .snapshot-slide-content-social {
        position: relative;
        top: 4px;
        float: right;
        margin-top: 0; } }
    .snapshot-gallery .snapshot-slide-content-social > span {
      display: inline-block;
      margin-right: 10px;
      width: 39px;
      font-family: "Figtree", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 0.55556em;
      line-height: 1;
      text-align: right;
      text-transform: uppercase; }
    .snapshot-gallery .snapshot-slide-content-social .snapshot-social-icon {
      height: 25px;
      width: 25px; }
      .snapshot-gallery .snapshot-slide-content-social .snapshot-social-icon::before {
        background-color: #fff;
        content: '';
        display: block;
        height: 100%;
        -webkit-mask-position: center center;
                mask-position: center center;
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
        -webkit-mask-size: 25px 25px;
                mask-size: 25px 25px;
        width: 100%; }
      .snapshot-gallery .snapshot-slide-content-social .snapshot-social-icon.fb-icon::before {
        -webkit-mask-image: url("/wp-content/themes/santabarbaraca/assets/svgs/facebook.svg");
                mask-image: url("/wp-content/themes/santabarbaraca/assets/svgs/facebook.svg"); }
      .snapshot-gallery .snapshot-slide-content-social .snapshot-social-icon.tw-icon {
        margin-right: 5px; }
        .snapshot-gallery .snapshot-slide-content-social .snapshot-social-icon.tw-icon::before {
          -webkit-mask-image: url("/wp-content/themes/santabarbaraca/assets/svgs/twitter.svg");
                  mask-image: url("/wp-content/themes/santabarbaraca/assets/svgs/twitter.svg"); }
      .snapshot-gallery .snapshot-slide-content-social .snapshot-social-icon.pn-icon::before {
        -webkit-mask-image: url("/wp-content/themes/santabarbaraca/assets/svgs/pinterest.svg");
                mask-image: url("/wp-content/themes/santabarbaraca/assets/svgs/pinterest.svg"); }

body.modal-open {
  overflow: hidden; }

/**
* santabarbaraca
* http://www.santabarbaraca.com
*
* Copyright (c) 2015 Jaclyn @ Substance
*/
.header-video {
  margin-top: -50px; }
  .has-scrollbars .header-video {
    max-width: 100vw;
    min-width: 100vw; }
    @media screen and (min-width: 768px) {
      .has-scrollbars .header-video {
        max-width: calc( 100vw - 15px);
        min-width: calc( 100vw - 15px); } }
  @media screen and (min-width: 769px) {
    .header-video {
      margin-top: -94px;
      margin-right: auto;
      margin-left: auto;
      max-height: 100vh;
      min-height: 100vh;
      overflow: hidden; } }

.homepage-header-title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 3;
  width: 70%;
  color: #f6f3e6;
  font-size: 1.38889em;
  text-align: left; }
  @media screen and (min-width: 768px) {
    .homepage-header-title {
      bottom: 50px;
      left: 65px;
      font-size: 2.77778em; } }
  @media screen and (min-width: 1025px) {
    .homepage-header-title {
      bottom: 50px;
      font-size: 3.33333em; } }
  @media screen and (min-width: 1200px) and (min-height: 715px) {
    .homepage-header-title {
      bottom: 100px;
      font-size: 3.88889em; } }

.media-loop {
  display: none;
  background-color: #25110B; }
  @media screen and (min-width: 769px) {
    .media-loop {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      z-index: 2;
      display: block;
      height: 100%;
      margin-right: auto;
      margin-left: auto;
      width: 100%; }
      .media-loop #loop {
        min-height: 108vh;
        min-width: 100vw; } }

body.dont-miss-campaign-template #masthead {
  position: relative; }
  @media screen and (min-width: 768px) {
    body.dont-miss-campaign-template #masthead {
      width: calc(100% - 50px); } }
  @media (min-width: 980px) {
    body.dont-miss-campaign-template #masthead {
      width: calc(100% - 140px); } }
  body.dont-miss-campaign-template #masthead .container {
    position: absolute;
    z-index: 3000;
    top: 20px;
    right: 0; }
    @media screen and (min-width: 320px) {
      body.dont-miss-campaign-template #masthead .container {
        right: 10px; } }

body.dont-miss-campaign-template .header-video {
  margin-top: 0;
  min-height: 1px;
  height: auto;
  max-height: 1200px;
  padding-top: 0; }

@media screen and (min-width: 320px) {
  body.dont-miss-campaign-template .media-loop {
    display: block !important; } }

body.dont-miss-campaign-template .media-loop {
  display: block !important;
  height: auto;
  line-height: 9px;
  position: relative; }
  @media (max-width: 767px) {
    body.dont-miss-campaign-template .media-loop {
      margin: 0 !important; } }
  body.dont-miss-campaign-template .media-loop #loop {
    min-height: 1px;
    min-width: 1px; }

@media screen and (min-width: 768px) {
  body.dont-miss-campaign-template .media-loop {
    display: block !important; } }

@media screen and (min-width: 769px) {
  body.dont-miss-campaign-template .media-loop {
    display: block !important; } }

body.dont-miss-campaign-template .stay-in-touch-cta {
  padding: 60px 0; }

body.dont-miss-campaign-template .homepage-content > p:first-of-type:first-letter {
  float: none;
  padding-right: 0;
  margin-top: 0;
  font-size: 100%;
  line-height: 0.7; }

body.dont-miss-campaign-template a.footer-social-icon {
  background-color: #000; }
  body.dont-miss-campaign-template a.footer-social-icon:hover {
    background-color: #a31f34; }

body.dont-miss-campaign-template .image-header-container.header-video {
  background-image: url(/wp-content/themes/santabarbaraca/assets/images/missnothing/palm-tree-bg.jpg); }
  @media (max-width: 767px) {
    body.dont-miss-campaign-template .image-header-container.header-video {
      padding-bottom: 0; } }

@media screen and (min-width: 768px) {
  .homepage-entry-content {
    width: calc(100% - 50px); } }

@media (min-width: 980px) {
  .homepage-entry-content {
    width: calc(100% - 140px); } }

@media screen and (min-width: 768px) {
  .homepage-entry-content .homepage-content {
    float: left;
    margin-right: 45px;
    width: calc(52% - 22px); } }

.homepage-entry-content .homepage-content > p {
  margin-left: auto; }
  @media (min-width: 980px) {
    .homepage-entry-content .homepage-content > p {
      width: 428px; } }
  .homepage-entry-content .homepage-content > p:first-of-type:first-letter {
    float: left;
    padding-right: 0.15em;
    margin-top: 0.18em;
    font-size: 590%;
    line-height: 0.7; }

.homepage-entry-content .homepage-content blockquote {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 100%;
  width: 569.24px;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    .homepage-entry-content .homepage-content blockquote {
      min-width: 428px;
      font-size: 1.77778em; } }
  @media (min-width: 980px) {
    .homepage-entry-content .homepage-content blockquote {
      font-size: 2.33333em; } }

.homepage-entry-content .snapshots-columns {
  display: none;
  margin-top: 30px;
  max-width: 510px; }
  @media screen and (min-width: 768px) {
    .homepage-entry-content .snapshots-columns {
      display: block;
      float: left;
      margin-top: 27px;
      width: calc(48% - 23px); } }
  .homepage-entry-content .snapshots-columns .snapshots-col-1 {
    margin-right: 5px;
    width: calc(57% - 5px); }
  .homepage-entry-content .snapshots-columns .snapshots-col-2 {
    margin-right: 0;
    width: 43%; }
  .homepage-entry-content .snapshots-columns picture {
    line-height: 0;
    margin-bottom: 5px; }

.homepage-visual-cta-set {
  margin-bottom: 0; }
  .homepage-visual-cta-set .homepage-cta {
    height: calc( (100vw - 20px) * 0.8363);
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    width: calc( 100vw - 20px); }
    @media screen and (min-width: 768px) {
      .homepage-visual-cta-set .homepage-cta {
        float: left;
        height: calc( 100vh - 20px);
        width: calc( 50vw - 16px); } }
    @media screen and (min-width: 768px) {
      .has-scrollbars .homepage-visual-cta-set .homepage-cta {
        width: calc( 50vw - 24px); } }
  .homepage-visual-cta-set .homepage-cta-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    margin: auto;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  .homepage-visual-cta-set svg {
    height: 45px;
    width: 45px; }
    @media screen and (min-width: 768px) {
      .homepage-visual-cta-set svg {
        height: 75px;
        width: 75px; } }
  .homepage-visual-cta-set h2 {
    margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .homepage-visual-cta-set .homepage-horiz-set-2:last-of-type .homepage-cta {
      margin-left: 0px; } }
  @media screen and (min-width: 768px) {
    .homepage-visual-cta-set .homepage-horiz-set-3 .homepage-cta {
      width: calc( 42.5vw - 16px);
      height: calc( 50vh - 15px); }
      .has-scrollbars .homepage-visual-cta-set .homepage-horiz-set-3 .homepage-cta {
        width: calc( 42.5vw - 24px); }
    .homepage-visual-cta-set .homepage-horiz-set-3:nth-of-type(2) .homepage-cta {
      float: right;
      height: calc( 100vh - 20px);
      width: calc( 57.5vw - 16px);
      margin-left: 0; }
      .has-scrollbars .homepage-visual-cta-set .homepage-horiz-set-3:nth-of-type(2) .homepage-cta {
        width: calc( 57.5vw - 24px); } }
  @media screen and (min-width: 768px) {
    .homepage-visual-cta-set .homepage-horiz-set-4 .homepage-cta {
      height: calc( 50vh - 15px); }
    .homepage-visual-cta-set .homepage-horiz-set-4:nth-of-type(2n) .homepage-cta {
      margin-left: 0; } }

.homepage-visual-cta-set-alt {
  margin-top: 10px; }
  @media screen and (min-width: 768px) {
    .homepage-visual-cta-set-alt {
      margin-top: 0; }
      .homepage-visual-cta-set-alt .homepage-horiz-set-3:nth-of-type(1) .homepage-cta {
        float: left;
        height: calc( 100vh - 20px);
        margin-left: 10px;
        width: calc( 57.5vw - 16px); }
        .has-scrollbars .homepage-visual-cta-set-alt .homepage-horiz-set-3:nth-of-type(1) .homepage-cta {
          width: calc( 57.5vw - 24px); }
      .homepage-visual-cta-set-alt .homepage-horiz-set-3:nth-of-type(n+2) .homepage-cta {
        float: right;
        height: calc( 50vh - 15px);
        margin-left: 0;
        width: calc( 42.5vw - 16px); }
        .has-scrollbars .homepage-visual-cta-set-alt .homepage-horiz-set-3:nth-of-type(n+2) .homepage-cta {
          width: calc( 42.5vw - 24px); } }
  @media screen and (min-width: 1025px) {
    .homepage-visual-cta-set-alt .visual-cta-subheadline {
      font-size: 1.61111em; } }
  .homepage-visual-cta-set-alt .visual-cta-headline {
    margin-top: 20px; }
    @media screen and (min-width: 1025px) {
      .homepage-visual-cta-set-alt .visual-cta-headline {
        font-size: 3.33333em; } }
  .homepage-visual-cta-set-alt .homepage-booking-cta {
    background-color: #112348; }
    @media (max-width: 767px) {
      .homepage-visual-cta-set-alt .homepage-booking-cta {
        min-height: 360px; } }

.homepage-booking-cta {
  position: relative; }

.jackrabbit-widget-alt {
  height: calc( 100% - 114px);
  margin-top: 0;
  margin-bottom: 0;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .jackrabbit-widget-alt {
      position: absolute;
      top: 0;
      bottom: 0;
      height: 287px;
      margin-top: auto;
      margin-bottom: auto; } }
  .jackrabbit-widget-alt .jackrabbit-widget-title {
    color: #fff;
    text-shadow: none;
    background-color: #112348; }
    @media screen and (min-width: 768px) {
      .jackrabbit-widget-alt .jackrabbit-widget-title {
        top: -10px; } }
  .jackrabbit-widget-alt .enclosed-widget-content {
    position: relative;
    height: 100%;
    margin-top: 10px;
    margin-right: 35px;
    margin-bottom: 35px;
    margin-left: 35px;
    min-width: 0;
    width: auto;
    border-color: #fff; }
    @media screen and (min-width: 768px) {
      .jackrabbit-widget-alt .enclosed-widget-content {
        height: calc( 100% - 14px);
        margin-top: -49px; } }
    .jackrabbit-widget-alt .enclosed-widget-content .jackrabbit-fields {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      height: 190px;
      margin-top: 10px;
      margin-bottom: auto;
      padding-top: 10px;
      padding-bottom: 10px; }
      @media screen and (min-width: 768px) {
        .jackrabbit-widget-alt .enclosed-widget-content .jackrabbit-fields {
          margin: auto 20px;
          padding-top: 0;
          padding-bottom: 0; } }
      @media screen and (min-width: 769px) {
        .jackrabbit-widget-alt .enclosed-widget-content .jackrabbit-fields {
          margin: 40px; } }
    .jackrabbit-widget-alt .enclosed-widget-content .jackrabbit-checkin, .jackrabbit-widget-alt .enclosed-widget-content .jackrabbit-checkout {
      width: 100%;
      margin-bottom: 20px; }
      .jackrabbit-widget-alt .enclosed-widget-content .jackrabbit-checkin label, .jackrabbit-widget-alt .enclosed-widget-content .jackrabbit-checkout label {
        color: #fff; }
    .jackrabbit-widget-alt .enclosed-widget-content input[type=submit] {
      margin-right: auto;
      margin-left: auto;
      color: #fff;
      background-color: transparent;
      border-color: #fff; }
      .jackrabbit-widget-alt .enclosed-widget-content input[type=submit]:hover {
        color: #112348;
        background-color: #fff; }
  .jackrabbit-widget-alt input[type=text], .jackrabbit-widget-alt input[type=date] {
    background-color: #fff; }

.homepage-full-cta {
  margin-top: 0; }

body.home div.image-header-container {
  height: auto;
  padding-bottom: 0; }
  body.home div.image-header-container.fade-in.triggered {
    background-color: transparent; }
  body.home div.image-header-container img {
    margin: 0 auto;
    max-width: 1500px;
    width: 100%; }

/**
 * Post Listings
 */
.entry-header.listing h3, .entry-header.listing div.ada-h3 {
  margin-top: 44px;
  margin-bottom: 0;
  color: #112348;
  text-align: center; }

.entry-header.listing .listing-title {
  margin-bottom: 37px;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.94444em;
  text-align: center;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    .entry-header.listing .listing-title {
      font-size: 2.44444em; } }

.sorting {
  margin-right: auto;
  margin-left: auto; }
  @media screen and (min-width: 926px) {
    .sorting {
      max-width: 59%; } }
  .sorting .primary-sorting {
    border-bottom: 1px solid #112348; }
    .sorting .primary-sorting:after {
      content: '';
      display: table;
      clear: both; }
  .sorting .sorter {
    float: left;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .sorting .sorter {
        max-width: 50%; } }
  .sorting .viewer {
    clear: left;
    float: left;
    margin-bottom: 20px; }
    .event-finder .sorting .viewer {
      float: none;
      margin-right: auto;
      margin-left: auto;
      max-width: 228px; }
    @media screen and (min-width: 768px) {
      .sorting .viewer {
        clear: none;
        float: right;
        max-width: 50%; }
        .event-finder .sorting .viewer {
          float: none; } }
  .sorting .faux-label {
    text-align: left; }
  .sorting .button {
    font-size: 1.1em; }
    .sorting .button.result-button {
      padding-top: 8px;
      padding-bottom: 8px; }
    .sorting .button:first-of-type {
      margin-right: 2px; }
    .sorting .button svg {
      height: 25px;
      width: 25px; }
    .sorting .button .sorting-icon {
      display: inline-block;
      height: 25px;
      width: 25px; }
      .sorting .button .sorting-icon::before {
        background-color: #112348;
        content: '';
        display: block;
        height: 25px;
        -webkit-mask-position: center center;
                mask-position: center center;
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
        -webkit-mask-size: 25px 25px;
                mask-size: 25px 25px;
        width: 25px; }
      .sorting .button .sorting-icon.map::before {
        -webkit-mask-image: url(../svgs//map-icon.svg);
                mask-image: url(../svgs//map-icon.svg); }
      .sorting .button .sorting-icon.list::before {
        -webkit-mask-image: url(../svgs//checklist.svg);
                mask-image: url(../svgs//checklist.svg); }
    .sorting .button.active .sorting-icon::before, .sorting .button:hover .sorting-icon::before {
      background-color: #fff; }
    .sorting .button .button-text {
      position: relative;
      top: -5px; }
  .sorting .secondary-sorting {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #112348; }
  .sorting .sorter-direction .sorter-direction-label {
    display: inline;
    margin-right: 5px;
    color: #112348; }
  .sorting .sorter-direction select#sorter-direction-select {
    position: relative;
    top: 1px;
    display: inline;
    padding-right: 23px;
    padding-left: 0;
    width: auto;
    font-size: 0.88889em;
    background-color: transparent; }

.lt-ie10 .sorter-direction-select-wrapper {
  display: inline-block;
  margin-bottom: -20px;
  width: 72px;
  overflow: hidden; }
  .lt-ie10 .sorter-direction-select-wrapper select#sorter-direction-select {
    padding-right: 0;
    width: 96px;
    background-position: 50px center; }

.listing-title {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: none;
  color: #021a3f; }

.post-list-with-image {
  margin-top: 20px;
  margin-right: 15px;
  margin-bottom: 60px;
  margin-left: 15px; }
  @media screen and (min-width: 768px) {
    .post-list-with-image {
      margin-top: 60px;
      margin-right: auto;
      margin-left: auto;
      max-width: 70%; } }
  .post-list-with-image .listing-post {
    content: '';
    display: table; }
  .post-list-with-image .listing-image {
    display: block;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    line-height: 0; }
    @media screen and (min-width: 926px) {
      .post-list-with-image .listing-image {
        position: relative;
        display: inline-block;
        float: left;
        height: 217px;
        margin-right: 30px;
        margin-bottom: 0;
        width: 291px;
        overflow: hidden; }
        .post-list-with-image .listing-image img {
          position: absolute;
          top: -9999px;
          bottom: -9999px;
          left: -9999px;
          right: -9999px;
          height: auto;
          margin: auto;
          min-height: 100%;
          min-width: 100%;
          width: auto;
          -o-object-fit: cover;
             object-fit: cover; } }
    .post-list-with-image .listing-image + div.listing-content {
      padding-top: 15px;
      width: 100%; }
      @media screen and (min-width: 926px) {
        .post-list-with-image .listing-image + div.listing-content {
          float: left;
          padding-top: 0;
          width: calc(100% - 321px); } }
  .post-list-with-image .listing-content header {
    margin-bottom: 10px; }
    .post-list-with-image .listing-content header .sur-meta {
      margin-top: -2px;
      font-family: "Figtree", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 1em;
      line-height: 1.1;
      text-transform: uppercase; }
      .post-list-with-image .listing-content header .sur-meta p {
        font-size: inherit;
        line-height: inherit; }
    .post-list-with-image .listing-content header a, .post-list-with-image .listing-content header .listing-title {
      color: #021a3f; }
    .post-list-with-image .listing-content header .listing-title {
      margin-top: 3px;
      margin-bottom: 3px;
      padding-bottom: 0; }
    .post-list-with-image .listing-content header .sur-meta + .sur-meta {
      margin-top: 5px; }
    .post-list-with-image .listing-content header .sub-meta {
      font-family: 'Vollkorn', serif;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 1em;
      font-weight: 600;
      line-height: 1.4;
      margin-top: 5px;
      text-transform: none; }
      .post-list-with-image .listing-content header .sub-meta :is(.times, .location) {
        display: block; }
      .post-list-with-image .listing-content header .sub-meta p {
        font-size: inherit;
        line-height: inherit; }
    .post-list-with-image .listing-content header .offered-by {
      display: block;
      font-weight: 400; }
  .post-list-with-image .listing-content p {
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 1em;
    line-height: 1.7; }
  .post-list-with-image hr {
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #112348; }
    @media screen and (min-width: 768px) {
      .post-list-with-image hr {
        margin-top: 45px;
        margin-bottom: 45px;
        max-width: 75%; } }
    .post-list-with-image hr:last-of-type {
      margin-bottom: 20px;
      opacity: 0; }

.listings-wrapper .load-more {
  margin-bottom: 40px; }

.category-rand-listings {
  margin-top: 45px; }
  @media screen and (min-width: 768px) {
    .category-rand-listings {
      margin-top: 30px; } }

.page-template-page-category-landing-template .listings-wrapper {
  margin-bottom: 75px; }
  .page-template-page-category-landing-template .listings-wrapper .post-list-with-image:first-child {
    margin-top: 0; }

.listing-loader {
  position: relative;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (min-width: 768px) {
    .listing-loader {
      max-width: 70%; } }
  .listing-loader .listings {
    position: relative;
    margin-bottom: 0; }
    .listing-loader .listings hr:last-of-type {
      opacity: 0; }
  .listing-loader .listings,
  .listing-loader .map-wrapper {
    max-width: 100%;
    opacity: 0;
    z-index: -1;
    height: 500px;
    overflow: hidden;
    transition: opacity 250ms, height 100ms 250ms; }
    .listing-loader .listings.active,
    .listing-loader .map-wrapper.active {
      opacity: 1;
      z-index: 2;
      transition: opacity 250ms, height 100ms 250ms; }
    @media screen and (min-width: 768px) {
      .listing-loader .listings,
      .listing-loader .map-wrapper {
        height: 600px; } }
  .listing-loader .listings.active {
    height: auto; }
  .listing-loader .map-wrapper.active {
    height: 550px;
    margin-right: 15px;
    margin-left: 15px;
    width: calc(100% - 30px); }
    @media screen and (min-width: 768px) {
      .listing-loader .map-wrapper.active {
        height: 600px;
        margin-right: auto;
        margin-left: calc( 50% - 44vw);
        width: 88vw; } }
    @media screen and (min-width: 1200px) and (min-height: 715px) {
      .listing-loader .map-wrapper.active {
        margin-left: auto;
        width: 100%; } }
  .listing-loader.loading {
    background: #f6f3e6 url(../images//loading.gif) no-repeat center 100px;
    min-height: 500px; }
    .listing-loader.loading .listings,
    .listing-loader.loading .map-wrapper {
      opacity: 0;
      height: 600px;
      transition: opacity 250ms, height 100ms 250ms; }

.lazy-loader {
  position: relative;
  min-height: 300px;
  opacity: 1; }
  .lazy-loader.loading {
    background: #f6f3e6 url(../images//loading.gif) no-repeat center top; }
    .lazy-loader.loading * {
      display: none; }

.post-listing-title {
  margin-right: 10px;
  margin-bottom: -17px;
  margin-left: 10px;
  line-height: 1.3;
  border-bottom-width: 0; }
  @media screen and (min-width: 768px) {
    .post-listing-title {
      margin-right: auto;
      margin-bottom: -25px;
      margin-left: auto; } }

.post-listing-break {
  margin-right: 15px;
  margin-left: 15px;
  background-color: #112348; }
  @media screen and (min-width: 768px) {
    .post-listing-break {
      margin-right: auto;
      margin-left: auto;
      max-width: 52.5%; } }

@media screen and (min-width: 769px) {
  .pagination-container {
    margin-left: -10%;
    width: 120%; } }

.pagination-container .pagination {
  position: relative;
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: center; }
  @media screen and (min-width: 769px) {
    .pagination-container .pagination {
      margin-top: 0;
      margin-bottom: 0; } }

.pagination-container .pagination-title {
  top: 31px;
  font-size: 1.11111em; }
  @media screen and (min-width: 769px) {
    .pagination-container .pagination-title {
      font-size: 1.44444em;
      top: -9px; } }

.pagination-container .enclosed-widget-content {
  padding-top: 29px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0; }
  @media screen and (min-width: 769px) {
    .pagination-container .enclosed-widget-content {
      padding-top: 0;
      padding-right: 10px;
      padding-left: 10px; } }

.pagination-container ul {
  z-index: 3;
  display: inline-block;
  margin-top: 28px;
  margin-bottom: 8px;
  margin-left: 0;
  padding-left: 0;
  width: 100%;
  list-style-type: none; }

.pagination-container li {
  display: inline-block;
  margin-right: 6px; }
  @media screen and (min-width: 768px) {
    .pagination-container li {
      margin-right: 25px; } }
  .pagination-container li:last-of-type {
    margin-right: 0; }
  .pagination-container li .page-link, .pagination-container li .current, .pagination-container li .page-numbers, .pagination-container li .ellipse {
    display: none;
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .pagination-container li .page-link:hover, .pagination-container li .current:hover, .pagination-container li .page-numbers:hover, .pagination-container li .ellipse:hover {
      color: #112348; }
    @media screen and (min-width: 768px) {
      .pagination-container li .page-link, .pagination-container li .current, .pagination-container li .page-numbers, .pagination-container li .ellipse {
        display: inline; } }
  .pagination-container li .current {
    color: #112348; }
  .pagination-container li .prev {
    position: absolute;
    top: 16px;
    left: 0;
    z-index: 4;
    display: block;
    font-size: 1.11111em; }
    .pagination-container li .prev:before {
      content: '';
      display: inline-block;
      height: 14px;
      margin-right: 5px;
      width: 17px;
      background-image: url("../images//button-arrow.png");
      background-repeat: no-repeat;
      background-size: contain;
      transform: rotate(180deg); }
    .pagination-container li .prev:hover {
      color: #f6f3e6; }
      .pagination-container li .prev:hover:before {
        background-image: url("../images//button-arrow-hover.png"); }
  .pagination-container li .next {
    position: absolute;
    top: 16px;
    right: 0;
    z-index: 4;
    display: block;
    font-size: 1.11111em; }
    .pagination-container li .next:after {
      content: '';
      display: inline-block;
      height: 14px;
      margin-left: 5px;
      width: 17px;
      background-image: url("../images//button-arrow.png");
      background-repeat: no-repeat;
      background-size: contain; }
    .pagination-container li .next:hover {
      color: #f6f3e6; }
      .pagination-container li .next:hover:after {
        background-image: url("../images//button-arrow-hover.png"); }

.pagination-container .disabled {
  display: none; }

.large-button-wrapper .lazyload {
  margin-top: 20px;
  border-width: 1px; }

.page-press-releases .utility-entry-content > p + .press-release-listing {
  margin-top: -10px;
  padding-top: 40px;
  border-top: 1px solid #112348; }

.page-press-releases .map-wrapper {
  display: none; }

.lazy-loader {
  min-height: 0; }

.press-release-listing {
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .press-release-listing .listing-loader {
      max-width: 100%; } }
  .press-release-listing .sur-meta {
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #112348;
    font-size: 0.77778em;
    line-height: 1.4;
    text-transform: uppercase; }
  .press-release-listing header a {
    text-decoration: none; }
    .press-release-listing header a .listing-title {
      font-family: 'Vollkorn', serif;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-top: 2px;
      text-align: left; }
  .press-release-listing .listing-subhead {
    font-family: 'Vollkorn', serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #444;
    display: block;
    font-size: 1.11111em;
    font-style: italic;
    line-height: 1.2;
    margin-top: 3px;
    text-align: left;
    text-transform: none; }
  .press-release-listing .listing-content p {
    font-size: 0.88889em;
    line-height: 1.8; }
    .press-release-listing .listing-content p:last-of-type {
      margin-bottom: 10px; }
  .press-release-listing hr {
    margin-top: 40px;
    margin-bottom: 35px;
    background-color: #112348; }

.page-special-offers .post-list-with-image .listing-content header .listing-title {
  margin-bottom: 13px; }
  @media screen and (min-width: 768px) {
    .page-special-offers .post-list-with-image .listing-content header .listing-title {
      margin-top: -4px; } }

.page-special-offers .ad.ad-large a {
  margin-top: 0;
  margin-bottom: 0; }

.no-results {
  width: 100%;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #021a3f;
  font-size: 1.38889em; }
  .no-results p {
    text-align: center; }

.ad-dom {
  margin-right: 10px;
  margin-bottom: 40px;
  margin-left: 10px;
  max-width: 620px;
  padding-top: 40px;
  border-top: 1px solid #112348; }
  @media (min-width: 640px) {
    .ad-dom {
      margin-right: auto;
      margin-left: auto; } }
  @media screen and (min-width: 768px) {
    .ad-dom {
      margin-bottom: 100px; } }

.paginator {
  padding-top: 5px; }
  .paginator .enclosed-widget-content {
    border-width: 0; }
    @media screen and (min-width: 768px) {
      .paginator .enclosed-widget-content {
        border-width: 1px; } }

#recommended-listings hr {
  opacity: 1 !important; }

#recommended-listings.default {
  min-height: 135px; }

#recommended-listings.loading {
  background: #f6f3e6 url(../images//loading.gif) no-repeat center top; }

.recommended-item {
  background-color: #a51e35;
  color: #f6f3e6;
  display: inline-block;
  font-size: 12px;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 1px;
  padding: 10px;
  position: relative;
  text-transform: uppercase;
  top: 20px;
  z-index: 3; }
  @media screen and (min-width: 840px) {
    .recommended-item {
      top: 0; } }

.free-ribbon {
  --_ribbon-color: #a51e35;
  --_ribbon-height: 1.5rem;
  align-items: center;
  display: inline-flex;
  font-size: 62.5%;
  isolation: isolate;
  margin-block: 0.75rem; }
  .free-ribbon::after {
    border-color: var(--_ribbon-color) transparent var(--_ribbon-color) var(--_ribbon-color);
    border-style: solid;
    border-width: calc(var(--_ribbon-height) / 2) 0.62rem calc(var(--_ribbon-height) / 2) 0;
    content: '';
    display: block;
    height: var(--_ribbon-height); }

.free-ribbon-text {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  align-items: center;
  background-color: var(--_ribbon-color);
  color: #fff;
  display: inline-flex;
  font-size: 0.8rem;
  height: var(--_ribbon-height);
  line-height: 0;
  padding-inline: 0.75rem 0.7rem;
  text-transform: uppercase; }

body.paginated-listings .grid-listings-wrapper {
  position: relative; }

body.paginated-listings .filter-tax div {
  float: left;
  width: 100%; }

body.paginated-listings .post-list-with-image hr:last-of-type {
  opacity: 1; }

body.paginated-listings .post-list-with-image:last-of-type hr:last-of-type {
  opacity: 0; }

body.paginated-listings .map-wrapper {
  display: none;
  clear: both;
  max-width: 70%;
  width: auto;
  margin: 0 auto;
  position: relative; }

body.paginated-listings .listings-sort-button {
  border: 1px solid #112348;
  border-radius: 5px;
  line-height: 1;
  text-decoration: none;
  color: #112348;
  display: inline-block;
  padding: 12px 15px;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  text-transform: uppercase; }

body.paginated-listings .listings-sort-button:hover,
body.paginated-listings .listings-sort-button.active {
  color: #f6f3e6;
  background-color: #112348; }

body.paginated-listings .sorting .secondary-sorting {
  text-align: center; }

/**
* santabarbaraca
* http://www.santabarbaraca.com
*
* Copyright (c) 2015 Jaclyn @ Substance
*/
.business-header-title {
  margin-bottom: 25px;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
  text-transform: uppercase; }
  @media screen and (min-width: 320px) {
    .business-header-title {
      font-size: 1.66667em; } }
  @media screen and (min-width: 768px) {
    .business-header-title {
      font-size: 2.5em; } }
  @media screen and (min-width: 768px) {
    .business-header-title.image-header-title {
      font-size: 3.88889em; } }

.business-header-subtitle {
  text-align: center; }

.header-entry-categories {
  text-transform: uppercase; }

.business-contact-info {
  margin-top: 45px;
  padding-top: 15px;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  font-style: normal;
  line-height: 1.3;
  border-top: 1px solid #112348;
  border-bottom: 1px solid #112348; }
  @media screen and (min-width: 768px) {
    .business-contact-info .business-contact-info-column {
      float: left;
      width: calc(50% - 10px); }
      .business-contact-info .business-contact-info-column:last-of-type {
        margin-left: 20px; } }
  .business-contact-info .contact-info {
    margin-bottom: 15px; }
  .business-contact-info label {
    margin-bottom: 0; }
  .business-contact-info .phone-number {
    color: #021a3f;
    text-decoration: underline; }
  .business-contact-info #business-social {
    align-items: center;
    display: flex; }
  .business-contact-info .business-social-icon {
    margin-right: 6px;
    text-decoration: none; }
  .business-contact-info .Facebook img {
    width: 24px; }
  .business-contact-info .Twitter {
    margin-right: 9px; }
    .business-contact-info .Twitter img {
      height: 20px;
      width: 20px; }
    .business-contact-info .Twitter svg {
      height: 25px;
      width: 25px; }
      .business-contact-info .Twitter svg path {
        fill: #444; }
  .business-contact-info .Instagram {
    margin-right: 9px; }
  .business-contact-info svg {
    max-height: 25px;
    max-width: 25px; }
    .business-contact-info svg path {
      fill: #444; }
  .business-contact-info .Pinterest svg {
    height: 25px;
    width: 25px; }
    .business-contact-info .Pinterest svg path {
      fill: #444; }
  .business-contact-info .Tiktok {
    margin-right: 7px; }
    .business-contact-info .Tiktok img {
      width: 19px; }
  .business-contact-info .TikTok img {
    width: 19px;
    max-height: 23px; }

.business-content .business-logo {
  float: left;
  margin-top: 30px;
  margin-right: 15px;
  margin-bottom: 15px;
  max-height: 200px;
  max-width: 200px; }

.business-content img, .business-content iframe, .business-content figure {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.business-hours {
  margin-top: 45px;
  padding-top: 15px;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.77778em;
  font-style: normal;
  line-height: 1.3;
  text-align: center;
  border-top: 1px solid #112348;
  border-bottom: 1px solid #112348; }
  .business-hours .hours-title {
    color: #021a3f; }
  .business-hours .day-hours {
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
    vertical-align: top; }
    @media screen and (min-width: 768px) {
      .business-hours .day-hours {
        width: 14.2857%; } }
  .business-hours .label {
    display: inline-block;
    width: 100%;
    font-size: 0.83333em;
    text-transform: uppercase; }

.business-amenities {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .business-amenities .amenities-title {
    font-family: "DINEngschriftStd", 'Trebuchet', 'sans-serif';
    margin-bottom: 0; }
  .business-amenities .amenities-subtitle {
    margin-top: 24px;
    margin-bottom: 24px;
    color: #112348; }
  .business-amenities .amenities-list {
    margin-right: auto;
    margin-left: auto;
    font-size: 0.88889em;
    line-height: 1.2; }
    @media screen and (min-width: 768px) {
      .business-amenities .amenities-list {
        min-width: 620px;
        width: 75%; } }
    .business-amenities .amenities-list .url-amenity {
      word-break: break-all; }
  .business-amenities .amenity-group {
    margin-bottom: 10px; }
    .business-amenities .amenity-group:after {
      content: '';
      display: table;
      clear: both; }
    .business-amenities .amenity-group.hours-group {
      display: none; }
  .business-amenities .amenity-group-title {
    padding: 7px 10px;
    color: #fff;
    background-color: #112348; }
    @media screen and (min-width: 768px) {
      .business-amenities .amenity-group-title {
        float: left;
        display: block;
        margin-right: 2.5641%;
        width: 31.62393%; }
        .business-amenities .amenity-group-title:last-child {
          margin-right: 0; } }
  .business-amenities .amenity-group-listing {
    border-spacing: 0 10px;
    display: table;
    padding-top: 5px;
    width: 100%;
    border-top: 1px solid #112348; }
    @media screen and (min-width: 768px) {
      .business-amenities .amenity-group-listing {
        float: left;
        display: block;
        margin-right: 2.5641%;
        width: 65.81197%;
        margin-right: 0;
        display: table; }
        .business-amenities .amenity-group-listing:last-child {
          margin-right: 0; } }
  .business-amenities .amenity {
    display: table-row;
    width: 100%; }
  .business-amenities .amenity-title, .business-amenities .amentity-value {
    width: 50%;
    display: table-cell; }
  .business-amenities .amenity-value {
    padding-left: 20%; }

.amenity__health-safety {
  margin-bottom: 2.5em; }
  .amenity__health-safety .amenities-title {
    font-family: "DINEngschriftStd", 'Trebuchet', 'sans-serif';
    margin-bottom: 25px; }
  .amenity__health-safety .amenity__health-safety__content {
    font-family: 'Vollkorn', serif;
    color: #444;
    font-size: 18px; }

.business-special-offer-buttons {
  border: 1px solid #134eac; }
  .business-special-offer-buttons .button {
    color: #134eac; }
    .business-special-offer-buttons .button:hover {
      color: #f6f3e6;
      background-color: #134eac; }
  .business-special-offer-buttons span {
    display: none; }
    @media screen and (min-width: 768px) {
      .business-special-offer-buttons span {
        display: inline; } }

@media screen and (min-width: 768px) {
  .business-special-offers {
    margin-right: auto;
    margin-left: auto;
    min-width: 620px;
    width: 75%; } }

.business-special-offers .business-special-offer {
  display: block; }
  @media screen and (min-width: 768px) {
    .business-special-offers .business-special-offer {
      margin-right: auto;
      margin-left: auto;
      max-width: 75%; } }

.special-offer .listing-title {
  cursor: pointer; }

.special-offer-listing-content {
  top: 0;
  left: 0; }

.special-offer-date {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0.88889em;
  font-weight: 600; }

.special-offer-details {
  display: none; }

.special-offer-button.open:after {
  content: 'Hide Details'; }

@media print {
  body.printing-offer > * {
    display: none; }
    body.printing-offer > *:last-child {
      display: block; }
      body.printing-offer > *:last-child > * {
        display: block; }
      body.printing-offer > *:last-child .print-logo {
        display: block;
        margin-right: auto;
        margin-bottom: 50px;
        margin-left: auto;
        text-align: center; }
      body.printing-offer > *:last-child .listing-content {
        margin-right: auto;
        margin-left: auto;
        max-width: 700px; }
        body.printing-offer > *:last-child .listing-content header > a {
          display: block;
          margin-bottom: 10px;
          font-family: "Figtree", sans-serif;
          font-optical-sizing: auto;
          font-weight: 400;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: #112348;
          font-size: 1.38889em;
          line-height: 1.2;
          text-align: center;
          text-decoration: none;
          text-transform: uppercase; }
      body.printing-offer > *:last-child .listing-title {
        margin-bottom: 20px;
        font-family: "Figtree", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 2.22222em;
        line-height: 1;
        text-align: center;
        text-transform: uppercase; }
      body.printing-offer > *:last-child .sub-meta {
        margin-bottom: 0;
        font-family: "Figtree", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 1.38889em;
        text-align: center;
        text-transform: uppercase; }
      body.printing-offer > *:last-child .special-offer-details {
        margin-top: 20px;
        margin-right: auto;
        margin-left: auto;
        max-width: 620px;
        border-top: 1px solid #112348; }
      body.printing-offer > *:last-child p {
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 1.4; }
      body.printing-offer > *:last-child ul {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0; }
    body.printing-offer > * .special-offer-buttons, body.printing-offer > * .special-offer-learn-more-button, body.printing-offer > * .offered-by, body.printing-offer > * .listing-image, body.printing-offer > * .print-offer-button {
      display: none !important; } }

/**
* santabarbaraca
* http://www.santabarbaraca.com
*
* Copyright (c) 2015 Jaclyn @ Substance
*/
.event-header-content {
  margin-top: 50px; }

.event-header-title {
  margin-bottom: 25px;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
  text-transform: uppercase; }
  @media screen and (min-width: 320px) {
    .event-header-title {
      font-size: 1.66667em; } }
  @media screen and (min-width: 768px) {
    .event-header-title {
      font-size: 2.5em; } }
  @media screen and (min-width: 768px) {
    .event-header-title.image-header-title {
      font-size: 3.88889em; } }

.header-entry-categories {
  text-transform: uppercase; }

.event-subtitle {
  margin-top: 0;
  margin-bottom: 0;
  color: #112348; }

.event-recurrence-title {
  font-size: 1.11111em; }

.event-header-subtitle {
  margin-top: 20px;
  padding-top: 20px;
  text-align: center; }

.event-contact-info {
  margin-top: 20px;
  padding-top: 15px;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.88889em;
  font-style: normal;
  line-height: 1.3;
  text-align: left;
  border-top: 1px solid #112348;
  border-bottom: 1px solid #112348; }
  @media screen and (min-width: 768px) {
    .event-contact-info .event-contact-info-column {
      float: left;
      width: 50%; } }
  .event-contact-info .contact-info {
    margin-bottom: 15px; }
  .event-contact-info label {
    margin-bottom: 0; }
  .event-contact-info .phone-number {
    color: #444;
    text-decoration: none; }
  .event-contact-info .event-social-icon {
    margin-right: 6px;
    text-decoration: none; }
  .event-contact-info svg {
    max-height: 25px;
    max-width: 25px; }
    .event-contact-info svg path {
      fill: #444; }

.event-content img, .event-content iframe, .event-content figure {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.page-events #primary {
  margin-top: 25px; }
  @media screen and (min-width: 768px) {
    .page-events #primary {
      margin-top: 80px; } }

article.event .event-dates {
  list-style: none;
  margin: 10px auto;
  max-width: 800px;
  padding: 0; }
  article.event .event-dates li {
    font-size: 22px; }

article.event .display-events-modal {
  background-color: #a4022c;
  text-transform: uppercase; }

article.event #upcoming-events-modal {
  display: none; }
  article.event #upcoming-events-modal[aria-hidden="false"] {
    background: rgba(0, 0, 0, 0.5);
    display: block;
    inset-block: 0;
    inset-inline: 0;
    position: fixed;
    z-index: 10; }
  article.event #upcoming-events-modal .modal-inner {
    background-color: #f6f3e6;
    margin-block: 20vh;
    margin-inline: auto;
    max-width: 400px;
    position: relative;
    width: 90%; }
  article.event #upcoming-events-modal .modal-close {
    align-items: center;
    aspect-ratio: 1 / 1;
    background-color: #000;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: 20px;
    height: 30px;
    justify-content: center;
    line-height: 0;
    padding: 0;
    position: absolute;
    right: -15px;
    top: -15px; }

article.event .clndr {
  border: 1px solid #112348;
  font-family: "Figtree", sans-serif;
  margin-inline: auto;
  max-width: 400px; }

article.event .clndr-full {
  margin-block: 2.5%;
  margin-inline: auto;
  width: 95%; }

article.event .clndr-controls {
  background-color: #112348;
  display: grid;
  font-size: 20px;
  grid-template-columns: auto 1fr auto; }

article.event .clndr-button {
  background-color: transparent;
  padding: 0; }
  article.event .clndr-button::after {
    content: '';
    display: block;
    left: 0;
    height: 34px;
    width: 40px;
    background-image: url(/wp-content/themes/santabarbaraca/assets/images/gallery-arrow-white-little.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px 20px; }
  article.event .clndr-button[aria-disabled="true"] {
    cursor: not-allowed; }

article.event .clndr-previous::after {
  transform: rotate(180deg); }

article.event .clndr-button .button-text {
  display: none; }

article.event .clndr-month {
  color: #fff; }

article.event .clndr .days-of-the-week {
  color: #222; }

article.event .clndr-grid [class|="days"] {
  display: grid;
  grid-template-columns: repeat(7, minmax(40px, 50px));
  gap: 5px;
  justify-content: center; }

article.event .clndr-grid .day {
  align-items: center;
  aspect-ratio: 1/1;
  color: #555;
  display: inline-flex;
  justify-content: center; }

article.event .clndr-grid .inactive {
  opacity: 0.35; }

article.event .clndr-grid .event {
  background-color: #112348;
  border-radius: 50%;
  color: #fff; }

.event-contact-info .website.contact-info #event-website {
  overflow-wrap: anywhere;
  word-break: break-word; }

/**
* santabarbaraca
* http://www.santabarbaraca.com
*
* Copyright (c) 2015 Jaclyn @ Substance
*/
.single-itinerary .related-itinerary-title {
  text-align: left; }

.single-itinerary .related-post-content p {
  font-size: 0.88889em;
  line-height: 2; }

.ada-related-itineraries-title {
  font-family: "DINEngschriftStd", 'Trebuchet', 'sans-serif'; }

/**
* santabarbaraca
* http://www.santabarbaraca.com
*
* Copyright (c) 2015 Jaclyn @ Substance
*/
.page-template-page-neighborhoods-towns-template .map-wrapper {
  margin-bottom: 60px; }

.page-template-page-neighborhoods-towns-template .dash-title-wrapper hr {
  margin-top: 10px;
  margin-bottom: 50px; }

.page-template-page-neighborhoods-towns-template .neighborhoods-towns-business-title {
  width: 100%; }

.page-template-page-neighborhoods-towns-template .itinerary-businesses .neighborhoods-towns-business-title {
  line-height: 1.5;
  border-bottom-width: 0; }

.page-template-page-neighborhoods-towns-template .itinerary-businesses .dash-title-wrapper hr {
  display: none; }
  @media screen and (min-width: 768px) {
    .page-template-page-neighborhoods-towns-template .itinerary-businesses .dash-title-wrapper hr {
      display: block;
      margin-top: -83px;
      opacity: 1;
      animation: none; } }

.neighborhood-town-children {
  margin-top: 60px;
  margin-bottom: 60px;
  content: '';
  display: table; }

.neighborhood-town-child {
  margin-top: 0;
  margin-bottom: 0; }

.ada-business-title {
  font-family: "DINEngschriftStd", 'Trebuchet', 'sans-serif'; }

/**
* santabarbaraca
* http://www.santabarbaraca.com
*
* Copyright (c) 2015 Jaclyn @ Substance
*/
@media screen and (min-width: 970px) {
  .page-template-page-explore-discover-template .ad.ad-large a {
    margin-top: 0;
    margin-bottom: 0; } }

.page-template-page-explore-discover-template .this-month {
  margin-top: 40px;
  margin-bottom: 30px; }

.page-template-page-category-landing-template .icon-title span .custom-svg {
  height: 47px;
  width: 47px; }
  .page-template-page-category-landing-template .icon-title span .custom-svg path {
    fill: #112348; }

/**
* santabarbaraca
* http://www.santabarbaraca.com
*
* Copyright (c) 2015 Jaclyn @ Substance
*/
.utility-entry-content {
  margin-bottom: 40px;
  min-width: 0; }
  @media (min-width: 768px) and (max-width: 1055px) {
    .utility-entry-content {
      float: right;
      margin-right: 15px;
      margin-left: 0;
      width: calc( 100% - 250px); } }
  @media screen and (min-width: 768px) {
    .utility-entry-content .media-sidebar {
      margin-top: 11px; } }

@media screen and (min-width: 768px) {
  .mobile-sidebar {
    display: none; } }

.nonmobile-sidebar {
  display: none; }
  @media screen and (min-width: 768px) {
    .nonmobile-sidebar {
      display: inline; } }

.recent-press-release {
  margin-top: 40px; }

.highlight-widget.aligncenter {
  margin-left: -5%;
  width: 110%; }
  @media (max-width: 1055px) {
    .highlight-widget.aligncenter {
      margin-left: 0;
      width: 100%; } }
  @media (min-width: 1375px) {
    .highlight-widget.aligncenter {
      margin-left: -30px;
      width: calc(100% + 60px); } }

/**
 * Press Release Listings
 */
.press-release-listing .post-list-with-image {
  max-width: none; }
  .press-release-listing .post-list-with-image .listing-image {
    display: none; }
  .press-release-listing .post-list-with-image .listing-content {
    width: 100%; }

.press-release-listing .entry-content {
  margin-right: 0;
  margin-left: 0;
  min-width: 0;
  width: 100%; }

.press-release-listing .pagination-container {
  margin-left: 0;
  width: 100%; }
  @media (min-width: 1056px) {
    .press-release-listing .pagination-container {
      margin-left: -5%;
      width: 110%; } }

/**
* santabarbaraca
* http://www.santabarbaraca.com
*
* Copyright (c) 2015 Jaclyn @ Substance
*/
.press-release-header-content {
  margin-bottom: 10px;
  width: calc( 100% - 30px); }
  @media screen and (min-width: 840px) {
    .press-release-header-content {
      width: 84%; } }
  @media screen and (min-width: 1025px) {
    .press-release-header-content {
      width: 64%; } }

.press-release-header-surtitle {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #112348;
  display: block;
  font-size: 1.11111em;
  margin-bottom: 15px;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    .press-release-header-surtitle {
      font-size: 1.5em; } }

.press-release-header-title {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #021a3f;
  font-size: 1.5em; }
  @media screen and (min-width: 768px) {
    .press-release-header-title {
      font-size: 2.77778em;
      line-height: 1.1; } }

.press-release-header-subtitle {
  border-top: 0;
  color: #021a3f;
  margin: 15px 0;
  max-width: none;
  text-align: center;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    .press-release-header-subtitle {
      font-size: 1.38889em; } }

.press-release-entry-content {
  border-top: 1px solid #112348;
  padding-top: 15px; }
  @media screen and (min-width: 768px) {
    .press-release-entry-content .media-sidebar {
      margin-top: -15px; } }

/**
 * Footer
 */
.site-footer {
  margin-top: 40px;
  margin-right: 15px;
  margin-left: 15px;
  max-width: 1033px;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 1068px) {
    .site-footer {
      margin-right: auto;
      margin-left: auto;
      padding-top: 17px; } }
  .site-footer .footer-social {
    content: '';
    display: table;
    margin-right: auto;
    margin-left: auto; }
    @media screen and (min-width: 768px) {
      .site-footer .footer-social {
        margin-bottom: 30px; } }
    @media screen and (min-width: 840px) {
      .site-footer .footer-social {
        max-width: 1025px;
        width: calc(100% - 30px); } }
    .site-footer .footer-social .footer-social-group {
      clear: both;
      margin-bottom: 30px; }
      .site-footer .footer-social .footer-social-group:last-of-type {
        margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .site-footer .footer-social .footer-social-group {
          clear: none;
          float: left;
          margin-bottom: 0; }
          .site-footer .footer-social .footer-social-group:last-of-type {
            clear: both;
            margin-bottom: 0; } }
      @media screen and (min-width: 840px) {
        .site-footer .footer-social .footer-social-group:last-of-type {
          clear: none; } }
    .site-footer .footer-social label {
      margin-bottom: 10px;
      line-height: 1.2; }
    @media screen and (min-width: 768px) {
      .site-footer .footer-social .newsletter-signup {
        padding-right: 20px; } }
    @media screen and (min-width: 840px) {
      .site-footer .footer-social .newsletter-signup {
        margin-bottom: 0;
        padding-right: 0;
        width: calc( 100% / 2 - 113.5px); } }
    @media screen and (min-width: 1025px) {
      .site-footer .footer-social .newsletter-signup {
        width: 33.3333%; } }
    @media screen and (min-width: 768px) {
      .site-footer .footer-social .footer-travel-guide {
        margin-top: -16px; } }
    @media screen and (min-width: 840px) {
      .site-footer .footer-social .footer-travel-guide {
        width: calc( 100% / 2 - 113.5px); } }
    @media screen and (min-width: 1025px) {
      .site-footer .footer-social .footer-travel-guide {
        width: 33.3333%; } }
    .site-footer .footer-social .footer-travel-guide .footer-travel-guide-wrapper {
      width: 280px; }
      @media screen and (min-width: 840px) {
        .site-footer .footer-social .footer-travel-guide .footer-travel-guide-wrapper {
          margin-right: auto;
          margin-left: auto; } }
    .site-footer .footer-social .footer-travel-guide .footer-travel-guide-image {
      position: relative;
      bottom: 1px;
      float: left;
      margin-right: 10px;
      max-height: 85px;
      max-width: 70px; }
    .site-footer .footer-social .footer-travel-guide .footer-travel-guide-button {
      padding-top: 10.5px;
      padding-bottom: 10.5px; }
    @media screen and (min-width: 1025px) {
      .site-footer .footer-social .footer-travel-guide .faux-label {
        margin-bottom: 0; }
      .site-footer .footer-social .footer-travel-guide .footer-travel-guide-button {
        position: relative;
        top: -3px; } }
    .site-footer .footer-social .social-icons {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      float: none;
      padding-top: 15px; }
      @media screen and (min-width: 768px) {
        .site-footer .footer-social .social-icons {
          margin-right: auto;
          margin-left: auto; } }
      @media screen and (min-width: 840px) {
        .site-footer .footer-social .social-icons {
          justify-content: flex-end;
          float: right;
          padding-top: 0;
          width: 227px; } }
      @media screen and (min-width: 1025px) {
        .site-footer .footer-social .social-icons {
          width: 33.3333%; } }
      .site-footer .footer-social .social-icons .faux-label {
        display: block;
        width: 100%;
        line-height: 1;
        margin-bottom: 0; }
        @media screen and (min-width: 840px) {
          .site-footer .footer-social .social-icons .faux-label {
            text-align: right; } }
  .site-footer .footer-links {
    padding-left: calc( (100% - 1025px) / 2);
    border-top: 1px solid #112348; }
  .site-footer .footer-logo {
    float: left;
    margin-top: 20px;
    width: 60%;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .site-footer .footer-logo {
        margin-top: 30px;
        width: 470px; } }
    @media screen and (min-width: 840px) {
      .site-footer .footer-logo {
        margin-top: 15px;
        width: 310px; } }
    .site-footer .footer-logo .footer-santa-barbara-logo {
      display: inline-block; }
    @media screen and (min-width: 768px) {
      .site-footer .footer-logo .footer-address-mobile {
        margin-top: -5px; } }
    @media screen and (min-width: 840px) {
      .site-footer .footer-logo .footer-address-mobile {
        margin-top: 0; } }
  @media screen and (min-width: 840px) {
    .site-footer .footer-nav {
      float: right;
      width: calc( 100% - 310px); } }
  .site-footer .footer-site-nav {
    float: left;
    margin-left: 20px;
    width: calc( 40% - 20px); }
    @media screen and (min-width: 768px) {
      .site-footer .footer-site-nav {
        width: calc( 100% - 490px); } }
    @media screen and (min-width: 840px) {
      .site-footer .footer-site-nav {
        float: right;
        margin-left: 0;
        width: 100%; } }
    .site-footer .footer-site-nav .menu {
      content: '';
      display: table;
      margin-top: 14px;
      margin-bottom: 4px;
      padding-left: 0;
      width: 100%;
      list-style-type: none; }
      @media screen and (min-width: 768px) {
        .site-footer .footer-site-nav .menu {
          margin-top: 24px;
          margin-right: auto;
          margin-bottom: 14px;
          margin-left: auto;
          width: auto; } }
      @media screen and (min-width: 840px) {
        .site-footer .footer-site-nav .menu {
          margin-top: 26px;
          margin-bottom: 24px;
          padding-bottom: 13px;
          width: 100%;
          border-bottom: 1px solid #112348; } }
    .site-footer .footer-site-nav .menu-item {
      display: block;
      margin-bottom: 12px;
      line-height: 1; }
      @media screen and (min-width: 840px) {
        .site-footer .footer-site-nav .menu-item {
          float: left;
          margin-right: 10px;
          line-height: 30px; } }
      @media screen and (min-width: 926px) {
        .site-footer .footer-site-nav .menu-item {
          margin-right: 2%; } }
      @media screen and (min-width: 1024px) {
        .site-footer .footer-site-nav .menu-item {
          margin-right: 3%; } }
      .site-footer .footer-site-nav .menu-item:last-of-type {
        margin-right: 15px; }
    .site-footer .footer-site-nav a {
      display: inline-block;
      color: #24120a;
      font-size: 0.77778em;
      line-height: 1.4;
      text-decoration: none;
      text-transform: uppercase; }
      .site-footer .footer-site-nav a:hover {
        color: #a31f34; }
      @media screen and (min-width: 840px) {
        .site-footer .footer-site-nav a {
          vertical-align: top; } }
      @media screen and (min-width: 1024px) {
        .site-footer .footer-site-nav a {
          font-size: 0.88889em; } }
    .site-footer .footer-site-nav br {
      display: none; }
      @media screen and (min-width: 840px) {
        .site-footer .footer-site-nav br {
          display: inherit; } }
  .site-footer .footer-other-nav {
    content: '';
    display: table;
    width: 100%;
    border-top: 1px solid #112348; }
    @media screen and (min-width: 840px) {
      .site-footer .footer-other-nav {
        float: right;
        width: 100%;
        border: none; } }
    @media screen and (min-width: 840px) {
      .site-footer .footer-other-nav .footer-other-logos {
        float: left;
        margin-top: 5px;
        width: calc( 100% - 158px); } }
    .site-footer .footer-other-nav .third-party-logo {
      display: block;
      float: right;
      margin-top: 20px;
      margin-bottom: 10px;
      width: 33.33333%;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .site-footer .footer-other-nav .third-party-logo {
          margin-top: 30px; } }
      @media screen and (min-width: 840px) {
        .site-footer .footer-other-nav .third-party-logo {
          margin-top: 20px; } }
      .site-footer .footer-other-nav .third-party-logo img {
        max-width: 92px; }
        @media screen and (min-width: 768px) {
          .site-footer .footer-other-nav .third-party-logo img {
            max-width: none; } }
      .site-footer .footer-other-nav .third-party-logo:first-child label {
        margin-right: auto;
        margin-left: auto;
        max-width: 92px;
        line-height: 1.2; }
        @media screen and (min-width: 768px) {
          .site-footer .footer-other-nav .third-party-logo:first-child label {
            margin-right: 0;
            margin-left: 0;
            max-width: none; } }
      .site-footer .footer-other-nav .third-party-logo:first-child img {
        float: none;
        height: auto;
        width: 150px; }
        @media screen and (min-width: 768px) {
          .site-footer .footer-other-nav .third-party-logo:first-child img {
            float: left; } }
      @media screen and (min-width: 840px) {
        .site-footer .footer-other-nav .third-party-logo {
          margin-top: 0;
          /*margin-right: 5%;*/
          max-width: 30%;
          width: auto;
          text-align: left; }
          .site-footer .footer-other-nav .third-party-logo:first-child {
            margin-right: 0;
            max-width: 41%; }
          .site-footer .footer-other-nav .third-party-logo:last-child {
            /*margin-right: 5%;*/ } }
    .site-footer .footer-other-nav label {
      font-size: 0.61111em;
      text-align: left; }

a.footer-social-icon {
  position: relative;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 36px;
  float: left;
  margin-top: 10px;
  margin-left: 5px;
  width: 36px;
  background-color: #24120a;
  border-radius: 50%; }
  @media screen and (min-width: 840px) {
    a.footer-social-icon {
      float: right; } }
  a.footer-social-icon:hover {
    background-color: #a31f34; }
  @media screen and (min-width: 840px) {
    a.footer-social-icon:nth-of-type(6) {
      clear: right; } }
  @media screen and (min-width: 1025px) {
    a.footer-social-icon:nth-of-type(6) {
      clear: none; } }
  a.footer-social-icon::after {
    background-color: #f6f3e6;
    content: '';
    display: block;
    height: 25px;
    width: 25px;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%; }

a.footer-social-icon.facebook-icon::after {
  -webkit-mask-image: url("/wp-content/themes/santabarbaraca/assets/svgs/facebook.svg");
          mask-image: url("/wp-content/themes/santabarbaraca/assets/svgs/facebook.svg"); }

a.footer-social-icon.twitter-icon::after {
  -webkit-mask-image: url("/wp-content/themes/santabarbaraca/assets/svgs/twitter-x.svg");
          mask-image: url("/wp-content/themes/santabarbaraca/assets/svgs/twitter-x.svg");
  width: 20px;
  height: 20px; }

a.footer-social-icon.tiktok-icon::after {
  -webkit-mask-image: url("/wp-content/themes/santabarbaraca/assets/svgs/tiktok.svg");
          mask-image: url("/wp-content/themes/santabarbaraca/assets/svgs/tiktok.svg"); }

a.footer-social-icon.instagram-icon::after {
  -webkit-mask-image: url("/wp-content/themes/santabarbaraca/assets/svgs/instagram.svg");
          mask-image: url("/wp-content/themes/santabarbaraca/assets/svgs/instagram.svg"); }

a.footer-social-icon.pinterest-icon::after {
  -webkit-mask-image: url("/wp-content/themes/santabarbaraca/assets/svgs/pinterest.svg");
          mask-image: url("/wp-content/themes/santabarbaraca/assets/svgs/pinterest.svg"); }

a.footer-social-icon.youtube-icon::after {
  -webkit-mask-image: url("/wp-content/themes/santabarbaraca/assets/svgs/youtube.svg");
          mask-image: url("/wp-content/themes/santabarbaraca/assets/svgs/youtube.svg"); }

a.footer-social-icon.threads-icon::after {
  -webkit-mask-image: url("/wp-content/themes/santabarbaraca/assets/svgs/threads.svg");
          mask-image: url("/wp-content/themes/santabarbaraca/assets/svgs/threads.svg"); }

a.footer-social-icon.linkedin-icon::after {
  -webkit-mask-image: url("/wp-content/themes/santabarbaraca/assets/svgs/linkedin.svg");
          mask-image: url("/wp-content/themes/santabarbaraca/assets/svgs/linkedin.svg"); }

.footer-address {
  display: none;
  font-size: 0.77778em;
  font-style: normal;
  line-height: 1.5; }
  .footer-address.footer-address-mobile {
    display: block; }
  @media screen and (min-width: 840px) {
    .footer-address {
      display: block;
      float: left; }
      .footer-address.footer-address-mobile {
        display: none; } }
  .footer-address span {
    display: block; }
  .footer-address .privacy-policy {
    color: #24120a; }
    .footer-address .privacy-policy:hover {
      color: #a31f34; }

/*ADA fixes*/
.site-footer .footer-other-logos {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  justify-content: center;
  gap: 5%; }
  .site-footer .footer-other-logos .footer-brand-usa-logo.third-party-logo {
    width: 100%;
    max-width: 112px; }
    .site-footer .footer-other-logos .footer-brand-usa-logo.third-party-logo img {
      max-width: 112px; }
  .site-footer .footer-other-logos .footer-california-dream-logo.third-party-logo {
    width: 100%;
    max-width: 110px; }
    .site-footer .footer-other-logos .footer-california-dream-logo.third-party-logo img {
      max-width: 110px; }
  .site-footer .footer-other-logos .footer-tripadvisor-logo.third-party-logo {
    width: 100%;
    max-width: 212px; }
    .site-footer .footer-other-logos .footer-tripadvisor-logo.third-party-logo img {
      max-width: 212px; }

.map-wrapper {
  position: relative;
  margin-top: 40px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  max-width: 1142px; }
  .map-wrapper #gmap {
    height: 400px;
    margin-right: 10px;
    margin-left: 10px;
    width: calc(100% - 20px);
    /*.infobubble {
      @include vollkorn;
      font-size: 18px !important;

      background-color: $white;

      .listing-image {
        position: relative;

        float: left;
        height: 109px;
        margin-bottom: 10px;
        width: 78px;

        overflow: hidden;

        @include media( $tablet ) {
          width: 145px;
        }

        img {
          position: absolute;
          top: -9999px;
          bottom: -9999px;
          left: -9999px;
          right: -9999px;

          height: 109px;
          margin: auto;
          min-height: 100%;
          min-width: 100%;
          width: 145px;

          object-fit: cover;
        }
      }

      .listing-content {
        float: left;
        max-width: 230px;
        padding-left: 10px;

        @include media( $tablet ) {
          max-width: 244px;
        }
      }

      .listing-title {
        max-width: 220px;

        font-size: em(20px);
      }

      .button-divider {
        height: 22px;
      }

      .button-group {
        line-height: 26px;
      }

      .button {
        padding: 8px 10px;

        font-size: em(11px);

        @include media( $tablet ) {
          padding: 8px 15px;
        }
      }
    } */ }
    @media screen and (min-width: 768px) {
      .map-wrapper #gmap {
        margin-right: 40px;
        margin-left: 40px;
        width: calc(100% - 80px); } }
    .page-template-page-kbyg-template .map-wrapper #gmap, .page-template-page-explore-discover-template .map-wrapper #gmap {
      height: 500px; }
    .page-template-page-neighborhoods-towns-template .map-wrapper #gmap {
      height: 400px; }
      @media screen and (min-width: 768px) {
        .page-template-page-neighborhoods-towns-template .map-wrapper #gmap {
          height: 600px; } }
    .map-wrapper #gmap .label {
      padding-top: 5px;
      padding-right: 12px;
      padding-bottom: 5px;
      padding-left: 12px;
      font-family: "Figtree", sans-serif;
      font-size: 12px;
      line-height: 1.5;
      background: rgba(163, 31, 52, 0.9);
      color: #fff;
      text-transform: uppercase; }
    .map-wrapper #gmap .label-hover {
      padding-top: 5px;
      padding-right: 12px;
      padding-bottom: 5px;
      padding-left: 12px;
      font-family: "Figtree", sans-serif;
      font-size: 12px;
      line-height: 1.5;
      background: rgba(2, 26, 63, 0.9);
      color: #fff;
      text-transform: uppercase; }
  .map-wrapper .listing-box {
    position: absolute;
    top: 15px;
    right: 25px;
    left: 25px;
    z-index: 999;
    display: none;
    max-height: 300px;
    overflow: scroll;
    padding: 15px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #021a3f;
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 1.5; }
    @media screen and (min-width: 769px) {
      .map-wrapper .listing-box {
        right: auto;
        left: 55px;
        display: block;
        max-width: none;
        width: 340px; }
        .listing-loader .map-wrapper .listing-box {
          left: 15px; } }
    .map-wrapper .listing-box.detail {
      overflow: hidden; }
      .map-wrapper .listing-box.detail .business-name {
        margin-top: 0;
        margin-bottom: 5px;
        padding-bottom: 7px;
        color: #021a3f;
        font-family: "Figtree", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 14px;
        border-bottom: 1px solid #112348; }
      .map-wrapper .listing-box.detail .business-address, .map-wrapper .listing-box.detail .business-directions {
        margin-top: 0;
        margin-bottom: 0; }
  .page-plan-listings .map-wrapper,
  .page-stay-listings .map-wrapper,
  .page-events .map-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 450px; }
    @media screen and (min-width: 768px) {
      .page-plan-listings .map-wrapper,
      .page-stay-listings .map-wrapper,
      .page-events .map-wrapper {
        height: 600px;
        margin-top: -15px;
        margin-left: calc(-44vw + 50%);
        margin-bottom: 0;
        max-width: 1200px;
        width: 88vw; } }
    .page-plan-listings .map-wrapper #gmap,
    .page-stay-listings .map-wrapper #gmap,
    .page-events .map-wrapper #gmap {
      height: 450px;
      width: 93vw;
      margin-right: 0;
      margin-left: 0; }
      @media screen and (min-width: 768px) {
        .page-plan-listings .map-wrapper #gmap,
        .page-stay-listings .map-wrapper #gmap,
        .page-events .map-wrapper #gmap {
          width: 100%;
          height: 100%; } }
  .map-wrapper div[class*="ibani"] > img + div {
    height: auto !important;
    padding: 10px !important;
    background-color: #fff !important; }

.page-plan-listings .listing-box,
.page-stay-listings .listing-box,
.page-events .listing-box,
.single-itinerary .listing-box {
  max-height: 197px;
  margin-top: 42px;
  padding: 0;
  padding-right: 2px;
  overflow: visible; }
  .page-plan-listings .listing-box .list-header,
  .page-stay-listings .listing-box .list-header,
  .page-events .listing-box .list-header,
  .single-itinerary .listing-box .list-header {
    position: absolute;
    top: -42px;
    right: -1px;
    left: -1px;
    height: 42px;
    background-color: rgba(2, 26, 63, 0.9);
    border: 1px solid #021a3f; }
    .page-plan-listings .listing-box .list-header .map-icon,
    .page-stay-listings .listing-box .list-header .map-icon,
    .page-events .listing-box .list-header .map-icon,
    .single-itinerary .listing-box .list-header .map-icon {
      position: absolute;
      top: 7px;
      left: 14px;
      height: 25px;
      width: 25px; }
      .page-plan-listings .listing-box .list-header .map-icon::before,
      .page-stay-listings .listing-box .list-header .map-icon::before,
      .page-events .listing-box .list-header .map-icon::before,
      .single-itinerary .listing-box .list-header .map-icon::before {
        background-color: #fff;
        content: '';
        display: inline-block;
        height: 25px;
        -webkit-mask-image: url(../svgs//map-icon.svg);
                mask-image: url(../svgs//map-icon.svg);
        -webkit-mask-position: center center;
                mask-position: center center;
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
        -webkit-mask-size: 25px 25px;
                mask-size: 25px 25px;
        width: 25px; }
    .page-plan-listings .listing-box .list-header .map-close-icon::before,
    .page-stay-listings .listing-box .list-header .map-close-icon::before,
    .page-events .listing-box .list-header .map-close-icon::before,
    .single-itinerary .listing-box .list-header .map-close-icon::before {
      background-color: #fff;
      content: '';
      display: inline-block;
      height: 25px;
      -webkit-mask-image: url(../svgs//x-close.svg);
              mask-image: url(../svgs//x-close.svg);
      -webkit-mask-position: center center;
              mask-position: center center;
      -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat;
      -webkit-mask-size: 25px 25px;
              mask-size: 25px 25px;
      width: 25px; }
    .page-plan-listings .listing-box .list-header.closed .map-close-icon::before,
    .page-stay-listings .listing-box .list-header.closed .map-close-icon::before,
    .page-events .listing-box .list-header.closed .map-close-icon::before,
    .single-itinerary .listing-box .list-header.closed .map-close-icon::before {
      -webkit-mask-image: url(../images//select-arrow-white.png);
              mask-image: url(../images//select-arrow-white.png);
      -webkit-mask-position: 2px 5px;
              mask-position: 2px 5px;
      -webkit-mask-size: 16px 7px;
              mask-size: 16px 7px; }
    .page-plan-listings .listing-box .list-header .list-heading,
    .page-stay-listings .listing-box .list-header .list-heading,
    .page-events .listing-box .list-header .list-heading,
    .single-itinerary .listing-box .list-header .list-heading {
      margin-top: 10px;
      margin-bottom: 0;
      margin-left: 46px;
      color: white;
      font-size: 0.97222em; }
    .page-plan-listings .listing-box .list-header .x-svg,
    .page-stay-listings .listing-box .list-header .x-svg,
    .page-events .listing-box .list-header .x-svg,
    .single-itinerary .listing-box .list-header .x-svg {
      position: absolute;
      top: 12px;
      right: 12px;
      height: 16px;
      width: 16px;
      cursor: pointer; }
      .page-plan-listings .listing-box .list-header .x-svg path,
      .page-stay-listings .listing-box .list-header .x-svg path,
      .page-events .listing-box .list-header .x-svg path,
      .single-itinerary .listing-box .list-header .x-svg path {
        stroke: #fff; }
  .page-plan-listings .listing-box .list,
  .page-stay-listings .listing-box .list,
  .page-events .listing-box .list,
  .single-itinerary .listing-box .list {
    max-height: 190px;
    margin-top: 3px;
    padding-right: 2px;
    padding-left: 15px;
    overflow-y: scroll;
    /* Let's get this party started */
    /* Handle */ }
    .page-plan-listings .listing-box .list::-webkit-scrollbar,
    .page-stay-listings .listing-box .list::-webkit-scrollbar,
    .page-events .listing-box .list::-webkit-scrollbar,
    .single-itinerary .listing-box .list::-webkit-scrollbar {
      width: 10px; }
    .page-plan-listings .listing-box .list::-webkit-scrollbar-thumb,
    .page-stay-listings .listing-box .list::-webkit-scrollbar-thumb,
    .page-events .listing-box .list::-webkit-scrollbar-thumb,
    .single-itinerary .listing-box .list::-webkit-scrollbar-thumb {
      border-radius: 0;
      background: rgba(2, 26, 63, 0.9);
      box-shadow: 0 0 0 rgba(0, 0, 0, 0); }
    .page-plan-listings .listing-box .list::-webkit-scrollbar-thumb:window-inactive,
    .page-stay-listings .listing-box .list::-webkit-scrollbar-thumb:window-inactive,
    .page-events .listing-box .list::-webkit-scrollbar-thumb:window-inactive,
    .single-itinerary .listing-box .list::-webkit-scrollbar-thumb:window-inactive {
      opacity: 0; }
    .page-plan-listings .listing-box .list .list-item,
    .page-stay-listings .listing-box .list .list-item,
    .page-events .listing-box .list .list-item,
    .single-itinerary .listing-box .list .list-item {
      border-bottom: 1px solid #112348;
      cursor: pointer; }
      .page-plan-listings .listing-box .list .list-item:last-of-type,
      .page-stay-listings .listing-box .list .list-item:last-of-type,
      .page-events .listing-box .list .list-item:last-of-type,
      .single-itinerary .listing-box .list .list-item:last-of-type {
        border-bottom-width: 0; }
      .page-plan-listings .listing-box .list .list-item.active h4,
      .page-stay-listings .listing-box .list .list-item.active h4,
      .page-events .listing-box .list .list-item.active h4,
      .single-itinerary .listing-box .list .list-item.active h4 {
        background-color: rgba(17, 35, 72, 0.5); }
      .page-plan-listings .listing-box .list .list-item h4,
      .page-stay-listings .listing-box .list .list-item h4,
      .page-events .listing-box .list .list-item h4,
      .single-itinerary .listing-box .list .list-item h4 {
        margin-top: 4px;
        margin-bottom: 4px;
        margin-left: -4px;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 4px;
        font-size: 1.11111em; }
        .page-plan-listings .listing-box .list .list-item h4:hover,
        .page-stay-listings .listing-box .list .list-item h4:hover,
        .page-events .listing-box .list .list-item h4:hover,
        .single-itinerary .listing-box .list .list-item h4:hover {
          background-color: rgba(17, 35, 72, 0.5); }

.gmap-title-wrapper {
  margin-right: 10px;
  margin-left: 10px; }
  @media screen and (min-width: 768px) {
    .gmap-title-wrapper {
      margin-right: 40px;
      margin-left: 40px; } }

.leaflet-popup-content-wrapper {
  border-radius: 0 !important; }

.leaflet-popup-content {
  width: 400px !important; }

.infobubble {
  font-family: 'Vollkorn', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px !important;
  background-color: #fff;
  overflow: hidden;
  width: 400px; }
  .infobubble .listing-image {
    position: relative;
    float: left;
    height: 109px;
    margin-bottom: 10px;
    width: 78px;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .infobubble .listing-image {
        width: 145px; } }
    .infobubble .listing-image img {
      position: absolute;
      top: -9999px;
      bottom: -9999px;
      left: -9999px;
      right: -9999px;
      height: 109px;
      margin: auto;
      min-height: 100%;
      min-width: 100%;
      width: 145px;
      -o-object-fit: cover;
         object-fit: cover; }
  .infobubble .listing-content {
    float: left;
    max-width: 230px;
    padding-left: 10px; }
    @media screen and (min-width: 768px) {
      .infobubble .listing-content {
        max-width: 244px; } }
  .infobubble .listing-title {
    max-width: 220px;
    font-size: 1.11111em; }
  .infobubble .button-divider {
    height: 22px; }
  .infobubble .button-group {
    line-height: 26px; }
  .infobubble .button {
    padding: 8px 10px;
    font-size: 0.61111em; }
    @media screen and (min-width: 768px) {
      .infobubble .button {
        padding: 8px 15px; } }

.marker-cluster {
  background-image: url("/wp-content/themes/santabarbaraca/assets/images/map-assets/cluster.png");
  background-position: center 0px;
  background-repeat: no-repeat;
  height: 35px;
  line-height: 35px;
  width: 35px;
  text-align: center;
  cursor: pointer;
  top: 72px;
  left: 232px;
  color: #a31f34;
  position: absolute;
  font-size: 15px;
  font-family: Arial, sans-serif;
  font-weight: bold; }

.leaflet-popup.popup-neighborhood .leaflet-popup-content-wrapper {
  background: transparent;
  box-shadow: none;
  padding: 0; }

.leaflet-popup.popup-neighborhood .leaflet-popup-tip {
  background-color: rgba(163, 31, 52, 0.9); }

.leaflet-popup.popup-neighborhood .leaflet-popup-content {
  margin: 0;
  width: 130px !important; }

.leaflet-popup.popup-neighborhood .label {
  padding: 0 !important;
  text-align: center; }
  .leaflet-popup.popup-neighborhood .label a {
    display: inline-block;
    padding: 5px 12px;
    font-family: "Figtree", sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none; }

.leaflet-popup.popup-neighborhood:hover .label,
.leaflet-popup.popup-neighborhood:hover .leaflet-popup-tip {
  background-color: rgba(2, 26, 63, 0.9) !important; }

.page-template-page-microsite.dark, .page-template-page-microsite-child.dark, .page.dark, .page-template-page-campaign-refresh-feed.dark, body[class*="podcast"].dark {
  color: #f6f3e6;
  background-color: #25110B; }
  .page-template-page-microsite.dark h1, .page-template-page-microsite.dark h2, .page-template-page-microsite.dark h3, .page-template-page-microsite.dark h4, .page-template-page-microsite.dark h5, .page-template-page-microsite.dark h6,
  .page-template-page-microsite.dark a,
  .page-template-page-microsite.dark blockquote,
  .page-template-page-microsite.dark .wp-caption-text,
  .page-template-page-microsite.dark .gallery-num,
  .page-template-page-microsite.dark .cta-set-module .cta-subheadline,
  .page-template-page-microsite.dark .cta-set-module .cta-headline a,
  .page-template-page-microsite.dark .cta-set-content,
  .page-template-page-microsite.dark .site-footer .footer-address .privacy-policy, .page-template-page-microsite-child.dark h1, .page-template-page-microsite-child.dark h2, .page-template-page-microsite-child.dark h3, .page-template-page-microsite-child.dark h4, .page-template-page-microsite-child.dark h5, .page-template-page-microsite-child.dark h6,
  .page-template-page-microsite-child.dark a,
  .page-template-page-microsite-child.dark blockquote,
  .page-template-page-microsite-child.dark .wp-caption-text,
  .page-template-page-microsite-child.dark .gallery-num,
  .page-template-page-microsite-child.dark .cta-set-module .cta-subheadline,
  .page-template-page-microsite-child.dark .cta-set-module .cta-headline a,
  .page-template-page-microsite-child.dark .cta-set-content,
  .page-template-page-microsite-child.dark .site-footer .footer-address .privacy-policy, .page.dark h1, .page.dark h2, .page.dark h3, .page.dark h4, .page.dark h5, .page.dark h6,
  .page.dark a,
  .page.dark blockquote,
  .page.dark .wp-caption-text,
  .page.dark .gallery-num,
  .page.dark .cta-set-module .cta-subheadline,
  .page.dark .cta-set-module .cta-headline a,
  .page.dark .cta-set-content,
  .page.dark .site-footer .footer-address .privacy-policy, .page-template-page-campaign-refresh-feed.dark h1, .page-template-page-campaign-refresh-feed.dark h2, .page-template-page-campaign-refresh-feed.dark h3, .page-template-page-campaign-refresh-feed.dark h4, .page-template-page-campaign-refresh-feed.dark h5, .page-template-page-campaign-refresh-feed.dark h6,
  .page-template-page-campaign-refresh-feed.dark a,
  .page-template-page-campaign-refresh-feed.dark blockquote,
  .page-template-page-campaign-refresh-feed.dark .wp-caption-text,
  .page-template-page-campaign-refresh-feed.dark .gallery-num,
  .page-template-page-campaign-refresh-feed.dark .cta-set-module .cta-subheadline,
  .page-template-page-campaign-refresh-feed.dark .cta-set-module .cta-headline a,
  .page-template-page-campaign-refresh-feed.dark .cta-set-content,
  .page-template-page-campaign-refresh-feed.dark .site-footer .footer-address .privacy-policy, body[class*="podcast"].dark h1, body[class*="podcast"].dark h2, body[class*="podcast"].dark h3, body[class*="podcast"].dark h4, body[class*="podcast"].dark h5, body[class*="podcast"].dark h6,
  body[class*="podcast"].dark a,
  body[class*="podcast"].dark blockquote,
  body[class*="podcast"].dark .wp-caption-text,
  body[class*="podcast"].dark .gallery-num,
  body[class*="podcast"].dark .cta-set-module .cta-subheadline,
  body[class*="podcast"].dark .cta-set-module .cta-headline a,
  body[class*="podcast"].dark .cta-set-content,
  body[class*="podcast"].dark .site-footer .footer-address .privacy-policy {
    color: #f6f3e6; }
  .page-template-page-microsite.dark .enclosed-widget .enclosed-widget-content,
  .page-template-page-microsite.dark .jackrabbit-widget .search-btn,
  .page-template-page-microsite.dark .jackrabbit-widget .search-btn,
  .page-template-page-microsite.dark input[type="submit"],
  .page-template-page-microsite.dark .individual-button,
  .page-template-page-microsite.dark .micro-footer, .page-template-page-microsite-child.dark .enclosed-widget .enclosed-widget-content,
  .page-template-page-microsite-child.dark .jackrabbit-widget .search-btn,
  .page-template-page-microsite-child.dark .jackrabbit-widget .search-btn,
  .page-template-page-microsite-child.dark input[type="submit"],
  .page-template-page-microsite-child.dark .individual-button,
  .page-template-page-microsite-child.dark .micro-footer, .page.dark .enclosed-widget .enclosed-widget-content,
  .page.dark .jackrabbit-widget .search-btn,
  .page.dark .jackrabbit-widget .search-btn,
  .page.dark input[type="submit"],
  .page.dark .individual-button,
  .page.dark .micro-footer, .page-template-page-campaign-refresh-feed.dark .enclosed-widget .enclosed-widget-content,
  .page-template-page-campaign-refresh-feed.dark .jackrabbit-widget .search-btn,
  .page-template-page-campaign-refresh-feed.dark .jackrabbit-widget .search-btn,
  .page-template-page-campaign-refresh-feed.dark input[type="submit"],
  .page-template-page-campaign-refresh-feed.dark .individual-button,
  .page-template-page-campaign-refresh-feed.dark .micro-footer, body[class*="podcast"].dark .enclosed-widget .enclosed-widget-content,
  body[class*="podcast"].dark .jackrabbit-widget .search-btn,
  body[class*="podcast"].dark .jackrabbit-widget .search-btn,
  body[class*="podcast"].dark input[type="submit"],
  body[class*="podcast"].dark .individual-button,
  body[class*="podcast"].dark .micro-footer {
    border-color: #f6f3e6; }
  .page-template-page-microsite.dark .enclosed-widget.green .enclosed-widget-title,
  .page-template-page-microsite.dark .enclosed-widget .enclosed-widget-title,
  .page-template-page-microsite.dark .jackrabbit-widget .search-btn,
  .page-template-page-microsite.dark input[type="submit"],
  .page-template-page-microsite.dark .dash-title-wrapper .dash-title,
  .page-template-page-microsite.dark .individual-button, .page-template-page-microsite-child.dark .enclosed-widget.green .enclosed-widget-title,
  .page-template-page-microsite-child.dark .enclosed-widget .enclosed-widget-title,
  .page-template-page-microsite-child.dark .jackrabbit-widget .search-btn,
  .page-template-page-microsite-child.dark input[type="submit"],
  .page-template-page-microsite-child.dark .dash-title-wrapper .dash-title,
  .page-template-page-microsite-child.dark .individual-button, .page.dark .enclosed-widget.green .enclosed-widget-title,
  .page.dark .enclosed-widget .enclosed-widget-title,
  .page.dark .jackrabbit-widget .search-btn,
  .page.dark input[type="submit"],
  .page.dark .dash-title-wrapper .dash-title,
  .page.dark .individual-button, .page-template-page-campaign-refresh-feed.dark .enclosed-widget.green .enclosed-widget-title,
  .page-template-page-campaign-refresh-feed.dark .enclosed-widget .enclosed-widget-title,
  .page-template-page-campaign-refresh-feed.dark .jackrabbit-widget .search-btn,
  .page-template-page-campaign-refresh-feed.dark input[type="submit"],
  .page-template-page-campaign-refresh-feed.dark .dash-title-wrapper .dash-title,
  .page-template-page-campaign-refresh-feed.dark .individual-button, body[class*="podcast"].dark .enclosed-widget.green .enclosed-widget-title,
  body[class*="podcast"].dark .enclosed-widget .enclosed-widget-title,
  body[class*="podcast"].dark .jackrabbit-widget .search-btn,
  body[class*="podcast"].dark input[type="submit"],
  body[class*="podcast"].dark .dash-title-wrapper .dash-title,
  body[class*="podcast"].dark .individual-button {
    color: #f6f3e6;
    background-color: #25110B; }
  .page-template-page-microsite.dark .jackrabbit-widget .search-btn:hover,
  .page-template-page-microsite.dark input[type="submit"]:hover,
  .page-template-page-microsite.dark .individual-button:hover, .page-template-page-microsite-child.dark .jackrabbit-widget .search-btn:hover,
  .page-template-page-microsite-child.dark input[type="submit"]:hover,
  .page-template-page-microsite-child.dark .individual-button:hover, .page.dark .jackrabbit-widget .search-btn:hover,
  .page.dark input[type="submit"]:hover,
  .page.dark .individual-button:hover, .page-template-page-campaign-refresh-feed.dark .jackrabbit-widget .search-btn:hover,
  .page-template-page-campaign-refresh-feed.dark input[type="submit"]:hover,
  .page-template-page-campaign-refresh-feed.dark .individual-button:hover, body[class*="podcast"].dark .jackrabbit-widget .search-btn:hover,
  body[class*="podcast"].dark input[type="submit"]:hover,
  body[class*="podcast"].dark .individual-button:hover {
    color: #25110B;
    background-color: #f6f3e6; }
  .page-template-page-microsite.dark input,
  .page-template-page-microsite.dark select,
  .page-template-page-microsite.dark .finder-bar .datepickers .date-field .event-datepicker,
  .page-template-page-microsite.dark .dash-title-wrapper hr, .page-template-page-microsite-child.dark input,
  .page-template-page-microsite-child.dark select,
  .page-template-page-microsite-child.dark .finder-bar .datepickers .date-field .event-datepicker,
  .page-template-page-microsite-child.dark .dash-title-wrapper hr, .page.dark input,
  .page.dark select,
  .page.dark .finder-bar .datepickers .date-field .event-datepicker,
  .page.dark .dash-title-wrapper hr, .page-template-page-campaign-refresh-feed.dark input,
  .page-template-page-campaign-refresh-feed.dark select,
  .page-template-page-campaign-refresh-feed.dark .finder-bar .datepickers .date-field .event-datepicker,
  .page-template-page-campaign-refresh-feed.dark .dash-title-wrapper hr, body[class*="podcast"].dark input,
  body[class*="podcast"].dark select,
  body[class*="podcast"].dark .finder-bar .datepickers .date-field .event-datepicker,
  body[class*="podcast"].dark .dash-title-wrapper hr {
    background-color: #f6f3e6; }
  .page-template-page-microsite.dark .full-cta-button, .page-template-page-microsite-child.dark .full-cta-button, .page.dark .full-cta-button, .page-template-page-campaign-refresh-feed.dark .full-cta-button, body[class*="podcast"].dark .full-cta-button {
    background-color: transparent; }
  .page-template-page-microsite.dark .slick-prev,
  .page-template-page-microsite.dark .slick-next, .page-template-page-microsite-child.dark .slick-prev,
  .page-template-page-microsite-child.dark .slick-next, .page.dark .slick-prev,
  .page.dark .slick-next, .page-template-page-campaign-refresh-feed.dark .slick-prev,
  .page-template-page-campaign-refresh-feed.dark .slick-next, body[class*="podcast"].dark .slick-prev,
  body[class*="podcast"].dark .slick-next {
    background-image: url("../images//gallery-arrow-white.png"); }
  .page-template-page-microsite.dark a.footer-social-icon, .page-template-page-microsite-child.dark a.footer-social-icon, .page.dark a.footer-social-icon, .page-template-page-campaign-refresh-feed.dark a.footer-social-icon, body[class*="podcast"].dark a.footer-social-icon {
    background-color: #f6f3e6; }
    .page-template-page-microsite.dark a.footer-social-icon:hover, .page-template-page-microsite-child.dark a.footer-social-icon:hover, .page.dark a.footer-social-icon:hover, .page-template-page-campaign-refresh-feed.dark a.footer-social-icon:hover, body[class*="podcast"].dark a.footer-social-icon:hover {
      background-color: #a31f34; }
    .page-template-page-microsite.dark a.footer-social-icon svg path, .page-template-page-microsite-child.dark a.footer-social-icon svg path, .page.dark a.footer-social-icon svg path, .page-template-page-campaign-refresh-feed.dark a.footer-social-icon svg path, body[class*="podcast"].dark a.footer-social-icon svg path {
      fill: #25110B; }

.page-template-page-microsite.gotham-style .enclosed-widget .enclosed-widget-title,
.page-template-page-microsite.gotham-style .full-cta-surtitle,
.page-template-page-microsite.gotham-style .full-cta-subtitle,
.page-template-page-microsite.gotham-style .dash-title,
.page-template-page-microsite.gotham-style .visual-cta-content h3,
.page-template-page-microsite.gotham-style .image-header-surtitle, .page-template-page-microsite-child.gotham-style .enclosed-widget .enclosed-widget-title,
.page-template-page-microsite-child.gotham-style .full-cta-surtitle,
.page-template-page-microsite-child.gotham-style .full-cta-subtitle,
.page-template-page-microsite-child.gotham-style .dash-title,
.page-template-page-microsite-child.gotham-style .visual-cta-content h3,
.page-template-page-microsite-child.gotham-style .image-header-surtitle, .page.gotham-style .enclosed-widget .enclosed-widget-title,
.page.gotham-style .full-cta-surtitle,
.page.gotham-style .full-cta-subtitle,
.page.gotham-style .dash-title,
.page.gotham-style .visual-cta-content h3,
.page.gotham-style .image-header-surtitle, .page-template-page-campaign-refresh-feed.gotham-style .enclosed-widget .enclosed-widget-title,
.page-template-page-campaign-refresh-feed.gotham-style .full-cta-surtitle,
.page-template-page-campaign-refresh-feed.gotham-style .full-cta-subtitle,
.page-template-page-campaign-refresh-feed.gotham-style .dash-title,
.page-template-page-campaign-refresh-feed.gotham-style .visual-cta-content h3,
.page-template-page-campaign-refresh-feed.gotham-style .image-header-surtitle, body[class*="podcast"].gotham-style .enclosed-widget .enclosed-widget-title,
body[class*="podcast"].gotham-style .full-cta-surtitle,
body[class*="podcast"].gotham-style .full-cta-subtitle,
body[class*="podcast"].gotham-style .dash-title,
body[class*="podcast"].gotham-style .visual-cta-content h3,
body[class*="podcast"].gotham-style .image-header-surtitle {
  font-family: 'Vollkorn', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.page-template-page-microsite.gotham-style .enclosed-widget .enclosed-widget-title, .page-template-page-microsite-child.gotham-style .enclosed-widget .enclosed-widget-title, .page.gotham-style .enclosed-widget .enclosed-widget-title, .page-template-page-campaign-refresh-feed.gotham-style .enclosed-widget .enclosed-widget-title, body[class*="podcast"].gotham-style .enclosed-widget .enclosed-widget-title {
  margin-bottom: 25px; }

.page-template-page-microsite.gotham-style .full-cta-surtitle, .page-template-page-microsite-child.gotham-style .full-cta-surtitle, .page.gotham-style .full-cta-surtitle, .page-template-page-campaign-refresh-feed.gotham-style .full-cta-surtitle, body[class*="podcast"].gotham-style .full-cta-surtitle {
  margin-bottom: 10px; }

.page-template-page-microsite.gotham-style .header-title,
.page-template-page-microsite.gotham-style .full-cta-title,
.page-template-page-microsite.gotham-style .full-cta-surtitle,
.page-template-page-microsite.gotham-style .visual-cta-content h2, .page-template-page-microsite-child.gotham-style .header-title,
.page-template-page-microsite-child.gotham-style .full-cta-title,
.page-template-page-microsite-child.gotham-style .full-cta-surtitle,
.page-template-page-microsite-child.gotham-style .visual-cta-content h2, .page.gotham-style .header-title,
.page.gotham-style .full-cta-title,
.page.gotham-style .full-cta-surtitle,
.page.gotham-style .visual-cta-content h2, .page-template-page-campaign-refresh-feed.gotham-style .header-title,
.page-template-page-campaign-refresh-feed.gotham-style .full-cta-title,
.page-template-page-campaign-refresh-feed.gotham-style .full-cta-surtitle,
.page-template-page-campaign-refresh-feed.gotham-style .visual-cta-content h2, body[class*="podcast"].gotham-style .header-title,
body[class*="podcast"].gotham-style .full-cta-title,
body[class*="podcast"].gotham-style .full-cta-surtitle,
body[class*="podcast"].gotham-style .visual-cta-content h2 {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.page-template-page-microsite.gotham-style .header-title,
.page-template-page-microsite.gotham-style .full-cta-title, .page-template-page-microsite-child.gotham-style .header-title,
.page-template-page-microsite-child.gotham-style .full-cta-title, .page.gotham-style .header-title,
.page.gotham-style .full-cta-title, .page-template-page-campaign-refresh-feed.gotham-style .header-title,
.page-template-page-campaign-refresh-feed.gotham-style .full-cta-title, body[class*="podcast"].gotham-style .header-title,
body[class*="podcast"].gotham-style .full-cta-title {
  margin-bottom: 40px;
  font-size: 4.55556em;
  line-height: 1; }

.page-template-page-microsite.gotham-style .full-cta-subtitle, .page-template-page-microsite-child.gotham-style .full-cta-subtitle, .page.gotham-style .full-cta-subtitle, .page-template-page-campaign-refresh-feed.gotham-style .full-cta-subtitle, body[class*="podcast"].gotham-style .full-cta-subtitle {
  margin-top: 0;
  margin-bottom: 50px; }

.page-template-page-microsite.gotham-style .full-cta-button, .page-template-page-microsite-child.gotham-style .full-cta-button, .page.gotham-style .full-cta-button, .page-template-page-campaign-refresh-feed.gotham-style .full-cta-button, body[class*="podcast"].gotham-style .full-cta-button {
  margin-top: 20px; }

.page-template-page-microsite.gotham-style .header-title,
.page-template-page-microsite.gotham-style .full-cta-title, .page-template-page-microsite-child.gotham-style .header-title,
.page-template-page-microsite-child.gotham-style .full-cta-title, .page.gotham-style .header-title,
.page.gotham-style .full-cta-title, .page-template-page-campaign-refresh-feed.gotham-style .header-title,
.page-template-page-campaign-refresh-feed.gotham-style .full-cta-title, body[class*="podcast"].gotham-style .header-title,
body[class*="podcast"].gotham-style .full-cta-title {
  font-size: 2.0555555556em; }
  @media screen and (min-width: 768px) {
    .page-template-page-microsite.gotham-style .header-title,
    .page-template-page-microsite.gotham-style .full-cta-title, .page-template-page-microsite-child.gotham-style .header-title,
    .page-template-page-microsite-child.gotham-style .full-cta-title, .page.gotham-style .header-title,
    .page.gotham-style .full-cta-title, .page-template-page-campaign-refresh-feed.gotham-style .header-title,
    .page-template-page-campaign-refresh-feed.gotham-style .full-cta-title, body[class*="podcast"].gotham-style .header-title,
    body[class*="podcast"].gotham-style .full-cta-title {
      font-size: 4.5555555556em; } }

.page-template-page-microsite .micro-site-header, .page-template-page-microsite-child .micro-site-header, .page .micro-site-header, .page-template-page-campaign-refresh-feed .micro-site-header, body[class*="podcast"] .micro-site-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  width: 1060px; }
  .page-template-page-microsite .micro-site-header .micro-nav-wrapper, .page-template-page-microsite-child .micro-site-header .micro-nav-wrapper, .page .micro-site-header .micro-nav-wrapper, .page-template-page-campaign-refresh-feed .micro-site-header .micro-nav-wrapper, body[class*="podcast"] .micro-site-header .micro-nav-wrapper {
    display: block;
    float: left;
    min-height: 50px;
    width: 100%;
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .page-template-page-microsite .micro-site-header .micro-nav-wrapper:after, .page-template-page-microsite-child .micro-site-header .micro-nav-wrapper:after, .page .micro-site-header .micro-nav-wrapper:after, .page-template-page-campaign-refresh-feed .micro-site-header .micro-nav-wrapper:after, body[class*="podcast"] .micro-site-header .micro-nav-wrapper:after {
      content: '';
      display: table;
      clear: both; }
    @media (min-width: 840px) {
      .page-template-page-microsite .micro-site-header .micro-nav-wrapper, .page-template-page-microsite-child .micro-site-header .micro-nav-wrapper, .page .micro-site-header .micro-nav-wrapper, .page-template-page-campaign-refresh-feed .micro-site-header .micro-nav-wrapper, body[class*="podcast"] .micro-site-header .micro-nav-wrapper {
        min-height: 100px;
        padding-right: 10px;
        padding-left: 10px;
        width: auto; } }
    @media screen and (min-width: 926px) {
      .page-template-page-microsite .micro-site-header .micro-nav-wrapper, .page-template-page-microsite-child .micro-site-header .micro-nav-wrapper, .page .micro-site-header .micro-nav-wrapper, .page-template-page-campaign-refresh-feed .micro-site-header .micro-nav-wrapper, body[class*="podcast"] .micro-site-header .micro-nav-wrapper {
        padding-right: 15px;
        padding-left: 15px; } }
    @media screen and (min-width: 1024px) {
      .page-template-page-microsite .micro-site-header .micro-nav-wrapper, .page-template-page-microsite-child .micro-site-header .micro-nav-wrapper, .page .micro-site-header .micro-nav-wrapper, .page-template-page-campaign-refresh-feed .micro-site-header .micro-nav-wrapper, body[class*="podcast"] .micro-site-header .micro-nav-wrapper {
        width: 736px; } }
    .page-template-page-microsite .micro-site-header .micro-nav-wrapper.light-font *, .page-template-page-microsite-child .micro-site-header .micro-nav-wrapper.light-font *, .page .micro-site-header .micro-nav-wrapper.light-font *, .page-template-page-campaign-refresh-feed .micro-site-header .micro-nav-wrapper.light-font *, body[class*="podcast"] .micro-site-header .micro-nav-wrapper.light-font * {
      color: #fff; }
      .page-template-page-microsite .micro-site-header .micro-nav-wrapper.light-font *.page_item, .page-template-page-microsite-child .micro-site-header .micro-nav-wrapper.light-font *.page_item, .page .micro-site-header .micro-nav-wrapper.light-font *.page_item, .page-template-page-campaign-refresh-feed .micro-site-header .micro-nav-wrapper.light-font *.page_item, body[class*="podcast"] .micro-site-header .micro-nav-wrapper.light-font *.page_item {
        border-top: 1px solid #fff; }
        @media (min-width: 810px) {
          .page-template-page-microsite .micro-site-header .micro-nav-wrapper.light-font *.page_item, .page-template-page-microsite-child .micro-site-header .micro-nav-wrapper.light-font *.page_item, .page .micro-site-header .micro-nav-wrapper.light-font *.page_item, .page-template-page-campaign-refresh-feed .micro-site-header .micro-nav-wrapper.light-font *.page_item, body[class*="podcast"] .micro-site-header .micro-nav-wrapper.light-font *.page_item {
            border-top-width: 0; } }
    .page-template-page-microsite .micro-site-header .micro-nav-wrapper.dark-font *, .page-template-page-microsite-child .micro-site-header .micro-nav-wrapper.dark-font *, .page .micro-site-header .micro-nav-wrapper.dark-font *, .page-template-page-campaign-refresh-feed .micro-site-header .micro-nav-wrapper.dark-font *, body[class*="podcast"] .micro-site-header .micro-nav-wrapper.dark-font * {
      color: #25110B; }
      .page-template-page-microsite .micro-site-header .micro-nav-wrapper.dark-font *.page_item, .page-template-page-microsite-child .micro-site-header .micro-nav-wrapper.dark-font *.page_item, .page .micro-site-header .micro-nav-wrapper.dark-font *.page_item, .page-template-page-campaign-refresh-feed .micro-site-header .micro-nav-wrapper.dark-font *.page_item, body[class*="podcast"] .micro-site-header .micro-nav-wrapper.dark-font *.page_item {
        border-top: 1px solid #25110B; }
        @media (min-width: 810px) {
          .page-template-page-microsite .micro-site-header .micro-nav-wrapper.dark-font *.page_item, .page-template-page-microsite-child .micro-site-header .micro-nav-wrapper.dark-font *.page_item, .page .micro-site-header .micro-nav-wrapper.dark-font *.page_item, .page-template-page-campaign-refresh-feed .micro-site-header .micro-nav-wrapper.dark-font *.page_item, body[class*="podcast"] .micro-site-header .micro-nav-wrapper.dark-font *.page_item {
            border-top-width: 0; } }
    .page-template-page-microsite .micro-site-header .micro-nav-wrapper a, .page-template-page-microsite-child .micro-site-header .micro-nav-wrapper a, .page .micro-site-header .micro-nav-wrapper a, .page-template-page-campaign-refresh-feed .micro-site-header .micro-nav-wrapper a, body[class*="podcast"] .micro-site-header .micro-nav-wrapper a {
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      text-decoration: none; }
    .page-template-page-microsite .micro-site-header .micro-nav-wrapper .micro-site-title, .page-template-page-microsite-child .micro-site-header .micro-nav-wrapper .micro-site-title, .page .micro-site-header .micro-nav-wrapper .micro-site-title, .page-template-page-campaign-refresh-feed .micro-site-header .micro-nav-wrapper .micro-site-title, body[class*="podcast"] .micro-site-header .micro-nav-wrapper .micro-site-title {
      display: table;
      float: left;
      height: 100%;
      margin-top: 14px;
      margin-left: 10px;
      margin-bottom: 0;
      font-size: 1.38889em; }
      @media (min-width: 810px) {
        .page-template-page-microsite .micro-site-header .micro-nav-wrapper .micro-site-title, .page-template-page-microsite-child .micro-site-header .micro-nav-wrapper .micro-site-title, .page .micro-site-header .micro-nav-wrapper .micro-site-title, .page-template-page-campaign-refresh-feed .micro-site-header .micro-nav-wrapper .micro-site-title, body[class*="podcast"] .micro-site-header .micro-nav-wrapper .micro-site-title {
          margin-top: 0;
          margin-left: 0;
          font-size: 1.8em; } }
      .page-template-page-microsite .micro-site-header .micro-nav-wrapper .micro-site-title.gotham-style, .page-template-page-microsite-child .micro-site-header .micro-nav-wrapper .micro-site-title.gotham-style, .page .micro-site-header .micro-nav-wrapper .micro-site-title.gotham-style, .page-template-page-campaign-refresh-feed .micro-site-header .micro-nav-wrapper .micro-site-title.gotham-style, body[class*="podcast"] .micro-site-header .micro-nav-wrapper .micro-site-title.gotham-style {
        margin-top: 11px;
        font-family: "Figtree", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 1.16667em; }
        @media (min-width: 810px) {
          .page-template-page-microsite .micro-site-header .micro-nav-wrapper .micro-site-title.gotham-style, .page-template-page-microsite-child .micro-site-header .micro-nav-wrapper .micro-site-title.gotham-style, .page .micro-site-header .micro-nav-wrapper .micro-site-title.gotham-style, .page-template-page-campaign-refresh-feed .micro-site-header .micro-nav-wrapper .micro-site-title.gotham-style, body[class*="podcast"] .micro-site-header .micro-nav-wrapper .micro-site-title.gotham-style {
            margin-top: 0; } }
    .page-template-page-microsite .micro-site-header .micro-nav-wrapper .micro-logo, .page-template-page-microsite-child .micro-site-header .micro-nav-wrapper .micro-logo, .page .micro-site-header .micro-nav-wrapper .micro-logo, .page-template-page-campaign-refresh-feed .micro-site-header .micro-nav-wrapper .micro-logo, body[class*="podcast"] .micro-site-header .micro-nav-wrapper .micro-logo {
      position: relative;
      float: left;
      max-height: 107px;
      max-width: 107px;
      padding-left: 15px; }
      @media (min-width: 840px) {
        .page-template-page-microsite .micro-site-header .micro-nav-wrapper .micro-logo, .page-template-page-microsite-child .micro-site-header .micro-nav-wrapper .micro-logo, .page .micro-site-header .micro-nav-wrapper .micro-logo, .page-template-page-campaign-refresh-feed .micro-site-header .micro-nav-wrapper .micro-logo, body[class*="podcast"] .micro-site-header .micro-nav-wrapper .micro-logo {
          max-height: 150px;
          max-width: 150px;
          padding-left: 0; } }
      .page-template-page-microsite .micro-site-header .micro-nav-wrapper .micro-logo img, .page-template-page-microsite-child .micro-site-header .micro-nav-wrapper .micro-logo img, .page .micro-site-header .micro-nav-wrapper .micro-logo img, .page-template-page-campaign-refresh-feed .micro-site-header .micro-nav-wrapper .micro-logo img, body[class*="podcast"] .micro-site-header .micro-nav-wrapper .micro-logo img {
        margin: auto;
        max-height: 107px;
        max-width: 107px; }
        @media (min-width: 840px) {
          .page-template-page-microsite .micro-site-header .micro-nav-wrapper .micro-logo img, .page-template-page-microsite-child .micro-site-header .micro-nav-wrapper .micro-logo img, .page .micro-site-header .micro-nav-wrapper .micro-logo img, .page-template-page-campaign-refresh-feed .micro-site-header .micro-nav-wrapper .micro-logo img, body[class*="podcast"] .micro-site-header .micro-nav-wrapper .micro-logo img {
            max-height: 150px;
            max-width: 150px; } }
  .page-template-page-microsite .micro-site-header .micro-menu, .page-template-page-microsite-child .micro-site-header .micro-menu, .page .micro-site-header .micro-menu, .page-template-page-campaign-refresh-feed .micro-site-header .micro-menu, body[class*="podcast"] .micro-site-header .micro-menu {
    float: right;
    margin-top: 0;
    margin-bottom: 0; }
    @media (max-width: 839px) {
      .page-template-page-microsite .micro-site-header .micro-menu, .page-template-page-microsite-child .micro-site-header .micro-menu, .page .micro-site-header .micro-menu, .page-template-page-campaign-refresh-feed .micro-site-header .micro-menu, body[class*="podcast"] .micro-site-header .micro-menu {
        display: none;
        padding-left: 0;
        width: 100%;
        list-style: none; }
        .page-template-page-microsite .micro-site-header .micro-menu .page_item, .page-template-page-microsite-child .micro-site-header .micro-menu .page_item, .page .micro-site-header .micro-menu .page_item, .page-template-page-campaign-refresh-feed .micro-site-header .micro-menu .page_item, body[class*="podcast"] .micro-site-header .micro-menu .page_item {
          display: block;
          margin-right: 10px;
          margin-left: 10px; }
          .page-template-page-microsite .micro-site-header .micro-menu .page_item a, .page-template-page-microsite-child .micro-site-header .micro-menu .page_item a, .page .micro-site-header .micro-menu .page_item a, .page-template-page-campaign-refresh-feed .micro-site-header .micro-menu .page_item a, body[class*="podcast"] .micro-site-header .micro-menu .page_item a {
            display: block;
            text-align: left; }
          .page-template-page-microsite .micro-site-header .micro-menu .page_item.current_page_item a, .page-template-page-microsite-child .micro-site-header .micro-menu .page_item.current_page_item a, .page .micro-site-header .micro-menu .page_item.current_page_item a, .page-template-page-campaign-refresh-feed .micro-site-header .micro-menu .page_item.current_page_item a, body[class*="podcast"] .micro-site-header .micro-menu .page_item.current_page_item a {
            margin-right: -10px;
            margin-left: -10px;
            padding-right: 10px;
            padding-left: 10px;
            background-color: rgba(0, 0, 0, 0.2); }
        .page-template-page-microsite .micro-site-header .micro-menu br, .page-template-page-microsite-child .micro-site-header .micro-menu br, .page .micro-site-header .micro-menu br, .page-template-page-campaign-refresh-feed .micro-site-header .micro-menu br, body[class*="podcast"] .micro-site-header .micro-menu br {
          display: none; } }
    @media (min-width: 840px) {
      .page-template-page-microsite .micro-site-header .micro-menu, .page-template-page-microsite-child .micro-site-header .micro-menu, .page .micro-site-header .micro-menu, .page-template-page-campaign-refresh-feed .micro-site-header .micro-menu, body[class*="podcast"] .micro-site-header .micro-menu {
        display: block;
        height: 100%;
        padding-left: 20px;
        transform: translateY(0); }
        .page-template-page-microsite .micro-site-header .micro-menu .page_item, .page-template-page-microsite-child .micro-site-header .micro-menu .page_item, .page .micro-site-header .micro-menu .page_item, .page-template-page-campaign-refresh-feed .micro-site-header .micro-menu .page_item, body[class*="podcast"] .micro-site-header .micro-menu .page_item {
          display: table;
          float: left;
          height: 100%;
          font-size: 0.88889em;
          line-height: 1.2;
          text-decoration: none;
          text-transform: uppercase; }
          .page-template-page-microsite .micro-site-header .micro-menu .page_item:last-of-type, .page-template-page-microsite-child .micro-site-header .micro-menu .page_item:last-of-type, .page .micro-site-header .micro-menu .page_item:last-of-type, .page-template-page-campaign-refresh-feed .micro-site-header .micro-menu .page_item:last-of-type, body[class*="podcast"] .micro-site-header .micro-menu .page_item:last-of-type {
            margin-right: 0; }
          .page-template-page-microsite .micro-site-header .micro-menu .page_item.current_page_item a span, .page-template-page-microsite-child .micro-site-header .micro-menu .page_item.current_page_item a span, .page .micro-site-header .micro-menu .page_item.current_page_item a span, .page-template-page-campaign-refresh-feed .micro-site-header .micro-menu .page_item.current_page_item a span, body[class*="podcast"] .micro-site-header .micro-menu .page_item.current_page_item a span {
            color: #021a3f;
            border-color: #021a3f; }
          .page-template-page-microsite .micro-site-header .micro-menu .page_item a, .page-template-page-microsite-child .micro-site-header .micro-menu .page_item a, .page .micro-site-header .micro-menu .page_item a, .page-template-page-campaign-refresh-feed .micro-site-header .micro-menu .page_item a, body[class*="podcast"] .micro-site-header .micro-menu .page_item a {
            display: table-cell;
            text-align: center;
            vertical-align: middle; }
            .page-template-page-microsite .micro-site-header .micro-menu .page_item a span, .page-template-page-microsite-child .micro-site-header .micro-menu .page_item a span, .page .micro-site-header .micro-menu .page_item a span, .page-template-page-campaign-refresh-feed .micro-site-header .micro-menu .page_item a span, body[class*="podcast"] .micro-site-header .micro-menu .page_item a span {
              display: block;
              padding: 15px 5px;
              border: 1px solid transparent; } }
        @media screen and (min-width: 840px) and (min-width: 926px) {
          .page-template-page-microsite .micro-site-header .micro-menu .page_item a span, .page-template-page-microsite-child .micro-site-header .micro-menu .page_item a span, .page .micro-site-header .micro-menu .page_item a span, .page-template-page-campaign-refresh-feed .micro-site-header .micro-menu .page_item a span, body[class*="podcast"] .micro-site-header .micro-menu .page_item a span {
            padding: 15px; } }
    @media (min-width: 840px) {
            .page-template-page-microsite .micro-site-header .micro-menu .page_item a:hover span, .page-template-page-microsite-child .micro-site-header .micro-menu .page_item a:hover span, .page .micro-site-header .micro-menu .page_item a:hover span, .page-template-page-campaign-refresh-feed .micro-site-header .micro-menu .page_item a:hover span, body[class*="podcast"] .micro-site-header .micro-menu .page_item a:hover span {
              color: #021a3f;
              border-color: #021a3f; } }

.page-template-page-microsite .micro-sb-logo, .page-template-page-microsite-child .micro-sb-logo, .page .micro-sb-logo, .page-template-page-campaign-refresh-feed .micro-sb-logo, body[class*="podcast"] .micro-sb-logo {
  display: none;
  float: right;
  height: auto;
  margin-top: 10px;
  margin-right: 20px;
  width: 250px; }
  @media (min-width: 840px) {
    .page-template-page-microsite .micro-sb-logo, .page-template-page-microsite-child .micro-sb-logo, .page .micro-sb-logo, .page-template-page-campaign-refresh-feed .micro-sb-logo, body[class*="podcast"] .micro-sb-logo {
      display: inherit;
      margin-top: 35px; } }

.page-missnothing .micro-sb-logo {
  display: block; }

.page-missnothing .image-header-container.header-video {
  position: relative;
  background-image: none !important;
  background-color: #000; }

.page-missnothing .media-loop {
  background-color: #000; }

.page-missnothing .sm-txt {
  width: 100%;
  bottom: -16px;
  position: absolute;
  text-align: center;
  z-index: 10; }
  @media (max-width: 767px) {
    .page-missnothing .sm-txt {
      display: none; } }

.page-revive-thrive .micro-sb-logo {
  display: block; }
  @media (max-width: 767px) {
    .page-revive-thrive .micro-sb-logo {
      width: 225px !important; } }

.page-template-page-microsite .image-header-container, .page-template-page-microsite-child .image-header-container {
  margin-top: 0;
  background-attachment: initial; }
  @media screen and (min-width: 768px) {
    .no-js .page-template-page-microsite .image-header-container, .is-safari .page-template-page-microsite .image-header-container, .no-js .page-template-page-microsite-child .image-header-container, .is-safari .page-template-page-microsite-child .image-header-container {
      background-attachment: fixed; } }

.page-template-page-campaign-refresh-feed .alignleft {
  margin-left: 0 !important; }

@media (max-width: 767px) {
  .page-template-page-campaign-refresh-feed .cta-set-module {
    margin-left: auto;
    max-width: 1060px;
    width: calc(100% - 30px); } }

#micro-menu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: auto;
  margin-bottom: auto; }
  .light-font #micro-menu-toggle {
    background-image: url(../svgs//hamburger-white.svg); }
  .show-navigation.light-font #micro-menu-toggle {
    background-image: url(../svgs//hamburger_close-white.svg); }
  @media (min-width: 840px) {
    #micro-menu-toggle {
      display: none; } }

.page-template-page-microsite .entry-header .slick-prev,
.page-template-page-microsite .entry-header .slick-next, .page-template-page-microsite-child .entry-header .slick-prev,
.page-template-page-microsite-child .entry-header .slick-next {
  height: 74px;
  background-image: url("../images//gallery-arrow-white.png");
  background-size: contain; }
  @media screen and (min-width: 768px) {
    .page-template-page-microsite .entry-header .slick-prev,
    .page-template-page-microsite .entry-header .slick-next, .page-template-page-microsite-child .entry-header .slick-prev,
    .page-template-page-microsite-child .entry-header .slick-next {
      height: 123px;
      width: 75px; } }

.page-template-page-microsite .entry-header .slick-prev, .page-template-page-microsite-child .entry-header .slick-prev {
  left: 0; }
  @media (min-width: 1060px) {
    .page-template-page-microsite .entry-header .slick-prev, .page-template-page-microsite-child .entry-header .slick-prev {
      left: calc(50% - 530px); } }

.page-template-page-microsite .entry-header .slick-next, .page-template-page-microsite-child .entry-header .slick-next {
  right: 0; }
  @media (min-width: 1060px) {
    .page-template-page-microsite .entry-header .slick-next, .page-template-page-microsite-child .entry-header .slick-next {
      right: calc(50% - 530px); } }

.page-template-page-microsite .entry-header .image-header-title, .page-template-page-microsite-child .entry-header .image-header-title {
  margin-right: auto;
  margin-left: auto; }
  .page-template-page-microsite .entry-header .image-header-title.gotham-style, .page-template-page-microsite-child .entry-header .image-header-title.gotham-style {
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 4.5em; }

.micro-footer {
  max-width: 1060px;
  padding-top: 20px;
  border-top: 1px solid #112348; }
  .micro-footer .microsite-footer-column {
    float: left; }
    .micro-footer .microsite-footer-column.footer-logo {
      margin-top: 0;
      width: 50%; }
      @media screen and (min-width: 768px) {
        .micro-footer .microsite-footer-column.footer-logo {
          width: 33%; } }
      @media (min-width: 940px) {
        .micro-footer .microsite-footer-column.footer-logo {
          width: 22%; } }
      .micro-footer .microsite-footer-column.footer-logo .footer-santa-barbara-logo {
        float: left;
        margin-right: 10px;
        margin-bottom: 0;
        max-width: 200px; }
    .micro-footer .microsite-footer-column.footer-address-wrapper {
      width: 50%; }
      @media screen and (min-width: 768px) {
        .micro-footer .microsite-footer-column.footer-address-wrapper {
          margin-top: 15px;
          width: 33%; } }
      @media (min-width: 940px) {
        .micro-footer .microsite-footer-column.footer-address-wrapper {
          width: 21%; } }
      .micro-footer .microsite-footer-column.footer-address-wrapper .footer-address {
        display: block;
        float: right;
        max-width: 171px;
        line-height: 1.4; }
        @media screen and (min-width: 768px) {
          .micro-footer .microsite-footer-column.footer-address-wrapper .footer-address {
            float: none;
            margin-right: auto;
            margin-left: auto; } }
        @media (min-width: 940px) {
          .micro-footer .microsite-footer-column.footer-address-wrapper .footer-address {
            margin-left: 0; } }
    .micro-footer .microsite-footer-column.social-icons {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .micro-footer .microsite-footer-column.social-icons {
          width: 34%; } }
      @media (min-width: 940px) {
        .micro-footer .microsite-footer-column.social-icons {
          width: 21%; } }
      .micro-footer .microsite-footer-column.social-icons .footer-social-group {
        margin-right: auto;
        max-width: 328px;
        margin-left: auto; }
        @media screen and (min-width: 768px) {
          .micro-footer .microsite-footer-column.social-icons .footer-social-group {
            float: right;
            margin-left: 0;
            max-width: 164px; } }
        @media (min-width: 940px) {
          .micro-footer .microsite-footer-column.social-icons .footer-social-group {
            float: left; } }
      .micro-footer .microsite-footer-column.social-icons .footer-social-icon {
        float: left;
        margin-top: 6px; }
    .micro-footer .microsite-footer-column.footer-other-logos {
      margin-top: 20px;
      padding-top: 10px;
      width: 100%;
      border-top: 1px solid #112348; }
      @media (min-width: 940px) {
        .micro-footer .microsite-footer-column.footer-other-logos {
          margin-top: 0;
          padding-top: 0;
          width: 36%;
          border-top-width: 0; } }
      .micro-footer .microsite-footer-column.footer-other-logos .third-party-logo {
        display: block;
        float: left; }
      .micro-footer .microsite-footer-column.footer-other-logos img {
        max-width: 92px; }
        @media screen and (min-width: 768px) {
          .micro-footer .microsite-footer-column.footer-other-logos img {
            max-width: none; } }
      .micro-footer .microsite-footer-column.footer-other-logos .footer-brand-usa-logo {
        margin-top: 10px;
        width: 33.3%; }
        @media (min-width: 940px) {
          .micro-footer .microsite-footer-column.footer-other-logos .footer-brand-usa-logo {
            width: 33.5%; } }
        .micro-footer .microsite-footer-column.footer-other-logos .footer-brand-usa-logo img {
          max-width: 92px; }
          @media screen and (min-width: 768px) {
            .micro-footer .microsite-footer-column.footer-other-logos .footer-brand-usa-logo img {
              max-width: 112px; } }
      .micro-footer .microsite-footer-column.footer-other-logos .footer-california-dream-logo {
        margin-top: 10px;
        width: 33.3%; }
        @media (min-width: 940px) {
          .micro-footer .microsite-footer-column.footer-other-logos .footer-california-dream-logo {
            margin-top: 18px; } }
        .micro-footer .microsite-footer-column.footer-other-logos .footer-california-dream-logo img {
          display: block;
          margin-right: auto;
          margin-left: auto; }
          @media (min-width: 940px) {
            .micro-footer .microsite-footer-column.footer-other-logos .footer-california-dream-logo img {
              margin-left: 0; } }
      .micro-footer .microsite-footer-column.footer-other-logos .footer-tripadvisor-logo {
        float: right;
        margin-top: 10px;
        max-width: 109px;
        width: 31.25%; }
        @media screen and (min-width: 768px) {
          .micro-footer .microsite-footer-column.footer-other-logos .footer-tripadvisor-logo {
            max-width: 187px; } }
        @media (min-width: 940px) {
          .micro-footer .microsite-footer-column.footer-other-logos .footer-tripadvisor-logo {
            margin-top: 18px; } }
        .micro-footer .microsite-footer-column.footer-other-logos .footer-tripadvisor-logo label {
          margin-bottom: 0;
          font-size: 0.52778em;
          line-height: 1; }
        .micro-footer .microsite-footer-column.footer-other-logos .footer-tripadvisor-logo #tripadvisor-logo img {
          max-width: 100%;
          width: 119px; }

.page-template-page-campaign-coop.gotham-style .header-title,
.page-template-page-campaign-coop.gotham-style .full-cta-title {
  font-size: 2.0555555556em; }
  @media screen and (min-width: 768px) {
    .page-template-page-campaign-coop.gotham-style .header-title,
    .page-template-page-campaign-coop.gotham-style .full-cta-title {
      font-size: 4.5555555556em; } }

.page-template-page-campaign-coop .micro-site-header .micro-nav-wrapper {
  clear: both;
  float: none;
  width: 100%; }
  .page-template-page-campaign-coop .micro-site-header .micro-nav-wrapper.light-font .page_item:first-child {
    border-top: 0; }

.page-template-page-campaign-coop .micro-site-header .micro-menu {
  float: none;
  text-align: center;
  margin: 0;
  padding: 0;
  background-color: rgba(163, 31, 70, 0.95); }
  @media screen and (min-width: 769px) {
    .page-template-page-campaign-coop .micro-site-header .micro-menu {
      background-color: transparent;
      display: flex;
      justify-content: center;
      align-items: center; } }
  @media screen and (min-width: 769px) {
    .page-template-page-campaign-coop .micro-site-header .micro-menu .page_item {
      display: flex;
      justify-content: center;
      align-items: center; } }
  @media screen and (min-width: 769px) {
    .page-template-page-campaign-coop .micro-site-header .micro-menu .page_item.mobile-site-home,
    .page-template-page-campaign-coop .micro-site-header .micro-menu .page_item .mobile-only-text {
      display: none; } }
  .page-template-page-campaign-coop .micro-site-header .micro-menu .page_item .mobile-only-text {
    padding: 0; }

.page-template-page-campaign-coop .micro-site-header #micro-menu-toggle {
  margin-top: 0; }

.page-template-page-campaign-coop .micro-site-header .micro-sb-logo {
  float: left; }

.page-template-page-campaign-coop footer h3 {
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  line-height: 16px; }
  @media screen and (min-width: 768px) {
    .page-template-page-campaign-coop footer h3 {
      font-size: 24px;
      line-height: 30px; } }

.page-template-page-campaign-coop footer p {
  font-size: 12px;
  text-align: center; }

.page-template-page-campaign-coop #co-op-campaign-logos {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .page-template-page-campaign-coop #co-op-campaign-logos li {
    width: 50%;
    float: left;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .page-template-page-campaign-coop #co-op-campaign-logos li {
        width: 33%; } }
    .page-template-page-campaign-coop #co-op-campaign-logos li img {
      width: 60%;
      height: auto; }

.page-template-page-campaign-coop .cta-set-module {
  max-width: 1200px; }
  .page-template-page-campaign-coop .cta-set-module .section-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .page-template-page-campaign-coop .cta-set-module .section-wrapper .cta-set {
      width: 95%;
      max-width: 375px; }
      @media screen and (min-width: 768px) {
        .page-template-page-campaign-coop .cta-set-module .section-wrapper .cta-set {
          width: 48%;
          flex-basis: 48%;
          max-width: 700px; }
          .page-template-page-campaign-coop .cta-set-module .section-wrapper .cta-set:nth-child(2n+1) {
            margin-right: 2%; }
          .page-template-page-campaign-coop .cta-set-module .section-wrapper .cta-set.horiz-set-2:last-of-type {
            margin-left: 0; } }

.page-template-page-campaign-savvy.gotham-style .header-title,
.page-template-page-campaign-savvy.gotham-style .full-cta-title {
  font-family: "DINEngschriftStd", 'Trebuchet', 'sans-serif' !important;
  font-size: 2.5555555556em; }
  @media screen and (min-width: 768px) {
    .page-template-page-campaign-savvy.gotham-style .header-title,
    .page-template-page-campaign-savvy.gotham-style .full-cta-title {
      font-size: 7.8333333333em; } }

.page-template-page-campaign-savvy.gotham-style .image-header-surtitle {
  font-family: "DINEngschriftStd", 'Trebuchet', 'sans-serif' !important;
  font-size: 1.75em; }
  @media screen and (min-width: 768px) {
    .page-template-page-campaign-savvy.gotham-style .image-header-surtitle {
      font-size: 2.5em; } }

.page-template-page-campaign-savvy .micro-sb-logo {
  display: inherit; }

.page-template-page-campaign-savvy .cta-set-module {
  /*
    max-width: 1200px;
      .section-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

        .cta-set {
          width: 95%;
          max-width: 375px;

          @include media($tablet) {
            width: 48%;
            flex-basis: 48%;
            max-width: 700px;

            &:nth-child(2n+1) {
              margin-right: 2%;
            }

            &.horiz-set-2:last-of-type {
              margin-left: 0;
            }
          }
        }
      }
    */ }

.page-template-page-campaign-savvy .image-header-container {
  max-height: 66vh; }

.page-template-page-spanish-microsite .micro-site-header .micro-nav-wrapper.show-navigation {
  background-color: #a31f34;
  height: 100vh !important; }

@media screen and (min-width: 1025px) {
  body[class*="podcast"] .site-header {
    background: linear-gradient(to bottom, transparent, transparent 25%, rgba(226, 216, 173, 0.95) 25%, rgba(226, 216, 173, 0.95) 75%, transparent 75%); } }

body[class*="podcast"] .site-header .main-nav-wrapper {
  position: relative;
  background-color: #e2d8ad;
  height: 85px; }
  @media screen and (min-width: 1025px) {
    body[class*="podcast"] .site-header .main-nav-wrapper {
      background-color: transparent;
      height: auto; } }

body[class*="podcast"] .site-header #site-branding .micro-logo {
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-42%);
  width: 75px;
  z-index: 5; }
  body[class*="podcast"] .site-header #site-branding .micro-logo img {
    width: 100px; }
  @media screen and (min-width: 1025px) {
    body[class*="podcast"] .site-header #site-branding .micro-logo {
      left: 0;
      top: -20px;
      transform: none;
      width: auto; }
      body[class*="podcast"] .site-header #site-branding .micro-logo img {
        width: auto; } }

body[class*="podcast"] .site-header .main-nav-wrapper .main-navigation {
  flex: 0; }
  body[class*="podcast"] .site-header .main-nav-wrapper .main-navigation .hamburgerized .menu-main-navigation-container {
    font-family: "DINEngschriftStd", 'Trebuchet', 'sans-serif';
    font-size: 34px;
    list-style: none;
    margin: 15px 0 0;
    padding: 0; }
    @media screen and (min-width: 1025px) {
      body[class*="podcast"] .site-header .main-nav-wrapper .main-navigation .hamburgerized .menu-main-navigation-container {
        margin-top: 34px;
        margin-bottom: 34px; } }
    body[class*="podcast"] .site-header .main-nav-wrapper .main-navigation .hamburgerized .menu-main-navigation-container li {
      border-top: 1px solid #24120a;
      padding: 8px 0; }
      @media screen and (min-width: 1025px) {
        body[class*="podcast"] .site-header .main-nav-wrapper .main-navigation .hamburgerized .menu-main-navigation-container li {
          border: none;
          padding: 0; } }
    body[class*="podcast"] .site-header .main-nav-wrapper .main-navigation .hamburgerized .menu-main-navigation-container a {
      color: #444;
      display: inline-block;
      padding: 0 20px;
      position: relative;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase; }
      @media screen and (min-width: 1025px) {
        body[class*="podcast"] .site-header .main-nav-wrapper .main-navigation .hamburgerized .menu-main-navigation-container a::before {
          border-top: 3px solid transparent;
          content: '';
          left: 0;
          position: absolute;
          right: 0;
          transition: all .25s ease-out;
          transform: scale(0); }
        body[class*="podcast"] .site-header .main-nav-wrapper .main-navigation .hamburgerized .menu-main-navigation-container a:hover {
          color: #a31f34; }
          body[class*="podcast"] .site-header .main-nav-wrapper .main-navigation .hamburgerized .menu-main-navigation-container a:hover::before {
            border-top-color: #a31f34;
            transform: scale(1); } }

body[class*="podcast"] .image-header-container {
  margin-top: -139px; }

body[class*="podcast"].has__video-header .hero-header__container[data-media-type="video"] {
  position: relative; }
  @media screen and (min-width: 1025px) {
    body[class*="podcast"].has__video-header .hero-header__container[data-media-type="video"] {
      margin-top: -138px; } }

.podcast-episode__list {
  list-style: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
  width: 260px; }
  @media screen and (min-width: 768px) {
    .podcast-episode__list {
      display: flex;
      flex-wrap: wrap;
      width: 564px; } }
  @media screen and (min-width: 1025px) {
    .podcast-episode__list {
      width: 868px; } }

.podcast-episode {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 0;
  margin-bottom: 64px;
  max-width: 260px; }
  @media screen and (min-width: 768px) {
    .podcast-episode {
      flex-basis: 260px; }
      .podcast-episode:nth-child(even) {
        margin-left: 6.5%; }
      .podcast-episode:nth-child(even) + .podcast-episode:last-child {
        margin-left: auto;
        margin-right: auto; } }
  @media screen and (min-width: 1025px) {
    .podcast-episode:nth-child(even) {
      margin-left: 0; }
    .podcast-episode:nth-child(3n+1) {
      margin-right: 44px; }
      .podcast-episode:nth-child(3n+1) + .podcast-episode:last-child {
        margin-left: 0 !important;
        margin-right: 0; }
    .podcast-episode:nth-child(3n+3) {
      margin-left: 44px; }
    .podcast-episode:nth-child(3n+3) + .podcast-episode:last-child {
      margin-left: auto;
      margin-right: auto; } }
  .podcast-episode a {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
    line-height: 0;
    text-decoration: none; }

.podcast-episode__poster {
  height: 200px;
  width: 260px; }
  .podcast-episode__poster img {
    height: 200px; }
  .podcast-episode__poster[episode-available="0"] {
    background-color: #ddd;
    position: relative; }
    .podcast-episode__poster[episode-available="0"]::after {
      color: #fff;
      content: 'Coming Soon';
      display: block;
      font-size: 20px;
      font-weight: bold;
      position: absolute;
      text-align: center;
      top: 50%;
      transform: translateY(-50%);
      text-transform: uppercase;
      width: 100%; }

.podcast-episode__number {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  margin: 22px 0 22px;
  padding: 0;
  text-transform: uppercase; }

.podcast-episode__title {
  font-size: 20px;
  line-height: 1; }

.hero-header__container {
  text-align: center;
  margin-top: 0;
  overflow: hidden; }

.hero-header {
  margin: 0 auto;
  max-height: 232px;
  max-width: 762px;
  position: relative;
  isolation: isolate; }
  @media screen and (min-width: 768px) {
    .hero-header {
      max-height: 433px;
      max-width: 1024px; } }
  @media screen and (min-width: 1024px) {
    .hero-header {
      max-height: 845px;
      max-width: 1500px; } }

.hero-header__text {
  bottom: 25px;
  left: 20px;
  position: absolute;
  text-align: left;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    .hero-header__text {
      bottom: 0;
      left: 40px; } }
  @media screen and (min-width: 1024px) {
    .hero-header__text {
      left: 60px; } }

.hero-header__title {
  color: #fff;
  display: block;
  font: 20px / 20px "DINEngschriftStd", 'Trebuchet', 'sans-serif';
  letter-spacing: 4px;
  text-shadow: 0px 0 #ddd, 2px 2px 2px rgba(0, 0, 0, 0.75); }
  @media screen and (min-width: 768px) {
    .hero-header__title {
      font-size: 75px;
      line-height: 75px;
      text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.75); } }
  @media screen and (min-width: 1024px) {
    .hero-header__title {
      font-size: 105px;
      line-height: 105px;
      letter-spacing: 6px; } }

.hero-header__button {
  background-color: #a81e37;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-weight: 100;
  font-size: 12px;
  line-height: 12px;
  font-family: "Figtree", sans-serif;
  margin-bottom: 10px;
  padding: 10px 20px;
  text-decoration: none; }
  @media screen and (min-width: 768px) {
    .hero-header__button {
      font-size: 20px;
      line-height: 20px;
      margin-top: 30px;
      margin-bottom: 50px;
      padding: 10px 25px; } }
  @media screen and (min-width: 1024px) {
    .hero-header__button {
      font-size: 28px;
      line-height: 20px;
      margin-top: 30px;
      padding: 30px 30px; } }

.hero-header[data-header-location="landing"] {
  max-height: none;
  max-width: none; }
  .hero-header[data-header-location="landing"] video {
    display: block; }
  .hero-header[data-header-location="landing"] .image-header-content {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .hero-header[data-header-location="landing"] .image-header-content {
        height: auto;
        max-height: none; } }

.hero-header__prim-title {
  color: #fff;
  font-size: 46px;
  margin: 0;
  text-align: center;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.75);
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    .hero-header__prim-title {
      font-size: 70px; } }
  @media screen and (min-width: 1024px) {
    .hero-header__prim-title {
      font-size: 141px; } }

.hero-header--sharing {
  display: none; }
  @media screen and (min-width: 768px) {
    .hero-header--sharing {
      border-top: 1px solid #fff;
      color: #fff;
      content: "";
      display: flex;
      font-family: "Figtree", sans-serif;
      font-size: 17px;
      font-weight: 400;
      line-height: 1.4;
      max-width: 620px;
      padding-top: 15px;
      position: relative;
      text-shadow: 0 0 15px rgba(0, 0, 0, 0.75); }
      .hero-header--sharing > span {
        display: inline-block;
        margin-left: 10px;
        text-align: left; } }

.hero-header__subtitle {
  display: none; }
  @media screen and (min-width: 768px) {
    .hero-header__subtitle {
      border-top: 1px solid #fff;
      color: #fff;
      content: "";
      display: flex;
      font-family: "Figtree", sans-serif;
      font-size: 15px;
      font-weight: 400;
      line-height: 1.4;
      max-width: 620px;
      padding-top: 15px;
      position: relative;
      text-shadow: 0 0 15px rgba(0, 0, 0, 0.75); }
      .hero-header__subtitle > span {
        display: inline-block;
        margin-left: 10px;
        text-align: left; } }
  .hero-header__subtitle .image-header-icon {
    display: inline;
    text-decoration: none; }
    .hero-header__subtitle .image-header-icon svg[class*="-svg"] {
      height: 26px;
      width: 26px; }
    .hero-header__subtitle .image-header-icon + span {
      float: right;
      margin-left: 10px;
      text-align: left;
      width: calc(100% - 75px); }

/*play pause viedo btn*/
#trigger_pause {
  line-height: 0 !important;
  border-radius: 50%;
  position: absolute;
  top: 5vh;
  right: 5vw;
  z-index: 10;
  background: #a4022c;
  padding: 0;
  width: 50px;
  height: 50px;
  padding: 7px;
  opacity: 0.4;
  transition: ease 0.4s; }
  @media screen and (max-width: 640px) {
    #trigger_pause {
      width: 40px;
      height: 40px; } }
  #trigger_pause:hover {
    transition: ease 0.4s;
    opacity: 1; }
  #trigger_pause img.play-icon {
    padding-left: 5px; }
  #trigger_pause #play_pause_image {
    transition: opacity 0.2s ease-in-out; }

/**
 * Components
 */
/**
 * Site Branding
 */
.site-branding {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  .site-branding > * {
    flex: 1 0 auto; }
  .no-flexbox .site-branding {
    display: inline-block; }
  .site-branding .site-title {
    height: 36px;
    width: 210px;
    margin: 0 0 0 12px;
    background-image: url(../svgs//site-logo.svg);
    background-repeat: no-repeat;
    background-size: contain; }
    @media screen and (min-width: 769px) {
      .site-branding .site-title {
        height: 40px;
        width: 231px;
        margin: 0 0; } }
    .site-branding .site-title a {
      background-color: transparent;
      border: 0;
      overflow: hidden;
      /* IE 6/7 fallback */
      *text-indent: -9999px;
      display: block;
      height: 100%;
      width: 100%; }
      .site-branding .site-title a:before {
        content: "";
        display: block;
        width: 0;
        height: 150%; }
  .site-branding .site-description {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    margin-top: 0;
    margin-bottom: 0; }

/**
 * Search
 */
.icon-search {
  position: relative;
  display: inline-block;
  height: 28px;
  width: 20px; }
  @media screen and (min-width: 768px) {
    .icon-search {
      height: 24px;
      margin-top: 4px;
      width: 17px; } }

.widget_search {
  margin-bottom: 0;
  margin-left: 45px; }
  .site-header .widget_search {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: stretch;
    border-top: 1px solid #021a3f; }
    .site-header .widget_search > * {
      flex: 1 1 100%; }
    @media screen and (min-width: 769px) {
      .site-header .widget_search {
        border-top: 0;
        z-index: 1; } }
    .no-flexbox .site-header .widget_search {
      display: block;
      height: 100%;
      width: 100%;
      margin-top: 0px;
      margin-bottom: 12px; }
      @media screen and (min-width: 769px) {
        .no-flexbox .site-header .widget_search {
          display: inline-block;
          height: 100%;
          margin-top: 0px;
          margin-bottom: 12px; } }
    .site-header .widget_search .search-form {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: stretch;
      justify-content: stretch; }
      .site-header .widget_search .search-form > * {
        flex: 1 1 100%; }
    .site-header .widget_search .search-trigger {
      display: none; }
      @media screen and (min-width: 769px) {
        .site-header .widget_search .search-trigger {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center;
          background-color: transparent;
          justify-content: flex-end;
          margin-bottom: 0;
          padding: 0;
          position: relative;
          text-align: center; }
          .site-header .widget_search .search-trigger > * {
            flex: 1 0 auto; }
          .site-header .widget_search .search-trigger > * {
            flex: 0 0 auto; }
          .no-flexbox .site-header .widget_search .search-trigger {
            display: inline-block; }
          .site-header .widget_search .search-trigger:before {
            border-top: 1px solid transparent;
            content: '';
            position: absolute;
            top: 0px;
            transition: all 0.25s ease-out;
            transform: scale(0);
            width: 100%; }
            .no-flexbox .site-header .widget_search .search-trigger:before {
              top: -10px; }
          .site-header .widget_search .search-trigger:hover, .site-header .widget_search .search-trigger:focus {
            cursor: pointer; }
            .site-header .widget_search .search-trigger:hover .icon-search .search-icon, .site-header .widget_search .search-trigger:focus .icon-search .search-icon {
              fill: #A4022C; }
            .site-header .widget_search .search-trigger:hover:before, .site-header .widget_search .search-trigger:focus:before {
              border-top-color: #A4022C;
              transform: scale(1); }
            .site-header .widget_search .search-trigger:hover + .search-wrapper, .site-header .widget_search .search-trigger:focus + .search-wrapper {
              display: block; }
          .no-flexbox .site-header .widget_search .search-trigger .icon-search {
            vertical-align: middle;
            margin-left: 40px; } }
    .site-header .widget_search .search-wrapper {
      margin: 20px 0;
      background-color: #f6f3e6; }
      @media screen and (min-width: 1280px) {
        .site-header .widget_search .search-wrapper {
          position: absolute;
          /*top: 100%;*/
          top: 47px;
          left: 0;
          right: 0;
          /*display: block;*/
          display: none;
          height: 0;
          margin: 0;
          overflow: hidden;
          /*background-color: rgba( $beige, 0.95 );*/
          background-color: #e2d8ad;
          transition: all 0.25s ease-in-out; }
          .site-header .widget_search .search-wrapper.show-search {
            height: auto;
            padding: 10px 0;
            display: block; }
            .site-header .widget_search .search-wrapper.show-search .container {
              opacity: 1;
              max-height: 80px; } }
      .site-header .widget_search .search-wrapper .container {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: stretch;
        justify-content: space-between;
        padding: 7px 0; }
        @media screen and (min-width: 1280px) {
          .site-header .widget_search .search-wrapper .container {
            align-items: center;
            justify-content: flex-end;
            height: auto;
            max-height: 0;
            opacity: 0;
            margin-top: 10px;
            margin-bottom: 10px;
            padding: 0;
            transition: all 0.25s ease-in-out; } }
        .no-flexbox .site-header .widget_search .search-wrapper .container {
          display: block; }
          @media screen and (min-width: 769px) {
            .no-flexbox .site-header .widget_search .search-wrapper .container {
              text-align: right; } }
        .site-header .widget_search .search-wrapper .container > * {
          flex: 0 1 auto; }
          .no-flexbox .site-header .widget_search .search-wrapper .container > * {
            display: inline-block;
            vertical-align: top; }
        .site-header .widget_search .search-wrapper .container > label {
          flex: 1 1 auto;
          font: 18px/21px "Figtree", sans-serif;
          margin-bottom: 0;
          text-transform: none; }
          @media screen and (min-width: 769px) {
            .site-header .widget_search .search-wrapper .container > label {
              max-width: 550px;
              margin-right: 20px;
              text-align: right; } }
          .no-flexbox .site-header .widget_search .search-wrapper .container > label {
            min-width: 250px; }
          .flexboxtweener .site-header .widget_search .search-wrapper .container > label {
            max-width: none; }
      .site-header .widget_search .search-wrapper .search-field {
        font-family: "Figtree", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        box-sizing: border-box;
        width: 100%;
        padding: 3px 6px;
        background: transparent;
        background-color: #f6f3e6;
        font-size: 2em;
        line-height: 1.9;
        max-width: 375px;
        padding: 0 15px;
        max-height: 50px; }
        @media screen and (min-width: 1280px) {
          .site-header .widget_search .search-wrapper .search-field {
            border: 1px solid #444; } }
        .site-header .widget_search .search-wrapper .search-field::-moz-placeholder {
          font-family: "DINEngschriftStd", 'Trebuchet', 'sans-serif';
          color: #444;
          font-size: 22px;
          line-height: 1.5;
          text-transform: uppercase; }
        .site-header .widget_search .search-wrapper .search-field::placeholder {
          font-family: "DINEngschriftStd", 'Trebuchet', 'sans-serif';
          color: #444;
          font-size: 22px;
          line-height: 1.5;
          text-transform: uppercase; }
        .site-header .widget_search .search-wrapper .search-field:focus {
          border: 2px solid #444; }
        .site-header .widget_search .search-wrapper .search-field::-moz-placeholder {
          font-size: 28px;
          line-height: 1.5;
          position: relative;
          top: -3px; }
        .site-header .widget_search .search-wrapper .search-field::placeholder {
          font-size: 28px;
          line-height: 1.5;
          position: relative;
          top: -3px; }
        @media screen and (min-width: 769px) {
          .flexboxtweener .site-header .widget_search .search-wrapper .search-field {
            max-width: 550px;
            float: right; } }
      .site-header .widget_search .search-wrapper .submit-wrapper {
        flex: 0 0 40px;
        position: relative;
        display: inline-block;
        max-width: 40px;
        background-image: url(../svgs//search.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px; }
        @media screen and (min-width: 1280px) {
          .site-header .widget_search .search-wrapper .submit-wrapper {
            flex: 0 1 90px;
            margin-left: 10px;
            min-width: 90px;
            max-width: none;
            background-image: none; } }
        .no-flexbox .site-header .widget_search .search-wrapper .submit-wrapper {
          width: 40px;
          height: 36px;
          float: right;
          background-image: url(../images//search_sm.png); }
          @media screen and (min-width: 769px) {
            .no-flexbox .site-header .widget_search .search-wrapper .submit-wrapper {
              background-image: none; } }
        @media screen and (min-width: 769px) {
          .flexboxtweener .site-header .widget_search .search-wrapper .submit-wrapper {
            width: 90px; } }
      .site-header .widget_search .search-wrapper .search-submit {
        background-color: transparent;
        border: 0;
        overflow: hidden;
        /* IE 6/7 fallback */
        *text-indent: -9999px;
        font-family: "Figtree", sans-serif;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        max-width: 100%;
        padding: 0;
        background: transparent;
        text-indent: 100%;
        border: 0;
        border-radius: 0;
        transition: all 0.25s ease-out; }
        .site-header .widget_search .search-wrapper .search-submit:before {
          content: "";
          display: block;
          width: 0;
          height: 150%; }
        .site-header .widget_search .search-wrapper .search-submit:hover {
          background-color: transparent; }
        @media screen and (min-width: 1280px) {
          .site-header .widget_search .search-wrapper .search-submit {
            position: static;
            top: auto;
            right: auto;
            bottom: auto;
            left: auto;
            max-width: 100%;
            padding: 10px 15px;
            color: #021a3f;
            text-indent: 0;
            border: 1px solid #021a3f;
            border-radius: 5px; }
            .site-header .widget_search .search-wrapper .search-submit:hover {
              background-color: #a31f34;
              color: #e2d8ad;
              border-color: transparent; } }
      .site-header .widget_search .search-wrapper .search-close {
        display: none; }
        .no-flexbox .site-header .widget_search .search-wrapper .search-close {
          display: none; }

.firefox .site-header .widget_search .search-wrapper .search-field::-moz-placeholder {
  line-height: 2; }

.firefox .site-header .widget_search .search-wrapper .search-field::placeholder {
  line-height: 2; }

body.search-results .listing-title {
  text-align: left; }

/**
 * Finder Bars
 */
.finder-bar {
  margin-top: 30px;
  margin-right: 10px;
  margin-bottom: 30px;
  margin-left: 10px;
  max-width: 1200px; }
  @media screen and (min-width: 768px) {
    .finder-bar {
      margin-top: 60px;
      margin-right: auto;
      margin-bottom: 60px;
      margin-left: auto;
      width: 88%; } }
  .finder-bar .finder-form {
    padding-top: 50px; }
    @media screen and (min-width: 768px) {
      .finder-bar .finder-form {
        padding-top: 25px; } }
    @media screen and (min-width: 769px) {
      .finder-bar .finder-form {
        padding-top: 35px; } }
  .finder-bar.nonmodule-finder {
    margin-top: 0;
    margin-bottom: 0; }
    .finder-bar.nonmodule-finder .finder-form {
      padding-top: 20px; }
  .finder-bar .fieldset {
    max-width: 100%;
    width: 100%; }
  .finder-bar .filter-tax {
    display: inline; }
  .finder-bar .filters {
    float: left;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .finder-bar .filters {
        height: 75px;
        overflow: hidden; } }
    @media screen and (min-width: 769px) {
      .finder-bar .filters {
        margin-right: 10px;
        margin-bottom: 0;
        width: calc( 100% - 115px); } }
  .finder-bar .main-category, .finder-bar .sub-category, .finder-bar .sub-types {
    display: block;
    float: left;
    margin-bottom: 10px;
    width: 100%; }
    @media screen and (min-width: 769px) {
      .finder-bar .main-category, .finder-bar .sub-category, .finder-bar .sub-types {
        margin-bottom: 0; } }
  .finder-bar .datepickers {
    float: left;
    margin-bottom: 10px; }
    @media screen and (min-width: 769px) {
      .finder-bar .datepickers {
        margin-bottom: 0; } }
    .finder-bar .datepickers input[type=text] {
      font-size: 1em; }
    .finder-bar .datepickers input[type=date] {
      font-size: 0.77778em; }
    .finder-bar .datepickers .date-field {
      float: left;
      width: calc(50% - 5px); }
      .finder-bar .datepickers .date-field:first-of-type {
        margin-right: 10px; }
      .finder-bar .datepickers .date-field span {
        position: relative;
        display: block;
        height: 40px; }
        @media screen and (min-width: 768px) {
          .finder-bar .datepickers .date-field span {
            height: 50px; } }
        .finder-bar .datepickers .date-field span input {
          position: absolute;
          top: 0;
          left: 0;
          height: 40px;
          width: 100%;
          cursor: pointer; }
          @media screen and (min-width: 768px) {
            .finder-bar .datepickers .date-field span input {
              height: 50px; } }
        .finder-bar .datepickers .date-field span .calendar-svg {
          position: absolute;
          top: 0;
          right: 5px;
          bottom: 0;
          height: 25px;
          margin-top: auto;
          margin-bottom: auto;
          width: 30px;
          pointer-events: none; }
      .finder-bar .datepickers .date-field .event-datepicker {
        height: 40px;
        padding-right: 10px;
        padding-left: 10px;
        width: 100%;
        background-color: #C9D6D6; }
        @media (min-width: 342px) {
          .finder-bar .datepickers .date-field .event-datepicker {
            padding-right: 40px; } }
        @media screen and (min-width: 768px) {
          .finder-bar .datepickers .date-field .event-datepicker {
            height: 50px; } }
      .finder-bar .datepickers .date-field svg {
        display: none; }
        @media (min-width: 342px) {
          .finder-bar .datepickers .date-field svg {
            display: block; } }
  .finder-bar.dropdowns-1 .main-category {
    width: 100%; }
  @media screen and (min-width: 768px) {
    .finder-bar.dropdowns-1 .fieldset {
      width: 431px; } }
  @media screen and (min-width: 769px) {
    .finder-bar.dropdowns-1 .fieldset {
      max-width: 100%;
      width: 617px; } }
  .finder-bar.dropdowns-2 .fieldset {
    width: 100%; }
  @media screen and (min-width: 768px) {
    .finder-bar.dropdowns-2 .main-category, .finder-bar.dropdowns-2 .sub-category {
      width: calc( 50% - 5px); }
    .finder-bar.dropdowns-2 .main-category {
      margin-right: 10px; } }
  @media screen and (min-width: 769px) {
    .finder-bar.dropdowns-2 .fieldset {
      max-width: 100%;
      width: 926px; } }
  @media screen and (min-width: 768px) {
    .finder-bar.dropdowns-3 .main-category, .finder-bar.dropdowns-3 .sub-category, .finder-bar.dropdowns-3 .sub-types {
      width: calc( 33.3333% - 6.6667px); }
    .finder-bar.dropdowns-3 .main-category, .finder-bar.dropdowns-3 .sub-category {
      margin-right: 10px; } }
  .finder-bar label {
    margin-bottom: 0;
    text-align: left; }
  .finder-bar select {
    display: block;
    width: 100%; }
  .finder-bar .form-submit {
    margin-top: 26px;
    text-align: center; }
    .finder-bar .form-submit input[type="submit"] {
      font-size: 0.88889em; }
  @media screen and (min-width: 768px) {
    .finder-bar.event-finder .filters {
      height: 156px; } }
  @media screen and (min-width: 769px) {
    .finder-bar.event-finder .filters {
      height: 75px; } }
  .finder-bar.event-finder.dropdowns-1 .main-category {
    width: 100%; }
  .finder-bar.event-finder.dropdowns-1 .datepickers {
    width: 100%; }
  @media screen and (min-width: 768px) {
    .finder-bar.event-finder.dropdowns-1 .fieldset {
      width: 431px; } }
  @media screen and (min-width: 769px) {
    .finder-bar.event-finder.dropdowns-1 .main-category {
      margin-right: 10px;
      max-width: calc( 45% - 10px); }
    .finder-bar.event-finder.dropdowns-1 .datepickers {
      max-width: 55%; }
    .finder-bar.event-finder.dropdowns-1 .fieldset {
      max-width: 100%;
      width: 100%; } }
  .finder-bar.event-finder.dropdowns-2 .main-category {
    width: 100%; }
  .finder-bar.event-finder.dropdowns-2 .datepickers {
    width: 100%; }
  @media screen and (min-width: 768px) {
    .finder-bar.event-finder.dropdowns-2 .filters {
      float: none;
      margin-right: auto;
      margin-left: auto; }
    .finder-bar.event-finder.dropdowns-2 .main-category, .finder-bar.event-finder.dropdowns-2 .sub-category {
      max-width: calc(50% - 5px); }
    .finder-bar.event-finder.dropdowns-2 .main-category {
      margin-right: 10px; }
    .finder-bar.event-finder.dropdowns-2 .datepickers {
      margin-left: calc( 50% - 215.5px);
      width: 431px; }
    .finder-bar.event-finder.dropdowns-2 .form-submit {
      clear: both;
      float: none;
      padding-top: 10px; } }
  @media (min-width: 950px) {
    .finder-bar.event-finder.dropdowns-2 .filters {
      float: left;
      margin-right: 10px; }
    .finder-bar.event-finder.dropdowns-2 .main-category, .finder-bar.event-finder.dropdowns-2 .sub-category {
      margin-right: 10px;
      max-width: calc( 33.333% - 10px); }
    .finder-bar.event-finder.dropdowns-2 .datepickers {
      margin-left: 0;
      max-width: 33.333%; }
    .finder-bar.event-finder.dropdowns-2 .fieldset {
      max-width: 100%;
      width: 100%; }
    .finder-bar.event-finder.dropdowns-2 .form-submit {
      clear: none;
      float: left;
      padding-top: 0; } }

/*ADA fixes*/
.finder-bar .datepickers .date-field input::-moz-placeholder {
  opacity: 1;
  color: #444; }
.finder-bar .datepickers .date-field input::placeholder {
  opacity: 1;
  color: #444; }

input.jrs-datepicker-1859::-moz-placeholder {
  opacity: 1;
  color: #444; }

input.jrs-datepicker-1859::placeholder {
  opacity: 1;
  color: #444; }

button#jrs-button-1859 {
  color: #444;
  border-color: #444; }

#jrs-title-1859 h2 {
  font-family: DINEngschriftStd, Trebuchet, "sans-serif";
  font-weight: 200;
  line-height: 1.4;
  text-transform: uppercase;
  color: #418205;
  font-size: 45px;
  background-color: #f6f3e6;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  top: 0;
  display: inline-block;
  margin: 0; }

.enclosed-widget .enclosed-widget-title h2.calendar-h2-title-custom {
  position: relative;
  top: 18px;
  z-index: 2;
  display: inline-block;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #f6f3e6;
  font-family: "DINEngschriftStd", 'Trebuchet', 'sans-serif';
  color: #112348;
  font-size: 1em;
  font-weight: 200;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center; }

.gsc-flyin {
  background-color: transparent !important; }

.bound-flyin__wrapper {
  background-color: rgba(168, 30, 54, 0.9);
  overflow: hidden;
  width: 280px; }
  @media screen and (min-width: 768px) {
    .bound-flyin__wrapper {
      width: 300px; } }

.bound-flyin__inner {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 10px; }
  @media screen and (min-width: 768px) {
    .bound-flyin__inner {
      margin: 20px; } }

.bound-flyin__content {
  color: #fff;
  text-align: center; }
  .bound-flyin__content img {
    width: 100%; }
  .bound-flyin__content h2 {
    font-family: "DINEngschriftStd", 'Trebuchet', 'sans-serif';
    color: #fff;
    display: block;
    font-size: 52px;
    margin: 20px 0 10px;
    text-transform: uppercase; }
  .bound-flyin__content p {
    line-height: 1.3;
    font-size: 16px;
    margin: 0 0 15px;
    text-align: center; }

@media screen and (min-width: 768px) {
  .bound-flyin__wrapper.bound-flyin__2cols .bound-flyin__content {
    display: flex; } }

.bound-flyin__content-column {
  flex-basis: 45%; }
  .bound-flyin__content-column + .bound-flyin__content-column h2,
  .bound-flyin__content-column + .bound-flyin__content-column p {
    text-align: left; }
  .bound-flyin__content-column + .bound-flyin__content-column h2 {
    margin-top: 0; }
  @media screen and (min-width: 768px) {
    .bound-flyin__content-column + .bound-flyin__content-column {
      margin-left: 5%; } }

.bound-flyin__footer {
  text-align: center; }
  .bound-flyin__footer p {
    margin: 0; }
  .bound-flyin__footer a {
    background: #fff;
    border-radius: 5px;
    color: #a81e36;
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
    width: 80%; }
    .bound-flyin__footer a:focus {
      border: 3px solid #000; }

/**
 * Wedding specific styles
 */
.cr-gallery__weddings {
  margin: 20px auto;
  max-width: 1000px;
  width: 90%; }
  .cr-gallery__weddings .gallery__intro-wrapper {
    background-color: #021a3f;
    margin-bottom: 15px;
    padding: 20px; }
    @media screen and (min-width: 768px) {
      .cr-gallery__weddings .gallery__intro-wrapper {
        margin-bottom: 18px; } }
  .cr-gallery__weddings .gallery__intro {
    outline: 1px solid #5387A8;
    padding: 65px 0 45px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .cr-gallery__weddings .gallery__intro {
        padding: 30px 0 20px; } }
  .cr-gallery__weddings .cr-loadMore {
    background-color: #fff;
    border: 1px solid #5387A8;
    border-radius: 9px;
    color: #5387A8;
    display: inline-block;
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    padding: 8px 11px;
    text-transform: uppercase;
    transition: all 200ms ease-in-out; }
    .cr-gallery__weddings .cr-loadMore:hover {
      background-color: #5387A8;
      color: #fff; }
  .cr-gallery__weddings .cr-gallery__headline {
    color: #fff;
    font-family: DINEngschriftStd, Trebuchet, "sans-serif";
    font-size: 60px;
    line-height: 59px;
    margin: 0 0 10px;
    text-align: center;
    text-shadow: 0 0 9px rgba(0, 0, 0, 0.2); }
    @media screen and (min-width: 768px) {
      .cr-gallery__weddings .cr-gallery__headline {
        margin-bottom: 0; } }
  .cr-gallery__weddings .cr-gallery__text {
    color: #5387a8;
    font-family: DINEngschriftStd, Trebuchet, "sans-serif";
    font-size: 45px;
    line-height: 43px;
    margin: 0;
    text-align: center;
    text-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
    text-transform: uppercase; }
  .cr-gallery__weddings .cr-gallery__hashtag {
    color: #fff;
    font-family: "Figtree", sans-serif;
    font-size: 20px;
    margin: 0;
    text-align: center;
    text-transform: uppercase; }
  .cr-gallery__weddings .cr__grid {
    margin-top: -5px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
    .cr-gallery__weddings .cr__grid .loadMore {
      background-color: #fff;
      border: 1px solid #5387A8;
      border-radius: 9px;
      color: #5387A8;
      display: inline-block;
      font-family: "Figtree", sans-serif;
      font-size: 16px;
      padding: 8px 11px;
      text-transform: uppercase;
      transition: all 200ms ease-in-out;
      width: auto; }
      .cr-gallery__weddings .cr__grid .loadMore:hover {
        background-color: #5387A8;
        color: #fff; }
  .cr-gallery__weddings .cr__gallery .cr__asset__overlay.isLoaded {
    border: 1px solid #021A3F; }
    .cr-gallery__weddings .cr__gallery .cr__asset__overlay.isLoaded::after {
      background-color: rgba(0, 0, 0, 0.5);
      bottom: 0;
      content: '';
      display: block;
      height: 35px;
      left: 0;
      position: absolute;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .cr-gallery__weddings .cr__gallery .cr__asset__overlay.isLoaded::after {
          display: none; } }
  .cr-gallery__weddings .cr__gallery .cr__asset__overlay .overlayIcon {
    bottom: 5px;
    top: auto; }
  .cr-gallery__weddings .cr__gallery .cr__asset__overlay.isOwned .overlayUser,
  .cr-gallery__weddings .cr__gallery .cr__asset__overlay .overlayUser {
    bottom: 8px;
    font-size: 11px;
    font-weight: normal;
    opacity: 1;
    top: auto;
    z-index: 2; }
    @media screen and (min-width: 768px) {
      .cr-gallery__weddings .cr__gallery .cr__asset__overlay.isOwned .overlayUser,
      .cr-gallery__weddings .cr__gallery .cr__asset__overlay .overlayUser {
        opacity: 0; } }
  .cr-gallery__weddings .cr__gallery .cr__asset__overlay.isOwned .overlayIcon,
  .cr-gallery__weddings .cr__gallery .cr__asset__overlay.isOwned .overlayUser {
    bottom: 10px; }
  @media screen and (min-width: 768px) {
    .cr-gallery__weddings .cr__gallery .cr__asset__overlay.isOwned.isHovered .overlayUser {
      opacity: 1 !important; } }
  .cr-gallery__weddings .cr__gallery .cr__asset__overlay .overlayLocation .overlayIcon {
    bottom: 30px; }
  .cr-gallery__weddings .cr__gallery .cr__asset__overlay .overlayLocation .textLabel {
    bottom: 30px;
    font-size: 10px;
    left: 28px;
    top: auto; }
  .cr-gallery__weddings .cr__gallery .cr__asset__overlay .overlayCta {
    width: 100%; }
    .cr-gallery__weddings .cr__gallery .cr__asset__overlay .overlayCta .cta {
      bottom: auto;
      top: 0;
      right: 0;
      width: auto; }
    .cr-gallery__weddings .cr__gallery .cr__asset__overlay .overlayCta .ctaExpanded__ctaInner {
      border-radius: 0;
      padding: 4px; }
    .cr-gallery__weddings .cr__gallery .cr__asset__overlay .overlayCta .ctaExpanded__label {
      font-size: 12px;
      outline: 1px solid #fff;
      padding: 5px; }
    .cr-gallery__weddings .cr__gallery .cr__asset__overlay .overlayCta .iconWrapper {
      display: none; }

.cr__gallery .assetInfoDetail__top {
  display: grid;
  grid-template-columns: 1fr auto; }

.cr__gallery .assetInfoDetail__link {
  margin-left: 4px; }

.cr__gallery .assetInfoDetail__readMore {
  text-transform: none !important; }

.cr__gallery .brandImageContainer {
  margin: 0 auto;
  width: 90%; }

.cr__gallery .ctaPanel__brandImage {
  right: auto !important;
  width: 85% !important; }

.cr__gallery .mobileFullscreen__close {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important; }
  .cr__gallery .mobileFullscreen__close .iconWrapper svg {
    fill: #000 !important; }

.cr__gallery .fullscreen__close .iconWrapper svg {
  fill: #fff !important; }

.cr__gallery .fullscreen__previousHold svg,
.cr__gallery .fullscreen__nextHold svg {
  fill: #fff !important; }

.cr__gallery button[class*="mobileImage__previous"], .cr__gallery button[class*="mobileImage__next"] {
  background-color: transparent !important; }

.weddings--cta-title {
  font-family: "DINEngschriftStd", 'Trebuchet', 'sans-serif';
  color: #fff;
  font-size: 2em;
  font-weight: 200;
  line-height: 1.3;
  margin: 20px 0 0;
  max-width: calc(100% - 20px);
  text-shadow: 0 0 15px black;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    .weddings--cta-title {
      font-size: 2.22222em; } }
  @media screen and (min-width: 1025px) {
    .weddings--cta-title {
      font-size: 2.5em; } }

.module__cta-bar {
  margin: 50px auto 50px;
  max-width: 1200px;
  outline: 1px solid #5387A8;
  width: 90%; }
  .module__cta-bar .module__inner {
    display: grid;
    margin: 0 auto;
    padding: 15px 0 25px;
    width: 92%; }

.module__cta-bar__image {
  line-height: 0;
  text-align: center; }
  .module__cta-bar__image img {
    max-width: 265px;
    position: relative; }

.module__cta-bar__title {
  color: #5387A8;
  font-family: DINEngschriftStd,Trebuchet,"sans-serif";
  font-size: 46px;
  margin: 0;
  text-transform: uppercase; }

.module__cta-bar__content {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  text-align: center; }
  .module__cta-bar__content p {
    line-height: 28px;
    margin-bottom: 15px;
    text-align: center; }
  .module__cta-bar__content .button {
    align-self: center; }

@media screen and (min-width: 768px) {
  .module__cta-bar .module__inner {
    align-items: center;
    grid-row-gap: 0;
    grid-template-columns: 265px 1fr;
    grid-column-gap: 40px;
    padding-top: 25px;
    width: 95%; }
  .module__cta-bar__content {
    display: initial;
    margin-top: 0;
    padding: 0;
    text-align: left; }
    .module__cta-bar__content p {
      text-align: left; }
  .module__cta-bar__title {
    font-size: 59px; } }

.cr-module {
  margin: 60px auto;
  width: 90%; }
  .cr-module[data-gallery-type="single-row"] {
    max-width: 800px; }
  .cr-module[data-gallery-type="photogrid"] {
    max-width: 1000px; }

.cr-module__text-wrapper {
  margin: 0 auto;
  max-width: 870px; }

.cr-gallery__title {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #a31f34;
  font-size: 1.5em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase; }
  .cr-gallery__title[data-bg-line="show"] {
    display: grid;
    grid-template-columns: 1fr 70% 1fr; }
    .cr-gallery__title[data-bg-line="show"]::before, .cr-gallery__title[data-bg-line="show"]::after {
      align-self: center;
      content: '';
      display: inline-block;
      border-bottom: 2px solid #a31f34; }

.cr-module[data-gallery-type="single-row"] {
  display: none; }
  @media screen and (min-width: 768px) {
    .cr-module[data-gallery-type="single-row"] {
      display: block;
      position: relative; }
      .cr-module[data-gallery-type="single-row"] .cr__gallery .cr__asset__overlay.isLoaded {
        border: 1px solid #021a3f; }
      .cr-module[data-gallery-type="single-row"] .cr__gallery .cr__asset__overlay .overlayIcon {
        bottom: 5px;
        top: auto; }
      .cr-module[data-gallery-type="single-row"] .cr__gallery .cr__asset__overlay .overlayUser {
        bottom: 10px;
        font-weight: normal;
        font-size: 10px;
        opacity: 0;
        top: auto; }
      .cr-module[data-gallery-type="single-row"] .cr__gallery .cr__asset__overlay.isHovered .overlayUser {
        opacity: 1; }
      .cr-module[data-gallery-type="single-row"] .cr__gallery .cr__asset__overlay .overlayCta,
      .cr-module[data-gallery-type="single-row"] .cr__gallery .cr__asset__overlay .overlayLocation {
        display: none; }
      .cr-module[data-gallery-type="single-row"] .gallery_contents {
        position: relative; }
      .cr-module[data-gallery-type="single-row"] .cr__slick-nav {
        top: 10px;
        height: 14px;
        position: absolute;
        right: -45px;
        width: 35px; }
      .cr-module[data-gallery-type="single-row"] .slick-arrow {
        background-image: url(../images/cr-slick-arrow.png);
        background-repeat: no-repeat;
        font-size: 0;
        height: 14px;
        margin-top: 0;
        top: auto;
        width: 9px; } }

.cr-module[data-gallery-type="body"] {
  text-align: center; }
  .cr-module[data-gallery-type="body"] .cr__singleEmbedContainer {
    border: 0;
    border-radius: 0;
    max-width: 370px !important; }
    .cr-module[data-gallery-type="body"] .cr__singleEmbedContainer .BottomBarWrapper {
      height: 0;
      position: relative; }
    .cr-module[data-gallery-type="body"] .cr__singleEmbedContainer .singleImageContain {
      outline: 1px solid #021A3F; }
    .cr-module[data-gallery-type="body"] .cr__singleEmbedContainer .overlayContainer--default {
      color: #fff !important;
      fill: #fff !important; }
    .cr-module[data-gallery-type="body"] .cr__singleEmbedContainer .overlayContainer--hovered {
      background-color: none;
      background-color: transparent !important;
      color: #ffffff !important;
      fill: #ffffff !important; }
    .cr-module[data-gallery-type="body"] .cr__singleEmbedContainer .overlayContainer--hovered__container {
      display: none; }
    .cr-module[data-gallery-type="body"] .cr__singleEmbedContainer .overlayContainer--hovered__container {
      display: none !important; }
    .cr-module[data-gallery-type="body"] .cr__singleEmbedContainer .mobileOverlay__details {
      display: none; }
  .cr-module[data-gallery-type="body"] .cr-gallery__credit {
    align-content: center;
    color: #fff;
    display: grid;
    grid-template-columns: 15px auto;
    grid-gap: 8px;
    margin-left: 8px;
    position: relative;
    top: -35px; }
    .cr-module[data-gallery-type="body"] .cr-gallery__credit span {
      display: inline-block; }
    .cr-module[data-gallery-type="body"] .cr-gallery__credit svg {
      fill: #fff !important; }
  .cr-module[data-gallery-type="body"] .cr-gallery__credit-name {
    position: relative;
    top: -3px; }
  @media screen and (min-width: 768px) {
    .cr-module[data-gallery-type="body"][class*="cr-body__align-"] {
      margin-top: 0;
      margin-bottom: 1.5em;
      max-width: 370px;
      width: auto; }
    .cr-module[data-gallery-type="body"].cr-body__align-left {
      float: left;
      margin-right: 2em;
      margin-left: calc(-50vw + 315px); }
    .cr-module[data-gallery-type="body"].cr-body__align-right {
      float: right;
      margin-left: 2em;
      margin-right: calc(-50vw + 315px); } }
  @media screen and (min-width: 1024px) {
    .cr-module[data-gallery-type="body"].cr-body__align-left {
      margin-left: -25%; }
    .cr-module[data-gallery-type="body"].cr-body__align-right {
      margin-right: -25%; } }
  .cr-module[data-gallery-type="body"] .cr-gallery__column {
    display: inline-block;
    text-align: left; }
  .cr-module[data-gallery-type="body"] .cr-gallery__caption {
    color: #6591b0;
    font-family: "Figtree", sans-serif;
    font-size: .6666666667em;
    line-height: 1.6;
    margin-top: .8075em; }

.cr-module[data-gallery-type="single"] {
  margin: 0 auto;
  max-width: 1078px;
  width: 90%; }
  .cr-module[data-gallery-type="single"] .cr-module__cta-column + .cr-module__cta-column {
    margin-top: 40px; }
  .cr-module[data-gallery-type="single"] .cr-module__cta-caption {
    font-style: italic;
    text-align: right; }
  .cr-module[data-gallery-type="single"] .cr-module__cta-title {
    font-family: 'Vollkorn', serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #021a3f;
    text-transform: none; }
  @media screen and (min-width: 768px) {
    .cr-module[data-gallery-type="single"] {
      display: flex; }
      .cr-module[data-gallery-type="single"] .cr-module__cta-column {
        flex-basis: 518px; }
        .cr-module[data-gallery-type="single"] .cr-module__cta-column + .cr-module__cta-column {
          margin-top: 0;
          margin-left: 40px; } }
  .cr-module[data-gallery-type="single"] .cr__singleEmbedContainer {
    border: 0;
    border-radius: 0;
    max-width: none !important; }
    .cr-module[data-gallery-type="single"] .cr__singleEmbedContainer .topBar,
    .cr-module[data-gallery-type="single"] .cr__singleEmbedContainer .BottomBarWrapper {
      display: none; }
    .cr-module[data-gallery-type="single"] .cr__singleEmbedContainer .singleImageContain {
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
      max-height: 520px; }
      .cr-module[data-gallery-type="single"] .cr__singleEmbedContainer .singleImageContain img {
        max-height: 520px; }

.cr-module.cr-gallery[data-gallery-type="photogrid"] .cr__gallery .cr__asset__overlay.isLoaded {
  border: 1px solid #021A3F; }
  .cr-module.cr-gallery[data-gallery-type="photogrid"] .cr__gallery .cr__asset__overlay.isLoaded::after {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: '';
    display: block;
    height: 35px;
    left: 0;
    position: absolute;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .cr-module.cr-gallery[data-gallery-type="photogrid"] .cr__gallery .cr__asset__overlay.isLoaded::after {
        display: none; } }

.cr-module.cr-gallery[data-gallery-type="photogrid"] .cr__gallery .cr__asset__overlay .overlayIcon {
  bottom: 5px;
  top: auto; }

.cr-module.cr-gallery[data-gallery-type="photogrid"] .cr__gallery .cr__asset__overlay.isLoaded .overlayUser,
.cr-module.cr-gallery[data-gallery-type="photogrid"] .cr__gallery .cr__asset__overlay .overlayUser {
  bottom: 8px;
  font-size: 11px;
  font-weight: normal;
  opacity: 1;
  top: auto;
  z-index: 2; }
  @media screen and (min-width: 768px) {
    .cr-module.cr-gallery[data-gallery-type="photogrid"] .cr__gallery .cr__asset__overlay.isLoaded .overlayUser,
    .cr-module.cr-gallery[data-gallery-type="photogrid"] .cr__gallery .cr__asset__overlay .overlayUser {
      opacity: 0; } }

.cr-module.cr-gallery[data-gallery-type="photogrid"] .cr__gallery .cr__asset__overlay.isLoaded .overlayIcon {
  bottom: 10px; }

.cr-module.cr-gallery[data-gallery-type="photogrid"] .cr__gallery .cr__asset__overlay.isLoaded .overlayUser {
  bottom: 14px; }

.cr-module.cr-gallery[data-gallery-type="photogrid"] .cr__gallery .cr__asset__overlay.isLoaded.isOwned .overlayUser {
  bottom: 10px; }

@media screen and (min-width: 768px) {
  .cr-module.cr-gallery[data-gallery-type="photogrid"] .cr__gallery .cr__asset__overlay.isLoaded.isHovered .overlayUser {
    opacity: 1 !important; } }

.cr-module.cr-gallery[data-gallery-type="photogrid"] .cr__gallery .cr__asset__overlay .overlayLocation .overlayIcon {
  bottom: 34px; }

.cr-module.cr-gallery[data-gallery-type="photogrid"] .cr__gallery .cr__asset__overlay .overlayLocation .textLabel {
  bottom: 34px;
  font-size: 10px;
  left: 28px;
  top: auto; }

.cr-module.cr-gallery[data-gallery-type="photogrid"] .cr__gallery .cr__asset__overlay .overlayCta {
  width: 100%; }
  .cr-module.cr-gallery[data-gallery-type="photogrid"] .cr__gallery .cr__asset__overlay .overlayCta .cta {
    bottom: auto;
    top: 0;
    right: 0;
    width: auto; }
  .cr-module.cr-gallery[data-gallery-type="photogrid"] .cr__gallery .cr__asset__overlay .overlayCta .ctaExpanded__ctaInner {
    border-radius: 0;
    padding: 4px; }
  .cr-module.cr-gallery[data-gallery-type="photogrid"] .cr__gallery .cr__asset__overlay .overlayCta .ctaExpanded__label {
    font-size: 12px;
    outline: 1px solid #fff;
    padding: 5px; }
  .cr-module.cr-gallery[data-gallery-type="photogrid"] .cr__gallery .cr__asset__overlay .overlayCta .iconWrapper {
    display: none; }

.cr-module.cr-gallery[data-gallery-type="photogrid"] .cr__gallery button.loadMore {
  background-color: transparent !important;
  border: 1.5px solid #112348;
  border-radius: 9px;
  color: #112348 !important;
  display: inline-block;
  height: auto !important;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  left: 50%;
  line-height: 1;
  padding: 11px 11px;
  text-transform: uppercase;
  transform: translateX(-50%);
  transition: all 200ms ease-in-out;
  width: auto !important; }
  .cr-module.cr-gallery[data-gallery-type="photogrid"] .cr__gallery button.loadMore:hover {
    background-color: #112348 !important;
    color: #fff !important; }

/*Weddings page Fix for loading in single column instead of grid*/
.page-id-2349 .cr__grid.clearfix {
  display: block; }

/*fix crowdriff title wrap*/
.overlayContainer--default__container .overlayContainer--default__userContainer {
  margin: 0;
  padding: 0 16px 16px 16px; }
  .overlayContainer--default__container .overlayContainer--default__userContainer .overlayContainer--default__user {
    white-space: normal; }

.module.property-data-module {
  max-width: 1012px;
  margin: 60px auto;
  padding: 0 23px; }
  @media screen and (max-width: 768px) {
    .module.property-data-module {
      margin: 20px auto; } }

.pd_table-head {
  display: table-header-group; }

.pd_row {
  display: table-row; }

.pd_column {
  display: table-cell; }

.pd_table {
  display: table;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  border-bottom: 2px solid #dddddd;
  color: #444;
  margin: 10px 0;
  margin: 0 auto;
  text-align: center; }

.pd_table-head {
  display: table-header-group;
  /* Defines a table header group */ }

.pd_table-head .pd_column {
  /* pd_column inside the table-head */
  background: #a4002c;
  color: #fff;
  border-right: 1px solid #878080;
  border-bottom: none; }

.pd_table-head {
  background: #222222; }

.pd_row {
  display: table-row;
  /* Defines a table row */ }

.pd_row .pd_column:nth-child(1) {
  /* First pd_column in a row */
  border-left: 1px solid #cdcdcd; }

.pd_row:last-child .pd_column {
  /* pd_column in a last row */
  border-bottom: none; }

.pd_column {
  display: table-cell;
  /* Defines a table cell */
  padding: 10px 20px;
  border-bottom: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  line-height: 1.3; }

.pd_column--title {
  text-transform: uppercase; }

@media screen and (max-width: 1024px) {
  .pd_table {
    font-size: 14px; }
  .module.property-data-module {
    padding: 0 20px; }
  .pd_column {
    padding: 5px 15px; } }

/* Responsive table */
@media all and (max-width: 640px) {
  .pd_table,
  .pd_row,
  .pd_column,
  .pd_column:before {
    display: block;
    /* Converts a table, table row, table pd_column and table pd_column:before into a block element */ }
  .pd_table-head {
    position: absolute;
    /* Hides table head but not using display none */
    top: -1000em;
    left: -1000em; }
  .pd_row {
    margin: 20px 0;
    font-size: 13px;
    background: #fdfaef; }
  .pd_row:nth-child(even) {
    background-color: #f3edd3; }
  .pd_row .pd_column:nth-child(1) {
    /* first pd_column of the row */
    padding-top: 10px; }
  .pd_row:last-child .pd_column,
  .pd_column {
    /* pd_column in the last row and pd_column */
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right;
    border: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd; }
  .pd_column:before {
    /* prints the value of data-label attribute before the pd_column data */
    font-weight: bold;
    padding-right: 20px;
    font-size: 13px;
    content: " " attr(data-label) ":";
    /* call the attribute value of data-label and adds a string // */
    text-transform: uppercase;
    text-align: left; } }
