@charset "IBM437";
/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* Import Sass mixins, variables, Compass modules, etc. */
*, *:after, *:before, button,
input,
select,
textarea, input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

hr, input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  *behavior: none;
}

*, *:after, *:before, button,
input,
select,
textarea, input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

hr, input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  *behavior: none;
}

img, video {
  max-width: 100%;
  height: auto;
}

/* HTML element (SMACSS base) rules */
/**
* @file
* Normalize.css is intended to be used as an alternative to CSS resets.
*
* This file is a slight fork of these original sources:
* - normalize.css v2.1.2 | MIT License | git.io/normalize
* - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass
*
* It's suggested that you read the normalize.scss file and customise it to meet
* your needs, rather then including the file in your project and overriding the
* defaults later in your CSS.
* @see http://nicolasgallagher.com/about-normalize-css/
*
* Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
*       @see http://snook.ca/archives/html_and_css/no_css_reset/
*/
/**
* HTML5 display definitions
*/
/* Correct `block` display not defined in IE 8/9. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
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
*
* Instead of relying on the fonts that are available on a user's computer, you
* can use web fonts which, like images, are resources downloaded to the user's
* browser. Because of the bandwidth and rendering resources required, web fonts
* should be used with care.
*
* Numerous resources for web fonts can be found on Google. Here are a few
* websites where you can find Open Source fonts to download:
* - http://www.fontsquirrel.com/fontface
* - http://www.theleagueofmoveabletype.com
*
* In order to use these fonts, you will need to convert them into formats
* suitable for web fonts. We recommend the free-to-use Font Squirrel's
* Font-Face Generator:
*   http://www.fontsquirrel.com/fontface/generator
*
* The following is an example @font-face declaration. This font can then be
* used in any ruleset using a property like this:  font-family: Example, serif;
*
* Since we're using Sass, you'll need to declare your font faces here, then you
* can add them to the font variables in the _init.scss partial.
*/
/*
@font-face {
  font-family: 'Example';
  src: url('../fonts/example.eot');
  src: url('../fonts/example.eot?iefix') format('eot'),
    url('../fonts/example.woff') format('woff'),
    url('../fonts/example.ttf') format('truetype'),
    url('../fonts/example.svg#webfontOkOndcij') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
* 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
*    `em` units.
*/
html {
  font-family: "Adelle", Georgia, "Times New Roman", "DejaVu Serif", serif;
  /* 1 */
  font-size: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Remove default margin. */
body {
  margin: 0;
  padding: 0;
  color: #454545;
}

/**
* Links
*
* The order of link states are based on Eric Meyer's article:
* http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
*/
/* 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
*
*/
blockquote {
  font-size: 2em;
}
blockquote .blockquote-byline {
  font-size: 0.438em;
  color: #929292;
}

h1 {
  font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-size: 2.75em;
  text-transform: uppercase;
  line-height: 1.38;
  letter-spacing: 0.1em;
}

h2 {
  font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-size: 2.25em;
  color: #5f6a2d;
  line-height: 1.23;
  letter-spacing: -0.01em;
}

h3 {
  font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-size: 1.25em;
  line-height: 1.400;
  color: #c3840d;
}

h4 {
  font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-size: 1.0625em;
  line-height: 1.412;
  color: #606b2f;
}

h5 {
  font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-size: 0.8125em;
  letter-spacing: 0.1em;
  line-height: 1.846;
  color: #51534a;
}

h6 {
  font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif;
}

p {
  font-family: "Adelle", Georgia, "Times New Roman", "DejaVu Serif", serif;
  line-height: 1.750;
}
p.lead-in {
  font-size: 2em;
  line-height: 1.063;
}

/* 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 {
  height: 0;
  border: 1px solid #666;
  padding-bottom: -1px;
}

/* 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,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
}

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

/**
* Lists
*/
dl,
menu,
ol,
ul {
  line-height: 1.750;
}

ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0;
}

dd {
  margin: 0 0 0 30px;
  /* LTR */
}

/* Address paddings set differently in IE 6/7. */
menu,
ol,
ul {
  padding: 0 0 0 30px;
  /* LTR */
}

/**
* Embedded content and figures
*
* @todo Look into adding responsive embedded video.
*/
img {
  /* Remove border when inside `a` element in IE 8/9. */
  border: 0;
  /* Suppress the space beneath the baseline */
  /* vertical-align: bottom; */
  /* Responsive images */
  max-width: 100%;
  height: auto;
  /* Correct IE 8 not scaling image height when resized. */
  width: auto;
}

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

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

/**
* Forms
*/
/* Define consistent border, margin, and padding. */
fieldset {
  margin: 0 2px;
  border-color: #c0c0c0;
}

/**
* 1. Correct `color` not being inherited in IE 8/9.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
* 3. Correct alignment displayed oddly in IE 6/7.
*/
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.
* 4. Improve appearance and consistency with IE 6/7.
* 5. Keep form elements constrained in their containers.
*/
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width: 100%;
  /* 5 */
  /* 5 */
}

/**
* 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.
* 4. Remove inner spacing in IE 7 without affecting normal text inputs.
*    Known issue: inner spacing remains in IE 6.
*/
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.
* 3. Remove excess padding in IE 7.
*    Known issue: excess padding remains in IE 6.
*/
input[type="checkbox"],
input[type="radio"] {
  /* 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 */
  /* 2 */
}

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

/* Drupal-style form labels. */
label {
  display: block;
  font-weight: bold;
}

/**
* Tables
*/
table {
  /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0;
  /* Prevent cramped-looking tables */
  /* width: 100%; */
}

/* Layout rules */
/**
 * @file
 * Positioning for a responsive layout.
 *
 * Define CSS classes to create a fluid grid layout with optional sidebars
 * depending on whether blocks are placed in the left or right sidebars.
 *
 * This layout uses the Singularity plugin for Compass: http://singularity.gs
 */
/**
 * Center the page.
 *
 * For screen sizes larger than 1180px, prevent excessively long lines of text
 * by setting a max-width.
 */
.container {
  clear: both;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1025px) {
  .container {
    max-width: 1200px;
    padding: 0 20px;
  }
}
.no-mq .container {
  max-width: 1200px;
  padding: 0 20px;
}

.region-highlighted,
.region-prefooter {
  clear: both;
  margin: 0 auto;
  width: 100%;
}
.region-highlighted:after,
.region-prefooter:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 1025px) {
  .front .region-prefooter {
    max-width: 100%;
  }
}
.no-mq .front .region-prefooter {
  max-width: 100%;
}

#page,
.region-bottom {
  padding: 0;
  margin: 0 auto;
}
#page:after,
.region-bottom:after {
  content: "";
  display: table;
  clear: both;
}

#header {
  clear: both;
  width: 100%;
}
#header:after {
  content: "";
  display: table;
  clear: both;
}

#main {
  clear: both;
  width: 100%;
}
#main:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1025px) {
  .one-sidebar.sidebar-first #main .l-main-admin {
    width: 68.25397%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
  }
}
.no-mq .one-sidebar.sidebar-first #main .l-main-admin {
  width: 68.25397%;
  float: left;
  margin-right: -100%;
  margin-left: 0%;
  clear: none;
}
@media (min-width: 1025px) {
  .sidebar #main .l-main {
    width: 68.25397%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
  }
}
.no-mq .sidebar #main .l-main {
  width: 68.25397%;
  float: left;
  margin-right: -100%;
  margin-left: 0%;
  clear: none;
}
@media (min-width: 1025px) {
  #main .l-main {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}
.no-mq #main .l-main {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
}
@media (max-width: 1024px) {
  #main .l-aside {
    margin-top: 20px;
  }
}
.no-mq #main .l-aside {
  margin-top: 20px;
}
@media (min-width: 1025px) {
  #main .l-aside {
    width: 30.15873%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    position: relative;
    right: 0;
    top: -160px;
    background: white;
    min-height: 170px;
    padding: 5px 5px 0;
  }
  .story-landing #main .l-aside {
    width: 30.15873%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
  #main .l-aside:before {
    content: '';
    height: 180px;
    width: 100%;
    background: white;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffc04f), color-stop(100%, #ffffff));
    background-image: -webkit-linear-gradient(#ffc04f, #ffffff);
    background-image: -moz-linear-gradient(#ffc04f, #ffffff);
    background-image: -o-linear-gradient(#ffc04f, #ffffff);
    background-image: linear-gradient(#ffc04f, #ffffff);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #main .l-aside > .sidebar {
    min-height: 170px;
    background: #fff;
    padding: 1.5em;
    z-index: 2;
    position: relative;
  }
  .full-header #main .l-aside {
    background: none;
    height: auto;
    min-height: none;
    top: auto;
    right: auto;
    padding: 0;
  }
}
.no-mq #main .l-aside {
  width: 30.15873%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  position: relative;
  right: 0;
  top: -160px;
  background: white;
  min-height: 170px;
  padding: 5px 5px 0;
}
.story-landing .no-mq #main .l-aside {
  width: 30.15873%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
}
.no-mq #main .l-aside:before {
  content: '';
  height: 180px;
  width: 100%;
  background: white;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffc04f), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(#ffc04f, #ffffff);
  background-image: -moz-linear-gradient(#ffc04f, #ffffff);
  background-image: -o-linear-gradient(#ffc04f, #ffffff);
  background-image: linear-gradient(#ffc04f, #ffffff);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.no-mq #main .l-aside > .sidebar {
  min-height: 170px;
  background: #fff;
  padding: 1.5em;
  z-index: 2;
  position: relative;
}
.full-header .no-mq #main .l-aside {
  background: none;
  height: auto;
  min-height: none;
  top: auto;
  right: auto;
  padding: 0;
}

#footer {
  clear: both;
  width: 100%;
}
#footer:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * The layout when there is only one sidebar, the left one.
 */
/**
 * The layout when there is only one sidebar, the right one.
 */
/**
 * The layout when there are two sidebars.
 */
.two-sidebars {
  /* Start a new row and span all 3 columns. */
}
.two-sidebars .region-sidebar-second {
  /* Span 1 column, starting in the 1st column from left. */
  /* Span 1 column, starting in the 2nd column from left. */
  /* Span 1 column, starting in the 3rd column from left. */
}

.triptych {
  margin: 1em 0;
}
.triptych:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 641px) {
  .triptych .region-triptych-first {
    width: 32.25806%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
  }
  .triptych .region-triptych-second {
    width: 32.25806%;
    float: left;
    margin-right: -100%;
    margin-left: 33.87097%;
    clear: none;
  }
  .triptych .region-triptych-third {
    width: 32.25806%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}
.no-mq .triptych .region-triptych-first {
  width: 32.25806%;
  float: left;
  margin-right: -100%;
  margin-left: 0%;
  clear: none;
}
.no-mq .triptych .region-triptych-second {
  width: 32.25806%;
  float: left;
  margin-right: -100%;
  margin-left: 33.87097%;
  clear: none;
}
.no-mq .triptych .region-triptych-third {
  width: 32.25806%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
}

/* Component (SMACSS module) rules */
/**
* @file
* SMACSS Modules
*
* Adds modular sets of styles.
*
* Additional useful selectors can be found in Zen's online documentation.
* https://drupal.org/node/1707736
*/
a, button, input[type="submit"] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
a:hover, button:hover, input[type="submit"]:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.border_bottom_gray, .triptych .get-involved h2 {
  border-bottom: 1px solid #d0cfcd;
  padding-bottom: 5px;
}

/**
* Wireframes.
*/
.with-wireframes #header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer,
.with-wireframes .region-bottom {
  outline: 1px solid #ccc;
}

.flippy {
  width: 455px;
  margin: 60px auto;
}
@media (max-width: 1024px) {
  .flippy {
    width: auto !important;
    text-align: center;
    padding: 0;
  }
}
.no-mq .flippy {
  width: auto !important;
  text-align: center;
  padding: 0;
}
.flippy li {
  background: #818657 !important;
  color: #979C6A;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block !important;
  padding: 15px;
  margin-right: 10px !important;
  font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif;
}
@media (min-width: 1025px) {
  .flippy li {
    width: 200px !important;
  }
}
.no-mq .flippy li {
  width: 200px !important;
}
@media (max-width: 1024px) {
  .flippy li {
    width: auto !important;
    display: inline-block;
    min-width: 160px;
  }
}
.no-mq .flippy li {
  width: auto !important;
  display: inline-block;
  min-width: 160px;
}
.flippy li a {
  color: #c3c992 !important;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

/**
* Accessibility features.
*/
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
.element-invisible,
.element-focusable,
#navigation .block-menu .block__title,
#navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Turns off the element-invisible effect. */
.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

/*
* The skip-link link will be completely hidden until a user tabs to the link.
*/
#skip-link {
  margin: 0;
}
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/**
* Breadcrumb navigation.
*/
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**
* Titles.
*/
.page__title,
.node__title,
.block__title,
.comments__title,
.comments__form-title,
.comment__title {
  /* Comment title. */
  margin: 0;
}

/**
* Messages.
*/
.messages, .messages--status, .messages--warning, .messages--error {
  margin: 1.5em 0;
  padding: 10px 10px 10px 50px;
  /* LTR */
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid #be7;
}

.messages--warning {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');
  border-color: #ed5;
}

.messages--error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==');
  border-color: #ed541d;
}

.messages__list {
  margin: 0;
}

.messages__item {
  list-style-image: none;
}

/* Core/module installation error messages. */
.messages--error p.error {
  color: #333;
}

/* System status report. */
.ok,
.messages--status {
  background-color: #f8fff0;
  color: #234600;
}

.warning,
.messages--warning {
  background-color: #fffce5;
  color: #840;
}

.error,
.messages--error {
  background-color: #fef5f1;
  color: #8c2e0b;
}

/**
* Tabs.
*/
/* Basic positioning styles shared by primary and secondary tabs. */
.tabs-primary, .tabs-secondary {
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, transparent));
  background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: -o-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  border-bottom: 1px solid #bbbbbb \0/ie;
  margin: 1.5em 0;
  padding: 0 2px;
  white-space: nowrap;
}
.tabs-primary:after, .tabs-secondary:after {
  content: "";
  display: table;
  clear: both;
}

.tabs-primary__tab, .tabs-primary__tab.is-active, .tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  float: left;
  /* LTR */
  margin: 0 3px;
}

a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active, a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  text-decoration: none;
}

/* Primary tabs. */
.tabs-primary__tab, .tabs-primary__tab.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 1px 1px 0 white;
  border: 1px solid #bbbbbb;
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ie;
}

.is-active.tabs-primary__tab {
  border-bottom-color: white;
}

a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}

a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

a.tabs-primary__tab-link:active, a.tabs-primary__tab-link.is-active {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -o-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
}

/* Secondary tabs. */
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
}

a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  -webkit-border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  -ms-border-radius: 0.75em;
  -o-border-radius: 0.75em;
  border-radius: 0.75em;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 white;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}

a.tabs-secondary__tab-link:hover, a.tabs-secondary__tab-link:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}

a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/**
* Inline styles.
*/
/* List of links generated by theme_links(). */
.inline {
  display: inline;
  padding: 0;
}
.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

/* The inline field label used by the Fences module. */
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

/**
* "More" links.
*/
.more-link {
  text-align: right;
  /* LTR */
}

.more-help-link {
  text-align: right;
  /* LTR */
}

.more-help-link a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');
  background-position: 0 50%;
  /* LTR */
  background-repeat: no-repeat;
  padding: 1px 0 1px 20px;
  /* LTR */
}

/**
* Pager.
*/
/* A list of page numbers when more than 1 page of content is available. */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis, .pager-current {
  display: inline;
  padding: 0 0.5em;
  list-style-type: none;
  background-image: none;
}

.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  /* A concatenation of several list items using an ellipsis. */
}

/* The current page's list item. */
.pager-current {
  font-weight: bold;
}

/**
* Blocks.
*/
/* Block wrapper. */
/**
* Marker.
*/
/* The "new" or "updated" marker. */
.new,
.update {
  color: #c00;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
}

/**
* Unpublished note.
*/
/* The word "Unpublished" displayed underneath the content. */
.unpublished {
  height: 0;
  overflow: visible;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  /* A very nice CSS3 property. */
  word-wrap: break-word;
}

/**
* Comments.
*/
/* Wrapper for the list of comments and its title. */
/* Preview of the comment before submitting new or updated comment. */
.comment-preview {
  /* Drupal core will use a #ffffea background. See #1110842. */
  background-color: #ffffea;
}

/* Wrapper for a single comment. */
.comment {
  /* Comment's permalink wrapper. */
}
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* Nested comments are indented. */
.indented {
  /* Drupal core uses a 25px left margin. */
  margin-left: 30px;
  /* LTR */
}

/**
* Forms.
*/
/* Wrapper for a form element (or group of form elements) and its label. */
.form-item {
  /* Pack groups of checkboxes and radio buttons closer together. */
  /* Form items in a table. */
  /* Highlight the form elements that caused a form submission error. */
  /* The descriptive help text (separate from the label). */
}
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
.form-item .description {
  font-size: 0.85em;
}

.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

/* The part of the label that indicates a required field. */
.form-required {
  color: #c00;
}

/* Labels for radios and checkboxes. */
label.option {
  display: inline;
  font-weight: normal;
}

/* Buttons used by contrib modules like Media. */
/* Password confirmation. */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Drupal's default login form block. */
#user-login-form {
  text-align: left;
  /* LTR */
}

/**
* OpenID
*
* The default styling for the OpenID login link seems to assume Garland's
* styling of list items.
*/
/* OpenID creates a new ul above the login form's links. */
.openid-links {
  /* Position OpenID's ul next to the rest of the links. */
  margin-bottom: 0;
}

/* The "Log in using OpenID" and "Cancel OpenID login" links. */
html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* Un-do some of the padding on the ul list. */
  margin-left: -20px;
  /* LTR */
}

/**
* Drupal admin tables.
*/
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #ccc;
}
form tbody {
  border-top: 1px solid #ccc;
}
form table ul {
  margin: 0;
}

tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

tr.even {
  background-color: #fff;
}

/* Markup generated by theme_tablesort_indicator(). */
td.active {
  background-color: #ddd;
}

/* Center checkboxes inside table cell. */
td.checkbox,
th.checkbox {
  text-align: center;
}

/* Drupal core wrongly puts this in system.menus.css. Since we override that, add it back. */
td.menu-disabled {
  background: #ccc;
}

/**
* Autocomplete.
*
* @see autocomplete.js
*/
/* Suggestion list. */
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

/**
* Collapsible fieldsets.
*
* @see collapse.js
*/
html.js .collapsible .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  background-position: 5px 65%;
  /* LTR */
  background-repeat: no-repeat;
  padding-left: 15px;
  /* LTR */
}
html.js .collapsed .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  background-position: 5px 50%;
  /* LTR */
}
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
* TableDrag behavior.
*
* @see tabledrag.js
*/
tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
* TableSelect behavior.
*
* @see tableselect.js
*/
tr.selected td {
  background: #ffc;
}

/**
* Progress bar.
*
* @see progress.js
*/
.progress {
  font-weight: bold;
}
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.progress .filled {
  background-color: #0072b9;
  background-image: url('../images/progress.gif?1425576376');
}

.hidden {
  display: none;
}

.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/**
 * Helper classes
 */
@media (max-width: 640px) {
  .visible-sm {
    display: block;
  }
}
.no-mq .visible-sm {
  display: block;
}

@media (min-width: 641px) and (max-width: 1024px) {
  .visible-md {
    display: block;
  }
}
.no-mq .visible-md {
  display: block;
}

@media (min-width: 1025px) {
  .visible-lg {
    display: block;
  }
}
.no-mq .visible-lg {
  display: block;
}

@media (max-width: 640px) {
  .hidden-sm {
    display: none !important;
  }
}
.no-mq .hidden-sm {
  display: none !important;
}

@media (min-width: 641px) and (max-width: 1024px) {
  .hidden-md {
    display: none !important;
  }
}
.no-mq .hidden-md {
  display: none !important;
}

@media (min-width: 1025px) {
  .hidden-lg {
    display: none !important;
  }
}
.no-mq .hidden-lg {
  display: none !important;
}

.menu .li-footer-only {
  display: none;
}
#footer .menu .li-footer-only {
  display: inline-block;
}

button,
input[type="button"],
input[type="submit"],
.btn {
  background-color: #de8d00;
  border: 0;
  font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  text-transform: uppercase;
  color: white;
  padding: 0.8em 2.5em;
  height: 54px;
  text-decoration: none;
}
button.light-yellow,
input[type="button"].light-yellow,
input[type="submit"].light-yellow,
.btn.light-yellow {
  color: black;
  background-color: #f4a000;
}

.btn.btn-arrow {
  background-color: black;
}

#block-wfwi-blocks-donate-button {
  margin-top: 10px;
}

@media (min-width: 641px) {
  .views-view-grid .row-fluid:after {
    content: "";
    display: table;
    clear: both;
  }
  .views-view-grid.cols-2 .col-1 {
    width: 42.85714%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
  }
  .views-view-grid.cols-2 .col-2 {
    width: 42.85714%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
  .views-view-grid.cols-3 .col-1 {
    width: 27.27273%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
  }
  .views-view-grid.cols-3 .col-2 {
    width: 27.27273%;
    float: left;
    margin-right: -100%;
    margin-left: 36.36364%;
    clear: none;
  }
  .views-view-grid.cols-3 .col-3 {
    width: 27.27273%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
  .views-view-grid.cols-4 .col-1 {
    width: 20%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
  }
  .views-view-grid.cols-4 .col-2 {
    width: 20%;
    float: left;
    margin-right: -100%;
    margin-left: 26.66667%;
    clear: none;
  }
  .views-view-grid.cols-4 .col-3 {
    width: 20%;
    float: left;
    margin-right: -100%;
    margin-left: 53.33333%;
    clear: none;
  }
  .views-view-grid.cols-4 .col-4 {
    width: 20%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
  .views-view-grid.cols-5 .col-1 {
    width: 15.78947%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
  }
  .views-view-grid.cols-5 .col-2 {
    width: 15.78947%;
    float: left;
    margin-right: -100%;
    margin-left: 21.05263%;
    clear: none;
  }
  .views-view-grid.cols-5 .col-3 {
    width: 15.78947%;
    float: left;
    margin-right: -100%;
    margin-left: 42.10526%;
    clear: none;
  }
  .views-view-grid.cols-5 .col-4 {
    width: 15.78947%;
    float: left;
    margin-right: -100%;
    margin-left: 63.15789%;
    clear: none;
  }
  .views-view-grid.cols-5 .col-5 {
    width: 15.78947%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
  .views-view-grid.cols-6 .col-1 {
    width: 13.04348%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
  }
  .views-view-grid.cols-6 .col-2 {
    width: 13.04348%;
    float: left;
    margin-right: -100%;
    margin-left: 17.3913%;
    clear: none;
  }
  .views-view-grid.cols-6 .col-3 {
    width: 13.04348%;
    float: left;
    margin-right: -100%;
    margin-left: 34.78261%;
    clear: none;
  }
  .views-view-grid.cols-6 .col-4 {
    width: 13.04348%;
    float: left;
    margin-right: -100%;
    margin-left: 52.17391%;
    clear: none;
  }
  .views-view-grid.cols-6 .col-5 {
    width: 13.04348%;
    float: left;
    margin-right: -100%;
    margin-left: 69.56522%;
    clear: none;
  }
  .views-view-grid.cols-6 .col-6 {
    width: 13.04348%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
  .views-view-grid .col-last {
    clear: right;
  }
}
.no-mq .views-view-grid .row-fluid:after {
  content: "";
  display: table;
  clear: both;
}
.no-mq .views-view-grid.cols-2 .col-1 {
  width: 42.85714%;
  float: left;
  margin-right: -100%;
  margin-left: 0%;
  clear: none;
}
.no-mq .views-view-grid.cols-2 .col-2 {
  width: 42.85714%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
}
.no-mq .views-view-grid.cols-3 .col-1 {
  width: 27.27273%;
  float: left;
  margin-right: -100%;
  margin-left: 0%;
  clear: none;
}
.no-mq .views-view-grid.cols-3 .col-2 {
  width: 27.27273%;
  float: left;
  margin-right: -100%;
  margin-left: 36.36364%;
  clear: none;
}
.no-mq .views-view-grid.cols-3 .col-3 {
  width: 27.27273%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
}
.no-mq .views-view-grid.cols-4 .col-1 {
  width: 20%;
  float: left;
  margin-right: -100%;
  margin-left: 0%;
  clear: none;
}
.no-mq .views-view-grid.cols-4 .col-2 {
  width: 20%;
  float: left;
  margin-right: -100%;
  margin-left: 26.66667%;
  clear: none;
}
.no-mq .views-view-grid.cols-4 .col-3 {
  width: 20%;
  float: left;
  margin-right: -100%;
  margin-left: 53.33333%;
  clear: none;
}
.no-mq .views-view-grid.cols-4 .col-4 {
  width: 20%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
}
.no-mq .views-view-grid.cols-5 .col-1 {
  width: 15.78947%;
  float: left;
  margin-right: -100%;
  margin-left: 0%;
  clear: none;
}
.no-mq .views-view-grid.cols-5 .col-2 {
  width: 15.78947%;
  float: left;
  margin-right: -100%;
  margin-left: 21.05263%;
  clear: none;
}
.no-mq .views-view-grid.cols-5 .col-3 {
  width: 15.78947%;
  float: left;
  margin-right: -100%;
  margin-left: 42.10526%;
  clear: none;
}
.no-mq .views-view-grid.cols-5 .col-4 {
  width: 15.78947%;
  float: left;
  margin-right: -100%;
  margin-left: 63.15789%;
  clear: none;
}
.no-mq .views-view-grid.cols-5 .col-5 {
  width: 15.78947%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
}
.no-mq .views-view-grid.cols-6 .col-1 {
  width: 13.04348%;
  float: left;
  margin-right: -100%;
  margin-left: 0%;
  clear: none;
}
.no-mq .views-view-grid.cols-6 .col-2 {
  width: 13.04348%;
  float: left;
  margin-right: -100%;
  margin-left: 17.3913%;
  clear: none;
}
.no-mq .views-view-grid.cols-6 .col-3 {
  width: 13.04348%;
  float: left;
  margin-right: -100%;
  margin-left: 34.78261%;
  clear: none;
}
.no-mq .views-view-grid.cols-6 .col-4 {
  width: 13.04348%;
  float: left;
  margin-right: -100%;
  margin-left: 52.17391%;
  clear: none;
}
.no-mq .views-view-grid.cols-6 .col-5 {
  width: 13.04348%;
  float: left;
  margin-right: -100%;
  margin-left: 69.56522%;
  clear: none;
}
.no-mq .views-view-grid.cols-6 .col-6 {
  width: 13.04348%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
}
.no-mq .views-view-grid .col-last {
  clear: right;
}

.social-links .social-link {
  display: inline-block;
  margin: 0 5px 0;
  line-height: 1;
}
.social-links .social-link a {
  font-family: 'EntypoSocialRegular', 'EntypoRegular';
  text-decoration: none;
  display: block;
  color: #999;
  font-size: 1.3em;
}
.social-links .social-link a span {
  display: block;
  float: left;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
}
#navigation .social-links .social-link a {
  color: white;
  padding: 0;
}
.social-links .social-link.pinterest a:before {
  content: "\f312";
}
.social-links .social-link.youtube a:before {
  content: "🎬";
}
.social-links .social-link.twitter a:before {
  content: "\f309";
}
.social-links .social-link.facebook a:before {
  content: "\f30c";
}
.social-links .social-link.flickr a:before {
  content: "\f303";
}
.social-links .social-link.instagram a:before {
  content: "\f32d";
}
.social-links .social-link.rss a:before {
  content: "\e73a";
}
#navigation .social-links .social-link.rss {
  display: none;
}

/**
* Branding header.
*/
#header {
  background-color: #d3d3d3;
  background: lightgrey url('../images/header-bg-wide.jpg?1425576376');
}
@media (min-width: 1025px) {
  #header {
    padding: 1em;
  }
}
.no-mq #header {
  padding: 1em;
}
@media (min-width: 641px) and (max-width: 1024px) {
  #header {
    padding: 10px 0 20px;
  }
}
.no-mq #header {
  padding: 10px 0 20px;
}
@media (max-width: 640px) {
  #header {
    padding: 10px 10px 20px;
  }
}
.no-mq #header {
  padding: 10px 10px 20px;
}

/* Wrapping link for logo. */
.header__logo {
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .header__logo {
    width: 75%;
    margin: 0 auto;
    text-align: center;
  }
}
.no-mq .header__logo {
  width: 75%;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 1025px) {
  .header__logo {
    width: 17.46032%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
  }
}
.no-mq .header__logo {
  width: 17.46032%;
  float: left;
  margin-right: -100%;
  margin-left: 0%;
  clear: none;
}

/* Logo image. */
.header__logo-image {
  vertical-align: bottom;
}

/* Wrapper for any blocks placed in the header region. */
@media (max-width: 1024px) {
  .header__region {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
}
.no-mq .header__region {
  width: 100%;
  float: none;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
@media (min-width: 1025px) {
  .header__region {
    width: 55.55556%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}
.no-mq .header__region {
  width: 55.55556%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
}

@media (min-width: 641px) and (max-width: 1024px) {
  #block-wfwi-blocks-social-links-main {
    display: none;
  }
}
.no-mq #block-wfwi-blocks-social-links-main {
  display: none;
}
@media (min-width: 1025px) {
  #block-wfwi-blocks-social-links-main {
    width: 36.50794%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
  }
}
.no-mq #block-wfwi-blocks-social-links-main {
  width: 36.50794%;
  float: left;
  margin-right: -100%;
  margin-left: 0%;
  clear: none;
}
@media (max-width: 640px) {
  #block-wfwi-blocks-social-links-main {
    display: none;
  }
}
.no-mq #block-wfwi-blocks-social-links-main {
  display: none;
}
#block-wfwi-blocks-social-links-main ul {
  padding: 0;
  margin: 0;
}
#block-wfwi-blocks-social-links-main ul:after {
  content: "";
  display: table;
  clear: both;
}

.utility-menu-header {
  font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif;
}
.utility-menu-header a {
  text-decoration: none;
  color: #504e4f;
  font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif;
}
.utility-menu-header #supporter-login {
  color: #606b31;
  padding-bottom: 3px;
  background: -webkit-linear-gradient(left, #606b31 3px, transparent 3px) repeat-x;
  background: -moz-linear-gradient(left, #606b31 3px, transparent 3px) repeat-x;
  background: -o-linear-gradient(left, #606b31 3px, transparent 3px) repeat-x;
  background: -ms-linear-gradient(left, #606b31 3px, transparent 3px) repeat-x;
  background: linear-gradient(to right, #606b31 3px, transparent 3px) repeat-x;
  background-position: 0px 95%;
  -webkit-background-size: 3px 1px;
  -moz-background-size: 3px 1px;
  background-size: 3px 1px;
  text-shadow: -1px 0 transparent, 1px 0 transparent, -2px -1px transparent, 2px -1px transparent;
}
@media (min-width: 641px) and (max-width: 1024px) {
  .utility-menu-header {
    display: none;
  }
}
.no-mq .utility-menu-header {
  display: none;
}
@media (min-width: 1025px) {
  .utility-menu-header {
    width: 68.25397%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    clear: right;
  }
}
.no-mq .utility-menu-header {
  width: 68.25397%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  clear: right;
}
.utility-menu-header ul {
  padding: 0;
  margin: 0;
  text-align: right;
}
.utility-menu-header ul:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 641px) and (max-width: 1024px) {
  .utility-menu-header ul {
    font-size: 13px;
  }
}
.no-mq .utility-menu-header ul {
  font-size: 13px;
}

#block-wfwi-blocks-donate-button {
  text-align: right;
}
@media (max-width: 1024px) {
  #block-wfwi-blocks-donate-button {
    display: inline-block !important;
  }
}
.no-mq #block-wfwi-blocks-donate-button {
  display: inline-block !important;
}
#block-wfwi-blocks-donate-button a.btn {
  text-align: center;
  width: 186px;
  display: block;
  padding: 1em 2.5em;
}
@media (max-width: 1024px) {
  #block-wfwi-blocks-donate-button a.btn {
    width: 146px;
  }
}
.no-mq #block-wfwi-blocks-donate-button a.btn {
  width: 146px;
}
@media (min-width: 1025px) {
  #block-wfwi-blocks-donate-button {
    width: 30.15873%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    clear: right;
  }
}
.no-mq #block-wfwi-blocks-donate-button {
  width: 30.15873%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  clear: right;
}

#block-wfwi-newsletter-newsletter-header-us,
#block-wfwi-newsletter-newsletter-header-uk {
  position: relative;
  top: 10px;
}
@media (min-width: 641px) and (max-width: 1024px) {
  #block-wfwi-newsletter-newsletter-header-us,
  #block-wfwi-newsletter-newsletter-header-uk {
    display: none;
  }
}
.no-mq #block-wfwi-newsletter-newsletter-header-us, .no-mq
#block-wfwi-newsletter-newsletter-header-uk {
  display: none;
}
@media (min-width: 1025px) {
  #block-wfwi-newsletter-newsletter-header-us,
  #block-wfwi-newsletter-newsletter-header-uk {
    width: 68.25397%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
    clear: left;
  }
}
.no-mq #block-wfwi-newsletter-newsletter-header-us, .no-mq
#block-wfwi-newsletter-newsletter-header-uk {
  width: 68.25397%;
  float: left;
  margin-right: -100%;
  margin-left: 0%;
  clear: none;
  clear: left;
}
#block-wfwi-newsletter-newsletter-header-us .form-email-signup .compact-form,
#block-wfwi-newsletter-newsletter-header-uk .form-email-signup .compact-form {
  border: 7px solid rgba(200, 219, 151, 0.3);
  background-color: #bac584;
  -moz-background-clip: content;
  /* Firefox 3.6 */
  -webkit-background-clip: content;
  /* Safari 4? Chrome 6? */
  background-clip: content-box;
  /* Firefox 4, Safari 5, Opera 10, IE 9 */
  float: right;
}
#block-wfwi-newsletter-newsletter-header-us .form-email-signup .compact-form:after,
#block-wfwi-newsletter-newsletter-header-uk .form-email-signup .compact-form:after {
  content: "";
  display: table;
  clear: both;
}
#block-wfwi-newsletter-newsletter-header-us .form-email-signup input[type=email],
#block-wfwi-newsletter-newsletter-header-uk .form-email-signup input[type=email] {
  height: 40px;
  background-color: transparent;
  border: none;
  width: 250px;
  padding: 10px 10px 10px 40px;
  background: transparent url('../images/envelope.png?1425576376') no-repeat 10px center;
  font-size: 15px;
  border: 0;
}
#block-wfwi-newsletter-newsletter-header-us .form-email-signup button[type=submit],
#block-wfwi-newsletter-newsletter-header-us .form-email-signup input[type=submit],
#block-wfwi-newsletter-newsletter-header-uk .form-email-signup button[type=submit],
#block-wfwi-newsletter-newsletter-header-uk .form-email-signup input[type=submit] {
  background-color: #6c6d68;
  width: 40px;
  height: 40px;
  padding: 0;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background: #6c6d68 url('../images/arrow-right.png?1425576376') no-repeat center center;
}
#block-wfwi-newsletter-newsletter-header-us .form-email-signup ::-webkit-input-placeholder,
#block-wfwi-newsletter-newsletter-header-uk .form-email-signup ::-webkit-input-placeholder {
  color: white;
  font-style: italic;
  font-weight: normal;
  opacity: 1;
}
#block-wfwi-newsletter-newsletter-header-us .form-email-signup :-moz-placeholder,
#block-wfwi-newsletter-newsletter-header-uk .form-email-signup :-moz-placeholder {
  /* Firefox 18- */
  color: white;
  font-style: italic;
  font-weight: normal;
  opacity: 1;
}
#block-wfwi-newsletter-newsletter-header-us .form-email-signup ::-moz-placeholder,
#block-wfwi-newsletter-newsletter-header-uk .form-email-signup ::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
  font-style: italic;
  font-weight: normal;
  opacity: 1;
}
#block-wfwi-newsletter-newsletter-header-us .form-email-signup :-ms-input-placeholder,
#block-wfwi-newsletter-newsletter-header-uk .form-email-signup :-ms-input-placeholder {
  color: white;
  font-style: italic;
  font-weight: normal;
  opacity: 1;
}
#block-wfwi-newsletter-newsletter-header-us .form-email-signup label.error,
#block-wfwi-newsletter-newsletter-header-uk .form-email-signup label.error {
  position: absolute;
  background-color: #c50000;
  color: #fff;
  padding: 0.5em;
}

/**
* Navigation bar and subnav.
*/
.menu-inline {
  margin: 0;
  padding: 0;
  text-align: left;
  /* LTR */
}
.menu-inline ul {
  padding: 0;
  margin: 0;
}
.menu-inline ul:after {
  content: "";
  display: table;
  clear: both;
}
.menu-inline li {
  list-style-type: none;
  list-style-image: none;
}
@media (min-width: 641px) {
  .menu-inline li {
    /* A simple method to get navigation links to appear in one line. */
    display: inline-block;
    padding: 0 10px 0 0;
    /* LTR */
  }
  .menu-inline li.last {
    padding: 0;
  }
}
.no-mq .menu-inline li {
  /* A simple method to get navigation links to appear in one line. */
  display: inline-block;
  padding: 0 10px 0 0;
  /* LTR */
}
.no-mq .menu-inline li.last {
  padding: 0;
}

#navigation {
  clear: both;
  width: 100%;
  background-color: #606b31;
  color: white;
  font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  /* Main menu and secondary menu links and menu block links. */
}
#navigation:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 1024px) {
  #navigation .container {
    padding: 0;
  }
}
.no-mq #navigation .container {
  padding: 0;
}
#navigation .region-nav-compact {
  background-color: #77882e;
  position: relative;
}
@media (min-width: 1025px) {
  #navigation .region-nav-compact {
    display: none;
  }
}
.no-mq #navigation .region-nav-compact {
  display: none;
}
@media (max-width: 1024px) {
  #navigation .region-nav-compact {
    padding: 8px 0;
  }
}
.no-mq #navigation .region-nav-compact {
  padding: 8px 0;
}
#navigation .region-nav-compact #block-wfwi-blocks-social-links-compact {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1024px) {
  #navigation .region-nav-compact #block-wfwi-blocks-social-links-compact {
    top: 9px;
    right: 10px;
  }
}
.no-mq #navigation .region-nav-compact #block-wfwi-blocks-social-links-compact {
  top: 9px;
  right: 10px;
}
#navigation .region-nav-compact #block-wfwi-blocks-social-links-compact ul {
  margin: 0;
  font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif;
}
#navigation .region-nav-compact #block-wfwi-blocks-social-links-compact ul:after {
  content: "";
  display: table;
  clear: both;
}
#navigation a {
  text-decoration: none;
  letter-spacing: 2.5px;
}
@media (min-width: 1025px) {
  #navigation a {
    display: block;
    padding: 0.8em 1em;
    text-transform: uppercase;
    font-size: 14px;
  }
}
.no-mq #navigation a {
  display: block;
  padding: 0.8em 1em;
  text-transform: uppercase;
  font-size: 14px;
}
@media (max-width: 1024px) {
  #navigation a {
    display: block;
    padding: 6px 0;
    text-transform: uppercase;
  }
}
.no-mq #navigation a {
  display: block;
  padding: 6px 0;
  text-transform: uppercase;
}
#navigation a:link {
  color: white;
}
#navigation a:hover, #navigation a:focus {
  background-color: #de8d00;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#navigation a.active {
  color: white;
}
#navigation a:visited {
  color: white;
}
#navigation .block {
  margin-bottom: 0;
}
#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
  /* LTR */
}
#navigation .links:after,
#navigation .menu:after {
  content: "";
  display: table;
  clear: both;
}
#navigation .links li,
#navigation .menu li {
  list-style-type: none;
  list-style-image: none;
}
@media (min-width: 1025px) {
  #navigation .links li,
  #navigation .menu li {
    /* A simple method to get navigation links to appear in one line. */
    float: left;
    /* LTR */
    padding: 0 10px 0 0;
    /* LTR */
  }
}
.no-mq #navigation .links li, .no-mq
#navigation .menu li {
  /* A simple method to get navigation links to appear in one line. */
  float: left;
  /* LTR */
  padding: 0 10px 0 0;
  /* LTR */
}
@media (max-width: 1024px) {
  #navigation .region-navigation {
    clear: both;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .js #navigation .region-navigation {
    overflow: hidden;
    max-height: 0;
  }
  #navigation .region-navigation.active {
    max-height: 20em;
  }
  #navigation .region-navigation ul {
    margin: 0;
    padding: 0;
  }
  #navigation .region-navigation li a {
    display: block;
  }
  #navigation .main-menu {
    width: 42.85714%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
  }
  #navigation .main-menu .menu-block-wrapper {
    margin-left: 1em;
  }
  #navigation .utility-menu {
    display: block !important;
    width: 42.85714%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
  #navigation .utility-menu .menu-block-wrapper {
    margin-right: 1em;
  }
  #navigation .utility-menu .menu {
    text-align: right;
  }
}
.no-mq #navigation .region-navigation {
  clear: both;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.js .no-mq #navigation .region-navigation {
  overflow: hidden;
  max-height: 0;
}
.no-mq #navigation .region-navigation.active {
  max-height: 20em;
}
.no-mq #navigation .region-navigation ul {
  margin: 0;
  padding: 0;
}
.no-mq #navigation .region-navigation li a {
  display: block;
}
.no-mq #navigation .main-menu {
  width: 42.85714%;
  float: left;
  margin-right: -100%;
  margin-left: 0%;
  clear: none;
}
.no-mq #navigation .main-menu .menu-block-wrapper {
  margin-left: 1em;
}
.no-mq #navigation .utility-menu {
  display: block !important;
  width: 42.85714%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
}
.no-mq #navigation .utility-menu .menu-block-wrapper {
  margin-right: 1em;
}
.no-mq #navigation .utility-menu .menu {
  text-align: right;
}
@media (min-width: 1025px) {
  #navigation .main-menu {
    float: left;
    margin-left: -15px;
  }
  #navigation #block-search-form {
    float: right;
  }
}
.no-mq #navigation .main-menu {
  float: left;
  margin-left: -15px;
}
.no-mq #navigation #block-search-form {
  float: right;
}
#navigation a.hide-in-header {
  display: none !important;
}

@media (min-width: 1025px) {
  #subnav .is-expanded:after {
    content: '';
    position: absolute;
    right: 16px;
    top: 26px;
    display: block;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-top-color: #5e3d04;
    border-width: 8px 4px 0 4px;
  }
}
.no-mq #subnav .is-expanded:after {
  content: '';
  position: absolute;
  right: 16px;
  top: 26px;
  display: block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-top-color: #5e3d04;
  border-width: 8px 4px 0 4px;
}
@media (max-width: 1024px) {
  #subnav .menu-inline li {
    display: block;
  }
}
.no-mq #subnav .menu-inline li {
  display: block;
}
@media (min-width: 1025px) {
  #subnav ul li ul {
    display: none;
    position: absolute;
    left: 0;
    top: 56px;
    background: #f7e0b8;
    min-width: 200px;
    z-index: 1;
  }
}
.no-mq #subnav ul li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 56px;
  background: #f7e0b8;
  min-width: 200px;
  z-index: 1;
}
@media (min-width: 1025px) {
  #subnav ul li ul li {
    padding: 0;
    width: 100%;
  }
}
.no-mq #subnav ul li ul li {
  padding: 0;
  width: 100%;
}
@media (min-width: 1025px) {
  #subnav ul li ul a {
    padding: 10px;
  }
  #subnav ul li ul a:after {
    display: none;
  }
}
.no-mq #subnav ul li ul a {
  padding: 10px;
}
.no-mq #subnav ul li ul a:after {
  display: none;
}
@media (min-width: 1025px) {
  #subnav ul li {
    position: relative;
    float: left;
    font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  }
  #subnav ul li .nolink {
    color: #5e3d04;
    cursor: pointer;
  }
  #subnav ul li:hover ul {
    display: block;
  }
}
.no-mq #subnav ul li {
  position: relative;
  float: left;
  font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif;
}
.no-mq #subnav ul li .nolink {
  color: #5e3d04;
  cursor: pointer;
}
.no-mq #subnav ul li:hover ul {
  display: block;
}

@media (min-width: 1025px) {
  #subnav {
    position: absolute;
    bottom: 0;
  }
}
.no-mq #subnav {
  position: absolute;
  bottom: 0;
}

.region-subnav {
  float: left;
  width: 100%;
  background-color: #f7e0b8;
}
@media (min-width: 1025px) {
  .region-subnav {
    clear: both;
    width: 100%;
    background-color: rgba(247, 224, 184, 0.5);
  }
  .region-subnav:after {
    content: "";
    display: table;
    clear: both;
  }
}
.no-mq .region-subnav {
  clear: both;
  width: 100%;
  background-color: rgba(247, 224, 184, 0.5);
}
.no-mq .region-subnav:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 1024px) {
  .region-subnav .menu-hidden {
    clear: both;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .js .region-subnav .menu-hidden {
    overflow: hidden;
    max-height: 0;
  }
  .region-subnav .menu-hidden.active {
    max-height: none;
  }
  .region-subnav .menu-hidden ul {
    margin: 0;
    padding: 0;
  }
  .region-subnav .menu-hidden li a {
    display: block;
  }
}
.no-mq .region-subnav .menu-hidden {
  clear: both;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.js .no-mq .region-subnav .menu-hidden {
  overflow: hidden;
  max-height: 0;
}
.no-mq .region-subnav .menu-hidden.active {
  max-height: none;
}
.no-mq .region-subnav .menu-hidden ul {
  margin: 0;
  padding: 0;
}
.no-mq .region-subnav .menu-hidden li a {
  display: block;
}
@media (max-width: 640px) {
  .region-subnav .menu .expanded span {
    font-weight: bold;
    color: #5e3d04;
  }
}
.no-mq .region-subnav .menu .expanded span {
  font-weight: bold;
  color: #5e3d04;
}
.region-subnav .menu .expanded .menu li {
  margin-left: 1em;
}
@media (min-width: 1025px) {
  .region-subnav .menu li {
    padding: 16px 30px 0 0;
  }
}
.no-mq .region-subnav .menu li {
  padding: 16px 30px 0 0;
}
@media (min-width: 1025px) {
  .region-subnav .menu a,
  .region-subnav .menu span {
    display: block;
    padding-bottom: 12px;
  }
}
.no-mq .region-subnav .menu a, .no-mq
.region-subnav .menu span {
  display: block;
  padding-bottom: 12px;
}
.region-subnav a {
  position: relative;
  display: block;
  color: #5e3d04;
  text-decoration: none;
  font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif;
}
@media (min-width: 1025px) {
  .region-subnav a.active:after {
    content: '';
    position: absolute;
    left: 45%;
    bottom: -8px;
    display: block;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-top-color: rgba(247, 224, 184, 0.9);
    border-width: 8px 5px 0 5px;
  }
}
.no-mq .region-subnav a.active:after {
  content: '';
  position: absolute;
  left: 45%;
  bottom: -8px;
  display: block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-top-color: rgba(247, 224, 184, 0.9);
  border-width: 8px 5px 0 5px;
}

@media (min-width: 641px) and (max-width: 1024px) {
  #block-search-form {
    display: none !important;
  }
}
.no-mq #block-search-form {
  display: none !important;
}

#mobile-menu {
  background: url('../images/hamburger.png?1425576376') no-repeat 10px center;
  color: #f2ffb8;
  height: 40px;
  line-height: 40px;
  padding-left: 60px;
  width: 100px;
  vertical-align: middle;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  #mobile-menu {
    display: block !important;
  }
}
.no-mq #mobile-menu {
  display: block !important;
}
#mobile-menu:hover {
  cursor: pointer;
}

#mobile-submenu {
  background: url('../images/hamburger-subnav.png?1425576376') no-repeat 10px center;
  color: #5e3d04;
  height: 40px;
  line-height: 40px;
  padding-left: 60px;
  width: 100px;
  vertical-align: middle;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  #mobile-submenu {
    display: block !important;
  }
}
.no-mq #mobile-submenu {
  display: block !important;
}
#mobile-submenu:hover {
  cursor: pointer;
}

.breadcrumb li a {
  color: #606b2f !important;
}

#block-search-form {
  overflow: hidden;
  display: table;
  height: 44px;
}
#block-search-form form {
  display: table-cell;
  vertical-align: middle;
  margin-top: inherit;
  *clear: expression(style.marginTop = "" + (offsetHeight < parentNode.offsetHeight ? parseInt((parentNode.offsetHeight - offsetHeight) / 2) + "px" : "0"), style.clear = "none", 0 );
}
#block-search-form input[type=text] {
  color: #c8db97;
  border: none;
  font-size: 0.8em;
  text-transform: uppercase;
  border-bottom: 2px solid #c8db97;
  padding: 6px 2px 6px 20px;
  background: url('../images/magnify-bg.png?1425576376') no-repeat left center;
  width: 186px;
}
#block-search-form input[type=text]:focus {
  outline: none;
}
#block-search-form ::-webkit-input-placeholder {
  color: #c8db97;
  font-style: normal;
  font-weight: normal;
  opacity: 0.5;
}
#block-search-form :-moz-placeholder {
  /* Firefox 18- */
  color: #c8db97;
  font-style: normal;
  font-weight: normal;
  opacity: 0.5;
}
#block-search-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #c8db97;
  font-style: normal;
  font-weight: normal;
  opacity: 0.5;
}
#block-search-form :-ms-input-placeholder {
  color: #c8db97;
  font-style: normal;
  font-weight: normal;
  opacity: 0.5;
}

#content-header {
  clear: both;
  width: 100%;
  background-color: #e5973a;
  background: #e5973a url('../images/content-header-bricks-bg2.jpg?1425576376') no-repeat top center;
  position: relative;
  color: white;
}
#content-header:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1025px) {
  #content-header {
    height: 199px;
  }
}
.no-mq #content-header {
  height: 199px;
}
#content-header > .container {
  display: table;
  height: 143px;
}
#content-header h1 {
  display: table-cell;
  vertical-align: middle;
  margin-top: inherit;
  *clear: expression(style.marginTop = "" + (offsetHeight < parentNode.offsetHeight ? parseInt((parentNode.offsetHeight - offsetHeight) / 2) + "px" : "0"), style.clear = "none", 0 );
  letter-spacing: 8px;
  line-height: 1.1;
}
.sidebar-first #content-header h1, .sidebar-second #content-header h1 {
  width: 65%;
}
@media (max-width: 1024px) {
  .sidebar-first #content-header h1, .sidebar-second #content-header h1 {
    width: 100% !important;
  }
}
.no-mq .sidebar-first #content-header h1, .no-mq .sidebar-second #content-header h1 {
  width: 100% !important;
}

.page-node-40 .field-name-body {
  min-height: 200px;
}

#footer {
  padding: 60px 10px;
  margin-top: 0px;
  background-color: #606b31;
  background: #606b31 url('../images/footer-bg-wide.jpg?1425576376') top center;
}
#footer:after {
  content: "";
  display: table;
  clear: both;
}
#footer .container {
  position: relative;
  min-height: 120px;
}

#subfooter {
  text-align: center;
  color: #787878;
}

.main-menu-footer {
  margin: 0;
  padding: 0;
  text-align: left;
  /* LTR */
}
.main-menu-footer ul {
  padding: 0;
  margin: 0;
}
.main-menu-footer ul:after {
  content: "";
  display: table;
  clear: both;
}
.main-menu-footer li {
  list-style-type: none;
  list-style-image: none;
  /* A simple method to get navigation links to appear in one line. */
  display: inline-block;
  padding: 0 10px 0 0;
  /* LTR */
}
.main-menu-footer li.last {
  padding: 0;
}
.main-menu-footer li {
  padding: 0;
}
.main-menu-footer a {
  color: white;
  text-transform: uppercase;
  font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  text-decoration: none;
  font-size: 15px;
  padding: 0 6px;
}
.main-menu-footer .first a {
  padding-left: 0;
}
.main-menu-footer #donate {
  border: 1px solid #c8db97;
}
@media (min-width: 641px) and (max-width: 1024px) {
  .main-menu-footer {
    text-align: center;
  }
}
.no-mq .main-menu-footer {
  text-align: center;
}
@media (max-width: 640px) {
  .main-menu-footer {
    text-align: center;
  }
}
.no-mq .main-menu-footer {
  text-align: center;
}
@media (min-width: 1025px) {
  .main-menu-footer {
    margin-top: 35px;
    width: 61.90476%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
  }
}
.no-mq .main-menu-footer {
  margin-top: 35px;
  width: 61.90476%;
  float: left;
  margin-right: -100%;
  margin-left: 0%;
  clear: none;
}

.utility-menu-footer a {
  color: #c8db97;
  text-decoration: none;
  font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif;
}
@media (max-width: 640px) {
  .utility-menu-footer {
    display: none;
  }
}
.no-mq .utility-menu-footer {
  display: none;
}
@media (min-width: 641px) {
  .utility-menu-footer {
    margin: 0;
    padding: 0;
    text-align: left;
    /* LTR */
  }
  .utility-menu-footer ul {
    padding: 0;
    margin: 0;
  }
  .utility-menu-footer ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .utility-menu-footer li {
    list-style-type: none;
    list-style-image: none;
    /* A simple method to get navigation links to appear in one line. */
    display: inline-block;
    padding: 0 10px 0 0;
    /* LTR */
  }
  .utility-menu-footer li.last {
    padding: 0;
  }
}
.no-mq .utility-menu-footer {
  margin: 0;
  padding: 0;
  text-align: left;
  /* LTR */
}
.no-mq .utility-menu-footer ul {
  padding: 0;
  margin: 0;
}
.no-mq .utility-menu-footer ul:after {
  content: "";
  display: table;
  clear: both;
}
.no-mq .utility-menu-footer li {
  list-style-type: none;
  list-style-image: none;
  /* A simple method to get navigation links to appear in one line. */
  display: inline-block;
  padding: 0 10px 0 0;
  /* LTR */
}
.no-mq .utility-menu-footer li.last {
  padding: 0;
}
@media (min-width: 641px) and (max-width: 1024px) {
  .utility-menu-footer {
    text-align: center;
  }
}
.no-mq .utility-menu-footer {
  text-align: center;
}
@media (min-width: 1025px) {
  .utility-menu-footer {
    width: 61.90476%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
    clear: left;
  }
}
.no-mq .utility-menu-footer {
  width: 61.90476%;
  float: left;
  margin-right: -100%;
  margin-left: 0%;
  clear: none;
  clear: left;
}

#block-wfwi-newsletter-newsletter-footer-us,
#block-wfwi-newsletter-newsletter-footer-uk {
  background-color: rgba(0, 0, 0, 0.3);
}
@media (min-width: 641px) and (max-width: 1024px) {
  #block-wfwi-newsletter-newsletter-footer-us,
  #block-wfwi-newsletter-newsletter-footer-uk {
    max-width: 309px;
    background: none;
    margin: 50px auto 0;
  }
}
.no-mq #block-wfwi-newsletter-newsletter-footer-us, .no-mq
#block-wfwi-newsletter-newsletter-footer-uk {
  max-width: 309px;
  background: none;
  margin: 50px auto 0;
}
@media (min-width: 1025px) {
  #block-wfwi-newsletter-newsletter-footer-us,
  #block-wfwi-newsletter-newsletter-footer-uk {
    padding: 28px;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.no-mq #block-wfwi-newsletter-newsletter-footer-us, .no-mq
#block-wfwi-newsletter-newsletter-footer-uk {
  padding: 28px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 640px) {
  #block-wfwi-newsletter-newsletter-footer-us,
  #block-wfwi-newsletter-newsletter-footer-uk {
    background: none;
    margin: 50px auto 0;
    max-width: 309px;
  }
}
.no-mq #block-wfwi-newsletter-newsletter-footer-us, .no-mq
#block-wfwi-newsletter-newsletter-footer-uk {
  background: none;
  margin: 50px auto 0;
  max-width: 309px;
}
#block-wfwi-newsletter-newsletter-footer-us:after,
#block-wfwi-newsletter-newsletter-footer-uk:after {
  content: "";
  display: table;
  clear: both;
}
#block-wfwi-newsletter-newsletter-footer-us .form-email-signup:after,
#block-wfwi-newsletter-newsletter-footer-uk .form-email-signup:after {
  content: "";
  display: table;
  clear: both;
}
#block-wfwi-newsletter-newsletter-footer-us .form-email-signup legend,
#block-wfwi-newsletter-newsletter-footer-uk .form-email-signup legend {
  text-transform: uppercase;
  font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  color: #ffffd5;
  margin-bottom: 0.5em;
}
@media (min-width: 641px) and (max-width: 1024px) {
  #block-wfwi-newsletter-newsletter-footer-us .form-email-signup legend,
  #block-wfwi-newsletter-newsletter-footer-uk .form-email-signup legend {
    width: 100%;
    text-align: center;
  }
}
.no-mq #block-wfwi-newsletter-newsletter-footer-us .form-email-signup legend, .no-mq
#block-wfwi-newsletter-newsletter-footer-uk .form-email-signup legend {
  width: 100%;
  text-align: center;
}
@media (max-width: 640px) {
  #block-wfwi-newsletter-newsletter-footer-us .form-email-signup legend,
  #block-wfwi-newsletter-newsletter-footer-uk .form-email-signup legend {
    width: 100%;
    text-align: center;
  }
}
.no-mq #block-wfwi-newsletter-newsletter-footer-us .form-email-signup legend, .no-mq
#block-wfwi-newsletter-newsletter-footer-uk .form-email-signup legend {
  width: 100%;
  text-align: center;
}
#block-wfwi-newsletter-newsletter-footer-us .form-email-signup .compact-form,
#block-wfwi-newsletter-newsletter-footer-uk .form-email-signup .compact-form {
  float: left;
  background-color: #bac584;
}
#block-wfwi-newsletter-newsletter-footer-us .form-email-signup .compact-form:after,
#block-wfwi-newsletter-newsletter-footer-uk .form-email-signup .compact-form:after {
  content: "";
  display: table;
  clear: both;
}
#block-wfwi-newsletter-newsletter-footer-us .form-email-signup input[type=email],
#block-wfwi-newsletter-newsletter-footer-uk .form-email-signup input[type=email] {
  height: 40px;
  background-color: transparent;
  border: none;
  width: 229px;
  padding: 10px 10px 10px 40px;
  background: transparent url('../images/envelope.png?1425576376') no-repeat 10px center;
  vertical-align: top;
  border: 0;
}
@media (max-width: 1024px) {
  #block-wfwi-newsletter-newsletter-footer-us .form-email-signup input[type=email],
  #block-wfwi-newsletter-newsletter-footer-uk .form-email-signup input[type=email] {
    width: 67% !important;
  }
}
.no-mq #block-wfwi-newsletter-newsletter-footer-us .form-email-signup input[type=email], .no-mq
#block-wfwi-newsletter-newsletter-footer-uk .form-email-signup input[type=email] {
  width: 67% !important;
}
#block-wfwi-newsletter-newsletter-footer-us .form-email-signup button[type=submit],
#block-wfwi-newsletter-newsletter-footer-us .form-email-signup input[type=submit],
#block-wfwi-newsletter-newsletter-footer-uk .form-email-signup button[type=submit],
#block-wfwi-newsletter-newsletter-footer-uk .form-email-signup input[type=submit] {
  height: 40px;
  padding: 0 20px;
  font-size: 0.8em;
}
@media (max-width: 1024px) {
  #block-wfwi-newsletter-newsletter-footer-us .form-email-signup button[type=submit],
  #block-wfwi-newsletter-newsletter-footer-us .form-email-signup input[type=submit],
  #block-wfwi-newsletter-newsletter-footer-uk .form-email-signup button[type=submit],
  #block-wfwi-newsletter-newsletter-footer-uk .form-email-signup input[type=submit] {
    float: right;
  }
}
.no-mq #block-wfwi-newsletter-newsletter-footer-us .form-email-signup button[type=submit], .no-mq
#block-wfwi-newsletter-newsletter-footer-us .form-email-signup input[type=submit], .no-mq
#block-wfwi-newsletter-newsletter-footer-uk .form-email-signup button[type=submit], .no-mq
#block-wfwi-newsletter-newsletter-footer-uk .form-email-signup input[type=submit] {
  float: right;
}
#block-wfwi-newsletter-newsletter-footer-us .form-email-signup ::-webkit-input-placeholder,
#block-wfwi-newsletter-newsletter-footer-uk .form-email-signup ::-webkit-input-placeholder {
  color: white;
  font-style: italic;
  font-weight: normal;
  opacity: 1;
}
#block-wfwi-newsletter-newsletter-footer-us .form-email-signup :-moz-placeholder,
#block-wfwi-newsletter-newsletter-footer-uk .form-email-signup :-moz-placeholder {
  /* Firefox 18- */
  color: white;
  font-style: italic;
  font-weight: normal;
  opacity: 1;
}
#block-wfwi-newsletter-newsletter-footer-us .form-email-signup ::-moz-placeholder,
#block-wfwi-newsletter-newsletter-footer-uk .form-email-signup ::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
  font-style: italic;
  font-weight: normal;
  opacity: 1;
}
#block-wfwi-newsletter-newsletter-footer-us .form-email-signup :-ms-input-placeholder,
#block-wfwi-newsletter-newsletter-footer-uk .form-email-signup :-ms-input-placeholder {
  color: white;
  font-style: italic;
  font-weight: normal;
  opacity: 1;
}
#block-wfwi-newsletter-newsletter-footer-us .form-email-signup label.error,
#block-wfwi-newsletter-newsletter-footer-uk .form-email-signup label.error {
  position: absolute;
  background-color: #c50000;
  color: #fff;
  padding: 0.5em;
}

.block__title {
  font-size: 18px;
}

.contrast-teaser {
  background-color: black;
  color: white;
  max-height: 498px;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .node-story.view-mode-full .contrast-teaser {
    max-height: 300px;
  }
}
.no-mq .node-story.view-mode-full .contrast-teaser {
  max-height: 300px;
}
.contrast-teaser:after {
  content: "";
  display: table;
  clear: both;
}
.contrast-teaser .more-link,
.contrast-teaser .field-name-node-link {
  text-transform: uppercase;
  font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif;
}
@media (max-width: 1024px) {
  .contrast-teaser {
    max-height: 100%;
  }
}
.no-mq .contrast-teaser {
  max-height: 100%;
}
@media (max-width: 1024px) {
  .contrast-teaser {
    padding-bottom: 30px;
  }
}
.no-mq .contrast-teaser {
  padding-bottom: 30px;
}
@media (min-width: 1025px) {
  .contrast-teaser {
    width: 100%;
  }
  .contrast-teaser .contrast-teaser--text {
    width: 50%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
  }
  .view-mode-featured .contrast-teaser .contrast-teaser--text {
    width: 50%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
  .views-row-odd .contrast-teaser .contrast-teaser--text {
    width: 50%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
  .contrast-teaser .contrast-teaser--image {
    width: 50%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
  .view-mode-featured .contrast-teaser .contrast-teaser--image {
    width: 50%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
  }
}
.no-mq .contrast-teaser {
  width: 100%;
}
.no-mq .contrast-teaser .contrast-teaser--text {
  width: 50%;
  float: left;
  margin-right: -100%;
  margin-left: 0%;
  clear: none;
}
.view-mode-featured .no-mq .contrast-teaser .contrast-teaser--text {
  width: 50%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
}
.views-row-odd .no-mq .contrast-teaser .contrast-teaser--text {
  width: 50%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
}
.no-mq .contrast-teaser .contrast-teaser--image {
  width: 50%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
}
.view-mode-featured .no-mq .contrast-teaser .contrast-teaser--image {
  width: 50%;
  float: left;
  margin-right: -100%;
  margin-left: 0%;
  clear: none;
}

.contrast-teaser--text {
  padding-left: 3%;
  padding-right: 5%;
  position: relative;
  padding-top: 2%;
}
.contrast-teaser--text p {
  color: #b3b3b3 !important;
  font-size: 14px !important;
}
.contrast-teaser--text .field-name-node-link a {
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #de8d00 !important;
}
.contrast-teaser--text .field-name-node-link a:link, .contrast-teaser--text .field-name-node-link a:visited {
  text-decoration: none;
  color: #de8d00 !important;
}
@media (max-width: 1024px) {
  .contrast-teaser--text {
    padding-left: 20px !important;
  }
}
.no-mq .contrast-teaser--text {
  padding-left: 20px !important;
}
.contrast-teaser--text h2 {
  color: white;
  text-transform: uppercase;
  font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif;
}
.contrast-teaser--text h2 a:link {
  color: white;
  text-decoration: none;
}
.contrast-teaser--text h2 a:visited {
  color: white;
}
.node-story.view-mode-full .contrast-teaser--text h2 {
  margin: 0;
  padding-top: 42px;
  color: white;
  text-transform: uppercase;
  font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif;
}
.node-story.view-mode-full .contrast-teaser--text h2 a:link {
  color: white;
  text-decoration: none;
}
.node-story.view-mode-full .contrast-teaser--text h2 a:visited {
  color: white;
}
.node-story.view-mode-featured .contrast-teaser--text h2 {
  border-bottom: 1px solid #4d4d4d;
  padding: 0px 0 15px;
}
.node-story.view-mode-teaser .contrast-teaser--text {
  background: #000;
  color: #fff;
  float: left;
  width: 50%;
  min-height: 255px;
}
.node-story.view-mode-teaser .contrast-teaser--text h2 {
  border-bottom: 1px solid #4d4d4d;
  padding: 0px 0 15px;
}
@media (min-width: 641px) and (max-width: 1024px) {
  .node-story.view-mode-teaser .contrast-teaser--text {
    min-height: 300px;
  }
}
.no-mq .node-story.view-mode-teaser .contrast-teaser--text {
  min-height: 300px;
}
@media (max-width: 640px) {
  .node-story.view-mode-teaser .contrast-teaser--text {
    width: 100%;
    float: none;
    min-height: 100%;
    padding-bottom: 10px;
  }
}
.no-mq .node-story.view-mode-teaser .contrast-teaser--text {
  width: 100%;
  float: none;
  min-height: 100%;
  padding-bottom: 10px;
}
.node-story.view-mode-teaser .contrast-teaser--text h2 a {
  color: #fff !important;
}

.contrast-teaser--image {
  position: relative;
}
.contrast-teaser--image a {
  display: block;
}
.contrast-teaser--image img {
  max-width: 1000px;
}
@media (max-width: 1024px) {
  .contrast-teaser--image img {
    width: 100%;
  }
}
.no-mq .contrast-teaser--image img {
  width: 100%;
}
.node-story.view-mode-teaser .contrast-teaser--image {
  width: 50%;
  float: left;
}
@media (min-width: 641px) and (max-width: 1024px) {
  .node-story.view-mode-teaser .contrast-teaser--image {
    width: 50%;
    float: left;
  }
}
.no-mq .node-story.view-mode-teaser .contrast-teaser--image {
  width: 50%;
  float: left;
}
@media (max-width: 640px) {
  .node-story.view-mode-teaser .contrast-teaser--image {
    width: 100%;
    float: none;
  }
}
.no-mq .node-story.view-mode-teaser .contrast-teaser--image {
  width: 100%;
  float: none;
}
.node-story.view-mode-teaser .contrast-teaser--image img {
  max-width: 510px;
  width: 510px;
}
@media (max-width: 640px) {
  .node-story.view-mode-teaser .contrast-teaser--image img {
    width: 100%;
    max-width: 100%;
  }
}
.no-mq .node-story.view-mode-teaser .contrast-teaser--image img {
  width: 100%;
  max-width: 100%;
}
.views-row-even .node-story.view-mode-teaser .contrast-teaser--image {
  float: right;
}
@media (max-width: 640px) {
  .views-row-even .node-story.view-mode-teaser .contrast-teaser--image {
    float: none;
  }
}
.no-mq .views-row-even .node-story.view-mode-teaser .contrast-teaser--image {
  float: none;
}

.node-action-area {
  position: relative;
}
.node-action-area .group-action-area-text {
  text-align: center;
  font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif !important;
}
.node-action-area .group-action-area-text p {
  font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif !important;
}
@media (min-width: 1025px) {
  .node-action-area .group-action-area-text {
    width: 49.20635%;
    float: left;
    margin-right: -100%;
    margin-left: 25.39683%;
    clear: none;
  }
}
.no-mq .node-action-area .group-action-area-text {
  width: 49.20635%;
  float: left;
  margin-right: -100%;
  margin-left: 25.39683%;
  clear: none;
}

.field-name-ad-linked-image {
  margin-bottom: 30px;
}

.node-homepage-feature {
  color: white;
}
.node-homepage-feature .group-alert {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(244, 236, 225, 0.9);
  color: #444444;
  padding-bottom: 10px;
}
@media (max-width: 640px) {
  .node-homepage-feature .group-alert {
    position: relative;
    margin-top: -10px;
  }
}
.no-mq .node-homepage-feature .group-alert {
  position: relative;
  margin-top: -10px;
}
.node-homepage-feature .group-alert > h2 {
  background-color: rgba(197, 0, 0, 0.67);
  color: #fff;
  margin: 0 0 10px 0;
  font-size: 1.25em;
  padding: 5px 10px 5px 110px;
}
@media (max-width: 1024px) {
  .node-homepage-feature .group-alert > h2 {
    padding: 5px 10px 5px 20px;
  }
}
.no-mq .node-homepage-feature .group-alert > h2 {
  padding: 5px 10px 5px 20px;
}
.node-homepage-feature .group-alert .field-name-field-alert,
.node-homepage-feature .group-alert .field-name-field-alert-link {
  padding: 5px 10px 5px 110px;
  padding-top: 5px;
}
@media (max-width: 1024px) {
  .node-homepage-feature .group-alert .field-name-field-alert,
  .node-homepage-feature .group-alert .field-name-field-alert-link {
    padding: 5px 10px 5px 20px;
  }
}
.no-mq .node-homepage-feature .group-alert .field-name-field-alert, .no-mq
.node-homepage-feature .group-alert .field-name-field-alert-link {
  padding: 5px 10px 5px 20px;
}
.node-homepage-feature .group-alert .field-name-field-alert-link a {
  color: #444444;
  text-transform: uppercase;
  border-bottom: 1px solid #9f9c95;
  display: inline-block;
  padding-bottom: 5px;
  letter-spacing: 3px;
  text-decoration: none;
  background: url(/sites/all/themes/wfwi/images/home-feature-arrow.png) no-repeat right 4px;
  padding-right: 18px;
}
.node-homepage-feature .group-left {
  position: relative;
}
.node-homepage-feature .group-right {
  padding: 48px;
}
.node-homepage-feature .group-hero-image {
  height: 498px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1025px) {
  .node-homepage-feature .group-hero-image {
    float: left;
  }
}
.no-mq .node-homepage-feature .group-hero-image {
  float: left;
}
@media (max-width: 1024px) {
  .node-homepage-feature .group-hero-image {
    height: auto;
  }
}
.no-mq .node-homepage-feature .group-hero-image {
  height: auto;
}
@media (min-width: 1025px) {
  .node-homepage-feature .group-hero-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.no-mq .node-homepage-feature .group-hero-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 640px) {
  .node-homepage-feature .group-hero-text {
    padding-bottom: 20px;
    padding-top: 0;
    font-size: 14px;
  }
}
.no-mq .node-homepage-feature .group-hero-text {
  padding-bottom: 20px;
  padding-top: 0;
  font-size: 14px;
}
.node-homepage-feature .group-hero-text h2 {
  border-bottom: 1px solid rgba(208, 207, 205, 0.29);
  padding-bottom: 15px;
  color: #fff;
}
@media (max-width: 1024px) {
  .node-homepage-feature .group-hero-text h2 {
    padding-left: 20px;
    padding-top: 20px;
  }
}
.no-mq .node-homepage-feature .group-hero-text h2 {
  padding-left: 20px;
  padding-top: 20px;
}
.node-homepage-feature .group-hero-text .field-name-field-link a {
  display: inline-block;
  font-size: 20px;
  padding: 20px 40px;
  background: #f7a200;
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .node-homepage-feature .group-hero-text .field-name-field-link a {
    margin-left: 20px;
  }
}
.no-mq .node-homepage-feature .group-hero-text .field-name-field-link a {
  margin-left: 20px;
}

.featured-content:after {
  content: "";
  display: table;
  clear: both;
}
.front .featured-content .views-row {
  width: 30%;
  float: left;
  margin-right: 3%;
}
@media (max-width: 640px) {
  .front .featured-content .views-row {
    width: 47.5%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 5%;
  }
  .front .featured-content .views-row.views-row-2 {
    margin-right: 0;
  }
  .front .featured-content .views-row.views-row-3 {
    display: none;
  }
}
.no-mq .front .featured-content .views-row {
  width: 47.5%;
  float: left;
  text-align: center;
  margin-bottom: 20px;
  margin-right: 5%;
}
.no-mq .front .featured-content .views-row.views-row-2 {
  margin-right: 0;
}
.no-mq .front .featured-content .views-row.views-row-3 {
  display: none;
}
.featured-content a {
  color: #444444;
  text-decoration: none;
}
.featured-content .field-name-field-image {
  margin-bottom: 5px;
  overflow: hidden;
  height: 100%;
}
.featured-content .views-view-grid {
  width: 100%;
}
.featured-content .views-view-grid h2 {
  font-size: 16px;
  text-transform: uppercase;
}
.featured-content .views-view-grid a {
  color: #c2860e !important;
  font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif !important;
  font-size: 14px;
}
@media (min-width: 641px) {
  .featured-content .views-view-grid .span4 {
    width: 31%;
    float: left;
    margin: 0 2% 0 0;
  }
}
.no-mq .featured-content .views-view-grid .span4 {
  width: 31%;
  float: left;
  margin: 0 2% 0 0;
}
.featured-content .views-view-grid .span4 {
  text-align: center;
}

.node-featured-content.view-mode-compact_teaser .group-footer {
  border-top: 1px solid #989898;
}
.node-featured-content.view-mode-compact_teaser .field-name-field-link {
  min-height: 75px;
}
.node-featured-content.view-mode-compact_teaser .field-name-featured-content-social-link {
  text-align: right;
}
.node-featured-content.view-mode-compact_teaser .field-name-featured-content-social-link a {
  font-size: 1.5em;
  color: #989898;
}
.node-featured-content.view-mode-compact_teaser .field-name-featured-content-social-link a .icon {
  margin: 0 0 0 0.5em;
}

#block-views-featured-content-block {
  width: 70%;
  float: left;
}
#block-views-featured-content-block:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 1024px) {
  #block-views-featured-content-block {
    width: 100%;
    float: none;
  }
}
.no-mq #block-views-featured-content-block {
  width: 100%;
  float: none;
}

#block-views-featured-content-block-1 {
  margin-top: 30px;
}

@media (min-width: 641px) {
  .node-story #node_story_full_group_story_header {
    height: 219px;
  }
}
.no-mq .node-story #node_story_full_group_story_header {
  height: 219px;
}
.node-story #node_story_full_group_story_header h2 {
  max-width: 100%;
  border: 0 none;
  font-size: 25px;
  color: #fff !important;
}
.node-story #node_story_full_group_story_header .contrast-teaser--image img {
  width: 630px;
  max-width: 1000px;
}
@media (min-width: 641px) {
  .node-story #node_story_full_group_story_image {
    float: right;
  }
}
.no-mq .node-story #node_story_full_group_story_image {
  float: right;
}
.node-story.node-teaser {
  max-height: 255px;
  margin-bottom: 33px;
  overflow: hidden;
}
@media (min-width: 641px) and (max-width: 1024px) {
  .node-story.node-teaser {
    max-height: 300px;
  }
}
.no-mq .node-story.node-teaser {
  max-height: 300px;
}
@media (max-width: 640px) {
  .node-story.node-teaser {
    max-height: 100%;
  }
}
.no-mq .node-story.node-teaser {
  max-height: 100%;
}
.node-story.node-teaser .field-name-body {
  font-size: 14px;
  line-height: 1.57;
}
.node-story.node-teaser .field-name-node-link {
  font-size: 14px;
}
.node-story.node-teaser h2 {
  font-size: 20px !important;
}
.node-story #node_story_full_group_story_header {
  margin-bottom: 60px;
}
.node-story .group-authoring-header {
  margin: 0 auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 5px;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.47);
}
@media (min-width: 1025px) {
  .node-story .group-authoring-header {
    max-width: 65%;
  }
}
.no-mq .node-story .group-authoring-header {
  max-width: 65%;
}
.node-story .group-authoring-header h3 {
  display: none;
}
.node-story .group-authoring-header .field-name-author, .node-story .group-authoring-header .field-name-post-date, .node-story .group-authoring-header .label-inline {
  display: inline-block;
}
.node-story .group-authoring-header .field-name-author {
  margin-right: 15px;
}
@media (min-width: 1025px) {
  .node-story.view-mode-full .field h1, .node-story.view-mode-full .field h2, .node-story.view-mode-full .field h3, .node-story.view-mode-full .field h4, .node-story.view-mode-full .field h5, .node-story.view-mode-full .field h6, .node-story.view-mode-full .field p {
    max-width: 65%;
    margin: 20px auto;
  }
}
.no-mq .node-story.view-mode-full .field h1, .no-mq .node-story.view-mode-full .field h2, .no-mq .node-story.view-mode-full .field h3, .no-mq .node-story.view-mode-full .field h4, .no-mq .node-story.view-mode-full .field h5, .no-mq .node-story.view-mode-full .field h6, .no-mq .node-story.view-mode-full .field p {
  max-width: 65%;
  margin: 20px auto;
}
.node-story .group-story-header {
  margin-bottom: 1em;
}
.node-story .group-story-header:after {
  content: "";
  display: table;
  clear: both;
}
.node-story .group-story-content:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1025px) {
  .node-story .group-story-content {
    width: 100%;
  }
}
.no-mq .node-story .group-story-content {
  width: 100%;
}
.node-story .group-story-content img.large {
  margin: 40px 0;
}

.page-what-we-do-stories .region-highlighted {
  margin-bottom: 50px;
}

#views-exposed-form-stories-page {
  border: 4px solid #f6e3c1;
  padding: 20px;
  background-color: #fef8e9;
  margin-bottom: 20px;
}

@media (min-width: 1025px) {
  #block-views-exp-stories-page {
    margin-top: -20px;
  }
}
.no-mq #block-views-exp-stories-page {
  margin-top: -20px;
}
#block-views-exp-stories-page .views-exposed-widget {
  width: 100%;
  float: none;
  padding: 0;
}
#block-views-exp-stories-page .ajax-progress-throbber {
  display: none;
}

.view-stories.flexslider {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.view-stories.flexslider .flex-direction-nav a {
  opacity: 1;
  height: 100px;
  width: 50px;
  top: 45%;
}
.view-stories.flexslider .flex-direction-nav a:before {
  display: block;
  height: 100px;
  width: 50px;
  content: '';
}
.view-stories.flexslider .flex-prev {
  left: 0;
}
.view-stories.flexslider .flex-prev:before {
  background: url('../images/flexslider-prev.png?1425576376') top left no-repeat;
}
.view-stories.flexslider .flex-next {
  right: 0;
}
.view-stories.flexslider .flex-next:before {
  background: url('../images/flexslider-next.png?1425576376') top right no-repeat;
}

.field-name-field-related-posts .label-above {
  color: #c3850e;
  font-weight: bold;
  font-size: 18px;
  font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  margin-top: 40px;
}

.field-name-blog-terms i.icon.icon-inline {
  margin-top: 10px;
}
.field-name-blog-terms .has-icon {
  width: 90%;
}

.node-blog .field-name-title h2 {
  line-height: 28px;
  margin: 0;
}
.node-blog .field-name-title h2 a {
  font-size: 23px;
  font-weight: normal;
  text-decoration: none;
  color: #606a2e;
}
.node-blog .field-name-field-date {
  color: #999;
}
.node-blog .field-name-blog-terms {
  color: #999;
}
.node-blog .field-name-blog-terms a {
  color: #999;
}
.node-blog .field-name-blog-terms a:link {
  color: #999;
}
.node-blog.node-teaser {
  padding-top: 30px;
}
.node-blog.node-teaser .field-name-body img {
  display: none;
}
.node-blog.node-teaser .view-header {
  padding-bottom: 1px;
}
.node-blog.node-teaser .view-header p {
  line-height: 32px;
  font-size: 23px;
}
.node-blog.node-teaser .views-row {
  margin: 30px 0 50px;
}
.node-blog.node-teaser .group-left {
  max-width: 300px;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .node-blog.node-teaser .group-left {
    max-width: 100%;
    width: 100%;
    margin: 0;
    float: none;
  }
}
.no-mq .node-blog.node-teaser .group-left {
  max-width: 100%;
  width: 100%;
  margin: 0;
  float: none;
}
.node-blog.node-teaser .group-right {
  float: left !important;
}
@media (max-width: 1024px) {
  .node-blog.node-teaser .group-right {
    max-width: 100%;
    width: 100%;
    margin: 0;
    float: none;
  }
}
.no-mq .node-blog.node-teaser .group-right {
  max-width: 100%;
  width: 100%;
  margin: 0;
  float: none;
}
.node-blog.node-teaser .field-name-field-date {
  float: left;
  margin-right: 1em;
}

.blog-filter {
  margin: 30px 0;
}

.sidebar .view-id-Blog {
  padding-top: 0;
}

#block-views-blog-block-1.popular-posts {
  margin-bottom: 30px;
}
#block-views-blog-block-1.popular-posts ul {
  margin: 10px 0 0 0;
  padding: 0;
}
#block-views-blog-block-1.popular-posts li {
  width: 100%;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
#block-views-blog-block-1.popular-posts li a {
  text-decoration: none;
  color: #525449;
  display: block;
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 0;
}

.node-type-blog .node-blog {
  margin-top: 60px;
}
.node-type-blog .node-blog h2 {
  font-size: 28px;
  font-weight: normal;
}

#block-ds-extras-aside-header .field {
  margin-bottom: 10px;
  color: #8c8c8c;
}
#block-ds-extras-aside-header .field a {
  color: #8c8c8c;
  text-decoration: none;
}

.front #content {
  background: url(/sites/all/themes/wfwi/images/main-bg-texture.jpg) repeat;
  padding-bottom: 30px;
}

@media (max-width: 1024px) {
  .front .region-content-top .twitter-feed {
    display: none;
  }
}
.no-mq .front .region-content-top .twitter-feed {
  display: none;
}

.twitter-feed {
  float: left;
  width: 30%;
}
.twitter-feed iframe {
  width: 100%;
  max-height: 226px;
}

@media (max-width: 1024px) {
  .triptych #sponsor-text {
    width: 100% !important;
    float: none !important;
  }
}
.no-mq .triptych #sponsor-text {
  width: 100% !important;
  float: none !important;
}
@media (max-width: 1024px) {
  .triptych #sponsor-image img {
    display: none;
  }
}
.no-mq .triptych #sponsor-image img {
  display: none;
}
@media (max-width: 1024px) {
  .triptych #sponsor-image {
    float: none !important;
    width: 100% !important;
  }
}
.no-mq .triptych #sponsor-image {
  float: none !important;
  width: 100% !important;
}
.front .triptych {
  border-bottom: 9px solid #adb48a;
  padding-bottom: 20px;
}
@media (max-width: 640px) {
  .triptych .region {
    width: 100%;
    float: none;
  }
}
.no-mq .triptych .region {
  width: 100%;
  float: none;
}
.triptych .region p {
  padding-right: 20px;
}
.triptych .get-involved h2 {
  color: #444444;
  text-transform: uppercase;
  text-align: center;
}
.triptych .get-involved a {
  color: #0163d2;
  text-decoration: underline;
}
.triptych .mothers-day {
  text-align: center;
}
.triptych .mothers-day h2 {
  color: #606b2f;
  text-transform: uppercase;
}
.triptych .sponsor-a-sister h2 {
  color: #bf550c;
  text-transform: uppercase;
}
.triptych .sponsor-a-sister a.learn-more {
  display: inline-block;
  background: #b95000;
  text-align: center;
  padding: 5px;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  width: 100%;
  text-decoration: none;
}
.triptych .sponsor-a-sister .content {
  width: 68%;
  float: left;
}
@media (max-width: 1024px) {
  .triptych .sponsor-a-sister .content {
    width: 100%;
    float: none;
  }
}
.no-mq .triptych .sponsor-a-sister .content {
  width: 100%;
  float: none;
}
.triptych .sponsor-a-sister .content p {
  margin-top: 5px;
}
.triptych .sponsor-a-sister .image {
  width: 30%;
  float: right;
}
@media (max-width: 1024px) {
  .triptych .sponsor-a-sister .image {
    width: 100%;
    float: none;
  }
  .triptych .sponsor-a-sister .image img {
    display: none;
  }
}
.no-mq .triptych .sponsor-a-sister .image {
  width: 100%;
  float: none;
}
.no-mq .triptych .sponsor-a-sister .image img {
  display: none;
}
.triptych .sponsor-a-sister .image p {
  margin: 0;
}
.triptych .sponsor-a-sister .image a {
  text-decoration: none;
}

.front .region-highlighted {
  margin-bottom: 60px;
  height: 498px;
}
@media (max-width: 1024px) {
  .front .region-highlighted {
    height: auto;
  }
}
.no-mq .front .region-highlighted {
  height: auto;
}

@media (min-width: 1025px) {
  .view-stories ul .contrast-teaser--text {
    padding-left: 10%;
  }
}
.no-mq .view-stories ul .contrast-teaser--text {
  padding-left: 10%;
}
.view-stories ul .contrast-teaser--text h2 {
  letter-spacing: 8px;
}

.front .supporters {
  border-top: 1px solid #c6cacd;
  border-bottom: 1px solid #c6cacd;
  padding-bottom: 30px;
  width: 90%;
  margin: 0 auto 100px;
  max-width: 1300px;
  min-height: 352px;
  text-align: center;
}
@media (max-width: 1024px) {
  .front .supporters {
    border: 0;
  }
}
.no-mq .front .supporters {
  border: 0;
}
.front .supporters:after {
  position: relative;
  content: "";
  clear: both;
  width: 100%;
  min-height: 1%;
}
.front .supporters h2 {
  text-transform: uppercase;
  color: #85766f;
  font-size: 18px;
  font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  letter-spacing: 2px;
  font-weight: normal;
  padding: 5px 20px;
  background: #fff;
  display: inline-block;
  margin: 0 0 10px 0;
  top: -15px;
  position: relative;
}
.front .supporters h2 span {
  color: #000;
}
.front .supporters h3 {
  background: #fff;
  padding: 5px 20px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  color: #ff5b09;
  margin-top: 27px;
}
.front .supporters .image {
  float: left;
  width: 30%;
  margin-right: 3%;
}
.front .supporters .image img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .front .supporters .image {
    width: 100%;
    margin-bottom: 20px;
  }
}
.no-mq .front .supporters .image {
  width: 100%;
  margin-bottom: 20px;
}

.region-prefooter {
  margin-bottom: 5px;
}
.region-prefooter header h2, .region-prefooter header h2 a {
  color: #1d1d1d;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  width: 600px;
  margin: 0 auto;
  font-weight: normal;
  letter-spacing: 2.5px;
}
@media (max-width: 1024px) {
  .region-prefooter header h2, .region-prefooter header h2 a {
    width: 80%;
  }
}
.no-mq .region-prefooter header h2, .no-mq .region-prefooter header h2 a {
  width: 80%;
}
.region-prefooter #node_action_area_full_group_action_area_text {
  width: 600px;
  margin: 0 auto;
  float: none;
}
@media (max-width: 1024px) {
  .region-prefooter #node_action_area_full_group_action_area_text {
    width: 80%;
  }
}
.no-mq .region-prefooter #node_action_area_full_group_action_area_text {
  width: 80%;
}
.region-prefooter .node-action-area {
  min-height: 380px;
  margin-top: 60px;
}
.region-prefooter a.button {
  background-color: #de8d00;
  border: 0;
  font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  text-transform: uppercase;
  color: black !important;
  padding: 20px;
  text-decoration: none !important;
  display: inline-block;
  font-size: 19px;
  letter-spacing: 2.5px;
}
.region-prefooter .field-name-field-text-link a {
  color: #fff;
  text-decoration: underline;
  text-shadow: 0px 3px 16px #000;
  display: inline-block;
  margin-top: 30px;
}

.photo {
  text-align: center;
  margin: 50px 0;
}
.photo .full {
  width: 100%;
}
.photo .full img {
  max-width: 100%;
}

.main iframe {
  width: 100%;
  max-width: 640px;
}
.main h1 {
  font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-size: 44px;
  color: #fff;
  text-transform: uppercase;
}
.main h2 {
  font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-size: 36px;
  color: #5f6a2d;
}
.main h3 {
  font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-size: 20px;
  color: #c3840d;
}
.main h4 {
  font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-size: 17px;
  color: #606b2f;
}
.main h5 {
  font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-size: 13px;
  color: #51534a;
  text-transform: uppercase;
}
.main p {
  font-family: "Adelle", Georgia, "Times New Roman", "DejaVu Serif", serif;
  font-size: 16px;
  color: #454545;
}
.main ol, .main ul {
  font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-size: 16px;
  color: #454545;
}
.main a {
  color: #606b31;
}

#views-exposed-form-stories-page, #views-exposed-form-Blog-page {
  width: 100%;
  float: none;
}
#views-exposed-form-stories-page .form-type-select select, #views-exposed-form-Blog-page .form-type-select select {
  background: transparent;
  width: 268px;
  padding: 5px;
  font-size: 16px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 34px;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  color: #c3c992;
  outline: none;
}
#views-exposed-form-stories-page .form-type-select, #views-exposed-form-Blog-page .form-type-select {
  padding: 5px;
  position: relative;
  z-index: 0;
}
#views-exposed-form-stories-page .form-type-select:before, #views-exposed-form-Blog-page .form-type-select:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 30px;
  bottom: 7px;
  left: 0;
  background: #818657 url(/sites/all/themes/wfwi/images/bg-select.jpg) right 0 no-repeat;
  z-index: -1;
}

p.heading {
  line-height: 32px;
  font-size: 23px;
}
.view-mode-full p.large {
  line-height: 32px;
  font-size: 23px;
}

.field-name-field-statistics-heading {
  font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-size: 1.25em;
  line-height: 1.400;
  color: #c3840d;
  text-align: center;
  width: 100%;
  padding: 50px 0 0;
  font-weight: bold;
}

.field-name-field-statistics-content .country-statistic {
  padding: 0 40px 0px;
  position: relative;
  margin: 20px 0;
}
.field-name-field-statistics-content .country-statistic i.icon:before {
  font-size: 40px;
}
@media (min-width: 1025px) {
  .field-name-field-statistics-content .country-statistic {
    width: 33.3%;
    float: left;
    text-align: center;
    min-height: 100px;
  }
}
.no-mq .field-name-field-statistics-content .country-statistic {
  width: 33.3%;
  float: left;
  text-align: center;
  min-height: 100px;
}
.field-name-field-statistics-content .country-statistic:last-child:after {
  border: 0 none;
}
@media (min-width: 1025px) {
  .field-name-field-statistics-content .country-statistic:after {
    position: absolute;
    content: "";
    right: 0;
    height: 100%;
    border-right: 1px solid #cccccc;
    top: 0;
    width: 1px;
  }
}
.no-mq .field-name-field-statistics-content .country-statistic:after {
  position: absolute;
  content: "";
  right: 0;
  height: 100%;
  border-right: 1px solid #cccccc;
  top: 0;
  width: 1px;
}
@media (max-width: 1024px) {
  .field-name-field-statistics-content .country-statistic {
    width: 100%;
  }
}
.no-mq .field-name-field-statistics-content .country-statistic {
  width: 100%;
}
.field-name-field-statistics-content .country-statistic img {
  display: block;
  margin: 0 auto;
}

.region.sidebar iframe {
  width: 100%;
}
.region.sidebar .icon.icon-inline {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: .5em;
  vertical-align: middle;
}
.region.sidebar .icon-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.region.sidebar .has-icon {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  vertical-align: top;
}
.region.sidebar h2 {
  margin: 10px 0;
  font-size: 1.4em;
}
.region.sidebar h3 {
  font-size: 1.2em;
}
.region.sidebar h4 {
  margin: 10px 0;
  font-size: 1.15em;
}
.region.sidebar h5 {
  font-size: 1em;
}
.region.sidebar h6 {
  font-size: 1em;
}
.region.sidebar .photo {
  margin: 20px 0;
}
.region.sidebar a {
  color: #aa7c35;
}
.region.sidebar ul {
  list-style: none;
  padding: 0;
  font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-size: 14px;
  margin: 0;
}
.region.sidebar ul li {
  padding: 0;
}
.region.sidebar ul li span {
  color: #76795c;
  font-weight: bold;
}

#block-ds-extras-aside-header-person .field {
  padding: 5px 0;
  word-break: break-all;
}
#block-ds-extras-aside-header-person .label-above {
  font-weight: bold;
}

.field-name-field-related-links {
  border: 4px solid #f6e3c1;
  padding: 20px;
  background-color: #fef8e9;
  font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  margin-bottom: 30px;
  max-width: 320px;
}
.field-name-field-related-links .field-label {
  color: #444444;
  font-size: 18px;
  margin-bottom: 10px;
}
.field-name-field-related-links a {
  color: #ba9149;
  padding: 5px 0;
  display: block;
  font-size: 14px;
}

.content-header.campaigns:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1025px) {
  .content-header.campaigns {
    min-height: 430px;
  }
}
.no-mq .content-header.campaigns {
  min-height: 430px;
}
.content-header.campaigns img {
  box-shadow: 0px 1px 45px 0px rgba(0, 0, 0, 0.49);
  margin: 72px 0 0;
}
.content-header.campaigns h2 {
  color: #fff;
  text-transform: uppercase;
  font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-weight: normal;
  letter-spacing: 3px;
  font-size: 48px;
  margin: 60px 0 20px;
}
.content-header.campaigns .field-name-field-header-description {
  color: #fff;
  line-height: 27px;
  font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif;
}
.content-header.campaigns .field-name-field-link a {
  display: inline-block;
  background: #ed5b3d;
  border: 0;
  font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  text-transform: uppercase;
  color: white;
  padding: 0.8em 2.5em;
  height: 54px;
  text-decoration: none;
  font-size: 20px;
  margin: 20px 0;
}
@media (min-width: 1025px) {
  .content-header.campaigns .col-1, .content-header.campaigns .col-2 {
    float: left;
  }
}
.no-mq .content-header.campaigns .col-1, .no-mq .content-header.campaigns .col-2 {
  float: left;
}
@media (min-width: 1025px) {
  .content-header.campaigns .col-1 {
    width: 60%;
    padding-right: 60px;
  }
}
.no-mq .content-header.campaigns .col-1 {
  width: 60%;
  padding-right: 60px;
}
@media (max-width: 1024px) {
  .content-header.campaigns .col-1 {
    padding: 20px 0;
    width: 100%;
  }
  .content-header.campaigns .col-1 h2 {
    margin-top: 10px;
  }
}
.no-mq .content-header.campaigns .col-1 {
  padding: 20px 0;
  width: 100%;
}
.no-mq .content-header.campaigns .col-1 h2 {
  margin-top: 10px;
}
@media (min-width: 1025px) {
  .content-header.campaigns .col-2 {
    width: 40%;
  }
}
.no-mq .content-header.campaigns .col-2 {
  width: 40%;
}
@media (max-width: 1024px) {
  .content-header.campaigns .col-2 {
    display: none;
  }
}
.no-mq .content-header.campaigns .col-2 {
  display: none;
}

@media (min-width: 1025px) {
  .campaign-content.container {
    padding-top: 60px;
  }
}
.no-mq .campaign-content.container {
  padding-top: 60px;
}
@media (min-width: 1025px) {
  .campaign-content.container #column-1 {
    float: left;
    width: 70%;
    padding-right: 60px;
  }
}
.no-mq .campaign-content.container #column-1 {
  float: left;
  width: 70%;
  padding-right: 60px;
}
@media (min-width: 1025px) {
  .campaign-content.container #column-2 {
    float: left;
    width: 30%;
  }
}
.no-mq .campaign-content.container #column-2 {
  float: left;
  width: 30%;
}
@media (max-width: 640px) {
  .campaign-content.container #column-2 {
    margin: 30px 0;
  }
}
.no-mq .campaign-content.container #column-2 {
  margin: 30px 0;
}

#block-views-partnerships-block .views-row,
.view-view-what-we-do-featured-content .views-row {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 641px) {
  #block-views-partnerships-block .views-row,
  .view-view-what-we-do-featured-content .views-row {
    float: left;
    width: 31%;
    margin-right: 3.5%;
  }
}
.no-mq #block-views-partnerships-block .views-row, .no-mq
.view-view-what-we-do-featured-content .views-row {
  float: left;
  width: 31%;
  margin-right: 3.5%;
}
#block-views-partnerships-block .views-row:nth-child(3),
.view-view-what-we-do-featured-content .views-row:nth-child(3) {
  margin-right: 0;
}
#block-views-partnerships-block .views-row p,
.view-view-what-we-do-featured-content .views-row p {
  text-align: left;
}
#block-views-partnerships-block .field-name-node-link a,
.view-view-what-we-do-featured-content .field-name-node-link a {
  text-align: center;
  color: #c2860e !important;
  font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif !important;
  text-decoration: none;
  font-size: 14px;
  margin-top: 20px;
  display: inline-block;
}
#block-views-partnerships-block .field-name-field-summary,
.view-view-what-we-do-featured-content .field-name-field-summary {
  font-size: 14px;
  text-align: left;
}
#block-views-partnerships-block h2,
.view-view-what-we-do-featured-content h2 {
  text-transform: uppercase;
  font-size: 16px !important;
  width: 100%;
  text-align: center;
}

/* ICONS */
@font-face {
  font-family: 'EntypoRegular';
  src: url("/sites/all/themes/wfwi/fonts/entypo.eot");
  src: url("/sites/all/themes/wfwi/fonts/entypo.eot?#iefix") format("embedded-opentype"), url("/sites/all/themes/wfwi/fonts/entypo.woff") format("woff"), url("/sites/all/themes/wfwi/fonts/entypo.ttf") format("truetype"), url("/sites/all/themes/wfwi/fonts/entypo.svg#EntypoRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon {
  font-family: 'EntypoRegular';
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  line-height: 0;
  margin-right: 1em;
}
.icon:before {
  font-family: "EntypoRegular" !important;
}
.icon.new, .icon.warning {
  color: inherit;
}

.icon.note:before {
  content: "\266a";
}

/* '\266a' */
.icon.note-beamed:before {
  content: "\266b";
}

/* '\266b' */
.icon.music:before {
  content: "🎵";
}

/* '\1f3b5' */
.icon.search:before {
  content: "🔍";
}

/* '\1f50d' */
.icon.flashlight:before {
  content: "🔦";
}

/* '\1f526' */
.icon.mail:before {
  content: "\2709";
}

/* '\2709' */
.icon.heart:before {
  content: "\2665";
}

/* '\2665' */
.icon.heart-empty:before {
  content: "\2661";
}

/* '\2661' */
.icon.star:before {
  content: "\2605";
}

/* '\2605' */
.icon.star-empty:before {
  content: "\2606";
}

/* '\2606' */
.icon.user:before {
  content: "👤";
}

/* '\1f464' */
.icon.users:before {
  content: "👥";
}

/* '\1f465' */
.icon.user-add:before {
  content: "\e700";
}

/* '\e700' */
.icon.video:before {
  content: "🎬";
}

/* '\1f3ac' */
.icon.picture:before {
  content: "🌄";
}

/* '\1f304' */
.icon.camera:before {
  content: "📷";
}

/* '\1f4f7' */
.icon.layout:before {
  content: "\268f";
}

/* '\268f' */
.icon.menu:before {
  content: "\2630";
}

/* '\2630' */
.icon.check:before {
  content: "\2713";
}

/* '\2713' */
.icon.cancel:before {
  content: "\2715";
}

/* '\2715' */
.icon.cancel-circled:before {
  content: "\2716";
}

/* '\2716' */
.icon.cancel-squared:before {
  content: "\274e";
}

/* '\274e' */
.icon.plus:before {
  content: "\2b";
}

/* '\2b' */
.icon.plus-circled:before {
  content: "\2795";
}

/* '\2795' */
.icon.plus-squared:before {
  content: "\229e";
}

/* '\229e' */
.icon.minus:before {
  content: "\2d";
}

/* '\2d' */
.icon.minus-circled:before {
  content: "\2796";
}

/* '\2796' */
.icon.minus-squared:before {
  content: "\229f";
}

/* '\229f' */
.icon.help:before {
  content: "\2753";
}

/* '\2753' */
.icon.help-circled:before {
  content: "\e704";
}

/* '\e704' */
.icon.info:before {
  content: "\2139";
}

/* '\2139' */
.icon.info-circled:before {
  content: "\e705";
}

/* '\e705' */
.icon.back:before {
  content: "🔙";
}

/* '\1f519' */
.icon.home:before {
  content: "\2302";
}

/* '\2302' */
.icon.link:before {
  content: "🔗";
}

/* '\1f517' */
.icon.attach:before {
  content: "📎";
}

/* '\1f4ce' */
.icon.lock:before {
  content: "🔒";
}

/* '\1f512' */
.icon.lock-open:before {
  content: "🔓";
}

/* '\1f513' */
.icon.eye:before {
  content: "\e70a";
}

/* '\e70a' */
.icon.tag:before {
  content: "\e70c";
}

/* '\e70c' */
.icon.bookmark:before {
  content: "🔖";
}

/* '\1f516' */
.icon.bookmarks:before {
  content: "📑";
}

/* '\1f4d1' */
.icon.flag:before {
  content: "\2691";
}

/* '\2691' */
.icon.thumbs-up:before {
  content: "👍";
}

/* '\1f44d' */
.icon.thumbs-down:before {
  content: "👎";
}

/* '\1f44e' */
.icon.download:before {
  content: "📥";
}

/* '\1f4e5' */
.icon.upload:before {
  content: "📤";
}

/* '\1f4e4' */
.icon.upload-cloud:before {
  content: "\e711";
}

/* '\e711' */
.icon.reply:before {
  content: "\e712";
}

/* '\e712' */
.icon.reply-all:before {
  content: "\e713";
}

/* '\e713' */
.icon.forward:before {
  content: "\27a6";
}

/* '\27a6' */
.icon.quote:before {
  content: "\275e";
}

/* '\275e' */
.icon.code:before {
  content: "\e714";
}

/* '\e714' */
.icon.export:before {
  content: "\e715";
}

/* '\e715' */
.icon.pencil:before {
  content: "\270e";
}

/* '\270e' */
.icon.feather:before {
  content: "\2712";
}

/* '\2712' */
.icon.print:before {
  content: "\e716";
}

/* '\e716' */
.icon.retweet:before {
  content: "\e717";
}

/* '\e717' */
.icon.keyboard:before {
  content: "\2328";
}

/* '\2328' */
.icon.comment:before {
  content: "\e718";
}

/* '\e718' */
.icon.chat:before {
  content: "\e720";
}

/* '\e720' */
.icon.bell:before {
  content: "🔔";
}

/* '\1f514' */
.icon.attention:before {
  content: "\26a0";
}

/* '\26a0' */
.icon.alert:before {
  content: "💥";
}

/* '\1f4a5' */
.icon.vcard:before {
  content: "\e722";
}

/* '\e722' */
.icon.address:before {
  content: "\e723";
}

/* '\e723' */
.icon.location:before {
  content: "\e724";
}

/* '\e724' */
.icon.map:before {
  content: "\e727";
}

/* '\e727' */
.icon.direction:before {
  content: "\27a2";
}

/* '\27a2' */
.icon.compass:before {
  content: "\e728";
}

/* '\e728' */
.icon.cup:before {
  content: "\2615";
}

/* '\2615' */
.icon.trash:before {
  content: "\e729";
}

/* '\e729' */
.icon.doc:before {
  content: "\e730";
}

/* '\e730' */
.icon.docs:before {
  content: "\e736";
}

/* '\e736' */
.icon.doc-landscape:before {
  content: "\e737";
}

/* '\e737' */
.icon.doc-text:before {
  content: "📄";
}

/* '\1f4c4' */
.icon.doc-text-inv:before {
  content: "\e731";
}

/* '\e731' */
.icon.newspaper:before {
  content: "📰";
}

/* '\1f4f0' */
.icon.book-open:before {
  content: "📖";
}

/* '\1f4d6' */
.icon.book:before {
  content: "📕";
}

/* '\1f4d5' */
.icon.folder:before {
  content: "📁";
}

/* '\1f4c1' */
.icon.archive:before {
  content: "\e738";
}

/* '\e738' */
.icon.box:before {
  content: "📦";
}

/* '\1f4e6' */
.icon.rss:before {
  content: "\e73a";
}

/* '\e73a' */
.icon.phone:before {
  content: "📞";
}

/* '\1f4de' */
.icon.cog:before {
  content: "\2699";
}

/* '\2699' */
.icon.tools:before {
  content: "\2692";
}

/* '\2692' */
.icon.share:before {
  content: "\e73c";
}

/* '\e73c' */
.icon.shareable:before {
  content: "\e73e";
}

/* '\e73e' */
.icon.basket:before {
  content: "\e73d";
}

/* '\e73d' */
.icon.bag:before {
  content: "👜";
}

/* '\1f45c' */
.icon.calendar:before {
  content: "📅";
}

/* '\1f4c5' */
.icon.login:before {
  content: "\e740";
}

/* '\e740' */
.icon.logout:before {
  content: "\e741";
}

/* '\e741' */
.icon.mic:before {
  content: "🎤";
}

/* '\1f3a4' */
.icon.mute:before {
  content: "🔇";
}

/* '\1f507' */
.icon.sound:before {
  content: "🔊";
}

/* '\1f50a' */
.icon.volume:before {
  content: "\e742";
}

/* '\e742' */
.icon.clock:before {
  content: "🕔";
}

/* '\1f554' */
.icon.hourglass:before {
  content: "\23f3";
}

/* '\23f3' */
.icon.lamp:before {
  content: "💡";
}

/* '\1f4a1' */
.icon.light-down:before {
  content: "🔅";
}

/* '\1f505' */
.icon.light-up:before {
  content: "🔆";
}

/* '\1f506' */
.icon.adjust:before {
  content: "\25d1";
}

/* '\25d1' */
.icon.block:before {
  content: "🚫";
}

/* '\1f6ab' */
.icon.resize-full:before {
  content: "\e744";
}

/* '\e744' */
.icon.resize-small:before {
  content: "\e746";
}

/* '\e746' */
.icon.popup:before {
  content: "\e74c";
}

/* '\e74c' */
.icon.publish:before {
  content: "\e74d";
}

/* '\e74d' */
.icon.window:before {
  content: "\e74e";
}

/* '\e74e' */
.icon.arrow-combo:before {
  content: "\e74f";
}

/* '\e74f' */
.icon.down-circled:before {
  content: "\e758";
}

/* '\e758' */
.icon.left-circled:before {
  content: "\e759";
}

/* '\e759' */
.icon.right-circled:before {
  content: "\e75a";
}

/* '\e75a' */
.icon.up-circled:before {
  content: "\e75b";
}

/* '\e75b' */
.icon.down-open:before {
  content: "\e75c";
}

/* '\e75c' */
.icon.left-open:before {
  content: "\e75d";
}

/* '\e75d' */
.icon.right-open:before {
  content: "\e75e";
}

/* '\e75e' */
.icon.up-open:before {
  content: "\e75f";
}

/* '\e75f' */
.icon.down-open-mini:before {
  content: "\e760";
}

/* '\e760' */
.icon.left-open-mini:before {
  content: "\e761";
}

/* '\e761' */
.icon.right-open-mini:before {
  content: "\e762";
}

/* '\e762' */
.icon.up-open-mini:before {
  content: "\e763";
}

/* '\e763' */
.icon.down-open-big:before {
  content: "\e764";
}

/* '\e764' */
.icon.left-open-big:before {
  content: "\e765";
}

/* '\e765' */
.icon.right-open-big:before {
  content: "\e766";
}

/* '\e766' */
.icon.up-open-big:before {
  content: "\e767";
}

/* '\e767' */
.icon.down:before {
  content: "\2b07";
}

/* '\2b07' */
.icon.left:before {
  content: "\2b05";
}

/* '\2b05' */
.icon.right:before {
  content: "\27a1";
}

/* '\27a1' */
.icon.up:before {
  content: "\2b06";
}

/* '\2b06' */
.icon.down-dir:before {
  content: "\25be";
}

/* '\25be' */
.icon.left-dir:before {
  content: "\25c2";
}

/* '\25c2' */
.icon.right-dir:before {
  content: "\25b8";
}

/* '\25b8' */
.icon.up-dir:before {
  content: "\25b4";
}

/* '\25b4' */
.icon.down-bold:before {
  content: "\e4b0";
}

/* '\e4b0' */
.icon.left-bold:before {
  content: "\e4ad";
}

/* '\e4ad' */
.icon.right-bold:before {
  content: "\e4ae";
}

/* '\e4ae' */
.icon.up-bold:before {
  content: "\e4af";
}

/* '\e4af' */
.icon.down-thin:before {
  content: "\2193";
}

/* '\2193' */
.icon.left-thin:before {
  content: "\2190";
}

/* '\2190' */
.icon.right-thin:before {
  content: "\2192";
}

/* '\2192' */
.icon.up-thin:before {
  content: "\2191";
}

/* '\2191' */
.icon.ccw:before {
  content: "\27f2";
}

/* '\27f2' */
.icon.cw:before {
  content: "\27f3";
}

/* '\27f3' */
.icon.arrows-ccw:before {
  content: "🔄";
}

/* '\1f504' */
.icon.level-down:before {
  content: "\21b3";
}

/* '\21b3' */
.icon.level-up:before {
  content: "\21b0";
}

/* '\21b0' */
.icon.shuffle:before {
  content: "🔀";
}

/* '\1f500' */
.icon.loop:before {
  content: "🔁";
}

/* '\1f501' */
.icon.switch:before {
  content: "\21c6";
}

/* '\21c6' */
.icon.play:before {
  content: "\25b6";
}

/* '\25b6' */
.icon.stop:before {
  content: "\25a0";
}

/* '\25a0' */
.icon.pause:before {
  content: "\2389";
}

/* '\2389' */
.icon.record:before {
  content: "\26ab";
}

/* '\26ab' */
.icon.to-end:before {
  content: "\23ed";
}

/* '\23ed' */
.icon.to-start:before {
  content: "\23ee";
}

/* '\23ee' */
.icon.fast-forward:before {
  content: "\23e9";
}

/* '\23e9' */
.icon.fast-backward:before {
  content: "\23ea";
}

/* '\23ea' */
.icon.progress-0:before {
  content: "\e768";
}

/* '\e768' */
.icon.progress-1:before {
  content: "\e769";
}

/* '\e769' */
.icon.progress-2:before {
  content: "\e76a";
}

/* '\e76a' */
.icon.progress-3:before {
  content: "\e76b";
}

/* '\e76b' */
.icon.target:before {
  content: "🎯";
}

/* '\1f3af' */
.icon.palette:before {
  content: "🎨";
}

/* '\1f3a8' */
.icon.list:before {
  content: "\e005";
}

/* '\e005' */
.icon.list-add:before {
  content: "\e003";
}

/* '\e003' */
.icon.signal:before {
  content: "📶";
}

/* '\1f4f6' */
.icon.trophy:before {
  content: "🏆";
}

/* '\1f3c6' */
.icon.battery:before {
  content: "🔋";
}

/* '\1f50b' */
.icon.back-in-time:before {
  content: "\e771";
}

/* '\e771' */
.icon.monitor:before {
  content: "💻";
}

/* '\1f4bb' */
.icon.mobile:before {
  content: "📱";
}

/* '\1f4f1' */
.icon.network:before {
  content: "\e776";
}

/* '\e776' */
.icon.cd:before {
  content: "💿";
}

/* '\1f4bf' */
.icon.inbox:before {
  content: "\e777";
}

/* '\e777' */
.icon.install:before {
  content: "\e778";
}

/* '\e778' */
.icon.globe:before {
  content: "🌎";
}

/* '\1f30e' */
.icon.cloud:before {
  content: "\2601";
}

/* '\2601' */
.icon.cloud-thunder:before {
  content: "\26c8";
}

/* '\26c8' */
.icon.flash:before {
  content: "\26a1";
}

/* '\26a1' */
.icon.moon:before {
  content: "\263d";
}

/* '\263d' */
.icon.flight:before {
  content: "\2708";
}

/* '\2708' */
.icon.paper-plane:before {
  content: "\e79b";
}

/* '\e79b' */
.icon.leaf:before {
  content: "🍂";
}

/* '\1f342' */
.icon.lifebuoy:before {
  content: "\e788";
}

/* '\e788' */
.icon.mouse:before {
  content: "\e789";
}

/* '\e789' */
.icon.briefcase:before {
  content: "💼";
}

/* '\1f4bc' */
.icon.suitcase:before {
  content: "\e78e";
}

/* '\e78e' */
.icon.dot:before {
  content: "\e78b";
}

/* '\e78b' */
.icon.dot-2:before {
  content: "\e78c";
}

/* '\e78c' */
.icon.dot-3:before {
  content: "\e78d";
}

/* '\e78d' */
.icon.brush:before {
  content: "\e79a";
}

/* '\e79a' */
.icon.magnet:before {
  content: "\e7a1";
}

/* '\e7a1' */
.icon.infinity:before {
  content: "\221e";
}

/* '\221e' */
.icon.erase:before {
  content: "\232b";
}

/* '\232b' */
.icon.chart-pie:before {
  content: "\e751";
}

/* '\e751' */
.icon.chart-line:before {
  content: "📈";
}

/* '\1f4c8' */
.icon.chart-bar:before {
  content: "📊";
}

/* '\1f4ca' */
.icon.chart-area:before {
  content: "🔾";
}

/* '\1f53e' */
.icon.tape:before {
  content: "\2707";
}

/* '\2707' */
.icon.graduation-cap:before {
  content: "🎓";
}

/* '\1f393' */
.icon.language:before {
  content: "\e752";
}

/* '\e752' */
.icon.ticket:before {
  content: "🎫";
}

/* '\1f3ab' */
.icon.water:before {
  content: "💦";
}

/* '\1f4a6' */
.icon.droplet:before {
  content: "💧";
}

/* '\1f4a7' */
.icon.air:before {
  content: "\e753";
}

/* '\e753' */
.icon.credit-card:before {
  content: "💳";
}

/* '\1f4b3' */
.icon.floppy:before {
  content: "💾";
}

/* '\1f4be' */
.icon.clipboard:before {
  content: "📋";
}

/* '\1f4cb' */
.icon.megaphone:before {
  content: "📣";
}

/* '\1f4e3' */
.icon.database:before {
  content: "\e754";
}

/* '\e754' */
.icon.drive:before {
  content: "\e755";
}

/* '\e755' */
.icon.bucket:before {
  content: "\e756";
}

/* '\e756' */
.icon.thermometer:before {
  content: "\e757";
}

/* '\e757' */
.icon.key:before {
  content: "🔑";
}

/* '\1f511' */
.icon.flow-cascade:before {
  content: "\e790";
}

/* '\e790' */
.icon.flow-branch:before {
  content: "\e791";
}

/* '\e791' */
.icon.flow-tree:before {
  content: "\e792";
}

/* '\e792' */
.icon.flow-line:before {
  content: "\e793";
}

/* '\e793' */
.icon.flow-parallel:before {
  content: "\e794";
}

/* '\e794' */
.icon.rocket:before {
  content: "🚀";
}

/* '\1f680' */
.icon.gauge:before {
  content: "\e7a2";
}

/* '\e7a2' */
.icon.traffic-cone:before {
  content: "\e7a3";
}

/* '\e7a3' */
.icon.cc:before {
  content: "\e7a5";
}

/* '\e7a5' */
.icon.cc-by:before {
  content: "\e7a6";
}

/* '\e7a6' */
.icon.cc-nc:before {
  content: "\e7a7";
}

/* '\e7a7' */
.icon.cc-nc-eu:before {
  content: "\e7a8";
}

/* '\e7a8' */
.icon.cc-nc-jp:before {
  content: "\e7a9";
}

/* '\e7a9' */
.icon.cc-sa:before {
  content: "\e7aa";
}

/* '\e7aa' */
.icon.cc-nd:before {
  content: "\e7ab";
}

/* '\e7ab' */
.icon.cc-pd:before {
  content: "\e7ac";
}

/* '\e7ac' */
.icon.cc-zero:before {
  content: "\e7ad";
}

/* '\e7ad' */
.icon.cc-share:before {
  content: "\e7ae";
}

/* '\e7ae' */
.icon.cc-remix:before {
  content: "\e7af";
}

/* '\e7af' */
.icon.github:before {
  content: "\f300";
}

/* '\f300' */
.icon.github-circled:before {
  content: "\f301";
}

/* '\f301' */
.icon.flickr:before {
  content: "\f303";
}

/* '\f303' */
.icon.flickr-circled:before {
  content: "\f304";
}

/* '\f304' */
.icon.vimeo:before {
  content: "\f306";
}

/* '\f306' */
.icon.vimeo-circled:before {
  content: "\f307";
}

/* '\f307' */
.icon.twitter:before {
  content: "\f309";
}

/* '\f309' */
.icon.twitter-circled:before {
  content: "\f30a";
}

/* '\f30a' */
.icon.facebook:before {
  content: "\f30c";
}

/* '\f30c' */
.icon.facebook-circled:before {
  content: "\f30d";
}

/* '\f30d' */
.icon.facebook-squared:before {
  content: "\f30e";
}

/* '\f30e' */
.icon.gplus:before {
  content: "\f30f";
}

/* '\f30f' */
.icon.gplus-circled:before {
  content: "\f310";
}

/* '\f310' */
.icon.pinterest:before {
  content: "\f312";
}

/* '\f312' */
.icon.pinterest-circled:before {
  content: "\f313";
}

/* '\f313' */
.icon.tumblr:before {
  content: "\f315";
}

/* '\f315' */
.icon.tumblr-circled:before {
  content: "\f316";
}

/* '\f316' */
.icon.linkedin:before {
  content: "\f318";
}

/* '\f318' */
.icon.linkedin-circled:before {
  content: "\f319";
}

/* '\f319' */
.icon.dribbble:before {
  content: "\f31b";
}

/* '\f31b' */
.icon.dribbble-circled:before {
  content: "\f31c";
}

/* '\f31c' */
.icon.stumbleupon:before {
  content: "\f31e";
}

/* '\f31e' */
.icon.stumbleupon-circled:before {
  content: "\f31f";
}

/* '\f31f' */
.icon.lastfm:before {
  content: "\f321";
}

/* '\f321' */
.icon.lastfm-circled:before {
  content: "\f322";
}

/* '\f322' */
.icon.rdio:before {
  content: "\f324";
}

/* '\f324' */
.icon.rdio-circled:before {
  content: "\f325";
}

/* '\f325' */
.icon.spotify:before {
  content: "\f327";
}

/* '\f327' */
.icon.spotify-circled:before {
  content: "\f328";
}

/* '\f328' */
.icon.qq:before {
  content: "\f32a";
}

/* '\f32a' */
.icon.instagram:before {
  content: "\f32d";
}

/* '\f32d' */
.icon.dropbox:before {
  content: "\f330";
}

/* '\f330' */
.icon.evernote:before {
  content: "\f333";
}

/* '\f333' */
.icon.flattr:before {
  content: "\f336";
}

/* '\f336' */
.icon.skype:before {
  content: "\f339";
}

/* '\f339' */
.icon.skype-circled:before {
  content: "\f33a";
}

/* '\f33a' */
.icon.renren:before {
  content: "\f33c";
}

/* '\f33c' */
.icon.sina-weibo:before {
  content: "\f33f";
}

/* '\f33f' */
.icon.paypal:before {
  content: "\f342";
}

/* '\f342' */
.icon.picasa:before {
  content: "\f345";
}

/* '\f345' */
.icon.soundcloud:before {
  content: "\f348";
}

/* '\f348' */
.icon.mixi:before {
  content: "\f34b";
}

/* '\f34b' */
.icon.behance:before {
  content: "\f34e";
}

/* '\f34e' */
.icon.google-circles:before {
  content: "\f351";
}

/* '\f351' */
.icon.vkontakte:before {
  content: "\f354";
}

/* '\f354' */
.icon.smashing:before {
  content: "\f357";
}

/* '\f357' */
.icon.sweden:before {
  content: "\f601";
}

/* '\f601' */
.icon.db-shape:before {
  content: "\f600";
}

/* '\f600' */
.icon.logo-db:before {
  content: "\f603";
}

/* '\f603' */
#sliding-popup {
  border-bottom: 5px solid rgba(0, 0, 0, 0.28);
  box-shadow: inset 0px 0px 20px 10px rgba(255, 255, 255, 0.07);
}
#sliding-popup:after {
  content: "";
  display: table;
  clear: both;
}
#sliding-popup.sliding-popup-top {
  background: #929292;
}
#sliding-popup .popup-content #popup-text h2 {
  font-size: 20px;
}
#sliding-popup .popup-content #popup-text p {
  font-size: 14px;
  padding-top: 16px;
  padding-bottom: 9px;
  font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif;
}
#sliding-popup .popup-content #popup-buttons button {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-size: 14px;
  height: 30px;
  padding: 0 10px;
}

.node-person.view-mode-compact_teaser {
  text-align: center;
}
.node-person.view-mode-compact_teaser .field-name-title h3 {
  font-weight: normal;
  font-size: 1.1em;
  font-family: "Adelle", Georgia, "Times New Roman", "DejaVu Serif", serif;
  margin: 0.3em 0;
}
.node-person.view-mode-compact_teaser .field-name-field-title {
  font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  text-transform: uppercase;
  padding: 0 1em;
}

.node-type-person .connect {
  background-color: #fcf5eb;
  padding: 1.9em;
}
.node-type-person .connect:after {
  content: "";
  display: table;
  clear: both;
}
.node-type-person .connect > h2 {
  margin-top: 0;
}
.node-type-person .connect .field {
  margin-bottom: 1em;
  font-size: 0.95em;
}
.node-type-person .connect .field-label {
  font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
.node-type-person .connect .field-items {
  color: #bbb;
}
.node-type-person .connect .field-items p {
  margin-top: 0;
  line-height: 1.2;
}
.node-type-person .connect a {
  text-decoration: none;
}
.node-type-person .connect a:link, .node-type-person .connect a:visited {
  color: #bbb;
}

#block-views-people-block > .contextual-links-wrapper {
  top: -10px;
  right: -10px;
}

.view-People.view-display-id-block .row-fluid {
  padding: 0 0 2em 0;
}

#block-views-people-block h2.block__title,
#block-views-people-block-1 h2.block__title {
  font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-size: 20px;
  color: #c3840d;
  margin-bottom: 20px;
}
#block-views-people-block .field-name-field-title,
#block-views-people-block-1 .field-name-field-title {
  font-size: 14px;
}

.operations {
  background: #606b2f;
  color: #D5DFAA;
  padding: 40px 0;
}
@media (min-width: 1025px) {
  .operations {
    background: #606b2f url(/sites/all/themes/wfwi/images/map.png) no-repeat right 0;
  }
}
.no-mq .operations {
  background: #606b2f url(/sites/all/themes/wfwi/images/map.png) no-repeat right 0;
}
.operations:after {
  content: "";
  display: table;
  clear: both;
}
.operations p {
  font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-size: 12px;
}
.operations h2 {
  color: #fff;
  font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  border-bottom: 1px solid #7F8A4E;
  margin-bottom: 10px;
  font-size: 26px;
  display: inline-block;
  padding: 0 20px 10px 0;
}
@media (min-width: 1025px) {
  .operations .view-header {
    float: left;
    width: 30%;
    max-width: 200px;
  }
}
.no-mq .operations .view-header {
  float: left;
  width: 30%;
  max-width: 200px;
}
@media (min-width: 1025px) {
  .operations .view-content {
    float: left;
    width: 70%;
    max-width: 400px;
  }
}
.no-mq .operations .view-content {
  float: left;
  width: 70%;
  max-width: 400px;
}
.operations ul {
  list-style: none;
  color: #F6C664;
  margin-top: 5px;
}
@media (max-width: 1024px) {
  .operations ul {
    padding-left: 0;
  }
}
.no-mq .operations ul {
  padding-left: 0;
}
.operations ul a {
  color: #F6C664;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 5px 0;
  border-bottom: 1px solid #667942;
  font-weight: bold;
  font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  background: url(/sites/all/themes/wfwi/images/country-list-arrow.png) no-repeat right center;
  font-size: 14px;
}

/** DESIGN STUDIO EDIT **/
.DS_grid {
  width: 100%;
  margin: 0 auto;
}

.DS_grid:after {
  /* Or @extend clearfix */
  content: "";
  display: table;
  clear: both;
}

[class^='DS_wwd_grid_'] {
  float: left;
}

.DS_wwd_grid_1_3 {
  width: 33%;
  position: relative;
}

.DS_wwd_grid_2_3 {
  width: 66%;
}

.DS_wwd_grid_1_4 {
  width: 24%;
}

.DS_wwd_grid_1_2 {
  width: 50%;
}

.DS_wwd_grid_text {
  width: 45%;
}

.DS_wwd_grid_map {
  width: 55%;
}

#DS_wwd_wrap p {
  font-family: "Gotham SSm B",Helvetica,Arial,"Nimbus Sans L",sans-serif;
}

.DS_btf_content {
  border-right: 2px solid #eee;
  padding-right: 45px;
}

.DS_btf_sidebar {
  padding-left: 45px;
}

#DS_wwd_wrap .field-label {
  display: none;
}

.DS_wwd_grid_1_3 .play {
  display: block;
  background: url("/sites/all/themes/wfwi/images/play-button.png") no-repeat center;
  position: absolute;
  top: 60px;
  left: 130px;
  width: 150px;
  height: 120px;
}

.DS_wwd_map {
  background: #606b2f;
  width: 100%;
  height: 403px;
}

.DS_wwd_map hr {
  color: #7f8a4e;
  background: #7f8a4e;
  border: 1px #7f8a4e solid;
}

.DS_wwd_map h2 {
  color: #fff;
  font-size: 29px;
  line-height: 35px;
}

.DS_wwd_map p {
  color: #e4eeb8;
  font-size: 13px;
}

.DS_wwd_map ul li {
  list-style: none;
  border-bottom: 1px solid #667843;
  padding: 5px 10px 5px 0px;
  font-weight: bold;
  font-size: 14px;
  background: url("/sites/all/themes/wfwi/images/wwd_arrow.jpg") no-repeat 100% 50%;
}

.DS_wwd_map ul li a {
  color: #f8c564 !important;
  text-decoration: none;
}

.DS_right {
  float: right;
}

.DS_main {
  float: left;
  margin-left: 0px;
  margin-right: 0px;
  clear: none;
  width: 69.7%;
  padding-right: 30px;
}

#DS_wwd_wrap .l-aside p {
  font-size: 14px;
}

.DS_m_img {
  padding: 30px 0px;
}

.DS_sbleft {
  padding: 0 10px 0 0;
  text-align: center;
}

.DS_sbmiddle {
  padding: 0 5px 0 5px;
  text-align: center;
}

.DS_sbright {
  padding: 0 0 0 10px;
  text-align: center;
}

#DS_wwd_wrap .node-action-area {
  height: 400px;
}

#DS_wwd_wrap a {
  color: #7f8a4e;
}

#DS_wwd_wrap h4 {
  line-height: 0;
}

.DS_sbright p, .DS_sbmiddle p, .DS_sbleft p {
  padding: 0 10px;
  font-size: 14px;
}

.DS_sbright a, .DS_sbmiddle a, .DS_sbleft a {
  color: #da9003 !important;
  text-decoration: none;
  font-weight: bold;
}

#DS_wwd_wrap .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 40px;
}

#DS_wwd_wrap .video-container iframe,
#DS_wwd_wrap .video-container object,
#DS_wwd_wrap .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#DS_wwd_wrap a.button {
  background-color: #DE8D00;
  border: 0px none;
  text-transform: uppercase;
  color: #000 !important;
  padding: 20px;
  text-decoration: none !important;
  display: inline-block;
  font-size: 19px;
  letter-spacing: 2.5px;
}

#DS_wwd_wrap .field-name-field-text-link a {
  color: #fff;
  text-decoration: underline;
  text-shadow: 0px 3px 16px #000;
  display: inline-block;
  margin-top: 30px;
}

#DS_wwd_wrap .node-title {
  color: #1D1D1D;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: "Gotham SSm B",Helvetica,Arial,"Nimbus Sans L",sans-serif;
  width: 600px;
  margin: 0px auto;
  font-weight: normal;
  letter-spacing: 2.5px;
}

.moretext {
  height: 300px;
}

.map {
  background: url("/sites/all/themes/wfwi/images/wfwi_new_map.jpg") no-repeat;
  width: 100%;
  height: 402px;
  position: relative;
}

.pin {
  background: url("/sites/all/themes/wfwi/images/pin_off.png") no-repeat;
  width: 55px;
  height: 73px;
}

.pin:hover, .phover {
  background: url("/sites/all/themes/wfwi/images/pin_on.png") no-repeat;
  width: 55px;
  height: 73px;
  cursor: pointer;
}

#bosnia {
  z-index: 10;
  position: absolute;
  top: 36px;
  left: 155px;
}

#kosovo {
  z-index: 12;
  position: absolute;
  top: 60px;
  left: 190px;
}

#iraq {
  z-index: 13;
  position: absolute;
  top: 105px;
  left: 295px;
}

#afganistan {
  z-index: 13;
  position: absolute;
  top: 105px;
  left: 385px;
}

#congo {
  z-index: 13;
  position: absolute;
  top: 185px;
  left: 220px;
}

#nigeria {
  z-index: 13;
  position: absolute;
  top: 235px;
  left: 90px;
}

#sudan {
  z-index: 13;
  position: absolute;
  top: 280px;
  left: 240px;
}

#rawanda {
  z-index: 13;
  position: absolute;
  top: 310px;
  left: 210px;
}

.linkus:hover, .lhover {
  -webkit-stroke-width: 5.3px;
  -webkit-stroke-color: #FFFFFF;
  -webkit-fill-color: #FFFFFF;
  text-shadow: 1px 0px 20px yellow;
  -webkit-transition: width 0.3s;
  /*Safari & Chrome*/
  transition: width 0.3s;
  -moz-transition: width 0.3s;
  /* Firefox 4 */
  -o-transition: width 0.3s;
  /* Opera */
}

.DS_wwd_map_text {
  float: right;
  width: 580px;
  min-width: 200px;
  padding-right: 40px;
}

#DS_wwd_map_list {
  margin: 5px 0;
}

@media screen and (max-width: 1025px) {
  .DS_main {
    width: 100%;
    float: none;
    clear: both;
  }

  #DS_wwd_wrap ul {
    padding: 0;
  }

  .DS_wwd_grid_1_3, .DS_wwd_grid_2_3, .DS_wwd_grid_1_2, .DS_wwd_grid_map, .DS_wwd_grid_text {
    width: 100%;
    margin: 0 auto;
  }

  .DS_wwd_grid_map {
    display: none;
  }

  .DS_wwd_map {
    height: auto;
  }

  .DS_btf_content {
    border: none;
  }

  .DS_btf_sidebar {
    padding: 0;
  }

  #DS_wwd_wrap .play {
    left: 40%;
  }

  #DS_wwd_wrap .node-title {
    width: 100%;
    margin: 0px auto;
  }

  .DS_wwd_map_text {
    float: none;
    width: 100%;
    padding-right: 0;
    margin: 0 auto;
    background: #606b2f;
    padding: 20px;
  }

  .map {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #DS_wwd_wrap .play {
    top: 15%;
    left: 30%;
  }
}
/* designstudio edit*/
.tabber {
  width: 804px;
  max-width: 100%;
  border: 1px solid #dbdbd3;
  background: #f5f5e9;
  margin-bottom: 30px;
}
.tabber:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 1024px) {
  .tabber {
    width: 100%;
    margin-left: 0;
  }
}
.no-mq .tabber {
  width: 100%;
  margin-left: 0;
}

.tabber .tabnav {
  float: left;
  width: 212px;
  padding: 0;
}
@media (max-width: 1024px) {
  .tabber .tabnav {
    display: none;
  }
}
.no-mq .tabber .tabnav {
  display: none;
}

.tabber .tabnav ul {
  padding: 0;
}

.tabber .tabnav ul li {
  display: table;
  padding: 0;
  width: 212px;
  margin-bottom: 2px;
}

.tabber .tabnav ul li a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  font-size: 13px;
  color: #5c5b5b;
  line-height: 16px;
  text-decoration: none;
  padding-left: 65px;
  display: table-cell;
  vertical-align: middle;
  background-position: -212px 0;
  background-repeat: no-repeat;
}

.tabber .tabnav ul li a.active, .tabber .tabnav ul li a:hover {
  background-position: 0 0;
  color: #fff;
}

.tabber .tabnav ul li a.job {
  background-image: url("/sites/all/themes/wfwi/images/job-skills.png");
}

.tabber .tabnav ul li a.business {
  background-image: url("/sites/all/themes/wfwi/images/business-training.png");
}

.tabber .tabnav ul li a.rights {
  background-image: url("/sites/all/themes/wfwi/images/knowledge-of-rights.png");
}

.tabber .tabnav ul li a.nutrition {
  background-image: url("/sites/all/themes/wfwi/images/nutrition.png");
}

.tabber .tabnav ul li a.support {
  background-image: url("/sites/all/themes/wfwi/images/support.png");
}

.tabber .tabcontent {
  padding: 20px;
}
@media (min-width: 1025px) {
  .tabber .tabcontent {
    float: right;
    width: 515px;
    padding: 0;
  }
}
.no-mq .tabber .tabcontent {
  float: right;
  width: 515px;
  padding: 0;
}

.tabber .tabcontent .panel {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .tabber .tabcontent .panel {
    display: block !important;
    margin-bottom: 20px;
  }
}
.no-mq .tabber .tabcontent .panel {
  display: block !important;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .tabber .tabcontent .panel {
    display: none;
    padding: 20px 0 0 0;
  }
}
.no-mq .tabber .tabcontent .panel {
  display: none;
  padding: 20px 0 0 0;
}

.tabber .tabcontent .panel.active {
  display: block;
}

@media (min-width: 1025px) {
  .tabber .tabcontent .panel img {
    float: left;
    width: 222px;
  }
}
.no-mq .tabber .tabcontent .panel img {
  float: left;
  width: 222px;
}

@media (min-width: 1025px) {
  .tabber .tabcontent .panel .paneltext {
    float: left;
    width: 250px;
    margin-right: 30px;
  }
}
.no-mq .tabber .tabcontent .panel .paneltext {
  float: left;
  width: 250px;
  margin-right: 30px;
}

.tabber .tabcontent .panel .paneltext h3 {
  padding: 0;
  margin: 0;
  font-size: 20px;
  color: #5C6A34;
  font-weight: normal;
  line-height: 24px;
}

.tabber .tabcontent .panel .paneltext p {
  color: #5b5b5a;
  font-size: 14px;
  line-height: 1.4;
  margin: 5px 0;
  padding: 0 20px 0 0;
}

.tabber .tabcontent .panel .paneltext p a {
  color: #e66623;
  text-decoration: underline;
}

.tabber .tabcontent .panel .paneltext p a:hover {
  color: #9E3D0B;
}

.tabber .tabcontent .panel p.credit {
  font-size: 10px;
  color: #5b5b5a;
}

/** DESIGN STUDIO EDITS test **/
/**
* Sponsor a Sister A Spot
**/
#sas_a_spot .a_spot_content {
  width: 600px;
  text-align: center;
  margin: 0 auto;
  padding-top: 40px;
  padding-left: 130px;
  height: 400px;
}

#sas_a_spot .a_spot_content h2 {
  color: #fff;
  font-size: 44px;
  margin: 0;
}

#sas_a_spot .a_spot_content p {
  color: #f2ddc5;
  font-size: 19px;
  margin: 10px;
  margin-bottom: 40px;
}

#sas_a_spot .a_spot_button {
  background: #f4a000;
  padding: 15px 40px 15px 40px;
  color: #fff !important;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 20px;
}

/**
* Sponsor a Sister Tab Section
**/
#sas_tab_section .tabber .tabnav ul li a {
  padding-right: 30px;
}

#sas_tab_section {
  margin-top: 40px;
  margin-left: 40px;
}

#sas_tab_section .tabber {
  width: 96%;
}

#sas_tab_section .tabber .tabcontent {
  width: 820px;
}

#sas_tab_section .tabcontent .paneltext h2 {
  font-size: 22px;
  color: #000;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

#sas_tab_section .tabcontent .paneltext h3 {
  font-size: 20px;
  color: #c3840d;
  font-weight: bold;
}

#sas_tab_section .tabcontent .paneltext a {
  font-size: 16px;
  font-weight: bold;
  color: #606b2f;
  text-decoration: none;
  text-transform: uppercase;
}

#sas_tab_section .tabber .tabcontent .panel .paneltext {
  width: 510px;
}

#sas_tab_section .tabber .tabnav ul {
  margin: 0px;
}

/**
* Sponsor a Sister Video Content
**/
#sas_video_content {
  text-align: center;
}

#sas_video_content .left_video, #sas_video_content .middle_video, #sas_video_content .right_video {
  width: 33%;
  padding: 10px;
  float: left;
  text-align: left;
  position: relative;
}

#sas_video_content {
  margin-top: 40px;
}

#sas_video_content h3 {
  font-size: 35px;
  padding: 0px;
  margin: 0px;
}

#sas_video_content p {
  padding: 0px;
  margin: 0px;
  padding-bottom: 30px;
}

#sas_video_content .play {
  display: block;
  background: url("/sites/all/themes/wfwi/images/play-button.png") no-repeat center;
  position: absolute;
  top: 60px;
  left: 130px;
  width: 150px;
  height: 120px;
}

/**
* Sponsor a Sister Action Area
**/
#sas_action_area .action_area_content {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

#sas_action_area .action_area_content p {
  margin-bottom: 50px;
}

#sas_action_area .action_area_button {
  background: #f4a000;
  padding: 15px 40px 15px 40px;
  color: #fff !important;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}

/* RESPONSIVE */
@media screen and (max-width: 1190px) {
  #sas_tab_section .tabber .tabcontent {
    width: 670px;
  }

  #sas_tab_section .tabber .tabcontent .panel .paneltext {
    width: 360px;
  }
}
@media screen and (max-width: 1025px) {
  #sas_a_spot {
    height: 100%;
  }

  #sas_a_spot .a_spot_content {
    padding-left: 0;
    width: 100%;
    display: block;
    background: #180e04;
    height: 100%;
    padding: 20px 40px 40px 40px;
  }

  #sas_video_content .left_video, #sas_video_content .middle_video, #sas_video_content .right_video {
    width: 100%;
    text-align: center;
  }

  #sas_video_content .left_video p, #sas_video_content .middle_video p, #sas_video_content .right_video p {
    width: 320px;
    text-align: left;
    margin: 0 auto;
  }

  #sas_tab_section .tabber .tabcontent {
    width: 100%;
  }

  #sas_tab_section .tabber .tabcontent .panel .paneltext {
    width: 100%;
  }

  #sas_tab_section .tabcontent {
    text-align: center;
  }

  #sas_tab_section .tabcontent .paneltext h2, #sas_tab_section .tabcontent .paneltext h3, #sas_tab_section .tabcontent .paneltext p {
    text-align: left;
  }

  #sas_video_content .play {
    left: 40%;
  }
}
@media screen and (max-width: 500px) {
  #sas_video_content .play {
    top: 15%;
    left: 30%;
  }
}
#ds_main_aspot {
  background-repeat: no-repeat;
  background-size: contrain !important;
  background-position: center !important;
  width: 100%;
  height: 475px;
}

#ds_below_aspot {
  width: 100%;
  height: 127px;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center !important;
}

#ds_women_stories {
  padding: 35px 0px;
  margin-top: 0;
  background: url("/sites/all/themes/wfwi/images/main-bg-texture.jpg") repeat;
}

.DS_wwd_grid_2_3 {
  padding-right: 50px;
}

.DS_wwd_grid_1_3 {
  padding-right: 65px;
}

.DS_wwd_grid_1_2 {
  padding-right: 50px;
}

#ds_power_women {
  background: #cd9933;
  color: #fff;
  margin-top: -30px;
}

#ds_power_women h2 {
  color: #fff !important;
  padding-top: 50px;
  text-align: center;
}

.DS_power_intro p {
  font-size: 20px;
  padding: 0px 160px;
  text-align: center;
}

.DS_btn_header {
  background: #fff;
  border-radius: 50px;
  height: 50px;
  text-align: center;
  width: 100%;
}

.DS_btn_header h3 {
  color: #cd9933;
  font-size: 23px;
  padding-top: 10px;
}

.DS_gridmod {
  padding: 15px;
  text-align: center;
  padding: 50px;
}

#ds_women_stories h3 {
  color: #333333;
  font-size: 22px;
  border-bottom: 1px solid #c9c8c8;
  text-transform: uppercase;
  line-height: 46px;
}

#ds_women_stories h2 {
  line-height: 0;
}

.ds_readmore {
  color: #666633;
  float: right;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  padding-right: 20px;
}

.ds_buttons {
  background: #f7a200;
  color: #fff;
  font-size: 18px;
  font-family: "Gotham SSm B", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  display: block;
  padding: 10px 35px;
  text-transform: uppercase;
  text-decoration: none;
  margin: 20px 0px;
  text-align: center;
}

.iwd_date {
  background: #f7a200;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  padding: 5px 15px;
  width: 63px;
  height: 63px;
  text-align: center;
  display: inline-block;
}

.iwd_date span {
  font-size: 40px !important;
  line-height: 30px;
}

.ds_strong {
  color: #5f6a2d;
  font-size: 18px;
  line-height: 38px;
  display: block;
}

.ds_getsocial {
  padding-top: 0px;
}

.ds_clear {
  clear: both;
}

.ds_getsocial p {
  font-size: 18px;
  margin: 0;
}

#help_build_awareness li {
  padding: 10px 15px;
}

#ds_blogs a {
  color: #5f6a2d;
  text-decoration: none;
  font-weight: 600;
}

#ds_blogs span {
  color: #808080;
}

#ds_blogs p {
  padding: 0px;
}

#ds_blogs span {
  padding: 0px;
}

.ds_event_title {
  padding-left: 20px;
  width: 70%;
  display: inline-block;
  font-size: 16px;
  color: #666666;
}

.ds_sub_event_title {
  color: #000;
  font-size: 18px;
}

.ds_yt_icon {
  list-style-image: url("http://www.designstudio.com/client/wfwi/img/youtube.png");
}

.ds_ht_icon {
  list-style-image: url("http://www.designstudio.com/client/wfwi/img/hashtag.png");
}

.ds_8_icon {
  list-style-image: url("http://www.designstudio.com/client/wfwi/img/something.png");
}

.ds_chat_icon {
  list-style-image: url("http://www.designstudio.com/client/wfwi/img/chat.png");
  margin-top: -10px;
}

.ds_like_icon {
  list-style-image: url("http://www.designstudio.com/client/wfwi/img/like.png");
}

.ds_network_icon {
  list-style-image: url("http://www.designstudio.com/client/wfwi/img/network.png");
}

.ds_twitter_button label {
  font-size: 16px;
  background: #f5e2b6;
  color: #5e3d04;
  padding: 15px 55px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

.ds_facebook_button label {
  background: #f5e2b6;
  color: #5e3d04;
  padding: 15px 55px;
  margin: 0px 5px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

.ds_instagram_button label {
  font-size: 16px;
  background: #f5e2b6;
  color: #5e3d04;
  padding: 15px 55px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

.ds_tabs {
  position: relative;
  min-height: 1750px;
  /* This part sucks */
  clear: both;
  margin: 25px 0;
  display: block;
  overflow: hidden;
}

.ds_tab {
  float: left;
}

.ds_tab [type=radio] {
  display: none;
}

.ds_content {
  position: absolute;
  top: 50px;
  left: 0;
  background: white;
  right: 0;
  bottom: 0;
  padding: 20px;
  width: 93%;
}

[type=radio]:checked ~ label {
  background: #fff0cd;
  z-index: 2;
}

[type=radio]:checked ~ label ~ .ds_content {
  z-index: 1;
}

div#twitter-feed h1 {
  background-color: #f5e2b7;
  padding: 5px;
  text-align: center;
  border-radius: 20px;
  display: none;
}

div.twitter-article {
  width: 100%;
  box-shadow: 1px 2px 7px -5px;
  padding: 10px;
  margin-bottom: 20px;
  margin-right: 15px;
  min-height: 120px;
}

.twitter-article, #loading-container {
  width: 100%;
  border-top: 1px dotted #CCC;
  float: left;
  padding: 8px 0px 8px 0px;
  position: relative;
}

.twitter-pic {
  position: absolute;
}

.twitter-pic img {
  float: left;
  border-radius: 7px;
  border: none;
}

/* -------- TEXT STYLING ------*/
.twitter-text {
  width: 100%;
  float: left;
  font-size: 11px;
  padding-left: 52px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.twitter-text p {
  margin: 0px;
  font-size: 17px;
  line-height: 25px;
  padding-left: 15px;
}

.twitter-text a, h1 a {
  color: #00acee;
  text-decoration: none;
}

.twitter-text a:hover, h1 a:hover {
  text-decoration: underline;
  color: #00acee;
}

.tweet-time {
  font-size: 10px;
  color: #878787;
  float: right;
}

.tweet-time a, .tweet-time a:hover {
  color: #878787;
}

.tweetprofilelink a {
  color: #444;
}

.tweetprofilelink a:hover {
  color: #444;
}

/* -------- FEED  ACTIONS ------*/
#twitter-actions {
  width: 75px;
  float: right;
  margin-right: 5px;
  margin-top: 3px;
  display: none;
}

.intent {
  width: 25px;
  height: 16px;
  float: left;
}

.intent a {
  width: 25px;
  height: 16px;
  display: block;
  background-image: url(../images/tweet-actions.png);
  float: left;
}

.intent a:hover {
  background-position: -25px 0px;
}

#intent-retweet a {
  background-position: 0px -17px;
}

#intent-retweet a:hover {
  background-position: -25px -17px;
}

#intent-fave a {
  background-position: 0px -36px;
}

#intent-fave a:hover {
  background-position: -25px -36px;
}

/* -------- RETWEET INDICATOR ------*/
#retweet-indicator {
  width: 14px;
  height: 10px;
  background-image: url(../images/tweet-actions.png);
  background-position: -5px -54px;
  margin-top: 3px;
  float: left;
}

div.fb_post {
  box-shadow: 1px 2px 10px -5px;
  width: 33%;
  padding: 10px;
  font-size: 10px;
  font-size: 1.2vh;
  font-family: Arial, sans-serif;
}

div.fb_post img {
  width: 100%;
}

div.fb_post .fb_authorinfo img {
  float: left;
  box-shadow: 1px 2px 7px -5px;
  margin-bottom: 10px;
  width: 50px;
}

.fb_author {
  margin-left: 70px;
}

.fb_time {
  margin-left: 70px;
}

.clearfix {
  clear: both;
}

/* Masonry */
.mason {
  -moz-column-count: 2;
  -moz-column-gap: 40px;
  -webkit-column-count: 2;
  -webkit-column-gap: 40px;
  column-count: 2;
  column-gap: 40px;
}

.mason .fb_post {
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
}

div.ds_instagram_feed img {
  display: inline-block;
  box-shadow: 1px 1px 7px -2px;
  margin: 15px;
  color: #000;
  width: 45%;
}

@media screen and (max-width: 800px) {
  .DS_wwd_grid_1_4 {
    width: 50%;
  }

  .ds_tabs {
    display: none;
  }

  .DS_power_intro p {
    padding: 0 20px;
  }
}
@media screen and (max-width: 420px) {
  .DS_wwd_grid_1_4 {
    width: 100%;
  }
}
/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */
/**
 * By importing this CSS file as media "all", we allow this print file to be
 * aggregated with other stylesheets, for improved front-end performance.
 */
@media print {
  /* Underline all links. */
  a:link,
  a:visited {
    text-decoration: underline !important;
    /* Don't underline header. */
  }
  a:link.header__site-link,
  a:visited.header__site-link {
    text-decoration: none !important;
  }

  #content {
    /* Add visible URL after links. */
    /* Only display useful links. */
    /* Add visible title after abbreviations. */
  }
  #content a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
  }
  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after {
    content: "";
  }
  #content abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Un-float the content. */
  #content {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Turn off any background colors or images. */
  body,
  #page,
  #main,
  #content {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* Hide sidebars and nav elements. */
  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons {
    visibility: hidden;
    display: none;
  }
}
/* SMACSS theme rules */
/* @import "theme-A"; */
/* @import "theme-B"; */
