/*
Theme Name: Rape and Abuse Crisis Center
Description: Flint custom web application for RACC FM.
Author: Flint Group
Author URI: http://flint-group.com
*/
/* =========================================================================
   THIRD PARTY -------------------------------------------------------------
   ========================================================================= */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ==================================================================== */
/* GRAVITY FORMS BASIC STYLES ----------------------------------------- */
/* ==================================================================== */
.gform_body>ul {
  margin-left: -1em;
  margin-right: -1em;
}

.gform_body>ul>li {
  margin-bottom: 1.5em;
}

.gform_fields {
  margin: 24px -1em 0 -1em;
  padding: 0;
}

.gfield, .gfield_radio, .gfield_checkbox {
  list-style: none;
  margin: 0 0 1.5em;
  padding: 0;
}

.gfield_radio, .gfield_checkbox {
  margin: 0;
}

.gfield:after, .gfield_radio:after, .gfield_checkbox:after {
  content: "";
  display: table;
  clear: both;
}

.gfield {
  width: 100%;
  clear: both;
  padding-left: 1em;
  padding-right: 1em;
}

.gfield.clearfix {
  overflow: hidden;
}

.gfield.half,
.gfield.third,
.gfield.twothirds,
.name-complex>div>span {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body .gform_wrapper label.gfield_label+div.ginput_container {
  margin-top: 0 !important;
}

.ginput_left {
  clear: left;
}

.ginput_complex {
  position: relative;
  margin: 0 -1em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.ginput_complex>span {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 1em;
}

.gform_wrapper .gfield_label {
  font-weight: normal;
  margin-bottom: 0.3em;
  margin-left: .1em;
  font-size: 19px;
  font-weight: 700;
  display: block;
  text-align: left;
  line-height: 120%;
}

.gform_wrapper .ginput_complex label {
  margin-left: .2em;
  font-size: .7em;
}

.gform_wrapper .gfield_required {
  display: inline-block;
  margin-left: .05em;
}

.gfield_required, .gfield_contains_required .gfield_label:after {
  display: inline-block;
}

.gfield select,
.gfield input[type="text"],
.gfield input[type="email"],
.gfield input[type="tel"],
.gfield textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

select,
input[type="text"],
textarea,
input[type="email"],
input[type="tel"],
input[type="password"] {
  box-sizing: border-box;
  padding: 10px 6px;
  width: 100%;
  border: 2px solid #999;
  color: #333;
  background: #FFF;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-transition: all .35s;
  transition: all .35s;
  -moz-transition: all .35s;
  -webkit-transition: all .35s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.1em;
  border-radius: 4px;
}

.gform_wrapper .ginput_complex .ginput_full input[type="text"],
.gform_wrapper .ginput_complex .ginput_full input[type="url"],
.gform_wrapper .ginput_complex .ginput_full input[type="email"],
.gform_wrapper .ginput_complex .ginput_full input[type="tel"],
.gform_wrapper .ginput_complex .ginput_full input[type="number"],
.gform_wrapper .ginput_complex .ginput_full input[type="password"],
.gform_wrapper .ginput_complex .ginput_right input[type="text"],
.gform_wrapper .ginput_complex .ginput_right input[type="url"],
.gform_wrapper .ginput_complex .ginput_right input[type="email"],
.gform_wrapper .ginput_complex .ginput_right input[type="tel"],
.gform_wrapper .ginput_complex .ginput_right input[type="number"],
.gform_wrapper .ginput_complex .ginput_right input[type="password"],
.gform_wrapper .ginput_complex .ginput_right select,
.gform_wrapper .ginput_complex input[type="text"],
.gform_wrapper .ginput_complex input[type="url"],
.gform_wrapper .ginput_complex input[type="email"],
.gform_wrapper .ginput_complex input[type="tel"],
.gform_wrapper .ginput_complex input[type="number"],
.gform_wrapper .ginput_complex input[type="password"],
.gform_wrapper .ginput_complex select {
  width: 100% !important;
  padding: 8px;
  margin-left: 0 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-transition: all .35s;
  transition: all .35s;
  -moz-transition: all .35s;
  -webkit-transition: all .35s;
}

.gfield input[type="text"]:focus,
.gfield textarea:focus,
.gfield input[type="email"]:focus,
.gfield input[type="tel"]:focus,
.gfield select:focus {
  background-color: #f7f7f5;
  border-color: #b3ca47;
  outline: none;
}

.gform_wrapper textarea.medium {
  height: 140px !important;
  padding: 8px !important;
  font-size: 0.9em !important;
}

.gfield select,
.gform_wrapper .ginput_complex select,
.gform_wrapper .ginput_complex .ginput_right select {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAJCAYAAAA7KqwyAAAAjUlEQVQokY3OMQrCMBSA4a/RwRPoGRQUz6Aigt62Di7W2VW9hPQILi6vUEoCzRbe+7+kquv6iRmO+Bp3Frjhl1Bhg0cMxsQNtpgknPHCcgQyj3iFD04JLQ49pCkg83igi3doUww75B0LQyQbQ+ottdhnkGIM08E3O+SOdSBKcQ7IIUpxCegj17hfcjH8AWANKnFBYlJNAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: 98% center;
  padding: 0 12px !important;
  height: 53px;
  line-height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 1em !important;
  color: #666;
}

.gfield .ginput_container_consent {
  position: relative;
  padding-left: 40px;
}

.gfield .ginput_container_consent input[type="checkbox"] {
  position: absolute;
  top: 0.2em;
  left: 0.5em;
}

.gfield .ginput_container_consent label.gfield_consent_label {
  display: block;
  font-size: 17px;
  line-height: 130% !important;
  margin-bottom: 0.8em;
  margin-top: 1.2em;
}

select::-ms-expand {
  display: none;
}

.gfield_radio {
  margin-top: 0.5em;
}

.gfield_radio>li,
.gfield_checkbox>li {
  position: relative;
  padding-left: 30px;
  margin-top: 5px;
}

.gfield_radio>li>label,
.gfield_checkbox>li>label {
  display: inline-block;
  line-height: 20px;
  vertical-align: top;
}

.gform_wrapper input[type=radio],
.gform_wrapper input[type=checkbox] {
  display: block;
  position: absolute;
  vertical-align: top;
  left: 0;
  top: 0;
  border-radius: 999px;
  -webkit-appearance: button;
  border: 1px solid #999;
  background-color: #FFF;
  color: #FFF;
  white-space: nowrap;
  overflow: hidden;
  width: 20px;
  height: 20px;
  outline: none;
}

.gform_wrapper input[type=checkbox] {
  border-radius: 6px;
}

.gform_wrapper input[type=radio]:checked,
.gform_wrapper input[type=checkbox]:checked {
  background-color: #666;
  border-width: 5px;
  border-color: #FFF;
  -webkit-box-shadow: 0px 0px 2px 0px black;
  -moz-box-shadow: 0px 0px 2px 0px black;
  box-shadow: 0px 0px 2px 0px black;
}

.gform_wrapper input[type=radio]:hover {
  -webkit-box-shadow: 0px 0px 1px #000;
  box-shadow: 0px 0px 1px #000;
}

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
  font-size: 0.8em !important;
}

.error {
  color: #940000;
}

form>.validation_error {
  font-weight: 600;
  line-height: 120%;
  margin: 1em 0;
  color: #940000;
  border: 1px solid #dadada !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important;
  padding: 0.7em;
  background: rgba(255, 255, 255, 0.5);
}

.gfield_error input[type="text"], .gfield_error textarea {
  border-color: #940000;
  clear: both;
}

.gfield_error .gfield_description.validation_message {
  display: block;
  font-size: 14px;
  margin-top: 3px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #940000;
}

.gform_wrapper .gfield_description {
  padding: 0;
  font-size: 16px;
  color: #737373;
  line-height: 120%;
}

.gform_wrapper .gfield_description:nth-child(2) {
  margin-top: 0px;
  padding-bottom: 2px;
}

.gform_wrapper .gform_footer {
  margin-top: 0 !important;
  padding: 0.4em 0 0.3em !important;
}

.gform_footer button {
  padding-left: 2.5em;
  padding-right: 2.5em;
  margin: 0;
}

.gfield_label:after {
  color: #999;
}

.gfield.inline li {
  display: inline-block !important;
  width: auto;
  margin-right: 3em !important;
}

.hidelabel>label {
  display: none !important;
}

.radio-inline .gfield_radio>li {
  display: inline-block;
  margin-right: 2.5em;
}

.gfield_visibility_hidden, .gform_validation_container {
  display: none !important;
}

.animation-trigger {
  -webkit-transition: all 500ms ease-in;
  -moz-transition: all 500ms ease-in;
  -ms-transition: all 500ms ease-in;
  -o-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
}

#animate-0 {
  -webkit-transform: scale(0, -1);
  -moz-transform: scale(0, -1);
  -ms-transform: scale(0, -1);
  -o-transform: scale(0, -1);
  transform: scale(0, -1);
}

#animate-0.active {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

#animate-1 {
  position: relative;
  left: -100%;
  opacity: 0;
}

#animate-1.active {
  position: relative;
  left: 0;
  opacity: 1;
}

#animate-2 {
  position: relative;
  right: -100%;
  opacity: 0;
}

#animate-2.active {
  position: relative;
  right: 0;
  opacity: 1;
}

#animate-3 {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0;
  transform-origin: top left;
}

#animate-4 {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0;
  transform-origin: top right;
}

#animate-3.active,
#animate-4.active {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.stat-box {
  opacity: 0;
}

.stat-box.active {
  opacity: 1;
}

@media only screen and (min-width: 480px) {

  .gfield.half.left,
  .gfield.third.left,
  .gfiend.twothirds.left,
  .name-complex>div>span:first-child {
    padding-right: 3%;
  }

  .gfield.half,
  .gfield.third,
  .gfield.twothirds,
  .name-complex>div>span {
    width: 50%;
    float: left;
    clear: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .gfield.third {
    width: 33.33%;
  }

  .gfield.twothirds {
    width: 66.66%;
  }
}

/* =========================================================================
   REUSABLES -------------------------------------------------------------
   ========================================================================= */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  min-width: 320px;
  overflow-x: hidden;
}

html body {
  min-width: 320px;
  max-width: 100%;
  overflow-x: hidden;
  color: #202020;
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}

body {
  background: #333 url("img/bg-prism.png") repeat center center;
}

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

.screen-reader-text.focusable:active, .screen-reader-text.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

button, input, select, textarea,
.pure-g [class*="pure-u"] {
  /* Set your content font stack here: */
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  line-height: 150%;
}

a {
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
  text-decoration: none;
  color: #637c27;
}

a:active, a:hover {
  text-decoration: underline;
}

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

figure {
  margin: 0;
  padding: 0;
}

figure img {
  display: block;
}

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

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

a.btn {
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
  display: inline-block;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  background: #f8b81e;
  border-radius: 9999px;
  padding: 14px 35px;
  margin: 1em 0;
  border: 2px solid #f8b81e;
  text-decoration: none;
  white-space: nowrap;
  /*
    &:after{
        content:'\f054';
        @include csstrans();
        position: relative;
        font-family: 'FontAwesome';
        display: inline-block;
        font-size: 0.65em;
        top:-0.1em;
        margin-left:1em;
        vertical-align: middle;
    }
    */
}

a.btn.alt {
  background: #FFF;
}

a.btn:hover, a.btn:active {
  background: #637c27;
  border-color: #637c27;
  color: #FFF;
}

a.btn-sm {
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
  display: inline-block;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  background: #f8b81e;
  border-radius: 9999px;
  padding: 14px 35px;
  margin: 1em 0;
  text-decoration: none;
  white-space: nowrap;
  /*
    &:after{
        content:'\f054';
        @include csstrans();
        position: relative;
        font-family: 'FontAwesome';
        display: inline-block;
        font-size: 0.65em;
        top:-0.1em;
        margin-left:1em;
        vertical-align: middle;
    }
    */
  padding: 10px 20px;
}

a.btn-sm:hover, a.btn-sm:active {
  background: #637c27;
  color: #FFF;
}

button {
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
  display: inline-block;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  background: #f8b81e;
  border-radius: 9999px;
  padding: 14px 35px;
  margin: 1em 0;
  text-decoration: none;
  white-space: nowrap;
  /*
    &:after{
        content:'\f054';
        @include csstrans();
        position: relative;
        font-family: 'FontAwesome';
        display: inline-block;
        font-size: 0.65em;
        top:-0.1em;
        margin-left:1em;
        vertical-align: middle;
    }
    */
  border: none;
  outline: none;
  line-height: 100%;
}

button:hover, button:active {
  background: #637c27;
  color: #FFF;
}

main {
  background: #FFF;
}

p, main li {
  line-height: 150%;
}

a.arrowlink {
  font-weight: 700;
}

a.arrowlink:after {
  content: '\f054';
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
  position: relative;
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 0.6em;
  top: -0.02em;
  margin-left: 1em;
  vertical-align: middle;
}

a.arrowlink:hover:after {
  margin-left: 1.3em;
  margin-right: -0.3em;
}

a.doclink {
  font-weight: 700;
  position: relative;
  padding-left: 1.7em;
}

a.doclink:before {
  content: '\f0f6';
  position: absolute;
  font-family: 'FontAwesome';
  left: 0;
  top: -0.05em;
  font-size: 1.2em;
}

.spacedcols, .spacedcols-md {
  margin-left: -15px;
  margin-right: -15px;
}

.spacedcols>*, .spacedcols-md>* {
  padding-left: 15px;
  padding-right: 15px;
}

.spacedcols-sm {
  margin-left: -10px;
  margin-right: -10px;
}

.spacedcols-sm>* {
  padding-left: 10px;
  padding-right: 10px;
}

.center {
  text-align: center;
}

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

.wrap, .wrap-sm {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

h1, h2, h3, h5 {
  line-height: 120%;
}

h1 {
  font-weight: 400;
  font-size: 26px;
  margin: 0 0 0.7em 0;
}

h2 {
  font-weight: 400;
  font-size: 22px;
}

h3 {
  font-weight: 700;
  font-size: 22px;
}

h4 {
  text-transform: uppercase;
  margin: 1.5em 0 0.1em 0;
}

.center-vert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#pagination {
  margin: 2em 0 2em 0;
  padding: 2.5em 0;
  text-align: center;
}

#pagination .pagination {
  letter-spacing: -0.31em;
}

#pagination .pagination .page-numbers {
  color: #637c27;
}

#pagination .pagination>a,
#pagination .pagination>span {
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
  letter-spacing: normal;
  display: inline-block;
  padding: 0 20px;
  font-size: 13px;
  line-height: 43px;
  min-width: 36px;
  height: 46px;
  font-weight: 700;
  color: #6f6f6f;
  margin: 0 0.5em;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
}

#pagination .pagination>span.disabled {
  color: #FFF;
  border-color: transparent;
  opacity: 0.4;
  cursor: default;
}

#pagination .pagination>a:hover {
  text-decoration: none;
  background: #637c27;
  color: #FFF;
}

#pagination .pagination>span.current {
  border-width: 3px;
  background: tranparent;
  text-decoration: none;
}

#pagination .pagination>.prev,
#pagination .pagination>.next {
  font-family: 'FontAwesome';
  font-size: 24px;
  border: 2px solid transparent;
  background: #637c27;
  color: #FFF;
  padding-left: 16px;
  padding-right: 16px;
}

.readmore {
  font-weight: 700;
  color: #bc5806;
}

.pure-form input[type="password"],
.pure-form input[type="email"],
.pure-form input[type="url"],
.pure-form input[type="date"],
.pure-form input[type="month"],
.pure-form input[type="time"],
.pure-form input[type="datetime"],
.pure-form input[type="datetime-local"],
.pure-form input[type="week"],
.pure-form input[type="tel"],
.pure-form input[type="color"],
.pure-form input[type="number"],
.pure-form input[type="search"],
.pure-form input[type="text"],
.pure-form select,
.pure-form textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #999 !important;
  border-width: 2px !important;
  font-size: 1em;
}

/* =========================================================================
   HEADER/MENU -------------------------------------------------------------
   ========================================================================= */
#screen {
  -o-transition: display 0.25s, visibility 0.25s, opacity 0.25s, max-height 0.75s;
  transition: display 0.25s, visibility 0.25s, opacity 0.25s, max-height 0.75s;
  -moz-transition: display 0.25s, visibility 0.25s, opacity 0.25s, max-height 0.75s;
  -webkit-transition: display 0.25s, visibility 0.25s, opacity 0.25s, max-height 0.75s;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  position: fixed;
  z-index: 50;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
}

#headlogo {
  position: absolute;
  left: 13px;
  top: 13px;
}

.menu-open #screen,
.search-open #screen {
  max-height: 100%;
  -o-transition: display 0s, visibility 0s, opacity 0.35s, max-height 0s;
  transition: display 0s, visibility 0s, opacity 0.35s, max-height 0s;
  -moz-transition: display 0s, visibility 0s, opacity 0.35s, max-height 0s;
  -webkit-transition: display 0s, visibility 0s, opacity 0.35s, max-height 0s;
  visibility: visible;
  opacity: 1;
}

#close-menu, #menu-toggle,
#close-search, #search-toggle {
  position: absolute;
  right: 20px;
  top: 13px;
  font-size: 28px;
  width: 55px;
  height: 55px;
  background: #FFF;
  text-align: center;
  line-height: 55px;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  -o-transition: display 0s, visibility 0.25s, opacity 0.25s, max-height 0s;
  transition: display 0s, visibility 0.25s, opacity 0.25s, max-height 0s;
  -moz-transition: display 0s, visibility 0.25s, opacity 0.25s, max-height 0s;
  -webkit-transition: display 0s, visibility 0.25s, opacity 0.25s, max-height 0s;
}

#close-search, #search-toggle {
  right: 80px;
}

#menu-toggle, #search-toggle {
  opacity: 1;
  max-height: 55px;
  z-index: auto;
  visibility: visible;
}

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

.menu-open #menu-toggle.focusable:active, .menu-open #menu-toggle.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.menu-open #close-menu,
.search-open #close-search {
  visibility: visible;
  max-height: 55px;
  opacity: 1;
}

#header-search {
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
  background: #FFF;
  position: absolute;
  top: 84px;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 0px;
  opacity: 0;
  border-top: 1px solid #ededed;
}

#header-search:before {
  content: '';
  position: absolute;
  top: -6px;
  left: 10%;
  right: 10%;
  height: 12px;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
  background: -o-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
  z-index: 10;
}

#header-search .search-form {
  border: 1px solid #f6f6f6;
  overflow: hidden;
  position: relative;
}

#header-search label input {
  height: 43px;
  padding-left: 12px;
  border: none;
  width: 100%;
}

#header-search button {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: transparent;
  width: 43px;
  height: 43px;
  color: #637c27;
  margin: 0;
}

.search-open #header-search {
  height: 90px;
  padding: 22px;
  opacity: 1;
}

#primary-nav a:hover, #primary-nav a:active {
  text-decoration: none;
}

#secondary-nav>ul {
  position: absolute;
  right: 200px;
  top: 0;
  width: 500px;
  margin: 0;
  padding: 0;
  text-align: right;
}

#secondary-nav>ul>li {
  display: inline-block;
}

#secondary-nav>ul>li>a {
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
  display: block;
  white-space: nowrap;
  padding: 20px 25px 12px 25px;
  color: #202020;
  font-size: 18px;
}

#secondary-nav>ul>li>a:hover, #secondary-nav>ul>li>a:active {
  text-decoration: underline;
}

#secondary-nav>ul>li.escape-secondary {
  position: fixed;
  z-index: 1000;
}

#secondary-nav>ul>li.escape-secondary>a {
  background: #f8b81e;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

#secondary-nav>ul>li.escape-secondary>a:hover, #secondary-nav>ul>li.escape-secondary>a:active {
  text-decoration: none;
  background: #637c27;
  color: #FFF;
}

.scrolled #secondary-nav>ul>li.escape-secondary a {
  padding: 8px 20px 9px;
  font-size: 15px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.7);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.escape-secondary #escape-msg {
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
  position: absolute;
  right: 0;
  top: 130%;
  opacity: 0;
  max-height: 0px;
  width: 320px;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  background: #FFF;
  border: 2px solid #f8b81e;
  border-radius: 10px;
  text-align: left;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0);
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0);
  font-size: 0.7em;
}

.escape-secondary:hover #escape-msg {
  opacity: 1;
  max-height: 300px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

/* =========================================================================
   FOOTER ------------------------------------------------------------------
   ========================================================================= */
#safety-alert {
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  max-width: 700px;
  max-height: 0px;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  left: 20px;
  right: 20px;
  z-index: 10;
  opacity: 0;
  padding: 0px 20px 0px 20px;
  background: #FFF;
  border: 2px solid transparent;
  border-bottom: none;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  border-top-right-radius: 14px;
  border-top-left-radius: 14px;
}

#safety-alert:before {
  content: '\f071';
  font-family: 'FontAwesome';
  position: absolute;
  left: 20px;
  top: 15px;
  font-size: 24px;
}

#safety-alert p {
  font-size: 12px;
  margin: 0.8em 0;
  line-height: 130%;
}

#safety-alert p:last-child {
  margin-bottom: 0;
}

#safety-alert a {
  font-weight: 700;
}

#safety-alert.open {
  opacity: 1;
  padding-top: 35px;
  padding-bottom: 15px;
  border-color: #f8b81e;
  max-height: 200px;
}

#safety-alert-close {
  position: absolute;
  right: 8px;
  top: 0px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: right;
  font-size: 23px;
  z-index: 10;
  color: #f8b81e;
}

#safety-alert-close:hover {
  top: -2px;
  color: #202020;
}

footer#site-footer {
  color: #FFF;
}

footer#site-footer a {
  color: #FFF;
}

footer#site-footer h2 {
  color: #FFF;
  font-weight: 400;
  margin: 0.3em 0 1em 0;
}

footer#site-footer h3 {
  font-weight: 700;
  margin: 0;
  font-size: 1em;
  color: #FFF;
}

footer#site-footer p {
  margin: 0.6em 0;
  font-size: 0.9em;
  line-height: 130%;
}

footer#site-footer address {
  font-style: normal;
  margin: 0 0 1.5em 0;
}

footer#site-footer a.arrowlink {
  display: inline-block;
  font-size: 0.9em;
  margin: 0.6em 0;
  font-weight: 400;
}

footer#site-footer .phonelink a {
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
  font-weight: 400;
  color: #FFF;
  position: relative;
  padding-left: 17px;
}

footer#site-footer .phonelink a:before {
  content: '\f095';
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 0.12em;
  font-weight: normal;
}

footer#site-footer .phonelink a:hover {
  color: #FFF;
}

footer#site-footer #footer-directions {
  font-weight: 700;
}

footer#site-footer #social-buttons {
  margin: 2em 0;
}

footer#site-footer #social-buttons a {
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
  display: inline-block;
  background: #f8b81e;
  border-radius: 999px;
  margin-left: 0.2em;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 28px;
  color: #202020;
  position: relative;
  top: 0;
}

footer#site-footer #social-buttons a:hover, footer#site-footer #social-buttons a:active {
  top: -3px;
  background: #FFF;
}

footer#site-footer #footer-crisisline,
#page #contact-crisisline {
  color: #FFF;
  border: 2px solid #525252;
  background: #212121;
  border-radius: 12px;
  padding: 20px;
  margin: 2em 0;
  text-align: center;
}

footer#site-footer #footer-crisisline h3,
#page #contact-crisisline h3 {
  font-weight: 700;
  margin: 0;
  font-size: 1em;
  color: #FFF;
}

footer#site-footer #footer-crisisline p,
#page #contact-crisisline p {
  margin: 0;
  line-height: 150%;
}

footer#site-footer #footer-crisisline p#crisis-800,
#page #contact-crisisline p#crisis-800 {
  font-weight: 700;
  font-size: 1.4em;
}

footer#site-footer #footer-crisisline a,
#page #contact-crisisline a {
  color: #FFF;
}

#footer-main {
  padding: 3em 0 200px 0;
  border-top: 9px solid #f8b81e;
}

#footer-copyright {
  font-size: 0.7em;
  padding: 4em 0;
}

#footer-copyright a {
  text-decoration: underline;
}

#footer-copyright a:hover, #footer-copyright a:active {
  color: #f8b81e;
}

#footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer-nav ul li {
  margin: 0;
  padding: 0;
}

#footer-nav ul li a {
  display: inline-block;
  vertical-align: top;
  padding: 9px 0 5px 0;
  font-weight: 400;
  line-height: 100%;
  font-weight: 700;
}

/* =========================================================================
   HOME --------------------------------------------------------------------
   ========================================================================= */
#home-hero {
  background-size: cover;
  background-position: center center;
  padding: 10% 0;
  color: #FFF;
}

#home-hero h2 {
  font-size: 5vw;
  margin: 0 0 0.2em 0;
}

#home-crisis-line {
  background: #333;
  color: #FFF;
  padding: 0.6em 0;
  text-align: center;
  font-size: 26px;
}

#home-crisis-line a {
  font-weight: 700;
  color: #FFF;
}

#home-crisis-line a:hover, #home-crisis-line a:active {
  color: #f8b81e;
}

#home-content {
  padding: 3em 0;
  text-align: center;
  background: #FFF url("img/bg-logosun.png") no-repeat right top;
}

#home-content h1 {
  position: relative;
  display: block;
  margin: 0;
  padding: 0.7em 0 0.4em 0;
}

#home-content h1:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 2px;
  left: 50%;
  top: 0;
  margin-left: -20px;
  background: #f8b81e;
}

#home-content p {
  margin: 0 0 0.5em 0;
}

#home-modules, #page #inside-modules {
  padding-bottom: 3em;
}

#home-modules article, #page #inside-modules article {
  text-align: center;
  border: 2px solid #f6f6f6;
  border-radius: 12px;
  margin-bottom: 20px;
  padding: 30px 20px;
}

#home-modules h3, #page #inside-modules h3 {
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 1em 0;
  padding: 0 0 1.2em 0;
}

#home-modules h3 a, #page #inside-modules h3 a {
  color: #bc5806;
}

#home-modules h3:after, #page #inside-modules h3:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 2px;
  left: 50%;
  bottom: 0;
  margin-left: -20px;
  background: #f8b81e;
}

#home-modules p, #page #inside-modules p {
  margin: 0;
}

#home-news {
  padding: 3em 0;
  background: #f2f2f2;
}

#home-news article.home-news-item h3 {
  font-weight: normal;
  margin: 0.8em 0 0.5em 0;
}

#home-news article.home-news-item h3 a {
  color: #202020;
}

#home-news p.home-news-date, #home-news p.home-event-date {
  font-size: 0.8em;
  margin: 0;
}

#home-news .home-news-excerpt p {
  margin: 0.7em 0;
}

#home-news article.home-event-item {
  background: #FFF;
  padding: 30px 20px;
  border-radius: 12px;
  margin-top: 3em;
}

#home-news article.home-event-item h3 {
  font-weight: 400;
  margin: 0.8em 0 0.5em 0;
}

#home-news a.readmore {
  display: block;
  margin: 1em 0 0 0;
}

/* =========================================================================
   INSIDE PAGES ------------------------------------------------------------
   ========================================================================= */
#breadcrumbs-container {
  overflow: hidden;
  padding: 1em 0 2.2em 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #999999;
}

#breadcrumbs-container p {
  font-size: 0.8em;
  font-weight: 600;
  margin: 0;
  line-height: 100%;
  letter-spacing: 0.02em;
}

#leftnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#leftnav ul li {
  margin: 0;
  padding: 0;
}

#leftnav ul li.ultparent a {
  font-weight: 700;
}

#leftnav ul li a {
  display: block;
  padding: 10px 0;
  font-size: 1.1em;
  position: relative;
}

#leftnav ul li.current_page_item a:before {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  left: -15px;
  top: 10px;
  bottom: 10px;
  background: #f8b81e;
}

#page {
  padding: 50px 0;
  background: #FFF url("img/bg-logosun.png") no-repeat right top;
}

#page hr {
  display: block;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  margin-left: -1em;
  margin-right: -1em;
  border: none;
  height: 1px;
  background: #f8b81e;
}

#column-content h1 {
  font-size: 32px;
}

#column-content h2 {
  font-weight: 700;
  margin: 1.8em 0 0.8em 0;
  font-size: 25px;
}

#column-content h2:first-child {
  margin-top: 0;
}

#column-content h3 {
  font-weight: 400;
  font-size: 23px;
  margin: 1.8em 0 0.8em 0;
}

#column-content p.p-hrule {
  display: block;
  margin-top: 3em;
  margin-left: -1em;
  margin-right: -1em;
  padding-top: 2.5em;
  padding-left: 1em;
  padding-right: 1em;
  border-top: 1px solid #f8b81e;
}

#column-content ul:not(.gform_fields) {
  margin: 1.5em 0;
}

#column-content ul:not(.gform_fields) li {
  margin: 0.8em 0;
  line-height: 130%;
}

#inside-header {
  width: 100%;
  padding-top: 29.3%;
  background-size: cover;
  border-bottom: 5px solid #f8b81e;
}

#inside-modules {
  margin: 2.5em 0;
  padding-bottom: 0;
}

#inside-modules h2 {
  margin-top: 0;
}

#inline-cta {
  margin: 2.5em 0;
  text-align: center;
}

#inline-cta h2 {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

#inline-cta a.btn {
  margin: 0 1em;
}

#pullquotes {
  background: #f2f2f2;
  margin: 3em -2000px -50px -2000px;
  padding: 4em 0px 3em 0px;
}

#pullquotes .pure-u-1 {
  margin-bottom: 1em;
}

#pullquotes article {
  position: relative;
  border-radius: 16px;
  background: #FFF;
  min-height: 100%;
  padding: 30px 30px 30px 30px;
}

#pullquotes article:before {
  content: '';
  position: absolute;
  left: -10px;
  top: -10px;
  width: 38px;
  height: 33px;
  background: url("img/quote.svg") no-repeat center center;
}

#pullquotes article p {
  margin: 0;
  font-size: 1.2em;
}

#pullquotes article p.quote-credit {
  padding-top: 40px;
  font-size: 0.9em;
}

#page #people-list {
  margin-top: 2.5em;
  margin-bottom: 1em;
}

#page #people-list h3 {
  margin: 0.3em 0 0 0;
  font-size: 1.2em;
}

#page #people-list h3 i {
  font-size: 0.45em;
  margin-right: -2em;
  position: relative;
  top: -0.3em;
  margin-left: 0.8em;
}

#page #people-list p {
  margin: 0.4em 0;
  font-size: 0.8em;
  line-height: 120%;
}

#page #people-list p.racc-title {
  font-size: 0.9em;
  font-weight: 700;
}

#page #people-list .person {
  margin-bottom: 2em;
}

#page #people-list figure.person-img,
#page #people-list a.person-img {
  display: block;
  margin: 0 0 0.5em 0;
  overflow: hidden;
  border-radius: 12px;
}

#page #people-list figure.person-img img,
#page #people-list a.person-img img {
  display: block;
}

.backlink {
  margin: 0 0 2em 0;
}

.backlink i {
  font-size: 0.45em;
  position: relative;
  top: -0.3em;
  margin-right: 0.8em;
}

#person-content h1 {
  margin: 0;
}

#person-content h3 {
  margin: 0;
}

#person-content figure {
  margin-bottom: 2em;
  max-width: 750px;
  overflow: hidden;
  border-radius: 12px;
}

#career-list {
  border-bottom: 1px solid #637c27;
  margin-bottom: 2.5em;
}

#career-list .career-item-content {
  -webkit-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  max-height: 0px;
  opacity: 1;
  overflow: hidden;
}

#career-list .expanded .career-item-content {
  max-height: 1000px;
  opacity: 1;
}

#career-list .career-item {
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

#career-list .career-item.expanded {
  padding: 0 0 2em 0;
}

#career-list h3 {
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
  display: block;
  position: relative;
  margin: 0;
  line-height: 120%;
  cursor: pointer;
  color: #637c27;
  border-top: 1px solid #637c27;
  padding: 0.6em 0;
}

#career-list h3:after {
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
  content: '\f055';
  font-family: 'FontAwesome';
  position: absolute;
  right: 10px;
  top: 0.7em;
  font-size: 0.8em;
}

#career-list h3:hover:after {
  color: #f8b81e;
}

#career-list .expanded h3 {
  padding-top: 1em;
}

#career-list .expanded h3:after {
  content: '\f056';
  top: 1em;
}

#career-list a.btn-sm {
  margin: 0.8em 0 0 0;
}

#career-list p {
  margin: 0 0 0.5em 0;
}

#donate-amounts {
  margin-top: 2.5em;
}

.currency-sign {
  font-size: 1.8em;
  line-height: 100%;
}

#donateforms button {
  margin-top: 20px;
  margin-bottom: 0;
}

.donate-amount {
  background: #f2f2f2;
  border-radius: 16px;
  padding: 40px;
  text-align: center;
  margin-bottom: 1.5em;
}

.donate-amount p {
  font-size: 1.6em;
  margin: 0;
  line-height: 100%;
}

#column-content .search-result {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #f6f6f6;
}

#column-content .search-result h2 {
  font-size: 1.2em;
  margin: 0;
}

#column-content .search-result p {
  margin: 0.5em 0 0 0;
}

#page .imgcta-inner {
  border: 1px solid #f6f6f6;
  border-radius: 12px;
  overflow: hidden;
  margin: 2em 0;
}

#page .imgcta-inner .imgcta-img {
  background: #f6f6f6;
}

#page .imgcta-inner .imgcta-img img {
  display: block;
}

#page .imgcta-inner .imgcta-content {
  padding: 2em;
}

#page .imgcta-inner h3 {
  margin: 0;
  font-size: 1.3em;
}

#page .imgcta-inner p {
  font-size: 0.9em;
  line-height: 130%;
  margin: 1em 0 0 0;
}

#page .imgcta-inner a.btn {
  margin: 1.5em 0 0 0;
}

.flex-wysiwyg {
  margin: 2em 0;
}

.logo-list .logo-item {
  margin-top: 1em;
  margin-bottom: 1em;
  overflow: hidden;
}

.logo-list .logo-item figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100%;
  padding: 20px;
  border: 1px solid #f6f6f6;
  border-radius: 12px;
}

.logo-list .logo-item figure a {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logo-list .logo-item img {
  max-height: 100px;
}

/* =========================================================================
   CONTACT FORM ------------------------------------------------------------
   ========================================================================= */
#contact-content {
  padding-bottom: 1em;
}

#addl-support {
  border-bottom: 1px solid #637c27;
}

#addl-support h3 {
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
  display: block;
  position: relative;
  margin: 0;
  line-height: 120%;
  cursor: pointer;
  color: #637c27;
  border-top: 1px solid #637c27;
  padding: 0.6em 0;
  font-size: 26px;
  font-weight: 400;
}

#addl-support h3:after {
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
  content: '\f055';
  font-family: 'FontAwesome';
  position: absolute;
  right: 10px;
  top: 0.7em;
  font-size: 0.8em;
}

#addl-support h3:hover:after {
  color: #f8b81e;
}

#addl-support .expanded h3 {
  padding-top: 1em;
}

#addl-support .expanded h3:after {
  content: '\f056';
  top: 1em;
}

#addl-support aside {
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
}

#addl-support aside h4 {
  margin: 0;
}

#addl-support aside p {
  margin: 0.5em 0;
}

#addl-support.expanded aside {
  max-height: 1000px;
  opacity: 1;
  overflow: auto;
  padding-bottom: 1.5em;
}

#addl-support.expanded h3 {
  padding-top: 1em;
}

#addl-support.expanded h3:after {
  content: '\f056';
  top: 1em;
}

#column-content .gform_body>ul>li {
  margin-top: 2em;
  margin-bottom: 0.5em;
}

.flex-gravityform .gform_body .ginput_container_checkbox>ul,
#column-content .gform_body .ginput_container_checkbox>ul,
#column-content .gform_body .ginput_container_radio>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0.5em 0;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.flex-gravityform .gform_body .ginput_container_checkbox>ul li,
#column-content .gform_body .ginput_container_checkbox>ul li,
#column-content .gform_body .ginput_container_radio>ul li {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 100%;
  margin: 0.3em 0;
  line-height: 140%;
}
/*
.flex-gravityform, .gform_body .gfield_description,
#column-content .gform_body .gfield_description {
  margin-top: -1em;
}
*/
.btn-row {
  text-align: center;
  margin: 2em 0;
}

.btn-row a {
  margin: 0 0.6em;
}

/* Thank You Page */
body.page-id-2472 #column-content {
  margin-left: auto;
  margin-right: auto;
}


#contact-address p {
  margin: 0.5em 0;
  line-height: 120%;
  font-size: 0.9em;
}

#contact-address address {
  padding: 2em 0 1em 0;
  font-style: normal;
}

/* =========================================================================
   NEWS/EVENTS -------------------------------------------------------------
   ========================================================================= */
article.news-article {
  padding: 0 0 3em 0;
  margin: 0 0 3em 0;
  border-bottom: 1px solid #f6f6f6;
}

article.news-article figure {
  margin: 2em 0 2em 0;
  overflow: hidden;
  border-radius: 12px;
}

article.news-article figure img {
  display: block;
}

article.news-article h1 {
  margin-bottom: 0.2em;
}

article.news-article h2 {
  margin: 0;
}

article.news-article .news-meta {
  font-size: 0.8em;
  margin: 0.5em 0;
}

article.news-article .news-share {
  margin: 1.5em 0 1em 0;
}

.news-share {
  vertical-align: middle;
}

.news-share .addthis_inline_share_toolbox {
  display: inline-block;
}

#news-sidebar {
  padding-top: 50px;
  padding-bottom: 50px;
}

#news-catnav {
  margin: 0 0 3em 0;
}

#news-catnav h3 {
  margin: 0;
}

#news-catnav ul {
  list-style: none;
  margin: 0.8em 0;
  padding: 0;
}

#news-catnav ul li a {
  display: block;
  padding: 0.4em 0;
}

#event-section {
  padding: 3em 0;
  background: #f2f2f2;
}

#event-section h2 {
  font-weight: 400;
  margin: 0 0 1em 0;
  font-size: 32px;
}

#event-section #event-slider {
  margin-left: -20px;
  margin-right: -20px;
}

#event-section .slick-slide {
  padding-right: 20px;
  padding-left: 20px;
}

#event-section article {
  background: #FFF;
  padding: 30px 20px;
  border-radius: 12px;
  margin-bottom: 1em;
}

#event-section article h3 {
  font-weight: 400;
  margin: 0.8em 0 0.5em 0;
}

#event-section article a.readmore {
  display: block;
  margin: 1em 0 0 0;
}

#event-section article p.event-date {
  font-size: 0.8em;
  margin: 0;
}

#event-section .slick-next, #event-section .slick-prev {
  position: absolute;
  left: -30px;
  top: 50%;
  z-index: 10;
  background: transparent;
  font-size: 40px;
  height: 50px;
  width: 40px;
  line-height: 50px;
  margin-top: -25px;
  font-weight: normal;
  text-align: center;
  padding: 0;
  border-radius: 10px;
}

#event-section .slick-next:hover, #event-section .slick-prev:hover {
  color: #333;
  background: #FFF;
}

#event-section .slick-next.slick-disabled, #event-section .slick-prev.slick-disabled {
  opacity: 0.15;
}

#event-section .slick-next {
  left: auto;
  right: -30px;
}

/* In-Page Forms (Application, etc.) */
.flex-gravityform {
  max-width: 800px;
  margin: 2em auto;
}

#page h2.gsection_title {
  font-weight: 700;
  margin-bottom: 0.5em;
  margin-top: 2em;
}

.flex-gravityform .gform_body>ul>li:first-child>* {
  margin-top: 0;
}

.flex-gravityform .gform_body>ul>li:first-child:before {
  content: '*Required';
  display: block;
  float: right;
}

.flex-gravityform .gfield textarea {
  height: 110px;
}

.ui-datepicker {
  background: #FFF;
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #999;
}

.ui-datepicker-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  margin-left: -5px;
  margin-right: -5px;
}

.ui-datepicker-title select {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 14px !important;
  background-position: 80% center;
}

.ui-datepicker-header {
  position: relative;
  padding-top: 45px;
}

.ui-datepicker-header .ui-datepicker-prev, .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  left: 0;
  top: -5px;
  width: 40px;
  height: 40px;
  text-indent: -3000px;
  overflow: hidden;
}

.ui-datepicker-header .ui-datepicker-prev:before, .ui-datepicker-header .ui-datepicker-next:before {
  content: '\f0a8';
  font-family: "FontAwesome";
  font-weight: 900;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0;
  text-align: center;
  font-size: 25px;
  line-height: 40px;
  text-align: left;
}

.ui-datepicker-header .ui-datepicker-next {
  left: auto;
  right: 0;
}

.ui-datepicker-header .ui-datepicker-next:before {
  content: '\f0a9';
  text-align: right;
}

table.ui-datepicker-calendar {
  margin-top: 15px;
}

table.ui-datepicker-calendar th {
  font-size: 13px;
}

table.ui-datepicker-calendar td {
  padding: 4px;
}

table.ui-datepicker-calendar td a {
  display: block;
  text-align: center;
  padding: 5px;
  font-size: 15px;
  font-weight: 700;
}

table.ui-datepicker-calendar td span {
  font-size: 15px;
  opacity: 0.4;
}


/* =========================================================================
   MEDIA QUERIES -----------------------------------------------------------
   ========================================================================= */
@media only screen and (max-width: 1199px) {
  .hidemobile {
    display: none !important;
  }

  /* content swapping for mobile */
  .flex-flip {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    -webkit-flex-flow: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .flex-flip>* {
    width: auto !important;
  }

  .flex-flip> :first-child {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -moz-box-flex: 2;
  }

  .flex-flip> :last-child {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    -moz-box-flex: 1;
  }

  #headlogo img {
    width: 190px;
    height: 55px;
  }

  #site-header {
    position: fixed;
    left: 0;
    top: 0;
    height: 84px;
    width: 100%;
    z-index: 100;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    background: #FFF;
    -webkit-transition: none;
    -webkit-transform: none;
  }

  #nav-top {
    position: relative;
    height: 84px;
    overflow: visible;
    z-index: 100;
  }

  #nav-top .wrap {
    position: static;
  }

  #header-nav-container {
    position: fixed;
    left: -320px;
    width: 320px;
    top: 0;
    bottom: 0;
    top: 84px;
    background: #FFF;
    overflow: hidden;
    overflow-y: auto;
    /* border-top:1px solid #ededed; */
    border-right: 1px solid #ededed;
    z-index: 1;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -webkit-box-shadow: 10px 0px 30px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 0px 30px -10px rgba(0, 0, 0, 0.2);
  }

  #header-nav-container:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 10%;
    right: 10%;
    height: 12px;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
    background: -o-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
    z-index: 10;
  }

  .menu-open #header-nav-container {
    left: 0;
  }

  #primary-nav {
    position: relative;
    left: auto;
    top: auto;
  }

  #primary-nav ul {
    margin: 0;
    list-style: none;
  }

  #primary-nav>ul {
    padding: 0 20px 0 20px;
    margin: 0;
  }

  #primary-nav>ul>li {
    display: block;
    border-bottom: 1px solid #f6f6f6;
  }

  #primary-nav>ul>li:last-child {
    border: none;
  }

  #primary-nav>ul>li.menu-item-has-children>a:after {
    content: '\f054';
    font-family: 'FontAwesome';
    position: absolute;
    font-weight: normal;
    right: 12px;
    top: 16px;
    font-size: 12px;
  }

  #primary-nav>ul>li.escape-primary {
    background: #f8b81e;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  #primary-nav>ul>li.escape-primary>a {
    color: #333;
  }

  #primary-nav>ul>li>a {
    display: block;
    position: relative;
    line-height: 120%;
    height: auto;
    font-size: 22px;
    padding: 16px 8px 15px 8px;
    font-weight: 600;
  }

  #primary-nav>ul>li>a:hover,
  #primary-nav>ul>li.open>a {
    background: transparent;
  }

  #primary-nav>ul>li.menu-item-has-children.open>a:after {
    content: '\f078';
  }

  #primary-nav ul.sub-menu {
    -webkit-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
    display: block;
    position: relative;
    height: auto;
    width: auto;
    max-height: 0px;
    overflow: hidden;
    clip: auto;
    padding: 0 8px;
  }

  #primary-nav ul.sub-menu>li:last-child {
    border: none;
  }

  #primary-nav ul.sub-menu>li>a {
    display: block;
    padding: 10px 0 10px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.08em;
  }

  #primary-nav li.open>ul.sub-menu,
  #primary-nav li.current-menu-ancestor ul.sub-menu, #primary-nav li.current_page_item>ul.sub-menu {
    max-height: 700px;
    overflow-y: auto;
    margin-top: -8px;
    padding-bottom: 8px;
  }

  main {
    margin-top: 84px;
  }
}

@media only screen and (max-width: 767px) {
  #breadcrumbs-container {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  #breadcrumbs-container.focusable:active, #breadcrumbs-container.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
}

@media only screen and (min-width: 560px) {
  .wrap, .wrap-sm {
    max-width: 520px;
  }
}

@media only screen and (min-width: 768px) {
  #home-news article.home-news-item h3 {
    margin-top: 0;
  }

  #donateforms #onetime-submit {
    margin-top: 0.2em;
  }

  #safety-alert {
    padding-right: 50px;
    padding-left: 100px;
  }

  #safety-alert.open {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #safety-alert p {
    font-size: 13px;
  }

  #safety-alert p:nth-child(2) {
    margin-top: 0;
  }

  #safety-alert:before {
    font-size: 50px;
    top: 28px;
    left: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .wrap {
    max-width: 700px;
  }
}

@media only screen and (min-width: 1024px) {
  .wrap {
    max-width: 960px;
  }

  .wrap-sm {
    max-width: 780px;
  }

  .spacedcols {
    margin-left: -30px;
    margin-right: -30px;
  }

  .spacedcols>* {
    padding-left: 30px;
    padding-right: 30px;
  }

  .spacedcols-md {
    margin-left: -25px;
    margin-right: -25px;
  }

  .spacedcols-md>* {
    padding-left: 25px;
    padding-right: 25px;
  }

  #home-modules article, #inside-modules article {
    height: 100%;
    margin-bottom: 0;
  }

  #home-modules .pure-u-1, #inside-modules .pure-u-1 {
    margin-bottom: 20px;
  }

  #home-news article.home-event-item {
    margin-top: 0;
  }

  #inline-cta {
    text-align: left;
  }
}

@media only screen and (min-width: 1200px) {
  .wrap {
    max-width: 1200px;
  }

  .hidedesktop {
    display: none !important;
  }

  #site-header {
    position: relative;
    height: 135px;
    z-index: 20;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  }

  #headlogo {
    top: 28px;
    left: 10px;
  }

  #header-nav-container {
    position: absolute;
    right: 100px;
    bottom: 0px;
  }

  #search-toggle, #close-search {
    right: 30px;
    top: auto;
    bottom: 0;
    font-size: 24px;
    height: 75px;
    line-height: 65px;
    max-height: none;
  }

  #primary-nav>ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #primary-nav>ul>li {
    display: inline-block;
    position: relative;
  }

  #primary-nav>ul>li>a {
    display: block;
    position: relative;
    white-space: nowrap;
    font-weight: 400;
    font-size: 18px;
    padding: 35px 20px 25px 20px;
    color: #202020;
  }

  #primary-nav ul.sub-menu {
    -webkit-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
    position: absolute;
    top: 100%;
    left: 12px;
    width: 220px;
    list-style: none;
    margin: 0;
    padding: 0;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-box-shadow: 1px 3px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 3px 20px 0px rgba(0, 0, 0, 0.15);
  }

  #primary-nav ul.sub-menu>li {
    display: block;
  }

  #primary-nav ul.sub-menu>li>a {
    display: block;
    background: #FFF;
    color: #202020;
    font-size: 15px;
    padding: 12px;
  }

  #primary-nav li.menu-item-has-children:hover>ul.sub-menu {
    opacity: 1;
    max-height: 800px;
  }

  #primary-nav ul.sub-menu>li>a:hover,
  #primary-nav ul.sub-menu>li.current_page_item>a,
  .single-post ul.sub-menu>li#menu-item-55>a {
    background: #f8b81e;
  }

  #primary-nav>ul>li:hover>a:after,
  #primary-nav>ul>li.current_page>a:after,
  #primary-nav>ul>li.current-menu-item>a:after,
  #primary-nav>ul>li.current_page_ancestor>a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 12px;
    right: 12px;
    height: 8px;
    background: #637c27;
  }

  #primary-nav>ul>li.current_page>a,
  #primary-nav>ul>li.current-menu-item>a,
  .single-casestudy #primary-nav>ul>li.menu-item-object-casestudy>a,
  .single-post #primary-nav>ul>li#menu-item-33>a,
  #primary-nav>ul>li.current_page_ancestor>a {
    color: #637c27;
  }

  #header-search {
    left: auto;
    right: 0;
    width: 0px;
    height: auto;
    max-height: none;
    bottom: 0;
    top: auto;
    background: #f2f2f2;
    border-left: 1px solid #ededed;
  }

  #header-search:before {
    display: none;
  }

  .search-open #header-search {
    width: 300px;
  }

  #footer-main {
    padding-top: 5em;
  }

  #home-hero {
    padding: 13% 0;
  }

  #home-hero h2 {
    font-size: 55px;
  }

  #home-content, #home-news {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  #home-modules {
    padding-bottom: 5em;
  }

  footer#site-footer #footer-crisisline {
    margin: -30px 0 0 0;
    padding: 40px;
  }

  footer#site-footer #social-buttons {
    margin: 0;
    text-align: right;
  }

  #footer-nav ul {
    margin-top: -12px;
  }

  #leftnav {
    margin-top: 0px;
  }

  #page h1 {
    font-size: 48px;
  }

  #page h2 {
    font-size: 28px;
  }

  #page h3 {
    font-size: 26px;
  }
}

@media only screen and (min-width: 1280px) {
  .spacedcols {
    margin-left: -50px;
    margin-right: -50px;
  }

  .spacedcols>* {
    padding-left: 50px;
    padding-right: 50px;
  }

  .spacedcols-md {
    margin-left: -35px;
    margin-right: -35px;
  }

  .spacedcols-md>* {
    padding-left: 35px;
    padding-right: 35px;
  }

  .spacedcols-sm {
    margin-left: -15px;
    margin-right: -15px;
  }

  .spacedcols-sm>* {
    padding-left: 15px;
    padding-right: 15px;
  }

  #site-header .wrap {
    position: relative;
    height: 135px;
  }

  #primary-nav>ul>li>a {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 22px;
  }

  #home-news article.home-news-item {
    padding-top: 40px;
  }

  #home-news article.home-news-item h3 {
    margin-top: 35px;
  }

  #column-content .gform_body .ginput_container_radio>ul li,
  #column-content .gform_body .ginput_container_checkbox>ul li {
    width: 50%;
  }
}

@media only screen and (min-width: 1400px) {
  .wrap {
    max-width: 1400px;
  }

  #home-news article.home-event-item {
    padding: 40px 40px;
  }

  #page {
    padding-bottom: 130px;
  }

  #pullquotes {
    margin-top: 130px;
    margin-bottom: -130px;
  }

  #pullquotes article {
    padding: 50px 60px 50px 110px;
  }

  #pullquotes article:before {
    left: 50px;
    top: 50px;
  }

  #column-content .gform_body .ginput_container_radio>ul li,
  #column-content .gform_body .ginput_container_checkbox>ul li {
    width: 33%;
  }

  #primary-nav>ul>li>a {
    padding-left: 38px;
    padding-right: 38px;
  }

  #primary-nav ul.sub-menu>li>a {
    padding: 17px;
    font-size: 19px;
  }
}

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