/*
Theme Name: Push10 Custom
Theme URI: http://www.push10.com/
Description: Custom Theme by Push10.com
Version: 0.3.2
Author: Push10 Design Studios
Author URI: http://www.push10.com/
Tags: Push10.com
*/
/* ==========================================================================
   LOAD CUSTOM FONTS
   ========================================================================== */
/* @import must be at top of file, otherwise CSS will not work */
@import url(https://fonts.googleapis.com/css?family=PT+Sans);
/* OLD */
/* OLD */
/* OLD */
/* OLD */
nav.header-nav,
#footer-nav ul li .sub-menu li a,
.blog-banner .blog-banner-title,
.blog-item-type .type-name,
.callout-text-block .callout-text-subtext,
.callout-quote-block .tweet-details,
.hero-banner h4.hero-banner-title,
.letter .letter-author,
.post-item-type .type-name,
.post-featured-tag,
.search-module label,
.post-quote-content p .quote-credit,
.project-liberty-tree
  .liberty-tree-related-projects
  .quad-column
  .quad-content
  .label,
.project-liberty-tree .liberty-tree-locations .locations-grid .location-name,
.single-post-header .single-post-date,
.single-post-entry .single-post-content .special-quote-byline,
.single-post-entry .single-post-content h4,
.highlight-and-share-wrapper > div a,
.highlight-and-share-wrapper > div a:hover,
.highlight-and-share-wrapper > div a:visited,
.story-banner .story-banner-title,
.teams .team-list ul li span.title {
  font-family: "VinylOT-Regular", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: auto;
  font-weight: normal;
}

.btn,
#footer-nav > ul > li span.menu-title,
.contact-banner .banner-form .gform_fields label,
.contact-banner .banner-form input[type="submit"],
.newsletter .gform_wrapper .gform_footer input[type="submit"],
.search-module .search-form .search-submit,
.single-post-entry .single-post-content a,
.slide-content .slide-content-box .more-nav-home a span,
.video-banner .video-banner-content .more-nav-home a span {
  font-family: "BaskervilleURW-BolObl", Georgia, sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.callout-block .callout-headline,
#search-results .callout-headline {
  font-family: "BaskervilleURW-Reg", Georgia, sans-serif;
  font-variant: small-caps;
  font-weight: normal;
}

.callout-text-block .callout-bg-type,
.hero-banner.four-o-four h3.hero-banner-box-header,
.liberty-tree-banner {
  font-family: "BaskervOldFaceSH-Reg", "BaskervilleURW-Reg", Georgia, sans-serif;
}

.video-banner .video-banner-content h1 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ==========================================================================
   MIXINS
   ==========================================================================*/
/*-------------------------------------------------------------------------
  Rem fallback
  Usage: @include font-size(14px)
 *-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------
  Cross Browser Opacity
  Usage: @include opacity(0.8);
 *-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------
  RGBA Fallback
  Usage: @include rgba(background-color, black, 0.5, white);
 *-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------
  Box Shadow
  Usage: @include box-shadow(0, 1px, 1px, rgba(0, 0, 0, 0.075), inset);
 *-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------
  Linear Gradient
  Usage: @include linear-gradient(#000, #BADA55);
 *-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------
  Maintain Aspect Ratio
  Usage: @include aspect-ratio(16, 9);
 *-------------------------------------------------------------------------*/
/* ==========================================================================
   NORMALIZE
   ========================================================================== */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ==========================================================================
   GENERAL
   ========================================================================== */
/* ==========================================================================
TAGS
==========================================================================*/
body,
html {
  font-family: "BaskervilleURW-Reg", sans-serif;
  min-width: 100%;
  min-height: 100%;
  height: 100%;
  color: #1c1a40;
  font-size: 16px;
  font-size: 1rem;
  background-color: #242427;
  line-height: 1;
}

a,
a:active,
a:visited {
  text-decoration: none;
  position: relative;
  color: inherit;
}

p {
  margin: 0 0 1rem 0;
  line-height: 1.5;
  letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "BaskervilleURW-Reg", Georgia, sans-serif;
}

h1,
h3,
h5 {
  margin-bottom: 0;
}

h2,
h4,
h6 {
  margin-bottom: 0;
}

section {
  position: relative;
  width: 100%;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

::selection {
  background: #eef6e6;
}

::-moz-selection {
  background: #eef6e6;
}

/* ==========================================================================
COMMON
==========================================================================*/
.homepage {
  margin-top: 108px;
}
@media screen and (max-width: 760px) {
  .homepage {
    margin-top: 60px;
  }
}

#site {
  background-color: #f9f9f5;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  min-height: 100%;
  overflow: hidden-x;
  padding-top: 108px;
}
.home #site {
  padding-top: 0;
}

#main-content {
  background-color: #ffffff;
  position: relative;
  height: auto !important;
}

.frame,
.large-frame,
.full-frame {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.absolute-frame {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.large-frame {
  max-width: 1500px;
}

.full-frame {
  max-width: 1800px;
}

.dt {
  display: table;
  width: 100%;
  height: 100%;
}

.dc {
  display: table-cell;
  vertical-align: middle;
}

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

.arrow-left {
  position: relative;
}
.arrow-left:after,
.arrow-left:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 19px 24px 0;
  border-color: transparent #ffffff transparent transparent;
  position: relative;
  position: absolute;
  top: 50%;
  margin-top: -24px;
}
.arrow-left:before {
  border-color: transparent #dedacd transparent transparent;
  left: -19px;
}
.arrow-left:after {
  left: -18px;
}

.nobr {
  white-space: nowrap;
}

.dash:after,
.newsletter .gform_wrapper h3.gform_title:after {
  content: "";
  width: 100px;
  height: 2px;
  background-color: #9e9171;
  position: relative;
  display: block;
  margin: 40px auto 0 auto;
}

.bdash:before {
  content: "";
  width: 100px;
  height: 2px;
  background-color: #9e9171;
  position: relative;
  display: block;
  margin-bottom: 40px;
}

aside {
  width: 275px;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  aside {
    width: 100%;
  }
}

.col {
  float: left;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .col {
    float: none;
  }
}

.content {
  vertical-align: top;
  float: right;
  width: calc(100% - 275px);
  padding-left: 135px;
}
@media screen and (max-width: 1260px) {
  .content {
    padding-left: 65px;
  }
}
@media screen and (max-width: 960px) {
  .content {
    padding-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .content {
    padding: 0;
    width: 100%;
    float: none;
    margin-bottom: 50px;
  }
}

.video-overlay {
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9;
  right: 0;
  position: absolute;
  opacity: 0.2;
  background-color: #000000;
  transition: all 0.5s ease-in;
}
.loading .video-overlay {
  opacity: 0.7;
}
.video-overlay.btn-active {
  opacity: 0.65 !important;
}
@media screen and (max-width: 768px) {
  .video-overlay {
    opacity: 0.4;
  }
}

.scroll-container {
  min-height: 100vh;
  position: relative;
}

.jump-scroll {
  display: inline-block;
  background: url("imgs/scroll.svg") top center;
  background-repeat: no-repeat;
  width: 25px;
  height: 57px;
  margin-top: 60px;
  position: relative;
}
.jump-scroll:after {
  position: absolute;
  bottom: 0;
  content: " ";
  background: url("imgs/scroll-arrow.svg") top center;
  background-repeat: no-repeat;
  display: block;
  width: 25px;
  height: 9px;
  animation: bobber 2s infinite ease-in-out 1s;
}

@keyframes bobber {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

.btn-wrap {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.btn-border {
  display: inline-block;
  border: 1px solid #5f0703;
  padding: 3px;
  background-color: transparent;
  transition: all 0.25s ease-in;
}
.btn-border:hover {
  border-color: #610e0a;
}

.btn {
  position: relative;
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: transparent;
  padding: 10px 33px 8px;
  margin: 0 25px;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  text-transform: none;
  transition: all 0.25s ease-in, border 0.5s ease-out;
}
.btn span {
  text-transform: uppercase;
}
.btn.btn-ghost-blue {
  color: #161434;
  border-color: #66ccff;
}
.btn.btn-ghost-blue:hover {
  background-color: #66ccff;
}
.btn.btn-solid-blue {
  color: #161434;
  background-color: #66ccff;
  border-color: #66ccff;
}
.btn.btn-solid-blue:hover {
  border-color: #eef6e6;
  background-color: #eef6e6;
}

.break {
  width: 90px;
  margin: 0 auto;
  height: 1px;
  border-top: 3px solid #9e9171;
}

.four-o-four {
  text-align: center;
  padding: 400px;
}

.bandw {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.gform_confirmation_message {
  padding: 10px;
  color: #86764e;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.2;
}

.scrollmagic-pin-spacer > section {
  left: auto !important;
  right: auto !important;
}

.freeze {
  overflow: hidden;
  position: fixed;
}

.single-post-navigation .post-nav-back {
  display: table;
  background: #ffffff;
  border: 1px solid #66ccff;
  padding: 12px 10px;
  color: #66ccff;
  transition: all 0.25s ease-in-out;
  margin: 0 auto -21px auto;
  z-index: 1;
}
.single-post-navigation .post-nav-back:hover {
  background: #66ccff;
  color: #ffffff;
}

.single-post-navigation .prev-next-link {
  background: #f7f7f7;
}
.single-post-navigation .prev-next-link a {
  transition: all 0.25s ease-in-out;
  background: #f7f7f7;
  padding-top: 70px;
  padding-bottom: 70px;
  display: block;
  width: 50%;
}
.single-post-navigation .prev-next-link a.prev-post {
  float: left;
  padding-left: 10%;
  padding-right: 70px;
  border-right: 1px solid #fff;
}
.single-post-navigation .prev-next-link a.next-post {
  float: right;
  text-align: right;
  padding-left: 70px;
  padding-right: 10%;
  border-left: 1px solid #fff;
}
.single-post-navigation .prev-next-link a span {
  display: block;
}
.single-post-navigation .prev-next-link a .post-nav-title {
  color: #5f0703;
  font-size: 32px;
  font-size: 2rem;
}
.single-post-navigation .prev-next-link a .post-nav-more {
  color: #66ccff;
  margin-top: 10px;
}
.single-post-navigation .prev-next-link a:hover {
  background-color: #efefef;
}

/*-------------------------------------------------------------------------
Clearfix
*-------------------------------------------------------------------------*/
.clearfix,
.cols-wrap,
.single-post-navigation .prev-next-link,
#main-header .header-wrap,
nav.header-nav,
.footer-blocks,
.liberty-tree-banner,
.newsletter,
.project-liberty-tree .liberty-tree-locations .locations-grid,
.project-liberty-tree .liberty-tree-cta .inner,
.teams .teams-content {
  zoom: 1;
}
.clearfix:before,
.cols-wrap:before,
.single-post-navigation .prev-next-link:before,
#main-header .header-wrap:before,
nav.header-nav:before,
.footer-blocks:before,
.liberty-tree-banner:before,
.newsletter:before,
.project-liberty-tree .liberty-tree-locations .locations-grid:before,
.project-liberty-tree .liberty-tree-cta .inner:before,
.teams .teams-content:before,
.clearfix:after,
.cols-wrap:after,
.single-post-navigation .prev-next-link:after,
#main-header .header-wrap:after,
nav.header-nav:after,
.footer-blocks:after,
.liberty-tree-banner:after,
.newsletter:after,
.project-liberty-tree .liberty-tree-locations .locations-grid:after,
.project-liberty-tree .liberty-tree-cta .inner:after,
.teams .teams-content:after {
  content: "";
  display: table;
}
.clearfix:after,
.cols-wrap:after,
.single-post-navigation .prev-next-link:after,
#main-header .header-wrap:after,
nav.header-nav:after,
.footer-blocks:after,
.liberty-tree-banner:after,
.newsletter:after,
.project-liberty-tree .liberty-tree-locations .locations-grid:after,
.project-liberty-tree .liberty-tree-cta .inner:after,
.teams .teams-content:after {
  clear: both;
}

.clearfix,
.cols-wrap,
.single-post-navigation .prev-next-link,
#main-header .header-wrap,
nav.header-nav,
.footer-blocks,
.liberty-tree-banner,
.newsletter,
.project-liberty-tree .liberty-tree-locations .locations-grid,
.project-liberty-tree .liberty-tree-cta .inner,
.teams .teams-content {
  *zoom: 1;
}

/*-------------------------------------------------------------------------
Apply a natural box layout model & font antialiased to all elements
*-------------------------------------------------------------------------*/
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  outline: none !important;
}

/* ==========================================================================
SHARED
==========================================================================*/
.videojs-background-wrap {
  overflow: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

[id^="audio-player-"] {
  width: 195px;
  margin-bottom: 20px;
}
[id^="audio-player-"] * {
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.button-player {
  padding: 0 100px;
  margin-bottom: 20px;
}
.button-player .track-title {
  display: inline-block;
  width: 200px;
  vertical-align: middle;
  font-family: "BaskervilleURW-Reg", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  padding-left: 10px;
}
.button-player .play-btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
}
.button-player .play-btn.play {
  background-image: url("imgs/pf-play.svg");
  background-size: 50px;
  background-repeat: no-repeat;
}
.button-player .play-btn.pause {
  background-image: url("imgs/pf-pause.svg");
  background-size: 50px;
  background-repeat: no-repeat;
}

#main-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
}
.admin-bar #main-header {
  top: 32px;
}
#main-header .header-wrap {
  background-color: #161434;
}

.search-bar {
  display: none;
  padding-top: 50px;
  display: none;
  position: fixed;
  width: 100%;
  background: #eff7e6;
  height: 162px;
  /* margin: 0 auto; */
  width: 870px;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  right: AUTO;
  left: 50%;
  top: 108px;
  z-index: 100;
}
@media screen and (max-width: 1023px) {
  .search-bar {
    width: 100%;
    top: 60px;
  }
}
.search-bar form {
  text-align: center;
}
.search-bar label {
  font-size: 25px;
  color: black;
  font-family: "VinylOT-Regular", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 2px;
}
.search-bar input[type="search"] {
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 11px 13px 6px;
  color: #161434;
  font-family: "BaskervilleURW-RegIta", Georgia, sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 28px;
  letter-spacing: 1px;
}
.search-bar .search-submit {
  box-shadow: none;
  border-radius: 0;
  padding: 11px 13px 6px;
  color: #161434;
  font-family: "BaskervilleURW-BolObl", Georgia, sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 14px;
  vertical-align: top;
  font-size: 15px;
  font-size: 0.9375rem;
  border: 2px solid #fff;
  background-color: #eef6e6;
  transition: all 0.25s ease-in;
  height: 45px;
}

#main-logo {
  position: relative;
  float: left;
  padding: 9px 24px;
}
#main-logo img.pf-logo {
  height: 36px;
}
@media screen and (max-width: 1100px) {
  #main-logo {
    border-right: 0;
    padding-right: 0;
  }
}

nav.header-nav {
  width: 100%;
  font-size: 0;
}
@media screen and (max-width: 1100px) {
  nav.header-nav {
    text-align: right;
  }
}
nav.header-nav > ul {
  text-align: center;
  height: 54px;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
}
nav.header-nav > ul > li {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  height: 100%;
  padding: 0;
}
nav.header-nav > ul > li:hover a {
  color: #66ccff;
}
nav.header-nav > ul > li a {
  transition: all 0.2s ease-in-out;
  padding: 26px 20px 0;
  color: inherit;
  font-size: inherit;
  text-decoration: none;
  letter-spacing: 2.5px;
  display: block;
  width: 100%;
  height: 100%;
  font-weight: 700;
}
@media screen and (max-width: 1300px) {
  nav.header-nav > ul > li a {
    padding: 26px 10px 0;
  }
}
@media screen and (max-width: 1300px) {
  nav.header-nav > ul > li.search-toggle a {
    padding-right: 20px;
  }
}

ul#main-nav {
  box-shadow: 0px 5px 5.95px 1.05px rgba(0, 1, 1, 0.38);
}
ul#main-nav .current-menu-item a {
  color: #66ccff;
}
ul#main-nav li {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
}
ul#main-nav li a {
  font-size: 20px;
  font-family: "BaskervilleURW-Reg";
  text-transform: capitalize;
  padding-top: 20px;
}
@media screen and (min-width: 1400px) {
	nav.header-nav{
		/*margin-left: -135px;*/
	}
}
@media screen and (max-width: 1200px) {
  ul#main-nav li a {
    font-size: 15px;
  }
}
ul#main-nav li + li:before {
  content: " ";
  display: block;
  background-color: #fff;
  width: 2px;
  height: 22px;
  position: absolute;
  top: 18px;
}

.search-mobile-bar {
  display: none;
  padding-top: 50px;
  display: none;
  position: absolute;
  width: 100%;
  background: #eff7e6;
  height: 162px;
  /* margin: 0 auto; */
  /* transform: translate(-50%, 0%); */
  right: 0px;
}
.search-mobile-bar form {
  text-align: center;
}
.search-mobile-bar label {
  font-size: 25px;
  color: black;
  font-family: "VinylOT-Regular", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 2px;
}
.search-mobile-bar input[type="search"] {
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 11px 13px 3px;
  color: #161434;
  font-family: "BaskervilleURW-RegIta", Georgia, sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 28px;
  letter-spacing: 1px;
}
.search-mobile-bar .search-submit {
  box-shadow: none;
  border-radius: 0;
  padding: 11px 13px 6px;
  color: #161434;
  font-family: "BaskervilleURW-BolObl", Georgia, sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 14px;
  vertical-align: top;
  font-size: 15px;
  font-size: 0.9375rem;
  border: 2px solid #fff;
  background-color: #eef6e6;
  transition: all 0.25s ease-in;
  height: 45px;
}

ul#more-nav .current-menu-item a {
  color: #66ccff;
}

ul#more-nav .search-toggle {
  position: relative;
  cursor: pointer;
}
ul#more-nav .search-toggle a {
  background-image: url(imgs/search-icon.svg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: 22px;
  background-size: 19px;
}

ul#more-nav li {
  color: #eef6e6;
}

ul#more-nav .sub-menu {
  display: none;
}
ul#more-nav .sub-menu li {
  display: block;
}

ul#more-nav .menu-item {
  position: relative;
}

ul#more-nav .menu-item:hover {
  background: #25234a;
}
ul#more-nav .menu-item:hover .sub-menu {
  display: block;
  background: #25234a;
  position: absolute;
  padding: 0px;
  width: 100%;
  padding: 5px 30px 15px;
}
ul#more-nav .menu-item:hover .sub-menu li {
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
}
ul#more-nav .menu-item:hover .sub-menu li:first-of-type {
  border-top: 1px solid #161434;
  padding-top: 24px;
}
ul#more-nav .menu-item:hover .sub-menu li a {
  color: white;
  padding: 0px;
  cursor: pointer;
}
ul#more-nav .menu-item:hover .sub-menu li a:hover {
  color: #5eaed4;
}

/* ==========================================================================
   MMENU OVERRIDES
   ==========================================================================*/
.mm-page {
  min-height: 100%;
  height: 100%;
}

li .mm-vertical {
  background-color: #ffffff;
  padding: 0 !important;
}

li.mm-opened .mm-next {
  background-color: #ffffff !important;
}

.mm-next {
  /*margin:0 !important;
    padding:0 !important;*/
  height: 100% !important;
  /*border:0 !important;*/
  background-color: #ecebe2 !important;
  /*right:20px !important;*/
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.mm-next:before {
  /*content:"";*/
  border: 0 !important;
  /*width:10px;
        height:2px;
        background-color:$color-red;
        position:absolute;
        top:50% !important;
        margin-top:1px;
        left:50% !important;
        margin-left:-5px;
        z-index:2;
        right:auto !important;
        bottom:auto !important;
        display:block !important;*/
}
.mm-next:after {
  border-color: #5f0703 !important;
  top: 14px !important;
  width: 20px;
  height: 20px;
  content: "";
  border: 0 !important;
  background-image: url("imgs/arrow.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  display: block !important;
  transform: rotate(0deg);
  outline: none !important;
}

#mobile-nav {
  background-color: #f1efe7;
}
#mobile-nav .mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
#mobile-nav .mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#mobile-nav .mm-next:after {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

/*-------------------------------------------------------------------------
  TOGGLE MENU BTN
 *-------------------------------------------------------------------------*/
.search-toggle.mobile {
  width: 30px;
  display: inline-block;
  /* position: absolute; */
  /* left: -50px; */
  margin-right: 20px;
  margin-top: 19px;
}
.search-toggle.mobile a {
  background-image: url("imgs/search.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 26px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  background-color: transparent;
}
@media screen and (max-width: 1023px) {
  .search-toggle.mobile {
    display: inline-block !important;
  }
}

#mmenu-wrap {
  position: relative;
  display: none;
  width: 75px;
  height: 62px;
  margin: 0;
  text-align: center;
  padding: 19px 0 0 0;
  vertical-align: top;
  background-color: #5f0703;
  border-right: 1px solid #91504f;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 1023px) {
  #mmenu-wrap {
    display: inline-block !important;
  }
}
@media screen and (max-width: 540px) {
  #mmenu-wrap {
    border-left: 1px solid #91504f;
    height: 56px;
  }
}
@media screen and (max-width: 360px) {
  #mmenu-wrap {
    border-left: 0;
  }
}
#mmenu-wrap:hover {
  background-color: #f1efe7;
}
#mmenu-wrap:hover span {
  background-color: #5f0703;
}
#mmenu-wrap:hover span:after,
#mmenu-wrap:hover span:before {
  background-color: #5f0703;
}
#mmenu-wrap.active {
  background-color: #f1efe7;
}
#mmenu-wrap.active span {
  background-color: transparent;
}
#mmenu-wrap.active span:after,
#mmenu-wrap.active span:before {
  background-color: #5f0703;
}

#mmenu {
  top: 62px;
  display: none;
  opacity: 0;
}
#mmenu.mm-opened {
  opacity: 1;
}
@media screen and (max-width: 1100px) {
  #mmenu {
    display: block !important;
  }
}
@media screen and (max-width: 540px) {
  #mmenu {
    top: 56px;
  }
}
#mmenu ul li {
  padding: 0;
  margin: 0;
}
#mmenu ul li .menu-item-img {
  display: none;
}
#mmenu ul li.mm-opened a {
  border-bottom-color: transparent;
}
#mmenu ul li a {
  padding: 15px 0;
  margin: 0 28px 0 35px;
  color: #5f0703;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  border-bottom: 1px solid #ffffff;
  background-color: transparent !important;
}
#mmenu ul li:after {
  display: none !important;
}
#mmenu ul li ul.sub-menu li:first-child {
  padding-top: 15px;
}
#mmenu ul li ul.sub-menu li:last-child {
  padding-bottom: 15px;
}
#mmenu ul li ul.sub-menu li a {
  padding: 10px 0;
  font-size: 13px;
  font-size: 0.8125rem;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  line-height: 1.2;
  outline: none !important;
}

.cmn-toggle-switch {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 26px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  background-color: transparent;
}
@media screen and (max-width: 540px) {
  .cmn-toggle-switch {
    height: 20px;
    width: 20px;
  }
}

.cmn-toggle-switch:focus {
  outline: none;
}

.cmn-toggle-switch span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: #ffffff;
}
@media screen and (max-width: 540px) {
  .cmn-toggle-switch span {
    height: 3px;
  }
}

.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #ffffff;
  content: "";
}
@media screen and (max-width: 540px) {
  .cmn-toggle-switch span::before,
  .cmn-toggle-switch span::after {
    height: 3px;
  }
}

.cmn-toggle-switch span::before {
  top: 10px;
}
@media screen and (max-width: 540px) {
  .cmn-toggle-switch span::before {
    top: 7px;
  }
}

.cmn-toggle-switch span::after {
  top: 20px;
}
@media screen and (max-width: 540px) {
  .cmn-toggle-switch span::after {
    top: 14px;
  }
}

.cmn-toggle-switch__htx span {
  -webkit-transition: background 0 0.3s;
  transition: background 0 0.3s;
}

.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
  transition-delay: 0.3s, 0;
}

.cmn-toggle-switch__htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}

.cmn-toggle-switch__htx span::after {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}

/* active state, i.e. menu open */
.mm-opening .cmn-toggle-switch__htx {
  background-color: transparent;
}

.mm-opening .cmn-toggle-switch__htx span {
  background: none;
  top: 10px;
  width: 100%;
}

.mm-opening .cmn-toggle-switch__htx span::before {
  top: 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-opening .cmn-toggle-switch__htx span::after {
  top: 0px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-opening .cmn-toggle-switch__htx span::before,
.mm-opening .cmn-toggle-switch__htx span::after {
  -webkit-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s;
  height: 4px;
  width: 100%;
}
@media screen and (max-width: 540px) {
  .mm-opening .cmn-toggle-switch__htx span::before,
  .mm-opening .cmn-toggle-switch__htx span::after {
    height: 3px;
  }
}

#main-footer {
  background-color: #161434;
  padding: 45px 0 20px;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 1260px) {
  #main-footer {
    padding: 65px 50px 55px;
  }
}
@media screen and (max-width: 900px) {
  #main-footer {
    padding: 0px 50px 55px;
  }
}
#main-footer a {
  color: inherit;
}

#footer-logo {
  border-bottom: 1px solid #a13334;
  padding: 20px 0 15px 0;
}
#footer-logo a {
  display: inline-block;
  font-size: 0;
}
@media screen and (max-width: 900px) {
  #footer-logo {
    padding: 0;
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 414px) {
  #footer-logo {
    display: none;
  }
}

.footer-block {
  padding: 25px 0;
  vertical-align: top;
}

#footer-info {
  float: right;
  width: 40%;
}
@media screen and (max-width: 900px) {
  #footer-info {
    float: none;
    text-align: center;
  }
}

.footer-contact span {
  white-space: nowrap;
}

.footer-npo-text p {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
}

#footer-nav {
  float: left;
  width: 60%;
}
@media screen and (max-width: 1020px) {
  #footer-nav {
    width: 55%;
  }
}
@media screen and (max-width: 900px) {
  #footer-nav {
    float: none;
    width: 100%;
    text-align: center;
  }
}
#footer-nav > ul {
  font-size: 0;
}
#footer-nav > ul > li {
  vertical-align: top;
  display: inline-block;
  width: 50%;
}
#footer-nav > ul > li span.menu-title {
  font-size: 16px;
  font-size: 1rem;
}
#footer-nav ul {
  margin: 0;
  padding: 0;
}
#footer-nav ul li a {
  color: #fff;
}
#footer-nav ul li .sub-menu li {
  display: block;
  padding-top: 9px;
}
#footer-nav ul li .sub-menu li:last-of-type {
  padding-bottom: 0;
}
#footer-nav ul li .sub-menu li a {
  font-size: 14px;
  font-size: 0.875rem;
}

.networks {
  width: 100%;
  display: inline-block;
}
.networks a {
  display: inline-block;
  height: 60px;
  padding: 19px 19px 0 0;
  text-align: center;
  transition: all 0.25s ease-in-out;
}
.networks a svg .bg {
  fill: #ffffff;
}
.networks a:hover svg .bg {
  fill: #66ccff;
}
@media screen and (max-width: 900px) {
  .networks a {
    margin: 30px 7px 0;
  }
}
@media screen and (max-width: 350px) {
  .networks a {
    margin: 20px 3px 0;
  }
}
.networks svg {
  width: 20px;
  height: 20px;
}
.networks svg .bg {
  transition: all 0.25s ease-in-out;
  fill: #c2c2c2;
}

#search-bar {
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
  z-index: -1;
  transition: opacity 0.4s ease-in-out;
}
@media screen and (max-width: 960px) {
  #search-bar {
    padding: 0 20px;
  }
}
#search-bar.active {
  background-color: rgba(243, 242, 234, 0.95);
  position: fixed;
  top: 62px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 1;
  overflow: visible;
}
@media screen and (max-width: 540px) {
  #search-bar.active {
    top: 56px;
  }
}
#search-bar .search-box {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding-top: 105px;
}
@media screen and (max-width: 414px) {
  #search-bar .search-box {
    padding-top: 35px;
  }
}
#search-bar .search-box input.search {
  width: 100%;
  border: 0;
  border-bottom: 2px solid #ffffff;
  background-color: transparent;
  height: 42px;
  color: #86764e;
  font-size: 33px;
  font-size: 2.0625rem;
  font-family: "BaskervilleURW-RegObl", Georgia, sans-serif;
}
#search-bar .search-box input[type="text"]::-webkit-input-placeholder {
  color: #86764e;
  font-size: 33px;
  font-size: 2.0625rem;
  font-family: "BaskervilleURW-RegObl", Georgia, sans-serif;
}
#search-bar .search-box input[type="text"]::-moz-placeholder {
  color: #86764e;
  font-size: 33px;
  font-size: 2.0625rem;
  font-family: "BaskervilleURW-RegObl", Georgia, sans-serif;
}
#search-bar .search-box input[type="text"]:-ms-input-placeholder {
  color: #86764e;
  font-size: 33px;
  font-size: 2.0625rem;
  font-family: "BaskervilleURW-RegObl", Georgia, sans-serif;
  padding-left: 5px;
}
#search-bar .search-box input[type="text"]:-moz-placeholder {
  color: #86764e;
  font-size: 33px;
  font-size: 2.0625rem;
  font-family: "BaskervilleURW-RegObl", Georgia, sans-serif;
}

.searchwp-live-search-results {
  background-color: transparent !important;
  border: 0 !important;
  padding-top: 55px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  top: 185 !important;
  height: 100% !important;
  max-height: 300px !important;
  padding-bottom: 20px;
}
.searchwp-live-search-results p {
  margin: 0 !important;
  padding: 10px 0 !important;
  border: 0 !important;
}
.searchwp-live-search-results p a {
  color: #414042;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
  white-space: normal !important;
}
@media screen and (max-width: 414px) {
  .searchwp-live-search-results {
    top: 130 !important;
    max-height: 520px !important;
  }
  .searchwp-live-search-results p a {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 375px) {
  .searchwp-live-search-results p a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 320px) {
  .searchwp-live-search-results {
    max-height: 420px !important;
  }
  .searchwp-live-search-results p a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.searchwp-live-search-results .results-header {
  text-transform: uppercase;
  color: #86764e;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.searchwp-live-search-no-results {
  color: #414042;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
}

/* ==========================================================================
   PARTS
   ========================================================================== */
.blog-banner {
  padding: 25px;
  background-color: #161434;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 769px) {
  .blog-banner {
    height: calc(100vh - 108px);
  }

  .blog .blog-banner .dt {
    max-width: 550px;
  }
}

.blog-banner .dt {
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.4);
}

/*
.blog-banner img {
  float: left;
  margin-right: 5%;
}
*/
.blog-banner .blog-banner-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  color: #fff;
  margin: 0 0 28px 0;
  font-weight: normal;
  letter-spacing: 2px;
}
.blog-banner .blog-banner-header {
  font-size: 85px;
  font-size: 5.3125rem;
  line-height: 92px;
  max-width: 700px;
  font-family: "BaskervilleURW-Reg", sans-serif;
  color: #fff;
  margin: 26px 0 40px 0;
  font-weight: normal;
}
.blog-banner .blog-banner-description {
  color: #ffffff;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 42px;
  max-width: 80%;
  margin: 26px 0 40px 0;
}

@media screen and (max-width: 1300px) {
  .blog-banner .blog-banner-content {
    padding: 50px;
  }
  .blog-banner .blog-banner-header {
    font-size: 70px;
    font-size: 4.375rem;
    line-height: 70px;
    max-width: 900px;
    font-family: "BaskervilleURW-Reg", sans-serif;
    color: #fff;
    margin: 26px 0 40px 0;
    font-weight: normal;
  }
}

@media screen and (max-width: 1024px) {
  .blog-banner .blog-banner-content {
    padding: 0px;
  }
}

.homepage .blog-item-content {
  padding-top: 10px;
}

.homepage .post-teasers {
  text-align: center;
  padding-bottom: 0px;
}
.homepage .post-teasers .post-items-wrap {
  text-align: left;
}

.home .post-teasers {
  padding-top: 120px;
}

.home-blog-title {
  font-size: 68px;
  font-family: "BaskervilleURW-Reg", Georgia, sans-serif;
  text-align: center;
  font-family: "BaskervilleURW-Reg", Georgia, sans-serif;
  font-variant: small-caps;
  font-weight: normal;
  color: #1c1a40;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 760px) {
  .home-blog-title {
    font-size: 40px;
  }
}
.home-blog-title:after {
  content: " ";
  width: 500px;
  position: absolute;
  border-top: 1px solid #a23334;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 80px;
  max-width: 90%;
}
@media screen and (max-width: 760px) {
  .home-blog-title:after {
    top: 100px;
  }
}

.blog-item-wrap {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.blog-item-wrap + .blog-item-wrap {
  border-top: 1px solid #bfbfbf;
}
.blog-item-wrap .blog-item {
  display: block;
  padding: 25px;
  position: relative;
  overflow: hidden;
  margin: 50px auto;
}
.blog-item-wrap .blog-item-img {
  overflow: hidden;
  max-height: 360px;
  width: 50%;
  float: left;
}
.blog-item-wrap .blog-item-img img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease-in-out;
}
.blog-item-wrap .blog-item-img img:hover {
  transform: scale(1.05);
  transform-origin: 50%;
}
@media screen and (max-width: 960px) {
  .blog-item-wrap {
    width: 50%;
  }
}
@media screen and (max-width: 730px) {
  .blog-item-wrap {
    width: 100%;
  }
  .blog-item-wrap:last-child {
    margin-bottom: 0;
  }
}
.blog-item-wrap:hover .blog-item-title {
  color: #66ccff;
}

.blog-item-type {
  width: 100%;
}
.blog-item-type .type-name {
  display: inline-block;
  letter-spacing: 3px;
}

.blog-item-content {
  float: right;
  width: 50%;
  color: #1c1a40;
  position: relative;
  padding: 0 25px 25px 50px;
  transition: all 0.5s ease-in-out;
}
.project-item .blog-item-content {
  background-color: #504f67;
  background-color: rgba(22, 20, 52, 0.75);
}
.story-item .blog-item-content {
  background-color: #874542;
  background-color: rgba(95, 7, 3, 0.75);
}

.blog-item-title {
  transition: all 0.5s ease-in-out;
  font-size: 48px;
  font-size: 3rem;
  font-family: "BaskervilleURW-Reg", sans-serif;
  margin: 30px 0;
}

.blog-item-excerpt {
  line-height: 22px;
}

.blog-item-link {
  display: inline-block;
  padding-top: 20px;
  padding-right: 70px;
  font-size: 16px;
  font-size: 1rem;
  font-family: "BaskervilleURW-Bol", sans-serif;
  color: #66ccff;
  letter-spacing: 2px;
  transition: all 0.5s ease-in-out;
}
.blog-item-link i {
  text-transform: uppercase;
}

.page-template-news .news-items-wrap {
  position: relative;
  top: -110px;
}

.callout-block {
  background-color: #ffffff;
  padding: 25px;
  overflow: hidden;
  text-align: center;
}
.callout-block .dt {
  background-color: #eef6e6;
  padding: 40px 40px;
}
.callout-block .callout-headline {
  font-size: 68px;
  font-size: 4.25rem;
  line-height: 68px;
  color: #1c1a40;
  vertical-align: middle;
  display: inline-block;
  line-height: 0.9;
}
@media screen and (max-width: 1300px) {
  .callout-block .callout-headline {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 1200px) {
  .callout-block .callout-headline {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 800px) {
  .callout-block .callout-headline {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.callout-block .callout-text {
  display: inline-block;
  font-size: 32px;
  font-size: 2rem;
  font-family: "BaskervilleURW-Reg", sans-serif;
  vertical-align: middle;
  color: #1c1a40;
  width: 70%;
  line-height: 40px;
}
.callout-block .callout-text:before {
  content: " ";
  display: table;
  margin: 35px auto;
  width: 60%;
  height: 1px;
  border-top: 1px solid #a13334;
}
@media screen and (max-width: 1200px) {
  .callout-block .callout-text {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.page-template-about .callout-block .dt {
  background-color: #ffffff;
}
.page-template-about .callout-block .callout-text {
  color: #5f0703;
}

.callout-text-block {
  background-color: #ffffff;
  padding: 25px;
  overflow: hidden;
  text-align: center;
  height: 80vh;
}
.callout-text-block .dt {
  position: absolute;
  top: 0;
}
.callout-text-block .frame,
.callout-text-block .large-frame,
.callout-text-block .full-frame {
  max-width: 720px;
}
.callout-text-block .callout-bg-type {
  margin-top: -8%;
  font-size: 110vh;
  margin-left: -100%;
  margin-right: -100%;
  color: #eef6e6;
  font-weight: normal;
}
.callout-text-block .callout-text-content {
  font-size: 66px;
  font-size: 4.125rem;
  line-height: 66px;
  color: #1c1a40;
  vertical-align: middle;
  display: inline-block;
}
@media screen and (max-width: 1300px) {
  .callout-text-block .callout-text-content {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 1200px) {
  .callout-text-block .callout-text-content {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 800px) {
  .callout-text-block .callout-text-content {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.callout-text-block .callout-text-subtext {
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 2px;
  vertical-align: middle;
  color: #1c1a40;
  width: 70%;
  line-height: 40px;
  position: absolute;
  bottom: -25vh;
  left: 0;
  right: 0;
  margin: auto;
}
.callout-text-block .callout-text-subtext:before {
  content: " ";
  display: table;
  margin: 0 auto 20px auto;
  width: 100%;
  height: 1px;
  border-top: 1px solid #a13334;
}
@media screen and (max-width: 1300px) {
  .callout-text-block .callout-text-subtext {
    bottom: -20vh;
  }
}
@media screen and (max-width: 1200px) {
  .callout-text-block .callout-text-subtext {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.page-template-about .callout-text-block .callout-text-subtext {
  color: #5f0703;
  bottom: auto;
  position: relative;
  margin: 35px auto;
}

.callout-quote-block {
  background-color: #1c1a40;
  overflow: hidden;
  text-align: center;
  min-height: 30vh;
  padding: 15vh;
}
.callout-quote-block .twitter-icon {
  width: 75px;
  height: 75px;
  margin: 0 auto;
  border-radius: 100%;
  border: 1px solid #a13334;
  padding: 20px;
}
.callout-quote-block .twitter-icon svg {
  padding: 4px 0;
}
.callout-quote-block .twitter-icon svg * {
  fill: #ffffff;
}
.callout-quote-block .callout-text {
  font-size: 0;
  display: inline-block;
  font-family: "BaskervilleURW-Reg", sans-serif;
  vertical-align: middle;
  color: #ffffff;
  width: 70%;
  line-height: 40px;
  position: relative;
  padding: 0 2%;
}
.callout-quote-block .tweets-title {
  display: none;
}
.callout-quote-block .latest-tweets ul {
  margin: 0;
  padding: 0;
}
.callout-quote-block .latest-tweets li {
  list-style: none;
}
.callout-quote-block .tweet-text {
  font-size: 32px;
  font-size: 2rem;
  position: relative;
  margin-bottom: 80px;
}
.callout-quote-block .tweet-text:before,
.callout-quote-block .tweet-text:after {
  display: block;
  content: " ";
  width: 53px;
  height: 41px;
  position: absolute;
  background-repeat: no-repeat;
}
.callout-quote-block .tweet-text:before {
  top: -10px;
  left: -53px;
  background-image: url("imgs/quotemark-lt.svg");
}
.callout-quote-block .tweet-text:after {
  bottom: -10px;
  right: -53px;
  background-image: url("imgs/quotemark-rt.svg");
}
.callout-quote-block .tweet-details {
  margin: 20px 0 60px 0;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1px;
}
.callout-quote-block .twitter-rule {
  margin: 0 auto;
  width: 50%;
  min-width: 400px;
  border-top: 1px solid #a13334;
}
.callout-quote-block li > a {
  font-family: "BaskervilleURW-BolObl", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #a13334;
  letter-spacing: 1.7px;
  padding: 5px 20px 3px 20px;
  transition: 0.3s;
}
.callout-quote-block li > a span {
  text-transform: uppercase;
}
.callout-quote-block li > a + a {
  border-left: 1px solid #a13334;
}
.callout-quote-block li > a:hover {
  color: #ffffff;
}

.contact-banner {
  background-color: #ffffff;
  padding: 120px 0 125px;
}
.contact-banner input[type="text"],
.contact-banner textarea,
.contact-banner p {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 29px;
}
.contact-banner .banner-header {
  vertical-align: top;
  display: inline-block;
  padding: 0 6%;
  width: 55%;
}
.contact-banner .banner-header h1 {
  display: table;
  font-weight: normal;
  letter-spacing: 0.5px;
  margin-bottom: 40px;
  padding-bottom: 37px;
  font-family: "BaskervilleURW-Reg", Georgia, sans-serif;
  border-bottom: 2px solid #a13334;
  font-size: 62px;
  font-size: 3.875rem;
}
@media screen and (max-width: 500px) {
  .contact-banner .banner-header h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
.contact-banner .banner-form {
  width: 44%;
  display: inline-block;
  padding-left: 5%;
}
.contact-banner .banner-form .gform_fields {
  margin: 0;
  padding: 0;
}
.contact-banner .banner-form .gform_fields li {
  list-style: none;
  margin-bottom: 28px;
  margin-top: 8px;
}
.contact-banner .banner-form .gform_fields label {
  margin-left: 20px;
  letter-spacing: 4px;
}
.contact-banner .banner-form input[type="text"],
.contact-banner .banner-form input[type="email"],
.contact-banner .banner-form textarea {
  width: 100%;
  margin-top: 10px;
  min-height: 37px;
  border: 1px solid #161434;
  padding: 2px 9px 0 9px;
}
.contact-banner .banner-form textarea {
  padding: 9px;
}
.contact-banner .banner-form input[type="submit"] {
  background-color: #66ccff;
  border: 0;
  display: inline-block;
  padding: 10px 20px 8px 20px;
  width: 80%;
  color: #161434;
  font-size: 16px;
  font-size: 1rem;
  transition: all 0.25s ease-in, box-shadow 0.5s ease-out, border 0.5s ease-out;
}
.contact-banner .banner-form input[type="submit"]:hover {
  background-color: #eef6e6;
}

.donate-form {
  padding: 130px 0;
}
@media screen and (max-width: 1600px) {
  .donate-form {
    padding: 130px 20px;
  }
}
.donate-form .donate-title {
  font-size: 68px;
  font-size: 4.25rem;
  color: #161434;
  text-align: center;
  font-family: "BaskervilleURW-Reg", sans-serif;
  font-variant: small-caps;
  font-weight: normal;
}
.donate-form .donate-desc {
  font-size: 24px;
  font-size: 1.5rem;
  padding: 0 145px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1500px) {
  .donate-form .donate-desc {
    padding: 0 100px;
  }
}
@media screen and (max-width: 1200px) {
  .donate-form .donate-desc {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1024px) {
  .donate-form .donate-desc {
    padding: 0 20px;
  }
}
.donate-form .donate-desc > p:first-child:first-letter {
  color: #5f0703;
  font-size: 60px;
  line-height: 60px;
}
.donate-form .gform_wrapper .gform_fields {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.donate-form .gform_wrapper .gform_fields .gfield {
  padding: 0;
}
.donate-form .gform_wrapper .gform_fields .gfield .gfield_label {
  font-family: "BaskervilleURW-Reg", sans-serif;
  font-variant: small-caps;
  font-weight: normal;
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
}
.donate-form .gform_wrapper .gform_fields .gfield.total {
  margin: 30px 0 !important;
}
.donate-form .gform_wrapper .gform_fields .gfield.total label {
  font-family: "BaskervilleURW-Reg", sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: normal;
  display: inline-block;
}
.donate-form .gform_wrapper .gform_fields .gfield.total .ginput_container {
  display: inline-block;
}
.donate-form .gform_wrapper .gform_fields .gfield.total .ginput_total {
  color: #5f0703;
  font-size: 25px;
  font-size: 1.5625rem;
  margin-left: 10px;
}
.donate-form .gform_wrapper .gform_fields .gfield.set-amounts {
  text-align: center;
}
.donate-form
  .gform_wrapper
  .gform_fields
  .gfield.set-amounts
  .gfield_description {
  padding-top: 0;
  font-size: 20px;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  line-height: 22px;
  margin-bottom: 50px;
}
.donate-form .gform_wrapper .gform_fields .gfield.set-amounts .gfield_radio {
  margin: 0;
  list-style-type: none;
  position: relative;
  padding: 50px 0;
}
.donate-form .gform_wrapper .gform_fields .gfield.set-amounts .gfield_radio li {
  display: inline-block;
  width: 100%;
  max-width: 15%;
  margin: 0;
}
@media screen and (max-width: 700px) {
  .donate-form
    .gform_wrapper
    .gform_fields
    .gfield.set-amounts
    .gfield_radio
    li {
    max-width: 30%;
  }
}
@media screen and (max-width: 450px) {
  .donate-form
    .gform_wrapper
    .gform_fields
    .gfield.set-amounts
    .gfield_radio
    li {
    max-width: 50%;
  }
}
@media screen and (max-width: 375px) {
  .donate-form
    .gform_wrapper
    .gform_fields
    .gfield.set-amounts
    .gfield_radio
    li {
    max-width: 100%;
  }
}
.donate-form
  .gform_wrapper
  .gform_fields
  .gfield.set-amounts
  .gfield_radio
  li
  input {
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.donate-form
  .gform_wrapper
  .gform_fields
  .gfield.set-amounts
  .gfield_radio
  li
  input
  + label {
  display: inline-block;
  width: 100%;
  height: auto;
  border: 1px solid #66ccff;
  padding: 12px 0 6px 0;
  transition: all 0.3s ease-in;
  cursor: pointer;
  background-color: #ffffff;
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "BaskervilleURW-Reg", sans-serif;
  font-variant: small-caps;
  font-weight: normal;
}
.donate-form
  .gform_wrapper
  .gform_fields
  .gfield.set-amounts
  .gfield_radio
  li
  input:checked
  + label {
  background-color: #66ccff;
}
.donate-form .gform_wrapper .gform_fields .gfield.custom-amount {
  text-align: center;
}
.donate-form
  .gform_wrapper
  .gform_fields
  .gfield.custom-amount
  > .gfield_label {
  margin-bottom: 35px;
  font-size: 25px;
  font-size: 1.5625rem;
  font-variant: small-caps;
}
.donate-form
  .gform_wrapper
  .gform_fields
  .gfield.custom-amount
  .ginput_container
  input[type="text"] {
  border: 1px solid #66ccff;
  height: 60px;
  padding: 15px 10px 10px;
  font-family: "BaskervilleURW-Reg", sans-serif;
  font-variant: small-caps;
  font-weight: normal;
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  margin-bottom: 28px;
  width: 260px;
  display: inline-block;
}
.donate-form .gform_wrapper .gform_fields .gfield.contribution {
  text-align: center;
  margin-bottom: 40px;
}
.donate-form .gform_wrapper .gform_fields .gfield.contribution > label {
  display: none;
}
.donate-form .gform_wrapper .gform_fields .gfield.contribution .gfield_radio {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  text-align: center;
}
.donate-form
  .gform_wrapper
  .gform_fields
  .gfield.contribution
  .gfield_radio
  input {
  margin: 0;
}
.donate-form
  .gform_wrapper
  .gform_fields
  .gfield.contribution
  .gfield_radio
  li
  label {
  color: #5f0703;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
  font-family: "BaskervilleURW-Bol", Georgia, sans-serif;
  display: inline-block;
  padding-left: 12px;
}
.donate-form .gform_wrapper .gform_fields .gfield.gform_validation_container {
  display: none;
}
.donate-form .gform_wrapper #gform_page_3_2 .gfield {
  margin-bottom: 20px !important;
}
.donate-form .gform_wrapper #gform_page_3_2 .gfield .gfield_label {
  font-family: "BaskervilleURW-Reg", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
}
.donate-form .gform_wrapper #gform_page_3_2 .gfield .ginput_container {
  margin-top: 0 !important;
}
.donate-form .gform_wrapper #gform_page_3_2 .gfield .ginput_container input {
  height: 40px;
}
.donate-form .gform_wrapper #gform_page_3_2 .gfield.gf_left_half {
  padding-right: 8px !important;
}
.donate-form .gform_wrapper #gform_page_3_2 .gfield.gf_right_half {
  padding-left: 8px !important;
}
@media screen and (max-width: 650px) {
  .donate-form .gform_wrapper #gform_page_3_2 .gfield.gf_left_half {
    padding-right: 0px !important;
  }
  .donate-form .gform_wrapper #gform_page_3_2 .gfield.gf_right_half {
    padding-left: 0px !important;
  }
}
.donate-form .gform_wrapper .gform_page_footer {
  text-align: center;
  padding: 40px 0 0 0;
  margin: 0;
  width: 100%;
}
.donate-form .gform_wrapper .gform_page_footer input[type="button"],
.donate-form .gform_wrapper .gform_page_footer input[type="submit"] {
  background-color: #66ccff;
  color: #161434;
  font-family: "BaskervilleURW-BolObl", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  border: 0;
  padding: 10px 20px 7px 20px;
  font-variant: small-caps;
}
.donate-form
  .gform_wrapper
  .gform_page_footer
  input[type="button"].gform_previous_button,
.donate-form
  .gform_wrapper
  .gform_page_footer
  input[type="submit"].gform_previous_button {
  background-color: #c6ecff;
}
.donate-form
  .gform_wrapper
  .gform_page_footer
  input[type="button"][type="submit"],
.donate-form
  .gform_wrapper
  .gform_page_footer
  input[type="submit"][type="submit"] {
  background-color: #a13334;
  color: #ffffff;
}
.donate-form .gform_wrapper .gform_footer {
  clear: both;
  padding: 40px 0 0 0;
  margin: 0;
  text-align: center;
}
.donate-form .gform_wrapper .gform_footer input[type="submit"] {
  color: #1c1a40;
  background-color: #66ccff;
  padding: 10px 20px;
  border: 0;
}
.donate-form .gform_wrapper.gf_browser_chrome .gform_body {
  width: 100%;
}
.donate-form .selectize-control {
  margin-top: 10px;
}
.donate-form .selectize-control .selectize-input {
  max-width: 45%;
  border: 2px solid #66ccff;
  border-radius: 0;
  box-shadow: none;
  padding: 12px 12px 8px 12px;
}
@media screen and (max-width: 650px) {
  .donate-form .selectize-control .selectize-input {
    max-width: 90%;
  }
}
.donate-form .selectize-control .selectize-input .item {
  font-family: "BaskervilleURW-Reg", sans-serif;
  font-variant: small-caps;
  font-size: 20px;
  font-size: 1.25rem;
}
.donate-form .selectize-control .selectize-dropdown .option {
  font-family: "BaskervilleURW-Reg", sans-serif;
  font-variant: small-caps;
  font-size: 20px;
  font-size: 1.25rem;
}
.donate-form .donate-form-wrap .gform_confirmation_message {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "BaskervilleURW-Reg", sans-serif;
  color: #1c1a40;
  text-align: center;
}

.hero-banner {
  height: calc(100vh - 108px) !important;
  min-height: calc(100vh - 108px) !important;
  padding: 25px;
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner .dt {
  position: relative;
  z-index: 10;
}
.hero-banner:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,ffffff+100&1+30,0+100 */
  background: -moz-linear-gradient(
    top,
    white 1%,
    white 30%,
    rgba(255, 255, 255, 0) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    white 1%,
    white 30%,
    rgba(255, 255, 255, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    white 1%,
    white 30%,
    rgba(255, 255, 255, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */
}
.hero-banner .hero-banner-box {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6b1212+0,4f0303+100&1+0,0.76+100 */
  background: -moz-linear-gradient(top, #6b1212 0%, rgba(79, 3, 3, 0.76) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #6b1212 0%,
    rgba(79, 3, 3, 0.76) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #6b1212 0%, rgba(79, 3, 3, 0.76) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b1212', endColorstr='#c24f0303',GradientType=0 );
  /* IE6-9 */
  position: relative;
}
.hero-banner .hero-banner-box-content {
  text-align: center;
  max-width: 1040px;
  margin: 0 auto;
}
.hero-banner .hero-banner-box-content .btn-border {
  margin-top: 28px;
}
@media screen and (max-width: 500px) {
  .hero-banner .hero-banner-box-content {
    padding: 0;
  }
}
.hero-banner img {
  float: left;
  margin-right: 5%;
}
.hero-banner h4.hero-banner-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  color: #fff;
  margin: 0 0 28px 0;
  font-weight: normal;
  letter-spacing: 0.5px;
}
.hero-banner h3.hero-banner-box-header {
  font-size: 85px;
  font-size: 5.3125rem;
  line-height: 92px;
  font-family: "BaskervilleURW-Reg", sans-serif;
  color: #fff;
  margin: 26px 0 40px 0;
  font-weight: normal;
  padding: 0 50px;
}
.hero-banner .rule {
  width: 44%;
  height: 1px;
  margin: 52px auto 66px auto;
  background-color: #eef6e6;
}
.hero-banner .hero-banner-box-description {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "BaskervilleURW-Reg", sans-serif;
  color: #fff;
  line-height: 40px;
  letter-spacing: 1.4px;
  margin-bottom: 31px;
}
.hero-banner .hero-banner-box-description p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .hero-banner .hero-banner-box-description {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 500px) {
  .hero-banner .hero-banner-box-description {
    display: none;
  }
}
.hero-banner .btn-group {
  clear: both;
  text-align: center;
  margin-top: 90px;
}
.hero-banner.four-o-four:before {
  display: none;
}
.hero-banner.four-o-four h3.hero-banner-box-header {
  padding-top: 2vh;
  line-height: 161px;
  font-size: 330px;
  font-size: 20.625rem;
}
.hero-banner.four-o-four .hero-banner-box-description {
  max-width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
}
.hero-banner.four-o-four .hero-banner-box-description p {
  line-height: 50px;
}
.hero-banner.four-o-four .btn-group {
  margin-top: 45px;
}

.page-template-get-involved .hero-banner {
  padding: 44px;
}

.page-template-get-involved .hero-banner-box {
  border: 1px solid #66ccff;
}

.highlight-banner {
  height: 900px;
  padding: 25px;
  background-color: #ffffff;
}
.highlight-banner .highlight-banner-box {
  background-color: #eef6e6;
}
.highlight-banner .highlight-banner-box-content {
  text-align: left;
  max-width: 970px;
  padding: 85px 34px 70px;
  margin: 0 auto;
}
.highlight-banner .highlight-banner-box-content .btn-border {
  margin-top: 28px;
}
@media screen and (max-width: 500px) {
  .highlight-banner .highlight-banner-box-content {
    padding: 0;
  }
}
.highlight-banner img {
  float: left;
  margin-right: 5%;
}
.highlight-banner h3.highlight-banner-box-header {
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 50px;
  font-family: "BaskervilleURW-Reg", sans-serif;
  color: #161434;
  margin: 28px 0;
  font-weight: normal;
}
.highlight-banner .highlight-banner-box-description {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "BaskervilleURW-Reg", sans-serif;
  color: #5f0703;
  line-height: 34px;
}
.highlight-banner .highlight-banner-box-description p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .highlight-banner .highlight-banner-box-description {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 500px) {
  .highlight-banner .highlight-banner-box-description {
    display: none;
  }
}
.highlight-banner .btn-group {
  clear: both;
  text-align: center;
  margin-top: 90px;
}

.image-banner {
  font-size: 0;
}
.image-banner img {
  width: 50%;
  float: left;
  vertical-align: top;
}

.image-banner .image-banner-box.dc {
  max-width: 1080px;
  display: block;
  margin: auto;
}

.letter {
  background-color: #ffffff;
}
.letter .letter-wrap {
  padding: 55px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .letter .letter-wrap {
    padding: 0 0 0 50px;
  }
}
@media screen and (max-width: 960px) {
  .letter .letter-wrap {
    padding: 0 0 0 30px;
  }
}
@media screen and (max-width: 860px) {
  .letter .letter-wrap {
    padding: 0;
  }
}
.letter .letter-side-image {
  width: 130px;
  height: 130px;
  margin: 60px auto;
  border-radius: 50%;
  border: 3px solid #66ccff;
  position: relative;
}
.letter .letter-side-image:before {
  display: block;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 1px solid #a13334;
  width: 50%;
}
@media screen and (max-width: 860px) {
  .letter .letter-side-image {
    position: relative;
    margin: 0 auto 40px auto;
    display: block;
  }
}
.letter .letter-header {
  text-align: center;
  font-weight: normal;
  font-size: 68px;
  font-size: 4.25rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 500px) {
  .letter .letter-header {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.letter .letter-author {
  text-align: center;
  color: #5f0703;
}
.letter .letter-signature {
  display: block;
  margin: 90px auto 0 auto;
}
.letter .letter-content {
  border: 1px solid #5f0703;
  padding: 180px 0;
}
.letter .letter-content p {
  margin-bottom: 40px;
  line-height: 1.8;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
}
@media screen and (max-width: 500px) {
  .letter .letter-content p {
    margin-bottom: 20px;
  }
}
.letter .letter-content .letter-text {
  margin-top: 100px;
  padding: 0 30px;
}
.letter .letter-content blockquote {
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  font-variant: small-caps;
  line-height: 1.1;
  margin: 50px 0 30px 0;
}
@media screen and (max-width: 960px) {
  .letter .letter-content blockquote p {
    font-size: 36px;
    font-size: 2.25rem;
    padding: 20px;
  }
}
@media screen and (max-width: 860px) {
  .letter .letter-content blockquote {
    margin: 0 0 30px 0;
    padding: 0;
  }
  .letter .letter-content blockquote p {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .letter .letter-content blockquote p {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.liberty-tree-banner {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 5vh;
}
@media screen and (max-width: 500px) {
  .liberty-tree-banner {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.liberty-tree-banner .the-lettering {
  float: left;
  margin-left: 15%;
  letter-spacing: 3px;
  font-variant: small-caps;
  position: relative;
  z-index: 1;
}
.liberty-tree-banner .liberty-lettering {
  clear: both;
  line-height: 160px;
  color: #333333;
  text-align: center;
  font-size: 103px;
  font-size: 6.4375rem;
}
@media screen and (max-width: 1024px) {
  .liberty-tree-banner .liberty-lettering {
    font-size: 70px;
    font-size: 4.375rem;
  }
}
@media screen and (max-width: 768px) {
  .liberty-tree-banner .liberty-lettering {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 90px;
  }
}
@media screen and (max-width: 500px) {
  .liberty-tree-banner .liberty-lettering {
    font-size: 33px;
    font-size: 2.0625rem;
  }
}
.liberty-tree-banner .liberty-lettering > span {
  display: inline-block;
  margin: 0 4%;
}
@media screen and (max-width: 1200px) {
  .liberty-tree-banner .liberty-lettering > span {
    margin: 0 3%;
  }
}
@media screen and (max-width: 1024px) {
  .liberty-tree-banner .liberty-lettering > span {
    margin: 0 2.5%;
  }
}
@media screen and (max-width: 768px) {
  .liberty-tree-banner .liberty-lettering > span {
    margin: 0 1.2%;
  }
}
.liberty-tree-banner .leaves {
  display: inline-block;
  width: 66px;
  vertical-align: bottom;
  height: 160px;
  margin: 0;
}
.liberty-tree-banner .leaves span {
  margin-left: -50%;
}
@media screen and (max-width: 1024px) {
  .liberty-tree-banner .leaves span {
    margin-left: -20%;
  }
  .liberty-tree-banner .leaves img {
    max-width: 90px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 768px) {
  .liberty-tree-banner .leaves {
    height: 90px;
  }
  .liberty-tree-banner .leaves img {
    max-width: 70px;
  }
}
@media screen and (max-width: 500px) {
  .liberty-tree-banner .leaves {
    width: 46px;
  }
  .liberty-tree-banner .leaves img {
    max-width: 50px;
  }
}
.liberty-tree-banner .leaves #leaf-b {
  transform: matrix(1, 0, 0, 1, 50, -100);
}
@media screen and (max-width: 1024px) {
  .liberty-tree-banner .leaves #leaf-b {
    display: none;
  }
}
.liberty-tree-banner .leaves #leaf-c {
  transform: matrix(1, 0, 0, 1, -54, -33);
}
@media screen and (max-width: 1024px) {
  .liberty-tree-banner .leaves #leaf-c {
    display: none;
  }
}
.liberty-tree-banner .tree-lettering {
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 17px;
  float: right;
  margin-right: 21%;
}
@media screen and (max-width: 500px) {
  .liberty-tree-banner .tree-lettering {
    letter-spacing: 8px;
  }
}

.projects-banner .banner-content {
  opacity: 0;
}

/* Magnific Popup CSS */
Contact GitHub API Training Shop Blog About .mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 92;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

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

.mfp-header {
  position: fixed;
  padding: 10px;
  background-color: #fff;
  width: 100%;
  z-index: 1;
  top: -100%;
  left: 0;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
  transition: all 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 57px;
  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: 95;
}

.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;
  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: 94;
}
.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: 96;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  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;
}

.mfp-counter {
  position: absolute;
  top: 0;
  left: 0;
  color: #ccc;
  white-space: nowrap;
  font-family: "Proxima Nova";
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.mfp-arrow {
  position: fixed;
  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;
}
@media (max-width: 1750px) {
  .mfp-arrow-left {
    left: -15px;
  }
}
.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;
}
@media (max-width: 1750px) {
  .mfp-arrow-right {
    right: -15px;
  }
}
.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: 1300px;
}
.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%;
  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%;
  max-height: none !important;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 30px 0 40px;
  margin: 65px auto 0 auto;
}
@media (min-width: 1350px) {
  img.mfp-img {
    margin: 95px auto 0 auto;
  }
}

/* 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;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.6);
}
.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 {
  font-family: "Proxima Nova";
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-wrap: break-word;
  color: #6d6e71;
  padding-right: 36px;
}
.mfp-title .toggle-arrow {
  margin: 0 6px;
}
.mfp-title .toggle-arrow svg {
  padding: 2px;
  transform: translateY(0) rotate(-90deg);
  -ms-transform: translateY(0) rotate(-90deg);
}

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

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

@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;
    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 all and (max-width: 1350px) {
  #menu-sidebar {
    left: -100%;
  }
  .mfp-wrap,
  .mfp-arrow-left,
  .mfp-header {
    left: 0;
    width: 100%;
  }
}

@media all and (max-width: 1350px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
}

/*

.mfp-figure - container that holds image and caption
.mfp-bg     - black overlay
.mfp-preloader - "Loading..." incdicator

*/
.mfp-ready .mfp-figure {
  opacity: 0;
}

.mfp-ready.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.6);
}

.mfp-gallery {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-gallery .mfp-figure {
  opacity: 0;
  transition: all 0.3s ease-out;
  transform: scale(0.9);
  -ms-transform: scale(0.9);
}
.mfp-gallery.mfp-bg,
.mfp-gallery .mfp-preloader {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-gallery.mfp-image-loaded .mfp-figure {
  opacity: 1;
  transform: scale(1);
  -ms-transform: scale(1);
}
.mfp-gallery.mfp-ready.mfp-bg,
.mfp-gallery.mfp-ready .mfp-preloader {
  opacity: 0.8;
}
.mfp-gallery.mfp-ready .mfp-header {
  top: 0;
  transition: all 0.4s ease 0.2s;
}
.mfp-gallery.mfp-removing.mfp-wrap {
  opacity: 0;
}
.mfp-gallery.mfp-removing .mfp-figure {
  transform: scale(0.9);
  -ms-transform: scale(0.9);
  opacity: 0;
}
.mfp-gallery.mfp-removing.mfp-bg,
.mfp-gallery.mfp-removing .mfp-preloader {
  opacity: 0;
}

/* preloader */
.mfp-preloader {
  width: 100px;
  height: 100px;
  background: url("../imgs/loader.svg");
  background-size: 100% 100%;
  opacity: 0.8;
  margin: 0 auto;
}

.screen-notice {
  position: absolute;
  color: #ccc;
  width: 100%;
  text-align: center;
  letter-spacing: 0.4px;
  top: -30px;
  line-height: 1em;
}
@media (min-width: 1350px) {
  .screen-notice {
    display: none;
  }
}

.news-banner {
  min-height: 750px;
  height: calc(100vh - 50px);
  max-height: 1000px;
  background-color: #ffffff;
}
@media screen and (max-width: 1440px) {
  .news-banner {
    max-height: 900px;
  }
}
@media screen and (max-width: 1024px) {
  .news-banner {
    min-height: 100%;
    max-height: 640px;
  }
}
@media screen and (max-width: 768px) {
  .news-banner {
    height: auto;
    max-height: 100%;
  }
}
.news-banner .news-banner-content {
  padding: 0 300px;
}
@media screen and (max-width: 1200px) {
  .news-banner .news-banner-content {
    padding: 0 250px;
  }
}
@media screen and (max-width: 960px) {
  .news-banner .news-banner-content {
    padding: 0 100px;
  }
}
@media screen and (max-width: 700px) {
  .news-banner .news-banner-content {
    padding: 0 50px;
  }
}
@media screen and (max-width: 550px) {
  .news-banner .news-banner-content {
    padding: 0 20px;
  }
}
.news-banner .dt .dc {
  vertical-align: bottom;
  padding-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .news-banner .dt .dc {
    padding: 260px 0 160px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .news-banner .dt .dc {
    padding-bottom: 130px;
  }
}
.news-banner h1.news-banner-header {
  font-size: 70px;
  font-size: 4.375rem;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .news-banner h1.news-banner-header {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
.news-banner h1.news-banner-header.dash:after {
  background-color: #5f0703;
}
@media screen and (max-width: 768px) {
  .news-banner h1.news-banner-header {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 550px) {
  .news-banner h1.news-banner-header {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 375px) {
  .news-banner h1.news-banner-header {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 320px) {
  .news-banner h1.news-banner-header {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.news-banner .news-banner-description {
  color: #ffffff;
  font-size: 24px;
  font-size: 1.5rem;
  padding-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .news-banner .news-banner-description {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 320px) {
  .news-banner .news-banner-description {
    font-size: 16px;
    font-size: 1rem;
  }
}

.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0px;
}

.newsletter {
  padding: 150px 0;
  background-color: #5f0703;
  color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.newsletter .frame,
.newsletter .large-frame,
.newsletter .full-frame {
  font-size: 0px;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .newsletter {
    padding: 100px 0;
  }
}
@media screen and (max-width: 650px) {
  .newsletter {
    padding: 100px 50px;
  }
}
@media screen and (max-width: 500px) {
  .newsletter {
    padding: 100px 20px;
  }
}
.newsletter .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #7f3935;
  background-color: rgba(95, 7, 3, 0.8);
}
.newsletter .newsletter-header {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: normal;
}
.newsletter .newsletter-text {
  font-size: 18px;
  font-size: 1.125rem;
}
.newsletter .newsletter-text:before {
  content: " ";
  display: block;
  border-top: 1px solid #a13334;
  margin: 25px 0 30px 0;
}
.newsletter .col {
  width: 60%;
  padding-right: 10%;
  box-sizing: border-box;
  display: inline-block;
}
.newsletter .newsletter-form {
  width: 40%;
  display: inline-block;
}
.newsletter .gform_wrapper {
  margin: 0 auto;
  width: 100% !important;
}
@media screen and (max-width: 600px) {
  .newsletter .gform_wrapper {
    max-width: 100%;
  }
}
.newsletter .gform_wrapper form {
  margin-bottom: 0;
  overflow: visible !important;
}
.newsletter .gform_wrapper .gform_fields {
  margin: 0;
  padding: 0;
}
.newsletter .gform_wrapper h3.gform_title {
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px !important;
  font-size: 34px;
  font-size: 2.125rem;
}
.newsletter .gform_wrapper .ginput_container {
  display: block !important;
  width: auto !important;
  position: relative;
  vertical-align: middle;
}
@media screen and (max-width: 500px) {
  .newsletter .gform_wrapper .ginput_container {
    top: -17px !important;
  }
}
.newsletter .gform_wrapper .ginput_container.ginput_complex {
  display: inline-block;
  width: auto;
}
.newsletter .gform_wrapper .gfield,
.newsletter .gform_wrapper .gfield_error {
  width: 100%;
  clear: none;
  float: left;
  margin-bottom: 25px;
  display: block;
  background-color: transparent !important;
  border: 0 !important;
  position: relative;
  margin-top: 0px;
}
@media screen and (max-width: 500px) {
  .newsletter .gform_wrapper .gfield,
  .newsletter .gform_wrapper .gfield_error {
    line-height: 4;
  }
}
.newsletter .gform_wrapper .gfield.gform_col,
.newsletter .gform_wrapper .gfield_error.gform_col {
  float: right;
  clear: none;
}
.newsletter .gform_wrapper .gfield.gform_col label,
.newsletter .gform_wrapper .gfield_error.gform_col label {
  margin-top: 4px;
}
.newsletter .gform_wrapper .gfield.gform_col span,
.newsletter .gform_wrapper .gfield_error.gform_col span {
  padding-bottom: 12px;
  display: inline-block;
}
.newsletter .gform_wrapper .gfield.gform_col span.ginput_full,
.newsletter .gform_wrapper .gfield_error.gform_col span.ginput_full {
  width: 100%;
}
.newsletter .gform_wrapper .gfield .selectize-control .selectize-input,
.newsletter .gform_wrapper .gfield_error .selectize-control .selectize-input {
  color: #ffffff;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 12px 12px 8px 12px;
  border: 1px solid #ffffff;
}
.newsletter .gform_wrapper .gfield .selectize-control .selectize-input .item,
.newsletter
  .gform_wrapper
  .gfield_error
  .selectize-control
  .selectize-input
  .item {
  font-family: "BaskervilleURW-Reg", sans-serif;
  font-variant: small-caps;
  font-size: 20px;
  font-size: 1.25rem;
}
.newsletter .gform_wrapper .gfield .selectize-control .selectize-dropdown,
.newsletter
  .gform_wrapper
  .gfield_error
  .selectize-control
  .selectize-dropdown {
  border-radius: 0;
}
.newsletter
  .gform_wrapper
  .gfield
  .selectize-control
  .selectize-dropdown
  .option,
.newsletter
  .gform_wrapper
  .gfield_error
  .selectize-control
  .selectize-dropdown
  .option {
  font-family: "BaskervilleURW-Reg", sans-serif;
  font-variant: small-caps;
  font-size: 20px;
  font-size: 1.25rem;
}
.newsletter .gform_wrapper .gfield input[type="text"][name^="input_"],
.newsletter .gform_wrapper .gfield input[type="email"],
.newsletter .gform_wrapper .gfield_error input[type="text"][name^="input_"],
.newsletter .gform_wrapper .gfield_error input[type="email"] {
  background-color: transparent;
  border: 1px solid #ffffff !important;
  padding: 0 6px !important;
  text-align: left;
  text-indent: 3px;
  width: 100% !important;
  color: #eef6e6 !important;
  font-size: 30px !important;
  font-family: "BaskervilleURW-RegObl", Georgia, sans-serif !important;
  height: 37px !important;
}
.newsletter .gform_wrapper .gfield .ginput_container_email,
.newsletter .gform_wrapper .gfield_error .ginput_container_email {
  display: block !important;
  width: 100% !important;
}
@media screen and (max-width: 500px) {
  .newsletter .gform_wrapper .gfield .ginput_container_email,
  .newsletter .gform_wrapper .gfield_error .ginput_container_email {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 500px) {
  .newsletter .gform_wrapper .gfield .ginput_container_email input[type="text"],
  .newsletter
    .gform_wrapper
    .gfield_error
    .ginput_container_email
    input[type="text"] {
    max-width: 80% !important;
  }
}
.newsletter .gform_wrapper .gfield .gfield_label,
.newsletter .gform_wrapper .gfield_error .gfield_label {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
  font-family: "BaskervilleURW-RegObl", Georgia, sans-serif;
  display: block;
  margin: 0 9px 10px 9px !important;
}
.newsletter .gform_wrapper .gfield .gfield_label:last-child,
.newsletter .gform_wrapper .gfield_error .gfield_label:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .newsletter .gform_wrapper .gfield .gfield_label,
  .newsletter .gform_wrapper .gfield_error .gfield_label {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.newsletter .gform_wrapper .gfield .gfield_required,
.newsletter .gform_wrapper .gfield_error .gfield_required {
  display: none;
}
.newsletter .gform_wrapper .gfield .validation_message,
.newsletter .gform_wrapper .gfield_error .validation_message {
  margin: 0;
  padding: 0;
  line-height: 1;
  margin-top: -20px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #5f0703;
  padding: 2px;
  text-transform: uppercase;
}
.newsletter .gform_wrapper .gform_footer {
  text-align: center;
  padding: 0;
  margin: 0;
}
.newsletter .gform_wrapper .gform_footer input[type="submit"] {
  background-color: #66ccff;
  border: 0;
  display: inline-block;
  padding: 10px 20px 8px 20px;
  width: 100%;
  color: #161434;
  margin-top: 20px;
  font-size: 16px;
  font-size: 1rem;
  transition: all 0.25s ease-in, box-shadow 0.5s ease-out, border 0.5s ease-out;
}
.newsletter .gform_wrapper .gform_footer input[type="submit"]:hover {
  background-color: #eef6e6;
}
.newsletter .gform_wrapper .name_last,
.newsletter .gform_wrapper .name_first {
  display: inline !important;
  margin-bottom: 0px !important;
}
.newsletter .gform_wrapper .name_last label,
.newsletter .gform_wrapper .name_first label {
  display: none !important;
}
.newsletter .gform_wrapper .validation_error {
  color: white;
  font-size: 22px;
  font-size: 1.375rem;
}
.newsletter .gform_confirmation_message {
  text-align: center !important;
  color: #fff !important;
  padding: 50px !important;
  border: 1px solid #fff !important;
  max-width: 800px;
  margin: 0 auto;
}

.news-teasers {
  background-color: #ffffff;
  text-align: center;
  padding: 148px 0 45px 0;
}
@media screen and (max-width: 414px) {
  .news-teasers {
    padding: 58px 20px 60px;
  }
}
.news-teasers h2.news-section-title {
  font-size: 34px;
  font-size: 2.125rem;
  font-family: "BaskervilleURW-Reg", Georgia, sans-serif;
  text-transform: uppercase;
  margin-bottom: 85px;
}
@media screen and (max-width: 414px) {
  .news-teasers h2.news-section-title {
    margin-bottom: 55px;
  }
}

.page-template-news .news-teasers {
  padding: 0 0 45px 0;
  position: relative;
  z-index: 2;
}

.news-items-wrap {
  text-align: center;
}

.news-item-wrap {
  width: 33%;
  display: inline-block;
  margin-bottom: 75px;
  vertical-align: top;
}
.news-item-wrap a {
  display: block;
}
@media screen and (max-width: 960px) {
  .news-item-wrap {
    width: 50%;
  }
}
@media screen and (max-width: 730px) {
  .news-item-wrap {
    width: 100%;
  }
  .news-item-wrap:last-child {
    margin-bottom: 0;
  }
}
.news-item-wrap:hover .news-item-img img {
  transform: scale(1.02);
  transform-origin: 50%;
  /*border:2px solid #ffffff;*/
}
.news-item-wrap:hover .news-item-cat .cat-name {
  background-color: #86764e;
}

.news-item-cat {
  position: absolute;
  top: -56px;
  width: 100%;
  text-align: center;
}
.news-item-cat .cat-name {
  transition: all 0.5s ease-in-out;
  padding: 11px 24px;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  background-color: #9e9171;
}

.news-item-content {
  position: relative;
}

.news-item-img {
  position: relative;
  overflow: hidden;
}
.news-item-img .news-item-border {
  border: 2px solid #ffffff;
  width: 330px;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 350px) {
  .news-item-img .news-item-border {
    width: 310px;
  }
}
.news-item-img img {
  transition: all 0.5s ease-in-out;
  /*border:1px solid #ffffff;*/
  /*margin-bottom:35px;*/
}

.news-item-title {
  font-size: 32px;
  font-size: 2rem;
  font-family: "BaskervilleURW-RegObl", Georgia, sans-serif;
  color: #1c1a40;
  margin: 35px 0 8px;
  padding: 0 25px;
}

.news-item-date {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "BaskervilleURW-Reg", Georgia, sans-serif;
  text-transform: uppercase;
  color: #1c1a40;
}

.page-template-news .news-items-wrap {
  position: relative;
  top: -110px;
}

.post-teasers {
  background-color: #ffffff;
}
@media screen and (max-width: 414px) {
  .post-teasers {
    padding: 58px 20px 60px;
  }
}

.blog-pagination {
  text-align: center;
}
.blog-pagination a {
  display: inline-block;
  margin: 0 5px 20px 5px;
  padding: 10px 20px;
  color: #ffffff;
  background-color: #1c1a40;
  font-variant: small-caps;
}

.page-template-news .post-teasers {
  padding: 0 0 45px 0;
  position: relative;
  z-index: 2;
}

.post-item-wrap {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.post-item-wrap .post-item {
  display: block;
  padding: 25px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .post-item-wrap {
    width: 50%;
  }
}
@media screen and (max-width: 730px) {
  .post-item-wrap {
    width: 100%;
  }
  .post-item-wrap:last-child {
    margin-bottom: 0;
  }
}
.post-item-wrap:hover .post-item-img img {
  transform: scale(1.05);
  transform-origin: 50%;
  /*border:2px solid #ffffff;*/
}
.post-item-wrap:hover .post-item-link {
  color: #1c1a40;
  border-top: 1px solid #1c1a40;
}
.post-item-wrap:hover .post-item-content {
  color: #1c1a40;
  background-color: #8cd9ff;
  background-color: rgba(102, 204, 255, 0.75);
}

.post-item-type {
  width: 100%;
}
.post-item-type .type-name {
  display: inline-block;
  letter-spacing: 3px;
}

.post-item-content {
  height: 390px;
  color: #ffffff;
  position: relative;
  padding: 25px 25% 25px 50px;
  transition: all 0.5s ease-in-out;
}
.project-item .post-item-content {
  background-color: #504f67;
  background-color: rgba(22, 20, 52, 0.75);
}
.story-item .post-item-content {
  background-color: #874542;
  background-color: rgba(95, 7, 3, 0.75);
}

.post-item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-item-img img {
  width: 100%;
  transition: all 0.5s ease-in-out;
}

.post-item-title {
  font-size: 48px;
  font-size: 3rem;
  font-family: "BaskervilleURW-Reg", sans-serif;
  margin: 30px 0;
}

.post-item-link {
  display: inline-block;
  border-top: 1px solid #eef6e6;
  padding-top: 20px;
  padding-right: 70px;
  font-size: 16px;
  font-size: 1rem;
  font-family: "BaskervilleURW-Bol", sans-serif;
  color: #66ccff;
  letter-spacing: 2px;
  transition: all 0.5s ease-in-out;
}
.post-item-link i {
  text-transform: uppercase;
}

.page-template-news .news-items-wrap {
  position: relative;
  top: -110px;
}

.grid-featured {
  transition: all 0.5s ease-in-out;
}
.grid-featured:hover .post-featured-tag {
  background-color: #66ccff;
}
.grid-featured .post-featured-content {
  color: #161434;
  height: 830px;
  padding: 50px;
  border: 1px solid #5f0703;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  background-color: #ffffff;
}
.grid-featured .post-featured-img {
  height: 535px;
  text-align: center;
}
.grid-featured .post-featured-img .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.grid-featured .post-featured-img img {
  vertical-align: middle;
  max-height: 535px;
  max-width: 98%;
}
.grid-featured .post-featured-description {
  position: absolute;
  bottom: 50px;
  width: calc(100% - 100px);
}
.grid-featured .post-featured-description p {
  margin: 0;
}
.grid-featured .post-featured-description p + p {
  margin: 0 0 1rem 0;
}
.grid-featured .post-item-link {
  border-top: none !important;
}

.post-featured-tag {
  padding: 14px 20px;
  position: absolute;
  top: 0;
  background-color: #161434;
  color: #ffffff;
  letter-spacing: 2px;
  transition: all 0.5s ease-in-out;
}

.grid-search:first-child .post-search-content {
  height: 415px;
}

.grid-featured + .grid-search .post-search-container {
  padding: 25px 0 25px 25px;
}

.grid-featured + .grid-item .post-search-container {
  padding: 25px;
}

.post-search-container {
  display: block;
  padding: 0 25px 25px 25px;
  position: relative;
  overflow: hidden;
}

.post-search-content {
  background-color: #eef6e6;
  height: 390px;
  color: #ffffff;
  position: relative;
  padding: 45px;
}
@media screen and (max-width: 500px) {
  .post-search-content {
    padding: 20px 0;
    height: auto;
  }
}
.post-search-content p {
  text-align: center;
  color: #1c1a40;
  font-size: 32px;
  font-size: 2rem;
  line-height: 40px;
}

.search-banner {
  width: 100%;
  display: block;
  padding: 90px 10%;
  background-color: #eef6e6;
}
.search-banner ul {
  margin: 0;
  padding: 0;
}

.search-module > div {
  display: table;
  margin-right: auto;
  margin-left: auto;
}
.search-module > div + div {
  margin-top: 30px;
}

.search-module label {
  color: #161434;
  display: inline-block;
  letter-spacing: 2px;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 48px;
  vertical-align: top;
  margin-right: 10px;
}

@media screen and (max-width: 500px) {
  .search-module .search-terms,
  .search-module .search-tags {
    padding-left: 15px;
  }
}

.search-module .search-tags .search-select {
  width: 320px;
  display: inline-block;
}
@media screen and (max-width: 500px) {
  .search-module .search-tags .search-select {
    width: 220px;
  }
}

.search-module .search-tags .selectize-input:before {
  display: none;
}

.search-module .search-tags .selectize-input:after {
  border-color: #66ccff transparent transparent transparent !important;
}

.search-module .search-tags .selectize-input.dropdown-active:after {
  border-color: transparent transparent #66ccff transparent !important;
}

.search-module .search-tags .selectize-input.focus {
  box-shadow: none;
}

.search-module .search-tags .selectize-dropdown {
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.search-module .search-form .search-submit {
  line-height: 14px;
  vertical-align: top;
  font-size: 15px;
  font-size: 0.9375rem;
  border: 2px solid #fff;
  background-color: #eef6e6;
  transition: all 0.25s ease-in;
  height: 45px;
}
.search-module .search-form .search-submit:hover {
  background: #66ccff;
  border: 2px solid #66ccff;
}

.search-module input,
.search-module .selectize-dropdown,
.search-module .selectize-input,
.search-module .selectize-input input {
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 11px 13px 6px;
  color: #161434;
  font-family: "BaskervilleURW-RegIta", Georgia, sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 28px;
  letter-spacing: 1px;
}
@media screen and (max-width: 500px) {
  .search-module input,
  .search-module .selectize-dropdown,
  .search-module .selectize-input,
  .search-module .selectize-input input {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.post-quote-container {
  display: block;
  padding: 25px;
  position: relative;
  overflow: hidden;
}

.post-quote-content {
  height: 390px;
  width: 100%;
  color: #ffffff;
  position: relative;
  padding: 45px;
  background-color: #ffffff;
  border: 1px solid #1d1d1d;
  display: table;
}
.post-quote-content p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #5f0703;
  padding: 0 11%;
}
.post-quote-content p span {
  display: block;
}
.post-quote-content p .quote-text {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 50px;
}
.post-quote-content p .quote-text + span {
  margin-top: 20px;
}
.post-quote-content p .quote-credit {
  font-size: 18px;
  font-size: 1.125rem;
}
.post-quote-content p .quote-date {
  font-size: 18px;
  font-size: 1.125rem;
}

.projects-banner {
  padding: 30px;
  position: relative;
  background-color: #ffffff;
}
@media screen and (max-width: 500px) {
  .projects-banner {
    padding: 10px;
  }
}
.projects-banner .dt {
  border: 1px solid #161434;
  position: relative;
  padding-top: 150px;
}
@media screen and (max-width: 1024px) {
  .projects-banner .dt {
    padding-top: 100px;
  }
}
.projects-banner .post-featured-tag {
  top: 74px;
}
@media screen and (max-width: 1024px) {
  .projects-banner .post-featured-tag {
    top: 24px;
  }
}
.projects-banner .banner-content {
  text-align: left;
  width: 100%;
  padding-bottom: 100px;
}
@media screen and (max-width: 500px) {
  .projects-banner .banner-content {
    padding-bottom: 40px;
  }
}
.projects-banner .banner-description {
  max-width: 560px;
  margin: 0 auto;
  padding: 0 40px;
}
.projects-banner .banner-description p {
  font-size: 20px;
  font-size: 1.25rem;
  color: #161434;
}
.projects-banner .banner-description p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .projects-banner .banner-description p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1024px) {
  .projects-banner .banner-description {
    float: right;
    margin: 0 15% 0 0;
  }
}
.projects-banner .post-item-link {
  width: 100%;
  text-align: center;
  border-top-color: #fff;
  color: #66ccff;
  padding-right: 0;
}

.leaf-particle {
  width: 70px;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 768px) {
  .leaf-particle {
    width: 28px;
    height: 32px;
  }
}
.leaf-particle.leafA {
  background-image: url("imgs/leafA.png");
}
.leaf-particle.leafB {
  background-image: url("imgs/leafB.png");
}
.leaf-particle.leafC {
  background-image: url("imgs/leafC.png");
}
.leaf-particle.leafD {
  background-image: url("imgs/leafD.png");
}

.project-liberty-tree {
  background-color: #eef6e6;
}
.project-liberty-tree .large-liberty-flag {
  width: 100%;
  position: absolute;
  background-size: cover;
  overflow: hidden;
  height: 70%;
}
.project-liberty-tree .liberty-tree-header {
  position: relative;
  overflow: hidden;
}
.project-liberty-tree .liberty-tree-header .large-liberty-tree {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  z-index: 2;
  margin-bottom: -10px;
}
.project-liberty-tree .liberty-tree-header .large-liberty-tree img {
  width: 100%;
}
.project-liberty-tree .liberty-tree-header .liberty-tree-title {
  width: 594px;
  height: 100%;
  position: absolute;
  background-image: url("imgs/liberty-tree-title.png");
  top: 10%;
  width: 100%;
  z-index: 4;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 1200px) {
  .project-liberty-tree .liberty-tree-header .liberty-tree-title {
    background-size: 40%;
  }
}
.project-liberty-tree .liberty-tree-header .parchment {
  background-image: url("imgs/parchment-bg.png");
  width: 100%;
  height: 836px;
  position: absolute;
  bottom: 250px;
}
.project-liberty-tree .liberty-tree-timeline {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9faf4+0,eef6e6+100 */
  background: #f9faf4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f9faf4 0%, #eef6e6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f9faf4 0%, #eef6e6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f9faf4 0%, #eef6e6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9faf4', endColorstr='#eef6e6',GradientType=0 );
  /* IE6-9 */
  margin-top: -400px;
  padding: 300px 40px 0 40px;
  text-align: center;
  z-index: 2;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 500px) {
  .project-liberty-tree .liberty-tree-timeline {
    padding: 300px 20px 0 20px;
  }
}
.project-liberty-tree .liberty-tree-timeline .event {
  height: 80vh;
  position: relative;
  min-height: 700px;
}
.project-liberty-tree .liberty-tree-timeline .dc {
  position: relative;
}
.project-liberty-tree .liberty-tree-timeline .event-date {
  font-size: 550px;
  font-size: 34.375rem;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 17vh;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .project-liberty-tree .liberty-tree-timeline .event-date {
    font-size: 350px;
    font-size: 21.875rem;
  }
}
@media screen and (max-width: 768px) {
  .project-liberty-tree .liberty-tree-timeline .event-date {
    font-size: 220px;
    font-size: 13.75rem;
  }
}
@media screen and (max-width: 500px) {
  .project-liberty-tree .liberty-tree-timeline .event-date {
    font-size: 150px;
    font-size: 9.375rem;
  }
}
@media screen and (max-width: 400px) {
  .project-liberty-tree .liberty-tree-timeline .event-date {
    font-size: 90px;
    font-size: 5.625rem;
  }
}
.project-liberty-tree .liberty-tree-timeline p {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .project-liberty-tree .liberty-tree-timeline p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 500px) {
  .project-liberty-tree .liberty-tree-timeline p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.project-liberty-tree .liberty-tree-timeline .event-intro {
  color: #a13334;
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (max-width: 768px) {
  .project-liberty-tree .liberty-tree-timeline .event-intro {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 36px;
  }
}
@media screen and (max-width: 500px) {
  .project-liberty-tree .liberty-tree-timeline .event-intro {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 30px;
  }
}
.project-liberty-tree .liberty-tree-timeline .timeline-leaf {
  width: 130px;
  height: 110px;
  background-image: url("imgs/tllA.gif");
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .project-liberty-tree .liberty-tree-timeline .timeline-leaf {
    width: 78px;
    height: 66px;
  }
}
.project-liberty-tree .liberty-tree-timeline .event:last-child .timeline-leaf {
  display: none;
}
.project-liberty-tree .liberty-tree-related-projects .columns {
  display: table;
  margin: 0 auto;
  color: #ffffff;
  width: 100%;
  max-width: 1508px;
  padding: 0 24px;
  position: relative;
}
@media screen and (max-width: 1070px) {
  .project-liberty-tree .liberty-tree-related-projects .columns {
    max-width: 700px;
  }
}
.project-liberty-tree .liberty-tree-related-projects .columns .column-leaves {
  position: absolute;
  max-width: 100%;
}
@media screen and (max-width: 500px) {
  .project-liberty-tree .liberty-tree-related-projects .columns .column-leaves {
    width: 50% !important;
  }
}
.project-liberty-tree
  .liberty-tree-related-projects
  .columns:nth-child(even)
  .link-column {
  float: right;
}
.project-liberty-tree
  .liberty-tree-related-projects
  .columns:nth-child(1)
  .column-leaves {
  width: 521px;
  height: 426px;
  top: -67px;
  right: 10%;
  background-image: url("imgs/Top-R.gif");
}
.project-liberty-tree
  .liberty-tree-related-projects
  .columns:nth-child(2)
  .column-leaves {
  width: 422px;
  height: 259px;
  top: 30px;
  left: -90px;
  background-image: url("imgs/Top-L.gif");
}
.project-liberty-tree
  .liberty-tree-related-projects
  .columns:nth-child(3)
  .column-leaves {
  width: 363px;
  height: 360px;
  bottom: 40px;
  right: -50px;
  background-image: url("imgs/Bottom-R.gif");
}
@media screen and (max-width: 1800px) {
  .project-liberty-tree
    .liberty-tree-related-projects
    .columns:nth-child(3)
    .column-leaves {
    right: 0;
  }
}
.project-liberty-tree
  .liberty-tree-related-projects
  .columns:nth-child(4)
  .column-leaves {
  width: 440px;
  height: 435px;
  top: 90px;
  left: -90px;
  background-image: url("imgs/Bottom-L.gif");
}
.project-liberty-tree
  .liberty-tree-related-projects
  .columns:nth-child(5)
  .column-leaves {
  width: 354px;
  height: 672px;
  bottom: -400px;
  right: -20px;
  background-image: url("imgs/Bottom-R2.gif");
}
@media screen and (max-width: 1800px) {
  .project-liberty-tree
    .liberty-tree-related-projects
    .columns:nth-child(5)
    .column-leaves {
    right: 0;
  }
}
.project-liberty-tree .liberty-tree-related-projects .link-column,
.project-liberty-tree .liberty-tree-related-projects .quad-column {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1070px) {
  .project-liberty-tree .liberty-tree-related-projects .link-column,
  .project-liberty-tree .liberty-tree-related-projects .quad-column {
    width: 100%;
  }
}
.project-liberty-tree .liberty-tree-related-projects .link-column {
  padding: 11px;
  position: relative;
  position: relative;
}
.project-liberty-tree .liberty-tree-related-projects .link-column:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.project-liberty-tree .liberty-tree-related-projects .link-column > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.project-liberty-tree .liberty-tree-related-projects .link-column:hover .inner {
  background-color: #a13334;
}
.project-liberty-tree .liberty-tree-related-projects .link-column .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  padding: 90px;
  height: calc(100% - 22px);
  width: calc(100% - 22px);
  background-color: #5f0703;
  transition: all 0.15s ease-in-out;
}
@media screen and (max-width: 1100px) {
  .project-liberty-tree .liberty-tree-related-projects .link-column .inner {
    padding: 60px;
  }
}
@media screen and (max-width: 500px) {
  .project-liberty-tree .liberty-tree-related-projects .link-column .inner {
    padding: 30px;
  }
}
.project-liberty-tree .liberty-tree-related-projects .link-column .link-title {
  font-size: 80px;
  font-size: 5rem;
  font-family: "BaskervilleURW-Reg", sans-serif;
}
@media screen and (max-width: 1100px) {
  .project-liberty-tree
    .liberty-tree-related-projects
    .link-column
    .link-title {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 500px) {
  .project-liberty-tree
    .liberty-tree-related-projects
    .link-column
    .link-title {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 400px) {
  .project-liberty-tree
    .liberty-tree-related-projects
    .link-column
    .link-title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.project-liberty-tree
  .liberty-tree-related-projects
  .link-column
  .post-item-link {
  position: absolute;
  bottom: 90px;
}
@media screen and (max-width: 500px) {
  .project-liberty-tree
    .liberty-tree-related-projects
    .link-column
    .post-item-link {
    bottom: 30px;
  }
}
@media screen and (max-width: 400px) {
  .project-liberty-tree
    .liberty-tree-related-projects
    .link-column
    .post-item-link {
    padding-right: 0;
  }
}
.project-liberty-tree .liberty-tree-related-projects .quad-column {
  box-sizing: content-box;
  text-align: center;
}
.project-liberty-tree .liberty-tree-related-projects .quad-column .quad {
  width: 50%;
  float: left;
  padding: 11px;
  display: block;
  position: relative;
}
.project-liberty-tree .liberty-tree-related-projects .quad-column .quad:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.project-liberty-tree
  .liberty-tree-related-projects
  .quad-column
  .quad
  > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.project-liberty-tree
  .liberty-tree-related-projects
  .quad-column
  .quad.magnific:hover
  img {
  transform: scale(1.05);
  transform-origin: 50%;
}
.project-liberty-tree
  .liberty-tree-related-projects
  .quad-column
  .quad.magnific:hover
  .plus {
  opacity: 1;
}
@media screen and (max-width: 550px) {
  .project-liberty-tree .liberty-tree-related-projects .quad-column .quad {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
}
.project-liberty-tree .liberty-tree-related-projects .quad-column .quad .plus {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  text-align: center;
  line-height: 100%;
  vertical-align: middle;
  transition: all 0.25s ease-in-out;
  background-color: rgba(102, 204, 255, 0.8);
}
.project-liberty-tree
  .liberty-tree-related-projects
  .quad-column
  .quad
  .plus:before {
  content: "+";
  font-size: 50px;
  font-size: 3.125rem;
  font-style: normal;
  vertical-align: middle;
  display: table-cell;
}
@media screen and (max-width: 1070px) {
  .project-liberty-tree
    .liberty-tree-related-projects
    .quad-column
    .quad.blank {
    display: none;
  }
}
.project-liberty-tree
  .liberty-tree-related-projects
  .quad-column
  .quad.blank
  .inner {
  background-color: transparent;
}
.project-liberty-tree .liberty-tree-related-projects .quad-column .quad .inner {
  position: absolute;
  overflow: hidden;
  padding: 11px;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  height: calc(100% - 22px);
  width: calc(100% - 22px);
  background-color: #161434;
  background-size: cover;
}
.project-liberty-tree
  .liberty-tree-related-projects
  .quad-column
  .quad-content {
  padding: 14% 12%;
  position: relative;
}
@media screen and (max-width: 1100px) and (min-width: 1070px) {
  .project-liberty-tree
    .liberty-tree-related-projects
    .quad-column
    .quad-content {
    padding: 3% 8%;
  }
}
@media screen and (max-width: 500px) {
  .project-liberty-tree
    .liberty-tree-related-projects
    .quad-column
    .quad-content {
    padding: 3% 8%;
  }
}
.project-liberty-tree
  .liberty-tree-related-projects
  .quad-column
  .quad-content
  i.quote {
  width: 35px;
  height: 26px;
  display: block;
  margin: 0 auto;
  background-image: url("imgs/quotemark-lt.svg");
  background-repeat: no-repeat;
  margin-bottom: 13px;
}
@media screen and (max-width: 1100px) and (min-width: 1070px) {
  .project-liberty-tree
    .liberty-tree-related-projects
    .quad-column
    .quad-content
    i.quote {
    margin-bottom: 3px;
    width: 26px;
  }
}
@media screen and (max-width: 500px) {
  .project-liberty-tree
    .liberty-tree-related-projects
    .quad-column
    .quad-content
    i.quote {
    margin: -10px auto -11px auto !important;
  }
}
@media screen and (max-width: 1100px) and (min-width: 1070px) {
  .project-liberty-tree
    .liberty-tree-related-projects
    .quad-column
    .quad-content
    p {
    line-height: 1;
  }
}
.project-liberty-tree
  .liberty-tree-related-projects
  .quad-column
  .quad-content
  .label {
  letter-spacing: 1px;
}
.project-liberty-tree
  .liberty-tree-related-projects
  .quad-column
  .quad-content
  .large {
  color: #a13334;
  font-size: 150px;
  font-size: 9.375rem;
}
.project-liberty-tree .liberty-tree-locations {
  overflow: hidden;
  text-align: center;
  padding: 200px 0;
}
@media screen and (max-width: 500px) {
  .project-liberty-tree .liberty-tree-locations {
    padding: 100px 0;
  }
}
.project-liberty-tree .liberty-tree-locations .featured-headline {
  position: relative;
}
.project-liberty-tree .liberty-tree-locations .featured-headline h3 {
  font-weight: normal;
  font-size: 125px;
  font-size: 7.8125rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .project-liberty-tree .liberty-tree-locations .featured-headline h3 {
    font-size: 100px;
    font-size: 6.25rem;
  }
}
@media screen and (max-width: 500px) {
  .project-liberty-tree .liberty-tree-locations .featured-headline h3 {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 45px;
  }
}
.project-liberty-tree .liberty-tree-locations .bg-text {
  color: #ffffff;
  font-size: 28vw;
  display: block;
  margin-left: -100%;
  margin-right: -100%;
  margin-bottom: -20%;
}
@media (min-width: 1800px) {
  .project-liberty-tree .liberty-tree-locations .bg-text {
    font-size: 504px;
    font-size: 31.5rem;
  }
}
.project-liberty-tree .liberty-tree-locations p {
  font-size: 24px;
  font-size: 1.5rem;
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .project-liberty-tree .liberty-tree-locations p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 500px) {
  .project-liberty-tree .liberty-tree-locations p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.project-liberty-tree .liberty-tree-locations .locations-grid .tree-location {
  background-color: #ffffff;
  width: 23%;
  float: left;
  margin: 1%;
  position: relative;
  overflow: hidden;
}
.project-liberty-tree
  .liberty-tree-locations
  .locations-grid
  .tree-location:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.project-liberty-tree
  .liberty-tree-locations
  .locations-grid
  .tree-location
  > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.project-liberty-tree
  .liberty-tree-locations
  .locations-grid
  .tree-location:hover
  a.img {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .project-liberty-tree .liberty-tree-locations .locations-grid .tree-location {
    width: 31%;
  }
}
@media screen and (max-width: 768px) {
  .project-liberty-tree .liberty-tree-locations .locations-grid .tree-location {
    width: 48%;
  }
}
@media screen and (max-width: 500px) {
  .project-liberty-tree .liberty-tree-locations .locations-grid .tree-location {
    width: 100%;
  }
}
.project-liberty-tree .liberty-tree-locations .locations-grid .location-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  padding: 20px;
}
.project-liberty-tree .liberty-tree-locations .locations-grid .location-city {
  display: block;
  font-size: 32px;
  font-size: 2rem;
  color: #a13334;
}
.project-liberty-tree .liberty-tree-locations .locations-grid .location-name {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 25px;
}
.project-liberty-tree .liberty-tree-locations .locations-grid a.img {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.15s ease-in-out;
}
.project-liberty-tree .liberty-tree-cta {
  padding: 25px;
  height: 900px;
}
@media screen and (max-width: 920px) {
  .project-liberty-tree .liberty-tree-cta {
    height: auto;
  }
}
.project-liberty-tree .liberty-tree-cta .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 3%;
  font-size: 0px;
}
.project-liberty-tree .liberty-tree-cta .dc {
  height: 100%;
  background: rgba(22, 20, 52, 0.8);
}
.project-liberty-tree .liberty-tree-cta .cta-title {
  box-sizing: border-box;
  color: #ffffff;
  font-size: 125px;
  font-size: 7.8125rem;
  width: 40%;
  text-align: right;
  display: inline-block;
}
@media screen and (max-width: 920px) {
  .project-liberty-tree .liberty-tree-cta .cta-title {
    text-align: center;
    width: 100%;
    padding-top: 30px;
    font-size: 55px;
    font-size: 3.4375rem;
  }
}
@media screen and (max-width: 500px) {
  .project-liberty-tree .liberty-tree-cta .cta-title {
    padding: 15px;
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
.project-liberty-tree .liberty-tree-cta .cta-content {
  width: 60%;
  display: inline-block;
  padding-left: 80px;
  box-sizing: border-box;
  word-break: break-word;
}
@media screen and (max-width: 920px) {
  .project-liberty-tree .liberty-tree-cta .cta-content {
    width: 100%;
    padding: 30px;
  }
}
@media screen and (max-width: 500px) {
  .project-liberty-tree .liberty-tree-cta .cta-content {
    padding: 20px;
  }
}
.project-liberty-tree .liberty-tree-cta .cta-content p {
  color: #ffffff;
  padding-left: 25px;
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (max-width: 920px) {
  .project-liberty-tree .liberty-tree-cta .cta-content p {
    padding-left: 0;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 500px) {
  .project-liberty-tree .liberty-tree-cta .cta-content p {
    font-size: 18px;
  }
}
.project-liberty-tree .liberty-tree-cta .cta-content .btn-group {
  margin-top: 45px;
}
.project-liberty-tree .liberty-tree-cta .cta-content a.btn {
  color: #ffffff;
  width: 60%;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 920px) {
  .project-liberty-tree .liberty-tree-cta .cta-content a.btn {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.quote-section {
  background-color: #ffffff;
  padding: 25px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .quote-section {
    display: none;
  }
}
.quote-section .quotes {
  background-image: url("imgs/quote-frame.svg");
}
.quote-section .quote-box {
  display: none;
  height: 380px;
  padding: 75px 180px;
  background-size: 100%;
  background-repeat: no-repeat;
  font-family: "BaskervilleURW-Reg", Georgia, sans-serif;
}
.quote-section .quote-box:first-child {
  display: block;
}
@media screen and (max-width: 1550px) {
  .quote-section .quote-box {
    padding: 75px 140px;
  }
}
@media screen and (max-width: 1440px) {
  .quote-section .quote-box {
    padding: 75px 80px;
  }
}
@media screen and (max-width: 1300px) {
  .quote-section .quote-box {
    padding: 75px 50px;
  }
}
@media screen and (max-width: 1024px) {
  .quote-section .quote-box {
    padding: 35px 50px;
    height: 310px;
  }
}
@media screen and (max-width: 800px) {
  .quote-section .quote-box {
    padding: 35px 30px;
  }
}
.quote-section .quote-highlight {
  text-align: center;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 55px;
  color: #86764e;
  width: 30%;
  text-transform: uppercase;
  background-image: url("imgs/quote.svg");
  background-size: 106px 84px;
  background-repeat: no-repeat;
  padding: 40px 60px 0 0;
  vertical-align: middle;
  display: inline-block;
  line-height: 0.9;
}
.quote-section .quote-highlight i {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: -10px;
}
@media screen and (max-width: 1300px) {
  .quote-section .quote-highlight {
    font-size: 50px;
    font-size: 3.125rem;
  }
  .quote-section .quote-highlight i {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1200px) {
  .quote-section .quote-highlight {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .quote-section .quote-highlight i {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .quote-section .quote-highlight {
    display: none;
  }
}
.quote-section .quote-desc {
  display: inline-block;
  font-size: 26px;
  font-size: 1.625rem;
  font-family: "BaskervilleURW-RegObl", Georgia, sans-serif;
  vertical-align: middle;
  width: 69%;
  line-height: 35px;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .quote-section .quote-desc {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 1024px) {
  .quote-section .quote-desc {
    width: 100%;
  }
}
.quote-section cite {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  display: block;
  padding-top: 20px;
  font-family: "BaskervilleURW-Reg", Georgia, sans-serif;
  font-style: normal;
  line-height: 18px;
  color: #86764e;
}
.quote-section cite span {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "BaskervilleURW-RegObl", Georgia, sans-serif;
  text-transform: none;
  display: block;
}
@media screen and (max-width: 1024px) {
  .quote-section cite {
    font-size: 16px;
    font-size: 1rem;
  }
  .quote-section cite span {
    font-size: 16px;
    font-size: 1rem;
  }
}

.related-news {
  background-color: #ffffff;
  padding: 130px 0 55px;
  text-align: center;
  font-size: 0;
}
@media screen and (max-width: 500px) {
  .related-news {
    padding: 130px 20px 55px;
  }
}
.related-news h2.news-section-title {
  font-size: 34px;
  font-size: 2.125rem;
  font-family: "BaskervilleURW-Reg", Georgia, sans-serif;
  text-transform: uppercase;
  margin-bottom: 85px;
}

.related-resources {
  padding: 100px 0;
  background-color: #ffffff;
}
@media screen and (max-width: 1350px) {
  .related-resources {
    padding: 100px 60px;
  }
}
@media screen and (max-width: 767px) {
  .related-resources {
    padding: 100px 20px;
  }
}
.related-resources .dc {
  vertical-align: top;
}
@media screen and (max-width: 960px) {
  .related-resources .dc {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
  }
  .related-resources .dc:last-of-type {
    margin-bottom: 0;
  }
}
.related-resources .resource-wrap {
  padding: 1px 40px 3px 26px;
  border-left: 3px solid #dedacd;
}
@media screen and (max-width: 960px) {
  .related-resources .resource-wrap {
    padding: 1px 0 3px 20px;
  }
}
.related-resources .resource-cat {
  font-size: 32px;
  font-size: 2rem;
  font-family: "BaskervilleURW-RegObl", Georgia, sans-serif;
  color: #9e9171;
  margin-bottom: 5px;
}
@media screen and (max-width: 414px) {
  .related-resources .resource-cat {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.related-resources .resource-title {
  font-size: 34px;
  font-size: 2.125rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .related-resources .resource-title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 414px) {
  .related-resources .resource-title {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.related-resources .resource-desc {
  font-size: 20px;
  font-size: 1.25rem;
}
.related-resources .resource-link {
  display: block;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  color: #5f0703;
  text-transform: uppercase;
  margin-top: 24px;
}

.page-template-admissions-financial-aid .related-resources {
  background-color: #ffffff;
}
.resource-library-wrap {
  width: 100%;
  max-width: 970px;
  padding: 85px 34px 70px;
  margin: 0 auto;
}
.resource-library-wrap h3 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 50px;
  font-family: "BaskervilleURW-Reg", sans-serif;
  color: #161434;
  margin: 0 0 10px;
  font-weight: normal;
}
.resource-library-wrap .resource-item {
  background: #eef6e6;
  padding: 10px 60px 10px 20px;
  margin-bottom: 5px;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "BaskervilleURW-Reg", sans-serif;
  line-height: 34px;
  display: block;
  width: 100%;
  position: relative;
}
.resource-library-wrap .resource-item:after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(".././imgs/download-icon.png");
  background-size: cover;
  background-position: 50%;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
@media screen and (max-width: 500px) {
  .resource-library-wrap {
    padding: 20px 20px 70px;
  }
  .resource-library-wrap .resource-item {
    padding: 10px 30px 10px 20px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .resource-library-wrap .resource-item:after {
    width: 15px;
    height: 15px;
    right: 15px;
  }
}
#search-results {
  background-color: #ffffff;
  padding: 25px;
  overflow: hidden;
  text-align: center;
  height: 400px;
}
#search-results .dt {
  background-color: #ffffff;
  padding: 5% 40px 3%;
}
#search-results .callout-headline {
  font-size: 68px;
  font-size: 4.25rem;
  line-height: 68px;
  color: #1c1a40;
  vertical-align: middle;
  display: block;
  line-height: 0.9;
}
@media screen and (max-width: 1300px) {
  #search-results .callout-headline {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 1200px) {
  #search-results .callout-headline {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 800px) {
  #search-results .callout-headline {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
#search-results .callout-text {
  display: inline-block;
  font-size: 32px;
  font-size: 2rem;
  font-family: "BaskervilleURW-Reg", sans-serif;
  vertical-align: middle;
  color: #1c1a40;
  width: 70%;
  line-height: 40px;
}
#search-results .callout-text:before {
  content: " ";
  display: table;
  margin: 35px auto;
  width: 60%;
  height: 1px;
  border-top: 1px solid #a13334;
}
@media screen and (max-width: 1200px) {
  #search-results .callout-text {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.page-template-about #search-results .dt {
  background-color: #ffffff;
}
.page-template-about #search-results .callout-text {
  color: #5f0703;
}

.single-post-background {
  background-color: #161434;
  background-size: cover;
  background-position: top center;
  max-width: 1200px;
  margin: auto;
  height: 100%;
  width: 100%;
}
.single-post-background:after {
  height: 250px;
  width: 100%;
  display: block;
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(100%, white)
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    white 100%
  );
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
.single-post-background .frame,
.single-post-background .large-frame,
.single-post-background .full-frame {
  padding: 218px 100px 125px 100px;
}
@media screen and (max-width: 1024px) {
  .single-post-background .frame,
  .single-post-background .large-frame,
  .single-post-background .full-frame {
    padding: 218px 50px 125px 50px;
  }
}
@media screen and (max-width: 768px) {
  .single-post-background .frame,
  .single-post-background .large-frame,
  .single-post-background .full-frame {
    padding: 218px 20px 125px 20px;
  }
}
@media screen and (max-width: 414px) {
  .single-post-background .frame,
  .single-post-background .large-frame,
  .single-post-background .full-frame {
    padding: 150px 0px 125px 0px;
  }
}

@media (min-width: 769px) { 
  .single-post-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.single-post-header {
  margin-bottom: 10vh;
}
.single-post-header h1 {
  color: #ffffff;
  text-align: center;
  font-weight: normal;
  font-size: 87px;
  font-size: 3.5rem;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .single-post-header h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 500px) {
  .single-post-header h1 {
    font-size: 40px;
    font-size: 2.5rem;
    padding: 0 20px;
  }
}
@media screen and (max-width: 320px) {
  .single-post-header h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.single-post-header .single-post-info {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "BaskervilleURW-RegObl", Georgia, sans-serif;
}

.single-post-tags {
  text-align: center;
  padding-top: 20px;
}
.single-post-tags a {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 2px 6px 1px 8px;
  transition: 0.3s;
  font-family: "BaskervilleURW-Reg", sans-serif !important;
  text-decoration: none;
}

.single-post-tags a + a {
  border-left: 1px solid #66ccff;;
}
.single-post-tags a:hover {
  color: #66ccff;
}


.single-post-header .single-post-date {
  color: #ffffff;
  text-align: center;
  letter-spacing: 2px;
}
@media screen and (max-width: 500px) {
  .single-post-header .single-post-date {
    padding: 0 10px;
    line-height: 2;
    border: 0;
  }
}
.single-post-header .single-post-author {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.single-post-entry {
  background-color: #ffffff;
}
.single-post-entry .post-wrap {
  transform: translateY(-80vh);
  margin-bottom: -80vh;
}
@media screen and (max-width: 1177.5px) {
  .single-post-entry .post-wrap {
    max-width: 100%;
    padding: 0 5%;
  }
}
.single-post-entry .single-post-content {
  padding: 100px 0;
  background: #ffffff;
}
.single-post-entry .single-post-content [id^="audio-player-"] {
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .single-post-entry .single-post-content {
    padding-top: 55px;
  }
}
@media screen and (max-width: 414px) {
  .single-post-entry .single-post-content {
    padding-top: 90px;
  }
}
@media screen and (max-width: 320px) {
  .single-post-entry .single-post-content {
    padding-top: 40px;
  }
}
.single-post-entry .single-post-content > p:first-child:first-letter {
  color: #5f0703;
  font-size: 60px;
  line-height: 60px;
}
.single-post-entry .single-post-content p,
.single-post-entry .single-post-content h1,
.single-post-entry .single-post-content h2,
.single-post-entry .single-post-content h3,
.single-post-entry .single-post-content h4,
.single-post-entry .single-post-content h5,
.single-post-entry .single-post-content h6,
.single-post-entry .single-post-content ul,
.single-post-entry .single-post-content ol,
.single-post-entry .single-post-content .video-container {
  word-break: break-word;
  padding: 0 100px;
}
@media screen and (max-width: 960px) {
  .single-post-entry .single-post-content p,
  .single-post-entry .single-post-content h1,
  .single-post-entry .single-post-content h2,
  .single-post-entry .single-post-content h3,
  .single-post-entry .single-post-content h4,
  .single-post-entry .single-post-content h5,
  .single-post-entry .single-post-content h6,
  .single-post-entry .single-post-content ul,
  .single-post-entry .single-post-content ol,
  .single-post-entry .single-post-content .video-container {
    padding: 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .single-post-entry .single-post-content p,
  .single-post-entry .single-post-content h1,
  .single-post-entry .single-post-content h2,
  .single-post-entry .single-post-content h3,
  .single-post-entry .single-post-content h4,
  .single-post-entry .single-post-content h5,
  .single-post-entry .single-post-content h6,
  .single-post-entry .single-post-content ul,
  .single-post-entry .single-post-content ol,
  .single-post-entry .single-post-content .video-container {
    padding: 0 40px;
  }
}
.single-post-entry .single-post-content p,
.single-post-entry .single-post-content li {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 414px) {
  .single-post-entry .single-post-content p,
  .single-post-entry .single-post-content li {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.single-post-entry .single-post-content a {
  font-size: 16px;
  font-size: 1rem;
  color: #66ccff;
  position: relative;
}
.single-post-entry .single-post-content a:after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #66ccff;
  bottom: -1px;
  position: absolute;
  left: 50%;
  transition: all 0.25s ease-in-out;
  display: block;
}
.single-post-entry .single-post-content a:hover {
  /*text-decoration: underline;*/
}
.single-post-entry .single-post-content a:hover:after {
  left: 0;
  width: 100%;
}
.single-post-entry .single-post-content ul,
.single-post-entry .single-post-content ol {
  padding-left: 130px;
  margin: 0 40px 40px;
}
@media screen and (max-width: 414px) {
  .single-post-entry .single-post-content ul,
  .single-post-entry .single-post-content ol {
    padding-left: 60px;
  }
}
.single-post-entry .single-post-content ul li,
.single-post-entry .single-post-content ol li {
  margin-bottom: 10px;
  line-height: 1.2;
}
.single-post-entry .single-post-content ul li ul,
.single-post-entry .single-post-content ul li ol,
.single-post-entry .single-post-content ol li ul,
.single-post-entry .single-post-content ol li ol {
  margin: 20px 0;
  padding-left: 50px;
}
@media screen and (max-width: 414px) {
  .single-post-entry .single-post-content ul li ul,
  .single-post-entry .single-post-content ul li ol,
  .single-post-entry .single-post-content ol li ul,
  .single-post-entry .single-post-content ol li ol {
    padding-left: 30px;
  }
}
.single-post-entry .single-post-content p {
  line-height: 1.6;
  margin-bottom: 40px;
}
.single-post-entry .single-post-content h2,
.single-post-entry .single-post-content .special-quote {
  font-size: 32px;
  font-size: 2rem;
  -webkit-font-smoothing: antialiased;
  line-height: 50px;
  margin-bottom: 6px;
  color: #660000;
  letter-spacing: 2px;
  font-weight: normal;
}
.single-post-entry .single-post-content .special-quote,
.single-post-entry .single-post-content .special-quote-byline {
  font-style: normal;
  text-align: center;
  margin-right: 100px;
  margin-left: 100px;
}
.single-post-entry .single-post-content .special-quote {
  padding-top: 60px;
  border-top: 1px solid #660000;
}
.single-post-entry .single-post-content .special-quote-byline {
  color: #660000;
  font-size: 18px;
  letter-spacing: 2px;
  border-bottom: 1px solid #660000;
  padding-top: 20px;
  padding-bottom: 60px;
}
.single-post-entry .single-post-content .special-quote + .special-quote-byline {
  border-top: none;
}
.single-post-entry .single-post-content h3 {
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 6px;
  color: #660000;
  letter-spacing: 2px;
  font-weight: normal;
}
.single-post-entry .single-post-content h4 {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.single-post-entry .single-post-content h5 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.single-post-entry .single-post-content h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.single-post-entry .single-post-content blockquote {
  padding: 0 100px;
  margin: 0;
}
.single-post-entry .single-post-content blockquote p {
  padding: 0 50px;
  font-size: 22px;
  font-size: 1.375rem;
  color: #24428c;
  font-family: "BaskervilleURW-RegObl", Georgia, sans-serif;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .single-post-entry .single-post-content blockquote p {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 414px) {
  .single-post-entry .single-post-content blockquote p {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.single-post-entry .single-post-content .alignleft {
  margin: 5px 20px 20px 0;
}
.single-post-entry .single-post-content .alignright {
  margin: 5px 0 20px 20px;
}
.single-post-entry .single-post-content img {
  height: auto;
}
.single-post-entry .single-post-content p > img.size-full {
  width: 118% !important;
  max-width: 118%;
  margin-left: -9%;
}
.single-post-entry .single-post-content .wp-caption img.size-full {
  display: block;
  margin: 0;
  width: 118% !important;
  max-width: 118%;
  margin-left: -9%;
}
.single-post-entry .single-post-content .wp-caption img.size-full {
  display: block;
  margin: 0;
  width: 118% !important;
  max-width: 118%;
  margin-left: -9%;
}
.single-post-entry .single-post-content .double-img {
  display: block;
  width: 120%;
  margin-left: -10%;
  font-size: 0;
}
.single-post-entry .single-post-content .double-img img {
  width: 48% !important;
  border: none;
  margin: 0 1%;
  vertical-align: middle;
}
.single-post-entry .single-post-content .wp-caption {
  padding: 0 100px;
  width: 100% !important;
}
.single-post-entry .single-post-content .wp-caption p {
  display: none;
}
.single-post-entry .single-post-content .wp-caption p.wp-caption-text {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  color: #161434;
  padding: 20px;
  width: 118% !important;
  max-width: 118%;
  margin-left: -9%;
}
.single-post-entry .single-post-content .wp-caption.alignright {
  width: auto !important;
  padding: 0px;
}
.single-post-entry .single-post-content .wp-caption.alignleft {
  width: auto !important;
  padding: 0px;
}

.comments {
  background: #ffffff;
  padding: 0 100px;
  margin-bottom: 130px;
}

.highlight-and-share-wrapper > div {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.highlight-and-share-wrapper > div a,
.highlight-and-share-wrapper > div a:hover,
.highlight-and-share-wrapper > div a:visited {
  padding: 10px 16px 6px;
}

.video-container .inner {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container .inner iframe,
.video-container .inner object,
.video-container .inner embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#sitemap1 {
  padding: 0 50px 0 142px;
}

#sitemap2 {
  padding: 0 142px 0 50px;
}

#sitemap1,
#sitemap2 {
  width: 49%;
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
#sitemap1 > li,
#sitemap2 > li {
  margin-top: 20px;
}
#sitemap1 > li + li,
#sitemap2 > li + li {
  margin-top: 80px;
}
#sitemap1 > li > a,
#sitemap2 > li > a {
  pointer-events: none;
  color: #161434;
  font-size: 32px;
  font-size: 2rem;
}
#sitemap1 ul,
#sitemap2 ul {
  padding: 0;
  margin: 10px 0 0 0;
}
#sitemap1 ul li a,
#sitemap2 ul li a {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  margin-bottom: 16px;
}
#sitemap1 li,
#sitemap2 li {
  list-style: none;
}
#sitemap1 li a,
#sitemap2 li a {
  text-transform: none;
  font-family: "BaskervilleURW-Reg", sans-serif;
  letter-spacing: 1px;
}

.shop {
  padding: 130px 0;
}
@media screen and (max-width: 1600px) {
  .shop {
    padding: 130px 20px;
  }
}
.shop .shop-title {
  font-size: 68px;
  font-size: 4.25rem;
  color: #161434;
  text-align: center;
  font-family: "BaskervilleURW-Reg", sans-serif;
  font-variant: small-caps;
  font-weight: normal;
  margin-bottom: 34px;
}
.shop .shop-desc {
  font-size: 24px;
  font-size: 1.5rem;
  padding: 0 145px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1500px) {
  .shop .shop-desc {
    padding: 0 100px;
  }
}
@media screen and (max-width: 1200px) {
  .shop .shop-desc {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1024px) {
  .shop .shop-desc {
    padding: 0 20px;
  }
}
.shop .shop-desc > p:first-child:first-letter {
  color: #5f0703;
  font-size: 60px;
  line-height: 60px;
}
.shop .gform_wrapper.gf_browser_chrome .gform_body {
  width: 100%;
}
.shop .gform_wrapper {
  padding: 0 200px;
}
@media screen and (max-width: 1500px) {
  .shop .gform_wrapper {
    padding: 0 100px;
  }
}
@media screen and (max-width: 1200px) {
  .shop .gform_wrapper {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1024px) {
  .shop .gform_wrapper {
    padding: 0px;
  }
}
.shop .gform_wrapper .shop-form .gform_body .gform_fields .gfield {
  padding: 0 !important;
  margin: 0 !important;
}
.shop .gform_wrapper .shop-form .gform_body .gform_fields .gfield ul {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.shop .gform_wrapper .shop-form .gform_body .gform_fields .gfield ul li {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.shop
  .gform_wrapper
  .shop-form
  .gform_body
  .gform_fields
  .gfield.shipping
  label {
  font-family: "BaskervilleURW-Reg", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: normal;
}
.shop .gform_wrapper .shop-form .gform_body .gform_fields .gfield.gsection {
  border: 0;
  margin-bottom: 20px !important;
}
.shop
  .gform_wrapper
  .shop-form
  .gform_body
  .gform_fields
  .gfield.gsection
  h2.gsection_title {
  font-family: "BaskervilleURW-Reg", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: normal;
}
.shop .gform_wrapper .shop-form .gform_body .gform_fields .gfield.total {
  margin: 30px 0 !important;
}
.shop .gform_wrapper .shop-form .gform_body .gform_fields .gfield.total label {
  font-family: "BaskervilleURW-Reg", sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: normal;
  display: inline-block;
}
.shop
  .gform_wrapper
  .shop-form
  .gform_body
  .gform_fields
  .gfield.total
  .ginput_container {
  display: inline-block;
}
.shop
  .gform_wrapper
  .shop-form
  .gform_body
  .gform_fields
  .gfield.total
  .ginput_total {
  color: #5f0703;
  font-size: 25px;
  font-size: 1.5625rem;
  margin-left: 10px;
}
.shop .gform_wrapper .shop-form .gform_body .gform_fields .gfield.item-wrap {
  margin-bottom: 80px !important;
}
.shop
  .gform_wrapper
  .shop-form
  .gform_body
  .gform_fields
  .gfield.item-wrap
  > img {
  display: inline-block;
  width: 175px;
  vertical-align: top;
  margin-right: 35px;
}
@media screen and (max-width: 650px) {
  .shop
    .gform_wrapper
    .shop-form
    .gform_body
    .gform_fields
    .gfield.item-wrap
    > img {
    display: block;
    margin: 0 auto;
  }
}
.shop
  .gform_wrapper
  .shop-form
  .gform_body
  .gform_fields
  .gfield.item-wrap
  > ul {
  display: inline-block;
  width: calc(100% - 220px);
  vertical-align: top;
  padding-top: 15px !important;
}
@media screen and (max-width: 650px) {
  .shop
    .gform_wrapper
    .shop-form
    .gform_body
    .gform_fields
    .gfield.item-wrap
    > ul {
    width: 100%;
  }
}
.shop
  .gform_wrapper
  .shop-form
  .gform_body
  .gform_fields
  .gfield.item-wrap
  > ul
  .gfield_price
  label {
  font-family: "BaskervilleURW-Reg", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  font-weight: normal;
}
.shop
  .gform_wrapper
  .shop-form
  .gform_body
  .gform_fields
  .gfield.item-wrap
  > ul
  .gfield_price
  .gfield_description {
  font-family: "BaskervilleURW-Reg", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 1.3;
}
.shop
  .gform_wrapper
  .shop-form
  .gform_body
  .gform_fields
  .gfield.item-wrap
  > ul
  .gfield_quantity
  label {
  font-family: "BaskervilleURW-Reg", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
}
.shop
  .gform_wrapper
  .shop-form
  .gform_body
  .gform_fields
  .gfield.item-wrap
  > ul
  .gfield_quantity
  .ginput_container_number {
  display: inline-block;
  width: 50px;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
.shop
  .gform_wrapper
  .shop-form
  .gform_body
  .gform_fields
  .gfield.item-wrap
  > ul
  .gfield_quantity
  input {
  width: 50px;
  border: 2px solid #66ccff;
  text-align: center;
  height: 30px;
}
.shop
  .gform_wrapper
  .shop-form
  .gform_body
  .gform_fields
  .gfield.item-wrap
  > ul
  .gfield_quantity
  .instruction {
  display: none;
}
.shop .gform_wrapper .shop-form .gform_body #gform_page_4_3 .gfield {
  margin-bottom: 20px !important;
}
.shop
  .gform_wrapper
  .shop-form
  .gform_body
  #gform_page_4_3
  .gfield
  .gfield_label {
  font-family: "BaskervilleURW-Reg", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
}
.shop
  .gform_wrapper
  .shop-form
  .gform_body
  #gform_page_4_3
  .gfield
  .ginput_container {
  margin-top: 0 !important;
}
.shop
  .gform_wrapper
  .shop-form
  .gform_body
  #gform_page_4_3
  .gfield
  .ginput_container
  input {
  height: 40px;
}
.shop
  .gform_wrapper
  .shop-form
  .gform_body
  #gform_page_4_3
  .gfield.gf_left_half {
  padding-right: 8px !important;
}
.shop
  .gform_wrapper
  .shop-form
  .gform_body
  #gform_page_4_3
  .gfield.gf_right_half {
  padding-left: 8px !important;
}
@media screen and (max-width: 650px) {
  .shop
    .gform_wrapper
    .shop-form
    .gform_body
    #gform_page_4_3
    .gfield.gf_left_half {
    padding-right: 0px !important;
  }
  .shop
    .gform_wrapper
    .shop-form
    .gform_body
    #gform_page_4_3
    .gfield.gf_right_half {
    padding-left: 0px !important;
  }
}
.shop .gform_wrapper .shop-form .gform_footer {
  clear: both;
  padding-top: 40px;
  text-align: center;
}
.shop .gform_wrapper .shop-form .gform_footer input[type="submit"] {
  color: #1c1a40;
  background-color: #66ccff;
  padding: 10px 20px;
  border: 0;
}
.shop .gform_wrapper .shop-form .gform_page_footer {
  text-align: center;
}
.shop .gform_wrapper .shop-form .gform_page_footer input[type="button"],
.shop .gform_wrapper .shop-form .gform_page_footer input[type="submit"] {
  background-color: #66ccff;
  color: #161434;
  font-family: "BaskervilleURW-BolObl", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  border: 0;
  padding: 10px 20px 7px 20px;
  font-variant: small-caps;
}
.shop
  .gform_wrapper
  .shop-form
  .gform_page_footer
  input[type="button"].gform_previous_button,
.shop
  .gform_wrapper
  .shop-form
  .gform_page_footer
  input[type="submit"].gform_previous_button {
  background-color: #c6ecff;
}
.shop
  .gform_wrapper
  .shop-form
  .gform_page_footer
  input[type="button"][type="submit"],
.shop
  .gform_wrapper
  .shop-form
  .gform_page_footer
  input[type="submit"][type="submit"] {
  background-color: #a13334;
  color: #ffffff;
}
.shop .gform_wrapper .shop-form .selectize-control {
  margin-top: 10px;
}
.shop .gform_wrapper .shop-form .selectize-control .selectize-input {
  max-width: 45%;
  border: 2px solid #66ccff;
  border-radius: 0;
  box-shadow: none;
  padding: 12px 12px 8px 12px;
}
@media screen and (max-width: 650px) {
  .shop .gform_wrapper .shop-form .selectize-control .selectize-input {
    max-width: 90%;
  }
}
.shop .gform_wrapper .shop-form .selectize-control .selectize-input .item {
  font-family: "BaskervilleURW-Reg", sans-serif;
  font-variant: small-caps;
  font-size: 20px;
  font-size: 1.25rem;
}
.shop .gform_wrapper .shop-form .selectize-control .selectize-dropdown .option {
  font-family: "BaskervilleURW-Reg", sans-serif;
  font-variant: small-caps;
  font-size: 20px;
  font-size: 1.25rem;
}
.shop .shop-form-wrap .gform_confirmation_message {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "BaskervilleURW-Reg", sans-serif;
  color: #1c1a40;
  text-align: center;
}

.slide-content {
  text-align: center;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  width: 100%;
  min-height: 780px;
  height: calc(100vh - 108px);
  position: relative;
}
@media screen and (max-width: 500px) {
  .slide-content {
    padding: 28px 0 0 0;
    min-height: 600px;
  }
}
.slide-content .slide-content-box-wrap {
  background-size: cover;
  background-position: center;
  text-align: right;
  background-repeat: no-repeat;
  position: relative;
  z-index: 3;
  padding: 25px;
}
.slide-content .slide-content-box-wrap .break {
  padding-bottom: 268px;
}
@media screen and (max-width: 1024px) {
  .slide-content .slide-content-box-wrap {
    padding: 99px 50px 200px 50px;
  }
}
@media screen and (max-width: 768px) {
  .slide-content .slide-content-box-wrap {
    text-align: center;
    padding-bottom: 155px;
  }
}
@media screen and (max-width: 500px) {
  .slide-content .slide-content-box-wrap {
    background-size: 100% auto;
    background-position: center bottom;
    padding: 0;
  }
  .slide-content .slide-content-box-wrap .break {
    display: none;
  }
}
.slide-content .slide-content-box {
  position: relative;
  background-color: #605f79;
  background-color: rgba(28, 26, 64, 0.7);
  width: 100%;
  transition: all 0.5s ease-in;
  text-align: center;
}
.slide-content .slide-content-box .header-nav {
  background-color: #8e8da0;
  background-color: rgba(28, 26, 64, 0.5);
  position: absolute;
}
.slide-content .slide-content-box .header-nav li {
  font-size: 17px;
  font-size: 1.0625rem;
}
.slide-content .slide-content-box .header-nav li a {
  padding: 22px 20px 0;
}
.slide-content .slide-content-box .site-nav {
  top: 0;
  display: none;
}
.slide-content .slide-content-box .more-nav-home {
  bottom: 0;
  font-family: "BaskervilleURW-Reg", sans-serif;
  text-transform: none;
  display: none;
}
.slide-content .slide-content-box .more-nav-home a span:after {
  margin-left: 9px;
  content: ">";
}
@media screen and (max-width: 500px) {
  .slide-content .slide-content-box {
    background-color: transparent;
    padding: 0 30px 160px;
  }
  .slide-content .slide-content-box:hover {
    background-color: transparent;
  }
}
@media screen and (max-width: 320px) {
  .slide-content .slide-content-box {
    padding: 0 10px 160px;
  }
}
.slide-content .slide-content-box-inner {
  width: 66.666%;
  max-width: 676px;
  margin: 0 auto;
}
.slide-content .slide-content-intro-description {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0 8%;
}
.slide-content .logo-rule {
  width: 100%;
  height: 35px;
  background-image: url("imgs/PF-logo.svg");
  background-position: top center;
  background-repeat: no-repeat;
  margin: 0 auto;
  position: relative;
  padding: 0 24px;
}
.slide-content .logo-rule:before,
.slide-content .logo-rule:after {
  position: absolute;
  top: 18px;
  content: " ";
  display: inline-block;
  width: calc(50% - 57px);
  border-bottom: 1px solid #a13334;
}
.slide-content .logo-rule:before {
  left: 24px;
}
.slide-content .logo-rule:after {
  right: 24px;
}
.slide-content h3.slide-content-box-header {
  font-size: 32px;
  font-size: 2rem;
  font-family: "BaskervilleURW-Reg", Georgia, sans-serif;
  font-weight: normal;
  color: #ffffff;
  margin: 24px;
  line-height: 40px;
  letter-spacing: 0;
  padding: 0 0 40px 0;
  border-bottom: 1px solid #a13334;
}
@media screen and (max-width: 414px) {
  .slide-content h3.slide-content-box-header {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.slide-content h3.slide-content-box-header span {
  color: #eef6e6;
  font-variant: small-caps;
}
.slide-content .slide-content-box-description {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "BaskervilleURW-Reg", sans-serif;
  color: #ffffff;
  padding: 0 8%;
}
.slide-content .slide-content-box-description p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 414px) {
  .slide-content .slide-content-box-description {
    font-size: 16px;
    font-size: 1rem;
  }
}

.story-banner {
  text-align: center;
  height: calc(100vh - 108px);
  background-repeat: no-repeat;
}
.story-banner .video-js {
  width: 100vw;
  height: calc(100vh - 108px);
}
.story-banner .video-content {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding: 25px;
}
.story-banner .video-content:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: rgba(28, 26, 64, 0.7);
}
.story-banner .dt {
  position: relative;
  border: 1px solid #66ccff;
  z-index: 11;
}
.story-banner img {
  float: left;
  margin-right: 5%;
}
.story-banner .story-banner-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  color: #fff;
  margin: 0 0 28px 0;
  font-weight: normal;
  letter-spacing: 2px;
}
.story-banner .story-banner-description {
  color: #fff;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 42px;
  margin-top: 30px;
  max-width: 900px;
  margin: 0 auto;
}
.story-banner .story-banner-description:before {
  content: "";
  display: block;
  width: 44%;
  height: 1px;
  margin: 42px auto 46px auto;
  background-color: #66ccff;
}
.story-banner .story-banner-header {
  font-size: 85px;
  font-size: 5.3125rem;
  line-height: 92px;
  font-family: "BaskervilleURW-Reg", sans-serif;
  color: #fff;
  margin: 26px 0 40px 0;
  font-weight: normal;
}

.teams {
  background-color: #1c1a40;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
}
.teams .teams-content {
  padding: 9% 0;
}
.teams .team-list {
  width: 50%;
  float: left;
}
.teams .team-list:first-child {
  padding: 27px 75px 0 0px;
}
.teams .team-list:last-child {
  padding: 27px 0 0 75px;
}
.teams .team-list ul {
  margin: 40px 0 0 0;
  padding: 0;
  border-top: 2px solid #a13334;
  padding-top: 36px;
}
.teams .team-list ul li {
  display: block;
}
.teams .team-list ul li + li {
  margin-top: 38px;
}
.teams .team-list ul li span {
  display: block;
}
.teams .team-list ul li span.name {
  font-size: 40px;
  font-size: 2.5rem;
}
.teams .team-list ul li span.title {
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 1px;
  padding-top: 5px;
}
.teams .teams-headline {
  font-size: 60px;
  font-size: 3.75rem;
  font-family: "BaskervilleURW-Reg", sans-serif;
  display: table;
  height: 2em;
  width: 100%;
  line-height: 0.9;
}
.teams .teams-headline span {
  vertical-align: bottom;
  display: table-cell;
}
@media screen and (max-width: 1300px) {
  .teams .teams-headline {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 1200px) {
  .teams .teams-headline {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 800px) {
  .teams .teams-headline {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

iframe {
  max-width: 100%;
}

.tour-content {
  height: 100vh !important;
}
.tour-content .tour-descript {
  font-style: italic;
  font-family: "BaskervilleURW-RegIta", Georgia, sans-serif;
  color: #25225b;
  font-size: 1.375rem;
  margin-top: 10px;
  /* padding-left: 10px; */
}
.tour-content .tour {
  height: 100%;
  position: relative;
}
.tour-content .tour #map {
  width: 100%;
  height: 100%;
  max-width: 1800px;
  z-index: 1;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tour-content .tour #map {
    height: 50%;
    z-index: 11;
    top: 60px;
  }
}
@media screen and (max-width: 375px) {
  .tour-content .tour #map {
    height: 40%;
  }
}
@media screen and (max-width: 320px) {
  .tour-content .tour #map {
    height: 30%;
  }
}
.tour-content .tour .list-view {
  background-color: #f7f7f7;
  padding: 30px 35px 30px;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0px 5px 40px -16px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 40px -16px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 40px -16px rgba(0, 0, 0, 0.5);
}
.tour-content .tour .list-view h3 {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "BaskervilleURW-Reg", sans-serif;
  color: #161434;
  margin: 0;
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 375px) {
  .tour-content .tour .list-view {
    padding: 15px 15px 10px;
  }
  .tour-content .tour .list-view h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.tour-content .tour .landmarks {
  width: 100%;
  max-width: 50%;
  position: absolute;
  top: 30px;
  left: 24px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .tour-content .tour .landmarks {
    background-color: #ffffff;
    top: 50%;
    height: auto;
    left: 0;
    max-width: 100%;
    background-color: #ffffff;
    overflow: hidden;
  }
}
@media screen and (max-width: 375px) {
  .tour-content .tour .landmarks {
    top: 40%;
  }
}
@media screen and (max-width: 320px) {
  .tour-content .tour .landmarks {
    top: 30%;
  }
}
.tour-content .tour .landmarks .landmark {
  margin-top: 25px;
  background-color: #ffffff;
  padding: 75px 80px 90px 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  opacity: 0.8;
  transition: all 0.25s ease-in;
  width: 100%;
}
.tour-content .tour .landmarks .landmark:nth-child(2) {
  margin-top: 0;
}
.tour-content .tour .landmarks .landmark.active {
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .tour-content .tour .landmarks .landmark {
    padding: 45px 30px 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .tour-content .tour .landmarks .landmark {
    padding: 30px 30px 0 0;
    margin-top: 0;
  }
}
.tour-content .tour .landmarks .landmark-num {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 50px;
  height: 100%;
  text-align: right;
  padding-left: 20px;
}
.tour-content .tour .landmarks .landmark-content {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 85%;
  padding-left: 20px;
}
@media screen and (max-width: 375px) {
  .tour-content .tour .landmarks .landmark-content {
    max-width: 80%;
  }
}
.tour-content .tour .landmarks .landmark-short-desc {
  font-family: "BaskervilleURW-Reg", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  color: #5f0703;
  margin-bottom: 10px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .tour-content .tour .landmarks .landmark-short-desc {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 414px) {
  .tour-content .tour .landmarks .landmark-short-desc {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .tour-content .tour .landmarks .landmark-long-desc {
    display: none;
  }
}
.tour-content .tour .landmarks .landmark-title,
.tour-content .tour .landmarks .landmark-num {
  font-family: "BaskervilleURW-Reg", sans-serif;
  font-size: 38px;
  font-size: 2.375rem;
  font-variant: small-caps;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .tour-content .tour .landmarks .landmark-title,
  .tour-content .tour .landmarks .landmark-num {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 414px) {
  .tour-content .tour .landmarks .landmark-title,
  .tour-content .tour .landmarks .landmark-num {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.page-template-tour .newsletter {
  display: none !important;
}

.page-template-tour #main-footer {
  position: fixed;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1800px;
  z-index: 10;
  padding: 0;
}
@media screen and (max-width: 414px) {
  .page-template-tour #main-footer {
    display: none;
  }
}
.page-template-tour #main-footer .frame,
.page-template-tour #main-footer .large-frame,
.page-template-tour #main-footer .full-frame {
  width: 100% !important;
  max-width: 100%;
}
.page-template-tour #main-footer #footer-logo {
  padding: 10px 0 10px 20px !important;
  width: 50% !important;
  float: left !important;
  border-bottom: 0 !important;
  margin: 0 !important;
}
.page-template-tour #main-footer #footer-nav {
  float: right;
  width: 50%;
  padding: 0;
  text-align: right;
}
.page-template-tour #main-footer #footer-nav li {
  width: auto;
}
.page-template-tour #main-footer #footer-nav #util-nav .networks a {
  padding: 18px 15px 15px;
  margin: 0;
}
.page-template-tour #main-footer #footer-nav .sub-menu li.menu-item {
  display: none;
}
.page-template-tour
  #main-footer
  #footer-nav
  .sub-menu
  li.menu-item.menu-item-196 {
  display: block;
  padding: 22px 20px 0 0;
  text-align: right;
}
.page-template-tour #main-footer #footer-nav .menu-title {
  display: none;
}
.page-template-tour #main-footer #footer-info {
  display: none;
}

.fullheight-slides {
  height: 100%;
}

.internal .video-banner #full-home-logo {
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
}
.internal .video-banner #full-home-logo .pfl-type {
  opacity: 1;
}

.internal .video-banner .video-banner-content {
  opacity: 1;
}
@media screen and (max-width: 500px) {
  .internal .video-banner .video-banner-content {
    padding-top: 0px;
  }
}

.video-banner {
  width: 100%;
  min-height: 780px;
  height: 100%;
  height: calc(100vh - 108px);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
}
@media screen and (max-width: 1000px) {
  .video-banner {
    height: calc(100vh - 62px);
  }
}
@media screen and (max-width: 500px) {
  .video-banner {
    min-height: auto;
    height: auto;
    padding: 170px 20px 100px;
    max-height: 500px;
  }
}
.video-banner #full-home-logo {
  transform: scale(3);
}
.video-banner #full-home-logo .pfl-type {
  opacity: 0;
}
.video-banner .video-container {
  z-index: 1;
  position: absolute;
  transition: all 0.5s ease-in-out;
  top: 0;
  left: 0;
  min-height: 100vh;
}
.video-banner .video-container video {
  transition: all 0.3s ease-in-out;
}
.video-banner .video-banner-content-wrap {
  position: relative;
  z-index: 10;
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .video-banner .video-banner-content-wrap {
    display: block;
  }
  .video-banner .video-banner-content-wrap .dc {
    display: inline-block;
  }
}
.video-banner .video-banner-content {
  vertical-align: middle;
  padding-top: 110px;
  text-align: center;
  position: relative;
  overflow: hidden;
  opacity: 0;
  background-color: #8e8da0;
  background-color: rgba(28, 26, 64, 0.5);
}
@media screen and (max-width: 375px) {
  .video-banner .video-banner-content {
    padding-top: 60px;
  }
}
@media screen and (max-width: 320px) {
  .video-banner .video-banner-content {
    padding-top: 0px;
  }
}
.video-banner .video-banner-content .header-nav {
  background-color: #8e8da0;
  background-color: rgba(28, 26, 64, 0.5);
  position: absolute;
}
.video-banner .video-banner-content .header-nav li {
  font-size: 17px;
  font-size: 1.0625rem;
}
.video-banner .video-banner-content .header-nav li a {
  padding: 22px 20px 0;
}
.video-banner .video-banner-content .site-nav {
  top: 0;
  display: none;
}
.video-banner .video-banner-content .more-nav-home {
  bottom: 0;
  font-family: "BaskervilleURW-Reg", sans-serif;
  text-transform: none;
  display: none;
}
.video-banner .video-banner-content .more-nav-home a span:after {
  content: ">";
}
.video-banner .video-banner-content .pf-logo-full {
  width: 570px;
  height: 77px;
  margin: 0 auto;
}
.video-banner .video-banner-content h1 {
  font-family: "BaskervilleURW-Reg", sans-serif;
  font-size: 75px;
  font-size: 4.6875rem;
  color: #ffffff;
  padding-top: 24px;
  letter-spacing: 2px;
  font-weight: normal;
}
.video-banner .video-banner-content h1 i {
  text-transform: none;
  font-family: "BaskervilleURW-RegObl", Georgia, sans-serif;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .video-banner .video-banner-content h1 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 768px) {
  .video-banner .video-banner-content h1 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 700px) {
  .video-banner .video-banner-content h1 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 500px) {
  .video-banner .video-banner-content h1 {
    font-size: 50px;
    font-size: 3.125rem;
    padding: 0;
  }
}
@media screen and (max-width: 414px) {
  .video-banner .video-banner-content h1 {
    font-size: 41px;
    font-size: 2.5625rem;
  }
}
@media screen and (max-width: 330px) {
  .video-banner .video-banner-content h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 760px) {
  .letter .letter-wrap {
    padding: 0px 30px;
  }
  .letter .letter-wrap .letter-content {
    padding: 75px 0px;
  }
}
@media screen and (max-width: 760px) and (max-width: 500px) {
  .letter .letter-wrap {
    padding: 0px 0px;
  }
}

@media screen and (max-width: 760px) {
  body {
    height: auto;
  }
  .video-banner-content {
    max-width: 100%;
  }
  .video-banner .video-banner-content .pf-logo-full {
    max-width: 100%;
    height: 140px;
  }
  .video-banner #full-home-logo {
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
  .video-banner .video-banner-content h1 {
    font-size: 2.5rem;
  }
  .site-nav {
    display: none;
  }
  #full-home-logo {
    width: 100%;
  }
}
@media screen and (max-width: 760px) and (max-width: 400px) {
  #full-home-logo {
    height: 140px;
  }
}
@media screen and (max-width: 760px) and (max-width: 500px) {
  #full-home-logo {
    height: 170px;
  }
}
@media screen and (max-width: 760px) and (max-width: 600px) {
  #full-home-logo {
    height: 190px;
  }
  #full-home-logo .pfl-flag {
    transform: translate(248px, -70px) !important;
  }
  #full-home-logo .pfl-type {
    transform: translate(-41px, 0px);
  }
}

@media screen and (max-width: 760px) {
  .slide-content .slide-content-box:hover {
    background-color: #605f79;
    background-color: rgba(28, 26, 64, 0.5);
  }
  .video-banner {
    min-height: 500px;
  }
}
@media screen and (max-width: 760px) and (max-width: 500px) {
  .video-banner .video-banner-content-wrap {
    padding: 0px;
  }
}

@media screen and (max-width: 760px) {
  .video-banner .video-banner-content {
    padding-top: 220px;
    transition: padding 0.5s;
    padding-bottom: 0px;
  }
  .video-banner .video-banner-content.init {
    padding-top: 20px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 760px) and (max-width: 500px) {
  .video-banner .video-banner-content.init {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 760px) {
  .frame,
  .large-frame,
  .full-frame {
    width: 90%;
  }
  .video-banner {
    padding-top: 20px;
  }
}
@media screen and (max-width: 760px) and (max-width: 600px) {
  .video-banner {
    padding-top: 20px;
  }
}

@media screen and (max-width: 760px) {
  .slide-content {
    padding: 0px;
    min-height: 600px;
  }
  .slide-content .slide-content-box-wrap {
    background-size: cover;
    background-position: center;
    text-align: right;
    background-repeat: no-repeat;
    position: relative;
    z-index: 3;
    padding: 25px;
  }
  .slide-content-box.dc {
    vertical-align: middle;
  }
}
@media screen and (max-width: 760px) and (max-width: 400px) {
  .slide-content-box.dc {
    vertical-align: top;
  }
}

@media screen and (max-width: 760px) {
  .slide-content .slide-content-box-description {
    padding: 0px;
  }
  .slide-content .slide-content-box-description p {
    line-height: 1.2;
  }
  .slide-content .slide-content-box {
    padding: 40px;
    background-color: #605f79;
    background-color: rgba(28, 26, 64, 0.5);
    width: 100%;
    transition: all 0.5s ease-in;
    text-align: center;
  }
}
@media screen and (max-width: 760px) and (max-width: 500px) {
  .slide-content .slide-content-box {
    padding: 15px;
  }
}

@media screen and (max-width: 760px) {
  .slide-content .slide-content-box-inner {
    width: 100%;
  }
  .slide-content .slide-content-box .more-nav-home {
    left: 0;
  }
  .callout-block .dt {
    padding: 13% 0px;
  }
  .slide-content .jump-scroll {
    margin-top: 0px;
    display: none;
  }
  .slide-content .slide-content-intro-description {
    padding: 0px;
  }
  .slide-content .slide-content-intro-description p {
    line-height: 1.2;
  }
  .slide-content h3.slide-content-box-header {
    margin: 12px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 24px;
    line-height: 1.2;
    margin-top: 0px;
  }
}
@media screen and (max-width: 760px) and (max-width: 500px) {
  .slide-content h3.slide-content-box-header {
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 760px) {
  .slide-content .slide-content-box .more-nav-home {
    display: none;
  }
  #main-header.active {
    transform: matrix(1, 0, 0, 1, 0, -99);
  }
  #main-header.active .header-wrap.full-frame {
    width: 100%;
  }
  .header-wrap.full-frame {
    width: 100%;
  }
  .single-post-entry .single-post-content {
    padding-top: 40px;
  }
  .single-post-entry .single-post-content h2 {
    line-height: 1.2;
    font-size: 1.75rem;
  }
  .single-post-entry .single-post-content p {
    line-height: 1.3;
  }
  .header-nav #more-nav {
    display: none;
  }
  .header-nav #main-nav {
    display: none;
  }
  #mmenu {
    position: fixed;
    top: 61px;
  }
  #mmenu-wrap {
    height: 60px;
  }
  html.mm-opened body {
    overflow: auto;
  }
}

@media screen and (max-width: 760px) and (max-width: 500px) {
  .post-item-wrap .post-item {
    padding: 10px;
  }
}

@media screen and (max-width: 760px) {
  .post-teasers {
    padding-left: 0px;
    padding-right: 0px;
  }
  .post-teasers .post-item-wrap:nth-of-type(n + 6) {
    display: none;
  }
  .post-teasers .post-item-content {
    height: auto;
    padding: 15px;
  }
  .post-teasers .post-item-content .post-item-title {
    font-size: 35px;
  }
}
@media screen and (max-width: 760px) and (max-width: 500px) {
  .post-teasers .post-item-content .post-item-title {
    font-size: 30px;
    margin: 20px 0px;
  }
}

@media screen and (max-width: 760px) and (max-width: 500px) {
  input#s.search-field {
    width: 200px;
    -webkit-appearance: none;
    border-radius: 0;
  }
}

@media screen and (max-width: 760px) {
  .grid-featured + .grid-search .post-search-container {
    padding: 25px 0 25px 0px;
  }
  .post-featured-container {
    padding: 10px;
  }
}
@media screen and (max-width: 760px) and (max-width: 500px) {
  .post-featured-container {
    padding: 0px;
  }
}

@media screen and (max-width: 760px) {
  .post-featured-container .post-item {
    padding: 0px;
  }
  .post-featured-container .post-item .post-featured-description {
    position: relative;
    bottom: 0px;
    padding-top: 25px;
    margin: 0 auto;
    width: calc(100% - 50px);
  }
  .post-featured-container .post-item .post-featured-content {
    padding: 25px;
    padding-top: 75px;
    height: auto;
  }
  .post-featured-container
    .post-item
    .post-featured-content
    .post-featured-img {
    width: 100%;
    height: auto;
  }
  .post-featured-container
    .post-item
    .post-featured-content
    .post-featured-img
    img {
    max-width: 100%;
    height: auto;
  }
  section.image-banner {
    margin-bottom: 10px;
  }
  .callout-text-block .callout-text-subtext {
    bottom: auto;
    margin-top: 20px;
    position: relative;
  }
}
@media screen and (max-width: 760px) and (max-width: 500px) {
  .callout-text-block .callout-text-subtext {
    line-height: 1.2;
  }
}

@media screen and (max-width: 760px) {
  .callout-text-block .callout-text-content {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 760px) and (max-width: 500px) {
  .callout-text-block .callout-text-content {
    line-height: 1.2;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 760px) {
  .callout-quote-block {
    padding: 5vh;
  }
  .callout-quote-block .callout-text {
    width: 90%;
  }
  .callout-quote-block .callout-text .tweet-text {
    font-size: 25px;
  }
  .callout-quote-block .dt {
    display: block;
  }
  .callout-quote-block .twitter-rule {
    min-width: 50%;
  }
  .callout-quote-block a {
    display: block;
    border: 0px;
  }
  .callout-quote-block a + a {
    border: 0px;
  }
  .post-teasers {
    padding-bottom: 0px;
  }
  .post-search-container .selectize-input {
    width: 70%;
  }
  .callout-text-block {
    padding: 0px;
    padding-bottom: 20px;
    min-height: 300px;
  }
  .callout-text-block .callout-bg-type {
    margin-top: -8%;
    font-size: 56vh;
    margin-left: -100%;
    margin-right: -100%;
    color: #eef6e6;
    font-weight: normal;
  }
  .newsletter .newsletter-form {
    float: none;
    width: 100%;
  }
  .highlight-banner {
    height: 800px;
  }
  .highlight-banner img {
    display: block;
    margin-right: 5%;
    text-align: center;
    margin: 0 auto;
    float: none;
  }
  .highlight-banner .btn-group .btn {
    margin: 10px 25px;
  }
  .highlight-banner h3.highlight-banner-box-header {
    font-size: 30px;
    line-height: 1.4;
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  .newsletter .newsletter-header {
    font-size: 2rem;
  }
  .newsletter .gform_wrapper .gfield .gfield_label {
    margin: 0px 0px 30px 0px !important;
    font-size: 1.2rem;
  }
  .newsletter
    .gform_wrapper
    .gfield
    .gfield_label
    .highlight-banner
    .highlight-banner-box-content {
    padding: 0 25px;
  }
  .newsletter .col {
    width: 100%;
  }
  .newsletter .gform_wrapper .gfield .gfield_label,
  .newsletter .gform_wrapper .gfield_error .gfield_label {
    font-size: 1.2rem;
  }
  .newsletter .gform_wrapper .gfield .ginput_container_email input[type="text"],
  .newsletter
    .gform_wrapper
    .gfield_error
    .ginput_container_email
    input[type="text"] {
    width: 100% !important;
  }
  .gform_wrapper.gf_browser_chrome .gform_body {
    width: 100%;
  }
  #footer-logo {
    display: block;
    margin-top: 35px;
  }
  #footer-logo img {
    max-width: 100%;
  }
  #main-footer {
    padding: 0px 10px 55px;
  }
  .networks a {
    padding: 19px 0px 0 0;
    margin: 7px;
  }
  #footer-info {
    width: 100%;
  }
  .newsletter .gform_wrapper .gfield,
  .newsletter .gform_wrapper .gfield_error {
    line-height: 4;
  }
}
@media screen and (max-width: 760px) and (max-width: 500px) {
  .newsletter .gform_wrapper .gfield,
  .newsletter .gform_wrapper .gfield_error {
    line-height: 1;
  }
}

@media screen and (max-width: 760px) {
  .newsletter .gform_wrapper {
    max-width: 100%;
  }
  .single-post-background {
    height: 100vh;
    position: relative;
  }
  #site {
    padding-top: 60px;
  }
  .single-post-entry .single-post-content blockquote {
    padding: 0px 10px;
  }
  .single-post-entry .single-post-content blockquote p {
    line-height: 1.2;
    padding: 0px;
  }
  .comments {
    padding: 0px 25px;
    margin-bottom: 40px;
  }
  .single-post-navigation .prev-next-link a.next-post {
    padding-left: 20px;
  }
  .single-post-navigation .prev-next-link a.prev-post {
    padding-right: 20px;
  }
  .single-post-navigation .prev-next-link a .post-nav-title {
    font-size: 1.4rem;
  }
  .single-post-entry img {
    max-width: 100%;
  }
  .post-search-container {
    padding: 0px;
  }
  .story-banner {
    height: calc(100vh - 60px) !important;
    margin-bottom: 0px;
    padding: 0px;
  }
  .story-banner .frame,
  .story-banner .large-frame,
  .story-banner .full-frame {
    max-width: 90%;
  }
  .story-banner .story-banner-header {
    font-size: 3.5rem;
    line-height: 50px;
  }
}
@media screen and (max-width: 760px) and (max-width: 500px) {
  .story-banner .story-banner-header {
    font-size: 2.2rem;
    line-height: 1.1;
    margin-bottom: 0px;
    margin-top: 0px;
  }
}

@media screen and (max-width: 760px) {
  .story-banner .story-banner-description {
    font-size: 1.5rem;
    line-height: 32px;
  }
}
@media screen and (max-width: 760px) and (max-width: 500px) {
  .story-banner .story-banner-description {
    font-size: 1.35rem;
    line-height: 1.1;
  }
  .story-banner .story-banner-description:before {
    margin: 15px auto 15px auto;
  }
}
@media screen and (max-width: 760px) and (max-width: 500px) {
  .story-banner .story-banner-title {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 760px) {
  .hero-banner {
    height: calc(100vh - 60px);
  }
  .hero-banner .rule {
    margin: 25px auto 25px auto;
  }
  .hero-banner h3.hero-banner-box-header {
    font-size: 3.5rem;
    line-height: 60px;
  }
}
@media screen and (max-width: 760px) and (max-width: 500px) {
  .hero-banner .hero-banner-box-content {
    padding: 20px;
  }
  .hero-banner .dt {
    display: block;
  }
  .hero-banner .hero-banner-box.dc {
    display: block;
  }
  .hero-banner h3.hero-banner-box-header {
    font-size: 2.2rem;
    line-height: 1.1;
    padding: 0px;
  }
  .hero-banner h4.hero-banner-title {
    margin-top: 15px;
  }
}

@media screen and (max-width: 760px) {
  .blog-banner {
    /*height: calc(100vh - 60px);*/
  }
  .blog-banner .blog-banner-header {
    font-size: 3.5rem;
    line-height: 60px;
  }
}
@media screen and (max-width: 760px) and (max-width: 500px) {
  .blog-banner .blog-banner-header {
    font-size: 2.2rem;
    line-height: 1.1;
  }
}

@media screen and (max-width: 760px) {
  .blog-banner .blog-banner-description {
    display: none;
  }
  .highlight-banner .btn-group {
    margin-top: 40px;
  }
}

@media screen and (max-width: 760px) and (max-width: 500px) {
  .highlight-banner {
    height: auto;
  }
}

@media screen and (max-width: 760px) and (max-width: 500px) {
  .highlight-banner .highlight-banner-box {
    display: block;
  }
  .highlight-banner .highlight-banner-box .highlight-banner-box-content {
    display: block;
    padding: 20px 0px;
  }
}

@media screen and (max-width: 760px) and (max-width: 500px) {
  .highlight-banner .dt {
    display: block;
  }
}

@media screen and (max-width: 760px) {
  .contact-banner .banner-form {
    width: 100%;
    padding: 0px 5%;
  }
  .contact-banner {
    padding-top: 60px;
  }
  .contact-banner .banner-header {
    width: 100%;
  }
  .page-template-get-involved .hero-banner {
    padding: 25px;
  }
  .callout-block .callout-text {
    width: 90%;
    line-height: 1.3;
  }
  .callout-block .callout-headline {
    width: 90%;
  }
  .teams .team-list {
    width: 100%;
    float: none;
  }
  .teams .team-list:first-child {
    /* padding: 27px 75px 0 0px; */
    padding: 20px;
    padding-bottom: 60px;
  }
  .teams .team-list:last-child {
    /* padding: 27px 75px 0 0px; */
    padding: 20px;
    padding-bottom: 60px;
  }
  .teams .team-list ul li span.name {
    font-size: 2rem;
  }
  .teams .team-list ul {
    margin: 20px 0 0 0;
  }
  .letter .letter-content p {
    line-height: 1.5;
  }
}

@media screen and (max-width: 760px) and (max-width: 500px) {
  .letter .letter-content {
    padding: 50px 0px;
  }
  .letter .letter-content p {
    line-height: 1.25;
  }
  .letter .letter-content .letter-signature {
    max-width: 100%;
  }
  .letter .letter-content blockquote {
    line-height: 1;
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 760px) {
  .blog-item-wrap .blog-item-img {
    float: none;
    width: 100%;
  }
  .blog-item-content {
    width: 100%;
    float: none;
    padding: 0px;
    padding-top: 25px;
  }
  .blog-item-title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 760px) and (max-width: 500px) {
  .blog-item-title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 760px) {
  #sitemap1,
  #sitemap2 {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0 0px 0 0px;
    padding: 0 30px;
    vertical-align: top;
  }
  .page-template-sitemap .single-post-background {
    height: 75vh;
  }
  #sitemap1 > li + li,
  #sitemap2 > li + li {
    margin-top: 20px;
  }
  .callout-quote-block .dt {
    display: block;
  }
}

@media screen and (max-width: 760px) and (max-width: 500px) {
  .single-post-entry .post-wrap {
    transform: translateY(-100vh);
  }
}

@media screen and (max-width: 760px) and (max-width: 500px) {
  .single-post-entry .single-post-content {
    padding-bottom: 0px;
  }
  .single-post-entry .single-post-content p {
    padding: 0px 20px;
  }
  .single-post-entry .single-post-content h2,
  .single-post-entry .single-post-content h4 {
    padding: 0px 20px;
  }
  .single-post-entry .single-post-content ul {
    padding: 0px;
  }
  .single-post-entry .single-post-content blockquote p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 760px) {
  .donate-form {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 730px) and (max-width: 768px) {
  .post-item-wrap {
    width: 100%;
  }
}

@media screen and (min-width: 760px) and (max-width: 1023px) {
  #sitemap1 {
    padding: 0 25px 0 50px;
  }
  #sitemap2 {
    padding: 0 50px 0 25px;
  }
  .blog-banner .blog-banner-header {
    font-size: 4.25rem;
    line-height: 1.2;
  }
  .single-post-entry .single-post-content ul {
    padding-left: 40px;
  }
  .single-post-entry .single-post-content blockquote {
    padding: 25px;
  }
  .single-post-entry .single-post-content blockquote p {
    line-height: 1.3;
  }
  .single-post-background {
    height: 100vh;
    position: relative;
  }
  body {
    height: auto;
  }
  .newsletter .col {
    float: left;
  }
  input#s.search-field {
    -webkit-appearance: none;
    border-radius: 0;
  }
  input#s.search-field {
    width: 200px;
    -webkit-appearance: none;
    border-radius: 0;
  }
  .video-banner .video-banner-content #full-home-logo .pfl-flag {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .video-banner .video-banner-content.init #full-home-logo .pfl-flag {
    transform: translateX(0px);
  }
  .highlight-banner {
    height: 700px;
  }
  #site {
    padding-top: 60px;
  }
  .slide-content .slide-content-box-inner {
    width: 100%;
  }
  .header-nav.site-nav li:nth-of-type(n + 3) {
    display: none;
  }
  .post-item-wrap {
    width: 100%;
  }
  .header-nav #main-nav {
    display: none;
  }
  .header-nav #more-nav {
    display: none;
  }
  .slide-content .slide-content-box-wrap {
    padding: 50px;
  }
  #main-header.active {
    transform: matrix(1, 0, 0, 1, 0, -99);
  }
  #main-header.active .header-wrap.full-frame {
    width: 100%;
  }
  .grid-featured + .grid-search .post-search-container {
    padding: 0 25px 25px 25px;
  }
  .frame,
  .large-frame,
  .full-frame {
    width: 90%;
  }
  #footer-info {
    width: 100%;
  }
  #footer-logo {
    margin-top: 40px;
  }
  .header-wrap.full-frame {
    width: 100%;
  }
  .callout-text-block .callout-bg-type {
    margin-top: 13%;
    font-size: 55vh;
  }
  .hero-banner h3.hero-banner-box-header {
    font-size: 70px;
    line-height: 80px;
  }
  .hero-banner-box-description {
    font-size: 2rem;
    width: 80%;
    margin: 0 auto;
  }
  .hero-banner .rule {
    margin: 30px auto 40px auto;
  }
  .contact-banner .banner-header {
    vertical-align: middle;
  }
  .contact-banner .banner-form {
    vertical-align: middle;
  }
  .blog-item-wrap {
    width: 50%;
  }
  .post-items-wrap.frame,
  .post-items-wrap.large-frame,
  .post-items-wrap.full-frame {
    font-size: 0px;
  }
  .post-items-wrap.frame .blog-item-wrap .blog-item-img,
  .post-items-wrap.large-frame .blog-item-wrap .blog-item-img,
  .post-items-wrap.full-frame .blog-item-wrap .blog-item-img {
    width: 100%;
    float: none;
  }
  .post-items-wrap.frame .blog-item-content,
  .post-items-wrap.large-frame .blog-item-content,
  .post-items-wrap.full-frame .blog-item-content {
    padding: 0px;
    padding-top: 20px;
    float: none;
    width: 100%;
  }
  .post-items-wrap.frame .blog-item-content .type-name,
  .post-items-wrap.large-frame .blog-item-content .type-name,
  .post-items-wrap.full-frame .blog-item-content .type-name {
    font-size: 16px;
  }
  .post-items-wrap.frame .blog-item-content .blog-item-excerpt,
  .post-items-wrap.large-frame .blog-item-content .blog-item-excerpt,
  .post-items-wrap.full-frame .blog-item-content .blog-item-excerpt {
    font-size: 16px;
  }
  .post-items-wrap.frame .blog-item-content .blog-item-title,
  .post-items-wrap.large-frame .blog-item-content .blog-item-title,
  .post-items-wrap.full-frame .blog-item-content .blog-item-title {
    font-size: 2.2rem;
  }
  .letter .letter-wrap {
    padding: 0px 30px;
  }
  .letter .letter-wrap .letter-content {
    padding: 75px 0px;
  }
  #footer-nav {
    margin: 0 auto;
    float: none;
    text-align: center;
  }
}

@media screen and (min-width: 1023px) and (max-width: 1100px) {
  input#s.search-field {
    -webkit-appearance: none;
    border-radius: 0;
  }
  .video-banner .video-banner-content #full-home-logo .pfl-flag {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .jump-scroll {
    display: none;
    margin-top: 0px;
  }
  .video-banner .video-banner-content.init #full-home-logo .pfl-flag {
    transform: translateX(0px);
  }
  .post-item-content {
    height: 300px;
  }
  .post-item-content .post-item-title {
    font-size: 2.5rem;
  }
  .post-item-img img {
    height: 100%;
  }
  #mmenu-wrap {
    display: none !important;
  }
  #main-header.active {
    transform: matrix(1, 0, 0, 1, 0, -99);
  }
  #main-header.active .header-wrap.full-frame {
    width: 100%;
  }
  .slide-content-box-inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 82px 0px;
    width: 100%;
  }
  .slide-content .slide-content-box-wrap {
    padding: 25px;
  }
  .grid-featured .post-featured-content {
    height: 740px;
  }
  .grid-featured .post-featured-img .helper {
    display: none;
  }
  .grid-featured .post-featured-img img {
    width: 100%;
    margin-top: 100px;
  }
  .newsletter .frame,
  .newsletter .large-frame,
  .newsletter .full-frame {
    max-width: 90%;
  }
  .highlight-banner {
    height: 600px;
  }
  .post-item-content {
    padding: 25px 10% 25px 50px;
  }
  .grid-search:first-child .post-search-content {
    height: 325px;
  }
  .letter .letter-wrap {
    padding: 0px 50px;
  }
  .teams-wrap .frame,
  .teams-wrap .large-frame,
  .teams-wrap .full-frame {
    max-width: 90%;
  }
  .hero-banner .hero-banner-box-description {
    margin: 0 auto;
    width: 90%;
  }
  .contact-banner .frame,
  .contact-banner .large-frame,
  .contact-banner .full-frame {
    max-width: 90%;
  }
  .contact-banner .banner-form {
    padding: 0 6%;
  }
  .blog-banner .frame,
  .blog-banner .large-frame,
  .blog-banner .full-frame {
    max-width: 90%;
  }
  .blog-banner .frame .blog-banner-header,
  .blog-banner .large-frame .blog-banner-header,
  .blog-banner .full-frame .blog-banner-header {
    font-size: 4rem;
    line-height: 1;
  }
  .hero-banner-box .hero-banner-box-content .hero-banner-title {
    margin-top: 15px;
  }
  .hero-banner-box .hero-banner-box-content .hero-banner-box-header {
    line-height: 1;
    font-size: 70px;
  }
}

.gform_multi_col {
  width: 48%;
  clear: none;
  float: left;
  margin-bottom: 25px;
  display: block;
  background-color: transparent !important;
  border: 0 !important;
  position: relative;
}

.newsletter .gform_wrapper .gform_multi_col .gfield {
  width: 100%;
}

@media screen and (max-width: 760px) {
  .tour-descript {
    display: none;
  }
  #main-content.tour-content {
    height: 100vh !important;
  }
  .story-banner-video-dimensions.vjs-fluid {
    padding-top: 0px;
  }
  .callout-text-block .callout-bg-type {
    margin-top: 8%;
  }
  .callout-quote-block li > a + a {
    border-left: 0px;
  }
  .gform_multi_col {
    width: 100%;
  }
  .newsletter .gform_wrapper .gfield.gform_col {
    width: 100%;
    float: none;
  }
  .newsletter .gform_wrapper .gfield .gfield_label,
  .newsletter .gform_wrapper .gfield_error .gfield_label {
    margin: 0px !important;
  }
  body .gform_wrapper .top_label div.ginput_container {
    margin-top: 20px;
  }
  .gform_wrapper li.field_sublabel_below .ginput_complex {
    margin-top: 20px !important;
  }
  .video-js.vjs-fluid {
    padding: 0px;
  }
  .single-post-entry .post-wrap {
    padding: 0px;
  }
  .single-post-entry .single-post-content [id^="audio-player-"] {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 500px) {
  .search-module .search-tags .search-select {
    width: 240px;
  }
  input#s.search-field {
    width: 150px;
  }
  .callout-text-block {
    height: 60vh;
  }
  .callout-text-block .callout-bg-type {
    margin-top: 0%;
  }
  .callout-quote-block .callout-text .tweet-text {
    word-break: break-all;
  }
  .callout-quote-block li > a + a {
    border-left: 0px;
  }
  .home-blog-title {
    margin-top: 0px;
  }
}

@media screen and (max-width: 400px) {
  .post-teasers .post-item-content .post-item-title {
    font-size: 20px;
  }
  input#s.search-field {
    width: 90px;
  }
  .search-module .search-tags .search-select {
    width: 200px;
  }
  .homepage .post-teasers {
    padding-bottom: 0px;
  }
}

.logo_block {
  background: #f3f9ec;
  padding-top: 150px;
  padding-bottom: 150px;
}
.logo_block .logo-block-header {
  text-align: center;
  font-weight: normal;
  font-size: 68px;
  font-size: 4.25rem;
  margin: 0;
  margin-bottom: 25px;
  font-family: "BaskervilleURW-Reg", Georgia, sans-serif;
  position: relative;
  font-variant: small-caps;
}
.logo_block .logo-block-header:after {
  content: " ";
  position: absolute;
  max-width: 90%;
  width: 250px;
  height: 1px;
  background: #a23334;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  left: 50%;
  top: 100%;
  margin-top: 10px;
}
.logo_block .logo-row {
  max-width: 1150px;
  margin: 0 auto;
  font-size: 0px;
  margin-top: 70px;
}
.logo_block .logo-row .logo-col {
  display: inline-block;
  width: 25%;
  box-sizing: border-box;
  padding: 0px 30px;
  vertical-align: top;
}
.logo_block .logo-row .logo-col h4 {
  font-size: 19px;
  text-align: center;
  font-family: "VinylOT-Regular", sans-serif;
  color: #19335e;
  margin-top: 30px;
  text-transform: uppercase;
  font-weight: normal;
}
.logo_block .logo-row .logo-col p {
  font-size: 20px;
  color: #19335e;
  text-align: center;
  font-family: "BaskervilleURW-Reg", sans-serif;
  margin-top: 10px;
  line-height: 1.3;
}
.logo_block .logo-row .logo-col .logo-item {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: white;
  background-repeat: no-repeat;
  background-position: 50%;
}
.logo_block .logo-row .logo-col .logo-item.flag {
  background-size: 90px 61px;
}
.logo_block .logo-row .logo-col .logo-item.bird {
  background-size: 92px 101px;
}
.logo_block .logo-row .logo-col .logo-item.star {
  background-size: 71px 80px;
}
.logo_block .logo-row .logo-col .logo-item.logo {
  background-size: 95px 90px;
}

@media screen and (max-width: 760px) {
  .logo_block .logo-row {
    max-width: 95%;
    margin-top: 70px;
  }
  .logo_block .logo-row .logo-col {
    width: 100%;
    margin-top: 50px;
  }
  .logo_block .logo-row .logo-col .logo-item {
    margin: 0 auto;
  }
}

#founder-quotes {
  position: relative;
  overflow: hidden;
  padding: 20px 20px 20px 20px;
}
#founder-quotes img.pfText {
  width: 100%;
  height: auto;
}
#founder-quotes h3.callout-bg-type {
  font-size: 1550px;
  font-family: "Baskerville Old Face";
  color: rgba(239, 247, 230, 0.8);
  text-transform: uppercase;
  /* line-height: 0.605; */
  position: absolute;
  /* text-align: center; */
  width: 100%;
}
#founder-quotes .quote-modal {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 2000;
  max-width: 890px;
  width: 100%;
  max-height: 100%;
  overflow: auto;
}
#founder-quotes .quote-modal .quote-img {
  right: 0px;
  float: right;
  /* position: absolute; */
  margin-top: -125px;
  z-index: 200;
  position: relative;
  max-width: 450px;
}
#founder-quotes .quote-modal .quote-img img {
  max-width: 100%;
}
#founder-quotes .quote-modal .quote-section {
  background: white;
  width: 690px;
  height: 650px;
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}
#founder-quotes .quote-modal .quote-section:after {
  border-width: 1px;
  border-color: #660000;
  border-style: solid;
  position: absolute;
  content: "";
  top: 25px;
  left: 25px;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
}
#founder-quotes .quote-modal .quote-section hr {
  border-bottom: 1px solid #a23334;
  border-top: 1px solid #dbafaf;
}
#founder-quotes .quote-modal .quote-section .quote-title {
  font-family: "BaskervilleURW-Reg";
  font-size: 48px;
  color: #1c1a40;
  line-height: 1.021;
}
#founder-quotes .quote-modal .quote-section .quote-quote {
  font-family: "BaskervilleURW-Reg";
  font-size: 24px;
  color: #1c1a40;
  line-height: 1.792;
}
#founder-quotes .quote-modal .quote-section .quote-person {
  text-transform: uppercase;
  font-family: "VinylOT-Regular", sans-serif;
  font-size: 24px;
  color: #1c1a40;
  margin-top: 25px;
}
@media screen and (max-height: 1050px) {
  #founder-quotes .quote-modal .quote-img {
    margin-top: -180px;
  }
}
@media screen and (max-height: 1000px) {
  #founder-quotes .quote-modal .quote-section {
    height: 550px;
  }
  #founder-quotes .quote-modal .quote-img {
    margin-top: -100px;
  }
  #founder-quotes .quote-modal .quote-img img {
    max-width: 400px;
  }
}
@media screen and (max-height: 900px) {
  #founder-quotes .quote-modal .quote-section {
    height: auto;
    padding-bottom: 100px;
  }
  #founder-quotes .quote-modal .quote-img {
    margin-top: -120px;
  }
  #founder-quotes .quote-modal .quote-img img {
    max-width: 350px;
  }
}
@media screen and (max-height: 800px) {
  #founder-quotes .quote-modal .quote-section {
    height: auto;
    padding: 75px;
  }
  #founder-quotes .quote-modal .quote-img {
    margin-top: -160px;
  }
  #founder-quotes .quote-modal .quote-img img {
    max-width: 300px;
  }
}
@media screen and (max-width: 900px) {
  #founder-quotes .quote-modal {
    max-width: 90%;
  }
}
#founder-quotes .quote-modal-container {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(28, 26, 64, 0.9);
  z-index: 1500;
  max-width: 1800px;
  margin: 0 auto;
  transform: translate(-50%, 0%);
  left: 50%;
}
#founder-quotes .quote-text {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  width: calc(100% - 53px);
  box-sizing: border-box;
}
#founder-quotes .quote-text .quote-title {
  font-family: "BaskervilleURW-Reg";
  font-size: 48px;
  color: #1c1a40;
}
#founder-quotes .quote-text .quote-person {
  text-transform: uppercase;
  font-family: "VinylOT-Regular", sans-serif;
  font-size: 24px;
  color: #1c1a40;
  margin-top: 10px;
}
#founder-quotes .quote-item {
  position: absolute;
  transform: translate(-50%, 0%);
  padding: 50px 0px;
  box-sizing: border-box;
  cursor: pointer !important;
  font-size: 0px;
}
#founder-quotes .quote-item-1 {
  left: 50%;
  top: 100px;
}
#founder-quotes .quote-item-2 {
  left: 70%;
  top: 380px;
}
#founder-quotes .quote-item-3 {
  left: 30%;
  top: 460px;
}
#founder-quotes .quote-item-0 {
  left: 40%;
  top: 750px;
}
#founder-quotes .quote-item:hover .quote-plus:hover {
  background: black;
}
#founder-quotes .quote-item:hover .quote-plus:hover:after,
#founder-quotes .quote-item:hover .quote-plus:hover:before {
  transform: translate(-50%, -50%) rotate(180deg);
}
#founder-quotes .quote-plus {
  width: 53px;
  height: 53px;
  position: relative;
  background: #66ccff;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.5s;
}
#founder-quotes .quote-plus:after {
  width: 16px;
  background: white;
  position: absolute;
  height: 2px;
  content: " ";
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: all 0.5s;
}
#founder-quotes .quote-plus:before {
  width: 2px;
  background: white;
  position: absolute;
  height: 16px;
  content: " ";
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: all 0.5s;
}
@media screen and (max-width: 760px) {
  #founder-quotes .quote-modal .quote-img {
    float: none;
    max-width: 250px;
    margin: 0 auto;
    margin-top: -25px;
    position: relative;
  }
  #founder-quotes .quote-modal .quote-img img {
    max-width: 250px;
  }
  #founder-quotes .quote-modal .quote-section {
    display: block;
    height: auto;
    padding: 40px;
    width: 100%;
  }
  #founder-quotes .quote-modal .quote-section:after {
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
  #founder-quotes .quote-modal .quote-section .quote-title {
    font-family: "BaskervilleURW-Reg";
    font-size: 40px;
    color: #1c1a40;
    line-height: 1.021;
  }
  #founder-quotes .quote-modal .quote-section .quote-quote {
    font-family: "BaskervilleURW-Reg";
    font-size: 20px;
    color: #1c1a40;
    line-height: 25px;
  }
  #founder-quotes .quote-item-1 {
    top: 100px;
  }
  #founder-quotes .quote-item-2 {
    top: 400px;
  }
  #founder-quotes .quote-item-3 {
    top: 700px;
  }
  #founder-quotes .quote-item-0 {
    top: 1000px;
  }
  #founder-quotes .quote-modal {
    max-width: 90%;
  }
  #founder-quotes .quote-item {
    width: 90%;
    left: 50% !important;
  }
}

/* ==========================================================================
   WORDPRESS EDITOR STYLES
   ========================================================================== */
/* ==========================================================================
   WordPress WYSIWYG Editor Styles
   ==========================================================================*/
.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.alignnone,
img.alignnone {
  /*padding:30px 0;*/
  /* not sure about this one */
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

#default-page-content {
  padding: 50px 20px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.post-items-wrap .cat-title {
  padding-top: 50px;
  margin-bottom: 0px;
  float: left;
  font-size: 68px;
  font-variant: small-caps;
  font-weight: normal;
  border-bottom: 1px solid #a23334;
}
.paginate-links a {
  color: #66ccff;
}
.paginate-links {
  padding-bottom: 15px;
  text-align: center;
  font-size: 20px;
}

.woocommerce .single-post-header {
  margin-bottom: 0px;
}
.woocommerce .single-post-header .single-post-title {
  color: #1c1a40;
  font-size: 2em;
  margin-bottom: 20px;
  width: 48%;
  float: right;
  text-align: left;
  font-weight: bold;
}
.woocommerce .product .images img {
  width: auto !important;
  margin: 0 auto;
}
.woocommerce.single-product .price {
  padding: 0px !important;
}
.woocommerce.single-product .variations .label,
.woocommerce.single-product .variations .value {
  float: left;
}
.woocommerce.single-product .quantity .qty {
  height: 36px;
}
.single-product .related.products .products a {
  max-height: 85px;
  overflow: hidden;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  background: #66ccff;
  color: #161434;
}
.single-product .related.products .products img {
  width: auto;
  margin: 0px auto;
  min-height: 250px;
}
.single_add_to_cart_button {
  background: #6cf !important;
  color: #161434 !important;
  border-radius: 0px !important;
  text-transform: uppercase;
  transition: all 0.25s ease-in, box-shadow 0.5s ease-out, border 0.5s ease-out;
  letter-spacing: 3px;
  font-family: "BaskervilleURW-BolObl", Georgia, sans-serif;
}
@media screen and (min-width: 501px) and (max-width: 1023px) {
  .single-product #site {
    padding-top: 0px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .single-product .related.products .products li {
    text-align: center;
    width: 46%;
  }
  .single-product .related.products .products img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce .single-post-header .single-post-title {
    float: left;
    width: 100%;
    text-align: center;
  }
  .single-product .woocommerce-product-gallery__image {
    float: left;
    width: 100%;
  }
  .single-product .single-post-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .single-product .related.products .products img {
    width: auto !important;
    margin: 0 auto;
  }
  .single-product .related.products .products li {
    width: 100% !important;
    text-align: center;
  }
  .single-product .related.products .products {
    padding: 0px !important;
  }
  .single-product .woocommerce-tabs .wc-tabs li {
    width: 100%;
  }
}
.woocommerce .related ul.products li.product .woocommerce-loop-product__title {
  /*font-size: 14px;
  line-height: 20px;*/
  font-size: 14px;
  line-height: 20px;
  max-height: 68px;
  min-height: 68px;
  margin-bottom: 5px;
  overflow: hidden;
}
.woocommerce .related ul.products li.product .price {
  text-align: center;
}
.single-product .single-post-entry .single-post-content {
  background: none;
  padding: 0px;
}
.single-product .single-post-background {
  background: none !important;
}
section.related ul.products {
  padding: 0px 100px !important;
  margin: 0px !important;
}
section.related {
  padding-top: 15px;
  border-top: 1px solid #d3ced2;
}

.blog .blog-banner .blog-banner-header {
  font-size: 40px;
  line-height: 44px;
}
.blog .blog-banner .blog-banner-description {
  font-size: 20px;
  line-height: 25px;
}
@media screen and (min-width: 761px) and (max-width: 1300px) {
  .blog .blog-banner .blog-banner-description {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0px;
  }
  .blog .blog-banner .blog-banner-header {
    font-size: 28px;
    line-height: 30px;
  }
}
.woocommerce.page-id-3266 .products .product img {
  min-height: 267px;
}
h2.woocommerce-loop-product__title {
  min-height: 60px;
}
.woocommerce ul.products li.product a img {
  height: 230px;
}

/* Usa Soul */
.page-template-page-usa-soul #site {
  padding-top: 92px;
}

.usa-soul-banner {
  background-color: #cf0027;
  text-align: center;
  color: white;
  font-size: 45px;
  font-weight: 900;
  padding: 10px;
}

@media screen and (max-width: 1023px) and (min-width: 760px) {
  .page-template-page-usa-soul #site {
    padding-top: 47px;
  }
}

@media screen and (max-width: 760px) {
  .page-template-page-usa-soul #site {
    padding-top: 44px;
  }
}

.teams .teams-content {
  padding: 9% 0;
  display: none;
}

/* Blog Banner */

.blog .blog-banner {
  padding: 0px;
  display: flex;
}

.blog .blog-banner .image-container {
  width: 100%;
}

.blog .blog-banner .image-container picture {
  height: 100%;
  display: block;
  line-height: 0;
}

.blog .blog-banner .image-container picture img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center;
}

.blog .blog-banner .dt {
  background: #a13334;
  padding: 20px;
  border: none;
}

.blog .blog-banner .dt .dc {
  background: rgba(0, 0, 0, 0.4);
  padding: 15px;
  border: 1px #fff solid;
}

.blog .blog-banner .blog-banner-description {
  display: none;
}

@media screen and (max-width: 768px) {
  .blog .blog-banner {
    /*background-size: auto 50%;
    background-position: top; */
    flex-direction: column;
  }

  /*
  .blog .blog-banner .dt {
    max-width: 100%;
    max-height: 330px;
    position: absolute;
    bottom: 0px;
  }
  */

  .blog .search-banner {
    padding: 25px;
  }

  .blog .search-module > div {
    display: block;
    padding: 0px;
  }

  .blog .search-terms .search-form label {
    width: calc(100% - 65px);
    margin: 0px;
  }

  .blog .search-form label input#s.search-field {
    width: calc(100% - 120px);
  }

  .blog .search-form .search-submit {
    float: right;
    margin-top: 2px;
  }

  .blog .search-module .search-tags .search-select {
    width: calc(100% - 107px);
  }

  .blog .post-teasers {
    padding: 0px;
  }

  .blog .post-teasers .post-items-wrap {
    width: 100%;
  }
  .blog .post-teasers .blog-item-wrap .blog-item {
    padding: 0px;
    margin: 50px 20px;
  }
}

/* POP UP BANNER */
.hustle-group-content img {
  max-width: 100%;
}

@media screen and (max-width: 730px) {
  .post-item-wrap {
    width: 100% !important;
  }
  .news-resource:first-of-type {
    padding-right: 20px !important;
  }
  .news-resource:last-of-type {
    padding-left: 20px !important;
  }
  .news-resource .post-item-title {
    color: #1c1a40;
    font-size: 28px !important;
  }
}

/* Home Banner */

@media (min-width: 1024px) {
  .home .cat-banner {
    padding-top: 108px;
  }
}

@media (min-width: 1024px) {
  .home .cat-banner {
    padding-top: 62px;
  }
}



/* Category Banner */
.cat-banner {
  overflow: hidden;
}

.cat-banner--image {
  position: absolute;
  max-width: 100%;
  height: 100%;
}

.cat-banner--image img {
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}

.cat-banner--content {
  padding: 50px 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cat-banner--content img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));
}

.cat-banner--content-sentence {
  font-size: 1.5rem;
  font-family: baskervilleurw-reg,sans-serif;
  max-width: 800px;
  text-align: center;
  padding: 20px;
  border: 2px solid #7dcfd8;
  color: #7dcfd8;
  margin-top: 20px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}

.display-quiz-list{
  display: inline-block;
}

/***************** Changed validation color of newsletter form ***************/
#gform_wrapper_1 #gform_1_validation_container{
  background:white;
}
#gform_wrapper_1 .gfield_validation_message{
  color:black;
}