/* Theme colors */
/* Button colors */
/* Text link colors */
/* Text colors */
/* Helper colors */
/* Typography */
.clearfix, .post-password-form > p:last-of-type {
  *zoom: 1;
}
.clearfix:after, .post-password-form > p:last-of-type:after {
  content: "";
  display: table;
  clear: both;
}

/*
  Dependency-free breakpoint mixin
  http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/
*/
.cft-g {
  margin-left: -30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cft-g > .cft-gi {
  width: 100%;
  padding-left: 30px;
  display: inline-block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/** * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) * Richard Clark (http://richclarkdesign.com) * http://cssreset.com */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input, button {
  -webkit-appearance: none;
  border-radius: 0;
}
input[type="radio"], button[type="radio"] {
  -webkit-appearance: radio;
}
input[type="checkbox"], button[type="checkbox"] {
  -webkit-appearance: checkbox;
}

input, textarea, select, a {
  outline: none;
}

sticky,
.bypostauthor,
.gallery-caption {
  display: normal;
}

.alignnone {
  margin: 0 auto 1em;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter, div.aligncenter {
  display: block;
  clear: both;
  margin: 0em auto 1em !important;
}

img,
img[class*="align"],
img[class*="wp-image-"] {
  max-width: 100% !important;
  height: auto;
  width: auto;
  display: block;
}

article img.wp-post-image {
  margin-bottom: 1em;
}

img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

img.alignright {
  margin-left: 0 0 1em 1em;
}

img.alignleft {
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin: 0 auto 1em;
}

img#wpstats {
  display: block;
  margin: 0 auto;
}

img[class*="align"],
img[class*="wp-image-"],
.gallery .gallery-icon img {
  border: none;
}

.wp-caption {
  margin-bottom: 1em;
  max-width: 100%;
  text-align: center;
}

.wp-caption img {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  position: relative;
  font-size: 14px;
  line-height: 21px;
  padding: 5px 0;
}

.gallery {
  margin: 0 auto;
}

.gallery .gallery-item {
  margin: 0;
  float: left;
  text-align: center;
  width: 33%;
}

.gallery a img {
  border: none;
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

body,
input,
textarea,
button,
select {
  font-size: 21px;
  line-height: 29px;
  font-size: 2.1rem;
  line-height: 2.9rem;
  font-family: "minion-pro", serif;
  color: #393837;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  display: block;
  font-family: "Whitney Cond SSm A", "Whitney Cond SSm B", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  font-weight: inherit;
}

h1, .h1 {
  font-size: 30px;
  line-height: 38px;
  font-size: 3rem;
  line-height: 3.8rem;
}

h2, .h2 {
  font-size: 26px;
  line-height: 34px;
  font-size: 2.6rem;
  line-height: 3.4rem;
}

h3, .h3 {
  font-size: 24px;
  line-height: 32px;
  font-size: 2.4rem;
  line-height: 3.2rem;
}

h4, .h4 {
  font-size: 20px;
  line-height: 28px;
  font-size: 2rem;
  line-height: 2.8rem;
}

h5, .h5 {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

h6, .h6 {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

p {
  margin: 0 0 1.5em 0;
}
p:last-of-type {
  margin: 0 0 0 0;
}

p img {
  margin: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

blockquote {
  font-size: 20px;
  line-height: 28px;
  font-size: 2rem;
  line-height: 2.8rem;
  color: #777;
  font-style: italic;
  margin: 0 0 30px;
  padding: 15px 30px;
  border-left: 1px solid #ebebeb;
}
blockquote p {
  margin-bottom: 0;
}
blockquote p + cite {
  margin-top: 15px;
}
blockquote cite {
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #777;
}
blockquote cite:before {
  content: "\2014 \0020";
}

hr {
  clear: both;
  border-top: solid #ebebeb;
  border-width: 1px 0 0;
  margin: 60px 0;
}
hr.hr-small {
  margin: 30px 0;
}
hr.hr-clear {
  border-top: 0 none;
}

a {
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
a:hover {
  text-decoration: none;
  color: #d43d3d;
}
a.emphasized {
  font-weight: 600;
  font-style: italic;
  color: #963E3E;
}
a.emphasized:hover {
  text-decoration: none;
  color: #d43d3d;
}

form {
  margin-bottom: 20px;
}

fieldset {
  margin-bottom: 20px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea, select {
  border: 0px solid #ccc;
  padding: 5px 4px;
  outline: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font: 13px;
  color: #393837;
  margin: 0;
  width: 210px;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #fff;
  height: 40px;
}

select {
  -webkit-appearance: none;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
  border: 0px;
  color: #444;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

textarea {
  min-height: 60px;
}

.nf-field-label label:not([for="nf-field-25"]), label, legend {
  color: #963E3E;
  display: block;
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 18px;
  font-size: 1.6rem;
  line-height: 1.8rem;
}

input[type="checkbox"] {
  display: inline;
}

label span, legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-moz-keyframes pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-o-keyframes pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
form.cft-form, .cft-form, .post-password-form > p:last-of-type {
  margin: 0;
  padding: 25px 10px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d7e4e5+0,c9d4d6+100 */
  background: #F6FAFA;
}
form.cft-form p.form-message, .cft-form p.form-message, .post-password-form > p:last-of-type p.form-message {
  display: none;
  padding: 5px;
  margin: 0 0 20px;
  clear: both;
}
form.cft-form p.form-message.error, .cft-form p.form-message.error, .post-password-form > p:last-of-type p.form-message.error {
  background: #f4d7d7;
  color: #ab4545;
  border: 1px solid #ab4545;
}
form.cft-form p.form-message.success, .cft-form p.form-message.success, .post-password-form > p:last-of-type p.form-message.success {
  background: #e6f9da;
  color: #519e20;
  border: 1px solid #519e20;
}
form.cft-form .req, .cft-form .req, .post-password-form > p:last-of-type .req {
  color: #b90000;
}
form.cft-form input[type="text"].error, form.cft-form input[type="email"].error, form.cft-form textarea.error, form.cft-form select.error, .cft-form input[type="text"].error, .post-password-form > p:last-of-type input[type="text"].error, .cft-form input[type="email"].error, .post-password-form > p:last-of-type input[type="email"].error, .cft-form textarea.error, .post-password-form > p:last-of-type textarea.error, .cft-form select.error, .post-password-form > p:last-of-type select.error {
  background: #f4d7d7;
}
form.cft-form button[type="submit"].pulse, .cft-form button[type="submit"].pulse, .post-password-form > p:last-of-type button[type="submit"].pulse {
  pointer-events: none;
  -webkit-animation: pulse .6s infinite ease-in-out;
  -o-animation: pulse .6s infinite ease-in-out;
  -ms-animation: pulse .6s infinite ease-in-out;
  -moz-animation: pulse .6s infinite ease-in-out;
  animation: pulse .6s infinite ease-in-out;
}
form.cft-form input, form.cft-form textarea, form.cft-form select, .cft-form input, .post-password-form > p:last-of-type input, .cft-form textarea, .post-password-form > p:last-of-type textarea, .cft-form select, .post-password-form > p:last-of-type select {
  width: 100%;
  border: solid 1px #b9caca;
  border-radius: 0;
}
form.cft-form .field-container, .cft-form .field-container, .post-password-form > p:last-of-type .field-container {
  margin-bottom: 25px;
  position: relative;
}
form.cft-form .field-container label, .cft-form .field-container label, .post-password-form > p:last-of-type .field-container label {
  pointer-events: none;
  font-size: 16px;
  line-height: 20px;
  font-size: 1.6rem;
  line-height: 2rem;
  position: absolute;
  top: 5px;
  left: 7px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
form.cft-form .field-container.active label, .cft-form .field-container.active label, .post-password-form > p:last-of-type .field-container.active label {
  color: #fff;
  background: #000;
  font-size: 12px;
  line-height: 16px;
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding: 0 3px;
  top: -17px;
  left: 0;
}
form.cft-form textarea, .cft-form textarea, .post-password-form > p:last-of-type textarea {
  min-height: 100px;
}

div.nf-form-fields-required {
  color: #777;
  font-family: "minion-pro", serif;
  font-style: italic;
  margin-bottom: 0;
}

div#nf-form-3-cont .nf-field-label label[for="nf-field-25"], div#nf-form-2-cont .nf-field-label label[for="nf-field-25"] {
  color: #393837;
  margin: 0 15px 0 0;
}
div#nf-form-3-cont select#nf-field-11, div#nf-form-2-cont select#nf-field-11 {
  padding-right: 30px;
}
div#nf-form-3-cont .arrow-wrap .fa-angle-down, div#nf-form-2-cont .arrow-wrap .fa-angle-down {
  position: absolute;
  right: 10px;
  top: 10px;
  pointer-events: none;
}
div#nf-form-3-cont .nf-field-container.one-half, div#nf-form-2-cont .nf-field-container.one-half {
  width: 100%;
  margin-left: 0;
}
div#nf-form-3-cont .nf-field-container.one-third, div#nf-form-2-cont .nf-field-container.one-third {
  width: 100%;
  margin-left: 0;
}
@media screen and (min-width: 800px) {
  div#nf-form-3-cont .nf-field-container.one-half.first, div#nf-form-3-cont .nf-field-container.one-third.first, div#nf-form-2-cont .nf-field-container.one-half.first, div#nf-form-2-cont .nf-field-container.one-third.first {
    clear: both;
    margin-left: 0;
  }
  div#nf-form-3-cont .nf-field-container.one-half, div#nf-form-2-cont .nf-field-container.one-half {
    width: 48.717948717948715%;
    margin-left: 2.564102564102564%;
  }
  div#nf-form-3-cont .nf-field-container.one-third, div#nf-form-2-cont .nf-field-container.one-third {
    width: 31.623931623931625%;
    margin-left: 2.564102564102564%;
  }
}
div#nf-form-3-cont div#nf-field-25-wrap div.nf-field-element, div#nf-form-2-cont div#nf-field-25-wrap div.nf-field-element {
  display: inline-block;
  width: auto;
}
div#nf-form-3-cont div#nf-field-25-wrap div.nf-field-element ul, div#nf-form-2-cont div#nf-field-25-wrap div.nf-field-element ul {
  display: inline-block;
}
div#nf-form-3-cont div#nf-field-25-wrap div.nf-field-element ul li, div#nf-form-2-cont div#nf-field-25-wrap div.nf-field-element ul li {
  display: inline-block;
  position: relative;
}
div#nf-form-3-cont div#nf-field-25-wrap div.nf-field-element ul li label, div#nf-form-2-cont div#nf-field-25-wrap div.nf-field-element ul li label {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
div#nf-form-3-cont div#nf-field-25-wrap div.nf-field-element ul li input, div#nf-form-2-cont div#nf-field-25-wrap div.nf-field-element ul li input {
  margin: 0 50px 0 0;
}

.btn, .btn-secondary,
a.btn-secondary, .post-password-form input[type="submit"],
a.btn,
a.btn-secondary {
  display: inline-block;
  padding: 10px 30px;
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  color: #fff;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  text-transform: uppercase;
  font-family: "Whitney Cond SSm A", "Whitney Cond SSm B", sans-serif;
  -moz-transition: 0.2s all ease-in;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
  letter-spacing: 1.22px;
  background-color: #963E3E;
}
.btn.small, .small.btn-secondary, .post-password-form input.small[type="submit"],
a.btn.small,
a.small.btn-secondary {
  padding: 4px 5px;
  font-size: 13px;
  line-height: 24px;
  font-size: 1.3rem;
  line-height: 2.4rem;
}
.btn.grey, .grey.btn-secondary, .post-password-form input.grey[type="submit"],
a.btn.grey,
a.grey.btn-secondary {
  background-color: #838D98;
}
.btn.grey:hover, .grey.btn-secondary:hover, .post-password-form input.grey[type="submit"]:hover,
a.btn.grey:hover,
a.grey.btn-secondary:hover {
  background-color: #69737f;
}
.btn.full, .full.btn-secondary, .post-password-form input.full[type="submit"],
a.btn.full,
a.full.btn-secondary {
  width: 100%;
}
.btn:hover, .btn-secondary:hover, .post-password-form input[type="submit"]:hover,
a.btn:hover,
a.btn-secondary:hover {
  background-color: #722f2f;
  color: #fff;
}
.btn:active, .btn-secondary:active, .post-password-form input[type="submit"]:active,
a.btn:active,
a.btn-secondary:active {
  background-color: #4e2020;
  color: #fff;
}
.btn[disabled], [disabled].btn-secondary, .post-password-form input[disabled][type="submit"], .btn.disabled, .disabled.btn-secondary, .post-password-form input.disabled[type="submit"],
a.btn[disabled],
a[disabled].btn-secondary,
a.btn.disabled,
a.disabled.btn-secondary {
  cursor: default;
  color: #ababab;
  background-color: #dfdfdf;
}

.ghost {
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
}
.ghost:hover {
  background: #fff;
  color: #963E3E;
}

.btn-secondary,
a.btn-secondary {
  color: #393837;
  background-color: #EDE7B3;
}
.btn-secondary:hover,
a.btn-secondary:hover {
  background-color: #e3da8a;
  color: #393837;
}
.btn-secondary:active,
a.btn-secondary:active {
  background-color: #d9cd61;
  color: #393837;
}

.text-link {
  display: inline;
  border: 0 none;
  background: none;
  text-decoration: underline;
  padding: 0;
  margin: 0;
}

.angular-date-picker {
  color: #333;
  font: normal 14px sans-serif;
  border: 1px solid #ddd;
  display: inline-block;
  background: #fff;
}

.angular-date-picker > ._month {
  text-align: center;
  line-height: 22px;
  padding: 10px;
  background: #fcfcfc;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.angular-date-picker > ._month > button {
  color: #555;
  font: normal 14px sans-serif;
  outline: none;
  position: absolute;
  background: transparent;
  border: none;
  cursor: pointer;
}

.angular-date-picker > ._month > button:hover {
  color: #333;
}

.angular-date-picker > ._month > button._previous {
  left: 10px;
}

.angular-date-picker > ._month > button._next {
  right: 10px;
}

.angular-date-picker > ._days {
  width: 210px;
  /* 30 x 7 */
  margin: 10px;
  text-align: center;
}

.angular-date-picker > ._days > ._day-of-week, .angular-date-picker > ._days > ._day {
  box-sizing: border-box;
  border: 1px solid transparent;
  width: 30px;
  line-height: 28px;
  float: left;
}

.angular-date-picker > ._days > ._day-of-week {
  font-weight: bold;
}

.angular-date-picker > ._days > ._day.-padding {
  opacity: .5;
}

.angular-date-picker > ._days > ._day {
  cursor: pointer;
}

.angular-date-picker > ._days > ._day.-selected {
  background: #e0e0e0;
}

.angular-date-picker > ._days > ._day.-today {
  border-color: #aaa;
}

.angular-date-picker > ._days > ._day.-disabled {
  background: #f7f4f4;
  pointer-events: none;
  cursor: none;
}

.angular-date-picker > ._days > ._day:hover {
  background: #eee;
}

.angular-date-picker > ._days:after {
  content: '';
  display: block;
  clear: left;
  height: 0;
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #fff;
  border: none;
  outline: none;
  background: rgba(255, 255, 255, 0.5);
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #606569;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 5px;
}

[dir='rtl'] .slick-prev {
  right: 5px;
  left: auto;
}

.slick-prev:before {
  content: 'f104';
}

[dir='rtl'] .slick-prev:before {
  content: 'f105';
}

.slick-next {
  right: 5px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: 5px;
}

.slick-next:before {
  content: 'f105';
}

[dir='rtl'] .slick-next:before {
  content: 'f104';
}

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

.slick-dots {
  position: absolute;
  bottom: 15px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.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 {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '';
  text-align: center;
  opacity: .25;
  background: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
  background: #fff;
}

a {
  color: #393837;
}
a:hover {
  color: #d43d3d;
}

#wpadminbar {
  opacity: .3;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  -webkit-transform: translateZ(0);
  position: absolute;
  pointer-events: none;
}
#wpadminbar ul li {
  pointer-events: all;
}

#wp-admin-bar-top-secondary {
  display: none;
}

html[lang="en-us"] {
  margin-top: 0 !important;
}

#wpadminbar:focus, #wpadminbar:hover {
  opacity: 1 !important;
}

@media screen and (min-width: 50.125em) {
  #wpadminbar {
    position: fixed;
    top: 0;
  }
}
a.menu-toggle {
  display: block;
  width: 28px;
  height: 30px;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}
@media screen and (min-width: 850px) {
  a.menu-toggle {
    display: none;
  }
}
a.menu-toggle span.bars {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 100%;
  height: 3px;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}
a.menu-toggle span.bars:before, a.menu-toggle span.bars:after {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 100%;
  height: 3px;
  background: #fff;
  content: "";
  display: block;
  top: -8px;
  position: absolute;
}
a.menu-toggle span.bars:after {
  top: 8px;
}
a.menu-toggle.closer {
  z-index: 12;
}
a.menu-toggle.closer span.bars {
  background: transparent;
}
a.menu-toggle.closer span.bars:before {
  top: 0;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
a.menu-toggle.closer span.bars:after {
  top: 0;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

header.banner {
  height: 53px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #963E3E;
  z-index: 9999;
}
header.banner a.brand {
  padding-top: 3px;
  width: 120px;
  display: block;
  position: relative;
}
header.banner a.brand img {
  width: 100%;
}

nav.nav-primary {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  position: fixed;
  top: 53px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(150, 62, 62, 0.9);
  overflow: auto;
  z-index: -1;
}
nav.nav-primary.open {
  opacity: 1;
  visibility: visible;
}
nav.nav-primary.open .nav-inner {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
nav.nav-primary .nav-inner {
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
  height: calc(100vh - 53px);
  min-height: 590px;
  position: relative;
}
nav.nav-primary ul {
  text-align: center;
  position: absolute;
}
nav.nav-primary ul.social-navigation {
  padding: 12px;
  bottom: 0;
  width: 100%;
}
nav.nav-primary ul.social-navigation li {
  display: inline-block;
}
nav.nav-primary ul.social-navigation li:not(:last-child) {
  margin-right: 30px;
}
nav.nav-primary ul.social-navigation li a {
  text-decoration: none;
  display: block;
  background: #606569;
  width: 40px;
  height: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-size: 2.2rem;
  line-height: 2.6rem;
  position: relative;
}
nav.nav-primary ul.social-navigation li a svg, nav.nav-primary ul.social-navigation li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
nav.nav-primary ul.secondary-navigation {
  width: 100%;
  bottom: 78px;
  padding: 0 2px;
}
nav.nav-primary ul.secondary-navigation li {
  padding: 2px;
  width: 50%;
  display: inline-block;
}
nav.nav-primary ul.secondary-navigation li a {
  text-decoration: none;
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding: 10px;
}
nav.nav-primary ul.primary-navigation {
  width: 100%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-bottom: 240px;
}
nav.nav-primary ul.primary-navigation li {
  position: relative;
  background: none;
}
nav.nav-primary ul.primary-navigation li:not(:last-of-type) {
  margin-bottom: 20px;
}
nav.nav-primary ul.primary-navigation li .sub-nav {
  display: none;
}
nav.nav-primary ul.primary-navigation li a {
  text-decoration: none;
  font-family: "Whitney Cond SSm A", "Whitney Cond SSm B", sans-serif;
  color: #EDE7B3;
  text-transform: uppercase;
  letter-spacing: 1.25px;
  font-size: 14px;
  line-height: 18px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  display: inline-block;
}
nav.nav-primary ul.primary-navigation li a .emphasized {
  margin-top: -2px;
  letter-spacing: normal;
  color: #fff;
  font-family: "minion-pro", serif;
  font-style: italic;
  text-transform: lowercase;
  display: block;
  font-size: 26px;
  line-height: 26px;
  font-size: 2.6rem;
  line-height: 2.6rem;
}

.sub-nav {
  display: none;
}

.cft-g.dining-nav-grid {
  margin-left: -70px;
}
.cft-g.dining-nav-grid > .cft-gi {
  padding-left: 70px;
}
.cft-g.dining-nav-grid > .cft-gi:first-child {
  width: 55%;
}
.cft-g.dining-nav-grid > .cft-gi:last-child {
  width: 45%;
}

@media screen and (min-width: 370px) {
  nav.nav-primary nav.inner {
    min-height: 640px;
  }
  nav.nav-primary ul.primary-navigation li:not(:last-of-type) {
    margin-bottom: 30px;
  }
  nav.nav-primary ul.primary-navigation li a {
    font-size: 16px;
    line-height: 18px;
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
  nav.nav-primary ul.primary-navigation li a .emphasized {
    font-size: 31px;
    line-height: 30px;
    font-size: 3.1rem;
    line-height: 3rem;
  }
  nav.nav-primary ul.secondary-navigation {
    padding: 0 10px;
  }
  nav.nav-primary ul.secondary-navigation li {
    padding: 5px;
  }
  nav.nav-primary ul.social-navigation li a {
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 38px;
    font-size: 3rem;
    line-height: 3.8rem;
  }
}
@media screen and (min-width: 850px) {
  header.banner {
    height: 100px;
    background: #963E3E;
    position: absolute;
    top: 45px;
  }
  header.banner.transparent {
    background: rgba(150, 62, 62, 0.9);
  }
  header.banner a.brand {
    display: inline-block;
    padding: 8px 0;
    width: 222px;
    z-index: 2;
    position: relative;
  }

  nav.nav-primary {
    opacity: 1;
    top: 0;
    position: absolute;
    visibility: visible;
    overflow: visible;
    background: transparent;
    z-index: 1;
  }
  nav.nav-primary .nav-inner {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    min-height: 0;
    height: auto;
    position: static;
  }
  nav.nav-primary ul.social-navigation {
    padding: 0;
    top: -41px;
    right: 30px;
    left: auto;
    width: auto;
    bottom: auto;
  }
  nav.nav-primary ul.social-navigation li:not(:last-of-type) {
    margin-right: 5px;
  }
  nav.nav-primary ul.social-navigation li a {
    width: 36px;
    height: 36px;
    font-size: 20px;
    line-height: 28px;
    font-size: 2rem;
    line-height: 2.8rem;
  }
  nav.nav-primary ul.secondary-navigation {
    padding: 3px 0;
    top: -44px;
    right: 222px;
    left: auto;
    width: auto;
    bottom: auto;
  }
  nav.nav-primary ul.secondary-navigation:after {
    content: "";
    background: #606569;
    height: 30px;
    width: 1px;
    position: absolute;
    right: -12px;
    top: 6px;
  }
  nav.nav-primary ul.secondary-navigation li {
    padding: 2px;
    width: auto;
    display: inline-block;
  }
  nav.nav-primary ul.secondary-navigation li:not(:last-child) {
    margin-right: 5px;
  }
  nav.nav-primary ul.secondary-navigation li a.btn, nav.nav-primary ul.secondary-navigation li a.btn-secondary {
    padding: 8px;
    font-size: 12px;
    line-height: 18px;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
@media screen and (min-width: 850px) and (min-width: 910px) {
  nav.nav-primary ul.secondary-navigation li a.btn, nav.nav-primary ul.secondary-navigation li a.btn-secondary {
    font-size: 14px;
    line-height: 18px;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
@media screen and (min-width: 850px) {
  nav.nav-primary ul.primary-navigation {
    top: 0;
    right: 30px;
    left: auto;
    width: auto;
    bottom: auto;
    padding-bottom: 0;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  nav.nav-primary ul.primary-navigation li {
    text-align: left;
    display: inline-block;
  }
  nav.nav-primary ul.primary-navigation li:not(:last-of-type) {
    margin-bottom: 0;
    margin-right: 50px;
  }
  nav.nav-primary ul.primary-navigation li[data-nav]:after {
    content: "";
    width: 0;
    border: 20px solid #F6F3E5;
    border-left-width: 15px;
    border-left-color: transparent;
    border-right-width: 15px;
    border-right-color: transparent;
    border-top-color: transparent;
    position: absolute;
    display: block;
    bottom: -2px;
    left: 50%;
    margin-left: -15px;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    transition: transform 300ms ease 0ms, opacity 0ms ease 200ms;
    -webkit-transition: transform 200ms ease;
    -moz-transition: transform 200ms ease;
    -ms-transition: transform 200ms ease;
    -o-transition: transform 200ms ease;
    transition: transform 200ms ease;
    -webkit-transition: opacity 0ms ease;
    -moz-transition: opacity 0ms ease;
    -ms-transition: opacity 0ms ease;
    -o-transition: opacity 0ms ease;
    transition: opacity 0ms ease;
    opacity: 0;
  }
  nav.nav-primary ul.primary-navigation li[data-nav].active:after {
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
    transition: transform 300ms ease 200ms, opacity 0ms ease 300ms;
    opacity: 1;
  }
  nav.nav-primary ul.primary-navigation li a {
    padding: 27px 0;
  }
}
@media screen and (min-width: 850px) and (max-width: 1200px) {
  nav.nav-primary ul.primary-navigation li:not(:last-of-type) {
    margin-right: 20px;
  }
  nav.nav-primary ul.primary-navigation li a {
    font-size: 14px;
    line-height: 17px;
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
  nav.nav-primary ul.primary-navigation li a .emphasized {
    font-size: 25px;
    line-height: 30px;
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

@media screen and (min-width: 850px) {
  .sub-nav {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
    z-index: 99999;
    background: #F6F3E5;
    top: 100px;
    position: absolute;
    left: 0;
    right: 0;
  }
  .sub-nav nav {
    padding: 20px 0 15px;
    -webkit-transition: all 450ms ease;
    -moz-transition: all 450ms ease;
    -ms-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    transition: all 450ms ease;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
  }
  .sub-nav.active {
    z-index: 999999;
    visibility: visible;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    -ms-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    transition-delay: 0ms;
    opacity: 1;
  }
  .sub-nav.active nav {
    opacity: 1;
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    -ms-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    transition-delay: 0ms;
  }
  .sub-nav .all-btn {
    display: block;
    margin-top: 15px;
    text-align: right;
  }
  .sub-nav .all-btn a.btn, .sub-nav .all-btn a.btn-secondary {
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    width: 150px;
    max-width: 100%;
  }
  .sub-nav .dining-nav-grid h3 {
    font-size: 28px;
    line-height: 32px;
    font-size: 2.8rem;
    line-height: 3.2rem;
    font-style: italic;
    font-family: "minion-pro", serif;
    color: #777;
    margin-bottom: 15px;
  }
  .sub-nav .dining-nav-grid ul {
    list-style: none;
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .sub-nav .dining-nav-grid ul li a {
    font-family: "Whitney Cond SSm A", "Whitney Cond SSm B", sans-serif;
    color: #963E3E;
  }
  .sub-nav .dining-nav-grid ul li a:hover {
    color: #d43d3d;
  }
}
.navigation-grid.events-navigation .image-link .image-link-caption h4 {
  font-size: 16px;
  line-height: 20px;
  font-size: 1.6rem;
  line-height: 2rem;
}
@media screen and (min-width: 1100px) {
  .navigation-grid.events-navigation .image-link .image-link-caption h4 {
    font-size: 20px;
    line-height: 24px;
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
@media screen and (min-width: 1300px) {
  .navigation-grid.events-navigation .image-link .image-link-caption h4 {
    font-size: 20px;
    line-height: 24px;
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.navigation-grid.events-navigation .image-link .image-link-caption h3 {
  font-size: 20px;
  line-height: 24px;
  font-size: 2rem;
  line-height: 2.4rem;
}
@media screen and (min-width: 1100px) {
  .navigation-grid.events-navigation .image-link .image-link-caption h3 {
    font-size: 30px;
    line-height: 36px;
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
@media screen and (min-width: 1300px) {
  .navigation-grid.events-navigation .image-link .image-link-caption h3 {
    font-size: 30px;
    line-height: 36px;
    font-size: 3rem;
    line-height: 3.6rem;
  }
}

.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1200px;
}
.container.xl {
  max-width: 1420px;
}
.container.thin {
  max-width: 900px;
}

.site-section {
  padding: 30px 0;
}
@media screen and (min-width: 800px) {
  .site-section {
    padding: 60px 0;
  }
}
.site-section .section-title {
  color: #963E3E;
  margin-bottom: 30px;
}
.site-section .section-title h1, .site-section .section-title h2, .site-section .section-title h3 {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 33px;
  font-size: 3rem;
  line-height: 3.3rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center;
  text-transform: uppercase;
}
.site-section .section-title.minion {
  margin-bottom: 50px;
}
.site-section .section-title.minion h1, .site-section .section-title.minion h2, .site-section .section-title.minion h3 {
  font-family: "minion-pro", serif;
  letter-spacing: 6px;
  font-size: 36px;
  line-height: 42px;
  font-size: 3.6rem;
  line-height: 4.2rem;
  color: #606569;
}
.site-section.text {
  text-align: center;
}
.site-section.tan {
  background: #F6F3E5;
}
.site-section.red {
  background: #963E3E;
}
.site-section.light-tan {
  background: #FFFEF6;
}
.site-section.light-blue-grey {
  background: #F6FAFA;
}

.wp-caption-text {
  font-size: 16px;
  line-height: 21px;
  font-size: 1.6rem;
  line-height: 2.1rem;
  text-align: left;
}

.wrap {
  margin-top: 53px;
}
@media screen and (min-width: 850px) {
  .wrap {
    margin-top: 145px;
  }
}
.wrap.flush {
  margin-top: 0;
}

.header-emphasized {
  color: #fff;
  font-family: "minion-pro", serif;
  font-style: italic;
  margin-bottom: 0;
}

.whitney-header, .nf-field label:not([for="nf-field-25"]), .post-password-form > p:last-of-type label:not([for="nf-field-25"]) {
  font-family: "Whitney Cond SSm A", "Whitney Cond SSm B", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 0;
}
.whitney-header.yellow, .nf-field label:not([for="nf-field-25"]).yellow, .post-password-form > p:last-of-type label:not([for="nf-field-25"]).yellow {
  color: #EDE7B3;
}
.whitney-header.red, .nf-field label:not([for="nf-field-25"]).red, .post-password-form > p:last-of-type label:not([for="nf-field-25"]).red {
  color: #963E3E;
}

.page-intro {
  text-align: center;
}

.sidebar.cft-gi .image-link-wrap {
  margin-bottom: 30px;
}

.image-link {
  position: relative;
  display: block;
}
.image-link.caption-On .image-link-caption {
  bottom: 70px;
}
.image-link .image-display {
  overflow: hidden;
  display: block;
  position: relative;
  background-position: center center;
  padding-bottom: 100%;
}
.image-link .image-display:after {
  opacity: .8;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  position: absolute;
  display: block;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: rgba(0, 0, 0, 0.65);
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */
  z-index: 0;
}
.image-link .image-display:hover:after {
  opacity: .9;
  height: 225px;
}
.image-link .image-link-caption {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.image-link .image-link-caption h4 {
  font-size: 22px;
  line-height: 28px;
  font-size: 2.2rem;
  line-height: 2.8rem;
  margin: 0;
}
.image-link .image-link-caption h3 {
  font-size: 26px;
  line-height: 28px;
  font-size: 2.6rem;
  line-height: 2.8rem;
}
@media screen and (min-width: 1100px) {
  .image-link .image-link-caption h4 {
    font-size: 30px;
    line-height: 34px;
    font-size: 3rem;
    line-height: 3.4rem;
  }
  .image-link .image-link-caption h3 {
    font-size: 48px;
    line-height: 40px;
    font-size: 4.8rem;
    line-height: 4rem;
  }
}
.image-link .image-link-caption.landing-page h4 {
  font-size: 22px;
  line-height: 28px;
  font-size: 2.2rem;
  line-height: 2.8rem;
  margin: 0;
}
.image-link .image-link-caption.landing-page h3 {
  font-size: 26px;
  line-height: 28px;
  font-size: 2.6rem;
  line-height: 2.8rem;
}
@media screen and (min-width: 1100px) {
  .image-link .image-link-caption.landing-page h3 {
    font-size: 36px;
    line-height: 36px;
    font-size: 3.6rem;
    line-height: 3.6rem;
  }
}
@media screen and (min-width: 800px) {
  .image-link .image-link-caption.sidebar-promotion {
    font-size: 30px;
    line-height: 41px;
    font-size: 3rem;
    line-height: 4.1rem;
  }
}
.image-link .image-link-caption-box {
  position: relative;
  background: #F6FAFA;
  padding: 15px;
}
.image-link .image-link-caption-box .header-emphasized {
  color: #838D98;
  font-size: 36px;
  line-height: 36px;
  font-size: 3.6rem;
  line-height: 3.6rem;
}
@media screen and (min-width: 850px) {
  .image-link.small .image-display {
    padding-bottom: 50%;
  }
}
@media screen and (min-width: 1100px) {
  .image-link.small .image-link-caption h4 {
    font-size: 24px;
    line-height: 33px;
    font-size: 2.4rem;
    line-height: 3.3rem;
  }
  .image-link.small .image-link-caption h3 {
    font-size: 38px;
    line-height: 38px;
    font-size: 3.8rem;
    line-height: 3.8rem;
  }
}

.image-link-wrap.half-width {
  display: inline-block;
  width: 50%;
}

.navigation-grid {
  text-align: center;
}
.navigation-grid .image-link {
  text-align: left;
}
.navigation-grid .image-link .image-link-caption {
  padding: 7px;
}
@media screen and (min-width: 1100px) {
  .navigation-grid .image-link .image-link-caption h3 {
    font-size: 26px;
    line-height: 28px;
    font-size: 2.6rem;
    line-height: 2.8rem;
  }
}
@media screen and (min-width: 1300px) {
  .navigation-grid .image-link .image-link-caption h3 {
    font-size: 36px;
    line-height: 40px;
    font-size: 3.6rem;
    line-height: 4rem;
  }
}

.itinerary-image-grid .image-link .image-display {
  padding-bottom: 70%;
}

.site-section.welcome {
  padding: 0;
  position: relative;
  background: url("../../dist/images/welcome-banner-01.jpg") no-repeat center;
  background-size: cover;
  min-height: 400px;
}
.site-section.welcome video#bgvid {
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 400px;
  width: auto;
  height: auto;
  margin-bottom: -7px;
}
@media screen and (min-width: 800px) {
  .site-section.welcome {
    min-height: 100vh;
    overflow: hidden;
  }
  .site-section.welcome video#bgvid {
    min-height: 100vh;
  }
}
.site-section.welcome:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}
.site-section.welcome .welcome-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 20px;
}
.site-section.welcome .welcome-caption h4 {
  font-size: 28px;
  line-height: 34px;
  font-size: 2.8rem;
  line-height: 3.4rem;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
}
.site-section.welcome .welcome-caption h3 {
  font-size: 32px;
  line-height: 40px;
  font-size: 3.2rem;
  line-height: 4rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-style: normal;
}
@media screen and (min-width: 800px) {
  .site-section.welcome .welcome-caption h3 {
    font-size: 48px;
    line-height: 48px;
    font-size: 4.8rem;
    line-height: 4.8rem;
    letter-spacing: 7px;
  }
  .site-section.welcome .welcome-caption h4 {
    font-size: 36px;
    line-height: 40px;
    font-size: 3.6rem;
    line-height: 4rem;
    letter-spacing: 2.5px;
  }
}
.site-section.welcome .see-more {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
.site-section.welcome .see-more h4 {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 30px;
  font-size: 2.2rem;
  line-height: 3rem;
  letter-spacing: 1.5px;
  color: #fff;
  padding-bottom: 20px;
}
.site-section.welcome .see-more svg, .site-section.welcome .see-more i {
  display: block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  position: absolute;
  bottom: -45px;
  color: #EDE7B3;
  font-size: 44px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 1;
  animation: 2s ease-in-out infinite fadebottom;
  -webkit-animation: 2s ease-in-out infinite fadebottom;
  -moz-animation: 2s ease-in-out infinite fadebottom;
  cursor: pointer;
  z-index: 99999;
}
@keyframes fadebottom {
  0% {
    bottom: -5px;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    bottom: -45px;
    opacity: 0;
  }
}
.site-section.welcome .see-more svg.animated, .site-section.welcome .see-more i.animated {
  visibility: hidden;
  opacity: 0;
}

.cft-g.featured-items-grid {
  margin-bottom: -30px;
}
.cft-g.featured-items-grid > .cft-gi {
  margin-bottom: 30px;
}
@media screen and (min-width: 650px) {
  .cft-g.featured-items-grid > .cft-gi {
    width: 50%;
  }
}

.featured-items-grid .image-link-wrap:first-of-type .image-link.small {
  margin-bottom: 30px;
}
.featured-items-grid .image-link-wrap .image-link.small .image-display {
  padding-bottom: calc(50% - 15px);
}

.site-section.filter-bar {
  padding: 20px 0;
}
.site-section.filter-bar:not(.centered) .container {
  min-height: 60px;
}
.site-section.filter-bar h3.filter-form-title {
  font-size: 28px;
  line-height: 32px;
  font-size: 2.8rem;
  line-height: 3.2rem;
  text-align: center;
  font-style: italic;
  font-family: "minion-pro", serif;
  color: #606569;
  margin-bottom: 30px;
}
.site-section.filter-bar form {
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.site-section.filter-bar form a.btn, .site-section.filter-bar form a.btn-secondary, .site-section.filter-bar form button.btn, .site-section.filter-bar form button.btn-secondary {
  margin-top: 30px;
}
.site-section.filter-bar .filter-field:not(:last-of-type) {
  margin-bottom: 15px;
}
.site-section.filter-bar .filter-field input[type="text"], .site-section.filter-bar .filter-field select {
  appearance: none;
  -webkit-appearance: none;
  padding: 5px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  width: 100%;
}
.site-section.filter-bar .filter-grid-wrap {
  max-width: 670px;
  margin: auto;
}
.site-section.filter-bar .filter-grid-wrap label {
  width: 90px;
  text-align: right;
}
.site-section.filter-bar label {
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-family: "Whitney Cond SSm A", "Whitney Cond SSm B", sans-serif;
  color: #963E3E;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1.22px;
  display: block;
  margin-bottom: 3px;
  text-align: left;
  position: relative;
  vertical-align: middle;
}
.site-section.filter-bar .angular-date-picker-wrap, .site-section.filter-bar .filter-field-container {
  display: inline-block;
  max-width: 100%;
  min-width: 100%;
  position: relative;
  vertical-align: middle;
}
.site-section.filter-bar .angular-date-picker-wrap .angular-date-picker {
  right: 0;
}
.site-section.filter-bar .select-container .filter-field-container .svg-inline--fa, .site-section.filter-bar .select-container .filter-field-container .fal, .site-section.filter-bar .angular-date-picker-wrap .svg-inline--fa, .site-section.filter-bar .angular-date-picker-wrap .fal {
  color: #EEE16C;
  top: 11px;
  right: 12px;
  font-size: 17px;
  position: absolute;
  pointer-events: none;
}
.site-section.filter-bar .select-container .filter-field-container .svg-inline--fa.fa-angle-down, .site-section.filter-bar .select-container .filter-field-container .fal.fa-angle-down, .site-section.filter-bar .angular-date-picker-wrap .svg-inline--fa.fa-angle-down, .site-section.filter-bar .angular-date-picker-wrap .fal.fa-angle-down {
  top: 5px;
  font-size: 33px;
}
.site-section.filter-bar .select-container .filter-field-container:before, .site-section.filter-bar .angular-date-picker-wrap:before {
  pointer-events: none;
  right: 0;
  top: 0;
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  background: #606569;
}
@media screen and (min-width: 700px) {
  .site-section.filter-bar label {
    font-size: 20px;
    line-height: 26px;
    font-size: 2rem;
    line-height: 2.6rem;
    display: inline-block;
    margin-right: 5px;
  }
  .site-section.filter-bar .filter-field {
    text-align: left;
  }
  .site-section.filter-bar .input-container, .site-section.filter-bar .select-container {
    display: inline-block;
  }
  .site-section.filter-bar .input-container:not(:last-of-type), .site-section.filter-bar .select-container:not(:last-of-type) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .site-section.filter-bar .angular-date-picker-wrap, .site-section.filter-bar .filter-field-container {
    min-width: 180px;
    max-width: 180px;
  }
  .site-section.filter-bar button.btn, .site-section.filter-bar button.btn-secondary {
    display: block;
    max-width: 300px;
    margin: 30px auto 0;
  }
}
@media screen and (min-width: 980px) {
  .site-section.filter-bar h3.filter-form-title {
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 30px;
  }
  .site-section.filter-bar form {
    padding: 12px 225px 0;
  }
  .site-section.filter-bar form a.btn, .site-section.filter-bar form a.btn-secondary, .site-section.filter-bar form button.btn, .site-section.filter-bar form button.btn-secondary {
    top: 50%;
    margin: 0;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    display: inline-block;
    right: 30px;
    width: auto;
  }
}
@media screen and (min-width: 1050px) {
  .site-section.filter-bar .angular-date-picker-wrap, .site-section.filter-bar .filter-field-container {
    min-width: 200px;
    max-width: 200px;
  }
}
.site-section.filter-bar.centered {
  /*
  .filter-field{
  	display:inline-block;
  	vertical-align: middle;
  	input, select{
  		display:inline-block;
  		vertical-align: middle;
  	}
  }*/
}
@media screen and (min-width: 980px) {
  .site-section.filter-bar.centered {
    text-align: center;
  }
  .site-section.filter-bar.centered form {
    width: auto;
    display: inline-block;
    padding: 0;
  }
  .site-section.filter-bar.centered h3.filter-form-title {
    display: inline-block;
    position: relative;
    left: auto;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    top: auto;
    margin-bottom: 0;
    margin-right: 30px;
    vertical-align: middle;
  }
}
.site-section.filter-bar.fp-filter {
  min-height: none;
}

.site-section.visual-navigation h4.whitney-header.red {
  margin-bottom: 40px;
  text-align: center;
  font-size: 30px;
  line-height: 33px;
  font-size: 3rem;
  line-height: 3.3rem;
}
.site-section.visual-navigation.itinerary h4.whitney-header.red {
  font-size: 36px;
  line-height: 40px;
  font-size: 3.6rem;
  line-height: 4rem;
}

.cft-g.visual-navigation-grid {
  margin-bottom: -30px;
}
.cft-g.visual-navigation-grid.navigation-grid {
  margin-left: -15px;
  margin-bottom: 0;
}
.cft-g.visual-navigation-grid.navigation-grid > .cft-gi {
  margin-bottom: 0;
  width: 16.6666%;
  padding-left: 15px;
}
.cft-g.visual-navigation-grid > .cft-gi {
  margin-bottom: 30px;
}
@media screen and (min-width: 550px) {
  .cft-g.visual-navigation-grid > .cft-gi {
    width: 50%;
  }
}
@media screen and (min-width: 850px) {
  .cft-g.visual-navigation-grid > .cft-gi {
    width: 33.333%;
  }
}
.cft-g.visual-navigation-grid.vn-half {
  margin-bottom: 30px;
}
.cft-g.visual-navigation-grid.vn-half > .cft-gi {
  margin-bottom: 30px;
}
@media screen and (min-width: 550px) {
  .cft-g.visual-navigation-grid.vn-half > .cft-gi {
    width: 50%;
  }
}
.cft-g.visual-navigation-grid.vn-quad > .cft-gi {
  width: 50%;
}
@media screen and (min-width: 850px) {
  .cft-g.visual-navigation-grid.vn-quad > .cft-gi {
    width: 25%;
  }
}
.cft-g.visual-navigation-grid.plan-your-trip > .cft-gi {
  padding: 15px 0;
}
.cft-g.visual-navigation-grid.plan-your-trip > .cft-gi:first-of-type {
  width: 66.666%;
}
@media screen and (min-width: 850px) {
  .cft-g.visual-navigation-grid.plan-your-trip > .cft-gi:first-of-type > .cft-g.visual-navigation-grid > .cft-gi {
    width: 25%;
  }
}
.cft-g.visual-navigation-grid.plan-your-trip > .cft-gi:last-of-type {
  width: 33.333%;
  padding-left: 60px;
  position: relative;
}
.cft-g.visual-navigation-grid.plan-your-trip > .cft-gi:last-of-type .image-link-wrap .image-link:after {
  position: absolute;
  content: "";
  background: #838D98;
  width: 2px;
  height: 100%;
  left: -30px;
  top: 0;
}
.cft-g.visual-navigation-grid.plan-your-trip > .cft-gi:last-of-type .image-link-wrap .image-link .image-display {
  padding-bottom: 52%;
}

.cft-g.visual-navigation-grid-fp {
  margin-bottom: -30px;
}
.cft-g.visual-navigation-grid-fp.navigation-grid {
  margin-left: -15px;
  margin-bottom: 0;
}
.cft-g.visual-navigation-grid-fp.navigation-grid > .cft-gi {
  margin-bottom: 0;
  width: 16.6666%;
  padding-left: 15px;
}
.cft-g.visual-navigation-grid-fp > .cft-gi {
  margin-bottom: 30px;
  width: 50%;
}
@media screen and (min-width: 850px) {
  .cft-g.visual-navigation-grid-fp > .cft-gi {
    width: 33.333%;
  }
}

@media screen and (min-width: 1100px) {
  .visual-navigation-grid .image-link.large .image-link-caption h4, .visual-navigation-grid .image-link.small .image-link-caption h4, .visual-navigation-grid-quad .image-link.large .image-link-caption h4, .visual-navigation-grid-quad .image-link.small .image-link-caption h4 {
    font-size: 24px;
    line-height: 26px;
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
  .visual-navigation-grid .image-link.large .image-link-caption h3, .visual-navigation-grid .image-link.small .image-link-caption h3, .visual-navigation-grid-quad .image-link.large .image-link-caption h3, .visual-navigation-grid-quad .image-link.small .image-link-caption h3 {
    font-size: 42px;
    line-height: 46px;
    font-size: 4.2rem;
    line-height: 4.6rem;
  }
}

.site-section.download-guide {
  padding: 0;
}
.site-section.download-guide a.btn, .site-section.download-guide a.btn-secondary {
  padding: 18px 0;
}

.angular-date-picker-wrap {
  max-width: 300px;
  min-width: 200px;
  position: relative;
}
.angular-date-picker-wrap .fa-calendar-alt {
  position: absolute;
  color: #963E3E;
  pointer-events: none;
  top: 10px;
  right: 10px;
}
.angular-date-picker-wrap .angular-date-picker {
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
}
.angular-date-picker-wrap .angular-date-picker > ._days {
  margin: 0;
  padding: 10px;
  width: 100%;
}
.angular-date-picker-wrap .angular-date-picker > ._days > ._day-of-week, .angular-date-picker-wrap .angular-date-picker > ._days > ._day {
  width: 14.285%;
}
.angular-date-picker-wrap .date-picker-display {
  width: 100%;
  font-family: "Whitney Cond SSm A", "Whitney Cond SSm B", sans-serif;
}

error.small {
  padding: 5px 0;
  color: #963E3E;
  text-align: center;
}

.cft-g.insta-grid {
  margin-bottom: -30px;
}
.cft-g.insta-grid > .cft-gi {
  width: 50%;
  margin-bottom: 30px;
}
.cft-g.insta-grid > .cft-gi .insta-item {
  background: #F6F3E5;
  position: relative;
  padding-bottom: 100%;
  width: 100%;
}
.cft-g.insta-grid > .cft-gi img {
  position: absolute;
}
.cft-g.insta-grid > .cft-gi img.wide {
  width: 100%;
  height: auto;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cft-g.insta-grid > .cft-gi img.tall {
  height: 100%;
  width: auto;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 500px) {
  .cft-g.insta-grid > .cft-gi {
    width: 33.333%;
  }
}
@media screen and (min-width: 850px) {
  .cft-g.insta-grid {
    margin-left: -50px;
  }
  .cft-g.insta-grid > .cft-gi {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1100px) {
  .cft-g.insta-grid > .cft-gi {
    width: 16.6666%;
  }
}

/*
*
*
***** Secondary Pages *****
*
*
*/
.page-body .main a:not(.btn):not(.btn-secondary):not(.more-dates) {
  color: #963E3E;
  font-style: italic;
  font-weight: 600;
}
.page-body .main a:not(.btn):not(.btn-secondary):not(.more-dates):hover {
  color: #d43d3d;
}

.cft-g.page-body-grid {
  text-align: center;
}
.cft-g.page-body-grid > .cft-gi {
  text-align: left;
}
@media screen and (min-width: 800px) {
  .cft-g.page-body-grid > .cft-gi:last-of-type {
    width: 33.333%;
  }
  .cft-g.page-body-grid > .cft-gi:first-of-type {
    width: 66.666%;
  }
}

.page-body {
  padding-top: 30px;
}
.page-body.page {
  padding-bottom: 30px;
}
@media screen and (min-width: 800px) {
  .page-body {
    padding-top: 60px;
  }
  .page-body.page {
    padding-bottom: 60px;
  }
}

.page-content:not(.itinerary-text) {
  padding: 30px 0;
  border-top: solid 1px #dedede;
}
.page-content h3, .page-content h1, .page-content h2, .page-content h4, .page-content h5 {
  font-family: "Whitney Cond SSm A", "Whitney Cond SSm B", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 25px;
  color: #963E3E;
}
.page-content h1 {
  font-size: 35px;
  line-height: 40px;
  font-size: 3.5rem;
  line-height: 4rem;
}
.page-content h2 {
  font-size: 33px;
  line-height: 35px;
  font-size: 3.3rem;
  line-height: 3.5rem;
}
.page-content h3 {
  font-size: 30px;
  line-height: 33px;
  font-size: 3rem;
  line-height: 3.3rem;
}
.page-content h4 {
  font-size: 25px;
  line-height: 29px;
  font-size: 2.5rem;
  line-height: 2.9rem;
}
.page-content ul {
  padding-left: 25px;
  margin-bottom: 30px;
}

.banner-wrap {
  height: 560px;
  position: relative;
}
.banner-wrap .banner-image {
  height: 100%;
}
.banner-wrap .banner-image.light:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.25) 0%, transparent 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.25)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.25) 0%, transparent 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.25) 0%, transparent 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.25) 0%, transparent 100%);
  background: linear-gradient(to top bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
}
.banner-wrap .banner-image.med:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  background: linear-gradient(to top bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.banner-wrap .banner-image.heavy:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.75)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  background: linear-gradient(to top bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}
.banner-wrap .banner-image.dark:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  background: -moz-linear-gradient(bottom, black 0%, transparent 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, transparent));
  background: -webkit-linear-gradient(bottom, black 0%, transparent 100%);
  background: -o-linear-gradient(bottom, black 0%, transparent 100%);
  background: -ms-linear-gradient(bottom, black 0%, transparent 100%);
  background: linear-gradient(to top bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.banner-wrap .banner-overlay {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 10;
  text-align: left;
  background: transparent;
}

.banner-wrap .banner-overlay h4.whitney-header, .slider-wrap .caption-box h4.whitney-header {
  font-size: 22px;
  line-height: 34px;
  font-size: 2.2rem;
  line-height: 3.4rem;
}
.banner-wrap .banner-overlay h3.header-emphasized, .slider-wrap .caption-box h3.header-emphasized {
  font-size: 36px;
  line-height: 36px;
  font-size: 3.6rem;
  line-height: 3.6rem;
}
@media screen and (min-width: 800px) {
  .banner-wrap .banner-overlay h4.whitney-header, .slider-wrap .caption-box h4.whitney-header {
    font-size: 30px;
    line-height: 41px;
    font-size: 3rem;
    line-height: 4.1rem;
  }
  .banner-wrap .banner-overlay h3.header-emphasized, .slider-wrap .caption-box h3.header-emphasized {
    font-size: 48px;
    line-height: 48px;
    font-size: 4.8rem;
    line-height: 4.8rem;
  }
}

.slider-wrap {
  position: relative;
}
.slider-wrap .caption-box {
  position: absolute;
  background: transparent;
  z-index: 10;
  bottom: 45px;
  left: 30px;
  color: #fff;
  text-align: left;
}
.slider-wrap .caption-box p:last-of-type {
  margin: 0;
}
.slider-wrap .banner-slider {
  max-height: 560px;
  overflow: hidden;
  background: #dedede;
  margin-bottom: 0;
}
.slider-wrap .banner-slider .single-slide {
  height: 560px;
  position: relative;
  text-align: center;
}
.slider-wrap .banner-slider .single-slide.light:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.25) 0%, transparent 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.25)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.25) 0%, transparent 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.25) 0%, transparent 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.25) 0%, transparent 100%);
  background: linear-gradient(to top bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
}
.slider-wrap .banner-slider .single-slide.med:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  background: linear-gradient(to top bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.slider-wrap .banner-slider .single-slide.heavy:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.75)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  background: linear-gradient(to top bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}
.slider-wrap .banner-slider .single-slide.dark:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  background: -moz-linear-gradient(bottom, black 0%, transparent 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, transparent));
  background: -webkit-linear-gradient(bottom, black 0%, transparent 100%);
  background: -o-linear-gradient(bottom, black 0%, transparent 100%);
  background: -ms-linear-gradient(bottom, black 0%, transparent 100%);
  background: linear-gradient(to top bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.slider-wrap .banner-arrows-wrap {
  position: absolute;
  width: 100%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider-wrap .banner-arrows-wrap .columbus-arrow {
  font-size: 40px;
  line-height: 44px;
  font-size: 4rem;
  line-height: 4.4rem;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  text-align: center;
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider-wrap .banner-arrows-wrap .columbus-arrow.left {
  left: 0;
}
.slider-wrap .banner-arrows-wrap .columbus-arrow.right {
  right: 0;
}
.slider-wrap .banner-arrows-wrap .columbus-arrow:after {
  clear: both;
}
@media screen and (min-width: 800px) {
  .slider-wrap .arrows-wrap {
    top: 60%;
  }
  .slider-wrap .arrows-wrap .columbus-arrow.left {
    left: 10px;
  }
  .slider-wrap .arrows-wrap .columbus-arrow.right {
    right: 10px;
  }
}

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

.gallery-slider-wrap .gallery-slider-for {
  margin-bottom: 30px;
}
.gallery-slider-wrap .gallery-slider-for .slick-list .slick-track .single-slide img {
  margin: auto !important;
}
.gallery-slider-wrap .gallery-slider-for .single-slide .slide-current img {
  height: 0;
  padding-bottom: 61%;
  /* 550/900 = 0.6111111 */
}
.gallery-slider-wrap .cft-g > .cft-gi {
  margin-bottom: 30px;
  width: 50%;
}
@media screen and (min-width: 800px) {
  .gallery-slider-wrap .cft-g > .cft-gi {
    width: 25%;
  }
}
.gallery-slider-wrap .gallery-slider-nav .cft-gi a img {
  width: 100%;
}

@media screen and (min-width: 1100px) {
  .cft-g.landing-page.visual-navigation-grid .image-link .image-link-caption h3 {
    font-size: 36px;
    line-height: 39px;
    font-size: 3.6rem;
    line-height: 3.9rem;
  }
}

/*
*
*
*
* FILTERABLE PAGE
*
*
*/
.cft-g.entity-item-grid {
  margin-left: -10px;
}
.cft-g.entity-item-grid.no-image > .cft-gi:first-child {
  display: none;
}
.cft-g.entity-item-grid > .cft-gi {
  padding-left: 10px;
}
@media screen and (min-width: 500px) {
  .cft-g.entity-item-grid:not(.no-image) > .cft-gi:first-child {
    width: 40%;
  }
  .cft-g.entity-item-grid:not(.no-image) > .cft-gi:last-child {
    width: 60%;
  }
}
@media screen and (min-width: 1000px) {
  .cft-g.entity-item-grid {
    margin-left: -20px;
  }
  .cft-g.entity-item-grid > .cft-gi {
    padding-left: 20px;
  }
}

.cft-g.events-filter-grid {
  margin-left: -15px;
}
.cft-g.events-filter-grid > .cft-gi {
  margin-bottom: 15px;
}
.cft-g.events-filter-grid > .cft-gi:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 700px) {
  .cft-g.events-filter-grid > .cft-gi {
    padding-left: 15px;
    width: 50%;
  }
  .cft-g.events-filter-grid > .cft-gi:nth-child(3) {
    margin-bottom: 0;
  }
}

.no-results p {
  text-align: center;
}

.entity-list .ent-item {
  color: #595959;
  padding: 10px;
  background: #F9F8ED;
  margin-bottom: 30px;
}
.entity-list .ent-item a:not(.btn):not(.btn-secondary) {
  color: #963E3E;
}
.entity-list .ent-item a:not(.btn):not(.btn-secondary):hover {
  color: #d43d3d;
}
.entity-list .ent-item .ent-item-title {
  margin-bottom: 0;
  font-family: "minion-pro", serif;
  font-style: italic;
  color: #838D98;
  font-size: 26px;
  line-height: 30px;
  font-size: 2.6rem;
  line-height: 3rem;
}
.entity-list .ent-item .ent-date {
  text-transform: uppercase;
  color: #963E3E;
  margin-bottom: 0;
  font-family: "Whitney Cond SSm A", "Whitney Cond SSm B", sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-size: 2.2rem;
  line-height: 2.6rem;
  letter-spacing: 1px;
}
.entity-list .ent-item .ent-item-featured-image {
  display: block;
  margin-bottom: 10px;
}
.entity-list .ent-item .ent-item-featured-image img {
  width: 100%;
}
@media screen and (min-width: 500px) {
  .entity-list .ent-item .ent-item-featured-image {
    margin-bottom: 0px;
  }
}
.entity-list .ent-item .ent-item-types {
  margin: 7px 0 10px;
}
.entity-list .ent-item .ent-summary {
  margin: 15px 0;
  font-size: 20px;
  line-height: 21px;
  font-size: 2rem;
  line-height: 2.1rem;
}
.entity-list .ent-item .ent-item-content {
  margin: 20px 0 10px;
}
.entity-list .ent-item .ent-item-content p:not(:last-of-type) {
  margin-bottom: 10px;
}
.entity-list .ent-item .ent-item-contact a {
  font-weight: 600;
  font-style: italic;
}
@media screen and (min-width: 400px) {
  .entity-list .ent-item .ent-item-buttons a.btn, .entity-list .ent-item .ent-item-buttons a.btn-secondary {
    min-width: 130px;
  }
}
@media screen and (min-width: 650px) {
  .entity-list .ent-item .ent-item-buttons a.btn, .entity-list .ent-item .ent-item-buttons a.btn-secondary {
    min-width: 150px;
  }
}
.entity-list .ent-item .ent-item-buttons a:not(:first-of-type) {
  margin-left: 10px;
}
@media screen and (min-width: 1000px) {
  .entity-list .ent-item {
    padding: 20px;
  }
  .entity-list .ent-item .ent-item-title {
    font-size: 36px;
    line-height: 32px;
    font-size: 3.6rem;
    line-height: 3.2rem;
    margin-bottom: 5px;
  }
  .entity-list .ent-item .ent-item-info p, .entity-list .ent-item .info-title, .entity-list .ent-item li {
    font-size: 20px;
    line-height: 28px;
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .entity-list .ent-item .ent-item-types {
    margin: 15px 0 20px;
  }
}
@media screen and (max-width: 1000px) {
  .entity-list .ent-item .ent-item-info p {
    font-size: 16px;
    line-height: 22px;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .entity-list .ent-item .ent-item-info .info-title {
    font-size: 16px;
    line-height: 22px;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .entity-list .ent-item .ent-item-info ul.tax-list li {
    font-size: 16px;
    line-height: 22px;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .entity-list .ent-item a.btn, .entity-list .ent-item a.btn-secondary {
    font-size: 16px;
    line-height: 20px;
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 8px 15px;
  }
}
.entity-list .historic-home h3.whitney-header.red {
  font-size: 30px;
  line-height: 33px;
  font-size: 3rem;
  line-height: 3.3rem;
  margin: 50px 0 30px 0;
}
.entity-list .historic-home .home-content h5 {
  font-size: 21px;
  line-height: 29px;
  font-size: 2.1rem;
  line-height: 2.9rem;
  font-weight: 600;
  padding: 0 0 30px 0;
  display: inline-block;
  font-family: "minion-pro", serif;
}
.entity-list .historic-home .home-content .historic-home-image {
  float: right;
  width: 420px;
  padding: 20px;
}
.entity-list .historic-home .home-content .historic-home-image:after {
  clear: both;
}

.info-title {
  text-transform: uppercase;
  color: #838D98;
  font-family: "Whitney Cond SSm A", "Whitney Cond SSm B", sans-serif;
}

.tax-list-container p {
  margin-bottom: 0;
}
.tax-list-container ul.tax-list {
  margin-left: 5px;
  display: inline;
  list-style-type: none;
}
.tax-list-container ul.tax-list li {
  display: inline-block;
  font-style: italic;
}
.tax-list-container ul.tax-list li:not(:last-child) {
  margin-right: 0px;
}
.tax-list-container ul.tax-list li:not(:last-child):after {
  content: ", ";
  white-space: pre;
}
.tax-list-container ul.tax-list li a {
  color: #963E3E;
}
.tax-list-container ul.tax-list li a:hover {
  color: #d43d3d;
}

.pagination {
  text-align: center;
  margin: 50px 0;
}
.pagination a {
  color: #963E3E;
}
.pagination a:hover {
  color: #722f2f;
}
.pagination a:first-of-type {
  margin-right: 5px;
}
.pagination a:last-of-type {
  margin-left: 5px;
}
.pagination .pagination-display {
  font-family: "Whitney Cond SSm A", "Whitney Cond SSm B", sans-serif;
  margin: 0 20px;
}

/*
*
*

ENTITY PAGE

*
*/
.related-items-title {
  color: #963E3E;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 26px;
  font-size: 2rem;
  line-height: 2.6rem;
}
.related-items-title:not(:first-of-type) {
  margin-top: 50px;
}
@media screen and (min-width: 800px) {
  .related-items-title {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 38px;
    font-size: 3rem;
    line-height: 3.8rem;
  }
  .related-items-title:not(:first-of-type) {
    margin-top: 100px;
  }
}

.entity-content {
  padding: 30px 0;
  border-top: solid 1px #dedede;
}
.entity-content h3, .entity-content h4 {
  font-family: "Whitney Cond SSm A", "Whitney Cond SSm B", sans-serif;
  text-transform: uppercase;
  color: #963E3E;
}
.entity-content h3 {
  font-size: 30px;
  line-height: 33px;
  font-size: 3rem;
  line-height: 3.3rem;
  letter-spacing: 1.5px;
  margin-bottom: 25px;
}
.entity-content h4 {
  font-size: 24px;
  line-height: 29px;
  font-size: 2.4rem;
  line-height: 2.9rem;
  margin: 30px 0 15px;
}
.entity-content ul {
  padding-left: 25px;
  margin-bottom: 30px;
}
.entity-content ul li {
  padding-left: 5px;
}

.entity-title h1 {
  font-style: italic;
  color: #838D98;
  margin-bottom: 0;
  font-family: "minion-pro", serif;
  margin-bottom: 5px;
}
.entity-title > h3 {
  font-size: 28px;
  line-height: 32px;
  font-size: 2.8rem;
  line-height: 3.2rem;
  margin: 0 0 20px 0;
}
.entity-title .btn.grey, .entity-title .grey.btn-secondary, .entity-title .post-password-form input.grey[type="submit"], .post-password-form .entity-title input.grey[type="submit"] {
  margin: 15px 0;
}
.entity-title .tax-list {
  margin-left: 15px;
}
@media screen and (min-width: 800px) {
  .entity-title h1 {
    font-size: 48px;
    line-height: 48px;
    font-size: 4.8rem;
    line-height: 4.8rem;
  }
}

.entity-content {
  border-top: solid 1px #dedede;
  margin: 15px 0;
  padding: 25px 0 45px 0;
}

.entity-images {
  margin-bottom: 30px;
}
@media screen and (min-width: 800px) {
  .entity-images {
    margin-bottom: 60px;
  }
}

.sidebar-section {
  margin-bottom: 45px;
}
.sidebar-section .image-link-wrap:not(:last-child) {
  margin-bottom: 45px;
}

.entity-information {
  color: #777;
}
.entity-information h3 {
  font-size: 30px;
  line-height: 30px;
  font-size: 3rem;
  line-height: 3rem;
  text-transform: uppercase;
  color: #963E3E;
  margin-bottom: 20px !important;
}
.entity-information span {
  font-size: 20px;
  line-height: 23px;
  font-size: 2rem;
  line-height: 2.3rem;
  letter-spacing: 0.11px;
}
.entity-information a:not(.btn):not(.btn-secondary) {
  color: #963E3E;
}
.entity-information a:not(.btn):not(.btn-secondary):hover {
  color: #d43d3d;
}
.entity-information a:not(.btn):not(.btn-secondary).directions-link {
  font-weight: 600;
  font-style: italic;
}
.entity-information span {
  display: block;
}
.entity-information .site-link {
  margin-top: 15px;
  padding: 5px 25px;
}

.event-content {
  padding: 30px 0;
  border-top: solid 1px #dedede;
}
.event-content h3, .event-content h4 {
  font-family: "Whitney Cond SSm A", "Whitney Cond SSm B", sans-serif;
  text-transform: uppercase;
  color: #963E3E;
}
.event-content h3 {
  font-size: 30px;
  line-height: 33px;
  font-size: 3rem;
  line-height: 3.3rem;
  letter-spacing: 1.5px;
  margin-bottom: 25px;
}
.event-content h4 {
  font-size: 24px;
  line-height: 29px;
  font-size: 2.4rem;
  line-height: 2.9rem;
  margin: 30px 0 15px;
}
.event-content ul {
  padding-left: 25px;
}
.event-content ul li {
  padding-left: 5px;
}

.event-images {
  margin-bottom: 30px;
}
@media screen and (min-width: 800px) {
  .event-images {
    margin-bottom: 90px;
  }
}

.tribe-address .tribe-country-name {
  display: none;
}

.event-title h1 {
  font-style: italic;
  color: #838D98;
  margin-bottom: 0;
  font-family: "minion-pro", serif;
  margin-bottom: 5px;
}
.event-title > h3 {
  font-size: 28px;
  line-height: 32px;
  font-size: 2.8rem;
  line-height: 3.2rem;
  margin: 0 0 20px 0;
}
.event-title .btn.grey, .event-title .grey.btn-secondary, .event-title .post-password-form input.grey[type="submit"], .post-password-form .event-title input.grey[type="submit"] {
  margin: 15px 0;
}
.event-title .single-tax.tax-list-container {
  margin: 0 0 20px 0;
}
.event-title .single-tax.tax-list-container .tax-list {
  margin-left: 5px;
}
.event-title .more-dates-link {
  color: #777;
  font-family: "minion-pro", serif;
}
.event-title .more-dates-link a {
  color: #777;
  font-size: 21px;
  line-height: 29px;
  font-size: 2.1rem;
  line-height: 2.9rem;
  text-transform: capitalize;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0;
  font-family: "minion-pro", serif;
}
@media screen and (min-width: 800px) {
  .event-title h1 {
    font-size: 48px;
    line-height: 48px;
    font-size: 4.8rem;
    line-height: 4.8rem;
  }
}

.event-information {
  color: #777;
}
.event-information h3 {
  font-size: 30px;
  line-height: 30px;
  font-size: 3rem;
  line-height: 3rem;
  text-transform: uppercase;
  color: #963E3E;
  margin-bottom: 20px !important;
}
.event-information span {
  font-size: 20px;
  line-height: 23px;
  font-size: 2rem;
  line-height: 2.3rem;
  letter-spacing: 0.11px;
}
.event-information a:not(.btn):not(.btn-secondary) {
  color: #963E3E;
}
.event-information a:not(.btn):not(.btn-secondary):hover {
  color: #d43d3d;
}
.event-information a:not(.btn):not(.btn-secondary).directions-link {
  font-weight: 600;
  font-style: italic;
}
.event-information .event-link {
  margin-top: 15px;
  padding: 5px 25px;
}
.event-information .sidebar-section.recurrence ul {
  list-style-type: none;
  margin-bottom: 15px;
}
.event-information .sidebar-section.recurrence ul li span {
  display: inline-block;
}
.event-information .sidebar-section.recurrence ul li span.date__month-date {
  color: #963E3E;
  font-family: "minion-pro", serif;
}
.event-information .sidebar-section.recurrence a.btn, .event-information .sidebar-section.recurrence a.btn-secondary {
  padding: 3px 30px;
}

/*** ITINERARY ***/
.itinerary-content-builder {
  margin-bottom: 30px;
}
.itinerary-content-builder .site-section:first-child {
  padding-top: 0;
}
@media screen and (min-width: 800px) {
  .itinerary-content-builder {
    margin-bottom: 60px;
  }
}

.site-section.itinerary-image {
  padding: 10px 0;
}
.site-section.itinerary-image img {
  width: 100%;
}

.cft-g.itinerary-image-grid > .cft-gi:not(:last-of-type) {
  margin-bottom: 10px;
}
@media screen and (min-width: 800px) {
  .cft-g.itinerary-image-grid > .cft-gi {
    width: 50%;
  }
  .cft-g.itinerary-image-grid > .cft-gi:not(:last-of-type) {
    margin-bottom: 0;
  }
}

footer.site-footer {
  text-align: center;
  background: #F6F3E5;
  padding: 30px 0;
  font-size: 16px;
  line-height: 20px;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #606569;
}
footer.site-footer .copy {
  margin-bottom: 0;
}
footer.site-footer .copy a {
  display: block;
  margin-top: 20px;
}
footer.site-footer address {
  font-style: normal;
  margin: 1.5em 0;
}
footer.site-footer .credit {
  margin: 1.5em 0;
}
footer.site-footer .sponsor {
  width: 200px;
  display: block;
  margin: auto;
}
footer.site-footer .sponsor img {
  width: 100%;
}
@media screen and (min-width: 700px) {
  footer.site-footer {
    position: relative;
    text-align: left;
  }
  footer.site-footer p {
    margin: 0;
  }
  footer.site-footer .copy a {
    display: inline;
    margin-left: 15px;
    position: relative;
  }
  footer.site-footer .copy a:before {
    content: "|";
    position: absolute;
    left: -10px;
  }
  footer.site-footer address {
    margin: auto;
  }
  footer.site-footer .credit {
    margin: auto;
  }
  footer.site-footer .sponsor {
    position: absolute;
    right: 30px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.press-list .cft-g > .cft-gi {
  width: 50%;
}
@media screen and (min-width: 850px) {
  .press-list .cft-g > .cft-gi {
    width: 25%;
  }
}

.post-password-form label {
  margin-bottom: 10px;
}
.post-password-form input[type="submit"] {
  border: none !important;
  max-width: 130px;
}

@media print {
  header.banner, footer.site-footer, .banner-wrap, .slider-wrap, .image-link-wrap {
    display: none;
  }

  .entity-list img {
    width: 300px !important;
  }
}

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