@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i);
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  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 {
  -webkit-box-sizing: content-box;
          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"] {
  -webkit-box-sizing: border-box;
          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-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; }

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

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

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

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

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

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../assets/fonts/slick.eot");
  src: url("../assets/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/slick.woff") format("woff"), url("../assets/fonts/slick.ttf") format("truetype"), url("../assets/fonts/slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.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: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

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

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

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

.slick-next {
  right: -25px; }

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

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

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

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

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

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  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; }

/**
 * Owl Carousel v2.3.2
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

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

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*! Lity - v2.4.0 - 2019-08-10
* http://sorgalla.com/lity/
* Copyright (c) 2015-2019 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

@font-face {
  font-family: 'Antonio';
  src: url("../assets/fonts/Antonio-Regular.eot");
  src: url("../assets/fonts/Antonio-Regular.woff2") format("woff2"), url("../assets/fonts/Antonio-Regular.woff") format("woff"), url("../assets/fonts/Antonio-Regular.ttf") format("truetype"), url("../assets/fonts/Antonio-Regular.svg#Antonio-Regular") format("svg"), url("../assets/fonts/Antonio-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Antonio';
  src: url("../assets/fonts/Antonio-Light.eot");
  src: url("../assets/fonts/Antonio-Light.woff2") format("woff2"), url("../assets/fonts/Antonio-Light.woff") format("woff"), url("../assets/fonts/Antonio-Light.ttf") format("truetype"), url("../assets/fonts/Antonio-Light.svg#Antonio-Light") format("svg"), url("../assets/fonts/Antonio-Light.eot?#iefix") format("embedded-opentype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Antonio';
  src: url("../assets/fonts/Antonio-Bold.eot");
  src: url("../assets/fonts/Antonio-Bold.woff2") format("woff2"), url("../assets/fonts/Antonio-Bold.woff") format("woff"), url("../assets/fonts/Antonio-Bold.ttf") format("truetype"), url("../assets/fonts/Antonio-Bold.svg#Antonio-Bold") format("svg"), url("../assets/fonts/Antonio-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../assets/fonts/OpenSans.woff");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'Open Sans';
  src: url("../assets/fonts/OpenSans-Italic.woff");
  font-style: italic;
  font-weight: 400; }

@font-face {
  font-family: 'Open Sans';
  src: url("../assets/fonts/OpenSans-Bold.woff");
  font-style: normal;
  font-weight: bold; }

@font-face {
  font-family: 'Open Sans';
  src: url("../assets/fonts/OpenSans-BoldItalic.woff");
  font-style: italic;
  font-weight: bold; }

@font-face {
  font-family: 'Open Sans';
  src: url("../assets/fonts/OpenSans-Light.woff");
  font-style: normal;
  font-weight: 300; }

@font-face {
  font-family: 'Open Sans';
  src: url("../assets/fonts/OpenSansLight-Italic.woff");
  font-style: italic;
  font-weight: 300; }

@font-face {
  font-family: 'Open Sans';
  src: url("../assets/fonts/OpenSans-Semibold.woff");
  font-style: normal;
  font-weight: 600; }

@font-face {
  font-family: 'Open Sans';
  src: url("../assets/fonts/OpenSans-SemiboldItalic.woff");
  font-style: italic;
  font-weight: 600; }

@font-face {
  font-family: 'Northwell';
  src: url("../assets/fonts/Northwell.eot");
  src: local("☺"), url("../assets/fonts/Northwell.otf") format("woff"), url("../assets/fonts/Northwell.ttf") format("truetype"), url("../assets/fonts/Northwell.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

html,
body {
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  font-size: 16px;
  background: #ffffff;
  font-family: "Open Sans", sans-serif;
  position: relative;
  overflow-x: hidden;
  font-weight: 400;
  color: #463d2f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

* {
  font-family: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: transparent;
  border: 0; }
  button:hover, button:focus, button:active, button:visited {
    outline: 0; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0;
  font-style: normal;
  font-weight: 300; }

pre {
  font-family: "Open Sans", sans-serif;
  font-size: .8em;
  line-height: 1.5;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: "Open Sans", sans-serif;
  font-size: .8em; }

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

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

big {
  font-size: 125%; }

h1, h2, h3, h4, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Playfair Display", serif;
  color: #463d2f;
  font-weight: 400;
  line-height: 1.2;
  margin: 0.5em 0; }
  h1 a, h2 a, h3 a, h4 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    color: inherit;
    font-weight: inherit; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h6 a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
      color: #990033; }

h1, .h1 {
  font-size: 2.5rem; }
  @media (max-width: 768px) {
    h1, .h1 {
      font-size: 1.8em; } }

h2, .h2 {
  font-size: 2rem; }
  @media (max-width: 768px) {
    h2, .h2 {
      font-size: 1.6em; } }

h3, .h3 {
  font-size: 1.375rem;
  font-weight: normal; }
  @media (max-width: 768px) {
    h3, .h3 {
      font-size: 1.4em; } }

h4, .h4 {
  font-size: 1.125rem;
  text-transform: uppercase; }

h5, .h5 {
  font-size: 1.2rem;
  color: #990033;
  text-transform: uppercase;
  font-family: "Antonio", serif;
  margin: 10px 0;
  font-weight: 400; }

h6, .h6 {
  font-size: 1.1rem;
  font-weight: 700; }

p {
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.4;
  color: #463d2f;
  margin: 0 0 30px; }

blockquote, blockquote * {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 1.35em;
  padding: 10px 0;
  margin: 0;
  font-weight: 500; }
  @media (max-width: 768px) {
    blockquote, blockquote * {
      font-size: 1.2em; } }
  blockquote small, blockquote * small {
    font-size: 1.4rem; }

.font-light {
  font-weight: 300; }

.font-regular {
  font-weight: 400; }

.font-heavy {
  font-weight: 700; }

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  main a {
    color: #990033;
    font-weight: bold; }
  a:hover {
    color: #01252b; }

img {
  max-width: 100%;
  height: auto; }
  img.noMax {
    max-width: none; }

figure {
  max-width: 100%; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.right-res {
  text-align: right; }
  @media (max-width: 720px) {
    .right-res {
      text-align: center; } }

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.justify {
  text-align: justify; }

.hidden-sm {
  display: none; }

.inline {
  list-style: none;
  margin: 0; }
  .inline li, .inline div {
    display: inline-block;
    vertical-align: top; }

.downloadList {
  list-style: none;
  padding-left: 20px; }
  .downloadList li {
    padding-bottom: 0; }
    .downloadList li i {
      padding-right: 5px; }

.spacer {
  display: inline-block;
  padding: 0 5px; }

@media (max-width: 772px) {
  .noMobile {
    height: 0 !important; } }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.container-lg {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px; }

.container-xl {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px; }

.container-sm {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 20px; }

.container-xs {
  max-width: 660px;
  margin: 0 auto;
  padding: 0 20px; }

.clean-button {
  background-color: transparent;
  border: 0;
  padding: 0; }

.italic, .italicReg {
  font-style: italic;
  font-family: "Playfair Display", serif; }

.italic {
  font-weight: bold; }

.uppercase {
  text-transform: uppercase; }

.italicCap {
  text-transform: uppercase; }
  .italicCap span, .italicCap i {
    text-transform: none;
    font-style: italic;
    line-height: 1; }

.floatRt, .alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 5px; }

.floatLt, .alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 5px; }

figcaption {
  font-size: .9em;
  font-style: italic; }

figure {
  margin: 0;
  padding: 5px 0 15px; }

@media (max-width: 772px) {
  figure {
    margin: 0; }
  .floatRt, .alignright, .floatLt, .alignleft {
    float: none;
    max-width: 100%; }
    .floatRt img, .alignright img, .floatLt img, .alignleft img {
      height: auto; } }

.noPadding {
  padding: 0;
  list-style-position: inside; }

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

.paddedSection {
  padding: 150px 0 50px; }
  @media (max-width: 772px) {
    .paddedSection {
      padding: 80px 0 20px; } }
  @media (max-width: 440px) {
    .paddedSection {
      padding: 50px 0 20px; } }

.moveUp-Lg {
  margin-top: -200px;
  z-index: 999;
  position: relative; }

.moveUp-50 {
  margin-top: -50px; }

.moveUp-100 {
  margin-top: -100px;
  position: relative; }

.moveUp-150 {
  margin-top: -150px; }

.moveUp-200 {
  margin-top: -200px; }

.moveUp-250 {
  margin-top: -250px; }

.moveOver-50 {
  margin-left: -50px; }

.moveOver-100 {
  margin-left: -100px; }

.moveOver-150 {
  margin-left: -150px; }

.moveRt-50 {
  margin-right: -50px; }

.moveRt-100 {
  margin-right: -100px; }

.moveRt-150 {
  margin-right: -150px; }

.moveRt-200 {
  margin-right: -200px; }

.moveRt-250 {
  margin-right: -250px; }

.moveRt-300 {
  margin-right: -300px; }

.moveDown-20 {
  margin-top: 20px; }

.moveDown-50 {
  margin-top: 50px; }

.moveDown-100 {
  margin-top: 100px; }

.move-down-100 {
  margin-top: 100px; }
  @media (max-width: 720px) {
    .move-down-100 {
      margin-top: 0; } }

.moveDown-150 {
  margin-top: 150px; }

.move-left {
  position: relative;
  z-index: 2;
  margin-left: -100px; }
  @media (max-width: 720px) {
    .move-left {
      margin: 20px 0 0; } }

.move-right {
  position: relative;
  z-index: 2;
  margin-right: -100px; }
  @media (max-width: 720px) {
    .move-right {
      margin: 20px 0 0; } }

.tan-box {
  background-color: #fcf6eb;
  padding: 40px 50px 40px 30px;
  margin-top: 70px; }
  .single .tan-box {
    padding: 20px 50px 20px 30px; }
  @media (max-width: 720px) {
    .tan-box {
      margin-top: 20px; } }

.bg-cover {
  background: no-repeat center center;
  background-size: cover; }

.two-columns {
  margin: 0 -20px; }
  .two-columns > div {
    display: inline-block;
    margin: 0 -2px;
    padding: 10px 20px;
    vertical-align: top;
    width: 50%; }
    @media (max-width: 720px) {
      .two-columns > div {
        width: 100%;
        display: block; } }

@media (max-width: 440px) {
  .tab {
    margin-left: 20px !important;
    margin-right: 20px;
    font-size: .9em; } }

.pt4 {
  padding-top: 4rem; }

/*
1. Use modernizor.js to determin if flexbox is supported.
2. flex-* can break more than one time. Eg. flex-4 flex-4 flex-4. It breaks two times, from 3 boxes in a row to 2 boxes then 1 box.
3. flex-s-*, flex-m-*, flex-l-* only break once or never break. They can be mixed. Eg. flex-m-5 + flex-m-7
4. Add class .align-container to flex-container if want to align columns to other containers. Eg. <div class="flex-container align-container">

Example1
<div class="flex-container">
   <div class="flex-4">Box1</div>
   <div class="flex-4">Box2</div>
   <div class="flex-4">Box3</div>
</div>

Example2
<div class="flex-container">
   <div class="flex-m-2">Box1</div>
   <div class="flex-m-4">Box2</div>
   <div class="flex-m-6">Box3</div>
</div>
*/
.flexbox .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .flexbox .flex-container.fxVAl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.flex-container {
  display: block; }
  .flex-container .flex-3, .flex-container .flex-4, .flex-container [class*="flex-s"], .flex-container [class*="flex-m"], .flex-container [class*="flex-l"] {
    display: inline-block;
    margin: 0 -2px;
    vertical-align: top; }

.align-container {
  margin: 0 -15px; }

.flex-6, .flex-4, .flex-3, .flex-2 [class*="flex-s"], [class*="flex-m"], [class*="flex-l"] {
  padding: 15px; }
  .flex-6 > *, .flex-4 > *, .flex-3 > *, .flex-2 [class*="flex-s"] > *, [class*="flex-m"] > *, [class*="flex-l"] > * {
    height: 100%; }

.flex-6 {
  width: 50%; }

@media (max-width: 900px) {
  .flex-6 {
    width: 100%; } }

.flex-4 {
  width: 33.33%; }

@media (max-width: 900px) {
  .flex-4 {
    width: 50%; } }

@media (max-width: 600px) {
  .flex-4 {
    width: 100%; } }

.flex-3 {
  width: 25%; }

@media (max-width: 900px) {
  .flex-3 {
    width: 33.33%; } }

@media (max-width: 600px) {
  .flex-3 {
    width: 50%; } }

@media (max-width: 500px) {
  .flex-3 {
    width: 100%; } }

.flex-2 {
  width: 16.66%; }

@media (max-width: 900px) {
  .flex-2 {
    width: 25%; } }

@media (max-width: 600px) {
  .flex-2 {
    width: 33.33%; } }

@media (max-width: 500px) {
  .flex-2 {
    width: 50%; } }

.flex-s-1, .flex-m-1, .flex-l-1 {
  width: 8.33%; }

.flex-s-2, .flex-m-2, .flex-l-2 {
  width: 16.66%; }

.flex-s-3, .flex-m-3, .flex-l-3 {
  width: 25%; }

.flex-s-4, .flex-m-4, .flex-l-4 {
  width: 33.33%; }

.flex-3-5, .flex-m-5, .flex-l-5 {
  width: 41.66%; }

.flex-s-6, .flex-m-6, .flex-l-6 {
  width: 50%; }

.flex-s-7, .flex-m-7, .flex-l-7 {
  width: 58.33%; }

.flex-s-8, .flex-m-8, .flex-l-8 {
  width: 66.66%; }

.flex-s-9, .flex-m-9, .flex-l-9 {
  width: 75%; }

.flex-s-10, .flex-m-10, .flex-l-10 {
  width: 83.33%; }

.flex-s-11, .flex-m-11, .flex-l-11 {
  width: 91.66%; }

@media (max-width: 992px) {
  [class*="flex-l"] {
    width: 100%; } }

@media (max-width: 768px) {
  [class*="flex-m"] {
    width: 100%; } }

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 33.75em) {
    .container {
      width: 80%; } }
  @media only screen and (min-width: 60em) {
    .container {
      width: 75%;
      max-width: 60rem; } }

.row {
  position: relative;
  width: 100%; }

.row [class^="col"] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem; }

.row::after {
  content: "";
  display: table;
  clear: both; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%; }

.col-1-sm {
  width: 4.33333%; }

.col-2-sm {
  width: 12.66667%; }

.col-3-sm {
  width: 21%; }

.col-4-sm {
  width: 29.33333%; }

.col-5-sm {
  width: 37.66667%; }

.col-6-sm {
  width: 46%; }

.col-7-sm {
  width: 54.33333%; }

.col-8-sm {
  width: 62.66667%; }

.col-9-sm {
  width: 71%; }

.col-10-sm {
  width: 79.33333%; }

.col-11-sm {
  width: 87.66667%; }

.col-12-sm {
  width: 96%; }

@media only screen and (min-width: 45em) {
  .col-1 {
    width: 4.33333%; }
  .col-2 {
    width: 12.66667%; }
  .col-3 {
    width: 21%; }
  .col-4 {
    width: 29.33333%; }
  .col-5 {
    width: 37.66667%; }
  .col-6 {
    width: 46%; }
  .col-7 {
    width: 54.33333%; }
  .col-8 {
    width: 62.66667%; }
  .col-9 {
    width: 71%; }
  .col-10 {
    width: 79.33333%; }
  .col-11 {
    width: 87.66667%; }
  .col-12 {
    width: 96%; }
  .hidden-sm {
    display: block; } }

.thirds {
  width: 33%;
  margin-left: .3%;
  float: left; }
  @media (max-width: 992px) {
    .thirds {
      width: 100%; } }

#engagement {
  border: 1px solid #fcf6eb;
  width: 60%;
  margin: 50px auto -100px;
  padding: 10px;
  position: relative; }
  @media (max-width: 992px) {
    #engagement {
      width: 70%; } }
  @media (max-width: 772px) {
    #engagement {
      width: 90%; } }
  #engagement .leftCorner {
    position: absolute;
    top: -42px;
    left: -25px;
    width: 250px; }
    @media (max-width: 772px) {
      #engagement .leftCorner {
        width: 200px; } }
  #engagement .contentBox {
    background: #fcf6eb;
    padding: 45px 100px 25px; }
    @media (max-width: 772px) {
      #engagement .contentBox {
        padding: 25px; } }
    #engagement .contentBox h2, #engagement .contentBox ul {
      margin: 0; }
    #engagement .contentBox h2 {
      text-transform: uppercase;
      margin-bottom: 25px;
      color: #463d2f; }
      @media (max-width: 772px) {
        #engagement .contentBox h2 {
          font-size: 1.8em; } }
    #engagement .contentBox .button-outline {
      margin-bottom: 15px; }

.site-footer, .site-info {
  color: white;
  font-size: 0.95em; }
  .site-footer h3, .site-info h3 {
    color: white; }
  .site-footer a, .site-info a {
    color: white; }
    .site-footer a:hover, .site-info a:hover {
      color: #c7b299; }

.site-footer {
  background: url(../assets/images/paper_background.png) no-repeat top left/100% auto, #01262c;
  font-size: .875em;
  padding-top: 130px;
  padding-bottom: 40px; }
  .site-footer h3 {
    font-family: "Antonio", serif;
    text-transform: uppercase;
    font-size: 1.1em;
    margin-bottom: 0px; }
  .site-footer p {
    font-size: 1em;
    color: white; }
  .site-footer address {
    margin-top: 5px; }
  .site-footer .social li {
    margin-right: 30px; }
    .site-footer .social li a {
      color: #c7b299;
      font-size: 2.25em; }
      .site-footer .social li a:hover {
        color: #fcf6eb; }
  @media (max-width: 720px) {
    .site-footer {
      text-align: center;
      padding-bottom: 25px; }
      .site-footer .social {
        text-align: center;
        margin: 0; } }

.site-info {
  background: #001b1f;
  padding: 20px 0 50px;
  font-size: 0.85em;
  color: #eee; }
  .site-info a {
    text-decoration: underline; }

.secondaryFooter {
  position: relative;
  padding: 150px 0 100px;
  margin-top: 50px;
  -webkit-filter: grayscale(0.8);
          filter: grayscale(0.8); }
  @media (max-width: 992px) {
    .secondaryFooter {
      padding: 50px 0; } }
  .secondaryFooter > div {
    position: relative;
    z-index: 5; }
  .secondaryFooter::before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(../assets/images/paper_background.png) no-repeat top left/100% auto, rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0; }
  .secondaryFooter::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(173, 50, 2, 0.3);
    position: absolute;
    top: 0;
    left: 0; }

#specialEvent {
  background: #990033;
  padding: 5px 0; }
  #specialEvent p, #specialEvent a {
    color: #fff;
    text-transform: uppercase; }
  #specialEvent p {
    padding: 0;
    margin: 0; }
  #specialEvent a {
    font-family: "Antonio", serif;
    padding-left: 20px; }

.site-header {
  position: absolute;
  z-index: 999;
  width: 100%;
  padding-top: 25px; }
  .single .site-header,
  .tag .site-header {
    background-color: white; }
  .single.nav-open .site-header,
  .tag.nav-open .site-header {
    background: transparent; }
  @media (max-width: 440px) {
    .site-header {
      text-align: center;
      padding-top: 15px; } }
  .site-header .site-title {
    display: inline-block;
    padding-left: 15px; }
    @media (max-width: 440px) {
      .site-header .site-title {
        padding-left: 0px; } }
  .site-header .nav-control {
    float: right;
    padding-right: 15px;
    position: relative; }
  .site-header .spacer {
    vertical-align: top;
    display: inline-block;
    height: 20px;
    padding-left: 14px;
    margin-right: 8px;
    position: relative;
    top: 4px; }
    @media (max-width: 600px) {
      .site-header .spacer {
        padding-left: 6px;
        margin-right: 4px; } }
  .site-header button {
    background-color: transparent;
    border: 0; }
  .site-header .close-nav {
    display: none; }
  .site-header .open-nav, .site-header .login-button {
    font-family: "Antonio", serif;
    font-weight: 100; }
    .site-header .open-nav i, .site-header .login-button i {
      padding-left: 5px; }
  .site-header .login-button {
    text-transform: uppercase;
    color: #fff;
    margin-left: 10px; }
    .site-header .login-button:active, .site-header .login-button:visited {
      color: #fff; }
    .site-header .login-button:hover {
      color: #990033; }
  .site-header .regular {
    color: white; }
    .page-template-template-no-header-php .site-header .regular, .page-template-template-no-header-php.nav-close .site-header .regular, .tribe-events-page-template .site-header .regular, .tribe-events-page-template.nav-close .site-header .regular,
    .page-template-template-stories .site-header .regular, .page-template-template-stories.nav-close .site-header .regular, .single .site-header .regular, .search .site-header .regular, .site-header .regular .search.nav-close, .error404 .site-header .regular, .error404.nav-close .site-header .regular, .tag .site-header .regular, .tag.nav-close .site-header .regular, .archive .site-header .regular, .page-template-template-collections .site-header .regular,
    .single-obits .site-header .regular, .page-template-template-bicentenary .site-header .regular, .page-template-template-epic .site-header .regular {
      color: #000;
      border-bottom: 1px solid #f1f1f1;
      padding-bottom: 15px; }
      .page-template-template-no-header-php .site-header .regular .spacer, .page-template-template-no-header-php.nav-close .site-header .regular .spacer, .tribe-events-page-template .site-header .regular .spacer, .tribe-events-page-template.nav-close .site-header .regular .spacer,
      .page-template-template-stories .site-header .regular .spacer, .page-template-template-stories.nav-close .site-header .regular .spacer, .single .site-header .regular .spacer, .search .site-header .regular .spacer, .site-header .regular .search.nav-close .spacer, .error404 .site-header .regular .spacer, .error404.nav-close .site-header .regular .spacer, .tag .site-header .regular .spacer, .tag.nav-close .site-header .regular .spacer, .archive .site-header .regular .spacer, .page-template-template-collections .site-header .regular .spacer,
      .single-obits .site-header .regular .spacer, .page-template-template-bicentenary .site-header .regular .spacer, .page-template-template-epic .site-header .regular .spacer {
        border-color: #01252b; }
      .page-template-template-no-header-php .site-header .regular .login-button, .page-template-template-no-header-php.nav-close .site-header .regular .login-button, .tribe-events-page-template .site-header .regular .login-button, .tribe-events-page-template.nav-close .site-header .regular .login-button,
      .page-template-template-stories .site-header .regular .login-button, .page-template-template-stories.nav-close .site-header .regular .login-button, .single .site-header .regular .login-button, .search .site-header .regular .login-button, .site-header .regular .search.nav-close .login-button, .error404 .site-header .regular .login-button, .error404.nav-close .site-header .regular .login-button, .tag .site-header .regular .login-button, .tag.nav-close .site-header .regular .login-button, .archive .site-header .regular .login-button, .page-template-template-collections .site-header .regular .login-button,
      .single-obits .site-header .regular .login-button, .page-template-template-bicentenary .site-header .regular .login-button, .page-template-template-epic .site-header .regular .login-button {
        color: #01252b; }
        .page-template-template-no-header-php .site-header .regular .login-button:hover, .page-template-template-no-header-php.nav-close .site-header .regular .login-button:hover, .tribe-events-page-template .site-header .regular .login-button:hover, .tribe-events-page-template.nav-close .site-header .regular .login-button:hover,
        .page-template-template-stories .site-header .regular .login-button:hover, .page-template-template-stories.nav-close .site-header .regular .login-button:hover, .single .site-header .regular .login-button:hover, .search .site-header .regular .login-button:hover, .site-header .regular .search.nav-close .login-button:hover, .error404 .site-header .regular .login-button:hover, .error404.nav-close .site-header .regular .login-button:hover, .tag .site-header .regular .login-button:hover, .tag.nav-close .site-header .regular .login-button:hover, .archive .site-header .regular .login-button:hover, .page-template-template-collections .site-header .regular .login-button:hover,
        .single-obits .site-header .regular .login-button:hover, .page-template-template-bicentenary .site-header .regular .login-button:hover, .page-template-template-epic .site-header .regular .login-button:hover {
          color: #990033; }
      @media (max-width: 440px) {
        .page-template-template-no-header-php .site-header .regular, .page-template-template-no-header-php.nav-close .site-header .regular, .tribe-events-page-template .site-header .regular, .tribe-events-page-template.nav-close .site-header .regular,
        .page-template-template-stories .site-header .regular, .page-template-template-stories.nav-close .site-header .regular, .single .site-header .regular, .search .site-header .regular, .site-header .regular .search.nav-close, .error404 .site-header .regular, .error404.nav-close .site-header .regular, .tag .site-header .regular, .tag.nav-close .site-header .regular, .archive .site-header .regular, .page-template-template-collections .site-header .regular,
        .single-obits .site-header .regular, .page-template-template-bicentenary .site-header .regular, .page-template-template-epic .site-header .regular {
          padding-bottom: 50px; } }
    .page-template-template-no-header-php.nav-open .site-header .regular,
    .tribe-events-page-template.nav-open .site-header .regular,
    .page-template-template-stories.nav-open .site-header .regular,
    .search.nav-open .site-header .regular,
    .error404.nav-open .site-header .regular,
    .single.nav-open .site-header .regular,
    .tag.nav-open .site-header .regular,
    .archive.nav-open .site-header .regular,
    .page-template-template-collections.nav-open .site-header .regular .single-obits.nav-open .site-header .regular {
      color: white;
      border-bottom: none; }
      .page-template-template-no-header-php.nav-open .site-header .regular .spacer,
      .tribe-events-page-template.nav-open .site-header .regular .spacer,
      .page-template-template-stories.nav-open .site-header .regular .spacer,
      .search.nav-open .site-header .regular .spacer,
      .error404.nav-open .site-header .regular .spacer,
      .single.nav-open .site-header .regular .spacer,
      .tag.nav-open .site-header .regular .spacer,
      .archive.nav-open .site-header .regular .spacer,
      .page-template-template-collections.nav-open .site-header .regular .single-obits.nav-open .site-header .regular .spacer {
        border-color: white; }
      .page-template-template-no-header-php.nav-open .site-header .regular .login-button,
      .tribe-events-page-template.nav-open .site-header .regular .login-button,
      .page-template-template-stories.nav-open .site-header .regular .login-button,
      .search.nav-open .site-header .regular .login-button,
      .error404.nav-open .site-header .regular .login-button,
      .single.nav-open .site-header .regular .login-button,
      .tag.nav-open .site-header .regular .login-button,
      .archive.nav-open .site-header .regular .login-button,
      .page-template-template-collections.nav-open .site-header .regular .single-obits.nav-open .site-header .regular .login-button {
        color: white; }
    .site-header .regular .site-logo {
      width: 297px;
      height: auto; }
      @media (max-width: 550px) {
        .site-header .regular .site-logo {
          width: 200px; } }
      @media (max-width: 400px) {
        .site-header .regular .site-logo {
          width: 180px; } }
    .site-header .regular .nav-control {
      padding-top: 20px; }
      @media (max-width: 440px) {
        .site-header .regular .nav-control {
          width: 100%;
          padding-right: 0;
          padding-top: 10px; }
          .site-header .regular .nav-control ul {
            padding-left: 0; } }
      .site-header .regular .nav-control button:hover {
        color: #990033; }
    .site-header .regular .spacer {
      border-right: 1px solid white; }
  .site-header .scrolled {
    position: fixed;
    top: -105px;
    left: 0;
    right: 0;
    background-color: white;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .site-header .scrolled .site-logo {
      width: 200px;
      height: auto;
      padding: 10px 0; }
      @media (max-width: 600px) {
        .site-header .scrolled .site-logo {
          width: 160px; } }
    .site-header .scrolled .nav-control {
      padding-top: 25px; }
      @media (max-width: 440px) {
        .site-header .scrolled .nav-control {
          width: 100%;
          padding: 0 0 15px 0; }
          .site-header .scrolled .nav-control ul {
            padding: 0; } }
      .site-header .scrolled .nav-control button:hover {
        color: #990033; }
    .site-header .scrolled .login-button {
      color: #01252b; }
      .site-header .scrolled .login-button:hover {
        color: #990033; }
    .site-header .scrolled .site-logo, .site-header .scrolled .nav-control {
      position: relative;
      top: -50px;
      opacity: 0; }
      @media (max-width: 440px) {
        .site-header .scrolled .site-logo, .site-header .scrolled .nav-control {
          text-align: center; } }
    .site-header .scrolled .spacer {
      border-right: 1px solid #01252b; }

@-webkit-keyframes SlideDown100 {
  0% {
    top: -105px; }
  100% {
    top: 0; } }

@keyframes SlideDown100 {
  0% {
    top: -105px; }
  100% {
    top: 0; } }

@-webkit-keyframes SlideDown50 {
  0% {
    top: -50px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }

@keyframes SlideDown50 {
  0% {
    top: -50px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }

.site-header .scrolled {
  opacity: 0; }

.show-scrolled .scrolled {
  -webkit-animation-name: SlideDown100;
          animation-name: SlideDown100;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  opacity: 1; }
  .show-scrolled .scrolled .site-logo, .show-scrolled .scrolled .nav-control {
    -webkit-animation-name: SlideDown50;
            animation-name: SlideDown50;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s; }

.main-nav {
  display: none;
  position: fixed;
  z-index: 30;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #01262c; }
  .main-nav .menu {
    margin: 0;
    padding: 0; }
    .main-nav .menu ul, .main-nav .menu li {
      margin: 0;
      padding: 0;
      list-style: none; }
    .main-nav .menu a {
      color: white; }
    .main-nav .menu > li {
      background: no-repeat center center;
      background-size: cover;
      position: relative;
      padding: 40px 30px;
      text-align: left;
      min-height: 150px;
      overflow-y: auto;
      opacity: 0; }
      @media (min-width: 992px) {
        .main-nav .menu > li {
          vertical-align: top;
          display: inline-block;
          width: 16.66%;
          margin: 0 -2px;
          min-height: 100vh;
          padding: 160px 0 30px; } }
  @media (min-width: 992px) and (min-height: 600px) {
    .main-nav .menu > li {
      padding-top: 30vh; } }
      .main-nav .menu > li a, .main-nav .menu > li > ul {
        position: relative;
        z-index: 33;
        text-transform: uppercase; }
      .main-nav .menu > li:before {
        content: "";
        position: absolute;
        z-index: 32;
        top: 10px;
        left: 10px;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        border: 1px solid transparent;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .main-nav .menu > li:after {
        content: "";
        position: absolute;
        z-index: 31;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(1, 38, 44, 0.4);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .main-nav .menu > li:hover:before {
        border: 1px solid white; }
      .main-nav .menu > li:hover:after {
        background-color: rgba(1, 38, 44, 0.9); }
      .main-nav .menu > li > a {
        font-family: "Playfair Display", serif;
        font-size: 1.8em;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        text-shadow: -1px 1px 2px #4D4D4D; }
        .main-nav .menu > li > a:hover {
          color: #c7b299; }
        @media (min-width: 992px) {
          .main-nav .menu > li > a {
            display: block;
            text-align: left;
            font-size: 1.3em;
            padding: 0 25px;
            min-height: 90px; } }
        @media (min-width: 1200px) {
          .main-nav .menu > li > a {
            font-size: 1.8em; } }
      .main-nav .menu > li > ul {
        padding-top: 20px; }
        .main-nav .menu > li > ul li {
          padding: 0 11px; }
          .main-nav .menu > li > ul li a {
            font-family: "Antonio", serif;
            font-weight: 100;
            letter-spacing: 1px;
            display: block;
            padding: 8px 0;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            text-shadow: -1px 1px 2px #4D4D4D;
            letter-spacing: 1.8px; }
            .main-nav .menu > li > ul li a:hover {
              background-color: #01262c; }
            @media (min-width: 992px) {
              .main-nav .menu > li > ul li a {
                display: block;
                text-align: left;
                font-size: 1em;
                padding: 8px 15px; } }
    .main-nav .menu > li:nth-child(1) {
      padding-top: 140px; }
      @media (min-width: 992px) {
        .main-nav .menu > li:nth-child(1) {
          padding-top: 160px; } }
  @media (min-width: 992px) and (min-height: 600px) {
    .main-nav .menu > li:nth-child(1) {
      padding-top: 30vh; } }

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

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

.nav-open {
  overflow: hidden; }
  .nav-open .site-header {
    z-index: 2000000002; }
  .nav-open .regular {
    position: fixed;
    top: 25px;
    left: 0;
    right: 0; }
  .nav-open .main-nav {
    display: block;
    z-index: 2000000001; }
    .nav-open .main-nav .menu > li:nth-child(1) {
      -webkit-animation-name: fadeIn;
              animation-name: fadeIn;
      -webkit-animation-duration: 0.7s;
              animation-duration: 0.7s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-delay: 0.1s;
              animation-delay: 0.1s; }
    .nav-open .main-nav .menu > li:nth-child(2) {
      -webkit-animation-name: fadeIn;
              animation-name: fadeIn;
      -webkit-animation-duration: 0.7s;
              animation-duration: 0.7s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-delay: 0.2s;
              animation-delay: 0.2s; }
    .nav-open .main-nav .menu > li:nth-child(3) {
      -webkit-animation-name: fadeIn;
              animation-name: fadeIn;
      -webkit-animation-duration: 0.7s;
              animation-duration: 0.7s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-delay: 0.3s;
              animation-delay: 0.3s; }
    .nav-open .main-nav .menu > li:nth-child(4) {
      -webkit-animation-name: fadeIn;
              animation-name: fadeIn;
      -webkit-animation-duration: 0.7s;
              animation-duration: 0.7s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-delay: 0.4s;
              animation-delay: 0.4s; }
    .nav-open .main-nav .menu > li:nth-child(5) {
      -webkit-animation-name: fadeIn;
              animation-name: fadeIn;
      -webkit-animation-duration: 0.7s;
              animation-duration: 0.7s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-delay: 0.5s;
              animation-delay: 0.5s; }
    .nav-open .main-nav .menu > li:nth-child(6) {
      -webkit-animation-name: fadeIn;
              animation-name: fadeIn;
      -webkit-animation-duration: 0.7s;
              animation-duration: 0.7s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-delay: 0.6s;
              animation-delay: 0.6s; }
  .nav-open .close-nav, .nav-open .site-title .open {
    display: inline-block; }
  .nav-open .open-nav, .nav-open .close {
    display: none; }

.site-title .open {
  display: none; }

.page-header::before, .single-header::before {
  background: rgba(1, 38, 44, 0.7); }

.single .page-header, .tag .page-header {
  -webkit-filter: grayscale(0.8);
          filter: grayscale(0.8); }
  .single .page-header > *, .tag .page-header > * {
    z-index: 5; }
  .single .page-header::before, .tag .page-header::before {
    background: rgba(173, 50, 2, 0.5); }
  .single .page-header h1, .tag .page-header h1 {
    position: relative;
    padding-bottom: 50px;
    color: #fff; }
    @media (max-width: 772px) {
      .single .page-header h1, .tag .page-header h1 {
        padding-bottom: 0; } }

.page-header {
  position: relative;
  padding-top: 200px;
  padding-bottom: 100px;
  min-height: 700px;
  overflow: hidden; }
  @media (max-width: 992px) {
    .page-header {
      min-height: 600px; } }
  @media (max-width: 772px) {
    .page-header {
      min-height: auto;
      padding: 150px 0; }
      .page-header div[class^="col-"] {
        width: 100%; } }
  @media (max-width: 440px) {
    .page-header {
      text-align: center;
      padding: 150px 0 100px; } }
  .tag .page-header {
    min-height: 500px; }
  .page-header .page-title {
    text-transform: uppercase;
    font-size: 4em;
    line-height: 1; }
    @media (max-width: 992px) {
      .page-header .page-title {
        font-size: 3.5em; } }
    @media (max-width: 440px) {
      .page-header .page-title {
        font-size: 3.0em; } }
  .page-header p {
    color: #fff;
    font-weight: 400;
    font-style: italic;
    margin-top: 0;
    font-size: 1em; }
    @media (min-width: 768px) {
      .page-header p {
        max-width: 39vw; } }
  .page-header > .row {
    z-index: 9; }
  .page-header::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .page-header::after {
    content: '';
    background: url(../assets/images/hero_deckle.png) no-repeat left top/cover;
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99; }
  .page-header .page-title, .page-header .page-sub {
    color: #fff;
    font-weight: normal;
    margin: 0 0 20px;
    position: relative;
    max-width: 85%; }
    .single-collection .page-header .page-title, .single-collection .page-header .page-sub {
      max-width: none; }
    @media (max-width: 992px) {
      .page-header .page-title, .page-header .page-sub {
        font-size: 3.2em; } }
    @media (max-width: 600px) {
      .page-header .page-title, .page-header .page-sub {
        font-size: 2.6em; } }
    @media (max-width: 440px) {
      .page-header .page-title, .page-header .page-sub {
        max-width: 100%; } }
  .page-header .page-sub {
    font-family: "Northwell";
    font-size: 4.75em;
    line-height: 1em; }
    @media (max-width: 1200px) {
      .page-header .page-sub {
        font-size: 3.8em; } }
    @media (max-width: 992px) {
      .page-header .page-sub {
        font-size: 3em; } }
    @media (max-width: 440px) {
      .page-header .page-sub {
        font-size: 4em; } }
  .page-header .image-box {
    height: 500px;
    position: absolute;
    right: 10%;
    bottom: 0; }
    @media (max-width: 772px) {
      .page-header .image-box {
        display: none; } }
    .page-header .image-box img {
      position: absolute; }
    .page-header .image-box .top-image {
      position: relative;
      max-width: 450px;
      left: 200px;
      bottom: 50px; }
      @media (max-width: 1200px) {
        .page-header .image-box .top-image {
          left: 150px; } }
      @media (max-width: 992px) {
        .page-header .image-box .top-image {
          max-width: 360px;
          left: 100px;
          bottom: -20px; } }
      .page-header .image-box .top-image img {
        position: static;
        max-width: 100%; }
        body:not(.page-id-29) .page-header .image-box .top-image img {
          -webkit-filter: grayscale(0.7) sepia(0.5) hue-rotate(-23deg);
                  filter: grayscale(0.7) sepia(0.5) hue-rotate(-23deg); }
    .page-header .image-box .right-image img {
      bottom: 22%;
      right: -22%; }
    .page-header .image-box .bottom-image img {
      bottom: 10px;
      z-index: 9;
      left: 5%; }
    .page-header .image-box .right-image img, .page-header .image-box .bottom-image img {
      max-width: 300px; }
      @media (max-width: 1200px) {
        .page-header .image-box .right-image img, .page-header .image-box .bottom-image img {
          max-width: 250px; } }
      @media (max-width: 992px) {
        .page-header .image-box .right-image img, .page-header .image-box .bottom-image img {
          max-width: 200px; } }

.pageSubNav {
  border: 1px solid #c7b299;
  margin: 40px 0; }
  .pageSubNav ul {
    width: 100%;
    margin-left: 0;
    padding-left: 0; }
  .pageSubNav li {
    list-style: none;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .pageSubNav li a {
      color: #c7b299;
      text-transform: uppercase;
      font-family: "Antonio", serif;
      font-weight: normal;
      display: block;
      padding: 0 15px; }

.single-header {
  min-height: 600px;
  width: 100%;
  position: relative; }
  @media (max-width: 772px) {
    .single-header {
      min-height: 500px; } }
  .single-header::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .single-header::after {
    content: '';
    background: url(../assets/images/hero_deckle.png) no-repeat left top/cover;
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0; }

.search-form {
  display: none;
  position: fixed;
  z-index: 2000000005;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 0 20px; }
  .search-form .search-form-container {
    position: relative;
    margin-top: 45vh;
    margin-top: calc(50vh -20px);
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; }
  .search-form form {
    display: block;
    width: 100%; }
  .search-form input:focus {
    outline: 0; }
  .search-form .close-search {
    position: fixed;
    right: 55px;
    top: 55px;
    width: 50px;
    height: 50px; }
    @media (max-width: 700px) {
      .search-form .close-search {
        right: 20px;
        top: 40px; } }
    .search-form .close-search span {
      display: block;
      width: 30px;
      height: 2px;
      background-color: white;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .search-form .close-search span:first-child {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .search-form .close-search span:last-child {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        position: relative;
        top: -2px; }
    .search-form .close-search:hover span {
      background-color: #c7b299; }
  .search-form .search-input {
    border-radius: 0;
    width: 100%;
    padding: 10px 50px 10px 50px;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #c7b299;
    color: white;
    font-size: 15px; }
    .search-form .search-input:focus, .search-form .search-input:active {
      outline: 0; }
  .search-form .search-submit {
    position: absolute;
    top: 0;
    left: 10px;
    width: 30px;
    height: 40px;
    background-color: transparent;
    border: 0;
    padding: 10px 12px;
    font-size: 13px;
    color: #c7b299;
    font-family: "Antonio", serif;
    text-transform: uppercase;
    background: url(../assets/images/search.svg) no-repeat center center;
    background-size: 25px 25px; }
  .search-form .clear {
    position: absolute;
    right: 10px;
    top: 10px;
    font-family: "Antonio", serif;
    color: #c7b299;
    font-size: 13px; }

.innerBorderBox {
  text-align: center;
  padding: 15px;
  position: relative;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-filter: grayscale(0.4);
          filter: grayscale(0.4); }
  .innerBorderBox::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(89, 74, 66, 0.7);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  .innerBorderBox:hover::before {
    background: rgba(0, 0, 0, 0.7); }
  .innerBorderBox .innerBorder {
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
    position: relative;
    color: #fff; }
    .single-collection .innerBorderBox .innerBorder {
      padding: 50px; }
      @media (max-width: 772px) {
        .single-collection .innerBorderBox .innerBorder {
          padding: 50px 20px; } }
    .innerBorderBox .innerBorder h3 {
      color: white; }
    .innerBorderBox .innerBorder h2 {
      font-family: "Playfair Display", serif;
      text-transform: uppercase;
      font-size: 2em;
      line-height: 1em;
      color: white; }
      .innerBorderBox .innerBorder h2 span {
        text-transform: none;
        font-style: italic;
        font-family: "Playfair Display", serif;
        display: block;
        line-height: .8; }
    .innerBorderBox .innerBorder p {
      color: white; }
  .innerBorderBox.flex .innerBorder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.innerBorderBoxHidden {
  text-align: center;
  width: 49%;
  padding: 5px;
  position: relative;
  float: left;
  margin-right: .3%;
  margin-bottom: .2%;
  overflow: hidden; }
  @media (max-width: 992px) {
    .innerBorderBoxHidden {
      background-size: cover !important;
      margin-bottom: 10px; } }
  @media (max-width: 772px) {
    .innerBorderBoxHidden {
      width: 100%; } }
  .innerBorderBoxHidden::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4); }
  .innerBorderBoxHidden:hover .hiddenContent {
    top: 0;
    opacity: 1; }
  .innerBorderBoxHidden .innerBorder {
    border: 1px solid rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 245px;
    position: relative;
    color: #fff;
    min-height: 250px; }
    .innerBorderBoxHidden .innerBorder h3 {
      font-family: "Playfair Display", serif;
      text-transform: uppercase;
      font-size: 2em;
      line-height: 1em;
      color: white;
      padding: 0 80px; }
      .innerBorderBoxHidden .innerBorder h3 span {
        text-transform: none;
        font-style: italic;
        font-family: "Playfair Display", serif;
        display: block;
        line-height: .8; }
    .innerBorderBoxHidden .innerBorder p {
      font-size: .875em; }
  .innerBorderBoxHidden.flex .innerBorder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .innerBorderBoxHidden .hiddenContent {
    position: absolute;
    background: rgba(1, 38, 44, 0.9);
    top: -100%;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: left;
    padding: 40px;
    z-index: 99;
    opacity: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    overflow: auto; }
    @media (max-width: 772px) {
      .innerBorderBoxHidden .hiddenContent {
        padding: 30px; } }
    @media (max-width: 440px) {
      .innerBorderBoxHidden .hiddenContent {
        padding: 20px; } }
    .innerBorderBoxHidden .hiddenContent h4, .innerBorderBoxHidden .hiddenContent p {
      color: #fff; }
    .innerBorderBoxHidden .hiddenContent h4 {
      margin: 0;
      font-family: "Antonio", serif; }
    .innerBorderBoxHidden .hiddenContent p {
      font-size: .9em; }

.opace-color-box {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .opace-color-box h2 {
    text-transform: uppercase;
    font-size: 3.2em;
    margin: 0; }
  .opace-color-box h3 a {
    margin: 5px 0 15px;
    text-transform: uppercase;
    color: white;
    font-weight: normal; }
  .opace-color-box h4 {
    font-family: "Antonio", serif;
    margin-bottom: 5px;
    color: white;
    font-weight: 300; }
  .opace-color-box.dark {
    background: rgba(1, 38, 44, 0.8);
    color: #fff;
    padding: 70px 30px; }
    .opace-color-box.dark:hover {
      background: #01262c; }
    .opace-color-box.dark h2, .opace-color-box.dark h3 {
      color: white; }
    .opace-color-box.dark h3 {
      font-size: 3.2rem;
      text-transform: uppercase;
      line-height: 1; }
      @media (max-width: 1100px) {
        .opace-color-box.dark h3 {
          font-size: 2.4rem; } }
    .opace-color-box.dark p a {
      color: #c7b299;
      font-weight: bold; }
    .opace-color-box.dark p {
      color: white; }
    .opace-color-box.dark .button-outline-white {
      margin-top: 20px; }
  .opace-color-box.light {
    background: rgba(252, 246, 235, 0.9);
    padding: 30px; }
    .opace-color-box.light h3, .opace-color-box.light h4 {
      color: #463d2f; }
      .home .opace-color-box.light h3, .home .opace-color-box.light h4 {
        text-transform: uppercase; }
    .opace-color-box.light:hover {
      background: #fcf6eb; }
    .home .opace-color-box.light h3 {
      font-size: 2.75em;
      line-height: 1;
      margin: 5px 0; }
      @media (max-width: 772px) {
        .home .opace-color-box.light h3 {
          font-size: 2em; } }
      @media (max-width: 440px) {
        .home .opace-color-box.light h3 {
          font-size: 1.75em; } }
    .opace-color-box.light h4 {
      margin-top: 0; }

.callToAction > div.col {
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 20px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  height: 250px;
  overflow: hidden;
  margin-right: .5%;
  margin-left: .5%;
  z-index: 9;
  width: 100%;
  display: inline-block;
  -webkit-filter: saturate(100%);
          filter: saturate(100%); }
  @media (max-width: 992px) {
    .callToAction > div.col {
      height: auto; } }
  .callToAction > div.col:hover {
    border: 1px solid white; }
    .callToAction > div.col:hover .contentBox {
      margin-top: 0%; }
      .callToAction > div.col:hover .contentBox a {
        opacity: 1; }
  .callToAction > div.col.box_4 {
    width: 23%;
    height: 230px; }
    .callToAction > div.col.box_4 h3 {
      font-size: 1.5em; }
  .callToAction > div.col.box_3 {
    width: 31%;
    vertical-align: top; }
  .callToAction > div.col.box_2 {
    width: 48%;
    height: 300px; }
  @media (max-width: 992px) {
    .callToAction > div.col {
      width: 100% !important;
      text-align: center;
      margin-bottom: 15px; } }
  .callToAction > div.col h3 {
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.75em; }
    @media (max-width: 992px) {
      .callToAction > div.col h3 {
        padding-bottom: 100px; } }
    @media (max-width: 772px) {
      .callToAction > div.col h3 {
        padding-bottom: 50px; } }

.callToAction .contentBox {
  position: relative;
  height: 210px;
  margin-top: 25%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  @media (max-width: 992px) {
    .callToAction .contentBox {
      margin-top: 0;
      height: auto; } }
  .callToAction .contentBox a {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .callToAction .contentBox a:hover {
      color: #c7b299; }
    @media (max-width: 992px) {
      .callToAction .contentBox a {
        opacity: 1;
        position: relative; } }

.callToAction .box_2 .contentBox {
  height: 260px; }
  @media (max-width: 992px) {
    .callToAction .box_2 .contentBox {
      height: auto; } }

.callToAction .box_4 .contentBox {
  height: 190px; }
  @media (max-width: 992px) {
    .callToAction .box_4 .contentBox {
      height: auto; } }

#hiddenContainer .row div[class^="col-"]:first-child .growBox:nth-child(1) .growContainer {
  background: url(../assets/images/read_cta_pattern.png) no-repeat top right/auto 100%, #fff; }

#hiddenContainer .row div[class^="col-"]:first-child .growBox:nth-child(2) .growContainer {
  background: url(../assets/images/1.2_vector.png) no-repeat top right/auto 100%, #fff; }

#hiddenContainer .row div[class^="col-"]:first-child .growBox:nth-child(3) .growContainer {
  background: url(../assets/images/1.3_vector.png) no-repeat top right/auto 100%, #fff; }

#hiddenContainer .row div[class^="col-"]:last-child .growBox:nth-child(1) .growContainer {
  background: url(../assets/images/2.1_vector.png) no-repeat top right/auto 100%, #fff; }

#hiddenContainer .row div[class^="col-"]:last-child .growBox:nth-child(2) .growContainer {
  background: url(../assets/images/2.2_vector.png) no-repeat top right/auto 100%, #fff; }

#hiddenContainer .row div[class^="col-"]:last-child .growBox:nth-child(3) .growContainer {
  background: url(../assets/images/2.3_vector.png) no-repeat top right/auto 100%, #fff; }

#hiddenContainer .row .growBox.open .growContainer {
  background: #fff !important; }

.growBox {
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #c7b299;
  height: 100%; }
  .growBox .growContainer {
    margin: 15px;
    padding: 60px 35px; }
    @media (max-width: 772px) {
      .growBox .growContainer {
        padding: 30px 20px;
        margin: 10px; } }
    .growBox .growContainer .under, .growBox .growContainer .over {
      top: 0;
      left: 0;
      position: relative; }
      .growBox .growContainer .under:hover, .growBox .growContainer .over:hover {
        cursor: pointer; }
    .growBox .growContainer .under.hidden, .growBox .growContainer .over.hidden {
      position: absolute;
      top: 0;
      left: 0;
      overflow: hidden;
      height: 0;
      border: 1px solid transparent;
      max-height: 0; }
    .growBox .growContainer .under {
      padding: 0;
      -webkit-transition: max-height 0.3s ease-in;
      transition: max-height 0.3s ease-in;
      height: 0;
      opacity: 0;
      top: 0;
      left: 0; }
      .growBox .growContainer .under h3 {
        text-transform: uppercase;
        font-family: "Antonio", serif;
        font-weight: bold;
        font-size: 1.2em;
        color: #463d2f;
        margin: 0; }
    .growBox .growContainer .over h2 {
      text-transform: uppercase;
      margin: 0; }
      @media (max-width: 992px) {
        .growBox .growContainer .over h2 {
          font-size: 1.5em; } }

@-webkit-keyframes disappear {
  0% {
    height: 0%; }
  1% {
    height: 0%;
    visibility: hidden; }
  100% {
    height: 0;
    visibility: hidden; } }

@keyframes disappear {
  0% {
    height: 0%; }
  1% {
    height: 0%;
    visibility: hidden; }
  100% {
    height: 0;
    visibility: hidden; } }

@-webkit-keyframes appear {
  0% {
    height: 0; }
  50% {
    visibility: visible; }
  100% {
    height: 100%;
    visibility: visible; } }

@keyframes appear {
  0% {
    height: 0; }
  50% {
    visibility: visible; }
  100% {
    height: 100%;
    visibility: visible; } }

.slick-slide:active, .slick-slide:focus {
  outline: 0; }

.slick-dots {
  bottom: 30px; }
  .slick-dots li {
    width: 13px;
    height: 13px;
    margin: 0 3px; }
    .slick-dots li button {
      border: 1px solid #c7b299;
      border-radius: 50%;
      width: 13px;
      height: 13px; }
      .slick-dots li button:before {
        opacity: 0; }
      .slick-dots li button:hover {
        background-color: rgba(199, 178, 153, 0.3); }
  .slick-dots .slick-active button {
    background-color: #c7b299; }
    .slick-dots .slick-active button:hover {
      background-color: #c7b299; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .video-wrapper .slick-dots {
    bottom: -35px; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.video-slider .slick-arrow {
  width: 38px;
  height: 38px;
  z-index: 100;
  background-size: 100% 100%; }

.video-slider .slick-prev {
  background: url(../assets/images/circle-arrow-w-left.png) no-repeat center center;
  background-size: 38px 38px;
  left: -19px; }
  .video-slider .slick-prev:before {
    display: none; }

.video-slider .slick-next {
  background: url(../assets/images/circle-arrow-w-right.png) no-repeat center center;
  background-size: 38px 38px;
  right: -19px; }
  .video-slider .slick-next:before {
    display: none; }

.icon-download {
  position: relative;
  top: 0px;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 5px;
  background: url(../assets/images/download.svg) no-repeat center center;
  background-size: 32px 32px; }

.col-icon {
  width: 40px;
  display: inline-block;
  vertical-align: top;
  padding: 5px 0; }
  .col-icon * {
    display: inline-block;
    vertical-align: top; }

.col-text {
  vertical-align: top;
  width: 80%;
  width: calc(96% - 44px);
  display: inline-block;
  padding: 8px 0; }

.tan-section {
  position: relative;
  background-color: rgba(252, 246, 235, 0.8);
  margin-top: calc(50px + 8.4vw);
  padding: 10px 0 60px; }
  .tan-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 8.4vw;
    top: -8.4vw;
    left: 0;
    background: url(../assets/images/tan_deckle.png) no-repeat top center;
    background-size: 100% auto; }
  .tan-section:after {
    content: "";
    position: absolute;
    z-index: 105;
    width: 100%;
    height: 8.4vw;
    bottom: -8.4vw;
    left: 0;
    background: url(../assets/images/tan_deckle-bottom.png) no-repeat bottom center;
    background-size: 100% auto; }

.tanBox {
  background: rgba(252, 246, 235, 0.95);
  padding: 40px 20px;
  color: #463d2f; }
  .tanBox h3 {
    margin: 0;
    font-size: 1.7em; }

.read-cta {
  margin: 30px 0;
  padding: 50px;
  border: 1px solid #c7b299;
  background: url(../assets/images/read_cta_pattern.png) no-repeat top right;
  background-size: auto 100%; }

.mouse {
  border: 2px solid #990033;
  border-radius: 24px;
  height: 49px;
  margin: auto;
  position: relative;
  width: 30px; }
  .mouse:after {
    -webkit-animation: scroll 3s ease infinite;
            animation: scroll 3s ease infinite;
    background: #990033;
    content: '';
    height: 8px;
    left: 12px;
    opacity: 1;
    position: absolute;
    top: 10%;
    width: 2px; }

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    top: 10%; }
  100% {
    opacity: 0.2;
    top: 60%; } }

@keyframes scroll {
  0% {
    opacity: 1;
    top: 10%; }
  100% {
    opacity: 0.2;
    top: 60%; } }

.greenOpace, .greenOpacePaper {
  position: relative;
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in; }
  .greenOpace::before, .greenOpacePaper::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: rgba(1, 38, 44, 0.8);
    width: 100%;
    height: 100%; }

.greenOpacePaper {
  padding: 50px 0 100px;
  color: #fff; }
  .greenOpacePaper::after {
    content: '';
    background: url(../assets/images/hero_deckle.png) no-repeat left top/cover;
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99; }
  .greenOpacePaper .container {
    position: relative; }

.gform_wrapper {
  padding-bottom: 100px; }
  .gform_wrapper input[type="text"] {
    border: none; }
  .gform_wrapper .gfield_description {
    font-size: 0.95em !important; }
  .gform_wrapper ul.gform_fields li.gfield {
    vertical-align: bottom; }
  .gform_wrapper input[type="submit"] {
    text-transform: uppercase;
    min-width: 150px;
    font-family: "Antonio", serif;
    background: transparent;
    text-align: center;
    float: right;
    padding: 5px 80px;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  .gform_wrapper select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    background: transparent;
    width: 100%;
    border-radius: 0;
    display: block; }
    .gform_wrapper select::after {
      content: "\f107";
      font-family: "Font Awesome 5 Free"; }
    .gform_wrapper select::-ms-expand {
      display: none; }
  .gform_wrapper .two_thirds {
    width: 66%; }
  .gform_wrapper .one_third {
    width: 33%; }
  .gform_wrapper .one_fourth {
    width: 23%; }
  .gform_wrapper .two_thirds, .gform_wrapper .one_third, .gform_wrapper .one_fourth {
    display: inline-block; }
    @media (max-width: 992px) {
      .gform_wrapper .two_thirds, .gform_wrapper .one_third, .gform_wrapper .one_fourth {
        width: 100%;
        display: block; } }
  .gform_wrapper #field_2_16 {
    margin: 0; }
  .page-template-template-contact .gform_wrapper input[type="text"], .page-template-template-contact .gform_wrapper select, .page-template-template_backgroundImg .gform_wrapper input[type="text"], .page-template-template_backgroundImg .gform_wrapper select {
    border-bottom: 1px solid #c7b299; }
  .page-template-template-contact .gform_wrapper textarea, .page-template-template_backgroundImg .gform_wrapper textarea {
    border: 1px solid #c7b299; }
  .page-template-template-contact .gform_wrapper input[type="submit"], .page-template-template_backgroundImg .gform_wrapper input[type="submit"] {
    color: #990033;
    border: 1px solid #990033; }
    .page-template-template-contact .gform_wrapper input[type="submit"]:hover, .page-template-template_backgroundImg .gform_wrapper input[type="submit"]:hover {
      background: #990033;
      color: #fff; }
  .page-template-template-contact .gform_wrapper .ginput_container_select::before, .page-template-template_backgroundImg .gform_wrapper .ginput_container_select::before {
    color: #c7b299; }
  .page-template-template-contact .gform_wrapper ::-webkit-input-placeholder, .page-template-template_backgroundImg .gform_wrapper ::-webkit-input-placeholder {
    /* Chrome */
    color: #01252b !important; }
  .page-template-template-contact .gform_wrapper :-ms-input-placeholder, .page-template-template_backgroundImg .gform_wrapper :-ms-input-placeholder {
    /* IE 10+ */
    color: #01252b !important; }
  .page-template-template-contact .gform_wrapper ::-moz-placeholder, .page-template-template_backgroundImg .gform_wrapper ::-moz-placeholder {
    /* Firefox 19+ */
    color: #01252b !important;
    opacity: 1 !important; }
  .page-template-template-contact .gform_wrapper :-moz-placeholder, .page-template-template_backgroundImg .gform_wrapper :-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #01252b !important;
    opacity: 1 !important; }
  #contactOverlay .gform_wrapper input[type="text"], #contactOverlay .gform_wrapper select {
    border-bottom: 1px solid #fff;
    background: transparent; }
  #contactOverlay .gform_wrapper select option {
    color: #000; }
  #contactOverlay .gform_wrapper textarea {
    border-color: #fff;
    background: transparent; }
  #contactOverlay .gform_wrapper .checkBox {
    background: rgba(255, 255, 255, 0.1); }
  #contactOverlay .gform_wrapper input[type="submit"] {
    color: #fff;
    border-color: #fff; }
    #contactOverlay .gform_wrapper input[type="submit"]:hover {
      background: #c7b299;
      border-color: #c7b299; }
  #contactOverlay .gform_wrapper .ginput_container_select::before {
    color: #fff; }
  .gform_wrapper .checkBox .gfield_checkbox label {
    color: transparent; }
  .gform_wrapper .checkBox {
    background: #fcf6eb;
    border-top: 1px solid #c7b299;
    padding: 20px 15px;
    margin-right: 15px;
    min-height: 300px;
    position: relative;
    vertical-align: top;
    width: 31% !important; }
    @media (max-width: 992px) {
      .gform_wrapper .checkBox {
        min-height: auto;
        padding-bottom: 5px;
        width: 100% !important; } }
    .gform_wrapper .checkBox label {
      text-transform: uppercase;
      font-family: "Playfair Display", serif;
      padding-bottom: 15px;
      font-size: 1.2em !important;
      font-weight: normal !important;
      padding-top: 25px; }
    .gform_wrapper .checkBox .ginput_container_checkbox {
      position: absolute;
      left: 15px;
      bottom: 15px; }
      @media (max-width: 992px) {
        .gform_wrapper .checkBox .ginput_container_checkbox {
          position: relative;
          left: 0px;
          bottom: 0px;
          margin-top: 35px !important; } }
  .gform_wrapper .ginput_container_checkbox input {
    opacity: 0;
    position: absolute; }
    .gform_wrapper .ginput_container_checkbox input:checked + label:before {
      background: #c7b299; }
    .gform_wrapper .ginput_container_checkbox input:checked + label:after {
      content: '';
      position: absolute;
      left: 5px;
      top: 9px;
      background: white;
      width: 2px;
      height: 2px;
      -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
              box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  .gform_wrapper .ginput_container_checkbox label:before {
    content: '';
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 1px solid #c7b299;
    margin-right: 10px; }
  .gform_wrapper ul.gfield_checkbox li {
    overflow: visible; }
  .gform_wrapper input[type="checkbox"] {
    border: 1px solid #c7b299; }
  .gform_wrapper .ginput_container_select {
    position: relative; }
    .gform_wrapper .ginput_container_select::before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f107";
      position: absolute;
      top: 0px;
      right: 10px; }

#contactOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #01262c;
  color: #fff;
  overflow: auto;
  display: none;
  z-index: 9999; }
  #contactOverlay ::-webkit-input-placeholder {
    /* Chrome */
    color: #fff !important; }
  #contactOverlay :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff !important; }
  #contactOverlay ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff !important;
    opacity: 1 !important; }
  #contactOverlay :-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #fff !important;
    opacity: 1 !important; }
  #contactOverlay h2 {
    color: #fff;
    text-transform: uppercase; }
  #contactOverlay .closeOverlay img {
    display: inline-block; }
  #contactOverlay .closeOverlay:hover {
    cursor: pointer; }

.outlineBox {
  border: 1px solid #fff;
  color: #fff;
  padding: 15px; }
  .outlineBox h4 {
    margin-top: 0; }
  .outlineBox h4, .outlineBox p {
    color: #fff; }

.tan-overlay {
  position: relative; }
  .tan-overlay:before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(252, 205, 192, 0.25); }

.top-dip {
  position: relative;
  height: 480px;
  background: no-repeat center center;
  background-size: cover; }
  .top-dip:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 200px;
    z-index: 2;
    left: 0;
    background-size: 100% auto; }
  .top-dip:after {
    top: 0;
    background: url(../assets/images/deckle-top-dip.png) no-repeat top center; }

.top-flat {
  position: relative;
  height: 480px;
  background: no-repeat center center;
  background-size: cover; }
  .top-flat:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 200px;
    z-index: 2;
    left: 0;
    background-size: 100% auto; }
  .top-flat:after {
    top: 0;
    background: url(../assets/images/deckle-top-flat.png) no-repeat top center/100% auto; }

.bottom-dip {
  height: 480px;
  background: no-repeat center center;
  background-size: cover; }
  .bottom-dip:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 200px;
    z-index: 2;
    left: 0;
    background-size: 100% auto; }
  .bottom-dip:before {
    bottom: 0;
    background: url(../assets/images/deckle-bottom-dip.png) no-repeat bottom center/100% auto; }

.image-white-inline {
  position: relative; }
  .image-white-inline:before {
    content: " ";
    position: absolute;
    border: 1px solid white;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px; }
  .image-white-inline img {
    display: block; }

.cardBox {
  background: #fcf6eb;
  padding: 20px 35px; }
  .cardBox .categoryImg {
    min-height: 150px;
    margin-bottom: 20px; }
  .cardBox .categoryTag {
    margin: 30px 0 0 -35px;
    background: #01262c;
    color: #fff;
    text-transform: uppercase;
    font-family: "Antonio", serif;
    padding: 5px 0 5px 10px;
    display: inline-block;
    min-width: 150px; }
    .cardBox .categoryTag.teal {
      background: #36727a; }
    .cardBox .categoryTag.green {
      background: #757f07; }
    .cardBox .categoryTag.purple {
      background: #512d6a; }
  .cardBox ul {
    list-style-position: outside; }

.bg-image-green-overlay {
  background: no-repeat center center;
  background-size: cover;
  position: relative; }
  .bg-image-green-overlay:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(1, 38, 44, 0.7); }

.brown-overlay {
  position: relative;
  -webkit-filter: grayscale(0.4);
          filter: grayscale(0.4); }
  .brown-overlay:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(89, 74, 66, 0.7); }
  .brown-overlay > * {
    position: relative;
    z-index: 10; }

.image-caption-slider {
  max-width: 950px;
  margin: 0 auto; }
  .image-caption-slider .slick-slide {
    padding-bottom: 140px; }
    @media (max-width: 768px) {
      .image-caption-slider .slick-slide {
        padding-bottom: 250px; } }
  .image-caption-slider .image {
    width: 100%;
    height: 0;
    padding-bottom: 58%; }
  .image-caption-slider .tan-box {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 86%;
    min-height: 160px;
    margin: 0 7%;
    padding: 40px 0 60px;
    background-color: rgba(252, 246, 235, 0.95); }
    @media (max-width: 768px) {
      .image-caption-slider .tan-box {
        width: 100%;
        min-height: 250px;
        margin: 0; } }
    .image-caption-slider .tan-box blockquote {
      font-size: 24px;
      padding: 0 30px; }
    .image-caption-slider .tan-box h5 {
      width: 100%;
      position: absolute;
      bottom: 10px; }
  .image-caption-slider .slick-arrow {
    width: 22px;
    height: 22px;
    background-size: 100% 100%;
    position: absolute;
    top: auto;
    bottom: 12px;
    z-index: 101; }
  .image-caption-slider .slick-prev {
    background: url(../assets/images/circle-arrow-left.png) no-repeat center center;
    background: url(../assets/images/circle-arrow-w-left.svg) no-repeat center center/30px;
    height: 30px;
    width: 30px;
    left: 43%;
    left: calc(50% - 70px);
    top: 95%; }
    @media (max-width: 600px) {
      .image-caption-slider .slick-prev {
        top: 94%; } }
    @media (max-width: 440px) {
      .image-caption-slider .slick-prev {
        top: 92%; } }
  .image-caption-slider .slick-next {
    background: url(../assets/images/circle-arrow-right.png) no-repeat center center;
    background: url(../assets/images/circle-arrow-w-right.svg) no-repeat center center/30px;
    height: 30px;
    width: 30px;
    left: 52%;
    left: calc(50% + 40px);
    top: 95%; }
    @media (max-width: 600px) {
      .image-caption-slider .slick-next {
        top: 94%; } }
    @media (max-width: 440px) {
      .image-caption-slider .slick-next {
        top: 92%; } }

.callOutBox {
  background-color: #fcf6eb;
  padding: 30px;
  outline-offset: 10px;
  outline: 1px solid #c7b299; }

#blogSection .category, .single-collection .category, .single .mainContent .category, .postStyling .category {
  padding: 5px;
  margin: 0; }
  #blogSection .category a, .single-collection .category a, .single .mainContent .category a, .postStyling .category a {
    text-transform: uppercase;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    display: block; }
  #blogSection .category.teal, #blogSection .category.Featured, #blogSection .category.Lifestyle, .single-collection .category.teal, .single-collection .category.Featured, .single-collection .category.Lifestyle, .single .mainContent .category.teal, .single .mainContent .category.Featured, .single .mainContent .category.Lifestyle, .postStyling .category.teal, .postStyling .category.Featured, .postStyling .category.Lifestyle {
    background: #36727a; }
  #blogSection .category.purple, #blogSection .category.SocialImpact, .single-collection .category.purple, .single-collection .category.SocialImpact, .single .mainContent .category.purple, .single .mainContent .category.SocialImpact, .postStyling .category.purple, .postStyling .category.SocialImpact {
    background: #512d6a; }
  #blogSection .category.green, #blogSection .category.BuildingCommunity, .single-collection .category.green, .single-collection .category.BuildingCommunity, .single .mainContent .category.green, .single .mainContent .category.BuildingCommunity, .postStyling .category.green, .postStyling .category.BuildingCommunity {
    background: #757f07; }
  #blogSection .category.Uncategorized, .single-collection .category.Uncategorized, .single .mainContent .category.Uncategorized, .postStyling .category.Uncategorized {
    background: #990033; }
  #blogSection .category.HouseofWorship, .single-collection .category.HouseofWorship, .single .mainContent .category.HouseofWorship, .postStyling .category.HouseofWorship {
    background-color: #DD6E42; }

.post-box.post {
  background-color: #fcf6eb; }
  @media (max-width: 992px) {
    .post-box.post {
      max-width: 500px;
      margin: 0 auto; } }
  .post-box.post .image, .post-box.post .post-details {
    float: left; }
  .post-box.post article {
    height: 100%; }
  .post-box.post .image {
    width: 35%;
    padding: 13px;
    height: 100%; }
    .post-box.post .image .post-thumbnail {
      display: block;
      width: 100%;
      height: 100%; }
    @media (max-width: 992px) {
      .post-box.post .image {
        width: 90%;
        padding: 30px 0 10px;
        float: none;
        margin: 0 auto; }
        .post-box.post .image .post-thumbnail {
          margin: 0 auto; } }
  .post-box.post .post-details {
    width: 65%;
    padding: 15px 20px 10px 15px; }
    @media (max-width: 992px) {
      .post-box.post .post-details {
        width: 100%;
        padding: 10px 30px 0px;
        text-align: center; } }
    @media (max-width: 772px) {
      .post-box.post .post-details {
        padding: 10px 15px 0px; } }
  .post-box.post .category span {
    color: white;
    display: inline-block;
    padding: 2px 10px;
    min-width: 200px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px; }
    @media (max-width: 772px) {
      .post-box.post .category span {
        min-width: 100%;
        width: 100%;
        font-size: 12px;
        padding: 5px; } }
  .post-box.post .building-community span {
    background-color: #757f07; }
  .post-box.post .house-of-worship span {
    background-color: #DD6E42; }
  .post-box.post .lifestyle span {
    background-color: #36727a; }
  .post-box.post .social-impact span {
    background-color: #512d6a; }
  .post-box.post .title {
    line-height: 1.1; }
  .post-box.post .title a {
    color: #463d2f;
    font-style: italic;
    font-size: 20px;
    font-weight: 400; }
    .post-box.post .title a:hover {
      color: #990033; }
  .post-box.post .excerpt p {
    font-size: 14px;
    margin: 0;
    padding: 0;
    max-height: 60px;
    overflow: hidden; }
  .post-box.post .read-more {
    margin-top: 10px;
    margin-bottom: 5px;
    letter-spacing: 1px; }
    .post-box.post .read-more a {
      font-family: "Antonio", serif;
      font-size: 15px;
      text-transform: uppercase; }
      .post-box.post .read-more a i {
        font-size: 13px;
        padding-left: 4px;
        position: relative;
        top: -2px; }

.linesEitherSide {
  margin: 0 0 1em !important;
  line-height: 2em;
  padding: 0;
  font-size: 1.2em;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #463d2f;
  font-family: "Playfair Display", serif;
  font-style: italic; }
  .linesEitherSide::after, .linesEitherSide::before {
    content: " ";
    position: absolute;
    top: 50%;
    margin-left: -999em;
    height: 2px;
    width: 998em;
    border-top: 1px solid #463d2f; }
  .linesEitherSide::after {
    left: auto;
    width: 999em;
    margin: 0 0 0 1em; }

#contactTab {
  position: fixed;
  bottom: 0;
  right: 275px;
  background: #c7b299;
  color: #fff;
  padding: 8px 10px;
  border-radius: 5px 5px 0px 0px;
  font-weight: normal;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 1px 2px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 0 1px 2px;
  z-index: 999; }
  @media (max-width: 772px) {
    #contactTab {
      border-radius: 50% 50%;
      bottom: 21px;
      right: 80px;
      padding: 10px 15px;
      -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
              box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5); } }
  @media (max-width: 772px) {
    #contactTab {
      border-radius: 50% 50%;
      bottom: 21px;
      right: 80px;
      padding: 10px 15px;
      -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
              box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5); } }
  #contactTab i {
    display: none;
    font-size: 1.75em; }
    @media (max-width: 772px) {
      #contactTab i {
        display: block; } }
  @media (max-width: 772px) {
    #contactTab span {
      display: none; } }
  #contactTab a, #contactTab a:visited {
    color: #fff; }

.graphicBg {
  position: relative; }
  .graphicBg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../assets/images/ornament_2.svg) no-repeat bottom right;
    background-size: 100% auto; }
  .graphicBg p {
    position: relative; }

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
  padding: 5px 4px;
  margin-top: 0; }

.ginput_container_select select {
  line-height: normal !important; }

.name_suffix {
  padding-top: 2px; }

#input_3_15_3, #input_3_17_3 {
  padding-top: 7px; }

@media (max-width: 772px) {
  .mainColumn {
    -webkit-columns: 1 !important;
            columns: 1 !important;
    text-align: center; } }

.mobile {
  display: none; }
  @media (max-width: 720px) {
    .mobile {
      display: block; } }

.nonMobile {
  display: block; }
  @media (max-width: 720px) {
    .nonMobile {
      display: none; } }

.smallContent {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto; }

.three-beige-boxes ul {
  list-style: circle;
  padding-left: 20px; }

.three-beige-boxes .cardBox:nth-child(1) .categoryTag {
  background-color: #36727a; }

.three-beige-boxes .cardBox:nth-child(2) .categoryTag {
  background-color: #757f07; }

.three-beige-boxes .cardBox:nth-child(3) .categoryTag {
  background-color: #512d6a; }

.index-fix {
  position: relative; }
  .index-fix.all {
    z-index: 888; }
  .index-fix.zero {
    z-index: 0; }

.button-outline, .link-arrow, .button-outline-white, .button-outline-red, .link-arrow-white, #tribe-bar-form .tribe-bar-submit input[type=submit] {
  font-family: "Antonio", serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: .875em;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.button-outline, .link-arrow {
  color: #990033; }

.button-outline-white, .button-outline, .button-outline-red {
  padding: 8px 30px;
  display: inline-block; }

.button-outline, #tribe-bar-form .tribe-bar-submit input[type=submit] {
  border: 2px solid #990033;
  background: transparent;
  color: #990033; }
  @media (max-width: 772px) {
    .button-outline, #tribe-bar-form .tribe-bar-submit input[type=submit] {
      display: block;
      text-align: center;
      margin-bottom: 15px; } }
  .button-outline:hover, #tribe-bar-form .tribe-bar-submit input[type=submit]:hover {
    color: #fff;
    background: #990033; }

.button-outline-white {
  color: #fff;
  border: 2px solid #fff;
  letter-spacing: 1.2px; }
  .button-outline-white i {
    font-size: 1.4em;
    padding-right: 8px; }
  .button-outline-white:hover {
    background: #fff; }

.button-outline-red {
  color: #990033;
  border: 2px solid #990033;
  letter-spacing: 1.2px; }
  .button-outline-red i {
    font-size: 1.4em;
    padding-right: 8px; }
  .button-outline-red:hover {
    background: #990033;
    color: White; }

.link-arrow:hover {
  color: #757f07; }

.link-arrow::after, .link-arrow-white::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  padding-left: 5px; }

.link-arrow-white {
  color: #fff; }

.inline-buttons {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  .inline-buttons li {
    display: inline-block;
    margin-right: 15px; }
    @media (max-width: 772px) {
      .inline-buttons li {
        display: block;
        text-align: center;
        margin-bottom: 15px; }
        .inline-buttons li a {
          display: block; } }

.gform_wrapper li.hidden_label input {
  margin-top: 0 !important; }

#label_3_16_1 {
  color: #463d2f !important; }

.gform_confirmation_message {
  border: 1px solid #c7b299 !important;
  padding: 30px !important;
  font-size: 18px !important;
  text-align: center !important;
  margin-top: 45px !important; }

@-webkit-keyframes right_in {
  from {
    -webkit-transform: translateX(500px);
            transform: translateX(500px); }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes right_in {
  from {
    -webkit-transform: translateX(500px);
            transform: translateX(500px); }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes top_in {
  from {
    top: -500px; }
  to {
    top: 0; } }

@keyframes top_in {
  from {
    top: -500px; }
  to {
    top: 0; } }

@-webkit-keyframes bottom_in {
  from {
    -webkit-transform: translateY(500px);
            transform: translateY(500px); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes bottom_in {
  from {
    -webkit-transform: translateY(500px);
            transform: translateY(500px); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.home img {
  display: block;
  margin: 0; }

.home .hero {
  overflow: hidden;
  position: relative;
  max-height: 850px;
  height: 100vh;
  min-height: 700px; }
  @media (max-width: 992px) {
    .home .hero {
      max-height: 10000px;
      height: calc(650px + 33.33%); } }
  .home .hero .read-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .home .hero .read-more img {
      display: inline-block;
      margin-right: 10px; }
  .home .hero .background {
    width: 100%;
    height: 100%;
    background: no-repeat right top;
    background-size: cover;
    position: absolute; }
  .home .hero .left-green-box,
  .home .hero .right-green-box,
  .home .hero .right-image,
  .home .hero .top-image,
  .home .hero .bottom-image,
  .home .hero .deckle {
    position: absolute; }
  @media (max-width: 992px) {
    .home .hero .image-container {
      position: absolute;
      z-index: 5;
      bottom: 0;
      left: 0;
      width: 100%; }
      .home .hero .image-container > div {
        position: static;
        background: no-repeat center center;
        background-size: cover;
        display: inline-block;
        vertical-align: bottom;
        margin: 0 -2px;
        width: 33.33%;
        height: 200px;
        overflow: hidden; } }
    @media (max-width: 992px) and (max-width: 440px) {
      .home .hero .image-container > div {
        height: 120px; } }
  @media (max-width: 992px) {
        .home .hero .image-container > div .homeBg {
          height: 200px;
          background-size: cover; } }
      @media (max-width: 992px) and (max-width: 440px) {
        .home .hero .image-container > div .homeBg {
          height: 120px; } }
  @media (max-width: 992px) {
        .home .hero .image-container > div img {
          display: none; } }
  .home .hero .left-green-box {
    z-index: 2;
    background-color: rgba(1, 38, 44, 0.8);
    width: 56%;
    left: 0;
    top: 0;
    height: 100%; }
    @media (max-width: 992px) {
      .home .hero .left-green-box {
        position: relative;
        height: auto;
        padding-bottom: 35%; } }
    .home .hero .left-green-box p {
      margin-top: 0; }
    .home .hero .left-green-box .messagebox {
      width: 450px;
      max-width: 100%;
      display: block;
      margin: 12vw auto 10px;
      padding: 0 10px 0 50px; }
      @media (max-width: 992px) {
        .home .hero .left-green-box .messagebox {
          margin: 0 auto;
          padding: 150px 20px 20px; } }
    .home .hero .left-green-box h1, .home .hero .left-green-box h2, .home .hero .left-green-box nav {
      max-width: 450px;
      padding: 10px 10px 10px 50px;
      margin: 0 auto; }
    .home .hero .left-green-box h1 {
      font-family: "Northwell";
      color: white;
      font-size: 6.5em;
      text-transform: capitalize;
      margin: 12vw auto 0px;
      padding: 0 10px 0 50px;
      line-height: 1;
      vertical-align: bottom; }
      @media (max-width: 992px) {
        .home .hero .left-green-box h1 {
          margin: 0 auto;
          padding: 150px 20px 20px;
          font-size: 6em;
          text-align: center; } }
      @media (max-width: 440px) {
        .home .hero .left-green-box h1 {
          font-size: 4em;
          padding-bottom: 0; } }
    .home .hero .left-green-box h2 {
      font-family: "Open Sans", sans-serif;
      color: white;
      font-weight: 400;
      font-size: 1.15em;
      font-style: italic;
      letter-spacing: 1px; }
    .home .hero .left-green-box nav ul {
      padding: 0; }
      .home .hero .left-green-box nav ul li {
        list-style: none; }
        .home .hero .left-green-box nav ul li a {
          color: #c7b299;
          font-family: "Antonio", serif;
          display: inline-block;
          padding: 4px 0;
          font-size: 0.95em;
          letter-spacing: 2px; }
          .home .hero .left-green-box nav ul li a i {
            font-size: 0.8em;
            padding-left: 5px;
            position: relative;
            top: -3px; }
          .home .hero .left-green-box nav ul li a:hover {
            color: white; }
  .home .hero .right-green-box {
    z-index: 1;
    background-color: rgba(1, 38, 44, 0.8);
    top: 14%;
    right: 0;
    width: 6%;
    height: 34%; }
    @media (max-width: 992px) {
      .home .hero .right-green-box {
        display: none; } }
  .home .hero .right-image {
    -webkit-animation-name: right_in;
            animation-name: right_in;
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s;
    -webkit-animation-delay: 1.7s;
            animation-delay: 1.7s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-transform: translateX(500px);
            transform: translateX(500px);
    z-index: 5;
    top: 41%;
    right: 0;
    width: 16vw;
    height: 320px; }
    .home .hero .right-image .homeBg {
      width: 100%;
      height: 320px;
      background-size: cover;
      background-position: center center; }
  .home .hero .top-image {
    -webkit-animation-name: top_in;
            animation-name: top_in;
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s;
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    z-index: 9;
    top: -500px;
    right: 28%;
    width: 20vw;
    height: 180px; }
    .home .hero .top-image .homeBg {
      width: 100%;
      height: 180px;
      background-size: cover;
      background-position: center center; }
  .home .hero .bottom-image {
    -webkit-animation-name: bottom_in;
            animation-name: bottom_in;
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s;
    -webkit-animation-delay: 2.7s;
            animation-delay: 2.7s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    z-index: 9;
    bottom: 10vh;
    right: 34%;
    width: 22vw;
    height: 180px; }
    .home .hero .bottom-image .homeBg {
      width: 100%;
      height: 180px;
      background-size: cover;
      background-position: center center; }
  .home .hero .deckle {
    z-index: 20;
    bottom: 0;
    width: 100%; }
    .home .hero .deckle img {
      width: 100%; }
    @media (max-width: 992px) {
      .home .hero .deckle {
        display: none; } }
  @media (max-width: 992px) {
    .home .hero .left-green-box {
      width: 100%; } }

@media (max-width: 772px) {
  .home #teaching {
    padding-top: 30px; }
    .home #teaching .row .thirds:nth-child(1) {
      margin-top: 0px; } }

.home #teaching .innerBorder {
  min-height: 325px;
  height: 320px; }
  @media (max-width: 772px) {
    .home #teaching .innerBorder {
      min-height: 225px;
      height: 220px; } }

.home #teaching .innerBorderBox {
  background-repeat: no-repeat; }
  .home #teaching .innerBorderBox h2 {
    text-shadow: -2px 1px 3px rgba(0, 0, 0, 0.3);
    width: 100%; }
  .home #teaching .innerBorderBox::before {
    background: rgba(0, 0, 0, 0.2); }
  .home #teaching .innerBorderBox:hover::before {
    background: rgba(0, 0, 0, 0.5); }
  @media (max-width: 992px) {
    .home #teaching .innerBorderBox {
      max-width: 500px;
      margin: 5px auto; } }

.home #quotes {
  position: relative;
  top: -50px;
  margin-bottom: -50px; }
  @media (max-width: 992px) {
    .home #quotes {
      top: 0;
      margin: 30px 0; } }
  .home #quotes .quoteSlider {
    background: rgba(252, 246, 235, 0.9); }
  .home #quotes .slick-slide {
    padding: 40px 20px 60px; }
  .home #quotes .quote {
    font-style: italic;
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 1.6em;
    font-weight: 400;
    font-family: "Playfair Display", serif; }
    .home #quotes .quote .content-box {
      padding: 15px;
      color: #463d2f; }
  .home #quotes .author {
    color: #990033;
    font-weight: normal;
    font-family: "Antonio", serif;
    text-transform: uppercase;
    font-size: 1em;
    margin-top: 20px; }

.home .story-feed-header {
  padding: 30px 0 0; }
  .home .story-feed-header h5 {
    margin-bottom: 0; }
  .home .story-feed-header h1 {
    margin-top: 0;
    text-transform: uppercase; }
  .home .story-feed-header p {
    max-width: 600px; }
  @media (min-width: 992px) {
    .home .story-feed-header .story-feed-title {
      display: inline-block;
      width: calc(100% - 170px);
      vertical-align: top; }
    .home .story-feed-header .view-all-button {
      display: inline-block;
      width: 160px;
      margin-top: 40px;
      vertical-align: top;
      text-align: right; } }

.home .collections-feed {
  padding-bottom: 40px; }
  .home .collections-feed .collection-card {
    margin: 0 !important;
    padding: 20px 0 !important;
    float: none !important; }
  .home .collections-feed .home-video-story {
    padding-bottom: 20px; }

.home .story-feed {
  padding-bottom: 30px; }

.home .view-all-bottom-link {
  padding-bottom: 160px; }

.home #visit {
  background: url(../assets/images/paper_top_border.png) no-repeat left top/100% auto, url(../assets/images/paper_bottom_border.png) no-repeat left bottom/100% auto, url(../assets/images/Bahai_Temple.jpg) no-repeat right bottom/cover;
  min-height: 800px;
  margin-top: -100px;
  padding-top: 100px; }
  @media (max-width: 772px) {
    .home #visit {
      background: url(../assets/images/paper_top_border.png) no-repeat left top/100% auto, url(../assets/images/paper_bottom_border.png) no-repeat left bottom/100% auto, url(../assets/images/Bahai_Temple.jpg) no-repeat -300px center/auto 120%;
      margin-top: 0px;
      padding-top: 50px;
      padding-bottom: 200px;
      min-height: auto; } }
  .home #visit h3 {
    font-size: 2.5em;
    line-height: 1em;
    margin: 5px 0 15px;
    text-transform: uppercase; }
  .home #visit h4 {
    font-family: "Antonio", serif;
    margin-bottom: 5px; }
  .home #visit .button-outline {
    margin-bottom: 15px; }

.home #calendar {
  background: url(../assets/images/events_bg.jpg) no-repeat left top/cover;
  min-height: 600px;
  padding: 10px;
  margin-bottom: 50px;
  margin-top: -150px; }
  @media (max-width: 772px) {
    .home #calendar {
      min-height: auto; } }
  @media (max-width: 772px) {
    .home #calendar div[class^="col-"] {
      width: 96%; } }
  .home #calendar .borderBox {
    border: 1px solid #fff;
    height: 100%;
    display: block;
    min-height: 600px; }
    @media (max-width: 772px) {
      .home #calendar .borderBox {
        min-height: auto; } }
  .home #calendar .opace-color-box {
    margin-right: -100px;
    margin-top: 50px;
    padding: 50px 50px 25px; }
    .home #calendar .opace-color-box .button-outline {
      margin-top: 25px; }
    @media (max-width: 772px) {
      .home #calendar .opace-color-box {
        margin-right: 0px;
        margin-top: 0px; } }
    @media (max-width: 440px) {
      .home #calendar .opace-color-box {
        padding: 15px; } }

@media (max-width: 720px) {
  .page-template-template_founders .white-section * {
    text-align: center !important; } }

.page-template-template_founders .video-slider {
  margin-top: 60px; }

.page-template-template_founders .tan-section {
  padding-bottom: 20px; }
  .page-template-template_founders .tan-section .button-outline {
    margin-top: 40px; }
    @media (max-width: 720px) {
      .page-template-template_founders .tan-section .button-outline {
        margin-top: 60px; } }

.timeline-desktop {
  padding: 170px 0 240px; }
  @media (max-width: 768px) {
    .timeline-desktop {
      display: none; } }
  .timeline-desktop .container-lg {
    background-color: white;
    padding: 90px 0 60px 80px;
    position: relative;
    z-index: 2; }
  .timeline-desktop img {
    max-width: 100%; }
  .timeline-desktop .timeline-container {
    padding-right: 55%;
    padding-right: calc(50% + 80px);
    height: 450px;
    overflow-y: auto; }
  .timeline-desktop .change-section {
    position: absolute;
    top: 55px;
    left: 35px; }
    .timeline-desktop .change-section img {
      width: 15px;
      height: auto; }
    .timeline-desktop .change-section .line {
      width: 15px;
      height: 1px;
      background: #c7b299;
      margin-top: 3px;
      margin-bottom: 8px; }
    .timeline-desktop .change-section .go-next img {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .timeline-desktop nav.who-was {
    position: absolute;
    top: 35px;
    left: 80px; }
    .timeline-desktop nav.who-was ul {
      padding: 0; }
    .timeline-desktop nav.who-was li {
      display: inline-block; }
      .timeline-desktop nav.who-was li button {
        font-family: "Antonio", serif;
        color: #c7b299;
        padding-right: 15px;
        font-size: 1.2rem;
        font-weight: 300; }
        .timeline-desktop nav.who-was li button:hover {
          color: #990033; }
  .timeline-desktop nav.year {
    position: absolute;
    z-index: 10;
    top: 100px;
    right: 50%; }
    .timeline-desktop nav.year ul li {
      margin: 0 0 25px;
      list-style: none; }
      .timeline-desktop nav.year ul li a {
        display: block;
        background-color: white;
        border-top: 1px solid #c7b299;
        border-left: 1px solid #c7b299;
        border-bottom: 1px solid #c7b299;
        color: #c7b299;
        padding: 3px 2px 3px 5px;
        text-align: center;
        position: relative;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .timeline-desktop nav.year ul li a:after {
          content: " ";
          position: absolute;
          z-index: -9;
          width: 20px;
          height: 20px;
          right: -11px;
          top: 4px;
          border: 1px solid #c7b299;
          background-color: white;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
    .timeline-desktop nav.year .current-nav {
      background-color: #c7b299;
      color: white; }
      .timeline-desktop nav.year .current-nav:after {
        background-color: #c7b299; }
  .timeline-desktop .year-content {
    padding-right: 40px; }
    .timeline-desktop .year-content h2 {
      text-transform: uppercase;
      font-weight: 400; }
    .timeline-desktop .year-content blockquote, .timeline-desktop .year-content blockquote * {
      font-size: 1.3rem; }
    .timeline-desktop .year-content > div {
      padding-bottom: 30px;
      min-height: 450px; }
  .timeline-desktop .year-image > div {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 600px;
    width: 50%;
    background: no-repeat center center;
    background-size: cover; }
    .timeline-desktop .year-image > div .caption {
      position: absolute;
      max-width: 400px;
      min-width: 85%;
      height: 95px;
      bottom: 20px;
      right: 0;
      text-align: center;
      background: url(../assets/images/caption-bg.svg) no-repeat top center;
      background-size: 100% auto; }
      .timeline-desktop .year-image > div .caption .caption-container {
        width: 100%;
        padding: 20px 30px;
        color: #463d2f; }

.show-bab div.baha {
  display: none; }

.show-bab .who-was button.bab {
  color: #990033;
  text-decoration: underline; }

.show-baha div.bab {
  display: none; }

.show-baha .who-was button.baha {
  color: #990033;
  text-decoration: underline; }

.timeline-mobile {
  padding: 100px 0 100px;
  background-color: rgba(1, 38, 44, 0.8); }
  .timeline-mobile .container {
    background-color: white;
    padding: 40px 30px;
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
    max-height: 2000px;
    overflow-y: hidden;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease; }
  .timeline-mobile .founder {
    text-align: center; }
  .timeline-mobile .year {
    color: #c7b299;
    font-size: 2.8em;
    text-align: center;
    margin-top: 30px; }
  .timeline-mobile .image-container p {
    margin: 0; }
  .timeline-mobile .founder2 {
    margin-top: 80px; }
  .timeline-mobile .founder {
    text-decoration: underline; }
  .timeline-mobile #show-more, .timeline-mobile #show-less {
    position: absolute;
    display: block;
    width: 100%;
    background-color: white;
    left: 0;
    bottom: 0;
    border: 0;
    padding: 20px;
    color: #c7b299; }
    .timeline-mobile #show-more i, .timeline-mobile #show-less i {
      margin-left: 10px; }
  .timeline-mobile #show-less {
    display: none; }
  @media (min-width: 767px) {
    .timeline-mobile {
      display: none; } }
  .timeline-mobile .full-height {
    max-height: 1000000px; }

.testimonial-section {
  position: relative;
  z-index: 100;
  top: -110px;
  margin-bottom: -50px; }
  .testimonial-section .testimonials {
    background-color: rgba(252, 246, 235, 0.95);
    position: relative; }
    @media (max-width: 720px) {
      .testimonial-section .testimonials {
        padding: 20px 20px 50px; } }
    .testimonial-section .testimonials .testimonial {
      padding: 10px 0; }
      .testimonial-section .testimonials .testimonial:focus, .testimonial-section .testimonials .testimonial:active, .testimonial-section .testimonials .testimonial:visited {
        outline: 0; }
      @media (max-width: 720px) {
        .testimonial-section .testimonials .testimonial img {
          margin: 0 auto; } }
      .testimonial-section .testimonials .testimonial blockquote {
        font-size: 1.3em; }
      .testimonial-section .testimonials .testimonial h5 {
        font-size: 1.1em;
        margin-top: 0; }
  .testimonial-section .slick-arrow {
    width: 22px;
    height: 22px;
    background-size: 100% 100%;
    position: absolute;
    top: auto;
    bottom: 20px;
    z-index: 101; }
  .testimonial-section .slick-prev {
    background: url(../assets/images/circle-arrow-left.png) no-repeat center center;
    background: url(../assets/images/circle-arrow-w-left.svg) no-repeat center center/30px;
    height: 30px;
    width: 30px;
    left: 30%;
    left: calc(25% + 20px); }
    @media (max-width: 720px) {
      .testimonial-section .slick-prev {
        left: 30px; } }
  .testimonial-section .slick-next {
    background: url(../assets/images/circle-arrow-right.png) no-repeat center center;
    background: url(../assets/images/circle-arrow-w-right.svg) no-repeat center center/30px;
    height: 30px;
    width: 30px;
    left: 35%;
    left: calc(25% + 60px); }
    @media (max-width: 720px) {
      .testimonial-section .slick-next {
        left: 60px; } }

#hiddenContainer {
  padding-bottom: 200px; }
  #hiddenContainer::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: url(../assets/images/hero_deckle.png) no-repeat left bottom/100% auto; }
  @media (max-width: 772px) {
    #hiddenContainer {
      padding-top: 25px;
      padding-bottom: 50px; } }
  #hiddenContainer .moveUp {
    margin-top: -100px; }
    @media (max-width: 772px) {
      #hiddenContainer .moveUp {
        margin-top: 0.5rem; } }
  #hiddenContainer .subContent {
    color: #fff;
    font-family: "Playfair Display", serif;
    font-style: italic;
    margin-top: 60px;
    position: relative;
    margin-left: 10px;
    padding-top: 15px; }
    @media (max-width: 992px) {
      #hiddenContainer .subContent {
        padding-bottom: 15px; } }
    #hiddenContainer .subContent::before {
      position: absolute;
      width: 80px;
      border-top: 1px solid #fff;
      top: 0;
      left: 0;
      content: ''; }

#activities .tanBox {
  margin: -50px 80px 50px;
  position: relative; }
  #activities .tanBox .flexItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  @media (max-width: 772px) {
    #activities .tanBox {
      margin: 25px 0 0;
      text-align: center; }
      #activities .tanBox .flexItem {
        display: block; } }

#worship {
  padding-bottom: 400px;
  margin-top: 100px;
  position: relative; }
  @media (max-width: 772px) {
    #worship {
      margin-top: 15px;
      padding-bottom: 20px; }
      #worship .container {
        width: 100%; } }
  #worship::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../assets/images/paper_background.png) no-repeat top left/100% auto;
    position: absolute;
    top: 0;
    left: 0; }
  #worship .opace-color-box {
    margin-top: -50px;
    padding: 70px 50px; }
    #worship .opace-color-box:hover {
      background: rgba(1, 38, 44, 0.8); }
    @media (max-width: 772px) {
      #worship .opace-color-box {
        margin-top: 40px;
        padding: 30px; }
        #worship .opace-color-box h2 {
          font-size: 2em; } }

#worshipLocations {
  margin-top: -20px;
  position: relative;
  height: 150px; }
  @media (max-width: 992px) {
    #worshipLocations {
      height: 130px; } }
  @media (max-width: 772px) {
    #worshipLocations {
      height: 140px; } }
  @media (max-width: 600px) {
    #worshipLocations {
      height: auto; } }
  #worshipLocations .location {
    width: 14%;
    height: 150px;
    float: left;
    z-index: 9;
    position: relative;
    overflow: hidden;
    margin-right: .1425%;
    margin-left: .1425%; }
    @media (max-width: 992px) {
      #worshipLocations .location {
        height: 130px; } }
    @media (max-width: 772px) {
      #worshipLocations .location {
        height: 140px; } }
    @media (max-width: 600px) {
      #worshipLocations .location {
        width: 49%;
        height: 175px;
        float: none;
        display: inline-block; } }
    #worshipLocations .location:hover .locationText {
      left: 0; }
  #worshipLocations .locationText {
    background: rgba(1, 38, 44, 0.8);
    position: absolute;
    top: 0;
    left: -100%;
    color: #fff;
    text-transform: uppercase;
    height: 100%;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    vertical-align: text-bottom;
    font-family: "Antonio", serif;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.page-template-template_architecture main h2 {
  font-size: 2.5em; }
  @media (max-width: 720px) {
    .page-template-template_architecture main h2 {
      font-size: 2.2em; } }

.page-template-template_architecture main h1 {
  font-size: 2.1em; }

.page-template-template_architecture main img {
  display: block;
  margin: 15px auto; }

.page-template-template_architecture #arch-nav {
  padding-top: 30px;
  padding-bottom: 40px; }
  .page-template-template_architecture #arch-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    border: 1px solid #847867; }
    @media (max-width: 768px) {
      .page-template-template_architecture #arch-nav ul {
        padding: 10px 0; } }
    .page-template-template_architecture #arch-nav ul li {
      display: inline-block; }
      .page-template-template_architecture #arch-nav ul li a {
        color: #847867;
        padding: 18px 30px;
        font-family: "Antonio", serif;
        display: block;
        letter-spacing: 1px;
        font-size: 14px; }
        .page-template-template_architecture #arch-nav ul li a:hover {
          color: #463d2f; }
        .page-template-template_architecture #arch-nav ul li a i {
          font-size: 13px;
          position: relative;
          top: -1px;
          padding-left: 2px; }
      @media (max-width: 768px) {
        .page-template-template_architecture #arch-nav ul li {
          display: block; }
          .page-template-template_architecture #arch-nav ul li a {
            padding: 10px; } }

.page-template-template_architecture .videos {
  padding: 50px 0 0; }
  .page-template-template_architecture .videos .slick-arrow {
    top: 29vw; }
  .page-template-template_architecture .videos .slick-prev {
    left: 0; }
  .page-template-template_architecture .videos .slick-next {
    right: 0; }
  .page-template-template_architecture .videos .slick-dots {
    bottom: -20px; }
  @media (min-width: 720px) {
    .page-template-template_architecture .videos .slick-arrow {
      top: 16.8vw; }
    .page-template-template_architecture .videos .slick-next {
      right: 42%; }
    .page-template-template_architecture .videos .slick-dots {
      width: 58%; } }
  @media (min-width: 1150px) {
    .page-template-template_architecture .videos .slick-arrow {
      top: 180px; } }

.page-template-template_architecture .architect-1 {
  padding-top: 20px; }

.page-template-template_architecture .architect-2 {
  text-align: center; }

.page-template-template_architecture .craftsman {
  padding-bottom: 30px; }

.page-template-template_architecture .the-gardens {
  height: 550px; }
  .page-template-template_architecture .the-gardens .container-lg > div {
    background-color: rgba(1, 38, 44, 0.8);
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    color: white;
    padding: 20px 30px 40px; }
    .page-template-template_architecture .the-gardens .container-lg > div h2 {
      color: white; }
    .page-template-template_architecture .the-gardens .container-lg > div p {
      color: white; }

.page-template-template_architecture .the-opening {
  position: relative; }
  .page-template-template_architecture .the-opening .ornament {
    position: absolute;
    top: -400px;
    z-index: 3;
    bottom: 0; }

.page-template-template_architecture .visit {
  padding: 30px 0; }
  @media (max-width: 772px) {
    .page-template-template_architecture .visit h2 {
      font-size: 1.8em; } }
  @media (max-width: 440px) {
    .page-template-template_architecture .visit h2 {
      font-size: 1.6em; } }

@media (min-width: 720px) {
  .page-template-template_architecture .architect-1 .image-white-inline {
    position: relative;
    z-index: 5;
    margin-top: -14vw; }
  .page-template-template_architecture .architect-2 {
    margin-right: -280px;
    text-align: left; }
  .page-template-template_architecture .craftsman {
    margin-left: -200px;
    padding-top: 70px; }
    .page-template-template_architecture .craftsman .container-lg {
      position: relative;
      padding-bottom: 50px; }
      .page-template-template_architecture .craftsman .container-lg .floating-image2 {
        position: absolute;
        z-index: 5;
        bottom: -550px;
        right: -200px; }
    .page-template-template_architecture .craftsman .col-7 {
      position: relative; }
      .page-template-template_architecture .craftsman .col-7 .image-white-inline {
        margin-top: -70px; }
      .page-template-template_architecture .craftsman .col-7 .floating-image1 {
        position: absolute;
        z-index: 5;
        top: -280px;
        right: -80px; }
  .page-template-template_architecture .the-gardens {
    height: 700px; }
    .page-template-template_architecture .the-gardens .container-lg > div {
      margin: 0; } }

.page-id-38 .the-opening {
  position: relative; }
  .page-id-38 .the-opening .ornament {
    position: absolute;
    top: -400px;
    z-index: 3;
    bottom: 0; }

.page-id-29 .button-outline-white {
  font-size: 1.4em;
  padding: 12px 55px;
  font-weight: normal; }

.page-id-29 #communityBox .opace-color-box {
  margin-left: 40%;
  width: 55%;
  padding: 5%; }
  @media (max-width: 772px) {
    .page-id-29 #communityBox .opace-color-box {
      margin-left: 0%;
      width: 100%;
      padding-right: 30px; } }

.page-id-29 #planvisit {
  width: 45%;
  float: right;
  background-color: #fff; }
  @media (max-width: 772px) {
    .page-id-29 #planvisit {
      width: 100%;
      float: none; } }

@media (max-width: 772px) {
  .page-id-29 .tanBox {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%; } }

.page-id-29 .paperTop {
  position: relative; }
  .page-id-29 .paperTop .ornament {
    position: absolute;
    bottom: -500px; }

@media (max-width: 992px) {
  .page-id-29 #fireside h2 {
    font-size: 2.7em; } }

.house-posts {
  margin: -350px 0 50px 2%;
  width: 47%; }
  .house-posts p {
    margin-bottom: 16px; }
  @media (max-width: 772px) {
    .house-posts {
      width: 96%;
      margin: -50px 2% 50px 2%; } }

#worhship-nav {
  padding-top: 30px;
  padding-bottom: 40px; }
  #worhship-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    border: 1px solid #847867; }
    @media (max-width: 768px) {
      #worhship-nav ul {
        padding: 10px 0; } }
    #worhship-nav ul li {
      display: inline-block; }
      #worhship-nav ul li a {
        color: #847867;
        padding: 18px 30px;
        font-family: "Antonio", serif;
        display: block;
        letter-spacing: 1px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: normal; }
        #worhship-nav ul li a:hover {
          color: #463d2f; }
        #worhship-nav ul li a i {
          font-size: 13px;
          position: relative;
          top: -1px;
          padding-left: 2px; }
      @media (max-width: 768px) {
        #worhship-nav ul li {
          display: block; }
          #worhship-nav ul li a {
            padding: 10px; } }

#worshipSec {
  min-height: 450px;
  padding: 20px 0 50px 0;
  background: url("/wp-content/uploads/2018/04/auditorium-seated-people.jpg") no-repeat top left/45% auto; }
  @media (max-width: 992px) {
    #worshipSec {
      padding: 300px 0 50px;
      background-size: auto 300px; }
      #worshipSec .row > div {
        width: 100%; } }
  @media (max-width: 772px) {
    #worshipSec {
      padding: 300px 0 0px; }
      #worshipSec .row > div {
        padding: 0 30px 0px; } }
  #worshipSec .writting {
    margin-left: 45%;
    width: 45%;
    padding-bottom: 40px; }
    @media (max-width: 992px) {
      #worshipSec .writting {
        margin-left: 0%;
        width: 100%; } }

#worshipSec1 {
  padding-bottom: 150px; }
  @media (max-width: 772px) {
    #worshipSec1 .row > div {
      width: 100%; } }
  @media (max-width: 772px) {
    #worshipSec1 {
      padding-bottom: 20px; } }

@media (max-width: 772px) {
  #worshipSec1 img[class*="moveOver"], #worshipSec1 img[class*="moveRt"], #worshipSec1 img[class*="moveUp"], #worshipSec2 img[class*="moveOver"], #worshipSec2 img[class*="moveRt"], #worshipSec2 img[class*="moveUp"] {
    width: 100%;
    margin: 0;
    float: none;
    height: auto; } }

.page-template-template-no-header-php main,
.tribe-events-page-template main,
.page-template-template-stories main,
.archive main,
.page-template-template-no-header main,
.search-results main,
.error404 main,
.search-no-results main,
.single-post main,
.page-template-template-collections main,
.single-obits main,
.single-collection main,
.page-template-template-bicentenary main,
.page-template-template-epic main {
  padding-top: 150px; }

.noHeaderImg {
  padding-top: 150px;
  padding-bottom: 30px; }
  .noHeaderImg h1 {
    margin-top: 0;
    font-size: 2em;
    text-transform: uppercase; }
  .noHeaderImg h2 {
    font-family: "Antonio", serif;
    font-size: 1.3em;
    text-transform: uppercase; }

#communityBox {
  min-height: 700px;
  margin-bottom: 50px;
  padding-top: 45px; }
  @media (max-width: 772px) {
    #communityBox {
      min-height: auto;
      background-image: none !important;
      padding-top: 0; } }
  #communityBox .opace-color-box {
    max-width: 50%;
    margin-left: 50%; }
    @media (max-width: 992px) {
      #communityBox .opace-color-box {
        max-width: 60%;
        margin-left: 40%; } }
    @media (max-width: 772px) {
      #communityBox .opace-color-box {
        max-width: 100%;
        margin-left: 0%; } }
    #communityBox .opace-color-box h2 {
      font-size: 2.5em; }
      @media (max-width: 992px) {
        #communityBox .opace-color-box h2 {
          font-size: 2.2em; } }

#neighbor {
  min-height: 450px;
  padding: 0 0 20px;
  background: url("/wp-content/uploads/2018/04/womanwithsign.jpg") no-repeat top left/45% auto; }
  #neighbor div[class^="col-"] {
    padding: 0 30px; }
  @media (max-width: 992px) {
    #neighbor {
      padding: 300px 0 0;
      background-size: auto 300px; }
      #neighbor .row > div {
        padding: 0 30px 50px;
        width: 100%; } }
  @media (max-width: 772px) {
    #neighbor .row > div {
      padding: 0 30px 0px; } }
  #neighbor h2 {
    font-size: 2.7em;
    margin: 0; }
    @media (max-width: 1200px) {
      #neighbor h2 {
        font-size: 2em; } }

#neighbor1 {
  padding-bottom: 50px; }

#neighbor2 {
  padding: 50px 0;
  z-index: 9; }
  @media (max-width: 1200px) {
    #neighbor2 img[class*="moveOver"] {
      margin-left: -220px; } }
  @media (max-width: 772px) {
    #neighbor2 img[class*="moveOver"] {
      margin: 0 auto;
      display: block;
      width: 100%;
      height: auto; } }
  @media (max-width: 1200px) {
    #neighbor2 img[class*="moveRt"] {
      margin-right: -260px; } }
  @media (max-width: 772px) {
    #neighbor2 img[class*="moveRt"] {
      margin: 0 auto;
      display: block;
      float: none;
      width: 100%;
      height: auto; } }
  @media (max-width: 772px) {
    #neighbor2 {
      padding: 0; }
      #neighbor2 div[class*="col-"] {
        width: 100%; } }

#neighbor3 {
  padding-top: 100px; }
  @media (max-width: 992px) {
    #neighbor3 {
      padding-top: 20px; }
      #neighbor3 img {
        width: 100%;
        height: auto; } }
  @media (max-width: 992px) {
    #neighbor3 img[class*="moveUp"] {
      margin-top: 0;
      margin-bottom: 20px; } }
  @media (max-width: 992px) {
    #neighbor3 .read-cta {
      padding: 30px; } }
  @media (max-width: 440px) {
    #neighbor3 .read-cta {
      padding: 20px; } }

.search-results .search-result {
  padding-top: 20px; }

.error-404 form, .search-no-results .page-content form {
  max-width: 500px;
  margin: 0 auto;
  position: relative; }
  .error-404 form .search-input, .search-no-results .page-content form .search-input {
    border-radius: 0;
    width: 100%;
    padding: 10px 50px 10px 50px;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #c7b299;
    color: white;
    font-size: 15px; }
    .error-404 form .search-input:focus, .error-404 form .search-input:active, .search-no-results .page-content form .search-input:focus, .search-no-results .page-content form .search-input:active {
      outline: 0; }
  .error-404 form .search-submit, .search-no-results .page-content form .search-submit {
    position: absolute;
    top: 0;
    left: 10px;
    width: 30px;
    height: 40px;
    background-color: transparent;
    border: 0;
    padding: 10px 12px;
    font-size: 13px;
    color: #c7b299;
    font-family: "Antonio", serif;
    text-transform: uppercase;
    background: url(../assets/images/search.svg) no-repeat center center;
    background-size: 25px 25px; }
  .error-404 form .clear, .search-no-results .page-content form .clear {
    position: absolute;
    right: 10px;
    top: 10px;
    font-family: "Antonio", serif;
    color: #c7b299;
    font-size: 13px; }
  .error-404 form .search-input, .search-no-results .page-content form .search-input {
    color: #463d2f; }

.tribe-event-description p {
  word-wrap: break-word; }

#legend_box #legend {
  padding-left: 0; }
  @media (max-width: 440px) {
    #legend_box #legend li {
      width: 47%; } }

@media (max-width: 992px) {
  .tribe-events-viewmore {
    padding: 9px 0;
    font-size: .8em; } }

@media (max-width: 992px) {
  #tribe-events-content a {
    font-size: 13px; } }

@media (max-width: 772px) {
  #tribe-events-footer:after, #tribe-events-footer:before {
    width: 0 !important; }
  #tribe-events-footer .tribe-events-sub-nav li {
    width: 100% !important;
    text-align: center !important;
    float: none !important;
    margin-bottom: 2px !important; } }

@media (max-width: 772px) {
  .page-id-362 .content-area blockquote, .page-id-362 .content-area h5 {
    text-align: center; } }

.videoContentArea {
  padding: 0px 0 50px; }
  .videoContentArea h2 {
    margin: 0; }
  .videoContentArea p {
    margin: 10px 0 0; }

#contactKiosks {
  position: fixed;
  z-index: 20000000000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #01262c;
  color: white;
  overflow-y: auto;
  padding-top: 40px; }
  #contactKiosks .field_description_above {
    background-color: rgba(255, 255, 255, 0.1); }
  #contactKiosks ::-webkit-input-placeholder {
    /* Chrome */
    color: #fff !important; }
  #contactKiosks :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff !important; }
  #contactKiosks ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff !important;
    opacity: 1 !important; }
  #contactKiosks :-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #fff !important;
    opacity: 1 !important; }
  #contactKiosks h2 {
    color: #fff;
    text-transform: uppercase; }
  #contactKiosks .closeOverlay img {
    display: inline-block; }
  #contactKiosks .closeOverlay:hover {
    cursor: pointer; }
  #contactKiosks .gform_wrapper input[type="text"], #contactKiosks .gform_wrapper select {
    border-bottom: 1px solid #fff !important;
    background: transparent !important; }
  #contactKiosks .gform_wrapper textarea {
    border-color: #fff !important;
    background: transparent !important; }
  #contactKiosks .gform_wrapper .checkBox {
    background: rgba(255, 255, 255, 0.1) !important; }
  #contactKiosks .gform_wrapper input[type="submit"] {
    color: #fff !important;
    border-color: #fff !important; }
    #contactKiosks .gform_wrapper input[type="submit"]:hover {
      background: #c7b299 !important;
      border-color: #c7b299 !important; }
  #contactKiosks .gform_wrapper .ginput_container_select::before {
    color: #fff !important; }

@media (min-width: 768px) {
  .single-obits .obit-image {
    padding-top: 30px; } }

.stories-nav {
  padding: 10px 0 15px; }
  .stories-nav .stories-menu, .stories-nav .toggle-search-posts-form {
    display: inline-block;
    vertical-align: top; }
  .stories-nav .toggle-search-posts-form {
    margin-top: 3px;
    color: #847867;
    float: right; }
    .stories-nav .toggle-search-posts-form:hover {
      color: #01252b; }
  .stories-nav .search-posts {
    display: none;
    padding: 10px 0;
    text-align: right; }
    .stories-nav .search-posts form {
      position: relative; }
    .stories-nav .search-posts .search-input {
      border-radius: 0;
      width: 100%;
      padding: 10px 50px 10px 50px;
      background-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none;
      border: 1px solid #c7b299;
      color: white;
      font-size: 15px; }
      .stories-nav .search-posts .search-input:focus, .stories-nav .search-posts .search-input:active {
        outline: 0; }
    .stories-nav .search-posts .search-submit {
      position: absolute;
      top: 0;
      left: 10px;
      width: 30px;
      height: 40px;
      background-color: transparent;
      border: 0;
      padding: 10px 12px;
      font-size: 13px;
      color: #c7b299;
      font-family: "Antonio", serif;
      text-transform: uppercase;
      background: url(../assets/images/search.svg) no-repeat center center;
      background-size: 25px 25px; }
    .stories-nav .search-posts .clear {
      position: absolute;
      right: 10px;
      top: 10px;
      font-family: "Antonio", serif;
      color: #c7b299;
      font-size: 13px; }
    .stories-nav .search-posts input[type="text"] {
      color: #01252b;
      padding-left: 15px; }
    .stories-nav .search-posts input[type="submit"] {
      background: none;
      width: 50px;
      color: #01252b;
      right: 10px;
      left: auto; }
    @media (min-width: 1024px) {
      .stories-nav .search-posts {
        text-align: right; }
        .stories-nav .search-posts form {
          width: 322px;
          display: inline-block; } }
  .stories-nav .stories-menu {
    position: relative; }
    .stories-nav .stories-menu .toggle-stories-menu {
      position: absolute;
      right: -30px;
      top: 3px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .stories-nav .stories-menu .menu {
      max-height: 36px;
      overflow-y: hidden;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .stories-nav .stories-menu ul {
      padding: 0;
      margin: 0; }
    .stories-nav .stories-menu li {
      list-style-type: none;
      padding: 5px 0; }
      .stories-nav .stories-menu li a {
        font-family: "Antonio", serif;
        color: #847867;
        font-weight: 400;
        text-transform: uppercase;
        font-weight: 400;
        display: block;
        border-bottom: 3px solid transparent; }
  .stories-nav .stories-menu-open .toggle-stories-menu {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .stories-nav .stories-menu-open .menu {
    max-height: 1000px; }
  @media (min-width: 1024px) {
    .stories-nav .stories-menu .toggle-stories-menu {
      display: none; }
    .stories-nav .stories-menu .menu {
      max-height: 1000px; }
    .stories-nav .stories-menu li {
      display: inline-block;
      padding: 5px 30px 5px 0; }
      .stories-nav .stories-menu li a:hover {
        border-bottom: 3px solid #847867; }
      .stories-nav .stories-menu li.current-menu-item a {
        border-bottom: 3px solid #847867; } }

.cat-label {
  margin-top: 20px;
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  color: white;
  padding: 3px 10px;
  text-transform: uppercase; }
  .cat-label:hover {
    color: white;
    font-weight: bold; }
  .cat-label.building-community {
    background-color: #757f07; }
  .cat-label.social-impact {
    background-color: #512d6a; }
  .cat-label.lifestyle {
    background-color: #36727a; }
  .cat-label.house-of-worship {
    background-color: #DD6E42; }

.story-tags {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .story-tags li {
    display: inline-block;
    padding-right: 20px; }
    .story-tags li a {
      font-weight: 400;
      color: #463d2f;
      font-size: 14px;
      text-transform: uppercase; }
      .story-tags li a:hover {
        color: #990033; }

.read-more {
  display: block;
  margin-top: 10px;
  font-family: "Antonio", serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #990033; }
  .read-more:hover {
    color: #990033; }

.tags-read-more {
  height: 28px;
  overflow-y: hidden; }
  .tags-read-more .read-more {
    display: none;
    margin-top: 0; }
  .tags-read-more:hover .story-tags {
    display: none; }
  .tags-read-more:hover .read-more {
    display: block; }

.collection-card {
  padding: 10px;
  max-width: 600px;
  width: 100%; }
  .collection-card .featured-image {
    padding: 15px;
    position: relative; }
    .collection-card .featured-image:before {
      content: "";
      position: absolute;
      z-index: 5;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(70, 61, 47, 0.1)), to(#463d2f));
      background: linear-gradient(to bottom, rgba(70, 61, 47, 0.1), #463d2f);
      opacity: 0.8;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .collection-card .featured-image:hover:before {
      opacity: 1; }
    .collection-card .featured-image .card-wrapper {
      border: 1px solid white;
      position: relative;
      z-index: 10;
      padding-bottom: 60%;
      position: relative;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .collection-card .featured-image .card-wrapper .caption {
        position: absolute;
        width: 100%;
        bottom: 0;
        padding: 30px 20px; }
      .collection-card .featured-image .card-wrapper h3 {
        text-transform: none;
        font-style: italic;
        font-family: "Playfair Display", serif;
        display: block;
        line-height: 0.8;
        color: white;
        padding-bottom: 0; }
      .collection-card .featured-image .card-wrapper h2 {
        color: white; }
        .collection-card .featured-image .card-wrapper h2 a {
          color: white; }
          .collection-card .featured-image .card-wrapper h2 a:hover {
            color: #fcf6eb !important; }

.collection-slider .collection-card article {
  padding-top: 5%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-bottom: 5%; }

.collection-slider .collection-card.slick-current article {
  padding-top: 0;
  padding-bottom: 0; }

.collection-slider .collection-card.slick-current .featured-image .card-wrapper {
  padding-bottom: 70%; }

.collection-slider .slick-prev:before, .collection-slider .slick-next:before {
  font-size: 30px;
  color: white; }

.collection-slider .slick-next, .collection-slider .slick-prev {
  margin-top: -35px;
  z-index: 5; }

.collection-slider .slick-next {
  right: 30px; }

.collection-slider .slick-prev {
  left: 20px; }

@media (max-width: 768px) {
  .featured-story-unit {
    padding-bottom: 25px; } }

.featured-story-unit .featured-image {
  height: 0;
  padding-bottom: 60%; }

.lead-story {
  margin-top: 0;
  margin-bottom: 8.4vw;
  padding: 40px 0 0; }
  .lead-story:before {
    display: none; }
  .lead-story .excerpt {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 19px; }
  @media (min-width: 45em) {
    .lead-story .col-7, .lead-story .col-5 {
      float: right; } }

.featured-video-stories {
  padding: 40px 0; }
  @media (max-width: 768px) {
    .featured-video-stories {
      padding-bottom: 20px; } }

.recent-collections .collection-slider {
  padding-bottom: 60px; }
  .recent-collections .collection-slider .slick-dots {
    bottom: 15px; }
  .recent-collections .collection-slider .collection-card {
    width: 50%; }
    @media (max-width: 768px) {
      .recent-collections .collection-slider .collection-card {
        width: 100vw; } }

@media (max-width: 768px) {
  .cat-header {
    text-align: center; } }

.cat-header .h1 {
  display: inline-block;
  text-transform: uppercase; }
  @media (max-width: 768px) {
    .cat-header .h1 {
      display: block; } }

.cat-header .button-outline-red {
  float: right;
  margin-top: 28px; }
  @media (max-width: 768px) {
    .cat-header .button-outline-red {
      margin-top: 0;
      float: none;
      margin-bottom: 15px; } }

.row {
  margin: 0 -2%;
  width: auto; }

.feed-by-cat {
  padding-bottom: 50px; }
  @media (max-width: 768px) {
    .feed-by-cat {
      padding-bottom: 30px; } }
  .feed-by-cat .cat-label {
    display: none; }
  .feed-by-cat.building-community .cat-header .h1 {
    color: #757f07; }
  .feed-by-cat.house-of-worship .cat-header .h1 {
    color: #DD6E42; }
  .feed-by-cat.lifestyle .cat-header .h1 {
    color: #36727a; }
  .feed-by-cat.social-impact .cat-header .h1 {
    color: #512d6a; }

.simple-story {
  border-bottom: 1px solid #463d2f;
  padding: 10px 0; }
  .simple-story h3 {
    margin-top: 0; }
  .simple-story:first-child {
    padding-top: 0;
    margin-top: -5px; }
  .simple-story:last-child {
    border: 0; }

.default-story article {
  padding: 10px 0; }

.default-story .featured-image-wrapper {
  position: relative; }

.default-story .featured-image {
  display: block;
  width: 100%;
  padding-bottom: 60%; }

.default-story .col-8, .default-story .col-4 {
  margin: 0 2%; }

.default-story .col-8 {
  border-top: 1px solid #463d2f; }

.obits-container {
  padding-bottom: 70px; }
  .obits-container .obits-slider {
    margin: 0 -10px; }
    .obits-container .obits-slider .obit-card {
      padding: 10px; }
    .obits-container .obits-slider .featured-image {
      display: block;
      padding-bottom: 135%; }
  .obits-container .slick-arrow {
    width: 38px;
    height: 38px;
    z-index: 100;
    background-size: 100% 100%; }
  .obits-container .slick-prev {
    background: url(../assets/images/circle-arrow-w-left.png) no-repeat center center;
    background-size: 38px 38px;
    left: -50px; }
    .obits-container .slick-prev:before {
      display: none; }
  .obits-container .slick-next {
    background: url(../assets/images/circle-arrow-w-right.png) no-repeat center center;
    background-size: 38px 38px;
    right: -50px; }
    .obits-container .slick-next:before {
      display: none; }
  .obits-container .slick-dots {
    bottom: -35px; }

.subscribe-form {
  background-color: #fcf6eb;
  padding: 60px 0 30px;
  margin: 40px 0; }
  .subscribe-form .container {
    position: relative; }
    .subscribe-form .container .subscribe-font {
      position: absolute;
      top: -130px;
      left: 0;
      width: 220px; }
  .subscribe-form .gform_wrapper {
    padding-bottom: 0 !important; }
    .subscribe-form .gform_wrapper .gform_description {
      text-align: center !important; }
    .subscribe-form .gform_wrapper .gfield_label {
      font-weight: 400 !important;
      font-size: 14px !important; }
    .subscribe-form .gform_wrapper .gform_body {
      text-align: center !important; }
    .subscribe-form .gform_wrapper .gform_fields {
      display: inline-block !important;
      width: 100%;
      max-width: 500px; }
    .subscribe-form .gform_wrapper .gfield {
      text-align: left !important; }
    .subscribe-form .gform_wrapper input[type="text"] {
      width: 100% !important;
      background-color: transparent !important;
      border-bottom: 1px solid #463d2f; }
      .subscribe-form .gform_wrapper input[type="text"]:focus, .subscribe-form .gform_wrapper input[type="text"]:active {
        outline: 0; }
    .subscribe-form .gform_wrapper .gform_footer {
      text-align: left !important;
      max-width: 500px;
      margin: 0 auto;
      padding-top: 20px !important; }
      .subscribe-form .gform_wrapper .gform_footer input[type="submit"] {
        float: none !important;
        max-width: 100% !important;
        padding: 5px 20px !important; }
        .subscribe-form .gform_wrapper .gform_footer input[type="submit"]:hover {
          background-color: #463d2f !important;
          color: white !important; }
    @media (min-width: 1024px) {
      .subscribe-form .gform_wrapper .gform_description {
        text-align: left !important; }
      .subscribe-form .gform_wrapper .gform_body {
        display: inline-block !important;
        width: 85% !important;
        vertical-align: bottom !important;
        margin: 0 -2px !important; }
      .subscribe-form .gform_wrapper .gform_footer {
        display: inline-block !important;
        width: 15% !important;
        vertical-align: bottom !important;
        margin: 0 -2px !important; }
      .subscribe-form .gform_wrapper .gform_fields {
        display: block !important;
        max-width: 10000px !important; }
      .subscribe-form .gform_wrapper .gfield {
        display: inline-block !important;
        margin: 0 -2px !important;
        width: 50% !important; } }

.stories-main-sidebar hr, .stories-single-sidebar hr, .collection-sidebar hr {
  border-top: 0;
  margin: 20px 0 20px; }

.stories-main-sidebar ul, .stories-single-sidebar ul, .collection-sidebar ul {
  padding: 0;
  margin: 0; }

.stories-main-sidebar li, .stories-single-sidebar li, .collection-sidebar li {
  list-style: none;
  padding: 3px 0; }
  .stories-main-sidebar li a, .stories-single-sidebar li a, .collection-sidebar li a {
    color: #463d2f;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px; }
    .stories-main-sidebar li a:hover, .stories-single-sidebar li a:hover, .collection-sidebar li a:hover {
      color: #990033; }

.stories-main-sidebar .sidebar-widget > h3, .stories-single-sidebar .sidebar-widget > h3, .collection-sidebar .sidebar-widget > h3 {
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 18px; }

.stories-main-sidebar.building-community .sidebar-widget > h3, .stories-single-sidebar.building-community .sidebar-widget > h3, .collection-sidebar.building-community .sidebar-widget > h3 {
  color: #757f07; }

.stories-main-sidebar.building-community hr, .stories-single-sidebar.building-community hr, .collection-sidebar.building-community hr {
  border-bottom: 1px solid #757f07; }

.stories-main-sidebar.lifestyle .sidebar-widget > h3, .stories-single-sidebar.lifestyle .sidebar-widget > h3, .collection-sidebar.lifestyle .sidebar-widget > h3 {
  color: #36727a; }

.stories-main-sidebar.lifestyle hr, .stories-single-sidebar.lifestyle hr, .collection-sidebar.lifestyle hr {
  border-bottom: 1px solid #36727a; }

.stories-main-sidebar.social-impact .sidebar-widget > h3, .stories-single-sidebar.social-impact .sidebar-widget > h3, .collection-sidebar.social-impact .sidebar-widget > h3 {
  color: #512d6a; }

.stories-main-sidebar.social-impact hr, .stories-single-sidebar.social-impact hr, .collection-sidebar.social-impact hr {
  border-bottom: 1px solid #512d6a; }

.stories-main-sidebar.house-of-worship .sidebar-widget > h3, .stories-single-sidebar.house-of-worship .sidebar-widget > h3, .collection-sidebar.house-of-worship .sidebar-widget > h3 {
  color: #DD6E42; }

.stories-main-sidebar.house-of-worship hr, .stories-single-sidebar.house-of-worship hr, .collection-sidebar.house-of-worship hr {
  border-bottom: 1px solid #DD6E42; }

.stories-single-sidebar article {
  padding-bottom: 5px; }

.stories-main-sidebar .cat-description h3 {
  margin-top: 0;
  font-style: italic; }

.stories-main-sidebar .post_tags li {
  display: inline-block;
  padding: 4px; }
  .stories-main-sidebar .post_tags li a {
    display: block;
    padding: 2px 5px;
    font-size: 11px;
    background-color: #eee; }

.stories-main-sidebar .subscribe-form {
  margin-top: 60px;
  padding: 40px 0 10px; }
  .stories-main-sidebar .subscribe-form .container .subscribe-font {
    position: absolute;
    top: -100px;
    left: -20px;
    width: 160px; }
  .stories-main-sidebar .subscribe-form .gform_wrapper .gfield {
    display: block !important;
    width: 100% !important; }
  .stories-main-sidebar .subscribe-form .gform_wrapper .gform_body, .stories-main-sidebar .subscribe-form .gform_wrapper .gform_footer {
    display: block !important;
    width: 100% !important; }

body.category .cat-label {
  display: none; }

body.category .cat-featured-story, body.category .cat-featured-video-story {
  padding-bottom: 40px; }

body.category .cat-stories {
  padding-top: 20px; }

.pagination {
  text-align: center;
  padding: 20px 0; }
  .pagination .page-numbers {
    font-family: "Antonio", serif;
    color: #463d2f;
    display: inline-block;
    padding: 5px;
    font-weight: 400; }
    .pagination .page-numbers.current {
      color: #990033; }
  .pagination a:hover {
    color: #990033; }
  .pagination .prev, .pagination .next {
    padding: 5px 10px; }

.single-post .post-header, .single-collection .post-header {
  padding-bottom: 30px; }
  @media (min-width: 1024px) {
    .single-post .post-header .story-tags, .single-collection .post-header .story-tags {
      padding-top: 40px; } }

.single-post .gallery, .single-collection .gallery {
  padding-bottom: 30px; }
  .single-post .gallery .gallery-item, .single-collection .gallery .gallery-item {
    margin: 10px;
    position: relative; }
    .single-post .gallery .gallery-item .gallery-icon, .single-collection .gallery .gallery-item .gallery-icon {
      height: 400px; }
      @media (max-width: 1024px) {
        .single-post .gallery .gallery-item .gallery-icon, .single-collection .gallery .gallery-item .gallery-icon {
          height: 33vw; } }
      @media (max-width: 768px) {
        .single-post .gallery .gallery-item .gallery-icon, .single-collection .gallery .gallery-item .gallery-icon {
          height: 50vw; } }
      .single-post .gallery .gallery-item .gallery-icon img, .single-collection .gallery .gallery-item .gallery-icon img {
        height: 100%;
        width: auto; }
    .single-post .gallery .gallery-item .gallery-caption, .single-collection .gallery .gallery-item .gallery-caption {
      position: absolute;
      width: 100%;
      bottom: 15px;
      left: 0;
      background-color: rgba(70, 61, 47, 0.9);
      padding: 10px;
      color: white; }
  .single-post .gallery .slick-dots, .single-collection .gallery .slick-dots {
    bottom: 15px; }
  .single-post .gallery .slick-prev:before, .single-post .gallery .slick-next:before, .single-collection .gallery .slick-prev:before, .single-collection .gallery .slick-next:before {
    font-size: 30px;
    color: #847867; }
  .single-post .gallery .slick-next, .single-post .gallery .slick-prev, .single-collection .gallery .slick-next, .single-collection .gallery .slick-prev {
    margin-top: -35px;
    z-index: 5; }
  .single-post .gallery .slick-next, .single-collection .gallery .slick-next {
    right: 30px; }
  .single-post .gallery .slick-prev, .single-collection .gallery .slick-prev {
    left: 20px; }

.single-collection .post-header {
  margin-top: 0;
  margin-bottom: 8.4vw;
  padding: 40px 0 0; }
  .single-collection .post-header:before {
    display: none; }
  .single-collection .post-header h2 {
    margin: 0;
    font-style: italic; }
  .single-collection .post-header h1 {
    margin-top: 0; }
  @media (min-width: 1024px) {
    .single-collection .post-header h2 {
      padding-top: 40px; } }

.single-collection .collection-main {
  padding-top: 20px; }

.rss-feed .widget-title {
  display: none; }

.rss-feed ul, .rss-feed li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.rss-feed a.rsswidget {
  color: #463d2f;
  display: block;
  padding: 16px 0;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 18px;
  border-bottom: 1px solid #463d2f; }

.story-feed-header h1 a, .story-feed-header h2 a, .story-feed-header h3 a, .story-feed-header h4 a, .story-feed-header h6 a, .story-feed-header .h1 a, .story-feed-header .h2 a, .story-feed-header .h3 a, .story-feed-header .h4 a, .story-feed-header .h5 a, .story-feed-header .h6 a, .collections-feed h1 a, .collections-feed h2 a, .collections-feed h3 a, .collections-feed h4 a, .collections-feed h6 a, .collections-feed .h1 a, .collections-feed .h2 a, .collections-feed .h3 a, .collections-feed .h4 a, .collections-feed .h5 a, .collections-feed .h6 a, .story-feed h1 a, .story-feed h2 a, .story-feed h3 a, .story-feed h4 a, .story-feed h6 a, .story-feed .h1 a, .story-feed .h2 a, .story-feed .h3 a, .story-feed .h4 a, .story-feed .h5 a, .story-feed .h6 a, .lead-story h1 a, .lead-story h2 a, .lead-story h3 a, .lead-story h4 a, .lead-story h6 a, .lead-story .h1 a, .lead-story .h2 a, .lead-story .h3 a, .lead-story .h4 a, .lead-story .h5 a, .lead-story .h6 a, .featured-story-unit h1 a, .featured-story-unit h2 a, .featured-story-unit h3 a, .featured-story-unit h4 a, .featured-story-unit h6 a, .featured-story-unit .h1 a, .featured-story-unit .h2 a, .featured-story-unit .h3 a, .featured-story-unit .h4 a, .featured-story-unit .h5 a, .featured-story-unit .h6 a, .collection-slider h1 a, .collection-slider h2 a, .collection-slider h3 a, .collection-slider h4 a, .collection-slider h6 a, .collection-slider .h1 a, .collection-slider .h2 a, .collection-slider .h3 a, .collection-slider .h4 a, .collection-slider .h5 a, .collection-slider .h6 a, .feed-by-cats h1 a, .feed-by-cats h2 a, .feed-by-cats h3 a, .feed-by-cats h4 a, .feed-by-cats h6 a, .feed-by-cats .h1 a, .feed-by-cats .h2 a, .feed-by-cats .h3 a, .feed-by-cats .h4 a, .feed-by-cats .h5 a, .feed-by-cats .h6 a, .default-story h1 a, .default-story h2 a, .default-story h3 a, .default-story h4 a, .default-story h6 a, .default-story .h1 a, .default-story .h2 a, .default-story .h3 a, .default-story .h4 a, .default-story .h5 a, .default-story .h6 a, .related-posts h1 a, .related-posts h2 a, .related-posts h3 a, .related-posts h4 a, .related-posts h6 a, .related-posts .h1 a, .related-posts .h2 a, .related-posts .h3 a, .related-posts .h4 a, .related-posts .h5 a, .related-posts .h6 a, .related-video h1 a, .related-video h2 a, .related-video h3 a, .related-video h4 a, .related-video h6 a, .related-video .h1 a, .related-video .h2 a, .related-video .h3 a, .related-video .h4 a, .related-video .h5 a, .related-video .h6 a {
  color: inherit !important;
  font-weight: inherit !important; }
  .story-feed-header h1 a:hover, .story-feed-header h2 a:hover, .story-feed-header h3 a:hover, .story-feed-header h4 a:hover, .story-feed-header h6 a:hover, .story-feed-header .h1 a:hover, .story-feed-header .h2 a:hover, .story-feed-header .h3 a:hover, .story-feed-header .h4 a:hover, .story-feed-header .h5 a:hover, .story-feed-header .h6 a:hover, .collections-feed h1 a:hover, .collections-feed h2 a:hover, .collections-feed h3 a:hover, .collections-feed h4 a:hover, .collections-feed h6 a:hover, .collections-feed .h1 a:hover, .collections-feed .h2 a:hover, .collections-feed .h3 a:hover, .collections-feed .h4 a:hover, .collections-feed .h5 a:hover, .collections-feed .h6 a:hover, .story-feed h1 a:hover, .story-feed h2 a:hover, .story-feed h3 a:hover, .story-feed h4 a:hover, .story-feed h6 a:hover, .story-feed .h1 a:hover, .story-feed .h2 a:hover, .story-feed .h3 a:hover, .story-feed .h4 a:hover, .story-feed .h5 a:hover, .story-feed .h6 a:hover, .lead-story h1 a:hover, .lead-story h2 a:hover, .lead-story h3 a:hover, .lead-story h4 a:hover, .lead-story h6 a:hover, .lead-story .h1 a:hover, .lead-story .h2 a:hover, .lead-story .h3 a:hover, .lead-story .h4 a:hover, .lead-story .h5 a:hover, .lead-story .h6 a:hover, .featured-story-unit h1 a:hover, .featured-story-unit h2 a:hover, .featured-story-unit h3 a:hover, .featured-story-unit h4 a:hover, .featured-story-unit h6 a:hover, .featured-story-unit .h1 a:hover, .featured-story-unit .h2 a:hover, .featured-story-unit .h3 a:hover, .featured-story-unit .h4 a:hover, .featured-story-unit .h5 a:hover, .featured-story-unit .h6 a:hover, .collection-slider h1 a:hover, .collection-slider h2 a:hover, .collection-slider h3 a:hover, .collection-slider h4 a:hover, .collection-slider h6 a:hover, .collection-slider .h1 a:hover, .collection-slider .h2 a:hover, .collection-slider .h3 a:hover, .collection-slider .h4 a:hover, .collection-slider .h5 a:hover, .collection-slider .h6 a:hover, .feed-by-cats h1 a:hover, .feed-by-cats h2 a:hover, .feed-by-cats h3 a:hover, .feed-by-cats h4 a:hover, .feed-by-cats h6 a:hover, .feed-by-cats .h1 a:hover, .feed-by-cats .h2 a:hover, .feed-by-cats .h3 a:hover, .feed-by-cats .h4 a:hover, .feed-by-cats .h5 a:hover, .feed-by-cats .h6 a:hover, .default-story h1 a:hover, .default-story h2 a:hover, .default-story h3 a:hover, .default-story h4 a:hover, .default-story h6 a:hover, .default-story .h1 a:hover, .default-story .h2 a:hover, .default-story .h3 a:hover, .default-story .h4 a:hover, .default-story .h5 a:hover, .default-story .h6 a:hover, .related-posts h1 a:hover, .related-posts h2 a:hover, .related-posts h3 a:hover, .related-posts h4 a:hover, .related-posts h6 a:hover, .related-posts .h1 a:hover, .related-posts .h2 a:hover, .related-posts .h3 a:hover, .related-posts .h4 a:hover, .related-posts .h5 a:hover, .related-posts .h6 a:hover, .related-video h1 a:hover, .related-video h2 a:hover, .related-video h3 a:hover, .related-video h4 a:hover, .related-video h6 a:hover, .related-video .h1 a:hover, .related-video .h2 a:hover, .related-video .h3 a:hover, .related-video .h4 a:hover, .related-video .h5 a:hover, .related-video .h6 a:hover {
    color: #990033 !important; }

.coc-card {
  background-color: #990033;
  background-image: url(../assets/images/ornament_1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF; }
  .coc-card.short {
    background-color: #27794D; }
    .coc-card.short .cta {
      background-color: #27794D; }
    .coc-card.short .coc-card__main {
      margin-bottom: 2.8rem;
      padding-top: 2rem;
      margin-top: 2rem; }
    .coc-card.short .date {
      font-size: 1.38rem;
      padding-bottom: 2rem; }
      @media (max-width: 772px) {
        .coc-card.short .date {
          padding-bottom: .5rem; } }
    .coc-card.short .title {
      font-size: 1.75rem;
      margin-left: 1.7rem; }
    .coc-card.short .coc-card__copy p {
      padding-bottom: 2rem;
      padding-top: .75rem;
      font-weight: bold;
      font-size: 1.15rem; }
    .coc-card.short .cta {
      padding: 1rem; }
      @media (max-width: 772px) {
        .coc-card.short .cta {
          padding: .5rem; } }
  @media (max-width: 772px) {
    .coc-card {
      padding: .25rem;
      margin-bottom: 1.5rem; } }
  .coc-card__main {
    border: 2px solid #FFFFFF;
    padding: 1.75rem 1.75rem 1.75rem 0;
    margin: 1.75rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    @media (max-width: 772px) {
      .coc-card__main {
        display: block;
        padding: 1rem; } }
  .coc-card__brand {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .coc-card__brand .title {
      font-family: "Playfair Display", serif;
      font-size: 1.8rem;
      font-weight: 300;
      text-align: center;
      text-transform: uppercase;
      margin-left: 1.5rem;
      margin-top: -1rem;
      letter-spacing: 1px; }
      @media (max-width: 772px) {
        .coc-card__brand .title {
          margin-top: 0; } }
    .coc-card__brand .date {
      font-family: "Playfair Display", serif;
      font-size: 1.63rem;
      font-style: italic;
      font-weight: 300;
      text-align: right; }
      @media (max-width: 772px) {
        .coc-card__brand .date {
          text-align: center;
          padding-bottom: 1rem; } }
    .coc-card__brand img {
      -webkit-transform: scale(1.25);
              transform: scale(1.25);
      margin-top: -1.8rem;
      margin-left: 1.25rem; }
      @media (max-width: 772px) {
        .coc-card__brand img {
          -webkit-transform: none;
                  transform: none;
          margin: 0; } }
  .coc-card__copy {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    padding-left: 5rem;
    position: relative; }
    @media (max-width: 772px) {
      .coc-card__copy {
        padding-left: 0; } }
    .coc-card__copy p {
      color: #FFFFFF;
      font-weight: 400;
      font-family: "Playfair Display", serif;
      font-size: 1rem;
      line-height: 1.75rem;
      margin-bottom: 0;
      padding-bottom: 1rem; }
    .coc-card__copy .cta {
      background-color: #990033;
      border: 2px solid #FFFFFF;
      bottom: -2.75rem;
      color: #FFFFFF;
      display: inline-block;
      font-family: "Antonio", serif;
      font-size: .888rem;
      letter-spacing: 1.2px;
      padding: .4rem 2rem;
      position: absolute;
      right: 0;
      text-align: center;
      text-transform: uppercase; }
      @media (max-width: 772px) {
        .coc-card__copy .cta {
          margin-left: auto;
          margin-right: auto;
          left: 0;
          right: 0;
          padding: .75rem 2rem; } }

.quick-links {
  margin-left: 0.25rem !important; }
  .quick-links__nav {
    display: block;
    background: #FFFFFF; }
  .quick-links__social {
    color: #847867;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.1rem;
    font-family: "Playfair Display", serif;
    font-weight: 300;
    font-size: 1.25rem; }
    .quick-links__social a {
      background-image: url(../assets/images/social-icons.svg);
      background-repeat: no-repeat;
      display: inline-block;
      margin-right: .5rem;
      padding: 0 1rem;
      height: 1.5rem;
      width: 1rem;
      -webkit-transition: none;
      transition: none; }
      .quick-links__social a:first-child {
        background-image: url(../assets/images/social-icons.svg);
        background-position: 15px 5px; }
        .quick-links__social a:first-child:hover {
          background-position: 15px -29px; }
      .quick-links__social a:nth-child(2) {
        background-position: -33px 5px; }
        .quick-links__social a:nth-child(2):hover {
          background-position: -33px -29px; }
      .quick-links__social a:nth-child(3) {
        background-position: -83px 5px; }
        .quick-links__social a:nth-child(3):hover {
          background-position: -83px -29px; }
  .quick-links ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .quick-links ul li {
      display: block;
      border-bottom: 1px solid #D8D8D8;
      position: relative;
      padding-left: .8rem; }
      .quick-links ul li:first-child {
        padding-left: 0; }
      .quick-links ul li:last-child {
        border-bottom: none; }
      .quick-links ul li > a {
        color: #847867;
        font-family: "Playfair Display", serif;
        font-weight: 300;
        font-size: 1.25rem;
        padding: 1.1rem .75rem 1.1rem 3.15rem;
        display: block; }
        .quick-links ul li > a:hover {
          color: #990033; }
      .quick-links ul li:nth-child(2) a:before {
        background-image: url(../assets/images/email.svg);
        background-position: 0 5px;
        background-repeat: no-repeat;
        content: "";
        height: 100%;
        left: 1.6rem;
        position: absolute;
        width: 2rem; }
      .quick-links ul li:nth-child(2) a:hover:before {
        background-position: -60px 5px; }
      .quick-links ul li:nth-child(3) a:before {
        background-image: url(../assets/images/external-link.svg);
        background-position: 0 2px;
        background-repeat: no-repeat;
        content: "";
        height: 100%;
        left: 1.6rem;
        position: absolute;
        width: 2rem; }
      .quick-links ul li:nth-child(3) a:hover:before {
        background-position: -60px 2px; }
      .quick-links ul li:nth-child(4) a:before {
        background-image: url(../assets/images/play-button.svg);
        background-position: 0 5px;
        background-repeat: no-repeat;
        content: "";
        height: 100%;
        left: 1.6rem;
        position: absolute;
        width: 2rem; }
      .quick-links ul li:nth-child(4) a:hover:before {
        background-position: -58px 5px; }
      .quick-links ul li:nth-child(5) a:before {
        background-image: url(../assets/images/calendar.svg);
        background-position: 0 2px;
        background-repeat: no-repeat;
        content: "";
        height: 100%;
        left: 1.6rem;
        position: absolute;
        width: 2rem; }
      .quick-links ul li:nth-child(5) a:hover:before {
        background-position: -58px 2px; }

.bi-feed {
  padding-top: 3rem;
  overflow: hidden; }
  @media (max-width: 772px) {
    .bi-feed {
      padding-top: 2rem; } }
  .bi-feed__item {
    background-color: #FFFFFF;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    font-size: 1rem;
    float: left;
    margin: 0 2rem 2.1rem 0;
    height: auto;
    width: 30%;
    padding: 0;
    text-align: center;
    position: relative; }
    @media (max-width: 772px) {
      .bi-feed__item {
        width: 100%; } }
    .bi-feed__item:nth-child(3n+3) {
      margin-right: 0; }
    .bi-feed__item.video figure {
      position: relative; }
      .bi-feed__item.video figure:before {
        content: "";
        background-image: url(../assets/images/play-button-big.svg);
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        z-index: 10;
        margin: 0 auto;
        left: 0;
        right: 0;
        width: 74px;
        height: 100%;
        top: 0; }
    .bi-feed__item.video h2, .bi-feed__item.photo h2 {
      font-size: .9rem;
      color: #01262c;
      font-family: "Open Sans", sans-serif;
      font-weight: bold; }
    .bi-feed__item.video .cta a, .bi-feed__item.photo .cta a {
      color: #463d2f; }
    .bi-feed__item.blog-post h2, .bi-feed__item.podcast h2 {
      font-size: 1.2rem;
      font-family: "Playfair Display", serif;
      color: #990033;
      text-align: left;
      padding-left: 1rem; }
    .bi-feed__item:hover.blog-post, .bi-feed__item:hover.podcast, .bi-feed__item:hover.other {
      background-color: #990033; }
      .bi-feed__item:hover.blog-post h2, .bi-feed__item:hover.blog-post .cta a, .bi-feed__item:hover.blog-post p, .bi-feed__item:hover.podcast h2, .bi-feed__item:hover.podcast .cta a, .bi-feed__item:hover.podcast p, .bi-feed__item:hover.other h2, .bi-feed__item:hover.other .cta a, .bi-feed__item:hover.other p {
        color: #FFFFFF; }
      .bi-feed__item:hover.blog-post .heateorSssSharingRound i, .bi-feed__item:hover.podcast .heateorSssSharingRound i, .bi-feed__item:hover.other .heateorSssSharingRound i {
        background-color: transparent;
        color: #990033; }
    .bi-feed__item > a {
      display: block;
      padding-bottom: 1rem; }
    .bi-feed__item figure {
      padding: 0;
      margin: 0; }
    .bi-feed__item figcaption {
      padding: 1rem;
      font-style: normal;
      font-size: 1rem; }
      .bi-feed__item figcaption h2 {
        font-size: 1.2rem;
        font-family: "Playfair Display", serif;
        color: #990033;
        text-align: left; }
    .bi-feed__item .cta {
      border-top: 1px solid #D8D8D8;
      bottom: 0;
      color: #847867;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      font-family: "Playfair Display", serif;
      font-size: .9rem;
      font-weight: 300;
      height: 50px;
      left: 0;
      padding: 1rem;
      position: relative;
      text-align: left;
      width: 100%; }
      .bi-feed__item .cta a {
        color: #01252b;
        font-weight: 300; }
  .bi-feed__excerpt {
    font-style: italic;
    font-size: 1rem;
    text-align: left; }

.heateor_sss_sharing_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.heateor_sss_sharing_ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 !important;
  width: 40px !important;
  height: 40px !important; }
  .heateor_sss_sharing_ul li:first-child, .heateor_sss_sharing_ul li:nth-child(2), .heateor_sss_sharing_ul li:nth-child(3) {
    display: none; }
  .heateor_sss_sharing_ul .heateorSssSharing {
    margin: 0 !important; }

.heateorSssSharing, .heateorSssSharingButton {
  margin: 0;
  display: inline-block; }

.epic-hero {
  background-image: url(../assets/images/epic-hero.png);
  background-repeat: no-repeat;
  background-position: 0 -6rem;
  background-size: 100% 620px;
  height: auto;
  padding-top: 4.5rem;
  position: relative;
  margin-top: -1.5rem; }
  @media (max-width: 772px) {
    .epic-hero {
      background-image: url(../assets/images/epic-hero--mobile.png);
      background-position: 0 0;
      background-size: 100% 360px;
      padding-top: 1rem;
      z-index: 20; }
      .epic-hero .col-6 {
        width: 100%;
        float: none; } }
  @media (max-width: 440px) {
    .epic-hero {
      background-image: url(../assets/images/epic-hero--mobile.png);
      background-size: 100% 300px;
      z-index: 20; } }
  .epic-hero p {
    font-size: 1.125rem;
    margin-bottom: 1rem; }
  .epic-hero h1 {
    font-size: 4rem;
    text-transform: uppercase;
    margin-top: 1rem; }
    @media (max-width: 772px) {
      .epic-hero h1 {
        font-size: 4.5rem; } }
    @media (max-width: 440px) {
      .epic-hero h1 {
        font-size: 3rem; } }
    .epic-hero h1 img {
      display: block; }
  .epic-hero__heading {
    position: relative;
    padding-bottom: 10rem; }
    @media (max-width: 772px) {
      .epic-hero__heading {
        padding-bottom: 3rem; } }
    .epic-hero__heading img {
      margin-top: -6rem; }
      @media (max-width: 440px) {
        .epic-hero__heading img {
          margin-top: -4rem; } }
  .epic-hero__ball {
    background-image: url(../assets/images/big-ball.png);
    background-size: 100%;
    background-repeat: no-repeat;
    min-height: 572px;
    margin-top: 7rem;
    text-align: center;
    padding-top: 8rem;
    position: relative; }
    @media (max-width: 772px) {
      .epic-hero__ball {
        background-position: center;
        background-size: contain;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 11rem;
        padding-top: 0; } }
    @media (max-width: 440px) {
      .epic-hero__ball {
        margin-top: 2rem; } }
    .epic-hero__ball:before {
      display: block;
      content: "";
      background-image: url(../assets/images/bird.svg);
      background-repeat: no-repeat;
      height: 180px;
      margin: 0 auto;
      left: 0;
      right: 0;
      position: absolute;
      top: -9rem;
      width: 15rem; }
      @media (max-width: 440px) {
        .epic-hero__ball:before {
          background-size: 11rem;
          top: 3%;
          width: 12rem; } }
    .epic-hero__ball h2, .epic-hero__ball p {
      color: white; }
    .epic-hero__ball h2 {
      font-size: 3.125rem;
      margin-top: 0; }
      @media (max-width: 440px) {
        .epic-hero__ball h2 {
          font-size: 1.9rem;
          margin-bottom: 1rem; } }
    .epic-hero__ball p {
      font-size: 1.125rem;
      margin-bottom: 2rem; }
      @media (max-width: 440px) {
        .epic-hero__ball p {
          font-size: 1.05rem;
          margin-bottom: 1rem; } }
    .epic-hero__ball .main {
      max-width: 80%;
      margin: 0 auto; }
      @media (max-width: 772px) {
        .epic-hero__ball .main {
          max-width: 60%; } }
      @media (max-width: 440px) {
        .epic-hero__ball .main {
          max-width: 80%; } }
    .epic-hero__ball .cta {
      background: #FFFFFF;
      border: 1px solid #36727a;
      display: inline-block;
      font-family: "Antonio", serif;
      color: #27794D;
      font-size: 1rem;
      padding: .25rem 1.5rem;
      text-transform: uppercase; }

@media (max-width: 772px) {
  .epic-intro {
    padding-top: 1rem; } }

.epic-timeline {
  margin-bottom: 2rem;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 50rem;
  z-index: 1; }
  @media (max-width: 772px) {
    .epic-timeline {
      padding-bottom: 10rem;
      padding-top: 4rem; } }
  .epic-timeline:after {
    content: "";
    position: absolute;
    bottom: -4rem;
    background: url(../assets/images/flower-epic.png) no-repeat;
    height: 190px;
    width: 200px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10; }
  .epic-timeline:before {
    content: "";
    width: 4px;
    height: 100%;
    border-radius: 20px;
    margin: 0 auto;
    background: #36727a;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
    @media (max-width: 772px) {
      .epic-timeline:before {
        right: inherit;
        left: 2rem; } }
  .epic-timeline .flower-1 {
    position: absolute;
    right: 0;
    top: 14%;
    width: auto;
    margin-right: -25%; }
    @media (max-width: 772px) {
      .epic-timeline .flower-1 {
        margin: 0 auto;
        width: 330px;
        right: -6%;
        top: 12%; } }
  .epic-timeline .flower-2 {
    position: absolute;
    left: 0;
    top: 28%;
    width: auto;
    margin-left: -25%; }
    @media (max-width: 772px) {
      .epic-timeline .flower-2 {
        margin: 0 auto;
        width: 330px;
        left: 10%;
        top: 28%; } }
  .epic-timeline .flower-3 {
    position: absolute;
    right: 0;
    top: 33%;
    width: auto;
    margin-right: -25%; }
    @media (max-width: 772px) {
      .epic-timeline .flower-3 {
        margin: 0 auto;
        width: 330px;
        right: -6%;
        top: 58%; } }
  .epic-timeline .flower-4 {
    position: absolute;
    left: 0;
    top: 60%;
    width: auto;
    margin-left: -25%; }
    @media (max-width: 772px) {
      .epic-timeline .flower-4 {
        margin: 0 auto;
        width: 330px;
        left: 10%;
        top: 82%; } }
  .epic-timeline .flower-5 {
    position: absolute;
    right: 0;
    top: 53%;
    width: auto;
    margin-right: -25%; }
    @media (max-width: 772px) {
      .epic-timeline .flower-5 {
        display: none; } }
  .epic-timeline .flower-last {
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
    margin-left: -25%; }
    @media (max-width: 772px) {
      .epic-timeline .flower-last {
        display: none; } }
  .epic-timeline .timeline {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 2.6rem;
    min-height: 16rem; }
    @media (max-width: 772px) {
      .epic-timeline .timeline {
        display: block;
        padding-left: 3.5rem;
        min-height: 0; } }
    .epic-timeline .timeline:nth-of-type(2):before {
      background: url(../assets/images/orange-dot2.png) no-repeat;
      content: ""; }
    .epic-timeline .timeline:nth-of-type(3):before {
      background: url(../assets/images/orange-dot3.png) no-repeat;
      content: ""; }
    .epic-timeline .timeline:nth-of-type(4):before {
      background: url(../assets/images/orange-dot4.png) no-repeat;
      content: ""; }
    .epic-timeline .timeline:nth-of-type(5):before {
      background: url(../assets/images/orange-dot5.png) no-repeat;
      content: ""; }
    .epic-timeline .timeline:nth-of-type(6):before {
      background: url(../assets/images/orange-dot6.png) no-repeat;
      content: ""; }
    .epic-timeline .timeline:nth-of-type(even) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .epic-timeline .timeline:nth-of-type(even) .timeline__content {
        padding-right: 3rem;
        padding-left: 0;
        max-width: 26.8rem; }
        @media (max-width: 772px) {
          .epic-timeline .timeline:nth-of-type(even) .timeline__content {
            max-width: 100%;
            padding-right: 0;
            background: rgba(255, 255, 255, 0.9);
            padding: .75rem; } }
    .epic-timeline .timeline:before {
      background: url(../assets/images/orange-dot1.png) no-repeat;
      content: "";
      height: 6rem;
      left: 50%;
      position: absolute;
      top: 0;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      width: 6rem;
      z-index: 1; }
      @media (max-width: 772px) {
        .epic-timeline .timeline:before {
          left: 3.5rem;
          background-size: 3.25rem !important;
          top: .5rem; } }
    .epic-timeline .timeline h3 {
      color: #36727a;
      font-family: "Playfair Display", serif;
      font-size: 1.875rem;
      margin-top: 0; }
    .epic-timeline .timeline__content {
      max-width: 430px;
      padding-left: 4rem; }
      @media (max-width: 772px) {
        .epic-timeline .timeline__content {
          max-width: 100%;
          padding-left: 0;
          background: rgba(255, 255, 255, 0.9);
          padding: .75rem .75rem .75rem 1rem;
          margin-left: 1rem; } }
