@charset "UTF-8";

/*
  Fonts SCSS
*/

@font-face {
  font-family: "Playfair Regular";
  src: url("/fonts/Playfair/PlayfairDisplay-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Playfair Bold";
  src: url("/fonts/Playfair/PlayfairDisplay-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Playfair Italic";
  src: url("/fonts/Playfair/PlayfairDisplay-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "Raleway Regular";
  src: url("/fonts/Raleway/Raleway-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Raleway Extralight";
  src: url("/fonts/Raleway/Raleway-ExtraLight.ttf") format("truetype");
}

@font-face {
  font-family: "Raleway Bold";
  src: url("/fonts/Raleway/Raleway-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Raleway Extrabold";
  src: url("/fonts/Raleway/Raleway-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Avenir";
  src: url("/fonts/Avenir/AvenirLTStd-Book.otf");
}

/**
    Clear children
**/

/**
    Center element with transforms
**/

/**
    Media Queries
**/

/*
  Page Mixins
*/

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

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

audio,
canvas,
video,
picture {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

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

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

h2 {
  font-size: 1.5em;
  margin: .83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: .83em;
  margin: 1.67em 0;
}

h6 {
  font-size: .67em;
  margin: 2.33em 0;
}

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

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

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

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

p,
pre {
  margin: 1em 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  _font-family: 'courier new',monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

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

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

dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu,
ol,
ul {
  padding: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

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

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

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

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

video {
  display: block;
}

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

.mobile-only {
  display: initial !important;
}

.mobile-only.block {
  display: block !important;
}

.non-mobile {
  display: none !important;
}

.non-mobile.block {
  display: none !important;
}

.hidden {
  position: absolute;
  left: -100000%;
  height: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden;
}

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

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

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.block {
  display: block !important;
}

.divider {
  margin: 0 15em;
  border-top: 1px solid #eee;
}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

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

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler 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;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
  min-width: 600px;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  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);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.12 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/

/* handling phones and small screens */

/* hide non featherlight items when printing */

/**
    GALLERY
**/

/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.7.12 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/

/* Always display arrows on touch devices */

/* handling phones and small screens */

@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: auto;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

* {
  max-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  height: auto !important;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  -webkit-font-feature-settings: 'lnum' 1;
     -moz-font-feature-settings: 'lnum' 1;
          font-feature-settings: 'lnum' 1;
}

body.loading * {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.wrapper,
.single-column {
  position: relative;
  width: 1300px;
  max-width: 90%;
  margin: 0 auto;
}

.wrapper > .wrapper,
.single-column > .wrapper,
.wrapper > .single-column,
.single-column > .single-column {
  width: 100%;
  max-width: 100%;
}

.wrapper.small,
.small.single-column {
  width: 1030px;
}

.wrapper.large,
.large.single-column {
  width: 1440px;
}

.add-margin {
  margin-bottom: 60px;
}

[v-cloak] {
  opacity: 0;
}

.featherlight-container {
  display: none;
}

.featherlight-content {
  min-width: 500px;
}

.subscribe.mobile-btn {
  position: fixed;
  bottom: 1em;
  left: 1em;
}

body.no-scroll {
  max-height: calc(100vh + 150px);
  height: calc(100vh + 150px) !important;
}

body.no-scroll.sub {
  overflow: hidden;
}

[class*="icon-"] {
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
}

[class*="icon-"]:before {
  display: none !important;
}

[class*="icon-"] img {
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}

[class*="focal-"] [class*="icon-"]:before {
  display: inline-block !important;
}

.icon-error,
.icon-success {
  width: 20px;
  height: 20px;
}

.icon-close {
  width: 1em;
  height: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0 0 1em 0;
  margin: 0;
}

h1 {
  font-size: 75px !important;
}

h1,
h1 p {
  font-family: Playfair Regular, serif !important;
}

h1 p {
  font-size: 1em !important;
}

h2,
h2 p {
  font-family: Raleway Extrabold, serif !important;
  font-size: 40px !important;
  line-height: 48px;
  font-weight: lighter !important;
}

h3,
h3 p {
  font-family: Raleway Extralight, serif !important;
  font-size: 36px !important;
  line-height: 48px;
  font-weight: lighter !important;
}

h4,
h4 p {
  font-family: Raleway Bold, serif !important;
  font-size: 24px !important;
  line-height: 36px;
}

h5,
h5 p {
  font-family: Playfair Bold, serif !important;
  font-size: 16px !important;
  line-height: 24px;
}

h6,
h6 p {
  font-family: Raleway Regular, serif !important;
  font-size: 10px !important;
  line-height: 16px;
}

a {
  color: #ABB4B3;
  text-decoration: none;
  font-weight: lighter;
  -webkit-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}

a:hover {
  color: #D1A749;
}

p,
.podcast-date {
  font-family: Raleway Regular, serif !important;
  font-size: 20px !important;
  line-height: 1.5;
}

p.large,
.podcast-date.large {
  font-size: 20px !important;
  line-height: 28px;
}

p small,
p.small,
.podcast-date small,
.podcast-date.small {
  font-size: 14px !important;
  line-height: 20px;
}

p.error,
.podcast-date.error {
  color: #CC484A;
}

blockquote {
  padding: 0;
  margin: 0;
  font-family: Playfair Italic, serif !important;
  font-size: 32px !important;
  line-height: 48px;
}

#page-content ul {
  margin: 0;
}

#page-content ul li {
  margin-bottom: 0.5em;
}

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

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

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

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

.form-builder {
  padding: 2em 0 0 0;
}

fieldset {
  padding: 0.95em 1.025em 1.15em !important;
}

.form-builder-form label,
.form-builder-form legend,
.form-builder-form p {
  color: #788586;
}

.form-builder-form .form-builder-sections {
  width: 100%;
}

.form-builder-success {
  text-align: center;
  margin-top: 4em;
}

.form-builder-success h1 {
  padding-bottom: 0.3em;
}

/**
    Flexbox based grid
**/

.grid {
  /**
        Modifiers
    **/
  /**
        Columns
    **/
  /**
        Breakpoint Modifiers
    **/
}

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

.grid.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.grid.align-center [class*="col-"] {
  margin-right: 0;
}

.grid.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.grid.align-left [class*="col-"] {
  margin-right: 0;
}

.grid.align-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.grid.align-right [class*="col-"] {
  margin-right: 0;
}

.grid.no-wrap {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.grid.no-padding [class*="col-"] {
  padding: 0;
}

.grid [class*="col-"] {
  position: relative;
  margin-right: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.grid [class*="col-"].no-rpadding {
  padding-right: 0;
}

.grid [class*="col-"].no-lpadding {
  padding-left: 0;
}

.grid .col-1 {
  width: 8.3%;
  max-width: 8.3%;
  -webkit-flex-basis: 8.3%;
      -ms-flex-preferred-size: 8.3%;
          flex-basis: 8.3%;
  padding: 0 1em;
}

.grid .col-2 {
  width: 16.6%;
  max-width: 16.6%;
  -webkit-flex-basis: 16.6%;
      -ms-flex-preferred-size: 16.6%;
          flex-basis: 16.6%;
  padding: 0 1em;
}

.grid .col-3 {
  width: 25%;
  max-width: 25%;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  padding: 0 1em;
}

.grid .col-4 {
  width: 33.3%;
  max-width: 33.3%;
  -webkit-flex-basis: 33.3%;
      -ms-flex-preferred-size: 33.3%;
          flex-basis: 33.3%;
  padding: 0 1em;
}

.grid .col-5 {
  width: 41.6%;
  max-width: 41.6%;
  -webkit-flex-basis: 41.6%;
      -ms-flex-preferred-size: 41.6%;
          flex-basis: 41.6%;
  padding: 0 1em;
}

.grid .col-6 {
  width: 50%;
  max-width: 50%;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  padding: 0 1em;
}

.grid .col-7 {
  width: 58.3%;
  max-width: 58.3%;
  -webkit-flex-basis: 58.3%;
      -ms-flex-preferred-size: 58.3%;
          flex-basis: 58.3%;
  padding: 0 1em;
}

.grid .col-8 {
  width: 66.6%;
  max-width: 66.6%;
  -webkit-flex-basis: 66.6%;
      -ms-flex-preferred-size: 66.6%;
          flex-basis: 66.6%;
  padding: 0 1em;
}

.grid .col-9 {
  width: 75%;
  max-width: 75%;
  -webkit-flex-basis: 75%;
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
  padding: 0 1em;
}

.grid .col-10 {
  width: 83.3%;
  max-width: 83.3%;
  -webkit-flex-basis: 83.3%;
      -ms-flex-preferred-size: 83.3%;
          flex-basis: 83.3%;
  padding: 0 1em;
}

.grid .col-11 {
  width: 91.6%;
  max-width: 91.6%;
  -webkit-flex-basis: 91.6%;
      -ms-flex-preferred-size: 91.6%;
          flex-basis: 91.6%;
  padding: 0 1em;
}

.grid .col-12 {
  width: 100%;
  max-width: 100%;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  padding: 0 1em;
}

.grid.no-breakpoint,
.grid.no-breakpoint .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

#hamburger {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 26px;
  width: 36px;
  padding: 4px;
  z-index: 600;
  top: -4px;
  cursor: pointer;
}

#hamburger div {
  background: #979797;
  height: 1px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#hamburger div:first-of-type {
  margin-top: 1.5px;
}

#hamburger div + div {
  margin-top: 8px;
}

#hamburger.open #top-bun {
  opacity: 0 !important;
}

#hamburger.open #meat {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

#hamburger.open #bottom-bun {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -4px;
}

/*
    Button SCSS
*/

.button,
.footer-content-container a.btn,
a.btn,
button.btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.2em 1.8em;
  color: white;
  background-color: #B79D4E;
  font-family: Raleway Extrabold, serif;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
}

.button:hover,
.footer-content-container a.btn:hover,
a.btn:hover,
button.btn:hover {
  color: white;
  background-color: #D1A749;
}

.button.secondary,
.footer-content-container a.btn.secondary,
a.btn.secondary,
button.btn.secondary {
  background-color: #586364;
}

.button.secondary:hover,
.footer-content-container a.btn.secondary:hover,
a.btn.secondary:hover,
button.btn.secondary:hover {
  background-color: #9B9B9B;
}

.button.gold,
.footer-content-container a.btn.gold,
a.btn.gold,
button.btn.gold {
  background-color: #B79D4E;
}

.button.white,
.footer-content-container a.btn.white,
a.btn.white,
button.btn.white {
  background-color: #fff;
  color: #000;
}

.button.black,
.footer-content-container a.btn.black,
a.btn.black,
button.btn.black {
  background-color: #000;
}

.button.red,
.footer-content-container a.btn.red,
a.btn.red,
button.btn.red {
  background-color: #861627;
}

.button.red:hover,
.footer-content-container a.btn.red:hover,
a.btn.red:hover,
button.btn.red:hover {
  background-color: #860F12;
}

.button.mt,
.footer-content-container a.btn.mt,
a.btn.mt,
button.btn.mt {
  margin-top: 2em;
}

form.custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

form.custom .form-control {
  width: 100%;
}

form.custom .form-control:not(:last-child) {
  margin-bottom: 2em;
}

form.custom .form-control.form-group label:first-child {
  display: block;
  margin-bottom: 0.8em;
}

form.custom input[type="text"],
form.custom input[type="tel"],
form.custom input[type="date"],
form.custom input[type="password"],
form.custom input[type="email"],
form.custom textarea,
form.custom select {
  padding: 0.9em 0.8em;
  width: 100%;
  border: 1px solid #ABB4B3;
  border-radius: 0;
  font-family: Raleway Regular, serif !important;
  font-size: 14px             !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}

form.custom input[type="text"]::-webkit-input-placeholder,
form.custom input[type="tel"]::-webkit-input-placeholder,
form.custom input[type="date"]::-webkit-input-placeholder,
form.custom input[type="password"]::-webkit-input-placeholder,
form.custom input[type="email"]::-webkit-input-placeholder,
form.custom textarea::-webkit-input-placeholder,
form.custom select::-webkit-input-placeholder {
  color: #788586;
  font-family: Raleway Regular, serif !important;
  font-size: 14px             !important;
  -webkit-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}

form.custom input[type="text"]:-moz-placeholder,
form.custom input[type="tel"]:-moz-placeholder,
form.custom input[type="date"]:-moz-placeholder,
form.custom input[type="password"]:-moz-placeholder,
form.custom input[type="email"]:-moz-placeholder,
form.custom textarea:-moz-placeholder,
form.custom select:-moz-placeholder {
  color: #788586;
  font-family: Raleway Regular, serif !important;
  font-size: 14px             !important;
  -webkit-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}

form.custom input[type="text"]::-moz-placeholder,
form.custom input[type="tel"]::-moz-placeholder,
form.custom input[type="date"]::-moz-placeholder,
form.custom input[type="password"]::-moz-placeholder,
form.custom input[type="email"]::-moz-placeholder,
form.custom textarea::-moz-placeholder,
form.custom select::-moz-placeholder {
  color: #788586;
  font-family: Raleway Regular, serif !important;
  font-size: 14px             !important;
  -webkit-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}

form.custom input[type="text"]:-ms-input-placeholder,
form.custom input[type="tel"]:-ms-input-placeholder,
form.custom input[type="date"]:-ms-input-placeholder,
form.custom input[type="password"]:-ms-input-placeholder,
form.custom input[type="email"]:-ms-input-placeholder,
form.custom textarea:-ms-input-placeholder,
form.custom select:-ms-input-placeholder {
  color: #788586;
  font-family: Raleway Regular, serif !important;
  font-size: 14px             !important;
  -webkit-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}

form.custom input[type="text"]:focus,
form.custom input[type="text"]:hover,
form.custom input[type="text"]:active,
form.custom input[type="tel"]:focus,
form.custom input[type="tel"]:hover,
form.custom input[type="tel"]:active,
form.custom input[type="date"]:focus,
form.custom input[type="date"]:hover,
form.custom input[type="date"]:active,
form.custom input[type="password"]:focus,
form.custom input[type="password"]:hover,
form.custom input[type="password"]:active,
form.custom input[type="email"]:focus,
form.custom input[type="email"]:hover,
form.custom input[type="email"]:active,
form.custom textarea:focus,
form.custom textarea:hover,
form.custom textarea:active,
form.custom select:focus,
form.custom select:hover,
form.custom select:active {
  color: #0A3039;
}

form.custom input[type="text"]:focus::-webkit-input-placeholder,
form.custom input[type="text"]:hover::-webkit-input-placeholder,
form.custom input[type="text"]:active::-webkit-input-placeholder,
form.custom input[type="tel"]:focus::-webkit-input-placeholder,
form.custom input[type="tel"]:hover::-webkit-input-placeholder,
form.custom input[type="tel"]:active::-webkit-input-placeholder,
form.custom input[type="date"]:focus::-webkit-input-placeholder,
form.custom input[type="date"]:hover::-webkit-input-placeholder,
form.custom input[type="date"]:active::-webkit-input-placeholder,
form.custom input[type="password"]:focus::-webkit-input-placeholder,
form.custom input[type="password"]:hover::-webkit-input-placeholder,
form.custom input[type="password"]:active::-webkit-input-placeholder,
form.custom input[type="email"]:focus::-webkit-input-placeholder,
form.custom input[type="email"]:hover::-webkit-input-placeholder,
form.custom input[type="email"]:active::-webkit-input-placeholder,
form.custom textarea:focus::-webkit-input-placeholder,
form.custom textarea:hover::-webkit-input-placeholder,
form.custom textarea:active::-webkit-input-placeholder,
form.custom select:focus::-webkit-input-placeholder,
form.custom select:hover::-webkit-input-placeholder,
form.custom select:active::-webkit-input-placeholder {
  color: #0A3039;
}

form.custom input[type="text"]:focus:-moz-placeholder,
form.custom input[type="text"]:hover:-moz-placeholder,
form.custom input[type="text"]:active:-moz-placeholder,
form.custom input[type="tel"]:focus:-moz-placeholder,
form.custom input[type="tel"]:hover:-moz-placeholder,
form.custom input[type="tel"]:active:-moz-placeholder,
form.custom input[type="date"]:focus:-moz-placeholder,
form.custom input[type="date"]:hover:-moz-placeholder,
form.custom input[type="date"]:active:-moz-placeholder,
form.custom input[type="password"]:focus:-moz-placeholder,
form.custom input[type="password"]:hover:-moz-placeholder,
form.custom input[type="password"]:active:-moz-placeholder,
form.custom input[type="email"]:focus:-moz-placeholder,
form.custom input[type="email"]:hover:-moz-placeholder,
form.custom input[type="email"]:active:-moz-placeholder,
form.custom textarea:focus:-moz-placeholder,
form.custom textarea:hover:-moz-placeholder,
form.custom textarea:active:-moz-placeholder,
form.custom select:focus:-moz-placeholder,
form.custom select:hover:-moz-placeholder,
form.custom select:active:-moz-placeholder {
  color: #0A3039;
}

form.custom input[type="text"]:focus::-moz-placeholder,
form.custom input[type="text"]:hover::-moz-placeholder,
form.custom input[type="text"]:active::-moz-placeholder,
form.custom input[type="tel"]:focus::-moz-placeholder,
form.custom input[type="tel"]:hover::-moz-placeholder,
form.custom input[type="tel"]:active::-moz-placeholder,
form.custom input[type="date"]:focus::-moz-placeholder,
form.custom input[type="date"]:hover::-moz-placeholder,
form.custom input[type="date"]:active::-moz-placeholder,
form.custom input[type="password"]:focus::-moz-placeholder,
form.custom input[type="password"]:hover::-moz-placeholder,
form.custom input[type="password"]:active::-moz-placeholder,
form.custom input[type="email"]:focus::-moz-placeholder,
form.custom input[type="email"]:hover::-moz-placeholder,
form.custom input[type="email"]:active::-moz-placeholder,
form.custom textarea:focus::-moz-placeholder,
form.custom textarea:hover::-moz-placeholder,
form.custom textarea:active::-moz-placeholder,
form.custom select:focus::-moz-placeholder,
form.custom select:hover::-moz-placeholder,
form.custom select:active::-moz-placeholder {
  color: #0A3039;
}

form.custom input[type="text"]:focus:-ms-input-placeholder,
form.custom input[type="text"]:hover:-ms-input-placeholder,
form.custom input[type="text"]:active:-ms-input-placeholder,
form.custom input[type="tel"]:focus:-ms-input-placeholder,
form.custom input[type="tel"]:hover:-ms-input-placeholder,
form.custom input[type="tel"]:active:-ms-input-placeholder,
form.custom input[type="date"]:focus:-ms-input-placeholder,
form.custom input[type="date"]:hover:-ms-input-placeholder,
form.custom input[type="date"]:active:-ms-input-placeholder,
form.custom input[type="password"]:focus:-ms-input-placeholder,
form.custom input[type="password"]:hover:-ms-input-placeholder,
form.custom input[type="password"]:active:-ms-input-placeholder,
form.custom input[type="email"]:focus:-ms-input-placeholder,
form.custom input[type="email"]:hover:-ms-input-placeholder,
form.custom input[type="email"]:active:-ms-input-placeholder,
form.custom textarea:focus:-ms-input-placeholder,
form.custom textarea:hover:-ms-input-placeholder,
form.custom textarea:active:-ms-input-placeholder,
form.custom select:focus:-ms-input-placeholder,
form.custom select:hover:-ms-input-placeholder,
form.custom select:active:-ms-input-placeholder {
  color: #0A3039;
}

form.custom input[type="text"].error,
form.custom input[type="tel"].error,
form.custom input[type="date"].error,
form.custom input[type="password"].error,
form.custom input[type="email"].error,
form.custom textarea.error,
form.custom select.error {
  border: 1px solid #CC484A;
}

form.custom textarea {
  min-height: 150px;
}

form.custom [disabled] {
  background: #d9dada;
  color: #97b8c5;
}

form.custom label {
  font-family: Raleway Regular, serif !important;
  font-size: 14px             !important;
  color: #788586;
}

form.custom label.error {
  color: #CC484A;
}

form.custom [type="submit"] {
  text-align: center;
  vertical-align: middle;
}

.styled-checkbox,
.styled-radio {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 1em;
}

.styled-checkbox > input,
.styled-radio > input {
  display: none;
}

.styled-checkbox > input + label:hover:before,
.styled-checkbox > input:checked + label:before,
.styled-radio > input + label:hover:before,
.styled-radio > input:checked + label:before {
  background: url(/svg/form/check.svg) no-repeat;
  background-position: center;
  background-size: 75%;
  background-color: #4A4A4A;
}

.styled-checkbox > label,
.styled-radio > label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.styled-checkbox > label:before,
.styled-radio > label:before {
  content: '';
  position: relative;
  margin-right: 0.5em;
  width: 1.15em;
  height: 1.15em;
  background-color: white;
  border: 1px solid #ABB4B3;
  -webkit-transition: background-color 200ms ease-in-out, color 200ms ease-in-out, border 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
  transition: background-color 200ms ease-in-out, color 200ms ease-in-out, border 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out, color 200ms ease-in-out, border 200ms ease-in-out, box-shadow 200ms ease-in-out;
  transition: background-color 200ms ease-in-out, color 200ms ease-in-out, border 200ms ease-in-out, box-shadow 200ms ease-in-out;
  transition: background-color 200ms ease-in-out, color 200ms ease-in-out, border 200ms ease-in-out, box-shadow 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out;
}

.styled-radio > input + label:hover:before,
.styled-radio > input:checked + label:before {
  background-color: white;
  border: 1px solid #4A4A4A;
  -webkit-box-shadow: inset 0 0 0 4px #4A4A4A;
          box-shadow: inset 0 0 0 4px #4A4A4A;
}

.styled-radio > label:before {
  border-radius: 100%;
}

/**
 Custom Select
**/

.styled-select {
  position: relative;
  background: white;
  border: 1px solid #CCD0D2;
}

.styled-select:after {
  content: '';
  position: absolute;
  top: 40%;
  right: 0;
  background: url(/svg/form/select-arrow.svg) no-repeat;
  background-size: auto;
  width: 20px;
  height: 100%;
}

.styled-select select {
  padding: 0.9em 0.8em;
  width: 100%;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-response {
  display: table;
  position: fixed;
  z-index: 10000;
  top: 5em;
  width: 550px;
  max-width: 85%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: dropdown 0.5s 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: dropdown 0.5s 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  font-weight: bold;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.form-response,
.form-response * {
  color: white !important;
}

@-webkit-keyframes dropdown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -3em);
            transform: translate(-50%, -3em);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate(-50%, 20px);
            transform: translate(-50%, 20px);
  }

  75% {
    -webkit-transform: translate(-50%, -5px);
            transform: translate(-50%, -5px);
  }

  90% {
    -webkit-transform: translate(-50%, 2.5px);
            transform: translate(-50%, 2.5px);
  }

  to {
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
  }
}

@keyframes dropdown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -3em);
            transform: translate(-50%, -3em);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate(-50%, 20px);
            transform: translate(-50%, 20px);
  }

  75% {
    -webkit-transform: translate(-50%, -5px);
            transform: translate(-50%, -5px);
  }

  90% {
    -webkit-transform: translate(-50%, 2.5px);
            transform: translate(-50%, 2.5px);
  }

  to {
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
  }
}

.form-response .response-icon {
  position: relative;
  width: 60px;
  left: 0;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.25);
}

.form-response .response-content {
  display: table-cell;
  vertical-align: middle;
  padding: 1em;
}

.form-response p,
.form-response div.header {
  font-size: 1.15em;
  color: white;
}

.form-response div.header {
  padding: 1em 0;
}

.form-response p {
  margin: 1em 0 !important;
  line-height: 1.25 !important;
  font-size: 1em;
}

.form-response b {
  font-size: 1.15em;
  display: block;
  margin-bottom: 0.5em;
}

.form-response a {
  color: #fff;
  text-decoration: underline;
}

.form-response .ui.message:first-child {
  background: transparent;
  margin: 0;
  padding: 0;
}

.form-response.success {
  background: #2ECC40;
}

.form-response.error {
  background: #de4646;
}

.ui.message > .close.icon {
  display: none;
}

.close-message {
  width: 1em;
  height: 1em;
  display: inline-block;
  position: absolute;
  top: 1em;
  right: 1em;
  background: url(/svg/close.svg) 50% 50% no-repeat transparent;
  background-size: contain;
  cursor: pointer;
}

[type="submit"] {
  position: relative;
}

.form-spinner {
  height: 1.5em;
  width: 1.5em;
  background: url(/img/loader-white.gif) center center no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: -10000%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 0 0 4px;
}

.form-spinner.show {
  left: 50%;
}

button .form-spinner {
  margin: 0;
}

.submit-label.hide {
  display: none;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 2em 0 !important;
  width: 100%;
}

.pagination .paginator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.pagination .paginator li {
  padding: 0.5em;
  margin-bottom: 0 !important;
}

.pagination .paginator li:not(:last-child) {
  margin-right: 0.6em;
}

.pagination .paginator li,
.pagination .paginator li a,
.pagination .paginator li a span,
.pagination .paginator li span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #788586;
  font-family: Raleway Regular, serif !important;
  font-size: 18px !important;
}

.pagination .paginator li:hover,
.pagination .paginator li a:hover,
.pagination .paginator li a span:hover,
.pagination .paginator li span:hover {
  color: #B79D4E;
}

.pagination .paginator li:hover g,
.pagination .paginator li a:hover g,
.pagination .paginator li a span:hover g,
.pagination .paginator li span:hover g {
  stroke: #B79D4E;
}

.pagination .paginator li.active,
.pagination .paginator li.active a {
  color: #B79D4E;
}

.pagination .paginator li.disabled a {
  color: white;
}

.pagination .paginator li.disabled a:hover {
  cursor: default;
}

.pagination .paginator li.disabled g {
  stroke: #dbbb72;
}

.pagination .paginator li.next {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

/*
  Tab Nav SCSS
*/

.tab-nav {
  position: relative;
  top: 0;
  left: 0;
  background: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
}

.tab-nav .sub-nav {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  -webkit-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
  text-align: center;
  background: #B79D4E;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 2em 1em 2em;
  z-index: 1;
}

.tab-nav .sub-nav .sub-nav-item {
  color: #fff;
  padding: 1em 0;
  margin: 0.2em 0;
  -webkit-transition: 0.7s ease-in-out transform;
  -o-transition: 0.7s ease-in-out transform;
  transition: 0.7s ease-in-out transform;
}

.tab-nav .sub-nav .sub-nav-item:hover {
  -webkit-transform: translateY(-0.3em);
      -ms-transform: translateY(-0.3em);
          transform: translateY(-0.3em);
}

.tab-nav .nav-item-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}

.tab-nav .hamburger {
  margin-right: 1em;
}

.tab-nav .hamburger.open .top-bun {
  display: none;
}

.tab-nav .hamburger.open .meat {
  -webkit-transform: rotate(48deg) translateY(6px);
      -ms-transform: rotate(48deg) translateY(6px);
          transform: rotate(48deg) translateY(6px);
}

.tab-nav .hamburger.open .bottom-bun {
  -webkit-transform: rotate(-49deg) translateY(-7px);
      -ms-transform: rotate(-49deg) translateY(-7px);
          transform: rotate(-49deg) translateY(-7px);
}

.tab-nav .nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1.3em;
  margin: 0;
  color: #fff;
  font: 18px Playfair Regular, serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
  cursor: pointer;
}

.tab-nav .nav-item:nth-child(3) {
  border-right: none !important;
}

.tab-nav .nav-item:hover > .sub-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.tab-nav .nav-item:hover,
.tab-nav .nav-item.active {
  color: white;
  background-color: #B79D4E;
}

.tab-nav .nav-item.logo {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border-right: none !important;
  padding-right: 2em;
  padding-left: 2em;
}

.tab-nav .nav-item.logo:hover {
  background: #000;
}

.tab-nav .mobile-socials-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tab-nav .mobile-socials-container .footer-content {
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.tab-nav .mobile-socials-container .nav-item.title {
  margin-bottom: 0.3em;
}

/*
  Footer SCSS
*/

.site-nav-container {
  margin-top: 60px;
}

.site-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em;
  width: 100vw;
  height: 60px;
  background-color: black;
  z-index: 110;
}

.site-nav span.nav-item {
  margin-right: 1em;
  color: white;
  font-family: Raleway Regular, serif;
}

.site-nav section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-nav .footer-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-basis: 33.3%;
      -ms-flex-preferred-size: 33.3%;
          flex-basis: 33.3%;
}

.site-nav .footer-content.align-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.site-nav .footer-content.align-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.site-nav .footer-content.align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.site-nav .logo img {
  width: 55px;
  height: 15px;
}

.site-nav .nav a {
  color: #ABB4B3;
  font-family: 'Raleway Regular', sans-serif;
  font-size: 14px;
  -webkit-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}

.site-nav .nav a.active {
  color: #D1A749 !important;
  font-weight: bold !important;
}

.site-nav .nav a:not(:last-child) {
  margin-right: 1em;
}

.site-nav .nav a:hover {
  color: #D1A749;
}

.site-nav .social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-nav .social a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-nav .social a:not(:last-child) {
  margin-right: 1em;
}

.site-nav .social a svg {
  width: 15px;
  height: 15px;
}

.site-nav .social a svg path {
  -webkit-transition: fill 200ms ease-in-out;
  -o-transition: fill 200ms ease-in-out;
  transition: fill 200ms ease-in-out;
}

.site-nav .social a:hover svg path {
  fill: #D1A749;
}

.site-nav .social a.powered-by {
  color: #ABB4B3 !important;
  font-family: 'Raleway Regular', sans-serif;
  font-size: 0.8em;
}

.site-nav .social a.powered-by:hover {
  color: #D1A749 !important;
}

.site-nav.homepage-footer .nav nav {
  display: none;
}

.site-nav.homepage-footer .nav nav.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav {
  position: fixed;
  top: 0;
  right: -125%;
  bottom: 0;
  width: 100vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: calc(100% - 60px);
  background-color: white;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  -o-transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  z-index: 10000;
}

.mobile-nav .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-nav .nav > nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.mobile-nav .nav > nav.active h3,
.mobile-nav .nav > nav.active a {
  display: block !important;
}

.mobile-nav .nav > nav.in-active a {
  display: none !important;
}

.mobile-nav .nav > nav.hide {
  display: none !important;
}

.mobile-nav .nav > nav h3 {
  display: block !important;
  padding: 0;
  margin: 1em 0;
  font-family: Playfair Regular, serif !important;
  font-weight: lighter !important;
  text-transform: uppercase;
}

.mobile-nav .nav > nav a {
  display: none;
  color: #666;
}

.mobile-nav .nav > nav a:not(:last-child) {
  margin-bottom: 1em;
}

.mobile-nav .nav > nav a.active {
  color: #D1A749 !important;
  font-weight: bold !important;
}

.mobile-nav .social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-nav .social a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 1em 0.8em;
}

.mobile-nav .social a.powered-by {
  color: #ABB4B3 !important;
  font-family: 'Raleway Regular', sans-serif;
  font-size: 0.8em;
}

.mobile-nav .social a.powered-by:hover {
  color: #D1A749 !important;
}

.mobile-nav .social svg {
  width: 22px !important;
  height: 22px !important;
}

.mobile-nav.active {
  -webkit-transform: translateX(-125%);
      -ms-transform: translateX(-125%);
          transform: translateX(-125%);
}

/*
  Hero SCSS
*/

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 8em 0;
  background: white;
}

.hero .hero-header,
.hero .hero-text {
  width: 100%;
}

.hero .hero-header h1 {
  padding-bottom: 0;
  text-transform: uppercase;
  font-size: 75px !important;
}

.hero .hero-header h1,
.hero .hero-header p {
  margin: 0;
  padding: 0;
  color: #0A3039;
  font-weight: 100;
}

.hero .hero-header h1 {
  line-height: 1.2;
}

.hero .hero-header p {
  padding: 0 0 0.3em;
  font-size: 1em !important;
  line-height: unset !important;
}

.hero .hero-text,
.hero .hero-text p {
  color: #0A3039;
  font-family: Raleway Extralight, serif !important;
  font-size: 36px !important;
  line-height: 48px;
}

.hero-image,
.hero-image img {
  width: 100vw !important;
}

.hero-image img {
  height: auto !important;
}

.hero-image p {
  padding: 0;
  margin: 0;
  line-height: 0;
}

/*
  Three Column SCSS
*/

.three-column {
  padding: 4em 0 3.5em;
}

[class*="-column"] + [class*="-column"] {
  padding-top: 0;
}

/*
  Donation SCSS
*/

.donation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 4em 5em;
  background-color: #B79D4E;
}

.donation .donation-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.donation .donation-copy .donation-header {
  padding-bottom: 2em;
  width: 100%;
  text-align: center;
}

.donation .donation-copy .donation-footer {
  padding-top: 2em;
  width: 100%;
  text-align: center;
}

.donation .donation-copy .donation-footer,
.donation .donation-copy .donation-footer p {
  margin: 0;
  font-family: Playfair Regular, serif;
  font-size: 1rem !important;
}

/*
  Banner SCSS
*/

.banner {
  position: fixed;
  left: 0;
  bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  background-color: #788586;
}

.banner .copy {
  margin: 0;
  padding: 0.5em 0;
  color: #d3d3d3;
  font-family: Raleway Bold, serif;
  font-size: 13.5px !important;
}

.banner .copy a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.8em;
  color: #FFFFFF;
}

.banner .copy a span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner .copy a span img {
  margin-left: 0.5em;
  height: 16px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.subpage-header-container {
  position: relative;
}

.subpage-header-container .subpage-header {
  position: relative;
  height: 90vh;
  background-position: center;
  background-size: cover;
}

.subpage-header-container .subpage-header::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#861627), to(transparent));
  background: -o-linear-gradient(left, #861627, transparent);
  background: linear-gradient(to right, #861627, transparent);
}

.subpage-header-container .content-container {
  min-height: 100%;
  padding: 0 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.subpage-header-container .content-container .subpage-content {
  width: 35em;
  padding: 0 0 3em;
  position: absolute;
  bottom: 0;
}

.subpage-header-container .content-container .subpage-content p {
  margin-top: 1em;
  font: 800 1.5em/36px Avenir, serif !important;
  color: #fff;
}

.subpage-header-container .edit.button {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.hero-component {
  min-height: 100vh;
  width: 100%;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
}

.hero-component.hers {
  background-position: right !important;
}

.hero-component.half {
  min-height: 60vh;
}

.hero-component.half .hero-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 100%;
}

.hero-component .hero-content {
  position: relative;
  top: 45vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  padding: 0 15em;
}

.hero-component .hero-content.left-aligned {
  top: 30vh;
  padding: 0 60% 0 10%;
}

.hero-component .hero-content.right-aligned {
  top: 30vh;
  padding: 0 10% 0 60%;
}

.hero-component .hero-content h1 {
  text-transform: uppercase;
  padding-bottom: 0.25em;
}

.hero-component .hero-content a {
  margin-bottom: 1em;
}

.hero-component .update-image.button.edit {
  position: absolute;
  right: 1em;
  top: 1em;
}

.hero-component .image-uploader {
  position: absolute;
  right: -100%;
  top: 5em;
  -webkit-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  background: #B79D4E;
  border-radius: 5px;
  padding: 2em;
}

.hero-component .image-uploader.show {
  right: 1em;
}

.hero-component .image-uploader .close-btn {
  position: absolute;
  top: 0.5em;
  right: 1em;
  cursor: pointer;
}

.hero-component .image-uploader .close-btn:hover {
  color: #fff;
}

.subscribe-form-component {
  margin: 1.5em 0 5em 0;
}

.one-col-component,
.single-column {
  padding: 2em 0;
}

/*
  Home SCSS
*/

body.home.admin {
  overflow-x: hidden;
  overflow-y: auto;
}

.homepage.hero-image {
  height: 100vh;
  width: 100%;
  background: url("/images/homepage/his-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.homepage-slider {
  position: relative;
  height: 100vh;
  background: url("/images/homepage/his-bg.jpg") no-repeat;
  background-size: cover !important;
  background-position: 50% 15%;
  width: 100%;
  -webkit-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
}

.homepage-slider article {
  position: absolute;
  width: 100%;
  height: 100%;
}

.homepage-slider article.active .slider-content {
  z-index: 10;
}

.homepage-slider article.active header {
  opacity: 1;
}

.homepage-slider article.active p {
  opacity: 1;
}

.homepage-slider article.active .buttons {
  opacity: 1;
}

.homepage-slider article header {
  opacity: 0;
  margin: 0 0 3em;
}

.homepage-slider article header h1 {
  color: white;
  text-transform: uppercase;
  padding: 0;
}

.homepage-slider article p {
  opacity: 0;
  padding: 0 0 2em;
  color: white;
}

.homepage-slider article .buttons {
  opacity: 0;
}

.homepage-slider article .buttons a:not(:last-child) {
  margin-right: 2em;
}

.homepage-slider .slider-image {
  display: none;
}

.homepage-slider #his {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 15em;
}

.homepage-slider #his .slider-content {
  width: 375px;
  max-width: 90%;
}

.homepage-slider #his header,
.homepage-slider #his p,
.homepage-slider #his .buttons {
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: opacity 1000ms cubic-bezier(0.4, 0.25, 0.3, 1), -webkit-transform 800ms cubic-bezier(0.4, 0.25, 0.3, 1);
  transition: opacity 1000ms cubic-bezier(0.4, 0.25, 0.3, 1), -webkit-transform 800ms cubic-bezier(0.4, 0.25, 0.3, 1);
  -o-transition: transform 800ms cubic-bezier(0.4, 0.25, 0.3, 1), opacity 1000ms cubic-bezier(0.4, 0.25, 0.3, 1);
  transition: transform 800ms cubic-bezier(0.4, 0.25, 0.3, 1), opacity 1000ms cubic-bezier(0.4, 0.25, 0.3, 1);
  transition: transform 800ms cubic-bezier(0.4, 0.25, 0.3, 1), opacity 1000ms cubic-bezier(0.4, 0.25, 0.3, 1), -webkit-transform 800ms cubic-bezier(0.4, 0.25, 0.3, 1);
}

.homepage-slider #his.active header,
.homepage-slider #his.active p,
.homepage-slider #his.active .buttons {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.homepage-slider #hers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 15em;
}

.homepage-slider #hers .slider-content {
  width: 340px;
}

.homepage-slider #hers header,
.homepage-slider #hers p,
.homepage-slider #hers .buttons {
  -webkit-transform: translateX(50px);
      -ms-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: opacity 1000ms cubic-bezier(0.4, 0.25, 0.3, 1), -webkit-transform 800ms cubic-bezier(0.4, 0.25, 0.3, 1);
  transition: opacity 1000ms cubic-bezier(0.4, 0.25, 0.3, 1), -webkit-transform 800ms cubic-bezier(0.4, 0.25, 0.3, 1);
  -o-transition: transform 800ms cubic-bezier(0.4, 0.25, 0.3, 1), opacity 1000ms cubic-bezier(0.4, 0.25, 0.3, 1);
  transition: transform 800ms cubic-bezier(0.4, 0.25, 0.3, 1), opacity 1000ms cubic-bezier(0.4, 0.25, 0.3, 1);
  transition: transform 800ms cubic-bezier(0.4, 0.25, 0.3, 1), opacity 1000ms cubic-bezier(0.4, 0.25, 0.3, 1), -webkit-transform 800ms cubic-bezier(0.4, 0.25, 0.3, 1);
}

.homepage-slider #hers.active header,
.homepage-slider #hers.active p,
.homepage-slider #hers.active .buttons {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.homepage-slider #theirs {
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.homepage-slider #theirs .slider-content {
  padding: 0;
  margin: 0 0 8em;
  width: 900px;
  max-width: 90%;
  text-align: center;
}

.homepage-slider #theirs header,
.homepage-slider #theirs p,
.homepage-slider #theirs .buttons {
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: opacity 1000ms cubic-bezier(0.4, 0.25, 0.3, 1), -webkit-transform 800ms cubic-bezier(0.4, 0.25, 0.3, 1);
  transition: opacity 1000ms cubic-bezier(0.4, 0.25, 0.3, 1), -webkit-transform 800ms cubic-bezier(0.4, 0.25, 0.3, 1);
  -o-transition: transform 800ms cubic-bezier(0.4, 0.25, 0.3, 1), opacity 1000ms cubic-bezier(0.4, 0.25, 0.3, 1);
  transition: transform 800ms cubic-bezier(0.4, 0.25, 0.3, 1), opacity 1000ms cubic-bezier(0.4, 0.25, 0.3, 1);
  transition: transform 800ms cubic-bezier(0.4, 0.25, 0.3, 1), opacity 1000ms cubic-bezier(0.4, 0.25, 0.3, 1), -webkit-transform 800ms cubic-bezier(0.4, 0.25, 0.3, 1);
}

.homepage-slider #theirs.active header,
.homepage-slider #theirs.active p,
.homepage-slider #theirs.active .buttons {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.homepage-slider #controls {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100%;
  z-index: 1;
}

.homepage-slider #controls a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.homepage-slider #controls a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.5em;
}

.homepage-slider #controls a .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  width: 90px;
  max-width: 90px;
  color: white;
  font-family: Playfair Regular, serif !important;
  font-size: 24px !important;
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
  text-transform: uppercase;
  letter-spacing: 2.5px;
  z-index: 1;
}

.homepage-slider #controls a.next span {
  padding-left: 0;
  padding-right: 1.5em;
}

.homepage-slider #controls a.next span svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.homepage-slider #controls a.next .text {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*
  Speaking Engagement SCSS
*/

.speaking-engagement {
  padding: 6em 15em;
  padding-left: 0;
  padding-right: 0;
}

.speaking-engagement .speaking-copy {
  padding-bottom: 4em;
}

.speaking-engagement .speaking-copy p {
  font-family: Raleway Bold, serif !important;
  font-size: 24px !important;
  line-height: 36px;
}

.speaking-engagement .speaking-copy .speaking-image,
.speaking-engagement .speaking-copy .speaking-image p,
.speaking-engagement .speaking-copy .speaking-image img {
  padding: 0;
  margin: 0;
  width: 500px !important;
  height: 400px !important;
  max-width: 500px !important;
  max-height: 400px !important;
}

/*
  Articles SCSS
*/

.hero-blog .wrapper,
.hero-blog .single-column {
  width: 1300px;
}

.hero-blog .wrapper .hero-text,
.hero-blog .single-column .hero-text {
  margin-top: 1em;
}

.articles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 6em 15em;
  padding-left: 0;
  padding-right: 0;
}

.articles .blog-article {
  padding: 6em 0;
  border-bottom: 1px solid #ABB4B3;
}

.articles .blog-article:first-of-type {
  padding-top: 0;
}

.articles .blog-article h3 {
  padding: 0;
}

.articles .blog-article .article-content {
  margin: 1.5em 0;
}

.articles .blog-article p {
  font-size: 14px !important;
}

.articles .article-title h3 {
  margin: 0;
}

.no-articles {
  margin-top: 2em;
}

.post {
  padding: 6em 15em;
  padding-left: 0;
  padding-right: 0;
}

.post .post-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4em;
}

.post .post-image img {
  width: auto;
  height: auto;
}

.post iframe {
  width: 100%;
  height: 600px;
}

/*
  Books SCSS
*/

.books-list {
  padding-left: 0;
  padding-right: 0;
}

.books-list.component .book {
  padding: 2em 0;
}

.books-list .book {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.books-list .book:not(:last-child) {
  border-bottom: 1px solid #ABB4B3;
}

.books-list .book .book-image {
  width: 39%;
}

.books-list .book .book-image img {
  width: 100%;
  height: auto !important;
}

.books-list .book .book-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5em 2em;
  width: 60%;
}

.books-list .book .book-info div,
.books-list .book .book-info header {
  width: 100%;
}

.books-list .book .book-info div {
  padding: 1em 0;
}

.books-list .book .book-info div:last-child {
  padding-bottom: 0;
}

.books-list .book .book-info h5,
.books-list .book .book-info p {
  padding: 0;
  margin: 0;
}

/*
  Gallery SCSS
*/

.filter {
  padding: 1em 6em;
}

.filter .form-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter .form-control label {
  margin-right: 1em;
  font-family: Playfair Bold, serif;
  font-size: 16px;
  line-height: 21px;
}

.filter .form-control .styled-select {
  width: 200px;
}

.gallery .grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.gallery [class*="col-"] {
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  margin-bottom: -4px;
}

.gallery [class*="col-"].active {
  opacity: 1;
  height: auto;
}

.gallery [class*="col-"]:hover {
  cursor: pointer;
}

.gallery img {
  width: 100%;
}

/*
  Foundation SCSS
*/

.foundation-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6em 15em;
}

.foundation-list > article {
  width: 45%;
}

.foundation-list img {
  width: 100% !important;
  height: auto !important;
}

.foundation-list p {
  font-size: 14px !important;
}

.foundation-list .foundation-left {
  margin-right: 2em;
}

/*
  Error SCSS
*/

.error-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 10em;
  width: 100vw;
}

.error-page article {
  width: 50%;
  text-align: center;
}

.divided-hearts .content {
  padding: 5em 0 3em;
}

.divided-hearts .content .news-section .button.red {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.divided-hearts .content .news-articles-container {
  padding: 2.5em 0;
}

.divided-hearts .content .news-articles-container .article {
  padding: 1.2em 0 1.2em;
  border-bottom: 1px solid #D8D8D8;
  min-height: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.divided-hearts .content .news-articles-container .article .image-container {
  padding: 0 !important;
}

.divided-hearts .content .news-articles-container .article .image {
  position: relative;
  min-height: 6em;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.divided-hearts .content .news-articles-container .news-title {
  font: 700 1.5em/36px Raleway Bold, serif;
  color: #861627;
  padding: 0 0 1.2em;
  border-bottom: 1px solid #D8D8D8;
}

.divided-hearts .content .news-articles-container .article-title {
  font: 1em/24px Playfair Bold, serif;
  padding: 1.5em 0;
  color: #092F39;
}

.divided-hearts .content .main-content p cite {
  font: 1.2em/48px Playfair Italic, serif !important;
  color: #861627;
}

.divided-hearts .content .image-grid {
  padding: 1em 0 0;
}

.divided-hearts .content .image-grid .gallery-item {
  padding: 0;
}

.divided-hearts .content .image-grid p {
  padding: 0;
}

.footer-content-container {
  padding: 7em 3em;
  text-align: center;
  background: url(/images/theirs/footer-image.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.footer-content-container p,
.footer-content-container span {
  font-family: Raleway Extralight, serif;
  font-size: 1.7em;
  font-weight: 200;
  line-height: 48px;
}

.footer-content-container button.btn {
  color: #861627;
  background: #fff;
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.footer-content-container button.btn:hover {
  background: #861627;
  color: #fff;
}

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

  .mobile-only.block {
    display: none !important;
  }

  .non-mobile {
    display: initial !important;
  }

  .non-mobile.block {
    display: block !important;
  }

  body {
    font-size: 16px !important;
  }

  h1 {
    font-size: calc(75px + 17 * ((100vw - 769px) / 681)) !important;
  }

  .hero .hero-header h1 {
    font-size: calc(75px + 17 * ((100vw - 769px) / 1731)) !important;
  }

  .banner .copy {
    font-size: calc(13.5px + 2.5 * ((100vw - 769px) / 681)) !important;
  }
}

@media (min-width: 769px) {
  .wrapper,
  .single-column {
    max-width: 95%;
  }

  .grid,
  .grid .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }

  .grid.relaxed [class*="col-"] {
    padding-left: 2%;
    padding-right: 2%;
  }

  .grid.relaxed.super [class*="col-"] {
    padding-left: 4%;
    padding-right: 4%;
  }

  .grid.relaxed.semi [class*="col-"] {
    padding-left: 1%;
    padding-right: 1%;
  }

  .form-response .response-icon {
    padding: 20px 30px;
  }

  .form-response .response-content {
    padding: 20px 20px 20px 30px;
  }

  .form-response p {
    line-height: 1.5 !important;
  }

  .tab-nav .nav-item-container .nav-item:first-child {
    border-left: 1px solid #fff;
  }

  .tab-nav .nav-item:not(:last-child) {
    border-right: 1px solid #fff;
  }
}

@media screen and (min-width: 1450px) {
  h1 {
    font-size: 92px !important;
  }

  .banner .copy {
    font-size: 16px !important;
  }
}

@media screen and (min-width: 2500px) {
  .hero .hero-header h1 {
    font-size: 92px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }

  .featherlight-next,
  .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%;
  }

  .featherlight-previous {
    left: 10px;
    right: 85%;
  }

  .featherlight-next span,
  .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media (max-width: 769px) {
  img.mfp-img {
    min-width: 70vw;
  }
}

@media (max-width: 768px) {
  .featherlight-content {
    min-width: 95%;
    margin: 0 !important;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    padding: 0.5em 0 0.5em 0;
  }

  h1 {
    font-size: 54px !important;
  }

  h2,
  h2 p {
    font-size: 40px !important;
  }

  h3,
  h3 p {
    font-size: 28px   !important;
    line-height: 36px !important;
  }

  blockquote {
    font-size: 28px !important;
    line-height: 42px !important;
  }

  .grid .col-1 {
    width: 100%;
    max-width: 100%;
  }

  .grid .col-2 {
    width: 100%;
    max-width: 100%;
  }

  .grid .col-3 {
    width: 100%;
    max-width: 100%;
  }

  .grid .col-4 {
    width: 100%;
    max-width: 100%;
  }

  .grid .col-5 {
    width: 100%;
    max-width: 100%;
  }

  .grid .col-6 {
    width: 100%;
    max-width: 100%;
  }

  .grid .col-7 {
    width: 100%;
    max-width: 100%;
  }

  .grid .col-8 {
    width: 100%;
    max-width: 100%;
  }

  .grid .col-9 {
    width: 100%;
    max-width: 100%;
  }

  .grid .col-10 {
    width: 100%;
    max-width: 100%;
  }

  .grid .col-11 {
    width: 100%;
    max-width: 100%;
  }

  .grid .col-12 {
    width: 100%;
    max-width: 100%;
  }

  .grid.no-breakpoint .col-1 {
    width: 8.3%;
    max-width: 8.3%;
    -webkit-flex-basis: 8.3%;
        -ms-flex-preferred-size: 8.3%;
            flex-basis: 8.3%;
  }

  .grid.no-breakpoint .col-2 {
    width: 16.6%;
    max-width: 16.6%;
    -webkit-flex-basis: 16.6%;
        -ms-flex-preferred-size: 16.6%;
            flex-basis: 16.6%;
  }

  .grid.no-breakpoint .col-3 {
    width: 25%;
    max-width: 25%;
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
  }

  .grid.no-breakpoint .col-4 {
    width: 33.3%;
    max-width: 33.3%;
    -webkit-flex-basis: 33.3%;
        -ms-flex-preferred-size: 33.3%;
            flex-basis: 33.3%;
  }

  .grid.no-breakpoint .col-5 {
    width: 41.6%;
    max-width: 41.6%;
    -webkit-flex-basis: 41.6%;
        -ms-flex-preferred-size: 41.6%;
            flex-basis: 41.6%;
  }

  .grid.no-breakpoint .col-6 {
    width: 50%;
    max-width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }

  .grid.no-breakpoint .col-7 {
    width: 58.3%;
    max-width: 58.3%;
    -webkit-flex-basis: 58.3%;
        -ms-flex-preferred-size: 58.3%;
            flex-basis: 58.3%;
  }

  .grid.no-breakpoint .col-8 {
    width: 66.6%;
    max-width: 66.6%;
    -webkit-flex-basis: 66.6%;
        -ms-flex-preferred-size: 66.6%;
            flex-basis: 66.6%;
  }

  .grid.no-breakpoint .col-9 {
    width: 75%;
    max-width: 75%;
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
  }

  .grid.no-breakpoint .col-10 {
    width: 83.3%;
    max-width: 83.3%;
    -webkit-flex-basis: 83.3%;
        -ms-flex-preferred-size: 83.3%;
            flex-basis: 83.3%;
  }

  .grid.no-breakpoint .col-11 {
    width: 91.6%;
    max-width: 91.6%;
    -webkit-flex-basis: 91.6%;
        -ms-flex-preferred-size: 91.6%;
            flex-basis: 91.6%;
  }

  .grid.no-breakpoint .col-12 {
    width: 100%;
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }

  #hamburger {
    top: 0;
  }

  .form-response {
    max-width: 95vw;
    top: 6em;
  }

  .tab-nav .sub-nav {
    padding: 0 0 1em 0;
  }

  .tab-nav .sub-nav .sub-nav-item {
    text-transform: capitalize;
  }

  .tab-nav .nav-item-container {
    padding: 2em 0 0 0;
    position: absolute;
    top: 100%;
    right: -100%;
    height: 100vh;
    background: #B79D4E;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 1000;
    overflow-y: auto !important;
  }

  .tab-nav .nav-item-container .nav-item {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
       -moz-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 2em;
    font-size: 1.5em;
  }

  .tab-nav .nav-item-container .sub-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: unset;
    padding-top: 0.15em;
  }

  .tab-nav .nav-item-container .sub-nav .sub-nav-item {
    padding: 0.05em 0.5em;
    font-size: 0.55em;
    font-family: Raleway Regular, serif;
  }

  .tab-nav .nav-item-container.show {
    right: 0;
    overflow: auto;
    height: calc(100vh + 150px);
    max-height: calc(100vh + 150px);
  }

  .tab-nav .nav-item:not(.logo) {
    background: #B79D4E;
  }

  .tab-nav #social-links a {
    padding: 0 0.75em;
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
  }

  .tab-nav #social-links a.white svg,
  .tab-nav #social-links a path {
    color: #fff;
    fill: #fff;
  }

  .site-nav-container {
    margin-top: 40px;
  }

  .site-nav .nav {
    display: none;
  }

  .site-nav .social {
    display: none;
  }

  .hero {
    padding: 3em 0;
  }

  .hero .hero-header h1 {
    font-size: 54px;
  }

  .hero .hero-text {
    padding-bottom: 1em;
    border-bottom: 1px solid #eee;
  }

  .hero .hero-text,
  .hero .hero-text p {
    font-size: 28px !important;
    line-height: 36px !important;
  }

  .hero-blog .hero-header h1,
  .hero-blog .hero-header p {
    padding: 0;
    margin: 0;
    font-size: 36px !important;
    line-height: 48px !important;
  }

  .three-column {
    padding-bottom: 1.4em;
  }

  .three-column article {
    padding: 0 !important;
  }

  .donation {
    padding: 0.5em 1.2em;
  }

  .subpage-header-container .subpage-header {
    background-position: 61% 50% !important;
    height: 86vh;
  }

  .subpage-header-container .subpage-header::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#861627), to(transparent));
    background: -o-linear-gradient(bottom, #861627, transparent);
    background: linear-gradient(to top, #861627, transparent);
  }

  .subpage-header-container .content-container .subpage-content {
    width: unset;
  }

  .subpage-header-container .content-container .subpage-content img {
    width: 200px;
  }

  .subpage-header-container .content-container .subpage-content p {
    margin: 0;
    font: 500 1em/25px Avenir, serif !important;
  }

  .hero-component .hero-content {
    position: relative;
    top: unset;
    padding: 3em 1em 0 1em;
  }

  .hero-component .hero-content.left-aligned {
    padding: 0 2em;
  }

  .hero-component .hero-content.right-aligned {
    padding: 0 2em;
  }

  .hero-component .hero-content h1 {
    font-size: 2.5em !important;
  }

  .hero-component .hero-content p {
    font-size: 1.1em !important;
  }

  .subscribe-form-component {
    margin: 1em 0 3em 0;
  }

  .homepage-slider article {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
       -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
       -moz-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    padding: 0 0 10em !important;
    margin: 0 !important;
  }

  .homepage-slider article .slider-content {
    padding: 0 !important;
    width: 200px !important;
    max-width: 85% !important;
    text-align: center !important;
  }

  .homepage-slider article p {
    display: none;
  }

  .homepage-slider article .buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .homepage-slider article .buttons a {
    margin-bottom: 1em !important;
    margin-right: 0 !important;
  }

  .homepage-slider article .buttons a:last-child {
    margin-bottom: 0 !important;
  }

  .homepage-slider #theirs .slider-content {
    margin: 0;
  }

  .homepage-slider #controls a span {
    padding-left: 0.5em;
  }

  .homepage-slider #controls a .text {
    width: 40px;
    font-size: 17px !important;
  }

  .homepage-slider #controls a.next span {
    padding-right: 0.5em;
  }

  .speaking-engagement {
    padding: 0.5em 1.2em;
  }

  .speaking-engagement .speaking-copy {
    padding-bottom: 1.5em;
  }

  .speaking-engagement .speaking-copy .speaking-image {
    margin-bottom: 2em;
  }

  .speaking-engagement .speaking-copy .speaking-image,
  .speaking-engagement .speaking-copy .speaking-image p,
  .speaking-engagement .speaking-copy .speaking-image img {
    width: 100% !important;
    height: auto !important;
  }

  .articles {
    padding: 0.5em 1.2em;
  }

  .articles .blog-article {
    padding: 3em 0;
  }

  .articles .blog-article h3 {
    padding-top: 1em;
  }

  .post {
    padding: 0.5em 1.2em;
  }

  .post .post-image {
    margin-bottom: 2em;
  }

  .books-list .book:not(:first-child) {
    padding-top: 2em;
  }

  .books-list .book:not(:last-child) {
    padding-bottom: 2em;
  }

  .books-list .book {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .books-list .book .book-image {
    width: 100%;
  }

  .books-list .book .book-info {
    padding: 2em 1em 0;
    width: 100%;
  }

  .gallery [class*="col-"] {
    width: 50%;
    max-width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    margin: 0 0 -4px !important;
  }

  .foundation-list {
    padding: 0.5em 1.2em;
  }

  .foundation-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .foundation-list > article {
    width: 100%;
  }

  .foundation-list .foundation-left {
    margin-right: 0;
    margin-bottom: 2em;
  }

  .divided-hearts .content {
    padding: 2em 0 3em;
  }

  .divided-hearts .content .news-section {
    padding: 0;
  }

  .divided-hearts .content .news-articles-container {
    padding-bottom: 0;
  }

  .divided-hearts .content .main-content {
    padding: 0;
  }

  .divided-hearts .content .main-content p {
    font-size: 1em !important;
  }

  .divided-hearts .content .main-content p cite {
    font: 1em/30px Playfair Italic, serif !important;
  }

  .divided-hearts .content .image-grid .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .divided-hearts .content .image-grid .gallery-item {
    width: 50%;
    max-width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }

  .footer-content-container {
    padding: 2em 0.5em;
  }

  .footer-content-container .button {
    margin: 1em 0;
  }

  .footer-content-container p,
  .footer-content-container span {
    font-size: 1.4em;
    line-height: 35px;
  }
}

@media (max-width: 768px) and (min-width: 140px) {
  .three-column {
    padding: 1.5em 0 0 0;
  }

  .banner {
    text-align: center;
  }

  .banner .copy {
    padding: 0.5em;
  }

  .banner .copy a span img {
    height: 14px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .homepage-slider #theirs .slider-content {
    width: 650px;
  }
}

@media all {
  html.with-featherlight {
    /* disable global scrolling when featherlights are visible */
    overflow: hidden;
  }

  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: rgba(0, 0, 0, 0);
  }

  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */

  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }

  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }

  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal;
  }

  /* contains the content */

  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block;
  }

  /* don't show these though */

  .featherlight script.featherlight-inner,
  .featherlight link.featherlight-inner,
  .featherlight style.featherlight-inner {
    display: none;
  }

  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000;
    border: none;
    padding: 0;
  }

  /* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */

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

  .featherlight .featherlight-image {
    /* styling */
    width: 100%;
  }

  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }

  .featherlight iframe {
    /* styling */
    border: none;
  }

  .featherlight * {
    /* See https://github.com/noelboss/featherlight/issues/42 */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .featherlight-next,
  .featherlight-previous {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: 0;
    left: 80%;
    cursor: pointer;
    /* preventing text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* IE9 hack, otherwise navigation doesn't appear */
    background: rgba(0, 0, 0, 0);
  }

  .featherlight-previous {
    left: 25px;
    right: 80%;
  }

  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: rgba(255, 255, 255, 0.25);
  }

  .featherlight-next span,
  .featherlight-previous span {
    display: none;
    position: absolute;
    top: 50%;
    left: 5%;
    width: 82%;
    /* center horizontally */
    text-align: center;
    font-size: 80px;
    line-height: 80px;
    /* center vertically */
    margin-top: -40px;
    text-shadow: 0px 0px 5px #fff;
    color: #fff;
    font-style: normal;
    font-weight: normal;
  }

  .featherlight-next span {
    right: 5%;
    left: auto;
  }

  .featherlight-next:hover span,
  .featherlight-previous:hover span {
    display: inline-block;
  }

  .featherlight-swipe-aware .featherlight-next,
  .featherlight-swipe-aware .featherlight-previous {
    display: none;
  }

  /* Hide navigation while loading */

  .featherlight-loading .featherlight-previous,
  .featherlight-loading .featherlight-next {
    display: none;
  }

  /* Hide navigation in case of single image */

  .featherlight-first-slide.featherlight-last-slide .featherlight-previous,
  .featherlight-first-slide.featherlight-last-slide .featherlight-next {
    display: none;
  }
}

@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}

@media only screen and (max-device-width: 1024px) {
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: none;
  }

  .featherlight-next span,
  .featherlight-previous span {
    display: block;
  }
}

@media screen {
  * {
    outline: none !important;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  body.no-scroll {
    overflow: hidden;
  }
}
/*# sourceMappingURL=layout.css.map?v=212a81bf0048e19cfbd6b6f42226717b*/