/*
Theme Name: Blank Box Theme
Theme URI:
Author: Kevin Collins
Author URI:
Description: This is the blank box theme.
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: blankbox
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.

blankbox is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

*/
input[type="button"], input[type="reset"], input[type="submit"],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #610a60;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "lato", sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
  button:hover,
  button:focus {
    background-color: #1c031b;
    color: #fff; }
  input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
  button:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

.btn-donate {
  margin-right: 0 !important; }
  .btn-donate a {
    color: #FFF;
    background-color: #f23b2c;
    font-weight: 800 !important;
    font-family: "proxima-nova";
    padding: 10px 0;
    width: 185px;
    max-width: 250px;
    display: block;
    text-align: center;
    border-radius: 5px;
    font-size: 1.3125em;
    border: 0;
    transition: all 0.5s ease;
    text-transform: uppercase; }
    .btn-donate a:hover {
      background-color: #db3628;
      color: #FFF !important;
      border: 0;
      cursor: pointer; }
    @media screen and (max-width: 480px) {
      .btn-donate a {
        width: 100% !important;
        max-width: none !important; } }

.btn-donate-footer {
  color: #FFF;
  background-color: #f23b2c;
  font-weight: 800 !important;
  font-family: "proxima-nova";
  padding: 10px 0;
  width: 185px;
  max-width: 250px;
  display: block;
  text-align: center;
  border-radius: 5px;
  font-size: 1.3125em;
  border: 0;
  transition: all 0.5s ease;
  text-transform: uppercase; }
  .btn-donate-footer:hover {
    background-color: #db3628;
    color: #FFF;
    border: 0;
    cursor: pointer; }
  @media screen and (max-width: 480px) {
    .btn-donate-footer {
      width: 100% !important;
      max-width: none !important; } }

.btn-white {
  color: #FFF;
  background-color: transparent;
  font-weight: 800 !important;
  font-family: "proxima-nova";
  padding: 10px 0;
  width: 280px;
  max-width: 250px;
  display: block;
  text-align: center;
  border-radius: 5px;
  font-size: 1.3125em;
  border: 2px solid #FFF;
  transition: all 0.5s ease;
  text-transform: uppercase;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
  -moz-text-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
  -webkit-text-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
  font-size: 1.75em; }
  .btn-white:hover {
    background-color: #FFF;
    color: #f23b2c;
    border: 2px solid #FFF;
    cursor: pointer; }
  @media screen and (max-width: 480px) {
    .btn-white {
      width: 100% !important;
      max-width: none !important; } }
  .btn-white:hover {
    text-shadow: none; }

.btn-purple, input[type=submit] {
  color: #610a60;
  background-color: transparent;
  font-weight: 800 !important;
  font-family: "proxima-nova";
  padding: 10px 0;
  width: 280px;
  max-width: 250px;
  display: block;
  text-align: center;
  border-radius: 5px;
  font-size: 1.3125em;
  border: 2px solid #610a60;
  transition: all 0.5s ease;
  text-transform: uppercase; }
  .btn-purple:hover, input[type=submit]:hover {
    background-color: #610a60;
    color: #FFF;
    border: 2px solid #610a60;
    cursor: pointer; }
  @media screen and (max-width: 480px) {
    .btn-purple, input[type=submit] {
      width: 100% !important;
      max-width: none !important; } }

.application-dl {
  margin-bottom: 30px;
  margin-top: 30px; }

fieldset {
  background-color: #e6e6e6;
  border: 1px solid #ccc;
  margin: 0 0 0.5em;
  padding: 1em; }

input,
label,
select {
  display: block;
  font-family: "lato", sans-serif;
  font-size: 1em; }

label {
  font-weight: 600;
  margin-bottom: 0.25em;
  font-size: 1.125em; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "lato", sans-serif;
  font-size: 1em;
  margin-bottom: 0.5em;
  padding: 0.5em 0.5em !important;
  transition: border-color;
  width: 100%; }
  @media screen and (max-width: 775px) {
    input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
    select[multiple=multiple],
    textarea {
      width: 100% !important;
      max-width: none !important; } }
  input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
  select[multiple=multiple]:hover,
  textarea:hover {
    border-color: #b3b3b3; }

textarea {
  resize: vertical; }

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

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

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

@media screen and (max-width: 775px) {
  input[type=submit] {
    width: 100% !important;
    max-width: none; } }

select {
  margin-bottom: 1em;
  max-width: 100%;
  width: auto; }

.validation_error {
  color: #1c031b;
  font-size: 1em;
  padding-top: 10px;
  font-weight: normal;
  text-align: center; }

.gf_browser_ie.gform_wrapper .gform_footer input.button {
  padding: inherit !important; }

.ginput_container ul,
.ginput_container ol {
  font-size: 1em; }

li.gfield {
  margin-bottom: 10px; }
  li.gfield.gfield_error input[type="email"], li.gfield.gfield_error input[type="number"], li.gfield.gfield_error input[type="password"], li.gfield.gfield_error input[type="search"], li.gfield.gfield_error input[type="tel"], li.gfield.gfield_error input[type="text"], li.gfield.gfield_error input[type="url"], li.gfield.gfield_error input[type="color"], li.gfield.gfield_error input[type="date"], li.gfield.gfield_error input[type="datetime"], li.gfield.gfield_error input[type="datetime-local"], li.gfield.gfield_error input[type="month"], li.gfield.gfield_error input[type="time"], li.gfield.gfield_error input[type="week"],
  li.gfield.gfield_error select,
  li.gfield.gfield_error textarea,
  li.gfield.gfield_error input[type="file"] {
    border: 1px solid #330532;
    background-color: #FBE1E7; }
  li.gfield.gfield_error .ginput_container {
    position: relative; }
    li.gfield.gfield_error .ginput_container:after {
      display: block;
      font-family: 'FontAwesome';
      content: '\f06a';
      top: 10px;
      position: absolute;
      right: 30px;
      color: #330532;
      font-size: 1.125em; }
  li.gfield.gfield_error .ginput_container.ginput_container_select:after {
    display: block;
    font-family: 'FontAwesome';
    content: '\f06a';
    top: 10px;
    position: absolute;
    right: 45px;
    color: #330532;
    font-size: 1.125em; }
  li.gfield .gfield_radio {
    margin-bottom: 20px; }
    li.gfield .gfield_radio label {
      display: inline-block;
      font-weight: normal; }
  li.gfield .validation_message {
    display: none; }

.gform_wrapper {
  margin: 0 !important; }
  @media screen and (max-width: 775px) {
    .gform_wrapper {
      width: 100% !important;
      max-width: none !important; } }
  .gform_wrapper h2 {
    font-weight: 800 !important;
    text-align: left !important; }

.gform_confirmation_message {
  text-align: center;
  color: #028090; }

.gform_validation_container {
  display: none; }

.ginput_complex span {
  margin-bottom: 0px !important; }

@media screen and (max-width: 775px) {
  input.medium {
    width: 100% !important; } }

@media screen and (max-width: 775px) {
  .name_first, .name_last {
    width: 100% !important; } }
.name_first label, .name_last label {
  display: none;
  margin-bottom: 0px !important;
  opacity: .5; }

@media screen and (max-width: 775px) {
  .name_first label {
    margin-bottom: 10px !important; } }

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border: 0 !important; }

.ginput_container_time i {
  position: relative;
  top: -56px;
  right: 7px; }

.gform_next_button {
  top: -4px;
  position: relative; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }
dl {
  margin-bottom: 0.5em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.5em; }
  dl dd {
    margin: 0; }

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.5em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.5em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ccc;
  padding: 0.5em 0; }

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

body {
  -webkit-font-smoothing: antialiased;
  color: #686868;
  font-family: "lato", sans-serif;
  font-size: 1em;
  line-height: 1; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "proxima-nova";
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 10px; }

h1 {
  font-size: 4.5em;
  color: #FFF;
  font-weight: 800;
  text-transform: uppercase; }
  @media screen and (max-width: 480px) {
    h1 {
      font-size: 3em; } }

h2 {
  font-size: 3.4375em;
  color: #686868;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center; }
  @media screen and (max-width: 480px) {
    h2 {
      font-size: 2.1875em; } }

.example-header {
  margin-top: 20px; }

h3 {
  font-size: 1.75em;
  color: #686868;
  font-weight: 800;
  text-transform: uppercase; }

h3.resources-heading {
  display: inline-block; }
  h3.resources-heading:after {
    content: '';
    display: block;
    border-bottom: 2px solid #686868;
    margin-top: 5px; }

h4 {
  font-size: 1.3125em;
  color: #686868;
  font-weight: 800;
  text-transform: uppercase; }

p {
  margin: 0 0 1.25em;
  font-size: 1.125em;
  line-height: 1.75em; }

.site-main ul {
  margin: 15px 0 25px 40px;
  font-size: 1.125em;
  line-height: 1.75em;
  font-weight: 600;
  list-style-type: disc; }
  .site-main ul li {
    margin-bottom: 10px; }

a {
  color: #610a60;
  text-decoration: none;
  transition: color 0.1s linear;
  font-weight: 600; }
  a:active, a:focus, a:hover {
    color: #986198; }
  a:active, a:focus {
    outline: none; }

a.read-more {
  font-size: 1.125em; }

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

p img {
  margin: 0 20px 20px 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

blockquote {
  font-size: 1.5em;
  font-weight: 300 !important;
  color: #686868;
  font-style: italic;
  text-align: center; }

.wp-caption-text {
  font-size: 0.8em; }

/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

* {
  margin: 0;
  padding: 0; }

.container {
  max-width: 77.5em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px; }
  .container:after {
    content: "";
    display: table;
    clear: both; }

.error404 div.widget_archive label {
  display: none !important; }
.error404 form[role=search] {
  margin: 0 auto 30px;
  width: 75%; }
  .error404 form[role=search] label span, .error404 form[role=search] i {
    display: none; }
.error404 .search-description {
  text-align: center; }

.career-container, .blog-main, .contact-us-content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 70.14568%; }
  .career-container:last-child, .blog-main:last-child, .contact-us-content:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1100px) {
    .career-container, .blog-main, .contact-us-content {
      width: 100%; } }
  .career-container .post-navigation, .blog-main .post-navigation, .contact-us-content .post-navigation {
    margin-top: 30px; }
    .career-container .post-navigation:after, .blog-main .post-navigation:after, .contact-us-content .post-navigation:after {
      content: "";
      display: table;
      clear: both; }
    .career-container .post-navigation .post-prev, .blog-main .post-navigation .post-prev, .contact-us-content .post-navigation .post-prev {
      float: left; }
    .career-container .post-navigation .post-next, .blog-main .post-navigation .post-next, .contact-us-content .post-navigation .post-next {
      float: right; }

.career-container {
  margin-top: 30px; }

.ech-careers {
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
  padding-bottom: 20px; }
  .ech-careers:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px; }

#secondary {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  margin-left: 4.2649%;
  color: #686868; }
  #secondary:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1100px) {
    #secondary {
      width: 100%;
      margin-left: 0%;
      margin-top: 50px;
      margin-bottom: 30px; } }
  #secondary p {
    font-size: 1em !important; }
  #secondary .widget {
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc; }
    #secondary .widget:last-child {
      border: none;
      margin-bottom: 0px;
      padding-bottom: 0px; }
    #secondary .widget ul {
      font-size: 1em !important;
      margin-top: 0px;
      margin-bottom: 0px; }
      #secondary .widget ul li {
        line-height: 1.75em; }
  #secondary .textwidget {
    font-size: 1em !important;
    line-height: 1.75em;
    font-weight: 600; }
  #secondary .widget_search {
    border-bottom: none;
    padding-bottom: 0px; }
  #secondary .search-form {
    position: relative; }
  #secondary .screen-reader-text {
    display: none; }
  #secondary .search-field {
    color: #FFF;
    padding: 8px 3px 8px 25px !important; }
  #secondary .fa-search {
    position: absolute;
    top: 12px;
    left: 10px;
    color: #686868; }
  #secondary ::-webkit-input-placeholder {
    /* Safari, Chrome and Opera */
    color: #686868; }
  #secondary :-moz-placeholder {
    /* Firefox 18- */
    color: #686868; }
  #secondary ::-moz-placeholder {
    /* Firefox 19+ */
    color: #686868; }
  #secondary :-ms-input-placeholder {
    /* IE 10+ */
    color: #686868; }
  #secondary ::-ms-input-placeholder {
    /* Edge */
    color: #686868; }
  #secondary :placeholder-shown {
    /* Standard one last! */
    color: #686868; }

@media screen and (min-width: 53.75em) {
  .site-main.standard {
    width: 80%;
    margin: 0 auto; } }

.resources-wrapper {
  text-align: center;
  margin-top: 50px; }
  .resources-wrapper:after {
    content: "";
    display: table;
    clear: both; }

.resources-heading {
  margin-bottom: 40px; }

.resources-list-wrapper {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%;
  margin-left: 21.32451%;
  text-align: left; }
  .resources-list-wrapper:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1100px) {
    .resources-list-wrapper {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 74.41059%;
      margin-left: 12.79471%; }
      .resources-list-wrapper:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 775px) {
    .resources-list-wrapper {
      width: 100%;
      margin-left: 0%; } }
  @media screen and (max-width: 480px) {
    .resources-list-wrapper {
      margin-left: 0%;
      width: 100%; } }
  .resources-list-wrapper .ech-resource_item {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 47.58542%;
    margin-bottom: 25px; }
    .resources-list-wrapper .ech-resource_item:last-child {
      margin-right: 0; }
    .resources-list-wrapper .ech-resource_item:nth-child(2n) {
      margin-right: 0; }
    .resources-list-wrapper .ech-resource_item:nth-child(2n+1) {
      clear: left; }
    @media screen and (max-width: 480px) {
      .resources-list-wrapper .ech-resource_item {
        width: 100%;
        margin-left: 8.73576%; } }
    .resources-list-wrapper .ech-resource_item:last-child {
      margin-bottom: 50px; }
    .resources-list-wrapper .ech-resource_item a {
      font-size: 1.125em;
      line-height: 1.5em; }
      .resources-list-wrapper .ech-resource_item a i {
        margin-right: 10px; }

#page {
  background-color: #FFF; }

.page-title h1 {
  color: #FFF;
  margin-bottom: 0; }

.quote-box-inner {
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url("img/quote-inner-bg.jpg");
  padding: 50px 0; }
  .quote-box-inner .quote {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
    text-align: center;
    font-size: 2em;
    color: #686868;
    color: #FFF;
    font-style: italic;
    text-align: center; }
    .quote-box-inner .quote:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .quote-box-inner .quote {
        font-size: 1.5em; } }
    .quote-box-inner .quote:after {
      content: '';
      display: block;
      border-bottom: 1px solid #FFF;
      width: 100px;
      margin: 40px auto; }
    .quote-box-inner .quote p {
      line-height: 1.5em;
      font-weight: 400 !important; }
      @media screen and (max-width: 480px) {
        .quote-box-inner .quote p {
          line-height: 1.5em; } }
  .quote-box-inner .quotee {
    text-align: center;
    max-width: 500px;
    margin: 0 auto; }
    .quote-box-inner .quotee h4 {
      color: #FFF; }

.search-title {
  margin-bottom: 40px; }

  #menu-item-1237 {display:none !important;}


.search-results-list {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%; }
  .search-results-list:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1100px) {
    .search-results-list {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .search-results-list:last-child {
        margin-right: 0; } }

.search-result {
  margin-bottom: 40px; }
  .search-result:last-child {
    margin-bottom: 0px; }

.search-no-results h2 {
  margin-bottom: 30px; }
.search-no-results #secondary {
  display: none; }
.search-no-results .search-form {
  position: relative; }
.search-no-results .screen-reader-text {
  display: none; }
.search-no-results .search-field {
  padding-left: 30px !important;
  margin-top: 30px; }
  .search-no-results .search-field:focus {
    outline: none; }
.search-no-results .fa-search {
  position: absolute;
  top: 14px;
  left: 13px; }

.gallery {
  display: block;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin: 20px auto; }
  .gallery:last-child {
    margin-right: 0; }
  .gallery .gallery-item {
    display: inline-block;
    margin-right: 25px; }

.flex-columns {
  display: flex;
  flex-direction: column;
  flex-flow: column wrap;
  align-items: center; }
  @media screen and (max-width: 1100px) {
    .flex-columns {
      height: auto !important; } }

#masthead {
  position: relative;
  z-index: 9; }

.header-upper {
  background-color: #380a38;
  padding: 10px 0 0;
  height: 50px;
  margin-bottom: 25px; }
  .header-upper .container {
    position: relative; }

.site-branding {
  position: absolute;
  top: -10px;
  left: 20px;
  height: 161px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -webkit-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  transition: top 0.5s ease; }
  .site-branding img:hover {
    opacity: 0.8; }

.site-branding-small {
  opacity: 0;
  -webkit-transition: margin-left 0.5s ease;
  -moz-transition: margin-left 0.5s ease;
  transition: margin-left 0.5s ease;
  -webkit-transition: opacity 1.5s ease;
  -moz-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease; }

#header-search {
  float: right; }
  @media screen and (max-width: 1100px) {
    #header-search {
      display: none; } }
  #header-search .search-form {
    position: relative; }
  #header-search .screen-reader-text {
    display: none; }
  #header-search .search-field {
    background-color: #380a38;
    color: #e5d8e5;
    padding: 3px 3px 3px 30px !important;
    width: 185px;
    font-size: 0.875em !important;
    margin-top: 0px; }
    #header-search .search-field:focus {
      outline: none; }
  #header-search .fa-search {
    position: absolute;
    top: 7px;
    left: 10px;
    color: #e5d8e5; }
  #header-search ::-webkit-input-placeholder {
    /* Safari, Chrome and Opera */
    color: #e5d8e5; }
  #header-search :-moz-placeholder {
    /* Firefox 18- */
    color: #e5d8e5; }
  #header-search ::-moz-placeholder {
    /* Firefox 19+ */
    color: #e5d8e5; }
  #header-search :-ms-input-placeholder {
    /* IE 10+ */
    color: #e5d8e5; }
  #header-search ::-ms-input-placeholder {
    /* Edge */
    color: #e5d8e5; }
  #header-search :placeholder-shown {
    /* Standard one last! */
    color: #e5d8e5; }

@media screen and (max-width: 1100px) {
  header .main-navigation {
    display: none; } }

#site-navigation {
  float: right; }

#menu-primary-menu li {
  display: inline-block;
  margin-left: 50px;
  text-align: center;
  position: relative; }
  @media screen and (max-width: 1200px) {
    #menu-primary-menu li {
      margin-left: 35px; } }
  #menu-primary-menu li a {
    text-transform: uppercase;
    color: #FFF;
    font-size: 1.125em;
    font-family: "proxima-nova";
    font-weight: 300;
    display: block;
    padding-bottom: 15px; }
  #menu-primary-menu li.current-menu-item a, #menu-primary-menu li a:hover {
    color: #f23b2c; }
  #menu-primary-menu li:hover > .sub-menu {
    display: block; }
  #menu-primary-menu li span {
    font-weight: bold;
    display: block;
    font-size: 1.16667em; }
  #menu-primary-menu li.btn-donate {
    position: relative;
    top: -10px; }
    #menu-primary-menu li.btn-donate a {
      padding-bottom: 10px; }
    #menu-primary-menu li.btn-donate.current-menu-item a, #menu-primary-menu li.btn-donate a:hover {
      color: #fff; }
#menu-primary-menu ul.sub-menu {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  width: 225px;
  background-color: #380a38;
  padding: 15px 20px 5px;
  display: none;
  text-align: left;
  border-left: 5px solid #fff; }
  #menu-primary-menu ul.sub-menu li {
    margin-left: 0;
    padding-left: 0;
    text-align: left;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 0px; }
    #menu-primary-menu ul.sub-menu li a {
      font-family: "lato", sans-serif;
      text-transform: none;
      font-weight: 600;
      font-size: 1em;
      color: #e5d8e5;
      line-height: 1.3125em;
      padding-bottom: 0px; }
      #menu-primary-menu ul.sub-menu li a:hover {
        color: #f23b2c; }

#utility-navigation {
  float: right;
  margin-top: 5px; }



@media screen and (max-width: 1100px) {
  #menu-utility-menu {
    display: none; } }
#menu-utility-menu li {
  display: inline-block;
  margin: 2px 30px 0 0; }
#menu-utility-menu a {
  color: #e5d8e5; }
  #menu-utility-menu a:hover {
    color: #986198; }


    /** nav stuff **/
    .capital-campaign-button {display: flex; z-index: 999999;align-items: center; position: absolute; top: 0px; right: 50%;  color: #fff; text-transform: uppercase; text-align: center; background-color: #ff001f; padding: 9px 20px; margin: 0 auto;}
    .capital-campaign-button:hover {background-color: #fff; color: #ff001f;}
    .capital-campaign-button img {padding-right: 10px;}

    @media screen and (max-width: 1120px) { .capital-campaign-button {display: none;}
}


.footer-menu-wrapper li {
  margin-bottom: 24px; }
.footer-menu-wrapper ul li a {
  color: #e5d8e5;
  text-transform: uppercase;
  font-size: 1.125em;
  font-weight: 600;
  font-family: "proxima-nova"; }
  .footer-menu-wrapper ul li a:hover {
    color: #986198; }

.admin-bar .hero-holder {
  padding-top: 180px;
  margin-top: -79px; }

.hero-holder {
  width: 100%;
  margin-top: -80px;
  margin-bottom: 50px;
  padding-top: 160px;
  padding-bottom: 50px;
  min-height: 400px; }
  @media screen and (max-width: 1100px) {
    .hero-holder {
      padding-top: 230px !important; } }
  @media screen and (max-width: 480px) {
    .hero-holder {
      padding-top: 220px !important;
      min-height: 320px; } }
  .hero-holder h1 {
    color: #FFF;
    margin: 0; }

@media screen and (max-width: 1100px) {
  .home .hero-holder {
    padding-top: 280px !important; } }
@media screen and (max-width: 480px) {
  .home .hero-holder {
    padding-top: 230px !important; } }
@media screen and (max-width: 480px) {
  .home #full-width-hero {
    background-position: 65% center; } }
.home .hero-holder {
  min-height: 700px; }
  @media screen and (max-width: 775px) {
    .home .hero-holder {
      min-height: 590px; } }
.home .hero-descriptive {
  width: 70%; }
  @media screen and (max-width: 1100px) {
    .home .hero-descriptive {
      width: 50%; } }
  @media screen and (max-width: 775px) {
    .home .hero-descriptive {
      width: 70%; } }
  @media screen and (max-width: 480px) {
    .home .hero-descriptive {
      width: 100%;
      margin-top: 45px; } }
  .home .hero-descriptive h1 {
    font-size: 8.4375em;
    line-height: .9em;
    text-align: left;
    margin-bottom: 20px;
    -moz-text-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
    -webkit-text-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.35); }
    @media screen and (max-width: 1100px) {
      .home .hero-descriptive h1 {
        font-size: 8.4375em !important; } }
    @media screen and (max-width: 775px) {
      .home .hero-descriptive h1 {
        font-size: 5.625em !important; } }

.hero-descriptive {
  width: 100%;
  position: relative;
  z-index: 8; }
  .hero-descriptive:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 480px) {
    .hero-descriptive {
      top: 45%; } }
  .hero-descriptive h1 {
    text-align: center; }
  .hero-descriptive p {
    margin-bottom: 0; }
  @media screen and (max-width: 480px) {
    .hero-descriptive .btn-white {
      width: 100%;
      max-width: none; } }

#full-width-hero {
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }
  #full-width-hero:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 480px) {
    #full-width-hero {
      background-position: center center; } }
  #full-width-hero:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(top, rgba(35, 3, 35, 0.5), rgba(35, 3, 35, 0.3), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(top, rgba(35, 3, 35, 0.5), rgba(35, 3, 35, 0.3), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, rgba(35, 3, 35, 0.5), rgba(35, 3, 35, 0.3), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(top, rgba(35, 3, 35, 0.5), rgba(35, 3, 35, 0.3), rgba(255, 255, 255, 0));
    background-image: linear-gradient(to bottom, rgba(35, 3, 35, 0.5), rgba(35, 3, 35, 0.3), rgba(255, 255, 255, 0));
    width: 100%;
    min-height: 400px; }
    @media screen and (max-width: 480px) {
      #full-width-hero:after {
        max-height: 900px;
        min-height: none;
        height: auto;
        background-image: -webkit-linear-gradient(top, rgba(35, 3, 35, 0.4), rgba(35, 3, 35, 0.4), rgba(35, 3, 35, 0), rgba(35, 3, 35, 0));
        background-image: -moz-linear-gradient(top, rgba(35, 3, 35, 0.4), rgba(35, 3, 35, 0.4), rgba(35, 3, 35, 0), rgba(35, 3, 35, 0));
        background-image: -o-linear-gradient(top, rgba(35, 3, 35, 0.4), rgba(35, 3, 35, 0.4), rgba(35, 3, 35, 0), rgba(35, 3, 35, 0));
        background-image: -ms-linear-gradient(top, rgba(35, 3, 35, 0.4), rgba(35, 3, 35, 0.4), rgba(35, 3, 35, 0), rgba(35, 3, 35, 0));
        background-image: linear-gradient(to bottom, rgba(35, 3, 35, 0.4), rgba(35, 3, 35, 0.4), rgba(35, 3, 35, 0), rgba(35, 3, 35, 0)); } }

.frontpage-content p {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%; }
  .frontpage-content p:last-child {
    margin-right: 0; }

.frontpage-split-section {
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url("img/split-section-bg.jpg");
  padding: 50px 0 60px; }
  @media screen and (max-width: 1100px) {
    .frontpage-split-section {
      background-image: url("img/dark-blue-bg.jpg"); } }

.facebook-like-box {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-left: 8.5298%;
  margin-top: 5px; }
  .facebook-like-box:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1100px) {
    .facebook-like-box {
      width: 100%;
      margin-left: 0%;
      margin-top: 10px; }
      .facebook-like-box .fb_iframe_widget {
        margin: 0 auto;
        margin: 0 auto;
        display: block;
        width: 328px; } }

.quote-box {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-left: 17.05961%; }
  .quote-box:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1100px) {
    .quote-box {
      display: none; } }
  .quote-box:before {
    font-size: 6.25em;
    height: 39px;
    text-align: left;
    margin-bottom: 5px;
    margin-left: -6%; }
  .quote-box:after {
    font-size: 6.25em;
    width: 100%;
    text-align: right;
    bottom: 160px;
    position: relative; }
  .quote-box .quote {
    font-size: 1.625em;
    color: #686868;
    color: #FFF;
    font-style: italic;
    text-align: center;
    line-height: 48px;
    font-weight: 400; }
  .quote-box .quotee {
    text-align: center;
    padding-top: 20px; }
    .quote-box .quotee h4 {
      color: #FFF;
      font-size: 1.1em; }

.upcoming-title {
  text-align: center; }

.event-shortcode-wrapper:after {
  content: "";
  display: table;
  clear: both; }

.event-wrapper {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-top: 50px; }
  .event-wrapper:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1100px) {
    .event-wrapper {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-bottom: 0px; }
      .event-wrapper:last-child {
        margin-right: 0; }
      .event-wrapper:nth-child(2n) {
        margin-right: 0; }
      .event-wrapper:nth-child(2n+1) {
        clear: left; }
      .event-wrapper:last-child {
        margin-bottom: 0; } }
  @media screen and (max-width: 650px) {
    .event-wrapper {
      width: 100%; } }
  .event-wrapper .event-image {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    height: 250px;
    overflow: hidden;
    position: relative; }
    .event-wrapper .event-image:last-child {
      margin-right: 0; }
    .event-wrapper .event-image:hover .event_hoverinfo {
      display: block; }
    @media screen and (max-width: 1100px) {
      .event-wrapper .event-image {
        width: 100%; }
        .event-wrapper .event-image img {
          margin-bottom: 0; } }
    .event-wrapper .event-image img {
      display: block;
      margin: 0 auto;
      cursor: pointer;
      border: none;
      min-height: 100%;
      max-width: none;
      margin-bottom: 30px;
      width: auto; }
  .event-wrapper .event-date {
    margin-bottom: 5px;
    font-weight: 700;
    font-family: "proxima-nova";
    text-transform: uppercase; }
  .event-wrapper .event-description {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    .event-wrapper .event-description:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1100px) {
      .event-wrapper .event-description {
        width: 100%;
        margin-top: 30px; } }
  .event-wrapper .event_hoverinfo {
    background: rgba(96, 9, 96, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    text-align: center;
    padding: 0 20px; }
    .event-wrapper .event_hoverinfo i {
      color: #FFF;
      font-size: 5.625em;
      margin-top: 40px;
      margin-bottom: 35px; }
    .event-wrapper .event_hoverinfo .btn-white {
      margin: 0 auto;
      font-size: 1.3125em;
      padding: 10px 0;
      max-width: 200px; }
      .event-wrapper .event_hoverinfo .btn-white:hover {
        color: #610a60; }

.past-event-heading h2 {
  margin: 60px 0 0;
  padding-top: 50px;
  text-align: center;
  border-top: 1px solid #ccc; }

.past-event-wrapper {
  margin-top: 50px;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .past-event-wrapper:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1100px) {
    .past-event-wrapper {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-right: 0;
      margin-bottom: 0px; }
      .past-event-wrapper:last-child {
        margin-right: 0; }
      .past-event-wrapper:nth-child(2n) {
        margin-right: 2.35765%; }
      .past-event-wrapper:nth-child(2n+1) {
        clear: none; }
      .past-event-wrapper:last-child {
        margin-bottom: 0; } }
  @media screen and (max-width: 650px) {
    .past-event-wrapper {
      width: 100%;
      margin-bottom: 0px; } }

.past-event-image {
  height: 250px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative; }
  .past-event-image:hover .event_hoverinfo {
    display: block; }
  .past-event-image img {
    display: block;
    margin: 0 auto;
    cursor: pointer;
    border: none;
    min-height: 100%;
    max-width: none;
    margin-bottom: 30px; }

.event_hoverinfo {
  background: rgba(96, 9, 96, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  text-align: center;
  padding: 0 20px; }
  .event_hoverinfo i {
    color: #FFF;
    font-size: 5.625em;
    margin-top: 40px;
    margin-bottom: 35px; }
  .event_hoverinfo .btn-white {
    margin: 0 auto;
    font-size: 1.3125em;
    padding: 10px 0;
    max-width: 200px; }
    .event_hoverinfo .btn-white:hover {
      color: #610a60; }

.past-event-gallery {
  margin-top: 40px; }

.past-event-gallery_image {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  .past-event-gallery_image:last-child {
    margin-right: 0; }
  .past-event-gallery_image:nth-child(4n) {
    margin-right: 0; }
  .past-event-gallery_image:nth-child(4n+1) {
    clear: left; }
  .past-event-gallery_image img {
    width: 100%; }

article.event .entry-meta {
  margin-bottom: 40px;
  font-weight: 700;
  font-family: "proxima-nova";
  text-transform: uppercase; }
article.event .entry-featured--img {
  height: 300px;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
  overflow: hidden;
  position: relative;
  margin-right: 40px !important;
  margin-bottom: 40px; }
  article.event .entry-featured--img:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1100px) {
    article.event .entry-featured--img {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 40.29137%; }
      article.event .entry-featured--img:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 775px) {
    article.event .entry-featured--img {
      width: 100%;
      margin-bottom: 40px; } }
  @media screen and (max-width: 480px) {
    article.event .entry-featured--img {
      height: 250px; } }
  article.event .entry-featured--img img {
    display: block;
    margin: 0 auto;
    cursor: pointer;
    border: none;
    min-height: 100%;
    max-width: none;
    margin-bottom: 30px; }

.team-heading {
  text-align: center; }

.member-box {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-top: 30px;
  position: relative;
  text-align: center; }
  .member-box:last-child {
    margin-right: 0; }
  .member-box:nth-child(3n) {
    margin-right: 0; }
  .member-box:nth-child(3n+1) {
    clear: left; }
  @media screen and (max-width: 1100px) {
    .member-box {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .member-box:last-child {
        margin-right: 0; }
      .member-box:nth-child(3n) {
        margin-right: 2.35765%; }
      .member-box:nth-child(3n+1) {
        clear: none; }
      .member-box:nth-child(2n) {
        margin-right: 0; }
      .member-box:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 635px) {
    .member-box {
      width: 100%; } }
  .member-box h4 {
    text-align: center; }
  .member-box .member-description {
    text-align: center; }
  .member-box .member-image {
    border: 15px solid #feb62c;
    border-radius: 50%;
    height: 225px;
    width: 225px;
    overflow: hidden;
    margin: 0 auto 30px;
    background: #feb62c; }
    .member-box .member-image:hover {
      border-color: #fea803; }
    .member-box .member-image img {
      max-width: none;
      min-height: 100%;
      height: auto;
      width: auto;
      min-width: 100%; }

.team-board {
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url("img/stay-updated-bg.jpg");
  padding: 50px 0 40px;
  margin-top: 50px;
  margin-bottom: 60px;
  color: #fff; }
  .team-board h2, .team-board h4 {
    color: #fff; }
  .team-board h4 {
    text-align: left; }
  .team-board .member-box {
    padding: 30px 30px 0px 30px;
    background-color: #39A3D4;
    margin-top: 30px;
    margin-bottom: 0px;
    border-radius: 5px; }
    .team-board .member-box:after {
      content: "";
      display: table;
      clear: both; }
  .team-board .member-description {
    text-align: left; }

.service-section {
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url("img/stay-updated-bg.jpg");
  padding: 50px 0; }
  .service-section:nth-child(odd) {
    background-image: none; }
    .service-section:nth-child(odd) .service-information {
      background-color: #e9ecf3; }
    .service-section:nth-child(odd) .service-hours, .service-section:nth-child(odd) .service-location, .service-section:nth-child(odd) .service-appointments, .service-section:nth-child(odd) .service-forms, .service-section:nth-child(odd) .specialist-description h3, .service-section:nth-child(odd) h2, .service-section:nth-child(odd) h4, .service-section:nth-child(odd) p, .service-section:nth-child(odd) a {
      color: inherit; }

.service-section h2, .service-section p, .service-section h4, .service-section a, .f-service-section h2, .f-service-section p, .f-service-section h4, .f-service-section a {
  color: #FFF; }
.service-section a, .f-service-section a {
  display: block; }

.service-information {
  padding: 30px 30px 20px 30px;
  background-color: #39A3D4;
  margin-top: 41px;
  border-radius: 5px; }
  .service-information:after {
    content: "";
    display: table;
    clear: both; }

.service-forms h4 {
  margin-bottom: 20px; }
.service-forms a {
  margin-bottom: 12px;
  font-size: 1.125em; }
  .service-forms a:hover {
    opacity: .75; }

.service-hours, .service-location, .service-appointments, .service-forms {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  color: #FFF; }
  .service-hours:last-child, .service-location:last-child, .service-appointments:last-child, .service-forms:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1100px) {
    .service-hours, .service-location, .service-appointments, .service-forms {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-bottom: 20px; }
      .service-hours:last-child, .service-location:last-child, .service-appointments:last-child, .service-forms:last-child {
        margin-right: 0; }
      .service-hours:nth-child(2n), .service-location:nth-child(2n), .service-appointments:nth-child(2n), .service-forms:nth-child(2n) {
        margin-right: 0; }
      .service-hours:nth-child(2n+1), .service-location:nth-child(2n+1), .service-appointments:nth-child(2n+1), .service-forms:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 700px) {
    .service-hours, .service-location, .service-appointments, .service-forms {
      width: 100%; } }
  @media screen and (max-width: 480px) {
    .service-hours, .service-location, .service-appointments, .service-forms {
      width: 100%;
      margin-bottom: 20px; } }
  .service-hours i, .service-location i, .service-appointments i, .service-forms i {
    margin-right: 10px; }

.specialist-wrapper {
  margin-top: 50px; }

.specialist-image {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  .specialist-image:last-child {
    margin-right: 0; }
  .specialist-image img {
    border: 15px solid #feb62c;
    border-radius: 50%; }
  @media screen and (max-width: 1100px) {
    .specialist-image {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .specialist-image:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 700px) {
    .specialist-image {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-left: 25.58941%; }
      .specialist-image:last-child {
        margin-right: 0; } }

.specialist-description {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
  font-weight: 600;
  margin-top: 40px; }
  .specialist-description:last-child {
    margin-right: 0; }
  .specialist-description h3 {
    color: #FFF; }
  @media screen and (max-width: 1100px) {
    .specialist-description {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%;
      margin-top: 20px; }
      .specialist-description:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 700px) {
    .specialist-description {
      width: 100%;
      margin-top: 30px; } }

.f-service-section {
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url("img/dark-blue-bg.jpg");
  padding: 50px 0 60px; }
  .f-service-section .service-information {
    background-color: #304d88; }

/*------------------------------------*
 * Image Card
 *-----------------------------------*/
.blog-preview {
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url("img/stay-updated-bg.jpg");
  padding-top: 50px;
  padding-bottom: 60px;
  text-align: center; }
  .blog-preview h2 {
    color: #FFF; }
  .blog-preview .blog-preview-description {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
    color: #FFF;
    font-size: 1.125em;
    font-weight: 600;
    margin-bottom: 35px; }
    .blog-preview .blog-preview-description:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1100px) {
      .blog-preview .blog-preview-description {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%; }
        .blog-preview .blog-preview-description:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      .blog-preview .blog-preview-description {
        margin-bottom: 35px; } }

.image-card--news {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  text-align: left;
  position: relative; }
  .image-card--news:last-child {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    .image-card--news {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 207.42297%;
      margin-left: 53.71149%; }
      .image-card--news:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 800px) {
    .image-card--news {
      width: 100%;
      margin-left: 0%; }
      .image-card--news:last-child {
        display: none; } }
  .image-card--news .image-card_hoverinfo {
    background: rgba(96, 9, 96, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    padding: 0 20px;
    text-align: center; }
    .image-card--news .image-card_hoverinfo i {
      color: #FFF;
      font-size: 7.1875em;
      margin-top: 138px;
      margin-bottom: 35px; }
    .image-card--news .image-card_hoverinfo .btn-white {
      margin: 0 auto;
      font-size: 1.3125em;
      padding: 10px 0;
      max-width: 200px; }
      .image-card--news .image-card_hoverinfo .btn-white:hover {
        color: #610a60; }
  .image-card--news:hover .image-car_hoverinfo {
    display: block; }

.image-card__image {
  height: 100%; }
  .image-card__image img {
    height: auto;
    min-width: 100%;
    width: auto; }

.image-card__description {
  background-color: #FFF;
  padding: 30px 30px 10px;
  margin-top: -2px; }
  .image-card__description .image-card__content {
    color: #686868;
    margin-bottom: .5em; }
  .image-card__description .image-card__read-more {
    color: #610a60;
    font-weight: 600;
    margin-bottom: .5em; }

.section {
  margin-bottom: 40px; }
  .section:after {
    content: "";
    display: table;
    clear: both; }

.home .callout-box {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-left: 8.5298%; }
  .home .callout-box:last-child {
    margin-right: 0; }
  .home .callout-box:nth-child(3n) {
    margin-right: 0; }
  .home .callout-box:nth-child(3n+1) {
    clear: left; }
  .home .callout-box:last-child {
    margin-left: 17.05961%; }
  @media screen and (max-width: 635px) {
    .home .callout-box {
      margin-left: 0%;
      width: 100%;
      margin-bottom: 20px; }
      .home .callout-box:last-child {
        margin-bottom: 55px;
        margin-left: 0%; } }

.callout-box {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-top: 30px;
  margin-bottom: 60px;
  position: relative;
  text-align: center; }
  .callout-box:last-child {
    margin-right: 0; }
  .callout-box:nth-child(3n) {
    margin-right: 0; }
  .callout-box:nth-child(3n+1) {
    clear: left; }
  @media screen and (max-width: 1100px) {
    .callout-box {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-left: 0%; }
      .callout-box:last-child {
        margin-right: 0; }
      .callout-box:nth-child(3n) {
        margin-right: 2.35765%; }
      .callout-box:nth-child(3n+1) {
        clear: none; }
      .callout-box:nth-child(2n) {
        margin-right: 0; }
      .callout-box:nth-child(2n+1) {
        clear: left; }
      .callout-box:last-child {
        margin-left: 0%; } }
  @media screen and (max-width: 635px) {
    .callout-box {
      width: 100%;
      margin-bottom: 20px; }
      .callout-box:last-child {
        margin-bottom: 55px; } }
  .callout-box .wrapper-link {
    display: block;
    width: 100%;
    height: 100%; }
  .callout-box a .callout-image {
    border: 15px solid #feb62c;
    border-radius: 50%;
    height: 225px;
    width: 225px;
    overflow: hidden;
    margin: 0 auto 30px;
    background: #feb62c; }
    .callout-box a .callout-image:hover {
      border-color: #fea803; }
    .callout-box a .callout-image img {
      max-width: none;
      min-height: 100%;
      height: auto;
      width: auto;
      min-width: 100%; }
  .callout-box .btn-purple, .callout-box input[type=submit] {
    margin: 30px auto 0 auto; }
  .callout-box .callout-description h3 {
    margin-bottom: 20px; }

.highlight-row {
  margin-bottom: 40px; }
  .highlight-row:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 1100px) {
    .highlight-row {
      margin-bottom: 40px; } }

.highlight-image {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  position: relative; }
  .highlight-image:last-child {
    margin-right: 0; }
  .odd-row .highlight-image {
    float: right;
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    .highlight-image {
      width: 100%; } }
  .highlight-image .highlight-link {
    display: block; }
    .highlight-image .highlight-link:after {
      content: '\A';
      position: absolute;
      width: 100%;
      height: 98.5%;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.3);
      opacity: 0;
      transition: all 0.1s;
      -webkit-transition: all 0.1s; }
    .highlight-image .highlight-link:hover:after {
      opacity: 1; }
  .highlight-image img {
    width: 100%; }
    .highlight-image img:hover {
      opacity: 0.7; }

.highlight-content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  padding-top: 55px;
  margin-right: 0; }
  .highlight-content:last-child {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    .highlight-content {
      padding-top: 25px;
      width: 100%; } }
  .highlight-content a {
    font-family: "proxima-nova";
    font-weight: bold;
    font-size: 1.3125em; }

.full-width-callouts:after {
  content: "";
  display: table;
  clear: both; }

.callout-fwidth {
  float: left;
  display: inline-block;
  width: 33.3333%;
  margin-right: 0;
  background-color: #f7fafa;
  text-align: center;
  border-top: 1px solid #d9d9de;
  transition: background-color 0.2s ease-in-out; }
  @media screen and (max-width: 1100px) {
    .callout-fwidth {
      width: 100%; } }
  .callout-fwidth:nth-child(2) {
    border-left: 1px solid #d9d9de;
    border-right: 1px solid #d9d9de; }
  .callout-fwidth:hover {
    background-color: #c6fef2; }
  .callout-fwidth .wrapper-link {
    padding: 40px;
    width: 100%;
    height: 100%;
    display: block; }
  .callout-fwidth h3, .callout-fwidth p {
    color: #27282B; }

.red-donate-section {
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url("img/donate-bg.jpg");
  padding: 100px 0 110px;
  text-align: center; }
  @media screen and (max-width: 1100px) {
    .red-donate-section {
      padding: 50px 0 60px; } }
  .red-donate-section h2, .red-donate-section p {
    color: #FFF; }
  .red-donate-section p {
    font-weight: 600;
    font-size: 1.125em;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
    float: none; }
    .red-donate-section p:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1100px) {
      .red-donate-section p {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%;
        float: none; }
        .red-donate-section p:last-child {
          margin-right: 0; } }
  .red-donate-section .btn-white {
    margin: 30px auto 0 auto;
    box-shadow: none; }
    @media screen and (max-width: 1100px) {
      .red-donate-section .btn-white {
        margin-top: 30px; } }

.callout-repeater-section {
  text-align: center;
  padding: 50px 0; }
  .callout-repeater-section .callout-repeater-content {
    width: 50% !important; }
    @media screen and (max-width: 775px) {
      .callout-repeater-section .callout-repeater-content {
        width: 90% !important; } }
  .callout-repeater-section .btn-purple, .callout-repeater-section input[type=submit] {
    margin: 30px auto 0 auto; }
  .callout-repeater-section:nth-child(odd) {
    background-color: #e9ecf3; }
  .callout-repeater-section:last-child {
    margin-bottom: -50px; }

.callout-description p {
  text-align: left; }

.contact-us-callout {
  padding: 60px 0 0; }
  @media screen and (max-width: 930px) {
    .contact-us-callout {
      text-align: center; } }

.icon-circle {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
  margin-left: 8.5298%;
  margin-right: 0; }
  .icon-circle:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1100px) {
    .icon-circle {
      margin-left: 0%; }
      .icon-circle:nth-child(1n) {
        margin-right: 2.35765%; }
      .icon-circle:nth-child(1n+1) {
        clear: none; } }
  @media screen and (max-width: 930px) {
    .icon-circle {
      width: 100%;
      margin-bottom: 30px; } }
  .icon-circle i {
    text-shadow: 3px 3px 6px rgba(214, 146, 14, 0.49);
    font-size: 5.0625em;
    color: #FFF;
    background-color: #f8ab18;
    height: 140px;
    width: 140px;
    border-radius: 50%;
    text-align: center;
    padding: 15px;
    border: 15px solid #feb62c; }

.contact-content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 50.95363%; }
  .contact-content:last-child {
    margin-right: 0; }
  @media screen and (max-width: 930px) {
    .contact-content {
      width: 100%; } }
  .contact-content p {
    margin: 0; }

.contact-button {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
  padding-top: 50px; }
  .contact-button:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1100px) {
    .contact-button {
      padding-top: 15px; } }
  @media screen and (max-width: 930px) {
    .contact-button {
      width: 100%; } }
  .contact-button a {
    max-width: 200px; }
    @media screen and (max-width: 930px) {
      .contact-button a {
        margin: 0 auto; } }

#section_builder .section-item {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  #section_builder .section-item:last-child {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    #section_builder .section-item {
      width: 100%; } }
  #section_builder .section-item iframe {
    width: 100%;
    margin-bottom: 20px; }

.blog-main article {
  margin-top: 50px; }
  .blog-main article:first-child {
    margin-top: 0; }

.default-image-placeholder {
  width: 100% !important; }

.blog-list article:after {
  content: "";
  display: table;
  clear: both; }
.blog-list .entry-header {
  float: left;
  display: block;
  margin-right: 3.16844%;
  width: 31.22104%; }
  .blog-list .entry-header:last-child {
    margin-right: 0; }
  @media screen and (max-width: 775px) {
    .blog-list .entry-header {
      width: 100%;
      margin-bottom: 30px; } }
.blog-list .entry-thumbnail {
  height: 190px;
  overflow: hidden;
  position: relative;
  width: 100%; }
  @media screen and (max-width: 775px) {
    .blog-list .entry-thumbnail {
      height: 350px; } }
  @media screen and (max-width: 480px) {
    .blog-list .entry-thumbnail {
      height: 250px; } }
  .blog-list .entry-thumbnail:hover .blog_hoverinfo {
    display: block; }
  .blog-list .entry-thumbnail img {
    display: block;
    margin: 0 auto;
    cursor: pointer;
    border: none;
    min-height: 100%;
    max-width: none;
    margin-bottom: 30px;
    width: auto; }
  .blog-list .entry-thumbnail .blog_hoverinfo {
    background: rgba(96, 9, 96, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    text-align: center;
    padding: 0 20px; }
    .blog-list .entry-thumbnail .blog_hoverinfo i {
      color: #FFF;
      font-size: 3.75em;
      margin-top: 30px;
      margin-bottom: 20px; }
      @media screen and (max-width: 775px) {
        .blog-list .entry-thumbnail .blog_hoverinfo i {
          font-size: 8.125em;
          margin-top: 75px; } }
      @media screen and (max-width: 480px) {
        .blog-list .entry-thumbnail .blog_hoverinfo i {
          font-size: 5.625em;
          margin-top: 50px; } }
    .blog-list .entry-thumbnail .blog_hoverinfo .btn-white {
      margin: 0 auto;
      font-size: 1.3125em;
      padding: 10px 0;
      max-width: 200px; }
      .blog-list .entry-thumbnail .blog_hoverinfo .btn-white:hover {
        color: #610a60; }
.blog-list .entry-meta {
  margin-bottom: 5px;
  font-weight: 700;
  font-family: "proxima-nova";
  text-transform: uppercase; }
.blog-list .entry-content {
  float: left;
  display: block;
  margin-right: 3.16844%;
  width: 65.61052%; }
  .blog-list .entry-content:last-child {
    margin-right: 0; }
  @media screen and (max-width: 775px) {
    .blog-list .entry-content {
      width: 100%; } }
.blog-list footer.entry-content-footer .edit-link {
  display: block;
  margin-top: 10px;
  font-size: 1.125em; }

.single-post .entry-featured--img, .single-post .entry-featured--info, .single-post .callout-category {
  margin-bottom: 20px; }
.single-post .callout-category {
  display: inline-block;
  padding-left: 15px;
  margin-left: 10px;
  border-left: 1px solid #686868; }
.single-post .entry-featured--info {
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 700;
  font-family: "proxima-nova";
  text-transform: uppercase;
  display: inline-block; }
.single-post .entry-featured--img {
  height: 100%;
  margin-bottom: 40px; }
  .single-post .entry-featured--img img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto; }
.single-post .post-navigation {
  font-size: 1.125em; }

#sidr-toggle {
  display: none; }
  @media screen and (max-width: 1100px) {
    #sidr-toggle {
      display: block;
      position: absolute;
      top: 14%;
      right: 4%;
      color: #fff;
      background-color: transparent;
      padding: 0;
      width: auto;
      min-width: 0;
      font-size: 1.625em;
      margin-top: 10px; }
      #sidr-toggle:hover {
        border-color: transparent; }
      #sidr-toggle:focus {
        outline: none; } }

@media screen and (max-width: 1100px) {
  .sidr-open #sidr-toggle {
    right: 5%; } }
@media screen and (max-width: 480px) {
  .sidr-open #sidr-toggle {
    right: 5%; } }
.sidr-open #sidr-toggle .fa-bars:before {
  content: '\f00d'; }
.sidr-open .site-branding {
  margin-left: -260px; }

.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 300px;
  overflow-x: none;
  overflow-y: auto;
  background-color: #380a38; }
  .sidr a {
    font-family: "lato", sans-serif;
    font-size: 1em;
    letter-spacing: 1px;
    font-weight: 400; }
    .sidr a span {
      display: initial !important;
      font-size: initial !important; }
  .sidr .sidr-class-sub-menu li {
    background-color: #610a60;
    margin: 0; }
    .sidr .sidr-class-sub-menu li a {
      color: white; }
  .sidr li .sidr-class-sub-titles {
    display: none; }
  .sidr .sidr-inner {
    padding: 0 15px; }
    .sidr .sidr-inner > p {
      margin-left: 15px;
      margin-right: 15px; }
    .sidr .sidr-inner ul {
      display: block;
      margin: 0;
      padding: 0; }
      .sidr .sidr-inner ul li {
        display: block;
        margin: 0;
        line-height: 48px;
        margin-left: 0 !important; }
        .sidr .sidr-inner ul li a {
          padding: 0 !important;
          display: block;
          text-decoration: none;
          color: white;
          text-align: left;
          font-weight: 600; }
        .sidr .sidr-inner ul li:last-child {
          margin: 0;
          width: 100%; }
          .sidr .sidr-inner ul li:last-child a {
            text-align: center;
            width: 100%; }
        .sidr .sidr-inner ul li.menu-item-has-children:after {
          content: "";
          display: table;
          clear: both; }
        .sidr .sidr-inner ul li.menu-item-has-children > a {
          position: relative;
          display: inline-block;
          width: 100%;
          padding-right: 0; }
        .sidr .sidr-inner ul li.menu-item-has-children .sidr-toggle {
          float: right;
          display: inline-block;
          font-size: 0.8125em;
          line-height: normal;
          width: 35px;
          height: 30px;
          padding: 15px 10px;
          text-align: center; }
          .sidr .sidr-inner ul li.menu-item-has-children .sidr-toggle span {
            padding: 0; }
        .sidr .sidr-inner ul li .sub-menu {
          display: block !important;
          border-bottom: none;
          margin: 0;
          position: relative !important;
          background: none !important;
          top: 0px !important;
          border: none !important;
          padding: 0px !important; }
          .sidr .sidr-inner ul li .sub-menu.sidr-sub-open {
            display: block;
            border-top: 1px solid #fff; }
          .sidr .sidr-inner ul li .sub-menu li {
            line-height: 28px;
            line-height: normal;
            padding: 0px 0px 0px 15px !important; }
            .sidr .sidr-inner ul li .sub-menu li:last-child {
              padding-bottom: 0px !important; }
            .sidr .sidr-inner ul li .sub-menu li.current-menu-item {
              color: #f23b2c; }
              .sidr .sidr-inner ul li .sub-menu li.current-menu-item > a {
                color: #f23b2c !important; }
            .sidr .sidr-inner ul li .sub-menu li:last-child {
              border-bottom: none; }
            .sidr .sidr-inner ul li .sub-menu li a, .sidr .sidr-inner ul li .sub-menu li span {
              font-size: 0.9375em !important;
              text-align: left !important; }
    .sidr .sidr-inner .btn-donate {
      margin-top: 30px !important; }
      .sidr .sidr-inner .btn-donate a {
        max-width: none; }
    .sidr .sidr-inner .menu-utility-menu-container {
      margin-top: 20px; }
    .sidr .sidr-inner #menu-utility-menu {
      display: block !important;
      border-top: 1px solid #fff;
      padding-top: 20px; }
      .sidr .sidr-inner #menu-utility-menu li {
        display: block !important;
        line-height: 36px !important; }
        .sidr .sidr-inner #menu-utility-menu li:last-child a {
          text-align: left; }
    .sidr .sidr-inner .search-form {
      position: relative;
      margin-top: 20px; }
    .sidr .sidr-inner .screen-reader-text {
      display: none; }
    .sidr .sidr-inner .search-field {
      background-color: #380a38;
      color: #FFF;
      padding: 3px 3px 3px 25px !important; }
    .sidr .sidr-inner .fa-search {
      position: absolute;
      top: 7px;
      left: 10px;
      color: #FFF; }
    .sidr .sidr-inner ::-webkit-input-placeholder {
      /* Safari, Chrome and Opera */
      color: #FFF; }
    .sidr .sidr-inner :-moz-placeholder {
      /* Firefox 18- */
      color: #FFF; }
    .sidr .sidr-inner ::-moz-placeholder {
      /* Firefox 19+ */
      color: #FFF; }
    .sidr .sidr-inner :-ms-input-placeholder {
      /* IE 10+ */
      color: #FFF; }
    .sidr .sidr-inner ::-ms-input-placeholder {
      /* Edge */
      color: #FFF; }
    .sidr .sidr-inner :placeholder-shown {
      /* Standard one last! */
      color: #FFF; }
  .sidr.right {
    left: auto;
    right: -260px; }
  .sidr.left {
    left: -260px;
    right: auto; }

/* End styles for sidr mobile menu */
body.admin-bar #header-box {
  top: 40px; }
  body.admin-bar #header-box.nav-scroll {
    top: 32px; }

#header-box {
  background-color: transparent;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease; }
  #header-box .header-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    background-color: #380a38;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
  @media screen and (max-width: 1100px) {
    #header-box {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 9999;
      height: 69px;
      background-color: #380a38; } }
  #header-box.nav-scroll {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: 69px; }
    #header-box.nav-scroll .header-bg {
      opacity: 1; }
    #header-box.nav-scroll .site-branding {
      top: -200px; }
    #header-box.nav-scroll .site-branding-small {
      display: block;
      background: url("img/logo-small.png") no-repeat 0 0 transparent;
      width: 109px;
      height: 52px;
      background-size: 65%;
      margin-top: 7px;
      opacity: 1; }
    #header-box.nav-scroll #header-search, #header-box.nav-scroll #utility-navigation {
      display: none; }
    #header-box.nav-scroll .header-upper {
      margin-bottom: -35px;
      background-color: transparent; }
      @media screen and (max-width: 1100px) {
        #header-box.nav-scroll .header-upper {
          margin-bottom: 25px;
          background-color: #380a38; } }
    #header-box.nav-scroll #sidr-toggle {
      margin-top: 10px; }
      @media screen and (max-width: 1120px) {

      #menu-item-1237 {display:block !important;}
}

@media screen and (max-width: 1100px) {
  .sidr-open .nav-scroll #sidr-toggle {
    right: 37%; } }
@media screen and (max-width: 700px) {
  .sidr-open .nav-scroll #sidr-toggle {
    right: 47%; } }
@media screen and (max-width: 595px) {
  .sidr-open .nav-scroll #sidr-toggle {
    right: 54%; } }
@media screen and (max-width: 500px) {
  .sidr-open .nav-scroll #sidr-toggle {
    right: 64%; } }
@media screen and (max-width: 480px) {
  .sidr-open .nav-scroll #sidr-toggle {
    right: 75%; } }
.sidr-open .nav-scroll .site-branding-small {
  margin-left: -230px; }

html, body {
  height: 100%; }

#page {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -395px; }

#page:after {
  content: "";
  display: block; }

.site-footer, #page:after {
  height: 400px; }

@media screen and (max-width: 1100px) {
  .site-footer {
    height: auto; } }

.site-footer {
  background-color: #380a38;
  color: #FFF;
  padding: 50px 0;
  margin-top: 50px; }
  .site-footer h4, .site-footer p, .site-footer a {
    font-size: 1.125em;
    color: #e5d8e5;
    margin-bottom: 0; }
  .site-footer p {
    line-height: 1.5; }

.btn-donate-footer {
  float: right; }

.footer-menu-wrapper {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  .footer-menu-wrapper:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1100px) {
    .footer-menu-wrapper {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .footer-menu-wrapper:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .footer-menu-wrapper {
      width: 100%;
      margin-bottom: 16px; } }

.address-column-1 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  .address-column-1:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1100px) {
    .address-column-1 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-right: 0; }
      .address-column-1:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .address-column-1 {
      width: 100%; }
      .address-column-1:nth-child(1n) {
        margin-right: 2.35765%; }
      .address-column-1:nth-child(1n+1) {
        clear: none; } }
  .address-column-1 div {
    margin-bottom: 40px; }

.address-column-2 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%; }
  .address-column-2:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1100px) {
    .address-column-2 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .address-column-2:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .address-column-2 {
      width: 100%;
      margin-bottom: 40px; } }

.site-info {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  text-align: right; }
  .site-info:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1100px) {
    .site-info {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-right: 0;
      text-align: left; }
      .site-info:last-child {
        margin-right: 0; }
      .site-info .btn-donate-footer {
        float: left; } }
  @media screen and (max-width: 480px) {
    .site-info {
      width: 100%; }
      .site-info:nth-child(1n) {
        margin-right: 2.35765%; }
      .site-info:nth-child(1n+1) {
        clear: none; } }

.footer-btn-wrapper:after {
  content: "";
  display: table;
  clear: both; }
@media screen and (max-width: 480px) {
  .footer-btn-wrapper a {
    width: 100%; } }

.social-media-links {
  clear: both;
  margin: 40px 0; }
  .social-media-links .fb-share-button {
    margin-right: 15px; }
  .social-media-links a {
    font-size: 1.75em;
    color: #FFF;
    margin-right: 15px; }
    .social-media-links a .fa-facebook {
      -o-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      background-color: #3b5998;
      padding: 10px;
      border-radius: 50%;
      height: 45px;
      width: 45px;
      text-align: center;
      padding-top: 10px; }
      .social-media-links a .fa-facebook:hover {
        color: #3b5998;
        background-color: #FFF; }
    .social-media-links a .fa-twitter {
      -o-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      background-color: #55acee;
      border-radius: 50%;
      height: 45px;
      width: 45px;
      text-align: center;
      padding-top: 10px; }
      .social-media-links a .fa-twitter:hover {
        color: #55acee;
        background-color: #FFF; }
    .social-media-links a .fa-youtube-play {
      -o-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      background-color: #c23433;
      border-radius: 50%;
      height: 45px;
      width: 45px;
      text-align: center;
      padding-top: 8px; }
      .social-media-links a .fa-youtube-play:hover {
        color: #c23433;
        background-color: #FFF; }

.accreditation {
  margin-bottom: 40px; }
  .accreditation a {
    display: inline-block;
    margin-left: 20px; }
    .accreditation a:hover {
      opacity: .75; }

.copyright {
  font-size: 0.875em; }

/* Basic image styling */
img.alignleft, figure.alignleft {
  float: left;
  margin-top: 10px;
  margin-right: 10px; }
img.alignright, figure.alignright {
  float: right;
  margin-top: 10px;
  margin-left: 10px; }
img.aligncenter, figure.aligncenter {
  margin: 0 auto;
  display: block; }

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