@charset "UTF-8";
/*
Theme Name: Victory - Concept
Author: Electoral Media
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nicolemalliotakis
Tags: one-column, two-columns
Theme URI:
*/
/* ---------------------------------------------------------
   1. Embedded fonts styles
   2. Eric Mayer CSS Reset
   3. General reset
   4. Common site styles
   ---------------------------------------------------------*/
/* ---------------------------------------------------------
   1. Embedded fonts styles
   ---------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800);
@font-face {
  font-family: 'UniformCondensedBlack-Black';
  src: url("fonts/3405C7_0_0.eot");
  src: url("fonts/3405C7_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/3405C7_0_0.woff2") format("woff2"), url("fonts/3405C7_0_0.woff") format("woff"), url("fonts/3405C7_0_0.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'UniformCondensedBold';
  src: url("fonts/34B54C_0_0.eot");
  src: url("fonts/3405C7_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/34B54C_0_0.woff2") format("woff2"), url("fonts/34B54C_0_0.woff") format("woff"), url("fonts/34B54C_0_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@import url('https://fonts.googleapis.com/css?family=Pacifico&display=swap');
/*! 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.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* 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.
 */
strong {
  font-weight: bold;
}
b {
  font-weight: 600;
}
/**
 * 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;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("./fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("./fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("./fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("./fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("./fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("./fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before, .fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before, .fa-users:before {
  content: "\f0c0";
}
.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before, .fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}
.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}
.fa-won:before, .fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}
.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before, .fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* custom checkbox styles */
.jcf-checkbox {
  vertical-align: middle;
  display: inline-block !important;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #dadada;
  margin: 0 5px 0 0;
  height: 14px;
  width: 14px;
}
@media (min-width: 1024px) {
  .jcf-checkbox {
    width: 16px;
    height: 16px;
  }
}
.jcf-checkbox span {
  position: absolute;
  display: none !important;
  height: 5px;
  width: 8px;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -4px;
  border: 2px solid #fafafa;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (min-width: 1024px) {
  .jcf-checkbox span {
    height: 6px;
    width: 10px;
    margin: -4px 0 0 -5px;
    border-width: 0 0 3px 3px;
  }
}
.jcf-checkbox.jcf-checked {
  background: #f6303e;
}
.jcf-checkbox.jcf-checked span {
  display: block !important;
}
/* :root .jcf-checkbox span {
  margin:-4px 0 0 -4px !important;
} */
.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox], .gform_wrapper ul.gfield_radio li input[type=radio] {
  width: 100% !important;
}
/* custom radio styles */
.jcf-radio {
  vertical-align: middle;
  display: inline-block !important;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #dadada;
  border-radius: 50%;
  margin: 0 5px 0 0;
  height: 14px;
  width: 14px;
  font-size: 0;
  line-height: 0;
}
@media (min-width: 1024px) {
  .jcf-radio {
    width: 16px;
    height: 16px;
  }
}
.jcf-radio span {
  display: none !important;
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: #f6303e;
  border-radius: 50%;
  margin: 0 !important;
}
.gform_wrapper .gfield_checkbox li input, .gform_wrapper .gfield_checkbox li input[type=checkbox], .gform_wrapper .gfield_radio li input[type=radio] {
  margin-left: 0;
}
.jcf-radio input[type="radio"] {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}
.jcf-radio.jcf-checked span {
  display: block !important;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin: 0 !important;
}
.gform_wrapper .gfield_radio li label {
  margin-top: 0 !important;
}
/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 0;
  border-bottom: 4px solid #dadada;
  background: #f7f7f7;
  margin: 0;
  min-width: 167px;
  height: 46px;
  font-size: 13px;
  line-height: 46px;
  height: 46px;
}
@media (min-width: 1024px) {
  .jcf-select {
    font-size: 16px;
    line-height: 54px;
    height: 54px;
  }
}
.jcf-select.jcf-focus {
  border-color: transparent;
}
.top-section .center-block {
  text-align: left;
}
.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}
.heading-icon {
  max-width: 75px;
  margin: -35px auto 7px;
}
.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  margin: 0 35px 0 16px;
  color: #242424;
  font-size: 13px;
  line-height: 46px;
  height: 46px;
}
@media (min-width: 1024px) {
  .jcf-select .jcf-select-text {
    font-size: 16px;
    line-height: 54px;
    height: 54px;
  }
}
.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 36px;
  bottom: 0;
  right: 0;
  top: 0;
}
.jcf-select .jcf-select-opener:after {
  content: " ";
  clear: both;
  position: absolute;
  top: 24px;
  left: 7px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #f6303e;
}
@media (max-width: 1023px) {
  .jcf-select .jcf-select-opener:after {
    top: 19px;
  }
}
body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}
body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}
.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}
.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}
.jcf-select-drop .jcf-select-drop-content {
  background: #00add9;
  padding: 20px;
}
@media (min-width: 1024px) {
  .jcf-select-drop .jcf-select-drop-content {
    padding: 10px;
  }
}
/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  min-width: 200px;
  margin: 0 15px;
}
/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
}
.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}
.jcf-list ul {
  list-style: none;
  padding: 0 2px 0 0;
  margin: 0;
}
.jcf-list ul li {
  overflow: hidden;
  display: block;
  padding: 0;
}
.jcf-list ul li:before {
  display: none;
}
.jcf-list .jcf-overflow {
  overflow: auto;
}
.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: inline-block;
  padding: 3px 9px;
  color: #fff;
}
@media (min-width: 1024px) {
  .jcf-list .jcf-option {
    padding: 5px 10px;
  }
}
.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}
.jcf-select-drop .jcf-hover, .jcf-list-box .jcf-selected {
  background: #fff;
  color: #083068;
}
.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}
.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}
.jcf-option.jcf-option-gf_placeholder {
  display: none;
}
/* common custom form elements styles */
/* custom scrollbars styles */
.jcf-scrollable-wrapper {
  box-sizing: content-box;
  position: relative;
}
.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  background: #fff;
  width: 11px;
  bottom: 0;
  right: 0;
  top: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-dec, .jcf-scrollbar-vertical .jcf-scrollbar-inc {
  background: #bbb;
  height: 0;
  width: 11px;
  left: 0;
  top: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  top: auto;
  bottom: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: #083068;
  height: 19px;
  min-height: 19px;
  width: 11px;
}
.jcf-scrollbar-horizontal {
  position: absolute;
  background: #e3e3e3;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 14px;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-dec, .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: #bbb;
  height: 14px;
  width: 14px;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  left: auto;
  right: 0;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  display: inline-block;
  position: relative;
  height: 14px;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  position: absolute;
  background: #888;
  height: 14px;
}
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden;
}
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec, .jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #e3e3e3;
}
@media (min-width: 1024px) {
  .jcf-select-small {
    width: 168px;
  }
}
@media (min-width: 1024px) {
  .jcf-select-medium {
    width: 300px;
  }
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
  overflow-y: auto !important;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  padding: 0 !important;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-type-iframe .fancybox-inner {
  height: auto !important;
  padding-bottom: 56.25%;
}
.fancybox-iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
}
.fancybox-margin {
  margin: 0 !important;
}
.fancybox-close {
  position: fixed;
  top: 30px !important;
  right: 30px !important;
  cursor: pointer;
  z-index: 8040;
  background: none;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  box-shadow: inset 0 0 0 2px #fff !important;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 1024px) {
  .fancybox-close {
    width: 30px;
    height: 30px;
  }
}
.fancybox-close:before, .fancybox-close:after {
  width: 28px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  content: "";
}
@media (max-width: 1024px) {
  .fancybox-close:before, .fancybox-close:after {
    width: 14px;
  }
}
.fancybox-close:after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: fixed;
  top: 50%;
  width: 54px;
  height: 54px;
  line-height: 44px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
  border: 2px solid #fff;
  text-align: center;
  visibility: visible;
}
.fancybox-nav span:after {
  content: "";
  clear: both;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin-left: -2px;
  border-top: 10px solid transparent;
  border-left: 15px solid #fff;
  border-bottom: 10px solid transparent;
}
.fancybox-prev span {
  left: 50px;
}
.fancybox-prev span:after {
  border-left: 0;
  border-top: 10px solid transparent;
  border-right: 15px solid #fff;
  border-bottom: 10px solid transparent;
}
.fancybox-next span {
  right: 50px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-overlay {
  overflow-y: auto !important;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("./images/fancybox/fancybox_overlay.png");
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: hidden;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
/* example lightbox styles */
.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0;
}
div.lightbox {
  padding: 5px;
  width: 300px;
}
div.lightbox h2 {
  margin: 0 0 10px;
}
div.lightbox p {
  margin: 0;
}
.slick-dots, #header .social-networks, .share-links, .hashtags-panel, .events-area .side-col .connect-links, .donate-area .values, #custom-nav ul, .tag-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.clearfix:after, dl:after, #main:after, .widget:after, .search-form:after, .post-password-form p:after, .container:after, .social-feed:after, .petition-main:after, #signup-section .content-holder:after, .container-min:after {
  content: '';
  display: block;
  clear: both;
}
.btn, button, input[type='button'], input[type='reset'], input[type='file'], input[type='submit'], .sign-up-container, .navigation-single .next a, .navigation-single .prev a, .navigation-single .next a:before, .navigation-single .prev a:before, .nav-opener span, .nav-opener:before, .nav-opener:after, .posts-list li, .posts-list li .bg-stretch, .slick-arrow.slick-next:before, .slick-arrow.slick-prev:before, .logo a, .btn-contribute, .footer-bar .col.logo-col a, .play-video:before, body, .share-links a, .share-row .share-links i, .sharelines-grid-section .load-more-box, .info-gallery .load-more-box, .news-list-area .load-more-box, .visuals-grid .bg-stretch, .continue-link, .continue-link:after, .header-splash .close-btn:before, .title-container .share-links li a i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}
/* ---------------------------------------------------------
   2. General reset
   ---------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
* {
  max-height: 1000000px;
}
body {
  color: #1a1a1a;
  background: #fff;
  font: 16px/1.44 "Montserrat", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1025px) {
  body {
    font-size: 16px;
    line-height: 1.625;
  }
}
img {
  max-width: 100%;
  height: auto;
}
.gm-style img {
  max-width: none;
}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.44em;
}
blockquote {
  overflow: hidden;
  margin: 0 0 1.6em;
  border-left: 2px solid #f6303e;
  padding: 0 0 0 13px;
  font-weight: 600;
}
blockquote p {
  font-weight: inherit;
  margin: 0;
}
iframe {
  display: block;
  margin: 0 auto;
}
@media (max-width: 1399px) {
  iframe {
    width: 100%;
    max-width: 100%;
  }
}
th, td {
  border: 1px solid #eee;
  padding: .5em;
  text-align: left;
  vertical-align: top;
}
th {
  text-align: center;
  vertical-align: middle;
}
ul, ol {
  padding-left: 0;
}
ul ul, ul ol, ol ul, ol ol {
  padding-left: 3em;
  margin: 0;
}
ul {
  list-style-type: none;
  padding-bottom: 14px;
}
ul > li {
  padding-left: 11px;
  padding-bottom: 5px;
  position: relative;
}
ul > li:before {
  content: ' ';
  clear: both;
  position: absolute;
  top: 5px;
  left: 0;
  background: #f6303e;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
@media (min-width: 1025px) {
  ul > li:before {
    top: 8px;
  }
}
@media (min-width: 1024px) {
  ul {
    padding-top: 8px;
    margin-bottom: 26px;
  }
  ul > li {
    padding-bottom: 6px;
    padding-left: 14px;
  }
  ul > li:before {
    top: 11px;
  }
}
dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold;
}
dl dd {
  overflow: hidden;
}
pre {
  max-width: 100%;
}
figure {
  margin: 0;
  width: auto;
}
@media (min-width: 1024px) {
  figure {
    width: 100%;
  }
}
figure img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
figure figcaption {
  position: relative;
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  text-align: left;
  padding: 14px 0 12px 20px;
}
@media (min-width: 1024px) {
  figure figcaption {
    font-size: 12px;
    line-height: 18px;
  }
}
figure figcaption:before {
  position: absolute;
  left: 0;
  top: 16px;
  font-family: "FontAwesome";
  font: normal normal normal 12px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f030";
  color: #f6303e;
}
figure.alignright, figure.alignleft {
  width: auto !important;
}
@media (min-width: 1024px) {
  figure.alignright, figure.alignleft {
    width: 40% !important;
  }
}
.wpb_single_image .vc_figure-caption {
  font-size: 12px;
  margin: 0 auto;
}
button, input, optgroup, select, textarea {
  color: #1a1a1a;
}
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: 0;
  box-shadow: inset 0 -4px 0 0 #dadada;
  padding: 0 0.7em;
  font-size: 13px;
  height: 46px;
  line-height: 46px;
  background: #f7f7f7;
  padding: 16px;
}
@media (min-width: 1025px) {
  input[type='text'], input[type='tel'], input[type='email'], input[type='search'], input[type='password'], textarea {
    font-size: 16px;
    height: 54px;
    line-height: 54px;
  }
}
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: #1a1a1a;
}
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: #1a1a1a;
}
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: #1a1a1a;
}
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: #1a1a1a;
}
input[type='text'].placeholder, input[type='tel'].placeholder, input[type='email'].placeholder, input[type='search'].placeholder, input[type='password'].placeholder, textarea.placeholder {
  color: #1a1a1a;
}
input[type='text']:focus, input[type='tel']:focus, input[type='email']:focus, input[type='search']:focus, input[type='password']:focus, textarea:focus {
  box-shadow: inset 0 -4px 0 0 #00add9;
}
input[type='text']:focus::-webkit-input-placeholder, input[type='tel']:focus::-webkit-input-placeholder, input[type='email']:focus::-webkit-input-placeholder, input[type='search']:focus::-webkit-input-placeholder, input[type='password']:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #f7f7f7;
}
input[type='text']:focus::-moz-placeholder, input[type='tel']:focus::-moz-placeholder, input[type='email']:focus::-moz-placeholder, input[type='search']:focus::-moz-placeholder, input[type='password']:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 1;
  color: #f7f7f7;
}
input[type='text']:focus:-moz-placeholder, input[type='tel']:focus:-moz-placeholder, input[type='email']:focus:-moz-placeholder, input[type='search']:focus:-moz-placeholder, input[type='password']:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: #f7f7f7;
}
input[type='text']:focus:-ms-input-placeholder, input[type='tel']:focus:-ms-input-placeholder, input[type='email']:focus:-ms-input-placeholder, input[type='search']:focus:-ms-input-placeholder, input[type='password']:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #f7f7f7;
}
input[type='text']:focus.placeholder, input[type='tel']:focus.placeholder, input[type='email']:focus.placeholder, input[type='search']:focus.placeholder, input[type='password']:focus.placeholder, textarea:focus.placeholder {
  color: #f7f7f7;
}
select {
  -webkit-border-radius: 0;
}
textarea {
  width: 100%;
  max-width: 600px;
  resize: vertical;
  vertical-align: top;
  height: 143px;
  line-height: inherit;
}
@media (min-width: 1025px) {
  textarea {
    height: 164px;
  }
}
.btn, button, input[type='button'], input[type='reset'], input[type='file'], input[type='submit'] {
  display: inline-block;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  background: #f6303e;
  border: none;
  text-transform: uppercase;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 11px 10px;
  min-width: 246px;
  margin-bottom: 9px;
  border-radius: 20px;
}
@media (min-width: 1025px) {
  .btn, button, input[type='button'], input[type='reset'], input[type='file'], input[type='submit'] {
    font-size: 16px;
    min-width: 242px;
    padding: 12px 14px;
    border-radius: 24px;
  }
}
.btn:hover, button:hover, input[type='button']:hover, input[type='reset']:hover, input[type='file']:hover, input[type='submit']:hover {
  background: #d62632;
  text-decoration: none;
}
.btn:focus, button:focus, input[type='button']:focus, input[type='reset']:focus, input[type='file']:focus, input[type='submit']:focus {
  outline: none;
}
.btn span, button span, input[type='button'] span, input[type='reset'] span, input[type='file'] span, input[type='submit'] span {
  display: inline-block;
  position: relative;
}
.btn span:after, button span:after, input[type='button'] span:after, input[type='reset'] span:after, input[type='file'] span:after, input[type='submit'] span:after {
  display: inline-block;
  font-family: "FontAwesome";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  margin-left: 6px;
  color: inherit;
}
.btn-red {
  color: #fff;
  background: #f6303e;
}
.btn-red:hover {
  background: #d62632;
}
.btn-blue {
  background: #00add9;
}
.btn-blue:hover {
  background: #00a1ca;
}
.btn-dark-blue {
  background: #083068;
}
.btn-dark-blue:hover {
  background: #062856;
}
.btn-border {
  box-shadow: inset 0 0 0 2px #083068;
  color: #083068;
  background: none;
  text-decoration: none;
}
.btn-border:hover {
  color: #fff;
  background: #14325c;
}
@media (min-width: 1025px) {
  .btn-border {
    box-shadow: inset 0 0 0 4px #083068;
  }
  .btn-border:hover {
    box-shadow: inset 0 0 0 4px #083068;
  }
}
.btn-border:hover {
  color: #fff;
  background: #14325c;
  text-decoration: none;
}
.btn-border.btn-border-white {
  text-align: center;
  min-width: 240px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1;
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  border-radius: 20px;
  padding: 11px 10px;
}
@media (min-width: 1025px) {
  .btn-border.btn-border-white {
    box-shadow: inset 0 0 0 3px #fff;
    border-radius: 24px;
    font-size: 16px;
    padding: 12px 14px;
  }
}
.btn.btn-border-white {
  text-align: center;
  min-width: 240px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1;
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  border-radius: 20px;
  padding: 11px 10px;
  background: #00add9;
}
.btn.btn-border-white:hover {
  background: #00a1ca;
}
@media (min-width: 1025px) {
  .btn.btn-border-white {
    box-shadow: inset 0 0 0 3px #fff;
    border-radius: 24px;
    font-size: 16px;
    padding: 12px 14px;
  }
}
.btn-download span:after {
  content: "\f019";
}
input[type='text']:focus, input[type='tel']:focus, input[type='email']:focus, input[type='search']:focus, input[type='password']:focus, input[type='url']:focus, input[type='date']:focus, textarea:focus {
  outline: none;
}
.contact-form input[type='text']:focus, .contact-form input[type='tel']:focus, .contact-form input[type='email']:focus, .contact-form input[type='search']:focus, .contact-form input[type='password']:focus, .contact-form textarea:focus {
  color: #012843;
  border-color: #012843;
}
.contact-form button:hover, .contact-form input[type='button']:hover, .contact-form input[type='reset']:hover, .contact-form input[type='file']:hover, .contact-form input[type='submit']:hover {
  background: #f43333;
  border-color: #c92727;
}
.sign-up-container {
  opacity: 0;
}
.loaded .sign-up-container {
  opacity: 1;
}
#event-post input[type='text'], #event-post input[type='tel'], #event-post input[type='email'], #event-post input[type='search'], #event-post input[type='password'], #event-post textarea, #event-post .jcf-select, .form-gray input[type='text'], .form-gray input[type='tel'], .form-gray input[type='email'], .form-gray input[type='search'], .form-gray input[type='password'], .form-gray textarea, .form-gray .jcf-select {
  background: #fff;
}
.container.form-gray:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9999px;
  right: -9999px;
  background: #f3f3f3;
}
@media (min-width: 1024px) {
  .cvc-content, #content {
    float: left;
    width: 64%;
    margin-top: 52px;
  }
}
@media (min-width: 1024px) {
  .cvc-sidebar, #sidebar {
    float: right;
    width: 32.5%;
    margin-top: 52px;
  }
}
#content:only-child {
  width: 100%;
}
.error404 #content {
  padding-top: 20px;
}
.widget {
  margin-bottom: 1.44em;
}
.widget ul {
  padding-left: 2em;
}
.widget select {
  min-width: 150px;
}
.comment-form label {
  display: block;
  padding-bottom: 4px;
}
.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}
.comment-form textarea, .comment-form input[type='text'] {
  margin: 0 4px 0 0;
  width: 270px;
}
.comment-form input[type='submit'] {
  display: block;
  float: none;
}
.post-password-form label {
  display: block;
}
.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  width: 300px;
}
.search-form {
  padding: 0 0 30px;
}
.search-form input {
  float: left;
}
.search-form input[type='search'] {
  margin: 0 0 15px;
  width: 100%;
}
@media (min-width: 1024px) {
  .search-form input[type='search'] {
    width: 500px;
    margin: 0 15px 0 0;
  }
}
.search-form input button, .search-form input[type='submit'] {
  width: 100%;
  margin: 0;
}
@media (min-width: 1024px) {
  .search-form input button, .search-form input[type='submit'] {
    width: auto;
    height: 54px;
  }
}
.post-password-form input {
  float: left;
}
.post-password-form input[type='password'] {
  width: 150px;
}
.commentlist {
  margin: 0 0 1.44em;
}
.commentlist .edit-link {
  margin: 0;
}
.commentlist .avatar-holder {
  float: left;
  margin: 0 1.44em 4px 0;
}
.commentlist-item .commentlist-item {
  padding: 0;
}
@media (min-width: 1024px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
}
.comment, .commentlist-holder {
  overflow: hidden;
}
.commentlist-item .commentlist-item, .commentlist-item + .commentlist-item {
  padding-top: 1.44em;
}
.widget_calendar #next {
  text-align: right;
}
.gallery-item dt {
  float: none;
  padding: 0;
}
.navigation {
  padding: 14px 0 0;
}
.navigation, .navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.44em;
  text-align: center;
}
.navigation .screen-reader-text, .navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}
.navigation .page-numbers, .navigation-comments .page-numbers {
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  color: #14325c;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  text-decoration: none;
  font-size: 16px;
  line-height: 30px;
  margin: 0 3px;
}
.navigation .page-numbers:hover, .navigation .page-numbers.current, .navigation-comments .page-numbers:hover, .navigation-comments .page-numbers.current {
  color: #f6303e;
  text-decoration: underline;
}
.navigation .page-numbers.next, .navigation .page-numbers.prev, .navigation-comments .page-numbers.next, .navigation-comments .page-numbers.prev {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  text-decoration: none;
  font-size: 0;
  line-height: 0;
  background: none;
}
.navigation .page-numbers.next:before, .navigation .page-numbers.prev:before, .navigation-comments .page-numbers.next:before, .navigation-comments .page-numbers.prev:before {
  display: inline-block;
  font-family: "FontAwesome";
  font: normal normal normal 30px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  margin-top: -1px;
}
.navigation .page-numbers.prev:before, .navigation-comments .page-numbers.prev:before {
  content: "\f104";
}
.navigation-single {
  max-width: 1010px;
  position: relative;
  margin: 0 auto;
  background: #f3f3f3;
  padding: 17px 15px 2px;
}
@media (min-width: 768px) {
  .navigation-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media (min-width: 769px) {
  .navigation-single {
    padding: 25px 15px 15px;
  }
}
@media (min-width: 1400px) {
  .navigation-single {
    padding: 57px 15px 43px;
  }
}
.navigation-single:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: -9999px;
  right: -9999px;
  background: #f3f3f3;
  z-index: -1;
}
.navigation-single .next, .navigation-single .prev {
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .navigation-single .next, .navigation-single .prev {
    width: 47.5%;
  }
}
.navigation-single .next a, .navigation-single .prev a {
  position: relative;
  display: block;
  color: #f6303e;
  background: #fff;
  text-decoration: none;
  padding: 15px 23px 10px 45px;
}
@media (min-width: 768px) {
  .navigation-single .next a, .navigation-single .prev a {
    height: 100%;
  }
}
@media (min-width: 1400px) {
  .navigation-single .next a, .navigation-single .prev a {
    padding: 28px 25px 33px 72px;
  }
}
.navigation-single .next a:hover, .navigation-single .prev a:hover {
  background: rgba(255, 255, 255, 0.6);
}
.navigation-single .next a:hover strong, .navigation-single .prev a:hover strong {
  text-decoration: none;
}
.navigation-single .next a:before, .navigation-single .prev a:before {
  display: inline-block;
  font-family: "FontAwesome";
  font: normal normal normal 34px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
  color: #14325c;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .navigation-single .next a:before, .navigation-single .prev a:before {
    font-size: 40px;
  }
}
.navigation-single .next a {
  padding: 15px 45px 10px 23px;
}
@media (min-width: 1400px) {
  .navigation-single .next a {
    padding: 28px 72px 33px 23px;
  }
}
.navigation-single .next a:before {
  left: auto;
  right: 15px;
  content: "\f105";
}
.navigation-single .next a:hover:before, .navigation-single .prev a:hover:before {
  color: #f6303e;
}
.navigation-single span {
  font-size: 11px;
  display: block;
  color: #00add9;
  text-transform: uppercase;
  padding: 0 0 10px;
}
@media (min-width: 1400px) {
  .navigation-single span {
    font-size: 16px;
    padding: 0 0 7px;
  }
}
.navigation-single strong {
  font-weight: 600;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .navigation-single strong {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .navigation-single strong {
    font-size: 24px;
    line-height: 34px;
  }
}
.wp-caption {
  max-width: 100%;
  clear: both;
  margin-bottom: 1.44em;
}
.wp-caption img {
  vertical-align: top;
}
.wp-caption p {
  margin: .4em 0 0;
}
div.aligncenter {
  margin: 0 auto 1.44em;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignleft {
  text-align: center;
}
@media (min-width: 1024px) {
  .alignleft {
    float: left;
    margin: 0 37px 4px 0;
  }
}
.alignright {
  text-align: center;
}
@media (min-width: 1024px) {
  .alignright {
    float: right;
    margin: 0 0 4px 37px;
  }
}
.mejs-container {
  margin-bottom: 1.44em;
}
.wp-caption-text, .gallery, .alignnone, .gallery-caption, .sticky, .bypostauthor {
  height: auto;
}
.widget_calendar {
  font-size: 12px;
}
.size-full {
  display: block;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
  max-width: none;
}
@media (min-width: 1024px) {
  .size-full {
    margin: 0;
    width: 100%;
    margin-bottom: 35px !important;
  }
}
@media (min-width: 1025px) {
  .size-full {
    margin-bottom: 50px !important;
  }
}
@media (min-width: 1024px) {
  figure .size-full + figcaption {
    margin-top: -35px;
  }
}
@media (min-width: 1025px) {
  figure .size-full + figcaption {
    margin-top: -45px;
  }
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h {
  font-family: inherit;
  line-height: 1.22em;
  margin: 0 0 0.5em;
  color: inherit;
}
@media (min-width: 1025px) {
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h {
    line-height: 1.11em;
  }
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a, .h a {
  color: inherit;
  text-decoration: none;
}
h1 a:hover, .h1 a:hover, h2 a:hover, .h2 a:hover, h3 a:hover, .h3 a:hover, h4 a:hover, .h4 a:hover, h5 a:hover, .h5 a:hover, h6 a:hover, .h6 a:hover, .h a:hover {
  text-decoration: underline;
}
h1, .h1 {
  font-family: "UniformCondensedBlack-Black", "Georgia", serif;
  font-size: 29px;
  color: #00add9;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  h1, .h1 {
    font-size: 42px;
    margin-bottom: 9px;
  }
}
h2, .h2 {
  font-size: 24px;
  color: #f6303e;
  font-weight: 700;
  margin-bottom: 7px;
}
@media (min-width: 1025px) {
  h2, .h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
h3, .h3 {
  font-size: 21px;
  color: #14325c;
  font-weight: 600;
  margin-bottom: 11px;
}
@media (min-width: 1025px) {
  h3, .h3 {
    font-size: 22px;
    margin-bottom: 14px;
  }
}
h4, .h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: #00add9;
  margin-bottom: 12px;
}
@media (min-width: 1025px) {
  h4, .h4 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
h5, .h5 {
  font-size: 15px;
  text-transform: uppercase;
  color: #f6303e;
  margin-bottom: 14px;
}
@media (min-width: 1025px) {
  h5, .h5 {
    font-size: 18px;
    margin-bottom: 19px;
  }
}
h6, .h6 {
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  color: #14325c;
}
@media (min-width: 1025px) {
  h6, .h6 {
    font-size: 16px;
  }
}
strong {
  font-weight: 700;
}
p {
  font-weight: 300;
  margin: 0 0 1.7em;
}
p strong {
  font-weight: 700;
}
a {
  color: #00add9;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
a:hover, a:focus {
  text-decoration: none;
}
.u-condensed-bold, .u-condensed-bold * {
  font-family: "UniformCondensedBold", "Georgia", serif !important;
}
/* ---------------------------------------------------------
   3. Сommon site styles
   ---------------------------------------------------------*/
#nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 21px;
  -webkit-transition: padding .3s ease-in-out;
  transition: padding .3s ease-in-out;
}
@media (min-width: 1024px) {
  #nav {
    padding-top: 28px;
    font-weight: 600;
  }
}
@media (min-width: 1024px) {
  #nav {
    width: auto;
    position: static;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    padding: 3px 0 0;
    float: right;
    width: 89%;
  }
}
#nav .drop {
  overflow: hidden;
  position: absolute;
  top: 76px;
  left: 0;
  right: 0;
  z-index: 997;
  max-height: 0;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  background: #f3f3f3;
}
@media (min-width: 1024px) {
  #nav .drop {
    max-height: 1000px;
    position: static;
    background: none;
    overflow: visible;
    float: right;
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 1023px) {
  #nav .btn-contribute {
    float: none;
    display: block;
    font-size: 16px;
    line-height: 20px;
    border-radius: 0;
    text-align: left;
    font-weight: 700;
    margin: 0;
    padding: 17px 45px 17px 27px;
  }
  #nav .btn-contribute:after {
    position: absolute;
    right: 28px;
    font-family: "FontAwesome";
    display: inline-block;
    font: normal normal normal 18px/20px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    color: #fff;
  }
}
#nav .lang-trigger {
  display: block;
  padding: 10px 0 5px;
  text-align: center;
  text-transform: uppercase;
  font: italic 20px/1 "UniformCondensedBold", "Georgia", serif;
}
@media (min-width: 1024px) {
  #nav .lang-trigger {
    padding: 0;
    position: absolute;
    top: 15px;
    right: 21px;
    font-size: 14px;
  }
}
#nav .lang-trigger a {
  text-decoration: none;
  color: #00add9;
}
#nav .lang-trigger a:hover {
  color: #14325c;
}
.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 1024px) {
  .nav-menu {
    font-size: 0;
    line-height: 0;
    width: auto;
    overflow: visible;
    display: inline-block;
    vertical-align: middle;
  }
}
.nav-menu li {
  text-transform: uppercase;
  padding: 0;
}
.nav-menu li:before {
  display: none;
}
.nav-menu a {
  text-decoration: none;
  color: #354b5e;
  display: block;
  padding: 16px;
}
@media (min-width: 1024px) {
  .nav-menu a {
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    background: none;
  }
}
@media (max-width: 1023px) {
  .nav-menu .hover a {
    background: #fff;
  }
}
.nav-menu ul {
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
}
.nav-menu.submenu-shadow ul:before {
  content: " ";
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, .4);
}
@media (min-width: 1024px) {
  .nav-menu ul {
    font-weight: 600;
  }
}
@media (min-width: 1024px) {
  .nav-menu ul {
    border-top: 20px solid transparent;
    top: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    min-width: 200px;
    text-align: left;
    opacity: 0;
  }
  .nav-menu ul li {
    background: #f3f3f3;
  }
}
@media (min-width: 1024px) {
  .nav-menu ul ul {
    border: none;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    padding-top: 0;
    top: 0;
    z-index: 1;
  }
  .nav-menu ul ul:after {
    display: none;
  }
  .nav-menu ul ul li:first-child {
    padding-top: 15px;
  }
  .nav-menu ul ul li:last-child {
    padding-bottom: 15px;
  }
}
.nav-menu ul li {
  list-style: none;
}
@media (min-width: 1024px) {
  .nav-menu ul li {
    padding: 1px 4px;
  }
  .nav-menu ul li:first-child {
    padding-top: 15px;
  }
  .nav-menu ul li:last-child {
    padding-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .nav-menu ul a {
    color: #083068;
    font-style: normal;
    padding: 4px 14px;
    display: block;
  }
}
.nav-menu ul .hover > a {
  color: #00add9;
}
.nav-menu .hover > ul {
  max-height: 1000px;
  opacity: 1;
  overflow: visible;
}
@media (min-width: 1024px) {
  .nav-menu .hover > ul:after {
    display: block;
  }
}
.nav-menu > li {
  border-top: 2px solid #dbdee0;
  font-size: 18px;
  line-height: 21px;
  margin: 0;
}
@media (min-width: 1024px) {
  .nav-menu > li {
    display: inline-block;
    vertical-align: middle;
    border: none;
    font-size: 16px;
    line-height: 20px;
    margin: 2px 0 5px 55px;
  }
  .nav-menu > li:first-child {
    margin-left: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .nav-menu > li {
    margin-left: 20px;
  }
}
.nav-menu > li > a {
  position: relative;
}
@media (min-width: 1024px) {
  .nav-menu > li > a:after {
    content: " ";
    clear: both;
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f3f3f3;
    z-index: 2;
    display: none;
  }
  .nav-menu.submenu-shadow > li > a:before {
    content: "";
    position: absolute;
    width: 48px;
    height: 48px;
    background: #999;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 40px;
    left: 50%;
    margin-left: -24px;
    box-shadow: -1px -1px 10px -2px rgba(0, 0, 0, .5);
    display: none;
  }
}
@media (min-width: 1024px) {
  .nav-menu > li > ul > li > ul li:first-child {
    padding-top: 2px;
  }
  .nav-menu > li > ul > li > ul li:last-child {
    padding-bottom: 2px;
  }
}
.desktop-menu {
  display: none !important;
  padding-top: 6px;
}
@media (min-width: 1024px) {
  .desktop-menu {
    display: inline-block !important;
  }
}
.mobile-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 1024px) {
  .mobile-menu {
    display: none !important;
  }
}
.mobile-menu li {
  padding: 0;
}
.mobile-menu li:before {
  display: none;
}
.mobile-menu a {
  text-decoration: none;
  color: #083068;
  display: block;
  position: relative;
  padding: 17px 45px 17px 27px;
}
.mobile-menu a:hover {
  background: #e5e5e5;
}
.mobile-menu a:after {
  position: absolute;
  right: 28px;
  font-family: "FontAwesome";
  display: inline-block;
  font: normal normal normal 18px/20px FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
}
.mobile-menu li.link-home a {
  font-size: 20px;
  line-height: 1;
  padding: 14px 45px 14px 23px;
}
.mobile-menu li.link-home a:after {
  display: none;
}
.mobile-menu ul {
  margin: 0;
  padding: 0;
}
.mobile-menu ul a {
  padding-left: 45px;
}
.mobile-menu ul ul a {
  padding-left: 60px;
}
.mobile-menu li {
  border-top: 1px solid #d2d5d7;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}
.mobile-menu .active-item > a {
  background: #e5e5e5;
}
.mobile-menu > .active-item > a + ul > li > a:hover {
  background: #e5e5e5;
}
.mobile-menu > .active-item > a + ul ul ul li a:hover {
  background: #e5e5e5;
}
.mobile-menu > .active-item > a + ul ul ul li.active-item .opener-item:hover {
  background: #e5e5e5;
}
.mobile-menu .active-item > .opener-item:after {
  content: "\f107";
}
.nav-close {
  display: none;
}
#nav.left-slide-nav {
  text-align: left;
}
#nav.left-slide-nav .drop {
  right: auto;
  width: 100%;
  left: -100%;
  max-height: 1000px;
  min-height: 100vh;
  top: 0;
  padding-top: 46px;
}
@media (min-width: 1024px) {
  #nav.left-slide-nav .drop {
    padding-top: 70px;
  }
}
@media (min-width: 1024px) {
  #nav.left-slide-nav .drop {
    width: auto;
    left: auto;
    background: none;
    min-height: 0;
    padding-top: 0;
  }
}
#nav.left-slide-nav .mobile-menu a {
  padding: 17px 23px;
}
@media (min-width: 1024px) {
  #nav.left-slide-nav .mobile-menu a {
    padding: 19px 46px;
  }
}
#nav.left-slide-nav .mobile-menu .hover a {
  background: #1f3366;
}
#nav.left-slide-nav .mobile-menu ul a {
  position: relative;
}
@media (min-width: 1024px) {
  #nav.left-slide-nav .mobile-menu > li {
    font-size: 22px;
    line-height: 25px;
  }
}
@media (min-width: 1024px) {
  #nav.left-slide-nav .mobile-menu > li {
    font-size: 18px;
    line-height: 21px;
    margin-left: 56px;
  }
  #nav.left-slide-nav .mobile-menu > li:first-child {
    margin-left: 0;
  }
}
#nav.left-slide-nav .nav-close {
  display: block;
  position: absolute;
  top: 8px;
  right: 6px;
  width: 33px;
  height: 29px;
  overflow: hidden;
  z-index: 10;
  font-weight: 300;
  color: #012843;
  text-decoration: none;
  text-align: center;
}
@media (min-width: 1024px) {
  #nav.left-slide-nav .nav-close {
    top: 19px;
    right: 24px;
  }
}
@media (min-width: 1024px) {
  #nav.left-slide-nav .nav-close {
    display: none;
  }
}
#nav.left-slide-nav .nav-close:before {
  content: '\f0c9';
  clear: both;
  display: block;
  font-size: 32px;
  line-height: 1;
  font-family: 'FontAwesome';
  background: none !important;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
}
#nav.left-slide-nav .nav-close span {
  display: none;
}
.nav-active #nav.left-slide-nav .nav-close:before {
  content: '\f00d';
  margin-top: -1px;
}
.nav-active #nav.left-slide-nav .drop {
  top: 0;
  left: 0;
  overflow: visible;
}
.nav-menu > li.has-drop-down.hover > a:after, .nav-menu > li.has-drop-down.hover > a:before {
  display: block;
}
.nav-active {
  overflow: hidden;
}
@media (max-width: 1023px) {
  #nav .drop {
    height: 0;
  }
}
@media (max-width: 1024px) {
  .nav-active #nav .drop {
    max-height: 1000px;
    overflow-y: auto;
    height: calc(100vh - 76px);
  }
}
.nav-opener {
  position: absolute;
  top: 23px;
  right: 11px;
  width: 28px;
  height: 22px;
  overflow: hidden;
  z-index: 10;
  font-weight: 300;
  color: #C9D5DF;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .nav-opener {
    display: none;
  }
}
.nav-opener span, .nav-opener:before, .nav-opener:after {
  position: absolute;
  width: 28px;
  height: 4px;
  background: #C9D5DF;
  content: '';
  left: 0;
  opacity: 1;
}
.nav-opener:before {
  top: 0;
}
.nav-opener:after {
  left: auto;
  right: 0;
  bottom: 0;
}
.nav-opener span {
  top: 50%;
  overflow: hidden;
  text-indent: -9999px;
  margin-top: -2px;
}
.nav-active .nav-opener span {
  opacity: 0;
}
.nav-active .nav-opener:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 9px;
}
.nav-active .nav-opener:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 9px;
}
#nav-main {
  background: #012843;
}
.top-section #nav-main {
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .top-section #nav-main {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
#nav-main ul {
  display: block;
  font-size: 0;
  line-height: 0;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  #nav-main ul {
    display: table;
    border-collapse: collapse;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  #nav-main ul {
    margin: 0 auto;
    padding: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    max-width: 1400px;
  }
}
#nav-main ul li {
  padding: 0;
  display: block;
  width: 100%;
  overflow: hidden;
}
#nav-main ul li:before {
  display: none;
}
#nav-main ul li:last-child {
  border-width: 0;
}
@media (min-width: 1024px) {
  #nav-main ul li {
    font-weight: bold;
    display: inline-block;
    width: 50%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  #nav-main ul li:last-child {
    border-bottom: 0;
  }
}
@media (min-width: 1024px) {
  #nav-main ul li {
    border-bottom: 0;
    display: table-cell;
    vertical-align: top;
    width: auto;
  }
}
#nav-main ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  color: #fff;
  text-decoration: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 8px;
  border-bottom: 4px solid #002037;
  height: 58px;
  font-size: 18px;
  line-height: 21px;
}
@media (min-width: 1024px) {
  #nav-main ul a {
    height: 80px;
  }
}
@media (min-width: 1024px) {
  #nav-main ul a {
    height: 80px;
    font-size: 20px;
    line-height: 23px;
  }
}
#nav-main ul a:hover {
  background: #539bd7;
  border-color: #4d89bc;
}
#nav-main ul a img {
  height: 28px;
  max-height: none;
  max-width: none;
  width: auto;
  vertical-align: middle;
  margin-right: 10px;
}
#nav-main ul a i {
  margin-right: 10px;
}
#nav-main ul li.active a {
  background: #539bd7;
  border-bottom: 4px solid #4d89bc;
}
#nav-main ul .btn {
  font-size: 13px;
  line-height: 22px;
  padding: 5px 14px;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  text-transform: capitalize;
  height: 36px;
  font-weight: 400;
  margin: 15px 0;
}
#nav-main ul .red-item a {
  background: #e02e2e;
  border-bottom: 4px solid #b82323;
}
#nav-main ul .red-item a:hover {
  background: #f43333;
  border-color: #c92727;
}
#nav-main .mob-visible {
  display: block;
  padding: 15px;
  text-align: center;
}
@media (min-width: 1024px) {
  #nav-main .mob-visible {
    display: none;
  }
}
.sub-menu {
  margin: 36px auto;
  padding: 0;
  max-width: 740px;
}
.sub-menu li {
  padding: 0;
  border-bottom: 2px solid #f6303e;
}
.sub-menu li:before {
  display: none;
}
.sub-menu li:first-child {
  border-top: 2px solid #f6303e;
}
.sub-menu a {
  display: block;
  padding: 19px 15px 16px;
  color: #14325c;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  position: relative;
}
@media (min-width: 1025px) {
  .sub-menu a {
    font-size: 18px;
    line-height: 26px;
    padding: 17px 17px 17px 29px;
  }
}
.sub-menu a:hover:after, .sub-menu li.active a:after {
  content: " ";
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 8px;
  background: #f6303e;
}
@media (max-width: 1023px) {
  .sub-menu {
    margin: 34px auto;
  }
}
.sub-menu.menu-vertical {
  max-width: 280px;
}
.sub-menu.menu-vertical li {
  border-color: #f3f3f3;
}
.sub-menu.menu-vertical a {
  font-weight: normal;
}
@media (min-width: 1024px) {
  .transparent-header .header-panel:not(.fixed-position) .nav-menu > li > a, .transparent-header .header-panel:not(.fixed-position) #header .social-networks a {
    color: #fff;
  }
  .transparent-header .header-panel:not(.fixed-position) .nav-menu > li > a:hover, .transparent-header .header-panel:not(.fixed-position) #header .social-networks a:hover {
    color: #00add9;
  }
}
.top-section {
  overflow: hidden;
  position: relative;
  color: #fff;
  height: 220px;
  background: #083068;
}
@media (min-width: 1024px) {
  .top-section {
    height: 300px;
  }
}
@media (min-width: 1024px) {
  .top-section {
    height: 450px;
  }
}
.top-section.section-small {
  height: 330px;
}
.top-section.section-medium {
  height: 616px;
}
.top-section .section-hold {
  position: relative;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 1024px) {
  .top-section.mob-overlay .section-hold:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    height: 110%;
    content: "";
    z-index: 1;
  }
}
@media (min-width: 1025px) {
  .top-section.desktop-overlay .section-hold:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    height: 110%;
    content: "";
    z-index: 1;
  }
}
.top-section .container {
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  height: 100%;
  padding: 15px;
}
@media (min-width: 1024px) {
  .top-section .container {
    padding: 0 15px;
  }
}
@media (min-width: 1024px) {
  .top-section .container {
    padding: 10px 50px 10px;
    max-width: 1400px;
    margin: 0 auto;
    position: static;
  }
}
@media (min-width: 1024px) {
  .top-section .container.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.top-section .container:before, .top-section .container:after {
  display: none;
}
.top-section.section-25vh {
  height: 300px;
}
@media (min-width: 1024px) {
  .top-section.section-25vh {
    height: 25vh;
  }
  .top-section.section-25vh .center-block .title-h1 span {
    margin-bottom: 0;
  }
  .top-section.section-25vh .title-h1 {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .top-section.section-25vh {
    height: 25vh;
  }
}
.top-section.section-50vh {
  height: 300px;
}
@media (min-width: 1024px) {
  .top-section.section-50vh {
    height: 50vh;
  }
}
@media (min-width: 1024px) {
  .top-section.section-50vh {
    height: 50vh;
  }
}
.top-section.section-75vh {
  height: 300px;
}
@media (min-width: 1024px) {
  .top-section.section-75vh {
    height: 75vh;
  }
}
@media (min-width: 1024px) {
  .top-section.section-75vh {
    height: 75vh;
  }
}
.top-section.section-100vh {
  height: 300px;
}
@media (min-width: 1024px) {
  .top-section.section-100vh {
    height: calc(100vh - 76px);
  }
}
@media (min-width: 1400px) {
  .top-section.section-100vh {
    height: calc(100vh - 100px);
  }
}
.top-section .center-block {
  text-align: center;
}
@media (min-width: 1024px) {
  .top-section .center-block .btn {
    margin-top: 19px;
  }
}
.top-section .right-block, .top-section .left-block, .top-section .center-block {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (min-width: 1024px) {
  .top-section .left-block .sign-up-container {
    float: left;
  }
}
@media (min-width: 1024px) {
  .top-section .right-block .sign-up-container {
    float: right;
  }
}
.top-section .bottom-block {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 0 20px;
}
@media (min-width: 1024px) {
  .top-section .bottom-block {
    bottom: 185px;
  }
}
@media (min-width: 1024px) {
  .top-section .bottom-block {
    bottom: 101px;
  }
}
.top-section .bottom-block .title {
  font-size: 20px;
  line-height: 23px;
  padding-bottom: 15px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  .top-section .bottom-block .title {
    font-size: 30px;
    line-height: 35px;
    display: block;
    padding-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .top-section .bottom-block .title {
    display: inline-block;
    padding-bottom: 0;
  }
}
.top-section .bottom-block .btn {
  display: none;
}
@media (min-width: 1024px) {
  .top-section .bottom-block .btn {
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  .top-section .bottom-block .btn {
    margin-left: 37px;
  }
}
.top-section .bg-stretch {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-position: 50% 0;
}
@media (min-width: 1024px) {
  .top-section .bg-stretch {
    background-position: 0 0;
  }
}
@media (min-width: 1024px) {
  .top-section .bg-stretch.img-align-right {
    background-position: 0 0;
  }
}
.top-section .logo {
  width: 142px;
  margin: 0 auto 41px;
}
@media (min-width: 1024px) {
  .top-section .logo {
    width: auto;
  }
}
.top-section .btn-play {
  font-weight: 600;
  font-size: 16px;
}
.top-section .btn-play:hover {
  background: #fff;
  color: #083068;
}
.top-section .btn-play:hover span {
  border-color: #083068;
}
.top-section .gform_wrapper div.validation_error, .top-section .gform_wrapper .validation_message {
  display: none;
}
.top-section .gform_wrapper li.gfield_error input {
  box-shadow: inset 0 -4px 0 0 #f6303e;
}
.top-section .gform_wrapper li.gfield_error .gfield_label {
  display: block;
  position: absolute;
  top: 3px;
  right: 3px;
}
.top-section .gform_wrapper li.gfield_error .gfield_label .gfield_required {
  color: #f6303e;
}
.top-section .gform_wrapper .gform_footer img {
  display: none !important;
}
@media (min-width: 1024px) {
  .top-section .autor-date {
    margin-top: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
@media (min-width: 1024px) {
  .top-section .autor-date {
    margin-top: -12px;
  }
}
.top-section .autor-date .avatar {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 5px;
}
@media (min-width: 1024px) {
  .top-section .autor-date .avatar {
    width: 40px;
    height: 40px;
    margin: 0 20px 0 0;
  }
}
.top-section .autor-date .avatar a {
  display: block;
  height: 100%;
}
.top-section .autor-date .avatar img {
  display: block;
}
.top-section .autor-date .txt {
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  line-height: 19px;
}
@media (min-width: 1024px) {
  .top-section .autor-date .txt {
    font-size: 16px;
    line-height: 22px;
  }
}
.social-list {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
}
@media (min-width: 1024px) {
  .social-list {
    margin-bottom: 54px;
  }
}
.social-list li {
  list-style: none;
  display: inline;
  margin: 0 7px 0 6px;
  padding: 0;
}
.social-list li:before {
  display: none;
}
.social-list a {
  color: #fff;
  word-wrap: break-word;
}
.social-list a:hover {
  color: #539bd7;
}
.social-list s {
  text-decoration: none;
}
.social-bottom {
  text-align: center;
  border-top: 5px solid #c3c3c3;
  padding: 29px 0 26px;
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .social-bottom {
    margin-top: 60px;
    padding: 19px 0 14px;
  }
}
.social-bottom > span {
  display: inline-block;
  font: 800 22px/48px "Montserrat", sans-serif;
  color: #001b49;
  text-transform: uppercase;
  margin: 0 0 8px;
}
@media (min-width: 1024px) {
  .social-bottom > span {
    margin: 0 0 6px;
    font-size: 20px;
    line-height: 42px;
  }
}
.social-bottom .social-list {
  padding: 0;
}
.social-bottom .social-list > span {
  display: inline-block;
  vertical-align: middle;
}
.social-bottom .social-list .stButton {
  margin: 0 9px;
}
@media (min-width: 1024px) {
  .social-bottom .social-list .stButton {
    margin: 0 7px;
  }
}
.social-bottom .social-list .stButton .stLarge {
  background: none !important;
  width: auto;
  height: auto;
  font: normal normal normal 34px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #14325c;
}
.social-bottom .social-list .stButton .stLarge:hover {
  color: #083068;
}
@media (min-width: 1024px) {
  .social-bottom .social-list .stButton .stLarge {
    font-size: 30px;
  }
}
.social-bottom .social-list .st_twitter_large .stButton .stLarge:before {
  content: "\f099";
}
.social-bottom .social-list .st_facebook_large .stButton .stLarge:before {
  content: "\f09a";
}
.social-bottom .social-list .st_email_large .stButton .stLarge:before {
  content: "\f0e0";
}
.add-info-list {
  margin: 0;
  padding: 0 0 12px;
}
@media (min-width: 1400px) {
  .add-info-list {
    padding: 0 0 20px;
  }
}
.add-info-list li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  color: #f6303e;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 1400px) {
  .add-info-list li {
    font-size: 22px;
    line-height: 36px;
  }
}
.add-info-list li:before {
  display: none;
}
.add-info-list li + li:before {
  position: static;
  display: inline;
  width: auto;
  height: auto;
  background: none;
  margin: 0 9px 0 4px;
  content: "/";
}
.add-info-list a {
  color: #f6303e;
  text-decoration: none;
}
.add-info-list a:hover {
  text-decoration: underline;
}
.items-list {
  margin: 0 -20px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
@media (min-width: 1400px) {
  .items-list {
    margin: 0 -100px 23px;
  }
}
.items-list .slick-track {
  margin: 0 auto;
}
.items-list li {
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  width: 103px;
  padding: 0 10px 30px;
  text-align: center;
}
.items-list li:before {
  display: none;
}
@media (min-width: 1024px) {
  .items-list li {
    width: 156px;
    padding: 0 14px 18px;
  }
}
.items-list li.slick-slide {
  padding-bottom: 0;
  width: auto;
}
.items-list img {
  vertical-align: top;
}
.items-list .image-cycle {
  border-radius: 50%;
  border: 4px solid #fff;
}
.items-list strong {
  font-size: 11px;
  line-height: 14px;
  display: block;
  padding-top: 5px;
  margin: 0 -5px;
}
@media (min-width: 1024px) {
  .items-list strong {
    font-size: 16px;
    line-height: 20px;
    padding-top: 9px;
    margin: 0;
  }
}
.items-list a {
  color: #083068;
  text-decoration: none;
}
.posts-list {
  max-width: 986px;
  margin: 0 auto;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (min-width: 1024px) {
  .posts-list {
    padding: 26px 0 36px;
  }
}
.posts-list li {
  padding: 0;
  margin-bottom: 26px;
  overflow: hidden;
  position: relative;
  width: 260px;
  height: 260px;
  overflow: hidden;
  border-radius: 50%;
  text-align: center;
  background: #00add9;
}
.posts-list li:before {
  display: none;
}
.posts-list li:hover {
  background: #00a1ca;
}
@media (min-width: 1400px) {
  .posts-list li {
    width: 288px;
    height: 288px;
    margin-bottom: 30px;
  }
}
.posts-list li.bg-red {
  background: #f6303e;
}
.posts-list li.bg-red:hover {
  background: #d62632;
}
.posts-list li.bg-dark-blue {
  background: #083068;
}
.posts-list li.bg-dark-blue:hover {
  background: #062856;
}
.posts-list li.bg-red .bg-stretch, .posts-list li.bg-light-blue .bg-stretch, .posts-list li.bg-dark-blue .bg-stretch {
  opacity: .6;
}
.posts-list li .bg-stretch {
  overflow: hidden;
  border-radius: 50%;
}
.posts-list li:hover .bg-stretch {
  opacity: .8;
}
.posts-list .hold {
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
}
.posts-list .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  background-position: 50% 50%;
}
.posts-list .title h2 {
  font: 700 32px/1 "Montserrat", sans-serif;
  color: inherit;
  text-decoration: none;
}
@media (min-width: 1400px) {
  .posts-list .title h2 {
    font-size: 36px;
  }
}
.posts-list .title span {
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  font-weight: normal;
  padding: 0 0 10px;
}
@media (min-width: 1400px) {
  .posts-list .title span {
    font-size: 16px;
  }
}
.donate-list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -10px;
}
@media (min-width: 1024px) {
  .donate-list {
    margin: 0;
  }
}
@media (min-width: 1400px) {
  .donate-list {
    margin: 0 10%;
  }
}
.donate-list li {
  padding: 0;
  padding: 0 10px 10px;
}
.donate-list li:before {
  display: none;
}
@media (min-width: 1024px) {
  .donate-list li {
    padding-bottom: 39px;
  }
}
.donate-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 82px;
  height: 82px;
  border: 5px solid #14325c;
  background: #4a8abf;
  border-radius: 50%;
  text-decoration: none;
  color: #fff;
  font-size: 21px;
  line-height: 82px;
  font-weight: 600;
}
.donate-list a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border-color: #fff;
  background: #f3f3f3;
  color: #4a8abf;
}
@media (min-width: 1400px) {
  .donate-list a {
    width: 150px;
    height: 150px;
    border: 10px solid #14325c;
    font-size: 40px;
    line-height: 150px;
  }
}
.donate-list a strong {
  font-size: 40px;
  line-height: 83px;
}
@media (min-width: 1400px) {
  .donate-list a strong {
    font-size: 75px;
    line-height: 150px;
  }
}
.donate-list a sup {
  font-size: 22px;
  line-height: 25px;
  font-weight: 400;
  top: -0.4em;
}
@media (min-width: 1024px) {
  .donate-list a sup {
    font-size: 26px;
    line-height: 35px;
  }
}
@media (min-width: 1400px) {
  .donate-list a sup {
    font-size: 31px;
    line-height: 35px;
  }
}
.events-list {
  max-width: 740px;
  margin: 0 auto;
  padding: 47px 0 0;
}
@media (min-width: 1024px) {
  .events-list {
    padding: 66px 0 46px;
    margin: 0;
  }
}
.events-list li {
  list-style: none;
  margin-bottom: 42px;
  padding: 0;
}
.events-list li:before {
  display: none;
}
@media (min-width: 1024px) {
  .events-list li {
    margin-bottom: 32px;
    position: relative;
    padding: 14px 0 0 106px;
  }
  .events-list li:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .events-list li {
    padding-left: 134px;
  }
}
.events-list .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 50%;
  overflow: hidden;
  font-weight: 700;
  text-transform: uppercase;
  background: #f6303e;
  color: #fff;
  width: 78px;
  height: 78px;
  padding: 5px;
  margin: 0 auto 15px;
}
@media (min-width: 1024px) {
  .events-list .date {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 1025px) {
  .events-list .date {
    width: 98px;
    height: 98px;
  }
}
.events-list .date span {
  display: block;
  font-size: 20px;
  line-height: 1;
  margin: 0 0 -3px;
}
@media (min-width: 1025px) {
  .events-list .date span {
    font-size: 22px;
  }
}
.events-list .date em {
  display: block;
  font-style: normal;
  font-size: 40px;
  line-height: 1;
}
@media (min-width: 1025px) {
  .events-list .date em {
    font-size: 44px;
  }
}
.events-list .date-ttl {
  display: block;
  text-transform: uppercase;
  color: #14325c;
  padding: 10px 0 25px;
}
@media (min-width: 1400px) {
  .events-list .date-ttl {
    font-size: 22px;
  }
}
.events-list .date-ttl em {
  font-style: normal;
  padding-right: 15px;
}
.events-list h2 {
  font-size: 22px;
  line-height: 28px;
  font-family: "Montserrat", sans-serif;
  color: #00add9;
  margin: 0;
}
@media (min-width: 1025px) {
  .events-list h2 {
    font-size: 32px;
    line-height: 36px;
  }
}
.events-list h2 a {
  color: #00add9;
  text-decoration: none;
}
.events-list h2 a:hover {
  text-decoration: underline;
}
.events-list .btn {
  min-width: 0;
  display: block;
  margin: 0 30px 20px;
}
@media (min-width: 1024px) {
  .events-list .btn {
    min-width: 240px;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
  }
}
.btn-list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.widget .btn-list {
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .btn-list {
    margin: 0 6px;
  }
}
.btn-list li {
  padding: 0;
  width: 92px;
}
.btn-list li:before {
  display: none;
}
@media (min-width: 1024px) {
  .btn-list li {
    width: 180px;
  }
}
.btn-list .btn {
  min-width: 92px;
  padding: 0;
}
@media (min-width: 1024px) {
  .btn-list .btn {
    min-width: 180px;
  }
}
.btn-list .btn-red {
  text-transform: uppercase;
  font-size: 12px;
  height: 40px;
  line-height: 36px;
}
@media (min-width: 1024px) {
  .btn-list .btn-red {
    height: 59px;
    line-height: 55px;
    font-size: 16px;
  }
}
.overview-list {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
@media (min-width: 1400px) {
  .overview-list {
    margin: 0 -20px -16px 0;
  }
}
.overview-list .amount {
  letter-spacing: -1px;
}
.overview-list li {
  padding: 0;
  font-size: 17px;
  line-height: 20px;
  padding-bottom: 33px;
}
.overview-list li:before {
  display: none;
}
.overview-list li .info, .overview-list li .visual-frame {
  display: inline-block;
  vertical-align: middle;
}
.overview-list li .info {
  width: 46%;
}
@media (min-width: 1024px) {
  .overview-list li .info {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 1400px) {
  .overview-list li .info {
    width: 53%;
    text-align: left;
  }
}
.overview-list li .visual-frame {
  margin-right: 12px;
  width: 130px;
  height: 130px;
  position: relative;
  text-align: center;
}
@media (min-width: 1024px) {
  .overview-list li .visual-frame {
    margin: 0 auto 20px;
    display: block;
  }
}
@media (min-width: 1400px) {
  .overview-list li .visual-frame {
    display: inline-block;
    margin-right: 12px;
  }
}
.overview-list li .visual-frame img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto !important;
  height: auto !important;
}
.overview-list .petition-graph svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  left: 0;
}
.intro-text {
  position: relative;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  color: #f6303e;
  text-align: center;
  padding: 39px 0 42px;
}
.intro-text p:last-of-type {
  margin: 0;
}
@media (max-width: 1023px) {
  .intro-text {
    font-size: 17px;
    line-height: 25px;
    padding: 30px 0;
  }
}
.intro-text.light-blue-intro-text {
  margin-bottom: 0;
  padding: 60px 0;
  color: #fff;
}
@media (max-width: 1023px) {
  .intro-text.light-blue-intro-text {
    padding: 21px 0 24px;
    margin-bottom: 0;
  }
}
.intro-text.light-blue-intro-text:before {
  background: #73b2e6;
}
.intro-text.light-blue-intro-text:after {
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
  border-top: 23px solid #73b2e6;
}
@media (min-width: 1024px) {
  .action-bar + #main > .wrap-frame > .main-frame > .container .intro-text {
    padding-top: 70px;
  }
}
@media (min-width: 1400px) {
  .action-bar + #main > .wrap-frame > .main-frame > .container .intro-text {
    padding-top: 130px;
  }
}
@media (min-width: 1024px) {
  .action-bar + #main .player-container {
    margin-top: 20px;
  }
}
@media (min-width: 1400px) {
  .action-bar + #main .player-container {
    margin-top: 50px;
  }
  .action-bar + #main .player-container.audio {
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  body:not(.home) .action-bar + #main {
    padding-top: 70px;
  }
}
@media (min-width: 1400px) {
  body:not(.home) .action-bar + #main {
    padding-top: 115px;
  }
}
/* cycle carousel basic styles */
div.cycle-gallery {
  position: relative;
  overflow: hidden;
}
div.cycle-gallery div.mask {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1400px) {
  div.cycle-gallery div.mask {
    float: left;
    width: 50%;
  }
}
div.cycle-gallery div.cycle-slideset {
  width: 99999px;
  float: left;
}
div.cycle-gallery div.cycle-slideset div.slide {
  padding: 28px 18px 54px;
}
@media (min-width: 1024px) {
  div.cycle-gallery div.cycle-slideset div.slide {
    float: left;
    padding: 50px 80px;
  }
}
@media (min-width: 1400px) {
  div.cycle-gallery div.cycle-slideset div.slide {
    padding: 117px 105px 78px 143px;
  }
}
div.cycle-gallery div.cycle-slideset div.slide.active {
  z-index: 1;
}
div.cycle-gallery .slideset {
  width: 100%;
  min-height: 210px;
}
div.cycle-gallery div.slideshow {
  position: relative;
  min-height: 210px;
  overflow: hidden;
}
@media (min-width: 768px) {
  div.cycle-gallery div.slideshow {
    min-height: 340px;
  }
}
@media (min-width: 1024px) {
  div.cycle-gallery div.slideshow {
    float: right;
    width: 50%;
    min-height: 317px;
  }
}
@media (min-width: 1400px) {
  div.cycle-gallery div.slideshow {
    min-height: 436px;
  }
}
div.cycle-gallery div.slideshow div.slide-fade {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
}
div.cycle-gallery div.slideshow div.slide-fade.active {
  z-index: 2;
}
div.cycle-gallery img {
  vertical-align: top;
  max-width: none;
  width: 100%;
}
div.cycle-gallery .go-to {
  position: absolute;
  left: 18px;
  bottom: 28px;
  z-index: 10;
  overflow: hidden;
  padding: 18px 0 0 0;
}
@media (min-width: 1024px) {
  div.cycle-gallery .go-to {
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 10;
    overflow: hidden;
    padding: 18px 0 0 80px;
  }
}
@media (min-width: 1400px) {
  div.cycle-gallery .go-to {
    padding: 18px 0 0 143px;
  }
}
div.cycle-gallery .btn-prev, div.cycle-gallery .btn-next {
  width: 50px;
  height: 50px;
  background: #14325c;
  float: left;
  text-indent: -9999px;
  position: relative;
  margin-left: 1px;
}
div.cycle-gallery .btn-prev:hover, div.cycle-gallery .btn-next:hover {
  background: #f6303e;
}
div.cycle-gallery .btn-prev:after, div.cycle-gallery .btn-next:after {
  content: " ";
  clear: both;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-top-color: transparent;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-left: -3px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 1023px) {
  div.cycle-gallery .btn-prev, div.cycle-gallery .btn-next {
    width: 35px;
    height: 35px;
  }
}
div.cycle-gallery .btn-next {
  float: right;
}
div.cycle-gallery .btn-next:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-left: -9px;
}
div.slideshow.not-enough-slides a.btn-prev, div.slideshow.not-enough-slides a.btn-next {
  visibility: hidden;
}
.about-boxes {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
}
.about-boxes .boxes-row .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
}
@media (min-width: 1024px) {
  .about-boxes .boxes-row .container {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.about-boxes .boxes-row .container:before, .about-boxes .boxes-row .container:after {
  display: none;
  content: none;
}
.about-boxes .boxes-dark-blue {
  background: #14325c;
  color: #fff;
}
.about-boxes .boxes-dark-blue h2 {
  color: #fff;
}
.about-boxes .boxes-row-gray {
  background: #f3f3f3;
}
.about-boxes .boxes-row-blue {
  background: #00add9;
  color: #fff;
}
.about-boxes .boxes-row-blue h2 {
  color: #fff;
}
.about-boxes .video {
  position: relative;
  min-height: 201px;
}
@media (min-width: 768px) {
  .about-boxes .video {
    min-height: 300px;
  }
}
@media (min-width: 1024px) {
  .about-boxes .video {
    width: 50%;
    min-height: 470px;
  }
  .about-boxes .video .bg-stretch.overlap {
    bottom: -30px;
  }
}
@media (max-width: 1023px) {
  .about-boxes .video {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.about-boxes .video .play-video {
  width: 84px;
  height: 84px;
}
.about-boxes .video .play-video:after {
  font-size: 85px;
}
.about-boxes .video .play-video:before {
  border-width: 7px;
}
@media (min-width: 1025px) {
  .about-boxes .video .play-video {
    width: 130px;
    height: 130px;
  }
  .about-boxes .video .play-video:after {
    font-size: 128px;
  }
  .about-boxes .video .play-video:before {
    border-width: 10px;
  }
}
.about-boxes .info {
  padding: 20px;
}
@media (min-width: 1024px) {
  .about-boxes .info {
    width: 50%;
    padding: 60px 40px;
  }
}
@media (min-width: 1400px) {
  .about-boxes .info {
    padding: 129px 103px 80px;
  }
}
@media (max-width: 1023px) {
  .about-boxes .info {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.about-boxes h2 {
  margin-bottom: 9px;
}
.about-boxes .home .info {
  line-height: 21px;
  padding: 17px 15px 20px;
}
@media (min-width: 1024px) {
  .about-boxes .home .info {
    line-height: 26px;
    width: 50%;
    padding: 80px 40px 40px;
  }
}
@media (min-width: 1400px) {
  .about-boxes .home .info {
    padding: 138px 86px 50px 170px;
  }
}
@media (max-width: 1023px) {
  .about-boxes .home .info {
    text-align: center;
  }
}
.about-boxes .home .video {
  min-height: 262px;
}
@media (min-width: 1024px) {
  .about-boxes .home .video {
    min-height: 300px;
  }
  .about-boxes .home .video .bg-stretch {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 1400px) {
  .about-boxes .home .video + .info {
    padding: 138px 170px 50px 86px;
  }
}
.about-boxes .home p {
  margin: 0 0 1.5em;
}
@media (min-width: 1024px) {
  .about-boxes .home p {
    margin: 0 0 2em;
  }
}
.about-boxes .home h2 {
  color: #00add9;
  font-family: "UniformCondensedBlack-Black", "Georgia", serif;
  font-size: 26px;
  line-height: 32px;
  margin: 0 0 10px;
}
@media (min-width: 1025px) {
  .about-boxes .home h2 {
    font-size: 40px;
    margin: 0 0 30px;
  }
}
/* Slick slider styles */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  outline: none;
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow {
  -webkit-transition: background 0.3s, border-color 0.3s;
  transition: background 0.3s, border-color 0.3s;
  z-index: 1;
}
.slick-arrow.slick-next, .slick-arrow.slick-prev {
  position: absolute;
  left: 30px;
  top: 50%;
  width: 30px;
  height: 30px;
  min-width: 0;
  min-height: 0;
  text-indent: -9999px;
  text-align: left;
  background: transparent;
  padding: 0;
  margin: 0;
  margin-top: -15px;
  background-clip: border-box;
  border-radius: 0;
}
.slick-arrow.slick-next:before, .slick-arrow.slick-prev:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-width: 0 0 1px 1px;
  -webkit-transform: translate(-30%, -50%) rotate(45deg);
  -ms-transform: translate(-30%, -50%) rotate(45deg);
  transform: translate(-30%, -50%) rotate(45deg);
}
.slick-arrow.slick-next:hover:before, .slick-arrow.slick-prev:hover:before {
  border-color: #083068;
}
.slick-arrow.slick-next:focus, .slick-arrow.slick-prev:focus {
  outline: none;
}
@media (min-width: 1024px) {
  .slick-arrow.slick-next, .slick-arrow.slick-prev {
    width: 35px;
    height: 35px;
  }
  .slick-arrow.slick-next:before, .slick-arrow.slick-prev:before {
    border-width: 0 0 2px 2px;
    width: 32px;
    height: 32px;
  }
}
.slick-arrow.slick-next {
  left: auto;
  right: 30px;
}
.slick-arrow.slick-next:before {
  border-width: 2px 2px 0 0;
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
  -ms-transform: translate(-70%, -50%) rotate(45deg);
  transform: translate(-70%, -50%) rotate(45deg);
}
.news-list-area .slick-arrow.slick-next:before, .news-list-area .slick-arrow.slick-prev:before {
  border-color: #272727;
}
.news-list-area .slick-arrow.slick-next:hover:before, .news-list-area .slick-arrow.slick-prev:hover:before {
  border-color: #00add9;
}
.news-list-area .slick-arrow.slick-next, .news-list-area .slick-arrow.slick-prev {
  opacity: 0;
  transition: opacity .3s ease, right .3s ease, left .3s ease;
}
.news-list-area:hover .slick-arrow.slick-next {
  right: -35px;
  opacity: 1;
}
.news-list-area:hover .slick-arrow.slick-prev {
  left: -35px;
  opacity: 1;
}
@media only screen and (max-width: 1340px) {
  .news-list-area .slick-arrow.slick-next, .news-list-area .slick-arrow.slick-prev {
    display: none !important;
  }
}
.slider-vertical {
  padding: 31px 0;
  border: 5px solid #c3c3c3;
  background: #fff;
  text-align: center;
}
.slider-vertical .slick-arrow.slick-next, .slider-vertical .slick-arrow.slick-prev {
  position: relative;
  top: auto;
  width: 30px;
  height: 30px;
  -webkit-transform: translate(0%, -70%) rotate(90deg);
  -ms-transform: translate(0%, -70%) rotate(90deg);
  transform: translate(0%, -70%) rotate(90deg);
  margin: 0;
}
.slider-vertical .slick-track {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.stories-list {
  color: #262626;
  font-size: 14px;
  line-height: 18px;
}
.stories-list h5 {
  text-transform: none;
  font-size: 18px;
  line-height: 20px;
  color: #14325c;
}
.stories-list .datetime {
  font-size: 14px;
  line-height: 17px;
  color: #00add9;
}
.slick-dots {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0 5px 10px;
}
@media (min-width: 768px) {
  .slick-dots li {
    margin: 0 7px 15px;
  }
}
.slick-dots li:before {
  display: none;
}
.slick-dots li button {
  min-width: 0;
  width: 11px;
  height: 11px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
  background: #ebebeb;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .slick-dots li button {
    width: 17px;
    height: 17px;
  }
}
.slick-dots li.slick-active button, .slick-dots li button:hover {
  background: #00add9;
}
#tribe-events {
  margin: 0 auto;
  max-width: 740px;
}
#tribe-events-content ul.tribe-events-sub-nav {
  text-align: left;
  padding-bottom: 0;
}
#tribe-events-content ul.tribe-events-sub-nav li {
  float: left;
  width: 48%;
  padding-left: 0;
}
#tribe-events-content ul.tribe-events-sub-nav li:before {
  display: none;
}
#tribe-events-content ul.tribe-events-sub-nav li:last-child {
  float: right;
  text-align: right;
}
#tribe-events-footer .tribe-events-sub-nav li:before, #tribe-events-header .tribe-events-sub-nav li:before {
  display: none;
}
.tribe-events-sub-nav li a {
  margin-bottom: 0;
}
div.tribe-events-notices > ul > li:before {
  display: none;
}
.single-tribe_events #tribe-events-header, .tribe-events-map #tribe-events-header {
  margin: 24px 0;
}
.tribe-events-cal-links a {
  margin-left: 10px;
}
.tribe-events-cal-links a:first-child {
  margin-left: 0;
}
.single-tribe_events .tribe-events-event-meta dl dd {
  margin: 0;
}
.single-tribe_events .tribe-events-event-meta .tribe-events-meta-group {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .single-tribe_events .tribe-events-event-meta .tribe-events-meta-group {
    width: 33%;
    display: inline-block;
    vertical-align: top;
  }
}
.single-tribe_events .tribe-events-event-meta .tribe-events-meta-group dl dt {
  min-width: 70px;
  color: #001b49;
}
.single-tribe_events .tribe-events-event-meta address.tribe-events-address {
  font-style: normal;
  text-transform: none;
}
.single-tribe_events .tribe-events-venue-map {
  float: none;
  width: 100%;
}
.tribe-events-sub-nav {
  overflow: hidden;
}
.tribe-events-sub-nav .tribe-events-nav-previous {
  float: left;
  width: 50%;
}
.tribe-events-sub-nav .tribe-events-nav-next {
  float: right;
  width: 50%;
}
.wp-polls {
  padding: 20px;
}
@media (min-width: 1024px) {
  .wp-polls {
    padding: 65px 85px 30px 180px;
  }
}
@media (min-width: 1400px) {
  .wp-polls {
    padding: 74px 30px 56px 64px;
  }
}
.wp-polls .pollbar, .wp-polls .total-volters, .wp-polls h3 {
  display: none;
}
.wp-polls .wp-polls-result .wp-polls-ul {
  font-size: 14px;
}
.wp-polls .wp-polls-result .btn {
  box-shadow: 0 0 0;
  background: none;
  height: auto;
  min-width: 1px;
  padding: 0 0 0 20px;
  position: relative;
  line-height: 1.2em;
  margin-left: 55px;
}
.wp-polls .wp-polls-result .btn:after {
  font-family: 'FontAwesome';
  content: "\f104";
  clear: both;
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  font-size: 22px;
  font-weight: normal;
}
.wp-polls-loading {
  display: none !important;
}
.wp-polls-ul {
  margin: 0;
  padding: 0;
}
.wp-polls-ul li {
  list-style: none;
  padding: 0 0 27px;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  position: relative;
  padding-left: 0;
}
.wp-polls-ul li:before {
  display: none;
}
.wp-polls-ul li small {
  font-size: 25px;
  line-height: 30px;
  color: #14325c;
  margin-right: 10px;
  font-weight: 800;
  width: 65px;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}
.wp-polls-ul .jcf-radio {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  border: 5px solid #fff;
}
.wp-polls-ul .jcf-radio span {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #083068;
}
.wp-polls-form .btn {
  background: none;
  box-shadow: inset 0 0 0 4px #fff;
  text-decoration: none;
}
.wp-polls-form .btn:hover {
  background: #fff;
  color: #43a4dc;
  box-shadow: inset 0 0 0 4px #fff;
}
.wp-polls-form a.btn {
  box-shadow: 0 0 0;
  margin-left: 40px;
  padding: 0;
  min-width: 1px;
}
.wp-polls-form a.btn:hover {
  text-decoration: underline;
}
.wp-polls-result .wp-polls-ul {
  padding-top: 40px;
}
@media (min-width: 1024px) {
  .wp-polls-result .wp-polls-ul {
    padding-top: 0;
  }
}
.wp-polls-result .wp-polls-ul li {
  padding-left: 75px;
}
/* body.admin-bar */
body.admin-bar .header-panel, body.admin-bar .header-panel.fixed-position {
  position: fixed;
  top: 46px !important;
  -webkit-transition: none;
  transition: none;
}
@media (min-width: 783px) {
  body.admin-bar .header-panel, body.admin-bar .header-panel.fixed-position {
    top: 64px !important;
  }
}
@media (min-width: 892px) {
  body.admin-bar .header-panel, body.admin-bar .header-panel.fixed-position {
    top: 32px !important;
  }
}
@media (min-width: 783px) {
  body.admin-bar #wrapper {
    margin-top: 32px !important;
  }
}
@media (min-width: 892px) {
  body.admin-bar #wrapper {
    margin-top: 0 !important;
  }
}
html #wpadminbar {
  position: fixed;
}
.quicklinks {
  overflow: hidden;
  background: #23282d;
}
.js-video-container, .js-video-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}
*::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
video::-webkit-media-controls {
  display: none !important;
}
.open-drop, .js-video-container {
  opacity: 0;
}
.loaded .open-drop, .loaded .js-video-container {
  opacity: 1;
}
.js-video-holder .video-holder {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  height: 100vh;
  /*max-height: 100vh;*/
}
.js-video-holder .video-holder video {
  width: 100%;
  object-fit: cover;
  min-height: 300px;
  height: 100%;
  /*max-height: 100vh;*/
}
.map-canvas {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}
.map-canvas img {
  max-width: none;
}
.home #main {
  padding-top: 0;
}
.home .top-section {
  margin-top: 0;
}
div.steps-carousel div.slideset {
  width: auto;
  float: none;
}
div.steps-carousel div.slideset .slide {
  float: none;
}
@media (max-width: 767px) {
  div.steps-carousel div.slideset {
    width: 9999px;
    float: left;
  }
  div.steps-carousel div.slideset .slide {
    float: left;
  }
}
@media (max-width: 1023px) {
  .js-drop-slide-holder {
    position: relative;
    /*overflow: hidden;*/
  }
  .js-drop-slide-holder > .js-drop-slider {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    position: absolute;
    top: 0;
    width: 100%;
  }
  .js-drop-slide-holder .js-drop-slider .drop-down {
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    display: block !important;
    height: auto;
  }
  .js-drop-slide-holder li {
    position: static !important;
  }
  .js-drop-slide-holder .visible-drop {
    z-index: 9999;
  }
  .js-drop-slide-holder .services-list {
    position: static !important;
  }
}
@media (min-width: 1024px) {
  .js-drop-slider {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .js-drop-slide-holder .back {
    display: none;
  }
}
.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}
#header {
  position: relative;
  min-width: 320px;
  padding: 9px 66px 10px 18px;
}
@media (min-width: 1024px) {
  #header {
    margin: 0 auto;
    padding: 13px 15px 12px;
    max-width: 1260px;
  }
}
#header:after {
  content: " ";
  clear: both;
  display: block;
}
#header .social-networks {
  text-align: center;
  padding: 22px 20px;
  font-size: 20px;
  line-height: 21px;
  margin: 0;
}
@media (min-width: 1024px) {
  #header .social-networks {
    display: inline-block;
    vertical-align: middle;
    padding: 22px 0 22px 17px;
  }
}
#header .social-networks li {
  font-size: 20px;
  margin: 0 13px;
}
@media (min-width: 1024px) {
  #header .social-networks li {
    font-size: 16px;
    margin: 0 6px;
  }
}
#header .social-networks a {
  color: #14325c;
}
#header .social-networks a:hover {
  color: #00add9;
}
.logo {
  display: inline-block;
  margin-bottom: 20px;
  vertical-align: top;
  position: relative;
  z-index: 1;
  width: 91px;
}
.logo a {
  display: block;
}
.logo a:hover {
  opacity: .8;
}
.logo img {
  display: block;
}
.logo img.white-logo {
  display: none;
}
.transparent-header .logo img {
  display: none;
}
.transparent-header .logo img.white-logo {
  display: block;
}
.transparent-header .fixed-position .logo img {
  display: block;
}
.transparent-header .fixed-position .logo img.white-logo {
  display: none;
}
.header-panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #fff;
}
.header-panel .logo {
  width: 91px;
  height: auto;
  margin: 0 15px 0 0;
  float: left;
  -webkit-transition: width .3s linear;
  transition: width .3s linear;
}
@media (min-width: 1400px) {
  .header-panel .logo {
    width: 116px;
    float: left;
    margin: 0;
  }
}
.fixed-position, .header-panel-color {
  background: #fff;
}
.fixed-position .nav-menu a, .header-panel-color .nav-menu a {
  color: #083068;
}
#nav-menu {
  position: relative;
  z-index: 101;
}
.btn-contribute {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: #f6303e;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  min-width: 86px;
  text-align: center;
  padding: 5px;
  border-radius: 20px;
}
@media (max-width: 1023px) {
  .btn-contribute {
    float: right;
    margin: 14px 0 0;
  }
}
@media (max-width: 767px) {
  .btn-contribute {
    min-width: 86px;
  }
}
@media (min-width: 1024px) {
  .btn-contribute {
    float: none;
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
    min-width: 130px;
    margin-left: 26px;
  }
  .btn-contribute.mob {
    display: none;
  }
}
.btn-contribute:hover {
  background: #d62632;
  text-decoration: none;
}
.btn-contribute:focus {
  outline: none;
}
.transparent-header .header-panel:not(.fixed-position) {
  position: fixed;
  background: none !important;
}
.transparent-header .header-panel:not(.fixed-position) .nav-opener {
  color: #fff;
}
.transparent-header .header-panel:not(.fixed-position) .nav-opener:before, .transparent-header .header-panel:not(.fixed-position) .nav-opener:after, .transparent-header .header-panel:not(.fixed-position) .nav-opener span {
  background: #fff;
}
.transparent-header .header-panel.fixed-position {
  background: #fff !important;
}
.header-panel.has-shadow, .header-panel.has-fixed-shadow.fixed-position {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
}
#footer .container {
  max-width: 1228px;
  padding: 0 15px;
}
.footer-bar {
  width: 100%;
  text-align: center;
  padding: 14px 0 1px;
  margin: 0 0 -3px;
}
@media (min-width: 1024px) {
  .footer-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 25px 0 25px;
  }
  .footer-bar .social-col {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer-bar .logo-col {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .footer-bar .btns-col {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media (min-width: 1400px) {
  .footer-bar {
    padding: 39px 0 20px;
  }
}
.footer-bar .col {
  padding: 9px 0;
}
@media (min-width: 1024px) {
  .footer-bar .col {
    padding: 5px;
  }
}
@media (min-width: 1024px) {
  .footer-bar .col.social-col {
    padding: 5px 5px 5px 14%;
  }
}
@media (min-width: 1024px) {
  .footer-bar .col.logo-col {
    padding: 5px 6.5%;
    margin: 0 0 12px;
  }
}
.footer-bar .col.logo-col .logo-holder {
  width: 164px;
}
@media (min-width: 1024px) {
  .footer-bar .col.logo-col .logo-holder {
    width: 193px;
  }
}
@media (max-width: 1023px) {
  .footer-bar .col.logo-col .logo-holder {
    display: inline-block;
    vertical-align: top;
  }
}
.footer-bar .col.logo-col a {
  display: block;
  margin: 0 auto;
}
.footer-bar .col.logo-col a:hover {
  opacity: .8;
}
.footer-bar .col.logo-col img {
  display: block;
  max-width: none;
  width: 100%;
  width: 164px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .footer-bar .col.logo-col img {
    width: 193px;
  }
}
.footer-bar .btns-col {
  margin: 0 -10px -13px;
}
@media (min-width: 1024px) {
  .footer-bar .btns-col {
    padding: 16px 5px 5px;
    margin: 0;
  }
}
.footer-bar .btns-col .btn {
  margin: 0 6px 10px;
  min-width: 131px;
}
@media (min-width: 1024px) {
  .footer-bar .btns-col .btn {
    margin: 10px;
    padding: 12px 22px;
  }
}
.footer-bar .btns-col .btn span:after {
  display: none;
}
@media (min-width: 1024px) {
  .footer-bar .social-networks {
    white-space: nowrap;
    padding: 9px 0 0;
  }
}
.footer-bar .social-networks li {
  margin: 2px 7px;
}
@media (min-width: 1024px) {
  .footer-bar .social-networks li {
    margin: 5px 10px;
  }
}
.footer-bar .social-networks li a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f3f3f3;
  color: #14325c;
  overflow: hidden;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}
@media (min-width: 1024px) {
  .footer-bar .social-networks li a {
    width: 40px;
    height: 40px;
  }
}
.footer-bar .social-networks li a:hover {
  background: #15335c;
}
.footer-bar .social-networks li a:hover i {
  color: #fff;
}
.footer-bar .social-networks li i {
  font-size: 20px;
}
@media (min-width: 1024px) {
  .footer-bar .social-networks li i {
    font-size: 24px;
  }
}
.bottom-bar {
  background: #f3f3f3;
  text-align: center;
  font-size: 10px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 8px 0 9px;
  color: #878787;
}
@media (min-width: 1024px) {
  .bottom-bar {
    padding: 10px 0 11px;
    font-size: 11px;
  }
  .bottom-bar .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .bottom-bar .container:before, .bottom-bar .container:after {
    display: none;
  }
}
.bottom-bar .add-nav {
  margin: 0;
  padding: 0 0 3px;
}
@media (min-width: 1024px) {
  .bottom-bar .add-nav {
    margin: 0;
    padding-top: 5px;
  }
}
.bottom-bar .add-nav li {
  font-size: 11px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
.bottom-bar .add-nav li:before {
  display: none;
}
@media (min-width: 1024px) {
  .bottom-bar .add-nav li {
    font-size: 12px;
  }
}
.bottom-bar .add-nav li a {
  color: #14325c;
  text-decoration: none;
}
.bottom-bar .add-nav li a:hover {
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .bottom-bar .by-box {
    text-align: right;
    float: right;
    margin: 0 7px;
  }
}
.bottom-bar .by-box p {
  margin: 0;
}
.bottom-bar .by-box a {
  display: inline-block;
  vertical-align: middle;
  color: #a0a0a0;
  text-decoration: none;
}
.bottom-bar .by-box a:hover {
  text-decoration: underline;
}
.bottom-bar .by-box span {
  display: inline-block;
  vertical-align: middle;
  margin: 7px 7px 0 0;
}
.bottom-bar .by-box img {
  display: inline-block;
  vertical-align: middle;
  width: 145px;
  height: auto;
}
@media (min-width: 1024px) {
  .bottom-bar .by-box img {
    width: 169px;
  }
}
#footer .btn-row {
  text-align: center;
  padding: 5px 0 30px;
}
@media (min-width: 1024px) {
  #footer .btn-row {
    padding: 15px 0 47px;
  }
}
#footer .btn-row .button-bordered {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
}
.resize-active * {
  -webkit-transition: none !important;
  transition: none !important;
}
#wrapper {
  overflow: hidden;
  min-width: 320px;
  padding-top: 76px;
}
@media (min-width: 1024px) {
  #wrapper {
    padding-top: 93px;
  }
}
@media (min-width: 1400px) {
  #wrapper {
    padding-top: 100px;
  }
}
.transparent-header #wrapper {
  padding-top: 0;
}
.load-more {
  display: block;
  margin: 50px 0;
}
@media (min-width: 1400px) {
  .load-more {
    display: block;
  }
}
.js-container-fixed {
  position: relative;
}
#main {
  position: relative;
}
.bg-stretch {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: 50% 0;
}
.container {
  position: relative;
  max-width: 1400px;
  padding: 0 15px;
  margin: 0 auto;
}
.container-740 {
  max-width: 770px;
}
.container-1053 {
  max-width: 1053px;
}
.container-1116 {
  max-width: 1116px;
}
.gray-section {
  position: relative;
  padding: 46px 0;
}
.gray-section:before {
  content: " ";
  clear: both;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -99999px;
  right: -99999px;
  z-index: -1;
  background: #f3f3f3;
}
.gray-section h2 {
  font-size: 29px;
  color: #f6303e;
  font-family: "UniformCondensedBlack-Black", "Georgia", serif;
  margin-bottom: 37px;
}
@media (min-width: 1025px) {
  .gray-section h2 {
    font-size: 42px;
  }
}
.gray-section h2 small {
  font-family: "Montserrat", sans-serif;
  display: block;
  color: #14325c;
  font-size: 13px;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0 0 3px;
}
@media (min-width: 1025px) {
  .gray-section h2 small {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .gray-section {
    padding: 32px 0;
  }
}
.section-container.blue-section, .blue-section {
  position: relative;
  padding: 90px 0;
  background: #539bd7;
  color: #fff;
}
.section-container.blue-section:before, .blue-section:before {
  content: " ";
  clear: both;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -99999px;
  right: -99999px;
  z-index: -1;
  background: #539bd7;
}
@media (max-width: 1399px) {
  .section-container.blue-section, .blue-section {
    padding: 71px 0;
  }
}
@media (max-width: 1023px) {
  .section-container.blue-section, .blue-section {
    padding: 42px 0 80px;
  }
}
.section-container.dark-blue-section, .dark-blue-section {
  position: relative;
  padding: 12px 0;
  background: #083068;
}
.section-container.dark-blue-section:before, .dark-blue-section:before {
  content: " ";
  clear: both;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -99999px;
  right: -99999px;
  z-index: -1;
  background: #083068;
}
.section-container.dark-blue-section .title-h2, .dark-blue-section .title-h2 {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .section-container.dark-blue-section, .dark-blue-section {
    padding: 35px 0 45px;
  }
  .section-container.dark-blue-section .title-h2, .dark-blue-section .title-h2 {
    margin-bottom: 23px;
  }
}
.title-h1 {
  text-transform: uppercase;
  text-align: center;
  padding: 0 0 15px;
  margin: 0;
  color: #fff;
  font-size: 29px;
  line-height: 1.2;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .title-h1 {
    font-size: 45px;
    padding: 3px 0 20px;
  }
}
@media (min-width: 1400px) {
  .title-h1 {
    font-size: 66px;
    line-height: 70px;
  }
}
.title-h1 span {
  display: block;
  text-transform: uppercase;
  margin-bottom: 3px;
  position: relative;
  font: 13px/1.2 "Montserrat", sans-serif;
  letter-spacing: 2px;
}
@media (min-width: 1024px) {
  .title-h1 span {
    font-size: 16px;
    margin-bottom: 5px;
    letter-spacing: 3px;
  }
}
.title-h2 {
  text-align: center;
  padding: 0;
  margin: 0 0 20px;
  color: #fff;
  font-size: 26px;
  line-height: 29px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .title-h2 {
    font-size: 36px;
    line-height: 40px;
    padding: 32px 0 31px;
  }
}
.title-h2 span {
  display: block;
  text-transform: uppercase;
  font-weight: normal;
  padding-bottom: 7px;
  margin-bottom: 5px;
  position: relative;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 3px;
}
@media (min-width: 1024px) {
  .title-h2 span {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 19px;
  }
}
.color-title {
  text-align: center;
  padding: 46px 0 40px;
  margin: 0;
  color: #e02e2e;
  font-size: 36px;
  line-height: 40px;
  text-decoration: none;
}
.color-title span {
  display: block;
  text-transform: uppercase;
  color: #012843;
  font-weight: normal;
  padding-bottom: 7px;
  margin-bottom: 19px;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 3px;
}
@media (max-width: 1023px) {
  .color-title span {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 14px;
  }
}
.color-title span:after {
  content: " ";
  clear: both;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 135px;
  height: 2px;
  background: #e5e5e5;
  margin-left: -75px;
}
@media (max-width: 1023px) {
  .color-title span:after {
    width: 120px;
    margin-left: -60px;
  }
}
@media (max-width: 1023px) {
  .color-title {
    font-size: 25px;
    line-height: 30px;
    padding: 32px 0 31px;
  }
  .color-title span {
    margin: 5px;
  }
}
.center-title {
  text-align: center;
}
.title-red {
  color: #f6303e;
}
.title-blue {
  color: #14325c;
}
.title-dark-blue {
  color: #083068;
}
hr {
  margin: 27px -15px;
  height: 2px;
  background: #e5e5e5;
  border: none;
}
@media (min-width: 1024px) {
  hr {
    margin: 50px 0;
  }
}
.text-column2, .text-column3, .text-column3-1 {
  overflow: hidden;
  margin-bottom: 20px;
}
.text-column2 .column, .text-column3 .column, .text-column3-1 .column {
  width: 100% !important;
  float: none !important;
}
@media (min-width: 1024px) {
  .text-column2 .column, .text-column3 .column, .text-column3-1 .column {
    float: left !important;
  }
}
@media (min-width: 1024px) {
  .text-column2 .column {
    margin-left: 10%;
    width: 45% !important;
  }
  .text-column2 .column.first {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .text-column3 .column {
    margin-left: 32px;
    width: 30% !important;
  }
  .text-column3 .column.first {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .text-column3-1 .column {
    margin-left: 32px;
    width: 30% !important;
  }
  .text-column3-1 .column.first {
    margin: 0;
    width: 63% !important;
  }
}
.blockquote-box {
  background: #083068;
  color: #fff;
  font-size: 21px;
  line-height: 31px;
  text-align: center;
  font-weight: bold;
  padding: 20px 21px 27px;
  border: none;
  position: relative;
}
@media (min-width: 1024px) {
  .blockquote-box {
    font-size: 32px;
    line-height: 36px;
    padding: 40px 41px 47px;
  }
}
.blockquote-box:after {
  content: " ";
  clear: both;
  position: absolute;
  bottom: -26px;
  right: 105px;
  width: 0;
  height: 0;
  border-top: 26px solid #083068;
  border-right: 26px solid transparent;
}
.blockquote-box a {
  color: #589ed8;
}
@media (min-width: 1401px) {
  .social-post-block .btn-list {
    margin: 0 24px;
  }
}
.social-post-block .btn-list li {
  width: 31%;
}
.social-post-block .btn-list li a {
  padding: 0 5px;
  display: block;
}
@media (min-width: 1024px) {
  .social-post-block .btn-list li a {
    padding: 0 20px;
  }
}
.social-post-block .desktop-text {
  display: none;
}
@media (min-width: 1024px) {
  .social-post-block .desktop-text {
    display: inline;
  }
}
@media (min-width: 1024px) {
  .social-post-block .mobile-text {
    display: none;
  }
}
.social-post-block .blockquote-box:after {
  right: auto;
  left: 50%;
  margin-left: -13px;
}
.social-post-block .blockquote-box-grey {
  background: #f1f1f1;
}
.social-post-block .blockquote-box-grey:after {
  border-top-color: #f1f1f1;
}
.social-images img {
  border: 2px solid #f7f7f7;
}
@media (min-width: 1024px) {
  .social-images img {
    border-width: 6px;
  }
}
.vc_col-sm-3, .vc_col-sm-4 {
  padding-bottom: 15px;
}
.more-link {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #14325c;
  text-decoration: none;
}
.more-link span {
  border-bottom: 1px solid rgba(83, 155, 215, 0.5);
}
.more-link span:hover {
  border: none;
}
.inner-color {
  background: #f3f3f3;
}
.inner-color #content {
  background: #fff;
  padding: 34px 15px;
  margin: 0 -15px 20px;
}
@media (min-width: 1024px) {
  .inner-color #content {
    padding: 34px 42px;
    margin: 52px 0 0;
  }
}
.play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  overflow: hidden;
  background: #fff;
  border: 5px solid #f3f3f3;
}
.play-video:after {
  display: block;
  font-family: "FontAwesome";
  font: normal normal normal 65px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  content: "\f144";
  position: relative;
  z-index: 2;
}
.play-video:before {
  position: absolute;
  z-index: 1;
  content: '';
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: #f6303e;
  border-radius: 50%;
}
@media (min-width: 1025px) {
  .play-video {
    width: 100px;
    height: 100px;
    border-width: 8px;
  }
  .play-video:after {
    font-size: 101px;
  }
}
.play-video:hover:before {
  background: #d62632;
}
div.lightbox {
  width: auto;
}
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.65);
}
.fancybox-opened .fancybox-skin {
  box-shadow: none !important;
}
.lightbox-img-holder {
  background: #1983c6;
  margin: 0 -15px 19px;
}
@media (min-width: 1024px) {
  .lightbox-img-holder {
    margin: 0 0 23px;
  }
}
.lightbox-img-holder a {
  display: block;
}
.lightbox-img-holder a img {
  display: block;
}
.lightbox-img-holder a:hover {
  position: relative;
}
.lightbox-img-holder a:hover:before, .lightbox-img-holder a:hover:after {
  position: absolute;
  content: '';
  width: 56px;
  height: 9px;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
.lightbox-img-holder a:hover:after {
  height: 56px;
  width: 9px;
}
.lightbox-img-holder a:hover img {
  opacity: 0.3;
}
.fancybox-wrap {
  max-width: 100%;
}
.fancybox-slider .fancybox-title {
  color: #fff;
  padding: 10px 0 0 0;
  text-align: justify;
}
@media (min-width: 1024px) {
  .fancybox-slider .fancybox-title {
    font-size: 16px;
    line-height: 20px;
  }
}
.fancybox-slider figure figcaption {
  background: none;
}
.fancybox-slider .fancybox-nav {
  background: none;
}
.fancybox-slider .fancybox-skin {
  border-radius: 0;
  background: none;
  padding: 20px 50px 0 !important;
}
.fancybox-slider .fancybox-outer {
  position: static;
}
.fancybox-slider .fancybox-nav {
  background: none;
  width: 51px;
  height: 51px;
  top: 50%;
  bottom: auto;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fancybox-slider .fancybox-nav i {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  margin: 0;
  background: #083068;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}
.fancybox-slider .fancybox-nav i:after {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-width: 2px 0 0 2px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-30%, -50%) rotate(-45deg);
  -ms-transform: translate(-30%, -50%) rotate(-45deg);
  transform: translate(-30%, -50%) rotate(-45deg);
}
.fancybox-slider .fancybox-nav:hover i {
  background: #f6303e;
}
.fancybox-slider .fancybox-nav.fancybox-next {
  left: auto;
  right: 0;
}
.fancybox-slider .fancybox-nav.fancybox-next i {
  left: auto;
  right: 0;
}
.fancybox-slider .fancybox-nav.fancybox-next i:after {
  border-width: 0 2px 2px 0;
  -webkit-transform: translate(-75%, -50%) rotate(-45deg);
  -ms-transform: translate(-75%, -50%) rotate(-45deg);
  transform: translate(-75%, -50%) rotate(-45deg);
}
.fancybox-slider .fancybox-counter {
  position: fixed;
  width: 78px;
  right: 30px;
  bottom: 20px;
  text-align: right;
  padding: 0 5px;
  color: #fff;
}
@media (max-width: 1023px) {
  .fancybox-slider .fancybox-counter {
    right: 40px;
  }
}
@media (max-width: 1023px) {
  .fancybox-slider .fancybox-skin {
    padding: 20px 40px 0 !important;
  }
  .fancybox-slider .fancybox-nav {
    top: 50%;
    bottom: auto;
    left: 0;
    width: 40px;
    height: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .fancybox-slider .fancybox-nav i {
    display: block;
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .fancybox-slider .fancybox-nav.fancybox-next {
    left: auto;
    right: 0;
  }
  .fancybox-slider .fancybox-nav.fancybox-next i {
    left: auto;
    right: 0;
  }
  .fancybox-slider .fancybox-nav:hover i {
    opacity: 1;
    visibility: visible;
  }
}
.lightbox-img-holder {
  background: #1983c6;
  margin: 0 -15px 19px;
}
@media (min-width: 1024px) {
  .lightbox-img-holder {
    margin: 0 0 23px;
  }
}
.lightbox-img-holder a {
  display: block;
}
.lightbox-img-holder a img {
  display: block;
  vertical-align: top;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}
.lightbox-img-holder a .size-full {
  margin: 0;
}
.lightbox-img-holder a:hover {
  position: relative;
}
.lightbox-img-holder a:hover:before, .lightbox-img-holder a:hover:after {
  position: absolute;
  content: '';
  width: 56px;
  height: 9px;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
.lightbox-img-holder a:hover:after {
  height: 56px;
  width: 9px;
}
.lightbox-img-holder a:hover img {
  opacity: 0.3;
}
.has-zoom {
  position: relative;
}
.has-zoom a {
  display: block;
  position: relative;
}
.has-zoom a:after {
  font-family: 'FontAwesome';
  content: '\f00e';
  color: #fff;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: #083068;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}
.has-zoom a:hover:after {
  opacity: 1;
}
.cvc-sidebar .sub-menu, #sidebar .sub-menu {
  background: #fff;
  padding: 27px 24px;
  margin: 0 0 20px;
}
.cvc-sidebar .sub-menu a, #sidebar .sub-menu a {
  font-size: 18px;
  line-height: 21px;
  padding: 22px 7px 17px 22px;
}
.cvc-sidebar .btn-list li, #sidebar .btn-list li {
  width: 100%;
}
.cvc-sidebar .btn-list li a, #sidebar .btn-list li a {
  display: block;
  box-shadow: 0 0 0;
}
.cvc-sidebar .sign-form-block, #sidebar .sign-form-block {
  background: #fff;
  margin: 0;
}
.cvc-sidebar .sign-form-block .btn, #sidebar .sign-form-block .btn {
  max-width: 300px;
  margin: 0 auto;
  display: block;
}
.cvc-sidebar .video, #sidebar .video {
  position: relative;
  width: 100%;
  height: 220px;
  margin-bottom: 37px;
}
.cvc-sidebar .btn-list .btn, #sidebar .btn-list .btn {
  height: 67px;
  line-height: 67px;
  margin-bottom: 17px;
  font-size: 20px;
}
.heading {
  position: relative;
  background: #f3f3f3;
  text-align: center;
  text-transform: uppercase;
  padding: 30px 0 20px;
}
@media (min-width: 1024px) {
  .heading {
    padding: 39px 0 26px;
  }
}
@media (min-width: 1025px) {
  .heading {
    padding: 49px 0 36px;
  }
}
.heading small {
  font-family: "Montserrat", sans-serif;
  display: block;
  color: #14325c;
  font-size: 13px;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0 0 3px;
}
@media (min-width: 1025px) {
  .heading small {
    font-size: 14px;
  }
}
.heading h1, .heading .h1 {
  color: #f6303e;
}
.heading .container {
  max-width: 1400px;
}
.section-container {
  background-size: cover !important;
  background-color: #f3f3f3;
  text-align: center;
  padding-top: 59px;
  padding-bottom: 41px;
}
.story-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.story-list .box {
  margin: 0 auto;
  border-radius: 100%;
  background: #539bd7;
  text-transform: uppercase;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  padding: 20px;
  width: 220px;
  height: 220px;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 1400px) {
  .story-list .box {
    width: 250px;
    height: 250px;
    font-size: 19px;
    line-height: 23px;
  }
}
.story-list .box a {
  color: inherit;
  text-decoration: none;
}
.story-list .box p {
  margin: 0;
}
.story-list .box strong {
  font-size: 24px;
  line-height: 32px;
  display: block;
  width: 100%;
  text-align: center;
}
.story-list .btn {
  box-shadow: inset 0 0 0 1px #fff !important;
  margin: 0;
  color: #fff;
  box-shadow: none;
}
.story-list .btn span {
  border-color: #fff;
}
.story-list .btn:hover {
  background: #fff;
  color: #539bd7 !important;
}
.story-list .btn:hover span {
  border-color: #539bd7 !important;
}
.social-feed {
  text-align: center;
  max-width: 800px;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 300;
  margin: 0 auto;
}
.social-feed p {
  margin: 0 0 20px;
}
.social-feed p:last-child {
  margin-bottom: 0;
}
.social-feed .author {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
}
.social-feed .icon {
  font-size: 20px;
  line-height: 60px;
  border: 2px solid #fff;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin: 0 auto 20px;
}
@media (min-width: 1024px) {
  .social-feed {
    font-size: 34px;
    line-height: 1.12;
  }
  .social-feed .author {
    font-size: 14px;
  }
}
.social-feed a:hover {
  color: #fff;
  text-decoration: none;
}
.social-feed s {
  text-decoration: none;
}
.social-networks {
  font-size: 0;
  line-height: 0;
  margin: 0;
}
.social-networks li {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.2;
  margin: 2px 5px;
}
.social-networks li:before {
  display: none;
}
.social-networks li a:hover {
  color: #00add9;
}
.btn-paid {
  display: inline-block;
  vertical-align: top;
  padding: 7px 15px;
  font-size: 12px;
  line-height: 18px;
  box-shadow: inset 0 0 0 2px #083068;
  color: #083068;
  text-align: center;
  font-weight: bold;
  text-decoration: none !important;
}
#footer .btn-paid:hover, .btn-paid:hover {
  background: #083068;
  color: #fff;
  border-color: #083068;
}
.home .top-section {
  /* .section-hold{
      @include media("≥tablet") {
        height: calc(100% - 162px);
      }
      @include media("≥desktop") {
        height: calc(100% - 169px);
      }
    } */
}
@media (max-width: 1023px) {
  .home .top-section {
    height: auto !important;
  }
}
@media (min-width: 1024px) {
  .home .top-section .left-block, .home .top-section .center-block {
    width: 678px;
  }
}
@media (min-width: 1024px) {
  .home .top-section .left-block, .home .top-section .center-block {
    height: auto;
    width: 834px;
  }
}
@media (min-width: 1024px) {
  .home .top-section .sign-up-container {
    padding: 0;
  }
}
.home .top-section.section-100vh {
  /* .section-hold{
        @include media("≥tablet") {
          position: relative;
          height: calc(100vh - 162px);
          overflow: hidden;
          .container{
            display: flex;
          }
        }
        @include media("≥desktop") {
          height: calc(100% - 166px);
        }
      } */
}
@media (min-width: 1024px) {
  .home .top-section.section-100vh {
    height: calc(100vh - 121px);
  }
}
@media (min-width: 1024px) {
  .home .top-section.section-100vh {
    height: calc(100vh - 170px);
  }
}
.home .top-section.section-75vh {
  /* .section-hold {
        height: calc(75vh - 232px);
        @include media("≥tablet") {
          position: relative;
          height: calc(75vh - 162px);
          overflow: hidden;
          .container{
            display: flex;
          }
        }
        @include media("≥desktop") {
          height: calc(75vh - 170px);
        }
      } */
}
@media (min-width: 1024px) {
  .home .top-section.section-75vh {
    height: calc(75vh - 109px);
  }
}
@media (min-width: 1400px) {
  .home .top-section.section-75vh {
    height: calc(75vh - 170px);
  }
}
.home .top-section.section-50vh {
  /* .section-hold{
        @include media("≥desktop") {
          height: calc(100% - 166px);
        }
      } */
}
@media (min-width: 1024px) {
  .home .top-section.section-50vh {
    height: calc(50vh - 109px);
  }
}
@media (min-width: 1400px) {
  .home .top-section.section-50vh {
    height: calc(50vh - 170px);
  }
}
.home .top-section .container {
  height: 345px;
  padding: 33px 15px 15px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .home .top-section .container {
    height: 555px;
  }
}
@media (min-width: 1024px) {
  .home .top-section .container {
    height: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 1024px) {
  .home .top-section .container {
    padding-left: 93px;
    padding-right: 93px;
  }
}
@media (min-width: 1024px) {
  .home .promo-bar + .top-section.section-100vh {
    height: calc(100vh - 153px);
  }
}
@media (min-width: 1024px) {
  .home .promo-bar + .top-section.section-100vh {
    height: calc(100vh - 230px);
  }
}
@media (min-width: 1024px) {
  .home .promo-bar + .top-section.section-75vh {
    height: calc(75vh - 141px);
  }
}
@media (min-width: 1024px) {
  .home .promo-bar + .top-section.section-75vh {
    height: calc(75vh - 230px);
  }
}
@media (min-width: 1024px) {
  .home .promo-bar + .top-section.section-50vh {
    height: calc(50vh - 141px);
  }
}
@media (min-width: 1024px) {
  .home .promo-bar + .top-section.section-50vh {
    height: calc(50vh - 230px);
  }
}
.posts-area, .news-area {
  position: relative;
  background: #f3f3f3;
  padding: 10px 0 30px;
}
@media (min-width: 1024px) {
  .posts-area, .news-area {
    padding: 30px 0;
  }
}
@media (min-width: 1025px) {
  .posts-area, .news-area {
    padding: 50px 0 40px;
  }
}
.posts-area:before, .news-area:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: -9999px;
  right: -9999px;
  background: #f3f3f3;
  z-index: -1;
}
.blog-box {
  position: relative;
  background: #fff;
  text-align: center;
  line-height: 20px;
  padding: 36px 15px 4px;
  margin: 0 -15px 10px;
}
@media (min-width: 1024px) {
  .blog-box {
    box-shadow: 0 0 20px 0 rgba(243, 243, 243, 0.1);
    margin: 0 0 30px;
    padding: 40px 90px 50px;
  }
  .blog-box p {
    margin-bottom: 35px;
  }
}
@media (min-width: 1400px) {
  .blog-box {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 50px;
    padding: 73px 110px 63px;
  }
  .blog-box p {
    margin-bottom: 74px;
  }
}
.blog-box figure {
  margin-bottom: 19px;
}
.blog-box h1 {
  max-width: 590px;
  font-size: 20px;
  line-height: 25px;
  font-family: "Montserrat", sans-serif;
  color: #00add9;
  margin: 0 auto;
  padding: 0 0 10px;
}
@media (min-width: 1024px) {
  .blog-box h1 {
    font-size: 24px;
    line-height: 28px;
    padding: 0 0 15px;
  }
}
@media (min-width: 1025px) {
  .blog-box h1 {
    font-size: 44px;
    line-height: 50px;
    padding: 0 0 33px;
  }
}
.blog-box h1 a {
  color: #00add9;
  text-decoration: none;
}
.blog-box h1 a:hover {
  text-decoration: underline;
}
@media (min-width: 1025px) {
  .blog-box h1 + .date-ttl {
    margin-top: -25px;
  }
}
.blog-box .btn {
  min-width: 0;
  display: block;
  margin: 0 30px 20px;
}
@media (min-width: 1024px) {
  .blog-box .btn {
    max-width: 420px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .blog-box .share-row {
    position: absolute;
    width: 60px;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.blog-box .share-row .ttl {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  color: #a7a7a7;
  padding: 0 0 15px;
}
@media (min-width: 1024px) {
  .blog-box .share-row .ttl {
    font-size: 11px;
    display: block;
    padding: 0 0 10px;
  }
}
.blog-box .share-row .share-links {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 10px;
}
@media (min-width: 1024px) {
  .blog-box .share-row .share-links {
    display: block;
  }
}
.blog-box .share-row .share-links li {
  padding: 0 6px 10px;
}
@media (min-width: 1024px) {
  .blog-box .share-row .share-links li {
    display: block;
    padding: 0 6px 10px;
  }
}
.blog-box .share-row .share-links a {
  display: inline;
  border-radius: 0;
  overflow: visible;
  width: auto;
  height: auto;
  background: none;
}
.blog-box .share-row .share-links a i {
  color: #14325c;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .blog-box .share-row .share-links a i {
    font-size: 24px;
  }
}
.blog-box .share-row .share-links a:hover i {
  color: #00add9;
}
.blog-box .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 50%;
  overflow: hidden;
  font-weight: 700;
  text-transform: uppercase;
  background: #f6303e;
  color: #fff;
  width: 78px;
  height: 78px;
  padding: 5px;
  margin: 0 auto 15px;
}
@media (min-width: 1025px) {
  .blog-box .date {
    width: 98px;
    height: 98px;
  }
}
@media (min-width: 1400px) {
  .blog-box .date {
    margin: -37px auto 16px;
  }
}
.blog-box .date span {
  display: block;
  font-size: 20px;
  line-height: 1;
  margin: 0 0 -3px;
}
@media (min-width: 1025px) {
  .blog-box .date span {
    font-size: 22px;
  }
}
.blog-box .date em {
  display: block;
  font-style: normal;
  font-size: 40px;
  line-height: 1;
}
@media (min-width: 1025px) {
  .blog-box .date em {
    font-size: 44px;
  }
}
.blog-box .date-ttl {
  display: block;
  text-transform: uppercase;
  color: #14325c;
  padding: 10px 0 25px;
}
@media (min-width: 1400px) {
  .blog-box .date-ttl {
    font-size: 22px;
  }
}
.blog-box .date-ttl em {
  font-style: normal;
  padding-right: 15px;
}
.blog-box.red {
  background: #f6303e;
  color: #fff;
}
.blog-box.red h1 {
  color: inherit;
}
.blog-box.red h1 a {
  color: inherit;
}
.blog-box.red .btn {
  background: #14325c;
}
.blog-box.red .btn:hover {
  background: #062856;
}
.blog-box.red .share-row .ttl {
  color: inherit;
}
.blog-box.red .share-row .share-links {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  .blog-box.red .share-row .share-links {
    display: block;
  }
  .blog-box.red .share-row .share-links li {
    display: block;
    padding: 0 0 10px;
  }
}
.blog-box.red .share-row .share-links a:hover i {
  color: #fff;
}
.blog-box.red .date {
  background: #fff;
  color: #14325c;
}
.blog-box.red .date-ttl {
  color: inherit;
}
.petition-page .top-section .section-hold {
  height: 100%;
}
.petition-page .top-section .center-block {
  margin: 0 auto;
}
.petition-page .top-section .title-h1 {
  padding-top: 26px;
  padding-bottom: 26px;
}
@media (min-width: 1400px) {
  .petition-page .about-boxes .info {
    padding-top: 107px;
  }
}
.petition-page .about-boxes .info p {
  margin-bottom: 21px;
}
@media (min-width: 1024px) {
  .petition-main #content {
    float: left;
    width: 60%;
    margin: 0 0 70px;
  }
}
@media (min-width: 1400px) {
  .petition-main #content {
    width: 64%;
  }
}
@media (min-width: 1024px) {
  .petition-main #sidebar {
    float: right;
    width: 32.5%;
    margin: 0 0 70px 20px;
  }
}
@media (min-width: 1400px) {
  .petition-main #sidebar {
    float: right;
    width: 350px;
    margin: 0 0 70px 20px;
  }
}
.petition-main .petition-block {
  margin: 0;
}
.petition-main #content:only-child {
  width: 100% !important;
}
.petition-main #content:only-child .petition-block {
  max-width: 940px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .petition-main #content:only-child .petition-block {
    padding: 0 76px;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .petition-main #content:only-child .petition-block .heading-panel {
    margin: 0 -76px 29px;
  }
}
.petition-main #content:only-child .petition-block .frame {
  max-width: 582px;
  margin: 0 auto;
  padding-bottom: 44px;
  padding-top: 26px;
}
@media (min-width: 1024px) {
  .petition-main #content:only-child .petition-block .frame {
    padding-bottom: 142px;
  }
}
.petition-block {
  background: #fff;
  padding: 0 17px;
}
@media (min-width: 1024px) {
  .petition-block {
    padding: 0 40px;
  }
}
.petition-block .heading-panel {
  font-weight: 600;
  color: #fff;
  margin: 0 -20px 29px;
  text-align: left;
  font-size: 13px;
  background: #f6303e;
  position: relative;
  text-transform: uppercase;
  padding: 10px 10px 10px 16px;
  position: relative;
}
@media (min-width: 1024px) {
  .petition-block .heading-panel {
    margin: 0 -40px 41px;
    font-size: 16px;
  }
}
.petition-block .heading-panel .progressbar-info {
  position: relative;
}
.petition-block .heading-panel .progressbar-value {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 70%;
  background: url(./images/bg-heading-panel.png) repeat;
}
.petition-block .heading-panel .right-section {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 10px 15px;
  width: 140px;
  text-align: right;
}
@media (min-width: 1024px) {
  .petition-block .heading-panel .right-section {
    width: 200px;
    padding: 10px 10px 10px 16px;
  }
}
@media (min-width: 1400px) {
  .petition-block .heading-panel .right-section {
    width: 280px;
  }
}
.petition-block .frame {
  padding-bottom: 44px;
}
@media (min-width: 1024px) {
  .petition-block .frame {
    padding-bottom: 142px;
  }
}
.petition-block .frame img {
  vertical-align: top;
  width: 100%;
}
.info-box {
  background: #fff;
  padding: 49px 24px;
  margin-bottom: 37px;
}
.info-box h3 {
  color: #f6303e;
  font-style: normal;
  font-weight: 800;
  letter-spacing: -1px;
}
.info-box h6 {
  color: #083068;
  font-weight: 600;
  margin-bottom: 2px;
}
.info-box .top-panel {
  background: #083068;
  margin: -49px -24px 35px;
  padding: 9px 20px;
  color: #fff;
  text-transform: uppercase;
}
.info-box .amount {
  color: #f6303e;
  font-size: 31px;
  line-height: 33px;
  display: block;
  font-weight: 800;
}
@media (min-width: 1024px) {
  .info-box .amount {
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  .info-box .amount {
    font-size: 36px;
    line-height: 40px;
  }
}
.info-box .more-link:hover {
  color: #083068;
}
body {
  opacity: 0;
}
@media (max-width: 1024px) {
  body {
    font-size: 13px;
  }
}
.loaded body {
  opacity: 1;
}
.popup-section .container {
  max-width: 785px;
}
.visual {
  padding: 22px 0 62px;
}
.visual img {
  vertical-align: top;
}
@media (max-width: 1023px) {
  .visual {
    padding: 5px 0 32px;
    margin: 0 -25px;
    width: auto;
  }
  .visual img {
    width: 100%;
    height: auto;
  }
}
.info-popup {
  position: relative;
  padding-bottom: 45px;
}
.info-popup .blue-section {
  margin-bottom: -45px;
}
.btn-back {
  width: 50px;
  height: 50px;
  border: 4px solid #012843;
  position: absolute;
  bottom: 45px;
  right: 45px;
}
.btn-back:hover {
  opacity: 0.6;
}
@media (max-width: 1399px) {
  .btn-back {
    bottom: 15px;
  }
}
@media (max-width: 1023px) {
  .btn-back {
    bottom: 10px;
    right: 18px;
    width: 30px;
    height: 30px;
    border: 2px solid #012843;
  }
}
.btn-back:after {
  content: " ";
  clear: both;
  position: absolute;
  top: 40%;
  left: 30%;
  right: 30%;
  width: 16px;
  height: 16px;
  border: 5px solid #012843;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 1023px) {
  .btn-back:after {
    border: 3px solid #012843;
    border-right: 0;
    border-bottom: 0;
    width: 10px;
    height: 10px;
  }
}
.btn-close {
  position: absolute;
  top: 40px;
  right: 44px;
  width: 50px;
  height: 50px;
  border: 4px solid #012843;
  cursor: pointer;
  border-radius: 100%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 8040;
  -webkit-transition: background .3s ease, -webkit-transform .3s ease;
  transition: background .3s ease, transform .3s ease;
}
@media (max-width: 1023px) {
  .btn-close {
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    top: 21px;
    right: 18px;
  }
}
.btn-close:hover {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-close:after, .btn-close:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 5px;
  background: #012843;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  content: "";
}
@media (max-width: 1023px) {
  .btn-close:after, .btn-close:before {
    background: #fff;
    width: 13px;
    height: 3px;
  }
}
.btn-close:before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}
.mob-heading {
  background: #012843;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-decoration: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 25px 21px 14px;
  margin: 0 -25px;
  font-size: 18px;
  line-height: 27px;
  border-bottom: 4px solid #002037;
  font-weight: 600;
  display: none;
}
@media (max-width: 1023px) {
  .mob-heading {
    display: block;
  }
}
.mob-heading img {
  margin-right: 10px;
  vertical-align: middle;
}
.social {
  padding-bottom: 21px;
  box-sizing: content-box;
}
@media (max-width: 1023px) {
  .social {
    margin-bottom: 12px;
  }
}
.vc_column_container.vc_col-sm-12 {
  float: none !important;
}
.promo-bar {
  font: 700 italic 13px/15px "Montserrat", sans-serif;
  padding: 12px 15px;
  background: #00add9;
  text-align: center;
}
@media (min-width: 1024px) {
  .promo-bar {
    display: block;
    position: relative;
    max-width: 1260px;
    margin: 0 auto;
    color: #fff;
    background: #00add9;
    text-transform: uppercase;
    font: 700 italic 14px/18px "Montserrat", sans-serif;
    text-align: center;
    padding: 7px 15px;
  }
  .promo-bar:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: -9999px;
    right: -9999px;
    background: #00add9;
    z-index: -1;
  }
}
@media (min-width: 1400px) {
  .promo-bar {
    font-size: 22px;
    line-height: 26px;
    padding: 17px 15px;
  }
}
.promo-bar .txt {
  display: block;
}
.promo-bar a {
  color: #fff;
}
.promo-bar a:after {
  display: inline-block;
  font-family: "FontAwesome";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  margin-left: 8px;
  color: #fff;
}
@media (min-width: 1024px) {
  .action-bar {
    margin: 0 44px;
    position: relative;
    height: 0;
    z-index: 5;
  }
}
.action-bar .holder {
  color: #fff;
  background: #14325c;
  text-align: center;
  padding: 20px 35px 15px;
}
@media (min-width: 1024px) {
  .action-bar .holder {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 1228px;
    margin: 0 auto;
    padding: 0 35px;
    height: 90px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 1400px) {
  .action-bar .holder {
    height: 140px;
    padding: 0 54px 0 65px;
  }
}
.action-bar h2 {
  font-size: 26px;
  line-height: 29px;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  margin: 0 25px 17px;
}
@media (min-width: 1024px) {
  .action-bar h2 {
    font-size: 32px;
    margin: 0 0 15px;
    max-width: 50%;
    margin: 0;
  }
}
@media (min-width: 1400px) {
  .action-bar h2 {
    font-size: 45px;
    line-height: 1;
    max-width: 55%;
  }
}
.action-bar .btns .btn {
  display: block;
  margin: 0 0 13px;
}
@media (min-width: 768px) {
  .action-bar .btns .btn {
    display: inline-block;
    vertical-align: top;
    margin: 0 11px 15px;
  }
}
@media (max-width: 1399px) and (min-width: 1024px) {
  .action-bar .btns .btn {
    min-width: 190px;
  }
}
@media (min-width: 1024px) {
  .action-bar .btns .btn {
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .action-bar .btns .btn {
    min-width: 220px;
    font-size: 18px;
    padding: 14px;
  }
}
.action-panel {
  text-align: center;
  color: #fff;
  background: #00add9;
  padding: 30px 0 23px;
  margin: 0 -5px;
}
@media (min-width: 1024px) {
  .action-panel {
    padding: 35px 0 30px;
  }
}
@media (min-width: 1400px) {
  .action-panel {
    padding: 62px 0 54px;
  }
}
.action-panel h2 {
  font-family: "UniformCondensedBlack-Black", "Georgia", serif;
  font-size: 30px;
  line-height: 1;
  color: inherit;
  text-transform: uppercase;
  margin: 0 0 25px;
}
@media (min-width: 1024px) {
  .action-panel h2 {
    font-size: 40px;
  }
}
@media (min-width: 1400px) {
  .action-panel h2 {
    font-size: 50px;
  }
}
@media (min-width: 1024px) {
  .action-panel .btn {
    min-width: 260px;
  }
}
.heading.has-select {
  padding: 38px 0 19px;
}
@media (min-width: 1024px) {
  .heading.has-select {
    padding: 60px 0 35px;
  }
}
@media (min-width: 1025px) {
  .heading.has-select {
    padding: 98px 0 36px;
  }
}
.heading.has-select .jcf-select {
  text-align: left;
  border: none;
  background: #fff;
  color: #14325c;
  height: 38px;
  border-radius: 20px;
}
@media (min-width: 1025px) {
  .heading.has-select .jcf-select {
    width: 240px;
  }
}
.heading.has-select .jcf-select.jcf-drop-active {
  border-radius: 20px 20px 0 0;
}
.heading.has-select .jcf-select .jcf-select-text {
  font-weight: 800;
  font-size: 14px;
  line-height: 38px;
  height: 38px;
  color: #14325c;
  min-width: 180px;
}
@media (min-width: 1024px) {
  .heading.has-select .jcf-select .jcf-select-text {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
}
.heading.has-select .jcf-select .jcf-select-opener:after {
  border: none;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-family: "FontAwesome";
  font: normal normal normal 14px/inherit FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  content: "\f107";
  margin-left: -5px;
}
@media (min-width: 1024px) {
  .heading.has-select .jcf-select .jcf-select-opener:after {
    font-size: 20px;
    margin-left: -7px;
  }
}
@media (min-width: 1024px) {
  .heading.has-select {
    position: relative;
  }
  .heading.has-select .container {
    padding-left: 260px;
    padding-right: 260px;
  }
  .heading.has-select .jcf-select {
    position: absolute;
    top: 14px;
    right: 15px;
  }
}
@media (min-width: 1025px) {
  .heading.has-select .jcf-select {
    top: 22px;
  }
}
@media (min-width: 1400px) {
  .heading.has-select .container {
    padding-left: 340px;
    padding-right: 340px;
  }
  .heading.has-select .jcf-select {
    right: 86px;
  }
}
.jcf-select-more.jcf-select-drop .jcf-select-drop-content {
  background: #fff;
  padding: 1px 20px 5px;
  border-radius: 0 0 20px 20px;
}
@media (min-width: 1024px) {
  .jcf-select-more.jcf-select-drop .jcf-select-drop-content {
    padding: 5px 20px 10px;
  }
}
.jcf-select-more.jcf-select-drop .jcf-list .jcf-option {
  color: inherit;
}
.jcf-select-more.jcf-select-drop .jcf-list .jcf-option {
  color: inherit;
  padding: 5px 2px;
}
.jcf-select-more.jcf-select-drop .jcf-list .jcf-option.jcf-selected, .jcf-select-more.jcf-select-drop .jcf-list .jcf-option.jcf-hover {
  color: #00add9;
}
.jcf-select-more.jcf-select-drop .jcf-list ul li {
  font-size: inherit;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .info-gallery .row-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .info-gallery .row-hold .text-holder:only-child {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .info-gallery .row-hold .text-holder:only-child .frame {
    max-width: 100%;
    text-align: center;
  }
}
.info-gallery .visual {
  overflow: hidden;
  position: relative;
  padding: 270px 0 0;
  margin: 0;
}
@media (min-width: 768px) {
  .info-gallery .visual {
    padding: 50vw 0 0;
  }
}
@media (min-width: 1024px) {
  .info-gallery .visual {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 25vw 0 0;
    width: 50%;
  }
}
.info-gallery .text-holder {
  font-weight: 300;
  background: #ff2736;
  color: #fff;
  padding: 27px 15px 19px;
  text-align: center;
  line-height: 1.65;
}
@media (min-width: 1024px) {
  .info-gallery .text-holder {
    text-align: left;
    width: 50%;
    padding: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .info-gallery .text-holder .frame {
    max-width: 482px;
  }
}
@media (min-width: 1025px) {
  .info-gallery .text-holder {
    line-height: 1.625;
  }
}
@media (min-width: 1400px) {
  .info-gallery .text-holder {
    padding: 114px 102px 97px;
  }
}
.info-gallery .text-holder h2, .info-gallery .text-holder .h2 {
  font-size: 26px;
  line-height: 1;
  font-family: "UniformCondensedBlack-Black", "Georgia", serif;
  color: inherit;
  margin: 0 0 18px;
}
@media (min-width: 1025px) {
  .info-gallery .text-holder h2, .info-gallery .text-holder .h2 {
    font-size: 40px;
    margin: 0 0 19px;
  }
}
.info-gallery .slick-slider {
  margin: 0;
  padding: 0;
}
.share-links {
  text-align: center;
}
.share-links li {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0 3px 10px;
}
.share-links li:before {
  display: none;
}
@media (min-width: 1025px) {
  .share-links li {
    padding: 0 5px 10px;
  }
}
.share-links a {
  background: #083068;
  overflow: hidden;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
@media (min-width: 1025px) {
  .share-links a {
    width: 60px;
    height: 60px;
  }
}
.share-links a i {
  font-size: 24px;
  color: #fff;
}
@media (min-width: 1025px) {
  .share-links a i {
    font-size: 36px;
  }
}
.share-links a:hover i {
  color: #00add9;
}
.share-row .share-links a:hover {
  opacity: 1;
}
.news-gallery {
  z-index: 2;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 0 35px;
  background: #00add9;
  position: relative;
  margin: 0 -15px !important;
}
@media (min-width: 1024px) {
  .news-gallery {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    max-width: 1230px;
    padding: 0 190px;
    margin: -25px auto -21px !important;
  }
}
@media (min-width: 1400px) {
  .news-gallery {
    margin: -30px auto -21px !important;
  }
}
.news-gallery:before {
  position: absolute;
  content: '';
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background-image: url(images/bg-news-gallery.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.news-gallery .slick-track {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.news-gallery .slide {
  padding: 19px 0 46px;
}
@media (min-width: 1024px) {
  .news-gallery .slide {
    padding: 40px 0 65px;
  }
}
@media (min-width: 1400px) {
  .news-gallery .slide {
    padding: 70px 0 89px;
  }
}
.news-gallery .date-ttl {
  font-weight: 600;
  display: block;
  padding: 0 0 10px;
}
@media (min-width: 1025px) {
  .news-gallery .date-ttl {
    font-size: 18px;
    letter-spacing: 2px;
  }
}
@media (min-width: 1400px) {
  .news-gallery .date-ttl {
    font-size: 20px;
    padding: 0 0 12px;
  }
}
.news-gallery .date-ttl em {
  font-style: normal;
  padding-right: 10px;
}
@media (min-width: 1400px) {
  .news-gallery .date-ttl em {
    padding-right: 24px;
  }
}
.news-gallery h2 {
  color: inherit;
  font: 700 29px/31px "UniformCondensedBlack-Black", "Georgia", serif;
  font-family: "UniformCondensedBlack-Black", "Georgia", serif;
  margin: 0 0 18px;
}
@media (min-width: 768px) {
  .news-gallery h2 {
    font-size: 33px;
    line-height: 42px;
    margin: 0 0 30px;
  }
}
@media (min-width: 1025px) {
  .news-gallery h2 {
    font-size: 60px;
    line-height: 62px;
    margin: 0 0 45px;
  }
}
.news-gallery h2 a {
  color: inherit;
  text-decoration: none;
}
.news-gallery h2 a:hover {
  text-decoration: underline;
}
.news-gallery .ttl {
  display: block;
  font-weight: 800;
  padding: 0 0 5px;
}
@media (min-width: 1024px) {
  .news-gallery .ttl {
    padding: 0 0 9px;
  }
}
.news-gallery .slick-dots {
  position: absolute;
  bottom: 5px;
}
@media (min-width: 1025px) {
  .news-gallery .slick-dots {
    bottom: 8px;
  }
}
.news-gallery .slick-dots li button {
  background: #fff;
}
.news-gallery .slick-dots li.slick-active button, .news-gallery .slick-dots li button:hover {
  background: #083068;
}
.news-gallery .slick-arrow.slick-prev {
  left: 5px;
}
@media (min-width: 1024px) {
  .news-gallery .slick-arrow.slick-prev {
    left: 30px;
  }
}
.news-gallery .slick-arrow.slick-next {
  right: 5px;
}
@media (min-width: 1024px) {
  .news-gallery .slick-arrow.slick-next {
    right: 30px;
  }
}
.sharelines-grid-section .load-more-box, .info-gallery .load-more-box, .news-list-area .load-more-box {
  opacity: 1;
}
.sharelines-grid-section.is-busy .load-more-box, .info-gallery.is-busy .load-more-box, .news-list-area.is-busy .load-more-box {
  opacity: 0;
}
.news-list-area .section-container {
  background: none;
  padding: 15px 0 10px;
}
@media (min-width: 768px) {
  .news-list-area .section-container {
    padding: 50px 0 10px;
  }
}
.news-list-area .section-container .container {
  padding: 0;
  max-width: 1250px;
}
.news-list {
  text-align: left;
  padding: 0 0 51px;
}
@media (min-width: 768px) {
  .news-list {
    padding: 0 0 70px;
  }
}
@media (min-width: 1025px) {
  .news-list {
    padding: 0 0 90px;
    margin: 0 -10px;
  }
}
.news-list .slick-track {
  display: block;
  overflow: hidden;
}
.news-list .slide {
  width: 320px;
  display: block;
  float: left;
  padding: 0 12px;
}
@media (min-width: 1024px) {
  .news-list .slide {
    width: auto;
  }
}
.news-list .box {
  background: #fff;
  border: 1px solid #e6e6e6;
}
@media (min-width: 1025px) {
  .news-list .box {
    border-width: 2px;
  }
}
.news-list .visual-box {
  position: relative;
  overflow: hidden;
  padding-top: 11.6em;
}
@media (min-width: 1025px) {
  .news-list .visual-box {
    padding-top: 210px;
  }
}
.news-list .visual-box .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-list .visual-box .cover img {
  max-width: none;
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.news-list .text-holder {
  font-size: 13px;
  padding: 15px 17px 10px;
}
@media (min-width: 1025px) {
  .news-list .text-holder {
    font-size: 16px;
    padding: 21px 25px 42px;
  }
}
.news-list .date {
  display: block;
  font-style: normal;
  color: #00add9;
  padding: 0 0 5px;
}
.news-list h3 {
  color: #f6303e;
  font-size: 18px;
  line-height: 25px;
  margin: 0 0 15px;
}
@media (min-width: 1024px) {
  .news-list h3 {
    font-size: 25px;
    line-height: 34px;
  }
}
.news-list h3 a {
  color: inherit;
  text-decoration: underline;
}
.news-list h3 a:hover {
  text-decoration: none;
}
.news-list p {
  font-weight: 400;
}
.news-list .slick-dots {
  bottom: -7px;
}
@media (min-width: 768px) {
  .news-list .slick-dots {
    bottom: 6px;
  }
}
@media (min-width: 1025px) {
  .news-list .slick-dots {
    bottom: 11px;
  }
}
.social-panel {
  position: relative;
  text-align: center;
  background: #eee;
  font-size: 15px;
  line-height: 20px;
  padding: 19px 15px 21px;
}
@media (min-width: 1024px) {
  .social-panel {
    text-align: left;
  }
}
@media (min-width: 1025px) {
  .social-panel {
    font-size: 20px;
    line-height: 26px;
    padding: 34px 15px 24px;
  }
}
.social-panel:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: -9999px;
  right: -9999px;
  background: #eee;
  z-index: -1;
}
.social-panel p {
  font-style: italic;
  font-weight: 500;
  overflow: hidden;
  height: 80px;
  margin: 0 0 7px;
}
@media (min-width: 1024px) {
  .social-panel p {
    height: 40px;
  }
}
@media (min-width: 1025px) {
  .social-panel p {
    height: 52px;
  }
}
.social-panel .head {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 5px;
}
@media (min-width: 1024px) {
  .social-panel .head {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 25px 0 0;
  }
}
@media (min-width: 1025px) {
  .social-panel .head {
    font-size: 30px;
    padding: 0 50px 0 0;
  }
}
@media (max-width: 1023px) {
  .social-panel .head {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.social-panel .head a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #083068;
  margin: 0 0 10px;
}
.social-panel .head a:hover {
  text-decoration: underline;
}
.social-panel .head .social-ico {
  width: 46px;
  height: 46px;
  background: #fff;
  border-radius: 50%;
  color: #00add9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 6px 10px 0;
}
@media (min-width: 1025px) {
  .social-panel .head .social-ico {
    width: 70px;
    height: 70px;
    margin-right: 19px;
  }
}
.social-panel .head .social-ico i {
  font-size: 30px;
}
@media (min-width: 1025px) {
  .social-panel .head .social-ico i {
    font-size: 36px;
  }
}
.social-panel .info-row {
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.2;
}
.social-panel .info-row span {
  padding-right: 10px;
}
@media (min-width: 1024px) {
  .social-panel .info-row {
    font-size: 14px;
  }
  .social-panel .info-row span {
    padding-right: 14px;
  }
}
.social-panel .container {
  max-width: 1136px;
  padding: 0;
  margin: 0 auto;
}
.social-panel .container:before, .social-panel .container:after {
  display: none;
}
@media (min-width: 1024px) {
  .social-panel .slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.hashtags-panel {
  background: #f8f8f8;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 10px 5px;
}
@media (min-width: 1025px) {
  .hashtags-panel {
    padding: 14px 5px 12px;
  }
}
.hashtags-panel:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: -9999px;
  right: -9999px;
  background: #eee;
  z-index: -1;
}
.hashtags-panel li {
  font-weight: 700;
  font-style: italic;
  font-size: 16px;
  padding: 0 10px;
}
@media (min-width: 1025px) {
  .hashtags-panel li {
    font-size: 28px;
    padding: 0 15px;
  }
}
.hashtags-panel li:before {
  display: none;
}
.hashtags-panel a {
  text-decoration: none;
}
.hashtags-panel a:hover {
  text-decoration: underline;
}
.events-area {
  position: relative;
  color: #fff;
  background: #f6303e;
  text-align: center;
  max-width: 1194px;
  padding: 0 15px;
  margin: 0 auto;
}
.events-area:before {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: -9999px;
  right: -9999px;
  background: #f6303e;
  z-index: -1;
}
@media (min-width: 1024px) {
  .events-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    text-align: left;
  }
}
.events-area a {
  color: #fff;
  text-decoration: none;
}
.events-area .h2, .events-area h2 {
  color: inherit;
}
.events-area .events-block {
  padding: 0 0 24px;
}
@media (min-width: 1024px) {
  .events-area .events-block {
    width: 70%;
    padding: 16px 10% 50px 0;
  }
}
@media (min-width: 1400px) {
  .events-area .events-block {
    padding: 16px 10% 71px 0;
  }
}
.events-area .list-events {
  margin: 0 -15px 7px;
}
@media (min-width: 1024px) {
  .events-area .list-events {
    margin: 0 0 6px;
  }
}
.events-area .list-events .event {
  border-top: 1px solid #cc2833;
  padding: 32px 15px 27px;
}
.events-area .list-events .event:first-child {
  border: none;
}
@media (min-width: 1024px) {
  .events-area .list-events .event {
    padding: 20px 0;
  }
}
@media (min-width: 1400px) {
  .events-area .list-events .event {
    padding: 48px 0 51px;
  }
}
.events-area .list-events .event > a {
  color: #fff;
  display: block;
}
@media (min-width: 1024px) {
  .events-area .list-events .event > a {
    position: relative;
    padding: 0 0 0 134px;
  }
}
@media (min-width: 1400px) {
  .events-area .list-events .event > a {
    padding-top: 14px;
  }
}
.events-area .list-events .event > a:hover .h2 {
  text-decoration: underline;
}
.events-area .list-events .event .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 50%;
  overflow: hidden;
  font-weight: 700;
  text-transform: uppercase;
  background: #cc2833;
  width: 78px;
  height: 78px;
  padding: 9px 5px 5px;
  margin: 0 auto 20px;
}
@media (min-width: 1024px) {
  .events-area .list-events .event .date {
    position: absolute;
    top: 10px;
    left: 0;
  }
}
@media (min-width: 1400px) {
  .events-area .list-events .event .date {
    width: 97px;
    height: 97px;
    padding: 9px 5px 5px;
    top: 0;
  }
}
.events-area .list-events .event .date span {
  display: block;
  font-size: 17px;
  line-height: 1;
}
@media (min-width: 1400px) {
  .events-area .list-events .event .date span {
    font-size: 22px;
  }
}
.events-area .list-events .event .date em {
  display: block;
  font-style: normal;
  font-size: 34px;
  line-height: 1;
}
@media (min-width: 1400px) {
  .events-area .list-events .event .date em {
    font-size: 43px;
  }
}
.events-area .list-events .event .h2 {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 9px;
}
@media (min-width: 1025px) {
  .events-area .list-events .event .h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -1px;
    margin: 0 0 3px;
  }
}
.events-area .list-events .event .text {
  display: block;
}
@media (min-width: 1025px) {
  .events-area .list-events .event .text {
    font-size: 22px;
  }
}
.events-area .list-events .event .time {
  padding-right: 10px;
}
.events-area .list-events .event .txt:after {
  font-family: "FontAwesome";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f101";
  margin-left: 7px;
}
@media (min-width: 1025px) {
  .events-area .list-events .event .txt:after {
    margin-left: 11px;
  }
}
.events-area .btn {
  min-width: 246px;
}
@media (min-width: 1024px) {
  .events-area .btn {
    margin-left: 131px;
  }
}
.events-area .side-col {
  position: relative;
  padding: 32px 15px 6px;
  background: #cc2833;
  z-index: 2;
}
.events-area .side-col:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: -9999px;
  right: -9999px;
  background: #cc2833;
  z-index: -1;
}
@media (min-width: 1024px) {
  .events-area .side-col {
    width: 30%;
    padding: 50px 0 10px 40px;
  }
  .events-area .side-col:before {
    left: 0;
  }
}
@media (min-width: 1400px) {
  .events-area .side-col {
    padding: 91px 0 10px 42px;
  }
}
.events-area .side-col h2 {
  font-family: "UniformCondensedBlack-Black", "Georgia", serif;
  font-size: 26px;
  letter-spacing: 1px;
  margin: 0 0 26px;
}
@media (min-width: 1025px) {
  .events-area .side-col h2 {
    font-size: 40px;
    margin: 0 0 30px;
  }
}
@media (min-width: 1400px) {
  .events-area .side-col h2 {
    margin: 0 0 41px;
  }
}
@media (min-width: 1025px) {
  .events-area .side-col .connect-links {
    padding: 0 0 20px;
  }
}
.events-area .side-col .connect-links li {
  font-size: 19px;
  line-height: 22px;
  padding: 0 0 28px;
}
.events-area .side-col .connect-links li:before {
  display: none;
}
@media (min-width: 1025px) {
  .events-area .side-col .connect-links li {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 1400px) {
  .events-area .side-col .connect-links li {
    padding: 0 0 34px;
  }
}
.events-area .side-col .connect-links li a {
  display: inline-block;
  position: relative;
}
@media (min-width: 1025px) {
  .events-area .side-col .connect-links li a {
    padding-left: 40px;
  }
}
.events-area .side-col .connect-links li a:before {
  display: inline-block;
  font-family: "FontAwesome";
  font: normal normal normal 16px/inherit FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  margin-right: 10px;
}
@media (min-width: 1025px) {
  .events-area .side-col .connect-links li a:before {
    font-size: 23px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.events-area .side-col .connect-links li a.facebook:before {
  content: "\f09a";
}
.events-area .side-col .connect-links li a.twitter:before {
  content: "\f099";
}
.events-area .side-col .connect-links li a.instagram:before {
  content: "\f16d";
}
.events-area .side-col .connect-links li a.email:before {
  content: "\f0e0";
}
.events-area .side-col .connect-links li a:hover {
  text-decoration: underline;
}
.donate-area {
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.donate-area.has-overlay .holder:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  z-index: 1;
}
@media (min-width: 1024px) {
  .donate-area {
    max-width: 930px;
    padding: 0 15px;
    margin-top: -18px;
    margin-bottom: -18px;
  }
}
@media (min-width: 1400px) {
  .donate-area {
    max-width: 1260px;
    margin-top: -30px;
    margin-bottom: -30px;
  }
}
.donate-area .holder {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 40px 15px 31px;
}
@media (min-width: 1024px) {
  .donate-area .holder {
    padding: 106px 15px 100px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 1400px) {
  .donate-area .holder {
    padding: 207px 15px 144px;
  }
}
.donate-area .text-holder {
  position: relative;
  z-index: 3;
}
.donate-area .h1 {
  text-transform: uppercase;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  margin: 0 8px 17px;
}
@media (min-width: 1400px) {
  .donate-area .h1 {
    font-size: 80px;
    margin: 0 0 17px;
  }
}
@media (max-width: 1023px) {
  .donate-area .values {
    padding: 0 0 16px;
  }
}
.donate-area .values li {
  min-width: 61px;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 37px;
  line-height: 38px;
  letter-spacing: -4px;
  padding: 0;
  margin: 0 1px 10px;
}
.donate-area .values li a {
  display: block;
  color: #fff;
  background: #00add9;
  text-decoration: none;
  overflow: hidden;
  border-radius: 4px;
  padding: 6px 3px;
}
.donate-area .values li a:hover {
  background: #14325c;
}
@media (min-width: 1024px) {
  .donate-area .values li {
    margin: 10px 4px;
  }
}
@media (min-width: 1400px) {
  .donate-area .values li {
    letter-spacing: -2px;
    font-size: 54px;
    line-height: 54px;
    margin: 10px 2px;
  }
  .donate-area .values li a {
    border-radius: 8px;
    min-width: 87px;
    padding: 9px 5px 9px;
  }
}
.donate-area .values li sup {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  margin: 18px 6px 0 0;
}
@media (min-width: 1400px) {
  .donate-area .values li sup {
    font-size: 21px;
    margin: 26px 1px 0 0;
  }
}
.donate-area .values li span {
  display: block;
  font-size: 15px;
  letter-spacing: 0;
}
@media (min-width: 1400px) {
  .donate-area .values li span {
    font-size: 20px;
  }
}
.donate-area .values li:before {
  display: none;
}
@media (min-width: 1024px) {
  .donate-area .row-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .donate-area .row-holder .btn {
    margin: 0 0 0 20px;
  }
}
@media (min-width: 1400px) {
  .donate-area .row-holder .btn {
    margin-left: 33px;
  }
}
#signup-section {
  overflow: hidden;
  position: relative;
  background: #083068;
  color: #fff;
  padding: 35px 15px 43px;
}
@media (min-width: 1400px) {
  #signup-section {
    padding: 156px 15px 116px;
  }
}
#signup-section .content-holder {
  max-width: 778px;
  margin: 0 auto;
}
#signup-section .text-block {
  margin: 0 0 23px;
}
@media (min-width: 1400px) {
  #signup-section .text-block {
    max-width: 310px;
    float: left;
    margin: 0 15px 0 0;
  }
}
#signup-section .text-block .title-form {
  text-align: center;
  display: block;
  font: 36px/1 "UniformCondensedBlack-Black", "Georgia", serif;
}
@media (min-width: 1400px) {
  #signup-section .text-block .title-form {
    font-size: 51px;
  }
}
#signup-section .text-block .title-form strong {
  display: block;
  font-size: 74px;
  color: #f6303e;
  margin: -6px 0 0;
}
@media (min-width: 1400px) {
  #signup-section .text-block .title-form strong {
    font-size: 107px;
    margin: -7px 0 0;
  }
}
@media (min-width: 1400px) {
  #signup-section .gform_wrapper {
    float: right;
    width: 441px;
    padding: 7px 0 0;
  }
}
#signup-section .gform_wrapper form {
  position: relative;
  padding: 0;
}
#signup-section .gform_wrapper div.validation_error {
  display: none;
}
#signup-section .gform_wrapper .top_label .gfield_label {
  display: none;
}
#signup-section .gform_wrapper .gform_fields {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
#signup-section .gform_wrapper .gform_fields li {
  margin: 0 !important;
  padding: 0 0 10px;
}
@media (min-width: 1400px) {
  #signup-section .gform_wrapper .gform_fields li {
    padding: 0 0 17px;
  }
}
#signup-section .gform_wrapper .gform_fields li:last-child {
  width: 42%;
  padding: 0;
}
#signup-section .gform_wrapper .gform_fields li.gfield_error .gfield_label {
  display: block;
  position: absolute;
  top: 3px;
  right: 3px;
}
#signup-section .gform_wrapper .gform_fields li.gfield_error .gfield_label .gfield_required {
  color: #f6303e;
}
#signup-section .gform_wrapper .gform_fields li.gfield_error input {
  box-shadow: inset 0 -4px 0 0 #f6303e;
}
#signup-section .gform_wrapper .gform_footer {
  overflow: hidden;
  height: 0;
  margin: 0;
}
#signup-section input {
  width: 100%;
  background: #fff;
  height: 36px;
  padding: 0 12px;
  color: #1a1330;
  text-transform: uppercase;
  font: 13px/36px "UniformCondensedBlack-Black", "Georgia", serif;
  margin: 0;
}
#signup-section input::-webkit-input-placeholder {
  color: #1a1330;
}
#signup-section input::-moz-placeholder {
  opacity: 1;
  color: #1a1330;
}
#signup-section input:-moz-placeholder {
  color: #1a1330;
}
#signup-section input:-ms-input-placeholder {
  color: #1a1330;
}
#signup-section input.placeholder {
  color: #1a1330;
}
#signup-section input:focus::-webkit-input-placeholder {
  color: #fff;
}
#signup-section input:focus::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
#signup-section input:focus:-moz-placeholder {
  color: #fff;
}
#signup-section input:focus:-ms-input-placeholder {
  color: #fff;
}
#signup-section input:focus.placeholder {
  color: #fff;
}
@media (min-width: 1400px) {
  #signup-section input {
    height: 55px;
    padding: 0 16px;
    font-size: 20px;
    line-height: 55px;
  }
}
#signup-section .validation_message {
  display: none;
}
#signup-section .button {
  width: 52%;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0;
  min-width: 0;
  background: #00add9;
  font-size: 16px;
  height: 36px;
  padding: 10px;
  margin: 0;
}
#signup-section .button:hover {
  background: #00a1ca;
}
@media (min-width: 1400px) {
  #signup-section .button {
    height: 55px;
    font-size: 24px;
  }
}
#custom-nav {
  background: #083068;
  color: #fff;
  padding: 10px 5px;
}
@media (min-width: 1024px) {
  #custom-nav {
    padding: 30px 5px 26px;
    text-align: center;
  }
  #custom-nav .holder {
    display: inline-block;
    vertical-align: top;
  }
}
@media (max-width: 1023px) {
  #custom-nav .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0 10px;
  }
  #custom-nav .slick-track:before, #custom-nav .slick-track:after {
    display: none;
  }
  #custom-nav .slick-track li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  #custom-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 1210px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
#custom-nav li {
  padding: 0;
  font-weight: 600;
  line-height: 22px;
  padding: 10px;
}
#custom-nav li:before {
  display: none;
}
@media (min-width: 1024px) {
  #custom-nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 20px;
  }
}
@media (min-width: 1400px) {
  #custom-nav li {
    padding: 10px 40px;
  }
}
#custom-nav a {
  color: #fff;
  text-decoration: none;
}
#custom-nav a:hover, #custom-nav li.active a {
  color: #00add9;
  text-decoration: underline;
}
#custom-nav a:hover em, #custom-nav li.active a em {
  color: #fff;
}
#custom-nav .btn, #custom-nav .button {
  font-weight: 600;
  min-width: 0;
  line-height: 32px;
  padding: 0 17px;
  margin: 0;
}
#custom-nav .btn:hover, #custom-nav .button:hover {
  text-decoration: none;
  color: #fff;
}
#custom-nav em {
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  border-radius: 50%;
  background: #00add9;
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 1;
  padding: 5px 1px 4px;
  margin: -4px 0 0 4px;
}
.promo-text {
  font-weight: 300;
  line-height: 1.625;
  padding: 24px 0 15px;
}
@media (min-width: 1024px) {
  .promo-text {
    padding: 50px 0 36px;
  }
}
@media (min-width: 1400px) {
  .promo-text {
    padding: 58px 0 40px;
  }
}
.promo-text .container {
  max-width: 1050px;
}
.promo-text .heading-block {
  text-align: center;
  border: 3px solid #f3f3f3;
  border-left: none;
  border-right: none;
  margin: 0 26px 25px;
  padding: 13px 0 11px;
}
@media (min-width: 1024px) {
  .promo-text .heading-block {
    float: left;
    width: calc(50% - 46px);
    text-align: left;
    border-width: 4px;
    padding: 27px 0 22px 7px;
    margin: 0 56px 0 0;
    word-spacing: -3px;
  }
}
@media (min-width: 1400px) {
  .promo-text .heading-block {
    margin-top: 13px;
  }
}
.promo-text .heading-block h2 {
  color: #083068;
  font: 600 19px/25px "Montserrat", sans-serif;
  margin: 0 0 5px;
}
.promo-text .heading-block h2 mark {
  background: none;
  color: #f6303e;
}
@media (min-width: 1024px) {
  .promo-text .heading-block h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (min-width: 1400px) {
  .promo-text .heading-block h2 {
    font-size: 38px;
    line-height: 50px;
  }
}
.promo-text .text-holder {
  line-height: 1.77;
}
@media (min-width: 1024px) {
  .promo-text .text-holder {
    overflow: hidden;
    line-height: inherit;
    padding: 10px 5px 0;
  }
}
.promo-text .signature {
  display: block;
  width: 110px;
  margin: 0 auto 15px 0;
}
.promo-text .signature img {
  height: 49px;
}
@media (min-width: 1024px) {
  .promo-text .signature {
    width: 134px;
  }
  .promo-text .signature img {
    height: 60px;
  }
}
.container-min {
  max-width: 796px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.container-min .title-block {
  padding-left: 0;
  padding-right: 0;
}
.text-content {
  font-weight: 300;
  padding-top: 15px;
  padding-bottom: 10px;
}
@media (min-width: 1024px) {
  .text-content {
    padding-top: 25px;
    padding-bottom: 15px;
  }
}
@media (min-width: 1025px) {
  .text-content {
    padding-top: 54px;
    padding-bottom: 22px;
  }
}
.plan-promo {
  background: #00add9;
  color: #fff;
  text-align: center;
}
.plan-promo .container-min {
  padding-top: 21px;
  padding-bottom: 25px;
}
@media (min-width: 1024px) {
  .plan-promo .container-min {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-bottom: 0;
  }
  .plan-promo .container-min:after {
    display: none;
  }
}
.plan-promo .visual {
  max-width: 150px;
  padding: 0 0 15px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .plan-promo .visual {
    width: 45%;
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0;
    padding: 0 47px 0 50px;
  }
}
@media (min-width: 1024px) {
  .plan-promo .text-holder {
    width: 55%;
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 59px;
    padding-bottom: 20px;
  }
}
.plan-promo .ttl {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 10px;
}
@media (min-width: 1025px) {
  .plan-promo .ttl {
    letter-spacing: -1px;
    font-size: 32px;
    margin: 0 0 15px;
  }
}
.row-area {
  background: #ededed;
  padding: 15px 0;
}
@media (min-width: 1400px) {
  .row-area {
    padding: 30px 0 28px;
  }
}
.title-block {
  max-width: 796px;
  margin: 0 auto;
  line-height: 1.75;
  padding: 10px 15px 1px;
}
@media (min-width: 1025px) {
  .title-block {
    line-height: 1.625;
    padding: 13px 15px;
  }
}
.title-block h2 {
  color: #00add9;
  font: 29px/1.2 "UniformCondensedBlack-Black", "Georgia", serif;
  margin: 0 0 8px;
}
@media (min-width: 1025px) {
  .title-block h2 {
    font-size: 42px;
    margin: 0 0 20px;
  }
}
.title-block h3 {
  font-weight: 700;
  font-size: 24px;
  color: #f6303e;
  margin: 0;
  padding: 7px 0 3px;
}
@media (min-width: 1025px) {
  .title-block h3 {
    font-size: 32px;
  }
}
.sharelines-gallery .slide {
  padding: 0 0 6px;
}
@media (max-width: 1023px) {
  .sharelines-gallery .slide {
    display: none;
  }
  .sharelines-gallery .slide:nth-child(-n+2) {
    display: block;
  }
}
@media (min-width: 1024px) {
  .sharelines-gallery .slide {
    padding: 0 10px;
  }
}
.sharelines-gallery .item {
  background: #083068;
  color: #fff;
  padding: 10px 15px 1px;
}
@media (min-width: 1024px) {
  .sharelines-gallery .item {
    width: 500px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 30px 8px;
  }
}
@media (min-width: 1025px) {
  .sharelines-gallery .text-holder {
    padding: 0 0 42px;
  }
}
.sharelines-gallery .date-row {
  display: block;
  font-size: 11px;
  padding: 0 0 15px;
}
.sharelines-gallery .date-row span {
  padding-left: 15px;
}
@media (min-width: 1024px) {
  .sharelines-gallery .date-row {
    font-size: 16px;
  }
}
.sharelines-gallery h3 {
  color: inherit;
  font-size: 19px;
  line-height: 23px;
  margin: 0 0 15px;
}
@media (min-width: 1024px) {
  .sharelines-gallery h3 {
    font-size: 25px;
    line-height: 30px;
  }
}
.sharelines-gallery h3 a {
  color: inherit;
}
.sharelines-gallery .share-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.sharelines-gallery .share-row .ttl {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  padding: 7px 12px 0 0;
}
@media (min-width: 1025px) {
  .sharelines-gallery .share-row .ttl {
    font-size: 16px;
  }
}
.sharelines-gallery .share-links {
  text-align: left;
}
@media (min-width: 1025px) {
  .sharelines-gallery .share-links {
    margin-right: -14px;
  }
}
.sharelines-gallery .share-links a {
  width: 35px;
  height: 35px;
  background: #fff;
}
@media (min-width: 1025px) {
  .sharelines-gallery .share-links a {
    width: 40px;
    height: 40px;
  }
}
.sharelines-gallery .share-links a i {
  color: #00add9;
  font-size: 20px;
}
@media (min-width: 1025px) {
  .sharelines-gallery .share-links a i {
    font-size: 23px;
  }
}
.sharelines-gallery .share-links a:hover i {
  color: #083068;
}
.sharelines-gallery .slick-dots {
  position: static;
  padding: 17px 0 0;
}
.sharelines-gallery .slick-dots li button {
  background: #fff;
}
.sharelines-gallery .slick-dots li.slick-active button, .sharelines-gallery .slick-dots li button:hover {
  background: #00add9;
}
.sharelines-list {
  padding: 0 0 55px;
}
@media (min-width: 1024px) {
  .sharelines-list {
    padding: 43px 0 19px;
  }
}
@media (min-width: 1400px) {
  .sharelines-list {
    padding: 73px 0 49px;
  }
}
.sharelines-list .container {
  max-width: 1050px;
}
@media (max-width: 1023px) {
  .sharelines-list .container {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .sharelines-list .container {
    padding: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .sharelines-list .container:before, .sharelines-list .container:after {
    display: none;
  }
}
.sharelines-list .item {
  background: #083068;
  color: #fff;
  padding: 15px 17px 1px;
  margin: 0 0 6px;
}
@media (max-width: 1023px) {
  .sharelines-list .item {
    display: none;
  }
  .sharelines-list .item:nth-child(-n+2) {
    display: block;
  }
}
@media (min-width: 1024px) {
  .sharelines-list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}
@media (min-width: 1025px) {
  .sharelines-list .item {
    padding: 24px 30px 10px;
  }
}
.sharelines-list .date-row {
  display: block;
  font-size: 11px;
  padding: 0 0 6px;
}
@media (min-width: 1025px) {
  .sharelines-list .date-row {
    font-size: 16px;
    padding: 0 0 14px;
  }
}
.sharelines-list .date-row span {
  padding-left: 12px;
}
@media (min-width: 1025px) {
  .sharelines-list .date-row span {
    padding-left: 18px;
  }
}
.sharelines-list h3 {
  color: inherit;
  font-size: 19px;
  line-height: 23px;
  margin: 0 0 23px;
}
@media (min-width: 1024px) {
  .sharelines-list h3 {
    min-height: 70px;
  }
}
@media (min-width: 1025px) {
  .sharelines-list h3 {
    min-height: 120px;
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 28px;
  }
}
.sharelines-list h3 a {
  color: inherit;
}
.sharelines-list .share-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.sharelines-list .share-row .ttl {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  padding: 7px 12px 0 0;
}
@media (min-width: 1025px) {
  .sharelines-list .share-row .ttl {
    font-size: 16px;
  }
}
.sharelines-list .share-links {
  text-align: left;
  margin: 0 -10px 0 0;
}
@media (min-width: 1025px) {
  .sharelines-list .share-links {
    margin: 0 -17px 0 0;
  }
}
.sharelines-list .share-links a {
  width: 35px;
  height: 35px;
  background: #fff;
}
@media (min-width: 1025px) {
  .sharelines-list .share-links a {
    width: 40px;
    height: 40px;
  }
}
.sharelines-list .share-links a i {
  font-size: 20px;
  color: #00add9;
}
@media (min-width: 1025px) {
  .sharelines-list .share-links a i {
    font-size: 23px;
  }
}
.sharelines-list .share-links a:hover i {
  color: #14325c;
}
.suggested {
  padding: 25px 0 5px;
}
@media (min-width: 1025px) {
  .suggested {
    padding: 52px 0 5px;
  }
}
.quotes-gallery blockquote {
  max-width: 100%;
}
.quotes-gallery blockquote q {
  display: block;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .quotes-gallery, .covers-gallery {
    padding: 0 0 49px;
  }
  .quotes-gallery .slide, .covers-gallery .slide {
    padding: 0 12px;
  }
}
.quotes-gallery .item, .covers-gallery .item {
  position: relative;
  background: #00add9;
  overflow: hidden;
  height: 100%;
}
@media (min-width: 1024px) {
  .quotes-gallery .item, .covers-gallery .item {
    width: 1012px;
  }
}
.quotes-gallery .bg-stretch, .covers-gallery .bg-stretch {
  opacity: .3;
}
.quotes-gallery .content, .covers-gallery .content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #fff;
  text-align: center;
  padding: 41px 15px 30px;
}
@media (min-width: 1024px) {
  .quotes-gallery .content, .covers-gallery .content {
    padding: 60px 75px 15px;
  }
}
@media (min-width: 1400px) {
  .quotes-gallery .content, .covers-gallery .content {
    padding: 117px 75px 35px;
  }
}
.quotes-gallery .text-holder, .covers-gallery .text-holder {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.quotes-gallery blockquote, .covers-gallery blockquote {
  border: none;
  padding: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
  margin: 0 0 15px;
}
@media (min-width: 1024px) {
  .quotes-gallery blockquote, .covers-gallery blockquote {
    font-size: 34px;
    line-height: 40px;
    margin: 0 0 40px;
  }
}
@media (min-width: 1400px) {
  .quotes-gallery blockquote, .covers-gallery blockquote {
    font-size: 44px;
    line-height: 50px;
    margin: 0 0 66px;
  }
}
.quotes-gallery .share-row, .covers-gallery .share-row {
  padding: 0 50px;
}
@media (min-width: 1024px) {
  .quotes-gallery .share-row, .covers-gallery .share-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.quotes-gallery .share-row .ttl, .covers-gallery .share-row .ttl {
  display: block;
  font-family: "UniformCondensedBlack-Black", "Georgia", serif;
  text-transform: uppercase;
  padding: 0 0 10px;
}
@media (min-width: 1024px) {
  .quotes-gallery .share-row .ttl, .covers-gallery .share-row .ttl {
    font-size: 18px;
    padding: 0 10px 10px 0;
  }
}
@media (min-width: 1400px) {
  .quotes-gallery .share-row .ttl, .covers-gallery .share-row .ttl {
    font-size: 23px;
  }
}
@media (min-width: 1024px) {
  .quotes-gallery .share-links, .covers-gallery .share-links {
    margin: 0 -23px 0 8px;
  }
}
.quotes-gallery .share-links li, .covers-gallery .share-links li {
  padding: 0 3px 6px 0;
}
@media (min-width: 1024px) {
  .quotes-gallery .share-links li, .covers-gallery .share-links li {
    padding: 0 5px 10px;
  }
}
.quotes-gallery .share-links a, .covers-gallery .share-links a {
  width: 34px;
  height: 34px;
}
@media (min-width: 1024px) {
  .quotes-gallery .share-links a, .covers-gallery .share-links a {
    width: 52px;
    height: 52px;
  }
}
.quotes-gallery .share-links i, .covers-gallery .share-links i {
  font-size: 18px;
}
@media (min-width: 1024px) {
  .quotes-gallery .share-links i, .covers-gallery .share-links i {
    font-size: 30px;
  }
}
.quotes-gallery .lbl, .covers-gallery .lbl {
  position: absolute;
  right: 16px;
  bottom: 13px;
  background: #fff;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .quotes-gallery .lbl, .covers-gallery .lbl {
    width: 90px;
    height: 90px;
    right: 32px;
    bottom: 27px;
  }
}
.quotes-gallery .lbl img, .covers-gallery .lbl img {
  display: block;
  width: 33px;
}
@media (min-width: 1024px) {
  .quotes-gallery .lbl img, .covers-gallery .lbl img {
    width: 65px;
  }
}
.quotes-gallery .slick-dots, .covers-gallery .slick-dots {
  position: static;
  padding-top: 13px;
}
@media (min-width: 1025px) {
  .covers-gallery {
    padding: 0 0 55px;
  }
}
.covers-gallery .item {
  position: relative;
  background: none;
}
.covers-gallery .slide img {
  max-width: none;
  width: 100%;
}
.covers-gallery .overlap-row {
  margin: 0 0 19px;
}
@media (min-width: 1024px) {
  .covers-gallery .overlap-row {
    height: auto;
    margin: 0;
    position: absolute;
    right: 26px;
    bottom: 26px;
  }
  .covers-gallery .overlap-row .btn {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0;
  }
}
@media (min-width: 1025px) {
  .covers-gallery .slick-dots {
    padding: 26px 0 0;
  }
  .covers-gallery .slick-arrow {
    opacity: 0;
    width: auto;
    height: auto;
    top: 0;
    bottom: 122px;
    left: 0;
    width: calc(100%/2 - 1024px/2);
    margin: 0;
    overflow: hidden;
  }
  .covers-gallery .slick-arrow.slick-next {
    left: auto;
    right: 0;
  }
}
.profiles-gallery {
  padding: 0 0 30px;
}
@media (min-width: 1024px) {
  .profiles-gallery {
    padding: 12px 0 70px;
  }
}
.profiles-gallery .slick-list {
  padding: 0 !important;
}
.profiles-gallery .slide {
  width: 154px;
  padding: 0 5px;
}
@media (min-width: 1024px) {
  .profiles-gallery .slide {
    width: 346px;
    padding: 0 13px;
  }
}
.profiles-gallery.small-images .slide {
  width: 100px;
  padding: 0 5px;
}
@media (min-width: 1024px) {
  .profiles-gallery.small-images .slide {
    width: 200px;
    padding: 0 13px;
  }
}
.profiles-gallery .img-box {
  /* width: 200px;
    @include media(">=tablet") {
      width: 300px;
    } */
}
.profiles-gallery .img-box img {
  max-width: none;
  width: 100%;
}
.profiles-gallery .img-box + .img-box {
  padding-top: 10px;
}
@media (min-width: 1024px) {
  .profiles-gallery .img-box + .img-box {
    padding-top: 24px;
  }
}
.profiles-gallery .slick-dots {
  position: static;
  padding-top: 13px;
}
@media (min-width: 1024px) {
  .profiles-gallery .slick-dots {
    padding-top: 26px;
  }
}
.informed-area {
  padding: 0 0 40px;
}
@media (min-width: 1400px) {
  .informed-area {
    padding: 0 0 94px;
  }
}
.informed-area .gform_wrapper form {
  padding: 0;
}
.informed-area .gform_wrapper ul.gform_fields {
  max-width: none;
  padding: 0;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .informed-area .gform_wrapper ul.gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.informed-area .gform_wrapper ul.gform_fields li.gfield {
  padding: 0;
}
@media (min-width: 768px) {
  .informed-area .gform_wrapper ul.gform_fields li.gfield:nth-child(odd) {
    width: 42.5%;
    padding-right: 13px;
  }
  .informed-area .gform_wrapper ul.gform_fields li.gfield:nth-child(even) {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.informed-area .gform_wrapper .top_label input.medium {
  width: 100%;
}
.informed-area .gform_wrapper .gform_footer {
  text-align: center;
}
@media (min-width: 768px) {
  .informed-area .gform_wrapper .gform_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.informed-area .gform_wrapper .gform_footer .share-row {
  padding: 20px 0 5px;
}
@media (min-width: 768px) {
  .informed-area .gform_wrapper .gform_footer .share-row {
    padding: 0 0 0 15px;
  }
}
.informed-area .gform_wrapper .gform_footer .share-row .ttl {
  display: block;
  font-weight: 800;
  text-transform: uppercase;
  color: #14325c;
  padding: 0 0 5px;
}
@media (min-width: 768px) {
  .informed-area .gform_wrapper .gform_footer .share-row .ttl {
    display: inline-block;
    vertical-align: top;
    padding: 10px 3px 0 0;
  }
}
@media (min-width: 768px) {
  .informed-area .gform_wrapper .gform_footer .share-links {
    display: inline-block;
    vertical-align: top;
  }
}
.informed-area .gform_wrapper .gform_footer .share-links li {
  padding: 0 0 12px 12px;
}
.informed-area .gform_wrapper .gform_footer .share-links a {
  background: #00add9;
  width: 40px;
  height: 40px;
}
.informed-area .gform_wrapper .gform_footer .share-links a:hover i {
  color: #083068;
}
.informed-area .gform_wrapper .gform_footer .share-links i {
  font-size: 22px;
}
@media (min-width: 1025px) {
  .informed-area .gform_wrapper .gform_footer {
    margin: 0;
  }
}
.timeline-area {
  padding: 0 0 10px;
}
@media (min-width: 1024px) {
  .timeline-area {
    padding: 60px 0 20px;
  }
}
@media (min-width: 1400px) {
  .timeline-area {
    padding: 92px 0 30px;
  }
}
.timeline-area .btn {
  margin: 0 0 30px;
}
@media (min-width: 1400px) {
  .timeline-area .btn {
    margin: 0 0 88px;
  }
}
.timeline-area .container {
  overflow: hidden;
  max-width: 1100px;
}
@media (min-width: 1024px) {
  .timeline-area .container:before {
    display: block;
    position: absolute;
    content: '';
    width: 6px;
    top: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #f3f3f3;
    z-index: -1;
  }
}
.timeline-area .date-box {
  position: relative;
  width: 88px;
  height: 88px;
  border: 5px solid #f3f3f3;
  margin: 0 auto 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #f6303e;
  background: #fff;
  border-radius: 50%;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  font-size: 20px;
  padding: 3px;
}
@media (min-width: 1024px) {
  .timeline-area .date-box {
    width: 96px;
    height: 96px;
    border-width: 6px;
    position: absolute;
    top: 0;
    left: -48px;
    font-size: 21px;
  }
}
.timeline-area .date-box span, .timeline-area .date-box strong {
  display: block;
}
.timeline-area .date-box strong {
  font-size: 39px;
  margin: -5px 0 0;
}
@media (min-width: 1024px) {
  .timeline-area .date-box strong {
    font-size: 42px;
    margin: -6px 0 0;
  }
}
.timeline-area .date-box:before {
  position: absolute;
  content: '';
  width: 5px;
  left: 50%;
  bottom: 0;
  top: -100px;
  background: #f3f3f3;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
@media (min-width: 1024px) {
  .timeline-area .date-box:before {
    display: none;
  }
}
.timeline-area .block {
  overflow: hidden;
  position: relative;
  border-top: 5px solid #f3f3f3;
  text-align: center;
  line-height: 23px;
  padding: 42px 15px 0;
  margin: 0 -15px;
}
@media (min-width: 1024px) {
  .timeline-area .block {
    text-align: left;
    border-top: none;
    overflow: visible;
    line-height: 26px;
    width: 50%;
    margin: 0 0 0 auto;
    padding: 30px 0 20px 88px;
  }
  .timeline-area .block:nth-child(even) {
    text-align: right;
    margin: 0 auto 0 0;
    padding: 30px 88px 20px 0;
  }
  .timeline-area .block:nth-child(even) .date-box {
    left: auto;
    right: -48px;
  }
}
.timeline-area .block:first-child {
  border-top: none;
}
.timeline-area .block:first-child .date-box {
  background: #f6303e;
  color: #fff;
}
@media (min-width: 1024px) {
  .timeline-area .block:first-child .date-box {
    width: 120px;
    height: 120px;
    border-width: 6px;
    position: absolute;
    top: 0;
    left: -60px;
    font-size: 26px;
  }
  .timeline-area .block:first-child .date-box strong {
    font-size: 52px;
  }
}
.timeline-area h2 {
  color: #00add9;
  font-size: 22px;
  margin: 0 0 14px;
}
@media (min-width: 1025px) {
  .timeline-area h2 {
    font-size: 32px;
    margin: 0 0 12px;
  }
}
.progress-panel {
  position: relative;
  background: #f3f3f3;
  color: #083068;
  text-align: center;
}
.progress-panel.with-bar {
  font-weight: 600;
  padding: 20px 0;
}
.progress-panel.with-bar .container {
  max-width: 758px;
}
@media (min-width: 768px) {
  .progress-panel.with-bar .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.progress-panel.with-bar .container:after {
  display: none;
}
.progress-panel.with-bar .txt-info {
  display: block;
  font-size: 16px;
  margin: 0 0 5px;
}
@media (min-width: 768px) {
  .progress-panel.with-bar .txt-info {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 10px 5px;
  }
}
@media (min-width: 1024px) {
  .progress-panel.with-bar .txt-info {
    font-size: 26px;
    margin: 0 10px 5px;
  }
}
.progress-panel.with-bar .progress-bar {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  background: #fff;
  margin: 0 0 5px;
}
@media (min-width: 768px) {
  .progress-panel.with-bar .progress-bar {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .progress-panel.with-bar .progress-bar {
    border-radius: 9px;
  }
}
.progress-panel.with-bar .progress-bar .bar {
  box-sizing: content-box;
  overflow: hidden;
  position: relative;
  background: #f6303e;
  height: 20px;
  -webkit-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  transform: skewX(30deg);
  padding: 0 5px;
  margin: 0 -5px;
}
@media (min-width: 1024px) {
  .progress-panel.with-bar .progress-bar .bar {
    height: 42px;
    padding: 0 10px;
    margin: 0 -10px;
  }
}
.progress-panel.with-bar .progress-bar .bar:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 50%;
  background: #e52d3a;
}
.progress-panel.with-bar .txt-time {
  display: block;
}
@media (min-width: 768px) {
  .progress-panel.with-bar .txt-time {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 3px 0 5px;
  }
}
@media (min-width: 1024px) {
  .progress-panel.with-bar .txt-time {
    padding: 12px 0 5px;
  }
}
.progress-panel.with-bar .txt-time span {
  display: inline-block;
  vertical-align: top;
}
.progress-panel.with-bar .txt-time span:before {
  display: inline-block;
  font-family: "FontAwesome";
  font: normal normal normal 13px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f017";
  margin: 0 5px 0 0;
}
@media (min-width: 1024px) {
  .progress-panel.with-bar .txt-time span:before {
    font-size: 16px;
  }
}
.progress-panel.no-bar {
  text-align: center;
  padding: 25px 0 15px;
}
@media (min-width: 1024px) {
  .progress-panel.no-bar {
    padding: 37px 0 22px;
  }
}
@media (min-width: 1400px) {
  .progress-panel.no-bar {
    padding: 47px 0 32px;
  }
}
.progress-panel.no-bar .holder {
  display: inline-block;
  vertical-align: top;
}
.progress-panel.no-bar .txt-info, .progress-panel.no-bar .txt-time {
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  font-size: 16px;
  padding: 0 11px 10px;
}
@media (min-width: 1024px) {
  .progress-panel.no-bar .txt-info, .progress-panel.no-bar .txt-time {
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  .progress-panel.no-bar .txt-info, .progress-panel.no-bar .txt-time {
    font-size: 38px;
  }
}
.progress-panel.no-bar .txt-info:before, .progress-panel.no-bar .txt-time:before {
  display: inline-block;
  font-family: "FontAwesome";
  font: normal normal normal 13px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 7px 0 0;
}
.progress-panel.no-bar .txt-info {
  color: #083068;
}
.progress-panel.no-bar .txt-info:before {
  content: "\f007";
}
.progress-panel.no-bar .txt-time {
  color: #f6303e;
}
.progress-panel.no-bar .txt-time:before {
  content: "\f017";
}
.form-area {
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
@media (min-width: 1024px) {
  .form-area {
    padding: 67px 0 74px;
  }
}
.form-area .container {
  padding: 0;
}
@media (min-width: 1024px) {
  .form-area .container {
    max-width: 1056px;
    padding: 0 15px;
  }
}
.form-area .text-holder {
  padding: 25px 15px 20px;
}
@media (min-width: 1024px) {
  .form-area .text-holder {
    float: left;
    width: 47%;
    padding-left: 0;
  }
}
.form-area .text-holder h2 {
  font-family: "Montserrat", sans-serif;
}
.form-area .text-holder .date {
  display: block;
  font-style: normal;
  color: #f6303e;
  text-transform: uppercase;
  margin: 0 0 2px;
}
@media (min-width: 1024px) {
  .form-area .text-holder .date {
    margin: -10px 0 5px;
  }
}
.form-area .add-info {
  text-transform: uppercase;
  color: #14325c;
  font-size: 16px;
  padding: 0 0 13px;
}
.form-area .add-info .time {
  font-style: normal;
  padding-right: 10px;
}
.form-area .add-info .by {
  text-transform: none;
}
@media (min-width: 1400px) {
  .form-area .add-info {
    font-size: 22px;
  }
}
.form-area .signature {
  display: block;
  margin: 0 auto 15px 0;
  width: 97px;
}
.form-area .signature img {
  height: 44px;
}
@media (min-width: 1024px) {
  .form-area .signature {
    width: 134px;
  }
  .form-area .signature img {
    height: 60px;
  }
}
.form-area .form-block {
  background: #f3f3f3;
  padding: 30px 15px;
}
@media (min-width: 1024px) {
  .form-area .form-block {
    float: right;
    width: 49%;
    padding: 44px 40px 40px;
  }
}
@media (min-width: 1025px) {
  .form-area .form-block {
    padding-bottom: 48px;
  }
}
.form-area .form-block.item {
  padding: 0;
}
@media (min-width: 1024px) {
  .form-area .form-block .gform_wrapper .gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .form-area .form-block .gform_wrapper .gform_fields li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 27px;
  }
  .form-area .form-block .gform_wrapper .gform_fields li.left-aligned, .form-area .form-block .gform_wrapper .gform_fields li.right-aligned, .form-area .form-block .gform_wrapper .gform_fields li.width-half, .form-area .form-block .gform_wrapper .gform_fields li.width-two-thirds, .form-area .form-block .gform_wrapper .gform_fields li.width-thirds {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
  }
  .form-area .form-block .gform_wrapper .gform_fields li .gfield_checkbox li {
    margin: 0;
  }
  .form-area .form-block .gform_wrapper .gform_fields li.left-aligned {
    width: 54%;
  }
  .form-area .form-block .gform_wrapper .gform_fields li.right-aligned {
    width: 40%;
  }
}
.form-area .form-block form {
  padding: 0;
}
.form-area .form-block .gform_wrapper .top_label input, .form-area .form-block .jcf-select {
  width: 100%;
}
.form-area .form-block .gform_footer .button {
  width: 100%;
}
.form-area .form-block ul {
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .form-area.light-blue, .form-area.dark-blue {
    background: #00add9;
  }
}
.form-area.light-blue .text-holder, .form-area.dark-blue .text-holder {
  background: #00add9;
  color: #fff;
}
.form-area.light-blue .text-holder h2, .form-area.dark-blue .text-holder h2 {
  color: inherit;
}
.form-area.light-blue .form-block, .form-area.dark-blue .form-block {
  background: #fff;
}
@media (min-width: 1024px) {
  .form-area.dark-blue {
    background: #083068;
  }
}
.form-area.dark-blue .text-holder {
  background: transparent;
}
.form-area.dark-blue .form-block {
  background: #fff;
}
.form-area .gform_wrapper .gfield_required {
  display: none;
}
.form-area .gform_wrapper .gfield_error input {
  box-shadow: inset 0 -4px 0 0 #f6303e;
}
@media (max-width: 1023px) {
  .form-area .gform_wrapper .gfield_checkbox li .jcf-checkbox, .form-area .gform_wrapper .field_sublabel_below ul.gfield_checkbox li .jcf-checkbox {
    top: 0;
  }
}
.form-area .gform_wrapper .gfield_checkbox li label, .form-area .gform_wrapper .field_sublabel_below ul.gfield_checkbox li label {
  color: #828282;
  text-transform: none;
}
@media (max-width: 1023px) {
  .form-area .gform_wrapper .gfield_checkbox li label, .form-area .gform_wrapper .field_sublabel_below ul.gfield_checkbox li label {
    font-size: 11px;
    line-height: 14px;
  }
}
@media (min-width: 1024px) {
  .form-area .gform_wrapper .gform_footer .button, .form-area .gform_wrapper .gform_footer input.button, .form-area .gform_wrapper .gform_footer input[type=submit], .form-area .gform_wrapper .gform_page_footer input.button, .form-area .gform_wrapper .gform_page_footer input[type=submit] {
    width: 100% !important;
    margin: 0;
  }
}
.form-area textarea {
  width: 100%;
}
.width-full {
  width: 100%;
}
@media (min-width: 1024px) {
  .width-half {
    width: calc(50% - 6px);
  }
}
@media (min-width: 1024px) {
  .width-two-thirds {
    width: calc(66.66% - 6px);
  }
}
@media (min-width: 1024px) {
  .width-thirds {
    width: calc(33.33% - 6px);
  }
}
@media (min-width: 1024px) {
  .gform_wrapper .petition-form {
    padding: 0;
  }
  .gform_wrapper .petition-form .gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0;
  }
}
.additional-gallery {
  background: #00add9;
  color: #fff;
}
@media (min-width: 1024px) {
  .additional-gallery {
    padding: 40px 15px;
  }
}
@media (min-width: 1400px) {
  .additional-gallery {
    padding: 75px 15px 81px;
  }
}
.additional-gallery .gallery {
  padding: 0;
}
@media (min-width: 1024px) {
  .additional-gallery .gallery {
    margin: 0 auto;
    max-width: 1020px;
  }
}
@media (min-width: 1024px) {
  .additional-gallery .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.additional-gallery .visual {
  position: relative;
  overflow: hidden;
  padding-top: 53vw;
}
@media (min-width: 1024px) {
  .additional-gallery .visual {
    padding-top: 15.9em;
    width: calc(50% - 10px);
  }
}
.additional-gallery .text-holder {
  padding: 29px 18px 20px;
}
@media (min-width: 1024px) {
  .additional-gallery .text-holder {
    width: calc(50% + 10px);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 5px 40px;
  }
}
.additional-gallery h2 {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  margin: 0 0 12px;
}
.additional-gallery .link-row {
  text-align: center;
}
@media (min-width: 1024px) {
  .additional-gallery .link-row {
    text-align: left;
  }
}
.additional-gallery .slick-dots {
  position: static;
  padding: 5px 0;
}
@media (min-width: 1024px) {
  .additional-gallery .slick-dots {
    padding: 10px 0;
  }
}
.additional-gallery .slick-dots li button {
  background: #fff;
}
.additional-gallery .slick-dots li.slick-active button, .additional-gallery .slick-dots li button:hover {
  background: #083068;
}
.additional-gallery.item {
  background: #f3f3f3;
  color: #1a1a1a;
}
.additional-gallery.item h2 {
  color: #14325c;
}
@media (min-width: 1024px) {
  .additional-gallery.item .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .additional-gallery.item .text-holder {
    padding-right: 40px;
    padding-left: 0;
  }
}
.overlap-row {
  position: relative;
  z-index: 10;
  height: 0;
}
.overlap-row .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.visuals-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 auto;
  max-width: 1024px;
  padding: 40px 0;
}
.visuals-grid .item {
  overflow: hidden;
  position: relative;
  width: calc(50% - 8px);
  margin: 0 0 16px;
  padding-top: 40vw;
}
@media (min-width: 769px) {
  .visuals-grid .item {
    width: calc(33% - 8px);
    padding-top: 30vw;
  }
}
@media (min-width: 1024px) {
  .visuals-grid .item {
    padding-top: 260px;
  }
}
.visuals-grid .item:hover .bg-stretch {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.visuals-grid .item .box-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.tag-list {
  text-align: center;
}
.tag-list li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  font-weight: 500;
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
  background: #f3f3f3;
  color: #14325c;
  overflow: hidden;
  border-radius: 20px;
  margin: 0 6px 13px;
}
.tag-list li:before {
  display: none;
}
@media (min-width: 1024px) {
  .tag-list li {
    font-size: 16px;
    border-radius: 30px;
  }
}
.tag-list li a {
  padding: 4px 18px;
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .tag-list li a {
    padding: 10px 28px;
  }
}
.tag-list li a:hover {
  color: #00add9;
}
.single-post .container {
  position: static;
}
.single-post .share-row {
  text-align: center;
}
@media (min-width: 1024px) {
  .single-post .share-row {
    position: absolute;
    width: 60px;
    right: 15px;
    left: auto !important;
    top: 120px !important;
  }
  .single-post .share-row.fixed-position {
    z-index: 5;
  }
}
.single-post .share-row .ttl {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  color: #a7a7a7;
  padding: 0 3px 10px;
}
@media (min-width: 1024px) {
  .single-post .share-row .ttl {
    font-size: 11px;
    display: block;
    padding: 0 0 10px;
  }
}
.single-post .share-row .share-links {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  .single-post .share-row .share-links {
    display: block;
  }
  .single-post .share-row .share-links li {
    display: block;
    padding: 0 0 10px;
  }
}
.single-post .share-row .share-links a {
  display: inline;
  border-radius: 0;
  overflow: visible;
  width: auto;
  height: auto;
  background: none;
}
.single-post .share-row .share-links a i {
  color: #14325c;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .single-post .share-row .share-links a i {
    font-size: 24px;
  }
}
.single-post .share-row .share-links a:hover i {
  color: #00add9;
}
figure.rounded img {
  border-radius: 50%;
}
.splash-page #wrapper {
  padding: 0;
}
.continue-link {
  font: 19px/1 "UniformCondensedBlack-Black", "Georgia", serif;
  color: #083068;
  text-decoration: none;
}
.continue-link:hover {
  color: #00add9;
}
.continue-link:hover:after {
  color: #00add9;
}
.continue-link:after {
  font-family: "FontAwesome";
  font: normal normal normal 20px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #083068;
  content: "\f105";
  margin-left: 3px;
}
@media (min-width: 1024px) {
  .continue-link:after {
    margin-left: 5px;
  }
}
.header-splash {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
}
@media (min-width: 1024px) {
  .header-splash {
    position: static;
    background: #f5f5f5;
  }
}
.header-splash .holder {
  position: relative;
  padding: 9px;
}
@media (min-width: 1024px) {
  .header-splash .holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 1920px;
    padding: 11px 15px;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  .header-splash .holder {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.header-splash .logo {
  width: 79px;
  background: #fff;
  padding: 9px;
  margin: 0;
}
@media (min-width: 1024px) {
  .header-splash .logo {
    width: 116px;
    padding: 0;
    margin: 0 25px 0 0;
    background: none;
  }
}
.header-splash .logo img {
  max-width: none;
  width: 100%;
}
.header-splash .continue-link {
  display: none;
}
@media (min-width: 1024px) {
  .header-splash .continue-link {
    display: inline-block;
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  .header-splash .continue-link {
    font-size: 33px;
  }
}
.header-splash .close-btn {
  position: absolute;
  top: 9px;
  right: 9px;
  font-size: 0;
  line-height: 0;
  background: #fff;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .header-splash .close-btn {
    display: none;
  }
}
.header-splash .close-btn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-family: "FontAwesome";
  font: normal normal normal 20px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #14325c;
  content: "\f00d";
}
.header-splash .close-btn:hover:before {
  color: #00add9;
}
.section-splash {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .section-splash {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.section-splash .visual-block {
  position: relative;
  height: 170px;
}
@media (min-width: 1024px) {
  .section-splash .visual-block {
    width: 50%;
    height: auto;
    min-height: calc(100vh - 195px);
  }
}
@media (min-width: 1024px) {
  .section-splash.aligned .content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.section-splash .content {
  line-height: 1;
}
@media (min-width: 1024px) {
  .section-splash .content {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.section-splash .content .holder {
  padding: 15px 15px 5px;
}
@media (min-width: 1024px) {
  .section-splash .content .holder {
    max-width: 444px;
    padding: 40px 15px;
    margin-right: 64px;
  }
}
@media (min-width: 1024px) and (min-width: 1400px) {
  .section-splash .content .holder {
    margin-right: 212px;
  }
}
.section-splash h1 {
  font-size: 29px;
  line-height: 36px;
  margin: 0 0 15px;
}
@media (min-width: 1024px) {
  .section-splash h1 {
    font-size: 44px;
    line-height: 45px;
    margin: 0 0 25px;
  }
}
.section-splash p {
  margin: 0 0 15px;
}
@media (min-width: 1024px) {
  .section-splash p {
    margin: 0 0 20px;
  }
}
.section-splash .link-row {
  padding-top: 50px;
  text-align: center;
}
@media (min-width: 1024px) {
  .section-splash .link-row {
    display: none;
  }
}
.section-splash .continue-link {
  font-size: 19px;
}
.section-splash .gform_wrapper form {
  position: relative;
  padding: 0;
}
.section-splash .gform_wrapper .gform_fields {
  padding: 0;
  margin: 0;
}
.section-splash .gform_wrapper .gform_fields li:last-child {
  width: calc(100% - 165px);
}
@media (min-width: 1024px) {
  .section-splash .gform_wrapper .gform_fields li:last-child {
    width: calc(100% - 150px);
  }
}
@media (min-width: 1400px) {
  .section-splash .gform_wrapper .gform_fields li:last-child {
    width: calc(100% - 281px);
  }
}
.section-splash .gform_wrapper .top_label .gfield_label {
  display: none;
}
.section-splash .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 0 10px;
  display: block;
  width: 100%;
  text-transform: uppercase;
  font: 14px/36px "UniformCondensedBlack-Black", "Georgia", serif;
  height: 36px;
  color: #1a1330;
}
.section-splash .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder {
  color: #1a1330;
}
.section-splash .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder {
  opacity: 1;
  color: #1a1330;
}
.section-splash .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder {
  color: #1a1330;
}
.section-splash .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder {
  color: #1a1330;
}
.section-splash .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]).placeholder {
  color: #1a1330;
}
.section-splash .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  background: #fff;
}
.section-splash .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus::-webkit-input-placeholder {
  color: #f3f3f3;
}
.section-splash .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus::-moz-placeholder {
  opacity: 1;
  color: #f3f3f3;
}
.section-splash .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus:-moz-placeholder {
  color: #f3f3f3;
}
.section-splash .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus:-ms-input-placeholder {
  color: #f3f3f3;
}
.section-splash .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus.placeholder {
  color: #f3f3f3;
}
@media (min-width: 1400px) {
  .section-splash .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 21px;
    line-height: 60px;
    height: 60px;
    padding: 0 16px;
  }
}
.section-splash .gform_wrapper .gfield_error input {
  box-shadow: inset 0 0 0 2px #f6303e;
}
.section-splash .gform_wrapper div.validation_error {
  padding: 5px 0;
}
.section-splash .gform_wrapper .validation_message {
  display: none !important;
}
.section-splash .gform_footer {
  margin: 0;
}
.section-splash .gform_footer .button {
  position: absolute;
  border-radius: 0;
  font-size: 16px;
  line-height: 36px;
  height: 36px;
  right: 0;
  bottom: 0;
  margin: 0;
  min-width: 0;
  width: 150px;
  padding: 0 10px;
  box-shadow: inset 0 -4px 0 0 #ba1419;
}
@media (min-width: 1024px) {
  .section-splash .gform_footer .button {
    width: 135px;
  }
}
@media (min-width: 1400px) {
  .section-splash .gform_footer .button {
    width: 248px;
    font-size: 26px;
    line-height: 60px;
    height: 60px;
  }
}
.section-splash .gform_footer .button:focus, .section-splash .gform_footer .button:hover {
  box-shadow: none;
}
.section-splash .gform_footer img {
  display: none !important;
}
.footer-splash {
  background: #083068;
  color: #fff;
  text-align: center;
}
.footer-splash .holder {
  padding: 20px 15px 11px;
}
@media (min-width: 1024px) {
  .footer-splash .holder {
    max-width: 1920px;
    padding: 31px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  .footer-splash .holder {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.footer-splash .continue-link {
  display: none;
}
@media (min-width: 1024px) {
  .footer-splash .continue-link {
    font-size: 24px;
    display: inline-block;
    margin: 0 10px;
    color: #fff;
  }
  .footer-splash .continue-link:after {
    color: #fff;
  }
}
@media (min-width: 1400px) {
  .footer-splash .continue-link {
    font-size: 30px;
  }
}
.footer-splash .copy {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 0 15px;
}
@media (min-width: 1024px) {
  .footer-splash .copy {
    padding: 5px 15px 5px 0;
  }
}
.button-bordered {
  border: 3px solid #f2f4f7;
  color: #f2f4f7;
  text-decoration: none;
  display: inline-block;
  line-height: 18px;
  padding: 5px 25px;
}
@media (min-width: 1024px) {
  .button-bordered {
    font-size: 14px;
    line-height: 20px;
  }
}
.button-bordered:hover {
  color: #fff;
  border-color: #fff;
  background: #00add9;
}
.button-bordered.dark {
  border-color: #14325c;
  color: #14325c;
}
.button-bordered.dark:hover {
  background: #14325c;
  color: #fff;
}
#event-post .form-area {
  padding: 0 0 30px;
}
@media (min-width: 1024px) {
  #event-post .form-area {
    padding: 68px 0 74px;
  }
}
#event-post .form-area .text-holder {
  padding: 40px 0 5px;
}
@media (min-width: 1024px) {
  #event-post .form-area .text-holder {
    padding: 8px 0 10px;
  }
}
#event-post .form-area .text-holder > span {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  color: #f6303e;
  padding: 0 0 5px;
}
@media (min-width: 1024px) {
  #event-post .form-area .text-holder > span {
    padding: 0 0 10px;
  }
}
@media (min-width: 1025px) {
  #event-post .form-area .text-holder > span {
    font-size: 18px;
  }
}
#event-post .form-area .text-holder h2 {
  color: #00add9;
}
#event-post .form-area .form-block {
  margin: 0 -15px;
}
#event-post .form-area .gform_wrapper form {
  padding: 0;
}
#event-post .form-area .jcf-select {
  width: 100%;
}
#event-post .form-area .gform_footer {
  text-align: center;
}
@media (min-width: 1024px) {
  #event-post .form-area .gform_footer button {
    width: 100%;
  }
}
#event-post .form-area .gform_fields {
  padding: 0;
}
.item-text {
  font-style: italic;
  font-size: 11px;
}
@media (min-width: 1025px) {
  .item-text {
    font-size: 14px;
    line-height: 18px;
  }
}
.donate-page {
  background: #f3f3f3;
}
.donate-intro {
  font-size: 120%;
  color: #fff;
  background-image: url(images/bg-donate-section.jpg);
  background-size: 100% auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding: 40px 0 30px;
  /* background-color: #1e396a; */
  -webkit-background-size: cover;
  background-size: cover;
}
@media (min-width: 1024px) {
  .donate-intro {
    padding: 70px 0 50px;
    background-color: #f6303e;
  }
}
@media (min-width: 1400px) {
  .donate-intro {
    padding: 107px 0 66px;
  }
}
.donate-intro .container {
  max-width: 940px;
}
.donate-intro h1 {
  text-transform: uppercase;
  color: inherit;
  font-size: 40px;
  line-height: 1;
  margin: 0 0 25px;
}
@media (min-width: 1024px) {
  .donate-intro h1 {
    font-size: 50px;
  }
}
@media (min-width: 1400px) {
  .donate-intro h1 {
    font-size: 64px;
    line-height: 60px;
    margin: 0 0 30px;
  }
}
.donate-intro p {
  margin: 0 0 1em;
}
.donate-intro .text-holder {
  padding: 0 0 30px;
}
@media (min-width: 1024px) {
  .donate-intro .text-holder {
    float: left;
    width: calc(100% - 365px);
    padding-right: 80px;
  }
}
@media (min-width: 1400px) {
  .donate-intro .text-holder {
    font-size: 24px;
    line-height: 30px;
  }
}
.donate-intro .form-block {
  color: #1a1a1a;
  background: #fff;
  padding: 15px;
}
@media (min-width: 1024px) {
  .donate-intro .form-block {
    float: right;
    width: 365px;
  }
}
@media (min-width: 1400px) {
  .donate-intro .form-block {
    padding: 20px;
  }
}
.donate-intro .form-block.item {
  padding: 0;
}
.donate-intro .form-block .heading-row {
  text-align: center;
  background: #eff2f5;
  margin: -15px -15px 20px;
  padding: 20px 15px 16px;
}
@media (min-width: 1400px) {
  .donate-intro .form-block .heading-row {
    margin: -20px -20px 20px;
  }
}
.donate-intro .form-block .section-logo {
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 1400px) {
  .donate-intro .form-block .section-logo img {
    width: 148px;
  }
}
.donate-intro .form-block .form-ttl {
  display: block;
  font-style: italic;
  font-size: 12px;
  padding: 0 0 15px;
  border-bottom: 1px solid #f3f3f3;
  margin: 0 0 20px;
}
.donate-intro .box-event a {
  color: inherit;
}
@media (min-width: 1400px) {
  .donate-intro .box-event {
    font-size: 20px;
  }
}
.donate-intro .box-event h2 {
  color: inherit;
}
.donate-intro .box-event .txt {
  display: block;
  font-size: 80%;
}
.donate-intro .box-event .hold {
  position: relative;
  padding: 0 0 20px;
}
@media (min-width: 320px) { /* 1024 */
  .donate-intro .box-event .hold {
    padding-left: 124px;
  }
}
.donate-intro .box-event .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 50%;
  overflow: hidden;
  font-weight: 700;
  text-transform: uppercase;
  background: #f6303e;
  color: #fff;
  width: 78px;
  height: 78px;
  padding: 5px;
  margin: 0 auto 15px;
}
.donate-intro .box-event .date br {
  display: none !important;
}
@media (min-width: 320px) { /* 1024 */
  .donate-intro .box-event .date {
    position: absolute;
    top: 0;
    left: 0;
    width: 98px;
    height: 98px;
  }
}
.donate-intro .box-event .date span {
  display: block;
  font-size: 20px;
  line-height: 1;
  margin: 0 0 -3px;
}
@media (min-width: 1024px) {
  .donate-intro .box-event .date span {
    font-size: 22px;
  }
}
.donate-intro .box-event .date em {
  display: block;
  font-style: normal;
  font-size: 40px;
  line-height: 1;
}
@media (min-width: 1024px) {
  .donate-intro .box-event .date em {
    font-size: 44px;
  }
}
.text-section {
  padding: 15px 0;
}
@media (min-width: 1400px) {
  .text-section {
    padding: 35px 0;
  }
}
.donate-section {
  background-image: url(images/bg-donate-section-2.jpg);
  background-size: 100% auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding: 40px 0 30px;
  background-color: #1e396a;
}
@media (min-width: 1024px) {
  .donate-section {
    padding: 70px 0 50px;
    background-color: #f6303e;
  }
}
@media (min-width: 1400px) {
  .donate-section {
    padding: 106px 0 130px;
  }
}
.donate-section .container {
  max-width: 830px;
}
.donate-section p {
  margin: 0 0 17px;
}
.donate-section h1 {
  text-transform: uppercase;
  color: inherit;
  font-size: 40px;
  line-height: 1;
  margin: 0 0 25px;
}
@media (min-width: 1024px) {
  .donate-section h1 {
    font-size: 50px;
  }
}
@media (min-width: 1400px) {
  .donate-section h1 {
    font-size: 64px;
    line-height: 60px;
    margin: 0 0 30px;
  }
}
.donate-section .text-holder {
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  padding: 0 0 40px;
}
.donate-section .text-holder a {
  color: inherit;
}
.donate-section .text-holder ul li {
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .donate-section .text-holder ul li {
    padding-left: 16px;
  }
}
.donate-section .text-holder ul li:before {
  background: #00add9;
}
@media (min-width: 1024px) {
  .donate-section .text-holder ul li:before {
    width: 8px;
    height: 8px;
    top: 4px;
  }
}
.donate-section .form-block {
  color: #1a1a1a;
  background: #fff;
  padding: 15px;
}
@media (min-width: 1400px) {
  .donate-section .form-block {
    padding: 20px;
  }
}
.donate-section .form-block.item {
  padding: 0;
}
.donate-section .form-block .heading-row {
  text-align: center;
  background: #eff2f5;
  margin: -15px -15px 20px;
  padding: 20px 15px 16px;
}
@media (min-width: 1400px) {
  .donate-section .form-block .heading-row {
    margin: -20px -20px 20px;
  }
}
.donate-section .form-block h2 {
  color: #083068;
  margin: 0 0 -3px;
}
.donate-section .form-block .text {
  display: block;
  color: #8192a8;
  font-size: 16px;
  font-family: "UniformCondensedBlack-Black", "Georgia", serif;
}
.post-block {
  position: relative;
  padding: 15px 0;
}
@media (min-width: 1024px) {
  .post-block {
    padding: 30px 0 15px;
  }
}
.post-block .container {
  position: static;
}
.post-block .player-container {
  position: relative;
  margin: 0 -15px 30px;
}
@media (min-width: 1024px) {
  .post-block .player-container {
    margin-top: -55px;
    min-height: 300px;
  }
  .post-block .player-container.audio {
    min-height: 0;
  }
}
@media (min-width: 1400px) {
  .post-block .player-container {
    margin-top: -94px;
  }
}
.post-block .video-block {
  position: relative;
  min-height: 262px;
}
@media (min-width: 1400px) {
  .post-block .video-block {
    min-height: 424px;
    margin-top: -64px;
  }
}
.post-block .tag-list {
  padding-top: 15px;
  padding-bottom: 10px;
}
@media (min-width: 1400px) {
  .post-block .tag-list {
    padding-top: 45px;
    padding-bottom: 17px;
  }
}
.title-container {
  padding: 5px 0;
}
.title-container h1 {
  color: #00add9;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
}
@media (min-width: 1025px) {
  .title-container h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
.title-container h1 a {
  color: inherit;
}
.title-container .date-title {
  font-weight: 300;
  font-size: 14px;
  padding: 0 0 13px;
}
@media (min-width: 1024px) {
  .title-container .date-title {
    font-size: 18px;
  }
}
.title-container .date-title em {
  font-style: normal;
}
.title-container .date-title span {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 2px solid #aeaeae;
}
.title-container .date-title span a {
  color: #f6303e;
}
.title-container .share-links {
  text-align: left;
}
.title-container .share-links li {
  padding: 0 10px 10px 0;
}
.title-container .share-links li a {
  width: 30px;
  height: 30px;
}
.title-container .share-links li a i {
  font-size: 18px;
}
.title-container .share-links li.st_twitter_custom a {
  background: #00add9;
}
.title-container .share-links li.st_twitter_custom a:hover i {
  color: #083068;
}
.signature img {
  display: block;
}
.dich-time {
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: #fff;
  background-image: url(images/bg-dich-time.jpg);
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-color: #0e3f6f;
  padding: 72px 0 84px;
}
@media (max-width: 1023px) {
  .dich-time {
    padding: 30px 0;
  }
}
.dich-time .container {
  max-width: 780px;
}
.dich-time h2 {
  text-transform: uppercase;
  color: inherit;
  font: 62px/60px "UniformCondensedBlack-Black", "Georgia", serif;
  margin: 0 0 31px;
}
@media (max-width: 1023px) {
  .dich-time h2 {
    font-size: 30px;
    line-height: 1;
    margin: 0 0 20px;
  }
}
.dich-time h2 small {
  display: block;
  font: 20px/1.2 "Montserrat", sans-serif;
  letter-spacing: 4px;
  padding: 0 0 18px;
}
@media (max-width: 1023px) {
  .dich-time h2 small {
    font-size: 14px;
    margin: 0 0 15px;
  }
}
.dich-time p {
  font-weight: inherit;
}
.dich-time .add-ttl {
  display: block;
  margin: 0 0 28px;
}
.dich-time .add-ttl:hover {
  opacity: .9;
}
.dich-time .add-ttl img {
  display: block;
}
.dich-time .btn {
  margin-top: 4px;
}
.dich-time .time_circles {
  margin: 0 0 19px;
}
.dich-time .time_circles > div > h4 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: inherit;
}
.wpb_content_element {
  margin-bottom: 0 !important;
}
.lang-trigger {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}
.lang-trigger li {
  padding-left: 0;
}
.lang-trigger li:before {
  display: none;
}
.lang-trigger .current-lang {
  display: none;
}
.steps-form {
  background: #f3f3f3;
  max-width: 500px;
  padding: 35px 40px;
  margin: 0 auto 160px;
  position: relative;
  z-index: 10;
  margin-top: -121px;
  z-index: 10;
}
.steps-form .gform_wrapper form {
  padding-bottom: 27px;
}
.steps-form .gf_page_steps {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
}
.steps-form .gf_page_steps .gf_step {
  display: inline-block;
  vertical-align: top;
  text-indent: -9999px;
  overflow: hidden;
  width: 17px;
  height: 17px;
  border-radius: 8px;
  background: #f3f3f3;
  margin: 30px 7px 10px;
}
.steps-form .gf_page_steps .gf_step.gf_step_active, .steps-form .gf_page_steps .gf_step_completed {
  background: #00add9;
}
.steps-form .gform_wrapper ul li.gfield {
  margin-bottom: 31px;
}
.steps-form .gform_wrapper .step-2 ul li.gfield:first-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 640px) {
  .steps-form .ginput_left {
    float: left;
    width: 54%;
  }
  .steps-form .ginput_right {
    float: right;
    width: 40%;
  }
  .steps-form .ginput_left.address_zip {
    width: 40%;
  }
  .steps-form .gform_wrapper .step-1 ul li.gfield:first-child {
    float: left;
    width: 48.5%;
  }
  .steps-form .gform_wrapper .step-1 ul li.gfield:first-child + li {
    float: right;
    width: 48.5%;
  }
}
.steps-form .gform_wrapper .step-1 ul li.gfield:first-child + li + li {
  clear: both !important;
}
.steps-form .gform_wrapper .step-1 ul li.gfield:last-child {

  margin-bottom: 17px;
}
.steps-form .gform_wrapper .top_label .gfield_label {
  display: block;
  margin-bottom: 1px;
}
.steps-form .ginput_complex:after {
  display: block;
  clear: both;
  content: "";
}
.steps-form .ginput_complex > span {
  display: block;
  margin-bottom: 16px;
}
.steps-form .ginput_complex label {
  display: block;
  margin-bottom: 1px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #00add9;
}
.steps-form input[type='text'], .steps-form input[type='tel'], .steps-form input[type='email'], .steps-form input[type='search'], .steps-form input[type='password'], .steps-form textarea, .steps-form .jcf-select {
  background: #fff;
  width: 100% !important;
}
.steps-form .gform_wrapper .field_sublabel_below ul.gfield_checkbox li label {
  font-size: 16px;
  line-height: 20px;
  color: #747474;
  text-transform: none;
}
.steps-form .gform_fields {
  margin-bottom: 0;
  padding-bottom: 0;
}
.steps-form .gform_wrapper .gform_page_footer .button {
  width: 100% !important;
}
.steps-form .gform_wrapper .gform_page_footer input.button.gform_previous_button {
  width: auto !important;
  background: none;
  padding: 0;
  min-width: 10px;
  color: #f6303e;
  position: absolute;
  top: 100%;
  left: 2px;
  margin-top: 27px !important;
}
.steps-form .step-3 .gfield_radio {
  text-align: center;
}
.steps-form .step-3 .gfield_radio li {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.steps-form .step-3 .gfield_radio .jcf-radio {
  width: 126px;
  height: 126px;
  background: url(images/checked-icon.png) no-repeat;
  position: static !important;
  margin: 0 !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
.steps-form .step-3 .gfield_radio li:first-child .jcf-radio {
  background: url(images/morning-icon.png) no-repeat;
}
.steps-form .step-3 .gfield_radio li:nth-child(2) .jcf-radio {
  background: url(images/afternoon-icon.png) no-repeat;
}
.steps-form .step-3 .gfield_radio li:nth-child(3) .jcf-radio {
  background: url(images/evening-icon.png) no-repeat;
}
.steps-form .step-3 .gfield_radio li .jcf-radio.jcf-checked {
  background: url(images/checked-icon.png) no-repeat;
}
.steps-form .step-3 .gfield_radio {
  display: block;
}
.steps-form .step-3 .gfield_radio {
  padding: 39px 0 1px;
  display: flex;
  justify-content: space-between;
}
.steps-form .step-3 .gfield_radio .jcf-radio.jcf-checked span {
  display: none !important;
}
.steps-form .gform_wrapper .gfield_radio li label {
  display: block;
  color: #1a1a1a;
  margin-top: 11px !important;
}
@media only screen and (max-width: 1024px) {
  .steps-form {
    margin-top: -50px;
    padding: 20px 18px;
  }
  .steps-form .step-3 .gfield_radio .jcf-radio {
    width: 80px;
    height: 80px;
  }
  .steps-form .gform_wrapper .gfield_radio li label {
    font-size: 10px;
  }
  .heading-icon {
    max-width: 50px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 500px) {
  .steps-form {
    margin-left: -7px;
    margin-right: -7px;
  }
}
.confirm-block {
  max-width: 1012px;
  margin: -121px auto 15px;
  background: #f3f3f3;
  padding: 38px 23px 5px;
  display: flex;
  font-weight: 600;
  position: relative;
  z-index: 10;
}
.confirm-block .description {
  width: 50%;
  max-width: 50%;
  padding: 8px 8px 8px 34px;
  font-size: 30px;
  line-height: 1.34;
  color: #083068;
}
.confirm-block .signature {
  max-width: 141px;
  display: block;
}
.confirm-block .description span {
  text-transform: uppercase;
}
.confirm-block .description p {
  margin-bottom: 19px;
  font-weight: inherit;
}
.confirm-block .contact-info {
  width: 50%;
  max-width: 50%;
  padding: 21px 2px 8px 8px;
}
.confirm-block .share-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
.confirm-block .share-row .ttl {
  font-size: 16px;
  line-height: 26px;
  color: #14325c;
  text-transform: uppercase;
}
.confirm-block .share-links li {
  padding: 0 10px;
}
.confirm-block .share-links a {
  width: 77px;
  height: 77px;
  background: #f6303e;
}
.confirm-block .share-links .st_facebook_custom a {
  background: #14325c;
}
.confirm-block .share-links .st_twitter_custom a {
  background: #00acda;
}
.confirm-block .map-link {
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
.confirm-block .map-link .btn {
  z-index: 2;
}
.confirm-block .map-link .confirm-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: transform .2s ease;
  -moz-transition: transform .2s ease;
  -ms-transition: transform .2s ease;
  -o-transition: transform .2s ease;
  transition: transform .2s ease;
}
.confirm-block .map-link:hover .confirm-bg-image {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.conf-block {
  max-width: 1012px;
  margin: 0 auto 20px;
}
.confirm-info {
  background: #14325c;
  color: white;
  padding: 33px 15px 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  display: block;
  text-decoration: none;
}
.confirm-info > * {
  position: relative;
  z-index: 2;
}
.confirm-info .confirm-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  z-index: 1;
}
.confirm-info:hover .confirm-bg-image {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: transform .2s ease;
  -moz-transition: transform .2s ease;
  -ms-transition: transform .2s ease;
  -o-transition: transform .2s ease;
  transition: transform .2s ease;
}
.confirm-info h2 {
  color: white;
  font-size: 38px;
  line-height: 36px;
  margin-bottom: 21px;
  font-family: 'UniformCondensedBlack-Black';
  text-transform: uppercase;
}
.action-bar.search-bar {
  position: relative;
  z-index: 10;
}
.action-bar.search-bar .holder {
  flex-wrap: nowrap;
  padding: 5px 42px 5px 48px;
}
.action-bar.search-bar h2 {
  font-size: 38px;
  letter-spacing: -0.5px;
  line-height: 1.11538461538;
}
.action-bar.search-bar .search-wrap {
  position: relative;
  margin: 0 0 0 10px;
  width: 100%;
  max-width: 413px;
}
.action-bar.search-bar .search-wrap:after {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  font: normal normal normal 20px/1 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #00acda;
  transition: left .3s linear, opacity .3s linear;
  content: "\f041";
}
.action-bar.search-bar [type="search"] {
  margin: 0;
  width: 100%;
  font-weight: 900;
  font-size: 21px;
  padding: 0 15px 0 46px;
  font-family: 'UniformCondensedBlack-Black';
  transition: padding .3s linear;
}
.action-bar.search-bar .active-drop .search-wrap:after {
  left: 0;
  opacity: 0;
}
.action-bar.search-bar .active-drop [type="search"] {
  padding-left: 24px;
}
.action-bar.search-bar .btn {
  margin: 0;
  min-width: 190px;
  font-size: 18px;
}
.search-result-form {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 22px 27px 26px;
  background: #f3f3f3;
  color: #1a1a1a;
  text-align: left;
}
.search-result-form .box {
  padding-bottom: 41px;
}
.search-result-form h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #00add9;
  margin-bottom: 13px;
}
.search-result-form address {
  text-transform: capitalize;
  font-style: normal;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
}
.search-result-form address b {
  color: #1e396a;
  display: block;
}
.search-result-form .time {
  font-size: 20px;
  line-height: 24px;
  color: #1e396a;
  display: block;
  padding-top: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.search-result-form .time i {
  margin-right: 5px;
}
.search-result-form .btn {
  width: 100%;
}
.search-result-form .box + .btn {
  margin: -10px 0 14px;
}
.search-result-form .data-box {
  font-size: 14px;
  line-height: 18px;
  color: #3d3d3d;
  text-align: center;
  max-width: 310px;
  margin: 0 auto;
}
.search-result-form .data-box a {
  color: #f6303e;
}
.polling-form .search-result-form {
  padding: 9px 0 0;
  position: static;
  background: none;
}
.polling-form {}
.polling-form .row {
  padding-top: 8px;
  padding-bottom: 30px;
}
.polling-form label {
  font-size: 16px;
  line-height: 20px;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  color: #00add9;
  margin-bottom: 3px;
}
.polling-form .btn {
  display: block;
  width: 100%;
  margin-bottom: 14px;
}
.polling-form .btn i {
  margin-left: 7px;
}
.polling-form .search-result-form address {
  font-size: 24px;
  line-height: 30px;
}
.polling-form .search-result-form address b {
  padding: 2px 0 7px;
}
.polling-form .search-result-form .time {
  font-size: 24px;
  line-height: 1;
  padding-top: 10px;
}
.polling-form .search-result-form .data-box {
  padding-top: 5px;
}
.polling-form .steps-nav {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
}
.polling-form .steps-nav li {
  display: inline-block;
  vertical-align: top;
  margin: 21px 5px 10px;
  padding: 0;
}
.polling-form .steps-nav li:before {
  display: none;
}
.polling-form .steps-nav li a {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  width: 17px;
  height: 17px;
  border-radius: 8px;
  background: #f3f3f3;
}
.polling-form .steps-nav li.active a, .polling-form .steps-nav li a:hover {
  background: #00add9;
}
.search-map {
  padding-bottom: 52.35%;
  position: relative;
  overflow: hidden;
  margin: -14px -20px 32px;
}
.search-map iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  .action-bar.search-bar h2 {
    font-size: 26px;
    margin: 0 15px 12px;
  }
  .action-bar.search-bar .btn {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .action-bar.search-bar .holder {
    flex-wrap: wrap;
    padding: 20px 16px 28px;
  }
  .action-bar.search-bar .search-wrap {
    margin: 0 auto 15px;
  }
  .polling-form .row {
    padding-top: 5px;
    padding-bottom: 13px;
  }
  .polling-form label {
    font-size: 13px;
    line-height: 1.1;
  }
  .polling-form .steps-nav li a {
    width: 13px;
    height: 13px;
    border-radius: 7px;
  }
  .action-bar.search-bar [type="search"] {
    height: 40px;
    font-size: 14px;
    padding-left: 32px;
    padding-right: 17px;
  }
  .action-bar.search-bar .active-drop [type="search"] {
    padding-left: 17px;
  }
  .action-bar.search-bar .search-wrap:after {
    font-size: 14px;
    left: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  .view-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .view-column .confirm-info {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 49.3%;
    padding: 66px 15px 65px;
  }
  .view-column .confirm-info h2 {
    line-height: 40px;
    margin-bottom: 35px;
  }
  .confirm-block .map-link .btn {
    font-size: 20px;
    letter-spacing: 1px;
    width: 100%;
    display: block;
    padding: 20px 14px;
  }
  .search-bar .search-result-form .btn {
    width: 100%;
  }
}
@media only screen and (max-width: 981px) {
  .confirm-block {
    display: block;
    margin-top: -50px;
    margin-left: -7px;
    margin-right: -7px;
    text-align: center;
    padding: 21px 10px 10px;
    margin-bottom: 10px;
  }
  .confirm-block .description {
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    line-height: 22px;
    padding: 0;
  }
  .confirm-block .contact-info {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .confirm-block .signature {
    max-width: 89px;
    margin: 0 auto;
  }
  .confirm-block .description p {
    margin-bottom: 13px;
  }
  .confirm-block .share-row {
    padding-top: 2px;
    margin-bottom: 20px;
  }
  .confirm-block .share-row .ttl {
    font-size: 12px;
  }
  .confirm-block .share-links li {
    padding: 0 5px;
  }
  .confirm-block .share-links a {
    width: 57px;
    height: 57px;
  }
  .confirm-block .map-link {
    height: 133px;
  }
  .confirm-info {
    padding: 43px 15px 36px;
    margin-bottom: 10px;
  }
  .confirm-info h2 {
    font-size: 23px;
    line-height: 22px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .search-result-form {
    padding: 15px 20px 19px;
  }
  .search-result-form h3 {
    font-size: 11px;
    margin-bottom: 8px;
  }
  .search-result-form .box {
    padding-bottom: 28px;
  }
  .search-result-form address {
    font-size: 14px;
    line-height: 16px;
  }
  .search-bar .search-result-form .btn {
    width: 100%;
  }
  .search-result-form .data-box {
    font-size: 10px;
    line-height: 12px;
    padding-top: 9px;
  }
  .search-result-form .time {
    font-size: 14px;
    line-height: 16px;
    padding-top: 10px 4% 0;
  }
  .polling-form .search-result-form address, .polling-form .search-result-form .time {
    font-size: 17px;
    line-height: 1;
  }
  .polling-form .search-result-form .time {}
  .search-map {
    margin: -7px 0 17px;
  }
}
@media only screen and (max-width: 480px) {
  .action-bar.search-bar .btn {
    display: block;
    width: calc(100% - 40px);
  }
  .search-bar .search-result-form .btn {
    width: 100%;
  }
}
/* George Gravity View Masonary Grid */
.form-area .gform_wrapper .gfield_checkbox li label, .form-area .gform_wrapper .field_sublabel_below ul.gfield_checkbox li label {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 20px;
  color:
    #00add9;
}
.masonry #content .wpb_alert p:last-child, #content .wpb_text_column :last-child, #content .wpb_text_column p:last-child, .wpb_alert p:last-child, .wpb_text_column :last-child, .wpb_text_column p:last-child {
	margin-bottom: 0;
	overflow: hidden;
}
.masonry {
  margin: 0 auto;
  display: block;
  width: 70%;
  padding: 30px;
  font-family: 'Montserrat';
  break-inside: avoid;
  background-color: #ebebeb;
}
.masonry .gv-list-container {
  -moz-column-count: 4;
  -moz-column-gap: 1em;
  -moz-column-width: 22%;
  -webkit-column-count: 4;
  -webkit-column-gap: 1em;
  -webkit-column-width: 22%;
  column-count: 4;
  column-gap: 1em;
  column-width: 22%;
  border-radius: 25px;
  break-inside: avoid;
}
.masonry div[id^="gv_list_"], div[id*=" gv_list_"] {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  height: auto;
  box-shadow: 4px 4px 2px #d3d3d3;
  border-radius: 5px;
  background-color: #ffffff;
}
.masonry div[id^="gv_list_"]:nth-child(3n+1) h3, div[id*=" gv_list_"]:nth-child(3n+1) h3 {
  color: #fa1d37;
  font-size: 22pt;
  line-height: 28pt;
	margin-top: 40px;
}
.masonry div[id^="gv_list_"]:nth-child(3n+2) h3, div[id*=" gv_list_"]:nth-child(3n+2) h3 {
  color: #00aad5;
  font-size: 22pt;
  line-height: 28pt;
	margin-top: 40px;
}
.gv-list-view-title h3 {
  margin-top: 40px;
  padding: 0;
  font-size: 22pt;
  line-height: 28pt;
}
.masonry .gv-list-view {
  margin-bottom: 1em;
}
.gv-list-view-title:last-child {}
.masonry h3 p {
  font-size: 22pt;
  line-height: 28pt;
  font-weight: 800 !important;
  word-break: normal;
  margin: 1px;
  padding-top: 35px;
}
.masonry .gv-field-45-date_created p {
  color: #7e7e7e;
  font-weight: 500 !important;
  font-size: 9pt;
  margin-top: 60px !important;
  text-transform: uppercase;
  font-style: italic;
}
.masonry .firstmason {
  font-size: 16pt;
  font-weight: 600 !important;
  color: #2b2b2b;
  width: auto;
  margin-top: 30px!important;
}
.masonry .gv-field-45-custom p {
  font-size: 12pt;
  font-weight: 400 !important;
  color: #2b2b2b;
  font-style: italic;
}
.masonry div[id^="gv_list_"], div[id*=" gv_list_"] {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  box-shadow: 4px 4px 2px #d3d3d3;
  border-radius: 5px;
  background-color: #ffffff;
  display: grid;
}
.gv-list-view-title {
  border-bottom: 0;
}
.gv-list-view {
  border: 0;
}
ul.page-numbers {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.page-numbers li {
  display: inline;
}
ul.page-numbers li a {
  color: black;
  padding: 8px 16px;
  text-decoration: none;
}
ul.page-numbers li a current {
  background-color: #4CAF50;
  color: white;
}
ul.page-numbers li a:hover:not(.active) {
  background-color: #ddd;
}
ul.page-numbers > li::before {
  display: none;
  background: #ffffff !important;
}
ul.page-numbers .current {
  display: none;
  background: #004882 !important;
  color: #fff;
}
@media only screen and (max-width: 1440px) {
  .masonry .gv-list-container {
    -moz-column-count: 3;
    -moz-column-gap: 1em;
    -moz-column-width: 22%;
    -webkit-column-count: 3;
    -webkit-column-gap: 1em;
    -webkit-column-width: 22%;
    column-count: 3;
    column-gap: 1em;
    column-width: 22%;
    border-radius: 25px;
    break-inside: avoid;
  }
  .masonry {
    margin: 0 auto;
    display: block;
    width: 100%;
    padding: 30px;
    font-family: 'Montserrat';
    break-inside: avoid;
    background-color: #ebebeb;
  }
}
@media only screen and (max-width: 1024px) {
  .masonry .gv-list-container {
    -moz-column-count: 2;
    -moz-column-gap: 1em;
    -moz-column-width: 22%;
    -webkit-column-count: 2;
    -webkit-column-gap: 1em;
    -webkit-column-width: 22%;
    column-count: 2;
    column-gap: 1em;
    column-width: 22%;
    border-radius: 25px;
    break-inside: avoid;
  }
  .masonry {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .masonry .gv-list-container {
    -moz-column-count: 1;
    -moz-column-gap: 1em;
    -moz-column-width: 22%;
    -webkit-column-count: 1;
    -webkit-column-gap: 1em;
    -webkit-column-width: 22%;
    column-count: 1;
    column-gap: 1em;
    column-width: 22%;
    border-radius: 25px;
    break-inside: avoid;
  }
  .masonry {
    width: 100%;
  }
}
/* End George Gravity View Masonary Grid */