/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

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

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * 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.
 */
img {
  border: 0; }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  text-align: center;
  margin-bottom: 50px; }

.wp-caption.alignnone {
  margin: 5px 20px 50px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 50px 0; }

.wp-caption.alignright {
  margin: 5px 0 50px 20px; }

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

.wp-caption p.wp-caption-text {
  font-size: 1em;
  line-height: normal;
  margin: 0;
  padding: 5px; }

body {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased; }

.clear {
  clear: both; }

a:active {
  outline: none; }

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

img {
  -ms-interpolation-mode: bicubic;
  display: block; }

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

button,
input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  background-color: #ce9c55;
  border-radius: 0.1875em;
  color: white;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  padding: .75em 1em;
  text-decoration: none; }
  button:hover,
  input:hover[type="submit"] {
    background-color: #a77630;
    color: white; }

.button {
  -webkit-transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  display: inline-block;
  padding: 18px 22px 17px;
  border: 3px solid #fff;
  border-radius: 4px;
  font-size: 1em;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
  color: #fff; }
  .button:hover, .button:focus {
    background-color: #fff;
    color: #ce9c55; }
  .button--red_ghost {
    border-color: #7b3328;
    color: #7b3328; }
    .button--red_ghost:hover, .button--red_ghost:focus {
      background-color: #7b3328;
      color: #fff; }

.button-red, .email_signup .submit, .ngp_email_signup .ngp_email_signup-form .at-submit, .searchform input[type=submit] {
  -webkit-transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  background: -webkit-gradient(linear, left top, left bottom, from(#87382c), to(#642920));
  background: linear-gradient(#87382c, #642920);
  padding: 17px 20px;
  border: 2px solid #532019;
  border-radius: 4px;
  color: #fff;
  font-size: 1.275em;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center; }

.wrap-large {
  padding: 0 40px;
  margin: 0 auto;
  max-width: 1130px; }
  @media screen and (max-width: 1080px) {
    .wrap-large {
      padding: 0 30px; } }
  @media screen and (max-width: 840px) {
    .wrap-large {
      padding: 0 25px; } }
  @media screen and (max-width: 520px) {
    .wrap-large {
      padding: 0 20px; } }

.wrap, .hero-wrap, .post-pagination-wrap, .header-wrap, .staff-wrap, .actions-wrap, .news-wrap,
.related-wrap,
.takeover-wrap, .feeds-wrap, .overview-wrap, .basic-heading-wrap, .data-wrap-inner, .search-content, .searchform, .footer-main-wrap {
  padding: 0 40px;
  margin: 0 auto;
  max-width: 1080px; }
  @media screen and (max-width: 1080px) {
    .wrap, .hero-wrap, .post-pagination-wrap, .header-wrap, .staff-wrap, .actions-wrap, .news-wrap,
    .related-wrap,
    .takeover-wrap, .feeds-wrap, .overview-wrap, .basic-heading-wrap, .data-wrap-inner, .search-content, .searchform, .footer-main-wrap {
      padding: 0 30px; } }
  @media screen and (max-width: 840px) {
    .wrap, .hero-wrap, .post-pagination-wrap, .header-wrap, .staff-wrap, .actions-wrap, .news-wrap,
    .related-wrap,
    .takeover-wrap, .feeds-wrap, .overview-wrap, .basic-heading-wrap, .data-wrap-inner, .search-content, .searchform, .footer-main-wrap {
      padding: 0 25px; } }
  @media screen and (max-width: 520px) {
    .wrap, .hero-wrap, .post-pagination-wrap, .header-wrap, .staff-wrap, .actions-wrap, .news-wrap,
    .related-wrap,
    .takeover-wrap, .feeds-wrap, .overview-wrap, .basic-heading-wrap, .data-wrap-inner, .search-content, .searchform, .footer-main-wrap {
      padding: 0 20px; } }

.wrap-medium {
  padding: 0 40px;
  margin: 0 auto;
  max-width: 900px; }
  @media screen and (max-width: 1080px) {
    .wrap-medium {
      padding: 0 30px; } }
  @media screen and (max-width: 840px) {
    .wrap-medium {
      padding: 0 25px; } }
  @media screen and (max-width: 520px) {
    .wrap-medium {
      padding: 0 20px; } }

.wrap-small, .basic-wrap, .wrap-fact_check, .signup-wrap {
  padding: 0 40px;
  margin: 0 auto;
  max-width: 820px; }
  @media screen and (max-width: 1080px) {
    .wrap-small, .basic-wrap, .wrap-fact_check, .signup-wrap {
      padding: 0 30px; } }
  @media screen and (max-width: 840px) {
    .wrap-small, .basic-wrap, .wrap-fact_check, .signup-wrap {
      padding: 0 25px; } }
  @media screen and (max-width: 520px) {
    .wrap-small, .basic-wrap, .wrap-fact_check, .signup-wrap {
      padding: 0 20px; } }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }

.video-wrapper iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }

.fill, .fill-width {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden; }
  .fill::after, .fill-width::after {
    clear: both;
    content: "";
    display: table; }

.fill-width {
  height: auto; }

.centered-absolute {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -0.5em; }

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

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

body {
  -webkit-font-smoothing: antialiased;
  background-color: #f2f1ef;
  color: #4b321f;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  line-height: 1.25em;
  margin: 0;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 2.25em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.75em; }

h4 {
  font-size: 1.5em; }

h5 {
  font-size: 1.25em; }

h6 {
  font-size: 1em; }

p {
  margin: 0 0 0.75em; }

a {
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #ce9c55;
  text-decoration: none; }
  a:hover {
    color: #a77630; }
  a:active, a:focus {
    color: #a77630;
    outline: none; }

hr {
  border-bottom: 1px solid #dbd6d2;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img {
  margin: 0;
  max-width: 100%;
  height: auto; }

blockquote {
  border-left: 2px solid #dbd6d2;
  color: #815635;
  margin: 1.5em 0;
  padding-left: 0.75em; }

cite {
  color: #a56e44;
  font-style: italic; }
  cite:before {
    content: '\2014   \A0'; }

fieldset {
  background: #f2f0ee;
  border: 2px solid #dbd6d2;
  margin: 0 0 60px 0;
  padding: 1.5em; }
  fieldset legend {
    font-weight: bold; }

input,
label,
select {
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em; }

label {
  font-weight: bold;
  margin-bottom: 0.375em; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  margin-bottom: 0.75em;
  padding-bottom: 0.5em;
  width: 100%; }

select {
  border-radius: 0;
  width: auto;
  max-width: 100%;
  margin-bottom: 1.5em; }

input, textarea, select,
.ngp_email_signup .at input[type="email"],
.ngp_email_signup .at input[type="tel"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: border-color 0.3s cubic-bezier(0.86, 0, 0.07, 1), -webkit-box-shadow 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: border-color 0.3s cubic-bezier(0.86, 0, 0.07, 1), -webkit-box-shadow 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: border-color 0.3s cubic-bezier(0.86, 0, 0.07, 1), box-shadow 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: border-color 0.3s cubic-bezier(0.86, 0, 0.07, 1), box-shadow 0.3s cubic-bezier(0.86, 0, 0.07, 1), -webkit-box-shadow 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  padding: 17px 20px;
  margin-bottom: 16px !important;
  width: 100%;
  background: #f0edea;
  border: 2px solid #dbd6d2;
  border-radius: 4px !important;
  color: #4b321f;
  font-size: 1.275em;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 1px;
  outline: none; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder,
  .ngp_email_signup .at input[type="email"]::-webkit-input-placeholder,
  .ngp_email_signup .at input[type="tel"]::-webkit-input-placeholder {
    color: #938479; }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder,
  .ngp_email_signup .at input[type="email"]:-ms-input-placeholder,
  .ngp_email_signup .at input[type="tel"]:-ms-input-placeholder {
    color: #938479; }
  input::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder,
  .ngp_email_signup .at input[type="email"]::-ms-input-placeholder,
  .ngp_email_signup .at input[type="tel"]::-ms-input-placeholder {
    color: #938479; }
  input::placeholder, textarea::placeholder, select::placeholder,
  .ngp_email_signup .at input[type="email"]::placeholder,
  .ngp_email_signup .at input[type="tel"]::placeholder {
    color: #938479; }
  input:hover, textarea:hover, select:hover,
  .ngp_email_signup .at input[type="email"]:hover,
  .ngp_email_signup .at input[type="tel"]:hover {
    border-color: #ebd6b8; }
    input:hover::-webkit-input-placeholder, textarea:hover::-webkit-input-placeholder, select:hover::-webkit-input-placeholder,
    .ngp_email_signup .at input[type="email"]:hover::-webkit-input-placeholder,
    .ngp_email_signup .at input[type="tel"]:hover::-webkit-input-placeholder {
      color: #764f31; }
    input:hover:-ms-input-placeholder, textarea:hover:-ms-input-placeholder, select:hover:-ms-input-placeholder,
    .ngp_email_signup .at input[type="email"]:hover:-ms-input-placeholder,
    .ngp_email_signup .at input[type="tel"]:hover:-ms-input-placeholder {
      color: #764f31; }
    input:hover::-ms-input-placeholder, textarea:hover::-ms-input-placeholder, select:hover::-ms-input-placeholder,
    .ngp_email_signup .at input[type="email"]:hover::-ms-input-placeholder,
    .ngp_email_signup .at input[type="tel"]:hover::-ms-input-placeholder {
      color: #764f31; }
    input:hover::placeholder, textarea:hover::placeholder, select:hover::placeholder,
    .ngp_email_signup .at input[type="email"]:hover::placeholder,
    .ngp_email_signup .at input[type="tel"]:hover::placeholder {
      color: #764f31; }
  input:focus, textarea:focus, select:focus,
  .ngp_email_signup .at input[type="email"]:focus,
  .ngp_email_signup .at input[type="tel"]:focus {
    border-color: #1EA0DA;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(200, 144, 65, 0.8);
            box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(200, 144, 65, 0.8);
    color: #4b321f;
    outline: none; }
    input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder, select:focus::-webkit-input-placeholder,
    .ngp_email_signup .at input[type="email"]:focus::-webkit-input-placeholder,
    .ngp_email_signup .at input[type="tel"]:focus::-webkit-input-placeholder {
      color: #4b321f; }
    input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder, select:focus:-ms-input-placeholder,
    .ngp_email_signup .at input[type="email"]:focus:-ms-input-placeholder,
    .ngp_email_signup .at input[type="tel"]:focus:-ms-input-placeholder {
      color: #4b321f; }
    input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder, select:focus::-ms-input-placeholder,
    .ngp_email_signup .at input[type="email"]:focus::-ms-input-placeholder,
    .ngp_email_signup .at input[type="tel"]:focus::-ms-input-placeholder {
      color: #4b321f; }
    input:focus::placeholder, textarea:focus::placeholder, select:focus::placeholder,
    .ngp_email_signup .at input[type="email"]:focus::placeholder,
    .ngp_email_signup .at input[type="tel"]:focus::placeholder {
      color: #4b321f; }

textarea {
  height: 3em;
  line-height: 1.5em;
  overflow: hidden; }

.failure, label.error {
  font-weight: 400;
  color: #7b3328; }

.failure {
  margin-bottom: 10px; }

label.error {
  font-size: .875em;
  margin-top: -15px;
  margin-bottom: 10px;
  display: none !important; }

input.error, textarea.error {
  border-bottom-color: #7b3328; }

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

.email_signup input {
  width: 67%;
  float: left; }
  .email_signup input:hover {
    border-color: #dbd6d2; }
  .email_signup input:focus {
    border-color: #d9b37d; }

.email_signup .submit {
  width: 31%;
  margin-left: 8px;
  min-width: 150px; }
  @media only screen and (max-width: 620px) {
    .email_signup .submit {
      margin-left: 0; } }
  .email_signup .submit:hover, .email_signup .submit:focus {
    background: -webkit-gradient(linear, left top, left bottom, from(#7f3529), to(#5c261e));
    background: linear-gradient(#7f3529, #5c261e);
    border-color: #532019; }

.email_signup input, .email_signup .submit {
  height: 63px; }
  @media only screen and (max-width: 620px) {
    .email_signup input, .email_signup .submit {
      width: 100%;
      height: 56px;
      padding: 5px 20px;
      font-size: 1.25em; } }
  @media only screen and (max-width: 400px) {
    .email_signup input, .email_signup .submit {
      height: 46px;
      font-size: 1.125em; } }

.ngp_email_signup .ngp_email_signup-form > * {
  display: none; }

.ngp_email_signup .ngp_email_signup-form .at-form {
  display: block; }

.ngp_email_signup .ngp_email_signup-form .at-title,
.ngp_email_signup .ngp_email_signup-form .at-markup,
.ngp_email_signup .ngp_email_signup-form .at-legend,
.ngp_email_signup .ngp_email_signup-form .UpdateMyProfile {
  display: none; }

.ngp_email_signup .ngp_email_signup-form .at-inner,
.ngp_email_signup .ngp_email_signup-form .at-fieldset {
  background: none; }

.ngp_email_signup .ngp_email_signup-form .at-fieldset,
.ngp_email_signup .ngp_email_signup-form .at-text,
.ngp_email_signup .ngp_email_signup-form .at-form-submit,
.ngp_email_signup .ngp_email_signup-form .at-submit {
  margin: 0;
  padding: 0; }

@media only screen and (min-width: 621px) {
  .ngp_email_signup .ngp_email_signup-form .at-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media only screen and (min-width: 621px) {
  .ngp_email_signup .ngp_email_signup-form .at-fields .at-row.PostalCode {
    padding-right: 5px;
    width: 40%; } }

@media only screen and (min-width: 621px) {
  .ngp_email_signup .ngp_email_signup-form .at-fields .at-row.EmailAddress {
    width: 60%;
    padding-left: 5px; } }

.ngp_email_signup .ngp_email_signup-form label {
  color: #fff; }
  .ngp_email_signup .ngp_email_signup-form label.error {
    display: block !important; }
  .ngp_email_signup .ngp_email_signup-form label small {
    display: none !important; }

.ngp_email_signup .ngp_email_signup-form .at-submit:hover, .ngp_email_signup .ngp_email_signup-form .at-submit:focus {
  background: -webkit-gradient(linear, left top, left bottom, from(#7f3529), to(#5c261e));
  background: linear-gradient(#7f3529, #5c261e);
  border-color: #532019; }

.ngp_email_signup .ngp_email_signup-form input[type="email"],
.ngp_email_signup .ngp_email_signup-form input[type="tel"],
.ngp_email_signup .ngp_email_signup-form .at-submit {
  height: 63px; }
  @media only screen and (max-width: 620px) {
    .ngp_email_signup .ngp_email_signup-form input[type="email"],
    .ngp_email_signup .ngp_email_signup-form input[type="tel"],
    .ngp_email_signup .ngp_email_signup-form .at-submit {
      width: 100%;
      height: 56px;
      padding: 5px 20px;
      font-size: 1.25em; } }
  @media only screen and (max-width: 400px) {
    .ngp_email_signup .ngp_email_signup-form input[type="email"],
    .ngp_email_signup .ngp_email_signup-form input[type="tel"],
    .ngp_email_signup .ngp_email_signup-form .at-submit {
      height: 46px;
      font-size: 1.125em; } }

.ngp_email_signup .ngp_email_signup-form input[type="email"]:hover,
.ngp_email_signup .ngp_email_signup-form input[type="tel"]:hover {
  border-color: #dbd6d2; }

.ngp_email_signup .ngp_email_signup-form input[type="email"]:focus,
.ngp_email_signup .ngp_email_signup-form input[type="tel"]:focus {
  border-color: #d9b37d; }

.ngp_email_signup .ngp_email_signup-form .content p {
  margin: 30px 0;
  font-size: 1.125em;
  text-align: center;
  color: #fff; }
  @media only screen and (max-width: 620px) {
    .ngp_email_signup .ngp_email_signup-form .content p {
      margin: 15px 0;
      font-size: 1em; } }

.ngp_email_signup .ngp_email_signup-form .content p,
.newsletter_modal .ngp_email_signup .ngp_email_signup-form label {
  color: #532019; }

#salsa .supporterInfo + input + br {
  display: none; }

#salsa .formRow {
  margin-bottom: 1em; }

#salsa select {
  -webkit-appearance: menulist;
     -moz-appearance: menulist;
          appearance: menulist; }

#salsa #donation_amount input[type="radio"] {
  display: none;
  padding: 0;
  border: 0;
  background: transparent; }
  #salsa #donation_amount input[type="radio"]:checked + label {
    background: #7b3328; }

#salsa #donation_amount #recurrence {
  margin-bottom: 2em; }

#salsa #donation_amount > .formRow {
  clear: none !important;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  width: 33.333%;
  margin: 0;
  padding: 5px;
  text-align: center; }
  #salsa #donation_amount > .formRow.otherRow {
    display: block;
    width: 100%;
    text-align: left; }
    #salsa #donation_amount > .formRow.otherRow label {
      background: none !important;
      display: block; }
  #salsa #donation_amount > .formRow:not(.otherRow) label {
    background: #ce9c55;
    border-radius: 3px;
    color: #fff;
    margin: 0;
    line-height: 50px;
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%; }

.formRow #salsa #donation_amount > .formRow #otheramt {
  margin: 0; }

#salsa #donation_amount div.otherRow > label {
  margin-right: 0; }

#salsa #recurring_options div.formRow {
  display: inline; }

#salsa .donation #left_container, #salsa .donation #right_container, #salsa .salsa .orderform #left_container {
  float: none;
  width: 100%; }

#salsa div.blockInput {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px; }
  #salsa div.blockInput select {
    margin: 0 5px; }

#salsa .helpText {
  color: #938479;
  font-size: 0.825em;
  font-style: italic;
  text-align: right; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b9afa8;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #dbd6d2;
  padding: 0.75em 0; }

tr, td, th {
  vertical-align: middle; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

button,
input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

.hero {
  display: table;
  width: 100%;
  position: relative;
  min-height: 670px;
  padding: 50px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media screen and (min-width: 1600px) {
    .hero {
      background-position: top center; } }
  @media only screen and (max-width: 960px) {
    .hero {
      min-height: 1px;
      padding-bottom: 140px; } }
  @media only screen and (max-width: 620px) {
    .hero {
      padding-bottom: 100px; } }
  @media only screen and (max-width: 400px) {
    .hero {
      padding-bottom: 60px; } }
  .hero-inner {
    display: table-cell;
    vertical-align: middle; }
  .hero-wrap {
    position: relative; }
  .hero h1 {
    margin-bottom: 15px;
    font-family: "Sentinel SSm A", "Sentinel SSm B", "Georgia", "Cambria", "Times New Roman", "Times", serif;
    font-size: 4em;
    font-weight: normal;
    line-height: 1.125em;
    letter-spacing: -0.02em;
    color: #fff; }
    @media only screen and (max-width: 960px) {
      .hero h1 {
        font-size: 3.25em; } }
    @media only screen and (max-width: 620px) {
      .hero h1 {
        font-size: 2.5em; } }
    @media only screen and (max-width: 400px) {
      .hero h1 {
        font-size: 1.75em; } }
  .hero .email_signup,
  .hero .ngp_email_signup {
    max-width: 584px;
    margin-bottom: 60px; }
    .hero .email_signup .email_signup_message,
    .hero .ngp_email_signup .email_signup_message {
      margin-bottom: 30px;
      padding-left: 5px;
      font-size: 1.125em;
      color: #fff; }
      @media only screen and (max-width: 620px) {
        .hero .email_signup .email_signup_message,
        .hero .ngp_email_signup .email_signup_message {
          margin-bottom: 15px;
          font-size: 1em; } }

.social-links {
  float: right; }
  .social-links li {
    float: left; }
  .social-links-twitter, .social-links-facebook {
    -webkit-transition: background-color 0.1s linear, color 0.1s linear;
    transition: background-color 0.1s linear, color 0.1s linear;
    display: block;
    padding: 3px 15px 2px 40px;
    margin: 5px;
    border-radius: 4px;
    background-position: 3px center;
    background-color: #fff;
    font-size: 0.825em;
    font-weight: bold;
    color: #00acee;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background-size: 37px; }
    .social-links-twitter:hover, .social-links-twitter:focus, .social-links-facebook:hover, .social-links-facebook:focus {
      background-color: #d9f3fc;
      color: #0087bb; }
  .social-links-facebook {
    color: #0071BC;
    background-position: left center; }
    .social-links-facebook:hover, .social-links-facebook:focus {
      background-color: #d9eaf5;
      color: #005289; }

.main-nav ul,
.data-nav ul {
  text-align: center; }

.main-nav li,
.data-nav li {
  display: inline-block;
  margin: 0 7px;
  font-weight: bold; }
  @media only screen and (max-width: 500px) {
    .main-nav li,
    .data-nav li {
      float: none;
      padding-top: 10px; } }
  .main-nav li a,
  .data-nav li a {
    font-size: .9375em;
    text-transform: uppercase;
    color: #7b3328; }
    .main-nav li a:hover, .main-nav li a:focus,
    .data-nav li a:hover,
    .data-nav li a:focus {
      color: #c2832b !important; }
  .main-nav li.current_page_item, .main-nav li.current_page_parent,
  .parent-pageid-13 .main-nav li.menu-item-87,
  .page-id-13 .main-nav li.menu-item-87,
  .data-nav li.current_page_item,
  .data-nav li.current_page_parent,
  .parent-pageid-13
  .data-nav li.menu-item-87,
  .page-id-13
  .data-nav li.menu-item-87 {
    border-bottom: 3px solid #c2832b; }
    .category-reports .main-nav li.current_page_item,
    .single-actions .main-nav li.current_page_item,
    .single-staff .main-nav li.current_page_item, .category-reports .main-nav li.current_page_parent,
    .single-actions .main-nav li.current_page_parent,
    .single-staff .main-nav li.current_page_parent, .category-reports
    .parent-pageid-13 .main-nav li.menu-item-87,
    .single-actions
    .parent-pageid-13 .main-nav li.menu-item-87,
    .single-staff
    .parent-pageid-13 .main-nav li.menu-item-87, .category-reports
    .page-id-13 .main-nav li.menu-item-87,
    .single-actions
    .page-id-13 .main-nav li.menu-item-87,
    .single-staff
    .page-id-13 .main-nav li.menu-item-87, .category-reports
    .data-nav li.current_page_item,
    .single-actions
    .data-nav li.current_page_item,
    .single-staff
    .data-nav li.current_page_item, .category-reports
    .data-nav li.current_page_parent,
    .single-actions
    .data-nav li.current_page_parent,
    .single-staff
    .data-nav li.current_page_parent, .category-reports
    .parent-pageid-13
    .data-nav li.menu-item-87,
    .single-actions
    .parent-pageid-13
    .data-nav li.menu-item-87,
    .single-staff
    .parent-pageid-13
    .data-nav li.menu-item-87, .category-reports
    .page-id-13
    .data-nav li.menu-item-87,
    .single-actions
    .page-id-13
    .data-nav li.menu-item-87,
    .single-staff
    .page-id-13
    .data-nav li.menu-item-87 {
      border-bottom: none; }
    .main-nav li.current_page_item a, .main-nav li.current_page_parent a,
    .parent-pageid-13 .main-nav li.menu-item-87 a,
    .page-id-13 .main-nav li.menu-item-87 a,
    .data-nav li.current_page_item a,
    .data-nav li.current_page_parent a,
    .parent-pageid-13
    .data-nav li.menu-item-87 a,
    .page-id-13
    .data-nav li.menu-item-87 a {
      color: #c2832b; }
      .category-reports .main-nav li.current_page_item a,
      .single-actions .main-nav li.current_page_item a,
      .single-staff .main-nav li.current_page_item a, .category-reports .main-nav li.current_page_parent a,
      .single-actions .main-nav li.current_page_parent a,
      .single-staff .main-nav li.current_page_parent a, .category-reports
      .parent-pageid-13 .main-nav li.menu-item-87 a,
      .single-actions
      .parent-pageid-13 .main-nav li.menu-item-87 a,
      .single-staff
      .parent-pageid-13 .main-nav li.menu-item-87 a, .category-reports
      .page-id-13 .main-nav li.menu-item-87 a,
      .single-actions
      .page-id-13 .main-nav li.menu-item-87 a,
      .single-staff
      .page-id-13 .main-nav li.menu-item-87 a, .category-reports
      .data-nav li.current_page_item a,
      .single-actions
      .data-nav li.current_page_item a,
      .single-staff
      .data-nav li.current_page_item a, .category-reports
      .data-nav li.current_page_parent a,
      .single-actions
      .data-nav li.current_page_parent a,
      .single-staff
      .data-nav li.current_page_parent a, .category-reports
      .parent-pageid-13
      .data-nav li.menu-item-87 a,
      .single-actions
      .parent-pageid-13
      .data-nav li.menu-item-87 a,
      .single-staff
      .parent-pageid-13
      .data-nav li.menu-item-87 a, .category-reports
      .page-id-13
      .data-nav li.menu-item-87 a,
      .single-actions
      .page-id-13
      .data-nav li.menu-item-87 a,
      .single-staff
      .page-id-13
      .data-nav li.menu-item-87 a {
        color: #7b3328; }
  .category-reports .main-nav li.nav-reports, .category-reports
  .data-nav li.nav-reports {
    border-bottom: 3px solid #c2832b; }
    .category-reports .main-nav li.nav-reports a, .category-reports
    .data-nav li.nav-reports a {
      color: #c2832b; }
  .category-news .main-nav li.nav-news, .category-news
  .data-nav li.nav-news {
    border-bottom: 3px solid #c2832b; }
    .category-news .main-nav li.nav-news a, .category-news
    .data-nav li.nav-news a {
      color: #c2832b; }
  .category-blog .main-nav li.nav-blog, .category-blog
  .data-nav li.nav-blog {
    border-bottom: 3px solid #c2832b; }
    .category-blog .main-nav li.nav-blog a, .category-blog
    .data-nav li.nav-blog a {
      color: #c2832b; }
  .single-actions .main-nav li.nav-actions, .single-actions
  .data-nav li.nav-actions {
    border-bottom: 3px solid #c2832b; }
    .single-actions .main-nav li.nav-actions a, .single-actions
    .data-nav li.nav-actions a {
      color: #c2832b; }
  .single-staff .main-nav li.nav-about, .single-staff
  .data-nav li.nav-about {
    border-bottom: 3px solid #c2832b; }
    .single-staff .main-nav li.nav-about a, .single-staff
    .data-nav li.nav-about a {
      color: #c2832b; }
  .main-nav li.search a,
  .data-nav li.search a {
    display: block;
    width: 15px;
    height: 16px;
    margin-bottom: -2px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    text-indent: 9999px;
    background-image: url("/wp-content/themes/wvp2015/images/search.png");
    background-size: 15px 16px;
    background-repeat: no-repeat;
    background-position: center; }

.data-nav {
  max-width: 1040px;
  padding: 0 20px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 500px) {
    .data-nav {
      margin-bottom: 50px; } }
  .data-nav ul {
    margin-left: auto !important;
    padding-left: 0 !important; }
  .data-nav li {
    margin: 0 14px;
    font-size: 1.25em !important; }
    .data-nav li a {
      overflow-wrap: normal !important;
      word-wrap: normal !important;
      word-break: normal !important;
      padding: 0 2px;
      line-height: 1.5em;
      text-transform: none; }
    .data-nav li.page-item-13 {
      display: none; }

.mobile-nav {
  -webkit-transition: right 0.2s cubic-bezier(0.86, 0, 0.07, 1);
  transition: right 0.2s cubic-bezier(0.86, 0, 0.07, 1);
  position: absolute;
  top: 0;
  right: -320px;
  z-index: 200;
  height: 100%;
  width: 320px;
  padding: 80px 20px 0 44px;
  overflow: auto;
  background-color: #4b321f; }
  .mobile-nav::-webkit-scrollbar {
    display: none; }
  .show-nav .mobile-nav {
    right: 0; }
  .mobile-nav-icon {
    -webkit-transition: opacity 0.2s cubic-bezier(0.86, 0, 0.07, 1);
    transition: opacity 0.2s cubic-bezier(0.86, 0, 0.07, 1);
    position: absolute;
    top: 30px;
    right: 30px;
    display: block;
    height: 25px;
    width: 25px;
    text-indent: -9999px; }
    @media screen and (max-width: 520px) {
      .mobile-nav-icon {
        right: 20px; } }
    .mobile-nav-icon:hover {
      opacity: 0.8; }
    @media screen and (min-width: 680px) {
      .mobile-nav-icon--open {
        display: none; } }
  .mobile-nav-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 100%;
    z-index: 100; }
    .show-nav .mobile-nav-overlay {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .mobile-nav-overlay-close {
      -webkit-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out;
      width: 100%;
      height: 100%;
      cursor: pointer;
      background-color: rgba(41, 43, 48, 0.5);
      opacity: 0; }
      .show-nav .mobile-nav-overlay-close {
        opacity: 1; }
  .mobile-nav-list {
    margin-bottom: 32px; }
    .mobile-nav-list li {
      margin-bottom: 15px;
      font-size: 1.25em;
      font-weight: 700;
      text-transform: uppercase; }
      .mobile-nav-list li.current-menu-item a {
        color: #ce9c55; }
      .mobile-nav-list li a {
        color: #fff; }
        .mobile-nav-list li a:hover, .mobile-nav-list li a:focus {
          color: #ce9c55; }
  .mobile-nav .social-links {
    display: block !important;
    float: left;
    position: relative !important;
    right: auto !important;
    top: auto !important;
    left: -5px !important; }
  .mobile-nav-donate {
    margin-top: 15px;
    padding: 10px 20px 9px; }

.modal {
  display: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer; }
  .modal_video {
    width: 1440px;
    max-width: 100%;
    background-color: #000; }
  .has-modal .modal {
    display: block;
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 0.2s, z-index 0s 0.2s;
    transition: opacity 0.2s, z-index 0s 0.2s;
    text-align: center;
    overflow: hidden;
    overflow-y: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; }
  .has-modal .modal > * {
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
    text-align: left; }
  .modal-close {
    display: block;
    z-index: 2;
    background: none;
    margin-bottom: 5px;
    font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: .9375em;
    font-weight: 500;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: .05em;
    line-height: 1.25em;
    color: #fff;
    cursor: pointer; }
    .modal-close:hover {
      color: #1EA0DA; }

.modal_hider {
  display: none; }

.has-modal .modal:before {
  display: inline-block;
  overflow: hidden;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: ""; }

.has-modal.has-modal--visible .modal {
  z-index: 9999;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.modal-inner {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: opacity 0.2s, z-index 0s 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, z-index 0s 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, z-index 0s 0.2s;
  transition: opacity 0.2s, transform 0.2s, z-index 0s 0.2s, -webkit-transform 0.2s;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: default; }

.has-modal--visible .modal-inner {
  z-index: 100;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s; }

.modal-content {
  background: #fff; }

.newsletter_modal {
  background-color: #fff;
  border: 11px solid #fff; }
  @media only screen and (max-width: 400px) {
    .newsletter_modal {
      border-width: 8px; } }
  .newsletter_modal-inner {
    position: relative;
    width: 702px;
    max-width: 100%;
    padding: 60px 50px 40px;
    border: 11px solid #ce9c55; }
    @media screen and (max-width: 820px) {
      .newsletter_modal-inner {
        padding: 50px 6% 7%; } }
    @media only screen and (max-width: 400px) {
      .newsletter_modal-inner {
        border-width: 8px; } }
  .newsletter_modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 24px;
    width: 24px;
    text-indent: -9999px;
    background-image: url("/wp-content/themes/wvp2015/images/close.png");
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: opacity .1s linear;
    transition: opacity .1s linear; }
    .newsletter_modal-close:hover, .newsletter_modal-close:focus {
      opacity: .8; }
  .newsletter_modal-heading {
    margin-bottom: .375em;
    font-family: "Sentinel SSm A", "Sentinel SSm B", "Georgia", "Cambria", "Times New Roman", "Times", serif;
    font-size: 3.5em;
    font-weight: normal;
    color: #532019; }
    @media screen and (max-width: 820px) {
      .newsletter_modal-heading {
        font-size: 6.83vw; } }
    @media screen and (max-width: 480px) {
      .newsletter_modal-heading {
        font-size: 2em; } }
  .newsletter_modal p {
    margin-bottom: 1.25em;
    font-size: 1.5em;
    line-height: 1.375em;
    color: #532019; }
    @media screen and (max-width: 820px) {
      .newsletter_modal p {
        font-size: 2.92vw; } }
    @media screen and (max-width: 550px) {
      .newsletter_modal p {
        font-size: 1em; } }
  .newsletter_modal input[type=email] {
    background-color: #fff; }
  @media screen and (max-width: 700px) {
    .newsletter_modal input,
    .newsletter_modal .submit {
      width: 100%;
      height: 56px;
      margin-left: 0;
      padding: 5px 20px;
      font-size: 1.25em; }
    .newsletter_modal .submit {
      margin-bottom: 0 !important; } }

.post-pagination {
  margin-bottom: 80px; }
  .post-pagination::after {
    clear: both;
    content: "";
    display: table; }
  .post-pagination-container {
    padding-top: 48px;
    border-top: 2px solid #dbd6d2; }
  .post-pagination .alignleft, .post-pagination .alignright {
    width: 50%;
    margin: 0;
    padding-right: 25px;
    background: none; }
  .post-pagination .alignright {
    padding-right: 0;
    padding-left: 25px;
    text-align: right; }
  .post-pagination p {
    margin-bottom: 15px; }
    .post-pagination p.newer a, .post-pagination p.older a {
      font-size: 1em;
      font-style: normal;
      font-weight: bold;
      line-height: 2em;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      color: #4b321f; }
      .post-pagination p.newer a:hover, .post-pagination p.newer a:focus, .post-pagination p.older a:hover, .post-pagination p.older a:focus {
        color: #ce9c55; }
    .post-pagination p.post-title {
      font-family: "Sentinel SSm A", "Sentinel SSm B", "Georgia", "Cambria", "Times New Roman", "Times", serif;
      font-size: 1.325em;
      line-height: 1.325em; }
      @media only screen and (max-width: 620px) {
        .post-pagination p.post-title {
          display: none; } }
      .post-pagination p.post-title a {
        display: inline-block;
        color: #7b3328; }
        .post-pagination p.post-title a:hover, .post-pagination p.post-title a:focus {
          color: #55231b; }

.news-pagination-container {
  text-align: center; }
  .news-pagination-container .page-numbers {
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    border: 1px solid #b7ada5;
    border-radius: 5px;
    padding: 2px 0;
    width: 38px;
    display: inline-block;
    font-size: 0.875em;
    color: #b7ada5; }
    @media only screen and (max-width: 400px) {
      .news-pagination-container .page-numbers {
        display: none; } }
    .news-pagination-container .page-numbers.prev, .news-pagination-container .page-numbers.next {
      width: 76px; }
      @media only screen and (max-width: 620px) {
        .news-pagination-container .page-numbers.prev, .news-pagination-container .page-numbers.next {
          display: inline-block; } }
    .news-pagination-container .page-numbers.current {
      border: none; }
  .news-pagination-container a:hover, .news-pagination-container a:focus {
    background: #b7ada5 !important;
    color: #fff !important; }

.post_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 1080px;
  margin: 0 auto;
  padding: 80px 20px 40px; }
  @media screen and (max-width: 1080px) {
    .post_list {
      padding: 60px 20px 40px; } }
  @media screen and (max-width: 840px) {
    .post_list {
      padding: 40px 15px 40px; } }
  @media screen and (max-width: 520px) {
    .post_list {
      padding: 30px 10px 40px; } }
  @media screen and (max-width: 420px) {
    .post_list {
      padding: 0 0 40px; } }
  .home .post_list {
    padding-top: 10px;
    padding-bottom: 10px; }
  .post_list .news-pagination {
    width: 100%;
    margin-top: 20px; }

.post_widget {
  width: 50%;
  padding: 20px;
  color: #532019; }
  @media screen and (max-width: 1080px) {
    .post_widget {
      padding: 10px; } }
  @media screen and (max-width: 840px) {
    .post_widget {
      width: 100%; } }
  @media screen and (max-width: 420px) {
    .post_widget {
      padding: 10px 0; }
      .blog .post_widget:first-child {
        padding-top: 0; } }
  .post_widget-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 25px 30px;
    background: #fff; }
    @media screen and (max-width: 520px) {
      .post_widget-inner {
        padding: 25px 20px; } }
  .post_widget-bottom {
    margin-top: 40px; }
    @media screen and (max-width: 520px) {
      .post_widget-bottom {
        margin-top: 25px; } }
  .post_widget-category, .post_widget-date {
    line-height: 1.5em; }
  .post_widget-category {
    margin: 0;
    font-size: .875em;
    font-weight: bold; }
    .post_widget-category a {
      color: #532019; }
      .post_widget-category a:hover, .post_widget-category a:focus {
        color: #c2832b; }
  .post_widget-date {
    font-size: .875em;
    margin-bottom: 20px;
    color: #532019; }
    .post_widget-date a {
      color: #532019; }
      .post_widget-date a:hover, .post_widget-date a:focus {
        color: #c2832b; }
  .post_widget img {
    width: 100%;
    margin-bottom: 25px; }
  .post_widget-title {
    margin-bottom: 15px;
    font-family: "Sentinel SSm A", "Sentinel SSm B", "Georgia", "Cambria", "Times New Roman", "Times", serif;
    font-size: 1.925em;
    font-weight: normal;
    line-height: 1.375em;
    letter-spacing: -0.02em;
    color: #7b3328; }
    @media only screen and (max-width: 960px) {
      .post_widget-title {
        font-size: 1.8125em; } }
    @media only screen and (max-width: 620px) {
      .post_widget-title {
        font-size: 1.725em; } }
    @media only screen and (max-width: 400px) {
      .post_widget-title {
        font-size: 1.375em; } }
    .post_widget--has_image .post_widget-title {
      font-size: 1.375em; }
      @media only screen and (max-width: 400px) {
        .post_widget--has_image .post_widget-title {
          font-size: 1.25em; } }
    .post_widget-title a {
      color: #7b3328; }
      .post_widget-title a:hover, .post_widget-title a:focus {
        color: #c2832b; }
  .post_widget-excerpt p {
    margin-bottom: 0;
    line-height: 1.5em;
    color: #4b321f; }
    @media screen and (max-width: 520px) {
      .post_widget-excerpt p {
        font-size: 0.925em; } }
  .post_widget-read_more {
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    font-weight: bold;
    vertical-align: top; }
  .post_widget .share_post {
    margin-left: 20px; }
    @media screen and (max-width: 540px) {
      .post_widget .share_post {
        display: block;
        margin: 0; }
        .post_widget .share_post li:first-child a {
          margin-left: 0; } }

.share_page {
  text-align: center;
  margin-bottom: 63px; }
  .share_page::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 520px) {
    .share_page {
      margin-bottom: 35px; } }
  .share_page p {
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1em !important;
    font-weight: bold;
    line-height: 1.5em;
    color: #4b321f; }
    @media screen and (max-width: 520px) {
      .share_page p {
        margin-bottom: 20px;
        font-size: 0.925em !important; } }
  .share_page-facebook, .share_page-twitter {
    -webkit-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
    margin: 0 1% 10px;
    width: 48%;
    height: 85px;
    float: left;
    border-radius: 7px;
    text-indent: -9999px;
    background-position: center;
    background-size: auto 35px;
    background-color: #0071BC; }
    @media screen and (max-width: 520px) {
      .share_page-facebook, .share_page-twitter {
        height: 55px;
        background-size: auto 25px; } }
    .share_page-facebook:hover, .share_page-facebook:focus, .share_page-twitter:hover, .share_page-twitter:focus {
      background-color: #005289; }
  .share_page-twitter {
    background-size: auto 28px;
    background-color: #00acee; }
    @media screen and (max-width: 520px) {
      .share_page-twitter {
        background-size: auto 20px; } }
    .share_page-twitter:hover, .share_page-twitter:focus {
      background-color: #0087bb; }

.share_post {
  display: inline-block;
  margin-left: 24px;
  vertical-align: top;
  text-align: center; }
  @media screen and (max-width: 520px) {
    .share_post {
      display: inline-block;
      margin-left: 0;
      margin-top: 15px; }
      .news-post .share_post {
        display: block;
        margin-top: 10px; }
        .news-post .share_post a {
          margin-left: 0px;
          margin-right: 16px; } }
  .share_post li {
    float: left; }
  .share_post-facebook, .share_post-twitter {
    padding: 8px 0 8px 25px;
    margin: 0 10px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.75em;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.05em;
    color: #b7ada5;
    background-size: auto 19px;
    background-position: 6px center; }
    .share_post-facebook:hover, .share_post-facebook:focus, .share_post-twitter:hover, .share_post-twitter:focus {
      color: #a09389; }
  .share_post-twitter {
    color: #b7ada5;
    background-size: auto 15px;
    background-position: 1px center; }
    .share_post-twitter:hover, .share_post-twitter:focus {
      color: #a09389; }

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

.header-wrap {
  position: relative;
  min-height: 180px; }

.header-logo {
  position: absolute;
  top: 30px;
  left: 40px;
  width: 205px;
  height: 125px;
  text-indent: -9999px;
  display: block;
  background-size: contain; }
  @media screen and (max-width: 520px) {
    .header-logo {
      left: 20px; } }

.header-nav-wrap {
  padding-top: 110px;
  min-height: 136px; }
  .header-nav-wrap::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 880px) {
    .header-nav-wrap {
      padding-top: 82px;
      min-height: 116px; } }

.header .main-nav {
  display: block;
  float: right;
  text-align: right; }
  @media screen and (max-width: 880px) {
    .header .main-nav {
      width: 320px; } }
  .header .main-nav ul {
    float: right;
    text-align: right; }
    @media screen and (max-width: 680px) {
      .header .main-nav ul {
        display: none; } }
  .header .main-nav li {
    display: inline-block;
    margin: 0 0 0 8px; }
    .header .main-nav li.hidden {
      display: none; }
    .header .main-nav li a {
      padding: 0 2px; }

.header-buttons {
  position: absolute;
  top: 17px;
  right: 35px; }
  .header-buttons::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 680px) {
    .header-buttons {
      display: none; } }

.header-donate {
  float: right;
  margin-left: 20px;
  padding: 10px 20px 9px; }

.header .social-links {
  float: left; }
  .header .social-links-facebook {
    background-size: auto 19px;
    background-position: 15px center; }
  .header .social-links-twitter {
    background-size: auto 16px;
    background-position: 12px center; }

.staff {
  padding: 50px 0 100px; }
  @media only screen and (max-width: 620px) {
    .staff {
      padding: 35px 0 70px; } }
  @media only screen and (max-width: 400px) {
    .staff {
      padding: 20px 0 40px; } }
  .staff-wrap {
    margin-bottom: 50px; }
  .staff .basic-wrap {
    padding-top: 0; }
  .staff h1 {
    margin-bottom: 45px;
    font-size: 2.25em;
    font-weight: bold;
    line-height: normal; }
    @media only screen and (max-width: 960px) {
      .staff h1 {
        font-size: 2em; } }
    @media only screen and (max-width: 620px) {
      .staff h1 {
        margin-bottom: 30px;
        font-size: 1.75em; } }
    @media only screen and (max-width: 400px) {
      .staff h1 {
        font-size: 1.5em; } }
  .staff-member {
    min-height: 322px;
    position: relative;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 266px;
    border-top: 2px solid #dbd6d2;
    clear: both; }
    @media screen and (max-width: 720px) {
      .staff-member {
        padding-left: 0;
        padding-bottom: 28px; } }
    .staff-member img {
      position: absolute;
      top: 48px;
      left: 0;
      width: 224px;
      height: 224px; }
      @media screen and (max-width: 720px) {
        .staff-member img {
          position: relative;
          top: auto;
          left: auto;
          margin: 0 auto 35px;
          border-radius: 50%; } }
      @media only screen and (max-width: 400px) {
        .staff-member img {
          width: 112px;
          height: auto; } }
    .staff-member h4 {
      margin-bottom: 12px;
      font-family: "Sentinel SSm A", "Sentinel SSm B", "Georgia", "Cambria", "Times New Roman", "Times", serif;
      font-size: 2em;
      font-weight: normal;
      line-height: 1.25em; }
      @media only screen and (max-width: 960px) {
        .staff-member h4 {
          font-size: 1.825em; } }
      @media only screen and (max-width: 620px) {
        .staff-member h4 {
          font-size: 1.65em; } }
      @media only screen and (max-width: 400px) {
        .staff-member h4 {
          font-size: 1.475em; } }
      .staff-member h4 a {
        color: #4b321f; }
        .staff-member h4 a:hover, .staff-member h4 a:focus {
          color: #c2832b; }
    .staff-member p {
      margin-bottom: 20px;
      font-size: 1em;
      line-height: 2em;
      color: #4b321f; }
      @media screen and (max-width: 520px) {
        .staff-member p {
          font-size: 0.925em; } }
    .staff-member .post-edit-link {
      float: left;
      margin-top: -10px; }
    .staff-member .more-link {
      float: right;
      padding-right: 30px;
      margin-top: -10px; }
  .staff .share_page {
    margin-bottom: 0; }

@media screen and (max-width: 420px) {
  .actions-wrap {
    padding: 0; } }

.actions-action {
  position: relative;
  margin-bottom: 80px; }
  .actions-action::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 1080px) {
    .actions-action {
      margin-bottom: 60px; } }
  @media screen and (max-width: 800px) {
    .actions-action {
      margin-bottom: 40px; } }
  @media screen and (max-width: 520px) {
    .actions-action {
      margin-bottom: 30px; } }
  .actions-action:last-of-type {
    margin-bottom: 0; }
  .takeover--home .actions-action {
    margin-bottom: 0; }
  .single-actions .actions-action {
    margin-bottom: 80px; }

.actions img {
  width: 100%;
  height: auto; }

.actions-content {
  padding: 50px 64px 30px 64px;
  background: #fff; }
  .actions-content::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 880px) {
    .actions-content {
      padding: 40px 50px; } }
  @media only screen and (max-width: 620px) {
    .actions-content {
      padding: 35px; } }
  @media only screen and (max-width: 400px) {
    .actions-content {
      padding: 30px 25px; } }
  .actions-content-left {
    float: left;
    width: 100%; }
    @media screen and (max-width: 880px) {
      .actions-content-left {
        float: none;
        display: block; } }
    .actions-content-left-inner {
      margin-right: 280px;
      clear: both;
      overflow: auto;
      min-height: 160px; }
      @media screen and (max-width: 880px) {
        .actions-content-left-inner {
          margin-right: 0;
          min-height: 0; } }
      .actions-content-left-inner p {
        max-width: 550px; }
        @media screen and (max-width: 880px) {
          .actions-content-left-inner p {
            margin-bottom: 20px;
            max-width: 100%; } }
        @media screen and (max-width: 520px) {
          .actions-content-left-inner p {
            font-size: 0.925em; } }
  .actions-content-right {
    position: relative;
    padding-top: 34px;
    margin-left: -220px;
    float: right;
    width: 220px;
    text-align: center;
    min-height: 160px; }
    @media screen and (max-width: 880px) {
      .actions-content-right {
        padding-top: 24px;
        margin-left: 0;
        float: none;
        display: block;
        width: 100%;
        min-height: 0; } }
    @media only screen and (max-width: 620px) {
      .actions-content-right {
        padding-top: 15px; } }
    @media only screen and (max-width: 400px) {
      .actions-content-right {
        padding-top: 10px; } }
  .actions-content h1 {
    margin-bottom: 10px;
    font-size: 2.25em;
    color: #c2832b; }
    @media only screen and (max-width: 960px) {
      .actions-content h1 {
        font-size: 2em; } }
    @media only screen and (max-width: 620px) {
      .actions-content h1 {
        font-size: 1.825em; } }
    @media only screen and (max-width: 400px) {
      .actions-content h1 {
        font-size: 1.625em; } }
    .actions-content h1 a {
      display: block;
      color: #c2832b; }
      .actions-content h1 a:hover, .actions-content h1 a:focus {
        color: #986722; }
  .actions-content p {
    line-height: 1.825em; }

.actions .take_action {
  margin-bottom: 15px;
  font-size: 1.125em;
  font-weight: bold;
  text-transform: uppercase; }
  @media screen and (max-width: 520px) {
    .actions .take_action {
      margin-bottom: 5px;
      font-size: 0.925em; } }

.actions-category {
  margin-bottom: 15px;
  font-size: 0.825em !important;
  font-weight: bold;
  line-height: normal !important;
  text-transform: uppercase; }
  @media screen and (max-width: 520px) {
    .actions-category {
      font-size: 0.725em !important; } }
  .actions-category span {
    display: none; }
  .category-featured .actions-category span,
  .takeover .actions-category span {
    display: inline; }
  .actions-category a {
    color: #4b321f; }
    .actions-category a:hover, .actions-category a:focus {
      color: #c2832b; }

.actions .button {
  width: 220px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 35px;
  border-color: #7b3328;
  letter-spacing: 1px;
  color: #7b3328; }
  @media screen and (max-width: 800px) {
    .actions .button {
      margin-bottom: 25px; } }
  @media only screen and (max-width: 620px) {
    .actions .button {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 400px) {
    .actions .button {
      margin-bottom: 15px; } }
  .actions .button:hover, .actions .button:focus {
    background-color: #7b3328;
    color: #fff; }

.actions .share_post {
  margin: 0; }
  .actions .share_post-facebook {
    color: #0071BC;
    font-size: 0.9em; }
    .actions .share_post-facebook:hover, .actions .share_post-facebook:focus {
      color: #005289; }
  .actions .share_post-twitter {
    color: #00acee;
    font-size: 0.9em; }
    .actions .share_post-twitter:hover, .actions .share_post-twitter:focus {
      color: #0087bb; }

.takeover-wrap {
  margin-bottom: 100px; }
  @media screen and (max-width: 1080px) {
    .takeover-wrap {
      margin-bottom: 80px; } }
  @media screen and (max-width: 840px) {
    .takeover-wrap {
      margin-bottom: 60px; } }
  @media screen and (max-width: 520px) {
    .takeover-wrap {
      margin-bottom: 40px; } }
  @media screen and (max-width: 420px) {
    .takeover-wrap {
      margin-bottom: 30px; } }
  .home .takeover-wrap {
    margin-bottom: 0; }

.takeover-action {
  padding: 50px 64px 30px 64px;
  background: #fff;
  border: none; }
  @media screen and (max-width: 880px) {
    .takeover-action {
      padding: 40px 50px; } }
  @media only screen and (max-width: 620px) {
    .takeover-action {
      padding: 35px; } }
  @media only screen and (max-width: 400px) {
    .takeover-action {
      padding: 30px 25px; } }
  .takeover-action h1 {
    margin-bottom: 14px;
    font-size: 3.625em;
    line-height: 1.125em; }
    @media only screen and (max-width: 960px) {
      .takeover-action h1 {
        font-size: 2.625em; } }
    @media only screen and (max-width: 620px) {
      .takeover-action h1 {
        font-size: 2.125em; } }
    @media only screen and (max-width: 400px) {
      .takeover-action h1 {
        font-size: 1.625em; } }

.takeover .actions-category {
  font-size: 1em; }

.takeover .actions-content {
  padding: 0; }
  .takeover .actions-content-right {
    padding-top: 5px; }

.actions-list {
  padding-top: 100px; }
  @media screen and (max-width: 1080px) {
    .actions-list {
      padding-top: 80px; } }
  @media screen and (max-width: 840px) {
    .actions-list {
      padding-top: 60px; } }
  @media screen and (max-width: 520px) {
    .actions-list {
      padding-top: 40px; } }
  @media screen and (max-width: 420px) {
    .actions-list {
      padding-top: 30px; } }
  .actions-list .news-pagination {
    margin: 40px 0; }
    @media screen and (max-width: 520px) {
      .actions-list .news-pagination {
        margin: 30px 0; } }

.news-heading {
  background: #4b321f;
  padding: 300px 0 70px;
  margin-bottom: 20px; }
  .news-heading h1 {
    font-family: "Sentinel SSm A", "Sentinel SSm B", "Georgia", "Cambria", "Times New Roman", "Times", serif;
    font-size: 4em;
    font-weight: normal;
    color: #fff; }
    .news-heading h1 a {
      color: #fff; }

.news {
  padding: 80px 0 120px; }
  .news::after {
    clear: both;
    content: "";
    display: table; }

.news,
.related,
.takeover {
  color: #4b321f; }
  @media only screen and (max-width: 959px) {
    .news,
    .related,
    .takeover {
      padding: 30px 0; } }
  .news-post,
  .related-post,
  .takeover-post {
    margin-bottom: 0;
    padding: 30px 0;
    position: relative;
    border-top: 2px solid #dbd6d2; }
    .news-post::after,
    .related-post::after,
    .takeover-post::after {
      clear: both;
      content: "";
      display: table; }
    @media only screen and (max-width: 959px) {
      .news-post,
      .related-post,
      .takeover-post {
        padding: 20px 0;
        min-height: 0; } }
    .news-post img,
    .related-post img,
    .takeover-post img {
      position: absolute;
      left: auto;
      top: 0;
      right: 0;
      max-width: 220px; }
      @media screen and (max-width: 660px) {
        .news-post img,
        .related-post img,
        .takeover-post img {
          display: none; } }
    .news-post h1,
    .related-post h1,
    .takeover-post h1 {
      max-width: 710px;
      padding-top: 12px;
      margin-bottom: 15px;
      font-family: "Sentinel SSm A", "Sentinel SSm B", "Georgia", "Cambria", "Times New Roman", "Times", serif;
      font-size: 2.125em;
      font-weight: normal;
      line-height: 1.325em;
      letter-spacing: -0.02em;
      color: #7b3328; }
      @media only screen and (max-width: 960px) {
        .news-post h1,
        .related-post h1,
        .takeover-post h1 {
          font-size: 1.925em; } }
      @media only screen and (max-width: 620px) {
        .news-post h1,
        .related-post h1,
        .takeover-post h1 {
          font-size: 1.725em; } }
      @media only screen and (max-width: 400px) {
        .news-post h1,
        .related-post h1,
        .takeover-post h1 {
          font-size: 1.5em; } }
      .news-post h1 a,
      .related-post h1 a,
      .takeover-post h1 a {
        display: block;
        color: #7b3328; }
        .news-post h1 a:hover, .news-post h1 a:focus,
        .related-post h1 a:hover,
        .related-post h1 a:focus,
        .takeover-post h1 a:hover,
        .takeover-post h1 a:focus {
          color: #c2832b; }
    .news-post p,
    .related-post p,
    .takeover-post p {
      padding: 0;
      margin-bottom: 15px;
      font-weight: 300;
      line-height: 1.825em; }
      @media screen and (max-width: 520px) {
        .news-post p,
        .related-post p,
        .takeover-post p {
          font-size: 0.925em; } }
    .news-post.no-image p,
    .related-post.no-image p,
    .takeover-post.no-image p {
      max-width: 880px; }
    .news-post .postmeta p,
    .related-post .postmeta p,
    .takeover-post .postmeta p {
      margin: 0;
      padding: 0;
      font-size: 0.825em; }
    @media screen and (max-width: 520px) {
      .news-post .postmeta span,
      .related-post .postmeta span,
      .takeover-post .postmeta span {
        display: block; } }
    .news-post .preview_content,
    .related-post .preview_content,
    .takeover-post .preview_content {
      position: relative;
      margin-bottom: 22px; }
      .news-post .preview_content .more_link,
      .related-post .preview_content .more_link,
      .takeover-post .preview_content .more_link {
        margin: 0;
        padding: 0;
        display: inline-block;
        font-weight: bold;
        vertical-align: top; }
    .news-post .news-post-category,
    .related-post .news-post-category,
    .takeover-post .news-post-category {
      margin-bottom: 0;
      margin-right: 3px;
      font-weight: bold; }
      .news-post .news-post-category a,
      .related-post .news-post-category a,
      .takeover-post .news-post-category a {
        color: #4b321f; }
        .news-post .news-post-category a:hover, .news-post .news-post-category a:focus,
        .related-post .news-post-category a:hover,
        .related-post .news-post-category a:focus,
        .takeover-post .news-post-category a:hover,
        .takeover-post .news-post-category a:focus {
          color: #c2832b; }
  .news-navigation,
  .related-navigation,
  .takeover-navigation {
    text-transform: uppercase; }
    .news-navigation div,
    .related-navigation div,
    .takeover-navigation div {
      margin: 0;
      border-bottom: 2px solid #1EA0DA; }
      .news-navigation div a,
      .related-navigation div a,
      .takeover-navigation div a {
        margin-top: 75px; }

.postmeta a {
  color: #4b321f; }
  .postmeta a.post-edit-link {
    color: #ce9c55; }
  .postmeta a:hover, .postmeta a:focus {
    color: #c2832b; }

.takeover {
  margin-top: -155px;
  padding: 0; }
  @media only screen and (max-width: 400px) {
    .takeover {
      margin-top: -100px; } }
  .home .takeover {
    margin-top: 0;
    padding: 0; }
  .takeover-image {
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 960px) {
      .takeover-image {
        padding: 80px 0; } }
    @media only screen and (max-width: 620px) {
      .takeover-image {
        padding: 60px 0; } }
    @media only screen and (max-width: 400px) {
      .takeover-image {
        padding: 40px 0; } }
  .takeover-post {
    padding: 50px 60px;
    background: #fff;
    border: none; }
    @media only screen and (max-width: 960px) {
      .takeover-post {
        padding: 40px 50px; } }
    @media only screen and (max-width: 620px) {
      .takeover-post {
        padding: 35px 40px; } }
    @media only screen and (max-width: 400px) {
      .takeover-post {
        padding: 25px 30px; } }
    .takeover-post h1 {
      font-size: 3.125em;
      line-height: 1.25em; }
      @media only screen and (max-width: 960px) {
        .takeover-post h1 {
          font-size: 2.75em; } }
      @media only screen and (max-width: 620px) {
        .takeover-post h1 {
          font-size: 2.25em; } }
      @media only screen and (max-width: 400px) {
        .takeover-post h1 {
          font-size: 1.75em; } }
    .takeover-post .preview_content {
      margin-bottom: 0; }

.has-image p {
  padding-right: 240px; }
  @media screen and (max-width: 660px) {
    .has-image p {
      padding: 0; } }

.has-image .preview_content {
  min-height: 140px; }

.wp-caption {
  max-width: 100%; }

table {
  font-size: 12px; }

.actions--first {
  margin-bottom: 40px; }
  @media screen and (max-width: 840px) {
    .actions--first {
      margin-bottom: 30px; } }
  @media screen and (max-width: 520px) {
    .actions--first {
      margin-bottom: 20px; } }
  @media screen and (max-width: 420px) {
    .actions--first {
      margin-bottom: 10px; } }

.home-posts {
  padding: 120px 0 30px; }
  @media screen and (max-width: 1080px) {
    .home-posts {
      padding: 60px 0 40px; } }
  @media screen and (max-width: 840px) {
    .home-posts {
      padding: 40px 0 20px; } }
  @media screen and (max-width: 520px) {
    .home-posts {
      padding-top: 30px; } }
  @media screen and (max-width: 420px) {
    .home-posts {
      padding-top: 0; } }

.actions--second {
  margin-top: 40px;
  padding-bottom: 30px; }
  @media screen and (max-width: 1080px) {
    .actions--second {
      padding-bottom: 20px; } }
  @media screen and (max-width: 840px) {
    .actions--second {
      margin-top: 30px; } }
  @media screen and (max-width: 520px) {
    .actions--second {
      margin-top: 20px;
      padding-bottom: 20px; } }
  @media screen and (max-width: 420px) {
    .actions--second {
      margin-top: 10px; } }

.feeds {
  padding: 0 0 60px; }
  @media screen and (max-width: 840px) {
    .feeds {
      padding-bottom: 40px; } }
  .feeds-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 25px;
    max-width: 1080px; }
    .no-flexbox .feeds-wrap {
      text-align: center; }
    @media screen and (max-width: 1080px) {
      .feeds-wrap {
        padding: 0 15px; } }
    @media screen and (max-width: 840px) {
      .feeds-wrap {
        padding: 0 10px; } }
    @media screen and (max-width: 520px) {
      .feeds-wrap {
        padding: 0 5px; } }
    @media screen and (max-width: 420px) {
      .feeds-wrap {
        padding: 0; } }
  .feeds-feed {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    background: #fff;
    padding: 15px;
    margin: 15px;
    min-width: 280px; }
    @media screen and (max-width: 680px) {
      .feeds-feed {
        width: 30%; } }
    .no-flexbox .feeds-feed {
      display: inline-block;
      vertical-align: top;
      text-align: left; }
    .feeds-feed-heading {
      position: relative;
      padding-left: 79px;
      padding-top: 14px;
      margin-bottom: 10px;
      min-height: 64px; }
      .feeds-feed-heading a {
        color: #4b321f; }
        .feeds-feed-heading a .time {
          -webkit-transition: color 0.1s ease-in-out;
          transition: color 0.1s ease-in-out;
          color: #938479; }
          .feeds-feed-heading a .time:hover, .feeds-feed-heading a .time:focus {
            color: #4b321f; }
      .feeds-feed-heading h2 {
        font-size: 0.9em; }
      .feeds-feed-heading .time {
        margin: 0;
        font-size: 0.825em;
        line-height: normal; }
    .feeds-feed-image {
      position: absolute;
      left: 0;
      top: 0;
      width: 64px;
      height: 64px; }
    .feeds-feed-content p {
      font-size: 0.95em; }
    .feeds-feed-content a {
      font-weight: bold; }

.path {
  background: #fff; }
  .path ul {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .no-flexbox .path ul {
      text-align: center; }
    @media screen and (max-width: 760px) {
      .path ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .path li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 20px 0;
    text-align: center; }
    .no-flexbox .path li {
      display: inline-block;
      width: 32%; }
      @media screen and (max-width: 760px) {
        .no-flexbox .path li {
          display: block;
          width: 100%; } }
    @media screen and (max-width: 760px) {
      .path li {
        margin: 0; } }
    .path li:nth-child(2) a {
      border-left: 1px solid #ce9c55;
      border-right: 1px solid #ce9c55; }
      @media screen and (max-width: 760px) {
        .path li:nth-child(2) a {
          border: none;
          border-top: 1px solid #ce9c55;
          border-bottom: 1px solid #ce9c55; } }
  .path a {
    padding: 45px 0;
    display: block;
    color: #7b3328;
    font-weight: bold;
    font-size: 2.25em;
    text-transform: uppercase;
    line-height: 1.25em; }
    @media screen and (max-width: 760px) {
      .path a {
        padding: 35px 0; } }
    @media screen and (max-width: 540px) {
      .path a {
        padding: 25px 0;
        font-size: 1.75em; } }
    .path a:hover, .path a:focus {
      color: #c2832b; }
    .path a em {
      font-family: "Sentinel SSm A", "Sentinel SSm B", "Georgia", "Cambria", "Times New Roman", "Times", serif;
      font-weight: normal;
      font-style: italic;
      font-size: 0.7em;
      text-transform: none; }

.overview {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ce9c55;
  text-align: center; }
  .overview-wrap {
    max-width: 980px; }
  .overview h1 {
    margin-bottom: 25px;
    font-size: 1.425em;
    font-family: "Sentinel SSm A", "Sentinel SSm B", "Georgia", "Cambria", "Times New Roman", "Times", serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #4b321f; }
    @media only screen and (max-width: 620px) {
      .overview h1 {
        font-size: 1.25em; } }
  .overview p {
    margin: 0;
    font-size: 1.25em;
    line-height: 1.625em;
    opacity: 0.75;
    color: #fff; }
    @media only screen and (max-width: 960px) {
      .overview p {
        font-size: 1.25em; } }
    @media only screen and (max-width: 620px) {
      .overview p {
        font-size: 1em; } }
  .overview a {
    color: #4b321f; }
    .overview a:hover, .overview a:focus {
      color: #55231b; }
  .overview .button {
    margin: 35px 6px 0;
    color: #fff; }
    .overview .button:hover, .overview .button:focus {
      color: #4b321f; }

.page_image {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 470px; }
  .page_image:after {
    content: "";
    position: absolute;
    top: 60%;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(transparent));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent); }
  @media only screen and (max-width: 960px) {
    .page_image {
      min-height: 405px; } }
  @media only screen and (max-width: 620px) {
    .page_image {
      min-height: 340px; } }
  @media only screen and (max-width: 400px) {
    .page_image {
      min-height: 280px; } }
  .page_image img {
    width: 100%; }
  .page_image h1 {
    position: absolute;
    z-index: 10;
    bottom: 40px;
    width: 100%;
    text-align: center;
    font-family: "Sentinel SSm A", "Sentinel SSm B", "Georgia", "Cambria", "Times New Roman", "Times", serif;
    font-size: 5em;
    font-weight: normal;
    letter-spacing: -0.02em;
    color: #fff; }
    @media only screen and (max-width: 960px) {
      .page_image h1 {
        font-size: 3.75em; } }
    @media only screen and (max-width: 620px) {
      .page_image h1 {
        font-size: 3em; } }
    @media only screen and (max-width: 400px) {
      .page_image h1 {
        font-size: 2.25em; } }
    .page_image h1 a {
      color: #fff; }
      .page_image h1 a:hover, .page_image h1 a:focus {
        color: #ce9c55; }

.takeover_image {
  min-height: 470px; }
  @media only screen and (max-width: 960px) {
    .takeover_image {
      min-height: 405px; } }
  @media only screen and (max-width: 620px) {
    .takeover_image {
      min-height: 340px; } }
  @media only screen and (max-width: 400px) {
    .takeover_image {
      min-height: 280px; } }

.basic {
  overflow: hidden; }
  .basic.full-image {
    margin-top: -110px; }
  .basic-heading {
    padding: 50px 0 26px;
    background-color: #fff; }
    .basic-heading .news-post-category {
      margin-bottom: 0;
      margin-right: 3px;
      font-weight: bold; }
      .basic-heading .news-post-category a {
        color: #4b321f; }
        .basic-heading .news-post-category a:hover, .basic-heading .news-post-category a:focus {
          color: #c2832b; }
    .basic-heading h1 {
      max-width: 860px;
      font-size: 3.5em;
      line-height: normal;
      letter-spacing: -0.02em; }
      @media only screen and (max-width: 960px) {
        .basic-heading h1 {
          font-size: 3em; } }
      @media only screen and (max-width: 620px) {
        .basic-heading h1 {
          font-size: 2.5em; } }
      @media only screen and (max-width: 400px) {
        .basic-heading h1 {
          font-size: 2em; } }
  .basic-wrap {
    padding-top: 85px;
    padding-bottom: 20px; }
    @media only screen and (max-width: 960px) {
      .basic-wrap {
        padding-top: 70px; } }
    @media only screen and (max-width: 620px) {
      .basic-wrap {
        padding-top: 55px; } }
    @media only screen and (max-width: 400px) {
      .basic-wrap {
        padding-top: 40px; } }
  .basic h1, .basic h2 {
    margin-bottom: 35px;
    font-family: "Sentinel SSm A", "Sentinel SSm B", "Georgia", "Cambria", "Times New Roman", "Times", serif;
    font-size: 3.5em;
    font-weight: normal;
    color: #4b321f; }
    @media only screen and (max-width: 960px) {
      .basic h1, .basic h2 {
        font-size: 3em; } }
    @media only screen and (max-width: 620px) {
      .basic h1, .basic h2 {
        font-size: 2.25em; } }
    @media only screen and (max-width: 400px) {
      .basic h1, .basic h2 {
        font-size: 1.75em; } }
  .basic h2 {
    margin-bottom: 25px;
    clear: both;
    font-family: "Sentinel SSm A", "Sentinel SSm B", "Georgia", "Cambria", "Times New Roman", "Times", serif;
    font-size: 2.25em;
    line-height: normal;
    font-weight: 600; }
    @media only screen and (max-width: 960px) {
      .basic h2 {
        font-size: 2em; } }
    @media only screen and (max-width: 620px) {
      .basic h2 {
        font-size: 1.625em; } }
    @media only screen and (max-width: 400px) {
      .basic h2 {
        font-size: 1.325em; } }
  .basic h3 {
    margin-bottom: 15px;
    font-size: 1.75em; }
    @media only screen and (max-width: 960px) {
      .basic h3 {
        font-size: 1.625em; } }
    @media only screen and (max-width: 620px) {
      .basic h3 {
        font-size: 1.475em; } }
    @media only screen and (max-width: 400px) {
      .basic h3 {
        font-size: 1.125em; } }
  .basic-action h1, .basic-action h2, .basic-action h3 {
    font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: bold; }
  .basic-action .button-red, .basic-action .email_signup .submit, .email_signup .basic-action .submit, .basic-action .ngp_email_signup .ngp_email_signup-form .at-submit, .ngp_email_signup .ngp_email_signup-form .basic-action .at-submit, .basic-action .searchform input[type=submit], .searchform .basic-action input[type=submit] {
    position: relative;
    display: inline-block;
    padding: 30px 50px;
    margin-top: 15px;
    margin-bottom: 60px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff; }
    .basic-action .button-red:hover, .basic-action .email_signup .submit:hover, .email_signup .basic-action .submit:hover, .basic-action .ngp_email_signup .ngp_email_signup-form .at-submit:hover, .ngp_email_signup .ngp_email_signup-form .basic-action .at-submit:hover, .basic-action .searchform input:hover[type=submit], .searchform .basic-action input:hover[type=submit], .basic-action .button-red:focus, .basic-action .email_signup .submit:focus, .email_signup .basic-action .submit:focus, .basic-action .ngp_email_signup .ngp_email_signup-form .at-submit:focus, .ngp_email_signup .ngp_email_signup-form .basic-action .at-submit:focus, .basic-action .searchform input:focus[type=submit], .searchform .basic-action input:focus[type=submit] {
      background: -webkit-gradient(linear, left top, left bottom, from(#7f3529), to(#5c261e));
      background: linear-gradient(#7f3529, #5c261e);
      border-color: #532019; }
    @media screen and (max-width: 520px) {
      .basic-action .button-red, .basic-action .email_signup .submit, .email_signup .basic-action .submit, .basic-action .ngp_email_signup .ngp_email_signup-form .at-submit, .ngp_email_signup .ngp_email_signup-form .basic-action .at-submit, .basic-action .searchform input[type=submit], .searchform .basic-action input[type=submit] {
        padding: 15px 10px;
        margin-top: 0;
        margin-bottom: 30px;
        width: 100%; } }
    .basic-action .button-red:before, .basic-action .email_signup .submit:before, .email_signup .basic-action .submit:before, .basic-action .ngp_email_signup .ngp_email_signup-form .at-submit:before, .ngp_email_signup .ngp_email_signup-form .basic-action .at-submit:before, .basic-action .searchform input[type=submit]:before, .searchform .basic-action input[type=submit]:before, .basic-action .button-red:after, .basic-action .email_signup .submit:after, .email_signup .basic-action .submit:after, .basic-action .ngp_email_signup .ngp_email_signup-form .at-submit:after, .ngp_email_signup .ngp_email_signup-form .basic-action .at-submit:after, .basic-action .searchform input[type=submit]:after, .searchform .basic-action input[type=submit]:after {
      content: '';
      position: absolute;
      right: 100%;
      margin-right: 40px;
      margin-top: 10px;
      width: 1000px;
      height: 2px;
      z-index: -1;
      background-color: #dbd6d2; }
    .basic-action .button-red:after, .basic-action .email_signup .submit:after, .email_signup .basic-action .submit:after, .basic-action .ngp_email_signup .ngp_email_signup-form .at-submit:after, .ngp_email_signup .ngp_email_signup-form .basic-action .at-submit:after, .basic-action .searchform input[type=submit]:after, .searchform .basic-action input[type=submit]:after {
      right: auto;
      left: 100%;
      margin-left: 40px; }
  .basic blockquote {
    position: relative;
    padding: 0 30px;
    margin-bottom: 55px;
    border: none;
    font-style: italic;
    font-size: 1.125em;
    font-weight: normal;
    line-height: 2em; }
    @media only screen and (max-width: 960px) {
      .basic blockquote {
        padding: 0 25px;
        font-size: 1.125em;
        left: 0;
        width: 100%; } }
    @media only screen and (max-width: 620px) {
      .basic blockquote {
        margin-bottom: 35px;
        font-size: 1em; } }
    @media only screen and (max-width: 400px) {
      .basic blockquote {
        font-size: 1.125em; } }
    .basic blockquote p {
      font-size: inherit;
      line-height: inherit;
      color: inherit; }
      .basic blockquote p:before {
        content: "\201C";
        position: absolute;
        left: 0;
        top: 0;
        font-size: 1.75em;
        font-weight: bold; }
    .basic blockquote a {
      color: #c2832b; }
      .basic blockquote a:hover, .basic blockquote a:focus {
        color: #986722; }
  .basic p {
    margin-bottom: 25px;
    font-size: 1.125em;
    line-height: 2em;
    color: #4b321f; }
    @media screen and (max-width: 520px) {
      .basic p {
        font-size: 0.925em; } }
    .basic p.take_action {
      margin-bottom: 15px;
      font-size: 1.125em;
      font-weight: bold;
      text-transform: uppercase; }
      @media screen and (max-width: 520px) {
        .basic p.take_action {
          margin-bottom: 5px;
          font-size: 0.925em; } }
  .basic ul, .basic ol {
    margin-bottom: 35px;
    margin-left: 36px;
    padding-left: 18px; }
    @media only screen and (max-width: 620px) {
      .basic ul, .basic ol {
        margin-left: 20px; } }
  .basic li {
    margin-bottom: 15px;
    font-size: 0.925em;
    line-height: 2em; }
    @media only screen and (max-width: 620px) {
      .basic li {
        margin-bottom: 5px; } }
  .basic ul {
    list-style: disc; }
    .basic ul li {
      position: relative; }
  .basic ol {
    list-style: decimal; }
  .basic .event {
    margin-bottom: 35px; }
  .basic .postmeta p {
    margin-bottom: 14px;
    font-size: 0.9125em;
    color: #4b321f; }
    .basic .postmeta p strong {
      font-weight: 800; }
  .basic .wp-caption img {
    margin-bottom: 10px;
    max-width: 100%; }
  .basic .wp-caption-text {
    font-size: 0.875em !important;
    text-align: left;
    color: #938479 !important; }
  @media screen and (max-width: 820px) {
    .basic img {
      max-width: 100% !important;
      margin: 0 auto 20px !important;
      float: none !important;
      display: block !important; }
      .basic img::after {
        clear: both;
        content: "";
        display: table; } }
  .basic .circle {
    margin: 0 auto 35px;
    border-radius: 50%; }
    @media only screen and (max-width: 400px) {
      .basic .circle {
        width: 112px;
        height: auto; } }
  .basic .post_end {
    clear: both;
    padding-top: 15px;
    padding-bottom: 10px; }
    .basic .post_end-info {
      margin-bottom: 35px;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 1em;
      font-weight: 500;
      line-height: 1.5em; }
      @media screen and (max-width: 520px) {
        .basic .post_end-info {
          margin-bottom: 10px;
          font-size: 0.925em; } }
      .basic .post_end-info em {
        display: inline-block;
        margin-bottom: 14px;
        font-size: 1em;
        font-style: normal;
        font-weight: bold;
        line-height: 2em;
        color: #4b321f; }
      .basic .post_end-info span {
        text-transform: none;
        font-size: 1.25em;
        font-weight: bold;
        letter-spacing: 0;
        color: #ce9c55; }
    .basic .post_end .share_page {
      margin-bottom: 63px; }
      @media screen and (max-width: 520px) {
        .basic .post_end .share_page {
          margin-bottom: 35px; } }

.data {
  padding-top: 65px;
  padding-bottom: 100px; }
  .data-wrap {
    padding: 0 20px; }
    .data-wrap-inner {
      max-width: 1000px;
      padding: 80px;
      background: #fff; }
      @media screen and (max-width: 800px) {
        .data-wrap-inner {
          padding: 50px; } }
      @media screen and (max-width: 640px) {
        .data-wrap-inner {
          padding: 30px; } }
      @media screen and (max-width: 520px) {
        .data-wrap-inner {
          padding: 20px; } }
  .data h1, .data h2, .data h3 {
    font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: bold; }
  .data p {
    font-size: 1em; }
    @media screen and (max-width: 520px) {
      .data p {
        font-size: 0.925em; } }
  .data sup {
    color: #c2832b; }
  .data ol {
    margin: 0;
    padding: 30px 10px 0 30px;
    border-top: 2px solid #f0edea; }
  .data li {
    line-height: normal;
    color: #938479; }
  .data li a, .data i a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all; }
  .data .break {
    position: relative;
    margin: 0;
    height: 60px;
    background: #f2f1ef;
    border: none;
    margin-bottom: 60px;
    margin-top: 60px;
    display: block; }
    .data .break:before, .data .break:after {
      content: '';
      width: 80px;
      height: 60px;
      position: absolute;
      right: 100%;
      top: 0;
      background: #f2f1ef; }
    .data .break:after {
      left: 100%; }
  .data .chart {
    height: 500px; }
    @media screen and (max-width: 800px) {
      .data .chart {
        height: 435px; } }
    @media screen and (max-width: 640px) {
      .data .chart {
        height: 370px; } }
  .data .share_page {
    margin-bottom: 0; }

.wrap-fact_check {
  padding-bottom: 60px; }

.next_post {
  margin-bottom: 46px !important;
  text-align: center;
  margin-bottom: 14px;
  font-size: 1.125em;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2em;
  color: #4b321f; }

.view_all {
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear;
  display: block;
  width: 220px;
  margin: 0 auto 90px;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 2.125em;
  font-weight: bold;
  line-height: 1.125em;
  text-align: center;
  text-transform: uppercase;
  color: #7b3328; }
  .view_all em {
    font-family: "Sentinel SSm A", "Sentinel SSm B", "Georgia", "Cambria", "Times New Roman", "Times", serif;
    font-size: 0.7em;
    font-weight: normal;
    text-transform: none; }
  .view_all:hover, .view_all:focus {
    color: #c2832b; }

.related {
  padding: 0; }
  .related h2 {
    padding: 0 20px;
    margin-bottom: 60px;
    text-align: center;
    font-size: 2.25em;
    font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    font-weight: 900; }
    @media only screen and (max-width: 960px) {
      .related h2 {
        font-size: 2em; } }
    @media only screen and (max-width: 620px) {
      .related h2 {
        font-size: 1.75em; } }
    @media only screen and (max-width: 400px) {
      .related h2 {
        font-size: 1.5em; } }

.related-link {
  margin-top: 60px;
  font-size: 0.925em;
  font-weight: 300;
  text-align: center; }
  .related-link a {
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    padding-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1EA0DA;
    border-bottom: 2px solid #1EA0DA; }
    .related-link a:hover, .related-link a:focus {
      border-color: #fff;
      color: #fff; }

.search-bar {
  padding: 60px 0 44px;
  background-color: #fff; }
  @media only screen and (max-width: 620px) {
    .search-bar {
      padding: 40px 0 24px; } }

.search-content {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media screen and (max-width: 520px) {
    .search-content {
      padding: 40px 0 30px; } }

.search-heading {
  margin-bottom: 35px;
  font-size: 1.5em;
  text-align: center; }
  @media screen and (max-width: 520px) {
    .search-heading {
      font-size: 1.25em; } }
  @media only screen and (max-width: 400px) {
    .search-heading {
      font-size: 1.125em; } }
  .search-heading span {
    display: block;
    font-size: .75em;
    font-weight: normal; }

.search-message {
  max-width: 660px;
  margin: 0 auto;
  font-size: 1.25em;
  text-align: center; }

.search-list-item {
  -webkit-transition: -webkit-transform .1s linear;
  transition: -webkit-transform .1s linear;
  transition: transform .1s linear;
  transition: transform .1s linear, -webkit-transform .1s linear;
  margin-bottom: 10px;
  background-color: #fff; }
  .search-list-item:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 521px) {
    .search-list-item {
      margin-bottom: 20px; }
      .search-list-item:hover, .search-list-item:focus {
        -webkit-transform: scale(1.02);
                transform: scale(1.02); } }
  .search-list-item a {
    display: block;
    padding: 20px;
    color: #7b3328; }
    .search-list-item a:hover, .search-list-item a:focus {
      color: #c2832b; }
  .search-list-item-type {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    color: #4b321f; }
  .search-list-item-date {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1em;
    color: #4b321f; }
  .search-list-item-title {
    margin: 0;
    font-weight: bold;
    line-height: 1.25em; }

.search .news-pagination {
  margin-top: 40px; }
  @media screen and (max-width: 520px) {
    .search .news-pagination {
      margin-top: 30px; } }

.searchform {
  max-width: 620px; }
  .searchform > div::after {
    clear: both;
    content: "";
    display: table; }
  .searchform label {
    display: none; }
  .searchform input {
    width: 67%;
    float: left; }
    .searchform input:hover {
      border-color: #dbd6d2; }
    .searchform input:focus {
      border-color: #d9b37d; }
  .searchform input[type=submit] {
    width: 31%;
    margin-left: 8px;
    min-width: 150px; }
    @media only screen and (max-width: 620px) {
      .searchform input[type=submit] {
        margin-left: 0; } }
    .searchform input[type=submit]:hover, .searchform input[type=submit]:focus {
      background: -webkit-gradient(linear, left top, left bottom, from(#7f3529), to(#5c261e));
      background: linear-gradient(#7f3529, #5c261e);
      border-color: #532019; }
  .searchform input[type=text],
  .searchform input[type=submit] {
    height: 63px; }
    @media only screen and (max-width: 620px) {
      .searchform input[type=text],
      .searchform input[type=submit] {
        width: 100%;
        height: 56px;
        padding: 5px 20px;
        font-size: 1.25em; } }
    @media only screen and (max-width: 400px) {
      .searchform input[type=text],
      .searchform input[type=submit] {
        height: 46px;
        font-size: 1.125em; } }

.signup {
  padding: 200px 0;
  background: url("/wp-content/themes/wvp2015/images/basinandrange.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 960px) {
    .signup {
      padding: 150px 0; } }
  @media only screen and (max-width: 620px) {
    .signup {
      padding: 100px 0; } }
  @media only screen and (max-width: 400px) {
    .signup {
      padding: 50px 0; } }
  .signup-wrap {
    max-width: 624px; }
  .signup h1 {
    margin-bottom: 55px;
    font-family: "Sentinel SSm A", "Sentinel SSm B", "Georgia", "Cambria", "Times New Roman", "Times", serif;
    font-size: 1.375em;
    line-height: 1.875em;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    color: #fff; }
    @media only screen and (max-width: 960px) {
      .signup h1 {
        font-size: 1.25em; } }
    @media only screen and (max-width: 620px) {
      .signup h1 {
        font-size: 1em; } }
    @media only screen and (max-width: 400px) {
      .signup h1 {
        font-size: 0.825em;
        margin-bottom: 40px; } }
  .signup .email_signup_message {
    display: none; }

.footer-main {
  background: #fff;
  position: relative; }
  .footer-main-wrap {
    padding-top: 90px;
    padding-bottom: 20px; }
    .footer-main-wrap::after {
      clear: both;
      content: "";
      display: table; }
  .footer-main h2 {
    margin-bottom: 20px;
    padding-bottom: 100px;
    font-size: 2.25em;
    font-family: "Sentinel SSm A", "Sentinel SSm B", "Georgia", "Cambria", "Times New Roman", "Times", serif;
    text-align: center;
    letter-spacing: -0.01em;
    color: #4b321f;
    background-position: bottom center; }
    @media only screen and (max-width: 620px) {
      .footer-main h2 {
        padding-bottom: 70px;
        font-size: 1.625em;
        background-size: auto 56px; } }
  .footer-main nav {
    margin-bottom: 20px; }
    @media only screen and (max-width: 520px) {
      .footer-main nav {
        margin-bottom: 10px; }
        .footer-main nav li a {
          font-size: 1em; } }
  .footer-main-donate {
    margin-bottom: 40px;
    text-align: center; }
    @media only screen and (max-width: 520px) {
      .footer-main-donate {
        margin-bottom: 30px; } }
    .footer-main-donate-button {
      padding: 10px 20px 9px; }
  .footer-main-links {
    font-size: 0.825em;
    line-height: 29px;
    color: #938479; }
    .footer-main-links a {
      color: #938479; }
      .footer-main-links a:hover, .footer-main-links a:focus {
        color: #4b321f; }
  .footer-main-alt_nav {
    float: left; }
    .footer-main-alt_nav li {
      float: left;
      margin-left: 10px;
      font-weight: bold; }
      @media only screen and (max-width: 670px) {
        .footer-main-alt_nav li {
          margin-left: 0;
          margin-right: 10px; } }
  .footer-main .copyright {
    margin-right: 5px;
    float: left;
    font-weight: 300; }
    @media only screen and (max-width: 670px) {
      .footer-main .copyright {
        float: none;
        clear: both;
        text-align: center; } }
  .footer-main .follow {
    float: right; }
    .footer-main .follow li {
      float: left;
      margin-left: 33px; }
      @media only screen and (max-width: 760px) {
        .footer-main .follow li {
          margin-left: 15px; } }
      @media only screen and (max-width: 760px) {
        .footer-main .follow li:first-child {
          display: none; } }
    .footer-main .follow a {
      width: 29px;
      height: 29px;
      text-indent: -9999px;
      display: block;
      background-position: 3px center;
      background-size: contain; }
      .footer-main .follow a.icon-twitter-blue {
        background-size: auto 22px;
        background-position: center; }

iframe[name=google_conversion_frame] {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0 !important;
  overflow: hidden; }

body {
  background-color: #f2f1ef;
  color: #4b321f;
  line-height: 1.625em; }
