/*!
Theme Name: IWDA 2017
Theme URI: http://underscores.me/
Author: Me
Author URI: http://underscores.me/
Description: Custom theme: IWDA 2017, developed by Me
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iwda
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

IWDA 2017 is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Print
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@font-face {
  font-family: 'sassy_off_canvas_nav';
  src: url(assets/fonts/sassy_off_canvas_nav.eot?2816505);
  src: url(assets/fonts/sassy_off_canvas_nav.eot?2816505#iefix) format("embedded-opentype"), url(assets/fonts/sassy_off_canvas_nav.woff?2816505) format("woff"), url(assets/fonts/sassy_off_canvas_nav.ttf?2816505) format("truetype"), url(assets/fonts/sassy_off_canvas_nav.svg?2816505#sassy_off_canvas_nav) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'pt_sansbold';
  src: url(assets/fonts/pts75f-webfont.eot);
  src: url(assets/fonts/pts75f-webfont.eot?#iefix) format("embedded-opentype"), url(assets/fonts/pts75f-webfont.woff2) format("woff2"), url(assets/fonts/pts75f-webfont.woff) format("woff"), url(assets/fonts/pts75f-webfont.ttf) format("truetype"), url(assets/fonts/pts75f-webfont.svg#pt_sansbold) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'noto_sansbold';
  src: url(assets/fonts/notosans-bold-webfont.eot);
  src: url(assets/fonts/notosans-bold-webfont.eot?#iefix) format("embedded-opentype"), url(assets/fonts/notosans-bold-webfont.woff2) format("woff2"), url(assets/fonts/notosans-bold-webfont.woff) format("woff"), url(assets/fonts/notosans-bold-webfont.ttf) format("truetype"), url(assets/fonts/notosans-bold-webfont.svg#noto_sansbold) format("svg");
  font-weight: 400;
  font-style: normal; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 16px; }

body {
  margin: 0;
  font-size: 16px; }

*, *:before, *:after {
  -webkit-transition: background-color 0.6s, padding 0.6s;
  -moz-transition: background-color 0.6s, padding 0.6s;
  -ms-transition: background-color 0.6s, padding 0.6s;
  -o-transition: background-color 0.6s, padding 0.6s;
  transition: background-color 0.6s, padding 0.6s; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

.desktop {
  display: none; }
  @media (min-width: 768px) {
    .desktop {
      display: block; } }

.mobile {
  display: block; }
  @media (min-width: 768px) {
    .mobile {
      display: none; } }

.container .container {
  width: auto !important; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "PT Sans", sans-serif;
  line-height: 1.5; }

#main h1 {
  font-size: 26px;
  line-height: 1.2em;
  color: #000;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  margin-bottom: 30px; }
  #main h1.page--title {
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    padding: 20px 0;
    color: #000;
    text-transform: uppercase;
    margin: 0px; }
  @media (min-width: 768px) {
    #main h1 {
      font-size: 40px; } }

#main h2 {
  font-size: 30px;
  line-height: 32px;
  color: #000;
  font-family: 'PT Sans', sans-serif;
  margin-bottom: 30px;
  margin-bottom: 28px;
  font-weight: 700; }

#main h3 {
  font-size: 24px;
  line-height: 32px;
  color: #6d1b73;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  margin-bottom: 28px;
  margin-bottom: 15px; }

#main h4 {
  font-size: 22px;
  line-height: 22px;
  color: #6d1b73;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 28px;
  text-transform: uppercase; }

p {
  margin-bottom: 1.5em; }

ul {
  margin: 0;
  padding: 0; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin-bottom: 30px;
  display: block;
  padding-left: 0px;
  font-size: 30px;
  color: #9eadb9;
  width: 100%;
  border: none; }
  blockquote p {
    font-size: 23px;
    line-height: 28px; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

#main a {
  color: #ae3cc6;
  font-weight: bold;
  text-decoration: none; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  font-family: 'PT Sans', sans-serif; }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0;
  padding-left: 20px; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

.bg--white {
  background: #FFF; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

#header--wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5000; }

body.admin-bar #header--wrapper {
  top: 32px; }

body.admin-bar #header--masthead.sticky {
  top: 32px !important; }

#content {
  margin-top: 116px; }
  @media (min-width: 768px) {
    #content {
      margin-top: 0; } }

.page-template-template-campaign #content {
  margin-top: 0px; }
  @media (max-width: 768px) {
    .page-template-template-campaign #content {
      margin-top: 0; }
      .page-template-template-campaign #content #campaign--content-wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* optional */
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start; }
      .page-template-template-campaign #content #campaign--content-wrapper #campaign--left {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2; }
      .page-template-template-campaign #content #campaign--content-wrapper #campaign--right {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1; }
        .page-template-template-campaign #content #campaign--content-wrapper #campaign--right .campaign--small-heading {
          margin-top: 40px; }
        .page-template-template-campaign #content #campaign--content-wrapper #campaign--right .fa-lock {
          display: none; } }

#header--top-bar {
  background: rgba(176, 38, 197, 0.8);
  text-align: right;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative; }
  #header--top-bar a {
    color: #FFF;
    text-decoration: none; }
    #header--top-bar a.text--larger, #header--top-bar a.text--smaller {
      cursor: pointer; }
    #header--top-bar a:hover {
      color: #b1d233; }
    #header--top-bar a.search--activate {
      font-size: 20px;
      top: 1px;
      position: relative; }
  #header--top-bar > .container {
    padding: 0 20px 0 31px; }
    #header--top-bar > .container > .desktop div {
      display: inline-block; }
    #header--top-bar > .container > .desktop a {
      padding: 0 2px; }
      #header--top-bar > .container > .desktop a.skip-link.top-bar-item {
        font-weight: normal;
        font-size: 12px; }
  #header--top-bar span.separator {
    position: relative;
    height: 15px;
    width: 1px;
    display: inline-block;
    top: 3px; }
    #header--top-bar span.separator:after {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      background: #FFF;
      z-index: 100;
      content: " "; }
  #header--top-bar ul {
    margin: 0;
    padding: 0;
    display: inline-block; }
    #header--top-bar ul li {
      list-style: none;
      display: inline-block;
      padding: 9px 12px; }

#header--top {
  background: rgba(98, 16, 101, 0.8);
  padding: 25px 0 10px;
  -webkit-box-shadow: 0px 0 125px 40px black;
  -moz-box-shadow: 0px 0 125px 40px black;
  box-shadow: 0px 0 125px 40px black; }

#header--top-right {
  font-family: 'Anton',sans-serif;
  color: #FFF; }
  #header--top-right #header--donate {
    width: 100px;
    display: inline-block;
    text-align: center;
    color: #000;
    font-family: 'noto_sansbold';
    text-transform: uppercase;
    background: #b1d233;
    margin-left: 15px;
    padding: 10px 0;
    text-decoration: none; }
  #header--top-right #header--join {
    background: #000;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 18px;
    padding: 10px 30px;
    font-family: 'noto_sansbold';
    margin-left: 15px;
    font-weight: 400;
    margin-top: 3px; }
  #header--top-right #header--tagline {
    font-size: 16px;
    line-height: 18px;
    font-family: 'pt_sansbold';
    padding: 0;
    margin: 8px 0 0 0;
    text-align: right;
    font-weight: 400;
    clear: both; }
  #header--top-right .count {
    font-size: 45px;
    line-height: 1em; }

#header--mobile {
  background: rgba(98, 16, 101, 0.8); }

#header--mobile-logo {
  padding: 15px; }
  #header--mobile-logo img {
    max-height: 40px; }

#mobile--header-nav-toggle {
  display: inline-block;
  width: 30px;
  height: 29px;
  padding-top: 12px;
  position: relative; }
  #mobile--header-nav-toggle span {
    display: block;
    width: 100%;
    height: 5px;
    background: #FFF; }
    #mobile--header-nav-toggle span:before, #mobile--header-nav-toggle span:after {
      display: block;
      width: 100%;
      height: 5px;
      background: #FFF;
      content: " "; }
    #mobile--header-nav-toggle span:before {
      position: absolute;
      -webkit-transform: translateY(-250%);
      transform: translateY(-250%); }
    #mobile--header-nav-toggle span:after {
      position: absolute;
      -webkit-transform: translateY(250%);
      transform: translateY(250%); }
  #mobile--header-nav-toggle.open span {
    background: none; }
    #mobile--header-nav-toggle.open span:before {
      -webkit-transform: translateY(0) rotate(45deg);
      transform: translateY(0) rotate(45deg);
      top: auto; }
    #mobile--header-nav-toggle.open span:after {
      -webkit-transform: translateY(0) rotate(-45deg);
      transform: translateY(0) rotate(-45deg);
      bottom: auto; }

#mobile--header-search {
  font-size: 32px;
  color: #FFF;
  line-height: 1em; }

.mobile--header-right-item {
  float: right;
  height: 70px;
  width: 25%;
  text-align: center;
  padding-top: 20px; }

#header--mobile {
  position: relative; }

#mobile--header-nav {
  clear: both;
  background: #000;
  display: none; }
  #mobile--header-nav.open {
    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 100; }
  #mobile--header-nav ul {
    margin: 0;
    padding: 10px 15px;
    list-style: none; }
    #mobile--header-nav ul li {
      border-bottom: 1px solid #FFF;
      padding: 5px 0;
      font-weight: bold; }
      #mobile--header-nav ul li:last-child {
        border-bottom: 0; }
      #mobile--header-nav ul li a {
        color: #FFF;
        font-size: 1.3em; }

#header--search {
  position: relative;
  width: 100%;
  display: none; }
  #header--search.open {
    display: block; }
  #header--search #header--search-form-wrapper {
    background: #000; }
  #header--search #header--search-form-wrapper input[type=text] {
    width: 100%;
    margin: 10px 0; }
  #header--search #header--search-form-wrapper input[type=submit] {
    background: #ae3cc6;
    color: #FFF;
    padding: 5px 12px;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    width: 100%;
    height: 30px;
    margin: 5px 0 10px; }
  @media (min-width: 768px) {
    #header--search #header--search-form-wrapper {
      position: absolute;
      right: 0;
      top: 100%;
      padding: 10px;
      width: 100%;
      max-width: 450px; }
      #header--search #header--search-form-wrapper input[type=text] {
        border: none;
        padding: 0 5px;
        margin: 0; }
      #header--search #header--search-form-wrapper input[type=submit] {
        height: auto;
        width: auto;
        margin: 0; }
    #header--search #header--search-form, #header--search #header--search-fields-wrapper {
      display: flex; }
    #header--search #header--search-fields-wrapper {
      flex: 2;
      margin-right: 15px;
      background: #FFF;
      padding: 5px 0; }
      #header--search #header--search-fields-wrapper .form--select-wrapper {
        padding: 0 5px;
        height: 100%;
        border-left: 1px solid #000; }
        #header--search #header--search-fields-wrapper .form--select-wrapper:after {
          background: none;
          color: #000;
          height: 23px;
          line-height: 23px; }
        #header--search #header--search-fields-wrapper .form--select-wrapper select {
          padding: 0;
          height: 100%;
          border: none;
          font-weight: normal; } }

#header--masthead img.sticky {
  width: 100px;
  margin-left: -14px; }

#header--masthead img.normal {
  width: 230px;
  margin-top: 0px;
  margin-left: -14px; }

#header--masthead #header--logo img.sticky {
  display: none; }

#header--masthead #header--logo img.normal {
  display: block; }

#header--masthead.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000; }
  #header--masthead.sticky #header--logo img.sticky {
    display: block; }
  #header--masthead.sticky #header--logo img.normal {
    display: none; }
  #header--masthead.sticky #header--top-right .count {
    font-size: 25px;
    line-height: 30px; }
  #header--masthead.sticky #header--top-right #header--join {
    font-size: 14px;
    padding: 6px 20px; }
  #header--masthead.sticky #header--top-right #header--donate {
    font-size: 14px;
    padding: 6px 20px; }
  #header--masthead.sticky #header--top-right #header--tagline {
    font-size: 11px;
    line-height: 14px;
    padding-top: 2px; }

#campaign-header--masthead {
  background: #ae3cc6;
  padding: 20px 0;
  text-align: center; }

#page--post-thumbnail {
  height: 188px;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  @media (min-width: 768px) {
    #page--post-thumbnail {
      height: 368px; } }

#page--breadcrumbs {
  padding: 20px 0 30px;
  background: #fff; }
  #page--breadcrumbs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block; }
    #page--breadcrumbs ul li {
      display: inline;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 18px;
      font-weight: 400;
      padding: 0 12px;
      border-left: 1px solid #cdced0;
      word-break: break-all; }
      #page--breadcrumbs ul li span {
        padding: 0;
        color: #bbbcbf; }
      #page--breadcrumbs ul li a {
        color: #ae3cc6;
        text-decoration: none;
        font-size: 14px;
        line-height: 12px;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 400; }
      #page--breadcrumbs ul li:first-child {
        border-left: none;
        padding: 0 12px 0 0; }

.page--flex-full-width-image img {
  width: 100%;
  height: auto; }

.page--flex-full-width-image .caption {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: grey;
  font-style: italic;
  padding: 5px 0; }

.page--flex-three-col-text {
  padding: 50px 20px; }
  .page--flex-three-col-text .title p {
    text-align: center;
    font-size: 25px;
    line-height: 28px;
    color: #000;
    font-family: 'PT Sans',sans-serif;
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase; }
  .page--flex-three-col-text .text_details .heading {
    color: #6d1b73;
    font-size: 34px;
    line-height: 40px;
    text-transform: uppercase;
    margin: 8px 0;
    font-weight: 700;
    text-align: center; }
  .page--flex-three-col-text .text_details .content {
    text-align: center; }

.icons--structure {
  padding: 50px 0;
  margin-bottom: 30px; }
  .icons--structure .title {
    text-align: center;
    font-size: 25px;
    line-height: 28px;
    color: #000;
    font-family: 'PT Sans',sans-serif;
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase; }
  .icons--structure .icons--wrapper {
    display: flex; }
    .icons--structure .icons--wrapper .icon-col {
      flex: 1; }
    .icons--structure .icons--wrapper .title {
      color: #000;
      font-size: 16px;
      line-height: 22px;
      text-transform: uppercase;
      margin: 8px 0;
      font-weight: 700; }
    .icons--structure .icons--wrapper .images {
      text-align: center; }
      .icons--structure .icons--wrapper .images img {
        max-width: 90px; }
      .icons--structure .icons--wrapper .images .hover {
        display: none; }
      .icons--structure .icons--wrapper .images:hover .normal {
        display: none; }
      .icons--structure .icons--wrapper .images:hover .hover {
        display: inline; }

.page-template-template-history #page {
  position: relative;
  z-index: 1; }

.page-template-template-history #page--post-thumbnail {
  background-color: #FFF; }

.page--flex-two-column-image h1, .page--flex-two-column-image h2, .page--flex-two-column-image h3, .page--flex-two-column-image h4, .page--flex-two-column-image h5 {
  color: inherit !important; }

.page--flex-two-column-image .two-column-image--text {
  font-size: 16px;
  padding: 20px 30px; }

.page--flex-two-column-image .two-column-image--image {
  background-position: center center;
  background-size: cover;
  min-height: 400px; }
  @media (min-width: 768px) {
    .page--flex-two-column-image .two-column-image--image {
      min-height: 0; } }

@media (min-width: 820px) {
  .page--flex-two-column-image {
    display: flex; }
    .page--flex-two-column-image > div {
      flex: 1; }
    .page--flex-two-column-image.image-left .two-column-image--text {
      padding: 60px 70px; }
    .page--flex-two-column-image.image-right .two-column-image--text {
      padding: 60px 70px; }
    .page--flex-two-column-image.image-right .two-column-image--image {
      order: 2; } }

#main h4.page--flex-expandable-cards-title, #main h4.interactive-map--title {
  max-width: 70%;
  text-align: center;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 700;
  padding: 20px 0;
  color: #000;
  text-transform: uppercase;
  margin: 40px auto; }
  @media (min-width: 768px) {
    #main h4.page--flex-expandable-cards-title, #main h4.interactive-map--title {
      font-size: 40px; } }

.page--flex-interative-map {
  height: 700px;
  position: relative; }

#map--wrapper {
  position: relative; }

#map_canvas {
  min-height: 600px; }

#locations--list ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  #locations--list ul li {
    background: #000;
    margin: 8px 0;
    position: relative;
    padding-left: 30px;
    padding-right: 10px; }
    #locations--list ul li a {
      color: #FFF;
      text-transform: uppercase;
      display: block;
      width: 100%;
      padding: 3px 0;
      font-size: 14px; }
    #locations--list ul li:before {
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      width: 22px;
      height: 100%;
      background: #ae3cc6; }

#main .pageBottomBrief {
  text-align: center;
  padding: 20px 0 0 0; }
  #main .pageBottomBrief a.button {
    color: #FFF;
    padding: 10px 20px;
    margin-top: 40px;
    display: inline-block; }

#page--home-blog-wrapper h4.title {
  font-size: 40px;
  text-align: center;
  color: #000;
  line-height: 1.2em;
  margin: 30px 0; }

.page--flex-thumbnail-text {
  margin: 40px auto 0 auto; }
  .page--flex-thumbnail-text .content-row {
    margin-bottom: 40px; }

#main .page--flex-goals-highlight {
  background-size: cover; }
  #main .page--flex-goals-highlight .goals-highlight-overlay-content-wrapper {
    background: rgba(0, 0, 0, 0.8);
    padding: 40px 30px;
    margin: 60px 0; }
    #main .page--flex-goals-highlight .goals-highlight-overlay-content-wrapper .goals-highlight-title {
      font-family: 'PT Sans', sans-serif;
      margin: 0 0 15px 0;
      padding: 0;
      font-weight: 700;
      text-transform: uppercase;
      color: #FFF;
      font-size: 35px; }
    #main .page--flex-goals-highlight .goals-highlight-overlay-content-wrapper .goals-highlight-content {
      color: #FFF;
      font-size: 18px; }
      #main .page--flex-goals-highlight .goals-highlight-overlay-content-wrapper .goals-highlight-content p:last-child {
        margin-bottom: 0; }

#footer--register-wrapper {
  padding-top: 40px;
  background: #FFF; }
  #footer--register-wrapper #footer--register-wrapper-inner {
    background: #6d1b73;
    padding: 15px 0; }
    #footer--register-wrapper #footer--register-wrapper-inner ul.gform_fields {
      margin: 0;
      padding: 0;
      list-style: none; }
      #footer--register-wrapper #footer--register-wrapper-inner ul.gform_fields li {
        display: block;
        float: none;
        width: 100%;
        margin: 10px 0; }
        #footer--register-wrapper #footer--register-wrapper-inner ul.gform_fields li input {
          width: 100%; }
      @media (min-width: 768px) {
        #footer--register-wrapper #footer--register-wrapper-inner ul.gform_fields {
          float: none;
          width: 100%;
          display: flex; }
          #footer--register-wrapper #footer--register-wrapper-inner ul.gform_fields li {
            flex: 1;
            padding: 0 10px 0 0;
            margin: 0; }
          #footer--register-wrapper #footer--register-wrapper-inner ul.gform_fields input {
            width: 100%; } }
    #footer--register-wrapper #footer--register-wrapper-inner input.gform_button {
      display: block;
      width: 100%;
      padding-top: 5px;
      padding-bottom: 5px; }
      @media (min-width: 768px) {
        #footer--register-wrapper #footer--register-wrapper-inner input.gform_button {
          display: inline-block;
          width: auto; } }
    @media (min-width: 768px) {
      #footer--register-wrapper #footer--register-wrapper-inner .gform_wrapper form {
        display: flex; }
        #footer--register-wrapper #footer--register-wrapper-inner .gform_wrapper form .gform_body {
          flex: 2.5; } }
    #footer--register-wrapper #footer--register-wrapper-inner #footer--register-label {
      color: #fff;
      font-size: 20px;
      padding: 5px 0;
      line-height: 22px;
      font-family: 'PT Sans', sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      text-align: center;
      display: block; }
      @media (min-width: 1200px) {
        #footer--register-wrapper #footer--register-wrapper-inner #footer--register-label {
          text-align: left;
          display: inline-block; } }
    #footer--register-wrapper #footer--register-wrapper-inner .validation_error {
      display: none; }
    #footer--register-wrapper #footer--register-wrapper-inner .validation_message {
      color: #FFFFFF; }

#footer--main {
  background: #000;
  color: #FFF;
  padding: 20px 0 25px; }
  #footer--main .footer-note {
    font-size: 12px; }
  #footer--main #footer--widgets--wrapper {
    display: flex; }
    #footer--main #footer--widgets--wrapper > div {
      padding: 0 20px 0 0;
      flex: 1; }
    #footer--main #footer--widgets--wrapper a {
      color: #FFF;
      text-transform: uppercase; }
      #footer--main #footer--widgets--wrapper a.button {
        background: #b1d233;
        color: #000;
        margin-top: 15px;
        display: inline-block; }
    #footer--main #footer--widgets--wrapper ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      #footer--main #footer--widgets--wrapper ul a {
        font-family: 'PT Sans',sans-serif;
        font-weight: 700;
        font-size: 93.75%;
        line-height: normal;
        padding-bottom: 12px;
        display: block;
        text-decoration: none; }
        #footer--main #footer--widgets--wrapper ul a:hover {
          color: #b1d233; }
      #footer--main #footer--widgets--wrapper ul.sub-menu a {
        font-size: 75%;
        line-height: normal;
        text-transform: uppercase;
        padding-bottom: 8px; }
  #footer--main ul.gform_fields li {
    margin-bottom: 5px; }
    #footer--main ul.gform_fields li input {
      width: 100%; }
  #footer--main .gform_footer input {
    width: 100%; }

#footer--bottom {
  background: #000;
  border-top: 1px solid #FFF;
  padding: 20px 0; }
  #footer--bottom .mobile .button {
    background: #b1d233;
    color: #000;
    display: block;
    margin: 30px 0;
    padding: 10px 0; }
  #footer--bottom ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #footer--bottom ul li {
      display: block;
      text-align: center; }
      #footer--bottom ul li a {
        color: #FFF;
        text-transform: uppercase;
        text-decoration: none;
        font-family: 'PT Sans',sans-serif;
        font-size: 17px;
        line-height: 23px;
        font-weight: 700; }
    @media (min-width: 768px) {
      #footer--bottom ul li {
        display: inline-block;
        padding: 0 10px 0 0;
        text-align: left; }
        #footer--bottom ul li a {
          font-size: 75%;
          line-height: 26px; } }
  #footer--bottom .footer--right {
    text-align: center; }
    @media (min-width: 768px) {
      #footer--bottom .footer--right {
        text-align: right; } }
  #footer--bottom #footer--tagline {
    margin: 0 0 10px 0;
    padding: 0;
    font-family: 'PT Sans',sans-serif;
    font-weight: 700;
    font-size: 110%;
    color: #FFF;
    text-align: center; }
    @media (min-width: 768px) {
      #footer--bottom #footer--tagline {
        display: inline-block;
        font-size: 75%;
        margin: 0; } }
  #footer--bottom #footer--social {
    display: inline-block; }
    @media (min-width: 768px) {
      #footer--bottom #footer--social {
        margin: -8px 0 0 20px; } }
    #footer--bottom #footer--social li {
      display: inline-block;
      padding: 0 5px;
      text-align: left; }
      #footer--bottom #footer--social li i {
        font-size: 20px;
        color: #000;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        background: #FFF;
        padding: 6px;
        width: 35px;
        line-height: 25px;
        text-align: center; }
      #footer--bottom #footer--social li:hover i {
        background: #b1d233; }
      #footer--bottom #footer--social li:last-child {
        display: block;
        text-align: center;
        margin-top: 20px;
        padding: 0; }
        @media (min-width: 768px) {
          #footer--bottom #footer--social li:last-child {
            display: inline-block;
            padding: 0 10px 0 0;
            text-align: left;
            margin-top: 0; } }

#share--sticky-wrapper {
  position: fixed;
  top: 50%;
  transform: translate(-53px, 150px);
  z-index: 99;
  display: flex;
  align-items: baseline;
  transition: all 0.6s; }
  #share--sticky-wrapper.open {
    transform: translate(0, 150px); }
  #share--sticky-wrapper.share--hidden {
    transform: translate(-97px, 150px); }
  #share--sticky-wrapper #share--sticky-icons {
    padding: 5px 10px;
    background: #ae3cc6; }
  #share--sticky-wrapper #share--sticky-open {
    transform: rotate(-90deg) translate(-8px, -12px);
    background: #ae3cc6;
    padding: 10px;
    color: #FFF; }
  #share--sticky-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #share--sticky-wrapper ul a i {
      color: #ae3cc6;
      background: #FFF;
      width: 33px;
      height: 33px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      text-align: center;
      font-size: 20px;
      line-height: 33px;
      margin: 3px 0; }

.footerWidget .widgetTitle {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 8px; }

.established {
  background: none;
  border-radius: 2px;
  color: #000;
  font-family: "PT Sans", sans-serif;
  font-size: 26px;
  font-weight: 700;
  margin: 0 auto;
  padding: 15px 6px;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 284px;
  border: 4px solid #b026c4; }
  .established .finalPhase {
    margin: 0 auto 58px;
    border-color: #bbbcbf; }

section#cd-timeline {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0; }

.finalPurple.finalPhase {
  border-color: #ae3cc6; }

.cd-container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto; }

.cd-container::after {
  content: '';
  display: table;
  clear: both; }

#cd-timeline {
  position: relative;
  padding: 3em 0;
  margin-top: 2em;
  margin-bottom: 2em; }

.cd-timeline-content.activeTime::before {
  background-color: #b026c4; }

.stem-info {
  top: 0;
  left: 0;
  height: 100px;
  width: 100px;
  position: fixed;
  z-index: 999999;
  background: #fff; }

.cd_timeline::before {
  background-color: transparent; }

.stem-back {
  top: 0;
  left: 50%;
  margin-left: -42px;
  position: fixed;
  height: 0;
  width: 10px;
  background: transparent; }

.make {
  background: #b026c5;
  position: fixed;
  width: 84px;
  z-index: 1;
  height: 60%; }

.scroll_base {
  top: 0;
  left: 50%;
  margin-left: -42px;
  position: fixed;
  width: 84px;
  height: 100%;
  background: #bbbcbf;
  z-index: 0; }

.stem-mask {
  position: absolute;
  top: 84px;
  left: 50%;
  margin-left: -42px;
  width: 84px;
  bottom: 0;
  background: url("images/history-line.png") repeat-y transparent; }

.gf_step_number {
  display: none; }

@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em; }
  #cd-timeline::before {
    left: 50%;
    margin-left: -42px; } }

.cd-timeline-block {
  position: relative; }

.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both; }

.cd-timeline-block:first-child {
  margin-top: 0; }

.cd-timeline-block:last-child {
  margin-bottom: 0; }

@media only screen and (min-width: 1170px) {
  .cd-timeline-block:first-child {
    margin-top: 0; }
  .cd-timeline-block:last-child {
    margin-bottom: 0; } }

.pink_box {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  display: table-cell;
  font-size: 20px; }

.cd-timeline-img {
  background: url(images/transparent-circle.png);
  height: 53px;
  left: -8px;
  position: absolute;
  top: 0;
  width: 53px;
  z-index: 9; }

.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px; }

.cd-timeline-img.cd-movie {
  background: #c03b44; }

.cd-timeline-img.cd-location {
  background: #f0ca45; }

@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 84px;
    height: 84px;
    left: 50%;
    margin-left: -42px;
    display: table;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden; }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 .6s;
    -moz-animation: cd-bounce-1 .6s;
    animation: cd-bounce-1 .6s; } }

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5); }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2); }
  100% {
    -moz-transform: scale(1); } }

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.cd-timeline-content {
  background: none repeat scroll 0 0 transparent;
  border-radius: .25em;
  color: #bbbcbf;
  margin-left: 60px;
  padding: 1em;
  position: relative; }

.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both; }

.cd-timeline-content h2 {
  color: #b026c4;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

.cd-timeline-content > p {
  font-family: "PT Sans", sans-serif;
  line-height: 22px; }

.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: .8125rem; }

.cd-timeline-content h2 {
  color: #bbbcbf;
  margin-top: 0;
  margin-bottom: 20px; }

.cd-timeline-content.activeTime h2, .cd-timeline-content.activeTime p {
  color: #b026c4; }

.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block; }

.cd-timeline-content p {
  margin: .5em 0 1em;
  line-height: 1.6; }

.cd-timeline-content .cd-read-more {
  background: #bbbcbf;
  border-radius: 1px;
  color: #fff;
  float: right;
  font-family: "PT Sans", sans-serif;
  font-size: 16px !important;
  font-weight: 700;
  padding: 13px 26px;
  text-transform: uppercase; }

.cd-timeline-content.activeTime .cd-read-more {
  background: #b026c4;
  color: #FFF !important; }

.cd-timeline-content .cd-read-more.left_a {
  float: left !important; }

.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #b026c4; }

.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7; }

.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 84px;
  width: 37px;
  background: url(images/history-lineH.png) repeat-x #bbbcbf; }

.cd-top-fixed-gap {
  height: 75px; }

@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.375rem; }
  .cd-timeline-content p {
    font-size: 100%; }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: .875rem; } }

@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em 1.15em 2.6em;
    width: 43%; }
  .cd-timeline-content::before {
    top: 0;
    left: 100%;
    border-color: transparent;
    border-color: #b026c4; }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem; }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right; }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 0;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-color: #b026c4; }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right; }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right; }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 .6s;
    -moz-animation: cd-bounce-2 .6s;
    animation: cd-bounce-2 .6s; } }

@media only screen and (min-width: 1170px) {
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse .6s;
    -moz-animation: cd-bounce-2-inverse .6s;
    animation: cd-bounce-2-inverse .6s; } }

@media only screen and (max-width: 1170px) {
  .cd-timeline-content .cd-read-more {
    float: none; }
  .cd-timeline-img {
    width: 84px;
    height: 84px;
    left: 0;
    margin-left: 0;
    display: table; }
  .stem-mask {
    top: 84px;
    left: 0;
    margin-left: 0;
    bottom: 0; }
  .stem-back {
    left: 0;
    margin-left: 0; }
  .scroll_base {
    left: 0;
    margin-left: 0; }
  .cd-timeline-content {
    margin-left: 121px;
    padding: 1.5em 1em 2.5em; }
  .cd-timeline-content::before {
    top: 0; }
  .cd-top-fixed-gap {
    height: 50px; }
  .estblished {
    margin: 0;
    width: auto;
    display: inline-block;
    font-size: 22px;
    padding: 10px 20px; }
  .estblished.finalPhase {
    margin: 0 0 58px;
    width: auto;
    display: inline-block;
    font-size: 22px;
    padding: 10px 20px; } }

@media only screen and (max-width: 768px) {
  .cd-timeline-content::before {
    width: 18px; }
  .cd-timeline-content {
    margin-left: 102px;
    padding-left: 0.6em;
    padding-right: 0.6em; } }

@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0); } }

@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px); }
  100% {
    -moz-transform: translateX(0); } }

@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0); } }

@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px); }
  100% {
    -moz-transform: translateX(0); } }

@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

#blog--content {
  padding-top: 20px;
  background: #eaeaea; }
  #blog--content #posts_container {
    display: block;
    margin: 0 auto;
    width: 90%;
    max-width: 1170px;
    position: relative; }
    #blog--content #posts_container .owl-prev {
      position: absolute;
      top: 50%;
      left: -18px;
      transform: translate(0, -50%);
      color: #ae3cc6;
      font-size: 24px; }
    #blog--content #posts_container .owl-next {
      position: absolute;
      top: 50%;
      right: -18px;
      transform: translate(0, -50%);
      color: #ae3cc6;
      font-size: 24px; }
    #blog--content #posts_container .post--archive-loop-wrapper {
      margin-bottom: 20px; }
      #blog--content #posts_container .post--archive-loop-wrapper .post--archive-loop {
        margin: 0 10px;
        background: #FFF;
        height: 100%;
        position: relative; }
        #blog--content #posts_container .post--archive-loop-wrapper .post--archive-loop .image {
          height: 300px;
          background-size: cover;
          position: relative; }
          #blog--content #posts_container .post--archive-loop-wrapper .post--archive-loop .image a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
      @media (min-width: 768px) {
        #blog--content #posts_container .post--archive-loop-wrapper {
          min-width: 33%;
          max-width: 33%; } }
      #blog--content #posts_container .post--archive-loop-wrapper .post--archive-loop-content {
        padding: 0 30px; }
        #blog--content #posts_container .post--archive-loop-wrapper .post--archive-loop-content .title {
          text-transform: uppercase;
          font-size: 20px;
          margin-top: 10px;
          padding-bottom: 60px;
          font-weight: bold; }
          #blog--content #posts_container .post--archive-loop-wrapper .post--archive-loop-content .title a {
            color: #000;
            text-decoration: none; }
        #blog--content #posts_container .post--archive-loop-wrapper .post--archive-loop-content .category a {
          text-transform: uppercase;
          text-align: left;
          margin: 30px 0 0 0;
          color: #000;
          display: block; }
        #blog--content #posts_container .post--archive-loop-wrapper .post--archive-loop-content .post--archive--footer {
          text-transform: uppercase;
          font-weight: bold;
          position: absolute;
          bottom: 10px;
          left: 30px; }
          #blog--content #posts_container .post--archive-loop-wrapper .post--archive-loop-content .post--archive--footer a {
            color: #000; }
    @media (min-width: 768px) {
      #blog--content #posts_container {
        display: flex;
        flex-wrap: wrap; }
        #blog--content #posts_container .post--archive-loop {
          flex: 1; } }

.single .post--archive-loop-content .title {
  padding-top: 30px; }

#blog--load-more-wrapper {
  background: #eaeaea; }

#blog--load-more {
  border: 1px solid #ae3cc6;
  line-height: 2.4em;
  color: #ae3cc6;
  margin: 10px 0 80px 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 16px;
  display: none; }
  @media (min-width: 768px) {
    #blog--load-more {
      display: block; } }
  #blog--load-more.disabled {
    cursor: not-allowed;
    opacity: 0.5; }

#home--slider-wrapper .home--slider-item {
  overflow: hidden; }
  #home--slider-wrapper .home--slider-item .home--slider-item-bg {
    height: 56.25vw;
    max-height: 600px;
    background-size: cover;
    background-position: 50% 50%;
    position: relative; }
  #home--slider-wrapper .home--slider-item .home--slider-item-video-wrapper {
    height: 56.25vw; }
  #home--slider-wrapper .home--slider-item .owl-video-tn {
    background-size: cover !important; }
  #home--slider-wrapper .home--slider-item .container {
    position: relative; }
  #home--slider-wrapper .home--slider-item.normal .home--slider-item-text-content {
    background: #000;
    width: 40%;
    margin-left: -15px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px; }
    #home--slider-wrapper .home--slider-item.normal .home--slider-item-text-content h4.title {
      font-size: 46px;
      color: #FFF;
      padding-top: 40px;
      line-height: 1.1em;
      margin-bottom: 0; }
    #home--slider-wrapper .home--slider-item.normal .home--slider-item-text-content .content {
      padding: 10px 0;
      font-size: 14px;
      color: #FFF; }
      #home--slider-wrapper .home--slider-item.normal .home--slider-item-text-content .content p {
        margin-bottom: 0; }
    #home--slider-wrapper .home--slider-item.normal .home--slider-item-text-content .link {
      padding-top: 20px; }
      #home--slider-wrapper .home--slider-item.normal .home--slider-item-text-content .link a {
        color: #FFF;
        padding: 10px 20px; }
  #home--slider-wrapper .home--slider-item.normal .home--slider-item-bg {
    display: flex;
    align-items: center;
    justify-content: center; }
  #home--slider-wrapper .home--slider-item.image .home--slider-item-bg a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #home--slider-wrapper .home--slider-item.video .owl-video-wrapper {
    position: absolute;
    height: 56.25vw;
    max-height: 600px;
    background: #000;
    top: 0;
    left: 0;
    width: 100%; }

#home--featured-video-wrapper {
  height: 100vh;
  overflow: hidden;
  position: relative;
  background: #000; }
  #home--featured-video-wrapper .video_background {
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -99; }
  #home--featured-video-wrapper .video-foreground {
    transition: opacity 0.5s;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden; }
  #home--featured-video-wrapper .video-foreground,
  #home--featured-video-wrapper .video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #home--featured-video-wrapper #home--featured-video-overlay-wrapper {
    position: relative;
    z-index: 1000;
    display: flex;
    height: 100%;
    align-items: center; }
    #home--featured-video-wrapper #home--featured-video-overlay-wrapper .container {
      transform: translate(0, 20%); }
    #home--featured-video-wrapper #home--featured-video-overlay-wrapper .row {
      display: flex;
      align-items: center; }
      #home--featured-video-wrapper #home--featured-video-overlay-wrapper .row > div {
        flex: 0.3; }
    #home--featured-video-wrapper #home--featured-video-overlay-wrapper .home--featured-video-overlay-content-wrapper {
      background: rgba(0, 0, 0, 0.8);
      padding: 0 30px 30px 40px; }
    #home--featured-video-wrapper #home--featured-video-overlay-wrapper .home--featured-video-title {
      font-size: 40px;
      font-family: 'PT Sans', sans-serif;
      color: #FFF;
      padding-top: 25px;
      line-height: 1.1em;
      margin-bottom: 0;
      margin-top: 0;
      text-transform: uppercase;
      font-weight: bold; }
    #home--featured-video-wrapper #home--featured-video-overlay-wrapper .home--featured-video-content {
      padding: 10px 0;
      font-size: 18px;
      color: #FFF; }
      #home--featured-video-wrapper #home--featured-video-overlay-wrapper .home--featured-video-content p:last-of-type {
        margin-bottom: 0; }
    #home--featured-video-wrapper #home--featured-video-overlay-wrapper .home--featured-video-footer {
      padding-top: 20px; }
      #home--featured-video-wrapper #home--featured-video-overlay-wrapper .home--featured-video-footer a {
        color: #FFF;
        padding: 10px 20px;
        display: inline-block; }
    #home--featured-video-wrapper #home--featured-video-overlay-wrapper .home--featured-video-overlay-link {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
  #home--featured-video-wrapper #home--featured-video-more {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    color: #FFF;
    border: 4px solid #FFF;
    padding: 2px 7px;
    border-radius: 50px;
    font-size: 23px;
    cursor: pointer;
    z-index: 1000;
    -webkit-animation: bounce 2s infinite linear;
    animation: bounce 2s infinite linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }

#main .page--flex-four-col-cards h4.title {
  font-size: 26px;
  text-align: center;
  color: #000;
  line-height: 1.2em;
  margin-bottom: 30px;
  margin-top: 70px; }
  @media (min-width: 768px) {
    #main .page--flex-four-col-cards h4.title {
      font-size: 60px; } }

#main .page--flex-four-col-cards div.description {
  text-align: center;
  font-size: 22px; }

#main .page--flex-four-col-cards .page--flex-title-wrapper {
  padding: 0 0 30px 0; }
  @media (min-width: 768px) {
    #main .page--flex-four-col-cards .page--flex-title-wrapper {
      padding: 40px 0 60px 0; } }

#cards--wrapper #cards--items-wrapper {
  background-size: cover;
  padding-top: 30px; }
  @media (min-width: 768px) {
    #cards--wrapper #cards--items-wrapper {
      padding-top: 300px; } }
  #cards--wrapper #cards--items-wrapper #cards--items-wrapper_ {
    background: rgba(98, 16, 101, 0.8); }

#cards--wrapper .cards--items {
  padding: 0 50px; }
  @media (min-width: 768px) {
    #cards--wrapper .cards--items {
      display: flex;
      max-width: 1170px;
      margin: 0 auto;
      padding: 0; } }
  #cards--wrapper .cards--items .owl-nav > div {
    position: absolute;
    top: 0;
    width: 50px;
    height: 100%;
    text-align: center;
    color: #FFF; }
    #cards--wrapper .cards--items .owl-nav > div i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    #cards--wrapper .cards--items .owl-nav > div.owl-prev {
      left: 0; }
    #cards--wrapper .cards--items .owl-nav > div.owl-next {
      right: 0; }
  #cards--wrapper .cards--items .cards--item {
    flex: 1;
    text-align: center;
    padding: 30px 0;
    cursor: pointer; }
    @media (min-width: 768px) {
      #cards--wrapper .cards--items .cards--item {
        background: none; } }
    #cards--wrapper .cards--items .cards--item:hover, #cards--wrapper .cards--items .cards--item.active {
      background: #000; }
    #cards--wrapper .cards--items .cards--item p.icon {
      font-size: 100px;
      margin-bottom: 0;
      color: #FFF; }
    #cards--wrapper .cards--items .cards--item .card-title {
      color: #FFF;
      font-size: 18px;
      text-transform: uppercase; }

#cards--wrapper .cards--item-description {
  background: #000;
  color: #FFF;
  max-height: 0;
  transition: all 0.5s;
  overflow: hidden; }
  #cards--wrapper .cards--item-description.active {
    max-height: 200px;
    padding: 30px 0; }
  #cards--wrapper .cards--item-description p {
    margin: 0; }
    @media (min-width: 768px) {
      #cards--wrapper .cards--item-description p {
        float: left; } }
  #cards--wrapper .cards--item-description .cards--more-link {
    float: none;
    display: block;
    padding: 5px 10px;
    background: #ae3cc6;
    color: #FFF;
    width: 100%;
    text-align: center;
    margin-top: 10px; }
  @media (min-width: 768px) {
    #cards--wrapper .cards--item-description .cards--more-link {
      float: right;
      display: inline-block;
      padding: 5px 10px;
      background: #ae3cc6;
      color: #FFF;
      width: auto;
      margin-top: 0; } }

.expandable-card--wrapper {
  margin-bottom: 40px; }
  .expandable-card--wrapper .expandable-card--image {
    min-height: 150px;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px; }
    .expandable-card--wrapper .expandable-card--image img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .expandable-card--wrapper .expandable-card--content-wrapper {
    background: #000;
    color: #FFF; }
  .expandable-card--wrapper .expandable-card--title {
    color: #FFF;
    font-size: 20px;
    padding: 3px 10px 1px 10px;
    text-transform: uppercase; }
    .expandable-card--wrapper .expandable-card--title .fa {
      float: right;
      padding-top: 2px; }
    .expandable-card--wrapper .expandable-card--title.active .fa {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .expandable-card--wrapper .expandable-card--content {
    display: none;
    font-size: 14px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    padding: 10px; }
    .expandable-card--wrapper .expandable-card--content p:last-child {
      margin-bottom: 10px; }
    .expandable-card--wrapper .expandable-card--content .expandable-card--read-more {
      color: #FFF; }

.home #donate--wrapper {
  margin-top: 0; }

#donate--wrapper {
  background: #6d1b73;
  padding: 20px 0;
  margin-top: 50px;
  text-align: center; }
  @media (min-width: 990px) {
    #donate--wrapper {
      text-align: left; } }
  #donate--wrapper .donate--section-title {
    color: #FFF;
    font-size: 20px;
    line-height: 45px; }
  @media (min-width: 768px) {
    #donate--wrapper .donate--section-fields form {
      display: flex;
      justify-content: flex-end; } }
  #donate--wrapper .donate--section-fields form button, #donate--wrapper .donate--section-fields form input[type=text] {
    flex: 1;
    height: 45px;
    margin: 5px 0;
    background: #FFF;
    color: #000;
    text-align: center;
    font-weight: bold;
    width: 100%;
    display: none; }
    @media (min-width: 768px) {
      #donate--wrapper .donate--section-fields form button, #donate--wrapper .donate--section-fields form input[type=text] {
        max-width: 100px;
        margin: 0 5px;
        display: block; } }
    #donate--wrapper .donate--section-fields form button.selected, #donate--wrapper .donate--section-fields form input[type=text].selected {
      background: #ED0A76;
      color: #FFF; }
    #donate--wrapper .donate--section-fields form button::-webkit-input-placeholder, #donate--wrapper .donate--section-fields form input[type=text]::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #000; }
    #donate--wrapper .donate--section-fields form button::-moz-placeholder, #donate--wrapper .donate--section-fields form input[type=text]::-moz-placeholder {
      /* Firefox 19+ */
      color: #000; }
    #donate--wrapper .donate--section-fields form button:-ms-input-placeholder, #donate--wrapper .donate--section-fields form input[type=text]:-ms-input-placeholder {
      /* IE 10+ */
      color: #000; }
    #donate--wrapper .donate--section-fields form button:-moz-placeholder, #donate--wrapper .donate--section-fields form input[type=text]:-moz-placeholder {
      /* Firefox 18- */
      color: #000; }
  #donate--wrapper .donate--section-fields form > .button {
    height: 45px;
    margin: 5px 0;
    text-transform: uppercase;
    width: 100%;
    white-space: nowrap;
    line-height: 37px; }
    @media (min-width: 768px) {
      #donate--wrapper .donate--section-fields form > .button {
        width: auto !important;
        margin: 0 5px;
        display: block; } }
  #donate--wrapper .donate--section-fields .donate--more-ways {
    margin-left: 5px;
    color: #FFF;
    line-height: 1.1em;
    font-size: 12px;
    padding-top: 10px;
    text-align: center;
    white-space: nowrap; }
  #donate--wrapper .button {
    background: #b1d233;
    color: #000; }
    #donate--wrapper .button.donate--submit-button {
      display: block;
      width: 100%;
      margin-bottom: 20px; }
  @media (min-width: 990px) {
    #donate--wrapper .container {
      display: flex; }
      #donate--wrapper .container .donate--section-title {
        flex: 1.5; }
      #donate--wrapper .container .donate--section-fields {
        flex: 3; } }

#donate--popup-button {
  background: #b1d233;
  position: fixed;
  right: 19px;
  top: 25%;
  transform: rotate(-90deg);
  transform-origin: right 50%;
  padding: 7px 15px;
  z-index: 1000;
  transition: all 0.5s;
  display: none; }
  @media (min-width: 768px) {
    #donate--popup-button {
      display: block; } }
  #donate--popup-button.share--hidden {
    right: -19px; }
  #donate--popup-button:hover {
    background: #ED0A76; }
    #donate--popup-button:hover a {
      color: #FFF; }
  #donate--popup-button a {
    color: #000;
    text-decoration: none;
    transition: all 0.5s;
    font-weight: bold; }

#donate--popup-wrapper {
  max-width: 800px;
  background: #FFF;
  padding: 0; }
  #donate--popup-wrapper .donate--popup-content-wrapper {
    display: flex; }
    #donate--popup-wrapper .donate--popup-content-wrapper .donate--popup-image {
      flex: 1; }
    #donate--popup-wrapper .donate--popup-content-wrapper .donate--popup-content {
      padding: 20px;
      flex: 1; }
      #donate--popup-wrapper .donate--popup-content-wrapper .donate--popup-content h4 {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 32px;
        margin: 25px 0 15px 0; }
      #donate--popup-wrapper .donate--popup-content-wrapper .donate--popup-content a.donate--popup-readmore.button {
        background: #b1d233;
        color: #000;
        padding: 12px 30px;
        font-size: 20px;
        clear: both;
        display: inline-block;
        margin-top: 5px;
        outline: none; }
        #donate--popup-wrapper .donate--popup-content-wrapper .donate--popup-content a.donate--popup-readmore.button:hover {
          background: #90ac26; }
      #donate--popup-wrapper .donate--popup-content-wrapper .donate--popup-content p {
        line-height: 1.4em; }
  #donate--popup-wrapper .fancybox-close-small {
    background: none;
    padding: 0; }
    #donate--popup-wrapper .fancybox-close-small:after {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      background: #ae3cc6;
      color: #FFF;
      top: 0;
      right: 0;
      width: 40px;
      height: 40px;
      font-size: 35px;
      line-height: 40px; }

@media (min-width: 768px) {
  #single--content-wrapper.has-sidebar {
    display: flex; } }

#single--content-wrapper.has-sidebar #primary-single {
  flex: 3; }
  @media (min-width: 768px) {
    #single--content-wrapper.has-sidebar #primary-single {
      padding: 0 80px 0 0; } }

#single--content-wrapper.has-sidebar #secondary {
  flex: 1; }

#single--content-wrapper ul {
  margin-bottom: 1.5em; }

#single--content-wrapper #donate--wrapper {
  margin: 1.5em 0; }

#post--share-wrapper {
  padding: 10px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 20px; }
  #post--share-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #post--share-wrapper ul li {
      display: inline-block;
      color: #FFF;
      padding: 4px 8px;
      cursor: pointer;
      font-size: 12px; }
      #post--share-wrapper ul li i {
        color: #FFF; }
      #post--share-wrapper ul li.facebook {
        background: #1d5a9e; }
      #post--share-wrapper ul li.twitter {
        background: #49c9f2; }
      #post--share-wrapper ul li.sharethis {
        background: #00a651; }
      #post--share-wrapper ul li.linkedin {
        background: #0077B5; }

#post--author-wrapper {
  display: flex; }
  #post--author-wrapper #post--author-image {
    padding-right: 30px; }
    #post--author-wrapper #post--author-image img {
      border-radius: 50%; }
  #post--author-wrapper .name {
    font-weight: bold; }

#post--author-social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex; }
  #post--author-social li i {
    padding: 10px;
    border-radius: 24px;
    color: #FFF;
    font-size: 18px;
    width: 36px;
    text-align: center;
    height: 36px;
    line-height: 20px;
    margin: 0 3px; }
  #post--author-social li.facebook i {
    background: #1d5a9e; }
  #post--author-social li.twitter i {
    background: #49c9f2; }
  #post--author-social li.linkedin i {
    background: #0077b5;
    line-height: 17px; }

#single--related-posts-wrapper {
  background: #eaeaea; }
  #single--related-posts-wrapper h3.single--post-related-title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 0; }

#main .single-post-widget--wrapper {
  background: #eaeaea;
  margin-bottom: 30px; }
  #main .single-post-widget--wrapper .single-post-widget--content-wrapper {
    padding: 20px; }
  #main .single-post-widget--wrapper .single-post-widget--title {
    margin: 0 0 10px 0;
    font-size: 1.35em;
    line-height: 1.38em; }
    #main .single-post-widget--wrapper .single-post-widget--title a {
      color: #000; }
  #main .single-post-widget--wrapper .single-post-widget--content {
    margin-bottom: 20px; }
  #main .single-post-widget--wrapper .single-post-widget--footer .button {
    padding: 8px 0;
    text-align: center;
    font-size: 1.1em;
    display: block;
    color: #FFF; }
  @media (min-width: 768px) {
    #main .single-post-widget--wrapper {
      display: flex; }
      #main .single-post-widget--wrapper .single-post-widget--image-wrapper {
        flex: 4.6; }
      #main .single-post-widget--wrapper .single-post-widget--content-wrapper {
        flex: 6; }
      #main .single-post-widget--wrapper .single-post-widget--footer .button {
        display: inline-block;
        width: auto;
        padding: 6px 10px;
        font-size: 1em; } }

.filters--form {
  background: #f1f1f1;
  padding-top: 60px; }
  .filters--form input[type=checkbox] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  .filters--form input[type=checkbox] + label {
    padding-left: 20px;
    position: relative; }
    .filters--form input[type=checkbox] + label:before {
      position: absolute;
      top: 1px;
      left: 0;
      width: 14px;
      height: 14px;
      border: 1px solid #000;
      background: #FFF;
      content: ""; }
  .filters--form input[type=checkbox]:checked + label:before {
    font-family: FontAwesome;
    content: "\f00c";
    line-height: 12px;
    font-size: 12px; }
  .filters--form ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .filters--form .form--title {
    padding: 0 10px;
    font-size: 20px;
    line-height: 25px;
    font-family: 'PT Sans',sans-serif;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .filters--form .form--section {
    border-top: 1px solid #000;
    padding: 20px 10px; }
    .filters--form .form--section .form--section-title {
      font-size: 16px;
      line-height: 20px;
      font-family: 'PT Sans',sans-serif;
      color: #000;
      font-weight: 700;
      margin-bottom: 5px;
      text-transform: uppercase; }
    .filters--form .form--section li label {
      font-size: 13px;
      font-family: 'PT Sans',sans-serif;
      font-weight: 400;
      vertical-align: middle;
      cursor: pointer;
      text-transform: uppercase; }

#main #resources--list, #main #events--list {
  padding-top: 60px; }

#main .resource--archive-item {
  display: flex;
  border-bottom: 1px solid #000;
  padding: 0 0 30px 0;
  margin-bottom: 30px; }
  #main .resource--archive-item .resource--item-image {
    flex: 1;
    padding-top: 5px;
    padding-right: 20px; }
  #main .resource--archive-item .resource--item-content {
    flex: 6;
    position: relative; }
  #main .resource--archive-item .resource--item-title {
    margin: 0;
    line-height: 1em; }
    #main .resource--archive-item .resource--item-title a {
      text-transform: uppercase;
      padding-bottom: 10px;
      font-size: 18px;
      line-height: 1em;
      font-family: 'PT Sans',sans-serif;
      font-weight: 700;
      color: #000000; }
  @media (min-width: 768px) {
    #main .resource--archive-item .resource--item-header {
      padding-right: 140px; } }
  #main .resource--archive-item .resource--item-date {
    font-size: 13px;
    line-height: 16px;
    color: grey; }
    @media (min-width: 768px) {
      #main .resource--archive-item .resource--item-date {
        position: absolute;
        top: 0;
        right: 0;
        max-width: 120px; } }
  #main .resource--archive-item .resource--item-countries {
    font-size: 13px;
    line-height: 20px;
    font-family: 'PT Sans',sans-serif;
    font-weight: 400;
    padding: 15px 0; }

#main .event--archive-item {
  border-bottom: 1px solid #000;
  padding: 0 0 30px 0;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    #main .event--archive-item {
      display: flex; } }
  #main .event--archive-item .event--item-image {
    padding-top: 5px;
    padding-right: 20px;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      #main .event--archive-item .event--item-image {
        flex: 1;
        margin-bottom: 0; } }
  #main .event--archive-item .event--item-content {
    position: relative; }
    @media (min-width: 768px) {
      #main .event--archive-item .event--item-content {
        flex: 1; } }
  #main .event--archive-item .event--item-title {
    margin: 0;
    line-height: 1em; }
    #main .event--archive-item .event--item-title a {
      text-transform: uppercase;
      padding-bottom: 10px;
      font-size: 18px;
      line-height: 1em;
      font-family: 'PT Sans',sans-serif;
      font-weight: 700;
      color: #000000; }
  #main .event--archive-item .event--item-header {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      #main .event--archive-item .event--item-header {
        padding-right: 140px; } }
  #main .event--archive-item .event--item-date {
    font-size: 13px;
    line-height: 16px;
    color: grey; }
    @media (min-width: 768px) {
      #main .event--archive-item .event--item-date {
        position: absolute;
        top: 0;
        right: 0;
        max-width: 120px; } }
  #main .event--archive-item .event--item-countries {
    font-size: 13px;
    line-height: 20px;
    font-family: 'PT Sans',sans-serif;
    font-weight: 400;
    padding: 15px 0; }

#main #resources--top-bar {
  background: #000;
  padding: 20px 0; }

#resources--search-form {
  font-size: 0; }
  #resources--search-form input {
    font-size: 15px;
    line-height: 24px; }

#resources--load-more, #events--load-more {
  border: 1px solid #ae3cc6;
  line-height: 2.4em;
  color: #ae3cc6;
  margin: 10px 0 80px 0;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 16px; }
  #resources--load-more.disabled, #events--load-more.disabled {
    opacity: 0.5;
    cursor: not-allowed; }

@media (min-width: 768px) {
  #blog--content .row .post--archive-loop-wrapper.resource {
    min-width: 33%; } }

#blog--content .row .post--archive-loop-wrapper.resource .post--archive--footer {
  left: 50%;
  transform: translate(-50%); }
  #blog--content .row .post--archive-loop-wrapper.resource .post--archive--footer a {
    color: #FFF;
    display: inline-block;
    margin: 0 auto;
    text-decoration: none; }

#campaign--background-image {
  background-repeat: no-repeat;
  background-size: cover;
  height: 446px;
  top: 107px;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%; }

#campaign--content-wrapper {
  margin-top: 40px;
  margin-bottom: 140px;
  background: #FFF;
  font-family: 'PT Sans',sans-serif; }
  @media all and (min-width: 768px) {
    #campaign--content-wrapper {
      display: flex;
      margin-top: 140px; }
      #campaign--content-wrapper > div {
        flex: 1;
        padding: 10px; } }

#campaign--image {
  height: 250px;
  background-size: cover;
  background-position: center center;
  position: relative; }
  #campaign--image a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.campaign--title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px;
  margin-top: 10px; }

#campaign--description {
  font-size: 100%;
  margin-bottom: 30px;
  font-weight: 400; }

.campaign--small-heading {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #000;
  text-transform: uppercase; }
  .campaign--small-heading.form-heading {
    margin-top: 40px; }

.donation_strip {
  display: flex;
  background: #bbbcbe; }
  .donation_strip .achieved {
    background: #ED0A76;
    padding: 5px;
    color: #fff;
    text-align: center;
    text-indent: -9999px;
    width: 0; }
  .donation_strip .pending {
    padding: 5px;
    color: #fff;
    text-align: center; }

.campaign--note {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  margin: 10px 0; }

.campaign--text-below-form {
  padding-left: 30px;
  vertical-align: middle;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #bbbcbf;
  position: relative;
  margin-top: 20px; }
  .campaign--text-below-form .fa {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 32px; }

#secondary {
  padding-top: 80px; }
  #secondary a {
    color: #ae3cc6;
    font-weight: bold; }
  #secondary ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #secondary ul.menu .sub-menu {
      display: none; }
    #secondary ul.menu li a {
      display: block;
      padding: 8px 0;
      border-top: 1px solid #000; }
    #secondary ul.menu li:last-child a {
      border-bottom: 1px solid #000; }
  #secondary .widget-title {
    color: #6d1b73;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px; }
  #secondary .gform_fields label {
    font-weight: normal; }
  #secondary .gfield_radio label {
    margin-left: 10px; }
  #secondary .gform_footer input[type=submit] {
    background: #b1d233;
    color: #000; }
  #secondary .customBtn a {
    text-align: center;
    font-size: 26px;
    line-height: 22px;
    font-weight: 700;
    padding: 15px 18px;
    background: #b1d233;
    color: #000;
    text-decoration: none;
    display: block; }

#shop--category-menu-mobile-header {
  background: #000;
  color: #FFF;
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: 19px;
  font-weight: bold; }
  #shop--category-menu-mobile-header .fa {
    float: right;
    font-size: 25px; }

#shop--category-menu-wrapper {
  background: #000; }
  #shop--category-menu-wrapper #shop--category-menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (min-width: 768px) {
      #shop--category-menu-wrapper #shop--category-menu ul {
        font-size: 0; } }
    #shop--category-menu-wrapper #shop--category-menu ul li a {
      display: block;
      background: #000;
      color: #FFF;
      padding: 0 0 10px 0;
      text-transform: uppercase;
      font-size: 15px; }
    #shop--category-menu-wrapper #shop--category-menu ul li.current-menu-item a, #shop--category-menu-wrapper #shop--category-menu ul li a:hover {
      color: #ae3cc6; }
    @media (min-width: 768px) {
      #shop--category-menu-wrapper #shop--category-menu ul li {
        display: inline-block;
        position: relative; }
        #shop--category-menu-wrapper #shop--category-menu ul li a {
          padding-bottom: 0;
          line-height: 45px;
          display: inline-block;
          padding: 0 10px; }
        #shop--category-menu-wrapper #shop--category-menu ul li.current-menu-item a, #shop--category-menu-wrapper #shop--category-menu ul li.current-product-ancestor a, #shop--category-menu-wrapper #shop--category-menu ul li a:hover {
          color: #FFF;
          background: #ae3cc6; }
        #shop--category-menu-wrapper #shop--category-menu ul li.current-menu-item:after, #shop--category-menu-wrapper #shop--category-menu ul li.current-menu-item:before, #shop--category-menu-wrapper #shop--category-menu ul li.current-product-ancestor:after, #shop--category-menu-wrapper #shop--category-menu ul li.current-product-ancestor:before {
          top: 100%;
          left: 50%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          transform: translate(-50%); }
        #shop--category-menu-wrapper #shop--category-menu ul li.current-menu-item:after, #shop--category-menu-wrapper #shop--category-menu ul li.current-product-ancestor:after {
          border-color: transparent;
          border-top-color: #AE3CC6;
          border-width: 15px; }
        #shop--category-menu-wrapper #shop--category-menu ul li.current-menu-item:before, #shop--category-menu-wrapper #shop--category-menu ul li.current-product-ancestor:before {
          border-color: transparent;
          border-top-color: #AE3CC6;
          border-width: 15px; } }

.woocommerce #page ul.products {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px; }
  .woocommerce #page ul.products li.product {
    width: 33.3%;
    margin: 0 0 40px 0;
    padding: 0;
    text-align: center; }
    .woocommerce #page ul.products li.product:nth-child(3n -1) {
      padding: 0 20px; }
    .woocommerce #page ul.products li.product:nth-child(3n - 2) {
      padding: 0 20px 0 0; }
    .woocommerce #page ul.products li.product:nth-child(3n) {
      padding: 0 0 0 20px; }
    .woocommerce #page ul.products li.product span.price {
      font-size: 20px;
      line-height: 24px;
      font-weight: 700;
      color: #000; }
    .woocommerce #page ul.products li.product .woocommerce-loop-product__title {
      margin-bottom: 5px;
      font-size: 15px;
      line-height: 20px;
      font-weight: 400; }
    .woocommerce #page ul.products li.product .button {
      background: #ae3cc6;
      color: #FFF;
      border-radius: 0; }

.woocommerce #main .woocommerce-message {
  background: #f1ffbc;
  padding: 0;
  border-top: none;
  line-height: 33px;
  font-size: 15px;
  padding-left: 20px;
  margin-top: 30px; }
  .woocommerce #main .woocommerce-message:before {
    display: none; }
  .woocommerce #main .woocommerce-message button, .woocommerce #main .woocommerce-message a.button {
    background: #ae3cc6;
    color: #FFF;
    border-radius: 0; }

.woocommerce .woocommerce-error {
  border-top: 0px none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 0 0 20px;
  text-shadow: none;
  color: #ED0A76;
  background-color: #ffd2e7;
  border-radius: 0px;
  line-height: 35px;
  margin-top: 30px; }
  .woocommerce .woocommerce-error:before {
    display: none; }
  .woocommerce .woocommerce-error button, .woocommerce .woocommerce-error a.button {
    background: #ae3cc6;
    color: #FFF;
    border-radius: 0; }

#page .woocommerce-cart-form {
  display: flex; }
  #page .woocommerce-cart-form #cart--items-wrapper-outer {
    flex: 3;
    padding: 0 30px 0 0; }
  #page .woocommerce-cart-form .cart--collaterals {
    flex: 1; }

#page #cart--items-wrapper .cart--item {
  padding: 20px 0;
  border-bottom: 2px solid #000; }
  #page #cart--items-wrapper .cart--item .product-name a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase; }

#page #cart--items-footer {
  padding: 20px 0;
  border-bottom: 2px solid #000; }
  #page #cart--items-footer input[name=update_cart] {
    background: #b1d233;
    color: #000;
    border-radius: 0; }

#page .cart--item {
  display: flex; }
  #page .cart--item > div {
    flex: 0.5;
    padding: 0 10px; }
    #page .cart--item > div.product-thumbnail {
      flex: 0.5;
      padding-left: 0; }
    #page .cart--item > div.product-name {
      flex: 2; }
    #page .cart--item > div.product-remove {
      text-align: center; }
      #page .cart--item > div.product-remove a.remove {
        color: #000000 !important;
        display: inline-block; }
        #page .cart--item > div.product-remove a.remove:hover {
          background: none; }
    #page .cart--item > div.product-quantity {
      text-align: center; }
  #page .cart--item.cart--header-row {
    padding: 10px 0;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    margin-bottom: 10px; }
    #page .cart--item.cart--header-row div {
      font-size: 16px;
      font-weight: bold;
      text-transform: uppercase; }

#page .cart_totals {
  background: #000; }
  #page .cart_totals .shop_table {
    color: #FFF;
    margin-bottom: 0; }
    #page .cart_totals .shop_table th {
      font-size: 16px;
      text-transform: uppercase;
      text-align: right; }
      #page .cart_totals .shop_table th small {
        font-size: 10px;
        text-transform: none; }
    #page .cart_totals .shop_table td {
      vertical-align: text-top;
      text-transform: uppercase;
      line-height: 30px; }
    #page .cart_totals .shop_table .order-total th {
      font-size: 20px; }
  #page .cart_totals .wc-proceed-to-checkout {
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    width: 90%;
    font-size: 17px; }
    #page .cart_totals .wc-proceed-to-checkout .checkout-button {
      padding: 10px;
      color: #000;
      background: #b1d233;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
      #page .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
        background: #ED0A76;
        color: #FFF; }

#page .cart--return-to-shop {
  background: #ae3cc6;
  color: #FFF;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 40px; }

#single--product-wrapper .product {
  display: flex; }
  #single--product-wrapper .product .woocommerce-product-gallery {
    order: 2;
    flex: 1;
    padding-left: 20px; }
  #single--product-wrapper .product .entry-summary {
    flex: 2;
    padding-right: 30px; }
  #single--product-wrapper .product h1.product_title {
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
    color: #6d1b73;
    font-weight: 700;
    margin: 0 0 10px; }
  #single--product-wrapper .product .product--sku {
    font-size: 12px;
    line-height: 20px;
    color: #bbbcbf;
    text-transform: uppercase; }
  #single--product-wrapper .product .price {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-top: 35px; }
  #single--product-wrapper .product div.quantity {
    width: 80px; }
    #single--product-wrapper .product div.quantity .form--select-wrapper:after {
      height: 35px; }
  #single--product-wrapper .product label {
    color: #000;
    font-size: 14px;
    padding-top: 12px; }
  #single--product-wrapper .product form.cart .variations td {
    line-height: 1em; }
  #single--product-wrapper .product select {
    line-height: 22px;
    height: 35px; }
  #single--product-wrapper .product .stock {
    text-transform: uppercase;
    color: #000; }
  #single--product-wrapper .product .single_add_to_cart_button {
    background: #b1d233;
    color: #000;
    border: none;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    padding: 6px 15px;
    border-radius: 0; }
    #single--product-wrapper .product .single_add_to_cart_button.disabled {
      background: #ae3cc6;
      color: #FFF; }
  #single--product-wrapper .product .quantity .qty {
    border: 1px solid #bbbcbf;
    padding: 4px; }

.woocommerce-checkout #page #cart--items-wrapper .cart--item {
  border-bottom: 1px solid #000; }

.woocommerce-checkout #page .cart--item.cart--header-row {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }

.woocommerce-checkout #page form #checkout--newsletter-section {
  padding-top: 30px;
  border-bottom: 1px solid #000; }
  .woocommerce-checkout #page form #checkout--newsletter-section label {
    display: block;
    padding-left: 18px;
    font-weight: normal; }
    .woocommerce-checkout #page form #checkout--newsletter-section label input {
      margin: 7px 0 0 -18px; }

.woocommerce-checkout #page form #checkout--submit-order-section {
  padding-top: 30px; }

.woocommerce-checkout #page form #checkout--terms-wrapper {
  float: left; }
  .woocommerce-checkout #page form #checkout--terms-wrapper label {
    display: block;
    padding-left: 20px;
    font-weight: normal; }
    .woocommerce-checkout #page form #checkout--terms-wrapper label input {
      margin: 8px 0px 0 -20px; }

.woocommerce-checkout #page form #checkout--submit-wrapper {
  float: right; }
  .woocommerce-checkout #page form #checkout--submit-wrapper input[type=submit] {
    background: #b1d233;
    color: #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 10px 40px;
    font-size: 20px; }
    .woocommerce-checkout #page form #checkout--submit-wrapper input[type=submit]:hover {
      background: #ED0A76;
      color: #FFF; }

.woocommerce-checkout #page form .form-row input[type=text], .woocommerce-checkout #page form .form-row textarea, .woocommerce-checkout #page form .form-row input[type=number], .woocommerce-checkout #page form .form-row input[type=email], .woocommerce-checkout #page form .form-row input[type=tel] {
  padding: 6px;
  border: 1px solid #bbbcbf;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.woocommerce-checkout #page form .form-row label {
  display: none; }

.woocommerce-checkout #page form .form-row#goc_select_field {
  padding: 0;
  margin: 0; }

.woocommerce-checkout #page form #goc--checkout-fields-wrapper {
  border-top: 1px solid #000;
  padding-bottom: 40px; }

.woocommerce-checkout #page form #goc--checkout-fields {
  display: none; }
  .woocommerce-checkout #page form #goc--checkout-fields.active {
    display: block; }

.woocommerce-checkout #page form .goc--checkout-section {
  padding: 20px 0;
  border-bottom: 1px solid #000; }

.woocommerce-checkout #page form .goc--form-group {
  max-width: 33%; }

.woocommerce-checkout #page form .form--section-description {
  margin-bottom: 0; }

.woocommerce-checkout #page form #goc--description {
  padding: 20px 0; }

.woocommerce-checkout #page form h4.form--section-title {
  margin-bottom: 10px; }

.woocommerce-checkout #page form .form--section-description {
  padding: 10px 0; }

.woocommerce-checkout #page form .woocommerce-shipping-fields {
  margin-top: 50px;
  padding-bottom: 50px; }

.woocommerce-checkout #page form .shipping--same-as-billing-wrapper {
  margin-bottom: 20px; }

.woocommerce-checkout #page form #checkout--payment-section {
  padding-top: 30px;
  border-top: 1px solid #000; }

.woocommerce-checkout #page form #payment {
  background: none; }
  .woocommerce-checkout #page form #payment .wc_payment_methods {
    margin: 0;
    padding: 0;
    border-bottom: none; }
  .woocommerce-checkout #page form #payment .payment_box {
    background: none;
    padding: 0; }
    .woocommerce-checkout #page form #payment .payment_box:before, .woocommerce-checkout #page form #payment .payment_box:after {
      display: none; }
    .woocommerce-checkout #page form #payment .payment_box p.form-row {
      display: block;
      float: none;
      clear: both; }
      .woocommerce-checkout #page form #payment .payment_box p.form-row input[type=text] {
        font-size: 22px;
        padding: 6px; }
      .woocommerce-checkout #page form #payment .payment_box p.form-row label {
        display: block;
        text-transform: uppercase;
        font-size: 18px; }

.woocommerce-checkout #page form .donate--buttons-wrapper {
  display: flex; }
  .woocommerce-checkout #page form .donate--buttons-wrapper button {
    flex: 1;
    margin: 0 5px;
    background: none;
    border: 1px solid #bfc0c3;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #000; }
    .woocommerce-checkout #page form .donate--buttons-wrapper button:first-child {
      margin-left: 0; }
    .woocommerce-checkout #page form .donate--buttons-wrapper button:last-child {
      margin-right: 0; }
    .woocommerce-checkout #page form .donate--buttons-wrapper button.active {
      background: #ae3cc6;
      color: #FFF;
      border: 1px solid #ae3cc6; }
    .woocommerce-checkout #page form .donate--buttons-wrapper button:hover {
      background: #ED0A76;
      border: 1px solid #ae3cc6;
      color: #FFF; }

#main .woocommerce-MyAccount-navigation ul {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none; }
  #main .woocommerce-MyAccount-navigation ul li {
    padding: 8px 0;
    border-top: 1px solid #000; }
    #main .woocommerce-MyAccount-navigation ul li:last-child {
      border-bottom: 1px solid #000; }
    #main .woocommerce-MyAccount-navigation ul li.is-active a {
      color: #000; }

#main .woocommerce-MyAccount-content a.button, #main .woocommerce-MyAccount-content input.button {
  background: purple;
  color: #FFF;
  border-radius: 0;
  padding: 8px 14px 6px 14px;
  margin: 0 2px; }
  #main .woocommerce-MyAccount-content a.button.cancel, #main .woocommerce-MyAccount-content input.button.cancel {
    background: #ED0A76;
    color: #FFF; }

#main .woocommerce-MyAccount-content input[type=text], #main .woocommerce-MyAccount-content textarea, #main .woocommerce-MyAccount-content input[type=password], #main .woocommerce-MyAccount-content input[type=email], #main .woocommerce-MyAccount-content input[type=tel] {
  padding: 6px;
  border: 1px solid #bbbcbf;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

#main .woocommerce-MyAccount-content fieldset {
  border: none;
  margin: 0;
  padding: 30px 0 0 0; }
  #main .woocommerce-MyAccount-content fieldset legend {
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    clear: both;
    display: block;
    top: 25px;
    position: relative; }

#main .woocommerce-MyAccount-content .woocommerce-pagination {
  text-align: center;
  margin-bottom: 30px; }

#cart--nav-items-wrapper {
  display: flex; }
  #cart--nav-items-wrapper i.fa {
    color: #FFF;
    position: relative;
    font-size: 22px;
    margin-top: 8px;
    margin-right: 13px; }
    #cart--nav-items-wrapper i.fa span {
      background: #b1d233;
      color: #000;
      padding: 3px;
      font-size: 11px;
      border-radius: 10px;
      width: 15px;
      height: 15px;
      text-align: center;
      line-height: 10px;
      position: absolute;
      top: -4px;
      right: -4px;
      font-weight: bold;
      font-family: "PT Sans"; }
  #cart--nav-items-wrapper a.button {
    background: none;
    color: #FFF;
    font-size: 14px;
    line-height: 25px;
    padding: 5px 10px 2px;
    border-radius: 0;
    transition: color 0.5s; }
    #cart--nav-items-wrapper a.button:hover {
      color: #ae3cc6; }
    #cart--nav-items-wrapper a.button.checkout--button {
      background: #b1d233;
      color: #000; }
      #cart--nav-items-wrapper a.button.checkout--button:hover {
        color: #000; }

.page-template-template-donation-programs .donation-program {
  position: relative;
  background: white;
  padding: 20px;
  -webkit-box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.75);
  box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.75);
  margin-bottom: 30px;
  height: 570px; }
  .page-template-template-donation-programs .donation-program h2 {
    font-size: 24px;
    font-weight: normal;
    line-height: 28px;
    margin: 15px 0 10px 0; }
  .page-template-template-donation-programs .donation-program .donate-program-button-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    width: 100%; }

.page-template-template-donation-programs .minimal-button {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 15px;
  margin-top: 20px;
  opacity: 1;
  transition: opacity 0.3s;
  text-decoration: none; }
  .page-template-template-donation-programs .minimal-button.large {
    font-size: 22px;
    padding: 20px 70px;
    position: relative;
    display: inline-block;
    margin-top: 30px; }
  .page-template-template-donation-programs .minimal-button.green {
    color: black;
    background: #b1d233; }
  .page-template-template-donation-programs .minimal-button:hover {
    opacity: 0.6; }

.page-template-template-donation-programs .minimal-content-top {
  width: 100%;
  padding-top: 50px;
  position: relative;
  z-index: 2; }
  .page-template-template-donation-programs .minimal-content-top h1 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase; }
    .page-template-template-donation-programs .minimal-content-top h1 a {
      text-decoration: none; }

.page-template-template-donation-programs .minimal-content {
  padding-bottom: 100px; }

#calcform {
  padding: 28px 20px;
  background: #ecebeb;
  margin-bottom: 30px; }
  #calcform h3 {
    margin-bottom: 19px;
    margin-top: 0;
    font-weight: bold;
    color: #000;
    font-size: 30px;
    text-transform: uppercase; }
  #calcform fieldset {
    border: none;
    margin: 0;
    padding: 0; }
  @media (min-width: 768px) {
    #calcform .form-row {
      display: flex; } }
  #calcform .form-row > div {
    margin: 10px 0 20px; }
    @media (min-width: 768px) {
      #calcform .form-row > div {
        flex: 1;
        margin: 0 10px; } }
    #calcform .form-row > div:first-child {
      margin-left: 0; }
    #calcform .form-row > div:last-child {
      margin-right: 0; }
    #calcform .form-row > div.submit_button {
      align-self: flex-end;
      flex: 0 1;
      min-width: 16%;
      text-align: right; }
      #calcform .form-row > div.submit_button input {
        border: none;
        display: inline-block;
        background: #b1d233;
        color: #000;
        padding: 8px 20px;
        text-transform: uppercase;
        font-weight: bold;
        width: 100%;
        text-align: center;
        margin-top: 50px; }
        @media (min-width: 768px) {
          #calcform .form-row > div.submit_button input {
            width: auto;
            margin-top: 0; } }
  #calcform label {
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
    text-transform: uppercase; }
  #calcform .form--select-wrapper select {
    height: 30px; }
  #calcform .form--select-wrapper:after {
    height: 30px;
    line-height: 30px;
    width: 30px; }
  #calcform input[type=text] {
    padding: 5px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    border: 1px solid #cccccc;
    width: 100%; }
    #calcform input[type=text].savings {
      border: none !important;
      background: none;
      font-size: 23px;
      color: #b026c5;
      width: 180px;
      margin: 0px;
      padding: 0px !important;
      font-weight: bold;
      line-height: 30px; }

#main .work-with-us--item {
  text-align: center;
  margin-bottom: 40px; }
  #main .work-with-us--item .title a {
    color: #000;
    text-transform: uppercase;
    line-height: 1.2em; }
  #main .work-with-us--item .read-more a {
    padding: 7px 18px;
    color: #fff;
    background: #ae3cc6;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    display: inline-block; }

#blog--content .row .post--archive-loop-wrapper.work-with-us .post--archive-loop-content {
  padding-bottom: 30px; }
  #blog--content .row .post--archive-loop-wrapper.work-with-us .post--archive-loop-content .title {
    padding-bottom: 10px; }
  #blog--content .row .post--archive-loop-wrapper.work-with-us .post--archive-loop-content .post--archive--footer {
    background: red;
    left: 50%;
    transform: translate(-50%); }
    #blog--content .row .post--archive-loop-wrapper.work-with-us .post--archive-loop-content .post--archive--footer a {
      color: #FFF; }

#volunteer--content {
  padding-top: 40px;
  padding-bottom: 25px;
  background: #eaeaea; }
  #volunteer--content .row .post--archive-loop-wrapper {
    margin-bottom: 20px; }
    #volunteer--content .row .post--archive-loop-wrapper .post--archive-loop {
      margin: 0 10px;
      background: #FFF;
      height: 100%;
      position: relative; }
      #volunteer--content .row .post--archive-loop-wrapper .post--archive-loop .image {
        height: 230px;
        background-size: cover;
        position: relative; }
        #volunteer--content .row .post--archive-loop-wrapper .post--archive-loop .image a {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
    @media (min-width: 768px) {
      #volunteer--content .row .post--archive-loop-wrapper {
        max-width: 33%;
        min-width: 33%; } }
    #volunteer--content .row .post--archive-loop-wrapper .post--archive-loop-content {
      padding: 30px 30px 60px 30px;
      position: relative;
      height: 100%; }
      #volunteer--content .row .post--archive-loop-wrapper .post--archive-loop-content .title {
        text-transform: uppercase;
        font-size: 20px;
        margin-top: 10px;
        padding-bottom: 10px; }
        #volunteer--content .row .post--archive-loop-wrapper .post--archive-loop-content .title a {
          color: #000;
          text-decoration: none; }
      #volunteer--content .row .post--archive-loop-wrapper .post--archive-loop-content .desciption {
        margin-top: 10px;
        padding-bottom: 10px; }
      #volunteer--content .row .post--archive-loop-wrapper .post--archive-loop-content .category a {
        text-transform: uppercase;
        text-align: left;
        margin: 30px 0 0 0;
        color: #000;
        display: block; }
      #volunteer--content .row .post--archive-loop-wrapper .post--archive-loop-content .post--archive--footer {
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 30px;
        position: absolute;
        bottom: 20px;
        left: 30px; }
        #volunteer--content .row .post--archive-loop-wrapper .post--archive-loop-content .post--archive--footer a {
          color: #FFFFFF;
          cursor: pointer; }
  @media (min-width: 768px) {
    #volunteer--content .row {
      display: flex;
      flex-wrap: wrap; }
      #volunteer--content .row .post--archive-loop {
        flex: 1; } }

#main .infowindow--content-wrapper * {
  overflow: hidden !important; }

#main .infowindow--content-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px; }

#main a.infowindow--button.button {
  color: #FFF;
  font-size: 14px;
  padding: 6px 15px;
  display: inline-block; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: none;
  border-radius: 3px;
  padding: 5px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

input[type=submit], button, a.button {
  background: #ae3cc6;
  color: #FFF;
  padding: 5px 18px 5px 18px;
  text-transform: uppercase;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none; }
  input[type=submit]:hover, button:hover, a.button:hover {
    background: #8c2fa0; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #CCC; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #CCC; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #CCC; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #CCC; }

.ginput_container_select, .form--select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%; }
  .ginput_container_select select, .form--select-wrapper select {
    height: 37px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    -webkit-appearance: none;
    width: 100%;
    border: 1px solid #CCC;
    padding-left: 5px; }
  .ginput_container_select:after, .form--select-wrapper:after {
    top: 0;
    right: 0;
    border: none;
    font-family: FontAwesome;
    content: "\f078";
    height: 37px;
    width: 41px;
    position: absolute;
    pointer-events: none;
    background: #fff;
    background: #ae3cc6;
    color: #FFF;
    text-align: center;
    line-height: 37px; }

.form--select-wrapper {
  width: 100%; }

#main .gform_wrapper {
  margin-bottom: 40px; }

#main .gform_fields {
  margin: 0;
  padding: 0;
  list-style: none; }
  #main .gform_fields li.gfield {
    margin-bottom: 10px; }
  #main .gform_fields input[type=text], #main .gform_fields textarea {
    paddig: 5px;
    width: 100%;
    border: 1px solid #CCC; }
  #main .gform_fields label {
    display: none; }
  #main .gform_fields .gfield_checkbox {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%; }
    #main .gform_fields .gfield_checkbox label {
      display: block;
      float: left;
      font-weight: normal; }
    #main .gform_fields .gfield_checkbox input {
      width: 20px;
      /* clear: none; */
      float: left; }
    #main .gform_fields .gfield_checkbox li {
      list-style: none;
      margin: 0px;
      padding: 0px;
      width: 100%;
      clear: both; }

.gfield_visibility_hidden {
  visibility: hidden;
  display: block;
  height: 0;
  width: 0;
  margin: 0;
  overflow: hidden; }

.gform_hidden {
  margin: 0 !important; }

.gform_wrapper .gf_hidden {
  display: none !important; }

#page .gfeway_recurring_complex {
  margin-top: -80px; }
  #page .gfeway_recurring_complex img.ui-datepicker-trigger {
    display: none !important; }

#page .gfeway_recurring_left {
  width: 100% !important; }
  #page .gfeway_recurring_left input, #page .gfeway_recurring_left label {
    visibility: hidden;
    height: 0;
    width: 0;
    overflow: hidden; }
  #page .gfeway_recurring_left .form--select-wrapper select {
    width: 100% !important; }
  #page .gfeway_recurring_left .form--select-wrapper input, #page .gfeway_recurring_left .form--select-wrapper label {
    visibility: hidden;
    height: auto;
    width: auto;
    overflow: visible; }

#blog--posts-filter {
  background: #000;
  padding: 15px 0; }

@media (min-width: 768px) {
  .home #blog--posts-filter-form {
    display: flex;
    justify-content: space-between; } }

@media (min-width: 768px) {
  .home #blog--posts-filter #blog--posts-filter-fields {
    max-width: 50%; } }

.home #blog--posts-filter #blog--posts-filter-fields .field {
  flex: 1; }

.home #blog--posts-filter #blog--posts-filter-fields .label-field {
  flex: 0.5; }

.home #blog--posts-filter .button {
  color: #FFF;
  background: #ae3cc6;
  margin-top: 10px;
  display: block;
  text-align: center; }
  @media (min-width: 768px) {
    .home #blog--posts-filter .button {
      text-align: left;
      margin-top: 0; } }

@media (min-width: 768px) {
  #blog--posts-filter-fields {
    display: flex; } }

#blog--posts-filter-fields .field {
  flex: 1;
  clear: both; }
  @media (min-width: 768px) {
    #blog--posts-filter-fields .field {
      padding: 0 10px; } }

#blog--posts-filter-fields .label-field {
  flex: 0.5;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  float: left;
  text-transform: uppercase;
  padding-top: 7px; }

#blog--posts-filter-fields .submit-field {
  flex: 0.8;
  padding-right: 16px; }
  #blog--posts-filter-fields .submit-field input {
    width: 100%;
    padding: 7px 18px 6px 18px;
    margin-left: 10px; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  border-radius: 0; }

.campaign--form-wrapper .gf_page_steps {
  display: flex; }

.campaign--form-wrapper .ginput_card_field {
  display: flex; }
  .campaign--form-wrapper .ginput_card_field > span {
    flex: 1; }
    .campaign--form-wrapper .ginput_card_field > span:first-child {
      padding-right: 3px; }
    .campaign--form-wrapper .ginput_card_field > span:last-of-type {
      padding-left: 3px; }

.campaign--form-wrapper .gf_step {
  background: #6d1b73;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 0 21px;
  float: left;
  margin-left: 2px;
  flex: 1;
  text-align: center; }
  .campaign--form-wrapper .gf_step.gf_step_active {
    background: #ae3cc6; }
  .campaign--form-wrapper .gf_step.gf_step_first {
    margin-left: 0; }

.campaign--form-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.campaign--form-wrapper label {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 15px; }

.campaign--form-wrapper input[type="button"] {
  background: #b1d233;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-shadow: none;
  border: none;
  width: 100%;
  padding: 10px 5px;
  text-transform: uppercase;
  transition: all 400ms ease-out;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out; }
  .campaign--form-wrapper input[type="button"]:hover {
    text-decoration: none;
    background: #ED0A76;
    color: #fff; }

.campaign--form-wrapper input[type="email"], .campaign--form-wrapper input[type="text"] {
  font-size: 16px;
  line-height: 20px;
  border: 1px solid #bbbcbf;
  width: 100%;
  padding: 7px 7px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none; }

.campaign--form-wrapper textarea, .campaign--form-wrapper input[type="email"] {
  font-size: 16px;
  line-height: 20px;
  border: 1px solid #bbbcbf;
  width: 100%;
  padding: 5px 7px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none; }

.campaign--form-wrapper textarea {
  height: 130px; }

.campaign--form-wrapper select {
  width: 100%;
  border: 1px solid #bbbcbf;
  padding: 4px 7px;
  font-size: 16px;
  line-height: 20px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  -webkit-appearance: none; }

.campaign--form-wrapper li {
  margin-bottom: 7px; }
  .campaign--form-wrapper li.gdonationType {
    display: inline-block;
    width: 100%; }
  .campaign--form-wrapper li.gdropDwn label {
    display: none; }
  .campaign--form-wrapper li.leftHalf {
    width: 49%;
    float: left;
    margin-right: 5px; }
  .campaign--form-wrapper li.mRyt {
    margin-right: 5px; }
  .campaign--form-wrapper li.rightHalf {
    width: 49%;
    float: left; }
  .campaign--form-wrapper li.twoThird {
    width: 55%;
    float: left; }
  .campaign--form-wrapper li.oneThird {
    width: 43%;
    float: left; }

.campaign--form-wrapper .gf_page_steps {
  padding-bottom: 30px; }

.campaign--form-wrapper .gf_step_clear {
  clear: both; }

.campaign--form-wrapper li.gfield_creditcard_warning input[type="text"] {
  margin-bottom: 5px; }

.campaign--form-wrapper .ginput_cardextras label {
  display: none; }

.campaign--form-wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px 0; }

.campaign--form-wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px 0; }

.campaign--form-wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 0; }

.campaign--form-wrapper div.gform_card_icon {
  margin-right: 4px;
  text-indent: -9000px;
  background-image: url "images/gf-creditcard-icons.png";
  background-repeat: no-repeat;
  width: 36px;
  height: 32px;
  float: left; }

.campaign--form-wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
  width: 32px;
  height: 23px;
  background-image: url(images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  background-position: 0 -128px;
  position: relative;
  top: -1px;
  left: 6px;
  display: none;
  zoom: 1; }

.campaign--form-wrapper .gfield_creditcard_warning_message {
  color: #6d1b73;
  font-size: 15px;
  line-height: 20px;
  font-style: italic;
  font-weight: 700; }

.campaign--form-wrapper .gform_previous_button {
  display: none; }

.campaign--form-wrapper input[type="submit"] {
  background: #b1d233;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-shadow: none;
  border: none;
  width: 100%;
  padding: 10px 5px;
  text-transform: uppercase; }
  .campaign--form-wrapper input[type="submit"]:hover {
    background: #ED0A76; }

.campaign--form-wrapper .gdonateOpt .gfield_radio li {
  float: left;
  border: 1px solid #bbbcbf;
  position: relative;
  margin-left: 2px;
  width: 69px;
  height: 30px; }
  .campaign--form-wrapper .gdonateOpt .gfield_radio li:first-child {
    margin-left: 0; }
  .campaign--form-wrapper .gdonateOpt .gfield_radio li:last-child {
    width: 100%;
    margin-left: 0; }
  .campaign--form-wrapper .gdonateOpt .gfield_radio li label {
    font-weight: 700;
    color: #bbbcbf;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 16px;
    padding: 6px 0;
    cursor: pointer; }
  .campaign--form-wrapper .gdonateOpt .gfield_radio li input[type="radio"] {
    opacity: 0; }
    .campaign--form-wrapper .gdonateOpt .gfield_radio li input[type="radio"]:checked + label {
      background: #ED0A76;
      color: #FFF; }
  .campaign--form-wrapper .gdonateOpt .gfield_radio li:last-child input[type="radio"] {
    border: none;
    opacity: 0; }
  .campaign--form-wrapper .gdonateOpt .gfield_radio li:last-child input[type="text"] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #bbbcbf;
    cursor: pointer; }

.campaign--form-wrapper .gform_page_footer {
  margin-top: 40px; }

.campaign--form-wrapper .ginput_full, .campaign--form-wrapper .ginput_cardinfo_left {
  display: block;
  margin-bottom: 5px; }

.gdonationType ul li {
  float: left;
  width: 49%; }

.donationForm .gdonationType ul li label {
  padding-left: 5px; }

.donationForm .validation_message {
  font-size: 13px;
  line-height: 22px; }

.donationForm .gdonateOptgf {
  display: inline-block;
  width: 20%;
  padding: 0 2px; }
  .donationForm .gdonateOptgf button {
    display: block;
    border: 1px solid #bbbcbf;
    background: #fff;
    color: #000;
    padding: 5px 14px;
    width: 100%; }
    .donationForm .gdonateOptgf button:focus, .donationForm .gdonateOptgf button:active {
      background: #ED0A76;
      color: #fff;
      border: none; }

.donationForm .gdonateOptOther {
  display: inline; }
  .donationForm .gdonateOptOther input {
    text-align: center; }

.donationForm .checked button, .donationForm .checked input {
  background: #ED0A76;
  color: #fff;
  border: none; }

.donationForm .gfield_radio label, .donationForm .gfield_checkbox label {
  display: inline; }

.donationForm .ginput_container_select {
  width: 100%; }

#field_5_14, #field_12_14, #field_17_14, #field_18_14, #field_19_14, #field_22_14, #field_26_14 {
  display: none; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#header--nav ul {
  margin: 0 0 0 -15px;
  padding: 0;
  list-style: none; }
  #header--nav ul li {
    display: inline-block;
    position: relative;
    font-weight: bold;
    background: none; }
    #header--nav ul li:hover {
      background: #ae3cc6; }
      #header--nav ul li:hover > .sub-menu {
        display: block; }
    #header--nav ul li a {
      color: #FFF;
      text-transform: uppercase;
      text-decoration: none;
      padding: 10px 30px 7px 15px;
      display: inline-block; }
  #header--nav ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #6d1b73;
    margin-left: 0;
    z-index: 2000; }
    #header--nav ul.sub-menu li {
      display: block;
      float: none;
      white-space: nowrap;
      border-top: 2px solid #c09fc1; }
      #header--nav ul.sub-menu li:first-child {
        border-top: none; }
      #header--nav ul.sub-menu li.menu-item-has-children {
        position: relative; }
        #header--nav ul.sub-menu li.menu-item-has-children:after {
          position: absolute;
          top: 50%;
          right: 4px;
          width: 14px;
          /* height: 16px; */
          content: "\f054";
          font-family: FontAwesome;
          transform: translate(0, -50%);
          color: #FFF;
          font-size: 14px; }
      #header--nav ul.sub-menu li a {
        display: block;
        float: none; }
    #header--nav ul.sub-menu .sub-menu {
      top: 0;
      left: 100%; }

#header--nav-right ul:not(.sub-menu) > li:last-child {
  background: #b1d233; }
  #header--nav-right ul:not(.sub-menu) > li:last-child:hover {
    background: #ED0A76; }
    #header--nav-right ul:not(.sub-menu) > li:last-child:hover a {
      color: #FFF; }
  #header--nav-right ul:not(.sub-menu) > li:last-child > a:hover {
    background: #d5096a; }
  #header--nav-right ul:not(.sub-menu) > li:last-child .sub-menu li {
    border-top: none;
    background: #ED0A76; }
    #header--nav-right ul:not(.sub-menu) > li:last-child .sub-menu li:hover {
      background: #d5096a; }

#header--top-bar-mobile ul {
  margin: 0;
  padding: 0;
  display: flex;
  text-align: center;
  position: relative;
  z-index: 1000; }
  #header--top-bar-mobile ul li {
    list-style: none;
    display: inline-block;
    width: 50%;
    clear: none;
    font-size: 0;
    border-right: 2px solid #000;
    background: rgba(177, 210, 51, 0.8); }
    #header--top-bar-mobile ul li:last-child {
      border-right: none; }
    #header--top-bar-mobile ul li .sub-menu {
      display: none; }
      #header--top-bar-mobile ul li .sub-menu li {
        background: #ED0A76;
        width: 100vw;
        text-align: left;
        padding: 0 20px; }
        #header--top-bar-mobile ul li .sub-menu li:first-child {
          border-top: 0; }
          #header--top-bar-mobile ul li .sub-menu li:first-child a {
            border-top: none; }
        #header--top-bar-mobile ul li .sub-menu li a {
          display: block;
          border-top: 1px solid #a8d9d7;
          color: #FFF; }
        #header--top-bar-mobile ul li .sub-menu li:hover {
          color: #FFF;
          background: #bc085e; }
    #header--top-bar-mobile ul li:hover {
      background: #ED0A76; }
      #header--top-bar-mobile ul li:hover .sub-menu {
        display: block;
        position: absolute;
        top: 100%;
        left: 0; }
      #header--top-bar-mobile ul li:hover a {
        color: #FFF; }
    #header--top-bar-mobile ul li a {
      font-size: 1.1rem;
      text-transform: uppercase;
      padding: 10px 0;
      display: inline-block;
      color: #000;
      font-weight: bold;
      text-decoration: none; }

#page--sub-navigation {
  background: #000; }
  #page--sub-navigation ul {
    list-style: none;
    margin: 0 0 0 -10px;
    padding: 0;
    font-size: 0; }
    #page--sub-navigation ul.sub-menu {
      display: none; }
    #page--sub-navigation ul li {
      display: inline-block; }
      #page--sub-navigation ul li a {
        color: #fff;
        font-size: 12px;
        line-height: 20px;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 700;
        padding: 7px 9px;
        display: block; }
        #page--sub-navigation ul li a:hover {
          background: #ae3cc6; }
      #page--sub-navigation ul li.active a {
        background: #ae3cc6; }
      #page--sub-navigation ul li.current-menu-item, #page--sub-navigation ul li.current-page-ancestor {
        background: #ae3cc6; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Print
--------------------------------------------------------------*/
@media print {
  #header--wrapper,
  #header--masthead.sticky {
    position: static; }
  a[href]:after {
    content: none !important; }
  #donate--popup-button,
  #share--sticky-wrapper {
    display: none; }
  #header--mobile,
  #header--top-bar,
  #header--top-bar-mobile {
    display: none; }
  #header--nav-left,
  #header--top-right,
  #page--breadcrumbs,
  #blog--posts-filter,
  #page--sub-navigation {
    display: none; }
  #footer--main,
  #footer--bottom,
  #footer--register-wrapper {
    display: none; }
  #donate--wrapper,
  #page--post-thumbnail,
  #home--featured-video-wrapper {
    display: none; }
  #post--share-wrapper,
  #single--related-posts-wrapper {
    display: none; }
  video,
  audio,
  iframe {
    display: none; }
  #blog--content,
  #posts--archive-wrapper {
    display: none; } }
