/*
Theme Name: SFEd Fund 2020
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

@import "./css/responsive.css";
@import "./css/modal-video.min.css";

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

@font-face {
  font-family: "alternate_gothic";
  src: url("fonts/alternategotno2d-webfont.eot");
  src: url("fonts/alternategotno2d-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/alternategotno2d-webfont.woff2") format("woff2"),
    url("fonts/alternategotno2d-webfont.woff") format("woff"),
    url("fonts/alternategotno2d-webfont.ttf") format("truetype"),
    url("fonts/alternategotno2d-webfont.svg#alternate_gothic_no2_dregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "lato";
  src: url("fonts/lato-regular-webfont.eot");
  src: url("fonts/lato-regular-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/lato-regular-webfont.woff2") format("woff2"),
    url("fonts/lato-regular-webfont.woff") format("woff"),
    url("fonts/lato-regular-webfont.ttf") format("truetype"),
    url("fonts/lato-regular-webfont.svg#latoregular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "lato";
  src: url("fonts/lato-italic-webfont.eot");
  src: url("fonts/lato-italic-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/lato-italic-webfont.woff2") format("woff2"),
    url("fonts/lato-italic-webfont.woff") format("woff"),
    url("fonts/lato-italic-webfont.ttf") format("truetype"),
    url("fonts/lato-italic-webfont.svg#latoitalic") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "lato";
  src: url("fonts/lato-bold-webfont.eot");
  src: url("fonts/lato-bold-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/lato-bold-webfont.woff2") format("woff2"),
    url("fonts/lato-bold-webfont.woff") format("woff"),
    url("fonts/lato-bold-webfont.ttf") format("truetype"),
    url("fonts/lato-bold-webfont.svg#latobold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "lato";
  src: url("fonts/lato-bolditalic-webfont.eot");
  src: url("fonts/lato-bolditalic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/lato-bolditalic-webfont.woff2") format("woff2"),
    url("fonts/lato-bolditalic-webfont.woff") format("woff"),
    url("fonts/lato-bolditalic-webfont.ttf") format("truetype"),
    url("fonts/lato-bolditalic-webfont.svg#latobold_italic") format("svg");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?oxj4ry");
  src: url("fonts/icomoon.eot?oxj4ry#iefix") format("embedded-opentype"),
    url("fonts/icomoon.ttf?oxj4ry") format("truetype"),
    url("fonts/icomoon.woff?oxj4ry") format("woff"),
    url("fonts/icomoon.svg?oxj4ry#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

.social-networks,
.sub-nav,
#nav .nav-bar,
#nav .nav-bar ul.drop,
#nav .nav-bar ul.sub-menu,
.section-blocks .block-pages-link,
.section-up-events .three-cols,
.section-pastevent .three-cols,
.accordion,
.accordion .content-slide ul,
.panel-future .btn-hold,
.panel-footer .nav-footer ul,
.panel-footer .contacts ul,
.home-gallery .pagination ul,
ul.tabset,
.tabs-section .list-comand,
.tabs-section .list-comand-text {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after,
.social-networks:after,
.sub-nav:after,
.nav-panel .holder:after,
#nav .nav-bar:after,
#nav .nav-bar ul.drop:after,
#nav .nav-bar ul.sub-menu:after,
.section-blocks .block-pages-link:after,
.section-up-events .three-cols:after,
.section-pastevent .three-cols:after,
.accordion:after,
.accordion .open-accordion:after,
.accordion .content-slide ul:after,
.home-gallery .mask:after,
.home-gallery .pagination ul:after,
.home-gallery .two-cols:after,
ul.tabset:after,
.tabs-section .list-comand-text:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap; /* 1 */
  text-overflow: ellipsis; /* 2 */
  overflow: hidden;
}

html {
  box-sizing: border-box;
}

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

* {
  max-height: 1000000px;
}

body {
  color: #385268;
  background: #fff;
  font: 16px/1.5625 "lato", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.page-content .wp-caption {
  max-width: 100%;
}
.gm-style img {
  max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: "alternate_gothic", "Impact", "Impact", "Charcoal", sans-serif;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit;
}

h1,
.h1 {
  font-size: 54px;
}

h2,
.h2 {
  font-size: 42px;
}

h3,
.h3 {
  font-size: 30px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 17px;
}

h6,
.h6 {
  font-size: 15px;
}

p {
  margin: 0 0 1em;
}

a {
  color: #8eaeba;
}

a:hover,
a:focus {
  text-decoration: none;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #a7a9ac;
  padding: 0.4em 0.7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a7a9ac;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #a7a9ac;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #a7a9ac;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a7a9ac;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
  color: #a7a9ac;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
  content: "\e606";
}
.icon-arrow-down:before {
  content: "\e900";
}
.icon-arrow-left:before {
  content: "\e901";
}
.icon-arrow-right:before {
  content: "\e902";
}
.icon-arrow-up:before {
  content: "\e903";
}
.icon-facebook:before {
  content: "\e904";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-linkedin:before {
  content: "\e905";
}
.icon-location:before {
  content: "\e906";
}
.icon-search:before {
  content: "\e907";
}
.icon-twitter:before {
  content: "\e908";
}
.icon-youtube:before {
  content: "\e909";
}
.icon-phone:before {
  content: "\e90a";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-pinterest:before {
  content: "\ead1";
}
.icon-pinterest2:before {
  content: "\ead2";
}

#wrapper {
  overflow: hidden;
}

.holder {
  width: 1200px;
  margin: 0 auto;
}

.hold {
  max-width: 1020px;
  padding: 0 30px 0;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.social-networks li {
  float: left;
  margin: 0 0 0 9px;
}

.social-networks li:first-child {
  margin: 0;
}

.social-networks a {
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.social-networks a:hover {
  background: #fff;
}

.social-networks a .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #f89a44;
  font-size: 15px;
}

.btn {
  display: flex;
  flex-direction: row;
  padding: 12px 14px;

  background: #f78f3d;
  border-radius: 8px;
  font-family: Lato;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #ffffff;
  width: auto;
}

.btn-more {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  min-width: 130px;
  border: 2px solid #f89a44;
  font: 24px/24px "alternate_gothic", "Impact", "Impact", "Charcoal", sans-serif;
  color: #fff;
  background: transparent;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-more:hover {
  background: #f89a44;
}

.btn-loadmore {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 105px;
  height: 105px;
  background: #385268;
  border-radius: 50%;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font: 400 16px/16px "alternate_gothic", "Impact", "Impact", "Charcoal",
    sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.btn-loadmore span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 85%;
}

button.loader {
  border: none;
}
.btn-loadmore:hover {
  background: #566c7f;
}

.line {
  position: relative;
}

.line:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  content: "";
  width: 9999px;
  z-index: 2;
  background: url(images/bg.png);
}

.top-panel {
  background: #f89a44;
  padding: 9px 0;
}

.top-panel .holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-sub-nav,
.mobile-donate {
  display: none;
}
.sub-nav {
  text-transform: uppercase;
  font: 20px/20px "alternate_gothic", "Impact", "Impact", "Charcoal", sans-serif;
}

.sub-nav li {
  float: left;
  margin: 0 32px 0 0;
}

.sub-nav a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 11px 0;
}
.sub-nav .donate a {
  background: #385268;
  padding: 11px 20px;
}
.sub-nav a:hover {
  color: #385268;
}
.sub-nav .donate a:hover {
  color: #f89a43;
}
.nav-panel {
  background: #fff;
  padding: 17px 0 0;
  position: relative;
  z-index: 10;
}

.nav-panel .holder {
  position: relative;
}

.logo {
  float: left;
}

.logo a {
  outline: none;
  display: block;
}

.logo img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* burger menu style */

.opener {
  float: right;
  width: 38px;
  height: 38px;
  position: relative;
  border-radius: 3px;
  text-indent: -9999px;
  overflow: hidden;
  outline: none;
}

.opener:before,
.opener:after,
.opener span {
  background: #333333;
  border-radius: 4px;
  position: absolute;
  top: 20px;
  left: 5%;
  right: 5%;
  height: 3px;
  margin-top: -2px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.opener:before,
.opener:after {
  content: "";
  top: 10px;
}

.opener:after {
  top: 30px;
  width: 20px;
}

/* close button transition */

.active .opener span {
  opacity: 0;
}

.opener:hover {
  opacity: 0.9;
}

.active .opener:after,
.active .opener:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 20px;
  left: 0;
  right: 0%;
  width: 39px;
}

.active .opener:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav {
  float: right;
}

#nav .opener {
  display: none;
}

#nav .nav-bar {
  font: 400 22px/22px "lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 29px -11px 0 0;
}

#nav .nav-bar li {
  float: left;
  margin: 0;
}

#nav .nav-bar li:active a {
  color: #8eaeba;
}
@media screen and (min-width: 768px) {
  #nav .nav-bar li:hover a,
  /* #nav .nav-bar li.current_page_parent a, */
  /* #nav .nav-bar li.current-page-ancestor a, */
  .post-type-archive-tribe_events #nav .nav-bar li#menu-item-118 a,
  .single-tribe_events #nav .nav-bar li#menu-item-118 a,
  .single-post #nav .nav-bar li#menu-item-118 a {
    color: #fff;
    background: #8eaeba;
  }

  /* #nav .nav-bar li.current_page_parent .sub-menu,
  #nav .nav-bar li.current-page-ancestor .sub-menu, */
  .post-type-archive-tribe_events #nav .nav-bar li#menu-item-118 .sub-menu,
  .single-tribe_events #nav .nav-bar li#menu-item-118 .sub-menu,
  .single-post #nav .nav-bar li#menu-item-118 .sub-menu {
    display: block;
  }
}
#nav .nav-bar li:hover .drop,
#nav .nav-bar li:hover .sub-menu {
  display: block !important;
  z-index: 100 !important;
  width: 1440px;
  left: -40px;
}

#nav .nav-bar a {
  text-decoration: none;
  color: #385268;
  display: block;
  padding: 9px 23px 27px;
}

#nav .nav-bar ul.drop,
#nav .nav-bar ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: auto;
  right: 15px;
  z-index: 1;
  background: #8eaeba;
  font-size: 16px;
  line-height: 16px;
  padding: 17px 0;
}
#nav .nav-bar ul.drop a,
#nav .nav-bar ul.sub-menu .current_page_item a,
#nav .nav-bar ul.sub-menu .current-page-ancestor a {
  color: #385268;
}

#nav .nav-bar ul.drop:after,
#nav .nav-bar ul.sub-menu:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9999px;
  right: -9999px;
  background: #8eaeba;
  z-index: -1;
}

#nav .nav-bar ul.drop.large li,
#nav .nav-bar ul.sub-menu.large li {
  margin: 0 0 0 25px;
}

#nav .nav-bar ul.drop li,
#nav .nav-bar ul.sub-menu li {
  float: left;
  margin: 0 0 0 42px;
}

#nav .nav-bar ul.drop li.active a,
#nav .nav-bar ul.sub-menu li.active a {
  color: #385268;
}

#nav .nav-bar ul.drop a,
#nav .nav-bar ul.sub-menu a {
  color: #fff;
  padding: 0;
  background: transparent;
}

#nav .nav-bar ul.drop a:hover,
#nav .nav-bar ul.sub-menu a:hover {
  color: #385268;
}

.section-visual {
  background: #385268;
}

.page-template-page-donate .section-visual,
.blog .section-visual {
  padding-top: 50px;
}

.section-visual .two-columns {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-visual .two-columns .col {
  width: 37.7%;
}

.section-visual .two-columns .col:last-child {
  width: 62.3%;
}

.section-visual .two-columns h2.title {
  color: #fff;
  text-transform: none;
  font: 300 32px/41px "lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.section-visual .two-columns .txt-wrap {
  padding: 0 30px 0 0;
}

.section-visual .two-columns .img-hold img {
  width: 100%;
}

.section-title {
  background: #385268;
}

.section-title h1 {
  padding: 103px 0 13px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}

h2 {
  font: 400 42px/46px "alternate_gothic", "Impact", "Impact", "Charcoal",
    sans-serif;
  text-transform: uppercase;
  color: #385268;
  margin: 0 0 15px;
}

.intro {
  font-size: 20px;
  line-height: 31px;
  color: #385268;
}

.intro p {
  margin: 0 0 30px;
}
.intro .btn-hold {
  padding: 15px 0 25px;
  margin-bottom: 20px;
}

.intro .btn-more {
  color: #f89a44;
  border-color: #385268;
  padding: 15px 28px;
}

.intro .btn-more:hover {
  border-color: #f89a44;
  color: #385268;
}

.page-content p {
  font-size: 20px;
  line-height: 31px;
  color: #385268;
  margin: 0 0 30px;
}

.section-style01 {
  padding: 22px 0 20px;
}

.section-style02 {
  padding: 45px 0;
}

.section-main {
  padding: 40px 0 85px;
}

.section-main .page-content {
  padding: 8px 0;
  font-size: 16px;
  line-height: 2;
}

.section-main .page-content .alignleft {
  //max-width: 38%;
  padding: 0 50px 35px 0;
}

.section-main .page-content .alignleft img {
  margin: 0 0 17px;
}

.section-main .page-content p {
  margin: 0 0 30px;
}

.section-main .page-content .wp-caption-text {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font: italic 14px/19px "lato", "Arial", "Helvetica Neue", "Helvetica",
    sans-serif;
  color: #a7a9ac;
}

.section-icons {
  padding: 70px 0 74px;
}

.section-icons .three-cols {
  overflow: hidden;
  margin: 0 -20px;
}

.section-icons .three-cols .col {
  float: left;
  width: 33.333%;
  text-align: center;
  margin: 0 25px;
  position: relative;
}

.section-icons .three-cols .col:after {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
  height: 1px;
  background: #8494a1;
  content: "";
  opacity: 0;
}

.section-icons .three-cols .col:last-child {
  border: none;
}

.section-icons .three-cols .col:last-child:after {
  display: none;
}

.section-icons .three-cols a:not(.link) {
  text-decoration: none;
  color: #385268;
}

.section-icons .three-cols a:hover .nocolour {
  display: none;
}

.section-icons .three-cols a:hover .colour {
  display: inline-block;
}

.section-icons .three-cols a.green:hover h3 {
  color: #69c6b6;
}

.section-icons .three-cols a.yellow:hover h3 {
  color: #eec513;
}

.section-icons .three-cols a.gray:hover h3 {
  color: #8eaeba;
}

.section-icons .three-cols h3 {
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.section-icons .three-cols .img-holder {
  height: 200px;
  padding: 0px 24px 24px 24px;
}

.section-icons .three-cols .img-holder img {
  max-height: 100%;
}

.section-icons .three-cols .colour {
  display: none;
}

.section-stories {
  padding: 70px 0 107px;
}

.section-stories.style03 {
  padding: 25px 0 50px;
}

.section-stories .list-stories {
  padding: 5px 0 0;
  margin: 0;
  list-style: none;
}

.section-stories .list-stories .row {
  overflow: hidden;
  border-bottom: 1px solid #385268;
}

.section-stories .list-stories .row:last-child {
  border: none;
}

.section-stories .list-stories .col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog .list-stories .col {
  border-bottom: 1px solid #385268;
  overflow: hidden;
  height: 280px;
}
.blog .list-stories .txt-hold {
  height: 230px;
  overflow: hidden;
}
.list-stories .num-0,
.list-stories .num-2 {
  border-right: 1px solid #385268;
  clear: both;
}
.list-stories .yith-infs-button-wrapper {
  clear: both;
  position: relative;
  background: #fff;
  bottom: 1px;
  padding-top: 60px;
}
.home .section-stories .list-stories .col:first-child {
  border-right: 1px solid #385268;
}

.section-stories .list-stories .col:last-child.large .img-hold {
  width: 50%;
  padding: 0 0 0 20px;
}

.section-stories .list-stories .col:last-child.large .txt-hold {
  width: 50%;
  padding: 0 10px 0 30px;
}

.section-stories .list-stories .col:last-child.small .txt-hold {
  padding: 0 10px 0 34px;
}

.section-stories .list-stories .col.large {
  float: left;
  width: 66.666%;
}

.section-stories .list-stories .col.large .img-hold {
  float: left;
  width: 45%;
}

.section-stories .list-stories .col.large .txt-hold {
  float: left;
  width: 55%;
}

.section-stories .list-stories .col.small {
  float: left;
  width: 33.333%;
}

.section-stories .list-stories .col.small .txt-hold {
  padding: 0 22px;
}

.section-stories .list-stories .img-hold {
  margin: 21px 0;
}

.section-stories .list-stories .txt-hold {
  font: 400 16px/24px "lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #385268;
  padding: 0 20px 0 37px;
  margin: 21px 0;
}

.section-stories .list-stories .txt-hold.news .category a {
  color: #8eaeba;
}

.section-stories .list-stories .txt-hold.news h3 a:hover {
  color: #8eaeba;
}

.section-stories .list-stories .txt-hold.stories .category a {
  color: #69c6b6;
}

.section-stories .list-stories .txt-hold.stories h3 a:hover {
  color: #69c6b6;
}

.section-stories .list-stories .txt-hold.photo-gallery .category a {
  color: #eec513;
}

.section-stories .list-stories .txt-hold.photo-gallery h3 a:hover {
  color: #eec513;
}

.section-stories .list-stories .txt-hold .category {
  display: block;
  margin: 0 0 6px;
  text-transform: uppercase;
  font: 400 20px/20px "alternate_gothic", "Impact", "Impact", "Charcoal",
    sans-serif;
}

.section-stories .list-stories .txt-hold .category a {
  text-decoration: none;
}

.section-stories .list-stories .txt-hold .category a:hover {
  opacity: 0.7;
}

.section-stories .list-stories .txt-hold h3 {
  font: 400 24px/31px "lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.section-stories .list-stories .txt-hold h3 a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  color: #385268;
}

.section-stories .list-stories .txt-hold .time {
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 12px;
}

.section-stories .list-stories .txt-hold .time a {
  color: #a7a9ac;
  text-decoration: none;
}

.section-stories .list-stories .txt-hold .time a:hover {
  color: #385268;
}

.section-stories .list-stories .txt-hold p {
  margin: 0;
}

.section-stories .btn-hold {
  padding: 60px 0 25px;
  text-align: center;
}

.section-blocks {
  padding: 55px 0;
}

.section-blocks .block-pages-link {
  margin: 0 -25px;
}

.section-blocks .block-pages-link li {
  float: left;
  width: 33.333%;
  padding: 25px;
}
.section-blocks .block-pages-link li.half {
  float: left;
  width: 50%;
  padding: 25px;
}

.section-blocks .block-pages-link li.large {
  width: 100%;
}

.section-blocks .block-pages-link .over {
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.section-blocks .block-pages-link .over:hover .title-block {
  opacity: 0;
}

.section-blocks .block-pages-link .over:hover .hold-btn {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.section-blocks .block-pages-link .over:hover .img-hold:after {
  background: rgba(56, 82, 104, 0.8);
}

.section-blocks .block-pages-link .over:hover .title-block {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
}

.section-blocks .block-pages-link .over .title-block {
  text-transform: uppercase;
  font: 400 42px/42px "alternate_gothic", "Impact", "Impact", "Charcoal",
    sans-serif;
  display: block;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section-blocks .block-pages-link .over .img-hold:after {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.section-blocks .block-pages-link .over .img-hold.green:after,
section-blocks .block-pages-link li:nth-child(1n + 4) .over .img-hold:after {
  background: rgba(105, 198, 182, 0.8);
}

.section-blocks .block-pages-link .over .img-hold.yellow:after,
section-blocks .block-pages-link li:nth-child(2n + 4) .over .img-hold:after {
  background: rgba(238, 197, 19, 0.8);
}

.section-blocks .block-pages-link .over .img-hold.gray:after,
section-blocks .block-pages-link li:nth-child(3n + 4) .over .img-hold:after {
  background: rgba(142, 174, 186, 0.8);
}

.section-blocks .block-pages-link .over .img-hold.orange:after,
section-blocks .block-pages-link li:nth-child(4n + 4) .over .img-hold:after {
  background: rgba(248, 154, 68, 0.8);
}

.section-blocks .block-pages-link .over .img-hold img {
  display: block;
  width: 100%;
}

.section-blocks .block-pages-link .over .hold-btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
}

.section-blocks .block-pages-link .over .hold-btn .btn-more {
  min-width: 115px;
  font-size: 20px;
  line-height: 20px;
  border-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section-blocks .block-pages-link .over .hold-btn .btn-more:hover {
  background: #fff;
  color: #385268;
}

.section-up-events {
  padding: 54px 0 58px;
  background: #f1f2f2;
}

.section-up-events .three-cols {
  padding: 20px 0 10px;
  margin: 0 -32px;
  overflow: hidden;
}

.section-up-events .three-cols .col {
  float: left;
  width: 33.333%;
  padding: 0 32px;
  border-right: 1px solid #385268;
}

.section-up-events .three-cols .col:last-child {
  border: none;
}

.section-up-events .three-cols .col:nth-child(3n + 1) .post-event .time {
  color: #69c6b6;
}

.section-up-events .three-cols .col:nth-child(3n + 1) .post-event h3 a:hover {
  color: #69c6b6;
}

.section-up-events .three-cols .col:nth-child(3n + 2) .post-event .time {
  color: #8eaeba;
}

.section-up-events .three-cols .col:nth-child(3n + 2) .post-event h3 a:hover {
  color: #8eaeba;
}

.section-up-events .three-cols .col:nth-child(3n + 3) .post-event .time {
  color: #eec513;
}

.section-up-events .three-cols .col:nth-child(3n + 3) .post-event h3 a:hover {
  color: #eec513;
}

.section-up-events .post-event {
  font: 400 16px/24px "lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.section-up-events .post-event .time {
  font: 400 20px/20px "alternate_gothic", "Impact", "Impact", "Charcoal",
    sans-serif;
  margin: 0 0 6px;
  display: block;
  text-transform: uppercase;
}

.section-up-events .post-event h3 {
  font: 400 24px/31px "lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 0 0 16px;
}

.section-up-events .post-event h3 a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  color: #385268;
}

.section-up-events .post-event p {
  margin: 0;
}

.btn-wrap {
  text-align: right;
}

.view-all {
  color: #385268;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.view-all:hover {
  color: #f89a44;
}

.view-all .text {
  font: 400 16px/16px "alternate_gothic", "Impact", "Impact", "Charcoal",
    sans-serif;
}

.view-all .icon {
  font-size: 15px;
  margin: 0 0 0 6px;
  position: relative;
  bottom: -1px;
}

.section-form {
  padding: 40px 0 10px;
}

.section-form .search-form {
  width: 100%;
  position: relative;
}

.section-form .search-form input {
  background: #f1f2f2;
  border: none;
  width: 100%;
  padding: 16px 60px 16px 20px;
  text-transform: uppercase;
  font: 400 20px/20px "alternate_gothic", "Impact", "Impact", "Charcoal",
    sans-serif;
  color: #385268;
  outline: none;
}

.section-form .search-form input::-webkit-input-placeholder {
  color: #bcbec0;
}

.section-form .search-form input::-moz-placeholder {
  opacity: 1;
  color: #bcbec0;
}

.section-form .search-form input:-moz-placeholder {
  color: #bcbec0;
}

.section-form .search-form input:-ms-input-placeholder {
  color: #bcbec0;
}

.section-form .search-form input.placeholder {
  color: #bcbec0;
}

.section-form .search-form input:focus::-webkit-input-placeholder {
  color: #385268;
}

.section-form .search-form input:focus::-moz-placeholder {
  opacity: 1;
  color: #385268;
}

.section-form .search-form input:focus:-moz-placeholder {
  color: #385268;
}

.section-form .search-form input:focus:-ms-input-placeholder {
  color: #385268;
}

.section-form .search-form input:focus.placeholder {
  color: #385268;
}

.section-form .search-form button {
  border: none;
  background: #385268;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.section-form .search-form button:hover {
  background: #f89a44;
}

.section-form .search-form button .icon {
  font-size: 22px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tribe_events,
.post {
  overflow: hidden;
  margin: 0 0 80px;
  color: #385268;
}
.tribe_events .img-hold,
.post .img-hold {
  float: left;
  width: 30%;
}
.tribe_events .text-hold,
.post .text-hold {
  float: left;
  width: 70%;
  padding: 0 0 0 30px;
}
.tribe_events .date,
.post .date {
  color: #f89a44;
  text-transform: uppercase;
  font: 400 20px/20px "alternate_gothic", "Impact", "Impact", "Charcoal",
    sans-serif;
  margin: 0 0 5px;
}
.tribe_events .date .day,
.post .date .day {
  margin-right: 22px;
  position: relative;
}
.tribe_events .date .day:after,
.post .date .day:after {
  position: absolute;
  top: 2px;
  right: -15px;
  bottom: 3px;
  width: 2px;
  background: #f89a44;
  content: "";
}
.tribe_events h3,
.post h3 {
  font: 400 24px/31px "lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 0 0 10px;
}
.tribe_events h3 a,
.post h3 a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  color: #385268;
}
.tribe_events h3 a:hover,
.post h3 a:hover {
  color: #f89a44;
}
.tribe_events p,
.post p {
  margin: 0 0 23px;
}
.tribe_events p:last-child,
.post p:last-child {
  margin: 0;
}
.tribe_events address,
.post address {
  color: #8eaeba;
  font: 400 14px/20px "lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  position: relative;
  display: block;
  margin: 0 0 15px;
}
.tribe_events address:before,
.post address:before {
  font-family: "icomoon";
  content: "\e906";
  position: absolute;
  top: 0;
  left: -2px;
  font-size: 20px;
}
.tribe_events address a,
.post address a {
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 10px 25px;
}
.tribe_events address a:hover,
.post address a:hover {
  color: #385268;
}
.tribe_events address a:hover span:before,
.post address a:hover span:before {
  background: #385268;
}
.tribe_events address a span,
.post address a span {
  margin: 0 17px 0 0;
  position: relative;
}
.tribe_events address a span:first-child:before,
.post address a span:first-child:before {
  display: none;
}
.tribe_events address a span:before,
.post address a span:before {
  position: absolute;
  top: 5px;
  left: -8px;
  bottom: 3px;
  width: 1px;
  height: 12px;
  background: #8eaeba;
  content: "";
}
#respond {
  clear: both;
  padding-top: 20px;
}
.section-pastevent {
  padding: 52px 0 65px;
  background: #f1f2f2;
}

.section-pastevent .three-cols {
  padding: 21px 0 0;
  margin: 0 -25px;
}

.section-pastevent .three-cols li {
  float: left;
  width: 33.333%;
  padding: 0 25px;
  margin: 0 0 21px;
}

.section-pastevent .three-cols li:nth-child(4n + 1) .img-hold:after {
  background: rgba(105, 198, 182, 0.9);
}

.section-pastevent
  .three-cols
  li:nth-child(4n + 1)
  .img-hold
  .hold-btn
  .btn-more:hover {
  background: #fff;
  color: #69c6b6;
}

.section-pastevent .three-cols li:nth-child(4n + 2) .img-hold:after {
  background: rgba(238, 197, 19, 0.9);
}

.section-pastevent
  .three-cols
  li:nth-child(4n + 2)
  .img-hold
  .hold-btn
  .btn-more:hover {
  background: #fff;
  color: #eec513;
}

.section-pastevent .three-cols li:nth-child(4n + 3) .img-hold:after {
  background: rgba(142, 174, 186, 0.9);
}

.section-pastevent
  .three-cols
  li:nth-child(4n + 3)
  .img-hold
  .hold-btn
  .btn-more:hover {
  background: #fff;
  color: #8eaeba;
}

.section-pastevent .three-cols li:nth-child(4n + 4) .img-hold:after {
  background: rgba(248, 154, 68, 0.9);
}

.section-pastevent
  .three-cols
  li:nth-child(4n + 4)
  .img-hold
  .hold-btn
  .btn-more:hover {
  background: #fff;
  color: #f89a44;
}

.section-pastevent .over {
  background: #fff;
  padding: 10px;
}

.section-pastevent .over:hover .hold-btn {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.section-pastevent .over:hover .img-hold:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.section-pastevent .title-block {
  padding: 10px 0 5px;
  display: block;
  line-height: 1.4;
}

.section-pastevent .img-hold {
  position: relative;
}

.section-pastevent .img-hold img {
  width: 100%;
}

.section-pastevent .img-hold:after {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  position: relative;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -1px;
}

.section-pastevent .hold-btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.section-pastevent .hold-btn .btn-more {
  min-width: 115px;
  font-size: 20px;
  line-height: 20px;
  border-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.accordion {
  padding: 10px 0 43px;
}

.accordion li {
  width: 100%;
  margin: 0 0 16px;
}

.accordion li.active .arrow .icon {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  left: 30%;
  top: 45%;
}

.accordion li:nth-child(5n + 1).active .open-accordion {
  background: #69c6b6;
}

.accordion li:nth-child(5n + 1).active .open-accordion .title,
.accordion li:nth-child(5n + 1).active .open-accordion .inf,
.accordion li:nth-child(5n + 1).active .open-accordion .num {
  color: #fff;
}

.accordion li:nth-child(5n + 1).active .open-accordion .arrow {
  background: rgba(255, 255, 255, 0.2);
}

.accordion li:nth-child(5n + 1) .title {
  color: #69c6b6;
}

.accordion li:nth-child(5n + 1) .arrow {
  background: #69c6b6;
}

.accordion li:nth-child(5n + 1) .open-accordion:hover {
  background: #69c6b6;
}

.accordion li:nth-child(5n + 1) .open-accordion:hover .title,
.accordion li:nth-child(5n + 1) .open-accordion:hover .inf,
.accordion li:nth-child(5n + 1) .open-accordion:hover .num {
  color: #fff;
}

.accordion li:nth-child(5n + 1) .open-accordion:hover .arrow {
  background: rgba(255, 255, 255, 0.2);
}

.accordion li:nth-child(5n + 2).active .open-accordion {
  background: #eec513;
}

.accordion li:nth-child(5n + 2).active .open-accordion .title,
.accordion li:nth-child(5n + 2).active .open-accordion .inf,
.accordion li:nth-child(5n + 2).active .open-accordion .num {
  color: #fff;
}

.accordion li:nth-child(5n + 2).active .open-accordion .arrow {
  background: rgba(255, 255, 255, 0.2);
}

.accordion li:nth-child(5n + 2) .title {
  color: #eec513;
}

.accordion li:nth-child(5n + 2) .arrow {
  background: #eec513;
}

.accordion li:nth-child(5n + 2) .open-accordion:hover {
  background: #eec513;
}

.accordion li:nth-child(5n + 2) .open-accordion:hover .title,
.accordion li:nth-child(5n + 2) .open-accordion:hover .inf,
.accordion li:nth-child(5n + 2) .open-accordion:hover .num {
  color: #fff;
}

.accordion li:nth-child(5n + 2) .open-accordion:hover .arrow {
  background: rgba(255, 255, 255, 0.2);
}

.accordion li:nth-child(5n + 3).active .open-accordion {
  background: #8eaeba;
}

.accordion li:nth-child(5n + 3).active .open-accordion .title,
.accordion li:nth-child(5n + 3).active .open-accordion .inf,
.accordion li:nth-child(5n + 3).active .open-accordion .num {
  color: #fff;
}

.accordion li:nth-child(5n + 3).active .open-accordion .arrow {
  background: rgba(255, 255, 255, 0.2);
}

.accordion li:nth-child(5n + 3) .title {
  color: #8eaeba;
}

.accordion li:nth-child(5n + 3) .arrow {
  background: #8eaeba;
}

.accordion li:nth-child(5n + 3) .open-accordion:hover {
  background: #8eaeba;
}

.accordion li:nth-child(5n + 3) .open-accordion:hover .title,
.accordion li:nth-child(5n + 3) .open-accordion:hover .inf,
.accordion li:nth-child(5n + 3) .open-accordion:hover .num {
  color: #fff;
}

.accordion li:nth-child(5n + 3) .open-accordion:hover .arrow {
  background: rgba(255, 255, 255, 0.2);
}

.accordion li:nth-child(5n + 4).active .open-accordion {
  background: #f89a44;
}

.accordion li:nth-child(5n + 4).active .open-accordion .title,
.accordion li:nth-child(5n + 4).active .open-accordion .inf,
.accordion li:nth-child(5n + 4).active .open-accordion .num {
  color: #fff;
}

.accordion li:nth-child(5n + 4).active .open-accordion .arrow {
  background: rgba(255, 255, 255, 0.2);
}

.accordion li:nth-child(5n + 4) .title {
  color: #f89a44;
}

.accordion li:nth-child(5n + 4) .arrow {
  background: #f89a44;
}

.accordion li:nth-child(5n + 4) .open-accordion:hover {
  background: #f89a44;
}

.accordion li:nth-child(5n + 4) .open-accordion:hover .title,
.accordion li:nth-child(5n + 4) .open-accordion:hover .inf,
.accordion li:nth-child(5n + 4) .open-accordion:hover .num {
  color: #fff;
}

.accordion li:nth-child(5n + 4) .open-accordion:hover .arrow {
  background: rgba(255, 255, 255, 0.2);
}

.accordion li:nth-child(5n + 5).active .open-accordion {
  background: #46626c;
}

.accordion li:nth-child(5n + 5).active .open-accordion .title,
.accordion li:nth-child(5n + 5).active .open-accordion .inf,
.accordion li:nth-child(5n + 5).active .open-accordion .num {
  color: #fff;
}

.accordion li:nth-child(5n + 5).active .open-accordion .arrow {
  background: rgba(255, 255, 255, 0.2);
}

.accordion li:nth-child(5n + 5) .title {
  color: #46626c;
}

.accordion li:nth-child(5n + 5) .arrow {
  background: #46626c;
}

.accordion li:nth-child(5n + 5) .open-accordion:hover {
  background: #46626c;
}

.accordion li:nth-child(5n + 5) .open-accordion:hover .title,
.accordion li:nth-child(5n + 5) .open-accordion:hover .inf,
.accordion li:nth-child(5n + 5) .open-accordion:hover .num {
  color: #fff;
}

.accordion li:nth-child(5n + 5) .open-accordion:hover .arrow {
  background: rgba(255, 255, 255, 0.2);
}

.accordion .open-accordion {
  display: block;
  background: #f1f2f2;
  position: relative;
  text-decoration: none;
  padding: 19px 67px 22px 29px;
}

.accordion .over-left {
  float: left;
}

.accordion .over-right {
  float: right;
}

.accordion .arrow {
  position: absolute;
  width: 34px;
  top: 0;
  right: 0;
  bottom: 0;
  color: #fff;
}

.accordion .arrow .icon {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.accordion .title {
  font: 400 30px/30px "alternate_gothic", "Impact", "Impact", "Charcoal",
    sans-serif;
  display: block;
  text-transform: uppercase;
}

.accordion .inf {
  color: #385268;
}

.accordion .num {
  position: relative;
  top: 17px;
  text-transform: uppercase;
  font: 20px/20px "alternate_gothic", "Impact", "Impact", "Charcoal", sans-serif;
  color: #bcbec0;
}

.accordion .content-slide {
  background: #f1f2f2;
  padding: 42px;
  line-height: 31px;
}

.accordion .content-slide h5 {
  font: 700 16px/16px "lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.accordion .content-slide p {
  margin: 0 0 40px;
}

.accordion .content-slide span {
  display: block;
  margin: 0 0 10px;
}

.accordion .content-slide a {
  text-decoration: underline !important;
}

.accordion .content-slide ul {
  line-height: 16px;
  margin: 0 0 40px;
  padding-left: 40px;
  list-style: disc;
}
.accordion .content-slide li {
  line-height: 1.5;
}

.accordion .content-slide a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

.accordion .content-slide a:hover {
  color: #f89a44;
}

.accordion .content-slide .btn-hold {
  padding: 15px 0 25px;
}

.accordion .content-slide .btn-more {
  color: #f89a44;
  border-color: #385268;
  padding: 15px 28px;
  text-decoration: none !important;
}

.accordion .content-slide .btn-more:hover {
  border-color: #f89a44;
  color: #385268;
}

.accordion .content-slide .intro {
  margin: 0 0 45px;
}

.accordion .content-slide .img-big img {
  width: 100%;
}

/* Single posts/events */

.share {
  margin: 20px auto;
  padding: 0;
  list-style: none;
  height: 28px;
  max-width: 400px;
}
.share li {
  width: 32%;
  margin-right: 2%;
  display: block;
  float: left;
  text-align: center;
}
.share li:last-child {
  margin: 0;
}
.share a {
  color: #fff;
  text-decoration: none;
  display: block;
  border-radius: 3px;
  height: 28px;
  font-weight: bold;
  line-height: 28px;
}

.share a .icon {
  margin-right: 5px;
}
.share a.facebook {
  background: #3a5998;
}
.share a.twitter {
  background: #1daced;
}
.share a.pinterest {
  background: #cb2027;
}
.other-posts a {
  font: 16px/16px "alternate_gothic", "Impact", "Impact", "Charcoal", sans-serif;
  color: #395267;
  text-decoration: none;
  text-transform: uppercase;
}
.other-posts a span {
  font-size: 13px;
}
.other-posts .prev {
  float: left;
  width: 50%;
}
.other-posts .next {
  float: right;
  width: 50%;
  text-align: right;
}
.panel-future {
  background: #f89a44;
  padding: 11px 0 15px;
  clear: both;
}

.panel-future .box-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.panel-future .slogan {
  font-size: 26px;
  line-height: 1;
  color: #fff;
  max-width: 68%;
}

.panel-future .btn-hold {
  float: right;
  padding: 0 5px 0 0;
}

.panel-future .btn-hold li {
  float: left;
  margin: 0 0 0 20px;
}

.panel-future .btn-hold li:first-child {
  margin: 0;
}

.panel-footer {
  background: #385268;
}

.panel-footer .container-top {
  padding: 72px 0;
}

.panel-footer .container-top .two-cols {
  overflow: hidden;
}

.panel-footer .container-top .col-one {
  float: left;
  width: 80%;
}

.panel-footer .container-top .col-two {
  float: left;
  width: 20%;
}

.panel-footer .container-bottom {
  border-top: 1px solid #afbac3;
  padding: 26px 0;
}

.panel-footer .container-bottom .two-cols {
  overflow: hidden;
}

.panel-footer .container-bottom .col {
  float: left;
  width: 50%;
}

.panel-footer .container-bottom .col:first-child {
  float: right;
}

.panel-footer .container-bottom .social-networks {
  margin: 0 0 15px;
}

.panel-footer .container-bottom .social-networks a .icon {
  color: #385268;
}

.panel-footer .container-bottom .sub-nav {
  margin: 0 0 8px;
}

.panel-footer .container-bottom .sub-nav li {
  margin: 0 25px 0 0;
  position: relative;
}

.panel-footer .container-bottom .sub-nav li:last-child:after {
  display: none;
}

.panel-footer .container-bottom .sub-nav li:after {
  position: absolute;
  top: 1px;
  right: -14px;
  bottom: 2px;
  content: "";
  width: 1px;
  background: #afbac3;
}

.panel-footer .container-bottom .sub-nav a {
  color: #f89a44;
}

.panel-footer .container-bottom .sub-nav a:hover {
  color: #fff;
}

.panel-footer .container-bottom .copyright {
  display: block;
  font-size: 13px;
  line-height: 13px;
  margin: 0 0 5px;
  color: #fff;
}

.panel-footer .container-bottom .holder-form {
  margin: 4px 0 0;
  text-align: right;
}

.panel-footer .container-bottom .holder-form span {
  margin: 0 0 6px;
}

.panel-footer .container-bottom .form-sign-up {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}

.panel-footer .container-bottom .form-sign-up input[type="email"] {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  min-width: 201px;
  border: none;
  outline: none;
  font-size: 13px;
  line-height: 15px;
  color: #385268;
  background: #566c7f;
  padding: 13px 11px;
}

.panel-footer
  .container-bottom
  .form-sign-up
  input[type="email"]::-webkit-input-placeholder {
  color: #fff;
}

.panel-footer
  .container-bottom
  .form-sign-up
  input[type="email"]::-moz-placeholder {
  opacity: 1;
  color: #fff;
}

.panel-footer
  .container-bottom
  .form-sign-up
  input[type="email"]:-moz-placeholder {
  color: #fff;
}

.panel-footer
  .container-bottom
  .form-sign-up
  input[type="email"]:-ms-input-placeholder {
  color: #fff;
}

.panel-footer .container-bottom .form-sign-up input[type="email"].placeholder {
  color: #fff;
}

.panel-footer .container-bottom .form-sign-up input[type="email"]:focus {
  background: #fff;
}

.panel-footer
  .container-bottom
  .form-sign-up
  input[type="email"]:focus::-webkit-input-placeholder {
  color: #385268;
}

.panel-footer
  .container-bottom
  .form-sign-up
  input[type="email"]:focus::-moz-placeholder {
  opacity: 1;
  color: #385268;
}

.panel-footer
  .container-bottom
  .form-sign-up
  input[type="email"]:focus:-moz-placeholder {
  color: #385268;
}

.panel-footer
  .container-bottom
  .form-sign-up
  input[type="email"]:focus:-ms-input-placeholder {
  color: #385268;
}

.panel-footer
  .container-bottom
  .form-sign-up
  input[type="email"]:focus.placeholder {
  color: #385268;
}

.panel-footer .container-bottom .form-sign-up input[type="submit"],
.panel-footer .container-bottom .news-link {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  min-width: 71px;
  border: 2px solid #f89a44;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  font: 20px/21px "alternate_gothic", "Impact", "Impact", "Charcoal", sans-serif;
  margin: 12px 0 0 8px;
  padding: 7px 5px;
  text-decoration: none;
}

.panel-footer .container-bottom .form-sign-up input[type="submit"]:hover {
  background: #f89a44;
}
.panel-footer .donate a {
  padding: 0;
}
.panel-footer .h4,
.panel-footer .nav-footer li.menu-item-has-children > a {
  font-family: "alternate_gothic", "Impact", "Impact", "Charcoal", sans-serif;
  font-size: 20px;
  display: block;
  color: #f89a43;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
}
.panel-footer .nav-footer li.menu-item-has-children a {
  text-decoration: none;
}
.panel-footer .nav-footer {
  float: left;
}

.panel-footer .nav-footer .column,
.panel-footer .nav-footer li.menu-item-has-children {
  float: left;
  padding-right: 45px;
}

.panel-footer .nav-footer .column:last-child,
.panel-footer .nav-footer li.menu-item-has-children:last-child {
  padding-right: 0;
}

.panel-footer .nav-footer {
  padding: 0;
}
.panel-footer .nav-footer ul {
  text-transform: capitalize;
  font-size: 13px;
  line-height: 13px;
}

.panel-footer .nav-footer ul li {
  margin: 0 0 10px;
  max-width: 208px;
}

.panel-footer .nav-footer ul li.active a {
  color: #8eaeba;
}

.panel-footer .nav-footer ul a {
  text-decoration: none;
  color: #fff;
}

.panel-footer .nav-footer ul a:hover {
  color: #f89a44;
}

.panel-footer .contacts {
  text-align: right;
  font-size: 13px;
  line-height: 13px;
  padding-top: 8px;
}

.panel-footer .contacts a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 5px;
}

.panel-footer .contacts a:hover {
  color: #f89a44;
}

.panel-footer .contacts address {
  color: #fff;
  font-style: normal;
  line-height: 23px;
  display: block;
  margin: 0 0 28px;
}

.panel-footer .contacts ul li {
  margin: 0 0 5px;
}

.panel-footer .contacts ul span {
  color: #f89a44;
  margin-right: 4px;
}

.home-gallery {
  position: relative;
  margin: 0 0 30px;
  background: #385268;
}

.home-gallery:before {
  position: absolute;
  bottom: 0;
  height: 11px;
  right: 0;
  width: 9999px;
  content: "";
  background: #f89a44;
  z-index: 1;
}

.home-gallery .mask {
  position: relative;
}

.home-gallery .slideset {
  float: left;
  width: 99999px;
}

.home-gallery .slide {
  float: left;
}

.home-gallery .slide.active {
  z-index: 1;
}

.home-gallery .pagination {
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}

.home-gallery .pagination ul li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  margin: 0 8px;
}

.home-gallery .pagination ul li.active a {
  background: transparent;
}

.home-gallery .pagination ul li a {
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #b7b7b7;
  background: #b7b7b7;
  text-indent: -9999px;
  border-radius: 50%;
}

.home-gallery .pagination ul li a:hover {
  opacity: 0.75;
}

.home-gallery .two-cols {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-gallery .two-cols .col-one {
  width: 44.8%;
  padding: 0 100px 0 0;
}

.home-gallery .two-cols .col-two {
  width: 55.2%;
  max-width: 755px !important;
}

.home-gallery .two-cols img {
  width: 100%;
}

.home-gallery .two-cols .holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  white-space: nowrap;
}

.home-gallery .two-cols .holder:after {
  width: 1px;
  overflow: hidden;
  margin: 0 0 0 -5px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  height: 100%;
}

.home-gallery .two-cols .wrap-textslide {
  width: 42.83%;
  padding: 0 90px 0 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}

.home-gallery .h1 {
  display: block;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 8px;
  color: #fff;
}

.home-gallery .info {
  font-size: 20px;
  line-height: 32px;
  display: block;
  color: #fff;
  margin: 0 0 28px;
}

.tab-content {
  overflow: hidden;
  position: relative;
  padding: 35px 0;
}

.tab {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  overflow: hidden;
  width: 100%;
}

.tab.active {
  opacity: 1;
}

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}

ul.tabset {
  width: 100%;
  font: 400 20px/20px "alternate_gothic", "Impact", "Impact", "Charcoal",
    sans-serif;
  text-transform: uppercase;
}

ul.tabset li {
  float: left;
  width: 25%;
  text-align: center;
}

ul.tabset li.active a,
ul.tabset li.current_page_item a {
  background: #f89a44;
  color: #fff;
}

ul.tabset a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #bcbec0;
  padding: 16px 10px;
  background: #f1f2f2;
  white-space: nowrap;
}

ul.tabset a:after {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  margin: 0 0 0 -5px;
  width: 1px;
  height: 100%;
  content: "";
}

ul.tabset a span {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}

ul.tabset a:hover {
  color: #385268;
}

.tabs-section {
  padding: 43px 0;
}

.tabs-section .js-tab-hidden {
  width: 100%;
}

.tabs-section h3 {
  font-weight: 400;
  margin: 0 0 5px;
}

.tabs-section h4.title-step {
  font: 700 20px/20px "lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #f89a44;
  margin: 0 0 6px;
}

.tabs-section .block-steps {
  border-top: 1px solid #8eaeba;
  padding: 62px 0 40px;
  font-size: 20px;
  line-height: 32px;
}

.tabs-section .block-steps h2 {
  margin: 0 0 36px;
}

.tabs-section .block-steps .img-big {
  margin: 0 0 60px;
}

.tabs-section .block-steps p {
  margin: 0 0 36px;
}

.tabs-section .img-big {
  margin: 0 0 38px;
}

.tabs-section .btn-hold {
  text-align: center;
}

.tabs-section .btn-hold .btn-loadmore span:before {
  font-family: "icomoon";
  position: relative;
  display: block;
  margin: 0 0 4px;
  content: "\e903";
}

.tabs-section .list-comand {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
  margin: 0 -25px 20px;
  position: relative;
}

.tabs-section .list-comand li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  width: 33.333%;
  padding: 0 25px;
  margin: 0 0 50px;
  position: relative;
}

.tabs-section .list-comand li:nth-child(4n + 1) .text-hold {
  background: rgba(105, 198, 182, 0.9);
}

.tabs-section .list-comand li:nth-child(4n + 1) .slide {
  background: #69c6b6;
}

.tabs-section .list-comand li:nth-child(4n + 1).active a.open:after {
  opacity: 1;
  border-color: transparent transparent #69c6b6 transparent;
}

.tabs-section .list-comand li:nth-child(4n + 2) .text-hold {
  background: rgba(238, 197, 19, 0.9);
}

.tabs-section .list-comand li:nth-child(4n + 2) .slide {
  background: #eec513;
}

.tabs-section .list-comand li:nth-child(4n + 2).active a.open:after {
  opacity: 1;
  border-color: transparent transparent #eec513 transparent;
}

.tabs-section .list-comand li:nth-child(4n + 3) .text-hold {
  background: rgba(142, 174, 186, 0.9);
}

.tabs-section .list-comand li:nth-child(4n + 3) .slide {
  background: #8eaeba;
}

.tabs-section .list-comand li:nth-child(4n + 3).active a.open:after {
  opacity: 1;
  border-color: transparent transparent #8eaeba transparent;
}

.tabs-section .list-comand li:nth-child(4n + 4) .text-hold {
  background: rgba(248, 154, 68, 0.9);
}

.tabs-section .list-comand li:nth-child(4n + 4) .slide {
  background: #f89a44;
}

.tabs-section .list-comand li:nth-child(4n + 4).active a.open:after {
  opacity: 1;
  border-color: transparent transparent #f89a44 transparent;
}

.tabs-section .list-comand li .slide {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 5;
  visibility: hidden;
}

.tabs-section .list-comand img {
  width: 100%;
  display: block;
}

.tabs-section .list-comand a {
  display: block;
  text-decoration: none;
  position: relative;
}
.tabs-section .list-comand .slide-holder a {
  display: inline;
  color: #eee;
}
.tabs-section .list-comand a:after {
  opacity: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 28px 32px 28px;
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tabs-section .list-comand a:hover .text-hold {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.tabs-section .list-comand .slide-holder {
  padding: 26px 38px 10px;
  position: relative;
}

.tabs-section .list-comand .slide {
  padding: 0 25px;
  margin: 45px 0;
  font-size: 16px;
  z-index: 2;
  line-height: 2;
}

.tabs-section .list-comand .slide .phone {
  color: #fff;
  position: absolute;
  top: 11px;
  right: 84px;
}

.tabs-section .list-comand .slide .phone .icon,
.tabs-section .list-comand .slide .phone .txt {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  margin: 0 2px;
}

.tabs-section .list-comand .slide .phone .icon {
  font-size: 22px;
}

.tabs-section .list-comand .slide .close {
  width: 46px;
  height: 46px;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}

.tabs-section .list-comand .slide .close .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tabs-section .list-comand .slide .close:hover .icon {
  color: #385268;
}

.tabs-section .list-comand .slide p {
  margin: 0 0 10px;
}

.tabs-section .list-comand .slide .name {
  font: 400 30px/30px "alternate_gothic", "Impact", "Impact", "Charcoal",
    sans-serif;
  text-transform: uppercase;
  color: #fff;
  display: block;
  margin: 0;
}

.tabs-section .list-comand .slide .office {
  display: block;
  color: #fff;
  margin: 0 0 5px;
}

.tabs-section .list-comand .text-hold {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
}

.tabs-section .list-comand .text-hold .over {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tabs-section .list-comand .text-hold .name {
  font: 400 30px/30px "alternate_gothic", "Impact", "Impact", "Charcoal",
    sans-serif;
  margin: 0 0 8px;
  color: #fff;
  display: block;
  text-transform: uppercase;
}

.tabs-section .list-comand .text-hold .office {
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #385268;
  margin: 0 0 18px;
}

.tabs-section .list-comand .text-hold .phone {
  color: #fff;
}

.tabs-section .list-comand .text-hold .phone .icon,
.tabs-section .list-comand .text-hold .phone .txt {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  margin: 0 2px;
}

.tabs-section .list-comand .text-hold .phone .txt {
  font-size: 16px;
  line-height: 16px;
}

.tabs-section .list-comand .text-hold .phone .icon {
  font-size: 22px;
}
.tabs-section .list-comand .text-hold .email {
  color: #fff;
  clear: both;
  font-size: 16px;
  line-height: 32px;
}

.tabs-section .list-comand-text {
  padding: 20px 0 12px;
}

.tabs-section .list-comand-text li {
  float: left;
  width: 33.333%;
  padding: 0 20px 0 0;
  margin: 0 0 35px;
}
.tabs-section .list-comand-text li:nth-child(3n + 1) {
  clear: left;
}

.tabs-section .list-comand-text .name {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 11px;
  color: #f89a44;
  text-decoration: none;
  text-transform: uppercase;
}

.tabs-section .list-comand-text .office {
  display: block;
  font-size: 16px;
  line-height: 16px;
  margin: 0 0 8px;
}

.tabs-section .list-comand-text .company {
  color: #8eaeba;
  font: italic 14px/14px "lato", "Arial", "Helvetica Neue", "Helvetica",
    sans-serif;
  display: block;
}

/* Photo Gallery */
.category-photo-gallery #main {
  background: #f3f4f4;
}
.category-photo-gallery .search-form input {
  background: #fff;
}
.gallery-list .post {
  clear: none;
  float: left;
  background: #fff;
  padding: 10px;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 50px;
}
.gallery-list .post:nth-child(3n + 3) {
  margin-right: 0;
}
.gallery-list a {
  text-decoration: none;
  color: #395267;
  line-height: 1.4;
}
.gallery-list p {
  height: 50px;
  margin-top: 8px !important;
  overflow: hidden;
}
.gallery {
  margin: auto;
}

.gallery-head h3 {
  float: left;
  font-size: 26px !important;
}
.gallery-head a {
  padding-top: 7px;
  float: right;
  color: #395267;
  font: 16px "alternate_gothic", "Impact", "Impact", "Charcoal", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}
.gallery-head a span {
  position: relative;
  top: 1px;
}

.gallery-hold .gallery {
  clear: both;
}

.gallery dl {
  float: left;
  margin: 0 0.8% 10px 0 !important;
  text-align: center;
}
.gallery dl:nth-child(7n + 7) {
  margin-right: 0 !important;
}
.gallery img {
  border: none !important;
}

.gallery-caption {
  margin-left: 0;
  display: none;
}

/* Tooltip */
#tooltip {
  position: absolute;
  z-index: 3000;
  border: 1px solid #111;
  background-color: #eee;
  padding: 5px;
  opacity: 0.85;
}
#tooltip h3,
#tooltip div {
  margin: 0;
}

/* Lightbox */
#jquery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
}
#jquery-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}
#jquery-lightbox a img {
  border: none;
}
#lightbox-container-image-box {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  min-height: 250px;
}
#lightbox-container-image {
  padding: 10px;
}
#lightbox-loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
#lightbox-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  overflow: hidden;
}
#lightbox-container-image-box > #lightbox-nav {
  left: 0;
}
#lightbox-nav a {
  outline: none;
}
#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
  width: 49%;
  height: 100%;
  zoom: 1;
  display: block;
}
#lightbox-nav-btnPrev {
  left: 0;
  float: left;
}
#lightbox-nav-btnNext {
  right: 0;
  float: right;
}
#lightbox-container-image-data-box {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
  padding: 0 10px 0;
  max-width: 100%;
  height: auto;
}
#lightbox-container-image-data {
  padding: 0 10px;
  color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
  width: 70%;
  float: left;
  text-align: left;
}
#lightbox-image-details-caption {
  font-weight: bold;
}
#lightbox-image-details-currentNumber {
  display: block;
  clear: left;
  padding-bottom: 1em;
}
#lightbox-secNav-btnClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

@media screen and (max-width: 950px) {
  .gallery-head h3 {
    float: none;
  }
  .gallery-head a {
    float: none;
    text-align: right;
    display: block;
    margin-bottom: 12px;
  }
  .gallery dl {
    width: 32% !important;
    margin: 0 1.3% 10px 0 !important;
  }
  .gallery dl:nth-child(7n + 7) {
    margin-right: 0 !important;
  }
}

@media (min-width: 1367px) {
  .gallery .img-hold img {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  #nav .nav-bar ul.drop,
  #nav .nav-bar ul.sub-menu {
    font-size: 15px;
    line-height: 15px;
  }

  .gallery .info {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 22px;
  }
  .home-gallery .h1 {
    font-size: 40px;
    margin: 0 0 5px;
  }

  .home-gallery .info {
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 5px;
  }
}

@media (max-width: 1023px) {
  .btn {
    min-width: 100px;
    padding: 6px 8px;
    font-size: 18px;
    line-height: 19px;
  }

  .btn-more {
    min-width: 120px;
    padding: 6px 8px;
    font-size: 18px;
    line-height: 19px;
  }

  #nav .nav-bar {
    font-size: 20px;
    line-height: 20px;
  }

  #nav .nav-bar li {
    margin: 0 0 0 12px;
  }

  #nav .nav-bar ul.drop,
  #nav .nav-bar ul.sub-menu {
    font-size: 14px;
    line-height: 14px;
  }

  #nav .nav-bar ul.drop.large li,
  #nav .nav-bar ul.sub-menu.large li {
    margin: 0 0 0 15px;
  }

  #nav .nav-bar ul.drop li,
  #nav .nav-bar ul.sub-menu li {
    margin: 0 0 0 25px;
  }

  .section-visual .two-columns h2.title {
    font-size: 24px;
    line-height: 30px;
  }

  .section-title h1 {
    padding: 60px 0 10px;
    font-size: 40px;
  }

  h2 {
    font-size: 36px;
    line-height: 40px;
  }

  .intro {
    font-size: 18px;
    line-height: 28px;
  }

  .intro p {
    margin: 0 0 20px;
  }

  .section-main .page-content {
    font-size: 14px;
    line-height: 1.6;
  }

  .section-main .page-content .img-wrap {
    margin: 0 0 30px;
  }

  .section-main .page-content .img-hold {
    padding: 0 30px 30px 0;
  }

  .section-main .page-content p {
    margin: 0 0 25px;
  }

  .section-icons {
    padding: 35px 0;
  }

  .section-icons .three-cols a {
    font-size: 13px;
  }

  .section-icons .three-cols h3 {
    font-size: 24px;
  }

  .section-stories {
    padding: 40px 0 60px;
  }

  .section-stories .list-stories .txt-hold {
    font-size: 14px;
    line-height: 22px;
  }

  .section-stories .list-stories .txt-hold h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .home .section-stories .list-stories .col:first-child {
    border-right: 0;
  }
  .blog .list-stories .txt-hold {
    height: auto;
    overflow: hidden;
  }
  .section-blocks {
    padding: 40px 0;
  }

  .section-blocks .block-pages-link .over .title-block {
    font-size: 30px;
    line-height: 30px;
  }

  .section-up-events {
    padding: 40px 0;
  }

  .section-up-events .three-cols {
    margin: 0 -15px;
  }

  .section-up-events .three-cols .col {
    padding: 0 15px;
  }

  .section-up-events .post-event {
    font-size: 14px;
    line-height: 22px;
  }

  .section-up-events .post-event h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .section-form {
    padding: 25px 0 10px;
  }

  .section-form .search-form input {
    padding: 10px 60px 10px 20px;
  }

  .post h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .post address {
    font-size: 12px;
    line-height: 18px;
  }

  .section-pastevent {
    padding: 35px 0;
  }

  .section-pastevent .three-cols {
    margin: 0 -15px;
  }

  .section-pastevent .three-cols li {
    padding: 0 15px;
  }

  .section-pastevent .title-block {
    font-size: 14px;
  }

  .accordion .content-slide {
    padding: 30px;
  }

  .panel-future .slogan {
    font-size: 19px;
    line-height: 1.5;
  }

  .panel-footer .container-bottom .sub-nav {
    font-size: 17px;
    line-height: 17px;
  }

  .panel-footer .container-bottom .form-sign-up input[type="email"] {
    padding: 10px 11px;
  }

  .panel-footer .container-bottom .form-sign-up input[type="submit"] {
    padding: 6px 8px;
    font-size: 18px;
    line-height: 19px;
  }

  .panel-footer .h4,
  .panel-footer .nav-footer li.menu-item-has-children > a {
    font-size: 17px;
  }

  .panel-footer .nav-footer .column,
  .panel-footer .nav-footer li.menu-item-has-children {
    padding-right: 20px;
  }

  .panel-footer .nav-footer ul {
    font-size: 10px;
    line-height: 10px;
  }

  .panel-footer .nav-footer ul li {
    max-width: 160px;
  }

  .panel-footer .contacts {
    font-size: 10px;
    line-height: 10px;
  }

  .panel-footer .contacts address {
    margin: 0 0 20px;
  }

  .home-gallery:before {
    height: 5px;
  }

  .home-gallery .two-cols .col-one {
    padding: 0 20px 0 0;
    width: 50%;
  }

  .home-gallery .two-cols .col-two {
    width: 50%;
  }

  .home-gallery .two-cols .wrap-textslide {
    padding: 0 20px 0 0;
  }

  .home-gallery .h1 {
    font-size: 40px;
    margin: 0 0 5px;
  }

  .home-gallery .info {
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 5px;
  }

  ul.tabset {
    font-size: 17px;
    line-height: 17px;
  }

  .tabs-section h4.title-step {
    font-size: 18px;
  }

  .tabs-section .block-steps {
    font-size: 18px;
    line-height: 28px;
  }

  .tabs-section .block-steps p {
    margin: 0 0 26px;
  }

  .tabs-section .list-comand {
    margin: 0 -15px 20px;
  }

  .tabs-section .list-comand li {
    padding: 0 15px;
    margin: 0 0 30px;
  }

  .tabs-section .list-comand a:after {
    bottom: -45px;
  }

  .tabs-section .list-comand .slide {
    margin: 30px 0;
    padding: 0 15px;
  }
}

@media (max-width: 950px) {
  body {
    font-size: 14px;
    line-height: 20px;
  }

  .hold {
    padding: 0 15px;
  }

  .btn-loadmore {
    width: 75px;
    height: 75px;
    font-size: 14px;
    line-height: 14px;
  }
  .top-panel {
    height: 15px;
  }
  .top-panel .social-networks,
  .top-panel .holder {
    display: none;
  }
  .top-panel .holder {
    position: absolute;
    top: ;
  }
  .sub-nav {
    font-size: 15px;
    line-height: 15px;
  }
  .mobile-sub-nav {
    display: block;
    background: #ccc;
    position: relative;
    z-index: 500;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mobile-donate {
    position: absolute;
    display: block;
    right: 70px;
    background: #395267;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px 8px;
    font: 18px/1 "alternate_gothic", "Impact", "Impact", "Charcoal", sans-serif;
    top: 16px;
    text-transform: uppercase;
  }
  .mobile-sub-nav li {
    float: left;
    width: 33.333333333%;
    text-align: center;
    background: #395267;
    padding: 10px 0;
  }
  .mobile-sub-nav a {
    font: 18px/1 "alternate_gothic", "Impact", "Impact", "Charcoal", sans-serif;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mobile-sub-nav .donate {
    display: none;
  }
  .nav-panel {
    padding: 17px 0;
  }

  .active #nav .mobile-drop {
    display: block;
    position: absolute;
    background: #f1f2f2;
    top: 120%;
    left: 0;
    right: 0;
  }

  #nav .opener {
    display: block;
  }

  #nav .mobile-drop {
    display: none;
  }

  #nav .nav-bar {
    margin: 0;
    padding: 50px 15px 10px;
    background: #8faeb9;
  }

  #nav .nav-bar li {
    float: none;
    margin: 0;
    padding: 1px 0;
    text-indent: 5px;
    text-align: left;
    position: relative;
    font-size: 18px;
    border-bottom: 1px solid #fff;
  }
  #nav .nav-bar li:last-child {
    border-bottom: none;
  }
  #nav .nav-bar li:hover a {
    background: rgba(142, 174, 186, 0.2);
    color: #385268;
  }

  #nav .nav-bar a {
    padding: 5px 0;
    background: transparent;
  }
  #nav .nav-bar .sub-menu li:hover a,
  #nav .nav-bar .sub-menu li a:hover {
    color: #fff !important;
    background: none !important;
  }
  #nav .nav-bar ul.drop,
  #nav .nav-bar ul.sub-menu {
    position: static;
    background: rgba(142, 174, 186, 0.2);
    font-size: 12px;
    line-height: 15px;
    padding: 0;
    display: block;
    border-top: 1px solid #fff;
    margin-top: 12px;
  }

  #nav .nav-bar ul.drop:after,
  #nav .nav-bar ul.sub-menu:after {
    display: none;
  }

  #nav .nav-bar ul.drop.large li,
  #nav .nav-bar ul.sub-menu.large li {
    margin: 0;
  }

  #nav .nav-bar ul.drop li,
  #nav .nav-bar ul.sub-menu li {
    float: none;
    margin: 0;
    padding-left: 0;
    font-size: 14px;
    border: none;
  }

  #nav .nav-bar ul.drop li.active a,
  #nav .nav-bar ul.sub-menu li.active a {
    color: #fff;
  }

  #nav .nav-bar ul.drop a,
  #nav .nav-bar ul.sub-menu a {
    padding: 0;
    color: #385268;
  }

  #nav .nav-bar ul.drop a:hover,
  #nav .nav-bar ul.sub-menu a:hover {
    color: #8eaeba;
    background: rgba(255, 255, 255, 0.7);
  }

  .section-visual {
    padding: 10px 0 0;
  }

  .section-visual .two-columns {
    display: block;
  }

  .section-visual .two-columns .col {
    width: 100%;
  }

  .section-visual .two-columns .col:last-child {
    width: 100%;
    padding: 0 15px 15px;
  }

  .section-visual .two-columns h2.title {
    font-size: 19px;
    line-height: 26px;
  }

  .section-visual .two-columns .txt-wrap {
    padding: 0 0 20px;
  }

  .section-visual .two-columns .img-hold {
    margin: 0 -15px !important;
  }

  .section-title h1 {
    padding: 20px 0 10px;
    font-size: 30px;
  }

  h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .intro {
    font-size: 16px;
    line-height: 26px;
  }

  .section-main {
    padding: 25px 0;
  }

  .section-main .page-content .alignleft {
    max-width: 70%;
  }

  .section-main .page-content p {
    margin: 0 0 15px;
  }

  .section-icons .three-cols .col {
    width: 100%;
    border-right: none;
    padding: 0 0 15px;
    margin: 0 0 15px;
  }

  .section-icons .three-cols .col:after {
    opacity: 1;
  }

  .section-icons .three-cols .col:last-child {
    margin: 0;
    padding: 0;
  }

  .section-icons .three-cols a {
    display: block;
    max-width: 50%;
    margin: 0 auto;
  }

  .section-icons .three-cols .img-holder {
    margin: 0 0 15px;
  }

  .section-stories {
    padding: 30px 0;
  }

  .section-stories.style03 {
    padding: 25px 0;
  }

  .section-stories .list-stories .col:first-child {
    border-right: none;
    border-bottom: 1px solid #385268;
  }

  .section-stories .list-stories .col:last-child.large .img-hold {
    padding: 0;
    width: 40%;
  }

  .section-stories .list-stories .col:last-child.large .txt-hold {
    padding: 0 20px;
    width: 60%;
  }

  .section-stories .list-stories .col:last-child.small .txt-hold {
    padding: 0;
  }

  .section-stories .list-stories .col.large {
    width: 100%;
  }

  .section-stories .list-stories .col.large .img-hold {
    width: 40%;
  }

  .section-stories .list-stories .col.large .txt-hold {
    width: 60%;
    padding: 0 20px;
  }

  .section-stories .list-stories .col.small {
    width: 100%;
  }

  .section-stories .list-stories .col.small .txt-hold {
    padding: 0;
  }

  .section-stories .list-stories .txt-hold {
    padding: 0;
  }

  .section-stories .btn-hold {
    padding: 10px 0;
  }

  .section-blocks {
    padding: 25px 0;
  }

  .section-blocks .block-pages-link {
    margin: 0 -10px;
  }

  .section-blocks .block-pages-link li {
    padding: 10px;
  }

  .section-blocks .block-pages-link .over .title-block {
    font-size: 22px;
    line-height: 22px;
  }

  .section-up-events {
    padding: 25px 0;
  }

  .section-up-events .three-cols {
    margin: 0;
    padding: 0;
  }

  .section-up-events .three-cols .col {
    width: 100%;
    padding: 15px 0;
    border-right: none;
    border-bottom: 1px solid #385268;
  }

  .post {
    margin: 0 0 40px;
  }

  .post .img-hold {
    float: none;
    text-align: center;
    width: 100%;
    margin: 0 0 15px;
  }

  .post .text-hold {
    padding: 0 0 0 15px;
    float: none;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }

  .post p {
    margin: 0 0 15px;
  }

  .section-pastevent .three-cols {
    margin: 0 -5px;
  }

  .section-pastevent .three-cols li {
    padding: 0 5px;
  }

  .section-pastevent .over {
    padding: 5px;
  }

  .accordion {
    padding: 15px 0;
  }

  .accordion .over-left {
    width: 80%;
    padding: 0 20px 0 0;
  }

  .accordion .over-right {
    width: 20%;
  }

  .accordion .title {
    font-size: 24px;
  }

  .accordion .num {
    font-size: 18px;
    top: auto;
  }

  .accordion .content-slide {
    font-size: 14px;
    line-height: 20px;
    padding: 20px;
  }

  .accordion .content-slide p {
    margin: 0 0 25px;
  }

  .panel-future .box-panel {
    display: block;
    text-align: center;
  }

  .panel-future .slogan {
    display: inline-block;
    vertical-align: top;
    max-width: none;
    margin: 0 0 15px;
  }

  .panel-future .btn-hold {
    display: inline-block;
    vertical-align: top;
    float: none;
  }

  .panel-future .btn-hold li {
    margin: 0 10px;
  }

  .panel-future .btn-hold li:first-child {
    margin: 0 10px;
  }

  .panel-footer .container-top {
    padding: 25px 0;
  }

  .panel-footer .container-top .col-one {
    width: 100%;
  }

  .panel-footer .container-top .col-two {
    width: 100%;
  }

  .panel-footer .container-bottom .col:first-child {
    margin: 0 0 15px;
    text-align: center;
    width: 100%;
  }

  .panel-footer .container-bottom .col {
    width: 100%;
    text-align: center;
  }

  .panel-footer .container-bottom .social-networks {
    display: inline-block;
    text-align: center;
  }

  .panel-footer .container-bottom .sub-nav li {
    float: none;
    margin: 0 12px;
    display: inline-block;
    vertical-align: top;
  }

  .panel-footer .container-bottom .holder-form {
    display: inline-block;
    text-align: center;
  }

  .panel-footer .container-bottom .hold-bottom {
    display: inline-block;
    text-align: center;
    width: 100%;
  }

  .panel-footer .h4,
  .panel-footer .nav-footer li.menu-item-has-children > a {
    margin: 0 auto 5px;
    text-align: left;
    max-width: 200px;
  }

  .panel-footer .nav-footer {
    float: none;
  }

  .panel-footer .nav-footer .column,
  .panel-footer .nav-footer li.menu-item-has-children {
    width: 50%;
    text-align: center;
    margin: 0 0 15px;
    padding: 0;
  }

  .panel-footer .nav-footer ul {
    font-size: 12px;
    line-height: 12px;
    max-width: 200px;
    margin: 0 auto 20px;
    text-align: left;
  }

  .panel-footer .nav-footer ul li {
    max-width: 200px;
  }

  .panel-footer .contacts {
    text-align: left;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
  }

  .home-gallery:before {
    display: none;
  }

  .home-gallery .two-cols {
    display: block;
  }

  .home-gallery .two-cols .col-one {
    width: 100%;
    margin: 15px 0;
  }

  .home-gallery .two-cols .col-two {
    width: 100%;
    margin: 0 0 15px;
    padding: 0 15px;
  }

  .home-gallery .two-cols .holder {
    position: static;
  }

  .home-gallery .two-cols .wrap-textslide {
    width: 100%;
    padding: 0;
  }

  .home-gallery .img-hold {
    margin: 0 !important;
  }

  .home-gallery .img-hold img {
    width: 100%;
  }

  .tab-content {
    padding: 15px 0;
  }

  ul.tabset li {
    width: 50%;
  }

  ul.tabset a {
    padding: 10px;
  }

  .tabs-section {
    padding: 20px 0;
  }

  .tabs-section h3 {
    font-size: 26px;
    line-height: 1;
  }

  .tabs-section h4.title-step {
    font-size: 16px;
  }

  .tabs-section .block-steps {
    font-size: 16px;
    padding: 30px 0;
  }

  .tabs-section .block-steps .img-big {
    margin: 0 0 30px;
  }

  .tabs-section .img-big {
    margin: 0 0 20px;
  }

  .tabs-section .list-comand {
    margin: 0 -10px 20px;
  }

  .tabs-section .list-comand li {
    width: 50%;
    padding: 0 10px;
    margin: 0 0 20px;
  }

  .tabs-section .list-comand a:after {
    bottom: -40px;
  }

  .tabs-section .list-comand .slide-holder {
    padding: 35px 25px 15px;
  }

  .tabs-section .list-comand .slide {
    margin: 20px 0;
    padding: 0 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .tabs-section .list-comand-text li {
    width: 50%;
  }

  .tabs-section .list-comand-text .name {
    font-size: 18px;
    line-height: 18px;
  }
}

@media (max-width: 479px) {
  .sub-nav li {
    float: none;
  }

  .logo img {
    width: 100px;
  }

  #nav {
    margin: 0 0;
  }
  .mobile-donate {
    top: 2px;
  }
  .section-main .page-content .alignleft {
    float: none;
    max-width: none;
    padding: 0 0 30px;
    max-width: 100%;
  }

  .section-main .page-content .caption {
    font-size: 12px;
    line-height: 17px;
  }

  .section-icons .three-cols a {
    max-width: 75%;
  }

  .section-stories .list-stories .col {
    display: block;
  }

  .section-stories .list-stories .col:last-child.large .img-hold {
    width: 100%;
    text-align: center;
  }

  .section-stories .list-stories .col:last-child.large .txt-hold {
    width: 100%;
    padding: 0;
  }

  .section-stories .list-stories .col.large .img-hold {
    width: 100%;
    text-align: center;
  }

  .section-stories .list-stories .col.large .txt-hold {
    width: 100%;
    padding: 0;
  }

  .section-stories .list-stories .img-hold {
    margin: 21px 0 0;
  }

  .section-blocks .block-pages-link li {
    width: 100%;
  }

  .section-pastevent .three-cols {
    margin: 0;
  }

  .section-pastevent .three-cols li {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
  }

  .section-pastevent .img-hold:after {
    bottom: 0;
  }

  .accordion .open-accordion {
    padding: 15px 40px 15px 15px;
  }

  .accordion .over-left {
    width: 100%;
    margin: 0 0 5px;
  }

  .accordion .over-right {
    float: left;
    width: 100%;
  }

  .panel-footer .container-bottom .sub-nav li {
    margin: 0 5px 10px;
  }

  .panel-footer .container-bottom .sub-nav li:after {
    right: -7px;
  }

  .panel-footer .nav-footer ul {
    max-width: none;
    width: 100%;
  }

  .panel-footer .nav-footer ul li {
    margin: 0 0 13px;
  }

  ul.tabset li {
    width: 100%;
  }

  .tabs-section .list-comand {
    margin: 0 0 20px;
  }

  .tabs-section .list-comand li {
    width: 100%;
    padding: 0;
  }

  .tabs-section .list-comand .slide {
    padding: 0;
  }

  .tabs-section .list-comand-text li {
    width: 100%;
    padding: 0;
  }
}

/* Donate */

.section-donate {
  background: #edefef;
  padding-top: 20px;
}

.donation_options {
  text-align: center;
}
.donation_options .gfield_label {
  display: none !important;
}
.donation_options .gfield_radio li {
  display: inline-block;
  width: 228px;
  float: left;
  padding: 0 !important;
  margin-right: 12px !important;
  position: relative;
  background: #fff;
  text-align: left;
}
.donation_options .gfield_radio input {
  display: none !important;
}
.section-donate .gfield_price {
  height: 0;
  clear: both;
  overflow: hidden;
  padding: 0 !important;
  margin-top: 0 !important;
}

.section-donate .enter_amount.gfield_price {
  height: auto;
  margin-top: 20px !important;
}
.section-donate .total.gfield_price {
  height: auto;
  clear: both;
  overflow: hidden;
  padding: 0 !important;
  margin-top: 0 !important;
}
.frequency .gfield_label,
.designation .gfield_label,
.fee .gfield_label {
  clear: both;
  display: none !important;
}
.choice-break {
  height: 0;
  margin: 0 !important;
}
.frequency {
  height: 30px;
  margin: 0 !important;
}
.frequency li {
  float: left;
  margin-right: 30px !important;
}
.personal,
.payment-title {
  margin-top: 40px !important;
}

.section-donate .gfield_label {
  font-size: 16px !important;
}
.don-name,
.don-address,
.don-message,
.don-honoree,
.don-payment {
  max-width: 700px !important;
}

.des_type .gfield_radio li {
  display: inline-block;
  float: left;
  margin: 0 20px 30px 0 !important;
  text-align: center;
}
.des_type input {
  display: none !important;
}
.des_type .gfield_radio li label {
  border: 2px solid #395267;
  width: 165px !important;
  font: 24px/60px "alternate_gothic", "Impact", "Impact", "Charcoal", sans-serif !important;
  text-transform: uppercase;
  color: #f6994d;
  margin: 0 !important;
  max-width: 100% !important;
}
.des_type .gfield_radio label:hover,
.des_type .gfield_radio input:checked + label {
  background: #f6994d;
  cursor: pointer;
  border: 2px solid #f6994d;
  color: #fff;
  font-weight: normal !important;
  font-style: normal !important;
}
.donation_options .gfield_radio input {
  display: none !important;
}
.section-donate .gform_button {
  border: 2px solid #395267;
  background: transparent;
  font: 24px/1 "alternate_gothic", "Impact", "Impact", "Charcoal", sans-serif !important;
  padding: 18px 25px;
  text-transform: uppercase;
  color: #f6994d;
  margin: 0 !important;
  max-width: 100% !important;
}
.seal {
  float: right;
  padding: 0 !important;
  margin: 0 !important;
}
.don-payment {
  clear: none !important;
}
@media screen and (max-width: 840px) {
  .seal {
    display: none;
  }
}
.don-payment {
  clear: none !important;
}
.section-donate .gform_footer {
  padding: 60px 0 !important;
}

/* Form Assembly overrides */

.wFormContainer {
  max-width: 700px !important;
  font-size: 14px;
}

* .wForm select {
  font-size: 16px;
}

.wForm .primaryAction {
  border: 2px solid #395267 !important;
  background: transparent !important;
  font: 24px/1 "alternate_gothic", "Impact", "Impact", "Charcoal", sans-serif !important;
  text-align: center !important;
  width: auto !important;
  padding: 18px 25px;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-transform: uppercase;
  color: #f6994d;
}

/*
Theme SFEd Fund 2020
*/

/*
Header
*/

#header {
  border: 1.5px solid rgba(51, 73, 94, 0.15);
}

#nav {
  background: none;
}

.nav-panel {
  padding: 20px 0px;
  background: #f2f2f2;
}

.nav-panel .holder {
  display: flex;
  justify-content: space-between;
}

.nav-panel .holder:after {
  content: none;
}

.nav-panel .holder .navs {
  display: flex;
  flex: 1;
  justify-content: space-between;
  margin-left: 36px;
}

.nav-panel .holder .logo {
  height: 40px;
  width: 94px;
  flex: none;
}

#nav {
  float: left;
}

.nav-buttons {
  float: right;
  display: flex;
}

.nav-buttons .btn {
  height: 40px;
}

.btn-volunteer-link {
  margin-right: 12px;
}

#nav .nav-bar {
  margin: 0px;
}

#nav .nav-bar a {
  padding: 12px;
  font-family: Lato;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(51, 73, 94, 0.5);
}

/*
Button
*/

.btn {
  transition: ease 0.5s all;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;

  background: #f78f3d;
  border-radius: 8px;
  font-family: Lato;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #ffffff;
  width: auto;
  white-space: nowrap;
}

.btn.btn-link-gray {
  text-decoration: none;
  padding: 12px;
  font-family: Lato;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(51, 73, 94, 0.5);
  background: none;
}

.btn.btn-outline {
  border: 1px solid #f78f3d;
  box-sizing: border-box;
  border-radius: 8px;
  background: none;
  color: #f78f3d;
}

.btn:hover {
  opacity: 0.7;
}

.btn.btn-link-gray:hover {
  color: #fff;
  background: #8eaeba;
}

.btn.btn-outline:hover {
  color: #fff;
  background: #f78f3d;
}

a.link {
  font-family: Lato;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 110%;
  text-align: center;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #f78f3d;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

a.link:hover {
  opacity: 0.7;
}

/*
Footer
*/

.panel-footer {
  background: #f2f2f2;
}

.panel-footer a:hover {
  color: #f89a44 !important;
}

.two-rows {
  display: flex;
  flex-flow: column wrap;
}

.row-one {
  margin-bottom: 20px;
  width: 100%;
}

.row-one .nav-footer,
.row-two {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  list-style: none;
}

.row-one .nav-footer .menu-item,
.row-two .info-block {
  width: 282px;
}

.panel-footer .h4,
.panel-footer .nav-footer li.menu-item-has-children > a,
.row-two .info-block .info-title {
  font-family: Lato;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #33495e;

  margin-bottom: 16px;
}

.panel-footer .nav-footer ul a,
.row-two .info-block .info-content a,
.row-two .info-block .info-content .menu-item {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  color: rgba(51, 73, 94, 0.5);
  margin: 0 0 10px;
  text-decoration: none;
}

.row-two .info-block .info-content .menu-item.donate {
  display: none;
}

.row-two .info-block .info-content,
.row-two .info-block .info-content .sub-nav {
  display: flex;
  flex-flow: column wrap;
}

.panel-footer .social-networks a {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(51, 73, 49, 0.1);
  box-sizing: border-box;
  border-radius: 8px;
  background: none;
}

.panel-footer .social-networks a .icon {
  color: rgba(51, 73, 49, 0.5);
  font-size: 18px;
}

.panel-footer .divider {
  position: absolute;
  left: 0px;
  width: 100%;
  border-top: 1px solid rgba(51, 73, 49, 0.2);
}

.panel-footer .container-bottom {
  border-top: none;
  text-align: center;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 150%;
  color: rgba(51, 73, 49, 0.5);
}

/*
Home
*/

.flex-row {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}

.flex-column {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}

.section-hero {
  padding: 60px 0px 107px 0px;
  background: #f2f2f2;
}

.section-block.hero-content {
  width: 486px;
  max-width: 100%;
}

.section-block .hero-image {
  width: 551px;
  max-width: 100%;
}

.hero-title {
  font-family: alternate_gothic;
  font-style: normal;
  font-weight: normal;
  font-size: 54px;
  line-height: 110%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #33495e;
}

.hero-description {
  margin-top: 16px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 150%;
  color: #33495e;
}

.hero-buttons {
  margin-top: 32px;
  display: flex;
  flex-flow: row nowrap;
}

.btn-donation {
  margin-right: 16px;
}

.hero-buttons .btn ,.section-block .btn{
  padding: 20px 24px;
  font-family: Lato;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  cursor:pointer;
  display:inline-block;
}

.btn-learn-more-map{
    height: 54px;
    line-height: 100% !important;
    font-size: 16px !important;
}

.section-icons {
  padding: 120px 0px;
}

.section-icons .icons-title {
  font-family: alternate_gothic;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  color: #33495e;
  width: 792px;
  max-width: 100%;
}

.section-icons .three-cols {
  margin-top: 81px;
}

.section-icons .three-cols .col {
  width: 336px;
  height: 472px;
}

.section-icons .text-holder {
  height: 200px;
}

.section-icons .three-cols h3 {
  width: 236px;
  margin: auto;
  margin-bottom: 15px;
}

.section-icons .three-cols a.link {
  margin-top: 24px;
  display: block;
}

.section-programs-map {
  background: #f2f2f2;
  padding: 120px 0px;
}

.programs-image-container {
  width: 589px;
  height: 543px;
}

.section-block.programs-content {
  width: 486px;
  max-width: 100%;
}

.section-block.programs-content .programs-title {
  margin-top: 32px;
  width: 460px;
  max-width: 100%;
  font-family: alternate_gothic;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 115%;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  color: #33495e;
  margin-bottom:25px;
}

.section-block.programs-content .programs-subtitle {
  font-family: alternate_gothic;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 115%;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  color: #5fbead;
  margin-top: 40px;
  margin-bottom: 32px;
  border-top: 1px solid #d7dadc;
  padding-top: 32px;
}

.programs-map-legend {
  display: flex;
  align-items: center;
  margin-top: 17px;
}

.programs-map-legend span {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 150%;
  text-align: center;
  margin: 0px 14px;
  color: rgba(51, 73, 49, 0.7);
}

.programs-map-legend img {
  margin: 0px 14px;
  margin-left: 50px;
}

.statistic-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.statistic-list .statistic-item {
  width: 234px;
  margin-bottom: 32px;
}

.statistic-item-title {
  font-family: alternate_gothic;
  font-style: normal;
  font-weight: normal;
  font-size: 54px;
  line-height: 110%;
  display: flex;
  align-items: flex-end;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #33495e;
}

.statistic-item-description {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 150%;
  color: #33495e;
  opacity: 0.7;
}

.section-videos {
  padding: 120px 0px;
}

.section-videos .video-poster {
  height: 432px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section-videos .videos-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
}

.section-videos .videos-list .video-item {
  width: calc(50% - 24px);
}

.section-videos .video-container {
  position: relative;
}

.section-videos .video-container .video-mask {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    222.89deg,
    rgba(237, 190, 20, 0) 18.85%,
    #edbe14 99.22%
  );
}

.section-videos .video-item:nth-child(2n) .video-container .video-mask {
  background: linear-gradient(
    224.4deg,
    rgba(95, 190, 173, 0) 4.81%,
    #5fbead 105.81%
  );
}

.section-videos .video-item:nth-child(2n) .video-title {
  border-left: 10px #5fbead solid;
}

.section-videos .video-container .video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
  width: 134px;
  cursor: pointer;
}

.section-videos .video-container .video-play-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.section-videos .video-title {
  margin-top: 24px;
  border-left: 10px #edbe14 solid;
  padding-left: 16px;
}

.section-videos .video-action-title {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 140%;
  text-transform: uppercase;
  color: #33495e;
  opacity: 0.5;
}

.section-videos .video-protagonist {
  font-family: alternate_gothic;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 110%;
  text-transform: uppercase;
  color: #33495e;
}

.section-subscribe {
  display: flex;
  flex-flow: column;
  background: #33495e;
}

.section-subscribe .border-bar-image {
  width: 100%;
}

.section-subscribe .holder.flex-row {
  padding: 70px 0px;
}

.subscribe-mail-form-container {
  width: 500px;
  overflow: auto;
}

.subscribe-mail-image {
  width: 468px;
  max-width: 100%;
}

.subscribe-mail-form-container {
  border-radius: 8px;
}

.subscribe-mail-form-container .wFormContainer .wFormThankYou {
  font-family: alternate_gothic;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 110%;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.subscribe-mail-form-container .wForm {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 32px;
}

.subscribe-mail-form-container .wFormContainer .wFormTitle {
  font-family: alternate_gothic;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 110%;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0px;
  white-space: nowrap;
}

.subscribe-mail-form-container .wForm div > div.oneField,
.subscribe-mail-form-container .wForm fieldset > div.oneField {
  margin-top: 8px;
  padding: 0px;
  width: 100%;
}

.subscribe-mail-form-container .wForm .oneField input,
.subscribe-mail-form-container .wForm select {
  padding: 10px 16px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  border-radius: 8px;
  width: 100%;
  outline: none;
}

.subscribe-mail-form-container .wForm select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  position: relative;
  background-color: white;
}

#tfa_9879910294211{
  display: block;
}

.subscribe-mail-form-container .wForm select::-ms-expand {
  display: none;
}

.subscribe-mail-form-container
  .wForm
  #tfa_9879910294202-D
  .inputWrapper::after {
  position: absolute;
  right: 15px;
  top: 15px;
  transform: rotate(-135deg);
  width: 10px;
  height: 10px;
  content: "";
  border-top: 2px solid rgb(56, 82, 104);
  border-left: 2px solid rgb(56, 82, 104);
}

.subscribe-mail-form-container .wForm form,
.subscribe-mail-form-container .wForm .inputWrapper {
  width: 100%;
}

.subscribe-mail-form-container .section.inline.group {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

#tfa_FirstName-D {
  margin-right: 6px;
}

.subscribe-mail-form-container .wForm legend {
  margin: auto;
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
}

.subscribe-mail-form-container .wForm fieldset {
  border: none;
  padding: 0px;
  margin: 0px;
  margin-top: 16px;
}

.subscribe-mail-form-container .wForm .actions .primaryAction {
  border: none !important;
  width: 100% !important;
  background: #f78f3d !important;
  border-radius: 8px !important;
  font-family: Lato !important;
  font-style: normal;
  font-weight: 900 !important;
  font-size: 16px !important;
  line-height: 140% !important;
  text-align: center !important;
  letter-spacing: 0.07em !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  padding: 12px;
}

.subscribe-mail-form-container .wFormFooter,
.subscribe-mail-form-container .supportInfo {
  display: none;
}

/*
video modal
*/

.modal-video {
  background-color: rgba(0, 0, 0, 0.8);
  outline: none;
}
