/*
Theme Name: MercyCorps NW
Description: WordPress theme for www.mercycorpsnw.org
Author: Uprise <arjan@uprise.nl>
Author URI: http://www.uprise.nl
Version: 1.0
*/
/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

/*
 * Vertical Rhythmn in Sass with helpful mixins and helpers
 * Author:  Gaya Kessler
 * Version: 0.0.1
 * Date:    2014-05-18
 */
header, section, footer, aside, nav, article, figure {
  display: block;
  margin: 0px;
  padding: 0px;
}

html {
  color: #000;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button, textarea, select {
  *font-size: 100%;
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.1.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/sprite-chosen.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/sprite-chosen.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("../images/sprite-chosen.png") no-repeat 100% -20px;
  background: url("../images/sprite-chosen.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 30px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/sprite-chosen.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #594f3c !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url("../images/sprite-chosen.png") no-repeat -30px -20px;
  background: url("../images/sprite-chosen.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("../images/sprite-chosen@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-preloader a:hover {
  color: white;
}

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

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

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

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

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

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

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

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

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

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

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

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

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

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

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

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

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

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

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

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

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

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

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

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

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

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

.mfp-figure figure {
  margin: 0;
}

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

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

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

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

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

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

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

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/*--- superfish essential styles ---*/
.sf-menu,
.sf-menu li ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-menu li,
.sf-menu li li {
  position: relative;
}

.sf-menu li ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
@media screen and (max-width: 640px) {
  .sf-menu li ul {
    position: static;
  }
}

/* .sf-menu li:hover > ul, */
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul,
.sf-menu li li.sfHover > ul {
  display: block;
}

.sf-menu li a {
  display: block;
  position: relative;
}

.sf-menu li ul ul {
  top: 0;
  left: 100%;
  margin-left: 1px;
}

/*--- goodlayers skin top level---*/
.sf-menu > li {
  float: left;
}

.sf-menu > li > a {
  font-size: 13px;
  padding: 10px 5px;
  margin-right: 0;
  text-decoration: none;
  zoom: 1;
  /*- for IE7 -*/
}

/*- no submenu indicator on top level -*/
.sf-menu li a.sf-with-ul:after {
  content: '\f0dd';
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 10px;
  line-height: 20px;
  height: 20px;
  margin-top: -11px;
  font-size: 10px;
}

.sf-menu > li > a.sf-with-ul {
  padding-right: 17px;
  *padding-right: 10px;
}

.sf-menu i {
  margin-right: 7px;
}

.sf-menu li li i {
  margin-right: 10px;
}

/*--- goodlayers skin normal menu ---*/
.sf-menu > li ul {
  text-transform: none;
  letter-spacing: 0px;
  font-size: 12px;
  min-width: 190px;
  *width: 12em;
  /*- no auto width for IE7 -*/
}

.sf-menu > li li {
  white-space: nowrap;
  *white-space: normal;
  /*- for IE7 -*/
}

.sf-menu > li li a {
  padding: 10px 15px;
  border-top-width: 1px;
  border-top-style: solid;
  zoom: 1;
}

.sf-menu > li li:first-child > a {
  border-top-width: 0px;
}

.sf-menu > li li > a.sf-with-ul {
  padding-right: 30px;
}

.sf-menu > li li > a.sf-with-ul:after {
  content: '\f105';
  top: 50%;
  margin-top: -10px;
  right: 10px;
  border-color: transparent;
}

/*--- top menu ---*/
.gdlr-top-menu.sf-menu li a.sf-with-ul:after {
  display: none;
}

.gdlr-top-menu.sf-menu > li i {
  margin-right: 9px;
  font-size: 14px;
}

.gdlr-top-menu.sf-menu > li > a {
  padding: 8px 15px 8px 16px;
  margin-right: 0px;
  line-height: 18px;
  border-style: solid;
  border-left-width: 1px;
}

.gdlr-top-menu.sf-menu > li:last-child > a {
  border-right-width: 1px;
}

.gdlr-top-menu.sf-menu > .gdlr-mega-menu .sf-mega {
  left: auto;
  right: auto;
  border-top: 0px;
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  \-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  margin: 2px 0px 0px;
  padding: 20px 20px;
  white-space: nowrap;
  min-width: 120px;
  *white-space: normal;
  *min-width: 250px;
  /*- for IE7 -*/
}

.gdlr-top-menu.sf-menu > li .sub-menu-item {
  line-height: 1;
  margin-top: 15px;
}

.gdlr-top-menu.sf-menu > li .sub-menu-item:first-child {
  margin-top: 0px;
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url("../fonts/flexslider-icon.eot");
  src: url("../fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider-icon.woff") format("woff"), url("../fonts/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0;
  position: relative;
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 640px) {
  .flex-direction-nav a {
    top: 20%;
  }
}
.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

@media screen and (max-width: 640px) {
  .flex-direction-nav .flex-next {
    margin-right: 0;
  }
}
.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  line-height: 1;
  display: inline-block;
  content: '\f001';
}

.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 30px;
  z-index: 99;
}

.flex-control-nav {
  display: inline-block;
  padding: 15px 0px 0px;
}

.flex-control-nav li {
  margin: 0 3px;
  float: left;
}

.flex-control-paging li a {
  display: block;
  width: 14px;
  height: 14px;
  cursor: pointer;
  border-width: 2px;
  border-style: solid;
  text-indent: -9999px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8);
}

.flex-control-paging li a.flex-active {
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.slide {
  height: 300px;
}

html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */
}

html body, html input, html textarea, html button {
  font-size: 1.6rem;
  line-height: 2rem;
}

select, .gform_body .gfield select {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 40px;
  line-height: 4rem;
}

h1, .main-image h1 {
  font-size: 60px;
  font-size: 6rem;
  line-height: 100px;
  line-height: 10rem;
}

h2, .main-image h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 60px;
  line-height: 6rem;
}

h3 {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 40px;
  line-height: 4rem;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #808080;
}

p {
  margin: 0 0 1em 0;
}
p:after {
  content: "";
  display: table;
  clear: both;
}

a {
  color: #800000;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
a:hover {
  color: #111;
}

h1, h2, h3 {
  margin-bottom: 2rem;
  font-weight: bold;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

del {
  text-decoration: line-through;
}

.readmore {
  font-weight: bold;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  font-size: 62.5% !important;
}

.wrapper,
.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.wrapper:after,
.container:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1200px) {
  .wrapper,
  .container {
    width: 1200px !important;
    max-width: 100%;
  }
}

#main {
  padding-top: 6rem;
}

.main-image {
  margin: 0 0 8rem;
  padding: 10rem 0 6rem 0;
  height: 335px;
  color: #ffffff;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
}
.main-image-map {
  padding: 0;
  position: relative;
  min-height: 360px;
}
.main-image-map iframe {
  display: block;
}
.main-image h1 {
  font-weight: bold;
  color: #dfe1d3;
}
.main-image h2 {
  margin-bottom: 2rem;
}
.main-image.no-header {
  padding-bottom: 0;
  margin-bottom: 2rem;
  height: auto;
}
.main-image.has-header-background {
  margin-bottom: 8rem;
}
.main-image.has-header-background h1,
.main-image.has-header-background h2 {
  color: #ffffff;
}
.main-image.has-header-background .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg_blackgradient.png") repeat-y center top;
}

/* Page templates */
.two-column .content {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 65.95745%;
}
.two-column .content:last-child {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .two-column .content {
    float: none;
    widtH: auto;
  }
}
.two-column .content .top-image {
  margin-bottom: 2rem;
}
.two-column .content .top-image img {
  width: 100%;
}
.two-column .sidebar {
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 31.91489%;
}
.two-column .sidebar:last-child {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .two-column .sidebar {
    float: none;
    widtH: auto;
  }
}

/* GENERAL STYLES */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

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

.hidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  .hide-for-tablet {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .hide-for-mobile {
    display: none !important;
  }
}

img {
  max-width: 100%;
}

figure img {
  display: block;
  max-width: 100%;
}
figure.alignleft {
  float: left;
  margin: 0 5px 0 0;
}
figure.alignright {
  float: right;
  margin: 0 0 0 5px;
}
figure a {
  background: #594f3c;
  display: block;
}
figure a:hover img {
  opacity: 0.8;
}

.comment-respond {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 40px;
  line-height: 4rem;
}

.site-header .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 40px;
}
@media screen and (max-width: 1000px) {
  .site-header .container {
    width: 100%;
    padding: 0;
    flex-wrap: nowrap;
  }
}
.site-header .container:after, .site-header .container:before {
  display: none;
}
.site-header#header {
  padding: 40px 0;
  background: #ededed;
}
.site-header__logo {
  flex: 0 1 240px;
}
@media screen and (max-width: 1000px) {
  .site-header__logo {
    margin-left: 40px;
  }
}
.site-header__nav {
  width: 100%;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .site-header__nav {
    position: absolute;
    left: 0;
    z-index: 9999;
  }
}
.site-header__nav .highlight {
  background: #cf0f2d;
  color: #ffffff;
  padding: 5px 10px;
}
.site-header__nav a {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 40px;
  line-height: 4rem;
  line-height: 1.8rem;
  font-weight: 600;
  color: rgba(38, 38, 38, 0.75);
}
.site-header__nav li:not(:last-of-type) {
  margin-right: 20px;
}
.site-header__nav li a {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 40px;
  line-height: 4rem;
}
.site-header__nav li .sub-menu {
  background: rgba(38, 38, 38, 0.75);
}
.site-header__nav li .sub-menu li {
  margin: 0;
}
.site-header__nav li .sub-menu li a {
  color: #ffffff;
}
.site-header__nav li .sub-menu li a:hover {
  background: #ffffff;
  color: rgba(38, 38, 38, 0.75);
}
.site-header .menu-container {
  flex: 0 1 75%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
@media screen and (max-width: 1000px) {
  .site-header .menu-container {
    flex: 0 1 auto;
  }
}
.site-header .menu-container .top-nav {
  width: 100%;
}
.site-header .menu-container .top-nav #top-nav {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.site-header .menu-container .top-nav li:not(:last-of-type) {
  margin-right: 10px;
}
.site-header .menu-container .top-nav a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  color: rgba(38, 38, 38, 0.75);
}

.site-footer {
  background: #f2f2f2;
  padding: 40px;
}
.site-footer__row {
  display: flex;
}
.site-footer__contact {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  flex: 0 1 200px;
}
.site-footer__contact img {
  width: 100px;
  height: auto;
}
.site-footer__widgets {
  flex: 0 1 auto;
}
.site-footer__widgets__header {
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 4rem;
  font-weight: 600;
}
.site-footer__widgets__container {
  display: flex;
}
.site-footer__widgets__widget {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  border-left: 1px solid #e4e4e7;
  padding: 0 40px;
}
.site-footer__widgets__widget a {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  color: #868892;
}

@media screen and (max-width: 1000px) {
  #main-nav {
    display: flex;
    flex: 1 1 100%;
    flex-wrap: wrap;
    margin-top: 40px;
    height: 0;
    overflow: hidden;
    transition: height 0.5s;
  }
}
#main-nav.active {
  height: 100%;
}

.top-nav {
  display: flex;
  align-content: center;
  align-items: center;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .top-nav {
    display: none;
  }
}

#top-nav {
  margin: 0;
}

@media screen and (max-width: 1000px) {
  .site-header__nav {
    flex-wrap: wrap;
  }
}
.site-header__nav--toggle {
  display: none;
  color: #4d525a;
}
@media screen and (max-width: 1000px) {
  .site-header__nav--toggle {
    display: block;
  }
}
.site-header__nav--toggle:hover, .site-header__nav--toggle.active {
  background: #4d525a;
  color: #ffffff;
}
@media screen and (max-width: 1000px) {
  .site-header ul a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 40px;
    line-height: 4rem;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 1000px) {
  .site-header ul li {
    flex: 1 0 100%;
    background: #c9cace;
  }
}
@media screen and (max-width: 1000px) {
  .site-header ul li .sub-menu {
    display: block;
    position: static;
  }
}
@media screen and (max-width: 1000px) {
  .site-header ul li .sub-menu li a {
    padding-left: 20px !important;
  }
}
@media screen and (max-width: 1000px) {
  .site-header ul li .sub-menu li .sub-menu {
    display: block;
    position: static;
  }
}
@media screen and (max-width: 1000px) {
  .site-header ul li .sub-menu li .sub-menu li a {
    padding-left: 40px !important;
  }
}

.sf-menu > li:last-of-type > ul {
  left: auto;
  right: 0;
}
.sf-menu > li:last-of-type > ul > li > ul {
  left: -100%;
  margin-left: 11px;
}
.sf-menu .sub-menu a:after {
  display: none;
}

button,
.button {
  display: inline-block;
  width: auto;
  padding: 1.4rem 20px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 0;
  background: #00aea9;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
button:hover,
.button:hover {
  background: #594f3c;
}

select, .gform_body .gfield select, input,
textarea,
button {
  border-radius: 0;
  padding: 2rem 15px;
  border: 0;
  background-color: #eeeeee;
  outline: none;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
select:focus, .gform_body .gfield select:focus, input:focus,
textarea:focus,
button:focus {
  background-color: #f3f3f3;
}

select, .gform_body .gfield select {
  background-image: url("../images/select-arrow.png");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 34px;
  line-height: 2rem;
  margin: rhytm(0.5) 0;
  width: auto;
  cursor: pointer;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  -o-appearance: none;
  appearance: none;
  -ms-appearance: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  select, .gform_body .gfield select {
    background-image: url("../images/select-arrow_2x.png");
    background-size: 24px 10px;
  }
}
select::-ms-expand, .gform_body .gfield select::-ms-expand {
  display: none;
}
select + label, .gform_body .gfield select + label {
  display: none;
}

input[type=submit],
label {
  cursor: pointer;
}

#main .content ul.gform_fields {
  margin-left: 0 !important;
}

.gform_body {
  margin-bottom: 4rem;
}
.sidebar .gform_body {
  margin-bottom: 0;
}
.gform_body .gfield {
  margin-bottom: 2rem;
}
.gform_body .gfield:after {
  content: "";
  display: table;
  clear: both;
}
.gform_body .gfield label {
  display: block;
}
.gform_body .gfield input, .gform_body .gfield select, .gform_body .gfield textarea {
  width: 100%;
}
.gform_body .gfield .gfield_radio li {
  display: inline;
}
.gform_body .gfield .gfield_radio li input {
  margin: 0 5px 0 0;
  padding: 0;
  float: left;
  width: auto;
  background: none;
  box-shadow: none;
  border: 0;
}
.gform_body .gfield .gfield_radio li label {
  vertical-align: baseline;
  width: auto;
  float: left;
  margin-right: 30px;
}
.gform_body .gfield .gfield_description {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 40px;
  line-height: 4rem;
}
.gform_body .gfield.gfield_error .validation_message {
  color: #cf0f2d;
}
.gform_body .gfield.gfield_error input[type=text], .gform_body .gfield.gfield_error textarea {
  border-color: #cf0f2d;
}

.gform_footer:after {
  content: "";
  display: table;
  clear: both;
}
.sidebar .gform_footer {
  margin-top: 0 !important;
  padding: 0 !important;
  text-align: right;
}

.validation_error {
  color: #cf0f2d;
}

.gf_coupon_code,
#gf_coupon_button {
  width: auto !important;
}

#select-timeslot {
  margin: 0 !important;
}
#select-timeslot .gfield {
  margin: 0 !important;
}

table {
  width: 100%;
  text-align: center;
}
table caption {
  font-size: 10px;
  margin-bottom: 14px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
}
table tr:nth-child(even) {
  background: #f3f3f3;
}
table th {
  padding: 13px 0px;
  font-size: 16px;
  font-weight: normal;
  background-color: #594f3c;
  text-align: center;
  color: #ffffff;
}
table td {
  padding: 15px 0px;
  border-bottom: 1px solid #eeeeee;
}

.gm-style-iw {
  color: #333;
}
.gm-style-iw h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 40px;
  line-height: 4rem;
}
.gm-style-iw .metainfo .info {
  display: block;
}
.gm-style-iw .metainfo .info i {
  margin-right: 5px;
}

.ui-datepicker {
  background: #ffffff;
  padding: 10px;
  border: 1px solid #333;
}
.ui-datepicker th, .ui-datepicker td {
  padding: 13px;
}

.flex-widgets .container {
  box-sizing: border-box;
}
.flex-widgets .container:after, .flex-widgets .container:before {
  display: none;
}
.flex-widgets__row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-widgets__row > .container {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}

.flex-widget__impact {
  padding: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.flex-widget__impact h3 {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 60px;
  line-height: 6rem;
  line-height: 38px;
  display: flex;
  align-items: center;
  font-family: TiemposHeadline-RegularItalic, Times New Roman, "PT Serif", Georgia, serif;
  width: 500px;
}
@media screen and (max-width: 1000px) {
  .flex-widget__impact h3 {
    flex: 1 0 100%;
    text-align: center;
  }
}
.flex-widget__impact h3:after {
  display: flex;
  align-items: center;
  content: url("../images/red-chevron.png");
  margin-right: 40px;
}
@media screen and (max-width: 1000px) {
  .flex-widget__impact h3:after {
    margin-right: 20px;
  }
}
.flex-widget__impact .bttn {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  line-height: 4rem;
  border-width: 2px;
  border-style: solid;
  border-color: #cf102d;
  border-radius: 5px;
  padding: 5px 25px;
  color: #cf102d;
}
@media screen and (max-width: 1000px) {
  .flex-widget__impact .bttn {
    text-align: center;
  }
}
.flex-widget__story-highlight {
  display: flex;
  flex-wrap: wrap;
  border-top: 5px solid #00aea9;
}
.flex-widget__story-highlight__content, .flex-widget__story-highlight__image {
  flex: 0 1 50%;
}
@media screen and (max-width: 1000px) {
  .flex-widget__story-highlight__content, .flex-widget__story-highlight__image {
    flex: 1 0 100%;
    width: 100%;
  }
}
.flex-widget__story-highlight__image {
  order: 0;
  margin-bottom: 0;
}
.flex-widget__story-highlight__image img {
  height: auto;
}
.flex-widget__story-highlight__content {
  display: flex;
  align-items: center;
  justify-content: center;
  order: 1;
  background: #ededed;
  color: #00aea9;
  transition: padding 0.2s;
}
.flex-widget__story-highlight__content p {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 40px;
  line-height: 4rem;
  font-weight: 600;
  max-width: 80%;
}
@media screen and (max-width: 1200px) {
  .flex-widget__story-highlight__content p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 40px;
    line-height: 4rem;
  }
}
.flex-widget__donate {
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-widget__donate__tagline {
  flex: 0 1 40%;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .flex-widget__donate__tagline {
    width: 100%;
    flex: 0 1 auto;
  }
}
@media screen and (max-width: 1000px) {
  .flex-widget__donate__tagline {
    flex: 1 0 100%;
  }
}
.flex-widget__donate__tagline h3 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 60px;
  line-height: 6rem;
  line-height: 38px;
}
.flex-widget__donate__tagline p {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  line-height: 4rem;
  line-height: 33px;
}
.flex-widget__donate__amounts {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
}
@media screen and (max-width: 1200px) {
  .flex-widget__donate__amounts {
    width: 100%;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 640px) {
  .flex-widget__donate__amounts {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .flex-widget__donate__amounts {
    padding-left: 0;
  }
}
.flex-widget__donate__amounts li:not(.flex-widget__donate__amounts__open) {
  flex: 0 1 auto;
  margin-right: 5px;
  background: #71757b;
  padding: 8px 11px;
  display: flex;
  align-items: center;
  border-radius: 4px;
}
.flex-widget__donate__amounts li:not(.flex-widget__donate__amounts__open) a {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  line-height: 4rem;
  color: #ffffff;
  font-weight: 600;
  display: block;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .flex-widget__donate__amounts li:not(.flex-widget__donate__amounts__open) a {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .flex-widget__donate__amounts li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.flex-widget__donate__open-form {
  display: flex;
  align-items: center;
}
.flex-widget__donate__open-form span {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  line-height: 4rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-right: 5px;
  padding: 0 0 0 10px;
  border-radius: 4px;
  border-color: #b7bbc0;
  border-width: 1px;
  border-style: solid;
}
@media screen and (max-width: 640px) {
  .flex-widget__donate__open-form span {
    flex: 1 0 auto;
  }
}
.flex-widget__donate__open-form input[type="number"] {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  line-height: 4rem;
  background: none;
  border: none;
  padding: 8px 0 8px 10px;
  width: 100px;
}
@media screen and (max-width: 1200px) {
  .flex-widget__donate__open-form input[type="number"] {
    width: auto;
    flex: 0 1 auto;
  }
}
@media (max-width: 1000px) {
  .flex-widget__donate__open-form input[type="number"] {
    max-width: 200px;
  }
}
@media (max-width: 768px) {
  .flex-widget__donate__open-form input[type="number"] {
    max-width: 100px;
  }
}
@media (max-width: 640px) {
  .flex-widget__donate__open-form input[type="number"] {
    max-width: 75px;
  }
}
.flex-widget__donate__open-form input[type="number"]::-webkit-inner-spin-button, .flex-widget__donate__open-form input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.flex-widget__donate__open-form input[type="submit"] {
  background: #cf0f2d;
  border-width: 0;
  border-radius: 4px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.6rem;
}
.flex-widget__connected .container {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-widget__connected h3 {
  color: #00afaa;
  font-weight: 600;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 40px;
  line-height: 4rem;
  margin-right: 40px;
  margin-bottom: 0;
}
.flex-widget__connected__socials {
  display: inline-flex;
}
.flex-widget__connected__socials li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 32px;
  margin-bottom: 0;
}
.flex-widget__connected__socials li a {
  color: #b8babd;
}
.flex-widget__connected__socials li a:hover {
  color: #555;
}
.flex-widget__connected__socials li i {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 60px;
  line-height: 6rem;
}
.flex-widget__newsletter-signup .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.flex-widget__newsletter-signup__title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 40px;
  line-height: 4rem;
  width: 100%;
  text-align: center;
}
.flex-widget__newsletter-signup .gform_wrapper {
  flex: 0 1 75%;
}
@media screen and (max-width: 1000px) {
  .flex-widget__newsletter-signup .gform_wrapper {
    flex: 1 0 100%;
  }
}
.flex-widget__newsletter-signup .gform_body {
  flex: 1 1 auto;
  margin-right: 20px;
  margin-bottom: 0;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .flex-widget__newsletter-signup .gform_body {
    flex: 1 0 auto;
    margin-right: 0;
  }
}
.flex-widget__newsletter-signup .gform_fields {
  width: 100%;
  margin-bottom: 0;
}
.flex-widget__newsletter-signup .gfield {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .flex-widget__newsletter-signup .gform_footer {
    flex: 0 1 100%;
  }
}
.flex-widget__newsletter-signup .gform_footer input[type="submit"] {
  width: 100%;
  margin-top: 20px;
}
.flex-widget__newsletter-signup form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-widget__newsletter-signup form input[type="text"],
.flex-widget__newsletter-signup form input[type="email"] {
  border: 1px solid #868892;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}
@media screen and (max-width: 1000px) {
  .flex-widget__newsletter-signup form input[type="text"],
  .flex-widget__newsletter-signup form input[type="email"] {
    width: 100%;
  }
}
.flex-widget__newsletter-signup form input[type="submit"] {
  background: #00aea9;
}
.flex-widget__newsletter-signup form .gfield_label {
  display: none;
}
.flex-widget__photo-headline {
  border-top: 5px solid #00aea9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-widget__photo-headline__image {
  position: relative;
  width: 100%;
}
.flex-widget__photo-headline__image img {
  height: auto;
}
.flex-widget__photo-headline__image a {
  background: none;
  color: #ffffff;
}
.flex-widget__photo-headline__image a:hover {
  color: #ffffff;
}
.flex-widget__photo-headline__image__caption {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  line-height: 4rem;
  font-weight: 600;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(38, 38, 38, 0.5);
  color: #ffffff;
  padding: 4px 0;
}
.flex-widget__icon-block {
  border-top-width: 4px;
  border-top-color: #00aea9;
}
.has-background .flex-widget__icon-block {
  border-color: transparent;
}

.width__full {
  flex: 1 0 100%;
  width: 100%;
}
.width__half {
  flex: 0 1 50%;
}
.container > .width__half {
  flex: 0 1 calc(50% - 15px);
}
.width__onethird {
  flex: 0 1 calc(100% / 3 - 20px);
}
@media screen and (max-width: 1000px) {
  .width__onethird {
    flex: 1 1 100%;
    margin-bottom: 20px;
  }
}
.width__twothird {
  flex: 0 1 calc(100% / 3 * 2);
}

#breadcrumbs {
  font-size: 10px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 2rem;
  padding: 4px 0;
  color: #262626;
}
#breadcrumbs a {
  color: #555;
}

.content-header {
  height: 675px;
  background-size: cover;
  background-position: 0;
  color: #ffffff;
}
.content-header__tagline {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 80px;
  line-height: 8rem;
  text-shadow: -1px 1px 1px rgba(38, 38, 38, 0.6);
  font-weight: 600;
  width: 100%;
  text-align: center;
}
.content-header__cta {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 60px;
  line-height: 6rem;
  border: 2px solid white;
  color: #ffffff;
  padding: 5px 10px;
}
.content-header__cta:hover {
  color: #ffffff;
}
.content-header .container {
  display: flex;
  align-content: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  padding: 0 0 20px 0;
}

.main-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-content::after {
  display: none;
}
.single .main-content {
  padding: 40px 0 0;
}
.main-content__entry {
  flex: 0 1 calc(70% - 40px);
}
.main-content__entry p,
.main-content__entry li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 40px;
  line-height: 4rem;
}
.main-content__entry li {
  list-style: disc;
  margin-left: 20px;
}
.main-content__entry__header {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 60px;
  line-height: 6rem;
  text-transform: uppercase;
  font-weight: 600;
}

main .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main .container::after {
  display: none;
}
.page main .container {
  padding: 40px 0;
}

.page-sidebar {
  flex: 0 1 30%;
}
.page-sidebar .widget {
  background: #f2f2f2;
  border-top: 5px solid #00aea9;
  padding: 20px;
}
.page-sidebar .widget:not(:last-of-type) {
  margin-bottom: 2rem;
}
.page-sidebar .widget-donate-button {
  background: none;
  border: none;
  padding: 0;
}
.page-sidebar .widget-donate-button .bttn {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  line-height: 4rem;
  color: #ffffff;
  background: #cf0f2d;
  text-align: center;
  width: 100%;
  display: block;
  border-radius: 5px;
}
.page-sidebar .widget h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 40px;
  line-height: 4rem;
  color: #00aea9;
  font-weight: 600;
}
.page-sidebar .widget a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 40px;
  line-height: 4rem;
  color: #666;
}
.page-sidebar .classes {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 40px;
  line-height: 4rem;
}

.widget p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
}
.widget-newsletter label {
  display: none;
}
.widget-newsletter input[type="email"],
.widget-newsletter input[type="text"] {
  width: 100%;
  background: #ffffff;
  padding: 10px 10px;
}

.event-filter {
  border: 1px solid #eeeeee;
  padding: 2rem;
  margin: 0 0 4rem 0;
}
.event-filter legend {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 40px;
  line-height: 4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.event-filter .filter-item {
  float: left;
  margin-right: 30px;
}
.event-filter .filter-item:last-child {
  float: right;
  text-align: right;
  margin-right: 0;
}
.event-filter .filter-item:last-child input {
  margin-bottom: 1rem;
}
.event-filter .filter-item .label {
  display: block;
  font-weight: bold;
  padding-bottom: 1rem;
}
.event-filter .filter-item .label .optional {
  font-weight: normal;
}
.event-filter .filter-item .date {
  width: 110px;
}
.event-filter .filter-item input,
.event-filter .filter-item select {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.event-filter .filter-item.filter-category select {
  width: 250px;
}
.event-filter p {
  display: block;
  clear: both;
}
.event-filter .reset {
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
}

.events-list {
  margin-bottom: 2rem;
}
.events-list li {
  position: relative;
  padding: 0.5rem 0 0.5rem 20px;
}
.events-list li:before {
  content: "\f105";
  font-family: FontAwesome;
  text-align: center;
  position: absolute;
  left: 0;
  display: block;
  height: 20px;
  width: 20px;
  margin-top: -1px;
}
.events-list li .availability {
  background: #594f3c;
  color: #ffffff;
  border-radius: 3px;
  display: inline-block;
  padding: 2px 5px;
}
.events-list li .availability a {
  color: #ffffff;
  text-decoration: underline;
}
.events-list li.not-available, .events-list li.past {
  color: #999;
}
.events-list li.not-available .availability, .events-list li.past .availability {
  background-color: #c7c7c7;
  color: #999;
  cursor: default;
}
.events-list li.past, .events-list li.future {
  font-weight: 400;
}

#main .content .listed-event .events-list {
  margin: 0;
  padding: 0;
}
#main .content .listed-event .events-list li {
  list-style: none !important;
  padding: 0 !important;
}
#main .content .listed-event .events-list li:before {
  content: '';
  display: none;
}

#wpseo-storelocator-form {
  margin: 2rem 0 4rem 0;
  padding: 10px;
  border: 1px solid #eeeeee;
}
#wpseo-storelocator-form input,
#wpseo-storelocator-form select {
  padding-top: 1rem;
  padding-bottom: 1rem;
  cursor: pointer;
}
#wpseo-storelocator-form input[type=submit] {
  display: inline-block;
  width: auto;
  padding: 1rem 20px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 0;
  background: #00aea9;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#wpseo-storelocator-form input[type=submit]:hover {
  background: #594f3c;
}

#wpseo-directions-form input,
#wpseo-directions-form select {
  display: inline-block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  cursor: pointer;
  margin-right: 10px;
  margin-left: 10px;
}
#wpseo-directions-form input[type=submit] {
  display: inline-block;
  width: auto;
  padding: 1rem 20px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 0;
  background: #00aea9;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#wpseo-directions-form input[type=submit]:hover {
  background: #594f3c;
}
#wpseo-directions-form:after {
  content: '';
  clear: both;
}

#searchform {
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
}
#searchform > div {
  display: flex;
  align-items: center;
}
#searchform label {
  display: none;
}
#searchform input[type="text"] {
  background: none;
  border: none;
  padding: 0;
  width: 0;
  transition: width 0.2s, padding 0.2s;
}
#searchform.active input[type="text"] {
  width: 100px;
  padding: 0 5px;
  border: 1px solid rgba(38, 38, 38, 0.75);
  margin: 0 0 0 4px;
}
#searchform #searchsubmit {
  background: none;
  border: none;
  padding: 0;
  color: rgba(38, 38, 38, 0.75);
  margin: 0 0 0 8px;
}
#searchform #searchsubmit i {
  color: rgba(38, 38, 38, 0.75);
}

/*# sourceMappingURL=style.css.map */
