@charset "UTF-8";
/*
Theme Name: VotingWhileBlack
Author: Anonymous
Author URI:
Version: 1
Description: VotingWhileBlack theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: VotingWhileBlack
Tags: one-column, two-columns
Theme URI:
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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 {
  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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

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

.widget ul, #header .social-networks, #nav, #footer .footer-nav, #footer .social-networks, .anchor-links ul, .when-to-vote .important-dates, .when-to-vote .calendar-holder .calendar-info, .when-to-vote .calendar-block .days-list, .get-registered ul, .content-page ul, .content-post ul, .impact-block .top-holder .list-info, .impact-block .bottom-holder .text-holder .list-info, .gallery-block ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, #main:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after, .container:after, .intro-block .mc4wp-form-fields:after,
.intro-block .input-fields:after, .endorsements-block .top-holder:after, .news-block .top-holder:after, .contact-block .mc4wp-form-fields:after,
.contact-block .input-fields:after, .intro-single .form-holder .mc4wp-form-fields:after,
.intro-single .form-holder .input-fields:after, .blog-form .form-block .input-fields:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #3e3c3e;
  background: #f1f0f0;
  font: 20px/1.2 "Metric", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.gm-style img {
  max-width: none; }

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.2em; }

blockquote {
  border-left: 6px solid #e6e5e5;
  padding: 5px 0 0 30px;
  margin: 0 0 26px;
  position: relative; }
  blockquote:after {
    position: absolute;
    content: '“';
    top: -4px;
    left: -15px;
    font-size: 73px;
    line-height: 1;
    color: #bdaea8;
    opacity: 0.8; }
  @media (max-width: 767px) {
    blockquote {
      padding: 5px 0 0 10px;
      line-height: 20px;
      margin: 0 0 24px; } }
  blockquote br {
    display: none; }
  blockquote cite {
    font: 20px/1 "NocturnoDisplay", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    color: #775c53;
    display: block; }
    @media (max-width: 767px) {
      blockquote cite {
        font-size: 16px; } }
  blockquote p {
    margin: 0 0 12px !important; }
    blockquote p:last-child {
      margin: 0 !important; }
  blockquote strong {
    padding: 0 0 0 16px;
    display: block;
    text-transform: uppercase;
    color: #bdaea8 !important;
    font-size: 14px;
    letter-spacing: 1px; }
    @media (max-width: 767px) {
      blockquote strong {
        font-size: 11px;
        padding: 0 0 0 13px; } }

th, td {
  border: 1px solid #999;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.6em 0.7em 0.2em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #3e3c3e; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #999; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #999; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #999; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #999; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #999; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

#content {
  float: left;
  width: 75.2%;
  padding: 17px 0 0; }
  @media (max-width: 767px) {
    #content {
      float: none;
      width: 100%; } }
  #content:only-child {
    float: none;
    width: 100%; }

#sidebar {
  float: right;
  width: 21.4%;
  text-align: right; }
  @media (max-width: 767px) {
    #sidebar {
      float: none;
      width: 100%;
      display: none;
      position: absolute;
      top: 20px;
      left: 0;
      right: 0;
      padding: 20px;
      background: #f1f0f0;
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); } }
  #sidebar #wp-calendar {
    width: 100%; }
  .side-active #sidebar {
    display: block; }
  #sidebar h3 {
    margin: 0 0 -3px;
    padding: 0 0 0 7px;
    opacity: 0.5;
    color: #8d6e64;
    text-align: left;
    font: 48px/1 'Signatura Monoline Script'; }
    @media (max-width: 1023px) {
      #sidebar h3 {
        font-size: 40px;
        margin: 0 0 10px; } }
    #sidebar h3 span {
      position: relative;
      padding: 0 20px 0 0; }
      #sidebar h3 span:after {
        position: absolute;
        content: '';
        background: #8d6e64;
        opacity: 0.25;
        top: 50%;
        left: 100%;
        height: 1px;
        width: 999px; }

.two-columns {
  padding: 150px 0; }

.widget {
  margin: 0 0 47px; }
  @media (max-width: 1023px) {
    .widget {
      margin: 0 0 20px; } }
  @media (max-width: 767px) {
    .widget {
      margin: 0 0 10px; } }
  .widget ul {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase; }
    @media (max-width: 1023px) {
      .widget ul {
        font-size: 15px; } }
    .widget ul li {
      margin: 0 0 12px; }
      @media (max-width: 1023px) {
        .widget ul li {
          margin: 0 0 8px; } }
      .widget ul li:last-child {
        margin: 0; }
      .widget ul li a {
        color: #8d6e64; }
        .widget ul li a:hover {
          opacity: 0.8; }
  .widget select {
    min-width: 150px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.comment-form input[type='submit'] {
  display: block;
  float: none; }

.post-password-form label {
  display: block;
  margin-bottom: 4px; }

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.search-form {
  margin-bottom: 15px; }
  .search-form input {
    float: left;
    height: 2em; }
    .search-form input[type='search'] {
      margin: 0 4px 0 0;
      width: 150px; }

.post-password-form input {
  float: left;
  height: 2em; }
  .post-password-form input[type='password'] {
    width: 150px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #3e3c3e;
  color: #f1f0f0;
  height: 2em;
  border: none;
  padding: 0.6em 0.7em 0.2em; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    opacity: 0.8; }

.commentlist {
  margin: 0 0 1.2em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 1.2em 4px 0; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 1024px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.2em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  padding: 51px 0 32px;
  font-size: 20px;
  line-height: 1.2;
  text-align: right;
  overflow: hidden;
  margin: 0; }
  @media (max-width: 767px) {
    .navigation,
    .navigation-comments {
      padding: 16px 0 32px; } }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .nav-links,
  .navigation-comments .nav-links {
    width: 100%; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    color: #8d6e64;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: none;
    letter-spacing: 2.13px; }
    @media (max-width: 1023px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0 3px;
        font-size: 14px; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    max-width: 48%;
    text-decoration: none;
    position: relative;
    display: block; }
    .navigation .next:hover,
    .navigation .prev:hover,
    .navigation-comments .next:hover,
    .navigation-comments .prev:hover {
      color: #775c53; }
      .navigation .next:hover span,
      .navigation .prev:hover span,
      .navigation-comments .next:hover span,
      .navigation-comments .prev:hover span {
        border-color: #775c53; }
        .navigation .next:hover span:after,
        .navigation .prev:hover span:after,
        .navigation-comments .next:hover span:after,
        .navigation-comments .prev:hover span:after {
          border-color: #775c53; }
  .navigation .next,
  .navigation-comments .next {
    padding: 0 43px 0 0;
    float: right; }
    @media (max-width: 767px) {
      .navigation .next,
      .navigation-comments .next {
        padding: 0 24px 0 0; } }
    .navigation .next span,
    .navigation-comments .next span {
      position: absolute;
      top: 1px;
      right: 12px;
      border: solid #c8bbb6;
      border-width: 0 2px 2px 0;
      width: 10px;
      height: 10px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transition: border-color 0.3s;
      transition: border-color 0.3s; }
      @media (max-width: 767px) {
        .navigation .next span,
        .navigation-comments .next span {
          top: 0;
          right: 4px; } }
      .navigation .next span:after,
      .navigation-comments .next span:after {
        position: absolute;
        content: '';
        top: 3px;
        left: -4px;
        width: 15px;
        border-top: 2px solid #c8bbb6;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-transition: border-color 0.3s;
        transition: border-color 0.3s; }
  .navigation .prev,
  .navigation-comments .prev {
    padding: 0 0 0 43px;
    float: left; }
    @media (max-width: 767px) {
      .navigation .prev,
      .navigation-comments .prev {
        padding: 0 0 0 24px; } }
    .navigation .prev span,
    .navigation-comments .prev span {
      position: absolute;
      top: 1px;
      left: 12px;
      border: solid #c8bbb6;
      border-width: 0 2px 2px 0;
      width: 10px;
      height: 10px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transition: border-color 0.3s;
      transition: border-color 0.3s;
      -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
              transform: rotate(135deg); }
      @media (max-width: 767px) {
        .navigation .prev span,
        .navigation-comments .prev span {
          top: 0;
          left: 4px; } }
      .navigation .prev span:after,
      .navigation-comments .prev span:after {
        position: absolute;
        content: '';
        top: 3px;
        left: -4px;
        width: 15px;
        border-top: 2px solid #c8bbb6;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-transition: border-color 0.3s;
        transition: border-color 0.3s; }

.navigation-single {
  margin-bottom: 1.2em; }
  .navigation-single .next,
  .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    background: #3e3c3e;
    color: #f1f0f0;
    text-decoration: none; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      opacity: 0.8; }
    .navigation-single .next a,
    .navigation-single .prev a {
      color: inherit;
      text-decoration: none;
      padding: .4em;
      display: block; }
      @media (max-width: 1023px) {
        .navigation-single .next a,
        .navigation-single .prev a {
          padding: .2em; } }
  .navigation-single .next {
    float: right; }

.wp-caption {
  max-width: 100%;
  clear: both;
  margin-bottom: 1.2em;
  position: relative; }
  @media (max-width: 1279px) {
    .wp-caption {
      max-width: 50% !important; } }
  @media (max-width: 767px) {
    .wp-caption {
      max-width: 9999px !important;
      width: auto !important;
      padding: 19px 0 14px;
      float: none !important;
      min-width: 100%;
      margin: 0 -15px !important; } }
  .wp-caption img {
    margin: 0;
    vertical-align: top;
    width: 100%; }
  .wp-caption .wp-caption-text {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 !important;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 17px 7px;
    color: #e2dddd;
    background: rgba(62, 60, 62, 0.57); }
    @media (max-width: 767px) {
      .wp-caption .wp-caption-text {
        background: none;
        position: static;
        text-align: center;
        font-size: 14px;
        line-height: 16px;
        color: #907b74;
        padding: 12px; } }

div.aligncenter {
  margin: 0 auto 1.2em; }

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

.alignleft {
  float: left;
  margin: 0 2.5em 65px 0; }
  @media (max-width: 1279px) {
    .alignleft {
      margin: 0 2em 2em 0; } }

.alignright {
  float: right;
  margin: 0 0 65px 2.5em; }
  @media (max-width: 1279px) {
    .alignright {
      margin: 0 0 2em 2em; } }

.mejs-container {
  margin-bottom: 1.2em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

@media (max-width: 1279px) {
  iframe {
    width: 100%; } }

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #999; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "NocturnoDisplay", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: normal;
  margin: 0 0 0.5em;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 32px; }

h2, .h2 {
  font-size: 32px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #8d6e64;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: none; }

@font-face {
  font-family: 'Metric';
  src: url("fonts/Metric-BoldItalic.woff2") format("woff2"), url("fonts/Metric-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Metric';
  src: url("fonts/Metric-BlackItalic.woff2") format("woff2"), url("fonts/Metric-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Metric';
  src: url("fonts/Metric-ThinItalic.woff2") format("woff2"), url("fonts/Metric-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'Metric';
  src: url("fonts/Metric-RegularItalic.woff2") format("woff2"), url("fonts/Metric-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Metric';
  src: url("fonts/Metric-LightItalic.woff2") format("woff2"), url("fonts/Metric-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Metric';
  src: url("fonts/Metric-Regular.woff2") format("woff2"), url("fonts/Metric-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Metric';
  src: url("fonts/Metric-Thin.woff2") format("woff2"), url("fonts/Metric-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Metric';
  src: url("fonts/Metric-Medium.woff2") format("woff2"), url("fonts/Metric-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Metric';
  src: url("fonts/Metric-Black.woff2") format("woff2"), url("fonts/Metric-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Metric';
  src: url("fonts/Metric-MediumItalic.woff2") format("woff2"), url("fonts/Metric-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Metric';
  src: url("fonts/Metric-Light.woff2") format("woff2"), url("fonts/Metric-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Metric';
  src: url("fonts/Metric-Semibold.woff2") format("woff2"), url("fonts/Metric-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Metric';
  src: url("fonts/Metric-SemiboldItalic.woff2") format("woff2"), url("fonts/Metric-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Metric';
  src: url("fonts/Metric-Bold.woff2") format("woff2"), url("fonts/Metric-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Signatura Monoline Script';
  src: url("fonts/SignaturaMonolineScript-Regular.woff2") format("woff2"), url("fonts/SignaturaMonolineScript-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'NocturnoDisplay';
  src: url("fonts/b7702d609d3b2508-subsetofNocturnoDisplay-Med.woff2") format("woff2"), url("fonts/b7702d609d3b2508-subsetofNocturnoDisplay-Med.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

.page-template-template-podcast .podcast-feed {
  padding: 20px 0 50px; }
  @media (min-width: 768px) {
    .page-template-template-podcast .podcast-feed__intro {
      width: 75%; } }
  .page-template-template-podcast .podcast-feed__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .page-template-template-podcast .podcast-feed__icon {
    font-size: 24px;
    margin-right: 12px; }
  .page-template-template-podcast .podcast-feed__label {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    padding-top: 6px;
    line-height: 1; }

.page-template-template-podcast #content {
  width: 100%; }
  @media (min-width: 768px) {
    .page-template-template-podcast #content {
      width: calc(65% - 10px); } }

.page-template-template-podcast #sidebar {
  width: 100%; }
  @media (min-width: 768px) {
    .page-template-template-podcast #sidebar {
      width: calc(35% - 10px);
      margin-top: 17px; } }

.page-template-template-podcast .post-brow {
  color: #998E8A;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase; }

.page-template-template-podcast .blog-page .post-preview .text-holder time {
  font-size: 12px;
  font-weight: 700;
  color: #BDAEA8;
  letter-spacing: 0.05em;
  margin: 0 0 8px; }

@media (min-width: 768px) {
  .page-template-template-podcast .blog-page .post-preview .text-holder h2 {
    font-size: 28px;
    margin: 0 0 10px; } }

.single-podcast__header {
  margin-bottom: 8px; }

.single-podcast__brow {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #998E8A; }
  .single-podcast__brow:hover, .single-podcast__brow:focus {
    color: #bdaea8; }

@media (min-width: 768px) {
  .single-podcast .container.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.single-podcast .flex--alignStart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.single-podcast #content.main,
.single-podcast .main {
  width: 100%;
  padding-top: 0; }
  @media (min-width: 768px) {
    .single-podcast #content.main,
    .single-podcast .main {
      width: 75%;
      float: none;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin-bottom: 0; } }
  .single-podcast #content.main b, .single-podcast #content.main strong,
  .single-podcast .main b,
  .single-podcast .main strong {
    color: #FFF; }
  .single-podcast #content.main a,
  .single-podcast .main a {
    color: #BDAEA8; }
    .single-podcast #content.main a:hover, .single-podcast #content.main a:focus,
    .single-podcast .main a:hover,
    .single-podcast .main a:focus {
      color: #FFF; }
  .single-podcast #content.main p,
  .single-podcast .main p {
    color: #FFF;
    font-size: 18px;
    line-height: 1.55; }
  .single-podcast #content.main ul,
  .single-podcast .main ul {
    padding-left: 1.5rem; }
  .single-podcast #content.main li,
  .single-podcast .main li {
    color: #FFF;
    font-size: 18px;
    line-height: 1.3;
    margin: 0.5em 0; }

.single-podcast #sidebar.sidebar,
.single-podcast .sidebar {
  width: 100%;
  padding: 22px 22px 16px;
  text-align: left;
  background-color: #373637; }
  @media (min-width: 768px) {
    .single-podcast #sidebar.sidebar,
    .single-podcast .sidebar {
      width: calc(25% - 3px);
      float: none;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-bottom: 16px; } }
  @media (min-width: 768px) {
    .single-podcast #sidebar.sidebar--flex,
    .single-podcast .sidebar--flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.single-podcast .mejs-container {
  margin-bottom: 16px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.single-podcast .sidebar__subhed {
  font-family: "Metric", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 0.35em;
  text-transform: uppercase; }
  .single-podcast .sidebar__subhed:not(:first-child) {
    margin-top: 1rem; }

.single-podcast .sidebar__meta {
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2; }

.single-podcast .sidebar__list {
  list-style-type: none;
  margin: 16px 0 0 0;
  padding: 0; }

.single-podcast .sidebar__item {
  margin: 8px 0; }

.single-podcast .sidebar__link {
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .single-podcast .sidebar__link:hover, .single-podcast .sidebar__link:focus {
    color: #bdaea8; }
    .single-podcast .sidebar__link:hover .sidebar__svg, .single-podcast .sidebar__link:focus .sidebar__svg {
      fill: #bdaea8; }

.single-podcast .sidebar__icon {
  font-size: 18px;
  margin-right: 8px; }

.single-podcast .sidebar__svg {
  width: 22px;
  height: 22px;
  margin-right: 9px;
  position: relative;
  top: -1px;
  fill: white;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.single-podcast .sidebar__label {
  font-size: 16px;
  font-weight: 500; }

.single-podcast .sidebar .addtoany_shortcode {
  margin-top: 4px; }

.single-podcast .sidebar .addtoany_list a {
  padding: 0 4px 0 0;
  margin-right: 4px; }

.single-podcast .sidebar .a2a_svg {
  background-color: transparent !important; }

.sb-tile {
  display: block;
  background: #3e3c3e;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
  box-shadow: 0 2px 4px rgba(62, 60, 62, 0.19);
  padding: 3rem 1rem 2.7rem; }
  .sb-tile:first-of-type {
    background: #775C53; }
  .sb-tile:nth-of-type(2) {
    background: #54453F; }
  .sb-tile__bg {
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    pointer-events: none; }
  .sb-tile__label {
    color: white;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    line-height: 1;
    position: relative;
    letter-spacing: 0.1em;
    z-index: 9; }
  .sb-tile__accent {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    color: #BDAEA8;
    top: calc(50% + 10px);
    left: 50%;
    width: 100%;
    text-transform: lowercase;
    -webkit-transform: translate(-50%, -50%) rotate(-3deg);
        -ms-transform: translate(-50%, -50%) rotate(-3deg);
            transform: translate(-50%, -50%) rotate(-3deg);
    font-size: 96px;
    opacity: 0.45;
    line-height: 0.5;
    font-family: 'Signatura Monoline Script';
    pointer-events: none; }

.related {
  margin-top: 3rem; }
  .related__hed {
    font-family: 'Signatura Monoline Script';
    text-transform: lowercase;
    color: #BDAEA8 !important;
    font-size: 48px; }
  .related .post-preview {
    background: #fff;
    box-shadow: 0 2px 4px rgba(62, 60, 62, 0.19);
    margin: 0 0 10px; }
    .related .post-preview img {
      width: 100%; }
    .related .post-preview .podcast-feed__link {
      display: block;
      margin-top: 1rem; }
    .related .post-preview .text-holder {
      padding: 32px;
      font-size: 16px;
      line-height: 22px;
      color: #3e3c3e;
      float: none;
      width: 100%; }
      @media (max-width: 1023px) {
        .related .post-preview .text-holder {
          font-size: 14px;
          font-weight: 400;
          line-height: 18px;
          padding: 25px; } }
      @media (max-width: 767px) {
        .related .post-preview .text-holder {
          padding: 12px 16px; } }
      .related .post-preview .text-holder h2 {
        margin: 0 0 7px;
        color: #3e3c3e;
        font-size: 24px;
        line-height: 26px; }
        @media (max-width: 1023px) {
          .related .post-preview .text-holder h2 {
            font-size: 18px;
            line-height: 20px;
            margin: 0 0 9px; } }
        .related .post-preview .text-holder h2 a {
          color: #3e3c3e; }
          .related .post-preview .text-holder h2 a:hover {
            color: #8d6e64; }
      .related .post-preview .text-holder time {
        display: block;
        margin: 0 0 4px;
        color: #8d6e64;
        font-size: 13px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 2px; }
        @media (max-width: 1023px) {
          .related .post-preview .text-holder time {
            font-size: 11px;
            letter-spacing: 1.69px;
            margin: 0 0 7px; } }
      .related .post-preview .text-holder p {
        margin: 0; }

a,
input[type="submit"],
button {
  -webkit-transition: color 0.3s, opacity 0.3s, background 0.3s;
  transition: color 0.3s, opacity 0.3s, background 0.3s; }

.button {
  height: auto !important; }

@media (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 20px; } }

#wrapper {
  overflow: hidden;
  margin: 0 auto;
  position: relative; }

.container {
  max-width: 1180px;
  padding: 0 15px; }

#header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 24px 0 0;
  -webkit-transition: background 0.3s;
  transition: background 0.3s; }
  @media (max-width: 1023px) {
    #header {
      padding: 21px 0; } }
  .nav-active #header {
    background: #775c53; }
  #header .logo {
    float: left;
    width: 114px; }
    @media (max-width: 767px) {
      #header .logo {
        width: 104px; } }
    #header .logo img {
      width: 100%; }
  #header .container {
    position: static; }
  #header .social-networks {
    padding: 0 3px 0 0;
    text-align: right; }
    @media (max-width: 767px) {
      #header .social-networks {
        padding: 0 35px 35px; } }
    #header .social-networks li {
      display: inline-block;
      vertical-align: middle;
      font-size: 18px;
      line-height: 1;
      margin: 0 0 0 14px; }
      #header .social-networks li a {
        color: #bdaea8; }
        #header .social-networks li a:hover {
          color: #f1f0f0; }

.nav-holder {
  float: right; }
  @media (max-width: 767px) {
    .nav-holder {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: #775c53;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: max-height 0.3s;
      transition: max-height 0.3s; }
      .nav-active .nav-holder {
        max-height: 500px; } }

.nav-opener {
  display: none;
  float: right;
  width: 47px;
  margin: 21px 2px 0 0;
  position: relative;
  color: #f1f0f0;
  padding: 15px 0 0;
  font: 41px/1 'Signatura Monoline Script';
  cursor: pointer; }
  .nav-active .nav-opener {
    text-indent: -9999px; }
  .nav-opener:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #bdaea8;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
    .nav-active .nav-opener:after {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      margin: 14px 0 0;
      top: -4px;
      left: 2px;
      right: 7px; }
  .nav-opener span {
    position: absolute;
    content: '';
    top: 9px;
    left: 10px;
    right: 0;
    height: 1px;
    background: #bdaea8;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .nav-active .nav-opener span {
      opacity: 0; }
  .nav-opener:before {
    position: absolute;
    content: '';
    top: 18px;
    left: 5px;
    right: 0;
    height: 1px;
    background: #bdaea8;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
    .nav-active .nav-opener:before {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      margin: -13px 0 0;
      top: 23px;
      left: 2px;
      right: 8px; }
  @media (max-width: 767px) {
    .nav-opener {
      display: block; } }

#nav {
  padding: 7px 0 9px; }
  @media (max-width: 767px) {
    #nav {
      padding: 72px 34px 40px; } }
  #nav li {
    margin: 0 0 5px;
    text-align: right; }
    @media (max-width: 767px) {
      #nav li {
        margin: 0 0 13px; } }
    #nav li.active a {
      color: #f1f0f0; }
    @media (min-width: 1024px) {
      #nav li:hover a {
        color: #f1f0f0; } }
    #nav li a {
      display: inline-block;
      vertical-align: top;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 1.2;
      color: #bdaea8;
      letter-spacing: 2.5px; }
      @media (max-width: 767px) {
        #nav li a {
          font-size: 16px;
          color: #f1f0f0; } }

.intro-block {
  background: #3e3c3e;
  min-height: 595px;
  position: relative;
  padding: 222px 0 50px;
  color: #bdaea8;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px; }
  @media (max-width: 1023px) {
    .intro-block {
      padding: 200px 0 10px;
      font-size: 20px;
      line-height: 22px;
      min-height: 0; } }
  @media (max-width: 767px) {
    .intro-block {
      padding: 171px 0 83px;
      font-size: 18px; } }
  .intro-block:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    right: 0;
    background: url(images/decor-1.png) no-repeat 50% 100%;
    background-size: cover;
    height: 100px; }
    @media (max-width: 767px) {
      .intro-block:after {
        height: 50px; } }
  .intro-block .text-holder {
    float: left;
    width: 64%; }
    @media (max-width: 767px) {
      .intro-block .text-holder {
        float: none;
        width: 100%;
        position: relative;
        z-index: 1; } }
  .intro-block h1 {
    margin: 0 0 19px;
    color: #f1f0f0;
    font-size: 52px;
    line-height: 1;
    font-weight: 400; }
    @media (max-width: 1023px) {
      .intro-block h1 {
        font-size: 36px; } }
    @media (max-width: 767px) {
      .intro-block h1 {
        margin: 0 0 13px; } }
  .intro-block p {
    margin: 0 0 20px; }
    @media (max-width: 767px) {
      .intro-block p {
        margin: 0 0 17px; } }
  .intro-block input[type="text"],
  .intro-block input[type="email"],
  .intro-block input[type="tel"] {
    width: 100%;
    display: block;
    margin: 0;
    padding: 18px 21px 12px;
    height: auto;
    font-size: 22px;
    line-height: 1.3;
    color: #f1f0f0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    background: #5b595a;
    border: none; }
    .intro-block input[type="text"]::-webkit-input-placeholder,
    .intro-block input[type="email"]::-webkit-input-placeholder,
    .intro-block input[type="tel"]::-webkit-input-placeholder {
      color: #f1f0f0; }
    .intro-block input[type="text"]::-moz-placeholder,
    .intro-block input[type="email"]::-moz-placeholder,
    .intro-block input[type="tel"]::-moz-placeholder {
      opacity: 1;
      color: #f1f0f0; }
    .intro-block input[type="text"]:-moz-placeholder,
    .intro-block input[type="email"]:-moz-placeholder,
    .intro-block input[type="tel"]:-moz-placeholder {
      color: #f1f0f0; }
    .intro-block input[type="text"]:-ms-input-placeholder,
    .intro-block input[type="email"]:-ms-input-placeholder,
    .intro-block input[type="tel"]:-ms-input-placeholder {
      color: #f1f0f0; }
    .intro-block input[type="text"].placeholder,
    .intro-block input[type="email"].placeholder,
    .intro-block input[type="tel"].placeholder {
      color: #f1f0f0; }
    @media (max-width: 1023px) {
      .intro-block input[type="text"],
      .intro-block input[type="email"],
      .intro-block input[type="tel"] {
        padding: 16px 15px 8px;
        font-size: 20px; } }
  .intro-block input[type="submit"] {
    display: block;
    width: 100%;
    margin: 0;
    padding: 22px 10px 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    background-color: #bdaea8;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    height: auto;
    border: none;
    letter-spacing: 2px;
    text-transform: uppercase; }
    .intro-block input[type="submit"]:hover {
      background: #f1f0f0; }
    @media (max-width: 1023px) {
      .intro-block input[type="submit"] {
        font-weight: bold;
        padding: 19px 10px 11px;
        font-size: 17px; } }
  .intro-block .mc4wp-form-fields p,
  .intro-block .input-fields p {
    margin: 0;
    padding: 0 8px 0 0; }
  .intro-block .mc4wp-form-fields .email-input,
  .intro-block .input-fields .email-input {
    float: left;
    width: 44.2%; }
    @media (max-width: 767px) {
      .intro-block .mc4wp-form-fields .email-input,
      .intro-block .input-fields .email-input {
        float: none;
        width: 100%;
        padding: 0 0 10px; } }
  .intro-block .mc4wp-form-fields .zip-input,
  .intro-block .input-fields .zip-input {
    float: left;
    width: 21.6%; }
    @media (max-width: 1023px) {
      .intro-block .mc4wp-form-fields .zip-input,
      .intro-block .input-fields .zip-input {
        width: 25%; } }
    @media (max-width: 767px) {
      .intro-block .mc4wp-form-fields .zip-input,
      .intro-block .input-fields .zip-input {
        width: 51%; } }
  .intro-block .mc4wp-form-fields .submit-holder,
  .intro-block .input-fields .submit-holder {
    float: left;
    width: 22.9%; }
    @media (max-width: 1023px) {
      .intro-block .mc4wp-form-fields .submit-holder,
      .intro-block .input-fields .submit-holder {
        width: 25%; } }
    @media (max-width: 767px) {
      .intro-block .mc4wp-form-fields .submit-holder,
      .intro-block .input-fields .submit-holder {
        width: 49%;
        padding: 0; } }
  .intro-block .img-holder {
    float: right;
    width: 31%;
    padding: 29px 0 0;
    margin: 0 -37px 0 0; }
    @media (max-width: 1023px) {
      .intro-block .img-holder {
        margin: 0; } }
    @media (max-width: 767px) {
      .intro-block .img-holder {
        float: none;
        width: auto;
        margin: 0 auto;
        position: absolute;
        top: 50%;
        right: 10px;
        width: 150px;
        padding: 0;
        margin: -133px 0 0; } }
    .intro-block .img-holder img {
      width: 100%; }

.endorsements-block {
  padding: 234px 0 200px; }
  @media (max-width: 1023px) {
    .endorsements-block {
      padding: 150px 0; } }
  @media (max-width: 767px) {
    .endorsements-block {
      padding: 114px 0 151px; } }
  .endorsements-block .top-holder {
    padding: 0 0 31px; }
    @media (max-width: 767px) {
      .endorsements-block .top-holder {
        padding: 0 0 17px; } }
    .endorsements-block .top-holder h2 {
      margin: 0;
      float: left;
      width: 30%;
      color: #775c53;
      font-weight: normal;
      font-size: 48px; }
      @media (max-width: 1023px) {
        .endorsements-block .top-holder h2 {
          float: none;
          width: 100%;
          margin: 0 0 10px;
          font-size: 45px; } }
      @media (max-width: 767px) {
        .endorsements-block .top-holder h2 {
          font-size: 36px;
          margin: 0 0 15px; } }
    .endorsements-block .top-holder .info {
      float: right;
      width: 66.7%;
      padding: 14px 0 0;
      color: #775c53;
      font-size: 18px;
      font-weight: 400;
      line-height: 19px; }
      @media (max-width: 1279px) {
        .endorsements-block .top-holder .info {
          width: 60%; } }
      @media (max-width: 1023px) {
        .endorsements-block .top-holder .info {
          width: 100%;
          float: none; } }
      @media (max-width: 767px) {
        .endorsements-block .top-holder .info {
          font-size: 18px;
          line-height: 20px;
          padding: 0; } }
  .endorsements-block .col-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 29px; }
    @media (max-width: 1023px) {
      .endorsements-block .col-holder {
        padding: 0; } }
    @media (max-width: 767px) {
      .endorsements-block .col-holder {
        display: block;
        padding: 0 0 36px; } }
    .endorsements-block .col-holder .col {
      width: 25%;
      margin: 0 0 36px;
      padding: 0 10px 0 0;
      position: relative; }
      @media (max-width: 767px) {
        .endorsements-block .col-holder .col {
          width: 100%;
          padding: 0;
          margin: 0 0 16px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      .endorsements-block .col-holder .col:hover .img-holder {
        box-shadow: 0 4px 14px rgba(62, 60, 62, 0.25); }
      .endorsements-block .col-holder .col:hover h3 {
        color: #775c53; }
      .endorsements-block .col-holder .col:hover .position {
        color: #bdaea8; }
  .endorsements-block .img-holder {
    width: 184px;
    height: 184px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 0 23px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -webkit-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s; }
    @media (max-width: 1023px) {
      .endorsements-block .img-holder {
        width: 150px;
        height: 150px; } }
    @media (max-width: 767px) {
      .endorsements-block .img-holder {
        width: 86px;
        height: 86px;
        margin: 0 24px 0 0; } }
  .endorsements-block .more {
    position: absolute;
    top: 0;
    left: 0;
    right: 30%;
    bottom: 0; }
  .endorsements-block .text-holder {
    padding: 0 13% 0 0; }
    @media (max-width: 767px) {
      .endorsements-block .text-holder {
        max-width: 60%;
        padding: 0; } }
  .endorsements-block h3 {
    margin: 0 0 7px;
    font-size: 24px;
    line-height: 1;
    font-weight: normal;
    -webkit-transition: color 0.2s;
    transition: color 0.2s; }
    @media (max-width: 1023px) {
      .endorsements-block h3 {
        font-size: 24px;
        margin: 0 0 6px; } }
    .endorsements-block h3 a {
      color: #3e3c3e; }
      .endorsements-block h3 a:hover {
        opacity: 0.8; }
  .endorsements-block .position {
    display: block;
    font-weight: normal;
    text-transform: uppercase;
    color: #8d6e64;
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
    letter-spacing: 1.5px;
    -webkit-transition: color 0.2s;
    transition: color 0.2s; }
    @media (max-width: 1023px) {
      .endorsements-block .position {
        font-size: 12px; } }
    @media (max-width: 767px) {
      .endorsements-block .position {
        font-weight: bold;
        line-height: 1.1; } }
  .endorsements-block .btn-holder {
    text-align: center; }

.more-link {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  color: #8d6e64;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 0 20px;
  position: relative; }
  @media (max-width: 767px) {
    .more-link {
      font-size: 17px;
      font-weight: bold; } }
  .more-link:hover {
    color: #775c53; }
    .more-link:hover span {
      border-color: #775c53; }
      .more-link:hover span:after {
        border-color: #775c53; }
  .more-link span {
    position: absolute;
    top: -1px;
    right: 0;
    border: solid #c8bbb6;
    border-width: 0 2px 2px 0;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s; }
    @media (max-width: 767px) {
      .more-link span {
        top: 1px; } }
    .more-link span:after {
      position: absolute;
      content: '';
      top: 2.5px;
      left: -4px;
      width: 15px;
      border-top: 2px solid #c8bbb6;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: border-color 0.3s;
      transition: border-color 0.3s; }

.register-block {
  background: #8d6e64;
  padding: 117px 0 87px;
  color: #dcd6d4;
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 22px; }
  @media (max-width: 1023px) {
    .register-block {
      padding: 20px 0;
      font-size: 18px; } }
  @media (max-width: 767px) {
    .register-block {
      font-size: 16px;
      line-height: 19px;
      padding: 64px 0; } }
  .register-block .decore {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(images/register-fig.svg) no-repeat 100% 50%;
    opacity: 0.03; }
  .register-block:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 100%;
    height: 100px;
    background: url(images/decor-2.png) no-repeat 50% 0;
    background-size: cover; }
    @media (max-width: 767px) {
      .register-block:after {
        height: 50px; } }
  .register-block:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 100%;
    height: 100px;
    background: url(images/decor-3.png) no-repeat 50% 100%;
    background-size: cover; }
    @media (max-width: 767px) {
      .register-block:before {
        height: 50px; } }
  .register-block .container {
    position: relative;
    z-index: 1; }
  .register-block .text-holder {
    max-width: 630px; }
    .register-block .text-holder strong {
      color: inherit; }
  .register-block h2 {
    margin: 0 0 26px;
    font-weight: normal;
    font-size: 48px;
    color: #f1f0f0; }
    @media (max-width: 1023px) {
      .register-block h2 {
        font-size: 40px; } }
    @media (max-width: 767px) {
      .register-block h2 {
        font-size: 32px;
        margin: 0 0 21px; } }
  .register-block p {
    margin: 0 0 22px; }
    @media (max-width: 767px) {
      .register-block p {
        margin: 0 0 19px; } }
  .register-block .button {
    display: inline-block;
    vertical-align: top;
    border: none;
    box-shadow: 0 2px 4px #775c53;
    border-radius: 2px;
    background-color: #bdaea8;
    color: #3e3c3e;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    padding: 23px 35px 17px;
    height: auto; }
    @media (max-width: 1023px) {
      .register-block .button {
        font-weight: bold;
        font-size: 17px;
        padding: 21px 26px 12px;
        letter-spacing: 1.8px; } }
    .register-block .button:hover {
      background: #f1f0f0; }

.news-block {
  padding: 253px 0 124px;
  background: #f1f0f0;
  position: relative; }
  @media (max-width: 1023px) {
    .news-block {
      padding: 150px 0 20px; } }
  @media (max-width: 767px) {
    .news-block {
      padding: 151px 0 20px; } }
  .news-block:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    right: 0;
    height: 100px;
    background: url(images/decor-4.png) no-repeat 50% 100%;
    background-size: cover; }
    @media (max-width: 767px) {
      .news-block:after {
        height: 50px; } }
  .news-block .top-holder {
    padding: 0 0 30px; }
    @media (max-width: 767px) {
      .news-block .top-holder {
        padding: 0 0 12px; } }
    @media (max-width: 767px) {
      .news-block .top-holder .more-link {
        display: none; } }
  .news-block h2 {
    margin: 0 0 10px;
    float: left;
    max-width: 50%;
    color: #775c53;
    font-size: 48px; }
    @media (max-width: 1023px) {
      .news-block h2 {
        font-size: 40px; } }
    @media (max-width: 767px) {
      .news-block h2 {
        font-size: 32px;
        max-width: 100%;
        margin: 0 0 8px; } }
  .news-block .more-link {
    float: right;
    margin: 33px 0 0;
    padding: 0 31px; }
    @media (max-width: 1023px) {
      .news-block .more-link {
        margin: 20px 0 0; } }
    @media (max-width: 767px) {
      .news-block .more-link {
        margin: 7px 0 0;
        float: none;
        padding: 0 20px; } }
  .news-block .btn-holder {
    display: none;
    padding: 25px 0; }
    @media (max-width: 767px) {
      .news-block .btn-holder {
        display: block;
        text-align: center; } }

.posts-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (max-width: 767px) {
    .posts-holder {
      display: block; } }
  .posts-holder .img-holder img {
    width: 100%; }
  .posts-holder .col {
    background: #fff;
    width: 66.5%;
    box-shadow: 0 2px 4px rgba(62, 60, 62, 0.19); }
    @media (max-width: 767px) {
      .posts-holder .col {
        width: 100%;
        margin: 0 0 10px; } }
  .posts-holder .two-row {
    width: 33.5%;
    padding: 0 0 0 3px; }
    @media (max-width: 767px) {
      .posts-holder .two-row {
        width: 100%;
        padding: 0; } }
    .posts-holder .two-row .col {
      width: 100%;
      margin: 0 0 3px;
      height: 49.8%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 767px) {
        .posts-holder .two-row .col {
          display: block;
          height: auto;
          margin: 0 0 10px; } }
      .posts-holder .two-row .col:last-child {
        margin: 0; }
  .posts-holder .text-holder {
    padding: 35px 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px; }
    @media (max-width: 1023px) {
      .posts-holder .text-holder {
        padding: 25px;
        font-size: 14px;
        line-height: 18px; } }
    @media (max-width: 767px) {
      .posts-holder .text-holder {
        padding: 16px; } }
  .posts-holder h3 {
    margin: 0 0 9px;
    font-size: 24px;
    line-height: 26px; }
    @media (max-width: 1023px) {
      .posts-holder h3 {
        font-size: 18px;
        line-height: 1.15;
        margin: 0 0 11px; } }
    .posts-holder h3 a {
      color: #3e3c3e; }
      .posts-holder h3 a:hover {
        color: #8d6e64; }
  .posts-holder time {
    display: block;
    margin: 0 0 8px;
    color: #8d6e64;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .posts-holder time {
        font-size: 11px;
        letter-spacing: 1.7px;
        margin: 0 0 10px; } }
  .posts-holder p {
    margin: 0; }

.contact-block {
  padding: 198px 0 213px;
  background: -webkit-linear-gradient(left, #8d6e64 0%, #8d6e64 50%, #8c6d63 50%, #785d54 50%, #775c53 50%, #775c53 100%);
  background: linear-gradient(to right, #8d6e64 0%, #8d6e64 50%, #8c6d63 50%, #785d54 50%, #775c53 50%, #775c53 100%); }
  @media (max-width: 1023px) {
    .contact-block {
      padding: 180px 0; } }
  @media (max-width: 767px) {
    .contact-block {
      background: -webkit-linear-gradient(top, #8d6e64 0%, #8d6e64 45.5%, #8c6d63 45.5%, #785d54 45.5%, #775c53 45.5%, #775c53 100%);
      background: linear-gradient(to bottom, #8d6e64 0%, #8d6e64 45.5%, #8c6d63 45.5%, #785d54 45.5%, #775c53 45.5%, #775c53 100%);
      padding: 121px 0 108px; } }
  .contact-block .container {
    position: relative; }
    @media (max-width: 767px) {
      .contact-block .container {
        padding: 0 31px; } }
  .contact-block h2 {
    margin: 0 0 18px;
    color: #f1f0f0;
    font-size: 48px; }
    @media (max-width: 1279px) {
      .contact-block h2 {
        font-size: 45px; } }
    @media (max-width: 1023px) {
      .contact-block h2 {
        font-size: 40px; } }
    @media (max-width: 767px) {
      .contact-block h2 {
        font-size: 33px;
        margin: 0 0 12px; } }
  .contact-block .join-us {
    float: left;
    width: 37.6%; }
    @media (max-width: 1023px) {
      .contact-block .join-us {
        width: 40%; } }
    @media (max-width: 767px) {
      .contact-block .join-us {
        float: none;
        width: 100%;
        padding: 0; } }
  .contact-block input[type="text"],
  .contact-block input[type="email"],
  .contact-block input[type="tel"] {
    width: 100%;
    display: block;
    margin: 0;
    padding: 19px 21px 13px;
    height: auto;
    font-size: 20px;
    line-height: 1.3;
    color: #f1f0f0;
    box-shadow: 0 2px 4px #775c53;
    border-radius: 2px;
    background: #a38b81;
    border: none; }
    .contact-block input[type="text"]::-webkit-input-placeholder,
    .contact-block input[type="email"]::-webkit-input-placeholder,
    .contact-block input[type="tel"]::-webkit-input-placeholder {
      color: #f1f0f0; }
    .contact-block input[type="text"]::-moz-placeholder,
    .contact-block input[type="email"]::-moz-placeholder,
    .contact-block input[type="tel"]::-moz-placeholder {
      opacity: 1;
      color: #f1f0f0; }
    .contact-block input[type="text"]:-moz-placeholder,
    .contact-block input[type="email"]:-moz-placeholder,
    .contact-block input[type="tel"]:-moz-placeholder {
      color: #f1f0f0; }
    .contact-block input[type="text"]:-ms-input-placeholder,
    .contact-block input[type="email"]:-ms-input-placeholder,
    .contact-block input[type="tel"]:-ms-input-placeholder {
      color: #f1f0f0; }
    .contact-block input[type="text"].placeholder,
    .contact-block input[type="email"].placeholder,
    .contact-block input[type="tel"].placeholder {
      color: #f1f0f0; }
    @media (max-width: 1023px) {
      .contact-block input[type="text"],
      .contact-block input[type="email"],
      .contact-block input[type="tel"] {
        padding: 17px 16px 10px;
        font-size: 18px; } }
  .contact-block input[type="submit"] {
    display: block;
    width: 100%;
    margin: 0;
    padding: 20px 10px 10px;
    box-shadow: 0 2px 4px #775c53;
    border-radius: 2px;
    background: #f1f0f0;
    color: #775c53;
    font-size: 18px;
    font-weight: 700;
    height: auto;
    border: none;
    letter-spacing: 2px;
    text-transform: uppercase; }
    @media (max-width: 1023px) {
      .contact-block input[type="submit"] {
        font-weight: bold;
        padding: 18px 10px 8px;
        font-size: 16px; } }
    .contact-block input[type="submit"]:hover {
      background: #f1f0f0; }
  .contact-block .mc4wp-form-fields p,
  .contact-block .input-fields p {
    margin: 0 0 7px; }
  .contact-block .email-input {
    width: 100%; }
  .contact-block .zip-input {
    float: left;
    width: 50.8%;
    padding: 0 8px 0 0; }
  .contact-block .submit-holder {
    float: left;
    width: 48.9%; }
  .contact-block .support-block {
    float: right;
    width: 37.6%;
    font-size: 18px;
    line-height: 22px;
    color: #d8d2d1; }
    @media (max-width: 1023px) {
      .contact-block .support-block {
        font-size: 16px;
        line-height: 19px;
        width: 40%; } }
    @media (max-width: 767px) {
      .contact-block .support-block {
        width: 100%;
        float: none;
        padding: 44px 0 0; } }
    .contact-block .support-block strong {
      color: #d8d2d1; }
    .contact-block .support-block p {
      margin: 0 0 29px; }
      @media (max-width: 1023px) {
        .contact-block .support-block p {
          margin: 0 0 15px; } }
      @media (max-width: 767px) {
        .contact-block .support-block p {
          margin: 12px 0 18px; } }
  .contact-block .buttons, .donation .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .contact-block .buttons a {
      display: block;
      box-shadow: 0 2px 4px rgba(86, 67, 60, 0.67);
      border-radius: 2px;
      background: #f1f0f0;
      padding: 18px 10px 16px;
      width: 24%;
      font: 22px/1 "NocturnoDisplay", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
      text-align: center; }
      @media (max-width: 1023px) {
        .contact-block .buttons a {
          font-size: 16px;
          padding: 16px 10px 13px; } }
      @media (max-width: 767px) {
        .contact-block .buttons a {
          width: 48.4%;
          padding: 16px 10px 13px;
          font-size: 21px;
          margin: 0 0 8px; } }
      .contact-block .buttons a:hover {
        background: #bdaea8;
        color: #f1f0f0; }
    .donation .buttons a, .donation-endorsements .buttons a {
      display: block;
      box-shadow: 0 2px 4px rgba(86, 67, 60, 0.67);
      border-radius: 2px;
      background: #f1f0f0;
      padding: 18px 10px 16px;
      width: 100%;
	  margin-bottom: 10px;
      font: 22px/1 "NocturnoDisplay", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
      text-align: center; }
      @media (max-width: 1023px) {
        .donation .buttons a, .donation-endorsements .buttons a {
          font-size: 16px;
          padding: 16px 10px 13px; } }
      @media (max-width: 767px) {
        .donation .buttons a, .donation-endorsements .buttons a {
          width: 100%;
          padding: 16px 10px 13px;
          font-size: 21px;
          margin: 0 0 8px; } }
      .donation .buttons a:hover, .donation-endorsements .buttons a:hover {
        background: #bdaea8;
        color: #f1f0f0; }
  .contact-block .since-badge {
    max-width: 100px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -41px 0 0 -50px; }
    @media (max-width: 767px) {
      .contact-block .since-badge {
        position: static;
        margin: 50px auto 0;
        max-width: 80px; } }

#footer .footer-holder {
  background: #f1f0f0;
  position: relative;
  padding: 59px 0 53px;
  text-align: center; }
  @media (max-width: 1023px) {
    #footer .footer-holder {
      padding: 61px 0; } }
  #footer .footer-holder:after {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
    right: 0;
    height: 100px;
    background: url(images/decor-5.png) no-repeat 50% 0;
    background-size: cover; }
    @media (max-width: 767px) {
      #footer .footer-holder:after {
        height: 50px; } }

#footer .footer-logo {
  max-width: 261px;
  margin: 0 auto 85px; }
  @media (max-width: 1023px) {
    #footer .footer-logo {
      margin: 0 auto 30px; } }
  @media (max-width: 767px) {
    #footer .footer-logo {
      max-width: 200px;
      margin: 0 auto 52px; } }

#footer .footer-nav {
  margin: 0 0 36px; }
  @media (max-width: 1023px) {
    #footer .footer-nav {
      margin: 0 0 30px; } }
  @media (max-width: 767px) {
    #footer .footer-nav {
      margin: 0 0 20px; } }
  #footer .footer-nav li {
    display: inline-block;
    vertical-align: top;
    margin: 0 11px; }
    @media (min-width: 1024px) {
      #footer .footer-nav li:hover a {
        color: #8d6e64; } }
    #footer .footer-nav li.active a {
      color: #8d6e64; }
    @media (max-width: 767px) {
      #footer .footer-nav li {
        display: block;
        margin: 0 0 9px; } }
    #footer .footer-nav li a {
      color: #3e3c3e;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.2;
      text-transform: uppercase;
      letter-spacing: 3px; }

#footer .social-networks {
  margin: 0 0 90px; }
  @media (max-width: 1023px) {
    #footer .social-networks {
      margin: 0 0 30px; } }
  @media (max-width: 767px) {
    #footer .social-networks {
      margin: 0 0 20px; } }
  #footer .social-networks li {
    display: inline-block;
    vertical-align: top;
    margin: 0 7px; }
    #footer .social-networks li a {
      font-size: 17px;
      line-height: 1;
      color: #bdaea8; }
      #footer .social-networks li a:hover {
        color: #8d6e64; }

#footer .footer-info, #main .footer-info {
  max-width: 467px;
  margin: 0 auto 51px;
  padding: 17px 17px 14px;
  border: 1px solid #bdaea8;
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  color: #775c53; }
  @media (max-width: 1023px) {
    #footer .footer-info {
      margin: 0 auto 30px; } }
  @media (max-width: 767px) {
    #footer .footer-info {
      margin: 0 auto 30px;
      font-size: 13px;
      line-height: 1;
      padding: 17px 10px 14px; } }
  #footer .footer-info p {
    margin: 0; }

#main .footer-info {
  max-width: 467px;
  margin: 15px 0px 30px 0px;
  padding: 17px 17px 14px;
  border: 1px solid #bdaea8;
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  color: #bdaea8; }
  @media (max-width: 1023px) {
    #main .footer-info {
      margin: 15px auto 30px auto;} }
  @media (max-width: 767px) {
    #main .footer-info {
      margin: 15px auto 30px auto;
      font-size: 13px;
      line-height: 1;
      padding: 17px 10px 14px; } }
  #main .footer-info p {
    margin: 0; }

#footer .footer-link {
  color: #8d6e64;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 2.4px; }
  @media (min-width: 1024px) {
    #footer .footer-link:hover a {
      color: #8d6e64; } }

.intro-single {
  background: #3e3c3e;
  padding: 61px 0 0;
  color: #bdaea8;
  font-size: 18px;
  line-height: 22px;
  position: relative; }
  @media (max-width: 767px) {
    .intro-single {
      font-size: 16px;
      font-weight: 400;
      line-height: 19px; } }
  .intro-single > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media (max-width: 767px) {
      .intro-single > .container {
        display: block; } }
    .intro-single > .container:after {
      display: none; }
  .intro-single .img-holder {
    float: right;
    width: 54.3%; }
    @media (max-width: 767px) {
      .intro-single .img-holder {
        display: none; } }
  .intro-single .text-holder {
    float: left;
    width: 45%;
    padding: 100px 0 161px; }
    @media (max-width: 767px) {
      .intro-single .text-holder {
        float: none;
        width: 100%;
        padding: 111px 0 190px; } }
  .intro-single .sub-title {
    display: block;
    font: 53px/1 "NocturnoDisplay", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    color: #bdaea8;
    font-weight: normal;
    margin: 0 0 -1px; }
    @media (max-width: 1023px) {
      .intro-single .sub-title {
        font-size: 40px; } }
    @media (max-width: 767px) {
      .intro-single .sub-title {
        font-size: 36px;
        margin: 0; } }
  .intro-single h1 {
    margin: 0 0 10px;
    font: 53px/1 "NocturnoDisplay", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    color: #f1f0f0; }
    @media (max-width: 1023px) {
      .intro-single h1 {
        font-size: 40px; } }
    @media (max-width: 767px) {
      .intro-single h1 {
        font-size: 36px; } }
  .intro-single .position {
    margin: 0 0 27px;
    display: block;
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 1.6px;
    color: #f1f0f0;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .intro-single .position {
        font-size: 13px; } }
  .intro-single .form-holder {
    padding: 18px 0 0;
    max-width: 485px; }
    @media (max-width: 767px) {
      .intro-single .form-holder {
        padding: 4px 0 0; } }
    .intro-single .form-holder input[type="text"],
    .intro-single .form-holder input[type="email"],
    .intro-single .form-holder input[type="tel"] {
      width: 100%;
      display: block;
      margin: 0;
      padding: 18px 21px 12px;
      height: auto;
      font-size: 22px;
      line-height: 1.3;
      color: #f1f0f0;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
      border-radius: 2px;
      background: #5b595a;
      border: none; }
      .intro-single .form-holder input[type="text"]::-webkit-input-placeholder,
      .intro-single .form-holder input[type="email"]::-webkit-input-placeholder,
      .intro-single .form-holder input[type="tel"]::-webkit-input-placeholder {
        color: #f1f0f0; }
      .intro-single .form-holder input[type="text"]::-moz-placeholder,
      .intro-single .form-holder input[type="email"]::-moz-placeholder,
      .intro-single .form-holder input[type="tel"]::-moz-placeholder {
        opacity: 1;
        color: #f1f0f0; }
      .intro-single .form-holder input[type="text"]:-moz-placeholder,
      .intro-single .form-holder input[type="email"]:-moz-placeholder,
      .intro-single .form-holder input[type="tel"]:-moz-placeholder {
        color: #f1f0f0; }
      .intro-single .form-holder input[type="text"]:-ms-input-placeholder,
      .intro-single .form-holder input[type="email"]:-ms-input-placeholder,
      .intro-single .form-holder input[type="tel"]:-ms-input-placeholder {
        color: #f1f0f0; }
      .intro-single .form-holder input[type="text"].placeholder,
      .intro-single .form-holder input[type="email"].placeholder,
      .intro-single .form-holder input[type="tel"].placeholder {
        color: #f1f0f0; }
      @media (max-width: 1023px) {
        .intro-single .form-holder input[type="text"],
        .intro-single .form-holder input[type="email"],
        .intro-single .form-holder input[type="tel"] {
          padding: 16px 12px 8px;
          font-size: 20px; } }
    .intro-single .form-holder input[type="submit"] {
      display: inline-block;
      vertical-align: top;
      width: auto;
      margin: 0;
      padding: 20px 43px 14px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
      border-radius: 2px;
      background-color: #bdaea8;
      font-size: 20px;
      line-height: 1.2;
      font-weight: bold;
      height: auto;
      border: none;
      letter-spacing: 1px;
      text-transform: uppercase; }
      .intro-single .form-holder input[type="submit"]:hover {
        background: #f1f0f0; }
      @media (max-width: 1023px) {
        .intro-single .form-holder input[type="submit"] {
          font-weight: bold;
          padding: 19px 12px 11px;
          font-size: 17px; } }
      @media (max-width: 767px) {
        .intro-single .form-holder input[type="submit"] {
          width: 100%;
          display: block; } }
    @media (max-width: 767px) {
      .intro-single .form-holder .mc4wp-form-fields,
      .intro-single .form-holder .input-fields {
        margin: 0 -6px 0 0; } }
    .intro-single .form-holder .mc4wp-form-fields p,
    .intro-single .form-holder .input-fields p {
      margin: 0 0 8px;
      padding: 0 8px 0 0; }
    .intro-single .form-holder .mc4wp-form-fields .name,
    .intro-single .form-holder .input-fields .name {
      float: left;
      width: 100%; }
    .intro-single .form-holder .mc4wp-form-fields .email-input,
    .intro-single .form-holder .input-fields .email-input {
      float: left;
      width: 67.3%; }
      @media (max-width: 767px) {
        .intro-single .form-holder .mc4wp-form-fields .email-input,
        .intro-single .form-holder .input-fields .email-input {
          width: 100%; } }
    .intro-single .form-holder .mc4wp-form-fields .zip-input,
    .intro-single .form-holder .input-fields .zip-input {
      float: left;
      width: 32.7%; }
      @media (max-width: 767px) {
        .intro-single .form-holder .mc4wp-form-fields .zip-input,
        .intro-single .form-holder .input-fields .zip-input {
          width: 49.8%; } }
    .intro-single .form-holder .mc4wp-form-fields .submit-holder,
    .intro-single .form-holder .input-fields .submit-holder {
      clear: both;
      padding: 6px 0 0; }
      @media (max-width: 767px) {
        .intro-single .form-holder .mc4wp-form-fields .submit-holder,
        .intro-single .form-holder .input-fields .submit-holder {
          clear: none;
          float: right;
          padding: 0 8px 0 0;
          width: 50%; } }

.anchor-links {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  z-index: 2; }
  @media (max-width: 1023px) {
    .anchor-links {
      bottom: -38px; } }
  @media (max-width: 767px) {
    .anchor-links {
      bottom: -91px; } }
  .anchor-links .container {
    max-width: 1188px; }
  .anchor-links .mobile-title {
    display: none;
    color: #bdaea8;
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-top: 1px solid #5e5c5e;
    padding: 14px 0 10px; }
    @media (max-width: 767px) {
      .anchor-links .mobile-title {
        display: block; } }
  .anchor-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .anchor-links ul {
        display: block; } }
    .anchor-links ul li {
      padding: 0 3px;
      width: 33.33%; }
      @media (max-width: 767px) {
        .anchor-links ul li {
          width: 100%;
          margin: 0 0 1px; } }
      .anchor-links ul li a {
        background: #f1f0f0;
        padding: 37px 39px 31px;
        box-shadow: 0 2px 4px rgba(62, 60, 62, 0.19);
        display: block;
        font: 32px/1 "NocturnoDisplay", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
        color: #3e3c3e;
        position: relative; }
        @media (max-width: 1023px) {
          .anchor-links ul li a {
            font-size: 25px;
            padding: 28px 15px 23px; } }
        @media (max-width: 767px) {
          .anchor-links ul li a {
            font-size: 24px;
            padding: 21px 15px 15px; } }
        .anchor-links ul li a:after {
          position: absolute;
          content: '';
          top: 37px;
          right: 32px;
          width: 19px;
          height: 19px;
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg);
          border: solid #bdaea8;
          border-width: 0 2px 2px 0; }
          @media (max-width: 1023px) {
            .anchor-links ul li a:after {
              width: 15px;
              height: 15px;
              top: 28px;
              right: 20px; } }
          @media (max-width: 767px) {
            .anchor-links ul li a:after {
              width: 12px;
              height: 12px;
              top: 22px;
              right: 19px; } }
        .anchor-links ul li a:hover {
          background: #f1f0f0; }

.when-to-vote {
  padding: 143px 0 254px; }
  @media (max-width: 1023px) {
    .when-to-vote {
      padding: 100px 0 150px; } }
  @media (max-width: 767px) {
    .when-to-vote {
      padding: 167px 0 152px; } }
  @media (max-width: 767px) {
    .when-to-vote .container {
      padding: 0 30px; } }
  .when-to-vote .sub-title {
    color: #3e3c3e;
    display: block;
    margin: 0 0 -3px -9px;
    font: 48px/1 'Signatura Monoline Script'; }
    @media (max-width: 1023px) {
      .when-to-vote .sub-title {
        font-size: 32px;
        font-weight: 400;
        margin: 0 0 3px -5px; } }
  .when-to-vote h2 {
    margin: 0 0 16px;
    color: #8d6e64;
    font-size: 48px;
    line-height: 1; }
    @media (max-width: 1023px) {
      .when-to-vote h2 {
        font-size: 36px;
        margin: 0 0 11px; } }
  .when-to-vote .left-col {
    float: left;
    width: 45%; }
    @media (max-width: 767px) {
      .when-to-vote .left-col {
        float: none;
        width: 100%; } }
  .when-to-vote .time-holder {
    border-radius: 2px;
    background: #e8e7e7;
    padding: 26px 139px 18px 28px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 0 42px; }
    @media (max-width: 1023px) {
      .when-to-vote .time-holder {
        padding: 20px 100px 20px 20px; } }
    @media (max-width: 767px) {
      .when-to-vote .time-holder {
        padding: 14px 100px 4px 14px;
        margin: 0 0 31px; } }
    .when-to-vote .time-holder:after {
      position: absolute;
      content: '';
      top: 26px;
      right: 31px;
      background: url(images/when-fig.png) no-repeat;
      background-size: cover;
      width: 58px;
      height: 53px; }
      @media (max-width: 1023px) {
        .when-to-vote .time-holder:after {
          width: 32px;
          height: 30px;
          top: 35px;
          right: 30px; } }
      @media (max-width: 767px) {
        .when-to-vote .time-holder:after {
          top: 22px;
          right: 13px; } }
    .when-to-vote .time-holder .day {
      display: block;
      font: 32px/1 "NocturnoDisplay", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
      color: #3e3c3e;
      margin: 0 0 6px; }
      @media (max-width: 1023px) {
        .when-to-vote .time-holder .day {
          font-size: 24px; } }
      @media (max-width: 767px) {
        .when-to-vote .time-holder .day {
          margin: 0 0 2px; } }
    .when-to-vote .time-holder .time {
      display: block;
      color: #8d6e64;
      font-size: 20px;
      font-weight: 700;
      line-height: 28px;
      text-transform: uppercase;
      letter-spacing: 1.26px; }
      @media (max-width: 1023px) {
        .when-to-vote .time-holder .time {
          font-size: 16px;
          letter-spacing: 1px; } }
  .when-to-vote h3 {
    margin: 0 0 20px;
    text-transform: uppercase;
    font: 700 18px/1 "Metric", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    letter-spacing: 1px;
    color: rgba(62, 60, 62, 0.49); }
    @media (max-width: 1023px) {
      .when-to-vote h3 {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .when-to-vote h3 {
        margin: 0 0 10px; } }
  .when-to-vote .important-dates li {
    margin: 0 0 10px; }
    @media (max-width: 767px) {
      .when-to-vote .important-dates li {
        margin: 0 0 6px; } }
  .when-to-vote .important-dates .time {
    display: inline-block;
    vertical-align: middle;
    border-radius: 2px;
    background: #775c53;
    text-transform: uppercase;
    padding: 11px 7px 6px;
    min-width: 70px;
    text-align: center;
    letter-spacing: 1px;
    color: #f1f0f0;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    margin: 0 7px 0 0; }
    @media (max-width: 767px) {
      .when-to-vote .important-dates .time {
        padding: 7px 5px 4px;
        min-width: 60px;
        margin: 0 9px 0 0; } }
  .when-to-vote .important-dates .event-title {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1;
    padding: 4px 0 0; }
    @media (max-width: 1023px) {
      .when-to-vote .important-dates .event-title {
        font-size: 16px; } }
  .when-to-vote .calendar-holder {
    float: right;
    width: 51.2%;
    padding: 30px 0 0; }
    @media (max-width: 767px) {
      .when-to-vote .calendar-holder {
        float: none;
        width: auto;
        padding: 32px 0 0;
        margin: 0 -15px; } }
    .when-to-vote .calendar-holder .calendar-info {
      margin: 0 0 15px; }
      @media (max-width: 767px) {
        .when-to-vote .calendar-holder .calendar-info {
          margin: 0 0 7px; } }
      .when-to-vote .calendar-holder .calendar-info li {
        display: inline-block;
        vertical-align: middle;
        padding: 12px 14px 6px;
        background: #3e3c3e;
        margin: 0 4px 0 0;
        color: #f1f0f0;
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
        text-transform: uppercase;
        letter-spacing: 0.7px;
        border-radius: 2px; }
        @media (max-width: 1023px) {
          .when-to-vote .calendar-holder .calendar-info li {
            font-size: 11px;
            padding: 10px 10px 6px;
            margin: 0; } }
        @media (max-width: 767px) {
          .when-to-vote .calendar-holder .calendar-info li {
            padding: 7px 7px 3px; } }
  .when-to-vote .calendar-block {
    box-shadow: 0 2px 4px rgba(62, 60, 62, 0.19);
    background: #f1f0f0;
    padding: 0 0 6px 14px; }
    @media (max-width: 767px) {
      .when-to-vote .calendar-block {
        padding: 0; } }
    .when-to-vote .calendar-block .month {
      padding: 14px 0 9px;
      text-align: center;
      display: block;
      color: #8d6e64;
      font-size: 18px;
      font-weight: 700;
      line-height: 26px;
      text-transform: uppercase;
      letter-spacing: 1px; }
      @media (max-width: 1023px) {
        .when-to-vote .calendar-block .month {
          font-size: 15px; } }
      @media (max-width: 767px) {
        .when-to-vote .calendar-block .month {
          padding: 9px 0 3px; } }
    .when-to-vote .calendar-block .days-list {
      font-size: 16px;
      line-height: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      @media (max-width: 1023px) {
        .when-to-vote .calendar-block .days-list {
          font-size: 14px; } }
      .when-to-vote .calendar-block .days-list li {
        background: #f1f0f0;
        padding: 19px 11px 12px;
        width: 14.28%;
        border: solid #f1f0f0;
        border-width: 0 1px 1px 0; }
        @media (max-width: 1023px) {
          .when-to-vote .calendar-block .days-list li {
            padding: 17px 10px 10px; } }
        @media (max-width: 767px) {
          .when-to-vote .calendar-block .days-list li {
            padding: 12px 10px 6px; } }
        .when-to-vote .calendar-block .days-list li.no-day {
          background: #f8f8f8; }
        .when-to-vote .calendar-block .days-list li.importantdates, .when-to-vote .calendar-block .days-list li.earlyvoting, .when-to-vote .calendar-block .days-list li.electionday {
          color: #f1f0f0;
          font-weight: bold; }
        .when-to-vote .calendar-block .days-list li.importantdates {
          background: #775c53; }
        .when-to-vote .calendar-block .days-list li.earlyvoting {
          background: #8d6e64; }
        .when-to-vote .calendar-block .days-list li.electionday {
          background: #3e3c3e;
          position: relative; }
          .when-to-vote .calendar-block .days-list li.electionday:after {
            position: absolute;
            content: '';
            top: 13px;
            right: 10px;
            background: url(images/when-fig-2.png) no-repeat;
            background-size: cover;
            width: 23px;
            height: 21px; }
            @media (max-width: 1023px) {
              .when-to-vote .calendar-block .days-list li.electionday:after {
                width: 16px;
                height: 15px;
                top: 13px;
                right: 7px; } }
            @media (max-width: 767px) {
              .when-to-vote .calendar-block .days-list li.electionday:after {
                top: 9px;
                right: 6px; } }

.get-registered {
  background: #8d6e64;
  padding: 55px 0 84px;
  color: #f1f0f0;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
  z-index: 1; }
  @media (max-width: 1023px) {
    .get-registered {
      padding: 19px 0 42px;
      font-size: 18px; } }
  @media (max-width: 767px) {
    .get-registered {
      font-size: 16px;
      line-height: 20px; } }
  @media (max-width: 767px) {
    .get-registered .container {
      padding: 0 30px; } }
  .get-registered:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 100%;
    height: 100px;
    background: url(images/decor-2.png) no-repeat 50% 0;
    background-size: cover; }
    @media (max-width: 767px) {
      .get-registered:after {
        height: 50px; } }
  .get-registered:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 100%;
    height: 100px;
    background: url(images/decor-3.png) no-repeat 50% 100%;
    background-size: cover; }
    @media (max-width: 767px) {
      .get-registered:before {
        height: 50px; } }
  .get-registered .first-col {
    float: left;
    width: 37.6%;
    margin: 0 0 49px;
    padding: 0 20px 0 0; }
    @media (max-width: 767px) {
      .get-registered .first-col {
        float: none;
        width: 100%;
        padding: 0;
        margin: 0 0 50px; } }
    .get-registered .first-col .mobile-block {
      display: none; }
      @media (max-width: 767px) {
        .get-registered .first-col .mobile-block {
          display: block; } }
  .get-registered .sub-title {
    display: block;
    color: #d6c7c1;
    margin: 0 0 3px -9px;
    font: 44px/1 'Signatura Monoline Script'; }
    @media (max-width: 1023px) {
      .get-registered .sub-title {
        font-size: 32px;
        font-weight: 400;
        margin: 0 0 3px -5px; } }
  .get-registered h2 {
    margin: 0 0 45px;
    font-size: 48px;
    line-height: 1;
    color: #f1f0f0; }
    @media (max-width: 1023px) {
      .get-registered h2 {
        font-size: 36px; } }
    @media (max-width: 767px) {
      .get-registered h2 {
        margin: 0 0 16px; } }
  .get-registered .add-sub-title {
    display: block;
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 1.2;
    color: #f1f0f0; }
    @media (max-width: 767px) {
      .get-registered .add-sub-title {
        margin: 0 0 6px; } }
  .get-registered p {
    margin: 0 0 5px; }
  .get-registered ul {
    padding: 0 0 0 6px;
    margin: 0 0 22px; }
    @media (max-width: 767px) {
      .get-registered ul {
        margin: 0 0 15px; } }
    .get-registered ul li {
      position: relative; }
      .get-registered ul li:before {
        content: '>';
        color: #bdaea8;
        font-size: 17px;
        display: inline-block;
        margin: 0 7px 0 0; }
  .get-registered .button {
    box-shadow: 0 2px 4px #775c53;
    border-radius: 2px;
    border: none;
    color: #775c53;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 19px 34px 12px;
    letter-spacing: 2.4px; }
    @media (max-width: 767px) {
      .get-registered .button {
        padding: 16px 27px 10px;
        font-size: 16px; } }
    .get-registered .button:hover {
      opacity: 0.9; }
  .get-registered .second-col {
    float: right;
    width: 62.4%;
    padding: 45px 0 0;
    letter-spacing: -0.3px; }
    @media (max-width: 767px) {
      .get-registered .second-col {
        float: none;
        width: 100%;
        padding: 0 0 31px; } }
    .get-registered .second-col .text-holder {
      padding: 6px 0 0;
      font-size: 19px;
      line-height: 1.2; }
      @media (max-width: 767px) {
        .get-registered .second-col .text-holder {
          font-size: 17px;
          line-height: 20px;
          padding: 2px 0 0; } }
  .get-registered .status-holder {
    border-radius: 2px;
    padding: 19px 17px 14px;
    background: #775c53;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 45px;
    font-size: 17px;
    line-height: 1; }
    @media (max-width: 767px) {
      .get-registered .status-holder {
        display: none;
        padding: 18px 18px 13px;
        margin: 0 0 32px;
        font-size: 16px; } }
  .get-registered .status-title {
    color: #f1f0f0;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 0 10px 0 0; }
    @media (max-width: 767px) {
      .get-registered .status-title {
        font-size: 14px;
        letter-spacing: 0.8px;
        display: block;
        margin: 0 0 6px; } }
  .get-registered .status-link {
    color: #f1f0f0;
    text-decoration: underline; }
    .get-registered .status-link:hover {
      text-decoration: none; }
  .get-registered .vote-early {
    clear: both;
    padding: 40px 38px 51px;
    border-radius: 2px;
    background: #775c53; }
    @media (max-width: 767px) {
      .get-registered .vote-early {
        padding: 25px 17px 34px; } }
    .get-registered .vote-early h2 {
      margin: 0 0 16px; }
      @media (max-width: 767px) {
        .get-registered .vote-early h2 {
          margin: 0 0 12px; } }
    .get-registered .vote-early .sub-head {
      display: block;
      text-transform: uppercase;
      font-size: 18px;
      font-weight: 700;
      line-height: 1;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin: 0 0 15px;
      color: #bdaea8; }
      @media (max-width: 767px) {
        .get-registered .vote-early .sub-head {
          font-size: 16px; } }
    .get-registered .vote-early p {
      margin: 0 0 6px; }
    @media (max-width: 767px) {
      .get-registered .vote-early .text-holder {
        padding: 0 0 2px; } }
    .get-registered .vote-early .add_info {
      display: block;
      font-size: 14px;
      font-weight: 400;
      color: #c3b9b6;
      font-style: italic;
      margin: 0 0 25px; }
      @media (max-width: 767px) {
        .get-registered .vote-early .add_info {
          font-size: 13px;
          line-height: 15px;
          margin: 0 0 16px;
          padding: 0 0 0 10px;
          text-indent: -10px; } }
    .get-registered .vote-early .button {
      font-size: 16px;
      font-weight: 700;
      padding: 16px 26px 10px;
      letter-spacing: 1.5px;
      height: auto; }
      @media (max-width: 767px) {
        .get-registered .vote-early .button {
          font-size: 14px;
          line-height: 1.2;
          padding: 15px 20px 11px; } }

.participate, .donation {
  padding: 256px 0 95px;
  background: #f1f0f0;
  position: relative; }
  @media (max-width: 1023px) {
    .participate, .donation {
      padding: 150px 0 30px; } }
  @media (max-width: 767px) {
    .participate, .donation {
      padding: 131px 0 54px; } }
  .participate:after, .donation:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    right: 0;
    height: 100px;
    background: url(images/decor-4.png) no-repeat 50% 100%;
    background-size: cover; }
    @media (max-width: 767px) {
      .participate:after, .donation:after {
        height: 50px; } }
  @media (max-width: 767px) {
    .participate .container, .donation .container {
      padding: 0 30px; } }
  .participate .sub-title, .donation .sub-title {
    color: #3e3c3e;
    display: block;
    margin: 0 0 1px -9px;
    font: 44px/1 'Signatura Monoline Script'; }
    @media (max-width: 1023px) {
      .participate .sub-title, .donation .sub-title {
        font-size: 32px;
        font-weight: 400;
        margin: 0 0 7px -5px; } }
  .participate h2, .donation h2 {
    margin: 0 0 24px;
    color: #8d6e64;
    font-size: 48px;
    line-height: 1; }
    @media (max-width: 1023px) {
      .participate h2, .donation h2 {
        font-size: 35px; } }
  .participate .text-holder, .donation .text-holder {
    font-size: 18px;
    line-height: 1.25;
    padding: 0 0 17px; }
    @media (max-width: 767px) {
      .participate .text-holder, .donation .text-holder {
        font-size: 16px;
        line-height: 20px;
        padding: 0 0 6px; } }
  .participate .col-holder, .donation .col-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 0 30px;
    font-size: 16px;
    line-height: 19px; }
    @media (max-width: 767px) {
      .participate .col-holder {
        display: block;
        font-size: 15px;
        line-height: 17px;
        padding: 0 0 51px; } }
    .participate .col-holder .col, .donation .col-holder .col {
      width: 25%;
      padding: 42px 24px 22px;
      border: 1px solid #f1f0f0;
      background: #fff; }
      @media (max-width: 1023px) {
        .participate .col-holder .col {
          padding: 15px; } }
      @media (max-width: 767px) {
        .participate .col-holder .col {
          width: 100%;
          padding: 23px 12px 6px; } }
    .participate .col-holder h3, .donation .col-holder h3 {
      margin: 0 0 17px;
      font: bold 20px/1 "Metric", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      text-transform: uppercase;
      color: #8d6e64; }
      @media (max-width: 1023px) {
        .participate .col-holder h3, .donation .col-holder h3 {
          font-size: 18px;
          margin: 0 0 10px; } }
      @media (max-width: 767px) {
        .participate .col-holder h3, .donation .col-holder h3 {
          font-size: 16px;
          margin: 0 0 8px;
          letter-spacing: 1px; } }
    .participate .col-holder p {
      margin: 0 0 19px; }
      @media (max-width: 767px) {
        .participate .col-holder p {
          margin: 0 0 8px; } }
    .participate .col-holder a {
      color: #8d6e64;
      text-decoration: underline; }
      .participate .col-holder a:hover {
        text-decoration: none; }
  .participate .attend-brunch {
    padding: 41px 62px 45px;
    background: #e8e7e7;
    border-radius: 2px; }
    @media (max-width: 1023px) {
      .participate .attend-brunch {
        padding: 30px; } }
    @media (max-width: 767px) {
      .participate .attend-brunch {
        padding: 26px 17px 33px; } }
    .participate .attend-brunch h2 {
      margin: 0 0 19px; }
      @media (max-width: 767px) {
        .participate .attend-brunch h2 {
          margin: 0 0 15px; } }
    .participate .attend-brunch .text-holder {
      padding: 0; }
      @media (max-width: 767px) {
        .participate .attend-brunch .text-holder p {
          margin: 0 0 15px; } }
    .participate .attend-brunch dl {
      margin: 0 0 18px;
      overflow: hidden;
      font-size: 16px;
      line-height: 19px; }
      @media (max-width: 767px) {
        .participate .attend-brunch dl {
          margin: 0 0 8px;
          font-size: 15px;
          line-height: 16px; } }
      .participate .attend-brunch dl dt {
        float: left;
        min-width: 84px;
        padding: 0 5px 0 0;
        color: #8d6e64;
        letter-spacing: 1px; }
        @media (max-width: 767px) {
          .participate .attend-brunch dl dt {
            min-width: 85px; } }
      .participate .attend-brunch dl dd {
        margin: 0 0 1px; }
        @media (max-width: 767px) {
          .participate .attend-brunch dl dd {
            margin: 0 0 8px; } }
    .participate .attend-brunch .button {
      padding: 15px 27px 9px;
      height: auto;
      box-shadow: 0 2px 4px rgba(62, 60, 62, 0.16);
      border-radius: 2px;
      background-color: #3e3c3e;
      color: #f1f0f0;
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1.5px; }
      @media (max-width: 767px) {
        .participate .attend-brunch .button {
          font-size: 14px;
          padding: 12px 22px 7px; } }
      .participate .attend-brunch .button:hover {
        background: #f1f0f0;
        color: #3e3c3e; }

.intro-page {
  background: #3e3c3e;
  position: relative;
  padding: 220px 0 136px;
  color: #bdaea8;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px; }
  @media (max-width: 767px) {
    .intro-page {
      padding: 172px 0 129px;
      font-size: 16px;
      line-height: 19px; } }
  .intro-page:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    background: url(images/decor-6.png) no-repeat 50% 0;
    background-size: cover;
    height: 100px; }
    @media (max-width: 767px) {
      .intro-page:after {
        height: 50px; } }
  .intro-page:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(62, 60, 62, 0.8); }
  .intro-page .text-holder {
    float: left;
    width: 64%; }
  .intro-page h1 {
    margin: 0 0 22px;
    color: #f1f0f0;
    font-size: 52px;
    line-height: 1; }
    @media (max-width: 767px) {
      .intro-page h1 {
        font-size: 36px;
        margin: 0 0 30px; } }
  .intro-page p {
    max-width: 700px; }

.endorsements-section {
  padding: 32px 0 59px;
  position: relative; }
  @media (max-width: 1023px) {
    .endorsements-section {
      padding: 20px 0 30px; } }
  @media (max-width: 767px) {
    .endorsements-section {
      padding: 10px 0 30px; } }
  .endorsements-section:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    right: 0;
    height: 100px;
    background: url(images/decor-4.png) no-repeat 50% 100%;
    background-size: cover; }
    @media (max-width: 767px) {
      .endorsements-section:after {
        height: 50px; } }
  .endorsements-section .endorsements-category {
    overflow: hidden;
    font: 64px/1 'Signatura Monoline Script';
    color: #8d6e64;
    letter-spacing: 2.67px;
    margin: 90px 0 28px -12px; }
    @media (max-width: 1087px) {
      .endorsements-section .endorsements-category {
        margin: 0 0 28px; } }
    @media (max-width: 767px) {
      .endorsements-section .endorsements-category {
        font-size: 48px;
        letter-spacing: 0;
        margin: 0 0 13px; } }
    .endorsements-section .endorsements-category:first-child {
      margin-top: 0; }
    .endorsements-section .endorsements-category > span {
      display: inline-block;
      position: relative;
      padding: 0 25px 0 0; }
      @media (max-width: 767px) {
        .endorsements-section .endorsements-category > span {
          padding: 0 10px 0 0; } }
      .endorsements-section .endorsements-category > span.year:after {
        position: absolute;
        content: '';
        height: 1px;
        width: 9999px;
        top: 50%;
        left: 100%;
        background: #d8d0cd; }
  .endorsements-section .endorsements-item {
    overflow: hidden;
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 51px; }
    @media (max-width: 1023px) {
      .endorsements-section .endorsements-item {
        font-size: 18px;
        line-height: 22px; } }
    @media (max-width: 767px) {
      .endorsements-section .endorsements-item {
        font-size: 15px;
        line-height: 18px;
        margin: 0 0 33px; } }
    .endorsements-section .endorsements-item .img-holder {
      width: 288px;
      height: 288px;
      border-radius: 100%;
      overflow: hidden;
      float: left;
      box-shadow: 0 2px 4px rgba(62, 60, 62, 0.25); }
      @media (max-width: 767px) {
        .endorsements-section .endorsements-item .img-holder {
          width: 86px;
          height: 86px;
          margin: 0 24px 0 0; } }
      .endorsements-section .endorsements-item .img-holder img {
        width: 100%; }
    .endorsements-section .endorsements-item .text-holder {
      overflow: hidden;
      padding: 30px 0 0 81px; }
      @media (max-width: 1279px) {
        .endorsements-section .endorsements-item .text-holder {
          padding: 20px 0 0 50px; } }
      @media (max-width: 767px) {
        .endorsements-section .endorsements-item .text-holder {
          padding: 18px 0 0 17px;
          overflow: visible; } }
      .endorsements-section .endorsements-item .text-holder h3 {
        margin: 0 0 8px;
        color: #3e3c3e;
        font-size: 44px;
        line-height: 1; }
        @media (max-width: 1023px) {
          .endorsements-section .endorsements-item .text-holder h3 {
            font-size: 35px; } }
        @media (max-width: 767px) {
          .endorsements-section .endorsements-item .text-holder h3 {
            font-size: 24px;
            margin: 0 0 7px; } }
        .endorsements-section .endorsements-item .text-holder h3 a {
          color: #3e3c3e; }
          .endorsements-section .endorsements-item .text-holder h3 a:hover {
            color: #8d6e64; }
      .endorsements-section .endorsements-item .text-holder .position {
        display: block;
        color: #949394;
        font-size: 19px;
        line-height: 1.2;
        text-transform: uppercase;
        letter-spacing: 2.2px;
        margin: 0 0 16px;
        overflow: hidden; }
        @media (max-width: 1023px) {
          .endorsements-section .endorsements-item .text-holder .position {
            margin: 0 0 10px;
            font-size: 17px; } }
        @media (max-width: 767px) {
          .endorsements-section .endorsements-item .text-holder .position {
            font-size: 13px;
            letter-spacing: 1.5px;
            margin: 0 0 32px;
            color: #8d6e64;
            max-width: 50%; } }
      .endorsements-section .endorsements-item .text-holder p {
        margin: 0 0 18px; }
        @media (max-width: 1023px) {
          .endorsements-section .endorsements-item .text-holder p {
            margin: 0 0 10px; } }
        @media (max-width: 767px) {
          .endorsements-section .endorsements-item .text-holder p {
            margin: 0 0 15px; } }
      .endorsements-section .endorsements-item .text-holder .more-link {
        padding: 0 27px 0 3px; }
        @media (max-width: 767px) {
          .endorsements-section .endorsements-item .text-holder .more-link {
            font-size: 14px;
            padding: 0 20px 0 0; } }
        @media (max-width: 767px) {
          .endorsements-section .endorsements-item .text-holder .more-link span {
            top: -1px; } }

.content-page {
  padding: 31px 0 59px;
  font-size: 20px;
  line-height: 26px;
  position: relative;
  color: #666466; }
  @media (max-width: 767px) {
    .content-page {
      font-size: 16px;
      line-height: 22.4px;
      padding: 22px 0 44px; } }
  .content-page:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    right: 0;
    height: 100px;
    background: url(images/decor-4.png) no-repeat 50% 100%;
    background-size: cover; }
    @media (max-width: 767px) {
      .content-page:after {
        height: 50px; } }
  .content-page strong {
    color: #666466; }
  .content-page .text-area {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 0 0 10%; }
    @media (max-width: 1023px) {
      .content-page .text-area {
        padding: 0 15px; } }
    .content-page .text-area p {
      margin: 0 0 26px; }
    .content-page .text-area > * {
      max-width: 740px; }
  .content-page h1,
  .content-page h2,
  .content-page h3,
  .content-page h4,
  .content-page h5,
  .content-page h6 {
    margin: 0 0 10px;
    font-family: "Metric", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: bold;
    color: #8f7972;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1; }
  .content-page h2 {
    margin: 47px 0 13px;
    font-size: 32px; }
    @media (max-width: 767px) {
      .content-page h2 {
        font-size: 24px;
        margin: 41px 0 13px; } }
  .content-page h3 {
    margin: 32px 0 14px;
    font-size: 24px; }
    @media (max-width: 767px) {
      .content-page h3 {
        font-size: 16px;
        margin: 35px 0 16px; } }
  .content-page ul {
    padding: 5px 0 0 9px;
    margin: 0 0 33px;
    line-height: 23px; }
    @media (max-width: 767px) {
      .content-page ul {
        padding: 0 0 0 10px;
        line-height: 18px;
        margin: 0 0 22px; } }
    .content-page ul li {
      padding: 0 0 0 26px;
      margin: 0 0 8px;
      position: relative; }
      @media (max-width: 767px) {
        .content-page ul li {
          margin: 0 0 12px; } }
      .content-page ul li:after {
        position: absolute;
        content: '';
        top: 6px;
        left: 0;
        width: 5px;
        height: 5px;
        border-radius: 100%;
        background: #3e3c3e; }
        @media (max-width: 767px) {
          .content-page ul li:after {
            width: 4px;
            height: 4px; } }
  .content-page .video-block {
    padding: 36px 0 50px;
    max-width: 1150px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .content-page .video-block {
        padding: 0 0 39px; } }
    .content-page .video-block iframe {
      margin: 0; }
  .content-page .full-image {
    padding: 25px 0 57px; }
    @media (max-width: 767px) {
      .content-page .full-image {
        padding: 29px 0 25px; } }
    .content-page .full-image img {
      width: 100%; }
    .content-page .full-image figure {
      margin: 0;
      position: relative; }
    .content-page .full-image figcaption {
      position: absolute;
      left: 0;
      bottom: 0;
      font-size: 16px;
      line-height: 20px;
      padding: 13px 30px 9px;
      color: #e2dddd;
      background: rgba(62, 60, 62, 0.57); }
      @media (max-width: 767px) {
        .content-page .full-image figcaption {
          background: none;
          position: static;
          text-align: center;
          font-size: 14px;
          line-height: 16px;
          color: #907b74;
          padding: 12px; } }

.intro-post {
  background: #3e3c3e;
  position: relative;
  padding: 200px 0 180px;
  color: #bdaea8;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px; }
  @media (max-width: 767px) {
    .intro-post {
      padding: 192px 0 139px;
      font-size: 16px;
      line-height: 19px; } }
  .intro-post:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    background: url(images/decor-6.png) no-repeat 50% 0;
    background-size: cover;
    height: 100px; }
    @media (max-width: 767px) {
      .intro-post:after {
        height: 50px; } }
  .intro-post:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(62, 60, 62, 0.8); }
  .intro-post .sub-title {
    display: block;
    opacity: 0.5;
    color: #f1f0f0;
    font: 400 64px/1 'Signatura Monoline Script';
    letter-spacing: 2.67px;
    margin: 0 0 6px -8px; }
    @media (max-width: 767px) {
      .intro-post .sub-title {
        font-size: 32px;
        margin: 0 0 6px -5px; } }
  .intro-post h1 {
    margin: 0 0 22px;
    color: #f1f0f0;
    font-size: 52px;
    line-height: 1; }
    @media (max-width: 1023px) {
      .intro-post h1 {
        font-size: 36px; } }
    @media (max-width: 767px) {
      .intro-post h1 {
        font-size: 24px;
        line-height: 28px;
        margin: 0 0 11px; } }
  .intro-post time {
    display: block;
    opacity: 0.8;
    color: #bdaea8;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 1px; }
    @media (max-width: 767px) {
      .intro-post time {
        font-size: 14px;
        line-height: 1.2; } }

.content-post {
  padding: 34px 0 87px;
  font-size: 20px;
  line-height: 26px;
  position: relative; }
  @media (max-width: 1023px) {
    .content-post {
      padding: 20px 0; } }
  @media (max-width: 767px) {
    .content-post {
      font-size: 16px;
      line-height: 22.4px;
      padding: 4px 0 60px; } }
  .content-post .side-share {
    position: absolute;
    top: 44px;
    left: 50%;
    margin: 0 0 0 -525px; }
    @media (max-width: 1279px) {
      .content-post .side-share {
        margin: 0 0 0 -485px; } }
    @media (max-width: 1023px) {
      .content-post .side-share {
        position: static;
        margin: 0 0 10px;
        padding: 0 27px; } }
    @media (max-width: 767px) {
      .content-post .side-share {
        padding: 0 11px;
        margin: 0 0 15px; } }
    .content-post .side-share .addtoany_list a {
      display: block;
      margin: 0 0 10px;
      filter: grayscale(100%); }
      @media (max-width: 1023px) {
        .content-post .side-share .addtoany_list a {
          display: inline-block;
          vertical-align: top;
          margin: 0 10px 0 0; } }
  .content-post:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    right: 0;
    height: 100px;
    background: url(images/decor-4.png) no-repeat 50% 100%;
    background-size: cover; }
    @media (max-width: 767px) {
      .content-post:after {
        height: 50px; } }
  .content-post strong {
    color: #3e3c3e; }
  @media (max-width: 1023px) {
    .content-post .text-area {
      padding: 0 15px; } }
  @media (max-width: 767px) {
    .content-post .text-area {
      padding: 0; } }
  .content-post .text-area .container {
    max-width: 890px; }
    @media (max-width: 1023px) {
      .content-post .text-area .container {
        max-width: 100%; } }
  .content-post .text-area p {
    margin: 0 0 26px; }
  .content-post h1,
  .content-post h2,
  .content-post h3,
  .content-post h4,
  .content-post h5,
  .content-post h6 {
    margin: 0 0 10px;
    font-family: "Metric", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: bold;
    color: #8f7972;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1; }
  .content-post h2 {
    margin: 47px 0 13px;
    font-size: 32px; }
    @media (max-width: 767px) {
      .content-post h2 {
        font-size: 24px;
        margin: 41px 0 13px; } }
  .content-post h3 {
    margin: 32px 0 14px;
    font-size: 24px; }
    @media (max-width: 767px) {
      .content-post h3 {
        font-size: 16px;
        margin: 35px 0 16px; } }
  .content-post ul {
    padding: 5px 0 0 9px;
    margin: 0 0 33px;
    line-height: 23px; }
    @media (max-width: 767px) {
      .content-post ul {
        padding: 0 0 0 10px;
        line-height: 18px;
        margin: 0 0 22px; } }
    .content-post ul li {
      padding: 0 0 0 26px;
      margin: 0 0 8px;
      position: relative; }
      @media (max-width: 767px) {
        .content-post ul li {
          margin: 0 0 12px; } }
      .content-post ul li:after {
        position: absolute;
        content: '';
        top: 6px;
        left: 0;
        width: 5px;
        height: 5px;
        border-radius: 100%;
        background: #3e3c3e; }
        @media (max-width: 767px) {
          .content-post ul li:after {
            width: 4px;
            height: 4px; } }
  .content-post .video-block {
    padding: 23px 0 69px;
    max-width: 1150px;
    margin: 0 auto; }
    @media (max-width: 1023px) {
      .content-post .video-block {
        padding: 5px 0 41px; } }
    .content-post .video-block iframe {
      margin: 0; }
  .content-post .full-image {
    padding: 25px 0 57px; }
    @media (max-width: 767px) {
      .content-post .full-image {
        padding: 29px 0 25px; } }
    .content-post .full-image img {
      width: 100%; }
    .content-post .full-image figure {
      margin: 0;
      position: relative; }
    .content-post .full-image figcaption {
      position: absolute;
      left: 0;
      bottom: 0;
      font-size: 16px;
      line-height: 20px;
      padding: 13px 30px 9px;
      color: #e2dddd;
      background: rgba(62, 60, 62, 0.57); }
      @media (max-width: 767px) {
        .content-post .full-image figcaption {
          background: none;
          position: static;
          text-align: center;
          font-size: 14px;
          line-height: 16px;
          color: #907b74;
          padding: 12px; } }
  .content-post .bottom-share {
    text-align: center;
    padding: 80px 0 78px; }
    @media (max-width: 1023px) {
      .content-post .bottom-share {
        padding: 18px 0 45px; } }
    .content-post .bottom-share .addtoany_list a {
      margin: 0 22px;
      filter: grayscale(100%); }
      @media (max-width: 767px) {
        .content-post .bottom-share .addtoany_list a {
          margin: 0 13px; } }

.related-news h3 {
  overflow: hidden;
  font: 64px/1.15 'Signatura Monoline Script';
  color: #8d6e64;
  letter-spacing: 2.67px;
  text-transform: none;
  margin: 0 0 41px; }
  @media (max-width: 1087px) {
    .related-news h3 {
      margin: 0 0 28px; } }
  @media (max-width: 767px) {
    .related-news h3 {
      font-size: 48px;
      letter-spacing: 2px;
      margin: 0 0 13px; } }
  .related-news h3 > span {
    display: inline-block;
    position: relative;
    padding: 0 25px 0 0; }
    @media (max-width: 767px) {
      .related-news h3 > span {
        padding: 0 10px 0 0; } }
    .related-news h3 > span:after {
      position: absolute;
      content: '';
      height: 1px;
      width: 9999px;
      top: 50%;
      left: 100%;
      background: #d8d0cd; }

.related-news .col-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 767px) {
    .related-news .col-holder {
      display: block; } }

.related-news .col {
  background: #fff;
  width: 33.25%;
  box-shadow: 0 2px 4px rgba(62, 60, 62, 0.19);
  padding: 45px 39px;
  font-size: 16px;
  line-height: 22px; }
  @media (max-width: 1023px) {
    .related-news .col {
      padding: 20px; } }
  @media (max-width: 767px) {
    .related-news .col {
      width: 100%;
      margin: 0 0 8px;
      padding: 22px 16px;
      font-size: 14px;
      line-height: 18px; } }

.related-news h4 {
  margin: 0 0 9px;
  font: 24px/26px "NocturnoDisplay", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  text-transform: none;
  letter-spacing: 0; }
  @media (max-width: 1023px) {
    .related-news h4 {
      font-size: 20px;
      line-height: 1.1; } }
  @media (max-width: 767px) {
    .related-news h4 {
      font-size: 18px;
      line-height: 20px; } }
  .related-news h4 a {
    color: #3e3c3e;
    display: block; }
    .related-news h4 a:hover {
      color: #8d6e64; }

.related-news time {
  display: block;
  margin: 0 0 8px;
  color: #8d6e64;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .related-news time {
      font-size: 11px;
      margin: 0 0 9px; } }

.related-news p {
  margin: 0; }

.about-page {
  line-height: 1.3;
  position: relative;
  padding: 13px 0 0; }
  @media (max-width: 767px) {
    .about-page {
      line-height: 1.4; } }
  .about-page:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    right: 0;
    height: 100px;
    background: url(images/decor-4.png) no-repeat 50% 100%;
    background-size: cover; }
    @media (max-width: 767px) {
      .about-page:after {
        height: 50px; } }
  .about-page .text-area {
    padding: 73px 0; }
    @media (max-width: 1023px) {
      .about-page .text-area {
        padding: 20px 0; } }
    @media (max-width: 767px) {
      .about-page .text-area {
        padding: 8px 0; } }
    .about-page .text-area .container > * {
      max-width: 900px; }
    .about-page .text-area p {
      margin: 0 0 26px; }
    .about-page .text-area blockquote {
      border-left: 6px solid #e6e5e5;
      padding: 34px 26px;
      margin: 33px -76px 45px 86px;
      position: relative;
      background: #e8e7e7;
      border-radius: 2px;
      float: right;
      max-width: 100%;
      width: 62.2%; }
      @media (max-width: 1099px) {
        .about-page .text-area blockquote {
          margin: 20px 0 20px 20px; } }
      @media (max-width: 767px) {
        .about-page .text-area blockquote {
          margin: 0 0 31px;
          float: none;
          width: 100%;
          padding: 16px 10px 12px; } }
      .about-page .text-area blockquote:after {
        position: absolute;
        content: '“';
        top: 22px;
        left: -15px;
        font-size: 73px;
        line-height: 1;
        color: #bdaea8;
        opacity: 0.8; }
        @media (max-width: 767px) {
          .about-page .text-area blockquote:after {
            top: 5px;
            left: -17px; } }
      .about-page .text-area blockquote br {
        display: none; }
      .about-page .text-area blockquote cite {
        font: 20px/1 "NocturnoDisplay", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
        color: #775c53;
        display: block; }
        @media (max-width: 767px) {
          .about-page .text-area blockquote cite {
            font-size: 16px; } }
      .about-page .text-area blockquote p {
        margin: 0 0 12px !important; }
        .about-page .text-area blockquote p:last-child {
          margin: 0 !important; }
      .about-page .text-area blockquote strong {
        padding: 0 0 0 16px;
        display: block;
        text-transform: uppercase;
        color: #8d6e64 !important;
        font-size: 14px;
        letter-spacing: 1px; }
        @media (max-width: 767px) {
          .about-page .text-area blockquote strong {
            font-size: 11px;
            padding: 0 0 0 13px; } }

.impact-block {
  margin: 86px 0 0;
  position: relative;
  color: #f1f0f0; }
  @media (max-width: 767px) {
    .impact-block {
      margin: 65px 0 31px; } }
  .impact-block:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 100%;
    height: 100px;
    background: url(images/decor-7.png) no-repeat 50% 0;
    background-size: cover; }
    @media (max-width: 767px) {
      .impact-block:after {
        height: 50px; } }
  .impact-block .top-holder {
    position: relative;
    background: #775c53;
    padding: 37px 0 97px; }
    @media (max-width: 1023px) {
      .impact-block .top-holder {
        padding: 25px 0 50px; } }
    @media (max-width: 767px) {
      .impact-block .top-holder {
        padding: 28px 0 50px; } }
    .impact-block .top-holder .left-col {
      float: left;
      width: 39%; }
      @media (max-width: 767px) {
        .impact-block .top-holder .left-col {
          float: none;
          width: 100%;
          padding: 0 0 21px; } }
    .impact-block .top-holder .sub-title {
      display: block;
      font: 72px/1 'Signatura Monoline Script';
      opacity: 0.6;
      color: #bdaea8;
      margin: 0 0 -26px -25px; }
      @media (max-width: 1099px) {
        .impact-block .top-holder .sub-title {
          margin: 0 0 -13px -6px; } }
      @media (max-width: 1023px) {
        .impact-block .top-holder .sub-title {
          font-size: 32px; } }
    .impact-block .top-holder h2 {
      margin: 0 0 14px;
      color: #f1f0f0;
      font-size: 64px;
      line-height: 72px; }
      @media (max-width: 1279px) {
        .impact-block .top-holder h2 {
          font-size: 50px;
          line-height: 1; } }
      @media (max-width: 1023px) {
        .impact-block .top-holder h2 {
          font-size: 36px;
          line-height: 1.1;
          margin: 0 0 8px; } }
    .impact-block .top-holder .add-sub-title {
      display: block;
      color: #bdaea8;
      font-size: 24px;
      font-weight: 700;
      line-height: 15px;
      text-transform: uppercase;
      letter-spacing: 1.6px; }
      @media (max-width: 1023px) {
        .impact-block .top-holder .add-sub-title {
          font-size: 16px; } }
    .impact-block .top-holder .right-col {
      float: right;
      width: 61%;
      padding: 74px 0 0 10px; }
      @media (max-width: 1023px) {
        .impact-block .top-holder .right-col {
          padding: 38px 0 0 10px; } }
      @media (max-width: 767px) {
        .impact-block .top-holder .right-col {
          float: none;
          width: 100%;
          padding: 0; } }
    .impact-block .top-holder .list-info li {
      padding: 0 0 0 55px;
      margin: 0 0 19px;
      position: relative; }
      @media (max-width: 767px) {
        .impact-block .top-holder .list-info li {
          padding: 0 0 0 36px;
          margin: 0 0 13px; } }
      .impact-block .top-holder .list-info li:after {
        position: absolute;
        content: '';
        top: 7px;
        left: 0;
        background: url(images/arrow-1.png) no-repeat;
        width: 28px;
        height: 16px; }
      .impact-block .top-holder .list-info li:nth-child(even):after {
        background: url(images/arrow-2.png) no-repeat;
        width: 30px;
        height: 16px;
        top: 12px; }
    .impact-block .top-holder .list-title {
      display: block;
      margin: 0 0 6px;
      color: #f1f0f0;
      font: 32px/1 "NocturnoDisplay", "Times New Roman", "Times", "Baskerville", "Georgia", serif; }
      @media (max-width: 1023px) {
        .impact-block .top-holder .list-title {
          font-size: 28px; } }
    .impact-block .top-holder .list-sub-title {
      display: block;
      color: #bdaea8;
      font-size: 16px;
      font-weight: 500;
      line-height: 1;
      text-transform: uppercase;
      letter-spacing: 0.8px; }
      @media (max-width: 1023px) {
        .impact-block .top-holder .list-sub-title {
          font-size: 13px; } }
    .impact-block .top-holder blockquote {
      clear: both;
      padding: 80px 0 0;
      border: none;
      max-width: 897px;
      margin: 0 auto; }
      @media (max-width: 1023px) {
        .impact-block .top-holder blockquote {
          padding: 22px 0 0;
          max-width: 600px; } }
      .impact-block .top-holder blockquote:after {
        display: none; }
      .impact-block .top-holder blockquote q {
        font-size: 32px;
        line-height: 1;
        font-style: italic;
        position: relative;
        padding: 0 15px;
        display: block;
        margin: 0 0 13px; }
        @media (max-width: 1023px) {
          .impact-block .top-holder blockquote q {
            font-size: 20px;
            margin: 0 0 11px;
            padding: 0 18px; } }
        .impact-block .top-holder blockquote q:after, .impact-block .top-holder blockquote q:before {
          content: ''; }
        .impact-block .top-holder blockquote q:after {
          position: absolute;
          content: '“';
          top: -7px;
          left: -15px;
          font-size: 73px;
          line-height: 1;
          color: #bdaea8;
          opacity: 0.8; }
          @media (max-width: 1023px) {
            .impact-block .top-holder blockquote q:after {
              top: -10px; } }
      .impact-block .top-holder blockquote cite {
        color: #f1f0f0;
        display: block;
        padding: 0 34px;
        text-transform: uppercase;
        font: bold 18px/1 "Metric", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        letter-spacing: 1px;
        position: relative; }
        @media (max-width: 1023px) {
          .impact-block .top-holder blockquote cite {
            font-size: 15px;
            margin: 0 0 -3px; } }
        .impact-block .top-holder blockquote cite:after {
          position: absolute;
          content: '';
          top: 7px;
          left: 17px;
          background: #baaba5;
          height: 1px;
          width: 13px; }
          @media (max-width: 767px) {
            .impact-block .top-holder blockquote cite:after {
              top: 4px; } }
      .impact-block .top-holder blockquote strong {
        display: block;
        font-weight: normal;
        font-size: 14px;
        padding: 1px 0 0 34px; }
        @media (max-width: 767px) {
          .impact-block .top-holder blockquote strong {
            font-weight: normal;
            font-size: 12px;
            padding: 0 0 0 34px; } }
  .impact-block .bottom-holder {
    background: #8d6e64;
    position: relative; }
    @media (max-width: 767px) {
      .impact-block .bottom-holder {
        padding: 45px 0 100px; } }
    .impact-block .bottom-holder:after {
      position: absolute;
      content: '';
      left: 0;
      right: 0;
      bottom: 0;
      background: url(images/decor-8.png) no-repeat 50% 0;
      height: 110px;
      background-size: cover; }
      @media (max-width: 767px) {
        .impact-block .bottom-holder:after {
          height: 50px; } }
    .impact-block .bottom-holder .img-holder {
      float: left;
      width: 26%;
      margin: -32px 0 0 -4px; }
      @media (max-width: 767px) {
        .impact-block .bottom-holder .img-holder {
          display: none; } }
      .impact-block .bottom-holder .img-holder img {
        width: 100%; }
    .impact-block .bottom-holder .text-holder {
      overflow: hidden;
      padding: 62px 0 120px 136px; }
      @media (max-width: 1279px) {
        .impact-block .bottom-holder .text-holder {
          padding: 62px 0 120px 80px; } }
      @media (max-width: 1023px) {
        .impact-block .bottom-holder .text-holder {
          padding: 50px 0 120px 50px; } }
      @media (max-width: 767px) {
        .impact-block .bottom-holder .text-holder {
          padding: 0;
          overflow: visible; } }
      .impact-block .bottom-holder .text-holder h2 {
        margin: 0 0 11px;
        font-size: 64px; }
        @media (max-width: 1279px) {
          .impact-block .bottom-holder .text-holder h2 {
            font-size: 50px;
            line-height: 1; } }
        @media (max-width: 1023px) {
          .impact-block .bottom-holder .text-holder h2 {
            font-size: 36px;
            margin: 0 0 12px; } }
      .impact-block .bottom-holder .text-holder .sub-title {
        display: block;
        font-size: 24px;
        font-weight: 700;
        line-height: 1;
        text-transform: uppercase;
        letter-spacing: 1.6px;
        color: #f1f0f0;
        margin: 0 0 37px; }
        @media (max-width: 1023px) {
          .impact-block .bottom-holder .text-holder .sub-title {
            font-size: 16px;
            letter-spacing: 1px; } }
        @media (max-width: 767px) {
          .impact-block .bottom-holder .text-holder .sub-title {
            margin: 0 0 22px; } }
      .impact-block .bottom-holder .text-holder .list-info {
        overflow: hidden; }
        @media (max-width: 767px) {
          .impact-block .bottom-holder .text-holder .list-info {
            padding: 0 20px; } }
        .impact-block .bottom-holder .text-holder .list-info li {
          float: left;
          width: 50%; }
          @media (max-width: 767px) {
            .impact-block .bottom-holder .text-holder .list-info li {
              float: none;
              width: 100%;
              margin: 0 0 13px; } }
      .impact-block .bottom-holder .text-holder .list-title {
        display: block;
        color: #f1f0f0;
        font: 32px/1 "NocturnoDisplay", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
        margin: 0 0 6px; }
        @media (max-width: 1023px) {
          .impact-block .bottom-holder .text-holder .list-title {
            font-size: 28px; } }
      .impact-block .bottom-holder .text-holder .list-sub-title {
        display: block;
        opacity: 0.75;
        color: #f1f0f0;
        font-size: 16px;
        font-weight: 500;
        line-height: 1;
        text-transform: uppercase;
        letter-spacing: 0.8px; }
        @media (max-width: 1023px) {
          .impact-block .bottom-holder .text-holder .list-sub-title {
            font-size: 13px; } }
      .impact-block .bottom-holder .text-holder blockquote {
        clear: both;
        padding: 57px 0 0 7px;
        border: none;
        max-width: 897px;
        margin: 0 auto; }
        @media (max-width: 767px) {
          .impact-block .bottom-holder .text-holder blockquote {
            padding: 18px 0 0 7px; } }
        .impact-block .bottom-holder .text-holder blockquote:after {
          display: none; }
        .impact-block .bottom-holder .text-holder blockquote q {
          font-size: 32px;
          line-height: 1;
          font-style: italic;
          position: relative;
          padding: 0 15px;
          display: block;
          margin: 0 0 8px; }
          @media (max-width: 1023px) {
            .impact-block .bottom-holder .text-holder blockquote q {
              font-size: 20px;
              padding: 0 10px;
              margin: 0 0 11px; } }
          .impact-block .bottom-holder .text-holder blockquote q:after, .impact-block .bottom-holder .text-holder blockquote q:before {
            content: ''; }
          .impact-block .bottom-holder .text-holder blockquote q:after {
            position: absolute;
            content: '“';
            top: -7px;
            left: -15px;
            font-size: 73px;
            line-height: 1;
            color: #bdaea8;
            opacity: 0.8; }
            @media (max-width: 767px) {
              .impact-block .bottom-holder .text-holder blockquote q:after {
                top: -10px;
                left: -17px; } }
        .impact-block .bottom-holder .text-holder blockquote cite {
          color: #f1f0f0;
          display: block;
          padding: 0 34px;
          text-transform: uppercase;
          font: bold 18px/1 "Metric", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
          letter-spacing: 1px;
          position: relative; }
          @media (max-width: 1023px) {
            .impact-block .bottom-holder .text-holder blockquote cite {
              font-size: 15px; } }
          @media (max-width: 767px) {
            .impact-block .bottom-holder .text-holder blockquote cite {
              padding: 0 26px;
              margin: 0 0 -3px; } }
          .impact-block .bottom-holder .text-holder blockquote cite:after {
            position: absolute;
            content: '';
            top: 7px;
            left: 17px;
            background: #baaba5;
            height: 1px;
            width: 13px; }
            @media (max-width: 767px) {
              .impact-block .bottom-holder .text-holder blockquote cite:after {
                top: 5px;
                left: 10px; } }
        .impact-block .bottom-holder .text-holder blockquote strong {
          display: block;
          font-weight: normal;
          font-size: 14px;
          padding: 1px 0 0 34px; }
          @media (max-width: 767px) {
            .impact-block .bottom-holder .text-holder blockquote strong {
              font-weight: normal;
              font-size: 12px;
              padding: 0 0 0 27px; } }

.gallery-block {
  padding: 10px 0; }
  @media (max-width: 767px) {
    .gallery-block {
      padding: 15px 0 30px; } }
  .gallery-block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .gallery-block ul {
        min-width: 633px; } }
    .gallery-block ul li {
      width: 25%;
      display: none; }
      @media (max-width: 767px) {
        .gallery-block ul li {
          width: 50%; } }
      .gallery-block ul li:nth-child(1), .gallery-block ul li:nth-child(2) {
        display: block; }
      .gallery-block ul li:nth-child(3), .gallery-block ul li:nth-child(4) {
        display: block; }
        @media (max-width: 767px) {
          .gallery-block ul li:nth-child(3), .gallery-block ul li:nth-child(4) {
            display: none; } }
      .gallery-block ul li a {
        display: block;
        outline: none; }
  .gallery-block .img-holder {
    border: 1px solid #e1dcda;
    background: #f1f0f0;
    padding: 5px;
    display: block;
    position: relative;
    -webkit-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s; }
    .gallery-block .img-holder img {
      width: 100%; }
    .gallery-block .img-holder:hover {
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3); }
  .gallery-block li:nth-child(1) .img-holder {
    -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
            transform: rotate(-2deg);
    top: -2px;
    left: -76px;
    width: 122.1%; }
    @media (max-width: 1279px) {
      .gallery-block li:nth-child(1) .img-holder {
        width: 130%; } }
    @media (max-width: 1023px) {
      .gallery-block li:nth-child(1) .img-holder {
        left: 0; } }
    @media (max-width: 767px) {
      .gallery-block li:nth-child(1) .img-holder {
        left: -7px; } }
  .gallery-block li:nth-child(2) .img-holder {
    -webkit-transform: rotate(-1deg);
        -ms-transform: rotate(-1deg);
            transform: rotate(-1deg);
    top: -38px;
    left: -21px;
    width: 127.1%;
    z-index: 2; }
    @media (max-width: 1023px) {
      .gallery-block li:nth-child(2) .img-holder {
        top: -26px;
        left: 17px; } }
  .gallery-block li:nth-child(3) .img-holder {
    -webkit-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
            transform: rotate(2deg);
    top: 8px;
    left: 35px;
    width: 113.1%;
    z-index: 1; }
  .gallery-block li:nth-child(4) .img-holder {
    -webkit-transform: rotate(-4deg);
        -ms-transform: rotate(-4deg);
            transform: rotate(-4deg);
    top: -23px;
    left: 51px;
    width: 113.1%; }
    @media (max-width: 1023px) {
      .gallery-block li:nth-child(4) .img-holder {
        left: -20px;
        top: -8px; } }
  .gallery-block .description {
    display: block;
    text-align: center;
    opacity: 0.8;
    color: #8d6e64;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    padding: 4px 0 0; }
    @media (max-width: 767px) {
      .gallery-block .description {
        font-size: 14px;
        line-height: 16px;
        padding: 0;
        margin: -5px 0 0; } }

.blog-page {
  padding: 73px 0 50px;
  position: relative; }
  @media (max-width: 1023px) {
    .blog-page {
      padding: 20px 0; } }
  @media (max-width: 767px) {
    .blog-page {
      padding: 0; } }
  .search-results .blog-page,
  .archive .blog-page {
    padding: 0; }
  .blog-page:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    right: 0;
    height: 100px;
    background: url(images/decor-4.png) no-repeat 50% 100%;
    background-size: cover; }
    @media (max-width: 767px) {
      .blog-page:after {
        height: 50px; } }
  .blog-page .side-opener {
    display: none;
    text-align: right;
    color: #8d6e64;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.13px;
    padding: 0 24px 0 0;
    position: relative;
    top: -5px;
    z-index: 10; }
    .blog-page .side-opener .fa {
      position: absolute;
      top: -2px;
      right: 3px;
      color: #bdaea8;
      font-size: 18px;
      font-weight: 400;
      letter-spacing: 3.86px; }
    @media (max-width: 767px) {
      .blog-page .side-opener {
        display: block; } }
  .blog-page .post-preview {
    background: #fff;
    box-shadow: 0 2px 4px rgba(62, 60, 62, 0.19);
    margin: 0 0 10px; }
    .blog-page .post-preview img {
      width: 100%; }
    .blog-page .post-preview .text-holder {
      padding: 32px;
      font-size: 16px;
      line-height: 22px;
      color: #3e3c3e; }
      @media (max-width: 1023px) {
        .blog-page .post-preview .text-holder {
          font-size: 14px;
          font-weight: 400;
          line-height: 18px;
          padding: 25px; } }
      @media (max-width: 767px) {
        .blog-page .post-preview .text-holder {
          padding: 12px 16px; } }
      .blog-page .post-preview .text-holder h2 {
        margin: 0 0 7px;
        color: #3e3c3e;
        font-size: 24px;
        line-height: 26px; }
        @media (max-width: 1023px) {
          .blog-page .post-preview .text-holder h2 {
            font-size: 18px;
            line-height: 20px;
            margin: 0 0 9px; } }
        .blog-page .post-preview .text-holder h2 a {
          color: #3e3c3e; }
          .blog-page .post-preview .text-holder h2 a:hover {
            color: #8d6e64; }
      .blog-page .post-preview .text-holder time {
        display: block;
        margin: 0 0 4px;
        color: #8d6e64;
        font-size: 13px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 2px; }
        @media (max-width: 1023px) {
          .blog-page .post-preview .text-holder time {
            font-size: 11px;
            letter-spacing: 1.69px;
            margin: 0 0 7px; } }
      .blog-page .post-preview .text-holder p {
        margin: 0; }

.top-blog-posts {
  position: relative; }
  @media (max-width: 767px) {
    .top-blog-posts {
      padding: 0 0 12px; } }
  .top-blog-posts .container {
    overflow: hidden; }
    @media (max-width: 767px) {
      .top-blog-posts .container {
        overflow: visible; } }
  .top-blog-posts .two-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 767px) {
      .top-blog-posts .two-col {
        display: block; } }
    .top-blog-posts .two-col .post-preview {
      width: 49.4%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 767px) {
        .top-blog-posts .two-col .post-preview {
          width: 100%;
          display: block; } }

.blog-form {
  padding: 167px 0 164px;
  background: #8d6e64;
  color: #f1f0f0;
  position: relative; }
  @media (max-width: 1023px) {
    .blog-form {
      padding: 130px 0; } }
  @media (max-width: 767px) {
    .blog-form {
      padding: 109px 0; } }
  .blog-form:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    background: url(images/decor-9.png) no-repeat 50% 100%;
    height: 100px;
    background-size: cover; }
    @media (max-width: 767px) {
      .blog-form:after {
        height: 50px; } }
  .blog-form:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    background: url(images/decor-10.png) no-repeat 50% 0;
    height: 100px;
    background-size: cover; }
    @media (max-width: 767px) {
      .blog-form:before {
        height: 50px; } }
  @media (max-width: 767px) {
    .blog-form .container {
      padding: 0 30px; } }
  .blog-form .top-holder {
    overflow: hidden;
    padding: 0 0 18px; }
    @media (max-width: 767px) {
      .blog-form .top-holder {
        padding: 0 0 22px; } }
  .blog-form h3 {
    float: left;
    margin: 0 37px 0 0;
    font-size: 48px; }
    @media (max-width: 767px) {
      .blog-form h3 {
        font-size: 32px;
        float: none;
        margin: 0 0 8px; } }
  .blog-form .text-holder {
    overflow: hidden;
    color: #f1f0f0;
    font-size: 18px;
    line-height: 20px;
    padding: 12px 0 0; }
    @media (max-width: 767px) {
      .blog-form .text-holder {
        font-size: 16px;
        line-height: 19px; } }
  .blog-form .form-block input[type="text"],
  .blog-form .form-block input[type="email"],
  .blog-form .form-block input[type="tel"] {
    width: 100%;
    display: block;
    margin: 0;
    padding: 19px 21px 13px;
    height: auto;
    font-size: 20px;
    line-height: 1.3;
    color: #f1f0f0;
    box-shadow: 0 2px 4px #775c53;
    border-radius: 2px;
    background: #a38b81;
    border: none; }
    .blog-form .form-block input[type="text"]::-webkit-input-placeholder,
    .blog-form .form-block input[type="email"]::-webkit-input-placeholder,
    .blog-form .form-block input[type="tel"]::-webkit-input-placeholder {
      color: #f1f0f0; }
    .blog-form .form-block input[type="text"]::-moz-placeholder,
    .blog-form .form-block input[type="email"]::-moz-placeholder,
    .blog-form .form-block input[type="tel"]::-moz-placeholder {
      opacity: 1;
      color: #f1f0f0; }
    .blog-form .form-block input[type="text"]:-moz-placeholder,
    .blog-form .form-block input[type="email"]:-moz-placeholder,
    .blog-form .form-block input[type="tel"]:-moz-placeholder {
      color: #f1f0f0; }
    .blog-form .form-block input[type="text"]:-ms-input-placeholder,
    .blog-form .form-block input[type="email"]:-ms-input-placeholder,
    .blog-form .form-block input[type="tel"]:-ms-input-placeholder {
      color: #f1f0f0; }
    .blog-form .form-block input[type="text"].placeholder,
    .blog-form .form-block input[type="email"].placeholder,
    .blog-form .form-block input[type="tel"].placeholder {
      color: #f1f0f0; }
    @media (max-width: 1023px) {
      .blog-form .form-block input[type="text"],
      .blog-form .form-block input[type="email"],
      .blog-form .form-block input[type="tel"] {
        padding: 17px 16px 10px;
        font-size: 18px; } }
  .blog-form .form-block input[type="submit"] {
    display: block;
    width: 100%;
    margin: 0;
    padding: 20px 10px 10px;
    box-shadow: 0 2px 4px #775c53;
    border-radius: 2px;
    background: #f1f0f0;
    color: #775c53;
    font-size: 18px;
    font-weight: 700;
    height: auto;
    border: none;
    letter-spacing: 2px;
    text-transform: uppercase; }
    @media (max-width: 1023px) {
      .blog-form .form-block input[type="submit"] {
        font-weight: bold;
        padding: 18px 10px 8px;
        font-size: 16px; } }
    .blog-form .form-block input[type="submit"]:hover {
      background: #f1f0f0; }
  .blog-form .form-block .input-fields {
    max-width: 649px; }
    .blog-form .form-block .input-fields p {
      margin: 0;
      padding: 0 16px 0 0; }
      @media (max-width: 767px) {
        .blog-form .form-block .input-fields p {
          padding: 0 8px 0 0; } }
  .blog-form .form-block .email-input {
    width: 48.8%;
    float: left; }
    @media (max-width: 767px) {
      .blog-form .form-block .email-input {
        float: none;
        width: 100%;
        padding: 0 0 8px !important; } }
  .blog-form .form-block .zip-input {
    float: left;
    width: 25.6%; }
    @media (max-width: 767px) {
      .blog-form .form-block .zip-input {
        width: 50.9%; } }
  .blog-form .form-block .submit-holder {
    float: left;
    width: 25.6%; }
    @media (max-width: 767px) {
      .blog-form .form-block .submit-holder {
        padding: 0 !important;
        width: 49.1%; } }

.blog-items {
  padding: 59px 0 0; }
  @media (max-width: 1023px) {
    .blog-items {
      padding: 36px 0 0; } }
  .blog-items .col-holder {
    width: 75.2%; }
    @media (max-width: 1023px) {
      .blog-items .col-holder {
        width: 100%; } }
  .blog-items .two-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 10px; }
    @media (max-width: 767px) {
      .blog-items .two-col {
        display: block; } }
    .blog-items .two-col > * {
      width: 49.4%; }
      @media (max-width: 767px) {
        .blog-items .two-col > * {
          width: 100%; } }
    .blog-items .two-col .two-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 767px) {
        .blog-items .two-col .two-row {
          display: block; } }
      .blog-items .two-col .two-row .post-preview {
        height: 49%;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media (max-width: 767px) {
          .blog-items .two-col .two-row .post-preview {
            margin: 0 0 10px; } }
        .blog-items .two-col .two-row .post-preview:first-child {
          margin: 0 0 10px; }
      .blog-items .two-col .two-row .img-holder {
        display: none !important; }
    .blog-items .two-col .post-preview {
      margin: 0; }
      @media (max-width: 767px) {
        .blog-items .two-col .post-preview {
          margin: 0 0 10px; } }

body.fancybox-active {
  overflow: hidden; }

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion; }

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-is-closing .fancybox-stage {
  overflow: visible; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px; }

/* Buttons */
.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  cursor: pointer;
  outline: none; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6; }

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--zoom svg path {
  fill: transparent; }

/* Navigation arrows */
.fancybox-navigation {
  display: none; }

.fancybox-show-nav .fancybox-navigation {
  display: block; }

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px; }

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6); }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  -webkit-transition: background-color .25s;
  transition: background-color .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -40px; }

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */ }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 35px;
  font-weight: 700; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

p.fancybox-share__links {
  margin-right: -10px; }

.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7; }

/* Thumbs */
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }
/*# sourceMappingURL=style.css.map */

/* Mobilize Events Page CSS */
.mobilize-events {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.mobilize-events .event {
  flex: 0 1 calc(33.333% - 20px);
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.mobilize-events .event img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .mobilize-events .event {
      flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 480px) {
  .mobilize-events .event {
      flex: 1 1 calc(100% - 20px);
  }
}

/* Fix for the extra text below the join us form in the footer on mobile */
@media (max-width: 768px) {
	.contact-block{
		background: linear-gradient(to bottom, rgba(141,110,100,1) 0%,rgba(141,110,100,1) 55.5%,rgba(140,109,99,1) 55.5%,rgba(120,93,84,1) 55.5%,rgba(119,92,83,1) 55.5%,rgba(119,92,83,1) 100%);
	}
}